@charset "utf-8";
html, body {
    width: 100%;
    font-family:'Noto Sans KR','Nanum Gothic','Malgun Gothic', sans-serif !important;
    line-height: 1em;
    letter-spacing: 0;
    word-break: keep-all
}
body {
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.active {
    position: fixed;
    right: 300px;
}
#wrap {
    position: relative;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#wrap.active {
}
#main-container {
    padding: 35px 0 50px 0;
}
#sub-container {
    padding-top: 50px;
}

@media (min-width:0) and (max-width:1420px) {
.inner {
    padding: 0 10px;
}
}
.inner {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
    box-sizing: border-box;
}
a:hover {
    text-decoration-color: #aaa;
}
::selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
 background:#222;
 color: #fff;
 text-shadow: none;
}
::-webkit-selection {
 background:#222;
 color: #fff;
 text-shadow: none;
}
#slide-gnb {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 11;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slide-gnb::before {
    position: fixed;
    width: 300px;
    height: 100%;
    display: inline-block;
    content: '';
    right: -300px;
    top: 0;
    background: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slide-gnb.active {
    right: 0;
}
#slide-gnb.active::before {
    right: 0;
}
#slide-gnb button.hamburger-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 19px;
    height: 19px;
    background: url(/images/C/common/close.png) no-repeat center center;
}
#slide-gnb > ul:first-child {
    display: none;
}
#slide-gnb > ul:last-child {
    margin: 120px 25px 0 25px;
    border-top: 1px solid rgba(255,255,255,0.3);
    position: relative;
    z-index: 1;
}
#slide-gnb > ul li.gnb {
}
#slide-gnb > ul li.gnb > a {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    padding: 20px 5px;
    background: url(/images/C/common/btn_down.png) no-repeat 95% center;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#slide-gnb > ul li.gnb:hover > a {
    text-decoration: none;
    color: #314b76;
}
#slide-gnb > ul li.active > a {
    color: #314b76;
    background: url(/images/C/common/btn_up.png) no-repeat 95% center;
}
#slide-gnb ul.lnb-wrap {
    display: none;
    background: #3e3e3e;
    padding: 25px 10px;
}
#slide-gnb ul.lnb-wrap li.lnb {
}
#slide-gnb ul.lnb-wrap li.lnb a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    font-size: 0.9em;
}
#slide-gnb ul.lnb-wrap li.lnb a:hover {
    text-decoration: none;
    color: #fff;
}
.header-top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #314b76;
}
.header-top li {
    float: left;
}
.header-top li:nth-child(1) {
    width: 30%;
}
.header-top li:nth-child(2) {
    width: 70%;
    text-align: right;
}
.header-top li button, .header-top li a {
    font-size: 0.8em;
    color: #fff;
    cursor: pointer;
}
.header-top li span {
    font-size: 0.8em;
    color: #fff;
}
.header-top li i.bar {
    display: inline-block;
    margin: 0 10px;
    color: rgba(255,255,255,0.3);
    font-size: 12px;
}
.logo {
text-align: center;
}
/* 로고 양옆 배너*/
.left_b{
	    position: absolute;
    left: 1%;
    bottom: 1%;
	    width: 25%;
}
.left_b img, .right_b img{
width: 250px;
height: 90px;
}
.right_b{
position: absolute;
    right: 1%;
    bottom: 1%;
	    width: 25%;
}
#header {
    /*height: 184px;*/
	height: 304px;
    position: relative;
    width: 100%;
    z-index: 5;
    border-bottom: 0;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#gnb-wrap {
    height: 100px;
}
#gnb-wrap .logo, #gnb-wrap #gnb {
    float: left;
    display: inline-block;
    box-sizing: border-box;
}
#gnb-wrap .logo {
    width: 20%;
}
#gnb-wrap .logo a {
    position: relative;
    display: block;
    height: 100px;
}
#gnb-wrap .logo img {
    position: absolute;
    width: 200px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#gnb-wrap #gnb {
