@charset "UTF-8";

*{
    box-sizing: border-box;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "S-CoreDream-4Regular", sans-serif;
    color: #282828;
    letter-spacing: -0.5px;
    width: 100%;
    height: 100%;
}

a{
    text-decoration: none;
    color: #282828;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,p{
    padding: 0;
    margin: 0;
}

.m_go_menu{
    display: none;
}

.logo{
    height: 105px;
    border-bottom: 1px solid #e2e5e9;
    text-indent: -9999px;
}

.logo h1{
    height: 100%;
    width: 405px;
    text-indent: -9999px;
    margin: auto;
    background: url(../image/logo.png) no-repeat center center;
}

header{
    width: 100%;
    background-color: #fff;
}

.nav-flex{
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu > ul{
    display: flex;
    align-items: center;
    font-size: 1.38em;
}

.menu .cd1c1,
.child_tabmenu > div
{
	display:none !important;
}

.menu > ul > li{
    position: relative;
}

.menu > ul > li a{
    padding: 15px 60px;
    display: inline-block;
    font-family: 'S-CoreDream-5Medium';
    transition: 0.3s;
}

.menu > ul > li a:hover{
    color:#3941ac;
}

.menu > ul > li > div{
    position: absolute;
    padding: 15px;
    width: 100%;
    top: 59px;
    left: 0;
    display: none;
    background: #fff;
    z-index: 8;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.menu > ul > li > div > ul > li{
    font-size: 0.73em;
}

.menu > ul > li > div > ul > li > div{
	display:none;
}

.menu > ul > li > div > ul > li a{
    display: block;
    width: 100%;
    color: #555;
    padding: 5px 20px;
    position: relative;
    font-family: 'S-CoreDream-4Regular';
}

.menu > ul > li > div > ul > li a:hover{
    text-decoration: underline;
    color: #ef5613;
}

.menu > ul > li > div > ul > li a::before{
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    background-color: #181818;
    width: 4px;
    height: 4px;
}

.align_box{
    height: 60px;
    display: flex;
    align-items: center;
    gap:50px;
}

.ab01 ul{
    display: flex;
    align-items: center;
    gap: 25px;
}

.ab01 ul li a img{
    transition: 0.2s;
}

.ab01 ul li a:hover img{
    opacity: 0.7;
}

.big,.small{
    font-size: 1.13em;
    transition: 0.3s;
    font-family: 'S-CoreDream-5Medium';
}

.big{
    background: url(../image/big.png) no-repeat left center;
    padding-left: 25px;
}

.small{
    background: url(../image/small.png) no-repeat left center;
    padding-left: 25px;
    margin-left: 10px;
}

.big:hover,.small:hover{
    opacity: 0.7;
}

.main{
    overflow: hidden;
    position: relative;
    background:#f4f6f9;
    z-index: 0;
	border-top: 1px solid #b9bbbe;
}

.main:before{
    content:'';
    background: url(../image/bg_top.png) no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    width:1337px;
    height: 765px;
    z-index: -1;
}

.main:after{
    content:'';
    background: url(../image/bg_bottom.png) no-repeat left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width:2000px;
    height: 571px;
    z-index: -1;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
}

.close{
    position: absolute;
    top:65px;
    right: 20px;
}

.modal ul{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    padding: 0 20px;
}

.modal ul li a{
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 1.5em;
    border-bottom: 1px solid #4e4e4e;
}

.modal.mbtn{
    display: block;
}

.content1{
    max-width: 1400px;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 115px;
}

.c1-left{
    float: left;
}

.popup-box{
    width: 830px;
    height: 470px;
    background-color:transparent;
    border-radius: 25px;
    position: relative;
}

.popup-box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.popup-box img{
    border-radius: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-btn{
    position: absolute;
    left: 50px;
    bottom: -30px;
    width: 350px;
    height: 60px;
    border-radius: 100px;
    background-color: #2f3e6b;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}

.pb01{
    display: flex;
    gap: 30px;
    font-family: 'S-CoreDream-5Medium';
}

.pb01 .fraction{
    color: #4964a4;
    font-family: 'S-CoreDream-6Bold';
}

.pb01 .fraction span{
    color: #fff;
}

.pb02 button{
    outline: none;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}

.pb02 button:nth-child(1){
    background: url(../image/popup_btn_prev.png) no-repeat center center;
    width: 10px;
    height: 14px;
}

.pb02 button:nth-child(2){
    background: url(../image/popup_btn_stop.png) no-repeat center center;
    width: 10px;
    height: 14px;
}
.pb02 button:nth-child(2).play{
    background: none;
    width: 10px;
    height: 14px;
    position: relative;
}
.pb02 button:nth-child(2).play:after	{ position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; content: "▶"; }
.pb02 button:nth-child(3){
    background: url(../image/popup_btn_prev.png) no-repeat center center;
    width: 10px;
    height: 14px;
    transform: rotate(180deg);
}

.swiper-btn button:nth-child(1){
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 100px;
    left: -32.555555555px;
    border: none;
    box-shadow: 0 0 7px rgba(0,0,0,0.14);
    background: #fff url(../image/popup_prev.png) no-repeat center center;
    transition: 0.2s;
    cursor: pointer;
}

.swiper-btn button:nth-child(2){
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 100px;
    right: -32.555555555px;
    border: none;
    box-shadow: 0 0 7px rgba(0,0,0,0.14);
    background: #fff url(../image/popup_next.png) no-repeat center center;
    transition: 0.2s;
    cursor: pointer;
}

.swiper-btn button:nth-child(1):hover{
    background: #2f3e6b url(../image/popup_prev_hover.png) no-repeat center center;
}

.swiper-btn button:nth-child(2):hover{
    background: #2f3e6b url(../image/popup_next_hover.png) no-repeat center center;
}

.c1-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.homepage{
    width: 490px;
    height: 185px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    padding: 15px;
}

.homepage-btn{
    float: left;
}

.homepage-btn li{
    width: 100px;
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    line-height: 40px;
    padding: 5px 0;
    position: relative;
}

.homepage-btn li.active a::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 13px;
    height: 10px;
    background: url(../image/homepage_check.png) no-repeat;
}

.homepage-btn li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius:100px 0 0 100px ;
    transition: 0.2s;
    font-family: 'S-CoreDream-5Medium';
}

.homepage-btn li a:hover, .homepage-btn li.active a{
    color: #fff;
    background-color: #1b224e;
    font-family: 'S-CoreDream-6Bold';
    /*background: #1b224e url(../image/homepage_check.png) no-repeat right 2px center;*/
}

.homepage-tabs div{
    flex: 4;
    float: right;
    width: 360px;
    background-color:#e1effc;
    border-radius: 15px;
    height: 155px;
    display: none;
    padding: 13px;
}

.homepage-tabs div img{
    width: 180px;
    height: 130px;
    border: none;
    border-radius: 15px;
    float: left;
    margin-right: 20px;
}

.homepage-tabs div:nth-child(1) img{
    background: url(../image/maincenter_img.png) no-repeat center center;
}

.homepage-tabs div:nth-child(2) img{
    background: url(../image/center_img2.png) no-repeat center center;
}

.homepage-tabs div:nth-child(3) img{
    background: url(../image/center_img3.png) no-repeat center center;
}

.homepage-tabs div p{
    color: #181818;
    font-size:0.8em;
    font-family: 'S-CoreDream-5Medium';
    line-height: 1.2em;
    padding: 13px 0;
}

.homepage-tabs div p span{
    font-size: 1.7em;
    font-family: 'S-CoreDream-6Bold';
    display: block;
    padding-bottom: 10px;
}

.homepage-tabs div p em{
    display: block;
    font-style: normal;
    padding-top: 10px;
    font-size:1.3em;
}

.homepage-tabs div.active{
    display: block;
}

.quick{
    width: 490px;
    height: 270px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
}

.quick-list ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 20px 0;
}

.quick-list ul li{
    width: 33.3333333%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    transition: 0.3s;
}

.quick-list ul li:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 86px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/dash.png) no-repeat center center;
}

