/* ========== base ========== */
html {scroll-behavior: smooth}
body {margin: 0;font-size: 15px;background-color: #fff}
body.modal-open {padding: 0 !important}
p, li {word-break: keep-all}
ul {margin-bottom: 0}
strong {font-weight: 700}
.color-primary {color: #78909c}
.color-primary-dark {color: #4b636e}
.color-primary-light {color: #a7c0cd}
/* 버튼 스타일 */
.btn-more a {position:relative;display:inline-block;overflow:hidden;padding:8px 20px;letter-spacing:2px;font-size: 13px;color:#293844;border:1px solid #293844;transition: all .25s ease}
.btn-more a:hover {box-shadow: 4px 4px 0 0 #293844}
.btn-more.btn-more-white a {color:#fff;border-color:#fff}
.btn-more.btn-more-white a:hover {box-shadow: 4px 4px 0 0 #fff}
@media (max-width:991px){
	.btn-more a {padding:6px 15px;font-size:11px;letter-spacing:0}
}
/* 마우스오버 애니메이션 */
.hvr-act > a {display: block;position: relative}
.hvr-act > a:after {content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff}
.hvr-act > a:hover:after {animation: hovereffect 1s}
@keyframes hovereffect {
	0% {opacity: 0;width: 80%;height: 80%}
	50% {opacity: .2;width: 100%;height: 100%}
	100% {opacity: 0;width: 100%;height: 100%}
}

/* shop badge */
.shop-rgba-dark {background:#79616f !important}
.shop-rgba-yellow {background:#eab595 !important}
.shop-rgba-red {background:#d87f81 !important}
.shop-rgba-green {background:#7e9680 !important}
.shop-rgba-purple {background:#ae6378 !important}
/* 마우스오버 애니메이션 */
.hvr-act > a {display: block;position: relative}
.hvr-act > a:after {content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff}
.hvr-act > a:hover:after {animation: hovereffect 1s}
@keyframes hovereffect {
	0% {opacity: 0;width: 80%;height: 80%}
	50% {opacity: .2;width: 100%;height: 100%}
	100% {opacity: 0;width: 100%;height: 100%}
}
/* 편집 버튼 */
.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}
/* ========== wrapper ========== */
#hd-h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.to-content a {z-index:1000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}
.wrapper {position: relative;overflow: hidden}
.wrapper-inner {background-color: #fff}
.wrapper-inner.box-layout {max-width: 1320px;margin: 0 auto}
/* ========== top header ========== */
.top-header {background-color:#f8f8f8;border-bottom:1px solid #ddd}
/* 헤더 탑 왼쪽 리스트 */
.top-header-nav {display: flex;flex-wrap:wrap}
.top-header-nav li {display:block;position: relative;padding:0;color:#151515;padding: 0 8px;vertical-align:middle}
.top-header-nav li + li:before {content:"";position: absolute;left: -1px;top: 50%;width: 1px;height: 10px;margin-top: -5px;background-color: #ddd}
.top-header-nav li > a {display:block;color:#707070;height:40px;line-height:40px;font-size:13px}
.top-header-nav li > a:hover {color: #333}
.top-header-nav li.active {border-left:1px solid #ddd;border-right:1px solid #ddd;background-color: #fff}
.top-header-nav li.active:after {content:"";position: absolute;bottom: -1px;left: 0;width: 100%;height: 1px;background-color: #fff}
.top-header-nav li > a i {margin-right:5px;color:#d5d5d5}
.top-header-nav li.dropdown > a {cursor:pointer}
.top-header-nav li.dropdown .dropdown-menu {background-color:#fff;padding:5px 0;border:1px solid #ddd;box-shadow:none;border-radius:0;margin:0;left:inherit;right:0;display:block;max-height:0;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.top-header-nav li.dropdown .dropdown-menu a {display:block;padding:5px 10px;font-size: 13px;color:#151515}
.top-header-nav li.dropdown .dropdown-menu a:hover {background-color:transparent;color:#152039}
.top-header-nav li.dropdown .dropdown-menu.show {max-height:500px;opacity:1;visibility:visible}
.top-header-nav li.dropdown:hover > .dropdown-menu {max-height:500px;opacity:1;visibility:visible}
.top-header-nav li.dropdown .dropdown-menu {left:inherit;right:0}
/* 헤더 탑 검색 */
.top-header-right {display: flex;flex-wrap: wrap;justify-content: flex-end;margin: 6px 0}
.top-header-right form .input {margin: 0}
.top-header-right form .input input[type="text"] {width: 170px;height: 30px;padding: 5px 35px 5px 15px;font-size: 13px;color: #fff;border: 0 none;background-color: #78909c;border-radius: 2px !important;transition: .3s}
.top-header-right form .input input[type="text"]:focus {border: 0 none !important;background-color: #4b636e}
.top-header-right form .input input[type="text"]::placeholder {color: #fff}
.top-header-right form .input .button {top: 0;right: 0;height: 30px;line-height: 30px;padding: 0 10px;border: 0 none;background: none}
.top-header-right form .input .button input[type="submit"] {height: 34px;border: 0 none}
.top-header-right form .input .button i {font-size: 14px;color: #fff}
/* 헤더 탑 버튼 */
.top-header-right .list-btns {display: flex;flex-wrap:wrap;}
.top-header-right .list-btns li {margin-left: 10px}
.top-header-right .list-btns li a {display: block;position: relative;width: 30px;height: 30px;line-height: 30px;text-align: center;color: #fff;background-color: #78909c;border-radius: 2px !important;transition: .3s}
.top-header-right .list-btns li a:hover {background-color: #4b636e}
.top-header-right .list-btns li a img {width:15px}
.top-header-right .list-btns li a span {position: absolute;top: 50%;right: -8px;width: 16px;height: 16px;line-height: 16px;margin-top: -8px;font-size: 9px;text-align: center;color: #4b636e;background-color: #a7c0cd;border-radius:50%;}

.navbar-mobile-toggler {display:none}
@media (max-width:991px) {
    .navbar-mobile-toggler {display:block;position:fixed;bottom:15px;right:15px;width:45px;height:45px;line-height:45px;border:0;background-color:#a7c0cd;margin-bottom:0;font-size:1rem;color:#4b636e;border-radius:50%;z-index:1000}
}
@media (max-width:576px) {
    .top-header-nav li {margin-right:5px;padding: 0 6px}
}

/* ========== Header ========== */
.header {position: relative;width: 100%;z-index: 999;background-color: #fff}
.header-inner {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;height: 150px;padding: 20px 0}
@media (max-width:991px){
	.header {box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%)}
	.header-inner {height: auto;padding: 0}
}
/* header logo */
.header-logo {position: relative;padding: 15px 0}
.header-logo a {display: block}
.header-logo a img {display: block;height: 30px;width:auto}
.header-logo a span {display: block;font-size: 20px;font-weight: 700}
@media (min-width:992px){ 
	.header-logo {display: flex;flex:0 0 auto;justify-content: center;order:2;width: 20%}
	.header-logo a img {height: 40px}
}
/* header left & right */
.header .top-bar-list {display: flex;flex-wrap:wrap;align-items:center}
.header-right .top-bar-list {justify-content: flex-end}
.header .top-bar-list li + li {margin-left: 5px}
.header .top-bar-list li a {display: block}
.header .top-bar-list li a span {font-size: 13px;font-weight: 500}
.header .top-bar-list li button {border:0 none;background-color: #fff}
@media (max-width:991px){
	.header-left,
	.header-right,
	.header .top-bar-list li a span {display: none}
}
@media (min-width:992px){ 
	.header-left,
	.header-right {width: 30%;max-width:250px}
	.header-left {order:1}
	.header-right {order:3}
	.header .top-bar-list li + li {margin-left: 10px}
	.header-right .top-bar-list li img {opacity: .8;transition: .3s}
	.header-right .top-bar-list li a:hover img {opacity: 1}
	.header-right .top-bar-list li a, 
	.header-right .top-bar-list li button {display:flex;justify-content:center;border: 0 none}
	.header-right .top-bar-list li.login-btn a {display: block;padding: 0 11px;font-size: 11px;font-weight: 500;color: #707070}
	.header-right .top-bar-list li.login-btn a:hover {color:#333}
	.header-right .top-bar-list li img {width: 21px}
	.header-right .top-bar-list li.last-link img {width: 19px}
	.header-right .top-bar-list li a i {display: inline-block;width: 18px;height: 18px;margin-left: 2px;line-height: 18px;font-size: 11px;text-align: center;font-style:normal;color: #fff;border-radius: 50%;background-color: #1B1B1B}
}
/* 모바일 버튼 */
.header-title-mobile-btn > button {color:#333;font-size:19px}
@media (min-width:992px) {
    .header-title-mobile-btn {display:none}
}

/* nav-bar */
.gnb-wrap .gnb .gnb-nav {padding: 0;list-style: none}
/* gnb - mobile */
@media (max-width:991px){ 
	/* 헤더 sticky */ 
	#header-fixed.header-fixed-trans-mobile {position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%)}
	#header-fixed-space.header-fixed-trans-mobile {height: 60px}

	.gnb-wrap .gnb {position: fixed;top: 0;right: -100%;z-index: 9999;overflow-y: auto;-webkit-overflow-scrolling: touch;width: 85%;height: 100vh;padding-bottom: 20px;background-color: #fff;box-shadow: 1px 3px 6px rgb(0 0 0 /32%);transition: .3s ease-out}
	.gnb-wrap .gnb.act {right: 0}
	.gnb-wrap .gnb .mobile-box {padding: 20px 25px 5px 30px}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger {position: absolute;top: 15px;right: 20px}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger a {display: block;width: 30px;height: 30px;line-height: 30px;font-size: 21px;text-align: center}
	.gnb-wrap .gnb .mobile-box .mobile-nav-trigger img {width: 24px}
	.gnb-wrap .gnb .mobile-box .login-box ul {display: flex;flex-wrap: wrap;padding: 0 30px 10px 0;list-style: none;border-bottom: 2px solid #1b1b1b !important}
	.gnb-wrap .gnb .mobile-box .login-box ul li {margin-right: 20px}
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child {margin-right: 0}
	.gnb-wrap .gnb .mobile-box .login-box ul li a {display: block;position: relative;font-size: 11px}
	.gnb-wrap .gnb .mobile-box .login-box ul li a:after {content: "";display: block;position: absolute;top: 50%;right: -10px;width: 1px;height: 10px;margin-top: -5px;background-color: #f5f5f5}
	.gnb-wrap .gnb .mobile-box .login-box ul li:last-child a:after {display: none}
	.gnb-wrap .gnb .gnb-nav {padding: 0 25px 0 30px}
	.gnb-wrap .gnb .gnb-nav > li:last-child {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding: 8px 0;font-size: 13px;font-weight: 700;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > a:after {display: none}
	.gnb-wrap .gnb .gnb-nav > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open {opacity: .5;position: absolute;top: 1px;right: 0;width: 30px;height: 38px;line-height: 38px;margin: 0;padding: 0;text-align: center;border: 0 none;z-index: 9}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open.show {opacity: 1}
	.gnb-wrap .gnb .gnb-nav > li > .cate-dropdown-open:before {content: "";display: block;width: 100%;height: 100%;background-image: url("../image/icons/add-line.png");background-repeat: no-repeat;background-position: center}
	.gnb-wrap .gnb .gnb-nav > li > ul {float: none;position: relative !important;transform: translate(0,0) !important;width: 100%;margin: 0;padding: 0;border: 0 none;box-shadow: none;background-color: #f5f5f5}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {border-bottom: 1px solid #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 12px;font-size: 11px;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover {background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;float: none;position: relative;width: 100%;padding: 0 20px 10px;margin: 0;border: 0 none;box-shadow: none;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {position: relative;padding: 3px 10px 3px 15px;font-size: 11px;color:#333}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:after {content: "";display: block;position: absolute;top: 50%;left: 2px;transform:translateY(-50%);width: 7px;height: 7px;border-left: 1px solid #777;border-bottom: 1px solid #777}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .category-nav {padding: 0 25px}

	/* 카테고리 메뉴 */
	.category-nav {margin-top: 10px}
	.category-nav ul {display: flex;flex-wrap: wrap;justify-content:space-between}
	.category-nav ul li {flex: 0 0 auto;width: 49%;margin-bottom: 7px}
	.category-nav ul li a {display: block;padding: 5px;font-size: 11px;text-align: center;color:#333;background-color: #f5f5f5;border-radius:15px;transition:.3s}
}
/* gnb - pc */
@media (min-width:992px){ 
	/* 헤더 sticky */ 
	#header-fixed.header-fixed-trans .header-nav {position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 4px 6px 0 rgb(12 0 46 /6%)}
	#header-fixed-space.header-fixed-trans {height: 50px}

	.header-nav {background-color: #fff;box-shadow:0 0 1px #555}
	.gnb-wrap .gnb {position: relative;width: auto}
	.gnb-wrap .mobile-box {display: none}
	.gnb-wrap .gnb .gnb-nav {display: flex;flex-wrap: wrap;justify-content: center;align-items:center;width: 100%}
	.gnb-wrap .gnb .gnb-nav > li {position: relative;padding: 0 30px}
	.gnb-wrap .gnb .gnb-nav > li:before {content:"";opacity:0;position: absolute;bottom: 0;left: 50%;transform:translateX(-50%);width: 5px;height: 5px;background-color: #fff;border-radius:50%;transition:.3s linear} 
	.gnb-wrap .gnb .gnb-nav > li:hover:before, 
    .gnb-wrap .gnb .gnb-nav > li.active:before {opacity:1;bottom: 8px}
	.gnb-wrap .gnb .gnb-nav > li + li:after {content:"";position: absolute;top: 50%;left: -1px;width: 1px;height: 10px;margin-top: -5px;background-color: #ddd}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding:0;line-height: 50px;font-size: 15px;font-weight: 500;text-align: center;color:#707070}
	.gnb-wrap .gnb .gnb-nav > li > a.cate-dropdown-open {display: none}
	.gnb-wrap .gnb .gnb-nav > li > a:hover, 
    .gnb-wrap .gnb .gnb-nav > li.active > a {color:#1b1b1b}
	.gnb-wrap .gnb .gnb-nav > li > a::after {display: none}
	.gnb-wrap .gnb .gnb-nav > li > ul {display: block;left: -1px;opacity: 0;visibility: hidden;width: calc(100% + 2px);padding: 10px 20px;background-color: #fff;border-width:0;box-shadow:0 0 1px #555;transform: translateY(20px);transition: all 0.25s ease}
	.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1;visibility: visible;transform: translateY(0)}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 5px 0;font-size: 15px;color:#707070;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li:last-child > a {border: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li.active > a {color: #1b1b1b;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a .sub-caret {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);color: #1b1b1b}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;position: relative;top: inherit;left: inherit;min-width: 100%;padding: 0 10px 5px;margin-bottom: 10px;background:none;border: 0 none;border-left: 1px solid rgba(0,0,0,.2);box-shadow: 0 0 0 #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 5px 0 0;font-size: 13px;color:#707070;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li:last-child > a {border-bottom: 0 none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a:hover, .gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li.active > a {background: none;color: #1b1b1b}
	.gnb-wrap .gnb .category-nav {display: none}

	.category-nav {padding: 0}
	.category-nav ul li a:hover {background-color: #ddd}
}

/*---------- Modal ----------*/
.theme-offcanvas .offcanvas-header {margin-bottom: 10px;border-bottom:1px solid #ddd}
/* --- 검색 모달 --- */
/* 입력창 */
.theme-offcanvas .search-contents .input-button {position: relative}
.theme-offcanvas .search-contents .input-button input[type="text"] {width: 100%;padding: 12px 12px;font-size: 15px;color: #707070;background-color: #fff;border: 4px solid #777 !important;transition:.3s}
.theme-offcanvas .search-contents .input-button input[type="text"]:focus {border-color: #1b1b1b !important}
.theme-offcanvas .search-contents .input-button .button {position: absolute;right: 4px;top: 0;padding: 0 12px;height: 52px;line-height: 52px;background: none;border: 0 none}
.theme-offcanvas .search-contents .input-button .button input {position: absolute;top: 0;right: 0;padding: 0;opacity: 0;cursor: pointer}
.theme-offcanvas .search-contents .input-button .button img {max-width: 20px;vertical-align: sub}
@media(max-width:767px) {
	.theme-offcanvas.offcanvas {width:360px}
}
/* 카테고리 메뉴 */
.category-nav {margin-top: 10px}
.category-nav ul {display: flex;flex-wrap: wrap;justify-content:space-between}
.category-nav ul li {flex: 0 0 auto;width: 49%;margin-bottom: 7px}
.category-nav ul li a {display: block;padding: 5px;font-size: 11px;text-align: center;color:#333;background-color: #f5f5f5;border-radius:15px;transition:.3s}
@media (min-width:992px){
	.category-nav {padding: 0}
	.category-nav ul li a:hover {background-color: #ddd}
}
/* --- 멤버 모달 --- */
.theme-offcanvas .member-list {display: flex;flex-wrap:wrap;justify-content:space-between;gap:10px}
.theme-offcanvas .member-list li {flex:0 0 auto;width:calc(33.33% - 10px)}
.theme-offcanvas .member-list li a {display: flex;flex-wrap:wrap;align-items:center;padding: 6px 8px;background-color:#777;transition: .3s}
.theme-offcanvas .member-list li a:hover {background-color:#1b1b1b;box-shadow: 3px 3px 7px rgba(0,0,0,.2)}
.theme-offcanvas .member-list li a img {display: inline-block;width: 16px}
.theme-offcanvas .member-list li a span {display: inline-block;margin-left:7px;padding-left: 7px;font-size: 11px;color: #fff;border-left:1px solid rgba(255,255,255,.5)}
/* --- 최근본상품, 장바구니, 위시리스트 --- */
.theme-offcanvas .shop-member-box {position:relative;margin-bottom:15px}
.theme-offcanvas .shop-member-box .shop-member-box-title {position:relative;padding-bottom:7px;margin:20px 0 15px;font-size: 13px;font-weight: 700;color:#333;border-bottom: 2px solid #ddd}
.theme-offcanvas .shop-member-box .shop-member-box-title span {display: inline-block;width: 20px;height: 20px;line-height: 20px;margin-left: 5px;font-size: 11px;font-weight: 400;text-align: center;color:#fff;background-color:#1b1b1b;border-radius:50%}
.theme-offcanvas .shop-member-box .panel .panel-heading {background-color:transparent;border:0;padding:0}
.theme-offcanvas .shop-member-box .panel .panel-title {position:relative;height:40px;margin:0;font-size:.9375rem;color:#fff;line-height:1.5;background-color:#353535;border:0;padding:10px 26px 10px 60px;cursor:pointer}
.theme-offcanvas .shop-member-box .panel .panel-title .count-num {display:block;position:absolute;top:0;left:0;width:50px;height:40px;line-height:40px;text-align:center;background-color:#000;color:#fb8c00;font-size:.875rem}
.theme-offcanvas .shop-member-box .panel .panel-body {border:0;padding:0}
.theme-offcanvas .shop-member-box .op-area {margin:10px 0}
.theme-offcanvas .shop-member-box .op-area h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.theme-offcanvas .shop-member-box .op-area li {position:relative;min-height:55px;padding-left:65px;margin-bottom:5px}
.theme-offcanvas .shop-member-box .op-area li a {font-size:11px}
.theme-offcanvas .shop-member-box .op-area li .prd-img {position:absolute;top:0;left:0px}
.theme-offcanvas .shop-member-box .op-area li .prd-img img {max-width: 50px;height:auto}
.theme-offcanvas .shop-member-box .op-area li .prd-name {display:block;font-weight:700;font-size:13px}
.theme-offcanvas .shop-member-box .op-area li .prd-cost {display:block;font-weight:700;color:#cc2300;margin:3px 0 0;font-size:11px}
.theme-offcanvas .shop-member-box .op-area .li-empty {padding:30px 0;padding-left:0;color:#959595;border-bottom:0;text-align:center;min-height:inherit}
.theme-offcanvas .shop-member-box #stv {position:relative}
.theme-offcanvas .shop-member-box #stv_pg {display:block;;text-align:center;margin:10px 0 0;line-height:20px;font-size:13px}
.theme-offcanvas .shop-member-box .stv-item {display:none;padding:0 9px;word-break:break-all}
.theme-offcanvas .shop-member-box #up {position:absolute;bottom:5px;left:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.theme-offcanvas .shop-member-box #up span {position:absolute;font-size:0;line-height:0;overflow:hidden}
.theme-offcanvas .shop-member-box #down {position:absolute;bottom:5px;right:10px;width:30px;height:20px;overflow:hidden;border:1px solid #c5c5c5}
.theme-offcanvas .shop-member-box #down span {position:absolute;font-size:0;line-height:0;overflow:hidden}

/* ========== footer ========== */
.footer {position: relative;border-top:2px solid #333;background-color: #f8f8f8}

.footer-top {padding:15px 0}
.footer-top .footer-menu {display: flex;flex-wrap: wrap;gap:10px;margin-bottom: 15px}
.footer-top .footer-menu li a {font-size: 13px;font-weight: 600;color: #707070}
.footer-top .footer-menu li a:hover {color: #333}

.footer-mid {padding: 30px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background-color: #fff}
.footer-mid .footer-box h4 {position:relative;margin:0 0 15px;padding-bottom:2px;line-height:25px;font-size:13px;font-weight:700;border-bottom:2px solid #ddd}
.footer-mid .footer-box h4 strong {position: relative;font-weight: 600}
.footer-mid .footer-box h4 strong:after {content:"";display:block;position:absolute;bottom:-9px;left:0;width:100%;height:2px;background:#78909c}
.footer-mid .footer-info address {margin: 0}
.footer-mid .footer-info span {font-size: 13px}
.footer-mid .footer-box .customer-phone {margin-bottom: 5px;line-height: 1;font-size: 23px;font-weight: 900}
.footer-mid .footer-box .customer-time {margin-bottom: 10px;font-size: 13px}
.footer-mid .footer-box .customer-link {display: flex;flex-wrap: wrap;gap:5px 10px}
.footer-mid .footer-box .customer-link li a {display: inline-block;min-width:100px;padding: 4px 10px;font-size: 11px;border:1px solid #333}

.footer-bottom .copyright {padding: 15px 0;font-size: 13px;text-align: center;color: #909090}
@media (min-width:768px){
	.footer-top {display: flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
	.footer-top > div {flex: 0 0 50%}
	.footer-top .footer-menu {margin-bottom: 0}
	.footer-mid .footer-box h4 {margin-bottom: 20px;font-size: 17px}
	.footer-mid .footer-box h4 strong:after {bottom: -6px}
}

/* ========== main ========== */
.sub-basic-body {padding: 2.5rem 0;/* 40px */}
@media (min-width:992px){ 
	.sub-basic-body {padding: 3.75rem 0;/* 60px */}
}
/*---------- Page Title ----------*/
.page-title-wrap {position:relative;width:100%;height:70px;padding:0 15px;background:linear-gradient(to right,#1b1b1b,#555)}
.page-title-wrap > .container {position:relative}
.page-title-wrap h2 {margin:0;padding:22px 0;font-size:1.25rem;color:#fff;font-weight:700}
.page-title-wrap .sub-breadcrumb-wrap {display:block;position:absolute;top:25px;right:15px}
.page-title-wrap .sub-breadcrumb {color:#c5c5c5;font-size:.875rem}
.page-title-wrap .sub-breadcrumb:after {content:"";display:block;clear:both}
.page-title-wrap .sub-breadcrumb li {float:left;margin-left:7px}
.page-title-wrap .sub-breadcrumb li:before {content:"/";margin-right:7px}
.page-title-wrap .sub-breadcrumb li:first-child:before {display:none}
.page-title-wrap .sub-breadcrumb a {color:#fff}
/*---------- Offcanvas ----------*/
.offcanvas-backdrop {z-index:1003}
/*---------- Eb BackToTop ----------*/
.eb-backtotop {position:fixed;right:15px;bottom:15px;height:46px;width:46px;cursor:pointer;display:block;-webkit-border-radius:50% !important;-moz-border-radius:50% !important;border-radius:50% !important;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.15);background:#fff;z-index:1003;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop.active-progress {opacity:1;visibility:visible;transform:translateY(0)}
.eb-backtotop:after {position:absolute;content:"\f106";font-family:'Font Awesome\ 5 Free';font-weight:900;text-align:center;font-size:16px;color:#757575;left:0;top:0;height:46px;width:46px;line-height:28px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop:hover:after {color:#cc2300}
.eb-backtotop svg path {fill:none}
.eb-backtotop svg.backtotop-progress path {stroke:#b5b5b5;stroke-width:4;box-sizing:border-box;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.eb-backtotop .progress-count {display:block;position:absolute;bottom:8px;left:0;right:0;font-size:11px;text-align:center;color:#a5a5a5}
.eb-backtotop {box-shadow:inset 0 0 0 2px rgba(0,0,0,0.15)}
.eb-backtotop:after {color:#2b2b2e}
.eb-backtotop svg.backtotop-progress path {stroke:#1b1b1b}

/*---------- Counsel Btn ----------*/
.counsel-btn {display:block;position:fixed;bottom:70px;right:15px;width:45px;height:45px;line-height:45px;text-align:center;background:#3f4678;font-size:1.125rem;color:#fff !important;border:0;border-radius:50%;z-index:1000}