@font-face {
    font-family: 'NanumSquareNeo';
    src: url('./fonts/NanumSquareNeo-aLt.woff2') format('woff2'),
         url('./fonts/NanumSquareNeo-aLt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url('./fonts/NanumSquareNeo-bRg.woff2') format('woff2'),
         url('./fonts/NanumSquareNeo-bRg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url('./fonts/NanumSquareNeo-cBd.woff2') format('woff2'),
         url('./fonts/NanumSquareNeo-cBd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url('./fonts/NanumSquareNeo-dEb.woff2') format('woff2'),
         url('./fonts/NanumSquareNeo-dEb.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url('./fonts/NanumSquareNeo-eHv.woff2') format('woff2'),
         url('./fonts/NanumSquareNeo-eHv.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html,body{
    margin:0;
    padding:0;
    font-family: 'NanumSquareNeo', sans-serif;
    color:#222;
}

img{
	max-width:100%;
	vertical-align:middle;
	border:0;
}

a{
	text-decoration:none;
	color:inherit;
}


ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

.owl-carousel{
	display:block!important;
	position:relative;
}

.layout,.bp-inner{
	width:1200px;
	margin:0 auto;
	z-index:2;
	top:-5px;
}

.bg-gray{
	background:#f3f3f3!important;
}

.bp-header{
	border-bottom:1px solid #eee;
}

.bp-topbar{
    background:#333;
    color:#fff;
    font-size:13px;
    font-weight: 600;
}

.bp-topbar .bp-inner{
    display:flex;
    justify-content:space-between;
}

.bp-topbar .bp-inner div:last-child{
	padding:12px 0;
}

.cate{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 0 0 0;
}

.bp-head-main{
    border-bottom:1px solid #ddd;
}

.bp-head-main .bp-inner{
    display:flex;
    align-items:center;
    height:90px;
}

.bp-btn-cate{
    width: 100px;
    height: 90px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:#f26321;
    color:#fff;
    cursor:pointer;
    margin:0;
    border:0;
}

.bp-btn-cate .bp-bar{
    width:28px;
    height:3px;
    background:#fff;
    margin:4px 0;
}

.bp-cate-text{
    font-size:13px;
    margin-top:6px;
}

.bp-logo img{
    height:60px;
    display:block;
	margin-left: 20px;
}

.bp-gnb{
    display:flex;
    justify-content:center;
    align-items:center;
    flex:1;
    gap: 65px;
}

.bp-gnb a{
    font-size:15px;
    font-weight:800;
    padding:35px 0;
    display:inline-block;
    color:#222;
    transition: .2s;
}

.bp-gnb a:hover{
    color:#f26321;
}

.bp-util{
	display:flex;
    align-items:center;
    gap: 30px;
    background: #f2f2f2;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 22px;
}

.bp-util li{
    display:flex;
    flex-direction:column;
    align-items:center;
    font-size:13px;
}

.bp-util li a{
    color:#222;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.bp-util li i{
    font-size:26px;
    margin-bottom:4px;
}

.bp-util li span{
    font-size:12px;
    font-weight:600;
}

.bp-util .cart-count{
	background:#f26321;
	padding:5px 7px;
	position:absolute; 
	color:#fff; 
	margin:-15px 0 0 30px; 
	border-radius:50px;
}

#bp-category-wrap{
    display: none;
    background:#fafafa;
}

.bp-hero-wrap{
    position:relative;
    width:100%;
    text-align: center;
    overflow:hidden;
}

.bp-hero-wrap .btn_wr{
	display:none;
}

.bp-hero-bg img{
    width:100%;
    object-fit:cover;
}

.bp-hero-text{
    position:absolute;
    left:0;
    top: -10px;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    color:#fff;
    text-shadow:0 2px 8px rgba(0,0,0,0.4);
}

.bp-hero-sub{
    font-size:26px;
    margin-bottom:10px;
}

.bp-hero-title{
    font-size:42px;
    line-height:1.3;
    margin-bottom:25px;
    font-weight:700;
}

.bp-hero-title span{
	color:#ff5a2d;
	font-weight: 900;
}

.bp-hero-quick{
    letter-spacing:7px;
    font-size:12px;
    margin-bottom:15px;
    opacity:.8;
}

.bp-hero-search{
    position:relative;
    max-width:520px;
    margin: 0 auto;
}

.bp-hero-search input{
    width:100%;
    height:46px;
    border-radius:30px;
    border:none;
    padding:0 15px;
    font-size:14px;
}

.bp-hero-search button{
    position:absolute;
    right:3px;top:3px;
    height:40px;
    width:60px;
    border-radius:30px;
    border:0;
    background:#333;
    color:#fff;
    cursor:pointer;
}

.bp-main{
	padding: 140px 0;
}

.bp-sec-title{
    text-align:center;
    line-height: 1.5em;
    font-size: 3em;
    margin: 90px 0 35px;
    letter-spacing: -1px;
}

.bp-sec-title .top::before{
	width:5%;
	height:5px;
	background:#f26321;
	display:block;
	margin:0 auto;
	content:"";
}

.bp-sec-title .top{
	font-size:0.2em;
	letter-spacing:3em;
	color:#dfdfdf;
	display:block;
}

.bp-sec-title .point{
	color:#f26321;
	font-weight:700;
	font-weight: 900;
}

.category-grid {
    display: inline-grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 25px;
    justify-items: center;
    padding: 0 0 150px 0;
}

.cat-box {
    width: 210px;
    height: 190px;
    text-align: center;
    padding: 20px 0;
    flex-direction: column;
    justify-content: flex-start;
}

.cat-box:hover {
    border-color: #ff6a2e;
}

.cat-img-wrap {
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: 0.25s;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    background: #f8f8f8;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
}

.cat-img-wrap img {
    transition: .2s;
}

.cat-name {
    font-size: 1.4em;
    font-weight: 800;
    color: #222;
    letter-spacing: -1px;
}

.info-box-wrap{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom: 20px;
}

.info-box:first-child{
	text-align:left;
	padding:0;
}

.info-box:first-child h3{
	background: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
	padding: 17px;
	margin: 0;
	border-radius: 10px 10px 0 0;
}

.info-box{
    text-align:center;
    padding: 25px;
    border-radius:10px;
    background:#fff;
    box-shadow:0 3px 12px rgba(0,0,0,0.06);
}

.info-box img{
	margin:20px;
}

.info-box h3{
    font-weight:900;
    font-size: 2em;
    margin-bottom:15px;
}

.call-box .call-number,
.account-box .account-number{
    font-size: 2em;
    font-weight: 900;
    margin-bottom:10px;
}

.call-box p ,.account-box p{
	font-size: 1.2em;
	letter-spacing:-1px;
	line-height: 1.5;
}

.call-box p strong,.account-box p{
	font-weight:900;
}

.account-box p img{
	max-width: 25%;
	margin: 0 10px 0 0!important;
}

.bottom-banners{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.bottom-banners img{
	width:100%;
	box-shadow: 0 3px 12px rgb(0 0 0 / 30%);
	border-radius: 10px;
}

#bp-footer{
    color: #e0e0e0;
    font-size: 1.2em;
    background: #373737;
    padding: 30px 0;
}

.bp-footer-menu{
    text-align: center;
    padding: 15px 0;
    display: block;
    border-top: 1px solid #dfdfdf;
}

.bp-footer-menu li{
    display: inline-block;
    color: #444444;
    font-weight: 600;
    position: relative;
}

.bp-footer-menu li:not(:last-child)::after {
    content: "|";
    margin: 0 15px;
    color: #777;
}

.bp-footer-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    gap: 30px;
    flex-direction: row;
}

.bp-footer-info {
    text-align: left ;
    font-size: 14px ;
    line-height: 1.8 ;
    margin: 0 ;
    padding-top: 5px ;
}
.bp-footer-info a{color:hsl(0deg 0% 100% / 60%);}
.bp-footer-right {
    text-align: right ;
}

.bp-footer-right img {
    height: 38px ;
    margin-left: 10px ;
    margin-bottom: 15px ;
}

.footer-family-box select {
    width: 200px ;
    padding: 10px ;
    border-radius: 4px ;
    border: 1px solid #ccc ;
    font-size: 13px ;
}


#ol_before {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#ol_before h2{
	display:none;
}

#ol_before fieldset {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    border: 0;
}

#ol_before input.frm_input {
    width: 150px ;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 0 8px;
    font-size: 13px;
}