.quick-list ul li:nth-child(3):after,.quick-list ul li:nth-child(6):after{
    content: none;
}


.quick-list ul li a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.13em;
    font-family: 'S-CoreDream-5Medium';
    color: #393939;
}

.quick-list ul li:hover{
    filter: grayscale(1);
}

.use:before{
    content: '';
    position: absolute;
    width: 61px;
    height: 67px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/quick01.png) no-repeat center center;
}

.location:before{
    content: '';
    position: absolute;
    width: 61px;
    height: 67px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/quick02.png) no-repeat center center;
}

.facilities:before{
    content: '';
    position: absolute;
    width: 61px;
    height: 67px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/quick03.png) no-repeat center center;
}

.sponsor:before{
    content: '';
    position: absolute;
    width: 61px;
    height: 67px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/quick04.png) no-repeat center center;
}

.youtube:before{
    content: '';
    position: absolute;
    width: 61px;
    height: 67px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/quick05.png) no-repeat center center;
}

.kakao:before{
    content: '';
    position: absolute;
    width: 61px;
    height: 67px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/quick06.png) no-repeat center center;
}

.content2{
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
}

.board{
    width:1000px;
}

.border-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.border-btn{
    overflow: hidden;
}

.border-btn li{
    float: left;
    width: 225px;
    height: 70px;
    border-radius:0px 15px 15px 15px;
    background-color: #fff;
    border: 2px solid #2f3e6b;
    transition: 0.2s;
}

