/* 폰트 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
html, body{font-family: "Pretendard Variable", sans-serif !important;}
#nt_sidebar_move{display: none !important;}
.nt-container{max-width: unset !important;width: 100%;}

/* 스크롤 커스텀 */
body::-webkit-scrollbar {width: 8px;}
body::-webkit-scrollbar-thumb { height: 30%;  background: #999;  border-radius: 10px;}
body::-webkit-scrollbar-track {background: rgba(55, 55, 55, 0.2); }


/* 탑버튼 */
#top_btn{position: fixed; bottom: 20px; right: 20px; z-index: 1000; background: none; outline: none; border: 0; padding: 0;}

/* 개인정보처리방침 메뉴 숨김 */
.one_deps5{display: none;}

:root{
    --color:#D0AC8C;
    --font70:70px;
    --font60:60px;
    --font50:50px;
    --font48:48px;
    --font40:40px;
    --font36:36px;
    --font30:30px;
    --font26:26px;
    --font28:28px;
    --font24:24px;
    --font22:22px;
    --font20:20px;
    --font18:18px;
    --font16:16px;
    --font15:15px;
    --font14:14px;
    --maintit:50px;
    --maintxt:24px;
}
@media all and (max-width:1400px){
    :root {
        --font70:65px;
        --font60:55px;
        --font50:45px;
        --font48:44px;
        --font40:35px;
        --maintit:45px;
    }
}
@media all and (max-width:1200px){
    :root {
        --font70:60px;
        --font60:50px;
        --font50:40px;
        --font48:40px;
        --font40:30px;
        --font36:32px;
        --font30:28px;
        --font28:26px;
        --font26:24px;
        --maintit:40px;
    }
}
@media all and (max-width:1024px){
    :root {
        --font70:55px;
        --font60:45px;
        --font50:35px;
        --font48:35px;
        --font40:26px;
        --font36:28px;
        --font30:24px;
        --font28:24px;
        --font24:22px;
        --font26:22px;
        --font20:18px;
        --maintit:35px;
    }
}
@media all and (max-width:768px){
    :root {
        --font70:50px;
        --font60:32px;
        --font50:30px;
        --font48:28px;
        --font40:24px;
        --font36:24px;
        --font30:22px;
        --font28:22px;
        --font24:20px;
        --font26:20px; 
        --maintit:30px; 
        --maintxt:22px;              
    }
}
@media all and (max-width:500px){
    :root {
        --font70:46px;
        --font60:26px;
        --font50:26px;
        --font48:26px;
        --font40:22px;
        --font26:18px;
        --maintxt:20px;
    }
}
@media all and (max-width:450px){
    :root {
        --font70:40px;  
        --font48:24px;      
        --font20:16px;
        --font22:20px;
        --font18:16px;
        --font16:14px;
        --maintit:26px;
        --maintxt:18px;
    }
}
@media all and (max-width:400px){
    :root {
        --font70:36px;
        --font60:24px;
        --font24:18px;
        --font20:16px;
        --font18:16px;
        --font16:14px;
    }
}





/* 공통 */
.inner{max-width: 1320px; margin: 0 auto;}
.sub_page{/* width: calc(100% - 40px); *//* max-width: 1320px; */margin: 0 auto 200px;}
.sub_page .sub_title{padding: 200px 0 100px; max-width: 1320px; margin: 0 auto;}
.sub_page .sub_title h2{display: block;width: 100%;text-align: center;font-size: var(--font50); font-weight: 700;}
.sub_page .sub_title h3{}
.sub_page .sub_title p{display: block;width: 100%;text-align: center;font-size: var(--font34);margin-top: 150px;font-weight:bold;}
.sub_page .sub_title span{display: block;width: 100%;text-align: center;font-size: var(--font24);margin-top: 10px;}
.sub_page .sub_con{}
#nt_title .title_bg_wrap{background-position: center !important;}
img {display: block;max-width: 100%;}
.line-br {display: block;}
.row{margin: 0 !important;}
table{width: 100%;}
*,
.form-control:focus,
.btn.focus, .btn:focus{box-shadow: none !important;}
a:hover{text-decoration: none !important;}

@media all and (max-width:1400px){
    .inner{width: 90%;}
}
@media screen and (max-width:1200px){
    .sub_page{margin: 0 auto 150px;}
    .sub_page .sub_title{padding: 100px 0 100px;}
    .sub_page .sub_title p{margin-top: 50px;}

    .slide_con_wrap{max-width: unset !important;width: 100% !important;}
    .slide_con_wrap .slide_con{position: unset;flex-flow: row wrap;justify-content: center;}
    .slide_con_wrap .slide_con .text{ position: unset;width: 100%;padding: 0 20px;transform: unset;text-align: center;}
    .slide_con_wrap .slide_con .text .wrap{width: 100%;}
    .slide_con_wrap .slide_con .sub_slide{width: 100%;margin-top: 50px;}
    .slide_con_wrap .slide_con .sub_slide .sub_swiper .swiper-pagination{width: 100%;left: 0;}
    .slide_con_wrap .slide_con .sub_slide .sub_swiper .swiper-pagination .swiper-pagination-bullet{width: 30px;}
}
@media screen and (max-width:800px){
    .sub_page{margin: 0 auto 100px;}
    .sub_page .sub_title{padding: 100px 0 60px;}
    .sub_page .sub_title p{margin-top: 50px;}
}



/* 게시판 페이징 */
#bo_list_wrap .pagination li{width: auto; min-width: 30px;}
.page-link{border: 0 !important; font-size: var(--font18); color: #7E7E7E; padding: 0 !important; height: 100%; line-height: 30px; text-align: center;}
.page-link:hover{background: transparent !important;}
.page-link:focus{box-shadow: none !important;}
.page-item:first-child .page-link,
.page-item:last-child .page-link{display: flex; justify-content: center; align-items: center;}
.page-item:first-child .page-link:hover img{content: url('/img/pg_prev_btn_on.svg');}
.page-item:last-child .page-link:hover img{content: url('/img/pg_next_btn_on.svg');}
.page-link img{max-width: 100%;}
.page-item.active .page-link{border: 0 !important; color: var(--color) !important; font-weight: 600;background: #fff !important;}



/* 헤더 */
#nt_header{position: absolute; top: 0; left: 0; width: 100%; z-index: 999;}
#head .inner{display: flex; justify-content: space-between; align-items: center;}
#head .inner #nt_menu>ul{display: flex;}
#head .inner #nt_menu>ul>li:hover a{color: var(--color);}
#head .inner #nt_menu>ul>li:hover > .two_deps_wrap{pointer-events: unset !important; opacity: 1 !important;}
#head .inner #nt_menu>ul>li{position: relative;}
#head .inner #nt_menu>ul>li>a{font-size: var(--font20); color: #fff; padding: 30px 40px; display: block; text-align: center; line-height: 1.2;}
#head .inner #nt_menu>ul>li>a span{display: block;}
#head .menu_btn{width: 30px;height: 20px;position: relative;top: 0;left: 0;cursor: pointer;transition: 0.3s;position: relative;z-index: 999999;display: none;}
#head .menu_btn span{left: 50%;transform: translateX(-50%);position: absolute;background: #fff;width: 100%;height: 2px;border-radius: 10px;transition: 0.3s;}
#head .menu_btn span:nth-child(1){top: 0%;}
#head .menu_btn span:nth-child(2){top: 50%;transform: translate(-50%, -50%);}
#head .menu_btn span:nth-child(3){bottom: 0;}
#head .menu_btn.atv span:nth-child(1){transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;}
#head .menu_btn.atv span:nth-child(2){opacity: 0;}
#head .menu_btn.atv span:nth-child(3){transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;}
#nt_header #head #nt_menu .two_deps_wrap{position: absolute;top: 100px;left: -20px;width: 120%;height:0;background: #fff;opacity: 0;pointer-events: none; z-index:1000;}
#nt_header #head:hover .pc_menu #nt_menu .two_deps_wrap{height:fit-content;}
#nt_header #head .pc_menu #nt_menu .two_deps_wrap ul{position: relative;gap: 20px;justify-content: start;}
#nt_header #head .pc_menu #nt_menu .two_deps_wrap ul li{width: 100%;}
#nt_header #head:hover .pc_menu #nt_menu .two_deps_wrap ul li a{color: #000;}
#nt_header #head .pc_menu #nt_menu .two_deps_wrap ul li a{width: 100%; font-size: var(--font18); font-weight: 500; text-align: center; display: block; color: #000; padding: 10px 0;}
#nt_header #head .pc_menu #nt_menu .two_deps_wrap ul li:hover a{color: var(--color);font-weight: 600;}
#nt_header #head .pc_menu #nt_menu .two_deps_wrap ul li.on a{}
/* #nt_header #head:hover .pc_menu #nt_menu .two_deps_wrap{pointer-events: unset;opacity: 1;} */
@media all and (max-width:1000px){
    #head .pc_menu{display: none;}
    #head .menu_btn{display: block;} 
    #nt_header{position: fixed; padding: 20px 0;}
    #nt_header.scrolled{background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;}
    #nt_header.scrolled.atv{box-shadow: none !important;}
    #nt_header.scrolled .logo_wrap img{content: url('/img/logo_b.png');}
    #nt_header.scrolled .menu_btn span{background: #000;} 
    #nt_header.atv #head .logo_wrap img{content: url('/img/logo_b.png');}
    #nt_header.atv #head .menu_btn span{background: #000;} 
}
@media all and (max-width:800px){
    #nt_header {padding: 20px 0;}
}
@media all and (max-width:500px){
    #nt_header .logo_wrap img{width: 120px;}
}



/* 푸터 */
.ftBox{width:100%; background:#1B1B1B; padding: 50px 0;position:relative; margin:0 auto;}
.ftcolor{background: #F5F5F5;}
.ft_top {display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; width:100%; padding: 0 0 20px; margin:0 auto 20px; border-bottom: 1px solid #fff ; }
.ft_top .info {width:auto; text-align:right;}
.ft_top .info p {font-size:var(--font16); color:#fff; font-weight: 500;}
.ft_top .info ul {display: flex; justify-content:right; align-items: center; flex-wrap:Wrap; padding:10px 0 0;}
.ft_top .info li {font-size:var(--font14); color:#fff; position: relative; padding:0 10px; font-weight: 500; line-height: 1.3;}
.ft_top .info li::after{content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 70%; background: #fff;}
.ft_top .info li:last-child{padding-right: 0;}
.ft_top .info li:last-child::after{width: 0;}

.ft_bottom {display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; width:100%; margin:0 auto;}
.ft_bottom .ft_copy {text-align:left; font-size:var(--font14); color:#fff;}
.ft_bottom .link {display: flex; margin:0; gap: 15px;}
.ft_bottom .link a {font-size: var(--font14); color:#fff; position: relative;}
.ft_bottom .link a:nth-child(2) {font-weight: 600;}
.ft_bottom .link a::before{content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #fff; transition: all .3s ease-in-out;}
.ft_bottom .link a::after{content: '·'; position: absolute; right:-10px; top: 50%; transform: translateY(-50%); color: #fff;}
.ft_bottom .link a:hover::before {width: 100%;}
.ft_bottom .link a:last-child{padding-right: 0;}
.ft_bottom .link a:last-child:after{display: none;}
.ft_bottom .info ul {display: flex; align-items: center; gap:10px;}
.ft_bottom .info li:not(:last-child):after {content:'|'; display: inline-block; padding-left:10px;}
@media all and (max-width:1200px){
    .ft_top {flex-direction: column; gap:30px; padding: 0 0 30px 0; margin:0 auto 30px;}
    .ft_top .logo img {max-width:140px;}
    .ft_top .info {width:100%; text-align:center;}
    .ft_top .info ul {flex-direction: column; justify-content:center; align-items: center; gap: 5px;}
    .ft_top .info ul:last-child {padding:7px 0 0;}
    .ft_top .info li {padding:0;}
    .ft_top .info li::after{width: 0px;}
    .ft_bottom {align-items: center; flex-direction: column-reverse; gap: 5px;}
}
@media all and (max-width:500px){
  .ft_bottom .ft_copy{text-align: center;}
}




/* 메인페이지 */
.mainpage{}
.mainpage #mainbnr {height: 100vh; padding: 0;}
.mainpage #mainbnr .swiper {width: 100%; height: 100%;}
.mainpage #mainbnr .swiper-slide {background-size: cover !important; text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; background-position: 50% 50% !important;}
.mainpage #mainbnr .swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.mainpage #mainbnr .swiper-pagination{bottom: 5% !important;}
.mainpage #mainbnr .swiper-pagination-clickable .swiper-pagination-bullet{width: 50px; height: 3px; border-radius: 0; background: rgba(255, 255, 255, 0.6);}
.mainpage #mainbnr .swiper-pagination-bullet-active{background: var(--color) !important;}
.mainpage #mainbnr .slide1{background: url('/img/mainbnr_bg01.png') no-repeat;}
.mainpage #mainbnr .slide2{background: url('/img/mainbnr_bg02.png') no-repeat;}
.mainpage #mainbnr .slide3{background: url('/img/mainbnr_bg03.png') no-repeat;}
.mainpage #mainbnr .slide4{background: url('/img/mainbnr_bg04.png') no-repeat;}
.mainpage #mainbnr .slide5{background: url('/img/mainbnr_bg05.png') no-repeat;}
.mainpage #mainbnr .slide2 .title{text-align: left; max-width: 1320px; width: 90%;}
.mainpage #mainbnr .title{color: #fff; margin-bottom: 0;}
.mainpage #mainbnr .title h3{font-size: var(--font36); font-weight: 600; margin-bottom: 25px; color: var(--color);}
.mainpage #mainbnr .title h2{font-size: var(--font60); font-weight: 600; color: #fff; margin-bottom: 50px; line-height: 1.3;}
.mainpage #mainbnr .title h2 span{font-weight: 800;}
.mainpage #mainbnr .title p{font-size: var(--font24); font-weight: 400; color: #fff; line-height: 1.6;}
.mainpage #mainbnr .title .subtit h3{font-size: var(--font30); font-weight: 500; color: #fff; margin-bottom: 50px;}
.mainpage #mainbnr .title .subtit ul{display: flex; flex-direction: column; padding-left: 180px; text-align: left;}
.mainpage #mainbnr .title .subtit ul li{font-size: var(--font24); font-weight: 400; margin-bottom: 10px; position: relative; padding-left: 20px;}
.mainpage #mainbnr .title .subtit ul li::before{content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50px; background: #fff;}
.mainpage #mainbnr .title .subtit p{font-size: var(--font24); font-weight: 400; margin-bottom: 15px; line-height: 1.1;}
.mainpage #mainbnr .title .subtit h4{font-size: var(--font36); font-weight: 700;}
.mainpage #mainbnr .imgBox img{max-width: 100%;}
@media all and (max-width:1400px){
    .mainpage #mainbnr .title .subtit ul{padding-left: 150px;}
}
@media all and (max-width:1200px){
    #head .inner #nt_menu>ul>li>a{padding: 30px 25px;}
    .mainpage #mainbnr .slide2{background-position: 70% 50% !important;}
}
@media all and (max-width:1100px){
    .mainpage{height: 100%;}
    .mainpage #mainbnr .title h3{margin-bottom: 20px;}
    .mainpage #mainbnr .title h2{margin-bottom: 40px;}
    .mainpage #mainbnr .slide5 .title h2 span.mb{display: block;}
    .mainpage #mainbnr .slide5 .title h2 span.mg{display: block; margin-bottom: 15px;}
    .mainpage #mainbnr .slide5 .title .subtit h4 span.mg{display: block; margin-bottom: 5px;}
    .mainpage #mainbnr .title .subtit ul{padding-left: 130px;}
}
@media all and (max-width:800px){
    .mainpage #mainbnr .slide2{background: url('/img/mainbnr_bg02_m.png') no-repeat; background-position:50% 50% !important;}
    .mainpage #mainbnr .title h3{margin-bottom: 20px;}
    .mainpage #mainbnr .title h2{line-height: 1.4; margin-bottom: 30px;}
    .mainpage #mainbnr .title p{line-height: 1.4;}
    .mainpage #mainbnr .title p span.mb{display: block;}
    .mainpage #mainbnr .title .subtit h3{margin-bottom: 30px;}    
    .mainpage #mainbnr .title .subtit ul{padding-left: 130px;}
}
@media all and (max-width:800px){   
    .mainpage #mainbnr .swiper-pagination{bottom: 10% !important;}
    .mainpage #mainbnr .title .subtit ul{padding-left: 50px;}
    .mainpage #mainbnr .slide5 .title h2 span.mg{margin-bottom: 10px;}
    .mainpage #mainbnr .title .subtit p{line-height: 1.4;}
    .mainpage #mainbnr .title .subtit p span.mb{display: block;}
}
@media all and (max-width:500px){
    .mainpage #mainbnr{height: 700px;}
    .mainpage #mainbnr .slide2{background-position: 70% 50% !important;}
    .mainpage #mainbnr .title{width: 90%;}
    .mainpage #mainbnr .title .subtit h3{margin-bottom: 20px;}
    .mainpage #mainbnr .title .subtit ul{padding-left: 70px;}
    .mainpage #mainbnr .title .subtit ul li{margin-bottom: 0;}
    .mainpage #mainbnr .slide5 .title .subtit h4 span.mb{display: block;}
}
@media all and (max-width:440px){
    .mainpage #mainbnr .title .subtit ul{padding-left: 50px;}
}
@media all and (max-width:400px){
    .mainpage #mainbnr .title .subtit ul{padding-left: 25px;}
}



/* 메인페이지 공통 */
.mainpage>section{padding: 150px 0;}
.mainpage .title {margin-bottom: 80px;}
.mainpage .title h2{font-size: var(--maintit); font-weight: 600; color: #1B1B1B; line-height: 1.2;}
.mainpage .title p{font-size: var(--maintxt); font-weight: 500; color: #636363; line-height: 1.2;}
.mainpage a.viewmorebtn{font-size: var(--font18); font-weight: 400; color: #636363; border-radius: 50px; border: 1px solid #494949; display: flex; gap: 10px; align-items: center; justify-content: center; width: 165px; height: 45px;}
.mainpage a.viewmorebtn:hover{background: var(--color); border-color: var(--color); color: #fff !important;}
.mainpage a.viewmorebtn:hover img{content: url('/img/viewmore_img01.svg');}
@media all and (max-width:1400px){
    .mainpage .title{margin-bottom: 60px;}
}
@media all and (max-width:800px){
    .mainpage>section{padding: 100px 0;}
    .mainpage .title{margin-bottom: 40px;}
}







/* 고객의 요구와 아이디어에 따라 맞춤형 제품을 제작하는 전문 서비스 */
.mainpage #serviceslide{overflow: hidden;}
.mainpage #serviceslide .inner{margin:0 auto; max-width: 1320px;}
.mainpage #serviceslide .title {margin-bottom: 80px;}
.mainpage #serviceslide .title h2{margin-bottom: 20px;}
.mainpage #serviceslide .title p{margin-bottom: 40px;}
.mainpage #serviceslide .service_slide{width: 125%;}
.mainpage #serviceslide .service_slide .swiper-wrapper{align-items: end; justify-content: start;}
.mainpage #serviceslide .service_slide .swiper-slide{position: relative;}
.mainpage #serviceslide .service_slide .swiper-slide-active {width: 35% !important;}
.mainpage #serviceslide .service_slide .swiper-slide-active .imgBox img{width:100%; height: fit-content;}
.mainpage #serviceslide .service_slide .swiper-slide-active p{font-size: var(--font30); font-weight: 600; color: #000; line-height: 1;}
.mainpage #serviceslide .service_slide p{font-size: var(--font24); font-weight: 400; color: #969696; margin-top: 15px; margin-bottom: 0; line-height: 30px;}
.mainpage #serviceslide .service_slide .imgBox{width: 100%;}
.mainpage #serviceslide .service_slide .imgBox img{width: 100%; max-width: 100%;}
.mainpage #serviceslide .option-wrapper{width: 100%;margin: 0 auto;display: flex;justify-content:end; align-items: center; gap: 40px;}
.mainpage #serviceslide .option-wrapper .swiper-pagination{position: inherit; width: auto !important; font-size: var(--font20); color: #969696;}
.mainpage #serviceslide .option-wrapper .naviBox{display: flex; gap: 20px;}
.mainpage #serviceslide .service_prev,
.mainpage #serviceslide .service_next{position:static; margin-top:0; width: auto;}
.mainpage #serviceslide .service_prev::after{content: '' !important; background: url('/img/serviceslide_prev.svg') no-repeat 100%; width: 32px; height: 20px; background-size: cover;}
.mainpage #serviceslide .service_next::after{content: '' !important; background: url('/img/serviceslide_next.svg') no-repeat 100%; width: 32px; height: 20px; background-size: cover;}
@media all and (max-width:1400px){
    .mainpage #serviceslide .title{margin-bottom: 60px;}
}
@media all and (max-width:1200px){
    .mainpage #serviceslide .service_slide p{line-height: 28px;}
}
@media all and (max-width:1024px){
    .mainpage #serviceslide .service_slide .swiper-slide-active {width: 60% !important;}
    .mainpage #serviceslide .service_slide p{line-height: 24px;}
}
@media all and (max-width:800px){
    .mainpage #serviceslide .title{margin-bottom: 40px;}
}
@media all and (max-width:500px){
    .mainpage #serviceslide .title{margin-bottom: 10px;}
    .mainpage #serviceslide .title h2{letter-spacing: -1px;}
    .mainpage #serviceslide .service_slide{width: 100%;}
    .mainpage #serviceslide .service_slide .swiper-slide-active {width: inherit !important; height: auto !important;}
    .mainpage #serviceslide .service_slide .swiper-slide-active .imgBox img{height: 100% !important;}
    .mainpage #serviceslide .option-wrapper{gap: 20px; margin-top: 40px;}
    .mainpage #serviceslide .option-wrapper .naviBox{gap: 15px;}
    .mainpage #serviceslide .service_slide p{line-height: 24px;}
}








/* 나만의 상품제작 / 인증/식검 / 중국상품 구매 */
.mainpage #linkBox{padding: 0; overflow: hidden;}
.mainpage #linkBox ul.conBox{display: flex; justify-content: space-between; align-items: center; overflow: hidden; width: 100%; height: auto; aspect-ratio: auto 2.3 / 1;}
.mainpage #linkBox ul.conBox li{width: 33.3333%; position: relative; height: 100%; background-size: auto 100% !important; background-position: center !important; transition: background-size .3s ease-in; overflow: hidden;}
.mainpage #linkBox ul.conBox li:nth-child(1){background: url('/img/linkBox_img04.png') no-repeat;}
.mainpage #linkBox ul.conBox li:nth-child(2){background: url('/img/linkBox_img05.png') no-repeat;}
.mainpage #linkBox ul.conBox li:nth-child(3){background: url('/img/linkBox_img06.png') no-repeat;}
.mainpage #linkBox ul.conBox li:hover{background-size: auto 110% !important;}
.mainpage #linkBox ul.conBox .title{text-align: center; margin-bottom: 0; position: absolute; z-index: 100; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.mainpage #linkBox ul.conBox .title h3{font-size: var(--font40); font-weight: 600; margin-top: 45px; line-height: 1.2; color:#fff;}
.mainpage #linkBox ul.conBox .title  p{font-size: var(--maintxt); font-weight: 400; margin-top: 30px; line-height: 1.2; color:#fff;}
@media all and (max-width:1200px){
    .mainpage #linkBox ul.conBox{flex-direction: column; aspect-ratio: inherit;}
    .mainpage #linkBox ul.conBox li{width: 100%; min-height: auto; height: 350px; background-size: 100% !important;}
    .mainpage #linkBox ul.conBox li:hover{background-size: 110% !important;}
    .mainpage #linkBox ul.conBox .title h3{margin-top: 30px;}
    .mainpage #linkBox ul.conBox .title p{margin-top: 20px;}
}
@media all and (max-width:800px){
    .mainpage #linkBox ul.conBox .title img{width:70px;}
    .mainpage #linkBox ul.conBox .title h3{margin-top: 20px;}
    .mainpage #linkBox ul.conBox .title p{margin-top: 10px;}
}
@media all and (max-width:500px){
    .mainpage #linkBox ul.conBox li{height: 300px;}    
    .mainpage #linkBox ul.conBox .title img{width: 50px;}
}






/* 거산무역만의 차별화된 서비스 */
.mainpage #serviceBox{}
.mainpage #serviceBox .title{text-align: center;}
.mainpage #serviceBox .title h2{margin-bottom: 20px;}
.mainpage #serviceBox .conBox{display: flex; justify-content: center; align-items: start; gap: 20px;}
.mainpage #serviceBox .conBox li{flex: 1; list-style: none;}
.mainpage #serviceBox .conBox li:hover .imgBox img{transform: scale(1.2);}
.mainpage #serviceBox .conBox li .imgBox {overflow: hidden;}
.mainpage #serviceBox .conBox li .imgBox img{transition: all .3s ease-in;}
.mainpage #serviceBox .conBox li p{font-size: var(--font30); font-weight: 500; color: #000; text-align: center; margin-top: 25px; line-height: 1.2;}
@media all and (max-width:1200px){
    .mainpage #serviceBox .conBox{gap: 10px;}
}
@media all and (max-width:800px){
    .mainpage #serviceBox .conBox{flex-direction: column; align-items: center; gap: 40px;}
    .mainpage #serviceBox .conBox li p{margin-top: 15px;}
    .mainpage #serviceBox .title h2{margin-bottom: 10px;}
}
@media all and (max-width:500px){
    .mainpage #serviceBox .title h2 span.mb{display: block;}
}




/* 중국무역대행 과정 */
.mainpage #processBox{ background: #FAF3EC;}
.mainpage #processBox .title{text-align: center;}
.mainpage #processBox .title h2{margin-bottom: 20px;}
.mainpage #processBox .conBox {display: flex; flex-wrap: wrap; justify-content: center; gap: 65px;}
.mainpage #processBox .conBox li{position: relative; width: calc(100% / 4 - 50px); text-align: center; list-style: none; background: #fff; height: auto; aspect-ratio: 1 / 1; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.mainpage #processBox .conBox li::before{content: ''; position: absolute; top: 50%; right: -65px; width:65px; height: 3px; background:url('/img/process_img08.svg') no-repeat;}
.mainpage #processBox .conBox li:nth-child(4)::before,
.mainpage #processBox .conBox li:last-child::before{display: none;}
.mainpage #processBox .conBox li:nth-child(1) img{animation: process 2s linear infinite;}
.mainpage #processBox .conBox li:nth-child(2) img{animation: process 2s 0.1s linear infinite;}
.mainpage #processBox .conBox li:nth-child(3) img{animation: process 2s 0.2s linear infinite;}
.mainpage #processBox .conBox li:nth-child(4) img{animation: process 5s 0.3s linear infinite;}
.mainpage #processBox .conBox li:nth-child(5) img{animation: process 2s 0.4s linear infinite;}
.mainpage #processBox .conBox li:nth-child(6) img{animation: process 2s 0.5s linear infinite;}
.mainpage #processBox .conBox li:nth-child(7) img{animation: process 2s 0.6s linear infinite;}
.mainpage #processBox .conBox li h3{font-size: var(--font28); font-weight: 500; color: var(--color);line-height: 1.2; margin-bottom: 20px;}
.mainpage #processBox .conBox li p{font-size: var(--font20); font-weight: 500; color: #000; line-height: 1.2; margin-top: 15px;}
@keyframes process {
    0% {
    transform: translateY(0px);
    }
    50% {
    transform: translateY(-10px); 
    }
    100% {
    transform: translateY(0px); 
    }
}

@media all and (max-width:1400px){
    .mainpage #processBox .conBox{gap: 40px;}
    .mainpage #processBox .conBox li{width: calc(100% / 4 - 40px);}
    .mainpage #processBox .conBox li::before{width: 40px; right: -40px;}
    .mainpage #processBox .conBox li img{width: 70px;}
}
@media all and (max-width:1200px){
    .mainpage #processBox .conBox{gap: 40px;}
    .mainpage #processBox .conBox li{width: calc(100% / 3 - 40px);}
    .mainpage #processBox .conBox li:nth-child(4)::before{display: block;}
    .mainpage #processBox .conBox li:nth-child(3)::before,
    .mainpage #processBox .conBox li:nth-child(6)::before{display: none;}
    .mainpage #processBox .conBox li img{width: 50px;}
}
@media all and (max-width:900px){
    .mainpage #processBox .conBox li{width: calc(100% / 2 - 40px);}
    .mainpage #processBox .conBox li:nth-child(3)::before{display: block;}
    .mainpage #processBox .conBox li:nth-child(2)::before,
    .mainpage #processBox .conBox li:nth-child(4)::before{display: none;}
}
@media all and (max-width:800px){
    .mainpage #processBox .title h2{margin-bottom: 10px;}
}
@media all and (max-width:600px){
    .mainpage #processBox .conBox li{width:60%;}
    .mainpage #processBox .conBox li::before{right:inherit; top: inherit; transform:translateX(-50%); left: 50%; bottom: -40px; width: 3px; height: 40px; background: url('/img/process_img08_m.svg') no-repeat;}
    .mainpage #processBox .conBox li:nth-child(2)::before,
    .mainpage #processBox .conBox li:nth-child(4)::before,
    .mainpage #processBox .conBox li:nth-child(6)::before{display: block;}
}
@media all and (max-width:500px){

}





/* 게시판공통 */
.board_page ul.gall_row{overflow: hidden;}
#emo_icon{display: flex; flex-wrap: wrap;}




/* VIDEO */
.mainpage #videoBox{}
.mainpage #videoBox>div{max-width: 1460px;}
.mainpage #videoBox .title{text-align: center; margin: 0 auto 80px;}
.mainpage #videoBox .title h2{margin-bottom: 20px;}
.mainpage #videoBox .conBox {margin: 0 auto;}
.mainpage #videoBox .conBox .btnBox{display:flex; justify-content: center;}
.mainpage #videoBox .conBox .boardBox{margin-bottom: 80px !important; padding: 0 70px; position: relative;}
.mainpage #videoBox .na-title{display: none !important;}
.mainpage #videoBox .video_slide{width: 100% !important; margin:0 auto; position: relative; overflow: hidden;}
.mainpage #videoBox .video_slide .swiper-slide .img-item img{height: 100% !important;}
.mainpage #videoBox .navigation-wrapper {width:100%;margin:0 auto;display:flex;justify-content:space-between;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.mainpage #videoBox .video_prev,
.mainpage #videoBox .video_next{position:static; margin-top:0; width: auto;}
.mainpage #videoBox .video_prev::after{content: '' !important; background: url('/img/mainslide_prev.png') no-repeat 100%; width: 33px; height: 65px; background-size: cover;}
.mainpage #videoBox .video_next::after{content: '' !important; background: url('/img/mainslide_next.png') no-repeat 100%; width: 33px; height: 65px; background-size: cover;}
.mainpage #videoBox .conBox .btnBox{display:flex; justify-content: center;}

@media all and (max-width:1400px){
    .mainpage #videoBox .title{margin-bottom: 60px;}
    .mainpage #videoBox .conBox .boardBox{margin-bottom: 60px !important;}
}
@media all and (max-width:1200px){
    .mainpage #videoBox .conBox .boardBox{padding: 0 50px;}
}
@media all and (max-width:800px){
    .mainpage #videoBox .title{margin-bottom: 40px;}
    .mainpage #videoBox .title h2{margin-bottom: 10px;}
    .mainpage #videoBox .conBox .boardBox{padding: 0 30px; margin-bottom: 40px !important;}
    .mainpage #videoBox .video_prev::after{width: 20px; height: 40px;}
    .mainpage #videoBox .video_next::after{width: 20px; height:40px;}
}





/* NOTICE */
.mainpage #noticeBox{padding-top: 0;}
.mainpage #noticeBox .title{display: flex; justify-content: space-between; align-items: center;}
.mainpage #noticeBox .conBox{display: flex; justify-content: space-between; align-items: start; gap: 80px;}
.mainpage #noticeBox .conBox>div{flex: 1; width: 50%;}
.mainpage #noticeBox .conBox .boardBox ul{border-top: 2px solid #000; border-bottom: 2px solid #000;}
.mainpage #noticeBox .conBox .boardBox ul li{padding: 27px 25px 27px 0; border-bottom: 1px solid #D9D9D9;}
.mainpage #noticeBox .conBox .boardBox ul li:last-child{border-bottom: 0;}
.mainpage #noticeBox .conBox .boardBox .na-title .na-item{justify-content: space-between;}
.mainpage #noticeBox .conBox .boardBox .na-title .na-subject{font-size: var(--font20); font-weight: 600; display: block !important; line-height: 1.2; width: calc(100% - 35px);}
.mainpage #noticeBox .conBox .boardBox .na-title .na-subject:hover{color: var(--color);}
@media all and (max-width:1200px){
    .mainpage #noticeBox .conBox{gap: 60px;}
    .mainpage #noticeBox .conBox .boardBox ul li{padding: 20px 20px 20px 0;}
}
@media all and (max-width:1000px){
    .mainpage #noticeBox .conBox{gap: 40px; flex-direction: column-reverse;}
    .mainpage #noticeBox .conBox .boardBox ul li{padding:15px 15px 15px 0;}
    .mainpage #noticeBox .conBox>div{width: 100%;}
    .mainpage #noticeBox .conBox .imgBox img{width: 100%;}
}
@media all and (max-width:800px){
    .mainpage #noticeBox .conBox .boardBox .na-title .na-item img{width: 10px;}
    .mainpage a.viewmorebtn{width: 140px;}
}







/* GALLERY */
.mainpage #galleryBox{background: #F5F5F5;}
.mainpage #galleryBox>div{max-width: 1460px; width: 90%;}
.mainpage #galleryBox .title{text-align: center; margin: 0 auto 80px;}
.mainpage #galleryBox .title h2{margin-bottom: 20px;}
.mainpage #galleryBox .conBox {margin: 0 auto;}
.mainpage #galleryBox .conBox .btnBox{display:flex; justify-content: center;}
.mainpage #galleryBox .conBox .boardBox{margin-bottom: 80px !important; padding: 0 70px; position: relative;}
.mainpage #galleryBox .na-title{display: none !important;}
.mainpage #galleryBox .gallery_slide{width: 100% !important; margin:0 auto; position: relative; overflow: hidden;}
.mainpage #galleryBox .navigation-wrapper {width:100%;margin:0 auto;display:flex;justify-content:space-between;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.mainpage #galleryBox .gallery_prev,
.mainpage #galleryBox .gallery_next{position:static; margin-top:0; width: auto;}
.mainpage #galleryBox .gallery_prev::after{content: '' !important; background: url('/img/mainslide_prev.png') no-repeat 100%; width: 33px; height: 65px; background-size: cover;}
.mainpage #galleryBox .gallery_next::after{content: '' !important; background: url('/img/mainslide_next.png') no-repeat 100%; width: 33px; height: 65px; background-size: cover;}
.label-cap{display: none;}
@media all and (max-width:1400px){
    .mainpage #galleryBox .title{margin-bottom: 60px;}
    .mainpage #galleryBox .conBox .boardBox{margin-bottom: 60px !important;}
}
@media all and (max-width:1200px){
    .mainpage #galleryBox .conBox .boardBox{padding: 0 50px;}
}
@media all and (max-width:800px){
    .mainpage #galleryBox .title{margin-bottom: 40px;}
    .mainpage #galleryBox .title h2{margin-bottom: 10px;}
    .mainpage #galleryBox .conBox .boardBox{padding: 0 30px; margin-bottom: 40px !important;}
    .mainpage #galleryBox .gallery_prev::after{width: 20px; height: 40px;}
    .mainpage #galleryBox .gallery_next::after{width: 20px; height:40px;}
}





/* 추천상품 */
.mainpage #recommend{}
.mainpage #recommend .title{text-align: center;}
.mainpage #recommend .title h2{margin-bottom: 20px;}
.mainpage #recommend .conBox ul{display: flex; flex-wrap: wrap; justify-content:center; gap: 10px;}
.mainpage #recommend .conBox ul li{width: calc(100% / 5 - 10px);}
@media all and (max-width:1200px){
    .mainpage #recommend .conBox ul li{width: calc(100% / 4 - 10px);}
}
@media all and (max-width:800px){
    .mainpage #recommend .title h2{margin-bottom: 10px;}
    .mainpage #recommend .conBox ul li{width: calc(100% / 3 - 10px);}
}
@media all and (max-width:600px){
    .mainpage #recommend .conBox ul li{width: calc(100% / 2 - 10px);}
}







/* 고객상담 */
.mainpage #customerBox{background: url('/img/customer_bg.png') no-repeat 50% 50%; padding: 80px 0;}
.mainpage #customerBox .title{text-align: center;}
.mainpage #customerBox .title h2{color: #fff;}
.mainpage #customerBox .conBox{text-align: center;}
.mainpage #customerBox .conBox .callBox{margin-bottom: 80px;}
.mainpage #customerBox .conBox .callBox>div{display: flex; justify-content: center; align-items: center; color: #fff; gap: 40px;}
.mainpage #customerBox .conBox .callBox>div:first-child{margin-bottom: 20px;}
.mainpage #customerBox .conBox .callBox>div .tit{display: flex; align-items: center;}
.mainpage #customerBox .conBox .callBox>div h3{font-size: var(--font40); font-weight: 500; margin-left:15px; display: inline-block;}
.mainpage #customerBox .conBox .callBox>div span{font-size: var(--font48); font-weight: 600; line-height: 1.2;}
.mainpage #customerBox .conBox .snsBox{display: flex;justify-content: center; gap: 20px;}
.mainpage #customerBox .conBox .snsBox li{list-style: none; background: #fff; border-radius: 50px; display: flex; align-items: center;}
.mainpage #customerBox .conBox .snsBox li a{display: flex; align-items: center; padding: 10px 15px; width: 100%;}
.mainpage #customerBox .conBox .snsBox li a:hover{color: #000;}
.mainpage #customerBox .conBox .snsBox li a p{font-size: var(--maintxt); font-weight: 500; color: #000; margin: 0 15px 0 10px;}
.mainpage #customerBox .conBox .snsBox li a span{font-size: var(--maintxt); font-weight: 600; color: #000;;}
@media all and (max-width:1400px){
    .mainpage #customerBox .conBox .snsBox{flex-direction: column; align-items: center;}
    .mainpage #customerBox .conBox .snsBox li{width: 500px;}
    .mainpage #customerBox .conBox .callBox{margin-bottom: 60px;}
}
@media all and (max-width:800px){   
    .mainpage #customerBox .conBox .callBox>div{gap: 20px;}
    .mainpage #customerBox .conBox .callBox>div h3{margin-left:10px;}
    .mainpage #customerBox .conBox .callBox>div img{width: 35px;}
    .mainpage #customerBox .conBox .snsBox li{width: 400px;}
    .mainpage #customerBox .conBox .snsBox li a img{width: 45px;}
}
@media all and (max-width:550px){
    .mainpage #customerBox .conBox .callBox{margin-bottom: 40px;}
    .mainpage #customerBox .conBox .callBox>div{flex-direction: column; gap: 10px;}
    .mainpage #customerBox .conBox .callBox>div:first-child{margin-bottom: 30px;}
}
@media all and (max-width:450px){
    .mainpage #customerBox .conBox .snsBox li{width: 100%;}
    .mainpage #customerBox .conBox .snsBox li a{padding: 5px 15px;}
    .mainpage #customerBox .conBox .snsBox li a img{width: 40px;}
    .mainpage #customerBox .conBox .snsBox li a p{margin: 0 10px;}
}









/* viewmoreBox */
.mainpage #viewmoreBox{}
.mainpage #viewmoreBox .conBox{display: flex; justify-content: space-between; align-items: start; gap: 80px;}
.mainpage #viewmoreBox .conBox li{list-style: none; position: relative; flex: 1;}
.mainpage #viewmoreBox .conBox li::before{content: ''; position: absolute; right:-40px; top: 50%; transform: translateY(-50%); width: 1px; height: 100%; background: #d9d9d9;}
.mainpage #viewmoreBox .conBox li:last-child::before{display: none;}
.mainpage #viewmoreBox .conBox li h3{font-size: var(--font20); font-weight: 500; color: #1B1B1B; margin-bottom: 10px; display: flex; gap: 5px; align-items: center;}
.mainpage #viewmoreBox .conBox li h2{font-size: var(--font28); font-weight: 600; color: #1B1B1B; margin-bottom: 30px; letter-spacing: -1px;}
.mainpage #viewmoreBox .conBox li p{font-size: var(--font20); font-weight: 400; color: #636363; margin-bottom: 45px;}
.mainpage #viewmoreBox .conBox li a{font-size: var(--font18); font-weight: 400; color: #fff; width: 165px; height: 45px; background: var(--color); border-radius: 50px; display: flex; justify-content: center; align-items: center; gap: 10px;} 
.mainpage #viewmoreBox .conBox li a:hover{background: #1B1B1B;}
@media all and (max-width:1600px){
    .mainpage #viewmoreBox .conBox{gap: 60px;}
    .mainpage #viewmoreBox .conBox li::before{right: -30px;}
}
@media all and (max-width:1400px){
    .mainpage #viewmoreBox .conBox{flex-wrap: wrap;}
    .mainpage #viewmoreBox .conBox li{flex: auto; width:calc(50% - 40px); padding: 0 20px;}
    .mainpage #viewmoreBox .conBox li:nth-child(even):before{display: none;}
}
@media all and (max-width:800px){
    .mainpage #viewmoreBox .conBox li{flex: auto; width:calc(100% - 40px); padding: 0;}
    .mainpage #viewmoreBox .conBox li:nth-child(even):before{display: block;}
    .mainpage #viewmoreBox .conBox li::before{right: inherit; top: inherit; transform: inherit; left: 0; bottom: -30px; width: 100%; height: 1px;}
    .mainpage #viewmoreBox .conBox li h3{margin-bottom: 5px;}
    .mainpage #viewmoreBox .conBox li h2{margin-bottom: 15px;}
    .mainpage #viewmoreBox .conBox li p{margin-bottom: 30px;}
}