#ol_auto {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-size: 12px;
}

#ol_submit {
    background: #f26321;
    border: 0;
    color: #fff;
    padding: 0 19px;
    height: 28px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
}

#ol_svc a {
    color: #fff;
    font-size: 12px;
}

#ol_svc {
    margin-left: 10px;
}

.btn_member_mn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
}

.btn_member_mn .profile_img img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.btn_member_mn .profile_name {
    font-weight: 600;
}

.btn_member_mn i {
    font-size: 14px;
    transition: transform .2s;
}

.btn_member_mn.btn_member_mn_on i {
    transform: rotate(180deg);
}

.member_mn {
    position: absolute;
    width: 160px;
    left: 353px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 9999;
}

.member_mn h2 {
    display: none;
}

#ol_after_private {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ol_after_private li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    font-size: 14px;
    transition: .2s;
}

#ol_after_private li a:hover {
    background: #f5f5f5;
}

#ol_after_ft {
    margin-top: 10px;
    border-top: 1px solid #eee;
}

#ol_after_logout {
    display: block;
    padding: 12px 18px;
    color: #e74c3c;
    font-weight: 600;
    font-size: 14px;
}

#ol_after_logout:hover {
    background: #fceaea;
}

@media(max-width:768px){
    .member_mn {
        left: 0;
        top: 65px;
        width: 100%;
    }
    .bp-gnb,
    .bp-util{
        display:none;
    }
    .bp-btn-cate{
        width:60px;
        height:60px;
    }
    .bp-btn-cate .bp-bar{
        width:20px;
        height:2px;
    }
    #ol_before ul {
        flex-wrap: nowrap;
        padding: 10px;
        gap: 35px;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-around;
    }
	#ol_before li a{color:#fff; font-weight:800;}
}