.border-btn li a{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 1.8em;
    color: #2f3e6b;
    justify-content: center;
    align-items: center;
    font-family: 'S-CoreDream-5Medium';
    transition: 0.2s;
}

.border-btn li:nth-child(1){
    margin-right: 10px;

}
.border-btn li:nth-child(2){
    margin-right: 10px;

}
.border-btn li:hover, .border-btn li.on{
    background-color: #212ca6;
    border-color: #212ca6;
}

.border-btn li a:hover, .border-btn li.on a{
    color: #fff;
}

.border-menu > a{
    font-size: 1.38em;
    position: relative;
    padding-right: 40px;
    transition: 0.2s;
}

.border-menu > a:hover{
    color: #212ca6;
}

.border-menu > a::before{
    content: '';
    position: absolute;
    background: #fff url(../image/plus.png) no-repeat center center;
    border: 1px solid #b6b6b6;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    border-radius: 100px;
    transform: translateY(-50%);
    transition: 0.2s;
}

.border-menu > a:hover::before{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.border-tabs > div{
    display: none;
}

.border-tabs > div.on{
    display: block;
}

.board-btn{
    display: none;
}

.tab-flex{
    display: flex;
    gap: 30px;
    height: 355px;
}

.tab-content{
    flex: 1;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: 0.2s;
    padding: 30px;
    display: inline-block;
}

.tab-content:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.tab-content h5{
    width: 90px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    color: #f6f7fc;
    font-size: 0.88em;
    line-height: 30px;
    font-weight: normal;
    font-family: 'S-CoreDream-5Medium';
}

.tab-content h3{
    margin-top: 30px;
    font-size: 1.38em;
    color:#3c3c3c;
    font-weight: normal;
    font-family: 'S-CoreDream-5Medium';
}

.tab-content p{
    color: #6c6c6c;
    font-size: 1.13em;
    margin: 35px 0;
}

.tab-content span{
    color:#5b5a5a;
}

.southcenter{
    background-color: #1033ca;
}

.maincenter{
    background-color: #199e4e;
}

.eastcenter{
    background-color: #7710ad;
}

.diet{
    width: 350px;
    background: linear-gradient(#039c98,#3e67cf);
    border-radius: 15px;
    padding: 5px;
    position: relative;
}

.diet::before{
    content: '';
    position: absolute;
    background: url(../image/diet_bg.png) no-repeat;
    width: 150px;
    height: 110px;
    top: 0;
    right: 0;
}

.diet-text{
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 20px 0px 30px;
}

.diet-text h2{
    font-size: 1em;
    font-weight: normal;
    float: left;
}

.diet-text h2 span{
    display: block;
    font-family: 'S-CoreDream-6Bold';
    font-size: 1.86em;
}

.diet-text a{
    text-indent: -9999px;
    background: #fff url(../image/plus.png) no-repeat center center;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 100px;
    z-index: 999;
    transition: 0.3s;
}

.diet-text a:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.diet-list{
    margin-top: 35px;
    background-color: #fff;
    border-radius: 30px 30px 15px 15px;
    padding: 15px;
}

.diet-list h3{
    width: 310px;
    height: 50px;
    font-weight: normal;
    font-family: 'S-CoreDream-5Medium';
    font-size: 1.38em;
    background-color: #e9edf3;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    letter-spacing: -1px;
}

.diet-list h3 span{
    color: #ef5613;
    font-family: 'S-CoreDream-7ExtraBold';
}

.diet-list p,
.diet-list pre{
    margin: 25px 0 10px 0;
    text-align: center;
    overflow-y: scroll;
    font-size: 1.38em;
    line-height: 1.5em;
    color: #000;
    height: 220px;
	font-style: normal;
	font-family: inherit;
}

.diet-list p::-webkit-scrollbar{
    width: 15px;
    background-color: #fff;
    border:1px solid #d3d4dd;
    border-radius: 100px;
}

.diet-list p::-webkit-scrollbar-thumb{
    width: 11px;
    background-color: #828282;
    border-radius: 100px;
}

.content3{
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.story{
    background: url(../image/story_bg.png) no-repeat left 20px top;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.story h2{
    margin-top: 125px;
    font-size: 2.8em;
    font-family: 'S-CoreDream-6Bold';
    letter-spacing: -2.5px;
    color: #3c3c3c;
}

.story h2 span{
    color: #3941ac;
}

.story p{
    margin-top: 10px;
    font-size: 1.38em;
    color: #3c3c3c;
}

.story a{
    font-size: 1.38em;
    position: relative;
    padding-right: 40px;
    transition: 0.2s;
    margin-top: 35px;
    display: inline-block;
}

.story a:hover{
    color: #212ca6;
}

.story a::before{
    content: '';
    position: absolute;
    background: #fff url(../image/plus.png) no-repeat center center;
    border: 1px solid #b6b6b6;
    width: 30px;
    height: 30px;
    left: 70px;
    top: 50%;
    border-radius: 100px;
    transform: translateY(-50%);
    transition: 0.2s;
}

.story a:hover::before{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.story-list{
    display: flex;
    gap: 60px;
}

.story-list  a{
    display: block;
    width: 300px;
    background-color: #fff;
    border-radius: 15px;
    border:1px solid #dddddd;
    position: relative;
    transition: 0.2s;
}

.story-list a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border:1px solid 
}

.story-list a img{
    width: 100%;
    height: 230px;
    border-radius: 15px 15px 0 0;
}

.story-list a h5{
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 7px 15px;
    border-radius: 100px;
    color: #fff6f9;
    font-size:0.73em;
    font-weight: normal;
}

.story-btn{
    display: none;
}

.text{
    text-align: center;
    padding: 10px 10px;
    color:#2f2f2f;
}

.text p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.13em;
    margin-bottom: 10px;
}

.text span{
    font-family: 'S-CoreDream-3Light';
}

.content4{
    border-top: 1px solid #dddddd;
    background-color: #fff;
}

.banner{
    max-width: 1400px;
    padding: 10px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner h4{
    width: 140px;
    height: 50px;
    color: #fff;
    background-color: #7710ad;
    border-radius: 100px;
    font-weight: normal;
    font-family: 'S-CoreDream-6Bold';
    font-size: 1.25em;
    text-align: center;
    line-height: 50px;
}

.banner-img a{
    display: inline-block;
    width: 215px;
    height: 60px;
    border:1px solid #d9d9d9;
    margin: 0 5px;
    transition: 0.3s;
}

.banner-img a:hover{
    border-color: #333;
}

.banner-img a > img{
    width: 100%;
    height: 100%;
}

.banner-btn button{
    width: 50px;
    height: 50px;
    border:1px solid #dddddd;
    cursor: pointer;
    transition: 0.2s;
    padding-block: 0;
    padding-inline: 0;
}

.banner-prev{
    background:#fff url(../image/banner_prev.png) no-repeat center center;
    margin-right: -6px;
}

.banner-next{
    background:#fff url(../image/banner_prev.png) no-repeat center center;
    transform: rotate(180deg);
}

.banner-prev:hover, .banner-next:hover{
    background:#ddd url(../image/banner_prev.png) no-repeat center center;
}

.m_banner{
    display: none;
}

.align{
    background-color: #282828;
}

.align ul{
    display: flex;
    max-width: 1400px;
    margin: auto;
}

.align ul li a{
    display: inline-block;
    color: #fff;
    padding: 30px 40px;
    position: relative;
    transition: 0.2s;
}

.align ul li a:hover{
    text-decoration: underline;
}

.align ul li a:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    background-color: #bdbdbd;
    height: 16px;
}

.align ul li a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 1px;
    background-color: #fff;
    height: 16px;
}

.align ul li:nth-of-type(3) a:before,.align ul li:nth-of-type(3) a::after{
    content: none;
}

.footer-align{
    background-color: #e6e6e6;
}

.footer-align p{
    max-width: 1400px;
    margin: auto;
    padding: 45px 40px 75px 40px;
    line-height: 2em;
}

@media screen and (max-width:1400px){
    .main{background: none; background-color: #f4f6f9;}
    .menu{font-size:0.75em;}
    .menu ul li a {padding: 15px 25px;}
    .content1{flex-direction: column;}
    .nav-flex{justify-content: space-around;}
    .homepage{width: calc(100% - 40px);}
    .c1-left{float: none;}
    .c1-right{align-items: center;}
    .popup-box{width: calc(100% - 40px); margin: auto; margin-bottom: 80px;}
    .popup-box::before{width: calc(100% - 40px);}
    .homepage-btn{width: 30%;}
    .tab-flex{height: auto;}
	.menu > ul > li > div > ul > li a{padding: 5px 10px; line-height: 1.5;}
	.menu > ul > li > div > ul > li a::before{left: 0px;}
	.menu > ul > li > div {top: 57px;}
    .story-list > a{width: 30%;}
    .homepage-btn li {width: 100%}
    .homepage-tabs div {width: 70%; height: inherit;}
    .quick{width: calc(100% - 40px);}
    .content2{flex-direction: column;}
    .board{width: calc(100% - 40px); margin: auto;}
    .diet{width: calc(100% - 40px); margin:auto; margin-top: 80px;}
    .diet-list h3{width: 100%;}
    .content3{width: calc(100% - 40px); flex-direction: column;}
    .story {flex-direction: row; align-items: center; margin-bottom: 40px;}
    .story-list{justify-content: center; gap: 40px;}
    .banner{width: calc(100% - 40px); flex-direction: column; gap: 10px; padding: 20px 0;}
    .banner-img{text-align: center;}
}

@media screen and (max-width:768px){
    /*.align ul {flex-direction: column; align-items: center;}
    .align ul li a:before,.align ul li a:after{content: none;}
    .story {flex-direction: column; align-items: normal;}
    .tab-flex{flex-direction: column;}
    .border-menu{flex-direction: column; gap:20px;}
    .border-btn{width: 100%;}
    .border-btn li{width: calc(50% - 5px);}
    .tab-flex {height: inherit;}
    .popup-btn{left:50%; transform: translateX(-50%);}
    .popup-box{height: inherit;}
    .popup-box img {width: 100%;}
    .homepage{height: inherit;}
    .homepage-btn {width: 100%;}
    .homepage-tabs div {width: 100%; margin-top: 20px;}
    .homepage-tabs div img {width: 100%; margin-bottom: 20px; margin-right: 0; background-size: cover;}
    .homepage-btn li a{border-radius: 100px;}
    .story-list{flex-direction: column; gap: 20px; align-items: center;}
    .story a{text-align: right;}
    .story a::before {content: none;}
    .story a::after{content: '';position: absolute;background: #fff url(../image/plus.png) no-repeat center center;border: 1px solid #b6b6b6;width: 30px;height: 30px;right: 0;top: 50%;border-radius: 100px;transform: translateY(-50%);transition: 0.2s;}*/
    body{font-size:0.82em;}
    .pc_menu {display: none;}
	.nav-flex{display:none;}
    .m_go_menu{display:block;}
    .m_top_menu{background-color: #343f5b;}
    .m_top_menu ul{display: flex; }
    .m_top_menu ul li{border-right: 1px solid #21272c;}
    .m_top_menu ul li a.m-menu-click,.m_top_menu ul li a:hover{background-color: #192641;}
    .m_top_menu ul li a{width: 100%; height: 100%; display: inline-block; color: #fff; padding: 10px 20px;}
    .m_bottom_menu{display: flex; padding: 0; justify-content: space-between; align-items: center; width: calc(100% - 40px); margin: auto;}
    .m_bottom_menu ul{display: flex; align-items: center; gap: 30px;}
    .m_bottom_menu h1 a{display: inline-block; background: url(../image/logo.png) no-repeat left center; background-size: contain; width: 200px; text-indent: -9999px; height:80px;}
    .content1{margin-top: 70px; margin-bottom: 70px;}
    .popup-box{width: calc(100% - 50px); height: auto; }
    .popup-btn{width: 250px; height: 50px; left: 20px; bottom: -20px;}
    .popup-box img{border-radius: 15px;}
    .homepage-tabs div img {width: 50%;}
    .border-btn li {width: auto; height: auto;}
    .border-btn li a{padding: 5px 22px;}
    .border-menu > a{text-indent: -9999px;}
    .tab-content:nth-child(2),.tab-content:nth-child(3){display: none;}
    .story {background: url(../image/story_bg.png) no-repeat right top;}
    .story h2 {margin-top: 0; font-size: 2em;}
    .story p {font-size: 1em;}
    .align ul li a {padding: 20px 30px; font-size: 0.8em;}
    .align ul{align-items: center; justify-content: center;}
    .story-list > a:nth-child(2),.story-list > a:nth-child(3){display: none;}
	.quick-list ul li a{font-size: 1em;}
	.homepage-tabs div p span {font-size: 1.5em;}
	.border-btn li{margin-bottom:5px;}
	.homepage-tabs div p em{line-height:1.3em;}
    .story a{text-indent: -999px;}
    .story a::after {content: '';position: absolute;background: #fff url(../image/plus.png) no-repeat center center;border: 1px solid #b6b6b6;width: 30px;height: 30px;right: 0;top: 50%;border-radius: 100px;transform: translateY(-50%);transition: 0.2s;}
    .swiper-btn button:nth-child(1):hover{background:#fff url(../image/m_prev.png) no-repeat center center;}
    .swiper-btn button:nth-child(1){background:#fff url(../image/m_prev.png) no-repeat center center; width: 40px; height: 40px;left: -20px;}
    .swiper-btn button:nth-child(2):hover{background:#fff url(../image/m_next.png) no-repeat center center;}
    .swiper-btn button:nth-child(2){background:#fff url(../image/m_next.png) no-repeat center center; width: 40px; height: 40px;right: -20px;}
    .border-tabs{width: calc(100% - 80px); margin: auto; position: relative;}
    .board-btn{display: block;}
    .board-prev{position: absolute;background:#fff url(../image/m_prev.png) no-repeat center center;width: 40px;height: 40px;top: 50%;transform: translateY(-50%);left: -36px;border: 1px solid #b6b6b6;border-radius: 100px;cursor: pointer;}
    .board-next{position: absolute;background:#fff url(../image/m_next.png) no-repeat center center;width: 40px;height: 40px;top: 50%;transform: translateY(-50%);right: -36px;border: 1px solid #b6b6b6;border-radius: 100px;cursor: pointer;}
    .story-list{position: relative;gap: 0;}
    .story-list > a{width: calc(100% - 80px); margin: auto;}
    .story-btn{display: block;}
    .story-prev{position: absolute;background:#fff url(../image/m_prev.png) no-repeat center center; width: 40px;height: 40px;top: 50%;transform: translateY(-50%);left: 6px;border: 1px solid #b6b6b6;border-radius: 100px;cursor: pointer;}
    .story-next{position: absolute;background:#fff url(../image/m_next.png) no-repeat center center;width: 40px;height: 40px;top: 50%;transform: translateY(-50%);right: 6px;border: 1px solid #b6b6b6;border-radius: 100px;cursor: pointer;}
    .banner{display: none;}
    .m_banner{display: block; padding: 30px;}
    .m_banner .banner-top{display: flex; gap: 20px; align-items: center; margin-bottom: 20px;}
    .m_banner h4{background-color: #7710ad; color: #fff; border-radius: 100px; padding: 10px 20px;}
    .m_banner .banner-img{display: flex;}
    .m_banner .banner-img a{width: 100%; height: 100%;}
    .m_banner .banner-prev{background: #fff url(../image/m_banner_prev.png) no-repeat center center; width: 40px; height: 40px;}
    .m_banner .banner-next{background: #fff url(../image/m_banner_prev.png) no-repeat center center; width: 40px; height: 40px;}
}