width: 100%;
    height: 100px;
    text-align: center;
}
#gnb-wrap #gnb > ul {
    position: relative;
    display: inline-block;
}
#header #snb {
}
#header #snb .inner {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#header #snb .inner .gnb-search-bar {
    position: absolute;
    right: 70px;
    top: 0;
    height: inherit;
    line-height: inherit;
    text-align: right;
}
#header #snb .inner .gnb-search-bar label {
    display: none;
}
#header #snb .inner .gnb-search-bar button[data-sec="검색"] {
    display: inline-block;
    width: 30px;
    height: inherit;
    background: url(/images/C/common/search.png) no-repeat center center;
}
#header #snb .inner button.gnb-hamburger {
    position: absolute;
    width: 50px;
    height: inherit;
    line-height: inherit;
    right: 0;
    top: 0;
    background: url(/images/C/common/hamburger.png) no-repeat center center;
    cursor: pointer;
}
#header #snb .inner .pedien-weather {
    display: inline-block;
    width: 200px;
}
#header #snb .inner .pedien-weather * {
    outline: none;
}
#header #snb .inner .pedien-weather span {
    float: left;
}
#header #snb .inner .pedien-weather span img {
    display: inline-block;
}
#header #snb .inner .pedien-weather .country {
    color: #222;
}
#header #snb .inner .pedien-weather .temp {
    color: #999;
}
#gnb-wrap #gnb ul li:first-child.gnb::before {
    visibility: hidden;
}
#gnb-wrap #gnb ul li.gnb > a {
    display: block;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    height: inherit;
    line-height: 100px;
    text-align: center;
    padding: 0 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#gnb-wrap #gnb ul li.gnb:hover > a {
    text-decoration: none;
    color: #314b76;
}
#gnb-wrap #gnb ul li.gnb.active {
}
#gnb-wrap #gnb ul li.gnb.active > a {
    color: #314b76
}
/* 2차 카테고리 */
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap {
    position: absolute;
    width:100%;
    left: 0;
    top: 120px;
    visibility: hidden;
    background: #242121;
    text-align: left;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#gnb-wrap #gnb ul li.gnb:nth-child(4) a + ul.lnb-wrap {
    /* left: -200px; */
}
#gnb-wrap #gnb ul li.gnb:last-child a + ul.lnb-wrap {
    /* left: -500px; */
}
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap.active {
    opacity: 1;
    visibility: visible;
    top: 74px;
}
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap li.lnb {
    float: left;
    width: 20%;
}
#gnb-wrap #gnb ul li:first-child.gnb a + ul.lnb-wrap li.lnb {
    /* min-height: 60px; */
}
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap li.lnb a {
    display: block;
    font-size: 12px;
    padding: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap li.lnb:hover a {
    background: #0f5d30;
    text-decoration: none;
}
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap li.lnb.active {
}
#gnb-wrap #gnb ul li.gnb a + ul.lnb-wrap li.lnb.active a {
    color: #fc0;
}
#header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#header.fixed #gnb .inner > ul {
    border-bottom: 0;
}
#wrap #main-container {
    position: relative;
    width: 100%;
	overflow: hidden;
}
#wrap #sub-container {
    position: relative;
    width: 100%;
}
#sub-visual {
    width: 100%;
    background: #ddd;
}
#sub-visual .inner {
    height: 300px;
}
#sub-visual[data-menu="엘치과 소개"] {
} /* #sub-visual의 attr 속성 값으로 스타일 지정 할 경우 사용합니다. */
#sub-visual .sub-visual-prev, #sub-visual .sub-visual-next {
    position: absolute;
    top: 50%;
}
#sub-visual .sub-visual-prev a, #sub-visual .sub-visual-next a {
}
#sub-visual .sub-visual-prev a span, #sub-visual .sub-visual-next a span {
}
#sub-visual .sub-visual-prev {
    left: 0;
    transform: translate(0, -50%);
}
#sub-visual .sub-visual-next {
    right: 0;
    transform: translate(0, -50%);
}
#sub-visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#breadcrumb {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    z-index: 2;
}
#breadcrumb a, #breadcrumb button {
    display: inline-block;
    vertical-align: middle;
}
#breadcrumb .inner > ul > li {
    float: left;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
#breadcrumb li.home a {
    width: 50px;
    height: 50px;
    background: url(/images/C/common/home.png) no-repeat center center;
    border-left: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
#breadcrumb li.gnb {
    position: relative;
}
#breadcrumb li.gnb button {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
    background: url(/images/C/common/btn_down.png) no-repeat 90% center;
}
#breadcrumb li.gnb button.active {
    background: url(/images/C/common/btn_up.png) no-repeat 90% center;
}
#breadcrumb li.gnb ul {
    display: none;
    position: absolute;
    width: 152px;
    left: -1px;
    top: 50px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#breadcrumb li.gnb ul li {
}
#breadcrumb li.gnb ul li a {
    display: block;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}
