@charset "utf-8";


#mvWrap {width: 100%;}
.mv-inner {display: flex;width: 100%;height: 90vh; position: relative;}
#mVisual {position:relative; width: calc(100% - 100px);  height:100%;  overflow:hidden; border-radius: 0 0 130px 0;}
.mv-side {width: 100px;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 60px 0; gap: 70px;}
.side-text {writing-mode: vertical-rl;text-orientation: mixed;font-size: 1.5rem;line-height: 1.6;letter-spacing: -1px;color: #677a90;font-weight: 600; opacity: 0.5;font-family: 'ONE-Mobile-Regular'; position: relative;}
.side-text:first-child:after {position: absolute; width: 1px; height: 30px; content: ''; background: #677a90; bottom: -50px; left: 50%; transform: translateX(-50%);}
.side-dots .slick-dots {position: static;display: flex;flex-direction: column;gap: 30px;}
.side-dots .slick-dots li {margin: 0; width: 10px; height: 10px; background: #d1d1d1;}
.side-dots .slick-dots li button {width: 8px;height: 8px;padding: 0;}
.side-dots .slick-dots li button:before {font-size: 8px;color: #999;opacity: 1;}
.side-dots .slick-dots li.slick-active{background: #5087c6; position: relative;}
.side-dots .slick-dots li.slick-active:after{ position: absolute; content: ''; width: 28px; height: 28px; border-radius: 100px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #5087c6; opacity: 0.1;}

.mv_slider.slick-slide,
.mvWrap .slick-track,
.mvWrap .slick-list{ position:relative; height:100%; outline:none; }

#mVisual .mv_slider { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 100%; display: flex;}

#mVisual .mv_slider.mv1 { background-image:url('/images/main/mv1.jpg'); }
#mVisual .mv_slider.mv2 { background-image:url('/images/main/mv2.jpg'); }
#mVisual .mv_slider.mv3 { background-image:url('/images/main/mv3.jpg'); }

#mVisual .mv_slider .mv-txt {display: flex; align-items: flex-end; padding: 0 14rem 14rem;justify-content: space-between; width: 100%;}
#mVisual .mv_slider .mv-txt div {color:#fff;}
#mVisual .mv_slider .mv-txt h3{font-family: 'NEXONLv1Gothic'; font-size: 7rem;}
#mVisual .mv_slider .mv-txt h4{font-family: 'NEXONLv1Gothic'; font-size: 2.8rem; margin: 6rem 0 3rem;}
#mVisual .mv_slider .mv-txt p{font-size: 2.2rem; line-height: 3.2rem;}
#mVisual .mv_slider .mv-txt ul{display: flex; display: flex; flex-direction: column; gap: 1rem;}
#mVisual .mv_slider .mv-txt ul li{ border-radius: 100px; transition: 0.3s; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);}
#mVisual .mv_slider .mv-txt ul a{color: #fff; display: flex; width: 100%; height: 100%;padding: 1.5rem 3rem; justify-content: center;gap: 2rem; align-items: center;}
#mVisual .mv_slider .mv-txt ul li:hover{ background: #3375be; transition: 0.3s; }
#mVisual .mv_slider .mv-txt ul a p{width: 130px;font-size: 1.8rem;}
#mVisual .mv_slider .mv-txt ul a span{font-size: 1.8rem; font-weight: bold;}



@media all and (max-width:1399px){
    #mVisual .mv_slider .mv-txt{padding: 0 5rem 7rem;}
    #mVisual .mv_slider .mv-txt h3{font-size: 6rem;}
    #mVisual .mv_slider .mv-txt h4{font-size: 2.5rem; margin: 5rem 0 3rem;}
    #mVisual .mv_slider .mv-txt p{font-size: 2rem; line-height: 3rem;}
}
@media all and (max-width:1280px){
    #mVisual .mv_slider .mv-txt h3{font-size: 5rem;}
    #mVisual .mv_slider .mv-txt h4{font-size: 2.3rem; margin: 4rem 0 2rem;}
    #mVisual .mv_slider .mv-txt p{font-size: 1.8rem; line-height: 2.8rem;}
}
@media all and (max-width:860px){
    #mVisual .mv_slider .mv-txt {flex-wrap: wrap; gap: 3rem; align-content: flex-end;}
    #mVisual .mv_slider .mv-txt ul{width: 100%;flex-direction: inherit;}
    #mVisual .mv_slider .mv-txt ul a{padding: 1rem 2.5rem; gap: 1rem;}
    #mVisual .mv_slider .mv-txt ul a p{width: 11rem;font-size: 1.6rem;}
    #mVisual .mv_slider .mv-txt ul a span{font-size: 1.6rem;}
}
@media all and (max-width:768px){ 
    #mVisual { width: 100%; border-radius: 0 0 7rem 0; height: auto;}
    #mVisual .mv_slider .mv-txt{padding: 0 4rem 10rem;}
    .mv-side {width: 100%;height: auto; position: absolute; bottom: 0; padding: 4.5rem; align-items: start;}
    .side-text {display: none;}
    .side-dots .slick-dots {flex-direction: inherit;gap: 2rem;}
    .side-dots .slick-dots li {width: 0.8rem; height: 0.8rem;}
    .side-dots .slick-dots li.slick-active:after{ opacity: 0.3; width: 2rem; height: 2rem;}
}
@media all and (max-width:680px){
    #mVisual .mv_slider .mv-txt h3{font-size: 4rem;}
    #mVisual .mv_slider .mv-txt ul a p{width: auto}
}
@media all and (max-width:540px){
    #mVisual .mv_slider .mv-txt ul{flex-direction: column;}
}
@media all and (max-width:480px){
    #mVisual .mv_slider .mv-txt{padding-left: 2rem; padding-bottom: 8rem;}
    #mVisual .mv_slider .mv-txt h3{font-size: 3.2rem;}
    #mVisual .mv_slider .mv-txt h4{font-size: 2rem; margin: 2rem 0 1rem;}
    #mVisual .mv_slider .mv-txt p{font-size: 1.6rem; line-height: 2.6rem;}
    .mv-side {padding: 4rem 2.5rem;}
}


.m_txt{color: #222;}
.m_txt h3{font-size: 5rem; font-family: 'NEXONLv1Gothic'; letter-spacing: -0.05em;}
.m_txt h4{font-family: 'NEXONLv1Gothic'; font-size: 2.7rem; margin-top: 4rem;}
.m_txt h4 span{color: #3375be;}
.m_txt p{color: #666; font-size: 1.8rem;margin: 3rem 0 6rem; line-height: 3.2rem;}
br.br1700{display: none;}
br.br1680{display: none;}
br.br1280{display: none;}
br.br768{display: none;}
br.mo{display: none;}

@media all and (max-width:1480px){
    .m_txt h3{font-size: 4.5rem;}
    .m_txt h4{font-size: 2.5rem;}
}
@media all and (max-width:1280px){
    .m_txt h3{font-size: 4rem;}
    .m_txt h4{font-size: 2.2rem; margin-top: 3rem;}
    br.br1280{display: block !important;}
}
@media all and (max-width:768px){
    .m_txt h3{font-size: 3.5rem;}
    .m_txt h4{font-size: 2rem; margin-top: 2rem; line-height: 3rem;}
    .m_txt p{margin: 2rem 0 4rem;}
    br.br768{display: block !important;}
}
@media all and (max-width:480px){
    br.mo{display: block !important;}
    .m_txt h3{font-size: 3.2rem;}
    .m_txt p{font-size: 1.6rem;line-height: 2.6rem;}
}


#m_value{display: flex; justify-content: flex-end; align-items: center;gap: 2rem;}
#m_value .lt > p{margin-top: 5rem; font-size: 2rem; color: #666; line-height: 3.8rem; font-weight: 500;}
#m_value .lt ul{display: flex; gap: 1.5rem; margin-top: 8rem; text-align: center;}
#m_value .lt ul li a{display: inline-block; background: #f2f6fb; border-radius: 1.5rem; padding: 2rem 3rem;}
#m_value .lt ul li a:hover{background: #3375be;}
#m_value .lt ul li a:hover p{color: #fff;}
#m_value .lt ul li a .img{width: 9.5rem; height: 9.5rem; display: flex; align-items: center;justify-content: center; border-radius: 1000px; background: #fff; box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.03);}
#m_value .lt ul p{margin-top: 1.5rem;font-family: 'NEXONLv1Gothic'; font-size: 1.9rem; color: #566578; font-weight: bold;}
#m_value .rt {max-width: 778px;width: 100%;}
#m_value .rt img{width: 100%;}


@media all and (max-width:1700px){
    br.br1700{display: block;}
    br.br1680{display: block;}
}
@media all and (max-width:1690px){
    #m_value .lt{padding-left: 50px;}
}
@media all and (max-width:1480px){
    #m_value .lt > p{font-size: 1.8rem; line-height: 3rem;}
}
@media all and (max-width:1280px){
    #m_value .lt > p{margin-top: 3rem;}
    #m_value .lt ul{margin-top: 5rem;}
    #m_value .lt ul li a{padding: 2rem;}
}
@media all and (max-width:1080px){
    #m_value{flex-wrap: wrap;gap: 5rem;}
    #m_value .lt{width: 100%; padding: 0 5rem;}
    #m_value .lt h3 br{display: none;}
    #m_value .lt p br.br1680{display: none;}
    #m_value .lt ul li{width: calc(100%/4 - 4.5rem/4);}
    #m_value .lt ul li a{width: 100%;}
    #m_value .lt ul li a .img{margin: 0 auto;}
    #m_value .rt {max-width: 80%;}
}
@media all and (max-width:768px){
    #m_value .lt{padding: 0 2rem;}
    #m_value .rt {max-width: 90%;}
    #m_value .lt h3 br{display: block;}
    #m_value .lt p br.br1680{display: block;}
    #m_value .lt ul li a .img{width: 7rem; height: 7rem;}
    #m_value .lt ul li a .img img{max-width: 4rem;}
    #m_value .lt ul p{font-size: 1.7rem;}
}
@media all and (max-width:580px){
    #m_value .lt ul{flex-wrap: wrap;}
    #m_value .lt ul li{width: calc(100%/2 - 1.5rem/2);}
    #m_value .lt ul li a{padding: 1.5rem; border-radius: 1rem;}
    #m_value .rt {max-width: 100%;}
}
@media all and (max-width:480px){
    #m_value .lt > p{font-size: 1.6rem;}
}


#m_busi{text-align: center; margin-top: 30px;}

.tabSlide{width:100%;overflow:hidden;}
.tabSlide__tabs{display:flex; justify-content:center; gap:1rem; background:#eef3fa; padding: 0.5rem; width: fit-content; margin: 0 auto; border-radius: 1000px;}
.tabSlide__tabs button{border:0;color: #566578;padding: 1.5rem 3rem;border-radius:999px;font-weight:700;cursor:pointer; font-size: 1.9rem; font-family: 'NEXONLv1Gothic';}
.tabSlide__tabs button.is-active{background:#3375be;color:#fff;}

.tabSlide__slider{width:100%; margin-top: 7rem;}
.tabSlide__slider .slick-list{overflow:visible;}
.tabSlide__slider .slick-track{display:flex;align-items:stretch;}
#tabSlideSlider .slick-slide{margin: 0 1.5rem;}
#tabSlideSlider .slick-list{margin: 0 -1.5rem;}

.tsCard{display:flex !important; gap:6rem; align-items:center; }
.tsCard__media{border-radius: 2rem; overflow: hidden; width: 57.6%;}
.tsCard__media img{width:100%;height:100%;display:block;object-fit:cover;}
.tsCard__content{ text-align: left;}
.tsCard__content h3{font-family: 'NEXONLv1Gothic'; color: #111; font-size: 4rem;}
.tsCard__content p{margin-top: 2rem; color: #666; font-size: 2rem; line-height: 3.6rem; font-weight: 500;}
.tsCard__btn{display:inline-flex; align-items:center; gap:2rem; font-weight:600; color:#222; margin-top: 5rem; font-size: 1.8rem;}
.tsCard__btn span{width:4.5rem;height:4.5rem;border-radius:50%;background:#3375be;color:#fff;display:inline-flex;align-items:center;justify-content:center; border: 1px solid #3375be; transition: 0.3s;}
.tsCard__btn:hover span{background: #fff; transition: 0.3s; color: #3375be;}


@media all and (max-width: 1680px){
    .tsCard__media{width: 50%;}
    .tsCard__content h3{font-size: 3.5rem;}
    .tsCard__content p{font-size: 1.8rem; line-height: 3rem;}
}
@media all and (max-width: 1280px){
    .tsCard__content h3{font-size: 3rem;}
    .tabSlide__slider{margin-top: 5rem;}
}
@media all and (max-width: 1080px){
    .tsCard{flex-wrap: wrap;}
    .tsCard__media{width: 100%;}
    .tsCard__content{width: 100%; padding: 0 3rem;}
}
@media all and (max-width: 768px){
    .tsCard{gap:3rem;}
    .tsCard__media{border-radius: 0.5rem;}
    .tabSlide__tabs{flex-wrap: wrap; border-radius: 1rem; width: 94%; margin: 0rem auto 0;}
    .tabSlide__tabs li{width: calc(100%/3 - 2rem/3);}
    .tabSlide__tabs button{width: 100%; border-radius: 0.7rem; padding: 1.5rem 0;}
    #tabSlideSlider .slick-slide{margin: 0 0.5rem;}
    #tabSlideSlider .slick-list{margin: 0 -0.5rem;}
    .tsCard__btn{ margin-top: 3rem;gap: 1.5rem; font-size: 1.6rem;}
    .tsCard__btn span{width:3.5rem;height:3.5rem;}
}
@media all and (max-width: 480px){
    .tabSlide__tabs button{font-size: 1.6rem;}
    .tabSlide__slider{margin-top: 4rem;}
    .tsCard__content{padding: 0 2rem;}
    .tsCard__content h3{font-size: 2.5rem;}
    .tsCard__content p{font-size: 1.6rem; line-height: 2.6rem;}
}


#m_support{background: url('/images/main/m_support_bg.png') 80% 0% / cover no-repeat; padding: 120px 0;}
#m_support .m_txt{color: #fff;}
#m_support .m_txt p{color: #fff; line-height: 3.8rem; font-size: 2rem;}
#m_support ul{display: flex; gap: 0.5rem;}
#m_support ul li a{border-radius: 1000px; padding: 2rem 3rem; font-family: 'NEXONLv1Gothic'; font-weight: bold; color: #fff; font-size: 1.9rem; background: rgb(133 112 98 / 40%); display: flex; align-items: center;gap: 3rem;}
#m_support ul li a:hover{ background: rgb(133 112 98);}

@media all and (max-width: 1280px){
    #m_support .m_txt p{font-size: 1.8rem; line-height: 3rem; letter-spacing: -0.05em;}
}
@media all and (max-width: 768px){
    #m_support{padding: 80px 0;}
    #m_support{background-position: 70% 0; padding: 100px 0;}
}
@media all and (max-width:480px){
    #m_support{padding: 60px 0;}
    #m_support .m_txt h3{text-shadow: 0px 0px 25px #a17c5e;}
    #m_support .m_txt p{text-shadow: 0px 0px 25px #a17c5e;}
    #m_support .m_txt p br{display: none;}
    #m_support ul li a{padding: 1.5rem 2.5rem;font-size: 1.7rem; gap: 2rem;}
}


#m_board .m_txt{text-align: center;}
#m_board .tab-cont{display: none;}
#m_board .tab-cont.on{display: block;}
#m_board .cont{display: flex; gap: 3rem; padding-top: 3rem;}
#m_board .cont > div{width: calc(100%/3 - 3rem/3); color: #222;  display: flex; flex-direction: column;}
#m_board .cont > div .top{ border-bottom: 2px solid #233c4b;padding-bottom: 2rem; display: flex;justify-content: space-between; align-items: center;}
#m_board .cont > div .top h3{font-size: 3.5rem; font-family: 'NEXONLv1Gothic';}
#m_board .cont > div .top ul{display: flex; align-items: center;gap: 4.5rem;font-family: 'NEXONLv1Gothic';}
#m_board .cont > div .top ul li{position: relative; font-size: 1.9rem; font-weight: bold;}
#m_board .cont > div .top ul li::after{position: absolute; width: 4px;height: 4px; border-radius: 100px; background: #c2c2c2; content: ''; top: 50%; right: -2.7rem; transform: translate(-50%, -50%);}
#m_board .cont > div .top ul li:last-child:after{display: none;}
#m_board .cont > div .top ul a{color: #a1b3c7;display: inline-block;}
#m_board .cont > div .top ul a.on{color: #3375be;}
#m_board .cont > div .top > a{font-weight: 900; font-size: 2.2rem; color: #222; margin-right: 2rem;}
#m_board .n_list{width: 100%; border-bottom: 1px solid #dbdbdb;flex: 1;}
#m_board .n_list li + li{border-top: 1px dashed #c2c2c2;}
#m_board .n_list li a{display: flex; padding: 2rem 1.5rem; gap: 4rem; color: #222; align-items: center;}
#m_board .n_list li .date{text-align: center; width: 6.5rem;}
#m_board .n_list li .date .day{font-size: 4rem; font-weight: 800;}
#m_board .n_list li .date .ym{color: #666; font-size: 1.5rem; font-weight: 500;}
#m_board .n_list li .tt{font-size: 1.9rem; font-weight: 500;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: calc(100% - 10.5rem);}
#m_board .p_list{padding: 3rem 2rem;border-bottom: 1px solid #dbdbdb;flex: 1; display: flex; align-items: center;}
#m_board .p_list ul{display: flex;gap: 2rem; width: 100%;}
#m_board .p_list ul li{width: 100%;}
#m_board .p_list ul li a{display: inline-block; width: 100%;}
#m_board .p_list ul li .img{width: 100%; border-radius: 10px; overflow: hidden;}
#m_board .p_list ul li .img img{width: 100%;}
#m_board .p_list ul li .txt{margin-top: 3rem;}
#m_board .p_list ul li .txt p{color: #222; font-size: 1.9rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#m_board .p_list ul li .txt span{color: #666; font-size: 1.5rem; font-weight: 500; margin-top: 2rem; display: inline-block;}
#m_board .fcb iframe{padding-top: 2rem;}


@media all and (max-width: 1400px){
    #m_board .cont > div .top h3{font-size: 3rem;}
    #m_board .cont > div .top ul{gap: 2rem;}
    #m_board .cont > div .top ul li{font-size: 1.7rem;}
    #m_board .cont > div .top ul li::after{right: -1.5rem;}
}
@media all and (max-width: 1280px){
    #m_board .cont{gap: 2rem; padding-top: 2rem;}
}
@media all and (max-width: 1040px){
    #m_board .cont{flex-wrap: wrap;gap: 5rem 2rem;}
    #m_board .cont > div{width: 100%;}
    #m_board .cont > div .top{flex-wrap: wrap; padding-bottom: 1.5rem;}
    #m_board .cont > div .top ul{width: 100%; order: 3; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 2px solid #000;}
    #m_board .cont > div .top ul li{width: calc(100%/3); text-align: center;}
    #m_board .cont > div .top > a{order: 2;}
    #m_board .cont > div.notice .top{border-bottom: 1px solid #a7a7a7;}
    #m_board .cont > div.picture{width: calc(100%/2 - 1rem);}
    #m_board .cont > div.fcb{width: calc(100%/2 - 1rem);}
}
@media all and (max-width: 768px){
    #m_board .n_list li a{padding: 1.5rem; gap: 2rem;}
    #m_board .n_list li .date .day{font-size: 3rem;}
}
@media all and (max-width: 580px){
    #m_board .cont > div.picture{width: 100%;}
    #m_board .cont > div.fcb{display: none;}
}
@media all and (max-width: 480px){
    #m_board .cont > div .top h3{font-size: 2.5rem;}
    #m_board .n_list li .date .day{font-size: 2.7rem;}
    #m_board .n_list li .date .ym{font-size: 1.4rem;}
    #m_board .n_list li .tt{font-size: 1.6rem;}
    #m_board .p_list{padding: 2rem 0;}
    #m_board .p_list ul li .img{border-radius: 0.5rem;}
    #m_board .p_list ul li .txt{margin-top: 2rem;}
    #m_board .p_list ul li .txt p{font-size: 1.6rem;}
    #m_board .p_list ul li .txt span{font-size: 1.4rem; margin-top: 0rem;}
}