/*---common css---*/

:root {
  /*color*/
  --color-base: #000;
  --color-gray: #838383;
  --color-wh-gray: #bdbdbd;
  --color-point: #b91d1d;

  --color-kakao: #ffc401;
  --color-kakao-text: #442f01;

  --color-naver: #00c13a;

  /*font-size*/
  --font-size-14: 0.875rem;
  --font-size-16: 1rem;
  --font-size-17: 1.0625rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-40: 2.5rem;
  --font-size-60: 3.75rem;
  --font-size-70: 4.375rem;
  --font-size-75: 4.688rem;
  --font-size-80: 5rem;

  /*font-weight*/
  --font-r: 400;
  --font-m: 500;
  --font-sb: 600;
  --font-b: bold;
  --font-eb: 800;
  --font-bl: 900;
}

/*font size*/
.fs_14 {
  font-size: var(--font-size-14);
}
.fs_16 {
  font-size: var(--font-size-16);
}
.fs_17 {
  font-size: var(--font-size-17);
}
.fs_18 {
  font-size: var(--font-size-18);
}
.fs_20 {
  font-size: var(--font-size-20);
}

.fs_24 {
  font-size: var(--font-size-24);
}

.fs_26 {
  font-size: var(--font-size-26);
}

.fs_40 {
  font-size: var(--font-size-40);
}


.fs_60 {
  font-size: var(--font-size-60);
}

.fs_70 {
  font-size: var(--font-size-70);
}


.fs_75 {
  font-size: var(--font-size-75);
}

.fs_80 {
  font-size: var(--font-size-80);
}



@media screen and (max-width: 1080px) {
	/*메인 비주얼 text*/
	.fs_75 {font-size:45px;}
	/*타이틀*/
	.fs_80{}
	/*section02*/
	.fs_26{}
	.fs_70{font-size:43px;}
	/*section03*/
	.fs_24 {}

	/*section04*/
	.fs_60 {font-size:40px;}
}


@media screen and (max-width: 768px) {
	/*메인 비주얼 text*/
	.fs_75 {font-size:39px;}
	/*타이틀*/
	.fs_80{font-size:40px;}
	/*section02*/
	.fs_26{}
	.fs_70{font-size:39px;}
	/*section03*/
	.fs_24 {}
	.fs_40 {font-size:28px;}
	/*section04*/
	.fs_60 {font-size:35px;}
}




/*font weight*/
.font_r {
  font-weight: var(--font-r);
}
.font_m {
  font-weight: var(--font-m);
}
.font_sb {
  font-weight: var(--font-sb);
}
.font_b {
  font-weight: var(--font-b);
}
.font_eb {
  font-weight: var(--font-eb);
}

.font_bl {
  font-weight: var(--font-bl);
}

/*text-motion*/