#breadcrumb li.gnb ul li:last-child a {
    border-bottom: 0;
}
#breadcrumb li.lnb {
    position: relative;
}
#breadcrumb li.lnb button {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: left;
    background: #fff url(/images/C/common/btn_down.png) no-repeat 90% center;
}
#breadcrumb li.lnb button.active {
    background: #fff url(/images/C/common/btn_up.png) no-repeat 90% center;
}
#breadcrumb li.lnb ul {
    display: none;
    position: absolute;
    width: 152px;
    left: -1px;
    top: 50px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
#breadcrumb li.lnb ul li {
}
#breadcrumb li.lnb ul li a {
    display: block;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}
#breadcrumb li.lnb ul li:last-child a {
    border-bottom: 0;
}
#footer {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}
#footer .f-logo {
    position: absolute;
    width: 100%;
    max-width: 1420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}
#footer .inner {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 200px;
    text-align: left;
}
#footer li {
    float: left;
    font-size: 0.82em;
    line-height: 25px;
}
#footer li.fnb {
    padding: 0 3em;
}
#footer li.fnb a {
    position: relative;
    display: inline;
    padding: 0 1em;
    color: #777777;
}
#footer li.fnb a::before {
    position: absolute;
    display: inline-block;
    content: '';
    right: 0;
    top: 2px;
    width: 1px;
    height: 10px;
    background: #ccc;
}
#footer li.fnb a:last-child::before {
    display: none;
}
#footer li.information span {
    position: relative;
    display: inline;
    padding-right: 2em;
    color: #777777;
}
#footer li.information span::before {
    position: absolute;
    display: inline-block;
    content: '';
    right: 1em;
    top: 2px;
    width: 1px;
    height: 10px;
    background: #ccc;
}
#footer li.information span:last-child::before {
    display: none !important;
}
#footer .sns {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
}
#footer .sns a {
    display: inline-block;
    padding: 5px;
    background: #aaa;
    color: #333;
    font-size: 1em;
}
#footer .sns a[data-menu="트위터"] {
    width: 25px;
    height: 20px;
    background: url(/images/C/common/twitter.png) no-repeat center center;
}
#footer .sns a[data-menu="인스타그램"] {
    width: 25px;
    height: 20px;
    background: url(/images/C/common/insta.png) no-repeat center center;
}
#footer .sns a[data-menu="페이스북"] {
    width: 25px;
    height: 20px;
    background: url(/images/C/common/facebook.png) no-repeat center center;
}
.scroll-top {
    position: fixed;
    opacity: 0;
    right: 25px;
    bottom: 35px;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top a {
    color: #222;
    font-size: 0.8em;
}
.sign-in {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    z-index: 12;
    text-align: center;
}
.sign-in .inner {
    position: relative;
}
.sign-in button.sign-close {
    position: absolute;
    right: -30px;
    top: -30px;
}
.sign-in h5 {
}
.sign-in p.cap {
    padding: 35px 0;
    font-size: 1em;
    color: #333;
}
.sign-in p.warning {
    clear: both;
    color: #ca3f3f;
    font-weight: 700;
    padding: 7px 0 10px 0;
    font-size: 0.8em;
}
.sign-in ul {
}
.sign-in ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.sign-in ul li p.cap {
    padding: 25px 0 10px 0;
    font-size: 1em;
    color: #333;
}
.sign-in ul li label.none {
    display: none;
}
.sign-in ul li input[type="text"], .sign-in ul li input[type="password"], .sign-in ul li input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sign-in ul li input[type="text"]:focus, .sign-in ul li input[type="password"]:focus, .sign-in ul li input[type="email"]:focus {
    border: 1px solid #333;
}
.sign-in ul li input[type="text"].warning, .sign-in ul li input[type="password"].warning, .sign-in ul li input[type="email"].warning, .sign-in ul li select.warning {
    border: 2px solid #ca3f3f;
}
.sign-in ul li input[type="text"] {
}
.sign-in ul li input[type="password"] {
}
.sign-in ul li input[type="email"] {
}
.sign-in ul li input[type="radio"] {
    display: none;
}
.sign-in ul li label {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.sign-in ul li label::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: inherit;
    line-height: inherit;
    text-align: center;
    box-sizing: border-box;
    background: #efefef;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    color: #222;
}
.sign-in ul li label[data-sec="male"]::before {
    content: "male";
    border-radius: 5px 0 0 5px;
    border-right: 0;
}
.sign-in ul li label[data-sec="female"]::before {
    content: "female";
    color: #222;
    border-radius: 0 5px 5px 0;
}
.sign-in ul li input[type="radio"]:checked + label:before {
    background: #fff;
    color: #3e78c8;
    font-weight: 700;
}
.sign-in ul li select {
    float: left;
    width: 32%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    background: url(/images/C/common/btn_down02.png) no-repeat 90% center;
}
.sign-in ul li select[data-sec="day"] {
    margin: 0 2%;
}
.sign-in ul li button.submit {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #777777;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sign-in ul li button.submit:hover {
    background: #3e78c8;
}
.login-form {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 0;
    padding: 50px;
    background: #fff;
    z-index: 12;
    text-align: center;
}
.login-form .inner {
    position: relative;
}
.login-form button.login-close {
    position: absolute;
    right: -30px;
    top: -30px;
}
.login-form h5 {
    padding-bottom: 50px;
}
.login-form p.cap {
    padding: 35px 0;
    font-size: 1em;
    color: #333;
}
.login-form p.warning {
    clear: both;
    color: #ca3f3f;
    font-weight: 700;
    padding: 7px 0 10px 0;
    font-size: 0.8em;
}
.login-form ul {
}
.login-form ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.login-form ul li p.cap {
    padding: 25px 0 10px 0;
    font-size: 1em;
    color: #333;
}
.login-form ul li p.forgot-account {
    text-align: center;
    padding: 10px 0;
    font-size: 0.9em;
    color: #222;
}
.login-form ul li p.forgot-account button {
    font-weight: 700;
    color: #3e78c8;
}
.login-form ul li label.none {
    display: none;
}
.login-form ul li input[type="text"], .login-form ul li input[type="password"], .login-form ul li input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.login-form ul li input[type="text"]:focus, .login-form ul li input[type="password"]:focus, .login-form ul li input[type="email"]:focus {
    border: 1px solid #333;
}
.login-form ul li input[type="text"].warning, .login-form ul li input[type="password"].warning, .login-form ul li input[type="email"].warning, .login-form ul li select.warning {
    border: 2px solid #ca3f3f;
}
.login-form ul li button.login {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #3e78c8;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.login-form ul li button.submit {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #777777;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn_refresh {
    font-size: 50px;
    color: #006B1F
}
.find-account-form {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 480px;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 50px;
    background: #fff;
    z-index: 12;
    text-align: center;
}
.find-account-form .inner {
    position: relative;
}
.find-account-form button.find-account-close {
    position: absolute;
    right: -30px;
    top: -30px;
}
.find-account-form h5 {
    padding-bottom: 50px;
}
.find-account-form p.cap {
    padding: 35px 0;
    font-size: 1em;
    color: #333;
}
.find-account-form p.warning {
    clear: both;
    color: #ca3f3f;
    font-weight: 700;
    padding: 7px 0 10px 0;
    font-size: 0.8em;
}
.find-account-form ul {
}
.find-account-form ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.find-account-form ul li p.cap {
    padding: 25px 0 10px 0;
    font-size: 1em;
    color: #333;
}
.find-account-form ul li p.forgot-account {
    text-align: center;
    padding: 10px 0;
    font-size: 0.9em;
    color: #222;
}
.find-account-form ul li p.forgot-account a {
    font-weight: 700;
    color: #3e78c8;
}
.find-account-form ul li label.none {
    display: none;
}
.find-account-form ul li input[type="text"], .find-account-form ul li input[type="password"], .find-account-form ul li input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.find-account-form ul li input[type="text"]:focus, .find-account-form ul li input[type="password"]:focus, .find-account-form ul li input[type="email"]:focus {
    border: 1px solid #333;
}
.find-account-form ul li input[type="text"].warning, .find-account-form ul li input[type="password"].warning, .find-account-form ul li input[type="email"].warning, .find-account-form ul li select.warning {
    border: 2px solid #ca3f3f;
}
.find-account-form ul li button.login {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #3e78c8;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.find-account-form ul li button.submit {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #777777;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*
.search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 480px;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    z-index: 12;
    text-align: center;
}
.search-form .inner {
    position: relative;
}
.search-form button.search-form-close {
    position: absolute;
    right: -30px;
    top: -30px;
}
.search-form h5 {
    padding-bottom: 50px;
}
.search-form p.cap {
    padding-bottom: 10px;
    ;
    font-size: 1em;
    color: #333;
}
.search-form ul {
}
.search-form ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}
.search-form ul li p.cap {
    padding: 25px 0 10px 0;
    font-size: 1em;
    color: #333;
}
.search-form ul li label.none {
    display: none;
}
.search-form ul li input[type="text"], .search-form ul li input[type="password"], .search-form ul li input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-form ul li input[type="text"]:focus, .search-form ul li input[type="password"]:focus, .search-form ul li input[type="email"]:focus {
    border: 1px solid #333;
}
.search-form ul li input[type="text"].warning, .search-form ul li input[type="password"].warning, .search-form ul li input[type="email"].warning, .search-form ul li select.warning {
    border: 2px solid #ca3f3f;
}
.search-form ul li button.btn-search {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #3e78c8;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/

/**********************************************************************
* Descript : 검색 폼 스타일
***********************************************************************/
/*.search-form{display:none; position:absolute; top:0; left:50%; transform: translate(-50%, 0); max-width:480px; width:100%; margin:50px auto 0 auto; padding:50px; background:#fff; z-index:12; text-align:center; }*/
.search-form{max-width:480px; width:100%; margin:0 auto; padding:50px; background:#fff; text-align:center; }

.search-form .inner{position:relative;}

.search-form button.search-form-close{position:absolute; right:-30px; top:-30px;}

.search-form h5{padding-bottom:50px;}

.search-form p.cap{padding-bottom:10px;; font-size:1em; color:#333;}

.search-form ul{}
.search-form ul li{position:relative; display:inline-block; width:100%; margin-bottom:5px; text-align:left;}
.search-form ul li p.cap{padding:25px 0 10px 0; font-size:1em; color:#333;}
.search-form ul li label.none{display:none;}
.search-form ul li input[type="text"],
.search-form ul li input[type="password"],
.search-form ul li input[type="email"]{width:100%; height:50px; line-height:50px; border:1px solid #d0d0d0; border-radius:5px; box-sizing:border-box; padding:0 15px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.search-form ul li input[type="text"]:focus,
.search-form ul li input[type="password"]:focus,
.search-form ul li input[type="email"]:focus{border:1px solid #333;}

.search-form ul li input[type="text"].warning,
.search-form ul li input[type="password"].warning,
.search-form ul li input[type="email"].warning,
.search-form ul li select.warning{border:2px solid #ca3f3f;}

.search-form ul li button.btn-search{display:block; width:100%; text-align:center; height:50px; line-height:50px; background:#3e78c8; color:#fff; font-weight:500; border-radius:5px; margin-top:10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

@media (max-width:640px){
	 .search-form{max-width: 320px;width: 100%;}
	 .search-form h5 img {height: 60px;}
}

#shop-list-pagenation {
    width: 100%;
}
#shop-list-pagenation {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 100px auto;
    text-align: center;
}
#shop-list-pagenation a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    font-size: 1em;
    color: #333;
    margin: 0 2px;
    box-sizing: border-box;
}
#shop-list-pagenation a:hover {
    text-decoration: underline;
}
#shop-list-pagenation a.on {
    background: #172b4d;
    border: 1px solid #172b4d;
    color: #fff;
    font-weight: 700;
}

@media (max-width:1400px) {
#footer {
    width: 100%;
    background: #efefef;
    padding: 0;
}
#footer .f-logo {
    position: absolute;
    width: 100%;
    max-width: 1420px;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
#footer .inner {/*background:url(/images/C/common/logo.png) no-repeat center 35px;*/
    padding: 100px 0 50px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#footer li {
    float: none;
    clear: both;
    padding: 10px 0;
    line-height: 2em;
}
#footer .sns {
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
}
}
/* 1차 카테고리 */
#gnb-wrap #gnb ul li.gnb {
    float: left;
}
@media (max-width:1160px) and (min-width:801px){
    #gnb-wrap #gnb ul li.gnb > a {padding: 0 10px}
    
}
@media (max-width:800px) {
	.logo a img{
		width:50%;
	}
	.left_b, .right_b{
		display:none;
}
	#header{
		    height: unset;
	}
	#gnb-wrap{
		display: none;
	}
	#gnb-wrap #gnb {
		display: none;
	}
	#gnb-wrap .logo {
		width: 100%;
	}
	#gnb-wrap .logo a img {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#slide-gnb > ul:first-child {
		display: block;
		margin: 70px 25px 0 25px;
	}
	#slide-gnb > ul:first-child li {
		float: left;
	}
	#slide-gnb > ul:first-child li:first-child {
		width: 30%;
	}
	#slide-gnb > ul:first-child li:first-child button[data-sec="검색"] {
		display: inline-block;
		width: 30px;
		height: 28px;
		background: url(/images/C/common/search_white.png) no-repeat center center;
		background-size: 100%;
	}
	#slide-gnb > ul:first-child li:last-child {
		width: 70%;
		text-align: right;
	}
	#slide-gnb > ul:first-child li:last-child a, #slide-gnb > ul:first-child li:last-child button {
		position: relative;
		color: #fff;
		font-size: 1em;
		height: 28px;
		line-height: 28px;
	}
	#slide-gnb > ul:first-child li:last-child a:last-child, #slide-gnb > ul:first-child li:last-child button:last-child {
		padding-left: 25px;
	}
	#slide-gnb > ul:first-child li:last-child a:last-child::before, #slide-gnb > ul:first-child li:last-child button:last-child::before {
		position: absolute;
		display: inline-block;
		content: '';
		width: 1px;
		height: 10px;
		background: rgba(255,255,255,0.3);
		left: 10px;
		top: 8px;
	}
}

