@charset "utf-8";

/* 스킵 네비게이션 */
#skip-navigation{position: absolute; z-index: 9999; left: 0; right: 0; top: 0;}
#skip-navigation *{list-style: none; margin: 0; padding: 0;}
#skip-navigation a{display: block; width: 1px; height: 1px; overflow: hidden; color: #fff; white-space: nowrap; text-align: center;}
#skip-navigation a:focus,
#skip-navigation a:active{width: 100%; height: auto; padding: 0.5rem; background: #000;}

.wrap {position: relative; max-width: 1200px; margin: 0 auto; width: 100%;}
/* .wrap {position: relative; max-width: 1520px; margin: 0 auto; width: 100%;} */

@media screen and (max-width: 1280px) {
    .wrap {width: 90%;}    
}

/* scr-none : 모바일 메뉴 사용 시, body scroll 금지 */
.scr-none {
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.scr-none::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}




/* header - 기본 */
header {position: fixed; top: 0; z-index: 30; background: #fff; width: 100%; min-width: 320px; box-sizing: border-box; border-bottom: 1px solid #25237B; transition: all .5s cubic-bezier(.08, .03, .22, .87); -webkit-transition: all .5s cubic-bezier(.08, .03, .22, .87); -moz-transition: all .5s cubic-bezier(.08, .03, .22, .87); -o-transition: all .5s cubic-bezier(.08, .03, .22, .87);}
header .wrap {}

/* header - 정보 */
header .header-top {width: 100%;}
header .header-top .wrap {height: 40px;}
header .header-top ul {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%;}
header .header-top ul li {display: flex;}
header .header-top ul li p {font-size: 12px; color: #888; margin-right: 20px;}
header .header-top ul li p:last-child {margin-right: 0;}
header .header-top ul li p strong {font-weight: 700;}

/* header - 로고, 날씨 */
header .header-mid {padding: 26px 0; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;}
header .header-mid .wrap {display: flex; justify-content: space-between; align-items: center;}
header .header-mid h1.logo {}
header .header-mid h1.logo a {display: block;}
header .header-mid h1.logo a img {height: 40px;}
header .header-mid .weather {}
header .header-mid .weather .weather-top {margin-bottom: 8px;}
header .header-mid .weather .weather-top p {font-size: 14px; font-weight: 500; color: #757575;}
header .header-mid .weather .weather-top p span {}
header .header-mid .weather .weather-bot {display: flex; align-items: center;}
header .header-mid .weather .weather-bot .weather-ico {}
header .header-mid .weather .weather-bot .weather-ico img {height: 33px;}
header .header-mid .weather .weather-bot .weather-tem {position: relative; padding: 0 14px;}
header .header-mid .weather .weather-bot .weather-tem::after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 2px; height: 16px; background: #d0d0d0;}
header .header-mid .weather .weather-bot .weather-tem p {font-size: 24px; font-weight: 700; color: #292929;}
header .header-mid .weather .weather-bot .weather-dust {padding: 0 20px 0 14px;}
header .header-mid .weather .weather-bot .weather-dust p {font-weight: 500; color: #757575;}
header .header-mid .weather .weather-bot .weather-txt {}
header .header-mid .weather .weather-bot .weather-txt p {font-weight: 500; color: #25237B;}

/* header - 모바일 메뉴 */
header .header-mid .mnb {display: none;}
header .header-mid .mnb .mnb-bt {position: relative; width: 24px; height: 18px; cursor: pointer;}
header .header-mid .mnb .mnb-bt span {position: absolute; left: 50%; transform: translateX(-50%); width: 100%; height: 2px; background: #000; border-radius: 3px; transition: all 0.3s;}
header .header-mid .mnb .mnb-bt span:nth-child(1) {top: 0;}
header .header-mid .mnb .mnb-bt span:nth-child(2) {top: 50%; transform: translate(-50%, -50%);}
header .header-mid .mnb .mnb-bt span:nth-child(3) {top: 50%; transform: translate(-50%, -50%);}
header .header-mid .mnb .mnb-bt span:nth-child(4) {bottom: 0;}
header .header-mid .mnb .nav-link {display: block; position: fixed; top: 133px; right: 0; width: 0; height: calc(100vh - 134px); background: #fff; z-index: 9; overflow-y: scroll; border-top: 1px solid #e4e4e4; opacity: 0; transition: all 0.5s; -ms-overflow-style: none;}
header .header-mid .mnb .nav-link::-webkit-scrollbar {display: none;}
header .header-mid .mnb .nav-link > li {opacity: 0; transform: translateX(50%); border-bottom: 1px solid #e4e4e4; transition: 0.5s cubic-bezier(0.365, 0.84, 0.44, 1);}
header .header-mid .mnb .nav-link > li:nth-child(1) {transition-delay: 0.1s;}
header .header-mid .mnb .nav-link > li:nth-child(2) {transition-delay: 0.2s;}
header .header-mid .mnb .nav-link > li:nth-child(3) {transition-delay: 0.3s;}
header .header-mid .mnb .nav-link > li:nth-child(4) {transition-delay: 0.4s;}
header .header-mid .mnb .nav-link > li:nth-child(5) {transition-delay: 0.5s;}
header .header-mid .mnb .nav-link > li > a {position: relative; display: block; width: 100%; padding: 14px 10px;}
header .header-mid .mnb .nav-link > li > a::after {content: '+'; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); font-size: 20px;}
header .header-mid .mnb .nav-link > li > a span {font-size: 17px; font-weight: 500;}
header .header-mid .mnb .nav-link > li > .sub_menu {border-top: 1px solid #e4e4e4; padding: 10px 0;}
header .header-mid .mnb .nav-link > li > .sub_menu > li {}
header .header-mid .mnb .nav-link > li > .sub_menu > li a {display: block; padding: 10px 14px; color: #aaa;}

/* header - 모바일 메뉴 (열림) */
header .header-mid .mnb.on .nav-link {width: 100%; opacity: 1;} 
header .header-mid .mnb.on .nav-link > li {opacity: 1; transform: translateX(0);}
header .header-mid .mnb.on .mnb-bt {z-index: 999;}
header .header-mid .mnb.on .mnb-bt span:nth-child(1) {width: 0;}
header .header-mid .mnb.on .mnb-bt span:nth-child(2) {transform: translate(-50%, -50%) rotate(45deg);}
header .header-mid .mnb.on .mnb-bt span:nth-child(3) {transform: translate(-50%, -50%) rotate(-45deg);}
header .header-mid .mnb.on .mnb-bt span:nth-child(4) {width: 0;}

/* header - 메뉴 */
header .header-bot {}
header .header-bot .wrap {display: flex; justify-content: space-between; align-items: center; height: 70px;}
header .header-bot .lnb {}
header .header-bot .lnb > ul {display: flex;}
header .header-bot .lnb > ul.clearfix::after {content: none;}
header .header-bot .lnb > ul .lnb_1 {position: relative;}
header .header-bot .lnb > ul .lnb_1 > a {position: relative; display: block; padding: 0 30px; line-height: 70px;}
header .header-bot .lnb > ul .lnb_1 > a::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #e4e4e4;}
header .header-bot .lnb > ul .lnb_1:first-child > a::before {content: none;}
header .header-bot .lnb > ul .lnb_1 > a span {display: block; font-size: 18px; font-weight: 500;}
header .header-bot .lnb > ul .lnb_1 > ul {position: absolute; top: 100%; left: 0; width: 100%; height: 0; overflow: hidden; transition: all 0.5s; z-index: 9; box-sizing: border-box;}
header .header-bot .lnb > ul .lnb_1 > ul::before {content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 4px; background: #25237B; transition: all 0.5s;}
header .header-bot .lnb > ul .lnb_1.current > ul {background: #F2F4FF;}
header .header-bot .lnb > ul .lnb_1.current > ul::before {width: 100%;}
header .header-bot .lnb > ul .lnb_1 > ul > li {margin-bottom: 20px;}
header .header-bot .lnb > ul .lnb_1 > ul > li:last-child {margin-bottom: 0;}
header .header-bot .lnb > ul .lnb_1 > ul > li > a {display: block; font-size: 14px; font-weight: 500; color: #3A3C5E; text-align: center;}
header .header-bot .lnb > ul .lnb_1 > ul > li > a:hover {color: #2B52AD; text-decoration: underline;}
header .header-bot .notice {display: flex; align-items: center; width: 35%; height: 100%;}
header .header-bot .notice .notice-cate {}
header .header-bot .notice .notice-cate p {font-family: "Pretendard"; font-size: 14px; color: #099698; font-weight: 500; padding: 8px 16px; border: 1px solid #009698; border-radius: 35px;}
header .header-bot .notice .notice-list {}
header .header-bot .notice .notice-list a {display: flex; align-items: center; width: 100%; height: 100%; overflow: hidden;}
header .header-bot .notice .notice-list a p {width: 100%; font-size: 18px; font-weight: 500; color: #292929; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
header .header-bot .notice .notice-list a span {position: relative; font-size: 16px; color: #757575; padding-left: 15px; white-space: nowrap;}
header .header-bot .notice .notice-list a span::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 15px; background: #bababa;}
header .bg-navi {position: absolute; top: calc(100% + 1px); left: 0; width: 100%; height: 0; overflow: hidden; background: #fff; box-shadow: 0px 4px 4px 0px #00000040; transition: all 0.5s;}

/* header - 마우스 오버시 */
header.on .header-bot .lnb > ul .lnb_1 > ul {height: 260px; padding: 25px 0;}
header.on .bg-navi {height: 260px;}

/* header - 스크롤 일때 */
header.small {}
header.small .lnb > ul > li > a span {}
header.small .bg_navi {}

/* header - 반응형 */
@media screen and (max-width: 1280px) {
    header .header-mid .weather {display: none;}
    header .header-mid .mnb {display: block;}
    header .header-mid .mnb .mnb-bt {}
    header .header-mid .mnb .nav-link {}
    header .header-bot .lnb {display: none;}
    header .header-bot .notice {width: 100%;}
    header .header-bot .notice .notice-list a p {width: 100%;}
    header .header-bot .notice .notice-list a span {width: auto;}
}

@media screen and (max-width: 768px) {
    header .header-top {display: none;}
    header .header-mid {padding: 15px 0;}
    header .header-mid h1.logo a img {height: 35px;}
    header .header-mid .mnb .nav-link {top: 118px; height: calc(100vh - 118px);}
    header .header-mid .mnb .nav-link > li > a span {font-size: 16px;}
    header .header-bot .wrap {height: 50px;}
    header .header-bot .notice .notice-cate p {font-size: 12px; padding: 4px 12px;}
    header .header-bot .notice .notice-list a p {font-size: 14px;}
    header .header-bot .notice .notice-list a span {font-size: 13px;}
}

/* footer - 기본 */
footer {}

/* footer - 상단 */
footer .footer-top {padding: 40px 0; border-bottom: 1px solid #e4e4e4;}
footer .footer-top .footer-partner {display: flex; justify-content: space-between; align-items: center; overflow: hidden;}
footer .footer-top .footer-partner .footer-organ {}
footer .footer-top .footer-partner .footer-organ p {font-size: 20px; font-weight: 500; white-space: nowrap;}
footer .footer-top .footer-partner .footer-bt {display: flex;}
footer .footer-top .footer-partner .footer-bt .swiper-button-prev,
footer .footer-top .footer-partner .footer-bt .swiper-button-play,
footer .footer-top .footer-partner .footer-bt .swiper-button-next {all: unset; display: flex; justify-content: center; align-items: center; width: 34px; height: 34px; border: 1px solid #e4e4e4; border-radius: 5px; cursor: pointer;}
footer .footer-top .footer-partner .footer-bt .swiper-button-prev::after,
footer .footer-top .footer-partner .footer-bt .swiper-button-next::after {font-size: 14px; font-weight: 700; color: #D0D0D0;}
footer .footer-top .footer-partner .footer-bt .swiper-button-play {margin: 0 8px;}
footer .footer-top .footer-partner .footer-bt .swiper-button-play img {width: 14px;}
footer .footer-top .footer-partner .footer-slide {width: 900px;}
footer .footer-top .footer-partner .footer-slide .swiper-wrapper {max-width: 1200px;}
footer .footer-top .footer-partner .footer-slide .swiper-wrapper .swiper-slide {}
footer .footer-top .footer-partner .footer-slide .swiper-wrapper .swiper-slide a {display: flex; justify-content: center; align-items: center; width: 100%; height: 70px; border: 1px solid #e4e4e4; border-radius: 7px;}
footer .footer-top .footer-partner .footer-slide .swiper-wrapper .swiper-slide a img {height: 45%;}

/* footer - 중단 */
footer .footer-mid {}
footer .footer-mid .wrap {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e4e4e4; padding: 60px 0 40px;}
footer .footer-mid .footer-link {}
footer .footer-mid .footer-link ul {display: flex;}
footer .footer-mid .footer-link ul li {}
footer .footer-mid .footer-link ul li a {position: relative; display: block; font-size: 18px; padding: 0 15px;}
footer .footer-mid .footer-link ul li a::after {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 50%; background: #e4e4e4;}
footer .footer-mid .footer-link ul li:first-child a {font-weight: 700; padding-left: 0;}
footer .footer-mid .footer-link ul li:first-child a::after {content: none;}
footer .footer-mid .footer-sns {}
footer .footer-mid .footer-sns ul {}
footer .footer-mid .footer-sns ul li {}
footer .footer-mid .footer-sns ul li a {background-color: #bababa;}

/* footer - 하단 */
footer .footer-bot {padding: 40px 0 80px;}
footer .footer-bot .footer-info {display: flex;}
footer .footer-bot .footer-info ul {margin-right: 100px;}
footer .footer-bot .footer-info ul:last-child {margin-right: 0;}
footer .footer-bot .footer-info ul li {display: flex; margin-bottom: 5px;}
footer .footer-bot .footer-info ul li:first-child {margin-bottom: 20px;}
footer .footer-bot .footer-info ul li:last-child {margin-bottom: 0;}
footer .footer-bot .footer-info ul li strong {font-weight: 700; color: #757575;}
footer .footer-bot .footer-info ul li p {font-size: 14px; color: #757575;}
footer .footer-bot .footer-info ul li p span {display: inline-block; padding-right: 5px; font-weight: 500;}
footer .footer-bot .footer-copy {margin-top: 30px;}
footer .footer-bot .footer-copy p {color: #757575;}

/* footer- 반응형 */

@media screen and (max-width: 1520px) {
    footer .footer-top .footer-partner .footer-slide {max-width: 1024px;}
}

@media screen and (max-width: 1280px) {
    footer .footer-top .footer-partner {flex-wrap: wrap;}
    footer .footer-top .footer-partner .footer-slide {width: 100%; margin-top: 15px; max-width: none;}
    footer .footer-mid .wrap {padding: 30px 0;}
    footer .footer-bot {padding: 40px 0;}
}

@media screen and (max-width: 1024px) {
    footer .footer-top {padding: 25px 0;}
    footer .footer-top .footer-partner .footer-organ p {font-size: 18px;}
    footer .footer-top .footer-partner .footer-slide .swiper-wrapper .swiper-slide a {height: 60px;}
    footer .footer-top .footer-partner .footer-slide .swiper-wrapper .swiper-slide a img {height: 40%;}
    footer .footer-mid .wrap {padding: 20px 0;}
    footer .footer-mid .footer-link ul li a {font-size: 16px;}
    footer .footer-bot .footer-info {flex-wrap: wrap;}
    footer .footer-bot .footer-info ul {display: flex; width: 100%; margin-right: 0; flex-wrap: wrap;}
    footer .footer-bot .footer-info ul:last-child {margin-top: 30px;}
    footer .footer-bot .footer-info ul li {width: calc(100% / 2);}
    footer .footer-bot .footer-info ul li:first-child {width: 100%; margin-bottom: 12px;}
}

@media screen and (max-width: 768px) {
    footer .footer-mid .wrap {flex-wrap: wrap; flex-direction: column-reverse;}
    footer .footer-mid .footer-link ul {justify-content: center;}
    footer .footer-mid .footer-link ul li a {font-size: 13px; padding: 0 8px;}
    footer .footer-mid .footer-link ul li:last-child a {padding-right: 0;}
    footer .footer-mid .footer-sns {width: 100%; margin-bottom: 10px;}
    footer .footer-mid .footer-sns ul {display: flex; justify-content: center;}
    footer .footer-bot .footer-info ul li {width: 100%; justify-content: center;}
    footer .footer-bot .footer-copy p {text-align: center;}
}

@media screen and (max-width: 425px) {
    footer .footer-bot .footer-info ul li strong {font-size: 15px;}
    footer .footer-bot .footer-info ul li p {font-size: 12px;}
    footer .footer-bot .footer-copy p {font-size: 14px;}
}

/* footer - 약관 항목 리스트 */
footer .guide {
    display: inline-block;
}
footer .guide ul::after {
    content: ''; display: block; clear: both;
}
footer .guide ul li {
    float: left; margin-right: 25px;
    position: relative;
}
footer .guide ul li a {
    color: #fff;
}
footer .guide ul li::after {
    content: ''; display: block;
    width: 2px; height: 2px;
    position: absolute; right: -15px; top: 11px;
    background: #fff;
}
footer .guide ul li:last-child {
    margin-right: 0;
}
footer .guide ul li:last-child::after {
    content: none;
}


/* footer - 기본 정보 */
footer .address {
    margin-top: 10px;
}
footer .info em {
    margin-right: 15px;
}
footer .info em:last-child {
    margin-right: 0;
}


/* footer - 카피라이트 */
footer .copyright {
    letter-spacing: -0.2px; margin-top: 25px;
}


/* footer - 관련사이트 */
.family_site {
    display: block;
    width: 230px;
    position: absolute;
    bottom: 0; right: 0;
}
.family_site > .btn_fs_toggle {
    position: relative; display: block;
    line-height: 45px;
    padding: 0 80px 0 20px; color: #fff;
    background: #444;
}
.family_site > .btn_fs_toggle .plus {
    display: block;
    width: 18px; height: 18px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%; right: 22px;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.family_site > .btn_fs_toggle .plus:before {
    content: "";
    display: block;
    width: 100%; height: 2px;
    background: #aaa;
    position: absolute;
    top: 50%; left: 50%;

    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.family_site > .btn_fs_toggle .plus:after {
    content: "";
    display: block;
    width: 2px; height: 100%;
    background: #aaa;
    position: absolute;
    top: 50%; left: 50%;

    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.family_site .site_list {
    display: none;
    position: absolute;
    bottom: 45px; left: 0;
    width: 100%; max-height: 230px;
    overflow-y: auto; z-index: 1;
    border: 1px solid #e9e9e9; box-sizing: border-box;
    color: #555; background: #fff;
    word-break: break-all;
}
.family_site .site_list li:hover {
    background: rgba(0, 0, 0, 0.05);
}
.family_site .site_list li a {
    position: relative; display: block;
    padding: 13px 20px; font-size: 13px;
}
.family_site .site_list li a:before {
    content: "";
    display: block;
    width: 85%; height: 1px;
    box-sizing: border-box; border-bottom: 1px dashed #e8e8e8;
    position: absolute;
    bottom: 0; left: 50%;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.family_site .site_list li:last-child a:before {
    display: none;
}


/* footer - SNS */
footer .sns {
}
footer .sns::after {
    content: ''; display: block; clear: both;
}
footer .sns li {
    float: left;
    margin: 0 0 0 16px;
}
footer .sns li:first-child {
    margin: 0;
}
footer .sns li a {
    display: block; width: 40px; height: 40px;
    border: 1px solid rgba(0,0,0,0); box-sizing: border-box;
    font-size: 0; text-indent: -9999px; border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    background-size: 28px;
}
footer .sns li a.in {
    background-image: url("../img/common/ico-sns-in.png");
}
footer .sns li a.fb {
    background-image: url("../img/common/ico-sns-fb.png");
}
footer .sns li a.nb {
    background-image: url("../img/common/ico-sns-nb.png");
}
footer .sns li a.yt {
    background-image: url("../img/common/ico-sns-yt.png");
    background-size: 26px;
}

/*********** floating - 우측 하단 고정메뉴 ***********/
.floating_menu {
    position: fixed;
    right: 50px; bottom: 73px;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    z-index: 2;
 }
.floating_menu ul.sns {
    display: block;
    clear: both; transition: all 200ms linear;
    margin-bottom: 15px;
}
.floating_menu ul.sns li {
    position: relative;
    height: 46px; line-height: 46px;
    margin: 0 0 10px 0; text-align: center;
    transition: all 200ms linear;
}
.floating_menu ul.sns li::after {
    content: ''; display: block; clear: both;
}
.floating_menu ul.sns li:last-child {
    margin: 0;
}
.floating_menu ul.sns li a {
    float: right;
    display: block;
    border-radius: 58px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}
.floating_menu ul.sns li.naver_talktalk a {
    background: #00c63b; color: #fff;
}
.floating_menu ul.sns li.kakao a {
    background: #fae100; color: #111;
}
.floating_menu ul.sns li.ars {
    display: none;
}
.floating_menu ul.sns li.ars a {
    background: #b01e46; color: #fff;
}
.floating_menu ul.sns li.inquiry a {
    background: #111; color: #fff;
}
.floating_menu ul.sns li a span {
    position: relative;
    display: block; width: 0px; height: 46px;
    color: rgba(0,0,0,0); text-align: left;
    overflow: hidden;
    padding: 0 0 0 46px;
}
.floating_menu ul.sns li a:hover span,
.floating_menu ul.sns li a:focus span{
    width: 100px;  transition: all 200ms linear;
    font-size: 14px; font-weight: 500; color: #fff;
}
.floating_menu ul.sns li.kakao a:hover span,
.floating_menu ul.sns li.kakao a:focus span {
    color: #3c1e1e;
}
.floating_menu ul.sns li a span:before {
    content: "";
    position: absolute; top: 0; left: 0;
    display: block; width: 46px; height: 46px;
    border-radius: 50%;
    background: url("../img/common/floating_menu01.png") no-repeat;
    background-size: 40px; background-position: center center;
}
.floating_menu ul.sns li a:hover span:before,
.floating_menu ul.sns li a:focus span:before {
    border-radius: 50% 0 0 50%; transition: all 200ms linear;
}
.floating_menu ul.sns li.naver_talktalk a span:before {
    background-image: url("../img/common/floating_menu01.png");
}
.floating_menu ul.sns li.kakao a span:before {
    background-image: url("../img/common/floating_menu02.png");
}
.floating_menu ul.sns li.ars a span:before {
    background-image: url("../img/common/floating_menu04.png");
}
.floating_menu ul.sns li.inquiry a span:before {
    background-image: url("../img/common/floating_menu03.png");
}


/* 상단 바로가기 */
.progress-wrap {
    display: block;
    width: 46px; height: 46px;
    border-radius: 50px; box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
    opacity: 0; z-index: 101;
    visibility: hidden; cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
    float: right;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
    content: '';
    display: block;
    width: 16px; height: 16px;
    position: absolute;
    left: 50%; top: 32%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
    background: url(../img/common/scroll_top_ic.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%; top: 32%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 16px; height: 16px;
    background: url(../img/common/scroll_top_ic_hover.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0; z-index: 2;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #444;
	stroke-width: 5;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media screen and (max-width:1280px) {
    .floating_menu {
        right: 20px; bottom: 40px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .progress-wrap {
        width: 40px; height: 40px;
    }
}




/*********** Sub Visual ***********/
.sub_visual {
    position: relative; overflow: hidden;
    width: 100%;
    height: 120px;
    margin: 0 auto; margin-top: 233.78px;
    transition:all .1s linear; z-index:8;
    background: linear-gradient(90deg, #25237B 0%, #F17EA0 100%);
}
.sub_visual .wrap {
    position: absolute;
    width: 100%; height: 100%; max-width: 1280px;
    top: 0; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin:0 !important;
    z-index: 5;
}
.sub_visual .text{
    position: absolute;
    width: 100%;
    top: 50%; left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    padding: 0;
    color: #fff;
}
.sub_visual h2 {
    font-size: 34px; font-weight: 500;
}
.sub_visual p {
    color: #aaa;
}


/* Sub nav - PC */
.subdepth {
    position: relative;
    width: 100%; height: 65px; max-width: 1600px;
    margin: 0 auto; margin-top: -64px;
    background: #fff;
    z-index: 10;
}
.subdepth .inner{
    width: 1600px; margin: auto;
}
.subdepth .bgn {
    position: relative;
    text-align: center;
}
.subdepth .bgn span {
    display: inline-block;
    line-height: 65px;
}
.subdepth .bgn span a {
    display: block; position: relative;
    margin: 0 25px;
    white-space: nowrap;
    transition: 0.2s;
    transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .5s cubic-bezier(.08, .03, .22, .87);
}
.subdepth .bgn span a.on {
    color: #222;
    font-weight: 700;
}
.subdepth .bgn span a.on::after {
    content: '';
    display: block; position: absolute;
    bottom: 0;
    width: 100%;  height: 3px;
    background: #222;
}


/* Sub nav - Mobile */
.submenu_select {
    display: none;
    text-align: left;
    border-bottom: 1px solid #ddd; box-sizing: border-box;
}
.submenu_select .inner {
    width: 100%;
}
.submenu_select .home {
    display: inline-block;
    width: 60px; height: 52px;
    vertical-align: middle;
    position: relative;
}
.submenu_select .main_menu {
    position: relative;
    display: inline-block;
    width: 250px; height: 52px;
    vertical-align: middle;
}
.submenu_select .sub_menu {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    position: relative;
}
.submenu_select .home::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select .home a {
    display: block; text-indent: -9999px; margin: 0 auto;
    width: 100%; height: 100%;
    background: url('../img/sub/home_ic.png') no-repeat center;
}
.submenu_select .main_menu::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select .sub_menu::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select button {
    border: none; outline: none; cursor: pointer;
    font-size: 14px; color: #222; letter-spacing: -0.8px; line-height: 52px;
    background: url('../img/sub/submenu_arr.png') transparent no-repeat 88% center;
    width: 100%; text-align: left; box-sizing: border-box;
    padding: 0 20px;
}
.submenu_select .main_menu ul,
.submenu_select .sub_menu ul {
    display: none;
    position: absolute;
    top: 52px; left: -2px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background: #fff;
    border-top: 1px solid #eee; box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.submenu_select .main_menu ul li:hover,
.submenu_select .sub_menu ul li:hover{
    background: #f7f7f7;
}
.submenu_select .main_menu ul li a,
.submenu_select .sub_menu ul li a{
    display: block;
    font-size: 14px; color: #222; letter-spacing: -0.8px;
    box-sizing: border-box; padding: 5px 20px;
}


.sub_visual .visual_img {
    display:block;
    position:absolute;
    z-index:3;
    width: 100%;
    height:100%;
    margin:0 0 0 -50%;
    left:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_visual .visual_img::after {
    content: '';
    display: block;
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(0,0,0,.45);
}
.sub_visual .visual_img img{
    animation:ani_slide1 3s ease-in-out;
    display:block;
    margin:0 auto;
    z-index:8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@keyframes ani_slide1 {
    0% {margin-top: 0px;}
    50% {margin-top: -40px;}
    100% {margin-top: 0;}
}
@media screen and (max-width:1600px) {
    .subdepth {
        width: 95%;
    }
    .subdepth .inner {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .subdepth {
        display: none;
    }
    .submenu_select {
        display: block;
    }
}

@media screen and (max-width:860px) {
    .submenu_select .home {
        width: 10%;
    }
    .submenu_select .main_menu {
        width: 42%;
    }
    .submenu_select .sub_menu {
        width: 42%;
    }
    .submenu_select .sub_menu::after {
        content: none;
    }
}
@media screen and (max-width:640px) {
}
@media screen and (max-width:460px) {
    .submenu_select .main_menu ul,
    .submenu_select .sub_menu ul {
        top: 45px;
    }
    .submenu_select .main_menu {
        height: 45px;
    }
    .submenu_select .home {
        height: 45px;
    }
    .submenu_select button {
        height: 45px; line-height: 45px;
    }

}




/*********** Sub Layout ***********/
.sub_container {
    clear:both; position:relative;
    margin:0 auto;  /*z-index:1;*/
    overflow:hidden ;
    padding: 80px 0 150px;
    min-height:400px;
}
.sub_contents {
    z-index:10;
}


@media screen and (max-width:860px) {
    .sub_container {
        padding: 70px 0 4rem;
    }
}
@media screen and (max-width:460px) {
    .sub_container {
        padding: 55px 0 4rem;
    }
}




/*********** Popup ***********/
.div_popup{
    z-index: 99 !important;
    border: 1px solid rgba(0,0,0,.1); box-sizing: border-box;
    min-width: 320px;
}
.div_popup table {
    width: 100%;
}
.div_popup .divpop-img img {
    width: 100%;
}
.div_popup .divpop-bottom{
    background: #fff;
}
.div_popup .divpop-bottom a td::after {
    content: ''; display: block; clear: both;
}
.div_popup .divpop-bottom a{
    display: inline-block;
    color: #222;
    font-size: 14px; letter-spacing: -0.5px; vertical-align: middle;
    margin: 0 20px; line-height: 40px;

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);
}
.div_popup .divpop-bottom a:hover {
    color: #999;
}
.div_popup .divpop-bottom a.close {
    float: right;
    position: relative;
    padding: 0 25px 0 0;
}
.div_popup .divpop-bottom a.close::before {
    content: ''; display: inline-block;
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);

    width: 17px; height: 1px;
    background: #222;
}
.div_popup .divpop-bottom a.close::after {
    content: ''; display: inline-block;
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);

    width: 17px; height: 1px;
    background: #222;
}
.div_popup .divpop-bottom a.close:hover::before,
.div_popup .divpop-bottom a.close:hover::after {
    background: #999;
}
.div_popup .divpop-bottom a.today {
    float: left;
}

@media screen and (max-width:640px){
    .div_popup{
        z-index: 999999 !important;
        width: 90% !important;
        top: 50% !important; left: 50% !important;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
}





/********** 서브페이지 타이틀 **********/
.sub-tit {}
.sub-tit::after {content: ''; display: block; max-width: 1200px; width: 100%; height: 1px; background: #e4e4e4; margin: 40px auto;}
.sub-tit .sub-tit-box {display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px;}
.sub-tit .sub-tit-box .sub-tit-subject {}
.sub-tit .sub-tit-box .sub-tit-subject h2 {font-size: 34px; font-weight: 700;}
.sub-tit .sub-tit-box .sub-tit-util {}
.sub-tit .sub-tit-box .sub-tit-util ul {display: flex;}
.sub-tit .sub-tit-box .sub-tit-util ul li {margin-right: 12px;}
.sub-tit .sub-tit-box .sub-tit-util ul li:last-child {margin-right: 0;}
.sub-tit .sub-tit-box .sub-tit-util ul li button {width: 38px; height: 38px; border: 1px solid #e4e4e4; border-radius: 5px; background: #fff;}
.sub-tit .sub-tit-box .sub-tit-util ul li button img {}
.sub-tit .sub-tit-depth {}
.sub-tit .sub-tit-depth ul {display: flex; align-items: center;}
.sub-tit .sub-tit-depth ul li {display: flex;}
.sub-tit .sub-tit-depth ul li::after {content: ''; display: block; width: 25px; height: 25px; background: url("/assets/site/img/common/icon-right-angle.svg") no-repeat center; background-size: cover; margin: 0 4px;}
.sub-tit .sub-tit-depth ul li:last-child::after {content: none;}
.sub-tit .sub-tit-depth ul li p {font-size: 16px; color: #757575;}

@media screen and (max-width: 1280px) {
    .sub_visual {margin-top: 205px;}
}

@media screen and (max-width: 1024px) {
    .sub_container {padding: 40px 0;}
    .sub_visual {height: 100px;}
    .sub_visual h2 {font-size: 26px;}
    .sub-tit::after {margin: 30px auto;}
    .sub-tit .sub-tit-box {margin-bottom: 16px;}
    .sub-tit .sub-tit-box .sub-tit-subject h2 {font-size: 26px;}
}

@media screen and (max-width: 768px) {
    .sub_container {padding: 30px 0 40px;}
    .sub_visual {margin-top: 118px; height: 90px;}
    .sub_visual h2 {font-size: 24px;}
    .sub-tit .sub-tit-box {flex-wrap: wrap; flex-direction: column-reverse; margin-bottom: 10px;}
    .sub-tit .sub-tit-box .sub-tit-subject {width: 100%; text-align: center; margin-top: 30px;}
    .sub-tit .sub-tit-box .sub-tit-subject h2 {font-size: 24px;}
    .sub-tit .sub-tit-depth ul {justify-content: center;}
    .sub-tit .sub-tit-depth ul li {align-items: center;}
    .sub-tit .sub-tit-depth ul li::after {width: 18px; height: 18px;}
    .sub-tit .sub-tit-depth ul li p {font-size: 15px; line-height: 1;}
}