@charset "utf-8";



.wrapper {max-width: 1410px; width: 100%; margin: 0 auto;}

::-webkit-scrollbar {width: 6px; height: 3px;}
::-webkit-scrollbar-thumb {background: #1473e7; border-radius: 10px;}
::-webkit-scrollbar-track {background: #f0f5f9;}

.header.scroll {position: fixed; background:linear-gradient(90deg, rgba(0,102,177,1) 0%, rgba(113,191,69,1) 100%); z-index: 9999;}

/* header */
.header {position: absolute; top: 0; width:100%; z-index: 9999; transition: .1s; border-bottom: 1px solid rgba(255,255,255,.3);}
.header_bg {position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,.4); z-index: 999;}
.header .top {width: 100%; border-bottom: 1px solid rgba(255,255,255,.3); position: relative;}
.header .top .sns {display: flex; align-items: center; gap: 10px;}
.header .top .sns li a {display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%;}
.util {display: flex; align-items: center; gap: 20px; height: 100%;}
.util > li {display: flex; align-items: center; justify-content: center; position: relative;}
.util > li + li::before {content: ""; width: 1px; height: 7px; background: rgba(255,255,255,.4); position: absolute; left: -10px; top: 50%; transform: translateY(-50%);}
.util span {display: block; color: #fff; font-size: .9375rem; letter-spacing: .05rem; text-shadow: 0 0 2px rgba(0,0,0,.1);}

.header .top .wrapper {height:100%;}
.header .top .header-util {height:100%; display: flex; justify-content:flex-end; align-items: center;}
.header .top .header-util li a {display:block; color:#fff; padding:10px 15px; font-size: .9rem; border-left:1px solid rgba(255,255,255,.3);}
.header .top .header-util li:last-child a {border-right:1px solid rgba(255,255,255,.3);}
.header .top .header-util li:hover a {background: #fff; color:#333; transition: .3s;}

.header .bottom {width: 100%; height: 100px; position: relative; display: flex; align-items: center; }
.header .bottom > .wrapper {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.header .bottom .hd_logo {width: 20%;}
.header .bottom .hd_logo h1 {background: url(/resources/images/layout/logo_w.png) left center no-repeat; width: 242px; height: 43px; font-size: 0;}
.header.eng .bottom .hd_logo h1 {background: url(/resources/images/layout/logo_eng_w.svg) left center no-repeat; width: 298px; height: 35px; font-size: 0;}

.header .bottom .btn_ham {position: relative; width: 100%; height: 100%;}
.header .bottom .btn_ham::after {content: ""; width: 30px; height: 28px; background: url(/resources/images/layout/icon_menu.svg) center center no-repeat; background-size: cover; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.header .bottom .btn_kakao {position: relative; width: 100%; height: 100%;}
.header .bottom .btn_kakao::after {content: ""; width: 30px; height:28px; background: url(/resources/images/layout/icon_kakao.svg) center center no-repeat; background-size: cover; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.header .bottom .btn_insta {position: relative; width: 100%; height: 100%;}
.header .bottom .btn_insta::after {content: ""; width: 30px; height: 28px; background: url(/resources/images/layout/icon_insta.svg) center center no-repeat; background-size: cover; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}

.header .bottom .pc_menu {display: block;}
.header .bottom .mobile_menu {display: none;}

.header .bottom .gnb_util .btn_wrap ul li {margin:0 30px;}
.header .bottom .gnb_util .btn_wrap ul li:last-child {margin:0 0 0 30px;}

.header .bottom .gnb {width: 62%; height: 100%; display: flex; align-items: center; justify-content: center;  transition: .3s ease-in-out;}
.header.open .bottom .gnb {width:65%; transition: .3s ease-in-out;}
.header .bottom .gnb .depth01 {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.header.eng .bottom .gnb .depth01 {max-width: 500px;}
.header .bottom .gnb .depth01 > li {width: 100%; height: 100%; align-items: center;justify-content: center;position: relative;}
.header .bottom .gnb .depth01 > li > a {position:relative; width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #fff;font-weight: 700;font-size: 1.1rem; border-bottom: 3px solid transparent;text-align: center;}
.header .bottom .gnb .depth01 > li > a span {position:relative; font-family: 'GmarketSans'; font-weight: 500; text-shadow: 0 0 2px rgba(0,0,0,.1);}
.header .bottom .gnb .depth01 > li:hover > a span {color: #1473e7;}
.header .bottom .gnb .depth01 > li:hover > a span:after {opacity: 1; right:-10px; transition: ease-in-out .2s;}
.header .bottom .gnb .depth01 > li > a span:after {content: ""; position: absolute; top:0; right:0px; display: inline-block; margin-left:0px; vertical-align: top; width:5px; height:5px; background: #1473e7; opacity: 0; border-radius: 100%;  transition: ease-in-out .2s;}

.header.open {position:fixed; background: #fff; transition: .1s; border-bottom:0;}
.header .title {display:none; position: absolute; bottom:0; width:26%; height:100%; background: url("/resources/images/layout/header_on_bg.jpg")left center no-repeat; background-size:cover;}
.header .title .txt {position:absolute; top:45%; right:40px; color:#fff; text-align: right;}
.header .title .txt h2 {font-family: 'GmarketSans'; letter-spacing: -1px; margin-bottom:20px; font-size:1.5rem; font-weight: 500;}
.header .title .txt p {line-height:1.5rem; font-weight: lighter; font-size:1rem; opacity: .7;}

.header.open .title {display: block;}
.header.open .bottom {background: #fff;}
.header.open .bottom .btn_kakao::after {background: url(/resources/images/layout/icon_kakao_b.svg)no-repeat;}
.header.open .bottom .btn_insta::after {background: url(/resources/images/layout/icon_insta_b.svg)no-repeat;}
.header.open .bottom .btn_ham::after {background: url(/resources/images/layout/icon_menu_b.svg)no-repeat;}
.header.open .bottom .gnb .depth01 > li > a {color: #333;}
.header.open .bottom .hd_logo h1 {background: url(/resources/images/layout/logo_b.png) left center no-repeat;}
.header.open .bottom {border-bottom: 1px solid rgba(0,0,0,.1);}
.header.open .bottom .gnb .depth02 {position: absolute;top: 100px;left: 0;width: 100%;/* text-align: center; */height: auto;}
.header.open .bottom .gnb .depth02 .wrapper .m_tit {position:absolute; left:0; width:500px;}
.header.open .bottom .gnb .depth02 .wrapper .m_tit h2 {font-size: 1.5rem; color: #333; position: relative; top: -6px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd {padding:20px 0 30px 0;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li {text-align:center;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li:first-child {padding: 10px 20px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li + li {padding: 8px 20px; }
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li:nth-child(4n+1) {border-left: 0;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li > a {position: relative; font-family: 'GmarketSans'; font-size: .96rem; font-weight: 500; color: #333; text-align:center;  position: relative; transition: .3s;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li > a[target="_blank"] {padding-right:17px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li > a[target="_blank"]:before {font-family:'Bootstrap-icons';  content: "\F1C5"; position: absolute; right:0; top:0;  color:#333; font-size:.7rem; opacity: 1;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li:hover > a {color: #3F51B5;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li > a:after {content:"";position:absolute;bottom:0;left:0;width:0;height:10px;opacity:.1;background-color:#00a2e1;transition:width .3s;z-index:-1;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li > a:hover:after {width: 100%;}

.header.open .top {background: linear-gradient(90deg, rgba(0,102,177,1) 0%, rgba(113,191,69,1) 100%)}


/* Main Navigaion:Active, Hover */
.main-nav .main-nav__item.depth1.hover > .main-nav__link,
.main-nav .main-nav__item.depth1.act > .main-nav__link{color:#0c5e9e;}
.main-nav .main-nav__item.depth1.hover > .main-nav__link::before,
.main-nav .main-nav__item.depth1.act > .main-nav__link::before{visibility:visible;opacity:1;}
.main-nav .main-nav__item.depth1.hover > .main-nav__sub{visibility:visible;opacity:1;transform:translate(-50%, -10px);}
.main-nav .main-nav__item.depth2.hover > .main-nav__link,
.main-nav .main-nav__item.depth2.act > .main-nav__link{color:#00a2e1;}
.main-nav .main-nav__item.depth2.hover > .main-nav__link > .main-nav__text::after,
.main-nav .main-nav__item.depth2.act > .main-nav__link > .main-nav__text::after{width:100%;}
.main-nav .main-nav__item.depth3.hover > .main-nav__link,
.main-nav .main-nav__item.depth3.act > .main-nav__link{color:#444;}


/*.header.open .bottom .gnb .depth02 .wrapper .menuadd > li > a[target=_blank]::after {content: ""; background: url(/resources/images/layout/ico_link_b.svg) center center no-repeat; width: 13px; height: 13px; background-size: cover; position: absolute; right: -22px; top: 4px;}*/
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li .depth03 {padding: 20px 0;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li .depth03 li + li {margin-top: 10px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li .depth03 li a {font-size: .9375rem; color: #555; position: relative; padding-left: 10px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li .depth03 li a:hover {color: #3F51B5;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li .depth03 li a::before {content: ""; width: 2px; height: 2px; background: #3F51B5; border-radius: 50%; position: absolute; left: 0; top: 8px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li .depth03 li a[target=_blank]::after {content: ""; background: url(/resources/images/layout/ico_link_b.svg) center center no-repeat; width: 13px; height: 13px; background-size: cover; position: absolute; right: -22px; top: 4px;}


/* popup */
.popup_area {position: fixed; background: rgba(0,0,0,.8); z-index: 99999999; width: 100%; height: 0; opacity: 0; overflow: hidden; transition: opacity .3s ease; display: none;}
.popup_area.show {top:0; height: 100%; opacity: 1; display: flex; align-items: center; justify-content: center;}
.popup_wrap {width: 710px; position: relative; transform: translateY(-35px);}
.popup_list { overflow: hidden;}
.popup_list .popup_slide .swiper-slide {height: auto!important;}
.popup_list .popup_slide .swiper-slide * {width: 100%; max-width: 340px; height: 100%; margin: 0 auto;}
.popup_list .popup img {width: 100%; max-width: 340px;}
.popup_control {display: flex; justify-content: space-between; margin-top: 20px;}
.popup_control button {color: #fff; display: inline-block; padding-left: 20px; font-size: 1rem;}
.popup_control .close {background: url(/resources/images/layout/popup_close.svg) left center no-repeat;}
.popup_control .today_close {background: url(/resources/images/layout/popup_today_close.svg) left center no-repeat;}
.popup_wrap .indicator { display: flex; align-items: center; justify-content: end; padding-bottom: 20px; }
.popup_wrap .indicator > div {position:absolute; top:45%; width: 80px; height: 80px; cursor: pointer; display: block;border-radius: 50px;border: 1px solid #fff; }
.popup_wrap .indicator .swiper-button-disabled {opacity: .5; }
.popup_wrap .indicator .popup_prev{left:-100px; background: url(/resources/images/layout/popup_prev.svg) center no-repeat;}
.popup_wrap .indicator .popup_next{right:-100px; background: url(/resources/images/layout/popup_next.svg) center no-repeat; margin-left: 5px;}
.empty_popup {min-height: 340px; display: flex; align-items: center; justify-content: center; width: 100%;}
.empty_popup p {color: #fff; font-size: 1rem; text-align: center; width: 100%;}

/* footer */
.footer {padding:40px 0 80px 0; background: #1E2432;}
.footer .ft_nav {padding-bottom:30px; border-bottom:1px solid #474d5a;}
.footer .ft_nav li a {display: block; color:#AAB5C9; font-size:1rem;}
.footer .ft_nav li a:hover {color:#fff;}
.footer .ft_nav li {position:relative; margin-left:50px;}
.footer .ft_nav li:first-child {margin-left:0;}
.footer .ft_nav li:first-child:before {content: ""; position: absolute; bottom:-32px; left:0; display: inline-block; width:100%; height:2px; background: #fff; }
.footer .ft_nav li:first-child a {color:#fff;}

.footer .ft_cnt {padding-top:40px;}
.footer .ft_cnt .ft_info li {display:inline-block; color:#AAB5C9; font-size:1em; font-weight: 300; margin-right:20px;}
.footer .ft_cnt .ft_info li:first-child {display: block; margin-bottom:15px;}
.footer .ft_cnt .ft_info li span {color:#fff; margin-right:15px; font-weight: 500;}
.footer .ft_cnt .copyright {font-size:.9rem; margin-top:20px; color:rgba(255,255,255,.2); font-weight: lighter;}


/* sub visual */
.sub_visual {width: 100%;height:400px;display: flex;align-items: center;align-content: center;justify-content: center;flex-wrap: wrap; padding-top:100px;position: relative;overflow: hidden;}
.sub_visual_bg {background: url(/resources/images/layout/sub_visual01.jpg) 0 center no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; transform: scale(1); animation: zoomIn 2s;}
.sub_visual_bg:after {content: ""; display: block; width:100%; height:100%; background: rgba(0,0,0,.3);}
.sub_visual_tit {animation: blurTxt 2s 0.5s; animation-fill-mode: both;}
.sub_visual h2 {width: 100%; font-family: 'GmarketSans'; font-size: 2.5rem; color: #fff; text-align: center; letter-spacing: .1rem;}
.sub_visual span {display: block; width: 100%; font-size: .9375rem; letter-spacing: .1rem; text-align: center; color: #fff;}

.location {display: flex; align-items: flex-end; justify-content: space-between; margin-top:40px;}
.location ul {display: flex; align-items: center;}
.location ul li {display: flex; align-items: center; position: relative;}
.location ul li + li {margin-left: 40px;}
.location ul li + li::before {content: ""; width: 4px; height: 4px; border-right: 2px solid rgba(255,255,255,.5); border-top: 2px solid rgba(255,255,255,.5); transform: rotate(45deg) translateY(-50%); position: absolute; left: -24px; top: 50%;}
.location ul li span {font-size: 1rem;}


/* lnb */
.contents .wrapper {display: flex;margin:50px auto 80px auto;flex-direction: row-reverse;}
.lnb {width: 250px;margin: -186px 0 0 auto;}
.lnb h3 {min-height:136px; position: relative; font-family: 'GmarketSans'; padding: 50px 30px;text-align: center;font-size: 1.5rem;color:#fff;background:linear-gradient(90deg, #36a9e5, #1565c7);border-radius: 20px 20px 0 0;font-weight:500;overflow: hidden;}
.lnb h3:before {content:"";display:block;width:100%;height: 100%;background: url("/resources/images/contents/lnb_bg.png")center no-repeat;background-size: cover;position: absolute;top: -25%;left: 0;}
.lnb .lnb_depth01 > li {position:relative; border-bottom:1px solid #ddd;}
.lnb .lnb_depth01 > li > a {font-family:'GmarketSans';  position: relative; display: block; padding: 20px 25px; font-size: 1rem; color: #333; font-weight:500; transition: .3s ease-in-out;}
.lnb .lnb_depth01 > li.active + li {border-top: 1px solid #ddd;}
.lnb .lnb_depth01 > li.active + li {border-top: none;}
.lnb .lnb_depth01 > li.active > a::after,.lnb .lnb_depth01 > li:hover > a::after {color: #1d52b2;}
.lnb .lnb_depth01 > li:hover > a {color:#1d52b2; background: #f5f9fd;}
.lnb .lnb_depth01 > li:hover > a[target=_blank]::after {transform: translateY(-50%) rotate(0deg);}
.lnb .lnb_depth01 > li:hover > a::after {transition: .3s ease-in-out;}
.lnb .lnb_depth01 > li.active > a::before {display: none;}
.lnb .lnb_depth01 > li.active {border: none;}
.lnb .lnb_depth01 > li.active > a {color: #1d52b2;border-bottom:1px solid #1d52b2; background: #f5f9fd;}
.lnb .lnb_depth01 > li > a[target=_blank]::after {content: ""; background: url(/resources/images/layout/ico_link_b.png) center center no-repeat; width: 15px; height: 15px; background-size: cover; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);}
.lnb .lnb_depth01 > li a[target=_blank]:hover:after {content: ""; background: url(/resources/images/layout/ico_link_w.png) center center no-repeat; width: 15px; height: 15px; background-size: cover; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);}
.lnb .lnb_depth01 > li.active > a[target=_blank]::after {background: url(/resources/images/layout/ico_link_w.svg) center center no-repeat;}
.lnb .lnb_depth01 > li.active > a,.lnb .lnb_depth01 > li:hover > a {padding-left:45px; transition: .3s ease-in-out;}
.lnb .lnb_depth01 > li > a:before {content: ""; display: inline-block; transform: translate(0,-50%);position: absolute; left:25px; top: 50%; width:0px; height:2px; background: #1d52b2; margin-right:5px; transition: .3s ease-in-out;}
.lnb .lnb_depth01 > li.active > a:before,.lnb .lnb_depth01 > li:hover > a:before {width:8px;}
.lnb .lnb_depth01 > li.active > a:before {content: "";display: inline-block;width:8px;height:2px;background:#1d52b2;margin-right:5px;transition: .3s ease-in-out;}
.lnb .lnb_depth01 > li > a:after {font-family: 'Bootstrap-icons'; content: "\F4FE"; position: absolute; top:50%; right:20px; transform: translate(0,-50%); color:#ccc; font-size:1.3rem; transition: .3s ease-in-out;}
.lnb .lnb_depth01 > li:hover > a:after {transform: translate(0,-50%) rotate(90deg);}
.lnb .lnb_depth01 > li .lnb_depth02 {padding: 20px 15px;}
.lnb .lnb_depth01 > li .lnb_depth02 li {position: relative;}
.lnb .lnb_depth01 > li .lnb_depth02 li::before {content: ""; width: 3px; height: 3px; background:#1d52b2; position: absolute; left: 10px; top: 8px;}
.lnb .lnb_depth01 > li .lnb_depth02 li + li {margin-top: 15px;}
.lnb .lnb_depth01 > li .lnb_depth02 li a {display: block; padding-left: 20px; position: relative; color: #666; font-size: 1rem; transition: .3s; position: relative;}
.lnb .lnb_depth01 > li .lnb_depth02 li a[target=_blank]::after {content: ""; background: url(/resources/images/layout/ico_link_b.svg) center center no-repeat; width: 13px; height: 13px; background-size: cover; position: absolute; right: 8px; top: 4px;}
.lnb .lnb_depth01 > li .lnb_depth02 li a.on, .lnb .lnb_depth01 > li .lnb_depth02 li:hover a {color: #1d52b2;}
.lnb .lnb_info {margin-top: 30px; border: 1px solid #e6e6e6;position: sticky;top:160px;border-radius: 5px;overflow: hidden;}
.lnb .lnb_info h2 {font-family:'GmarketSans'; font-size: 1.12rem; font-weight:500; ecolor: #333;margin-bottom: 20px;padding: 20px;background: #eefaf8;}
.lnb .lnb_info .time {position: relative;padding:0 20px;}
.lnb .lnb_info .time p {font-size: 1.3rem; font-weight: 700; }
.lnb .lnb_info .time img {display: inline-block; max-width: 50px; vertical-align: middle; margin-right:5px;}
.lnb .lnb_info .time span {display:block; font-size: .9rem; color: #777; font-weight: normal; margin-bottom: 5px;}
.lnb .lnb_info .info_txt {margin-top:20px; padding: 20px; border-top: 1px dashed #ddd;}
.lnb .lnb_info .info_txt li + li {margin-top: 15px;}
.lnb .lnb_info .info_txt li {display: flex; font-size: 1rem; line-height: 1.5;}
.lnb .lnb_info.eng .info_txt li {flex-wrap: wrap;}
.lnb .lnb_info.eng .info_txt li span {width: 100%!important;}
.lnb .lnb_info.eng .info_txt li span:first-child {font-size: .9375rem;}
.lnb .lnb_info .info_txt li span:first-child {width: 60px; margin-right: 10px; display: inline-block; color: #777;}
.lnb .lnb_info .info_txt li span:last-child {width: calc(100% - 50px); display: inline-block; color: #333;}

.lnb .lnb_info p {font-size: 1.1rem; font-weight: 500;}
.lnb .lnb_info .btn_wrap {padding:0 20px 20px 20px;}
.lnb .lnb_info a {position: relative;display:block;padding: 10px 20px;border-radius: 3px;background: #0a5b5e;color:#fff; font-size: .9rem;}
.lnb .lnb_info a:after {content: "\F285"; position:absolute; display: inline-block; font-family:"Bootstrap-icons"; margin-left:15px; top:50%; right:20px; transform: translate(0,-50%); font-size:.8rem;}


/* contents */
.content_area {min-height: 500px;}
.content_area {width: calc(100% - 300px); overflow: hidden;}
.content_area .sub_top {display: flex;gap: 5px;flex-wrap: wrap;align-items: flex-end;justify-content: space-between;padding:0px 5px 25px 5px;border-bottom: 1px solid #ddd;}
.content_area .sub_top h2.page_tit {font-family:'GmarketSans';font-size: 1.6rem;color: #333;font-weight: 500;}
.content_area .sub_content {margin-top: 30px; padding: 0 5px;}

.content_area .sub_top .font_size {display: flex;align-items: center; border:1px solid #ddd; border-radius: 3px;}
.content_area .sub_top .font_size li {border-left:1px solid #ddd;height: 40px;width: 45px;}
.content_area .sub_top .font_size li:first-child {border-left:0; margin-left:0;}
.content_area .sub_top .font_size li a {display: block;width: 100%;text-align: center;height: 100%;line-height: 40px;color:#222;opacity: .8;position: relative;font-size: .8rem;}
.content_area .sub_top .font_size li a:hover {opacity: 1;}
.content_area .sub_top .font_size li a i {font-size:1.5rem;color:#555;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.red {color:#d32f2f;}

/* tab */
.tab_wrap {margin-bottom: 50px;}
.tab_wrap .tab_list {display: flex; align-items: center; justify-content: space-between; position: relative; padding-bottom: 5px;}
.tab_wrap .tab_list::before {content: ""; width: 100%; height: 0; border-bottom: 1px solid #ddd; position: absolute; left: 50%; bottom: 5px; transform: translateX(-50%);}
.tab_wrap .tab_list li {display: block; width: 100%; position: relative;}
.tab_wrap .tab_list li a {display: block; width: 100%; height: 100%; text-align: center; padding: 14px 20px; color: #777; transition: .3s; cursor: pointer;}
.tab_wrap .tab_list li.active a {font-weight: 700; color: #443816;}
.tab_wrap .tab_list li::before {content: ""; width: 0; height: 2px; background: #443816; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: .3s;}
.tab_wrap .tab_list li:hover::before {width: 100%;}
.tab_wrap .tab_list li:hover a {font-weight: 700; color: #443816;}
.tab_wrap .tab_list li.active::before {width: 100%;}

/* button */
.btn_area input {display: none;}
.btn_area {width: 100%; display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; align-items: center; position: relative; z-index: 2;}
.btn_area .btn {margin-top: 30px; font-size: .9375rem; border-radius: 3px; letter-spacing: .05rem; display: flex; align-items: center; justify-content: center; padding: 15px 35px; background: transparent; position: relative; cursor: pointer; overflow: hidden; transition: all .3s;}
.btn_area .btn.st01 {background: #1473e7; color: #fff;}
.btn_area .btn.st02 {background: #d32f2f; color: #fff;}
.btn_area .btn.st03 {background: #555; color: #fff;}
.btn_area .btn.st04 {background: #15875f; color: #fff;}
.btn_area .btn::after {content: ""; width: 100%; height: 0; position: absolute; left: 0; bottom: 0; z-index: -1; border-top-left-radius: 50%; border-top-right-radius: 50%; transition: all .7s; background: #333;}
.btn_area .btn.st01:hover {background: #1264c8;}
.btn_area .btn.st02:hover {background: #bc2a2a;}
.btn_area .btn.st03:hover {background: #444;}
.btn_area .btn.st04:hover {background: #178765;}

.btn_area.big .btn {font-size:1.1rem; padding:15px 25px;}

.btn_area .btn:hover::after {height: 200%; transition: .7s;}
.btn_area .btn:hover {color: #fff;}
.btn_area .btn i {transition: ease-in-out .5s;}
.btn_area .btn:hover i {transform: rotateY(180deg);}


/*select*/
.select {position: relative; display: inline-block; background: #fff; cursor: pointer;}
.select:after{content: ""; width: 16px; height: 16px; position: absolute; right: 20px;  top: 50%; transform: translateY(-50%);background: url(/resources/images/layout/ico_select.png) center no-repeat; background-size: 11px; cursor: pointer; z-index: 0;}
.select select {height: 100%; width: auto; font-size: .9375rem; padding: 15px 40px 15px 20px; cursor: pointer; transition: all 0.3s; border: 1px solid #dedede; color: #888; background: transparent; z-index: 1; position: relative;}
.select select:focus {border: 1px solid #443816; color: #555;}



/* checkbox */
.checkbox {display: flex; align-items: center; margin: 10px 0;}
.checkbox label {margin-left: 5px; font-size: .9375rem; color: #555; cursor: pointer;}
.checkbox input[type="checkbox"] {display: flex; align-items: center; justify-content: center; padding: 4px; background: #fff; border: 1px solid #dedede; border-radius: 2px;}
.checkbox input[type="checkbox"]::before {content: ""; display: block; width: 7px; height: 7px; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #1d52b2; transform-origin: bottom left; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);}
.checkbox input[type="checkbox"]:checked {border: 1px solid #1d52b2;}
.checkbox input[type="checkbox"]:checked::before {transform: scale(1);}
.checkbox ul {display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center;}
.checkbox ul li {display: flex; align-items: center;}
.checkbox input[type="radio"] {display: flex; align-items: center; justify-content: center; padding: 3px; background: #fff; border: 1px solid #dedede; border-radius: 50%;}
.checkbox input[type="radio"]::before {content: ""; width: 5px; height: 5px; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #1d52b2; background: #1d52b2; border-radius: 50%;}
.checkbox input[type="radio"]:checked {background: transparent; border: 1px solid #1d52b2;}
.checkbox input[type="radio"]:checked::before {transform: scale(1);}

/* table */
.tbl_wrap .tbl {width: 100%; border-top:2px solid #111;}
.tbl_wrap .tbl tr {border-bottom: 1px solid #dedede;}
.tbl_wrap .tbl tr th {padding: 20px;font-size: 1rem;color: #333; font-weight: 700;background: #f4f7f9;border-right: 1px solid #d9d9d9;text-align: center;white-space: nowrap;}
.tbl_wrap .tbl tr th:last-child {border-right: 0;}
.tbl_wrap .tbl tr td {padding: 20px; font-size: 1rem; color: #333; font-weight: 400; background: #fff; border-right: 1px solid #dedede; text-align: center;}
.tbl_wrap .tbl tr td:last-child {border-right: 0;}
.tbl_wrap .tbl tr td .btn {display: block; padding: 15px 20px;background:#0071cd; color:#fff; border-radius: 3px; font-size: .9rem;}
.tbl_wrap .tbl tr td .btn span {position:relative; display: block;}
.tbl_wrap .tbl tr td .btn span:before {content: ""; position: absolute; display: block; width:0; height:1px; background:rgba(255,255,255,.5); left:0; bottom:-4px; transition: ease-in-out .2s;}
.tbl_wrap .tbl tr td .btn:hover span:before {width:100%;}
.tbl_wrap .tbl tr td textarea {width:100%; min-height:150px;}


.tbl_wrap .tbl tr td input {padding:15px; border:1px solid #ccc; margin-right:5px;}
.tbl_wrap .tbl tr td ul input[type="radio"],.tbl_wrap .tbl tr td input[type="checkbox"] {position:relative; display:inline-block; vertical-align: -3px; cursor: pointer;}
.tbl_wrap .tbl tr td ul input[type="radio"] {padding:7px;}
.tbl_wrap .tbl tr td input[type="checkbox"] {padding:5px;}
.tbl_wrap .tbl tr td ul input[type="radio"]:before {width:7px; height:7px;}
.tbl_wrap .tbl tr td ul input[type="radio"]:checked::before {position:absolute; top:50%; left:50%; color:#1d52b2; transform: translate(-50%,-50%);}
.tbl_wrap .tbl tr td input[type="text"] {max-width:300px;}
.tbl_wrap .tbl tr td .select,.tbl_wrap .tbl tr td input[type="email"],.tbl_wrap .tbl tr td input[type="date"] {min-width: 300px;}
.tbl_wrap .tbl tr td .select select {width:100%;}
.tbl_wrap .tbl tr td .address input {display: block;}
.tbl_wrap .tbl tr td .address .address_detail input {max-width: 400px;}


/* scroll top */
.progress-wrap {position: fixed; right: 50px; bottom: 50px; width: 55px; height: 55px; background:linear-gradient(91deg, #00BCD4, #2280d7); cursor: pointer; display: block; border-radius: 50%; z-index: 9999; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: .2s linear; transition: .2s linear;}
.progress-wrap.active-progress {opacity: 1; visibility: visible; transform: translateY(0);  }
.progress-wrap:before {content: ""; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); border-radius: 100%; display: block; width:82px; height:82px; background: #2280d74a;}
.progress-wrap::after {content: ""; background: url(/resources/images/layout/icon_scroll.png) center center no-repeat; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-size: cover; width: 18px; height: 11px; cursor: pointer; display: block; z-index: 1; -webkit-transition: .2s linear; transition: .2s linear;}
.progress-wrap svg path {fill: none;}
/*.progress-wrap svg.progress-circle path {stroke: #fff; stroke-width: 6; box-sizing: border-box; -webkit-transition: .2s linear; transition: .2s linear;}*/

/* login */
.login_list {display: flex; justify-content: center; margin: 100px auto;}
.login {max-width: 600px; width: 100%; padding: 80px 60px; background: #f4f7f9; border-radius: 4px; margin:50px auto;}
.login h3.tit {font-size: 2rem; font-weight: 400; margin-bottom: 30px; text-align: center; width: 100%;}
.login h3.tit span {font-weight: 700;}
.login form {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.login .login_box {display: flex; flex-wrap: wrap; justify-content: center;}
.login .login_box input {font-size: 1rem; padding: 17px 20px; max-width: 400px; width: 100%; border: 1px solid #dedede;}
.login .login_box input + input {margin-top: 20px;}
.login .sns_desc {display: inline-block; text-align: center; color: #555; margin: 20px auto 50px; padding: 15px; background: #fff; border-radius: 50px;}
.login.mng .btn_area {display: block; margin-top:50px;}
.login.mng .btn_area .btn {padding:15px 20px; font-size:1rem;}
.login .txt_box span.img {display:block; margin:0 auto 30px auto; border:0; width:120px; height:120px; border-radius: 100%; padding:20px; background: #fff;}
.login .txt_box span.img img {position: relative;top: 50%;left: 50%; display: block;width:70%;transform: translate(-50%,-50%); object-fit: inherit;}



/* input */
.field_box {width: 100%;}
.field_box .inp_box {position: relative; width: 100%;}
.field_box .inp_box + .inp_box {margin-top: 30px;}
.field_box .inp_box input::placeholder {color: transparent;}
.field_box .inp_box input[type="text"], .field_box .inp_box input[type="password"], .field_box .inp_box input[type="tel"]   {-webkit-appearance: none; appearance: none; width: 100%; border: 0; padding: 20px 10px 14px; font-size: 1rem; color: #333; transition: all .15s ease; border-bottom: 1px solid #dedede; line-height: 1.5; background: transparent;}
.field_box .inp_box .label {position: absolute; top: 20px; left: 0; font-size: 1rem; transform: translateX(0); transition: all .3s ease; pointer-events: none; color: #777; display: block; width: 100%;}
.field_box .inp_box input:focus {outline: none;}
.field_box .inp_box .inp_bg {position: relative; display: block;}
.field_box .inp_box input:focus + .label, .field_box .inp_box input:not(:placeholder-shown) + .label {transform: translate3d(-30px, -12px, 0) scale(.87); color: #1d52b2; top: 5px;}
.field_box .inp_box .inp_bg::before {content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: #1d52b2; transition: .3s;}
.field_box .inp_box input:focus + .label ~ .inp_bg::before {width: 100%; left: 0; transition: .3s;}
.field_box .inp_box small {color: #555; display: block; width: 100%; margin-top: 5px;}
.field_box .inp_btn_box {display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;}
.field_box .inp_btn_box > div {width: calc(100% - 120px); max-width: 340px;}
.field_box .inp_btn_box .inp_btn {background: #1d52b2; width: 100px; height: 50px; border-radius: 4px; margin-left: 20px; display: flex; align-items: center; justify-content: center; font-size: .9375rem; word-break: break-all; color: #fff; cursor: pointer;}
.field_box .inp_box + .chk_box {margin-top: 40px;}
.field_box .inp_box.chk_box .label {position: relative; top: auto; left: auto; color: #1d52b2; font-size: .9375rem;}
.field_box .inp_box.chk_box .checkbox ul {flex-wrap: wrap;}
.field_box .inp_box.chk_box .checkbox ul li {width: 100%;}
.field_box .inp_box.chk_box .checkbox ul li + li {margin-left: 0; margin-top: 5px;}
.field_box .inp_box.txt_box .label {position: relative; top: auto; left: auto; color: #1d52b2; font-size: .9375rem;}
.field_box .inp_box.txt_box textarea {width: 100%; border: 1px solid #dedede; margin-top: 10px; padding: 10px;}
.field_box .inp_box.txt_box textarea:focus {border: 1px solid #1d52b2;}

/* join */
.login.join {margin: 100px auto;}
.joinselect_wrap {width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.joinselect .sns_box li.self {background: #1d52b2;}
.joinselect .sns_box li.self a {color: #fff;}
.joinselect .join_desc {display: block; text-align: center; margin-top: 30px; transition: .3s; color: #555; font-size: .9375rem;}
.joinselect .join_desc a {color: #555; text-decoration: underline; text-underline-position: under; margin-left: 10px;}
.joinselect .join_desc a:hover {color: #333;}
.agreeFormArea {width: 100%;}
.agreeFormArea .join_terms + .join_terms {margin-top: 30px;}
.agreeFormArea .join_terms_box {width: 100%; max-height: 140px; border: 1px solid #dedede; font-size: .875rem; line-height: 1.5; color: #555; padding: 20px; background: #fff; overflow-y: scroll;}
.agreeFormArea .join_terms_box .tbl * {font-size: .875rem!important;}
.agreeFormArea h3 {font-size: 1.375rem; margin-bottom: 20px;}
.agreeFormArea .all_check {margin-top: 10px;}

/* join 완료 */
.complete .txt {width: 100%;}
.complete .txt .img {display: flex; align-items: center; justify-content: center; margin-bottom: 30px;}
.complete .txt h4 {text-align: center; font-size: 1.25rem; line-height: 1.5; color: #333; margin-bottom: 20px;}
.complete .txt p {text-align: center; color: #555; font-size: .9375rem; line-height: 1.6;}
.complete .tbl td {text-align: left!important;}

/* join 본인인증 */
.certify h3 {font-size: 1.375rem; margin-bottom: 20px;}
.certify .img_center {text-align: center; margin-bottom: 20px;}
.certify p {color: #555; font-size: .9375rem;}
.certify p span {color: #1d52b2;}

span.must {color: #d00000!important; margin-left: 5px; display: inline-block; vertical-align: middle;}

/* find */
.find .tab_wrap {width: 100%; max-width: 600px; margin: 100px auto -60px;}
.find .login .tab_contents {width: 100%;}
.find .login .tab_contents .search_id, .find .login .tab_contents .search_pwd {margin-top: 50px;}
.find .login .tab_contents p.time {font-size: .9375rem; color: #555; margin-top: 5px;}
.find .login .tab_contents .find_result {margin-top: 50px;}
.find .login .tab_contents .find_result .result_box small {font-size: .9375rem; color: #555; display: block;}
.find .login .tab_contents .find_result .result_box small.attention {color: #b00000;}
.find .login .tab_contents .find_result .result_box #find_user_id {color:#1d52b2; font-size: 1rem; font-weight: 700;}

/* del */
.del_list {padding: 20px; background: #f2f2f2; border-radius: 4px; width: 100%;}
.del_list li {padding-left: 20px; font-size: .9375rem; position: relative; background: url(/resources/images/layout/ico_warning.svg) left top 2px no-repeat; background-size: 16px; color: #555; line-height: 1.5;}
.del_list li.important {color: #d32f2f; font-weight: 700;}
.del_list li + li {margin-top: 10px;}

/* reserve */
.reserve_list {padding: 20px; background: #f2f2f2; border-radius: 4px; width: 100%;}
.reserve_list li {padding-left: 20px; font-size: .9375rem; position: relative; background: url(/resources/images/layout/ico_alert.svg) left top 2px no-repeat; background-size: 16px; color: #555; line-height: 1.5;}
.reserve_list li + li {margin-top: 10px;}
.reserve_list li.tit {padding-left: 0; background: none; font-weight: 700;}
.reserve_help {margin-top: 30px;}
.reserve_list.contents {background: #f9f9f9; margin-bottom: 50px;}
.reserve_list.contents li {font-size: 1rem; background: url(/resources/images/layout/ico_alert.svg) left top 4px no-repeat; background-size: 16px;}

.full_menu, .full_bg {display: none;}

/* animation */
@keyframes zoomIn {
    0% { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
    20% { -webkit-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); }
    100% { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }
}

@keyframes blurTxt {
    0% { filter:blur(10px); opacity:0; }
    100% { filter:blur(0); opacity:1; }
}

@keyframes rotate {
    from { -webkit-transform: translate(-50%,-50%) rotate(0deg); -ms-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
    to { -webkit-transform: translate(-50%,-50%) rotate(360deg); -ms-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}

@keyframes btnFull {
    0%{ -webkit-transform:scaleX(1); -ms-transform:scaleX(1); transform:scaleX(1); transform-origin:100% 0; }
    45%{ -webkit-transform:scaleX(0); -ms-transform:scaleX(0); transform:scaleX(0); transform-origin:100% 0; }
    55%{ -webkit-transform:scaleX(0); -ms-transform:scaleX(0); transform:scaleX(0); transform-origin:0 0; }
    100%{ -webkit-transform:scaleX(1); -ms-transform:scaleX(1); transform:scaleX(1); transform-origin:0 0; }
}

@keyframes ping {
    0% { transform: scale(0); opacity: 1; }
    100% { transform: scale(4); opacity: 0; }
}

@keyframes upDown {
    0% { transform: translate(-50%, -10px); }
    100% { transform: translate(-50%, 0); }
}


@keyframes bg {
    0% { background:linear-gradient(90deg, rgba(0,102,177,1) 0%, rgba(113,191,69,1) 100%)}
    100% { background:linear-gradient(90deg, rgba(113,191,69,1) 0%, rgba(0,102,177,1) 100%) }
}


@keyframes gradient {
    0% { background-position: left center;}
    100% {background-position: center center;}


}

@media (max-width: 1700px) {

    /* header */
    .header .title {width:25%;}
    .header .title .txt h2 {font-size:1.3rem;}

}



@media (max-width: 1420px) {
    .wrapper {padding: 0 20px;}

    /* header */
    .header .title {width:22%;}
    .header .title .txt {top:35%;}
    .header .title .txt h2 {font-size:1.3rem;}
    .header .bottom .gnb .depth01 > li > a {margin: 0 10px;}
    .header .bottom .gnb .depth01 > li > a span {display: inline-block; text-align: center;}
}



@media (max-width: 1200px) {
    /* header */
    .header_bg {display: none;}
    .header.open {display: none;}
    .header,.header.scroll {position: relative;}
    .header .top {display: none;}
    .header .bottom {height: 80px; background: #fff;}
    .header .bottom .hd_logo h1 {background: url(/resources/images/layout/logo_b.png) left center no-repeat;}
    .header.eng .bottom .hd_logo h1 {background: url(/resources/images/layout/logo_eng_b.svg) left center no-repeat; background-size: 75%;}
    .header .bottom .btn_kakao::after {background: url(/resources/images/layout/icon_kakao_b.svg) center center no-repeat; background-size: 25px;}
    .header .bottom .btn_insta::after {background: url(/resources/images/layout/icon_insta_b.svg) center center no-repeat; background-size: 25px;}
    .header .bottom .btn_ham::after {background: url(/resources/images/layout/icon_menu_b.svg) center center no-repeat; background-size: 25px;}
    .header .bottom .gnb {display: none;}
    .header .bottom .pc_menu {display: none;}
    .header .bottom .mobile_menu {display: block;}


    /* mobile menu */
    .full_bg {position: fixed; right: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 99998;}
    .full_menu {position: fixed; right: 0; top: 0; max-width: 400px; width: 100%; height: 100%; background: #fff; z-index: 99999;}
    .full_menu .full_top {width: 100%; height: 105px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between;}
    .full_menu .full_top .hd_logo h1 {background: url(/resources/images/layout/logo_b.png) left center no-repeat; width:242px; height: 43px; font-size: 0;}
    .header.eng .full_menu .full_top .hd_logo h1 {background: url(/resources/images/layout/logo_eng_b.svg) left center no-repeat; background-size: 75%; width: 298px; height: 35px; font-size: 0;}
    .full_menu .full_top .menu_close {background: url(/resources/images/layout/ico_close_b.svg) center center no-repeat; width:20px; height:20px; background-size: cover;}
    .full_menu .full_bottom {padding: 0 20px 20px; height: calc(100% - 80px); overflow-y: scroll; position: relative;}
    .full_menu .full_bottom .depth1 {border-bottom: 1px solid #dedede;}
    .full_menu .full_bottom .depth1 > li {border-top: 1px solid #dedede;}
    .full_menu .full_bottom .depth1 > li > a {padding: 20px; display: flex; width: 100%; height: 100%; align-items: center; justify-content: space-between; transition: .3s; position: relative;}
    .full_menu .full_bottom .depth1 > li > a > span {font-size: 1.0625rem; font-weight: 700; color: #555;}
    .full_menu .full_bottom .depth1 > li > a::before {content: ""; width: 2px; height: 12px; background: #555; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
    .full_menu .full_bottom .depth1 > li > a::after {content: ""; width: 12px; height: 2px; background: #555; position: absolute; right: 25px; top: 50%; transform: translateY(-50%);}
    .full_menu .full_bottom .depth1 > li > a[target=_blank]::after {content: ""; background: url(/resources/images/layout/ico_link_b.svg) center center no-repeat; width: 15px; height: 15px; background-size: cover; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
    .full_menu .full_bottom .depth1 > li > .depth2 {display: none;}
    .full_menu .full_bottom .depth1 > li.active > a {background: #1473e7; border-bottom: none;}
    .full_menu .full_bottom .depth1 > li.active > a > span {color: #fff;}
    .full_menu .full_bottom .depth1 > li.active > a::before {display: none;}
    .full_menu .full_bottom .depth1 > li.active > a::after {background: #fff;}
    .full_menu .full_bottom .depth1 > li.active > a[target=_blank]::after {background: url(/resources/images/layout/ico_link_w.svg) center center no-repeat;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 {display: block; padding: 10px; background: #fff;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li + li {border-top: 1px solid #eee;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li > a {padding: 15px; display: block; font-size: 1rem; position: relative;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li > a[target=_blank]::before {content: ""; background: url(/resources/images/layout/ico_link_b.svg) center center no-repeat; width: 15px; height: 15px; background-size: cover; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li.has > a[target=_blank]::after {display: none;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li .depth03 {display: block; padding: 10px 20px; margin: 0 10px 10px 10px; background: #f7fbff;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li .depth03 li a {display: block; font-size: .9375rem; color: #555; margin: 10px 0; padding-left: 10px; position: relative;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li .depth03 li a::before {content: ""; width: 2px; height: 2px; background: #555; border-radius: 50%; position: absolute; left: 0; top: 9px;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li .depth03 li a[target=_blank]::after {content: ""; background: url(/resources/images/layout/ico_link_b.svg) center center no-repeat; width: 13px; height: 13px; background-size: cover; position: absolute; right: -3px; top: 50%; transform: translateY(-50%);}
    .full_menu .full_bottom .sns {display: flex; align-items: center; justify-content: center; margin-top: 60px;}
    .full_menu .full_bottom .sns li a {display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; margin: 0 10px;}
    .full_menu .full_bottom .sns li.facebook a {background: #3b5998;}
    .full_menu .full_bottom .sns li.youtube a {background: #c4302b;}
    .full_menu .full_bottom .sns li.instagram a {background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0%,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%) , linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);}

    /* sub visual */
    .sub_visual {margin-top: 0; padding-top: 0; height: 250px;}

    .lnb {display: none;}
    .sub_visual {background-attachment: inherit; background-size: cover;}
    .content_area {width: 100%;}
}

@media (max-width: 1023px) {


	/*popup*/
    .popup_wrap {width: 80%; padding: 0 20px;}
    .popup_wrap .indicator { display: flex; align-items: center; justify-content: end; padding-bottom: 20px; }
    .popup_wrap .indicator > div {position:relative; top:auto; width: 50px; height: 50px; }
    .popup_wrap .indicator .popup_prev{left:auto; }
    .popup_wrap .indicator .popup_next{right:auto;}


    /* footer */
    .footer .wrapper {flex-wrap: wrap;}
    .ft_logo {display: none;}
    .ft_cnt {width: 100%; margin-bottom: 30px; text-align: center; display: flex; flex-wrap: wrap;}
    .ft_cnt .top .ft_info {justify-content: center;}
    .ft_cnt .bottom {margin-top: 0; margin-bottom: 30px;}
    .ft_cnt .bottom .ft_nav {justify-content: center;}
    .ft_cnt .bottom .ft_nav li a {font-size: 1rem;}
    .ft_right {width: 100%; justify-content: center;}
    .ft_right .ft_link {max-width: 500px;}
    .ft_right .ft_link .drop_txt span {font-size: 1rem;}
    .ft_right .ft_link .drop_list li a {font-size: 1rem;}
    .ft_right .copyright {width: 100%; text-align: center; margin-top: 30px;}
}

@media (max-width: 767px) {
    /* header */
    .header .bottom {height: 70px;}
    .util span {font-size: .8125rem;}

    /* sub visual */
    .content_area .sub_top .location {margin-top: 15px; width: 100%; overflow: auto; padding-bottom: 10px;}
    .content_area .sub_top .location ul li + li {margin-left: 20px;}
    .content_area .sub_top .location ul li + li::before {left: -14px;}
    .content_area .sub_top h2.page_tit {font-size: 1.5rem;}
    .content_area .sub_top .location ul li a {white-space: nowrap; font-size: .9375rem;}
    .sub_visual {height: 200px;}
    .sub_visual h2 {font-size: 1.5rem;}
    .sub_visual span {font-size: .9375rem;}
    .location {margin-top:20px;}
    .location ul li + li {margin-left:35px;}
    .location ul li span {font-size: .9rem;}


    /* contents */
    .contents .wrapper {margin: 40px auto;}

    /* login */
    .login_list {flex-wrap: wrap;}
    .login_list .login {width: 100%;}
    .login_list .login:last-of-type {padding-top: 80px;}
    .login_list .login:last-of-type h3.tit {font-size: 1rem; color: #555; position: relative; display: block; width: 100%; text-align: center;}
    .login_list .login:last-of-type h3.tit::before {content: ""; width: 25%; height: 1px; background: #bbb; position: absolute; left: 0; top: 9px;}
    .login_list .login:last-of-type h3.tit::after {content: ""; width: 25%; height: 1px; background: #bbb; position: absolute; right: 0; top: 9px;}
    .login_list .login:last-of-type h3.tit span {font-weight: 400;}
    .login {padding: 40px 20px;}
    .login .sns_desc {display: none;}

    .login .txt_box h3 {font-size: 1.5rem;}
    .login .txt_box span {width:100px; height:100px;}
    .login .txt_box span img {width:80%;}



    .join_form .form_id > div {flex-wrap: wrap;}
    .join_form .form_id > div .id_chk_btn {margin-top: 10px;}

    .find .tab_wrap {margin: 40px auto -60px;}

    .header .bottom .hd_logo h1 {background-size: 70%;}
    .header .bottom .gnb_util .btn_wrap ul li {margin: 0 25px;}
    .header .bottom .gnb_util .btn_wrap ul li:last-child {margin: 0 0 0 25px;}
    .full_menu .full_top .hd_logo h1 {background-size: 80%;}

    /* table */
    .tbl_wrap {overflow-x: scroll;}
    .tbl_wrap .tbl tr th,.tbl_wrap .tbl tr td {padding:15px;}
    .tbl_wrap .tbl tr td input {padding:12px;}
    .tbl_wrap .tbl tr td .btn {padding:12px 15px;}



    /* scroll top */
    .progress-wrap {display: none;}

    /* popup */
    .popup_wrap {width:100%;}
    .popup_list .popup_slide {justify-content: flex-start;}
    .popup_list .popup {max-width: 100% !important; text-align: center;}
    .popup_list .popup img {max-width: 340px;}

    /* tab */
    .tab_wrap {overflow: hidden; margin-bottom: 30px;}
    .tab_wrap .tab_list {overflow-x: auto; overflow-y: hidden; white-space: nowrap; max-width: 1000px;}

    /* button */
    .btn_area .btn { padding: 15px 30px;}

    /* footer */
    .footer {padding: 30px 0;}
    .footer .ft_nav {padding-bottom: 30px;}
    .footer .ft_nav li a {font-size: 1rem;}
    .footer .ft_nav li:first-child:before {bottom:-30px;}
    .ft_cnt .top .ft_info {margin: 15px 0;}
    .ft_cnt .bottom, .ft_cnt {margin-bottom: 15px;}

    .ft_cnt, .ft_cnt .bottom .ft_nav li a, .ft_right .ft_link .drop_txt span, .ft_right .ft_link .drop_list li a {font-size: .875rem;}

    .footer .ft_cnt {justify-content: center;}
    .footer .ft_cnt .ft_info li { margin-bottom:10px;}
    .footer .ft_cnt .ft_info li:last-child {margin-left:10px;}
    .footer .ft_cnt .copyright {margin:10px auto 0 auto;}





}

@media (max-width: 500px) {
    .header .top .sns {gap: 5px;}



    /* tab */
    .tab_wrap .tab_list::before, .tab_wrap .tab_list li::before {display: none;}
    .tab_wrap .tab_list {gap: 15px;}
    .tab_wrap .tab_list li a {border-radius: 50px; font-size: .9375rem; padding: 7px 15px;}
    .tab_wrap .tab_list li.active a {background: #f4f4f4;}
    .footer .ft_nav li {width:calc(100%/3); margin-left:0; text-align: center;}


    /*table*/
    .tbl_wrap .tbl tr td input[type="text"]:not(.address div:first-child input) {margin-right:0;}
    .tbl_wrap .tbl tr td input[type="text"] {max-width:100%;}
    .tbl_wrap .tbl tr td input[type="date"] {width:100%;}
    .tbl_wrap .tbl tr td .email {flex-wrap: wrap;}
    .tbl_wrap .tbl tr td .email input {width:100%;}
    .tbl_wrap .tbl tr td .select,.tbl_wrap .tbl tr td input[type="email"],.tbl_wrap .tbl tr td input[type="date"] {min-width:auto;}
    .tbl_wrap .tbl tr td .select {display: block;}
    .tbl_wrap .tbl tr td .email .btn {width:100%; text-align: center;  margin-top:10px;}
    .tbl_wrap .tbl tr td .btn span:before{display: none;}
    .tbl_wrap .tbl tr td .checkbox {display: block;}
    .tbl_wrap .tbl tr td .checkbox li {margin:10px 0 0 0;}
    .tbl_wrap .tbl tr td .checkbox li:first-child {margin-top:0;}


}

@media (max-width: 450px) {
    /* input */
    .field_box .inp_box input:not(:placeholder-shown) + .label, .field_box .inp_box input:focus + .label {transform: translate3d(-20px, -8px, 0) scale(.87);}


    .wrapper {padding:0 10px;}
    .header .bottom .gnb_util .btn_wrap ul li {margin:0 20px;}
    .header .bottom .gnb_util .btn_wrap ul li:last-child {margin:0 0 0 20px}


}