/*--------------------------------------
color set : #293844 / #434a54 / #939E9F / #6B7A7F /
--------------------------------------*/
/* font */
body, h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans KR', sans-serif}

/* common */
body.modal-open {padding:0 !important}
.clear-after:after {content:"";display:block;clear:both}
h1, h2, h3, h4, h5, h6 {word-break:keep-all}
p, li {font-size:13px;word-break:keep-all}
ul, ol {margin-bottom:0}

/* 버튼 스타일 */
.btn-more a {position:relative;display:inline-block;overflow:hidden;padding:10px 20px;letter-spacing:2px;color:#293844;border:1px solid #293844;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;transition: all .25s ease}
.btn-more a:hover {box-shadow: 4px 4px 0 0 #293844}
.btn-more.btn-wht a {color:#fff;border-color:#fff}
.btn-more.btn-wht a:hover {box-shadow: 4px 4px 0 0 #fff}
@media (max-width:991px){
	.btn-more a {padding:8px 20px;font-size:11px;letter-spacing:0}
}
@media (max-width:767px){
	.btn-more a {padding:5px 15px}
}

/* 편집 버튼 */
.btn-edit-admin {position:fixed;top:230px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);z-index:1100}
.btn-edit-mode-wrap {position:relative;width:100%}
.btn-edit-mode {display:none;position:absolute;top:10px;bottom:inherit !important;width:100%;z-index:5}
.btn-edit-mode a {display:inline-block !important;width:auto;padding:1px 8px !important;color:#fff !important}
.shop-list-nav .btn-edit-mode, .shop-product .btn-edit-mode {position:relative;width:auto}

/* wraper */
.wrapper {position:relative;overflow:hidden}
.basic-layout {background:#fff}
.boxed-layout {padding:0;box-shadow:0 0 5px #bbb;margin-left:auto !important;margin-right:auto !important;background:#fff}
@media (min-width:1280px){
    .wrapper-inner.box-layout {width:1200px;margin:0 auto;box-shadow:0 0 3px rgba(0,0,0,0.4)}
}

/* 헤더 */
.header {position:relative;background:#fff}
/* Header Nav Fixed */
@media (min-width:992px) {
    #header-fixed .header-sticky {width:100%;height:auto}
    #header-fixed .header-fixed-trans {position:fixed;top:0;left:0;z-index:10;background:#fff}
    #header-fixed .header-sticky-space.header-fixed-space-trans {clear:both;margin-bottom:52px}
}

/* 헤더 왼쪽 */
.header-left {position:relative;float:left;width:33.333%}
.list-header-left {display:flex;justify-content:flex-start;margin:35px 0}
.list-header-left > li {position:relative;padding-right:10px}
.list-header-left > li > a {line-height:30px;font-size:15px;font-weight:500;color:#000000;-webkit-transition:all .3s ease;transition:all .3s ease}
.list-header-left > li .dropdown-menu {min-width:auto;padding:0}
.list-header-left > li .dropdown-menu li a {padding:7px 20px;font-size:11px;font-weight:300}
.list-header-left > li .dropdown-menu li.active a {color:#434a54;background:none}
@media (min-width:992px){
    .list-header-left > li.btn-mypage > a > i {display:none}
}
@media (max-width:991px){
    .list-header-left {margin:25px 0}
    .list-header-left > li > a {font-size:13px}
    .list-header-left > li.btn-mypage > a {font-size:16px}
    .list-header-left > li.btn-mypage > a > span {display:none}
}

/* 헤더 중앙 - 로고 */
.header-center {position:relative;float:left;width:33.333%}
.logo-header h1 {margin:25px 0;text-align:center}
.logo-header h1 a span {line-heiht:50px;font-size:26px}
.logo-header h1 a img {max-height:60px;width:auto}
@media (max-width:991px){
    .logo-header h1 {margin:20px 0}
    .logo-header h1 a span {line-heiht:40px}
    .logo-header h1 a img {max-height:40px}
}

/* 헤더 오른쪽 - 로그인(마이 페이지), 검색, 모바일 메뉴 버튼 */
.header-right {float:right;width:33.333%}
.list-header-right {display:flex;justify-content:flex-end;margin:15px 0}
.list-header-right li {padding-left:10px}
.list-header-right li a {line-height:30px;font-size:16px;color:#434a54;-webkit-transition:all .3s ease;transition:all .3s ease}
.list-header-right li a:hover {color:#656d78}
@media (max-width:991px) {
    .list-header-right {margin:25px 0}
}
/* 모달창 */
.shop-contents-modal .modal-content {width:100%;height:100vh;border:0 none}
.shop-contents-modal .modal-content button.btn-close {position:absolute;top:40px;right:40px;font-size:20px;background:none;border:0 none}
.shop-contents-modal .modal-content .modal-body {position:relative;top:50%;transform:translateY(-50%);width:80%;margin:0 auto}
/* 마이페이지 모달 */
.mypage-contents-modal .modal-content .modal-body {width:360px}
.mypage-contents-modal .modal-content .modal-body h5 {margin:0 0 10px;padding-bottom:13px;font-size:20px;border-bottom:1px solid #bbb}
.mypage-contents-modal .modal-content .modal-body .list-mypage {margin:0 -5px}
.mypage-contents-modal .modal-content .modal-body .list-mypage:after {content:"";display:block;clear:both}
.mypage-contents-modal .modal-content .modal-body .list-mypage li {float:left;width:33.33%;padding:5px}
.mypage-contents-modal .modal-content .modal-body .list-mypage li a {display:block;height:110px;padding-top:30px;text-align:center;font-size:13px;color:#434a54;border:1px solid #434a54;-webkit-transition:all .3s ease;transition:all .3s ease}
.mypage-contents-modal .modal-content .modal-body .list-mypage li a:hover {background:#293844;color:#fff}
.mypage-contents-modal .modal-content .modal-body .list-mypage li a i {display:block;margin-bottom:10px;font-size:26px}
.mypage-contents-modal .modal-content .modal-body .btn-logout a {display:block;padding:15px 10px;margin-top:5px;text-align:center;background:#434a54;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}
.mypage-contents-modal .modal-content .modal-body .btn-logout a:hover {background:#293844}
/* 검색 모달 */
.search-contents-modal .modal-content .modal-body input[type="text"] {width:100%;height:60px;padding:6px 12px;font-size:20px;border:0 none !important;border-bottom:1px solid #ddd !important;color:#434a54;box-shadow:0 0 0 #fff}
.search-contents-modal .modal-content .modal-body input[type="text"]:focus {border-bottom:1px solid #909090 !important}
.search-contents-modal .modal-content .modal-body .button {position:absolute;right:1px;top:10px;padding:0 20px;font-size:24px;height:40px;background:none;border:0 none}
.search-contents-modal .modal-content .modal-body .button input {position:absolute;top:0;right:0;padding:0;font-size:12px;line-height:40px;opacity:0;cursor:pointer}
/* 전체메뉴 */
.whole-menu {display:flex;justify-content:center;padding:0;list-style:none;text-align:center}
.whole-menu > li {min-width:150px;margin:0 5px;border-top:1px solid #000000}
.whole-menu > li > a {display:block;padding:0 15px;margin-bottom:10px;line-height:50px;font-size:19px;font-weight:700;border-bottom:1px solid #333}
.whole-menu > li a {color:#000000}
.whole-menu > li a:hover {color:#293844}
.whole-menu > li > ul {padding:0}
.whole-menu > li > ul > li > a {display:block;margin-bottom:5px;line-height:30px;font-size:15px;font-weight:700}
.whole-menu > li > ul > li > ul {position:relative;padding:0;margin-bottom:10px}
.whole-menu > li > ul > li > ul:after {content:"";display:block;position:absolute;top:-5px;left:50%;width:4px;height:4px;margin-left:-2px;background:#ddd;border-radius:50% !important}
.whole-menu > li > ul > li > ul > li > a {display:block;font-weight:500}
/* 모바일 메뉴 버튼 */
.btn-nav-mobile {display:none}
@media (max-width: 991px) {
    .list-header-right {margin:20px 0}
    .list-header-right li a {line-height:40px}
    .btn-nav-mobile {display:block}
}

/* 네비게이션 */
/* 992px 이상 메뉴 - pc */
@media (min-width: 992px) {
    .header-gnb {position:relative;border-top:1px solid #333;border-bottom:1px solid #333}
    .header-nav .sidebar-left-content h5 {display:none}
    .header-nav .sidebar-left-content .navbar-nav {display:flex;justify-content:center;float:none}
    .header-nav .sidebar-left-content .navbar-nav > li {padding:0 65px}
    .header-nav .sidebar-left-content .navbar-nav > li > a {padding:0;line-height:50px;font-size:20px;font-weight:700;color:#000000}
    .header-nav .sidebar-left-content .navbar-nav > li > a:hover, .header-nav .sidebar-left-content .navbar-nav > li > a:focus, .header-nav .sidebar-left-content .navbar-nav > li.open > a {color:#293844;background:none}
    .header-nav .sidebar-left-content .navbar-nav > li > ul {display:block;left:50%;opacity:0;visibility:hidden;min-width:200px;padding:5px 30px;margin-left:-100px;border:1px solid #333;border-top:0 none;box-shadow:0 15px 15px rgba(0,0,0,.15);
        -webkit-transform:translateY(20px);-moz-transform:translateY(20px);-o-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);
        -webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
    .header-nav .sidebar-left-content .navbar-nav > li.open > ul {opacity:1;visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li {position:relative}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > a {padding:10px 0;font-weight:500;font-size:17px;color:#000000;background:none}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li.active > a {font-weight:400}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li:last-child > a {border:0 none}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > a:hover, .header-nav .sidebar-left-content .navbar-nav > li > ul > li.active > a {color:#293844;background:none}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > a .sub-caret {position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#909090}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul {display:block !important;position:relative;top:inherit;left:inherit;min-width:100%;padding:0 10px 5px;margin-bottom:10px;border:0 none;border-left:1px solid #ddd;box-shadow:0 0 0 #fff}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul > li > a {padding:5px 0 0;font-weight:500;font-size:15px;color:#6B7A7F;background:none}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul > li.active > a {font-weight:400;color:#333}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul > li:last-child > a {border-bottom:0 none}
    .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul > li > a:hover, .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul > li.active > a {background:none;color:#293844}
}
@media (min-width: 1200px) {
    .header-nav .sidebar-left-content .navbar-nav > li > a {font-size:20px}
}
/* 992px 미만 메뉴 - 모바일 */
@media (max-width: 991px) {
    .sidebar.left {z-index:999;display:none;position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff}
    .sidebar-left-mask {display:none}
    .sidebar-left-mask.active {display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:998;background:#000;opacity:0.5}
    .sidebar .sidebar-left-content.active {position:relative;height:100%;width:100%;box-shadow:0 0 5px rgba(0,0,0,0.25);overflow-y:auto;-webkit-overflow-scrolling:touch}
    .header-nav .sidebar-left-content h5 {margin:0;padding:15px 20px;background:#242121;color:#fff}
    .header-nav .sidebar-left-content .navbar-nav {position:relative;margin:0;float:none}
    .header-nav .sidebar-left-content .navbar-nav > .nav-li-space {height:44px;border-bottom:none;border-top:1px solid #e5e5e5;background:#f2f2f2}
    .header-nav .sidebar-left-content .navbar-nav > li {float:none}
    .header-nav .sidebar-left-content .navbar-nav > li > a {font-size:14px;padding:10px 15px;color:#555}
    .header-nav .sidebar-left-content .navbar-nav > li a {border-bottom:1px solid #DADADA}
    .header-nav .sidebar-left-content .navbar-nav > li > .cate-dropdown-open {position:absolute;top:1px;right:0;width:40px;height:40px;line-height:40px;margin:0;padding:0;text-align:center;border:0 none;border-left:1px solid #DADADA;z-index:9}
    .header-nav .sidebar-left-content .navbar-nav > li > .cate-dropdown-open:before {content:"\f067";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#656565}
    .header-nav .sidebar-left-content .navbar-nav > li > .cate-dropdown-open:hover {border-top:0}
    .header-nav .sidebar-left-content .navbar-nav > li.open > .cate-dropdown-open:before {content:"\f068";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#000}
    .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent}
    .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu > li > a {color:#555;line-height:26px}
    .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu > li:first-child > a {border-top:0 none}
    .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu > li > a, .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu .dropdown-header {padding:5px 15px 5px 25px}
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {color:#fff;background:#909090}
    .header-nav .sidebar-left-content .navbar-nav > .open > a, .header-nav .sidebar-left-content .navbar-nav > .open > a:hover, .header-nav .sidebar-left-content .navbar-nav > .open > a:focus {color:#000;background:inherit}
    .header-nav .sidebar-left-content .navbar-nav > .active > a, .header-nav .sidebar-left-content .navbar-nav > .active > a:hover, .header-nav .sidebar-left-content .navbar-nav > .active > a:focus {color:#000;background:inherit}
    .header-nav .sidebar-left-content .navbar-nav .dropdown .dropdown-submenu > a {font-size:12px}
    .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {color:#555;line-height:22px;border-top:0 none;padding:5px 15px 5px 30px}
    .header-nav .sidebar-left-content .navbar-nav .dropdown-submenu > .dropdown-menu {display:block}
    .header-nav .sidebar-left-content .navbar-nav .dropdown-menu .dropdown-submenu.active > a, .header-nav .sidebar-left-content .navbar-nav .dropdown-menu .dropdown-submenu.active > a:hover {color:#fff}

    .nav>li>a:hover, .nav>li>a:focus {background:none}
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {border-color:#dadada}
}

/* footer */
.footer-inner {padding:40px 0 0;border-top:1px solid #333}
/* 푸터 메뉴 */
.footer-menu:after {content:"";display:block;clear:both}
.footer-menu li {float:left;margin-right:15px}
.footer-menu li a {display:block;position:relative;line-height:40px;font-size:16px;font-weight:500;border-bottom:1px solid #333;-webkit-transition:all .3s ease;transition:all .3s ease}
.footer-menu li a:hover {color:#6B7A7F}
.footer-menu li a:after {content:"";display:block;position:absolute;bottom:-1px;left:0;width:0;height:1px;background:#f8f8f8;-webkit-transition:all .3s ease;transition:all .3s ease}
.footer-menu li a:hover:after {width:100%}
/* 푸터 정보 */
.footer-info {position:relative;margin-top:30px;line-height:23px;font-size:14px;font-weight:500;word-break:keep-all}
.footer-info .info-divider {color:#ddd}
.footer-info a {color:#656d78}
.footer-info a:hover {color:#434a54}
/* 푸터 소셜 링크 */
.footer-sns {display:flex;justify-content:flex-end;margin-top:5px}
.footer-sns li {position:relative;width:30px;height:30px;margin-right:5px}
.footer-sns li:before {content:"";display:block;position:absolute;top:50%;left:50%;transform-origin:center;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:#fff;-webkit-transition:all .3s linear;transition:all .3s linear;border-radius:50% !important}
.footer-sns li:hover:before {transform:translate(-50%,-50%) scale(1.3)}
.footer-sns li a {display:block;position:relative;z-index:1;width:100%;height:100%;line-height:30px;text-align:center;font-size:18px;color:#1b1b1b;-webkit-transition:all .3s ease;transition:all .3s ease}
.footer-sns li a:hover {color:#fff}
/* 카피라이트 */
.copyright {margin-top:40px;padding:15px 0;line-height:23px;font-weight:300;text-align:center;background:#ededed;word-break:keep-all}
.copyright strong {font-weight:400}

@media (max-width:1199px){
    .footer-inner .container {width:100%}
    .footer-box h4 {margin:30px 0 15px}
}
@media (max-width:991px){
    .footer-inner {padding-top:20px}
    .footer-menu li {padding-right:5px}
    .footer-sns {justify-content:flex-start;margin-top:15px}
    .footer-info {margin-top:15px}
    .copyright {margin-top:20px}
}
@media (max-width:767px){
    .footer-menu li a {line-height:30px;font-size:11px}
    .footer-info {line-height:18px;font-size:11px}
    .copyright {font-size:11px}
}

/* mypage icon */
.mypage-icon a {position:fixed;bottom:-100px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;font-size:18px;color:#fff;background:#939E9F;border-radius:50% !important;box-shadow:0 0 5px rgba(0,0,0,.2);-webkit-transition:all 0.5s ease-in-out 0s;transition:all 0.5s ease-in-out 0s;-webkit-transform:scale(0);transform:scale(0)}
.mypage-icon.active a {bottom:100px;-webkit-transform:scale(1);transform:scale(1)}
.mypage-icon.active a:hover {background:#293844}
@media (max-width:767px){
    .mypage-icon.active a {bottom:70px}
}

/* back to top */
.back-to-top {background:#6B7A7F;box-shadow:0 0 5px rgba(0,0,0,.2)}
.back-to-top:hover {background:#293844}

/*---------- basic-body ----------*/
.basic-body.sub-basic-body {padding:0 0 30px}
/* Page Title */
.page-title-wrap {margin-bottom:30px}
.page-title-wrap-inner {padding:100px 50px;text-align:right;background-color:#eee;background-size:auto 100%;background-repeat:no-repeat;background-position:left center}
.page-title-wrap h2 {margin:0 0 20px;font-size:30px;font-weight:700;color:#454545}
.page-title-wrap .breadcrumb {margin:0;padding:0;background:none}
.page-title-wrap .breadcrumb li, .page-title-wrap .breadcrumb li a {font-size:18px;font-weight:500;color:#656565}
@media (max-width:991px){
    .page-title-wrap {padding:0 15px}
}
@media (max-width:767px){
    .page-title-wrap-inner {padding:50px 20px}
    .page-title-wrap h2 {margin-bottom:10px;font-size:20px}
    .page-title-wrap .breadcrumb {padding:5px;background:rgba(255,255,255,.4)}
    .page-title-wrap .breadcrumb li, .page-title-wrap .breadcrumb li a {font-size:13px;color:#333}
}

/* 쇼핑몰 상품 페이지 zoom 사용시 768px이하 에서는 미출력 소스 */
@media (max-width:767px){
    .zoomContainer {display:none !important}
}