@media (max-width: 640px) {
    .category-grid { 
        grid-template-columns: repeat(2, 1fr);
    }
    .bp-hero-wrap,.bp-hero-bg img{
		height:320px;
	}
    .bp-hero-sub{
		font-size:18px;
	}
    .bp-hero-title{
		font-size:26px;
	}	
}

@media (max-width: 900px) {
.mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.mobile-menu-logo img {
    height: 54px;
}

.mobile-menu-close {
    font-size: 22px;
    background: none;
    border: none;
    color: #222;
    cursor: pointer;
}
	.btn_member_mn{height:65px;}
	#main_bn img {height:50vh;text-align:center;}
	.maker-hero{margin-top:50px;}
	.maker-hero .inner{padding: 0 20px;line-height:1.3;}	
	#container .shop-content{width: 100%!important;padding: 10px!important;}
	#hd {position: fixed;z-index: 999;width: 100%;height: 73px;background: #fff;top: 0;border-bottom: 1px solid #dfdfdf;}
	#hd h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
	#hd #logo a{display:block;text-align:center;vertical-align:top;height: 73px;}
	#hd #logo img {max-width: 40%;padding: 1.7% 0;}
	#btn_hdcate i{font-size: 25px;}
	#btn_hdcate {height: 73px;width: 73px;border:0;background:0;font-size: 12px;vertical-align:top;position:absolute;top:0;left: 0;background: #333;color:#fff;}
	#btn_hdsch {position:absolute;top:0;left:45px;color:#fff;font-size:18px;border:0;background:none;height:55px;width:40px}
	#btn_hdcart{position:absolute;top:0;right:0;text-align:center;background: #f26321;width: 73px;line-height: 3;height: 73px;padding: 15px 0;font-size:20px;}
	#btn_hdcart a{height:65px;color: #fff;}
	#btn_hdcart span{font-size: 11.5px;}
	#btn_hduser {position:absolute;top:0px;right:45px;color:#fff;font-size:18px;display:block;width:40px;line-height:55px;text-align:center;background:none;border:0}
	.menu {display:none;position:fixed;top:0;height:100%;z-index:99999;-webkit-backface-visibility:hidden;width:100%;background:#efefef}
	.menu .menu_wr{
	width:100%;
	height:100%;
	overflow-y:auto;
	background: #414141;
	position:relative;
	z-index:199919;
	-webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4);
	-moz-box-shadow: 0 0 5px rgba(55,55,5,0.4);
	box-shadow: 0 0 5px rgba(55,55,5,0.4);
	}
	.menu .menu_close {position:absolute;top:50%;right:0px;width:40px;height:40px;background:none;color:#fff;font-size:20px;margin-top:-20px;border:0;z-index:199999}
	.cate {background:#fff;border-bottom:1px solid #e1e1e1;padding-top: 0;}
	.cate a {display:block;color:#333;font-weight: 600;width: 100%;padding:0 10px;border-bottom:1px solid #efefef}
	.cate li {position:relative;line-height:40px;width: 100%;}
	.cate li button {position:absolute;top:0;right:0;background:url;border:0;width:30px;height:40px;overflow:hidden;border:0;background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;text-indent:-9999px}
	.cate li button.ct_cl {background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%}
	.sub_cate {display:none}
	.sub_cate a {border-bottom:1px solid #efefef;background:url(../img/btn_next.gif) no-repeat 21px 17px;padding-left:30px}
	.sub_cate2 a {padding-left:40px;background-position:31px 17px}
	.sub_cate3 a {padding-left:50px;background-position:41px 17px}
	.sub_cate4 a {padding-left:60px;background-position:51px 17px}
	#cate_tnb {background:#fff;border-bottom:1px solid #e1e1e1;}
	#cate_tnb:after {display:block;visibility:hidden;clear:both;content:""}
	#cate_tnb li {border-bottom:1px solid #efefef;float:left;width:50%;line-height:43px;padding: 0px 10px 0 40px;position:relative}
	#cate_tnb li:nth-child(2n+1) {clear:both;border-right:1px solid #efefef}
	#cate_tnb li i {position:absolute;top:0;left:0;width:50px;text-align:center;color:#a5a8ac;line-height:42px;font-size:16px}
	#category_mo {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 80%;
		max-width: 300px;
		height: 100%;
		background: #fff;
		z-index: 9999;
		transform: translateX(-100%);
		transition: transform .3s ease;
	}
	#category_mo.open {
		display: block;
		transform: translateX(0);
	}
	#category_all_bg {
		display:none;
		position:fixed;
		left:0;top:0;
		width:100%;height:100%;
		background:rgba(0,0,0,0.5);
		z-index:9998;
	}
	.bp-hero-wrap{margin-top: 73px!important;}
	.v_pc{
		display:none;
		}
	
	.bp-main{
		padding:50px 0;
	}
	
	.bp-sec-title{
		font-size: 2em;
	}
	.bp-sec-title .v_mobile{line-height:0;}
	.bp-sec-title .top{font-size: 0.05em;letter-spacing: 15em;}
	.bp-footer-info{text-align:center; font-size:0.8em;}
    .bp-footer-flex {
        flex-direction: column ;
        text-align: center ;
        align-items: center ;
    }
    .bp-footer-right {
        text-align: center ;
    }
    .bp-footer-menu li:not(:last-child)::after {
        margin-left: 8px;
    }
    .category-grid { 
        grid-template-columns: repeat(3, 1fr);
    }
.category-scroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 15px 10px 30px 10px;
    border-bottom: 1px solid #ddd;
    scrollbar-width: thin;
    margin-bottom: 100px;
}

.category-scroll .scroll-inner {
    display: inline-block;
    white-space: nowrap;
    animation: cateScroll 40s linear infinite;
}
	
.category-scroll::-webkit-scrollbar {
    height: 15px;
	position:relative
}
.category-scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
}
.category-scroll::-webkit-scrollbar-track {
    background: #eee;
}