.j_motion.common_motion {
  transform: translateY(25px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.4s;
}
.j_motion.common_motion.on {
  transform: translateY(0);
  opacity: 1;
}

.j_delay_01 {
  transition-delay: 0.2s !important;
}
.j_delay_02 {
  transition-delay: 0.4s !important;
}
.j_delay_03 {
  transition-delay: 0.6s !important;
}
.j_delay_04 {
  transition-delay: 0.8s !important;
}
.j_delay_05 {
  transition-delay: 1s !important;
}
.j_delay_06 {
  transition-delay: 1.2s !important;
}
.j_delay_07 {
  transition-delay: 1.4s !important;
}
.j_delay_08 {
  transition-delay: 1.6s !important;
}
.j_delay_09 {
  transition-delay: 1.8s !important;
}
.j_delay_10 {
  transition-delay: 2s !important;
}
.j_delay_11 {
  transition-delay: 2.2s !important;
}


/*margin*/


/*br*/


/*word-break*/
.wb {word-break:keep-all;}
.br_mo{display:none;}

/*common*/


@media screen and (max-width: 768px) {
	.br_pc {display:none;}
	.br_mo{display:block;}
}


/*---header---*/
#j_header {position:fixed; top:0; left:0; width:100%; height:85px; padding-bottom:13px; box-sizing:border-box; z-index:999; transition:0.25s;}
#j_header .j_hd_con {display:flex; justify-content: space-between; height:100%; max-width:1700px; width:90%; margin:0 auto; }

#j_header .hd_left_box {display:flex; height:100%;}
#j_header .hd_right_box {display:flex; align-items: flex-end; transition:0.25s;}
#j_header .hd_gnb {height:100%;}
#j_header .hd_gnb > .j_gnb {display:flex; height:100%;}
#j_header .hd_gnb > .j_gnb > li {height:100%; margin-left: 43px;}
#j_header .hd_gnb > .j_gnb > li > a {display:block; height:100%;  color:#fff; font-size:1rem; font-weight:500; line-height:125px; transition:0.25s;}
#j_header .hd_link > ul {display:flex;}
#j_header .hd_link > ul > li > a {color:#fff; font-size:1rem; font-weight:500; margin-left:43px; opacity:0.8;display: block;width: 100%;height: 100%;}
#j_header .hd_link > ul > li > a.k_search_open>img{display: block;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(358deg) brightness(107%) contrast(101%);}

#j_header .jb_active {display:none;}
#j_header.active {background:#05143b; padding-bottom:0px;}
#j_header.active .nav_btn>span {background:#fff;}
#j_header.active .jb_active{display:none;}
#j_header.active .hd_gnb > .j_gnb > li > a {color:#fff; line-height: 85px;}
#j_header.active .hd_link > ul > li > a {color:#fff; }
#j_header.active .new_hd_logo {padding-top:24px;}
.new_hd_logo {padding-top:40px;}
/* #j_header.active .hd_left_box {align-items:center;} */
#j_header.active .hd_right_box {align-items:center;}




@media screen and (max-width: 1240px) {
	#j_header .hd_gnb > .j_gnb {display:none;}

	#j_header .hd_right_box{margin-right: 50px;}
	#j_header .hd_right_box .hd_link{display: none;}
}

@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 768px) {
 #j_header  {height: 60px;}
 #j_header .new_hd_logo img {width:60%;}
 .new_hd_logo {padding-top:0px;}
 #j_header.active .new_hd_logo {padding-top:5px;}
/* #j_header .new_hd_logo {padding-top:20px;}*/
/* #j_header.active .new_hd_logo {padding-top:20px;}*/
	
	#j_header .hd_right_box{align-items: center;}
	#j_header .hd_right_box{margin-right: 30px;}
}


/*sub_header */


#j_header_sub_02 {position:fixed; top:0; left:0; width:100%; height:85px; padding-bottom:13px; box-sizing:border-box; z-index:999; transition:0.25s;}
#j_header_sub_02 .j_hd_con {display:flex; justify-content: space-between; height:100%; max-width:1700px; width:90%; margin:0 auto; }

#j_header_sub_02 .hd_left_box {display:flex; height:100%;}
#j_header_sub_02 .hd_right_box {display:flex; align-items: flex-end; transition:0.25s;}
#j_header_sub_02 .hd_gnb {height:100%;}
#j_header_sub_02 .hd_gnb > .j_gnb {display:flex; height:100%;}
#j_header_sub_02 .hd_gnb > .j_gnb > li {height:100%; margin-left: 43px;}
#j_header_sub_02 .hd_gnb > .j_gnb > li > a {display:block; height:100%;  color:#fff; font-size:1rem; font-weight:500; line-height:125px; transition:0.25s;}
#j_header_sub_02 .hd_link > ul {display:flex;}
#j_header_sub_02 .hd_link > ul > li > a {color:#fff; font-size:1rem; font-weight:500; margin-left:43px; opacity:0.8;}

#j_header_sub_02 .jb_active {display:none;}
#j_header_sub_02.active {background:#05143b; padding-bottom:0px;}
#j_header_sub_02.active .nav_btn>span {background:#fff;}
#j_header_sub_02.active .jb_active{display:none;}
#j_header_sub_02.active .hd_gnb > .j_gnb > li > a {color:#fff; line-height: 85px;}
#j_header_sub_02.active .hd_link > ul > li > a {color:#fff; }
#j_header_sub_02.active .new_hd_logo {padding-top:24px;}
.new_hd_logo {padding-top:40px;}
/* #j_header.active .hd_left_box {align-items:center;} */
#j_header_sub_02.active .hd_right_box {align-items:center;}




