@charset "utf-8";

::-webkit-scrollbar {width: 6px; height: 3px;}
::-webkit-scrollbar-thumb {background: #333       ; border-radius: 10px;}
::-webkit-scrollbar-track {background: #f0f5f9;}


/* header */
.header {position: absolute; top: 0; width:100%; z-index: 9999; transition: .1s; background: rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.2);}
.header_bg {position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,.3); z-index: 999;}
.header .top {width: 100%;height: 40px;background:rgba(255,255,255,.1);position: relative; border-bottom:1px solid rgba(255,255,255,.2); transition: all .1s;}
.header .top .wrapper {max-width: 1550px; height:100%; margin:0 auto;}
.header .top .header-util,.header .top .header-util ul {display: flex;}
.header .top .header-util {justify-content: flex-end; overflow: hidden;}
.header .top .header-util  a {display:block;color:#fff;font-size: .8375rem;}
.header .top .header-util .util.home a {padding: 12px;/*background: #72665E;*/ background: rgba(255,255,255, .3); border: 1px solid rgba(255,255,255,.2); border-top:0; border-bottom: 0;}
.header .top .header-util .util.home a i{margin-right:5px; font-size: .9rem;}
.header .top .header-util .util.mypage li {border-left:1px solid rgba(255,255,255,.2);}
.header .top .header-util .util.mypage li:last-child{border-right:1px solid rgba(255,255,255,.2);}
.header .top .header-util .util.mypage li a {padding: 12px 30px;}
.header .top .header-util .util.mypage li a i {margin-right:5px;}
.header .top .header-util .util.mypage li a span {display: inline-block; width:18px; height:18px; text-align: center; line-height: 18px; border-radius: 100%; background: #E0670E; color:#fff; font-size:.8rem; margin-left:5px; vertical-align:top;}

.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;max-width: 1550px;margin: 0 auto;}
.header .bottom .hd_logo h1 {width: 15rem; height: auto;}
.header .bottom .hd_logo h1 img{width: 100%;}
.header .bottom .btn_ham {position: relative; width: 100%; height: 100%;}
.header .bottom .btn_ham::after {content: ""; width: 40px; height: 40px; 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 .pc_menu {display: block; cursor: pointer;}
.header .bottom .mobile_menu {display: none;}

.header .bottom .gnb {width: 80%; height: 100%; display: flex; align-items: center; justify-content: center;}
.header .bottom .gnb .depth01 {width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between;}
.header .bottom .gnb .depth01 > li {width: 100%; height: 100%; align-items: center;justify-content: center;}
.header .bottom .gnb .depth01 > li > a {position:relative; width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;color: #fff;font-weight: bold;font-size: 1.2rem; border-bottom: 3px solid transparent;text-align: center;}
.header .bottom .gnb .depth01 > li > a span {position:relative; font-weight: 600; text-shadow: 0 0 2px rgba(0,0,0,.1);}
.header .bottom .gnb .depth01 > li:hover > a span {color:#795548;}
.header .bottom .gnb .depth01 > li > a:before {content: ""; position: absolute; display: block; width:0; height:4px; left:50%; bottom:-3px; transform: translate(-50%,0); background:#795548; transition: ease-in-out .3s;}
.header .bottom .gnb .depth01 > li:hover > a:before {width:50%;}
.header .bottom .gnb_util{display: none;}

.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:50%; right:40px; color:#fff; text-align: right;}
.header .title .txt h2 {font-family: 'GmarketSans'; letter-spacing: -1px; margin-bottom:20px; font-size:1.8rem;}
.header .title .txt p { font-size:1.3rem; opacity: .7;}


.sub_header .header {position:relative;}
.sub_header .header .bottom .hd_logo h1 img{content: url("/resources/images/layout/header_logo.svg") !important;}

.header.open{background: #fff; transition: .1s; border-bottom:0;}
.header.open .top{border-bottom:0;}
.header.open .top,.sub_header .header .top{background:#3D3A39;}
.header.open .top .header-util .util.mypage li a,.sub_header .header .top .header-util .util.mypage li a {background: #202020;}
.header.open .title {display: block;}
.header.open .bottom,.sub_header .header .bottom {background: #fff; border-bottom: 1px solid rgba(0,0,0,.1);}
/*.header.open .bottom .hd_logo h1 img{background-image: url("/resources/images/layout/header_logo.svg");}*/
.header.open .bottom .hd_logo h1 span,.sub_header .header .bottom .hd_logo h1 span {color:#555;}
.header.open .bottom .btn_ham::after,.sub_header .header .bottom .btn_ham::after {background: url("/resources/images/layout/icon_menu_b.svg")no-repeat;}
.header.open .bottom .gnb .depth01 > li > a,.sub_header .header .bottom .gnb .depth01 > li > a {color: #444;}
.header.open .bottom .gnb .depth02 {position: absolute;top: 100px;left: 0;width: 100%; background: #fff;}
.header.open .bottom .gnb .depth02 .wrapper {display: flex;}
.header.open .bottom .gnb .m_tit {position:relative; width: 25%; background: url("/resources/images/layout/header_title.jpg")no-repeat; background-size: cover; display: block; flex-wrap: wrap; align-items: start; text-align: left; padding:70px;}
.header.open .bottom .gnb .m_tit h2 {position: relative; font-family: 'GmarketSans'; font-weight: 500; font-size:2.125rem; color: #fff; padding-top:0.875rem;}
.header.open .bottom .gnb .m_tit h2:before{content: ''; position: absolute; width:7px; height: 7px; background-color: #ffdd00; top:0px; left:0; border-radius: 50%;}
.header.open .bottom .gnb .m_tit h2:after{content: ''; position: absolute; width:7px; height: 7px; background-color: #ffdd00; top:0px; left:13px; border-radius: 50%;}
.header.open .bottom .gnb .m_tit p {color:rgba(255,255,255,.6); font-size:1rem; margin-top:40px; line-height: 1.6rem;}

.header.open .bottom .gnb .depth02 .wrapper .menuadd {display: flex; width: 62%;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li {position:relative;width:calc(100%/4); border-left:1px solid #eee;  padding:30px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li:last-child {border-right:1px solid #eee;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li a { color:#444; font-size: 1.15rem; font-weight: 600;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li a:before:not(dd a) {content: ""; display: inline-block; position: absolute; left:-1px; width:3px; height:18px; background: #000; }
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li:hover a:not(dd a){color:#000;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li:hover a:before:not(dd a) {background:#000; }
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd {position:relative; margin-top:13px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd:first-child {margin-top:0;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd a {position:relative; color:#666; font-size:1rem; font-weight: normal; padding-left:10px;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd:before {content: ""; position: absolute; width:3px; height:3px; background:#ccc; top:7px; left:0;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd a:before {content: ""; display: block; position: absolute; bottom:0; left:0; width:0; height:1px; background: #666; transition: .2s ease-in-out;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd:hover a:before {width:100%;}
.header.open .bottom .gnb .depth02 .wrapper .menuadd > li dd a[target="_blank"]:after {content: '';display: inline-block; margin-left: 6px;width: 12px ;height: 12px;background: url("/resources/images/layout/ico_link.png") no-repeat;background-size: cover;}

.m_header .full_menu,.full_bg {display: none;}
.header .full_menu.pc .title_logo {display:block;border-bottom:1px solid rgba(255,255,255,.2);padding:30px;position: fixed;width: 100%;background:#62534e;z-index: 99;}
.header .full_menu.pc .title_logo .wrapper {max-width:1728px; margin:0 auto; display: flex; justify-content: space-between; align-items: center;}
.header .full_menu.pc .title_logo .hd_logo {width: 15rem; height: 3.5rem;}
.header .full_menu.pc {display:none; width: 102vw;height: 100%; overflow-y: scroll;background: #4f403b;position: fixed;left: 50%;top: 0;z-index: 99999;transform: translateX(-50%);min-height: 897px;box-sizing: border-box;}
.header .full_menu.pc .wrap {max-height:100vh;overflow-y: auto;}
.header .full_menu.pc .depth1 {max-width:1728px; margin: 120px auto 0 auto;}
.header .full_menu.pc .depth1 > li {display: flex;align-items: flex-start; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1);width: 100%; padding:30px 0;}
.header .full_menu.pc .depth1 > li:first-child {border-top:0;}
.header .full_menu.pc .depth1 > li:last-child {border-bottom:0;}
.header .full_menu.pc .depth1 > li > a {position: relative; width: 15%; color: #fff; float: left;line-height: 42px; font-size:1.8rem; display: inline-block; font-family: 'GmarketSans'; font-weight:500;}
.header .full_menu.pc .depth1 > li > a > span{position: relative; display: inline-block;}
.header .full_menu.pc .depth1 > li > .depth2 {width:80%;}
.header .full_menu.pc .depth1 > li > .depth2 > li {width: calc(100% / 5);float: left;line-height: 2.5rem; box-sizing: border-box;height: auto;}
.header .full_menu.pc .depth1 > li > .depth2 > li > a {position: relative;font-size: 1.2rem; font-weight: 400; color:#fff; display: inline-block;}
.header .full_menu.pc .depth1 > li > .depth2 > li > a:before {content: ""; position: absolute; bottom:0px; width:0%; height:1px; display: block; background: #fff; transition: .3s ease-in-out;}
.header .full_menu.pc .depth1 > li > .depth2 > li:hover > a:before {width:100%; transition: .3s ease-in-out;}
.header .full_menu.pc .depth1 > li > .depth2 > li > a[target="_blank"]:after {content: '';display: inline-block; margin-left: 8px;width: 15px ;height: 15px;background: url("/resources/images/layout/ico_link_lg.png") no-repeat; background-size: cover;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 {margin-top: 10px;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 > li {margin-bottom: 10px;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 > li > a {font-size: 1rem;position: relative;font-weight: 300;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 dd a {display:block; color:#fff; color: rgba(255,255,255,.7); line-height: 2rem;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 dd a:hover {color: #fff;transition: all 0.3s ease;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 dd a:before {font-family: 'Bootstrap-icons'; content: "\F285"; display: inline-block; color: rgba(255,255,255,.6); font-size:.7rem; margin-right:5px;}
.header .full_menu.pc .depth1 > li > .depth2 > li > .depth3 dd a[target="_blank"]:after {content: '';display: inline-block; margin-left: 8px;width: 10px ;height: 10px;background: url("/resources/images/layout/ico_link_lg.png") no-repeat; background-size: cover;}
.header .full_menu.pc .menu_close {transform:rotate(0); background: url('/resources/images/layout/menu_close.png') center no-repeat;width: 45px;height: 45px; color: #fff; transition: .2s ease-in-out;}
.header .full_menu.pc .menu_close:hover {transform: rotate(180deg); transition: .2s ease-in-out;}
.header .full_menu.pc::-webkit-scrollbar {width: 15px;height: 10px;background: #ffffff;}
.header .full_menu.pc::-webkit-scrollbar-thumb {border-radius: 20px;background-color: #858585;background-clip: padding-box;border: 5px solid transparent;}
.header .full_menu.pc::-webkit-scrollbar-track {background: #f5f5f5;}


/* 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 .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 .ft_nav {position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background: #fff; z-index: 99;}
.footer .ft_nav .ft_top {max-width: 1550px;margin:0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer .ft_nav .ft_top .policy {display: flex; flex-wrap: wrap;}
.footer .ft_nav .ft_top .policy li {position:relative; display: inline-block;}
.footer .ft_nav .ft_top .policy li+li{margin-left: 15px;padding-left: 15px;}
.footer .ft_nav .ft_top .policy li+li:after {content: ""; position: absolute; left:0; top:50%; transform: translate(0,-50%); width:1px;height: 15px;background: #ddd;}
.footer .ft_nav .ft_top .policy li a {display: block; color:#444; font-size:1rem;}
.footer .ft_nav .ft_top .policy li a:hover {text-decoration: underline;}
.footer .ft_nav .ft_top .policy li:first-child a {color:#253C70;}

.footer .ft_nav .ft_top .ft_link {position: relative;}
.footer .ft_nav .ft_top .ft_link button {display: flex;justify-content: space-between;align-items: center;width: 300px;font-size: 1rem;color:#444;padding: 25px;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.footer .ft_nav .ft_top .ft_link .rotate {transition: all .3s linear; width: 7px; height: 7px; border-bottom: 2px solid #555; border-right: 2px solid #555; transform: rotate(45deg);}
.footer .ft_nav .ft_top .ft_link .rotate.down {transform: rotate(225deg);}
.footer .ft_nav .ft_top .ft_link .drop_list {position: absolute;background: #fff;position: absolute;bottom: calc(100% + 0px);width: 100%;max-height: 200px;overflow-y: scroll;padding: 25px;border: 1px solid #ddd;z-index: 99;}
.footer .ft_nav .ft_top .ft_link .drop_list::-webkit-scrollbar {width: 3px;}
.footer .ft_nav .ft_top .ft_link .drop_list::-webkit-scrollbar-thumb {background: rgba(0,0,0,.3); background-clip: padding-box; border-radius: 10px;}
.footer .ft_nav .ft_top .ft_link .drop_list::-webkit-scrollbar-track {background: transparent;}
.footer .ft_nav .ft_top .ft_link .drop_list li {display: block; margin-right:0;}
.footer .ft_nav .ft_top .ft_link .drop_list li + li {margin-top: 10px;}
.footer .ft_nav .ft_top .ft_link .drop_list li:after {display: none;}
.footer .ft_nav .ft_top .ft_link .drop_list li a {display: inline-block;  color: #898989; line-height: 1.5;}
.footer .ft_nav .ft_top .ft_link .drop_list li a:hover {color: #555; transition: all .3s linear; text-decoration: underline; text-underline-position: under;}

.footer .ft_cnt {background: #F3F1F4; padding:50px 20px;}
.footer .ft_cnt .wrapper {max-width: 1550px; margin:0 auto;}
.footer .ft_cnt .ft_top{display: flex; flex-wrap:wrap; align-items: center;}
.footer .ft_cnt .ft_bottom{margin-top:40px;}
.footer .ft_cnt .ft_logo h1 {width: 13rem; height: auto;}
.footer .ft_cnt .ft_logo h1 img{width: 100%;}
.footer .ft_cnt .ft_info {display: flex; flex-wrap: wrap;}
.footer .ft_cnt .ft_info li, .footer .ft_cnt .ft_info p span {display:inline-block; color:#888; font-size:1em; font-weight: 300; padding-right:20px;}
.footer .ft_cnt .ft_info li:last-child, .footer .ft_cnt .ft_info p span:last-child {padding-right:0;}
.footer .ft_cnt .ft_info li span, .footer .ft_cnt .ft_info p span i {position: relative; color:#888; margin-right:15px; font-weight: 500;}
.footer .ft_cnt .ft_info.bottom{display: block;}
.footer .ft_cnt .ft_info.bottom p+p{margin-top: 10px;}
.footer .ft_cnt .ft_info.bottom p span i{padding-right: 15px; margin-right: 10px;}
.footer .ft_cnt .ft_info.bottom p span i:before{content: '';position: absolute;display: inline-block;top: 2px;right:0;width: 1px;height: 15px;background: #c5c5c5;}
.footer .ft_addr{margin-left:50px;}
.footer .ft_addr .copyright {display:block; font-size:.9rem; margin-top:15px; font-weight: lighter;}


/* sub visual */
.sub_visual {width: 100%;height: 380px;display: flex;align-items: center;align-content: center;justify-content: center;flex-wrap: wrap;position: relative;overflow: hidden;padding-top: 147px; background: url(/resources/images/layout/history_01.jpg) 0 center no-repeat; background-size: cover;}
/*.sub_visual_bg { 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,.4);}*/
.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 */
.snb_wrap {position:relative; background:#fbfafa;border-bottom: 1px solid #e6e6e6; z-index: 99;}
.snb {max-width:1550px; margin: 0 auto;}
.snb > ul {display: flex;align-items: center;}
.snb ul > .depth > a {position: relative;display: block;padding: 0 30px;height: 100%;line-height: 60px;color: #222;font-weight: 500;}
.snb ul > .depth > a:after {content: '';position: absolute;top: 50%;right: 20px;display: inline-block;width: 4px;height: 4px;margin: -4px 0 0 10px;background-color: transparent;border-top: 2px solid #888;border-right: 2px solid #888;transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);-webkit-transform: rotate(135deg);transition: all .3s;}
.snb ul > .depth > a.active:after {transform: rotate(45deg);}
.snb ul > .depth:hover a {text-decoration: none;}
.snb ul > .depth > a:before {content: '';position: absolute;width: 1px;height: 50%;right: 0;top: 50%;transform: translateY(-50%);background: #ccc;}
.snb .depth {position: relative;min-width: 240px;margin-left: 5px;}
.snb .depth:after {content: '';position: absolute;top: 0;right: 0;width: 1px;height: 100%;background: rgba(255,255,255,.15);}
.snb .depth ul {position: absolute;z-index: 10;width: 100%;background: #fff;border: 1px solid #ddd;box-shadow: 0 4px 24px rgba(65,65,65,.1);}
.snb .depth ul li:hover {background: #F6F6F6;}
.snb .depth ul li a {display: inline-block;width: 100%;height: 100%;padding: 15px 30px;position: relative;}
.snb .depth ul li a[target="_blank"]:after {content: '';display: inline-block;transform: translateY(2px);margin-left: 5px;width: 15px;height: 15px;background: url(../images/layout/common/ico_link.png) no-repeat;}
.snb .depth ul li:hover a {background: #f7f8f9;}
.snb .depth ul li.active a {color: #795548; font-weight: 600; }
.snb ul li.home {background: #3D3A39 url("/resources/images/layout/ico_home.png") center no-repeat;width: 60px;height: 60px;}
.snb ul li.home a {display: inline-block;width: 100%;height: 100%;}


/* contents */
.contents .wrapper {max-width:1500px;margin: 80px auto 50px; overflow: hidden;}
.content_area {min-height: 500px;}
.content_area .sub_top {position:relative; display: flex;gap: 5px;flex-wrap: wrap;align-items: flex-end;justify-content: center; margin-bottom:50px;}
.content_area .sub_top h2.page_tit {position: relative; font-family:'GmarketSans';font-size: 2.3125rem;color: #333;}
.content_area .sub_top .util {position: absolute;right: 0;top: 0;}
.content_area .sub_top .util li {position: relative;width: 50px;height: 50px;border: 1px solid #ddd;border-radius: 50px;}
.content_area .sub_top .util li+li {margin-left: 5px;}
.content_area .sub_top .util > li {display: inline-block;}
.content_area .sub_top .util > li > a {display: inline-block;width: 100%;height: 100%;}
.content_area .sub_top .util .print {background: url("/resources/images/layout/ico_print.png") center no-repeat;}
.content_area .sub_top .util .share {background: url("/resources/images/layout/ico_share.png") center no-repeat;}
.content_area .sub_content {margin-top: 30px; padding: 0 5px;}

.red {color:#d32f2f !important; font-weight: 600 !important;}

li.no_data {display: block !important; width: 100% !important; padding:50px 0 !important; background: none;box-shadow: none;cursor: default;text-align: center;display: flex;justify-content: center;align-items: center;}
li.no_data i {font-size: 2.5rem; color:#ccc;}
li.no_data span {display: block; font-size:1.1rem; color:#999; margin-top:30px;}


/* 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; margin-top: 30px; z-index: 2;}
.btn_area .btn {font-size: 1rem; font-weight: 600; letter-spacing: .05rem; border-radius: 12px; color: #fff; display: flex; align-items: center; justify-content: center; padding: 15px 25px; background: transparent; position: relative; cursor: pointer; overflow: hidden; transition: all .3s;}
.btn_area .btn::after{content: '';display: inline-block;width: 8px;height: 8px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(-45deg);margin-left: 10px;}
.btn_area .btn.st01 {background: #795548;}
.btn_area .btn.st02 {background: #d32f2f;}
.btn_area .btn.st03 {background: #555;}
.btn_area .btn.st04 {background: #222;}
.btn_area .btn.st05 {border: 1px solid #795548; color: #795548 !important;}
.btn_area .btn.st06 {border: 1px solid #202a3d; color: #202a3d !important;}
.btn_area .btn.st05::after{border-color: #795548;}
.btn_area .btn.st06::after{border-color: #202a3d; }
.btn_area .btn.st01:hover{background: #5a3c31;}
.btn_area .btn.st02:hover{background: #b41616;}
.btn_area .btn.st03:hover{background: #222;}
.btn_area .btn.st04:hover{background: #000;}
.btn_area .btn.st05:hover{background: #795548; color: #fff !important;}
.btn_area .btn.st06:hover{background: #202a3d; color: #fff !important; }
.btn_area .btn.st05:hover:after{border-color: #fff !important;}
.btn_area .btn.st06:hover:after{border-color: #fff !important;}


/*select*/
.select {position: relative; display: inline-block; background: #fff; cursor: pointer; border-radius: 10px;}
.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: 12px 40px 12px 20px; border-radius: 10px; 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 #1d52b2; color: #555;}



/* checkbox */
.checkbox {display: flex; flex-wrap:wrap; align-items: center; margin: 10px 0; gap:15px;}
.checkbox li{display: flex; align-items: center;}
.checkbox label {/*margin-left: 5px;*/ 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 input[type="radio"] {display: inline-block; width: 17px; height: 17px;  -webkit-appearance: none; outline: 3px solid #ccc; margin-right:5px; vertical-align: -3px; cursor: pointer; border-radius: 50% !important; padding:0 !important;}
.checkbox input[type="radio"]:checked{border: 3px solid #fff; outline: 3px solid #1d52b2; background: #1d52b2;}


/* 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: 15px 12px;font-size: 1.0625rem;color: #333; font-weight: 700;background: #f9f9f9;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: 15px;  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_area{margin-top: 0;}
.tbl_wrap .tbl tr td .btn {display: block; padding: 10px 12px; color:#fff; border-radius: 10px; 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; border-radius: 8px;}
.tbl_wrap .tbl tr td input { margin:0 5px;}
.tbl_wrap .tbl tr td input.w10{max-width: 10%;}
.tbl_wrap .tbl tr td input.w20{max-width: 20%;}
.tbl_wrap .tbl tr td input.w100{max-width: 100% !important;}
.tbl_wrap .tbl tr td input[type="text"] {max-width:10rem;}
/*.tbl_wrap .tbl tr td input[type="text"][value]{background: #f2f2f2;}*/
.tbl_wrap .tbl tr td .select,.tbl_wrap .tbl tr td input[type="email"], .tbl_wrap .tbl tr td input[type="date"] {min-width: 220px;}
.tbl_wrap .tbl tr td .select select {width:100%;}
.tbl_wrap .tbl tr td .select.tel {min-width: 150px;}
.tbl_wrap .tbl tr td .address input {display: block;}
.tbl_wrap .tbl tr td .address .address_detail input {max-width: 400px;}
.tbl_wrap .tbl tr td.left{text-align: left;}

/* scroll top */
.progress-wrap {position: fixed; right: 50px; bottom: 50px; width: 55px; height: 55px; background:#72665E; cursor: pointer; display: block; 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::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;}


/* login */
.user_login{display: flex; flex-wrap:wrap; align-items: center;}
.user_login > li{width: 50%; padding:10rem 6rem 10rem; position: relative;}
.user_login > li+li{border-left:1px solid #ddd;}
.user_login .title {text-align: center;margin-bottom:50px;border-bottom: 2px dotted #eee;}
.user_login .login {}
.user_login .join{}
.user_login .join .title{display: block;padding-bottom: 2rem;font-size: 2rem; line-height: 3.2rem;}
.user_login .join .title span{position: relative; display: inline-block;}
.user_login .join .title span::after{content: '';position: absolute;bottom: 9px;left:0;width: 100%;height: 10px;border-radius: 15px;background-color: rgba(255,221,0, 0.6);z-index: -1;}
.user_login .join .txt p{font-size: 1.125rem; text-align: left; color: #666; line-height: 31px;}
.user_login .join .txt p+p{margin-top:12px;}
.user_login h3.tit {font-size: 2rem; font-weight: bold; margin-bottom: 30px; text-align: center; width: 100%;}
.user_login h3.tit img {display: block;width: 22rem; margin:0 auto;}
.user_login .flex{flex-wrap: wrap;}
.user_login .txt_box {text-align: center;}
.user_login .txt_box h3 {font-size:2.5rem;}
.user_login .txt_box p {color:#666;}
.user_login input[type="text"],.user_login input[type="password"] {max-width:100%;}
.user_login .btn_area {display:block; max-width: 100%; margin-top: 25px;}
.user_login .btn_area a{margin-top:0;}
.user_login .field_box .inp_box + .inp_box {margin-top:20px;}
.user_login .field_box .inp_box input[type="text"], .field_box .inp_box input[type="password"]{padding:17px 7px 11px;}

.login_list {display: flex; justify-content: center; margin: 100px auto;}

.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: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%; font-weight: 500;}
.field_box .inp_box input:focus {outline: none;}
.field_zbox .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: #795548; top: 5px;}
.field_box .inp_box .inp_bg::before {content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: #795548; 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: #795548; 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: #795548; 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: #795548; 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 #795548;}


/* 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;}


/*이미지박스*/
.img_list {display: flex; flex-wrap: wrap; gap: 30px;}
.img_list li { position: relative; border:1px solid #dfdfdf; overflow: hidden;}
.img_list li img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}



/* 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;}

    .footer .ft_nav .ft_top {max-width:100%; padding:0 20px;}

    .header .full_menu.pc .depth1 {max-width:100%;}
    .header .full_menu.pc .depth1 > li {padding-left:3rem;}

}



@media (max-width: 1400px) {
    /* header */
    .header .title {width:22%;}
    .header .title .txt {top:35%;}
    .header .title .txt h2 {font-size:1.3rem;}
    .header .bottom > .wrapper{padding:0 20px;}
    /*.header .bottom .gnb {width:65%;}*/
    .header .bottom .gnb .depth01 > li > a { font-size:1.1rem;}
    .header .bottom .gnb .depth01 > li > a span {display: inline-block; text-align: center;}

    /*로그인 페이지*/
    .user_login > li{padding:9rem 4rem 9rem;}
    .user_login .join .title{font-size: 1.5625rem;}
}



@media (max-width: 1200px) {

    .main_visual .inner {max-width: 100%;}

    /* header */
    .header_bg,.header.open {display: none;}
    .wrapper:not(.header .top .wrapper) {padding: 0 15px;}
    .header .full_menu.pc {display: none !important;}
    .header .top .header-util ul li a {font-size: .8rem; white-space:nowrap;}
    .header .top .header-util .util.mypage a {padding:15px 20px;}
    .header .top .header-util .util.mypage a span {display: none;}
    .header .bottom .hd_logo h1{width: 13rem;}
    .header .bottom .gnb .depth01 > li{width: auto;}

    .header.eng .bottom .hd_logo h1 {background: url(/resources/images/layout/logo_eng_b.svg) left center no-repeat; background-size: 75%;}



    /* 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/header_logo.svg) left center no-repeat; width:200px; height:50px; 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: 600; color: #222;}
    /*.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: #795548; 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; color:#222; 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: #f7f7f7;}
    .full_menu .full_bottom .depth1 > li.active > .depth2 > li .depth03 dd 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 dd 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 dd 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%);}

    .footer .ft_cnt{padding-right: 0; padding-left: 0;}
    .footer .ft_cnt .ft_top{flex-direction: column; gap:1.875rem;}
    .footer .ft_cnt .ft_bottom{text-align: center;}
    .footer .ft_cnt .ft_info {gap:0.4375rem; justify-content: center;}
    .footer .ft_cnt .ft_info li{padding-right:0;}
    .footer .ft_addr{margin-left: 0; text-align: center;}


    /* 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: 1024px) {


    /*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 */
    .ft_cnt {width: 100%; text-align: center; display: flex; flex-wrap: wrap;}
    .ft_cnt .top .ft_info {justify-content: center;}
    .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_addr .copyright {width: 100%; text-align: center; margin-top: 30px;}

    /*로그인 페이지*/
    .user_login > li{width: 100%; padding:5rem;}
    .user_login > li+li{border-left:none; border-top:1px solid #ddd;}

}

@media (max-width: 992px){
    .footer .ft_nav .ft_top{flex-direction: column;}
    .footer .ft_nav .ft_top .policy{width: 100%; justify-content: center; padding:20px 0; border-bottom: 1px solid #ddd;}
    .footer .ft_nav .ft_top .ft_link, .footer .ft_nav .ft_top .ft_link button{width: 100%;}
    .footer .ft_nav .ft_top {padding:0;}

}



@media (max-width: 878px){
    .footer .ft_cnt .ft_info p:last-child span+span{margin-top: 10px;}
}


@media (max-width: 768px) {

    /* header */
    .header .bottom {height: 80px;}
    .header .bottom .gnb {display: none;}
    .header .bottom .gnb_util{display: block}
    .header .bottom .pc_menu {display: none;}
    .header .bottom .mobile_menu {display: block;}
    .util span {font-size: .8125rem;}

    .snb_wrap{display: block;}
    .snb .depth {width: calc(100% - 50px)}
    .snb .depth {display: none;}
    .snb .depth:last-child {display: block;margin-left: 0;}
    .snb .depth:last-child a:before {display: none;}
    .snb ul > .depth > a {line-height: 1.7;}
    .snb .depth ul {top:39px;}
    .snb ul li.home {width: 50px;height: 50px}
    /*.content_area .sub_top {justify-content: flex-start;}*/


    /* contents */
    .contents .wrapper {margin: 40px auto;}
    .content_area .sub_top h2.page_tit {font-size:2rem;}
    .content_area .sub_top .util li {width:40px; height:40px;}


    /* login */
    .user_login > li{padding:3rem;}
    .user_login .title {margin-bottom:30px;}
    .user_login .join .title{line-height: 32px;}
    .user_login .btn_area {margin:20px 0 0 0; max-width: 100%;}
    .user_login .field_box .inp_box input[type="text"], .field_box .inp_box input[type="password"] {font-size: 1rem;}


    /* 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 .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:12px;}
    .tbl_wrap .tbl tr td input.w100-1{width: 100%;}


    /* 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;}



    /* footer */
    .footer .ft_nav li a,.footer .ft_nav .ft_top .policy li a {font-size: .9rem;}
    .footer .ft_nav li:first-child:before {bottom:-30px;}
    .ft_cnt .top .ft_info {margin: 15px 0;}
    .footer .ft_nav .ft_top li a ,.footer .ft_nav .ft_top .ft_link span {font-size: .9rem;}
    .footer .ft_cnt{padding: 30px 0;}
    .footer .ft_cnt .ft_bottom{margin-top: 25px;}
    .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_addr .copyright {margin:10px auto 0 auto;}



}

@media (max-width: 665px) {
    .footer .ft_cnt .ft_info p:first-child span:last-child{margin-top: 10px;}

}


@media (max-width: 565px) {
    .header .top .header-util .util.home a i{display: none;}
    /*.header .top .header-util .util.mypage{max-width: calc(100% - 73px); overflow-x: scroll;}*/
    .header .top .header-util .util.mypage li a{padding:13px 10px;}

    .footer .ft_nav .ft_top .policy{padding:10px 0;}
    .footer .ft_nav .ft_top .policy li{width: 100%; text-align: center;}
    .footer .ft_nav .ft_top .policy li+li{margin-left: 0; padding-left: 0; margin-top:12px;}

}

@media (max-width: 490px) {
    .contents {font-size: .9rem;}

    /*.content_area .sub_top h2.page_tit {font-size:1.5rem;}*/


    /*login*/
    .user_login > li{padding:2rem 1rem;}
    .user_login h3.tit img {width: 15rem;}
    .user_login .join .title{font-size: 1.375rem;}
    .user_login .join .txt p{font-size: 1rem;}


    /* 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;}


    /*table*/
    .tbl_wrap .tbl tr th,.tbl_wrap .tbl tr td {font-size: .9rem;}
    .tbl_wrap .tbl tr td input[type="text"]:not(.address div:first-child input) {margin: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;}

    .footer .ft_nav .ft_top .policy{max-width: 100%; width: 100%; overflow: hidden;}
    .footer .ft_nav .ft_top .policy li{width: 100%; text-align: center;}
    .footer .ft_nav .ft_top .ft_link{width: 100%;}
    .footer .ft_nav .ft_top .ft_link button{width: 100%;}
    .footer .ft_cnt .ft_info li:not(li:last-child) {display: flex; margin-bottom:5px; text-align: left; font-size:.9rem;}
    .footer .ft_addr .copyright {font-size:.8rem;}

}

@media (max-width: 450px) {

    /*.wrapper:not(.header .top .wrapper) {padding:0 20px;}*/
    .header .bottom .btn_ham::after {width:35px; height:35px; background-size: cover;}
    .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}


    /* input */
    .field_box .inp_box input:not(:placeholder-shown) + .label, .field_box .inp_box input:focus + .label {transform: translate3d(-20px, -8px, 0) scale(.87);}



}