.cat-tab {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    transition: 0.2s;
    font-size: 14px;
    font-weight: 700;
    flex-direction: column;
}

.cat-tab:hover {
    border-color: #f26321;
}

@keyframes cateScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.cat-tab.active {
    background: #e3e3e3;
    border: 2px solid #999;
}	
}

@media(max-width:991px){
    #quick-bar {
        display: none;
    }
	
	#bp-footer{
		padding: 30px 20px;
	}
	.owl-carousel.owl-drag .owl-item{width:100%!important;}
    .bp-hero-wrap,.bp-hero-bg img{
		height:360px;
	}
    .bp-hero-sub{
		font-size:20px;
	}
    .bp-hero-title{
		font-size: 29px;
		letter-spacing: -3px;
	}
}

@media(max-width:1024px){
    .info-box-wrap,.bottom-banners{
		grid-template-columns:1fr;
	}
}

@media(max-width:1200px){
    .layout,.bp-inner{
		width:95%;
	}
    .category-grid { 
        grid-template-columns: repeat(4, 1fr);
    }	
}

@media (min-width: 901px) {
	.v_mobile{
		display:none;
	}
	
	
	
}
.maker-hero {
    background:#f6f6f6;
    padding: 100px 0;
    text-align:center;
    background: url(../img/sub_bg.png) center -249px;
    background-size: cover;
}
.maker-hero h2 {
    font-size:32px;
    font-weight:800;
    margin-bottom:10px;
    color: #fff;
}
.maker-hero p {
    font-size: 16px;
    color: #ffffff;
    word-break: auto-phrase;
    overflow-wrap: break-word;
}