@media (max-width:640px) {
#header .header-login {
    display: none;
}
#gnb-wrap .logo a {
    display: inline-block;
    width: 100%;
}

.login-form {
    width: 60%;
}
.search-form {
    /*width: 60%;*/
}
.sign-in {
    width: 60%;
}
.find-account-form {
    width: 60%;
}
svg:not(:root).svg-inline--fa {
    overflow: visible
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}
.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}
.svg-inline--fa.fa-w-1 {
    width: .0625em
}
.svg-inline--fa.fa-w-2 {
    width: .125em
}
.svg-inline--fa.fa-w-3 {
    width: .1875em
}
.svg-inline--fa.fa-w-4 {
    width: .25em
}
.svg-inline--fa.fa-w-5 {
    width: .3125em
}
.svg-inline--fa.fa-w-6 {
    width: .375em
}
.svg-inline--fa.fa-w-7 {
    width: .4375em
}
.svg-inline--fa.fa-w-8 {
    width: .5em
}
.svg-inline--fa.fa-w-9 {
    width: .5625em
}
.svg-inline--fa.fa-w-10 {
    width: .625em
}
.svg-inline--fa.fa-w-11 {
    width: .6875em
}
.svg-inline--fa.fa-w-12 {
    width: .75em
}
.svg-inline--fa.fa-w-13 {
    width: .8125em
}
.svg-inline--fa.fa-w-14 {
    width: .875em
}
.svg-inline--fa.fa-w-15 {
    width: .9375em
}
.svg-inline--fa.fa-w-16 {
    width: 1em
}
.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em
}
.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}
.svg-inline--fa.fa-w-20 {
    width: 1.25em
}
.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}
.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}
.svg-inline--fa.fa-border {
    height: 1.5em
}
.svg-inline--fa.fa-li {
    width: 2em
}
.svg-inline--fa.fa-fw {
    width: 1.25em
}
.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}
.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}
.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center
}
.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}
.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}
.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}
.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}
.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}
.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top right;
    transform-origin: top right
}
.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform-origin: top left;
    transform-origin: top left
}
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}
.fa-xs {
    font-size: .75em
}
.fa-sm {
    font-size: .875em
}
.fa-1x {
    font-size: 1em
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-6x {
    font-size: 6em
}
.fa-7x {
    font-size: 7em
}
.fa-8x {
    font-size: 8em
}
.fa-9x {
    font-size: 9em
}
.fa-10x {
    font-size: 10em
}
.fa-fw {
    text-align: center;
    width: 1.25em
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}
.fa-ul>li {
    position: relative
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}
.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em
}
.fa-stack-1x, .fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}
.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em
}
.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em
}
.fa-inverse {
    color: #fff
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.tradingview-widget-copyright {
    font-size: 13px !important;
    line-height: 32px !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-family: 'Trebuchet MS', Arial, sans-serif !important;
    color: #9db2bd !important;
}

.tradingview-widget-copyright .blue-text {
    color: #2196f3 !important;
}

.tradingview-widget-copyright a {
    text-decoration: none !important;
    color: #9db2bd !important;
}

.tradingview-widget-copyright a:visited {
    color: #9db2bd !important;
}

.tradingview-widget-copyright a:hover .blue-text {
    color: #38acdb !important;
}

.tradingview-widget-copyright a:active .blue-text {
    color: #299dcd !important;
}

.tradingview-widget-copyright a:visited .blue-text {
    color: #2196f3 !important;
}

@media (max-width:386px) {
#gnb-wrap .logo a {
    height: auto;
}
}