@media screen and (max-width: 1240px) {
	#j_header_sub_02 .hd_gnb > .j_gnb {display:none;}
	#j_header_sub_02 .hd_right_box {display:none;}
}

@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 768px) {
 #j_header_sub_02  {height: 60px;}
 #j_header_sub_02 .new_hd_logo img {width:60%;}
 .new_hd_logo {padding-top:0px;}
 #j_header_sub_02 .new_hd_logo {padding-top:20px;}
 #j_header_sub_02.active .new_hd_logo {padding-top:20px;}
}




/*--mobile_wrap--*/

.mobile_wrap {position:absolute; top:0; right:0;width:100%; height:100vh; background:#05143b; display:none;}
.mo_inner {height:100%;}
.mo_gnb {height:100%;}
.mo_gnb>.j_gnb {display:flex; align-items: center;  height: 100%; flex-direction: column;justify-content: center; }
.mo_gnb>.j_gnb>li>a {font-size:2.5rem;padding: 10px; display: block; transition: .3s; color: #fff; font-weight: 500;}
.mo_gnb>.j_gnb>li>a:hover {color:#8bb7ef; /*#adcce6;*/}
.mo_gnb>.j_gnb>li>ul>li>a {display:none;}

/*--mo_gnb--*/
.btn_box {width: 35px; height: 21px; position:absolute; right:50px; top:60%;transform:translateY(-50%); display:none;  transition:0.25s;}
.btn_box.on .nav_btn>span:nth-of-type(1) {transform: rotate(45deg);}
.btn_box.on .nav_btn>span:nth-of-type(2) {display:none;}
.btn_box.on .nav_btn>span:nth-of-type(3) {transform: rotate(-45deg);}
.btn_box.on span {background:#fff;}
.nav_btn{width:100%; height:100%;}
.nav_btn>span {display: block;width: 100%; height: 2px;background: #fff;position: absolute; transition: .3s;}
.nav_btn>span:nth-of-type(1) {transform: translateY(6px);}
.nav_btn>span:nth-of-type(2) {transform: translateY(0px);}
.nav_btn>span:nth-of-type(3) {transform: translateY(-6px);}

@media screen and (max-width:1240px){
	.btn_box {display:block; z-index:999}
}


@media screen and (max-width:768px){ 
	 
	.mo_gnb>.j_gnb>li{width: 100%;}
	.mo_gnb>.j_gnb>li>a {font-size: 24px;font-weight: bold;width: 100%;text-align: center;padding: 15px 0;}
	.btn_box {width:21px; right:0px; top:50%}

}


/*--mo link--*/

.mo_link {position: absolute;left: 50%; transform: translateX(-50%);bottom: 100px; color: #fff; width: 100%; max-width: 400px;}
.mo_link ul { display: flex; justify-content: space-around;}
.mo_link ul li a {transition: .3s;}
.mo_link ul li a:hover {color:#8bb7ef;}



/*-- main_visual--*/

.new_mv_section {/*background:url('/img/new_cell97.7/section/mv_img01.jpg') no-repeat center / cover ;  */width:100%; height:100vh; position:relative;}

.new_mv_section .new_mv_text {position: absolute; top:50%; left:50%; transform:translate(-50% , -50%); text-align:center; width:100%;}
.new_mv_section .new_mv_text h2 {color:#fff; letter-spacing:-0.025em;}
.new_mv_section .new_mv_text p {color:#fff; opacity:0.8; margin-top:25px;}

.jv_mv_img_box img {width:100%; height:100vh; }


@media screen and (max-width:768px){
	/* .new_mv_section {height:570px;} */
}

/*--best section-- */
.jb_sec_tit {margin-bottom:88px;}

.jb_best_prod {display:flex; flex-wrap:wrap;}

.jb_best_prod li {width:calc((100% - 28px*3)/4); margin-right:28px;}
.jb_best_prod li:nth-of-type(4) {margin-right:0;}
.jb_text_box h4 {margin-top:30px;width: 80%;margin: 0 auto;}
.jb_text_box p { line-height:1.7em; width:90%; margin:15px auto 0 auto;  word-break:keep-all; /* overflow: hidden;white-space: nowrap; text-overflow: ellipsis; word-break: break-all; */}
.jb_price {margin-top:30px;}
.sale_p { text-decoration:line-through; color:#9c9c9c;margin-right:10px;}
.j_sct {display:flex; justify-content:center; align-items:center;}

@media screen and (max-width: 1080px) {
	
}

@media screen and (max-width: 768px) {
	.jb_best_prod {flex-wrap:wrap;}
	.jb_best_prod li {width:calc((100% - 30px)/2); margin-right:20px;}
	.jb_best_prod li:nth-of-type(2n) {margin-right:0;}
	.jb_best_prod li:nth-of-type(3) {margin-right:30px;}
	.jb_best_prod li:nth-of-type(n+3) {margin-top:30px;}

	.jb_sec_tit {margin-bottom:40px;}
	.jb_text_box h4 {margin-top:15px;width: 100%;}
	.jb_text_box p {margin-top:10px;}
	.jb_price {margin-top:15px;}
}



/*section 02*/

.jb_section02 {position:relative; padding-bottom:16%;}
.jb_section02:after {content:''; width:100%; position:absolute; bottom:0; left:0; background:url('/img/new_cell97.7/section/jb_section02_bg.jpg') no-repeat center / cover; z-index: -1; height: 600px; width:100%;}
.jb_section02:before {}
.prod_d01 {display:flex;}
.prod_d01 .prod_desc_right_box {padding-top:134px; box-sizing:border-box; margin-left:200px;}
.prod_d01 .prod_desc_right_box h4 {margin-top:7px;}
.prod_d01 .prod_desc_right_box p {margin-top:70px; line-height:1.7em; word-break:keep-all;}
.prod_d01 .prod_desc_right_box a {display:block; margin-top:50px; }
.prod_d01 .prod_desc_right_box a i {border-bottom:1px solid #000;}

.prod_d01 .prod_desc_left_box::after{content: "";position: absolute;top: 0;right: 0;width: 100%;height: 100%;background-color: #fff;z-index: 100;transition: width 1s ease;}
.prod_d01 .prod_desc_left_box figure{overflow: hidden; position: relative;}
.prod_d01 .prod_desc_left_box figure::before, .prod_d01 .prod_desc_left_box figure::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.prod_d01 .prod_desc_left_box figure::before{z-index: 2;opacity: 0;transition: opacity .3s ease;}
.prod_d01 .prod_desc_left_box figure::after{z-index: 1;}
.prod_d01 .prod_desc_left_box figure img{display: block;width: 100%;transform: scale(1.1);transition: transform 1s ease;}

/*on*/
.prod_d01 .prod_desc_left_box.on::after{width: 0;}
.prod_d01 .prod_desc_left_box.on figure img{transform: scale(1);}



.prod_d02 {display:flex; justify-content:space-between;}
.prod_d02 .prod_desc_left_box {margin-left:160px; margin-top:128px; margin-right:50px;}
.prod_d02 .prod_desc_left_box h4 {margin-top:7px;}
.prod_d02 .prod_desc_left_box p {margin-top:70px; line-height:1.7em; word-break:keep-all; max-width:700px;}
.prod_d02 .prod_desc_left_box a {display:block; margin-top:50px;}
.prod_d02 .prod_desc_left_box a i {border-bottom:1px solid #000;}
.prod_d02 .prod_desc_right_box {margin-top:-150px;}


.prod_d02 .prod_desc_right_box::after{content: "";position: absolute;top: 0;right: 0;width: 100%;height: 100%;background-color: #fff;z-index: 100;transition: width 1s ease;}
.prod_d02 .prod_desc_right_box figure{overflow: hidden; position: relative;}
.prod_d02 .prod_desc_right_box figure::before, .prod_d01 .prod_desc_left_box figure::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.prod_d02 .prod_desc_right_box figure::before{z-index: 2;opacity: 0;transition: opacity .3s ease;}
.prod_d02 .prod_desc_right_box figure::after{z-index: 1;}
.prod_d02 .prod_desc_right_box figure img{display: block;width: 100%;transform: scale(1.1);transition: transform 1s ease;}

/*on*/
.prod_d02 .prod_desc_right_box.on::after{width: 0;}
.prod_d02 .prod_desc_right_box.on figure img{transform: scale(1);}




@media screen and (max-width: 1580px) {
	.prod_d02 {margin-top:50px;}
	.prod_d01 .prod_desc_right_box {margin-left:160px;}
	.prod_d02 .prod_desc_right_box {margin-top:0px;}
}
@media screen and (max-width: 1200px) {
	.prod_d02 .prod_desc_left_box {margin-left:80px;}
	.prod_d01 .prod_desc_right_box {margin-left:80px;}
}


@media screen and (max-width: 1080px) {
	.prod_text_box h2{font-size:39px;}
	.prod_d01 .prod_desc_right_box {padding-top:60px;}
	.prod_d01 .prod_desc_right_box p {margin-top:35px;}
	.prod_d01 .prod_desc_right_box a {margin-top:25px;}

	.prod_d02 .prod_desc_left_box {margin-top:60px;}
	.prod_d02 .prod_desc_left_box p {margin-top:35px;}
	.prod_d02 .prod_desc_left_box a {margin-top:25px;}
	
}

@media screen and (max-width: 980px) {
	.prod_d01 {flex-wrap: wrap; align-items:center;}
	.prod_d01 .prod_desc_left_box {width:100%;}
	.prod_d01 .prod_desc_left_box .img_box {text-align:center;}
	.prod_d01 .prod_desc_right_box {width:100%; margin-left:0;}
	.prod_d01 .prod_desc_right_box .prod_text_box {text-align:center;}

	.jb_inner02 {max-width:1700px; width:90%;}
	.prod_d02 {flex-wrap: wrap; flex-direction: column-reverse;}
	.prod_d02 .prod_desc_left_box {width:100%; margin:60px 0 0 0 ;}
	.prod_d02 .prod_desc_left_box  .prod_text_box {text-align:center;}
}


@media screen and (max-width: 768px) {
.prod_text_box h2{font-size:33px;}
}



/*section 03*/

.jb_section03 {position:relative; padding:150px 0;}
.jb_section03:after {content:''; position:absolute; left:50%; top:-100px;; width:100%; max-width:1111px; height:268px; transform:translateX(-50%);z-index:10; background:url('/img/new_cell97.7/section/jb_sec03_bg.png') no-repeat center / cover; z-index:-1} 
.jb_section03 .jb_sec_tit p {opacity:0.4; margin-top:20px;}
.jb_sec03_desc_box p{line-height:1.7em; word-break:keep-all;}
.jb_sec03_desc_box a {display:block; margin-top:50px;}
.jb_sec03_desc_box a i { border-bottom: 1px solid #000;}


@media screen and (max-width: 1080px) {
	.jb_section03 {padding:100px 0;}
}


@media screen and (max-width: 768px) {
	.jb_section03 {padding:40px 0;}
	.jb_section03:after {top:-30px; height:117px;}
	.jb_sec03_desc_box a { margin-top:25px;}
}



/*section 04*/
.jb_section04 {overflow:hidden; padding:150px 0;}
.sec04_swiper {overflow: visible;}
.sec04_swiper .swiper-wrapper {transition-timing-function: linear;}
.jb_section04 .swiper-slide img {width:100%;}
.jb_section04 .swiper-slide figure {margin:0;}
.jb_sec04_insta h2 {color:#05143b; margin-top:70px;}


@media screen and (max-width: 1080px) {
	.jb_section04 {padding:100px 0;}
	.jb_sec04_insta h2 {margin-top:35px;}

}


@media screen and (max-width: 768px) {
	.jb_section04 {padding:40px 0;}
	.jb_sec04_insta h2 {margin-top:20px;}
}




/*--footer--*/
.jb_footer {padding:75px 0;}
.jb_footer .jb_bottom_box {display:flex;  justify-content: space-between;}
.jb_ft_right_box .jb_ft_link {display:flex;}
.jb_ft_right_box .jb_ft_link a {display:block; margin-right:22px;}
.jb_ft_right_box p{color:#454545; line-height:2.14; margin-top:35px;}
.jb_ft_right_box span {display:block; color:#858585; margin-top:35px;}

/*메인수정*/
.jb_footer{background: #05143b;}
.jb_ft_right_box *{color: #FFF !important;}
.jb_footer .jb_ft_left_box h2 a:first-child{display: none;}

@media screen and (max-width: 980px) {
	.jb_footer .jb_bottom_box {flex-wrap:wrap;}
	.jb_ft_left_box {width:100%;}
	.jb_ft_right_box {width:100%; margin-top:30px;}

}

@media screen and (max-width: 768px) {
.jb_ft_left_box {text-align:center;}
.jb_ft_right_box {text-align:center;}
.jb_ft_right_box .jb_ft_link {justify-content:center;}
.jb_ft_right_box p {margin-top:30px;}
.jb_ft_left_box h1 img {width:23%;}
}



/*---개인정보처리방침, 이용약관 팝업 추가---*/

.add_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 9999;display: none;}
.add_pop_wrap *{color: #000;}
.add_pop_wrap h4 {color:#fff;}
.add_pop_inner{position: absolute;top: 50%;left: 50%;width: 94%;max-width: 800px;height: 600px;border-radius: 15px;overflow: hidden;transform: translate(-50%,-50%) scale(.9);transition: transform .3s ease;}
#add_wrap_03 .add_pop_inner{height: 250px;}
.add_pop_wrap.active .add_pop_inner{transform: translate(-50%,-50%) scale(1);}

.add_pop_tit{background: #05143b;color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;}
.add_pop_close{width: 20px;height: 60px;position: relative;}
.add_pop_close span{position: absolute;top: 29px;left: 0;width: 20px;height: 2px;background: #fff;z-index: 1;transition: transform .3s ease;}
.add_pop_close span:nth-child(1){transform: rotate(45deg);}
.add_pop_close span:nth-child(2){transform: rotate(-45deg);}

.add_pop_close:hover span{transform: rotate(0);}

.add_pop_con{background: #FFF;padding: 22px 25px;overflow-y: scroll;height: calc( 100% - 60px );}
.add_pop_con h5{font-size: 1rem;font-weight: bold;margin-bottom: 10px;}
.add_pop_con p{font-size: 14px;line-height: 160%;margin-bottom: 25px;}

@media (max-width: 768px){ 
	
	.add_pop_con p{font-size: 12px;}
}

/*---유튜브 추가---*/
#video_wrap{position: relative;width: 100%;height: auto;padding-bottom: 56.25%;}
#video_wrap::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: rgba(0,0,0,.1);}
#video_player{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/*-- 다국어 버튼 추가 --*/
.new_lang_box{margin-left: 30px;}
.new_lang_box>form>ul{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;height: 100%;}
.new_lang_box>form>ul>li>a{display: block;width: 100%;height: 100%;font-weight: 500;color: #fff;opacity: 0.5;padding: 0 14px;transition: color .3s;position: relative;}
.new_lang_box>form>ul>li>a.on{opacity: 1;font-weight: bold;}
.new_lang_box>form>ul>li>a::after{content: "";position: absolute;top: 50%;right: 0;width: 1px;height: 14px;background: #FFF;opacity: 0.3;transform: translateY(-50%);}
.new_lang_box>form>ul>li:last-child>a::after{display: none;}

/*-- 다국어 대응 - 반응형 css 추가 --*/
@media (max-width: 1600px){ 
	
	#j_header .hd_gnb > .j_gnb > li{margin-left: 35px;}
	#j_header .hd_link > ul > li > a, .new_lang_box{margin-left: 25px;}
}

@media (max-width: 1380px){ 
	
	#j_header.active .new_hd_logo{padding-top: 18px;}
	.new_hd_logo img{max-width: 100px;}
	#j_header .hd_gnb > .j_gnb > li{margin-left: 30px;}
	#j_header .hd_link > ul > li > a, .new_lang_box{margin-left: 15px;}
}

@media (max-width: 1280px){ 
	
	.btn_box{top: 50%;right: 0;}
	.new_hd_logo{padding-top: 18px;}
}

@media (max-width: 768px){ 
	
	.new_hd_logo{padding-top: 4px;}
	#j_header.active .new_hd_logo{padding-top: 4px;}
	.new_hd_logo img{max-width: 200px;}
}