#quick-bar {
    position: fixed;
    right: 13.2vw;
    top: 30vh;
    border: 1px solid #dfdfdf;
    width: 100px;
    z-index: 9999;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

#quick-bar .qb-title {
    background: #f16522;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    border-radius: 5px 0 0;
    font-size: 14px;
}

#quick-bar .qb-items {
    text-align: center;
    padding: 8px;
}
#quick-bar .qb-empty{padding: 0 10px 15px 10px;letter-spacing: -0px;text-align: center;}
#quick-bar .qb-items img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

#quick-bar .qb-number {
    background: #f7f7f7;
    padding: 9px 5px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
}
#quick-bar .qb-number b{display:block;border-bottom:1px solid #dfdfdf}
#quick-bar .qb-number img{padding: 10px 0;display: block;text-align: center;}

#quick-bar .qb-call {
    background: #333;
    padding: 12px 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
}

#quick-bar .qb-top {
    display: block;
    background: #fff;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    color: #f16522;
    font-weight: bold;
    border-top: 1px solid #ddd;
}


.bo-btn {
    background: #ff6500;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
}
.bo-btn:hover {
    background: #e85a00;
}

#bp-open-category {
    background: #ff6500 !important;
    padding: 10px 16px !important;
}
#bp-open-category .bp-cate-text {
    font-weight: 600;
}

