/* --------------------------------------------------------- Wrap/Container ------------------------------------------------------------------ */
/* Html, Body */
body.not-scroll {overflow: hidden; position: fixed;}



/* Container */
#wrapper {min-width: 320px; margin: 0 auto; overflow: hidden; opacity: 1;}
#wrapper.load {opacity: 0;}
#skip_container {margin-top: 40px;}
#skip_container.not {margin: 0 !important;}
#main {background: #f5f5f5;}

.container {width: 100%; max-width: 1280px; margin: 0 auto; position: relative;}
.container.not-pd {padding: 0;}

.content-box {min-height: 350px; padding-bottom: 80px; box-sizing: border-box;}
.content-box.main {min-height: 0; padding: 0;}
.content-box .container.not-pd {padding: 0;}
/* --------------------------------------------------------- //Wrap/Container ------------------------------------------------------------------ */



/* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
#header {
    padding: 0 45px;
    border-bottom: 1px solid #e7e8e7;
    height: 85px;
    box-sizing: border-box;
    transition: all .5s ease;
}
#header h1 {margin-right: 45px;}
#header h1,
#header h1 a,
#header h1 img {
	font-size: 15px; line-height: 20px;
	display: inline-block; vertical-align: middle;
}
#header h1 img {
	height: 40px; transition: all .5s ease;
	position: relative; top: -2px;
}

#header .side-btn {display: none;}
#header .gnb-wrapper {display: inline-block; vertical-align: middle;}
#header .gnb .depth1 > li {
    display: inline-block; vertical-align: top; position: relative;
    margin: 0 15px;
    box-sizing: border-box;
}
#header .gnb .depth1 > li:first-child {margin-left: 0;}
#header .gnb .depth1 > li > a {
    display: block;
    font-size: 1.25rem; color: #1e1d1d;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
    padding: 33px 10px 28px;
    text-decoration: none;
    transition: all .5s ease;
}
#header .gnb .depth1 > li > a::after {
    content: "";
    position: absolute; left: 50%; right: 0; bottom: -1px;
    width: 0;
    height: 4px;
    background: #16a027;
    transition: all .5s ease;
}
#header .gnb .depth1 > li.active a::after {width: 100%; left: 0;}

#header .gnb .depth2 {display: none; position: absolute; left: 0; padding-top: 20px; z-index: 90;}
#header .gnb .depth2 li {margin-top: 2px;}
#header .gnb .depth2 li:first-child {margin-top: 0;}
#header .gnb .depth2 li.active a {color: #0e9f26; font-weight: bold; text-decoration: underline;}
#header .gnb .depth2 a {
    display: block;
    padding: 5px 10px;
    font-size: 14px; color: #6f706f;
    letter-spacing: -1px;
    white-space: nowrap;
    text-decoration: none;
}
#header .sns {display: none;}

#header .global-menu {
    position: absolute; top: 0; right: 0; z-index: 2;
    padding: 20px 0;
    padding-right: 45px;
}
#header .global-menu .call,
#header .global-menu .call::before,
#header .global-menu nav,
#header .global-menu nav a,
#header .global-menu .side-btn {
    display: inline-block; vertical-align: middle;
}

#header .global-menu .call {
    font-size: 26px; font-size: 1.625rem; line-height: 26px; color: #0e9f26;
    font-weight: bold;
    font-family: "HYGothic-Extra", sans-serif;
    letter-spacing: -1px;
    transition: all .5s ease;
}
#header .global-menu .call::before {
    content: "";
    width: 30px; height: 30px;
    background: url("../../images/res/frame/head/call.png") no-repeat center;
    background-size: 30px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
#header .global-menu nav a {
    font-size: 1rem; line-height: 20px; color: #9b9a9a;
    text-align: center;
    display: inline-block; vertical-align: middle;
    margin-left: 10px;
    transition: all .5s ease;
}
#header .global-menu nav a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url("../../images/res/frame/head/login.png") no-repeat center;
	background-size: 30px;
	background-position: 0 0;
}
#header .global-menu nav a strong {
	display: block;
	font-size: 11px; line-height: 20px;
	position: relative; top: 2px;
}
#header .global-menu nav a.logout::before {background-image: url("../../images/res/frame/head/logout.png");}
#header .global-menu nav a.sign::before {background-image: url("../../images/res/frame/head/signup.png");}
#header .global-menu nav a.my::before {background-image: url("../../images/res/frame/head/signup.png");}

#header .global-menu .member-info {display: inline; margin-right: 10px;}
#header .global-menu .member-info .icon,
#header .global-menu .member-info .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875rem; color: #5a595a;
}
#header .global-menu .member-info .icon strong,
#header .global-menu .member-info .text strong {font-weight: normal;}
#header .global-menu .member-info .text i {font-style: normal;}

#header .gnb-bg {
    position: absolute; left: 0; right: 0; z-index: 89;
    background: #fff;
    box-shadow: 0 5px 10px #ddd;
}


#header.fixed {
	position: absolute; z-index: 89;
	left: 0;
	right: 0;
	border-color: rgba(255,255,255,0.25);
}
#header.white .gnb .depth1 > li > a {color: #fff;}

#header.white .global-menu nav a,
#header.white .global-menu .member-info .icon,
#header.white .global-menu .member-info .text {
	color: #fff; 
}
#header.white .global-menu nav a::before {background-position: 0 -30px;}

#header h1.logo a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 112px;
	height: 20px;
	background: url("../../images/res/frame/head/logo.png") no-repeat 0 0;
	background-size: 112px auto;
}
#header h1.logo a:nth-child(2)::before {
	width: 40px;
	background-image: url("../../images/res/frame/head/tabocar.png");
	background-size: 40px auto;
}
#header h1.logo a img {display: none;}

#header.white #nav-icon1 span,
#header.white #nav-icon3 span,
#header.white #nav-icon4 span {
	background: #fff;
}



.chat-icon {
	display: none;
	position: fixed;
	top: 0;
	right: 52px;
	z-index: 79;
	background: none;
	border: none;
	transition: all .5s ease;
}
.chat-icon img {height: 50px; transition: all .5s ease;}
.chat-icon.scroll {top: 10px; right: 10px;}
.chat-icon.scroll img {height: 75px;}
/* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */



/* --------------------------------------------------------- Html Footer ------------------------------------------------------------------ */
/* Footer */
#footer {padding: 60px 0; text-align: center; border-top: 1px solid #f5f5f5;}
#footer .foot-logo {margin-bottom: 20px;}
#footer .foot-menu {border-bottom: 1px solid #dfdfdf; margin-bottom: 25px;}
#footer .foot-menu a {
    display: inline-block; vertical-align: middle;
    font-size: 15px; font-size: 0.937rem; color: #1e1d1d;
    padding: 10px 8px;
}
#footer .copyright p {
	font-size: 0.937rem;
	line-height: 1.75rem;
	color: #282828;
	word-break: break-all;
}
#footer .copyright p span:not(:last-child) {margin-right: 10px;}
#footer .copyright p.copy {color: #838080;}
#footer .sns {margin-top: 25px;}
#footer .sns a {display: inline-block; vertical-align: middle; margin: 0 10px;}



/* Aside right */
/*
.right-zone {position: absolute; width: 50px; top: 0; right: -60px; z-index: 88;}
.right-zone .go-top {position: fixed; width: 50px; height: 50px; bottom: 50px; display: none;}
.right-zone .go-top a {display: block;}
.right-zone .go-top img {height: 50px;}
*/
.right-zone {position: fixed; bottom: 40px; right: 45px; z-index: 49;}
.right-zone .go-top {display: none;}
.right-zone .go-top a {display: block;}
.right-zone .go-top img {height: 50px;}



/* Aside Items */
.right-items {position: fixed; right: 15px; bottom: 100px; z-index: 49;}
.right-items li {margin-top: 12px;}
/* --------------------------------------------------------- //Html Footer ------------------------------------------------------------------ */



/* --------------------------------------------------------- Page Header ------------------------------------------------------------------ */
/* location */
.location-bar {
	background: #14a526; padding: 11px 0; padding-left: 330px;
	transition: all .5s ease;
}
.location-bar a {padding: 2px;}
.location-bar a img {position: relative; top: -1px;}
.location-bar a,
.location-bar span {
    display: inline-block; vertical-align: middle;
    font-size: 1rem; color: #bff0c5;
    white-space: nowrap;
}
.location-bar span::before {
    content: ">"; display: inline-block; vertical-align: middle;
    font-size: 13px;
    margin: 0 8px 0 4px;
    position: relative; top: -2px;
}
/* --------------------------------------------------------- //Page Header ------------------------------------------------------------------ */









