/* ========== 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: #1b1b1b}
/* 버튼 스타일 */
.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}
/* header wrap */
.header-wrap {position:relative;transition:all .3s ease 0s;z-index:1002}
.page-header-wrap {border-bottom:0}
.header-wrap.nav-sticky .nav-wrap {position:fixed;right:0;left:0;top:0;z-index:1004}
@media (min-width:992px) {
    .header-wrap.nav-sticky + .basic-body {padding-top:95px}
    .page-header-wrap.nav-sticky + .basic-body {padding-top:65px}
}
/* top header */
.top-header {background-color:#f8f8f8;border-bottom:1px solid #ddd}
.top-header-nav {display: flex;flex-wrap:wrap}
.top-header-nav.thn-end {justify-content: flex-end}
.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 .eyoom-form {margin-top:7px;font-size:.875rem}
.top-header-nav li .eyoom-form .toggle {color:#999}
.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.thn-end li.dropdown .dropdown-menu {left:inherit;right:0}
.navbar-mobile-toggler {display:none}
@media (max-width:991px) {
	.top-header-nav.thn-end {justify-content: flex-start}
    .navbar-mobile-toggler {display:block;position:fixed;bottom:15px;right:15px;width:45px;height:45px;line-height:45px;border:0;background-color:#2d343d;margin-bottom:0;font-size:1rem;color:#fff;border-radius:50%;z-index:1000}
}
@media (max-width:576px) {
    .top-header-nav li {margin-right:5px;padding: 0 6px}
}
/* header title */
.header-title {position:relative}
.header-title .container {position:relative;height:100px;display:flex}
.header-title .title-logo {align-self:center}
.header-title .title-logo img {width:auto;height:40px}

.header-title .header-title-search {position:absolute;top:31px;left:50%;width:350px;transform:translateX(-50%)}
.header-title .header-title-search .eyoom-form .input {margin-bottom: 0}
.header-title .header-title-search .eyoom-form .input > input {height:40px;padding-right:50px;border:3px solid #152039 !important;background:#fff;color:#152039}
.header-title .header-title-search .eyoom-form .input > input:focus {border:2px solid #152039;box-shadow:0 none}
.header-title .header-title-search .eyoom-form .input > input:-moz-placeholder {color:#152039}
.header-title .header-title-search .eyoom-form .input > input:-ms-input-placeholder {color:#152039}
.header-title .header-title-search .eyoom-form .input > input:-webkit-input-placeholder {color:#152039}
.header-title .header-title-search .eyoom-form .input-button .button {height:36px;line-height:36px;font-size:20px;padding:0 15px;background:none;color:#152039;border:0;opacity:1}
.header-title .header-title-search .eyoom-form .input-button .button:after {content:"";display:block;position:absolute;top:50%;left:0;width:1px;height:20px;margin-top:-10px;background:#ddd}

.header-title .header-title-btn-wrap {position:absolute;top:50%;right:.75rem;transform:translateY(-50%);width: 250px}
.header-title-mobile-btn {display:none}
.header-title-mobile-btn > button {color:#333;font-size:1.25rem;padding:.25rem .5rem;line-height:1}
.top-header-mobile-btn {display:block;position:absolute;top:4px;left:0;width:55px;z-index:1}
.top-header-mobile-btn .navbar-toggler {color:#333}
@media (max-width:991px) {
    .header-title .container {height:70px}
    .header-title .title-logo img {height:36px}
    .header-title-mobile-btn {display:block;position:absolute;top:20px;right:10px}
}
/* navbar */
/* gnb - mobile */
@media (max-width:991px){ 
	/* 헤더 sticky */ 
	#header-fixed.header-fixed-trans-mobile .header-title {position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;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 #152039 !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: #152039;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: #152039;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: #152039;background: none}
	.gnb-wrap .gnb .category-nav {padding: 0 25px}

	.gnb-wrap .gnb .gnb-btns {display: none}

	/* 카테고리 메뉴 */
	.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}
	}
}
/* gnb - pc */
@media (min-width:992px){ 
	/* 헤더 sticky */ 
	#header-fixed.header-fixed-trans .header-nav {position: fixed;top: 10px;left: 0;width: 100%}
	#header-fixed-space.header-fixed-trans {height: 60px}

	.gnb-wrap .gnb {display: flex;flex-wrap:wrap;flex-direction:row;position: relative;width: auto}
	.gnb-wrap .mobile-box {display: none}
	.gnb-wrap .gnb .gnb-nav {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items:center;width: 70%;border-width:1px 0 1px 1px;border-color:#ddd;border-style:solid;background-color: #fff}
	.gnb-wrap .gnb .gnb-nav > li {position: relative;padding: 0 15px}
	.gnb-wrap .gnb .gnb-nav > li + li:before {content:"";position: absolute;top: 50%;left: -1px;width: 1px;height: 16px;margin-top: -8px;background-color: #ddd}
	.gnb-wrap .gnb .gnb-nav > li > a {display: block;padding:0;line-height: 58px;font-size: 15px;font-weight: 500;text-align: center;color:#333}
	.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:#C72E26}
	.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;float:none;width: calc(100% + 2px);min-width:180px;padding: 0px;background-color: #FDFCFB;border: 1px solid #ddd;-webkit-box-shadow: -1px 2px 19px 3px rgb(14 0 40 /6%);box-shadow: -1px 2px 19px 3px rgb(14 0 40 /6%);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-o-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-o-transition: all 0.25s ease;-ms-transition: all 0.25s ease;transition: all 0.25s ease}
	.gnb-wrap .gnb .gnb-nav > li:hover > ul {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0)}
	.gnb-wrap .gnb .gnb-nav > li > ul > li {position: relative}
	.gnb-wrap .gnb .gnb-nav > li > ul > li + li {border-top:1px solid #ddd}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a {padding: 10px 20px;font-size: 15px;color:#333;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: #C72E26;background: none}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > a .sub-caret {position: absolute;right: 10px;top: 50%;transform: translateY(-50%);color: #707070}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul {display: block !important;position: relative;top: inherit;left: inherit;float:none;min-width: 100%;padding: 0 25px 5px;margin-bottom: 10px;border: 0 none;box-shadow: 0 0 0 #fff}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li {padding: 3px 0}
	.gnb-wrap .gnb .gnb-nav > li > ul > li > ul > li > a {padding: 0 5px;line-height: 1;font-size: 13px;color:#333;border-left: 1px solid #ddd;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: #C72E26}
	.gnb-wrap .gnb .category-nav {display: none}

	.gnb-wrap .gnb .gnb-btns {display: flex;flex-wrap:wrap;width: 30%}
	.gnb-wrap .gnb .gnb-btns li {width: 33.33%}
	.gnb-wrap .gnb .gnb-btns li a {display: block;line-height: 60px;padding: 0 10px;font-size: 15px;font-weight: 500;text-align: center;color: #fff;background-color: #19384D}
	.gnb-wrap .gnb .gnb-btns li:nth-child(2n) a {background-color: #C72E26}
	.gnb-wrap .gnb .gnb-btns li a:hover {background-color: #1b1b1b}
}
@media (min-width:1200px){ 
	.gnb-wrap .gnb .gnb-nav > li {padding: 0 20px}
	.gnb-wrap .gnb .gnb-nav > li > a,
	.gnb-wrap .gnb .gnb-btns li a {font-size: 17px}
}
@media (min-width:1400px){ 
	.gnb-wrap .gnb .gnb-nav > li {padding: 0 25px}
}

/*---------- 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}

.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}
.footer-mid .footer-box h4 {position:relative;display:inline-block;margin:0 0 15px;padding-bottom:2px;line-height:25px;font-size:15px;font-weight:700;border-bottom:3px solid #ddd}
.footer-mid .footer-box h4:after {content:"";display:block;position:absolute;bottom:-3px;left:0;width:10px;height:3px;background:#19384D}
.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}
}

/* ========== fix banner ========== */
.fix-banner {display:none}
@media (min-width:1400px){
	.fix-banner {display:block;position:absolute;top: 142px;z-index:9;width:100%}
	.fix-banner > .container {position: relative}
	#side-fixed-banner.fixed-trans {position:fixed;top:10px}
	.fix-banner .fix-banner-left,
	.fix-banner .fix-banner-right {display:block;position:absolute}
	.fix-banner .fix-banner-left {left:-95px}
	.fix-banner .fix-banner-right {right:-95px}
}

/* ========== 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;margin-top: 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}