@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; background: #fff; border-bottom: 1px solid #ccc;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1660px;}
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}
.hd-right { display: flex; align-items: center; gap: 15px; }
.hd-call { font-family: 'GmarketSans'; font-size: 30px; font-weight: 700; display: inline-block; position: relative; color: #242424; padding-left: 44px; padding-top: 5px; }
.hd-call::before { content: ""; position: absolute; left: 0; top: 2px; width: 28px; height: 30px; background: url(../images/common/hd-call.png) center no-repeat; background-size: contain; }
.hd-call .clr1 { color: #2ab34a; }
.hd-call .clr2 { color: #0172bd; }

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative; }
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 37px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#333; font-size:20px; font-weight:700; line-height:1.3em; }

#gnb .submenu {display:none; position:absolute; left:50%; width:150px; transform:translateX(-50%); background:#fff; border:1px solid #ccc; border-top:2px solid #007cc2; text-align:center;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#555; font-size:16px; line-height:1.33em; }
#gnb .submenu>ul>li>a:hover {color: #007cc2; }

.list-icon { width:26px; height:26px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#242424; left: 0; left: 13px; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; left: -13px;}
.list-icon span:before {top:-10px; transition-property:top, transform; background:#242424; content: "only"; }
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#242424; }

.mobile-navigation { position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#007cc2;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:14px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#007cc2;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; background: #000;}
.main-visual .contain {position: relative; height: 100%;}
.main-visual .item {position:relative; height:66vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .slick-arrow { width:70px; height:70px; z-index:50; opacity:1; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; text-indent:-9999em; transition: .3s; cursor: pointer; background-size: 16px; border-radius: 100%; border: 1px solid #ccc; position: absolute; top: 50%; margin-top: -35px; background-color: #fff; }
.main-visual .slick-prev {background-image:url("../images/main/main-leftbt.png"); left:90px; }
.main-visual .slick-next {background-image:url("../images/main/main-rightbt.png"); right: 90px;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main 검색 */
.main-search { padding: 45px 0; background: url(../images/main/main-search-bg.jpg) center no-repeat; background-size: cover;}
.search-inner { display: flex; align-items: center; padding: 0 20px; flex-wrap: wrap; justify-content: center; gap: 10px 0;}
.search-inner .tit { font-size: 24px; font-weight: 800; line-height: 1.2em; color: #fff; display: inline-block; }
.search-inner .tit.black { font-size: 16px; font-weight: 700; color: #242424; margin-right: 15px; }
.search-inner dl { display: inline-flex; align-items: center; gap: 15px; margin-left: 40px; }
.search-inner dl dt { color: #fff; line-height: 1em; }
.search-inner .input { height: 50px; border-radius: 4px; border: none; color: #999; }
.search-inner .input::placeholder { color: #999; }
.search-inner dl dd.fx { display: flex; align-items: center; height: 50px; border-radius: 4px; background: #fff; overflow: hidden; }
.search-inner dl dd.fx .input { border-radius: 0; }
.search-inner dl dd.fx .input:focus { outline: none;}
.search-inner dl dd .input.datepicker3 { padding-right: 0; padding-left: 42px; background: #fff url(/images/main/main-datepicker.png) left 22px center no-repeat; padding-top: 7px; }
.search-inner .select-wrap {position: relative; }
.search-inner .select-wrap::before { content: ""; position: absolute; left: 10px; top: 0; bottom: 0; margin: auto; width: 14px; height: 14px; background: url(../images/main/main-time.png) center no-repeat; background-size: contain;}
.search-inner .select-wrap select { padding-left: 30px; }
.search-btn { margin-left: 40px; width: 150px; height: 50px; line-height: 1em; border-radius: 4px; background: #1e1e1e; border: none; line-height: 1em; position: relative; display: flex; align-items: center; justify-content: center; font-weight: 600; padding-left: 27px; color: #fff; padding-top: 2px;}
.search-btn::before { content: ""; position: absolute; left: 35px; top: 4px; bottom: 0; margin: auto; width: 18px; height: 18px; background: url(../images/main/main-sch.png) center no-repeat; background-size: contain; }
.sub-search { padding: 45px 60px; background: #f2f2f2; border-radius: 16px; border: 1px solid #ccc; margin-bottom: 20px; }
.sub-search dl { margin-left: 0; margin-right:30px; }
.sub-search dl.mr { margin-right: 15px; }
.sub-search .input { border: 1px solid #ccc;}
.sub-search dl dd.fx { border: 1px solid #ccc;}
.sub-search dl dd.fx .input { border: none; }
.sub-search dl dt { color: #242424; font-weight: 700; }
.sub-search .search-btn { margin-left: 0; }

/* main 리스트 */
.main-wrap { padding: 50px 0 100px; }
.main-wrap.sub-wrap { padding-top: 20px; }
.tab-fx { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; padding: 20px 0 45px;}
.tab-fx p { line-height: 1.5em; position: relative; padding-left: 45px; }
.tab-fx p::before { content: ""; position: absolute; left: 0; width: 30px; height: 24px; top: 2px; bottom: 0; margin: auto; background: url(../images/main/main-talk.png) center no-repeat; background-size: contain; }
.list-tab { display: flex; flex-wrap: wrap; }
.list-tab li a { display: inline-block; position: relative; padding: 0 30px; font-size: 18px; font-weight: 700; color: #999; position: relative; }
.list-tab li a::before { content: ""; position: absolute; left: 0; width: 20px; height: 20px; top: 0; bottom: 0; margin: auto; background: url(../images/main/tab-chk.png) center no-repeat; background-size: contain; transition: .2s; opacity: 0;}
.list-tab li a::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 14px; background: #ccc; }
.list-tab li:first-child a::after { display: none; }
.list-tab li a:hover { color: #242424;}
.list-tab li.active a { color: #242424; }
.list-tab li.active a::before { opacity: 1; }
.list-tab li.active a::after { display: none; }
.main-list { display: flex; gap: 40px; flex-wrap: wrap;}
.main-list li { width: calc(100%/4 - 30px); }
.main-list.tc li { text-align: center; }
.main-list li a { display: block; position: relative; padding: 9px; }
.main-list li a::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ccc; border-radius: 6px; }
.main-list li .thumb {position:relative; padding-bottom:75%; overflow:hidden; border-radius: 8px; margin-bottom: 10px; background: #f2f2f2; }
.main-list li .thumb img {position:absolute; top:50%; left:50%; transition:.4s ease-in-out; transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:auto; height:auto !important; object-fit:contain;}
.main-list li .hash { display: flex; gap: 5px 0; flex-wrap: wrap;}
.main-list li .hash span { display: inline-block; font-size: 14px; line-height: 1em; color: #fff; letter-spacing: -.025em; border-radius: 4px; background: #2eb353; padding: 6px 8px; margin-right: 5px; }
.main-list li .hash span:last-child { margin-right: 0; }
.main-list li .info { margin: 8px 0 12px;}
.main-list li .info.mg { margin-bottom: 35px; }
.main-list li .info span { display: inline-block; font-size: 14px; line-height: 1em; position: relative; padding-right: 20px; }
.main-list li .info span::after { content: ""; position: absolute; right: 9px; width: 1px; height: 12px; background: #ccc; top:1px; }
.main-list li .info span:last-child { padding-right: 0; }
.main-list li .info span:last-child::after { display: none; }
.main-list li .tit { line-height: 1.2em; color: #333; font-weight: 700; font-size: 20px; margin-bottom: 15px; }
.main-list.tc li .tit {margin-top: 15px; }
.main-list.tc li .tit strong { color: #007cc2;}
.main-list li .tit.mg { margin-bottom: 35px; }
.main-list li .price { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; flex-wrap: wrap; gap: 10px; }
.main-list li .price span { line-height: 1.2em; display: flex; align-items: center; gap: 10px; } 
.main-list li .price span strong { color: #019899; font-size: 28px; font-weight: 700; }
.main-list li .view { max-width: 200px; height: 50px; width: 100%; border-radius: 8px; background: #007cc2; color: #fff; display: flex; align-items: center; justify-content: center; line-height: 1em; margin: auto; font-size: 20px; font-weight: 700; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:300px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; }
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align: center; }
.sub-visual h2 {font-size:40px; line-height:1em; display: inline-block; font-weight: 700; letter-spacing: -.025em; font-family: 'GmarketSans'; }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");} 
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");} 
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");} 

.lnb-wrap {position:relative; margin-top: -30px; }
.lnb {margin:0 auto; max-width:1400px; border-radius: 8px; overflow: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ccc; background: #fff; }
.lnb ul li:last-child {border: none; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 15px; color:#555555; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#007cc2; border:0;}
.lnb ul li.active a {color:#fff;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 60px 0; text-align: center;}

.real-cont {min-height:300px; padding-bottom: 160px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #f8f8f8; color: #555; padding: 30px 0;}
#footer .contain { display: flex; align-items: flex-start; justify-content: space-between; }
#footer .contain::after { content: none; }
.ft-left { flex: 1 1 auto; min-width: 0; width: 1%; display: flex; align-items: flex-start; padding-right: 20px; }
.ft-text { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 60px; padding-top: 10px; line-height: 1.5em; }
.ft-text span { display: inline-block; padding-right: 20px; line-height: 1.5em; letter-spacing: 0;}
.ft-text span strong { font-weight: 700; color: #242424; }
.ft-text span.cpr { margin-top: 5px; display: block; }
.ft-text span.cpr a { display: inline-block; padding-left: 10px; }
.policy { text-align: right; padding-top: 10px; }
.policy a { display: inline-block; line-height: 1.3em; padding-right: 20px; letter-spacing: 0;}
.policy a:last-child { padding-right: 0; }

/* quickmenu */
.quick { position: fixed; width: 76px; right: 40px; bottom: 20px; z-index: 999;}
.quick .quick-btn { width: 100%; display: block; background: #f2f2f2; border-radius: 8px; border: 1px solid #ccc; padding: 11px 5px; text-align: center; margin-bottom: 12px; }
.quick .quick-btn span { display: block; line-height: 1em; margin-top: 7px; font-size: 14px; color: #242424; letter-spacing: -.025em;}
.scroll-top { width: 60px; height: 60px; margin: 15px auto 0; border-radius: 60px; background: #007cc2; display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1em; font-weight: 600; }
