/* ===================================================================
    공통
======================================================================*/
/* select 커스텀 */
select::-ms-expand { display: none;}
.select {-o-appearance: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.selectBox {position: relative; width: 120px; height: 48px; border: solid 1px #8b8b8b; background-color: #fff;}
.selectBox .select { width: 100%; height: inherit; background: transparent; border: 0 none; outline: 0 none; padding: 0 16px; position: relative; z-index: 3; color: #8b8b8b; letter-spacing: -0.4px;}
.selectBox .select option { background: #fff; color: #333; padding: 3px 0; font-size: 16px; }
.selectBox .icoArrow {position: absolute; top: -1px; right: 0; z-index: 1; width: 48px;  height: inherit; display: flex; justify-content: center; align-items: center;}
.selectBox .icoArrow i{font-size: 16px; color: #c7c7c7;}
/* page-nav */
.page-nav{display: flex; gap: 8px; justify-content: center; margin-top:40px;}
.page-nav li a{width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; font-size: 14px; opacity: 0.3; transition: all 0.3s;}
.page-nav li.now a{opacity: 1; background-color: #4eacff; color: #fff; border: unset;}
.page-nav li:hover a{opacity: 1; background-color: #4eacff; color: #fff; border: unset;}
.page-nav li:hover a i{color: #fff;}

/* =========================================================================
    메인 
===========================================================================*/
.wrap {width:1400px; margin:0 auto;}
.main-headmenu { letter-spacing:0px !important; }
@media screen and (max-width: 1400px) {
    .wrap {width:100%; padding:0 20px;}
}
.main h2{font-size: 56px; color: #0f102a;   font-family: 'S-CoreDream-5Medium'; letter-spacing: 2.8px; position: relative; display: inline-block; z-index: 1;}
.main h2::after{position: absolute; right: -9px; bottom: -11px; width: calc(100% + (100vw - 1440px) / 2 + 9px); height: 16px; background-color: #ffdb73; content: ""; z-index: -1;}
.main .section1 {position: relative;}
.main .section1 .wrap {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); z-index:1;}
.main .section1 .swiper-btn {position:absolute; top:0; z-index:1; cursor:pointer;}
.main .section1 .swiper-btn-prev {left:-100px;}
.main .section1 .swiper-btn-next {right:-100px;}
.main .section1 .swiper-container {position:relative;}
.main .section1 .gallery-back{width: 100%; height: 600px; }
.main .section1 .gallery-back .swiper-slide {display:flex; align-items:center; margin-top:50px; justify-content:center; overflow: hidden; text-align: center;}
.main .section1 .gallery-back .swiper-slide .comment {
    text-align: left;
}
.main .section1 .gallery-back .black {
    width:100%; height:100%;
    position:absolute; top:0; left:0;
    background-color:black;
}
.main .section1 .gallery-back .basea {
    width:100%; height:100%;
    position:absolute; top:0; left:0;
    background:url('../images/main/visual_01.jpg') no-repeat; background-size:cover; background-position:center;
}
.main .section1 .gallery-back .baseb {
    width:100%; height:100%;
    position:absolute; top:0; left:0;
    background:url('../images/main/visual_02.jpg') no-repeat; background-size:cover; background-position:center;
}
.main .section1 .gallery-back .basec {
    width:100%; height:100%;
    position:absolute; top:0; left:0;
    background:url('../images/main/visual_03.jpg') no-repeat; background-size:cover; background-position:center;
}
/* .header-wrap .logo { max-width:211px; max-height:44px; } */

.main .section1 .gallery-back .swiper-slide .subtitle {font-size:20px; color:#fff; text-shadow: 0px 3px 6px rgba(0,0,0,0.16);}
.main .section1 .gallery-back .swiper-slide .title {margin-top:20px; line-height:62px;font-size:44px; font-weight:800; color:#fff; text-shadow: 0px 3px 6px rgba(0,0,0,0.16);}
.main .section1 .gallery-back .swiper-slide .m-ratioBox-wrap {
    width:600px; margin-right:50px; padding-top:400px;
    border-radius:20px; border:none;
}
.main .section1 .gallery-back video{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.main .section1 .gallery-back {}

@media screen and (max-width:1200px) {
    .main .section1 .gallery-back {height:320px;}
    .main .section1 .gallery-back .swiper-slide {padding:0 40px;}
    .main .section1 .gallery-back .swiper-slide * {word-break: keep-all;}
    .main .section1 .gallery-back .swiper-slide .title {margin-top:10px; line-height:32px; font-size:20px;}
    .main .section1 .gallery-back .swiper-slide .subtitle {font-size:16px;}
    .main .section1 .swiper-btn {display:none;}
}

@media screen and (max-width:768px) {
    .main .section1 .gallery-back {height:350px;}
    .main .section1 .gallery-back .swiper-slide .m-ratioBox-wrap {width:100%; margin-right:0; padding-top:51%; position:absolute; top:0; border-radius:0;}
    .main .section1 .gallery-back .swiper-slide .m-ratioBox-wrap img {width:auto; height:100%;}
    .main .section1 .gallery-back .swiper-slide .dark {content:""; width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; background-color:rgba(0,0,0,0.3);}
    .main .section1 .gallery-back .swiper-slide .comment {width:100%; position: relative; top:26%; text-align: center; z-index:2;}
}

.main .section2{padding: 95px 0 120px; position: relative; overflow: hidden;}
.main .section2 .banners {padding-bottom:40px;}
.main .section2 .banners .swiper-btns {display:flex; align-items: center; justify-content: flex-end; margin-bottom:20px;}
.main .section2 .banners .swiper-btn {margin-left:10px; cursor:pointer;}
.main .section2 .banners .swiper-btn-control .play {display:none;}
.main .section2 .banners .swiper-btn-control.active .play {display:block;}
.main .section2 .banners .swiper-btn-control.active .stop {display:none;}
.main .section2 .wrap {border-bottom:3px solid #dbdbdb;}
.main .btn-more img {transition: all .6s;}
.main .btn-more:hover img {transform:rotate(360deg);}
@media screen and (max-width:1200px) {
    .main .section2 {padding:60px 0 60px;}
    .main .section2 .swiper-slide a {display:block;}
    .main .section2 .swiper-slide img {width:100%; max-width:100%;}

}
@media screen and (max-width:768px) {}

.main .box-title.type01 {}
.main .box-title.type01 .title {margin-bottom:45px; font-size:34px; font-weight:bold; font-family: "S-CoreDream-5Medium";}
.main .box-title.type01 .sub {margin-bottom:15px; font-size:18px; color:#64a7ff;}
.main .section {padding-bottom:120px;}
.main .section3 .boxes {display:flex; margin:0 -40px;}
.main .section3 .box-wrap {flex:1; padding:0 40px;}
.main .section3 .box .top {
    display:flex; align-items: center; justify-content: space-between;
    padding-bottom:25px; border-bottom:2px solid black;
}
.main .section3 .box .top .title {font-size:26px; font-family: "S-CoreDream-5Medium";}
.main .section3 .box .board {
    display:flex; align-items: center; height:59px;
    padding:10px 0;
    border-bottom:1px solid #e1e1e1;

}
/* .box.board.category { width:38px; margin:7px 5px; } */
.box.board.category.tforu {
    display:flex; align-items:center; justify-content:center; flex:0 0 auto;
    background-color:#4eacff; color:#fff;
    width:35px; height:35px; margin:0 10px;
    font-size:14px; font-weight:600;
    border-radius:100%;
}
.boxx.board.category {
    display:flex; align-items:center; justify-content:center; flex:0 0 auto;
    background-color:#4eacff; color:#fff;
    width:35px; height:35px; margin:0 10px;
    font-size:15px; font-weight:300;
    border-radius:100%;
}
.boxx.board.category.category1 { background-color:#0DD2CB; }
.boxx.board.category.category2 { background-color:#FF914E; }
.boxx.board.category.category3 { background-color:#1BC372; }
.boxx.board.category.category4 { background-color:#FC7D95; }
.boxx.board.category.category5 { background-color:#3993e1; }
.boxx.board.category.category6 { background-color:#5ba3e7; }

.main .section3 .box .board .category {
    display:flex; align-items:center; justify-content:center; flex:0 0 auto;
    background-color:#4eacff; color:#fff;
    width:38px; height:38px; margin:0 15px;
    font-size:15px; font-weight:300;
    border-radius:100%;
}
.main .section3 .box .board .category1 {background-color:#0DD2CB;}
.main .section3 .box .board .category2 {background-color:#FF914E;}
.main .section3 .box .board .category3 {background-color:#1BC372;}
.main .section3 .box .board .category4 {background-color:#FC7D95;}
.main .section3 .box .board .category5 {background-color:#3993e1;}
.main .section3 .box .board .category6 {background-color:#5ba3e7;}
.main .section3 .box .board .title {max-width:368px; font-weight:600; text-overflow: ellipsis; white-space: nowrap; overflow:hidden;}
.main .section3 .box .board .date {flex: 0 0 auto; margin-left:auto; opacity:0.58; font-weight:500;}

@media screen and (max-width:1200px) {
    .main .section3 .boxes {flex-wrap:wrap;}
    .main .box-title.type01 .sub {font-size:14px;}
    .main .box-title.type01 .title {margin-bottom:30px;font-size:24px;}
    .main .section3 .box-wrap {margin-bottom:40px;}
    .main .section3 .box-wrap:last-of-type {margin-bottom:0;}
    .main .section3 .box .top .title {font-size:18px;}
    .main .section3 .box .board .title {max-width:calc(100vw - 200px);}
    .main .section {padding-bottom:80px;}
}

@media screen and (max-width:768px) {}
  
.header-wrap .box-search {display:none;}
.header-wrap .search-open.active {background:url("../images/icon/x.png") no-repeat; background-position: center;}
.header-wrap .search-open.active img {opacity:0.00001;}
.header-wrap .search-open.active + .box-search {display:block;}
.header-wrap .m-input-text.type01 {position:absolute; right:0; top:95px; }
.header-wrap .m-input-text.type01 .m-input-text-deco2 {display:none; transform:rotate(45deg); top:15px; right:-40px; background-color:#fff;}

.m-inputs.type01 {display:flex; align-items: center;}
.m-inputs.type01 .hyphen {flex:0 0 auto; margin:0 10px;}
.m-input-text.type01 {position:relative;}
.m-input-text.type01 input {width:100%; height:50px; padding:0px 20px; font-size:16px; border:1px solid #e1e1e1;}
.m-input-text.type01 input[type="date"] {height:auto; padding:18px 20px; background-color:#fff !important;}
.m-input-text.type01 .m-input-text-deco {position:absolute; right:20px; top:50%; transform:translateY(-50%); color:#979797; font-size:14px; cursor:pointer;}

.main .section4 {padding-bottom:60px;}
.main .area-notice {padding-bottom:60px;}
.main .tabs {display:flex; flex-wrap:wrap; margin:-10px;}
.main .tabs:nth-child(2) .tab {background-color:#f9acba;}
.main .tab-wrap {width:50%; padding:19px 10px;}
.main .tab {display:flex; align-items: center; justify-content: center; height:56px;
    font-weight:400;
    padding:0 20px;
    background-color:#75b1e7; color:#fff; border-radius:5px;
    transition:all .3s;
    text-align: center;
    word-break: keep-all;
} 
.main .tab:hover {transform:translate(-4px, -4px); box-shadow:0px 3px 6px rgba(0,0,0,0.16);}
.main .boxes {display:flex; margin:0 -40px;}
.main .box-wrap {flex:1; width:50%; padding:0 30px;}
.main .box .content { padding:25px; border:1px solid #a2a2a2; border-radius:5px;}
.main .box .global { margin-top:15px;  border-radius:5px;}
.main .box .m { margin-top:15px; padding:10px; border:1px solid #a2a2a2; border-radius:5px;}
.main .box .content.map {border:none;}
.main .box .content .box-img {position:relative; left:-62px; top:-50px;}
.main .box .top {display:flex; align-items: center; justify-content: space-between;}
.main .box .top .title {
    display:flex; align-items:flex-end;
    margin-bottom:25px;
    font-size:26px; font-family: "S-CoreDream-5Medium";
}
.main .box .top .title img {margin-left:12px;}
/* 추가한 부분 */
.main .area-notice .content.map {border:none;}
.main .area-notice .content .box-img {position:relative; left:-62px; top:-50px;}

.m {display:none !important;}

@media screen and (max-width:1200px) {
    .header-wrap .m-input-text.type01 {width:100%; top:56px;}
    .header-wrap .m-input-text.type01 .m-input-text-deco2 {right:auto; left:-40px;}
    .main .boxes {flex-wrap:wrap;}
    .main .box-wrap {flex:auto; width:100%; margin-bottom:40px;}
    .main .box-wrap:last-of-type {margin-bottom:0;}
    .main .tab {font-size:16px; line-height:16px;}
    .main .box .top .title {font-size:18px;}
    .main .box .content .box-img {margin-left:0;}
    .main .box .content .box-img img {margin:0 auto;}
}

@media screen and (max-width:768px) {
    .pc {display:none !important;}
    .m {display:block !important;} 
    .global {display:none !important;}
    .main .box-wrap .box .box-tabs { display: wrap; justify-content:space-between; align-items:center; text-align: center; width: 100%; border:1px solid #a2a2a2; border-radius:5px; padding:20px; }
    .main .box-wrap .box .box-tabs .tab-wrap { width:100%; justify-content:center; align-items:center; text-align:center; }
    .main .tabs  {margin:0 auto; text-align: center; }
    .main .tab-wrap {padding:5px;}
    .main .box .content .box-img {display:none;}
}

.main .section5 .contents {padding-top:30px; padding-bottom:30px; border:2px solid black; border-radius:20px; text-align: center;}
.main .section5 .contents .box-title {margin-bottom:40px;}
.main .section5 .contents .box-title .sub {font-size:40px; font-family: "S-CoreDream-5Medium";}
.main .section5 .contents .box-title .title {font-size:22px; opacity:0.64; font-family: "S-CoreDream-5Medium";}
.main .section5 .boxes {display:flex; margin:0 -15px; justify-content: center;}
.main .section5 .box-wrap {padding:0 15px;}
.main .section5 .box {text-align: center;}
.main .section5 .box .title {margin-top:14px; font-size:18px; font-family: "S-CoreDream-5Medium";}
.main .section5 .box .circle {margin:0 auto; width:72px; height:72px; position:relative; border-radius:100%; transition:all .3s; background-color:#f8f8f8;}
.main .section5 .box .circle img { width:72px; height:72px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); transition:all .3s;}
.main .section5 .box .circle .active {opacity:0;}
.main .section5 .box:hover .circle {background-color:#4eacff; }
.main .section5 .box:hover .circle .active {opacity:1;  }
.main .section5 .box:hover .circle .inactive {opacity:0;  }

@media screen and (max-width:1200px) {
    .main .section5 .contents .box-title .sub {font-size:24px;}
    .main .section5 .contents .box-title .title {font-size:16px;}
    .main .section5 .boxes {flex-wrap:wrap; margin:-10px;}
    .main .section5 .box-wrap {padding:10px;}
}

@media screen and (max-width:768px) {}

@keyframes rotate_image{ 100% { transform: rotate(360deg); } }
@keyframes rotate_image2{ 100% { transform: rotate(-360deg); } }
@media screen and (max-width:1440px) {
    .main h2::after{width: calc(100% + 29px); left: -13px;}
    .main .section1 .wrap_thumb_layout{left: 20px;}
    .main .section4 .tab-wrap{right: 16px;}
}
@media screen and (max-width:768px) {
    .main section .container{display: flex; flex-direction: column; align-items: center;}
    .main .section1 .wrap_thumb_layout{top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%;}
    .main .section1 .wrap_thumb_layout .swiper-slide{padding: unset; padding-top: 48px;}
    .main .section1 .wrap_thumb_layout .swiper-slide::before{display: none;}
    .main .section1 .wrap_thumb_layout .swiper-slide:nth-child(3) .swiper-slide-container p:nth-child(3){font-size: 13px;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container{text-align: center; display: flex; flex-direction: column; align-items: center;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container p:nth-child(1){font-size: 24px; margin-bottom: 12px; }
    .main .section1 .wrap_thumb_layout .swiper-slide-container p:nth-child(2){font-size: 40px; margin-bottom: 20px; line-height: 1.4;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container.last-slide p:nth-child(2){margin-bottom: 30px;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container p:nth-child(3){font-size: 16px; width: 100%; line-height: 1.5; letter-spacing: -0.4px;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container.last-slide p:nth-child(3){font-size: 14px;}

    .main .section1 .wrap_thumb_layout .swiper-slide-container .bt-btn{width: 160px; height: 40px; bottom: 94px; left: 50%; transform: translateX(-50%); padding: 0 16px;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container .bt-btn span{font-size: 12px;}
    .main .section1 .wrap_thumb_layout .swiper-slide-container .bt-btn .right{width: 40px;}
    .main .section1 .wrap_thumb_layout .swiper-pagination{bottom: 48px; left: 50%; gap: 8px; transform: translateX(-50%);}
    .main .section1 .wrap_thumb_layout .swiper-pagination-bullet{width: 40px; height: 6px;}
}

/* ===========================================================================
    서브 페이지
=============================================================================*/
.sub-top-tit { height: 280px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px;  background-size: cover; background-position: center; background-repeat: no-repeat;}
.sub-top-tit h2 { font-size: 40px; color: #fff; position: relative; z-index: 1; letter-spacing: 4px;   font-family: 'S-CoreDream-5Medium';}
.sub-top-tit h2::after{position: absolute; width: calc(100% + 30px); height: 24px; opacity: 0.57; background-color: #ffb000; content: ''; bottom: 0; z-index: -1; left: 50%; transform: translateX(-50%);}
.sub-top-tit p { font-size: 16px; color: #fff; letter-spacing: -0.4px;}
.sub-top-map { height: 56px; border-bottom: 2px solid #e4e4e4; background-color: #fff;}
.sub-top-map> .col-group { height: 100%; align-items: flex-start; }
.sub-top-map .home-btn { width: 56px; height: 56px; background: #3b3f56; text-align: center; }
.sub-top-map .home-btn i { font-size: 32px; color: #fff; line-height: 56px; }
.sub-top-map .sub-menu-list { width: 320px; position: relative; }
.sub-top-map .sub-menu-list2 {width:405px;}
.sub-top-map .sub-menu-list li .show { height: 56px; line-height: 56px; padding: 0 32px; font-size: 17px; color: #707070; font-weight: bold; cursor: pointer; transition: .2s; border-right: 1px solid #C9C9C9; }
.sub-top-map .sub-menu-list li:hover .show { background: #E2F8FF; }
.sub-top-map .sub-menu-list li .show i { position: absolute; right: 32px; top: 18px; transition: .2s; }
.sub-top-map .sub-menu-list li.active .show i { transform: rotateX(180deg); }
.sub-top-map .sub-menu-select { position: absolute; width: 100%; z-index: 999; box-shadow: 3px 3px 10px #00000029; display: none; }
.sub-top-map .sub-menu-select li { height: 56px; background: #fff; cursor: pointer; border-bottom: 1px solid #f6f6f6; transition: .2s; }
.sub-top-map .sub-menu-select li a { font-size: 17px; padding: 0 32px; color: #707070; line-height: 56px; letter-spacing: -0.5px; width: 100%; height: 100%; display: block;}
.sub-top-map .sub-menu-select li:hover { background: #F5F5F5; }
.sub-title { padding-top: 40px; padding-bottom: 16px; align-items: baseline; justify-content: space-between; border-bottom: 2px solid #e4e4e4; }
.sub-title h2 { font-size: 30px; letter-spacing: -0.75px; position: relative; font-weight: bold;}
.sub-title h2::after { content: ""; display: block; position: absolute; bottom: -18px; width: 100%; height: 2px; background: #0064A2; }
.sub-title ul { gap: 8px; align-items: center; }
.sub-title ul li a { font-size: 16px; color: #ABABAB; }
.sub-title ul li:last-child a { font-weight: bold; }
.sub-title ul li i { font-size: 18px; color: #ababab; }
.sub-top-smtit{display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; min-height: 259px; padding: 72px 0; background-size: cover; background-position: center; gap: 24px; margin-top: 32px}
.sub-top-smtit h3{font-size: 32px;   font-family: 'S-CoreDream-5Medium'; color: #fff;}
.sub-top-smtit p{font-size: 18px; line-height: 1.67; letter-spacing: -0.45px; color: #fff;}
h3.h3-st{text-align: center; font-size: 40px; letter-spacing: -1px; color: #0f102a;   font-family: 'S-CoreDream-5Medium'; position: relative;}
h3.h3-st::after{content: ""; width: 80px; height: 4px; position: absolute; background-color: #ffb000; bottom: -36px; left: 50%; transform: translateX(-50%);}

.ql-editor img {width:auto;}
@media screen and (max-width:768px) {
    /*===========================================================================
		서브 페이지
	============================================================================*/
	.sub-top-tit { height: 104px; }
	.sub-top-tit h2 { font-size: 20px; }
	.sub-top-tit p { display: none; }
	.sub-top-map { height: 40px; border-bottom: 1px solid #e4e4e4; }
    .sub-top-map> .col-group{padding: unset;}
	.sub-top-map .home-btn { width: 40px; height: 40px; }
	.sub-top-map .home-btn i { font-size: 20px; line-height: 40px; }
	.sub-top-map .sub-menu-list { width: calc( 100% / 2 - 20px ); }
    .sub-top-map .sub-menu-list li .show.ft-sm{font-size: 12px;}
    .sub-top-map .sub-menu-list li .show.ft-sm2{font-size: 10px;}
	.sub-top-map .sub-menu-list li .show { height: 40px; line-height:40px; padding: 0 12px; font-size: 14px; }
	.sub-top-map .sub-menu-list li .show i { right: 8px; top: 13px;; }
	.sub-top-map .sub-menu-select li { height: 40px;}
	.sub-top-map .sub-menu-select li a { font-size: 14px; line-height: 40px;  padding: 0 12px;}
    .sub-top-map .sub-menu-select li a.ft-sm{font-size: 12px;}
    .sub-top-map .sub-menu-select li a.ft-sm2{font-size: 11px;}
	.sub-title { padding-top: 16px; padding-bottom: 8px; }
	.sub-title h2 { font-size: 20px; letter-spacing: -0.5px; }
	.sub-title h2::after { bottom: -10px; }
	.sub-title ul { display: none; }
    .sub-top-smtit{height: 158px; margin-top: 15px;}
    .sub-top-smtit h3{font-size: 20px; letter-spacing: -0.5px;}
    .sub-top-smtit p{font-size: 14px; letter-spacing: -0.35px; line-height: 1.57; font-weight: 300;}

    h3.h3-st{font-size: 20px; margin-bottom: 76px;}
    h3.h3-st::after{bottom: -22px; width: 48px;}
}

/* 개인정보 처리방침 */
.policy{padding: 25px 0 52px}
.policy .policy-top{border-top: 2px solid #333;}
.policy .policy-top h2{font-weight: 500; line-height: 2.88; color: #070303;}
.policy .policy-top p{font-size: 10px; font-weight: 500; color: #707070; line-height: 1.5; padding: 15px 0 20px; border-top: 1px solid #e4e4e4;}
.policy .policy-list{display: flex; flex-direction: column; gap: 40px; padding-top: 15px; border-top: 1px solid #e4e4e4; margin-bottom: 52px;}
.policy .policy-list h3{margin-bottom: 8px; font-size: 14px; font-weight: 500; color: #3b3f56;}
.policy .policy-list h4{color: #333;}
.policy .policy-list p{font-size: 10px; font-weight: 500; line-height: 1.5; color: #707070;}
.policy .policy-list p span{color: #333; font-weight: 500;}
.policy .btn-wrap{display: flex; justify-content: center;}
.policy .btn-wrap .up-btn{width: 30px; height: 30px; border-radius: 100%; border: solid 2px #3b3f56; background-color: #fff; display: flex; justify-content: center; align-items: center; outline: unset;}
.policy .btn-wrap .up-btn i{font-size: 26px; color: #3b3f56;}

.m-pops {display:flex; position:fixed; top:15%; left:6%; z-index:1000; }
.m-pop.type01 {width:500px; margin:10px; box-shadow:0px 3px 6px rgba(0,0,0,0.16);}
.m-pop.type01 img {display:block;}
.m-pop.type01 .m-pop-bottom {display:flex; align-items: center; justify-content: space-between; background-color:#555;}
.m-pop.type01 .m-pop-bottom * {color:#fff;}
.m-pop.type01 .m-pop-bottom .btn {padding:6px 20px; text-decoration: underline;}
.m-pop.type01 .m-pop-bottom .btn-close {padding:6px 20px; background-color:#333;}

@media screen and (max-width:1000px) {
    .m-pops {top:50%; left:50%; transform:translate(-50%, -50%);}
    .m-pop.type01 {margin:0; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
}
@media screen and (max-width:500px) {
    .m-pops {width:100%;}
    .m-pop.type01 {width:100%; max-width:calc(100% - 40px);}
}

.ql-editor .ql-video {width:530px; height:300px; margin:0 auto;}

@media screen and (max-width:768px) {
    .ql-editor .ql-video {width:300px; height:170px;}
}

.sub-visual {height:350px; margin-bottom:50px; position:relative;}
.sub-visual .title {
    width:100%; padding:0 40px; word-break: keep-all;;
    font-size:40px; font-family: "S-CoreDream-9Black"; text-align: center; line-height:50px; text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); color:#fff;
}
.align-center {text-align: center;}
.page-title.type01 {
    margin-bottom:40px;
    font-family: "S-CoreDream-9Black"; font-size:28px; text-align: center;
}
.page-title.type01 .sub {display:block; margin-top:10px; font-family: "S-CoreDream-5Medium"; font-size:22px; opacity:0.52;}
#main > .wrap {display:flex;}
#main .sidebar {width:308px; flex:0 0 auto; margin-right:45px;}
#main .sidebar .top {display:flex; align-items:center; justify-content:center; height:90px; margin-bottom:10px; background-color:#fcb414; border-radius:13px;}
#main .sidebar .top .title {
    margin-top:10px;
    position:relative;
    font-family: "S-CoreDream-5Medium"; font-size:28px; color:#fff;
}
#main .sidebar .top .title:before {
    content:""; width:90%; height:3px;
    position:absolute; top:-18px; left:50%; transform:translateX(-50%); background-color:#fff;
}
#main .sidebar .link {
    display:flex; align-items: center; justify-content: space-between; width:100%;
    margin-bottom:10px; padding:25px 30px;
    font-size:18px; font-family: "S-CoreDream-5Medium";
    border-radius:13px; border:1px solid #d4d4d4;
    transition:all .3s;
}
#main .sidebar .link img {opacity:0.4; transition:all .3s;}
#main .sidebar .link:hover {background-color:#f2f9ff; border-color:#4eacff;}
#main .sidebar .link:hover img {opacity:1;}
#main .sidebar .link.active {background-color:#f2f9ff; border-color:#4eacff;}
#main .sidebar .link.active img {opacity:1;}
.contents-wrap {flex:auto; padding-bottom:80px;}

.area-notice {}
.area-notice .top {display:flex; align-items: flex-end; justify-content: space-between; margin-bottom:15px;}
.area-notice .top .count {flex:0 0 auto; margin-right:20px; font-weight:500;}
.area-notice .top .count .point {font-weight:bold;}
.area-notice .m-input-text.type01 input {height:53px; border-radius:26px;}
.area-notice .m-table.type01 td:nth-child(2n) {text-align: left;}

.m-table.type01 {width:100%; border-top:2px solid #279dd4;}
.m-table.type01 th {padding:15px 0; font-size:18px; font-weight:bold;}
.m-table.type01 td {font-size:16px; padding:15px; text-align: center;}
.m-table.type01 thead tr {border-bottom:1px solid #279dd4;}
.m-table.type01 tbody tr {border-bottom:1px solid #e1e1e1;}

.m-input-select.type01  {
    cursor:pointer;
    border-radius:0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance: none; /* 화살표 없애기 for chrome*/
    -moz-appearance: none; /* 화살표 없애기 for firefox*/
    appearance: none;
    position:relative;
}
.m-input-select.type01::-ms-expand { display: none; }

.m-input-select.type01 {position:relative;}
.m-input-select.type01 select {width:100%; height:50px; padding:0px 20px; padding-right:60px; border:1px solid #e1e1e1;  background-color:#fff;
    font-size:16px;
    cursor:pointer;
    border-radius:0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance: none; /* 화살표 없애기 for chrome*/
    -moz-appearance: none; /* 화살표 없애기 for firefox*/
    appearance: none;
    border-radius:5px;
}
.m-input-select.type01 .fake {width:100%; height:50px; line-height:50px; padding:0px 20px; padding-right:60px; border:1px solid #e1e1e1;  background-color:#fff;
    cursor:pointer;
    border-radius:0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance: none; /* 화살표 없애기 for chrome*/
    -moz-appearance: none; /* 화살표 없애기 for firefox*/
    appearance: none;
    border-radius:5px;
}
.m-input-select.type01:after {content:""; width:13px; height:8px; position:absolute; right:20px; top:50%;
    transform:translateY(-50%); background:url("../images/icon/arrowDown-black.png") no-repeat; background-size:cover;}
.m-input-select.type01 select::-ms-expand { display: none; }
.m-input-select.type01 .count {
    width:20px; height:20px;position:absolute; top:-10px; right:-7px;
    font-size:12px; border-radius:100%; text-align: center;
    color:#fff; background-color:#14785D;
}
@media screen and (max-width:1200px){
    .contents-wrap {width:100%;}
    .m-input-select.type01 select {height:50px;}
    .m-input-select.type01 .fake {height:50px; line-height:50px; font-size:16px;;}
}

.m-input-radio input {display:none;}
.m-input-radio label {cursor:pointer;}

.m-input-error {margin-top:4px; font-size:12px; color:red;}

.m-input-radios .m-input-radio {margin-right:10px;}
.m-input-radio.type01 {margin-top:7px;}
.m-input-radio.type01:first-child {margin-top:0;}
.m-input-radio.type01 label {display:block; padding:15px 0; padding-left:50px; position:relative; background-color:#f5f5f5; box-shadow:0px 1px 2px rgba(0,0,0,0.16); transition:background-color .2s;}
.m-input-radio.type01 label:hover {background-color:#E1E1E1;}
.m-input-radio.type01 label:before {content:""; width:14px; height:14px; position:absolute; left:14px; top:50%; transform:translateY(-50%); background:url("../images/icon_circle_gray.png") no-repeat;}
.m-input-radio.type01 input:checked + label:before {background:url("../images/icon/icon_circle_active_gray.png") no-repeat;}
.m-input-radio.type01 input:checked + label {background-color:#E1E1E1;}
.m-input-radio.type01 .m-input-radio-title {display:inline-block;}
.m-input-radio.type01 .m-input-radio-title:first-child {width:140px; position:relative; top:2px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.m-input-radio.type01 .m-input-radio-title:nth-child(2) {width:68px; position:relative; top:-2px; text-align:center;}

.m-input-radio.type02 {display:inline-block;}
.m-input-radio.type02:first-child {margin-top:0; margin-left:0;}
.m-input-radio.type02 label { padding-left:40px; position:relative; font-size:18px;}
.m-input-radio.type02 label:before {content:""; width:28px; height:28px; position:absolute; left:0px; top:52%; transform:translateY(-50%); background:url("../images/icon_circle_gray.png") no-repeat;}
.m-input-radio.type02 input:checked + label:before {background:url("../images/icon/icon_circle_active_gray.png") no-repeat;}

.m-input-checkbox input {display:none;}
.m-input-checkbox label {cursor:pointer;}
.m-input-checkboxes.type01 {display:flex; flex-wrap:wrap; margin:-8px;}
.m-input-checkboxes.type01 .m-input-checkbox {margin:8px;}
.m-input-checkboxes.type01 .m-input-checkbox.active label {border-color:#14785D; box-shadow:0px 3px 6px rgba(0,0,0,0.16); color:#14785D;}
.m-input-checkboxes.type01 .m-input-checkbox.active button {border-color:#14785D; box-shadow:0px 3px 6px rgba(0,0,0,0.16); color:#14785D;}
.m-input-checkboxes.type01 label {display:block; min-width:110px; padding:18px;  position:relative; border:1px solid #e1e1e1; text-align: center; color:#999;
    transition: all .3s; border-radius:5px;
}
.m-input-checkboxes.type01 label:hover {border-color:#14785D; box-shadow:0px 3px 6px rgba(0,0,0,0.16); color:#14785D;}
.m-input-checkboxes.type01 button {display:block; min-width:110px; padding:18px;  position:relative; border:1px solid #e1e1e1; text-align: center; color:#999;
    transition: all .3s; border-radius:5px;
}
.m-input-checkboxes.type01 button:hover {border-color:#14785D; box-shadow:0px 3px 6px rgba(0,0,0,0.16); color:#14785D;}
.m-input-checkboxes.type01 input:checked + label {border-color:#14785D; box-shadow:0px 3px 6px rgba(0,0,0,0.16); color:#14785D;}
.m-input-checkboxes.type01 img {margin-left:12px;}
.m-input-checkboxes.type01 .m-input-checkbox.text input {
    display:block; width:160px; padding:18px;  position:relative; border:1px solid #333; text-align: center; color:#999;
    transition: all .3s; border-radius:5px;
}
.m-input-checkboxes.type01 .m-input-checkbox.text label {display:none;}

@media screen and (max-width:1200px){
    .m-input-checkboxes.type01 {justify-content:flex-start; overflow-x:auto; flex-wrap:nowrap; margin:0; margin-bottom:20px; margin-right:-20px;}
    .m-input-checkboxes.type01 button {padding:12px 18px;}
}
@media screen and (max-width:768px){}

.m-input-checkboxes.type02 {padding:20px 25px; border:1px solid #e1e1e1; border-radius:5px;}
.m-input-checkboxes.type02 .fragment {display:flex; margin-bottom:20px;}
.m-input-checkboxes.type02 .fragment:last-child {margin-bottom:0;}
.m-input-checkboxes.type02 .m-input-checkbox { margin-left:40px; padding-left:30px; position:relative;}
.m-input-checkboxes.type02 .m-input-checkbox:last-child {margin-bottom:0;}
.m-input-checkboxes.type02 .m-input-checkbox label {font-size:16px;;}
.m-input-checkboxes.type02 .m-input-checkbox label:before {content:""; width:16px; height:16px; position:absolute; left:0; top:0px; border:1px solid #696868;}
.m-input-checkboxes.type02 .m-input-checkbox input:checked + label:before {width:16px; height:16px; background-color:#696868;}
.m-input-checkboxes.type02 .link {font-size:16px;; font-weight:500;}

@media screen and (max-width:1200px){}
@media screen and (max-width:768px){}

.m-input-checkboxes.type03 {
    width:300px; min-width:100%; padding:20px; position:absolute; bottom:calc(100% + 20px); right:0;
    background-color:#fff; z-index:2;
    border:1px solid #e1e1e1;
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.m-input-checkboxes.type03 .m-input-checkbox {display:inline-block; position:relative;}
.m-input-checkboxes.type03 .m-input-checkbox label {display:inline-block; margin:10px 16px; padding-left:20px; font-size:16px;;}
.m-input-checkboxes.type03 .m-input-checkbox label:before {content:""; width:20px; height:20px; position:absolute; left:0; top:10px; background:url("../images/icon/checkbox-inactive.png") no-repeat; background-size:100%;}
.m-input-checkboxes.type03 .m-input-checkbox input:checked + label:before {background:url("../images/icon/checkbox-active.png") no-repeat; background-size:100%;}
.m-input-checkboxes.type03 .link {font-size:16px;; font-weight:500;}
.m-input-checkboxes.type03 .btn-close {position:absolute; top:10px; right:16px;}
.m-input-checkboxes.type03 .text {margin:10px 0; font-size:16px;; color:#777; text-align: center;}

@media screen and (max-width:1200px){}
@media screen and (max-width:768px){
    .m-input-checkboxes.type03 {min-width:auto; position:fixed; bottom:auto; top:50%; left:50%; right:auto; transform:translate(-50%, -50%);}
}

.bg-primary {background-color:#4eacff !important;}

.m-btn.type01 {
    padding:10px 20px;
    font-size:18px;
    background-color:#696868; color:#fff;
}
.m-input-withBtn.type01 {display:flex;}
.m-input-withBtn.type01 .m-input {flex:auto;}
.m-input-withBtn.type01 .m-input-btn {display:flex; align-items:center; justify-content:center; margin-left:12px; font-size:18px; color:#fff; white-space: nowrap;}

.m-input-withBtn.type02 {display:flex;}
.m-input-withBtn.type02 .m-input input {flex:auto;}
.m-input-withBtn.type02 .m-input select {flex:auto;}
.m-input-withBtn.type02 .m-input-btn {margin-left:12px; padding:0 25px; white-space: nowrap; background-color:#333333; color:#fff; border-radius:3px;}

.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}

@media screen and (max-width:1200px){
    .m-input-withBtn.type02 .m-input-btn {width:auto; margin-left:4px; padding:0 10px;}
    .m-input-withBtn.type02 .m-input-text {flex:auto;}
}

@media screen and (max-width:1200px) {
    .page-title.type01 {display:none;}
    #main .sidebar {width:100%; margin-bottom:40px;}
    #main .sidebar .top {display:none;}
    #main .sidebar .links {display:flex; flex-wrap:wrap; justify-content: center; width:100%; margin:-5px;}
    #main .sidebar .link-wrap {width:100%; display:flex; justify-content:center; text-align:center;}
    #main .sidebar .link { display:flex; justify-content:center; text-align:center; padding:10px 5px; font-size:14px; margin:0 3px;}
    #arrow-right { display:none;}
    #main > .wrap {flex-wrap:wrap;}
    .sub-visual {height:200px;}
    .sub-visual .title {font-size:24px; line-height:30px;}
}
@media screen and (max-width:768px) {
    #main .sidebar .links {display:flex; justify-content:flex-start; align-items:start; margin:-5px;}
    #main .sidebar .link-wrap {width:100%; display:flex; justify-content:center; text-align:center;}
    #main .sidebar .link { display:flex; justify-content:center; text-align:center; padding:7px 5px; font-size:14px; margin:0 3px;}
    #arrow-right { display:none;}
    #main > .wrap {flex-wrap:wrap;}
    .m-table.type01 td {padding:10px 10px; font-size:14px; line-height:18px;}
    .m-table.type01 th {font-size:16px;}
}

.red {color:red !important;}
.bold {font-weight:bold;}
.area-cms .m-input-radios {margin-top:11px;}
.area-cms .right {min-height:21px; flex:auto;}
.area-cms .box-form {padding:40px;border:1px solid #e1e1e1; border-radius:15px;}
.area-cms .btns {text-align: center;}
.area-cms .btns .m-btn {margin:0 10px;}
.area-cms .body {font-size:18px;}
.area-cms .red {font-size:14px; font-weight:500; line-height:18px; word-break: keep-all}
.area-cms .section:first-of-type {border-top:1px solid black;}
.area-cms .section {padding:20px 0; padding-bottom:40px; border-bottom:1px solid #e1e1e1;}
.area-cms .section-title {font-weight:bold; font-size:18px;}
.area-cms .m-input-wrap {display:flex; flex:0 0 auto; margin-bottom:30px;}
.area-cms .m-input-wrap .left { flex:0 0 auto; width:350px; margin-right:10px; margin-top:15px;
    font-size:18px; font-weight:500;
}
.area-cms .comment {word-break: break-all; text-align: justify;}
.area-cms .btns.point {padding-top:40px; margin-top:40px; border-top:1px solid #e1e1e1;}
.area-cms .btns .m-btn {min-width:150px;}
.bg-accent {background-color:#1f629e !important;}
@media screen and (max-width:1200px) {}
@media screen and (max-width:768px) {
    .area-cms .m-input-wrap {flex-wrap:wrap;}
    .area-cms .body {font-size:16px;}
    .area-cms .body br {display:none;}
    .area-cms .m-input-wrap .left {width:100%; margin-bottom:20px; font-size:16px;}
    .area-cms .btns {display:flex; margin:0 -10px;}
    .area-cms .btns .m-btn {flex:1; margin:0;}
    .area-cms .red {font-size:14px;}
    .m-input-withBtn.type01 .m-input-btn {font-size:16px;}
    .m-input-checkboxes.type02 .fragment {flex-wrap:wrap;}
    .m-input-checkboxes.type02 .fragment .title {width:100%; margin-bottom:10px;}
    .m-input-checkboxes.type02 .m-input-checkbox {margin-left:0; margin-right:20px;}
}

@media screen and (max-width:1200px) {}
@media screen and (max-width:768px) {}

@media screen and (max-width:1200px) {}
@media screen and (max-width:768px) {}

@media screen and (max-width:1200px) {}
@media screen and (max-width:768px) {}

@media screen and (max-width:1200px) {}
@media screen and (max-width:768px) {}

@media screen and (max-width:1200px) {}
@media screen and (max-width:768px) {}