.company-wrap {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.company-title {
    text-align: left;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.company-sub {
    color: #666;
    font-size: 16px;
    margin-bottom: 50px;
}

.company-box {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.company-photo img {
    width: 280px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}

.company-text {
    flex: 1;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
}

.company-text p {
    margin-bottom: 18px;
}

.company-sign {
    font-weight: 700;
    margin-top: 30px;
    font-size: 17px;
}

@media(max-width:768px){
	.maker-hero{background-position:0;}
    .company-box {flex-direction: column;text-align: center;align-items: center;}
    .company-photo img { margin: 0 auto; }
    .company-text { text-align: left; }
}


#main_bn:after {display:block;visibility:hidden;clear:both;content:""}
#main_bn .slide-wrap {padding:0;margin:0}
#main_bn .slide-wrap img {max-width:100%;height:auto}

#main_bn .owl_pager ul:after {display:block;visibility:hidden;clear:both;content:""}
#main_bn .owl_pager li {float:left;position:relative;width:20%;border-left:1px solid #e3e5e8;text-align:center;line-height:45px;font-size:1.2em}
#main_bn .owl_pager li:first-child {border-left:0}
#main_bn .owl_pager li a {display:block}
#main_bn .owl_pager li a:after {content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:#e3e5e8}
#main_bn .owl_pager li.active a {color:#3a8afd}
#main_bn .owl_pager li.active a:after {background:#3a8afd;top:-1px}

.btn_wr {background:rgba(0,0,0,0.5);display:inline-block;position:absolute;right:20px;bottom:65px;border-radius:30px;padding:3px 5px}
#main_bn .btn_wr{z-index:2}
.btn_wr .pager-prev {margin-left:5px;font-weight:bold}
.btn_wr .pager-next {margin-right:5px;font-weight:bold}
.btn_wr .pager-prev, .btn_wr .pager-next, #slide-counter {float:left;display:inline-block;padding:5px;color:#fff}
#slide-counter {margin:0 5px}


.select-nav-wrapper {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.select-nav-wrapper .home i {
    float: left;
    font-size: 1.8em;
    color: hwb(0deg 20% 80% / 30%);
    line-height: 1.8em;
    display: block;
    width: 65px;
    text-align: center;
}

.select-nav-wrapper .home img {
    width: 22px;
    height: auto;
}

.select-nav {
    display: flex;
}

.select {
    position: relative;
    border: 1px solid #ddd;
    min-width: 220px;
    cursor: pointer;
    transition: all .15s ease-in-out;
    border-top: 0;
    border-bottom: 0;
}

.select:hover {
    border-color: #999;
}

.select button {
    width: 100%;
    padding: 12px 16px;
    text-align: left;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
}

.select .down {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #555;
}

.select ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.1);
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 999;
}

.select.open ul {
    display: block;
    animation: fadeIn .18s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.select ul li a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}

.select ul li:last-child a {
    border-bottom: 0;
}

.select ul li a:hover {
    background: #fafafa;
}
.select.active,
.select.open {
    border-color: #222;
}

.select.active button {
    color: #222;
}

.select .t1 {
    font-weight: 700;
    color: #000;
}
.wrap{width: 1200px;margin: 0 auto;border: 1px solid #dfdfdf;border-bottom: 0;border-top: 0;}

@media (max-width: 768px) {
.select-nav-wrapper .home{border-bottom:0!important;border-right: 0!important;}
    .select {min-width: 100%;}
	.select-nav {flex-wrap: nowrap;flex-direction: row; gap:0;}
	.d1,.d2{min-width: 50%!important;}	
	.wrap{width:100%;}
	.mo-category-wrap{overflow-x:auto!important;}
}

.mo-category-wrap {
    overflow-x: auto;
    white-space:nowrap;
    padding: 10px 0 30px 0;
    background:#fff;
    border-bottom:1px solid #eee;
}

.mo-category-scroll {
    display:inline-flex;
    gap:10px;
}

.mo-category-item {
    display:inline-block;
    padding:8px 12px;
    background:#f7f7f7;
    border-radius:20px;
    font-size:14px;
    color:#333;
    white-space:nowrap;
}

.mo-category-item:hover {
    background:#ff6600;
    color:#fff;
}
.view-toggle-wrap {
    display:flex;
    gap:10px;
    margin:15px 0;
}

.view-toggle-btn {
    flex:1;
    background:#f5f5f5;
    border:1px solid #ddd;
    padding:10px 0;
    border-radius:6px;
    font-size:14px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
}

.view-toggle-btn.active {
    background:#333;
    color:#fff;
    border-color:#333;
}

.view-toggle-btn i {
    font-size:16px;
}
