
 .wrap{overflow-x:hidden;}

/* header */
 header{background:#222;height:44px}
.header_con{max-width:1200px;margin:0 auto;box-sizing:border-box;clear:both;}
.header_con h1{margin:11px 55px 0 0;float:left;}
.header_con h1 a{display:block;width:72px;height:20px}
.header_con h1 a img{width:100%}
.header_con .gnb{float:left;margin-top:3px;width:960px;position:relative;}
.header_con .gnb li{float:left;line-height:35px;box-sizing:border-box;}
.header_con .gnb li.on a,.header_con .gnb li:hover a{opacity:.65}
.header_con .gnb li a{color:#fff;font-size:15px;margin-right:40px;font-family: 'Montserrat-L';}
.header_con .gnb li:nth-child(4){right:202px;position:absolute;}
.header_con .gnb li:nth-child(5){right:115px;position:absolute;}
.header_con .gnb li:nth-child(6){right:0;position:absolute;}
.header_con .gnb li:nth-child(4) a,.header_con .gnb li:nth-child(5) a,.header_con .gnb li:nth-child(6) a{margin-right:25px}
.login_cart{float:right;margin-top:5px;padding-right:5px}
.btn_mob_close{display:none}
.login{color:#79c700;padding-right:20px;font-family: 'OpenSans-SB';}
.cart{color:#79c700;background:url("../img/common/bg_cart.png") no-repeat;display:inline-block;width:25px;height:32px;line-height:40px;font-size:13px;text-align:center;}
.mob_gnb_cart{display:none}

.ani_txt .gnb li:nth-child(1){transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani01 .5s both;-webkit-animation:text_ani01 .5s both;animation-delay:.1s;-webkit-animation-delay:.1s;}
.ani_txt .gnb li:nth-child(2){transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani02 .5s both;-webkit-animation:text_ani02 .5s both;animation-delay:.15s;-webkit-animation-delay:.15s;}
.ani_txt .gnb li:nth-child(3){transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani03 .5s both;-webkit-animation:text_ani03 .5s both;animation-delay:.2s;-webkit-animation-delay:.2s;}
.ani_txt .gnb li:nth-child(4){transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani04 .5s both;-webkit-animation:text_ani04 .5s both;animation-delay:.25s;-webkit-animation-delay:.25s;}
.ani_txt .gnb li:nth-child(5){transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani05 .5s both;-webkit-animation:text_ani05 .5s both;animation-delay:.3s;-webkit-animation-delay:.3s;}
.ani_txt .gnb li:nth-child(6){transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani07 .5s both;-webkit-animation:text_ani07 .5s both;animation-delay:.35s;-webkit-animation-delay:.35s;}
.ani_txt .login_cart{transform:translate(100px,0);-webkit-transform:translate(100px,0);opacity:0;animation:text_ani06 .5s both;-webkit-animation:text_ani06 .5s both;animation-delay:.35s;-webkit-animation-delay:.35s;}
.login_cart a:first-child{font-size:15px;line-height:15px;}
.login_cart a{vertical-align:middle}
@keyframes text_ani01{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani01{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}
@keyframes text_ani02{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani02{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}
@keyframes text_ani03{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani03{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}
@keyframes text_ani04{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani04{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}
@keyframes text_ani05{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani05{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}

@keyframes text_ani07{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani07{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}

@keyframes text_ani06{
    100%{
      transform:translate(0,0);opacity:1;
    }
}
@-webkit-keyframes text_ani06{
    100%{
      -webkit-transform:translate(0,0);opacity:1;
    }
}
/* gnb mobile css */
 .ani_txt02.gnb_wrap{
   -webkit-animation:right .3s both;
   animation:right .3s both;
   -webkit-transform:translate(-100%,0);
   transform:translate(-100%,0)
}
 @keyframes right{
    100%{
      -webkit-transform:translate(100%,0);
      transform:translate(-100%,0)
    }
}
@-webkit-keyframes right{
    100%{
      -webkit-transform:translate(-100%,0);
      transform:translate(-100%,0)
    }
}


/* footer */
.footer_con{width:1140px;margin: 0 auto;padding-bottom:60px}
.guide_list{padding-left:154px;box-sizing:border-box;border-top:2px solid #222;clear:both;overflow:hidden}
.guide_list li{float:left;width:33.3333%;box-sizing:border-box;padding:0}
.guide_list li a{font-size:13px;color:#333;padding:12px 0;font-family: 'Montserrat-B';}
.guide_list li:nth-child(1) a{background:url("../img/common/bg_foo_menu01.png")  0 50% no-repeat;padding-left:28px;display:block;background-size:18px auto}
.guide_list li:nth-child(2) a{background:url("../img/common/bg_foo_menu02.png") 0 50% no-repeat;padding-left:38px;display:block;background-size:28px auto}
.guide_list li:nth-child(3) a{background:url("../img/common/bg_foo_menu03.png") 0 50% no-repeat;padding-left:38px;display:block;background-size:28px auto}
.foo_sub_menu{border-top:1px solid #ddd;padding:26px 0 20px;clear:both;overflow:hidden;}
.foo_logo{float:left;margin:0 75px 0 0;width:75px;}
.sub_menu{float:left;width:640px;}
.sub_menu dl{margin-right:50px;float:left;}
.sub_menu dl:last-child{margin-right:0}
.sub_menu dt{font-size:13px;color:#333;margin-bottom:13px;font-family: 'Montserrat-B';line-height:16px}
.sub_menu dd{font-size:11px;color:#333;line-height:20px}
.newsletter{float:right;width:350px}
.newsletter h3{font-size:13px;color:#666;margin-bottom:13px;font-family: 'Montserrat-B';}
.newsletter p{font-size:11px;color:#222;margin-bottom:3px;}
.mail_search{position:relative;width:100%;padding-right:95px;box-sizing:border-box;}
/* .mail_search{padding-right:110px;} */
.mail_search input{border:2px solid #333;box-sizing:border-box;-webkit-border-radius:2px;width:100%;
-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;padding:6px 5px;font-size:12px}
.mail_search a{display:block;font-size:13px;color:#fff;position:absolute;top:0;right:0;text-align:center;font-family: 'OpenSans-B';width:88px;background:#333;line-height:31px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.copyright{padding-left:150px;}
.copyright{font-size:11px;line-height:15px;color:#999;clear:both;overflow:hidden;}
.copyright p{float: left;}
.copyright p:first-child{margin-right:32px;}
.copyright p:nth-child(2){border-bottom:1px solid #ccc;}
.copyright ul{float:right;width:350px}
.copyright ul li{display:inline-block;margin-right:10px;text-indent:-9999px;overflow:hidden;}
.copyright li:nth-child(1){background:url("../img/common/footer_icon01.png") no-repeat;width:15px;height:15px;background-size:100% auto}
.copyright li:nth-child(2){background:url("../img/common/footer_icon02.png") no-repeat;width:15px;height:15px;background-size:100% auto}
.copyright li:nth-child(3){background:url("../img/common/footer_icon03.png") no-repeat;width:15px;height:15px;background-size:100% auto}
.copyright li:nth-child(4){background:url("../img/common/footer_icon04.png") no-repeat;width:15px;height:15px;background-size:100% auto}
p.txt-error{color:red;font-size:12px;margin-top:5px;text-align:left;line-height:15px;}
span.txt-error{color:red;font-size:12px;margin-top:5px;text-align:right;line-height:15px;display:block;}
/* main */
.main_slider img{display:none}
.main_slider li{height:816px !important;}
.main_slider li > div{width:1140px;margin:0 auto;}
.main_slider li:nth-child(1){background:url("../img/main/ION_WIRELESS_GO.png") center center no-repeat;background-size:cover;}
.main_slider li:nth-child(2){background:url("../img/main/Easy_One_Touch_Wireless_2.png") center center no-repeat;background-size:cover;}
.main_slider li:nth-child(3){background:url("../img/main/AutoSense_Dash_WebsiteHero.png") center center no-repeat;background-size:cover;}
.main_slider li:nth-child(4){background:url("../img/main/EOT connect main banner.png") center center no-repeat;background-size:cover;}
.main_slider li:nth-child(5){background:url("../img/main/iTap2Wireless_main_banner.png") center center no-repeat;background-size:cover;}
.bx-wrapper .bx-controls-direction a{width:29px;height:55px;margin-top:-23px;z-index:50;cursor:pointer;}
.bx-wrapper .bx-prev{background:url("../img/main/bg_main_prev.png") no-repeat;left:5%}
.bx-wrapper .bx-next,.bx-wrapper .bx-next:hover{background:url("../img/main/bg_main_next.png") no-repeat;right:5%}
.txt_box{display:inline-block;float:right;color:#fff;/*-webkit-transform:translate(100%,0);transform:translate(100%,0);opacity:0*/}
/*.txt_box h3{font-size:33px;line-height:40px;}*/
.txt_box .txt_slider01{font-size:20px;line-height:25px}
.txt_box .txt_slider02{font-size:18px;line-height:24px;font-family: 'Montserrat-B';}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom:20px}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:center;width:100%}
.bx-wrapper .bx-pager.bx-default-pager a{background:transparent;border:1px solid #000;width:10px;height:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;box-sizing:border-box;}

.main_cont01{width:1140px;margin:0 auto;padding:64px 0 90px;overflow:hidden;}
.swiper_st01{/*padding:0 90px*/max-width:960px;margin:0 auto}
.swiper_st01 .swiper-slide{/*width:33.3333%;*/width:50%!important;text-align:center;border-right:1px solid #cbcbcb;}
.swiper_st01 div:last-child.swiper-slide{border-right:0}
.swiper_st01 img{margin-bottom:20px;width:180px}
.txt_ion01{font-size:14px;color:#333;line-height:20px;}
.txt_ion02{font-size:16px;color:#000;line-height:25px;font-family: 'OpenSans-B';}
.tit_st04{font-size:32px;line-height:39px;color:#000;font-family: 'Montserrat-L';text-align:center;margin-bottom:50px}
.tit_st04 strong{font-family: 'Montserrat-B';display:block;}
.main_cont02{width:1140px;margin:0 auto;}
.our_cont01{clear:both;overflow:hidden;margin-bottom:20px}
.tit_st05{font-size:32px;margin-bottom:30px;color:#000;text-align:center;font-family: 'Montserrat-L';line-height:39px;}
.tit_st05 strong{font-family: 'Montserrat-B';}
.our_txt_box{float:left;width:41%;padding-right:20px;box-sizing:border-box;}
.our_txt_box .txt_sm{text-align:left}
.lef_our img{float:right;width:59%;box-sizing:border-box;}
.lef_our{float:left;width:70%;box-sizing:border-box;}

.our_img img{width:100%}

.tit_st06{font-size:24px;color:#000;line-height:29px;font-family: 'Montserrat-L';margin-bottom:15px}
.tit_st06 strong{font-family: 'Montserrat-B';}
.txt_blk{display:block}
.txt_sm{font-size:14px;line-height:19px;color:#666;text-align:right}

.rit_our h3{margin:20px 0 15px;text-align:right}
.rit_our{float:right;width:30%;box-sizing:border-box;padding-left:20px}

.our_cont02{margin-bottom:20px;}
.video_con{height:420px;background:url("../img/main/video.png") no-repeat;text-align:center;background-size:cover;display:table;width:100%}
.our_cont02 a{display:table-cell;width:100%;vertical-align:middle;}
.our_cont02 a span{color:#fff;font-family: 'OpenSans-SB';text-align:center;font-size:42px;padding-bottom:10px;background:url("../img/main/btn_video.png") right 5px no-repeat;padding-right:50px;display:inline-block;line-height:42px;background-size:40px;vertical-align:middle;}
.txt_rit_box{width:30%;float:right;box-sizing:border-box;padding-left:20px}
.txt_rit{text-align:right}
.txt_rit .txt_sm{margin-bottom:162px}
.txt_sm span{display:block}
.txt_lef{padding-left:28px;box-sizing:border-box;text-align:left}
.txt_lef .txt_sm{text-align:left;}
.tit_ta_mob{display:none}
.our_cont03{margin-bottom:20px;clear:both;overflow:hidden;}
.our_cont03 > a{width:70%;float:left;}
.our_cont03 > a > img{width:100%}
.our_cont04{padding-bottom:30px;border-bottom:3px solid #000;clear:both;overflow:hidden;margin-bottom:37px}
.our_cont04 div:first-child{float:left;padding-top:299px;float:left;width:30%;box-sizing:border-box;padding-right:20px}
.our_cont04 .txt_sm{text-align:left;}
.our_img02{float:right;width:70%}
.our_cont04 img{float:right;width:100%}
.main_cont03{width:1140px;margin:0 auto}
.main_cont03 .tit_st05{margin-bottom:30px;font-family: 'SequelSans-BB';font-size:32px;line-height:39px}
.main_cont03 .tit_st05 strong{font-family: 'Montserrat-B';}
.swiper_st02{margin-bottom:90px;box-sizing:border-box;}
.swiper_st02 img{margin-bottom:28px;/*width:260px*/width:100%}
.swiper_st02 .swiper-slide{width:25%;text-align:center;height:395px;padding:0 34px;box-sizing:border-box;}
.sw_tit{font-size:18px;color:#000;font-family: 'Montserrat-B';font-family: 'Montserrat-B';line-height:22px;margin-bottom:20px;text-align:left;letter-spacing:-0.7px;}
.sw_txt_list li{color:#666;font-size:13px;line-height:20px;text-align:left;padding-left:10px;position:relative;}
.sw_txt_list li:before{position:absolute;top:0;left:0;content:"·";display:block}
/* .sellibg_txt{display:none} */
/* .swiper_st02 .swiper-slide{height:300px} */
.main_video video{width:100%;}

/* sub */
/* sub nav */
.sub_nav{border-bottom:1px solid #ddd;background:#fff;width:100%}
.nav_fixed{position:fixed;top:0;z-index:50;border-top:8px solid #222}
.sub_nav ul{width:1140px;margin:0 auto;box-sizing:border-box;/*padding:35px 0 25px 260px;*/clear:both;overflow:hidden;padding:15px 0 9px/*padding:45px 0 25px 260px*/;text-align:center}
.sub_nav ul li{display:inline-block;margin-right:17px;}
.sub_nav ul li:last-child{margin-right:0}
.sub_nav ul li a{padding-top:35px;background:url("../img/sub/bg_sub_menu.jpg") center 0 no-repeat;display:inline-block;font-family: 'OpenSans-SB';color:#000;font-size:12px;min-width:90px;text-align:center;line-height:17px;-webkit-transition:padding .2s;transition:padding .2s}
ul.lef_pa0{padding-left:0}
.sub_menu_list01 li:nth-child(1) a{background:url("../img/sub/Support_customerservice.svg") center 0 no-repeat;background-size:46px auto}
.sub_menu_list01 li:nth-child(2) a{background:url("../img/sub/Support_wheretobuy.svg") center 0 no-repeat;background-size:46px auto}
.sub_menu_list01 li:nth-child(3) a{background:url("../img/sub/Support_warranty.svg") center 0 no-repeat;background-size:46px auto}

.sub_menu_list02 li:nth-child(1) a{background:url("../img/sub/Press_kit.svg") center 0 no-repeat;background-size:46px auto}
.sub_menu_list02 li:nth-child(2) a{background:url("../img/sub/Press_release.svg") center 0 no-repeat;background-size:46px auto}
.sub_menu_list02 li:nth-child(3) a{background:url("../img/sub/Press_ambassador.svg") center 0 no-repeat;background-size:46px auto}

.sub_menu_list03 li:nth-child(1) a{background:url("../img/sub/company_our.svg") center 0 no-repeat;background-size:46px auto}
.sub_menu_list03 li:nth-child(2) a{background:url("../img/sub/company_contact.svg") center 0 no-repeat;background-size:46px auto}
.sub_menu_list03 li:nth-child(3) a{background:url("../img/sub/company_legal.svg") center 0 no-repeat;background-size:46px auto}

.sub_menu_list04 li:nth-child(1) a{background:url("../img/sub/military.svg") center 0 no-repeat;background-size:35px auto}
.sub_menu_list04 li:nth-child(2) a{background:url("../img/sub/rider.svg") center 0 no-repeat;background-size:38px auto}

.nav_fixed ul{padding-top:20px;padding-bottom:20px}
.nav_fixed ul li a{padding-top:0;background:none !important;-webkit-transition:padding .2s;transition:padding .2s}

/* sub_main */
.sub_main_content{width:1140px;margin:0 auto;padding:33px 0 100px}
.tit_st07{font-size:32px;color:#222;line-height:39px;margin-bottom:21px;font-family: 'Montserrat-B';}
.wire_cont01{clear:both;overflow:hidden;border-bottom:4px solid #000;margin-bottom:50px;padding-bottom:35px}
.wire_cont_bor0{border-bottom:0}
.wire_cont01 > div:last-child{border:0}
.wire_pro01{margin-top:44px;border-bottom:1px solid #999;clear:both;overflow:hidden;}
.wireless_lef{width:425px;float:left;padding-right:125px;box-sizing:border-box;}
.wireless_lef h3{font-size:24px;color:#333;line-height:29px;font-family: 'Montserrat-B';margin-bottom:3px}
.wireless_lef p{font-size:14px;color:#333;line-height:16px;font-family: 'SequelSans-BB';}
.wireless_lef p span{display:block}
.wireless_rit{width:715px;float:left;overflow:hidden;position:relative;}
/* .swiper_st03 .swiper-slide{width:260px} */
/* .wireless_lef02{width:435px;}
.wireless_rit02{width:965px} */
p.txt_plus{/*display:none*/font-size:14px;line-height:18px;margin-top:16px;box-sizing:border-box;}
/* .wireless_rit02 .swiper_st03 .swiper-slide{width:280px} */
.swiper_st03 .swiper-button-next{background:url("../img/sub/btn_next_slide.png") no-repeat;width:50px;height:50px}
.wireless_rit h4{font-size:18px;color:#333;line-height:22px;font-family: 'Montserrat-B';letter-spacing:-0.38px;}
.wireless_rit p{font-size:14px;color:#333;line-height:18px;}
.wireless_rit img{margin:32px 0 50px;width:210px}
.wire_cont02{clear:both;overflow:hidden;margin-bottom:50px}
.wire_cont02 div:last-child.wire_pro01{border-bottom:0}
img.mob_sub_visu{height:0;overflow:hidden;width:0;}

.sub_visual{line-height:0}
.sub_visual img{max-width:100%}
.sub_main_content .tit_st07,.sub_visual img{-webkit-animation-delay:400ms;animation-delay:400ms;}
.wireless_lef{-webkit-animation-delay:400ms;animation-delay:400ms;}
.swiper_st03 .swiper-wrapper .swiper-slide,.swiper_st03 .swiper-button-next,.wireless_lef,.sub_main_content .tit_st07,.sub_visual img{
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
   -webkit-animation-name: fade-in;
   animation-name: fade-in;
   opacity: 0;
}
.swiper-wrapper .swiper-slide:nth-child(1){
 -webkit-animation-delay:800ms;
 animation-delay:800ms;
}
.swiper-wrapper .swiper-slide:nth-child(2){
 -webkit-animation-delay:1200ms;
 animation-delay:1200ms;
}
.swiper-wrapper .swiper-slide:nth-child(3){
 -webkit-animation-delay:1600ms;
 animation-delay:1600ms;
}
.swiper-button-next{
  -webkit-animation-duration:2000ms;
  animation-duration:2000ms;
 -webkit-animation-delay:2000ms;
 animation-delay:2000ms;
}
@-webkit-keyframes fade-in{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fade-in{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* order process */
.sub_content{width:1140px;box-sizing:border-box;/*padding:90px 0 100px*/padding:33px 0 50px;margin:0 auto;position:relative;}
.sub_content:after{overflow:hidden;clear:both;display:block;content:'';}
.content{position:relative;}
.content:after{overflow:hidden;clear:both;display:block;content:'';}
.tit_st01{font-size:32px;color:#22222a;font-family: 'Montserrat-B';font-weight:normal;line-height:39px;border-bottom:2px solid #222;padding-bottom:20px}
.cont01{width:711px;float:left;}
.cont02{width:367px;float:right;}
.shopping_cart_list{border-bottom:2px solid #222;margin-bottom:20px}
.shopping_cart_list li{padding:20px 0 20px 0 ;border-bottom:1px solid #ccc;position:relative;font-size:15px;display:table;width:100%}
.shopping_cart_list li:after{clear:both;overflow:hidden;content:'';display:block}
.shopping_cart_list li:last-child{border-bottom:0}
.shopping_cart_list li .wid01 img{width:100px;height:auto;vertical-align:middle;}
.shopping_cart_list .wid01{width:16%;box-sizing:border-box;text-align:left;display:table-cell;}
.shopping_cart_list .wid02{width:49%;box-sizing:border-box;padding:0 15px;display:table-cell;}
.shopping_cart_list .wid03{width:20%;box-sizing:border-box;display:table-cell;padding:0 15px;}
.shopping_cart_list .wid04{width:15%;box-sizing:border-box;display:table-cell;}

.shopping_cart_list .txt_pro{/*width:260px;*/line-height:25px;font-size:14px;line-height:18px;vertical-align:middle;}
.shopping_cart_list .pro_num{/*width:122px;*/vertical-align:middle;}
.shopping_cart_list .pro_num h4{display:inline-block;padding-right:6px;font-size:13px}
.shopping_cart_list .price{/*width:200px;*/text-align:right;font-size:18px;vertical-align:middle;line-height:30px;font-family: 'Montserrat-B';}

.btn_remove{color:#999;font-size:13px;position:absolute;bottom:20px;right:0}
.btn_remove a{padding-left:5px}
.btn_remove a img{width:9px}
.btn_st01{display:inline-block;font-family:'OpenSans-B';color:#fff;width:247px;font-size:13px;background:#222;line-height:47px;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;}
.summary_con{padding:15px 0 0;box-sizing:border-box;}
.summary_con .tb_st01 td img{width:82px}
.tb_st01 td:last-child{font-size:12px;font-family: 'OpenSans-SB';}
.con_pa{box-sizing:border-box;}
.txt_01{font-size:13px;color:#000;line-height:18px;margin-bottom:10px}
.inp_st01{border:1px solid #b3b3b3;padding:11px 10px;box-sizing:border-box;font-size:15px;color:#000;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.inp_st01::placeholder{color:#999999}
.inp_box{margin-bottom:10px}
.inp_box input{margin-right:6px;vertical-align:middle;width:280px;box-sizing:border-box;font-size:13px;line-height:44px;padding:0 10px;}
.btn_al{margin-left:461px}
.btn_st02{display:inline-block;color:#fff;font-family: 'Montserrat-B';-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;background:#7bc524;line-height:46px;padding:0 16px;
vertical-align:middle;font-size:13px}
.sub_money{margin-bottom:15px}
.sub_money li{clear:both;overflow:hidden;padding:6px 0}
.sub_money span:first-child{float:left;font-size:14px;}
.sub_money span:last-child{float:right;font-size:13px}
.txt_02{font-size:13px;color:#999;line-height:18px;box-sizing:border-box;padding:0 15px}
.total{border-bottom:2px solid #222;font-family: 'Montserrat-B';border-top:1px solid #ccc;clear:both;overflow:hidden;padding:11px 0;margin:25px 0 14px}
.total span:first-child{color:#000;font-size:18px;float:left;}
.total span:last-child{color:#000;font-size:18px;float:right}
.notice_txt{background:#f2f2f2 url("../img/sub/bg_notice.png") 20px 15px no-repeat;background-size:42px;padding:15px 20px 18px 78px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.notice_txt p:first-child{font-size:13px;color:#000;line-height:18px;font-family: 'OpenSans-SB';}
.notice_txt p:last-child{font-size:15px;color:#333;line-height:20px}
.txt-plasce{color:red;font-size:12px;margin-top:5px}

/* select st01 */
.check_01{font-size:13px;color:#000;}
.select_st01{position:relative;display:inline-block;}
.select_st01 .sel_txt{width:66px;border:1px solid #b3b3b3;box-sizing:border-box;-webkit-border-radius:3px;padding-right:13px;box-sizing:border-box;
-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-size:13px;color:#000;display:block;background:url("../img/sub/bg_select.png") 90% center no-repeat;background-size:10px;height:30px;text-align:center;line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.select_st01 .che_option{border:1px solid #b3b3b3;border-width:0 1px 0;overflow:hidden;position:absolute;top:30px;left:0;width:100%;z-index:10;background:#fff;box-sizing:border-box;}
.select_st01 .che_option li{width:100%;font-size:13px;border-bottom:1px solid #b3b3b3;padding:6px 13px 6px 0;box-sizing:border-box;text-align:center;}
.select_st01 .che_option li a{display:block;}
.pro_num .select_st01{vertical-align:middle;}

/* select st02 */
.check_01{font-size:13px;color:#000;}
.select_st02{position:relative;display:inline-block;width:100%}
.select_st02 .sel_txt{width:100%;box-shadow:0 0 0 1px #b3b3b3;-webkit-box-shadow:0 0 0 1px #b3b3b3;box-sizing:border-box;-webkit-border-radius:3px;padding:0 20px;box-sizing:border-box;
-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-size:13px;color:#333;display:block;background:url("../img/sub/bg_select02.png") right center no-repeat;height:46px;text-align:left;line-height:46px;display:block;}
.select_st02 .che_option{box-shadow:0 0 0 1px #b3b3b3;-webkit-box-shadow:0 0 0 1px #b3b3b3;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;overflow:hidden;position:absolute;top:47px;left:0;width:100%;z-index:20;background:#fff;box-sizing:border-box;}
.select_st02 .che_option li{width:100%;font-size:13px;border-bottom:1px solid #b3b3b3;padding:16px 18px;box-sizing:border-box;}
.select_st02 .che_option li:last-child{border-bottom:0}
.select_st02 .che_option li a{display:block;}


/* CHECK OUT */
/*  01 SHIPPING */
.step_con{/*margin-bottom:50px;*/padding-top:22px;padding-left:2px;padding-bottom:10px;box-sizing:border-box;}
.check_out{padding:22px 0;}
.tit_st02{font-size:18px;line-height:22px;font-family: 'Montserrat-B';color:#222}
.check_out{border-bottom:1px solid #ccc}
.inp_box02{width:100%;margin-bottom:14px;}
.inp_box02:after{clear:both;overflow:hidden;display:block;content:'';}
.inp01{width:50%;box-sizing:border-box;padding-right:10px;float:left;}
.inp02{width:50%;box-sizing:border-box;padding-left:10px;float:left;}
.inp_box02 input{width:100%}
.inp_st02{/*border:1px solid #b3b3b3;*/-webkit-box-shadow:0 0 0 1px #ccc;-moz-box-shadow:0 0 0 1px #ccc;-o-box-shadow:0 0 0 1px #ccc;box-shadow:0 0 0 1px #ccc;line-height:20px;
width:100%;padding:13px 20px 13px 29px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;color:#000;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.inp_st02::placeholder{color:#999}
.inp_st02:focus{/*border:2px solid #79c700*/-webkit-box-shadow:0 0  0 2px #79c700;box-shadow:0 0  0 2px #79c700;outline:none;box-sizing:border-box;}


.inp_box02{width:100%}
.name_box{position:relative;}
.name_box input{padding:22px 20px 8px 20px;position:relative;}
.name_box .inp01,.name_box .inp02{position:relative;}

.name_box label{display:block;position:absolute;left:20px;top:6px;z-index:10;color:#999;font-size:14px;}
.name_box .inp02 label{left:30px}
.tb_st01{width:100%;border-bottom:1px solid #999;margin-bottom:12px}
.tb_st01 td{padding:0 0 20px;font-size:14px;line-height:20px}
td.ver_top{vertical-align:top;padding-top:0;}
.qtv-num{padding-top:5px;display:block;font-size:12px;font-family: 'OpenSans-B';}

.txt_yes02{margin-bottom:15px}
.txt_yes02 .check_st01{line-height:20px}
.txt_yes02 .checkmark{top:-2px}
.note_txt{margin-bottom:48px}
.note_txt li{font-size:12px;color:#666;line-height:18px;margin-bottom:5px;}
.note_txt li:last-child{font-size:13px;color:#000;line-height:18px;margin-bottom:5px;position:relative;padding-left:10px;font-family: 'OpenSans-B';}
.note_txt li:last-child::before{display:block;content:"*";color:#ff1111;position:absolute;top:1px;left:0;text-align:left;}
.note_txt li:last-child{margin-bottom:0}
.note_txt li strong{font-family: 'OpenSans-SB';}


/* 02 SHIPPING METHOD */
.end{overflow:hidden;padding-right:125px;position:relative;display:table;width:100%;box-sizing:border-box;}
.end h3{padding-right:50px;display:table-cell;vertical-align:middle;}
.end .txt_individual{display:table-cell;font-size:14px;color:#000;vertical-align:middle;line-height:23px;text-align:right}
.end .txt_individual p.name{font-family: 'OpenSans-SB';}
.btn_st03{display:inline-block;/*padding:0 36px;*/min-width:90px;padding:0 10px;box-sizing:border-box;text-align:center;font-family: 'Montserrat-B';font-size:13px;line-height:28px;background:#fff;color:#222;border:1px solid #979797;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position:absolute;top:50%;right:0;margin-top:-14px}
.btn_st03:after{border-bottom:2px solid #efefef;display:block;position:absolute;bottom:0;left:0;content:'';width:100%;box-sizing:border-box;}
.radio_box{clear:both;overflow:hidden;margin-bottom:30px}
.radio_box ul{float:left;width:50%}
.radio_st01{display: block;position: relative;padding-left: 30px;cursor: pointer;font-size:14px;line-height:22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;color:#000;}
.radio_st01 input {position: absolute;opacity: 0;}
.radio_st01 .checkmark {position: absolute;top:1px;left:0;height:20px;width: 20px;box-sizing:border-box;background-color:#fff;border-radius: 50%;border:2px solid #ccc;}
.radio_st01 input:checked ~ .checkmark {background-color: #70cf00;border:1px solid #70cf00;}
.radio_st01 .checkmark:after{content: "";position: absolute;display: none;}
.radio_st01 input:checked ~ .checkmark:after {display: block;}
.radio_st01 .checkmark:after{top:6px;left:6px;width:6px;height:6px;border-radius: 50%;background: white;}
.radio_list01 li{line-height:30px}
.radio_list02 li{line-height:30px}

.radio_box ul:first-child{padding-right:40px;box-sizing:border-box;}
.radio_box ul:last-child{padding-left:40px;box-sizing:border-box;}
.radio_list01 li,.radio_list02 li{margin-bottom:15px}
.radio_st01{box-sizing:border-box;clear:both;overflow:hidden;}
.lef_label{width:70%;float:left;box-sizing:border-box;}
.rit_label{width:30%;float:left;box-sizing:border-box;text-align:right}


/*  03 SHIPPING METHOD */
.card_ma{padding-bottom:50px;border-bottom:1px solid #ccc;margin-bottom:50px}
.check_st01{display: block;font-family: 'OpenSans-SB';position: relative;padding-left:39px;cursor: pointer;font-size:14px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;color:#000;line-height:18px;}
.check_st01 input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: 0;left: 0;height:25px;width:25px;background-color:#fff;-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;border-radius:30px;border:2px solid #ccc;box-sizing:border-box;}
.check_st01 input:checked ~ .checkmark {background-color: #70cf00;border:2px solid #70cf00;}
.check_st01 .checkmark:after {content: "";position: absolute;display: none;}
.check_st01 input:checked ~ .checkmark:after {display: block;}
.check_st01 .checkmark:after {left:7px;top:3px;width: 5px;height:10px;border: solid white;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.tit_st03{font-size:20px;	font-family: 'Montserrat-B';color:#000;line-height:20px;margin-bottom:15px}
.add_radio{margin-bottom:25px}
/* .add_radio .radio_list01 li{margin-bottom:0} */
/* .txt_method{font-size:15px;display:table-cell;vertical-align:middle;text-align:right}
.txt_method p:nth-child(1){line-height:30px}
.txt_method p:nth-child(2){line-height:22px}
.txt_method p:nth-child(3){line-height:22px}
.txt_method p:nth-child(4){line-height:30px} */
.card_list{clear:both;overflow:hidden;margin-bottom:20px}
.card_list li{float:left;margin-right:10px;width:54px;height:37px;text-indent:-9999px;overflow:hidden;display:block;}
.card_list li a{display:block;}
.card_list li:nth-child(1){background:url("../img/sub/card_img01_off.png") no-repeat}
.card_list li:nth-child(2){background:url("../img/sub/card_img02_off.png") no-repeat}
.card_list li:nth-child(3){background:url("../img/sub/card_img03_off.png") no-repeat}
.card_list li:nth-child(4){background:url("../img/sub/card_img04_off.png") no-repeat}
.card_list li:nth-child(5){background:url("../img/sub/card_img05_off.png") no-repeat}

.card_list li:nth-child(1).on{background:url("../img/sub/card_img01_on.png") no-repeat}
.card_list li:nth-child(2).on{background:url("../img/sub/card_img02_on.png") no-repeat}
.card_list li:nth-child(3).on{background:url("../img/sub/card_img03_on.png") no-repeat}
.card_list li:nth-child(4).on{background:url("../img/sub/card_img04_on.png") no-repeat}
.card_list li:nth-child(5).on{background:url("../img/sub/card_img05_on.png") no-repeat}

.txt_ma{margin-bottom:15px}
.card_inp_con{margin-bottom:20px}
.card_inp_con:after{overflow:hidden;clear:both;content:"";display:block}
.card_inp_con li{float:left;box-sizing:border-box;position:relative;}
.car_inp01{padding-right:16.66px;width:50%;}
.car_inp02{padding:0 8.33px;width:25%}
.car_inp02 .inp_lable{left:29px}
.car_inp03 .inp_lable{left:36px}
.car_inp03{padding-left:16.66px;width:25%}
.bg_lock{background:url("../img/sub/bg_lock.png") right 13px no-repeat}
.bg_question{background:url("../img/sub/bg_question.png") right 15px no-repeat}
.shopping_check{margin-bottom:50px}

div.txt_yes03{margin-bottom:50px}

/* 04 review & PURCHASEX */
.review{padding-right: 0}
.txt_shopping01{font-size:14px;color:#666;line-height:20px;margin:25px 0 10px}
.txt_shopping01 strong{font-family: 'OpenSans-SB';}
.txt_shopping02{font-size:14px;color:#666;line-height:20px;}
/*  Thank You! Your order! */
.btn_st04{display:inline-block;font-family: 'Montserrat-L';padding:0 10px;line-height:37px;background:#ccc;color:#fff;
  -webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position:absolute;top:50%;right:0;font-size:15px;margin-top:-18px;}
.PC_hidden{display:none}
.shopping_check02 .end{padding-right:0}

/*  MY ACCOUNT */
.order_line{padding:20px;box-sizing:border-box;background:#fbfbfb;}
.order_line > ul{clear:both;overflow:hidden;}
.order_line > ul:first-child{margin-bottom:15px;}
.order_line > ul > li{float:left;box-sizing:border-box;}
.lef_order{width:74%}
.rit_order{width:26%}
.order_txt01{font-size:16px;color:#000;float:left;font-family: 'Montserrat-B';width:50%;position:relative;box-sizing:border-box;}
.order_txt01 strong{word-break:break-all}
.order_txt01:nth-child(1){padding-right:20px}
.order_txt01:nth-child(2){padding-left:20px}
.order_txt01:nth-child(1):after{display:block;width:2px;height:15px;background:#222;line-height:20px;content:'';position:absolute;top:0;right:0}
/* .line_gy{display:block;float:left;width:2px;height:15px;background:#222;margin:0 20px;line-height:20px} */
.rit_order{text-align:right}
.order_txt02{color:#000;font-size:16px;font-family: 'Montserrat-B';}
.add_txt{width:50%;float:left;font-size:13px;line-height:18px;box-sizing:border-box;}
.add_txt:nth-child(1){padding-right:20px}
.add_txt:nth-child(2){padding-left:20px}
.money_total{font-size:13px;line-height:18px}

.shopping_cart_list02{border-bottom:2px solid #222;}
.order_con > div:last-child .shopping_cart_list02{border-bottom:0}
.shopping_cart_list02 li{padding:12px 0;border-bottom:1px solid #ccc;position:relative;font-size:14px;display:table;width:100%;box-sizing:border-box;}
.shopping_cart_list02 li:after{clear:both;overflow:hidden;content:'';display:block}
.shopping_cart_list02 li:last-child{border-bottom:0}
.shopping_cart_list02 .wid01{width:15%;box-sizing:border-box;text-align:center;display:table-cell;vertical-align:middle;}
.shopping_cart_list02 .wid04{width:20%;box-sizing:border-box;display:table-cell;vertical-align:middle;}
.wid_box{width:65%;box-sizing:border-box;display:table-cell;vertical-align:middle;}

/* .data_pref_wrap .acc_list > li,.data_pref_wrap .acc_list > li:last-child{border-bottom:2px solid #222222;} */
.data_pref_wrap .acc_txt li{font-size:14px}
.data_pref_wrap .acc_list h3{margin-bottom:0}
.data_pref_wrap .acc_list > li{padding:23px 0 29px}

.shopping_cart_list02 .wid02{width:80%;box-sizing:border-box;padding:0 30px 0;/*float:left;*/display:table-cell;vertical-align:middle;}
.shopping_cart_list02 .wid03{width:20%;box-sizing:border-box;/*float:left;*/display:table-cell;vertical-align:middle;font-size:13px}
.verti_m{display:table;width:100%}
.shopping_cart_list02 .txt_pro{line-height:18px}
.shopping_cart_list02 .pro_num{text-align:center;}
.shopping_cart_list02 .pro_num h4{display:inline-block;padding-right:6px}
.shopping_cart_list02 .price{text-align:right;font-size:15px;}

.promotion{/*padding:50px;*/background:#5ba0e6;text-align:left;text-shadow: 2px 2px 10px #2b7cd5;box-sizing:border-box;}
.pop_fixed{position:fixed;top:0;width:100%;z-index:10}
/* .promotion p:nth-child(1){font-size:20px;color:#fff;margin-bottom:30px;}
.promotion p:nth-child(2){font-size:98px;color:#fff;margin-bottom:10px;line-height:65px}
.promotion p:nth-child(3){font-size:60px;color:#fff;margin-bottom:20px;line-height:65px}
.promotion p:nth-child(4){font-size:30px;color:#fff;margin-bottom:80px;} */
.promotion img{width:100%}
.sec_01{margin-bottom:42px;border-bottom:1px solid #999}
.acc_list > li{/*padding:40px 0;*/padding:23px 0 36px;position:relative;border-bottom:1px solid #ccc}
.acc_list > li:last-child{border-bottom:0}
.acc_list h3{font-size:18px;color:#000;line-height:22px;text-align:left;margin-bottom:14px;font-family: 'Montserrat-B';}
.tit_st01_24{font-size:24px;line-height:29px;padding-bottom:13px}
.acc_txt li{line-height:23px;font-size:16px;color:#000;}
.acc_list li .btn_st03{top:50%;margin-top:-26px;}
.acc_list li .btn_st03_2{line-height:40px;padding:0 18px}
.add_top{padding-top:30px}
.pro_color{display:block}
li.pa_bott_40{padding-bottom:40px}
li.pa_top_40{padding-top:40px}

.btn_posi{position:absolute;top:23px;right:0}
.btn_posi .btn_st02{margin-bottom:10px;position:relative;display:block;width:auto;font-family: 'OpenSans-B';}
.btn_posi .btn_st03{position:relative;top:auto !important;right:auto;margin-bottom:10px;display:block;margin-top:0 !important}
.my_info{margin-top:30px;padding-left:2px;box-sizing:border-box;}
.my_info h4{font-size:15px;color:#000;padding-left:20px;position:relative;margin-bottom:10px}
.my_info h4:before{position:absolute;top:3px;left:0;content:'';display:block;width:10px;height:10px;background:#70cf00;-webkit-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px}
.my_info .inp_box02{margin-bottom:14px}
.my_info div:last-child.inp_box02{margin-bottom:0}
.my_info_inp .inp_st02{padding:13px 20px 13px 20px;font-size:13px}

.page_txt_btn{position:relative;padding:40px 0 0}
.page_txt_btn p{font-size:12px;color:#666;position:relative;padding-left:12px;box-sizing:border-box;padding-right:200px}
.page_txt_btn p:before{display:block;position:absolute;left:0;top:0;content:'*';color:#ff0000}
.page_txt_btn .btn_st05{margin-right:5px}
.btn_rit{position:absolute;top:34px;right:0}
.btn_rit .btn_st03{position:relative;top:auto}
.btn_st05{display:inline-block;min-width:90px;padding:0 10px;box-sizing:border-box;text-align:center;font-family: 'OpenSans-B';font-size:13px;line-height:30px;background:#6ad100;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}

/* account delete message */
.account_message{text-align:center;padding-bottom:200px}
.tit_acc_mess01{font-size:16px;margin-bottom:30px;color:#000;font-family: 'Montserrat-B';background:url("../img/sub/bg_acc_mess01.png") center 0 no-repeat;padding-top:80px;}
.txt_acc_mess01{font-size:16px;color:25px;line-height:25px;}
.txt_acc_mess02{font-size:16px;color:25px;line-height:25px;margin:55px 0 20px}

.account_message .inp_submit{width:380px;margin:0 auto}
.account_message .inp_submit input{padding-left:20px}
.account_message .inp_lable{left:20px}
.account_message a.btn_upload{background:#222;font-family: 'OpenSans-SB';width:95px;line-height:46px}
.account_message .inp_submit{padding-right:110px;margin-top:30px}

.acc_sns li{display:inline-block;margin-right:10px;margin-top:30px}
.acc_sns li:last-child{margin-right:0}



/* support */
/*  Warranty */
/* .wid1260{width:1260px} */
.support_con{box-sizing:border-box;/*padding:40px 30px 0*/padding:0 0 0}
.supp_txt_st01{/*width:970px;*/line-height:22px;box-sizing:border-box;padding-left:220px;font-size:16px;color:#6b6e71;margin:0 auto 50px;width:940px}
.tit_support{text-align:center;}
.tit_support .tit_st01{font-size:32px;margin-bottom:17px;line-height:39px;border-bottom:0;text-align:center;padding-bottom:0}
.tit_support > p{font-size:14px;color:#999;font-family: 'OpenSans-B';padding-bottom:40px;position:relative;padding-left:12px;text-align:center;display:inline-block;}
.tit_support > p::after{position:absolute;top:2px;left:0;display:block;content:'*';color:#ed8e97}
.cs_link{color:#62bb46;font-family: 'OpenSans-B';border-bottom:1px solid #62bb46;}
.ma_top_supp{margin-top:30px}
.supp_text01{font-size:14px;color:#000;}
.supp_text02{font-size:14px;color:#666;padding-bottom:27px;margin-bottom:67px;width:940px;margin:0 auto}
.supp_text03{font-family: 'OpenSans-B';font-size:16px;color:#000}
.supp_txt_st01 h4{font-size:18px;color:#000;line-height:22px;font-family: 'Montserrat-B';margin-bottom:25px}
.supp_txt_st01 li{color:#6b6e71;line-height:36px;font-size:20px;position:relative;padding-left:10px;box-sizing:border-box;}
.supp_txt_st01 li:before{content:"·";position:absolute;left:0;top:-1px;display:block;font-weight:bold;color:#62bb46}
.icon-wrra01{background:url("../img/sub/warr-icon01.png") 35px 0 no-repeat;}
.icon-wrra02{background:url("../img/sub/warr-icon02.png") 35px 0 no-repeat}
.icon-wrra03{background:url("../img/sub/warr-icon03.jpg") 35px 0 no-repeat}
/* WARRANTY */
.warranty-con-wrap{clear:both;overflow:hidden;height:100%;border-bottom:1px solid #ddd;margin-bottom:67px}
.warranty-con-wrap > ul{height:100%;overflow:hidden;clear:both;display:table;width:940px;margin:0 auto 24px}
.warranty-con-wrap > ul > li{width:50%;box-sizing:border-box;height:100%;display:table-cell;vertical-align:top}
.warranty-con-wrap li:nth-child(1){padding-right:10px}
.warranty-con-wrap li:nth-child(2){padding-left:10px}
.warranty-con-wrap li > div{width:100%;box-sizing:border-box;}
.warranty-con-wrap li:nth-child(1) > div:nth-child(1){border:3px solid #62bb46;-webkit-border-radius:10px;border-radius:10px;padding:30px;height:100%}
.warranty-con-wrap li:nth-child(2) > div:nth-child(1){border:1px solid #c2c2c2;-webkit-border-radius:10px;border-radius:10px;padding:30px;background:#62bb46;height:100%}
.tit-war01{font-size:20px;color:#62bb46;margin-bottom:15px;font-family: 'Montserrat-B';line-height:24px}
.txt-war01{font-size:14px;color:#000;margin-bottom:12px;font-family: 'Montserrat-B';line-height:19px}
.txt-war-list01 li{font-size:14px;color:#6b6e71;line-height:18px;position:relative;padding-left:10px;margin-bottom:10px}
.txt-war-list01 li:last-child{margin-bottom:0}
.txt-war-list01 li:after{position:absolute;top:0;left:0;content:'·';display:block;color:#62bb46;}

.tit-war02{font-size:20px;color:#fff;margin-bottom:15px;font-family: 'Montserrat-B';line-height:24px}
.txt-war02{font-size:14px;color:#222;margin-bottom:12px;font-family: 'Montserrat-B';line-height:19px}
.txt-war-list02 li{font-size:14px;color:#fff;line-height:18px;position:relative;padding-left:10px;margin-bottom:10px}
.txt-war-list02 li:last-child{margin-bottom:0}
.txt-war-list02 li:after{position:absolute;top:0;left:0;content:'·';display:block;color:#fff;}

/*  Where to buy */
.supp_txt_st02{margin-bottom:60px;text-align:center;}
.supp_txt_st02 h4{font-size:18px;line-height:22px;font-family: 'Montserrat-B';margin-bottom:7px}
.supp_txt_st02 p{font-size:14px;line-height:23px;color:#6b6e71}
.supp_txt_st02 p span{display:block}
p.txt_b2b{font-size:14px;line-height:16px;color:#6b6e71}
p.txt_b2b span{font-weight:bold;display:inline;text-decoration:underline;}
.retail_list01{box-sizing:border-box;padding:87px 65px;border:1px solid #dddddd;-webkit-border-radius:2px;border-radius:2px;}
.retail_list01,.retail_list02{clear:both;overflow:hidden;margin-bottom:78px}
/* .retail_list01{border-bottom:1px solid #444} */
.retail_list01 li,.retail_list02 li{float:left;padding:0 12px 55px;width:25%;box-sizing:border-box;text-align:right;}
.retail_list01 li img{width:100%}
/* .retail_list01 li:nth-child(4),.retail_list01 li:nth-child(8){padding-right:0} */
.retail_list01 li:nth-child(9),.retail_list01 li:nth-child(10),.retail_list01 li:nth-child(11),.retail_list01 li:nth-child(12){padding-bottom:0}
/* .retail_list01 li:last-child,.retail_list02 li:last-child{padding-right:0} */
.line_bott{border-bottom:1px solid #7a7a7a;font-family: 'OpenSans-SB';}
p.txt-where{padding-bottom:5px}
/* .support_con-top{padding:70px 0 0} */
/* .tit_support02{background:url("../img/sub/Support_warranty.svg") center 0 no-repeat;background-size:130px auto !important} */

/*  Customer Service */
.txt_cus{position:relative;}
.tit_st08{font-size:32px;color:#333;line-height:39px;margin-bottom:21px;font-family: 'Montserrat-B';}
.txt_cus01{font-size:20px;color:#666;line-height:28px;margin:85px 0 65px}
.txt_cus01 span{display:block}
.txt_cus02{font-size:20px;color:#666;line-height:28px}
.txt_cus03{font-size:20px;color:#666;line-height:28px;font-family: 'OpenSans-B';margin-bottom:100px}
.call_box{position:absolute;top:10px;right:0}
.call_box p{color:#666;font-size:16px;line-height:38px;font-family: 'Montserrat-B';padding-top:150px;display:inline-block;vertical-align:top;width:151px;position:relative;}
.call_box p:before{display:block;height:150px;border:1px solid #efeded;-webkit-border-radius:2px;border-radius:2px;content:'';position:absolute;top:0;left:0;width:100%;box-sizing:border-box;}
.call_box p:nth-child(1){background:url("../img/sub/bg_call.png") no-repeat;margin-right:20px}
.call_box p:nth-child(2){background:url("../img/sub/bg_live.png") no-repeat;position:relative;}
.call_box p:nth-child(2) strong{font-size:14px;line-height:17px;font-family: 'OpenSans-R';display:block;font-weight:normal;position:absolute;left:0;bottom:40px;width:100%;text-align:center}
.call_box P strong span{display:block}

.inp01,.inp02,.inp_box02{position:relative;}
.inp_lable{position:absolute;top:5px;left:20px;opacity:0}
.inp_lable{transition:all 0.1s ease-out; z-index: 10;color: #999;font-size:12px;}
.inp_lable_active{opacity:1;}
.shopping_check .inp_lable_active + .inp_st02,.inp_lable_active + .inp_st02,.inp_lable_active + .inp_st03{padding:20px 20px 6px 20px;color:#000;font-size:15px;font-family: 'Montserrat-B';}
.inp_lable_active + .inp_st02::placeholder{color:#fff !important}
.inp_lable_active + .inp_st02 + .star02{display:none}
.star{color:#ff5a00}
.star02{color:#ff5a00;top:50%;left:20px;position:absolute;margin-top:-9px;display:block}
.inp02 .star02{left:30px}
.inp02 .inp_lable{left:30px}
.inp02 .select_st02 .sel_txt,.inp01 .select_st02 .sel_txt{padding:0 20px 0 30px}
.shopping_check .inp02 .select_st02 .sel_txt,.shopping_check .inp01 .select_st02 .sel_txt{padding:0 20px}
.shopping_check .inp_st02{padding:13px 20px 13px 20px}
.inp_upload{position:relative;}
.inp_upload input{padding-left:30px}
.inp_upload .star02{top:30%}

/* Ambassador */
.ambassabor_con02{clear:both;overflow:hidden;padding:100px 0 120px;border-top:3px solid #000}
.ambassabor_con02 .lef_amb{width:35%;float:left;box-sizing:border-box;}
.ambassabor_con02 .lef_amb h3{font-size:32px;color:#333;line-height:38px;font-family: 'SequelSans-BB';margin-bottom:65px}
.ambassabor_con02 .lef_amb h3 strong{font-family: 'Montserrat-B';}
.ambassabor_con02 .lef_amb h3 span{display:block;font-family: 'SequelSans-BB';font-size:26px}
.ambassabor_con02 .rit_amb{width:65%;float:left;box-sizing:border-box;padding-right:10px}

.please_txt{margin-bottom:70px}
.please_txt p{color:#666;line-height:25px;font-size:16px}
.please_txt strong{font-size:16px;color:#62bb46;display:block;font-family: 'OpenSans-B';line-height:25px;}
.inp_lef_pa .inp_st02{padding-left:20px}
.rit_amb .inp02 .inp_lable{left:30px}
.rit_amb .line_mt40{margin-bottom:40px}
.inp_upload{padding-right:120px;box-sizing:border-box;position:relative;}
.inp_upload input{width:100%}
.inp_upload a{position:absolute;top:0;right:0}
.btn_upload{display:inline-block;color:#fff;font-family: 'Montserrat-B';font-size:14px;-webkit-border-radius:2px;-moz-border-radius:2px;
-o-border-radius:2px;border-radius:2px;background:#7bc524;line-height:46px;width:110px;vertical-align:middle;text-align:center}
.txt_docum{font-size:14px;color:#62bb46;line-height:20px;margin-top:10px}

.txt_yes{background:#f9f9f9;-webkit-border-radius:2px;border-radius:2px;border:1px solid #eaeaea;box-sizing:border-box;padding:24px 30px;margin-bottom:30px}
.txt_yes02{margin-bottom:10px}
.txt_yes p{margin-top:10px;font-size:14px;line-height:21px;color:#666;box-sizing:border-box;padding-left:39px}
.txt_yes p strong{font-family: 'OpenSans-B';}
.messa_p{font-size:15px;color:#999;position:absolute;top:20px;left:20px}
.messa_p strong{padding-right:15px}
.messa_p p{display:inline-block;}
.star_icon{color:#ff5a00;font-family: 'OpenSans-B';}
.message_txt{position:relative;margin-bottom:25px}
.message_txt textarea{padding-top:50px;}
.txt_by{font-size:14px;line-height:20px;color:#666}
.btn_submit.wid_300 a{padding:0 105px}
.tit_st09{color:#000;font-family: 'SequelSans-BB';font-size:32px;line-height:36px;padding:43px 0;box-sizing:border-box;border-top:4px solid #000;border-bottom:1px solid #000}
.tit_st09 span{font-family: 'Montserrat-B';}
.manuals_drop{overflow:hidden;}
.manuals_drop_con h4{padding-right:35px;box-sizing:border-box;border-top:1px solid #000}
.manuals_drop_con h4 a{font-family: 'Montserrat-B';display:block;font-size:24px;color:#000;line-height:34px;padding:50px 0;background:url("../img/sub/drop_off.png") right 50% no-repeat}
.manuals_drop_con h4.on a{background:url("../img/sub/drop_on.png") right 50% no-repeat}
.manuals_drop_con{border-bottom:1px solid #222}
.manuals_list{box-sizing:border-box;padding:0 35px 0 25px}
.manuals_list ul{clear:both;overflow:hidden;}
.manuals_list ul li{float:left;padding-right:80px;text-align:center;width:210px;margin-bottom:120px }
.manuals_list ul li p{color:#222;font-size:16px;text-decoration:underline;line-height:25px;letter-spacing:-0.8px}
.manuals_list ul li img{width:200px;margin-bottom:25px}
.manuals_list ul li.padd_rit{padding-right:0}
.tit_dw_manu{display:table;height:inherit;}
.tit_dw_manu h5{color:#000;font-size:24px;font-family: 'Montserrat-B';line-height:40px;display:table-cell;vertical-align:middle;padding-top:125px;letter-spacing:-0.4px}
.bott_0 li{margin-bottom:0}
.mob_txt{text-indent:-9999px;overflow:hidden;}
.manuals_list ul li p.check_txt{margin-bottom:25px;background:url("../img/sub/bg_check_up.jpg") center 30px no-repeat;padding-top:125px;text-decoration:none;line-height:25px}
.check_txt span{display:block}

/* product detail */
.sub_detail_content{padding:0 0 100px}
.slider_gall{position:relative;width:1140px;margin:0 auto;box-sizing:border-box;padding-top:31px}
.slider_gall:after{clear:both;overflow:hidden;display:block;content:'';}
/* .detail-slide{width:66.8%;float:left;} */
.slider_gall .bxslider1{width:100%;}

.thumb_box{width:100%;clear:both;overflow:hidden;margin-top:16px;}
.thumb_box li{float:left;width:16.66666666666667%;display:block;padding:0 2px;box-sizing:border-box;line-height:0}
.thumb_box a img{width:100%}

/* gallery slider*/
.gall_txt{box-sizing:border-box;}
div.gall_txt02{width:33.2%;padding:70px 0 0 50px;box-sizing:border-box;float:left;}
.btn_play_pad{font-family: 'Montserrat-B';background:url("../img/sub/bg_play_detail.png") right 0 no-repeat;font-size:33px;color:#222;padding-right:40px;line-height:33px;margin-top:50px;display:inline-block;}
.color_chek{/*margin-bottom:40px;*/clear:both;overflow:hidden;}
.color_chek li{float:left;width:28px;height:28px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.color_chek li a{display:inline-block;height:100%;width:100%}
.color_chek li:nth-child(1){background:#a33935;margin-right:10px}
.color_chek li:nth-child(2){background:#999;margin-right:10px}
.color_chek li:nth-child(3){background:#e1dfd6}
.sku-add-bott{margin-top:76px}
.thumb_box a{/*filter:brightness(70%)*/position:relative;display:block;width:100%;height:100%}
.thumb_box a:after{width:100%;height:100%;background:rgba(0,0,0,.05);display:block;position:absolute;top:0;left:0;content:''}
.thumb_box a.active:after{width:100%;height:100%;background:rgba(255,255,255,0);display:block;position:absolute;top:0;left:0;content:'';}
.thumb_box a.active{opacity:.5}
/* check  */
.color_chek li:nth-child(1).on{background:#a33935 url("../img/sub/color_check.png") center 50% no-repeat;}
.color_chek li:nth-child(2).on{background:#999 url("../img/sub/color_check.png") center 50% no-repeat;}
.color_chek li:nth-child(3).on{background:#e1dfd6 url("../img/sub/color_check.png") center 50% no-repeat;}

.tit_gall{font-size:32px;line-height:36px;font-family: 'SequelSans-BB';color:#222;margin-bottom:17px;padding-top:0}
.tit_gall span{display:block;font-family: 'Montserrat-B';}
.pho_info{clear:both;overflow:hidden;margin-bottom:20px}
.pho_info p{font-size:13px;color:;line-height:15px;font-family: 'SequelSans-BB';float:left;letter-spacing:1px}
.pho_info p:first-child{border-right:1px solid #666;padding-right:10px}
.pho_info p:last-child{margin-left:10px}
.pho_info p span:first-child{font-family: 'Montserrat-B';}
.btn_add{color:#fff;font-size:16px;font-family: 'Montserrat-B';background:#222;padding:21px 10px;min-width:410px;display:inline-block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin-bottom:0;letter-spacing:2.5px;text-align:center;box-sizing:border-box;}
.sku_txt{font-size:16px;color:#000;line-height:16px;font-family: 'SequelSans-BB';margin-bottom:15px}
.sku_txt span{font-family: 'Montserrat-B'}
.slider_gall .bx-wrapper{position:relative;}
.slider_gall .bx-wrapper .bx-controls-direction a{width:15px;height:29px;top:40%}
.slider_gall .bx-wrapper .bx-prev{left:-32px}
.slider_gall .bx-wrapper .bx-prev,.slider_gall .bx-wrapper .bx-prev:hover,.slider_gall .bx-wrapper .bx-prev:focus{background:url("../img/sub/bg_gall_prev.png") no-repeat;background-size:100%}
.slider_gall .bx-wrapper .bx-next{right:-32px}
.slider_gall .bx-wrapper .bx-next,.slider_gall .bx-wrapper .bx-next:hover,.slider_gall .bx-wrapper .bx-next:focus{background:url("../img/sub/bg_gall_next.png") no-repeat;background-size:100%}
.slider_gall .bx-has-controls-direction{width:1400px;position:absolute;top:50%;width:100%;left:0;}
.slider_st01 li img{width:100%;max-width:100%;box-sizing:border-box;padding:0 2px}
/* .slider_st01 div{width:1400px;margin:0 auto;box-sizing:border-box;padding:0 30px;} */
/* .slider_st01 li img{position:relative;right:0;top:0;} */
/* .slider_st01 li:first-child img{opacity:0} */
.slider_st01 li{overflow:hidden;box-sizing:border-box;/*padding-top:20px*/}
.slider_st01 li .mob_detail_img{display:none}
.slider_st01 .bx-wrapper .bx-controls-direction a{display:block !important}
.swiper_st04 .active img{opacity:.4}
.swiper_st04 a{height:100%;display:block;}

/*  */
.detail_section01{width:1140px;margin:0 auto;text-align:center;}
.detail_section01 img{max-width:720px}
.tit_detail01{font-size:24px;line-height:29px;font-family: 'Montserrat-B';color:#3e3e3e;/*margin:70px 0 30px*/margin:75px 0 15px}
.derail_txt{font-size:16px;line-height:20px;font-family: 'SequelSans-BB';color:#222;width:700px;margin:0 auto 25px;}
.derail_txt span{display:block}

.tit_detail01_2{font-size:38px;margin-bottom:85px}
.detail_pad{clear:both;overflow:hidden;width:1400px;margin:0 auto;margin-top:100px}
.detail_pad_lef{width:58%;text-align:left;float:left;padding-left:150px;box-sizing:border-box;}
.detail_pad_lef p{font-size:16px;color:#666;line-height:25px;}
.detail_pad_rit{float:right}

/* 20180727 추가 */
.slider_gall{width:1140px;box-sizing:border-box;}
.detail-left-wrap{width:508px;float:left;box-sizing:border-box;padding-right:98px;}
.detail-right-wrap{width:632px;float:right;box-sizing:border-box;}
.detail-txt-wrap{margin-top:55px;box-sizing:border-box;}
.detail-txt-wrap h3{font-size:18px;color:#000;line-height:22px;margin-bottom:12px;font-family: 'Montserrat-B';}
.detail-txt-wrap p{font-size:16px;color:#666;line-height:21px;}
.product-video-wrap{position:relative;max-width:1140px;margin:55px auto 0;}
.product-video-wrap > a{display:block;}
.product-video-wrap > a > img{width:100%}
.product-video-wrap > a > span{position:absolute;top:50%;left:50%;font-size:32px;color:#fff;font-family: 'Montserrat-B';margin:-20px 0 0 -75px}
.product-video-wrap > a > span img{margin-left:5px;vertical-align:middle;}
.product-video-wrap video{width:100%;}

/* lisf style */
.detail_section02{width:1140px;height:100%;display:table;border-top:1px solid #000;margin:0 auto}
.slider_st02{width:50%;box-sizing:border-box;display:table-cell;}
.slider_st02 .bx-controls-direction{display:none}
.slider_st02 .bx-wrapper .bx-pager{padding-top:0}
.slider_st02 .bx-wrapper .bx-pager,.slider_st02 .bx-wrapper .bx-controls-auto{bottom:30px}
.slider_st02 .bx-wrapper .bx-pager.bx-default-pager a:hover,.slider_st02  .bx-wrapper .bx-pager.bx-default-pager a.active,.slider_st02  .bx-wrapper .bx-pager.bx-default-pager a:focus{background:#000}
.slider_st02 .bx-wrapper .bx-pager.bx-default-pager a{background:transparent}
.slider_st02 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:center;width:100%;}
.slider_st02 img{width:100%}

.rit_purchase{width:50%;box-sizing:border-box;height:100%;display:table-cell;vertical-align:middle;text-align:center;}
.life_txt{display:inline-block;box-sizing:border-box;width:466px;}
.life_txt h3{font-size:24px;color:#000;line-height:29px;font-family: 'SequelSans-BB';margin-bottom:20px;text-align:left}
.life_txt h3 strong{font-family: 'Montserrat-B';}
.life_txt p{font-size:16px;color:#000;font-family: 'OpenSans-SB';line-height:22px;text-align:left;margin-bottom:20px}
.life_txt ul{margin-bottom:63px;}
.life_txt > ul > li{color:#222;font-size:14px;line-height:18px;box-sizing:border-box;position:relative;text-align:left;position:relative;padding-left:10px;box-sizing:border-box;margin-bottom:10px}
.life_txt > ul > li::before{display:block;content:"";width:3px;height:3px;background-color:#6ec60f;-webkit-border-radius:6px;border-radius:6px;position:absolute;left:0;top:7px}
/* .life_txt ul li a{position:absolute;top:50%;right:10px;margin-top:-5px;line-height:0} */
.life_txt .btn_add02{color:#fff;font-size:16px;height:57px;overflow:hidden;font-family: 'Montserrat-B';background:#222;width:100%;text-align:center;box-sizing:border-box;padding:20px 27px;display:inline-block;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;letter-spacing:2.5px}
.btn_add_al{overflow:hidden;display:block;height:57px}
.add_on{transform:translateY(200%);display:block}
.add_off{transform:translateY(0);display:block}

/* OUR STORY 20180820 ADD*/
.legal_txt_st02{margin-bottom:34px}
.our_m_v{clear:both;overflow:hidden;margin:0 auto;width:672px;margin-bottom:40px}
.our_m_v dt{float:left;width:172px;font-family: 'Montserrat-B';font-size:16px;color:#222;margin-bottom:10px}
.our_m_v dd{float:left;width:500px;font-size:14px;color:#222;margin-bottom:10px}
p.txt-error02{color:#bb280b !important;font-size:13px;line-height:18px;margin:5px 0 0}
.depar_box{margin-bottom:20px}
.depar_box .select_st02 .che_option{padding:0;text-align:left;}


/* press */
/* press kit */
.pa_top50{padding-top:33px}
/* ul.lef_pa02{padding-left:445px} */
.top_tit_press{margin-bottom:38px;text-align:center;}
.top_tit_press_icon02{text-align:center;}
.top_tit_press_icon03{text-align:center;}
.top_tit_press::after{clear:both;overflow:hidden;content:'';display:block;}
.top_tit_press h2{font-size:32px;line-height:39px;color:#222;font-family: 'Montserrat-B';margin-bottom:17px}
.press_txt01 > p{font-size:14px;line-height:22px;color:#6b6e71;margin-bottom:26px;}
.press_txt01 > p span{color:#7ed321;font-family: 'Montserrat-B';}
.press_txt01-bott > p{margin-bottom:0}

/* select st03 */
.check_01{font-size:13px;color:#000;}
.select_st03{position:relative;display:inline-block;}
.select_st03 .sel_txt{width:600px;border:1px solid #c2c2c2;box-sizing:border-box;-webkit-border-radius:3px;padding-right:10px;box-sizing:border-box;
-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;font-size:14px;color:#666;display:block;background:url("../img/sub/bg_select02.png") right center no-repeat;height:46px;text-align:left;line-height:46px;padding:0 30px 0 15px;box-sizing:border-box;}
.select_st03 .che_option{border:1px solid #b3b3b3;border-width:0 1px 0;overflow:hidden;position:absolute;top:46px;left:0;width:100%;z-index:10;background:#fff;box-sizing:border-box;}
.select_st03 .che_option li{width:100%;font-size:13px;border-bottom:1px solid #b3b3b3;padding:14px 15px;box-sizing:border-box;}
.select_st03 .che_option li a{display:block;text-align:left}

.press_list > ul{border-top:2px solid #000}
.press_list > ul > li{padding:39px 0;box-sizing:border-box;clear:both;overflow:hidden;border-bottom:1px solid #ccc}
.lef_press_img{float:left;width:43%;text-align:center;}
.rit_press_con{float:left;width:57%;box-sizing:border-box;padding-left:30px}
.lef_press_img img{width:320px}
.rit_press_con strong{font-size:18px;line-height:22px;color:#7ed321;font-family: 'Montserrat-B';margin-bottom:24px;display:inline-block;padding-top:30px}
.rit_press_con h3{font-size:24px;color:#333;line-height:29px;font-family: 'Montserrat-B';}
.rit_press_con > p{font-size:24px;color:#333;line-height:29px;font-family: 'SequelSans-BB';margin-bottom:20px;}
.sku_box{clear:both;overflow:hidden;margin-bottom:75px;}
.sku_box ul{float:left;}
.sku_box li{float:left;margin-right:16px;line-height:21px;font-size:16px;color:#333;padding-left:28px;position:relative;font-family: 'SequelSans-BB';vertical-align:middle;}
.sku_box p{float:left;margin-right:15px;line-height:21px;font-size:16px;color:#333;position:relative;font-family: 'SequelSans-BB';vertical-align:middle;}
.sku_box li:before{content:'';display:block;width:20px;height:20px;-webkit-border-radius:20px;border-radius:20px;position:absolute;top:1px;left:0}
.sku_box li:nth-child(1):before{background:#979797;}
.sku_box li:nth-child(2):before{background:#e1dfd6;}
.sku_box li:nth-child(3):before{background:#9f3937;}
.sku_box h4{color:#333;font-size:16px;line-height:21px;font-family: 'Montserrat-B';padding-left:0;float:left;margin-right:15px;text-align:left}
.btn_press_ivs a{display:inline-block;border:1px solid #979797;font-family: 'Montserrat-B';font-size:13px;color:#666;text-align:center;line-height:40px;box-sizing:border-box;min-width:100px;-webkit-border-radius:3px;border-radius:3px;margin-right:10px}
.press_list > ul > li{
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
   -webkit-animation-name: fade-in;
   animation-name: fade-in;
   opacity: 0;
}
.press_list > ul > li:nth-child(1){
 -webkit-animation-delay:400ms;
 animation-delay:400ms;
}
.press_list > ul > li:nth-child(2){
 -webkit-animation-delay:800ms;
 animation-delay:800ms;
}
.press_list > ul > li:nth-child(3){
 -webkit-animation-delay:1200ms;
 animation-delay:1200ms;
}
.press_list > ul > li:nth-child(4){
 -webkit-animation-delay:1600ms;
 animation-delay:1600ms;
}
.press_list > ul > li:nth-child(5){
 -webkit-animation-delay:2000ms;
 animation-delay:2000ms;
}
.press_list > ul > li:nth-child(6){
 -webkit-animation-delay:2400ms;
 animation-delay:2400ms;
}
.press_list > ul > li:nth-child(7){
 -webkit-animation-delay:2800ms;
 animation-delay:2800ms;
}
.press_list > ul > li:nth-child(8){
 -webkit-animation-delay:3200ms;
 animation-delay:3200ms;
}
.press_list > ul > li:nth-child(9){
 -webkit-animation-delay:3600ms;
 animation-delay:3600ms;
}
.press_list > ul > li:nth-child(10){
 -webkit-animation-delay:4000ms;
 animation-delay:4000ms;
}

/* PRESS KIT  */
.press-acces-wrap{padding:77px 60px 80px;-webkit-border-radius:2px;border-radius:2px;background:#fbfbfb;border:1px solid #dddddd;box-sizing:border-box;margin-bottom:30px}
.press-ac{width:660px;margin:0 auto}
.press-ac .btn-wrap{margin-top:40px}
.press-acces-wrap .inp_box02{margin-bottom:11px}
.press-acces-wrap > .press-ac > h3{font-size:18px;color:#333;margin-bottom:7px;font-family: 'Montserrat-B';line-height:22px}
.press-acces-wrap > .press-ac > p{font-size:13px;color:#6b6e71;line-height:16px;margin-bottom:32px}
.press-acces-wrap .inp_st02{padding:13px 20px 13px 20px}
.press-acces-wrap .inp_lable_active + .inp_st02, .inp_lable_active + .inp_st02, .inp_lable_active + .inp_st03{padding:20px 20px 6px 20px}
p.txt-notes{font-size:16px;color:black;line-height:20px;margin-bottom:0}
.txt-notes strong{font-family: 'OpenSans-B';}
.txt-notes strong span{color:#e00000}
h2.txt-notes {line-height:30px;}
p.btn-wrap{text-align:center;margin-bottom:0 !important}
.btn-wrap .btn_st01{max-width:238px}

/* press release  */
.press_release_list{border-top:2px solid #000;padding:30px 0 35px;overflow:hidden;}
.list_height > div:nth-child(1),.list_height > div:nth-child(2),.list_height > div:nth-child(3){border-top:0;padding-top:0}
.box {width:440px;padding-bottom:50px;border-top:2px solid #222;padding-top:23px}
.box  .article > a > img{width:100%}
.press_tit{font-size:18px;color:#000;line-height:24px;font-family: 'Montserrat-B';margin-bottom:20px;position:relative;}
.img_ces{position:absolute;top:0;right:0}
.press_tit span{display:block}
.txt_date{font-size:13px;color:#666;line-height:17px;margin-bottom:10px;font-family: 'Montserrat-B';}
.txt_press{font-size:16px;color:#000;line-height:23px;margin-bottom:28px}
.txt_press span{display:block}
.file_box{padding:20px 0;clear:both;overflow:hidden;}
.file_box > a{width:25%;display:block;box-sizing:border-box;float:left;padding-right:31px;}
.file_box img{box-sizing:border-box;width:60px;display:block;}
.file_dw{float:left;width:75%}
.file_dw h4{font-size:16px;color:#333;line-height:19px;font-family: 'Montserrat-B';}
.file_dw a{font-size:13px;line-height:19px;color:#666;border-bottom:1px solid #949494;font-family: 'SequelSans-BB';}
.txt_menu{font-size:16px;color:#333;line-height:20px;font-family: 'Montserrat-B';margin-bottom:28px}
.txt_menu span{padding:0 10px}

.news_con{border-top:1px solid #ddd;padding:70px 0;clear:both;overflow:hidden;}
.lef_news{float:left;width:25%;}
.lef_news strong{font-family: 'Montserrat-B';color:#000;padding-bottom:40px;display:block;}
.lef_news strong img{width:65px}
.lef_news span{display:block;color:#333;font-size:16px;font-family: 'Montserrat-B';line-height:19px}
.rit_news{float:left;width:75%;box-sizing:border-box;}
.rit_news > ul{clear:both;overflow:hidden;margin-bottom:80px}
.rit_news > ul > li{float:left;box-sizing:border-box;padding-right:15px;width:33.333%}
.rit_news > ul > li:nth-child(1){padding-right:16px}
.rit_news > ul > li:nth-child(2){padding:0 8px}
.rit_news > ul > li:nth-child(3){padding-left:16px;padding-right:0}
.rit_news > ul > li a{font-size:16px;color:#666;line-height:23px;font-family: 'SequelSans-BB';min-height:239px;display:block;padding:73px 30px 73px;box-sizing:border-box;background:#f6f6f6;}
.rit_news > ul > li a div{white-space: normal; line-height: 1.2; height: 4.8em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;overflow:hidden;text-overflow:ellipsis;}
.rit_news > ul > li h4{border:2px solid #ccc;border-width:2px 0;padding:10px 0;border-bottom:2px solid #222}
.rit_news > ul > li h4 img{height:36px}
.subsidiary{box-sizing:border-box;}
.subsidiary li{float:left;}
.subsidiary li:nth-child(1){padding-right:54px}
.subsidiary li:nth-child(2){padding-right:55px;}
.subsidiary li:nth-child(3){padding-right:54px}
.subsidiary li:nth-child(4){padding-right:54px}

.list_height > div{
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
   -webkit-animation-name: fade-in;
   animation-name: fade-in;
   opacity: 0;
}
.list_height > div:nth-child(1){
 -webkit-animation-delay:400ms;
 animation-delay:400ms;
}
.list_height > div:nth-child(2){
 -webkit-animation-delay:800ms;
 animation-delay:800ms;
}
.list_height > div:nth-child(3){
 -webkit-animation-delay:1200ms;
 animation-delay:1200ms;
}
.list_height > div:nth-child(4){
 -webkit-animation-delay:1600ms;
 animation-delay:1600ms;
}
.list_height > div:nth-child(5){
 -webkit-animation-delay:2000ms;
 animation-delay:2000ms;
}
.list_height > div:nth-child(6){
 -webkit-animation-delay:2400ms;
 animation-delay:2400ms;
}
.list_height > div:nth-child(7){
 -webkit-animation-delay:2800ms;
 animation-delay:2800ms;
}
.list_height > div:nth-child(8){
 -webkit-animation-delay:3200ms;
 animation-delay:3200ms;
}
.list_height > div:nth-child(9){
 -webkit-animation-delay:3600ms;
 animation-delay:3600ms;
}
.list_height > div:nth-child(10){
 -webkit-animation-delay:4000ms;
 animation-delay:4000ms;
}
/* Ambassador */
.ambassabor_con{clear:both;overflow:hidden;padding:33px 0 65px;border:2px solid #222;border-width:2px 0}
.lef_amb{width:46%;float:left;box-sizing:border-box;padding-right:100px}
.lef_amb h3{font-size:24px;color:#333;line-height:39px;font-family: 'Montserrat-B';margin-bottom:30px}
.lef_amb h3 span{display:block}
.lef_amb p{font-size:16px;color:#666;line-height:23px;}
.lef_amb p span{display:block}
.inp_box03{margin-bottom:11px}
.inp_box03 input{width:100%}
.inp_st03{-webkit-box-shadow:0 0  0 1px #ccc;box-shadow:0 0  0 1px #ccc;width:100%;padding:13px 20px;box-sizing:border-box;font-size:13px;color:#000;line-height:20px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.inp_st03:focus{-webkit-box-shadow:0 0  0 2px #79c700;box-shadow:0 0  0 2px #79c700;outline:none}
.name_box .inp_st03{font-family: 'Montserrat-B';}
.inp_st03::placeholder{color:#999}
.inp_box03{width:100%;}
.inp_box03 .inp01{float:none}
.name_box{position:relative;}
.name_box input{padding:20px 20px 6px 20px;position:relative;}
.name_box .inp01,.name_box .inp02{position:relative;}

.rit_amb{width:54%;float:left;box-sizing:border-box;padding:0 2px 0 0}
.rit_amb .inp_box02{margin-bottom:11px;}
.txt_area{font-size:16px;color:#000;line-height:20px;font-family: 'Montserrat-B';margin:53px 0 10px;}
textarea{-webkit-box-shadow:0 0  0 1px #b3b3b3;box-shadow:0 0  0 1px #ccc;border:0;padding:20px;box-sizing:border-box;font-size:13px;color:#000;width:100%;height:250px;-webkit-border-radius:2px;border-radius:2px}
textarea:focus{-webkit-box-shadow:0 0  0 2px #79c700;box-shadow:0 0  0 2px #79c700;outline:none}
.btn_submit a{color:#fff;background:#333;font-size:13px;-webkit-border-radius:2px;border-radius:2px;line-height:50px;display:inline-block;padding:0 96px;margin-top:25px;font-family:'OpenSans-SB'}

/* popup  */
/* login */
.popup_wrap{height: 100%;position:fixed;z-index:60;width: 100%;top: 0;text-align:center;display:table;opacity:0}
.popup_center{height:100%;height:100%;box-sizing:border-box;display:table-cell;width:100%;vertical-align:middle;}
.login_popup{width:500px;background-color:#fff;-webkit-border-radius:2px;border-radius:2px;padding:20px 40px 40px;position:relative;
  box-sizing:border-box;-webkit-box-shadow:3px 3px 20px #6e6c6a;box-shadow:3px 3px 20px #6e6c6a;display:inline-block;vertical-align:middle;}
.popup_tit01{font-size:30px;color:#000;line-height:40px;text-align:center;font-family: 'Montserrat-B';padding:25px 0 20px}
.login_txt{font-size:15px;color:#333;line-height:23px;text-align:center;margin-bottom:35px}
.login_txt_ma{margin-bottom:110px}
.btn_popup_close{position:absolute;top:20px;right:20px}
.login_inp div:first-child{margin-bottom:20px}
.login_inp div:last-child,.login_inp div:last-child >  div{margin-bottom:10px}
.login_inp .inp_st02{padding:15px 20px 15px 20px}
.login_inp .inp_lable_active + .inp_st02{padding:22px 20px 8px 20px}
.btn_login{margin:30px 0}
.btn_login a{color:#fff;background:#222;font-size:15px;-webkit-border-radius:2px;border-radius:2px;line-height:50px;display:block;margin-top:20px;font-family:'OpenSans-SB';text-align:center;}
.popup_bg{background:rgba(0,0,0,.5);height:100%;width:100%;position:fixed;top:0;left:0;z-index:-1}
/* checkbbox 02 */
.check_st02{display: block;position: relative;padding-left:35px;cursor: pointer;font-size:13px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;color:#333;line-height:25px;}
.check_st02 input {opacity: 0;cursor: pointer;}
.check_keep .checkmark {position: absolute;top: 0;left: 0;height:25px;width:25px;background-color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:1px solid #ccc;box-sizing:border-box;}
.check_st02 input:checked ~ .checkmark {background-color: #fff;border:1px solid #70cf00;}
.check_st02 .checkmark:after {content: "";position: absolute;display: none;}
.check_st02 input:checked ~ .checkmark:after {display: block;}
.check_st02 .checkmark:after {left:8px;top:4px;width: 5px;height:10px;border: solid #70cf00;;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.check_rit{float:right;}
.check_rit a{font-size:13px;color:#999;margin-top:5px;display:block}
.check_lef{float:left;}


.check_keep::after{clear:both;overflow:hidden;display:block;content:""}
.btn_f_g{width:100%;margin-bottom:40px;clear:both;overflow:hidden}
.btn_f_g span  a{box-sizing:border-box;height:50px;font-family: 'OpenSans-SB';font-size:15px;color:#fff;line-height:50px}
.btn_f_g span{height:50px;-webkit-border-radius:2px;border-radius:2px;display:block;box-sizing:border-box;text-align:center;}
.btn_f_g p{float:left;box-sizing:border-box;}
.btn_f_g p:nth-child(1){width:50%;padding-right:10px;float:left;}
.btn_f_g p:nth-child(1) span{background:#21548c;}
.btn_f_g p:nth-child(1) a{display:inline-block;background:#21548c url("../img/popup/bg_f.jpg") 0 50% no-repeat;height:100%;padding-left:30px}
.btn_f_g p:nth-child(2){width:50%;padding-left:10px;float:left;}
.btn_f_g p:nth-child(2) span{background:#ed3a2b}
.btn_f_g p:nth-child(2) a{display:inline-block;background:#ed3a2b url("../img/popup/bg_g.jpg") 0 50% no-repeat;height:100%;padding-left:40px}
.txt_join_now{text-align:center;color:#999999;font-size:15px;}
.txt_join_now a{color:#000;border-bottom:1px solid #a3a3a3;padding-bottom:1px}

.or_txt{position:relative;margin-top:-20px}
.or_txt p{position:absolute;left:50%;top:-8px;width:60px;background:#fff;text-align:center;font-size:15px;color:#999;margin-left:-30px}
.or_txt::after{width:100%;border-bottom:1px solid #ddd;content:'';display:block;margin-bottom:20px}
.txt_alert{font-size:13px;color:#ed3a2b;line-height:18px;margin-top:5px;text-align:left;}
.inp_red{-webkit-box-shadow:0 0 0 1px #ed3a2b;box-shadow:0 0 0 1px #ed3a2b}
.welcome .btn_login{margin:40px 0 10px}
.welcome .popup_tit01{padding-top:120px;position:relative;}
.welcome .popup_tit01::before{display:block;width:40px;height:40px;border:10px solid #70cf00;-webkit-border-radius:40px;border-radius:40px;content:'';position:absolute;top:40px;left:50%;margin-left:-20px;box-sizing:border-box; }


/* delete account popup */
.popup_green{/*padding:62px 54px;*/padding:62px 30px;box-sizing:border-box;background:#52b700;position:relative;width:452px;position:absolute;right:0;bottom:-50px}
.popup_green h3{font-size:30px;color:#000;padding-bottom:42px;border-bottom:3px solid #222;margin-bottom:42px;font-family: 'Montserrat-B';line-height:40px}
.popup_green h3 span{display:block;}
.popup_green h4{font-size:20px;color:#000;margin-bottom:20px;font-family: 'Montserrat-B';line-height:25px}
.txt_box_pop{font-size:14px;line-height:21px;margin-bottom:42px}
.txt_box_pop02 p{font-size:20px;color:#000;margin-bottom:20px;font-family: 'Montserrat-B';line-height:25px}
.txt_box_pop02 p:first-child{margin-bottom:10px}
.btn_close_pop{position:absolute;right:10px;top:20px;}
.btn_yes_no a{display:inline-block;padding:17px 0;min-width:115px;color:#fff;text-align:center;font-size:16px;font-family: 'Montserrat-B';background:#6ad100;-webkit-border-radius:2px;border-radius:2px}
.btn_yes_no a:first-child{margin-right:10px}
.check_st03{font-size:14px;line-height:21px;padding-left:45px}
.check_st03 .checkmark{top:6px}
.inp_submit{padding-right:100px;position:relative;margin:20px 0}
.inp_submit .btn_upload{width:95px;background:#6ad100}
.inp_submit .star02{top:55%}
.inp_submit .inp_lable{left:20px}
.txt_box_pop03 p{font-size:13px;color:#2e6601;line-height:17px}
.txt_box_mt{margin-bottom:40px}
.txt_box_mt0{margin-bottom:0}

/* Contact */
.contact_tit{position:relative; }
.contact_tit .tit_st07{font-size:32px;line-height:39px;margin-bottom:21px;-webkit-animation:none;animation:none;opacity:1;text-align:center;}
.txt-wrap{position:relative;margin-bottom:53px}
.txt-wrap > p{font-size:16px;color:#666;line-height:22px;text-align:center;margin-bottom:15px}
.sns_list{clear:both;overflow:hidden;text-align:center;}
.sns_list li{display:inline-block;margin-right:8px}
.sns_list li:last-child{margin-right:0}
.map img{width:100%}
.map img:nth-child(2){display:none}
.map_txt{padding-bottom:60px;border-bottom:1px solid #969698;margin-bottom:49px}
.map_txt p:nth-child(1){font-size:32px;color:#000;margin-bottom:10px;line-height:28px;font-family: 'Montserrat-B';text-align:center;}
.map_txt p:nth-child(2){font-size:32px;color:#666;line-height:28px;font-family: 'Montserrat-B';text-align:center;}
.map{margin-bottom:17px}
.contact_list{clear:both;overflow:hidden;}
.contact_list li{float:left;}
.contact_list li:nth-child(1){width:34%}
.contact_list li:nth-child(2){width:36%}
.contact_list li:nth-child(3){width:30%}
.contact_list h4{font-size:18px;color:#000;font-family: 'Montserrat-B';line-height:22px;margin-bottom:37px}
.contact_list h4 span{font-family: 'Montserrat-L';display:block;line-height:16px;font-size:13px;font-family: 'Montserrat-B';}
.contact_list li:nth-child(2) h4{margin-bottom:24px}
.contact_list li p{font-size:14px;line-height:20px;color:#666;box-sizing:border-box;}
.contact_list li strong{font-family: 'OpenSans-B'}
.contact_list li p span{border-bottom:1px solid #666;}

/* our story */
.pa_top_company{padding-bottom:0}
.our_con01{margin-bottom:95px}
.our_con01 ul{clear:both;overflow:hidden;}
.our_con01 li{float:left;width:50%;box-sizing:border-box;color:#222;}
.our_con01 li:last-child{padding-left:350px;}
.our_con01 li:last-child h3{font-size:20px;line-height:40px;font-family: 'Montserrat-B';margin-bottom:10px}
.our_con01 li:last-child p{font-size:16px;line-height:25px;}
.ma_top_txt{margin-top:65px}

.our_video{height:653px;background:url("../img/sub/bg_video_company.jpg") no-repeat;display:table;width:100%}
.our_video a{height:100%;width:100%;display:table}
.our_play_txt{display:table-cell;vertical-align:middle;text-align:center;}
.our_play_txt p{font-size:70px;color:#fff;line-height:85px;font-family: 'Montserrat-L';}
.our_play_txt p strong{font-family: 'Montserrat-B';}
.our_play_txt span{font-size:43px;color:#fff;display:inline-block;padding-right:55px;background:url("../img/sub/bg_play_our.png") right 50% no-repeat;line-height:43px;margin-top:20px;font-family: 'OpenSans-SB';}
.our_con02 h3{margin:50px 0;font-size:20px;line-height:35px;font-family: 'Montserrat-B';color:#222}
.our_con02 > p{font-size:20px;line-height:35px;color:#222}
.our_con02{margin-bottom:95px}
.center_play{display:table-cell;vertical-align:middle;}

.our_con03{clear:both;overflow:hidden;padding-top:130px;box-sizing:border-box;border-top:4px solid #000}
.culture_con{margin-bottom:40px;overflow:hidden;}
.culture_con > div{box-sizing:border-box;float:left;width:50%;}
.lef_culture{position:relative;}
.lef_culture h3{font-size:66px;font-family: 'Montserrat-B';color:#000;line-height:72px;padding:0 55px 373px}
.lef_culture ul{clear:both;overflow:hidden;margin-bottom:70px;padding:0 55px}
.lef_culture ul li{font-size:32px;font-family: 'Montserrat-B';color:#000;float:left;width:33.3333%;text-align:center;line-height:72px}
.lef_culture img{width:100%}
.txt_make{position:absolute;bottom:0;right:-245px;}
.txt_make h4{font-size:17px;color:#2e2726;line-height:40px;font-family: 'Montserrat-B';}
.txt_make p{font-size:16px;line-height:25px;color:#222}
.txt_make p span{display:block}
.txt_cul01{font-size:20px;color:#222;line-height:33px;font-family: 'OpenSans-B';margin-bottom:140px}
.txt_cul01 .dis_bk{display:block}
.txt_fa{font-family: 'OpenSans-R';}
.rit_culture ul{clear:both;overflow:hidden;width:100%;}
.rit_culture ul li{float:left;width:50%;box-sizing:border-box;line-height:0;margin-bottom:1px}
.rit_culture ul li:nth-child(2){padding-left:35px;box-sizing:border-box;}
.rit_culture ul li h4{font-size:17px;color:#2e2726;line-height:40px;margin-bottom:25px;font-family: 'Montserrat-B';}
.rit_culture ul li p{font-size:16px;line-height:25px;color:#222}
.rit_culture ul li p span{display:block}
.being{text-align:right}
.being h4{font-size:17px;color:#2e2726;line-height:40px;font-family: 'Montserrat-B';margin-top:30px }
.our_video02{background:url("../img/sub/bg_culture_video.jpg") no-repeat;height:710px}

.our_con04{padding-top:60px}
.our_con04 h3{font-size:32px;color:#000;line-height:39px;font-family: 'Montserrat-B';text-align:center;margin-bottom:27px}
.our_con04 > p{font-size:16px;line-height:22px;text-align:center;padding-bottom:110px;color:#666}
.our_con04 > p span{display:block}
.product_con{clear:both;overflow:hidden;padding-bottom:60px}
.product_con > li{width:50%;float:left;box-sizing:border-box;}
.product_con > li img{max-width:100%}
.product_con > li:nth-child(1){padding-right:10px}
.product_con > li:nth-child(2){padding-left:10px}
.product_con > li:nth-child(2) img{width:100%;}
.product_con > li:nth-child(3){padding-right:7px;margin-top:-17%}
.product_con > li:nth-child(3) img{width:100%}
.product_con > li:nth-child(4){padding-left:7px}
.product_img_list{margin-bottom:60px;clear:both;overflow:hidden;}
.product_img_list > li{float:left;box-sizing:border-box;}
.product_img_list > li:first-child{padding-right:10px;width:62%}
.product_img_list > li:first-child img:nth-child(1){padding-bottom:10px}
.product_img_list > li:first-child img:nth-child(2){padding-top:10px}
.product_img_list > li:last-child img:nth-child(1){padding-bottom:10px}
.product_img_list > li:last-child img:nth-child(2){padding-top:10px}
.product_img_list > li:last-child{padding-left:10px;width:38%}
.product_img_list > li img{display:block;max-width:100%}
.product_txt01{padding-bottom:100px;text-align:left}
.product_txt01 h4{font-size:32px;color:#000;line-height:39px;font-family: 'Montserrat-B';margin-bottom:32px}
.product_txt01 p{text-align:left;font-size:16px;color:#222;line-height:22px;}
.product_txt02{padding:40px 30px 50px;box-sizing:border-box;}
.product_txt02 h4{margin-bottom:20px}
p.txt_caption{font-size:16px;line-height:25px;color:#222;margin:60px 0;text-align:left;padding-bottom:0}
.img_best{vertical-align:middle;}

.rit_purchase02{text-align:center}

.video-box video{width:100%}

/* about us */
.who-cont-wrap{border-bottom:2px solid #222;padding-top:60px}
.who-cont-wrap:after{clear:both;overflow:hidden;content:'';display:block;}
.who-cont-wrap > ul > li{width:50%;float:left;box-sizing:border-box;position:relative;}
.who-cont-wrap > ul > li img{width:100%}
.who-cont-wrap > ul > li:nth-child(2) img:nth-child(2){display:none}
.who-cont-wrap > ul > li:nth-child(1){padding-right:7px}
.who-cont-wrap > ul > li:nth-child(2){padding-left:7px}
.who-tit{font-size:32px;color:#222;font-family: 'Montserrat-B';margin-bottom:42px;line-height:39px}
.who-txt-box p{font-size:16px;color:#222;line-height:22px;}
.who-txt-box p:first-child{margin-bottom:35px}
.who-txt-box p:nth-child(3){margin:45px 0;font-size:24px;font-family: 'Montserrat-B';}
.who-img:after{clear:both;overflow:hidden;content:'';display:block;}
.who-img{width:100%}
.who-img li{float:left;padding-top:14px;width:50%;box-sizing:border-box;line-height:0;}
.who-img li:nth-child(1){padding-right:7px}
.who-img li:nth-child(2){padding-left:7px;position:relative;}
.mob-posi-semo{line-height:0}
.who-tit02{font-size:32px;color:#222;font-family: 'Montserrat-B';margin:47px 0 32px;text-align:right;line-height:39px}
.who-txt-box02 p{font-size:16px;color:#222;line-height:22px;text-align:left;padding-left:7.89473684210526%}
.who-txt-box02 p span{display:block}
.who-txt-box02 p:first-child{margin-bottom:20px}
.about-img{padding-top:15px;width:100%;margin-bottom:60px}
.semo-wh{display:block;position:absolute;top:12.98076923076923%;left:7px; border-top:40px solid transparent;
border-bottom:40px solid #fff;
border-right: 40px solid transparent;
border-left: 40px solid  transparent;transform:rotate(90deg);}
.who-img li:nth-child(2) .semo-wh{right:0;left:auto;top:11.86943620178042%;transform:rotate(-90deg);}
.mob-about{display:none}
.mob-about-txt{display:none}


/* .life_txt02{padding-top:60px} */
p.process_txt01{font-size:14px;color:#666;line-height:18px;padding-bottom:60px;margin-bottom:0}
.our_process_txt > p{font-size:14px;color:#222;line-height:18px;padding-top:14px;position:relative;margin-bottom:44px}
.our_process_txt > p span{display:block}
.our_process_txt > p:before{display:block;width:57px;height:3px;background:#000;position:absolute;top:0;left:10px;content:''}
.join_us_sel{box-sizing:border-box;}
.btn_join_us{display:block;background:#222;font-family: 'OpenSans-SB';text-align:center;color:#fff;line-height:60px;font-size:20px;-webkit-border-radius:2px;border-radius:2px;box-sizing:border-box;}
.join_us_sel .select_st02 .sel_txt{line-height:60px;height:60px;-webkit-box-shadow:0 0 0 2px #222;box-shadow:0 0 0 2px #222;padding:0 30px 0 14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.join_us_sel .select_st02 .che_option{top:63px;box-shadow: 0 0 0 1px #333;
-webkit-box-shadow: 0 0 0 1px #333;padding:0}
.join_us_sel .select_st02 .sel_txt{background:url("../img/sub/bg_select04.jpg") right 50% no-repeat}
.join_us_sel .select_st02 .che_option li{text-align:left}
.join_us_sel .select_st02 .che_option li{border-bottom:1px solid #333}
.join_us_sel .select_st02 .che_option li:last-child{border-bottom:0}
.life_txt02{width:460px}

/* apple */
p.process_txt02{padding-bottom:20px}
.btn_upload02{background:#aaa;width:97px;font-size:13px;}
.ma_bott_upload{margin-bottom:12px;padding-right:103px}
.join_us_inp input{font-size:13px;padding-left:20px}
.link_inp{margin-bottom:20px;position:relative;}
.link_inp input{padding:25px 20px 5px 10px;box-sizing:border-box;font-size:13px;}
.link_inp label{position:absolute;top:5px;left:10px;color:#999;font-size:13px}
.join_us_inp .star02{left:10px;margin-top:-7px}
.join_us_inp .inp_box02{margin-bottom:12px}
.join_us_inp .inp_lable{left:10px}
.life_txt.join_life_txt h3{margin-bottom:10px}
.join_us_inp .inp02 .star02,.join_us_inp .inp02 .inp_lable{left:20px}
.join_us_inp .inp_lable_active + .inp_st02, .join_us_inp .inp_lable_active + .inp_st02, .join_us_inp .inp_lable_active + .inp_st03{padding-left:10px}

/* done */
p.thank_txt{padding-top:60px}
.thank_txt strong{display:block;font-family: 'Montserrat-B';line-height:27px;font-size:20px}
.thank_txt strong:last-child{padding-top:30px}

/* legal */
.legal_txt_st01{margin-bottom:40px}
.legal_txt_st01 li{color:#222;line-height:22px;font-size:14px;position:relative;/*padding-left:20px;*/box-sizing:border-box;margin-bottom:10px;text-align:center;}
.legal_txt_st01 li span{display:block}
.legal_txt_st01 li:last-child{margin-bottom:0}
/* .legal_txt_st01 li:before{content:"·";position:absolute;left:0;top:-1px;display:block;font-weight:bold;color:#62bb46} */
/* .tit_legal{background:url("../img/sub/company_legal.svg") center 0 no-repeat;background-size:115px auto;padding-top:90px} */
.tit_legal .tit_st07{-webkit-animation:none;animation:none;opacity:1;font-size:32px;text-align:center;line-height:39px;margin-bottom:17px}
.tab_menu{height:88px;box-sizing:border-box;border-bottom:3px solid #020202;}
.tab_menu li{float:left;box-sizing:border-box;position:relative;height:85px;border:3px solid #f2f2f2;border-width:3px 0 0 3px;}
/* .tab_menu li a:after{display:block;content:'';overflow:hidden;height:3px;width:100%;background:#020202;position:absolute;bottom:0;left:0} */
.tab_menu li:last-child{border-right:3px solid #f2f2f2}
.tab_menu li a{display:block;padding:30px 70px;font-size:20px;color:#d0d0d0;font-family: 'Montserrat-B';padding-bottom:3px;box-sizing:border-box;height:85px;text-align:center;}
.tab_menu li.on{border:3px solid #020202;border-bottom:0;box-sizing:border-box;}
.tab_menu li.on a{color:#333;}
.tab_menu li.on a:after{background:#fff;z-index:5;display:block;content:'';overflow:hidden;height:3px;width:100%;position:absolute;bottom:-3px;left:0}
.tab_container > div{padding:70px;box-sizing:border-box;}
.tab_tit_box h3{font-size:30px;color:#000;line-height:32px;margin-bottom:20px;font-family: 'Montserrat-B';}
.tab_tit_box p{font-size:16px;color:#6b6e71;line-height:25px;}
.trademarks{padding:65px 0 100px;border-bottom:1px solid #999;margin-bottom:80px;}
.trademarks > ul{clear:both;overflow:hidden;}
.trademarks > ul:first-child{margin-bottom:95px}
.trademarks > ul > li{float:left;box-sizing:border-box;}
.trademarks > ul > li:nth-child(1){width:226px;text-align:center;}
.trademarks > ul > li:nth-child(2){width:674px;}
.trademarks > ul > li:nth-child(2) ul{float:left;width:50%;box-sizing:border-box;}
.trademarks > ul > li:nth-child(2) ul:nth-child(1){width:50%;padding-left:70px}
.trademarks > ul > li:nth-child(2) ul:nth-child(2){width:50%;padding-left:85px}
/* .trademarks > ul > li:nth-child(2){width:406px;padding-left:70px} */
/* .trademarks > ul > li:nth-child(3){padding-left:85px} */

.tra_txt li{color:#6b6e71;line-height:25px;font-size:20px;position:relative;padding-left:20px;box-sizing:border-box;margin-bottom:15px}
.tra_txt li:last-child{margin-bottom:0}
.tra_txt li:before{content:"·";position:absolute;left:0;top:0;display:block;font-weight:bold;color:#62bb46}
.patents_con{clear:both;overflow:hidden;border:2px solid #999;box-sizing:border-box;border-width:1px 0 0 1px;margin-top:40px}
.patents_list{width:50%;float:left;}
.patents_list ul{width:50%;float:left;}
.patents_list ul li{border:2px solid #999;box-sizing:border-box;font-size:20px;color:#6b6e71;text-align:center;padding:27px 0;border-width:0 1px 1px 0;cursor:pointer;}

/* Privacy policy  */
.pri_txt01 strong{font-size:20px;color:#000;line-height:14px;display:block;margin-bottom:10px;font-family: 'Montserrat-B';}
.pri_txt01 span{font-size:16px;color:#6b6e71;margin-bottom:30px;display:block}
.data_txt_box ul{clear:both;overflow:hidden;margin-bottom:100px}
.data_txt_box ul li{float:left;box-sizing:border-box;}
.data_txt_box ul li:nth-child(1){width:42%;}
.data_txt_box ul li:nth-child(1) p{font-size:16px;line-height:25px;color:#6b6e71}
.data_txt_box ul li:nth-child(1) p:first-child{font-family: 'OpenSans-SB';}
.data_txt_box ul li:nth-child(2){width:58%;font-size:16px;line-height:25px;color:#6b6e71}

.tit_privacy{font-size:42px;color:#000;line-height:42px;margin-bottom:60px;font-family: 'Montserrat-B';}
.tit_privacy02{font-size:42px;color:#000;line-height:42px;margin-bottom:40px;font-family: 'Montserrat-B';}
.pri_txt02{font-size:20px;color:#6bb640;line-height:30px;font-family: 'OpenSans-SB';margin-bottom:25px}
.pri_txt03{font-size:16px;color:#222;line-height:25px;margin-bottom:40px}
.pri_txt04{font-size:16px;color:#222;line-height:25px;margin-bottom:30px}
.pri_txt05{font-size:16px;color:#222;line-height:25px;margin-bottom:100px}
.pri_txt06{font-size:16px;color:#62bb46;line-height:25px;margin-bottom:30px;font-family: 'OpenSans-B';}
.privacy_list > li{padding:35px 0;border-top:2px solid #999;clear:both;overflow:hidden;}
.privacy_list > li:last-child{border-bottom:2px solid #999}
.privacy_list h4{float:left;width:33%;color:#222;font-size:16px;line-height:25px;font-family: 'OpenSans-B';}
.privacy_list h4 span{display:block;}
.privacy_list .pri_txt_rit{float:left;width:67%;font-size:16px;color:#222;line-height:25px}
.your_list{margin-top:20px}
.your_list li{position:relative;font-size:14px;line-height:21px;color:#222;padding-left:20px;margin-bottom:10px}
.your_list li:before{content:"·";color:#62bb46;position:absolute;top:0;left:0;font-weight:bold;}
.link_st01{color:#6bb642;text-decoration:underline;}
.tab_tit_box02{margin:55px 0 120px}
.tab_tit_box02 h3{font-size:20px;line-height:25px;color:#222;font-family: 'OpenSans-B';margin-bottom:20px}
.tab_tit_box02 p{font-size:16px;line-height:25px;color:#222;}
.tit_topics{font-size:42px;color:#000;font-family: 'Montserrat-B';line-height:42px;margin-bottom:55px;}
.topics_txt > li{margin-bottom:60px}
.topics_txt > li:last-child{margin-bottom:0}
.topics_txt > li > h4{font-size:32px;color:#000;line-height:32px;margin-bottom:20px;font-family: 'Montserrat-B'}
.topics_txt > li > h5{font-size:20px;color:#222;line-height:20px;margin-bottom:20px;font-family: 'Montserrat-B'}
.top_txt01{font-size:16px;color:#222;line-height:25px;margin-bottom:35px;}
.top_txt02{font-family: 'OpenSans-B';margin-bottom:30px}
.top_txt03{font-size:16px;color:#222;line-height:25px;margin-bottom:30px;}
.tit_cookies{margin-top:35px}
.cookies_txt{margin-bottom:40px}
.cookies_txt li{font-size:16px;color:#222;line-height:27px;padding-left:20px;position:relative;}
.cookies_txt li:before{content:"·";position:absolute;top:0;left:0;color:#62bb46;display:block}
.topics_txt > li > h4.tit_how_03{margin-bottom:35px}
.pri_txt05_mb60{margin-bottom:60px}
.tit_pri{font-size:20px;line-height:25px;color:#222;font-family: 'OpenSans-B';margin-bottom:25px}
.return_txt{clear:both;overflow:hidden;margin-bottom:60px}
.return_txt > div{float:right;}
.return_txt > div h5{font-size:20px;color:#000;font-family: 'Montserrat-B';float:left;}
.return_txt ul{float:left;padding-left:120px}
.return_txt > div li{font-size:16px;color:#222;line-height:25px}

/* RIDESHARE DRIVERS  */
.tit_promotion .tit_st01{font-size:32px;margin-bottom:15px;line-height:39px;border-bottom:0;text-align:center;line-height:38px}
.tit-pro01{font-size:30px;color:#333;line-height:36px;margin:25px 0;text-align:center;font-family: 'SequelSans-BB';color:#62bb46}
.txt-poromotion01{margin-bottom:60px}
.txt-poromotion01 p{font-size:16px;color:#191d29;line-height:25px;text-align:center;}
.promo-list{clear:both;overflow:hidden;margin-bottom:80px}
.promo-list li{float:left;box-sizing:border-box;padding-top:145px;width:33.333333%}
.promo-list li h4{font-size:24px;color:#333;line-height:36px;font-family: 'Montserrat-B';text-align:center;}
.promo-list li p{font-size:16px;color:#333;line-height:25px;text-align:center;}
.promo-list li:nth-child(1){background:url("../img/sub/promotion-icon01.jpg") center 0 no-repeat}
.promo-list li:nth-child(2){background:url("../img/sub/promotion-icon02.jpg") center 0 no-repeat}
.promo-list li:nth-child(3){background:url("../img/sub/promotion-icon03.jpg") center 0 no-repeat}

.promo-list li:nth-child(1) h4, .promo-list li:nth-child(2) h4,.promo-list li:nth-child(3) h4{margin:15px 0 48px}
.img-icon{margin-top:30px}
.img-icon img{vertical-align:middle;margin-right:20px}
.img-icon img:last-child{margin-right:0}

.txt-poromotion02{background:#f8f8f8;box-sizing:border-box;padding:45px 45px 45px 85px;-webkit-border-radius:5px;border-radius:5px;clear:both;overflow:hidden;margin-bottom:40px;position:relative;}
.promo-line{border-bottom:2px solid #333;overflow:hidden;}
.txt-poromotion02 h4{float:left;font-size:32px;color:#333;line-height:36px;font-family: 'Montserrat-B';padding-right:20px;box-sizing:border-box;width:32%}
.txt-poromotion02 p{float:left;font-size:19px;color:#191d29;line-height:31px;width:68%}
.driver-wrap{padding-top:60px;width:920px;margin:0 auto}
.driver-wrap .txt-notes{margin-bottom:45px;}
.txt-notes p {
    font-size: 16px;
}

.driver-wrap > h3{font-size:32px;color:#333;margin-bottom:10px;font-family: 'Montserrat-B';line-height:32px;margin-bottom:45px}
.btn_upload_gy{background:#333}
.under-line{text-decoration:underline;}
.promotion-con-wrap img{max-width:100%}
.promotion-con-wrap .txt_yes{margin-bottom:40px}
.promotion-con-wrap .inp_upload .star02{top:50%}
.promotion-con-wrap .inp02 .star02,.promotion-con-wrap .inp02 .inp_lable{left:30px}

/* MILITARY &FIRST RESPONDER DISCOUNT */
.promo-list li:nth-child(2).pro-icon02{background:url("../img/sub/promotion-icon04.jpg") center top no-repeat}
.pro-link-box{text-align:center;padding-top:20px}
.pro-link-box li{width:265px;display:inline-block;text-align:left;-webkit-border-radius:2px;border-radius:2px;padding-right:20px}
.pro-link-box li a{color:#fff;font-size:20px;font-family: 'OpenSans-B';line-height:25px;padding:25px 30px;text-align:left;display:block;background:url("../img/sub/bg-btn-next.png") right 50% no-repeat}
.pro-link-box li:nth-child(1){background:#333;margin-right:18px}
.pro-link-box li:nth-child(2){background:#65ba4d}

/* popup video play */
.popup_bg02{background:#fff;position:fixed;width:100%;height:100%;top:0;left:0;z-index:-1;}
.video-play{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;height:100%;width:100%;}
.video-con{min-width:320px;max-width:1280px;width:auto;position:relative;height: 100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.video-con > div{width:auto;height:100vh;max-height:720px;overflow:hidden;position:relative;cursor:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-self:center;}
.video-play video{max-height: 100vh;width:auto;box-sizing:border-box;
max-width: 100vw;height:100%;min-width:320px;display:block;vertical-align:baseline;object-fit: contain;}
.btn-video-close{position:absolute;top:20px;right:30px;}
.btn-video-close img{width:30px;height:30px}
.over-hidden{overflow-y:hidden;height:100%}

/* --------------------------------------------------------    pc 1139 : s   ----------------------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1215px) {
/* header */
.header_con{width:100%;box-sizing:border-box;/*padding:0 50px*/}
.header_con h1{width:10%;box-sizing:border-box;padding:0 10px;margin:10px 0 0}
.header_con h1 img{width:100%;max-width:92px;}
.header_con .gnb{width:78%;box-sizing:border-box;padding-left:10px}
.header_con .gnb li a{margin-right:30px;font-size:15px;}
.login_cart{box-sizing:border-box;width:12%;text-align:right}
.search_box input{width:100%;box-sizing:border-box;font-size:14px;background:url("../img/common/bg_inp_search.png") 5px 0 no-repeat;padding-left:30px}
.login{padding-right:10px}

.header_con .gnb li a{margin-right:15px}
.header_con .gnb li:last-child a{margin-right:0}
.header_con .gnb li:nth-child(5){right:98px}
.header_con .gnb li:nth-child(4){right:169px}
.header_con .gnb li:nth-child(4) a, .header_con .gnb li:nth-child(5) a, .header_con .gnb li:nth-child(6) a{margin-right:10px}


}
@media (min-width: 1025px) and (max-width: 1139px) {
/* header */



/* main */
.main_slider li > div{width:100%}
.txt_box{padding-right:30px}
.main_cont01{width:100%}
.main_cont02{width:100%}
.lef_our{width:70%}
.rit_our{width:30%;padding-left:20px;box-sizing:border-box;}
.our_txt_box{width:40%;margin-right:0;padding-right:28px;box-sizing:border-box}
.lef_our img{width:60%}
.our_img img{width:100%}
.rit_our h3{margin:15px 0}
.txt_rit_box{width:40%}
.our_cont03 > a{width:60%}
.our_cont03,.our_cont04{padding-left:20px;padding-right:20px;box-sizing:border-box;overflow:hidden;}
.our_cont03 img{width:60%}
.txt_rit_box .tit_st06{margin-bottom:15px}
.txt_rit{box-sizing:border-box;}
.txt_rit .txt_sm{margin-bottom:5%;font-size:15px}
.our_cont04{display:table;width:100%}
.our_cont04 div:first-child{padding-top:0;display:table-cell;padding-right:28px;box-sizing:border-box;margin-bottom:20px}
.our_cont04 .our_img02{display:table-cell;width:70%}
.our_cont04 img{width:100%;}
.main_cont03{width:100%}
.swiper_st02 img{width:100%}
.our_cont01{box-sizing:border-box;padding:0 20px}

/*  sub */
/* sub_main */

.sub_main_content{width:100%;padding:50px 10px 100px;box-sizing:border-box;}
.sub_nav ul{width:100%;box-sizing:border-box;/*padding:35px 0 25px 0;*/text-align:center;}
.sub_nav ul li{display:inline-block;float:none}
.sub_nav ul li:last-child{margin-right:0}
.nav_fixed ul{padding-top:20px}
.sub_visual img{width:100%}
.wire_cont01{width:100%}
.wireless_lef{width:35%;box-sizing:border-box;padding-right:10px}
.wireless_rit{width:65%;}
.wire_pro01{width:100%}
.swiper_st03 .swiper-slide{width:30%}
.swiper_st03 img{width:100%}
.tit_st07,.wire_cont01,.wire_cont02{/*padding:0 20px;*/box-sizing:border-box;}


/*  order process */
/* .shopping_cart_list li .wid01 img{width:100%} */
.shopping_cart_list .wid02{padding:0 10px 0 15px}
.sub_content{width:100%;/*padding-right:50px;padding-left:50px;*/padding-right:10px;padding-left:10px;}
.cont01{width:65%;box-sizing:border-box;padding-right:50px}
.cont02{width:35%}
.shopping_cart_list .wid03{width:22%;padding:0 10px}
.shopping_cart_list .price{width:18%}
.inp_box{padding-right:105px;position:relative;}
.inp_box input{width:100%}
.btn_st02{position:absolute;top:0;right:0}
.tb_st01 td{padding:0 5px 10px;font-size:14px}
.tb_st01 td img{width:100%}
.btn_al{margin-left:0;text-align:right;padding-right:50px;box-sizing:border-box;width:65%}
.shopping_check .btn_al{padding-right:0;box-sizing:border-box;width:100%}
.end h3{width:50%}
.end .txt_individual{width:50%}

/*  MY ACCOUNT */
.order_txt01{float:none;line-height:30px}
.order_txt02{line-height:30px}
.line_gy{display:none}
.order_txt01:nth-child(1){padding-right:0;line-height:20px;width:100%}
.order_txt01:nth-child(1)::after{display:none}
.order_txt01:nth-child(2){padding-left:0;width:100%}
.add_txt{padding-right:10px;box-sizing:border-box;}
.promotion p:nth-child(4){font-size:28px}
.acc_list li .btn_st03{top:40%;margin-top:-26px;}
.lef_order{width:65%}
.rit_order{width:35%}


/* support */
/*  Where to buy */
.retail_list01 li,.retail_list02 li{float:left;padding-bottom:50px;width:25%;box-sizing:border-box;}
.retail_list01 li img,.retail_list02 li img{/*max-width:142px;*/width:100%}
.retail_list01{width:100%}

/*  Customer Service */
.manuals_list{padding:0}
.manuals_list ul li{width:25%;padding-right:25px;box-sizing:border-box;}


/* product detail */
/* .gall_txt{margin-left:0;left:0;padding-left:2%;width:32.3%} */
div.gall_txt02{margin-left:0;left:0;padding-left:2%;width:32.3%}
.slider_gall{width:100%}
.thumb_box{width:100%}
.sku-add-bott{margin-top:25%}
.btn_add{padding:20px 0;min-width:336px;width:100%;max-width:480px}
.detail-left-wrap{width:40%;padding-right:50px}
.detail-right-wrap{width:60%;}
/* .detail-txt-wrap{padding-right:50px} */
/*
.thumb_box{width:100%}
.thumb_box a{width:16.666%;box-sizing:border-box;}
.thumb_box a img{width:100%;}
*/
.swiper_st04{width:100%;box-sizing:border-box;}
.swiper_st04 img{width:100%}
.slider_gall .bx-has-controls-direction{width:100%;margin-left:0;left:0}
.slider_gall .bx-wrapper .bx-prev{left:20px}
.slider_gall .bx-wrapper .bx-next{right:20px}
.detail_section01{width:100%;box-sizing:border-box;padding:0 50px}
.slider_st01 div{width:100%;padding:0}
.detail_slider{box-sizing:border-box;padding:0 10px 0;}
/* .slider_st01 li{padding-top:20px} */
/* .pho_info{margin-bottom:10%} */

/* press */
/* press kit */
ul.lef_pa02{padding-left:0}
.top_tit_press{box-sizing:border-box;}
/* .top_tit_press h2{width:30%}
.press_txt01{width:70%} */
.press_list{box-sizing:border-box;}
.lef_press_img{width:40%}
.rit_press_con{width:60%;}

/* Press Release */
.press_tit{/*padding-right:75px;*/box-sizing:border-box;font-size:23px;line-height:27px}
.file_box img{width:20%;padding-right:20px;float:left;}
.file_box > a{width:auto;display:inline;float:none;padding-right:0}
.file_dw{width:80%;}
.file_dw h4{padding-top:5px}
.txt_menu span{padding:0 5px}

.lef_news{width:20%}
.rit_news{width:80%}
.subsidiary ul{width:100%;display:table;clear:both;overflow:hidden;}
.subsidiary{padding:0 0}
.subsidiary li{width:20%;box-sizing:border-box;text-align:center;display:table-cell;vertical-align:middle;float:none}
.subsidiary li img{width:60%;}
.subsidiary li:nth-child(1){padding-right:0}
.subsidiary li:nth-child(2){padding-right:0}
.subsidiary li:nth-child(3){padding-right:0}
.subsidiary li:nth-child(4){padding-right:0}

/* Ambassador */
.lef_amb{padding-right:30px}
.lef_amb p span{display:inline}

/* product detail */
.detail_pad{width:100%}
.tit_detail01_2{margin:50px 0 50px}
.detail_pad_lef{/*padding-left:80px;*/padding-left:5%;width:60%}
.detail_pad_rit{width:40%}
.detail_pad_rit img{width:100%}



/* lifestyle */
.life_wrap{width:100%;/*padding:0 50px;*/box-sizing:border-box;}
.detail_section02{width:100%}
.life_txt ul{margin-bottom:10px}
.life_txt p{margin-bottom:15px}
.rit_purchase{text-align:center;padding-left:0;box-sizing:border-box;}
.life_txt ul{padding:0 20px}
.life_txt p{padding:0 20px}
p.txt-error02{padding:0}
.life_txt h3{padding:0 20px}
.life_txt > ul > li{margin-bottom:10px}
.btn_add_al{padding:0 20px;box-sizing:border-box;cursor:pointer}

/* our story */
/* .our_con01 li img{width:100%} */
.our_con01 li:last-child{padding-left:20%}
.our_video{height:500px;background-size:cover;}
.lef_culture ul li{font-size:25px}
.rit_culture ul li img{width:100%}
.lef_culture h3{padding:0 55px 53.5%}
.lef_culture ul{padding:0 0}
.product_img_list li img{width:100%}
.product_img_list li:nth-child(1){width:62%}
.product_img_list li:nth-child(2){width:38%}
.being img{width:55%}
.being h4{margin-top:0}
.product_con > li img{width:100%}
.product_txt02{padding:10% 30px 50px}
.product_con > li img.img_best{width:auto}

.life_txt02{width:100%;padding:0 30px;box-sizing:border-box;}
p.process_txt01{padding:0 0 7%}
.rit_purchase02 .life_txt h3{padding:0 0}
.our_process_txt > p{padding:5% 0 0}

.m_ma_top20{padding-right:0;width:100%}


/* done */
p.thank_txt{padding-top:14%}
.thank_txt strong:last-child{padding-top:30px}
.process_done p.process_txt01{padding-bottom:16%}
.process_done h3{padding:0 0}
.process_done .life_txt{width:420px}
/* legal */
/* .tit_legal{padding-right:290px} */
.legal_txt_st01 li span{display:inline;}
.trademarks > ul > li:nth-child(1){width:30%}
.trademarks > ul > li:nth-child(2){width:70%;}
.privacy_list h4{padding-right:20px;box-sizing:border-box;}


/* RIDESHARE DRIVERS  */
.promotion-con-wrap > img{width:100%}
.promo-list li{padding:145px 20px 0}

}



/* --------------------------------------------------------    pc 1139 : e   ----------------------------------------------------------------- */


/* --------------------------------------------------------    tablet : s   ----------------------------------------------------------------- */

@media  screen and (max-width: 1024px) {
.wrap{min-width:auto;overflow-x:hidden;}
/* header */
header{padding:16px 14px 0;box-sizing:border-box;height:50px;position:fixed;width:100%;z-index:60}
.header_con{width:100%}
.header_con h1{width:auto;margin-top:0}
.header_con h1 img{width:62px}
.login_cart .cart{display:none}
.mob_gnb_cart{display:block;float:right;}
.cart_off{width:5px;height:5px;vertical-align:middle;margin-right:14px;display:inline-block;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.cart_on{width:5px;height:5px;vertical-align:middle;margin-right:14px;display:inline-block;background:#6ac500;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.btn_gnb span{display:inline-block;vertical-align:middle;position:relative;width:14px;height:2px;margin:5px 0;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.btn_gnb span:before{display:block;content:'';width:14px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;top:-5px;left:0}
.btn_gnb span:after{display:block;content:'';width:14px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;bottom:-5px;left:0}

.gnb_wrap{background-color:#222;z-index:100;height:100%;width:100%;box-sizing:border-box;position:fixed;top:0;right:0;padding:93px 15px 50px 48px;/*overflow-y:auto;*/
 -webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.ani_txt.gnb_wrap{
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu_hei{overflow-y:auto;overflow-x:hidden;height:100%}
.header_con .gnb{float:none;padding-left:0}
.header_con .gnb li{float:none;margin-right:0;line-height:26px;margin-bottom:30px}
.header_con .gnb li a{font-size:20px;color:#fff;font-family: 'OpenSans-R';}
.header_con .gnb{width:100%;margin:0}
.header_con .gnb li:nth-child(4),.header_con .gnb li:nth-child(5),.header_con .gnb li:nth-child(6){position:relative;right:auto}
.login_cart{float:none;font-size:20px;width:100%;margin-top:75px;line-height:26px}
.login_cart a:first-child{font-size:20px;line-height:26px}
.login{font-family: 'OpenSans-R';}
.btn_mob_close{display:block;position:absolute;text-indent:-9999px;top:27px;right:20px;width:21px;height:21px;}
.btn_mob_close:before{display:block;content:'';width:21px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;top:0;left:0;-webkit-transform:rotate(225deg);transform:rotate(225deg);}
.btn_mob_close:after{display:block;content:'';width:21px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;top:0;left:0;-webkit-transform:rotate(315deg);transform:rotate(315deg);}

/* footer */
.footer_con{width:100%;padding:0 20px 40px;box-sizing:border-box;}
.guide_list{padding-left:0}
.sub_menu,.foo_logo{display:none}
.newsletter{float:none;text-align:center;margin:0 auto}
.mail_search{margin:0 auto}
.copyright{padding-left:0}
.copyright p{float:none;text-align:center;}
.copyright p:first-child{margin-right:0;line-height:16px}
.copyright p:nth-child(2){border-bottom:0}
.copyright ul{float:none;text-align:center;width:100%;margin-top:20px}

/* main */
.main_container{padding:0 20px;box-sizing:border-box;}
.main_slider li:nth-child(1){background-size:cover;}
.main_slider li:nth-child(2){background-size:cover;}
.main_slider li:nth-child(3){background-size:cover;}
.main_slider li:nth-child(4){background-size:cover;}
.main_slider li:nth-child(5){background-size:cover;}
.main_slider li:nth-child(6){background-size:cover;}
.main_slider img{display:block;width:100%}
.main_slider li{height:430px !important}
.main_slider li > div{width:100%}
.txt_box{position:absolute;z-index:2;top:50%;right:20px}
/*.txt_box h3{font-size:28px;line-height:33px;}*/
.main_slider li:nth-child(6) .txt_box .txt_slider01{font-size:28px;line-height:33px;}
.txt_box .txt_slider01,.txt_box .txt_slider02{font-size:14px;line-height:20px}
.bx-wrapper .bx-controls-direction a{display:none}

.main_cont01{width:100%}
.tit_st04{font-size:34px;line-height:40px}
.swiper_st01{padding:0}
.swiper_st01 .swiper-slide{padding:0 20px;box-sizing:border-box;}
.swiper_st01 .swiper-slide img{width:100%;margin-bottom:20px}
.txt_ion01{font-size:17px;line-height:23px}
.tit_st05{font-size:50px;line-height:50px}

.main_cont02{width:100%;}
.our_txt_box{width:50%;margin-right:0;box-sizing:border-box;padding-right:20px}
.txt_blk{display:inline-block}
.lef_our{width:100%;float:none;margin-bottom:0px;clear:both;overflow:hidden;}
.lef_our img{width:50%}
.rit_our{width:100%;float:none;display:table;padding-left:0}
.rit_our img{width:50%;float:left}
.rit_our .our_txt_box02{width:50%;float:left;padding-left:20px;box-sizing:border-box;}
.rit_our h3 .txt_blk,.lef_our .txt_blk{display:block}
/* .our_cont02{height:156px;border:1px solid red} */
/* .our_cont02 img{width:100%} */
.tit_ta_mob{display:block}
.our_cont01 .tit_st06{margin:28px 0}
.our_cont01,.our_cont02{margin-bottom:50px}

.our_cont03 img{width:100%}
.our_cont03 .txt_sm{display:none}
.our_cont03 > a{width:100%}
.txt_rit_box{float:none;width:100%;text-align:left;padding-left:0}
.txt_lef{padding-left:0}
.our_cont04{position:relative;display:table}
.our_cont04 a{position:relative;display:table}
.our_cont04 div:first-child{width:45%;padding-top:0;padding-right:20px;box-sizing:border-box;float:none;display:table-cell;vertical-align:middle;}
.our_img02{display:table-cell;}
.our_cont04 img{width:100%}
/* .our_cont04 .tit_st06{position:absolute;top:35%;left:0;margin-top:-32px} */
.our_cont04 .txt_blk{display:block}
.our_cont04 .txt_sm{display:none}

.main_cont03{width:100%}
.swiper_st02{padding:0}
.swiper_st02 img{width:100%;margin-bottom:20px}
.sw_tit{font-size:18px;margin-bottom:10px}
.sw_txt_list li{font-size:14px;line-height:20px}
.swiper_st02 .swiper-slide{opacity:.3;height:400px;padding:0}
.swiper_st02 .swiper-slide-active{opacity:1}
.sellibg_txt{display:none !important}
.swiper_st02 .swiper-slide-active .sellibg_txt{display:block !important}

.our_cont02 a{margin-top:120px;font-size:64px;line-height:64px;background-size:auto 64px;/*padding-right:75px*/}
.video_con{height:300px;background-size:cover;}

/* sub */
/* sub_main */
.sub_main_content{width:100%}
.sub_nav{padding-top:50px}
.sub_nav ul{width:100%;box-sizing:border-box;/*padding:35px 0 25px 0;*/text-align:center;}
.sub_nav ul li{display:inline-block;float:none}
.sub_nav ul li:last-child{margin-right:0}
.nav_fixed{padding-top:0;top:50px}
.nav_fixed ul{padding-top:20px}
.sub_visual img{width:100%}
.wire_cont01{width:100%}
.wireless_lef{width:35%;padding-right:50px;box-sizing:border-box;}
.wireless_rit{width:65%;}
.swiper_st03 .swiper-slide{width:30%}
.wire_pro01{width:100%}
.swiper_st03 img{width:100%}
.tit_st07,.wire_cont01,.wire_cont02{padding:0 20px;box-sizing:border-box;}
.wireless_lef h3{line-height:25px}
/* .wireless_lef h3{font-size:30px} */
/* .wireless_lef p{font-size:18px} */
p.txt_plus{display:block;font-size:12px;line-height:17px;margin:10px 0 0;padding-right:0}
.wireless_rit h4{font-size:16px;line-height:19px}
.wireless_rit p{font-size:13px;}
.wireless_rit img{margin:25px 0}

/* order process */
.sub_content{width:100%;padding:90px 25px 50px}
.pa_top_company{padding-bottom:0}
.cont01{width:100%;}
.cont02{width:100%;margin-bottom:50px}
.btn_al{margin-left:0;text-align:center;margin-top:20px}
.shopping_cart_list li{padding:20px 0}
.shopping_cart_list li .wid01 img{width:100%}
.total{padding:20px 0;}
.txt_02{padding:0}

/* .txt_pro,.pro_num,.price{padding-top:0} */
/* .shopping_cart_list .wid02{width:37%}
.shopping_cart_list .wid03{width:19%} */

/* CHECK OUT */
/*  01 SHIPPING */
.tb_st01 img{width:100%}
.tb_st01 td{padding:0 10px 10px}
.txt_shopping01{font-size:12px;margin:20px 0}
.txt_shopping02{font-size:12px}

/* MY ACCOUNT */
.shopping_cart_list02 li .wid01 img{width:100%}
/* .shopping_cart_list02 .txt_pro,.shopping_cart_list02 .pro_num,.shopping_cart_list02 .price{padding-top:20px} */
/* .txt_pro,.pro_num,.price{padding-top:0} */
.t_hidden .tit_st01,.t_hidden .summary_con{display:none}
.summary_con .tb_st01 td img{width:100%}
.order_txt01{float:none;line-height:30px}
.line_gy{display:none}
.order_txt01:nth-child(1){padding-right:0;line-height:20px;width:100%}
.order_txt01:nth-child(1)::after{display:none}
.order_txt01:nth-child(2){padding-left:0;width:100%}

.order_line > ul:first-child{margin-bottom:10px}
.add_txt{float:none;width:100%}
.lef_order > div:first-child.add_txt{margin-bottom:10px}
/* .shopping_cart_list02 .txt_pro{line-height:16px} */
.page_txt_btn{padding-right:250px}
.add_txt:nth-child(1){padding-right:0}
.add_txt:nth-child(2){padding-left:0}


/* support */
/* WARRANTY */
.warranty-con-wrap > ul,.supp_text02{width:100%}
.supp_txt_st01{width:100%}
.supp_txt_st01{padding-left:190px}
/* .warranty-con-wrap li:nth-child(1) > div:nth-child(1){padding:30px 15px}
.warranty-con-wrap li:nth-child(2) > div:nth-child(1){padding:30px 15px}
.tit-war01,.tit-war02{font-size:40px;line-height:40px;margin-bottom:30px}
.txt-war01,.txt-war02{font-size:23px;line-height:23px;margin-bottom:15px}
.txt-war-list01 li,.txt-war-list02 li{font-size:16px;line-height:27px}
.supp_txt_st01{padding-left:190px}
.supp_text02{margin-bottom:60px} */

/*  Where to buy */
.supp_txt_st02{margin-bottom:30px}
.retail_list01{width:100%;padding:20px 0;}
.retail_list01, .retail_list02{margin-bottom:60px}
.retail_list01 li,.retail_list02 li{float:left;padding:0 30px 30px;width:25%;box-sizing:border-box;}
.manuals_list ul li:after{clear:both;overflow:hidden;}
.retail_list01 li img{width:100%}

/*  Customer Service */
.txt_cus03{margin-bottom:50px}
.call_box{position:relative;top:auto;right:auto;margin-bottom:50px}
.manuals_list ul li,.manuals_list ul li.padd_rit{width:33.333333%;padding-right:25px;box-sizing:border-box;}
.manuals_list ul li p{font-size:15px}
.ambassabor_con02 .lef_amb{width:100%;}
.ambassabor_con02 .rit_amb{width:100%;box-sizing:border-box;padding-left:2px}
.nbsp{display:block;color:#fff;text-indent:-999px}

/* product detail */
.slider_gall{width:100%}
.thumb_box{width:100%}
.sku-add-bott{margin-top:20%}


.slider_gall{width:100%;box-sizing:border-box;padding:80px 25px 0}
.thumb_box{width:100%}
.sku-add-bott{margin-top:15%}
.btn_add{padding:20px 0;min-width:280px;width:100%;max-width:480px;font-size:15px}
.detail-left-wrap{width:40%;padding-right:40px}
.detail-right-wrap{width:60%;}
.detail-txt-wrap{margin-top:45px}
.detail-right-wrap .bx-wrapper .bx-controls-direction a{display:block}
.detail-txt-wrap h3{line-height:25px}
.detail-txt-wrap p{font-size:14px;line-height:21px}
.product-video-wrap{margin-top:70px}
.gall_txt{padding-left:0}
.slider_gall .bx-wrapper .bx-prev{left:10px}
.slider_gall .bx-wrapper .bx-next{right:10px}

/*
.thumb_box a{width:16.666%;box-sizing:border-box;}
.thumb_box a img{width:100%;}
*/
.slider_gall .bx-has-controls-direction{width:100%;margin-left:0;left:0}

.detail_section01{width:100%}
.detail_section01 img{width:80%}

/* product detail */
.detail_pad{width:100%}
.tit_detail01_2{margin:35px 0 35px;font-size:32px;line-height:38px}
.detail_pad_lef{padding-left:50px;width:60%}
.detail_pad_rit{width:40%}
.detail_pad_rit img{width:100%}
.detail_pad_lef p{font-size:14px;line-height:24px}
.pho_info{margin-bottom:20px}
.pho_info p:first-child{padding-right:15px;line-height:14px}
.pho_info p:last-child{margin-left:15px}
.tit_gall{font-size:24px;line-height:30px}
.pho_info p{font-size:13px;}
.sku_txt{font-size:14px}

/* lifestyle */
.pa_top_company{margin-bottom:50px}
.detail_section02{width:100%}
.slider_st02{margin-bottom:41px}
.life_txt h3{margin-bottom:10px;font-size:20px;line-height:26px;}
.life_txt{width:100%;box-sizing:border-box;padding:0 30px}
.life_txt ul li{padding-left:15px;line-height:18px;font-size:14px;margin-bottom:5px}
.depar_box .select_st02 .che_option li{margin-bottom:0}
.life_txt ul{margin-bottom:20px}
.life_txt .btn_add02{letter-spacing:1px}
.life_txt p{font-size:15px;line-height:16px;margin-bottom:15px}
.rit_purchase{padding:0}


/* press */
/* press kit */
.pa_top50{padding-top:33px}
ul.lef_pa02{padding-left:0}
.top_tit_press{box-sizing:border-box;}
/* .top_tit_press h2{width:35%}
.press_txt01{width:65%} */
.press_txt01 br{display:none}
.press_list{box-sizing:border-box;}
.lef_press_img{width:33%;padding-right:30px;box-sizing:border-box;}
.lef_press_img img{width:100%}
.rit_press_con{width:67%;padding-left:0}
.select_st03{width:100%}
.select_st03 .sel_txt{width:100%}
/* .top_tit_press h2{font-size:38px} */
.sku_box li{font-size:13px;}
.rit_press_con strong{margin-bottom:20px}
/* .rit_press_con h3{font-size:28px}
.rit_press_con > p{font-size:28px} */
.sku_box li:before{top:1px}

.press-acces-wrap{width:100%}
.press-ac{width:100%}

/* Press Release */
.press_tit{/*padding-right:75px;*/box-sizing:border-box;font-size:23px;line-height:27px}
.file_box img{width:20%;padding-right:20px;float:left;}
.file_box > a{width:auto;display:inline;float:none;padding-right:0}
.file_dw{width:80%;}
.file_dw h4{padding-top:5px}
.txt_menu span{padding:0 5px}
.list_height > div:nth-child(3){border-top: 1px solid #000;padding-top: 80px;}
.lef_news{width:30%}
.rit_news{width:70%}
.subsidiary ul{width:100%;display:table;clear:both;overflow:hidden;}
.subsidiary{padding:0 0}
.subsidiary li{width:20%;box-sizing:border-box;text-align:center;display:table-cell;vertical-align:middle;float:none;padding:0 25px}
.subsidiary li img{width:100%;}
.subsidiary li:nth-child(1){padding-right:0}
.subsidiary li:nth-child(2){padding-right:0}
.subsidiary li:nth-child(3){padding-right:0}
.subsidiary li:nth-child(4){padding-right:0}
.rit_news > ul{margin-bottom:65px}
.rit_news > ul > li a{font-size:16px;line-height:21px;padding:75px 20px 0}
.rit_news > ul > li:nth-child(1){padding-right:10px}
.rit_news > ul > li:nth-child(2){padding:0 5px}
.rit_news > ul > li:nth-child(3){padding-left:10px}
.rit_news > ul > li h4 img{width:50%}
.lef_news strong{padding-bottom:30px}
.lef_news strong img{width:60px}

/* Ambassador */
.lef_amb{padding-right:30px;box-sizing:border-box;}

/* Contact */
.contact_list h4{font-size:19px;line-height:20px}
.map_txt{padding:0 20px 0;box-sizing:border-box;margin:0 0 50px;border-bottom:0}
.map_txt > div{border-bottom:1px solid #969698;padding-bottom:50px}
.contact_list{padding:0 20px;box-sizing:border-box;}
.sns_list{right:20px;}
.txt-wrap{padding:0 0 0 20px;box-sizing:border-box;margin-bottom:50px}
.map_txt p:nth-child(1){font-size:30px;margin-bottom:5px}
.map_txt p:nth-child(2){font-size:30px}

/* our story */
/* .our_con01 li img{width:100%} */
.our_con03,.our_con04{padding-top:100px}
.our_con04 h3{font-size:60px}
.our_con01 li:first-child img{width:100%}
.our_con01 li:last-child{padding-left:0}
.our_con04 > p span{display:inline;}
.our_video{height:500px;background-size:cover;}
.lef_culture ul li{font-size:17px}
.rit_culture ul li img{width:100%}
.lef_culture h3{padding:0 20px 43%;font-size:50px;text-align:center}
.lef_culture ul{padding:0 0;margin-bottom:35px}
.product_img_list li img{width:100%}
.product_img_list li:nth-child(1){width:62%}
.product_img_list li:nth-child(2){width:38%}
.being img{width:55%}
.being h4{margin-top:0;line-height:20px}
.product_con > li img{width:100%}
.product_txt01{padding-bottom:0}
.product_txt02{padding:10% 30px 50px}
.txt_make p{line-height:18px}
.rit_culture ul li:nth-child(2){padding:0 10px}
.txt_cul01{margin-bottom:70px;font-size:16px;line-height:25px}
.rit_culture ul li h4{margin-bottom:10px}
.rit_culture ul li p{font-size:13px;line-height:16px}
.txt_make h4{font-size:14px;line-height:20px}
.txt_make{right: -175px;}
.txt_make p{line-height:15px;font-size:12px}
.txt_cul01 .dis_bk{display:inline;}
.lef_culture h3{padding:0 20px 38%}
.product_con > li img.img_best{width:auto}

.life_txt02{width:100%;padding:0 20px;box-sizing:border-box;}
p.process_txt01{padding-bottom:5px}
.our_process_txt > p{padding-top:20px}
.life_txt p{font-size:14px;line-height:18px}
/* .join_us_sel{padding-right:85px} */
.btn_join_us{line-height:40px;font-size:14px}
.join_us_sel .select_st02 .sel_txt{height:40px;line-height:35px;font-size:13px;padding:0 10px}
.join_us_sel .select_st02 .che_option{top:40px}
.join_us_sel .select_st02 .che_option li{padding:10px 20px}
.semo-wh{border-width:30px}


/* about us */
/* .who-cont-wrap{padding-top:0} */
.who-tit,.who-tit02{margin:30px 0;font-size:44px;line-height:40px}
.who-txt-box p:nth-child(3){font-size:23px;line-height:25px;margin:30px 0 40px}
.about-img{margin-bottom:70px}
.our_con03, .our_con04{padding-top:70px}


/* apply */
/* lou story slide */
.detail_section02{display:block}
.rit_purchase_apple .slider_st02{width:100%;display:block}
.rit_purchase_apple{width:100%;display:block;margin-bottom:50px}
.join_life_txt{padding-top:0;margin:0 auto}
.join_life_txt h3{text-align:center;}
.slider_block{display:block;width:100%}
p.process_txt02{text-align:center;}
.btn_join_us{line-height:60px;font-size:20px}
.rit_purchase_apple .join_life_txt{padding:70px 0 0}

/* legal */
/* .tit_legal{padding-right:200px;background-size:200px auto} */
.legal_txt_st01 li span{display:inline;}
.trademarks > ul > li:nth-child(1){width:30%}
.trademarks > ul > li:nth-child(2){width:70%;}
.tab_container > div{padding:70px 0}
.tab_menu li a{font-size:18px}
.privacy_list h4{padding-right:20px;box-sizing:border-box;}
.privacy_list h4 span{display:inline}


/* popup delete */
.popup_green{height:100%;width:100% !important;position:fixed;top:0;left:0;z-index:61}
.popup_green > div{overflow-y:auto;height:100%}
.btn_yes_no{text-align:center;}



/* RIDESHARE DRIVERS  */
.promotion-con-wrap > img{width:100%}
.promo-list li{padding:145px 20px 0}
.txt-poromotion01 p > br{display:none}
.promo-list li h4{font-size:24px;line-height:27px}
.promo-list li p > br{display:none}
.driver-wrap{width:100%}
.promo-list li{padding-top:120px}
.promo-list li:nth-child(1){background-size:120px;}
.promo-list li:nth-child(2){background-size:120px;}
.promo-list li:nth-child(3){background-size:120px;}
.promo-list li:nth-child(2).pro-icon02{background-size:120px;}
.promo-list li:nth-child(1) h4, .promo-list li:nth-child(2) h4, .promo-list li:nth-child(3) h4{margin:15px 0 33px}
.img-icon{width:100%;text-align:center;}
.img-icon img{width:21%;margin-right:0;padding:0 5px;box-sizing:border-box;}
.txt-poromotion02{padding:45px 40px 45px 40px}
.promo-list li p{font-size:14px;line-height:22px}
.img-icon{margin-top:20px}

/* popup video play */
.video-con > div{max-height:100%;height:90vh}

}

/* --------------------------------------------------------    tablet : e   ----------------------------------------------------------------- */



/* --------------------------------------------------------    mobile : s   ----------------------------------------------------------------- */
@media (min-width:0px) and (max-width: 767px) {
body{overflow-x:hidden;height:100%;box-sizing:border-box;position:relative;}
.wrap{min-width:100%;overflow-x:hidden;}
/* header */
header{padding:16px 14px 0;box-sizing:border-box;height:50px;position:fixed;width:100%;z-index:60}
.header_con{width:100%}
.header_con h1{width:auto;margin-top:0}
.header_con h1 img{width:62px}
.login_cart .cart{display:none}
.mob_gnb_cart{display:block;float:right;}
.cart_off{width:5px;height:5px;vertical-align:middle;margin-right:14px;display:inline-block;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.cart_on{width:5px;height:5px;vertical-align:middle;margin-right:14px;display:inline-block;background:#6ac500;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.btn_gnb span{display:inline-block;vertical-align:middle;position:relative;width:14px;height:2px;margin:5px 0;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;}
.btn_gnb span:before{display:block;content:'';width:14px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;top:-5px;left:0}
.btn_gnb span:after{display:block;content:'';width:14px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;bottom:-5px;left:0}

.gnb_wrap{background-color:#222;z-index:100;height:100%;width:100%;box-sizing:border-box;position:fixed;top:0;right:0;padding:93px 15px 50px 48px;/*overflow-y:auto;*/
 -webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.ani_txt.gnb_wrap{
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu_hei{overflow-y:auto;overflow-x:hidden;height:100%}
.header_con .gnb{float:none;padding-left:0}
.header_con .gnb li{float:none;margin-right:0;line-height:26px;margin-bottom:30px}
.header_con .gnb li a{font-size:20px;color:#fff;font-family: 'OpenSans-R';}
.header_con .gnb{width:100%;margin:0}
.login_cart{float:none;font-size:20px;width:100%;margin-top:75px;line-height:26px}
.login_cart a:first-child{font-size:20px;line-height:26px}
.login{font-family: 'OpenSans-R';}
.btn_mob_close{display:block;position:absolute;text-indent:-9999px;top:27px;right:20px;width:21px;height:21px;}
.btn_mob_close:before{display:block;content:'';width:21px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;top:0;left:0;-webkit-transform:rotate(225deg);transform:rotate(225deg);}
.btn_mob_close:after{display:block;content:'';width:21px;height:2px;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;position: absolute;top:0;left:0;-webkit-transform:rotate(315deg);transform:rotate(315deg);}

/* footer */
.footer_con{padding:0 14px}
.guide_list{border-top:2px solid #000}
.guide_list li{padding:10px 0}
.guide_list li a{padding-top:33.333px;text-align:center;font-size:13px;padding-bottom:0}
.guide_list li:nth-child(1) a{padding-left:0;background: url("../img/common/bg_foo_menu01.png") center 1px no-repeat;background-size:16px auto;}
.guide_list li:nth-child(2) a{padding-left:0;background: url("../img/common/bg_foo_menu02.png") center 0 no-repeat;background-size:25px auto;}
.guide_list li:nth-child(3) a{padding-left:0;background: url("../img/common/bg_foo_menu03.png") center 7px no-repeat;background-size:25px auto;}
.newsletter h3{font-size:14px;margin-bottom:14px}
.newsletter p{font-size:12px;margin-bottom:9px;}
.mail_search a{line-height:28px;font-size:12px;width:70px}
.mail_search{width:263px;padding-right:76px;}
.mail_search input{padding:5px 10px;font-size:12px}
.foo_sub_menu{border-bottom:1px solid #d3d3d3;margin-bottom:40px}
.copyright{text-align: center;margin-bottom:33px;}
.copyright p{font-size:12px;line-height:17px;}
.copyright p:nth-child(2){color:#c4c4c4;border-bottom:1px solid #c4c4c4;display:inline-block;}

.copyright li:nth-child(1){background:url("../img/common/footer_icon01_mob.png") no-repeat;width:18px;height:18px;background-size:100% auto}
.copyright li:nth-child(2){background:url("../img/common/footer_icon02_mob.png") no-repeat;width:18px;height:18px;background-size:100% auto}
.copyright li:nth-child(3){background:url("../img/common/footer_icon03_mob.png") no-repeat;width:20px;height:18px;background-size:100% auto}
.copyright li:nth-child(4){background:url("../img/common/footer_icon04_mob.png") no-repeat;width:20px;height:18px;background-size:100% auto}

/*  main */
.container{padding-top:50px}
.main_slider{padding-top:50px}
.main_container{padding:0 14px}
.main_slider li{height:296px !important}
.main_slider li:nth-child(1){background-size:cover;}
.main_slider li:nth-child(2){background-size:cover;}
.main_slider li:nth-child(3){background-size:cover;}
.main_slider li:nth-child(4){background-size:cover;}
.main_slider li:nth-child(5){background-size:cover;}
.main_slider li:nth-child(6){background-size:cover;}
.main_slider li > div{width:100%}
.main_slider img{display:block;width:100%}
.main_slider li > div{width:100%}
.txt_box{position:absolute;z-index:2;top:50%;right:20px}

.bx-wrapper .bx-controls-direction a{display:none}

/*.txt_box h3{font-size:18px;line-height:20px}*/
.txt_box .txt_slider01, .txt_box .txt_slider02{font-size:12px;line-height:16px}
.bx-wrapper .bx-pager.bx-default-pager a{width:6px;height:6px;margin:0 5px}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom:14px}

.main_cont01{padding:33px 0 53px;width:100%}
.tit_st04{font-size:15px;line-height:16px;margin-bottom:30px}
.swiper_st01{width:100%;padding:0}
.swiper_st01 img{width:100%}
.swiper_st01 .swiper-slide{padding:0 10px}
.txt_ion01{font-size:12px;line-height:17px}
.txt_ion02{font-size:12px}

.tit_st05{font-size:22px;line-height:26px;margin-bottom:15px;text-align:left}
.lef_our{width:100%;float:none;margin-bottom:14px}
.our_txt_box{width:100%}
.txt_sm{display:none}

.our_cont01 .tit_st06{font-size:14px;margin:0 0 5px;line-height:25px}
.rit_our h3 .txt_blk, .lef_our .txt_blk{display:inline-block;}
.lef_our img{width:100%}

.rit_our{width:100%;float:none;height:100%;display:table;}
.rit_our a{width:100%;height:100%;display:table;}
.our_img{width:70%;display:table-cell}
.rit_our img{width:100%;float:none;}
.rit_our .our_txt_box02{width:30%;float:none;padding-left:20px;box-sizing:border-box;height:100%;display:table-cell;vertical-align:middle;}
/* .txt_middle{display:table-cell;vertical-align:middle;} */
.rit_our .our_txt_box02 .tit_st06{text-align:center;line-height:18px;}
.rit_our .our_txt_box02 .tit_st06 span{display:block}
.rit_our h3 .txt_blk{display:block}
.our_cont01, .our_cont02{margin-bottom:26px}
.tit_ta_mob{display:block}
.tit_st06{font-size:14px;color:#000;line-height:25px;font-family: 'SequelSans-BB';margin-bottom:5px}
.our_cont03{margin-bottom:14px}
.our_cont04{height:100%;display:table;padding-bottom:26px;border-width:0 0 2px;margin-bottom:43px}
.our_cont04 .tit_st06{text-align:center;line-height:18px}
.our_cont04 .tit_st06 span{display:block}
.our_cont04 div{float:none;display:table-cell;}
.our_cont04 div:first-child{height:100%;width:35%;display:table-cell;float:none;vertical-align:middle;}
.our_img02{width:65%}

.our_cont04 img{width:100%;float:right}
.main_cont02{width:100%}

/* .our_cont04 .tit_st06{position:absolute;top:50%;left:50%;margin:-36px 0 0 -44px} */
.main_cont03 .tit_st05{text-align:center;margin-bottom:53px}
.sw_tit{font-size:14px;margin-bottom:14px;line-height:18px}
.sw_txt_list li{font-size:12px;line-height:18px}
.swiper_st02 .swiper-slide{height:auto;min-height:250px}
.swiper_st02{margin-bottom:60px}

.our_cont02 a span{font-size:18px;line-height:18px;background-size:auto 18px;padding-right:25px}
.video_con{height:200px;background-size:cover;}

/* sub */
.sub_nav{border-bottom:0;padding-top:0}
.nav_fixed{position:fixed;top:50px;z-index:50;border-top:0;}
.sub_nav ul li{margin-right:20px}
.sub_nav ul li a{padding-top:38px;font-size:12px;background-size:46px;background-position:center 0;background-size:50% auto !important}
.sub_menu_list01 li:nth-child(1) a{background-size:41% auto !important}
.nav_fixed ul{padding:20px 0 20px!important}
.nav_fixed ul li a{background:none;padding-top:0;}
.sub_main_content{padding-top:75px}
/* sub_main */
.sub_main_content{width:100%}
.sub_nav ul{width:100%;box-sizing:border-box;padding:10px 0 10px;text-align:center;position:fixed;background:#fff;z-index:10}
.nav_fixed ul{border-bottom:1px solid #ddd;}
.sub_nav ul li{display:inline-block;float:none}
.sub_nav ul li:last-child{margin-right:0}
.sub_visual img{width:100%}
.wire_cont01{width:100%}
/* .wireless_lef{width:35%}
.wireless_rit{width:65%;} */
.wire_pro01{width:100%;border-bottom:0}
.swiper_st03 img{width:100%}
img.mob_sub_visu{height:auto;overflow:hidden;width:100%;}
img.pc_sub_visu{height:0;overflow:hidden;width:0}
.wire_pro01{margin-top:0;}
.wireless_lef{width:100%;float:none;padding:0 14px 0;box-sizing:border-box;}
.wireless_rit{width:100%;float:none;padding:0 14px 0;box-sizing:border-box;}
.swiper_st03 .swiper-button-next{height:0;overflow:hidden;width:0}
.wireless_lef h3{padding-top:28px;border-top: 1px solid #b2b2b2;}
.wire_cont01 > div:first-child h3,.wire_cont02 > div:first-child h3{border-top:0}
.swiper_st03 .swiper-slide{width:40% !important}

/*
.swiper_st03 .swiper-slide {text-align: center;font-size: 18px;background: #fff;width: 60%;
/* Center slide text vertically */
/*
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align:left;
}
.swiper_st03 .swiper-slide:nth-child(2n) {
width: 60%
}
.swiper_st03 .swiper-slide:nth-child(3n) {
width: 60%
}
*/
.wireless_lef{margin-bottom:40px;}
.wireless_lef h3{font-size:23px;line-height:22px;margin-bottom:5px}
.wireless_lef p{font-size:14px;line-height:18px}
.wireless_rit{box-sizing:border-box;border:1px solid #fff}
.wireless_rit h4{font-size:14px;line-height:15px;margin-bottom:10px}
.wireless_rit p{font-size:12px;line-height:14px;}
.wireless_rit img{margin:30px 0 21px}

.tit_st07{font-size:32px;line-height:30px;margin-bottom:15px;padding:0 14px}
.tit_st07 span{border-top:1px solid #000;display:block;padding-top:30px}
.content h2:first-child.tit_st07 span{border-top:0}
.wire_cont01{border-bottom:0;/*margin-bottom:30px*/}
.wire_cont01, .wire_cont02{padding:0}
p.txt_plus{display:block;font-size:12px;line-height:#333;line-height:17px;margin:21px 0 0}
.tit_st07.tit_st07_pa0 span{padding-top:0}

/*  order preocess  */
.sub_content{width:100%;padding:35px 14px 60px}
.tit_st01{font-size:20px;line-height:20px;/*margin-bottom:16px*/border-bottom:2px solid #222;padding-bottom:15px}
.shopping_cart_list li{padding:18px 0}
/* .shopping_cart_list .txt_pro,  .shopping_cart_list .pro_num,  .shopping_cart_list .price{padding-top:0} */
.txt_pro{font-size:12px;line-height:16px}
.shopping_cart_list .price{font-size:13px;vertical-align:top;padding-top:2%;}
.shopping_cart_list .pro_num h4{display:none}
.select_st01{position:absolute;top:56px;right:0}
.txt_pro{position:relative;}
.shopping_cart_list .txt_pro{line-height:16px;font-size:13px}
.btn_remove{left:auto;bottom:auto;font-size:12px;position:relative;margin-top:5px}
.btn_remove a{padding-left:5px;vertical-align:middle;}
/* .shopping_cart_list .wid02{padding:0 20px;} */
.shopping_cart_list .wid01{width:21%;}
.shopping_cart_list .wid02{width:54%;}
.shopping_cart_list .wid03{width:0%;}
.shopping_cart_list .wid04{width:25%;}

.select_st01 .sel_txt{width:50px;background:url("../img/sub/bg_select.png") 90% center no-repeat;background-size:10px auto}
/* .select_st01 .che_option li{padding:10px 0;} */
.m_hidden{display:none}
.cont01{margin-bottom:0}
.summary_con{padding-top:0}
.txt_01{padding-top:20px}
.con_pa{padding:0 10px}
.shopping_cart_list{border-bottom:0}
.shopping_cart_list li:last-child{border-bottom:1px solid #ccc}
.txt_01{font-size:14px;margin-bottom:20px;}
.inp_box{width:100%;box-sizing:border-box;padding-right:87px;position:relative;}
.inp_box input{width:100%;}
.inp_st01{font-size:13px;}
.btn_st02{font-size:13px;width:80px;padding:0;box-sizing:border-box;text-align:center;position:absolute;right:0;top:0}
.sub_money{margin-bottom:10px}
.sub_money li{padding:6px 0}
.sub_money span:first-child{font-size:14px}
.sub_money span:last-child{font-size:14px}
.txt_02{font-size:12px;line-height:16px;padding:0}
.txt_02 br{display:none}

.total{margin:18px 0 21px;padding:14px 10px}
/* .total span:first-child{font-size:14px} */
.total span:last-child{font-size:20px}
.notice_txt p:first-child{font-size:12px;line-height:15px}
.notice_txt p:last-child{font-size:12px;line-height:15px}
.notice_txt{padding:17px 15px 17px 60px;background:#f2f2f2 url("../img/sub/bg_notice.png") 10px 18px no-repeat;background-size:38px auto}
.btn_st01{height:50px;line-height:50px;font-size:13px;width:100%}





/* CHECK OUT */
/*  01 Shipping  */
.check_out{padding:30px 0}
.step_con{padding-top:10px}
.tit_st02{font-size:14px}
.name_box label{font-size:12px;}
.name_box input{font-size:13px}
.inp_box02{margin-bottom:20px;box-sizing:border-box;padding-right:2px}
/* .inp_box02 input{font-size:13px;padding:10px 20px} */
/* .shopping_check .inp_lable_active + .inp_st02{padding:16px 13px 4px} */
/* .shopping_check .inp_st02{padding:10px 15px} */
/* .shopping_check .inp02 .select_st02 .sel_txt, .shopping_check .inp01 .select_st02 .sel_txt{padding:0 15px} */
.name_box input{padding:23px 20px 9px 20px}
.inp01{width:100%;padding-right:0;margin-bottom:20px}
.inp02{width:100%;padding-left:0}
.name_box .inp02 label{left:20px}
/* .select_st02 .sel_txt{font-size:13px;line-height:40px;height:40px} */
.step_con{margin-bottom:0;padding-bottom:0;border-bottom:0}
.tb_st01{margin-bottom:20px}
.tb_st01 td{padding:20px 10px;font-size:12px;line-height:17px;border-bottom:1px solid #ccc}
/* .m_ma_top20{padding-top:20px;border-top:1px solid #222} */
div.txt_yes03{margin-bottom:20px}

/* 02 SHIPPING METHOD */
.end .btn_st03{position:relative;top:auto;right:auto;margin-top:5px;min-width:63px;padding:0 10px}
.txt_individual{width:50%;}
.end .txt_individual{font-size:13px;line-height:18px}

.radio_box ul:first-child{padding-right:0}
.radio_box ul:last-child{padding-left:0}


.radio_box{margin-bottom:20px;}
.radio_st01{line-height:inherit;}
.radio_st01 .checkmark{width:26px;height:26px;}
.radio_st01 .checkmark:after{top:9px;left:9px}
.radio_st01{font-size:12px;padding-left:34px}
.radio_box ul{width:100%;float:none}
.radio_list01 li,.radio_list02 li{line-height:40px;margin-bottom:0}

.card_list{display:none}
/* .inp_st02{font-size:13px;padding:10px 18px 10px 18px} */
.car_inp01,.car_inp02,.car_inp03{width:100%;padding:0;margin-bottom:20px}
.card_inp_con li{box-sizing:border-box;padding-right:2px}
.card_inp_con li:last-child{margin-bottom:0}
.car_inp02 .inp_lable{left:20px}
.car_inp03 .inp_lable{left:20px}
.check_st01{font-size:12px;}
.card_ma{margin-bottom:30px}
.tit_st03{font-size:14px}
.checkmark{width:26px;height:26px}
.check_st01 .checkmark:after{left:8px;top:4px}
.radio_st01 .checkmark{top:7px}
.check_st01 .checkmark{top:4px}
.card_ma{border-bottom:0;margin:0;padding-bottom:30px}
.add_radio{margin-bottom:17px}
.end .btn_st04{display:none}
.PC_hidden{display:block}
.end h3{padding-right:0}


.txt_yes02 .check_st01{line-height:20px}
.txt_yes02 .checkmark{top:-4px}
.note_txt{margin-bottom:20px}
.note_txt li{font-size:13px;color:#666;line-height:17px;margin-bottom:17px;position:relative;padding-left:12px}
.note_txt li:last-child::before{display:block;content:"*";color:#ff1111;position:absolute;top:0;left:0;text-align:left;}
.note_txt li:last-child{margin-bottom:0}
.note_txt li strong{font-family: 'OpenSans-SB';}

/* MY ACCOUNT */
.acc_list h3{font-size:14px;line-height:13px;margin-bottom:10px;padding-right:130px}
.add_txt:nth-child(1){padding-right:0}
.add_txt:nth-child(2){padding-left:0}

.acc_list > li{padding:20px 0;font-size:12px;line-height:16px}
.acc_list > li ul{padding-right:135px}
.btn_st03{line-height:30px;font-size:12px;padding:0 20px}
.acc_list li .btn_st03{top:50%;margin-top:-16px}
.acc_txt li{font-size:12px;line-height:16px}
.acc_txt li img{width:33px}
.border1{border-bottom:1px solid #222}
.sec_01{margin-bottom:30px}
.mob_ma_bot0{margin-bottom:0 !important}

.order_line{padding:20px}
.order_txt01{font-size:12px;line-height: 16px}
.order_line > ul:first-child{margin-bottom:20px}
.add_txt{font-size:12px;line-height:16px}
.order_txt02{font-size:13px;}
.money_total{font-size:13px;line-height:16px}
.lef_order{width:60%}
.rit_order{width:40%}
.lef_order > div:first-child.add_txt{margin-bottom:10px}
.shopping_cart_list02{border-bottom:1px solid #222;}
.shopping_cart_list02 li{padding:10px 13px 10px 10px}
.shopping_cart_list02 .wid02{padding:0 10px 0;float:none;width:65%;box-sizing:border-box;}
.shopping_cart_list02 .price{padding-top:0;font-size:12px}
.txt_color_pc{display:none}
.shopping_cart_list02 .txt_pro{line-height:16px}
.shopping_cart_list02 .wid03{font-size:12px;float:none;text-align:left;padding:0 10px;width:35%;box-sizing:border-box;}

.btn_posi{min-width:60px;top:15px;right:0;}
.acc_list li .btn_st03{padding:0 10px;box-sizing:border-box;min-width:60px;margin-bottom:5px}
.btn_posi .btn_st02,.acc_list li .btn_st03_2{line-height:30px;font-size:12px;padding:0 20px}
.acc_list li .btn_st03_2{padding:0;width:100%;text-align:center;}
.btn_posi .btn_st02{margin-bottom:5px}
.my_info{margin-top:25px}
.btn_st05{padding: 0 10px;box-sizing: border-box;min-width:66px;line-height: 30px;font-size: 12px;}
/* .btn_rit{top:25px} */
.page_txt_btn{padding:30px 170px 0 0}
.page_txt_btn p{padding-right:0}
.page_txt_btn .btn_st05{margin-right:5px}

/* popup */
.popup_green{padding:40px 20px}
.inp_submit.inp_upload{padding-right:100px}
.inp_submit.inp_upload .star02{top:55%}
.btn_close_pop{top:10px}
.btn_close_pop img{width:20px}
.popup_green h3{font-size:25px;padding-bottom:20px;margin-bottom:25px}
.txt_box_pop02 p{font-size:15px;line-height:20px}
.check_st03{padding-left:35px;line-height:17px}
.check_st03 .checkmark{top:0}
.btn_yes_no{text-align:center;}

/* support */
/*  Warranty */
.supp_txt_st01{width:100%}
.support_con{padding:0}
.tit_support,.tit_support02{background-size:35px;padding-right:0}
.tit_support p{padding-bottom:30px;font-size:14px;text-align:left;display:block}
.tit_support .tit_st01{font-size: 32px;line-height: 20px;margin-bottom:25px;}
.supp_txt_st01{margin-bottom:20px;padding-left:100px;background-size:50px auto !important;background-position:20px 5px;font-size:14px;line-height:22px}
.supp_txt_st01 h4{font-size:21px;color:#000;line-height:26px;font-family: 'Montserrat-B';margin-bottom:15px}
.supp_txt_st01 li{color:#6b6e71;line-height:20px;font-size:14px;position:relative;padding-left:10px;box-sizing:border-box;}
.supp_txt_st01 li:before{content:"·";position:absolute;left:0;top:-1px;display:block;font-weight:bold;color:#62bb46}
.supp_text02{font-size:14px;line-height:20px }
.icon-wrra01{background-size:45px auto !important;background-position:20px 5px;}
.tit_support02{background-size:70px auto !important}

/* .tit_support{padding-top:80px} */
.warranty-con-wrap > ul{display:block}
.warranty-con-wrap > ul > li{display:block;width:100%;}
.warranty-con-wrap > ul > li:nth-child(1){padding:0;margin-bottom:20px}
.warranty-con-wrap > ul > li:nth-child(2){padding:0}
.warranty-con-wrap li:nth-child(1) > div:nth-child(1){padding:20px 15px}
.warranty-con-wrap li:nth-child(2) > div:nth-child(1){padding:20px 15px}
.tit-war01,.tit-war02{font-size:27px;margin-bottom:15px;line-height:27px}
.txt-war-list01 li, .txt-war-list02 li{font-size:14px;line-height:21px}
.warranty-con-wrap{margin-bottom:20px}
.supp_text02{margin-bottom:35px;padding-bottom:0}
.ma_top_supp{margin-top:20px}

/* Where to buy */
.supp_txt_st02 h4{font-size:21px;line-height:26px;margin-bottom:15px}
.supp_txt_st02 p{font-size:14px;line-height:20px}
.supp_txt_st02{margin-bottom:0}
.retail_list01 li,.retail_list02 li{float:left;padding:0 0 30px;width:50%;box-sizing:border-box;padding-right:10px;}
.retail_list01 li:nth-child(2n){padding-left:10px;padding-right:0}
.retail_list01 li:nth-child(9),.retail_list01 li:nth-child(10),.retail_list01 li:nth-child(11){padding-bottom:20px}
.retail_list01 li img,.retail_list02 li img{width:100%}
.retail_list01{width:100%}
.retail_list01, .retail_list02{margin-bottom:20px;padding:0;border:0}

/* Customer Service  */
.tit_st08{font-size:30px;line-height:20px;margin-bottom:20px}
.txt_cus01{margin:33px 0 40px;font-size:14px;line-height:18px}
.txt_cus02{font-size:14px;line-height:18px}
.txt_cus03{font-size:14px;line-height:18px;margin-bottom:50px}
.call_box{clear:both;overflow:hidden;}
.call_box p{padding-top:103px;font-size:12px;line-height:25px;background-size:85px !important;background-position:center 5px !important;display:block;float:left;text-align:center;}
.call_box{margin-bottom:30px}

.call_box p:before{display:block;height:93px;width:98%}
.call_box p:nth-child(1){padding-right:3px;box-sizing:border-box;width:50%;margin-right:0}
.call_box p:nth-child(2){padding-left:3px;box-sizing:border-box;width:50%;position:relative;}
.call_box p:nth-child(2) strong{font-size:11px;letter-spacing:-.5px;position:absolute;left:0;top:72px;width:100%;text-align:center;}
.call_box p:nth-child(2) strong span{display:inline;}

.ambassabor_con02{border-width:2px 0 0;padding:40px 0 56px}
.ambassabor_con02 .lef_amb{padding-right:0;margin-bottom:0}
.ambassabor_con02 .lef_amb h3{margin-bottom:40px;font-size:21px;line-height:25px}
.ambassabor_con02 .lef_amb h3 span{font-size:17px}
.please_txt{margin-bottom:30px}
.please_txt strong,.please_txt p{font-size:13px;line-height:20px}
.rit_amb .inp_box02{margin-bottom:13px}
.rit_amb .inp01{margin-bottom:13px}
.btn_upload{width:80px;/*font-size:13px;line-height:36px*/top:-1px}
.inp_upload{padding-right:85px}
.txt_yes .check_st01{line-height:16px}
.txt_docum{font-size:12px;margin-bottom:17px;}
.txt_yes{padding:15px 15px 26px;margin-bottom:10px}
.txt_yes p{font-size:12px;margin-top:13px;line-height:17px}
.messa_p{font-size:12px;top:10px;left:13px}
.messa_p strong{padding-right:10px;font-size:12px}
.message_txt textarea{padding-top:30px;}
.txt_by{font-size:12px;line-height:16px}
.btn_submit.wid_300 a{padding:0;width:100%;text-align:center;margin-top:25px}

.tit_st09{padding:20px 0;font-size:21px;line-height:24px;border-width:2px 0 1px}
.manuals_drop_con h4{padding-right:0}
.manuals_drop_con h4 a{font-size:16px;padding:20px 0;background-size:14px auto !important;line-height:22px}
.manuals_list ul li, .manuals_list ul li.padd_rit{width:50%;margin-bottom:45px;padding-right:0}
.manuals_list ul li img{width:100%}
.manuals_list ul li p{font-size:11px;margin-top:10px}
.manuals_list{padding:0 0}

.tit_dw_manu{display:block;}
.tit_dw_manu h5{font-size:16px;padding-top:0;}
.manuals_list ul li{position:relative;box-sizing:border-box;padding-right:10px}
.manuals_list ul li:nth-child(2n){padding-left:10px;padding-right:0}
.manuals_list ul li a{position:relative;display:block;}
.manuals_list ul li a::before{padding-top:100%;content:'';display:block;box-sizing:border-box;}
.manuals_list ul li img{position:absolute;top:0;left:0}
.tit_dw_manu h5{position:absolute;top:40%;left:0;width:100%;box-sizing:border-box;padding-right:10px}
.manuals_list{position:relative;display:block;}
.tit_dw_manu:before{padding-top:100%;content:'';display:block;box-sizing:border-box;}
.nbsp{display:none}
.mob_txt{display:block}
/* .check_up a::before{padding-top:0 !important;content:'';display:block;box-sizing:border-box;} */
.manuals_list ul li p.check_txt{line-height:20px;margin:0 0 10px;position:absolute;left:0;bottom:0;width:100%;text-align:center;padding-top:0;background:none;}
.check_up{background:url("../img/sub/bg_check_up.jpg") center 30% no-repeat;}
.inp01 .star02,.inp02 .star02{left:20px;}
/* .inp_lable_active + .inp_st02{padding:16px 13px 4px;font-size:12px;box-sizing:border-box;} */
.inp_lable{font-size:12px;top:4px}
/* .inp_st02{line-height:16px} */
/* .inp_lable,.inp02 .inp_lable{left:13px} */
.rit_amb .inp02 .inp_lable{left:20px}
.inp_lable,.inp02 .inp_lable{left:20px}
/* .inp02 .select_st02 .sel_txt, .inp01 .select_st02 .sel_txt{padding:0 20px 0;font-size:12px;} */
/* .select_st02 .che_option{top:40px} */
.inp_upload .star02{top:22%}



/* product detail */
/* .gall_txt{/*position:relative;top:auto;left:auto;padding:26px 0 0 20px;width:100%} */
div.gall_txt02{width:100%;padding:30px 0 0 20px;}
.color_chek{margin-bottom:20px;clear:both;overflow:hidden;}
.color_chek li{width:20px;height:20px;margin-right:7px;background-size:9px !important}
.tit_gall{font-size:20px;line-height:22px;margin-bottom:14px;padding-top:0}
.pho_info{margin-bottom:20px}
.pho_info p{font-size:12px;line-height:13px}
.pho_info p:first-child{padding-right:10px;border-right-width:1px}
.pho_info p:last-child{margin-left:10px}
.btn_add{display:none}
.sku_txt{color:#8d8d8d;font-size:12px;line-height:20px;position:absolute;left:14px;bottom:-50px;z-index:55}
.slider_st01 li{height:auto;padding-top:0}
.slider_st01 li img{width:100%;position:relative;top:auto;left:auto;margin-left:0}
.thumb_box.pc_detail_img{display:none}
/* .swiper_st04 .swiper-slide{width:40% !important} */
.swiper_st04{padding:0 30px;box-sizing:border-box;}
.thumb_box{width:100%;box-sizing:border-box;padding:0 20px;margin-top:15px}
.thumb_box a{background-color:#cdcdcd;height:3px}
.thumb_box a{display:block;height:4px}
.thumb_box a.active{background-color:#1e1e1e;opacity:1}
.thumb_box img{display:none}
.thumb_box .active{filter:none;}
.tit_detail01{margin:45px 0 25px;font-size:21px;line-height:26px}
.derail_txt{line-height:23px;font-size:13px;box-sizing:border-box;padding:0 14px;width:100%}
.detail_section01 img{width:100%}
.btn_play_pad{margin-top:0;font-size:20px;background-size:20px;padding-right:25px;line-height:22px;background-position:right 2px;margin-bottom:20px}
.detail-slide{width:100%}
.slider_gall{width:100%}
.sku-add-bott{margin-top:0}
.detail_slider{padding-top:0}

/* new product detail  0727 */
.detail-left-wrap{width:100%;padding-right:0}
.detail-right-wrap{width:100%;padding:154px 0 0}
.detail-right-wrap .bx-controls-direction{display:none}
.slider_gall{padding:0}
.mob-txt-top{position:absolute;top:0;left:0;width:100%;box-sizing:border-box;padding:26px 14px 0}
.detail-txt-wrap{padding:0 14px 0;margin-top:50px}
.product-video-wrap > a > span{font-size:30px;margin:-15px 0 0 -50px}
.product-video-wrap > a > span img{width:30px;margin-left:0}


/* lisf style */
.detail_section02{display:block;border-top:0}
.slider_st02{width:100%;display:block;margin-bottom:63px}
.life_txt h3{font-size:21px;line-height:24px;margin-bottom:35px}
.life_txt p{font-size:12px;}
.life_txt ul{margin-bottom:50px}
.btn_add_al{box-sizing: border-box;position: fixed;left: 0;z-index:50;width: 100%;display: block;bottom:0;padding: 0 0;height:50px;background:#222;cursor:pointer;}
.btn_add_al.active .add_on{-webkit-animation:txt_top_on 1s both;animation:txt_top_on 1s both;opacity:0;-webkit-transform: translateY(100%);transform: translateY(100%);animation-delay:.2s;-webkit-animation-delay:.2s;}
.btn_add_al.active .add_off{-webkit-animation:txt_top_off 1s both;animation:txt_top_off 1s both;opacity:0;-webkit-transform: translateY(100%);transform: translateY(100%);animation-delay:.1s;-webkit-animation-delay:.1s;}
.btn_add_al.active{background:#7bc524}
.btn_add_al.active{-webkit-animation:bg 1s both;animation:bg 1s both;animation-delay:1s;-webkit-animation-delay:1s;}
.btn_add_al.active .add_off{-webkit-animation:txt_top_off02 1s both;animation:txt_top_off02 1s both;opacity:0;-webkit-transform: translateY(100%);transform: translateY(100%);animation-delay:.3s;-webkit-animation-delay:.3s;}

.btn_add_al.active02 .add_on{-webkit-animation:txt_top_on_2 1s both;animation:txt_top_on_2 1s both;opacity:0;-webkit-transform: translateY(100%);transform: translateY(100%);animation-delay:.2s;-webkit-animation-delay:.2s;}
.btn_add_al.active02 .add_off{-webkit-animation:txt_top_off_2 1s both;animation:txt_top_off_2 1s both;opacity:0;-webkit-transform: translateY(100%);transform: translateY(100%);animation-delay:.1s;-webkit-animation-delay:.1s;}
.btn_add_al.active02{background:#7bc524}
.btn_add_al.active02{-webkit-animation:bg_2 1s both;animation:bg_2 1s both;animation-delay:1s;-webkit-animation-delay:1s;}
.btn_add_al.active02 .add_off{-webkit-animation:txt_top_off02_2 1s both;animation:txt_top_off02_2 1s both;opacity:0;-webkit-transform: translateY(100%);transform: translateY(100%);animation-delay:.3s;-webkit-animation-delay:.3s;}
.btn_join_us {line-height: 40px;font-size: 14px;}


.life_txt .btn_add02{padding:0;font-size:17px;text-align:center;width:100%;letter-spacing:1px;margin-bottom:0;letter-spacing:-.1px;overflow:hidden;vertical-align:middle;height:20px;margin-top:17px;background:transparent}
.rit_purchase{width:100%;padding:0 14px;box-sizing:border-box;display:block}
.life_txt{width:100%;display:block}
.life_txt ul li::before{width:4px;height:4px;top:6px}
.join_us_inp .inp01 .star02,.join_us_inp .inp02 .star02,.join_us_inp s.inp_lable,.join_us_inp .inp02 .inp_lable{left:10px}
.join_us_inp .inp_upload .star02{top:50%}

/* account delete message */
.account_message{padding-bottom:0}
.account_message .inp_submit{width:100%}
.txt_acc_mess01{font-size:14px;line-height:23px}
.txt_acc_mess02{font-size:14px;line-height:23px}


/* press */
/* press kit */
.pa_top51{padding-top:33px !important}
.pa_top50{padding-top:105px}
ul.lef_pa02{padding-left:0}
.top_tit_press{box-sizing:border-box;margin-bottom:30px;}
.top_tit_press h2{width:100%;font-size:32px;line-height:20px;margin-bottom:25px;}
.press_txt01{width:100%}
.press_txt01 > p{font-size:13px;line-height:18px;margin-bottom:20px}
.press_list{box-sizing:border-box;}
.lef_press_img{width:100%;padding-right:0;box-sizing:border-box;text-align:center;margin-bottom:43px}
.lef_press_img img{width:70%}
.rit_press_con{width:100%;text-align:center;float:none}
.select_st03{width:100%}
.select_st03 .sel_txt{width:100%}
.sku_box li{font-size:13px;}
.rit_press_con strong{margin-bottom:13px;font-size:14px;}
.rit_press_con h3{font-size:21px;line-height:25px}
.rit_press_con > p{font-size:21px;margin-bottom:20px;line-height:25px}
.sku_box li:before{top:2px}

.press_txt01-bott > p{margin-bottom:0;}
.press-acces-wrap{padding:30px 20px 30px}
.press-acces-wrap > h3{font-size:25px;line-height:25px}
.press-acces-wrap > p{margin-bottom:10px;font-size:14px}
/* .press-acces-wrap .inp_box02{margin-bottom:0} */
h2.txt-notes{margin:20px 0 0;font-size:12px;line-height:17px;}
.btn-wrap .btn_st01{max-width:100%}

.select_st03 .sel_txt{line-height:42px;font-size:12px;height:42px;padding:0 30px 0 20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.select_st03 .che_option{top:42px}
.select_st03 .che_option li{padding:10px 20px;font-size:13px}
.press_list > ul {border-top:2px solid #000;}
.press_list > ul > li{padding:33px 0}
.sku_box{text-align:center;margin-bottom:30px}
.sku_box h4{float:none;text-align:center;font-size:13px;display:inline-block;margin-right:6px;vertical-align:middle;}
.sku_box ul{float:none}
.sku_box li{font-size:12px;padding-left:16px;line-height:17px;margin-right:6px;float:none;display:inline-block;}
.sku_box li::before{width:10px;height:10px;top:4px}
.sku_box li:last-child{margin-right:0}
.btn_press_ivs a{line-height:33px;font-size:12px;margin-right:3px;min-width:85px}
.sku_box p{font-size:13px;display:inline-block;float:none;vertical-align:middle;}
.press_list > ul > li:last-child{border-bottom:0}

/* Press Release */
.press_release_list{border-top:2px solid #000;padding:0 13px 0;box-sizing:border-box;}
.press_tit{font-size:18px;line-height:23px;margin-bottom:20px}
.txt_date{font-size:13px;margin-bottom:20px}
.txt_press{font-size:13px;line-height:20px;margin-bottom:20px}
.file_box{padding:16px 0 16px 70px;position:relative;box-sizing:border-box;width:100%}
.file_box img{padding:0;width:50px;position:absolute;top:16px;left:5px;}/
.file_dw{padding-top:0}
.file_dw h4{font-size:14px;line-height:17px}
.file_dw a{font-size:13px;line-height:17px}
.box{border-bottom:1px solid #b2b2b2;padding-bottom:40px;border-top:0 !important;}
.list_height > div:nth-child(1), .list_height > div:nth-child(2), .list_height > div:nth-child(3){padding-top:40px}
.list_height > div:last-child{border-bottom:0}
.img_ces{width:50px}
.txt_menu{font-size:13px;margin-bottom:20px}
.news_con{border-top:2px solid #222;padding:63px 0 0}
.lef_news{width:100%}
.rit_news{width:100%}
.rit_news > ul > li a{padding:40px 0;min-height:auto;font-size:14px;line-height:17px;background:#fff}
.rit_news > ul > li a div{line-height: 1.2; height: 2.4em;-webkit-line-clamp:2;}
.lef_news strong img{width:50px}
.rit_news > ul > li{width:100%}
.rit_news > ul > li:nth-child(1),.rit_news > ul > li:nth-child(2),.rit_news > ul > li:nth-child(3){padding:0}
.box{padding-top:40px}
.subsidiary li{height: 47px;margin-bottom:30px}
.rit_news > ul > li h4{height:33px;box-sizing:border-box;padding:4px 0;border-top:1px solid #c6c4c3;border-bottom:1px solid #413c37}
.rit_news > ul > li h4 img{width:auto;height:100%;line-height:100%}
.subsidiary li:nth-child(1) img{width:84px}
.subsidiary li:nth-child(2) img{width:66px}
.subsidiary li:nth-child(3) img{width:90px}
.subsidiary li:nth-child(4) img{width:66px}
.subsidiary li:nth-child(5) img{width:66px}

.subsidiary{display:block}
.subsidiary li{width:33.333%;display:block;float:left;text-align:left;padding:0}

/* Ambassador */
.ambassabor_con{padding:65px 0 66px}
.lef_amb{width:100%;float:none;margin-bottom:66px}
.rit_amb{width:100%;float:none;padding:0 2px}
.lef_amb h3{font-size:21px;line-height:25px;margin-bottom:45px}
.lef_amb p{line-height:17px;font-size:13px}
.txt_area{margin:30px 0 13px;font-size:13px;line-height:17px}
.txt_area br{display:none}
.btn_submit a{margin-top:13px;font-size:13px;line-height:33px;padding:0 50px}

/* product detail */
.detail_pad{width:100%;padding:0 35px;box-sizing:border-box;margin:50px 0 50px}
.tit_detail01_2{margin:35px 0 35px;font-size:28px;line-height:30px;text-align:center;}
.tit_detail01_2 span{display:block}
.detail_pad_lef{padding-left:0;width:100%}
.detail_pad_rit{width:100%}
.detail_pad_rit img{width:100%}
.detail_pad_lef p{font-size:13px;line-height:18px;text-align:justify;margin-bottom:65px}
/* lifestyle */
.detail_section02{width:100%}
.life_txt h3{margin-bottom:10px;font-size:21px;line-height:24px;}
.life_txt{width:100%;box-sizing:border-box;padding:0 0}
.life_txt > ul > li{padding-left:10px;line-height:15px;font-size:13px;margin-bottom:10px}
.life_txt ul{margin-bottom:40px}
.life_txt p{font-size:14px;line-height:24px;margin-bottom:15px}


/* popup  */
/* login */
.popup_bg,.popup_center{background:#fff}
.popup_center{display:table;vertical-align:middle;}
.popup_center{vertical-align:top}
.login_popup{width:100%;height:100%;margin-left:0 !important;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:table-cell;vertical-align:middle;padding-top:0;padding-bottom:0}
.login_popup > article{display:inline-block;vertical-align:middle;text-align:center;width:100%}
.popup_tit01{padding:0 0 20px;font-size:22px;line-height:26px}
.login_txt{margin-bottom:20px}
.login_inp .inp_st02{padding:12px 10px 12px 10px}
.login_inp .inp_lable_active + .inp_st02{padding:18px 13px 6px}
.login_inp div:first-child{margin-bottom:10px}
.check_keep .checkmark{width:17px;height:17px}
.check_st02{padding-left:23px;line-height:16px}
.check_st02 .checkmark:after{left: 4px;top: 0px;width: 5px;height: 8px;}
.check_rit a{margin-top:0}
.btn_login{margin:20px 0 17px}
.btn_login a{line-height:40px;font-size:13px}
.btn_f_g span{height:33px}
.btn_f_g span a{font-size:11px;line-height:33px}
.btn_f_g p:nth-child(1){padding-right:6px}
.btn_f_g p:nth-child(1) a{padding-left:20px;background-size:7px auto !important}
.btn_f_g p:nth-child(2){padding-left:6px}
.btn_f_g p:nth-child(2) a{padding-left:25px;background-size:13px auto !important}
.btn_f_g{margin-bottom:25px}
.txt_join_now{font-size:13px}

.or_txt{position:relative;margin-top:-13px}
.or_txt p{position:absolute;left:50%;top:-8px;width:40px;background:#fff;text-align:center;font-size:12px;color:#999;margin-left:-20px}
.or_txt::after{width:100%;border-bottom:1px solid #ddd;content:'';display:block;margin-bottom:12px}
.create_account .login_inp div:last-child .inp01{width:50%;padding-right:6px}
.create_account .login_inp div:last-child .inp02{width:50%;padding-left:6px}
.login_inp .inp_lable{left:13px}
.login_txt{font-size:13px;line-height:17px}
.mob_ma_mbtt0{margin-bottom:0}

/* Contact */
.contact_tit .tit_st07{font-size:30px;margin-bottom:20px;}
.sns_list{position:absolute;top:0;right:auto;left:0}
.map{/*height:333px*/margin-bottom:38px}
/* .map img{height:100%} */
/* .map img:nth-child(2){display:block;} */
/* .map img:nth-child(1){display:none} */
.map_txt{padding:0 14px 0;box-sizing:border-box;margin:0 0 50px;border-bottom:0}
.map_txt > div{border-bottom:1px solid #969698;padding-bottom:50px;}
.contact_list li{float:none;width:100%}
.contact_list li:nth-child(1){width:100%}
.contact_list li:nth-child(2){width:100%}
.contact_list li:nth-child(3){width:100%}
.sns_list{padding:0 20px;box-sizing:border-box;margin-bottom:33px}
.sns_list li img{width:33px;}
.sns_list li{margin-right:18px;float:left;}
.map_txt p:nth-child(1){font-size:20px;margin-bottom:10px;line-height:23px;text-align:left;}
.map_txt p:nth-child(2),.map_txt p:nth-child(3){font-size:20px;line-height:23px;text-align:left;}
.contact_list{padding:0 14px;box-sizing:border-box;}
.contact_list h4{font-size:17px;margin-bottom:25px}
.contact_list li p{font-size:13px;line-height:17px;padding-bottom:1px}
.contact_list li{margin-bottom:36px;}
.contact_list li:last-child{margin-bottom:0}
.txt-wrap{padding-right:20px}
.txt-wrap > p{font-size:14px;line-height:20px;padding-top:40px;text-align:left;}

/* our story */
/* .our_con01 li img{width:100%} */
.pa_top_company{padding:76px 0 60px}
.our_con01,.our_con02 h3,.our_con02 > p,.our_con03 .culture_con,.our_con04{padding:0 14px;box-sizing:border-box;}

.our_con03,.our_con04{padding-top:100px}
.our_con04 h3{font-size:60px}
.our_con01{margin-bottom:50px}
.our_con01 li{width:100%}
.our_con01 li:first-child img{width:100%}
.our_con01 li:last-child{padding-left:0}
.our_con04 > p span{display:inline;}
.our_video{height:500px;background-size:cover;}
.lef_culture ul li{font-size:17px}
.rit_culture ul li img{width:100%}
.lef_culture h3{padding:0 20px 43%;font-size:50px;text-align:left}
.our_play_txt span{font-size:17px;}
.lef_culture ul{padding:0 0;margin-bottom:35px}
.product_img_list li img{width:100%}
.product_img_list li:nth-child(1){width:62%}
.product_img_list li:nth-child(2){width:38%}
.being img{width:55%}
.being h4{margin-top:0;line-height:20px}
.product_con{padding-bottom:50px}
.product_con > li img{width:100%}
.product_txt01{padding-bottom:0}
.product_txt02{padding:10% 30px 50px}
.txt_make p{line-height:18px}
.rit_culture ul li:nth-child(2){padding:0 10px}
.txt_cul01{margin-bottom:70px;font-size:16px;line-height:25px}
.rit_culture ul li h4{margin-bottom:10px}
.rit_culture ul li p{font-size:13px;line-height:16px}
.txt_make h4{font-size:14px;line-height:20px}
.txt_make{right: -175px;}
.txt_make p{line-height:15px;font-size:12px}
.txt_cul01 .dis_bk{display:inline;}
.lef_culture h3{padding:0 20px 38%}


.our_con01 li:last-child h3{font-size:14px;line-height:26px;margin-bottom:10px;margin-top:40px}
.our_con01 li:last-child p{font-size:13px;line-height:17px}
.our_video{height:175px}
.our_play_txt p{font-size:27px;line-height:33px;}
.our_play_txt span{font-size:17px;margin-top:10px;background-size:17px auto !important;padding-right:22px;line-height:20px}
.our_con02 h3{margin:40px 0;font-size:14px;line-height:23px}
.our_con02 > p{line-height:23px;font-size:14px;}
.our_con02{margin-bottom:110px}
.our_con03{border-top:2px solid #000}
.our_con03, .our_con04{padding-top:30px}
.culture_con > div{float:none;width:100%}
.lef_culture h3{padding:0 20px 56px;font-size:28px;line-height:24px}
.lef_culture ul li{font-size:13px;line-height:24px;width:auto;padding-left:20px}
.lef_culture ul{margin-bottom:18px}
.txt_make{position:relative;right:auto;bottom:auto}
.txt_make h4{margin:20px 0}
.txt_make p{line-height:17px;margin-bottom:50px}
.txt_make p span{display:inline;}
.txt_cul01{font-size:14px;text-align:center;}
.txt_cul01 .dis_bk{display:block}
.rit_culture ul li h4{font-size:14px;line-height:17px}
.being h4{font-size:14px;margin:12px 0}
.culture_con{margin-bottom:0}
.our_con04 h3{font-size:28px;margin-bottom:23px;line-height:23px}
.our_con04 > p{font-size:13px;line-height:17px;padding-bottom:50px}

.product_con > li:nth-child(1){padding-right:0;width:100%}
.product_img_list{margin-bottom:33px}
.product_img_list > li:first-child{padding-right:3px}
.product_img_list > li:last-child{padding-left:3px}
.product_con > li:nth-child(2){padding-left:3px}
.product_img_list > li:first-child img:nth-child(1){padding-bottom:3px}
.product_img_list > li:first-child img:nth-child(2){padding-top:3px}
.product_img_list > li:last-child img:nth-child(1){padding-bottom:3px}
.product_img_list > li:last-child img:nth-child(2){padding-top:3px}
.product_txt02{padding:0}
.product_txt01 h4{font-size:19px;line-height:35px;margin-bottom:33px}
.product_txt01 p{font-size:13px;line-height:17px;margin-bottom:33px;}
.product_con > li{width:100%}
.product_txt02{margin-top:33px;}
.product_con > li:nth-child(3){margin-top:0;padding-right:0;margin-bottom:6px}
.product_con > li:nth-child(4){padding-left:0}
.our_con04 > p{margin:20px 0 50px;padding-bottom:0}
.product_con > li img.img_best{width:126px}

.slider_st02{margin-bottom:41px}
.life_txt02 h3{margin-bottom:30px}
.life_txt02 p{font-size:13px;line-height:17px;margin-bottom:33px;padding-top:33px;}
.our_process_txt > p:before{width:33px;}
p.process_txt01{margin-bottom:85px}
p.process_txt02{padding-bottom:30px;margin-bottom:0}
/* .join_us_sel{padding-right:110px} */
/* .btn_join_us{width:100px} */
.join_us_sel .select_st02 .sel_txt{-webkit-box-shadow:0 0 0 1px #222;box-shadow:0 0 0 1px #222;line-height:38px}

/* about us */
.who-tit, .who-tit02{margin:20px 0 30px;font-size:19px;line-height:20px}
.pa_top_company{padding-top:}
.who-cont-wrap{padding:0 14px 0}
.who-cont-wrap > ul > li{width:100%;padding:0}
.who-txt-box p{font-size:13px;line-height:20px}
.who-txt-box p:first-child{margin-bottom:15px}
.who-txt-box p:nth-child(3){font-size:17px;margin:30px 0;line-height:20px}
.who-cont-wrap > ul > li:nth-child(1){padding-right:0}
.who-cont-wrap > ul > li:nth-child(2){padding-left:0}
.who-img li{padding-top:8px}
.who-img li:nth-child(1){padding-right:4px}
.who-img li:nth-child(2){padding-left:4px}
.who-cont-wrap > ul > li:nth-child(2) img:nth-child(1){display:none}
.who-cont-wrap > ul > li:nth-child(2) img:nth-child(2){display:block}

.who-cont-wrap > ul > li:nth-child(2) h3{display:none}
.who-txt-box02{margin:40px 0 0;padding-bottom:30px;position:relative;}
.who-txt-box02:after{display:block;width:100px;height:1px;background:#000;content:'';position:absolute;bottom:0;left:50%;margin-left:-50px}
.who-txt-box02 p:first-child{display:none}
.who-txt-box02 p{font-size:13px;line-height:17px;text-align:center;color:#000}
.who-txt-box02 p span{display:block}
.about-img{display:none}
.who-txt-box02 p:nth-child(2){margin-bottom:16px}
.who-cont-wrap{border-bottom:0}
.mob-about{display:block;margin-bottom:50px;position:relative;}
.mob-about-txt{display:block;text-align:left}
.mob-about-txt .who-tit02{text-align:left;margin:0 0 17px}
.mob-about-txt {margin-bottom:40px}
.semo-wh{display:none}
.mob-semo-wh{display:block;position:absolute;top:0;left:10px; border-top:15px solid transparent;
border-bottom:15px solid #fff;
border-right: 15px solid transparent;
border-left: 15px solid  transparent;transform:rotate(-180deg);}
.mob-posi-semo{position:relative;line-height:0}
.our_m_v{width:100%;margin-bottom:20px;box-sizing:border-box;padding:0 14px}
.our_m_v dt{width:100%;float:none;margin-bottom:5px;font-size:15px}
.our_m_v dd{width:100%;float:none;margin-bottom:10px}
/* .video-box{padding-top:75px;} */


/* done */
.process_done p.process_txt01{margin-bottom:85px}
p.thank_txt{padding-top:70px}

/* legal */
.legal_txt_st01{margin:30px 0}
.legal_txt_st01 li{font-size:12px;padding-left:17px;line-height:15px;margin-bottom:10px;}
.tab_menu li{width:33.3333%;height:40px;border-width:1px 0 0 1px;}
.tab_menu{height:41px;border-width:0 0 1px}
.tab_menu li a{padding:5px 0;font-size:12px;height:40px;line-height:10px;}
.tab_menu li span{display:block;line-height:15px}
.tab_menu li.on{border-width:1px 1px 0}
.tab_menu li a:after{height:1px;bottom:-1px}
.tab_menu li:last-child{border-right-width:1px}
.tab_container > div{padding:20px 0 0}
.tab_tit_box h3{font-size:17px;line-height:17px;margin-bottom:20px}
.tab_tit_box p{font-size:13px;line-height:17px}
.trademarks{padding:13px 0 20px;margin-bottom:20px}
.trademarks > ul > li:nth-child(1){width:40%}
.trademarks > ul > li:nth-child(2){width:60%;}
.tra_txt li{font-size:12px;line-height:22px;margin-bottom:10px}
.patents_con{margin-top:13px}
.patents_list ul li{font-size:12px;padding:13px 13px;}
.patents_list{float:left;}
.patents_list ul{width:100%}
.trademarks > ul:first-child{margin-bottom:30px}
.trademarks > ul > li:nth-child(1) img{width:50%}
.trademarks > ul > li:nth-child(2) ul:first-child,.trademarks > ul > li:nth-child(2) ul:last-child{width:100%;padding-left:0}

/* Privacy Policy */
.pri_txt01 strong{font-size:14px;margin-bottom:5px}
.pri_txt01 span{font-size:12px;margin-bottom:20px}
.data_txt_box ul li{float:none}
.data_txt_box ul{margin-bottom:33px}
.data_txt_box ul li:nth-child(1) p{font-size:12px;line-height:16px;}
.data_txt_box ul li:nth-child(1){width:100%;margin-bottom:33px}
.data_txt_box ul li:nth-child(2){font-size:12px;line-height:16px;width:100%}
.tit_privacy{font-size:21px;margin-bottom:25px;line-height:21px}
.pri_txt02{font-size:13px;line-height:20px;margin-bottom:20px}
.pri_txt03{font-size:12px;line-height:17px;margin-bottom:20px}

.privacy_list > li{padding:20px 0;border-top-width:1px}
.privacy_list > li:last-child{border-bottom-width:1px}
.privacy_list h4{margin-right:10;font-size:12px;line-height:17px}
.privacy_list .pri_txt_rit{font-size:12px;line-height:17px}
.your_list li{font-size:12px;line-height:14px;padding-left:10px;margin-bottom:7px}
.tab_tit_box02{margin:17px 0 33px}
.tab_tit_box02 h3{margin-bottom:13px;font-size:14px;line-height:14px}
.tab_tit_box02 p{line-height:17px;font-size:12px;}
.tit_topics{font-size:28px;line-height:28px;margin-bottom:26px}
.topics_txt > li{margin-bottom:26px}
.topics_txt > li > h4{font-size:21px;line-height:21px;margin-bottom:13px}
.top_txt01{font-size:12px;line-height:17px;margin-bottom:20px}
.topics_txt > li > h5{font-size:17px;line-height:17px;margin-bottom:17px;}
.cookies_txt li{font-size:12px;padding-left:10px;line-height:17px;margin-bottom:7px}
.cookies_txt{margin-bottom:20px}
.top_txt01{margin-bottom:20px;font-size:12px;line-height:17px}
.tit_privacy02{margin-bottom:30px;font-size:28px;margin-bottom:13px;line-height:17px}
.pri_txt04{font-size:12px;line-height:17px;margin-bottom:23px}
.pri_txt05{font-size:12px;line-height:17px;margin-bottom:33px}
.tit_privacy span{display:block}
.tit_pri{margin-bottom:25px;font-size:12px;line-height:22px}
.pri_txt06{font-size:13px;line-height:20px;margin-bottom:60px}
.top_txt03{font-size:12px;line-height:17px}
.return_txt > div{float:none}
.return_txt{margin-bottom:26px}
.return_txt > div h5{font-size:12px;width:50%}
.return_txt > div ul{padding-left:0;width:50%}
.return_txt > div li{font-size:12px;line-height:17px}
/* .tit_legal{padding:0 0;background:none} */
.tit_legal{padding:0 0 0;background-size:80px auto!important}
.tit_legal .tit_st07{font-size:32px;}

/* RIDESHARE DRIVERS  */
.sub_menu_list04 li:nth-child(1) a{background-size:22% auto !important;}
.sub_menu_list04 li:nth-child(2) a{background-size:34% auto !important}
.tit_promotion .tit_st01{font-size: 32px;line-height:30px;margin-bottom:10px;}
.tit-pro01{font-size:24px;margin:40px 0;line-height:26px;}
.txt-poromotion01 p{font-size:14px;line-height:22px}
.promo-list li{width:100%;margin-bottom:40px;padding-top:80px}
.txt-poromotion01{margin-bottom:60px}
.promo-list li:nth-child(1){background-size:100px;}
.promo-list li:nth-child(2){background-size:100px;}
.promo-list li:nth-child(3){background-size:100px;}
.promo-list li:nth-child(2).pro-icon02{background-size:100px;}
.promo-list li:nth-child(1) h4,.promo-list li:nth-child(2) h4, .promo-list li:nth-child(3) h4{margin:10px 0 10px}
.promo-list li:nth-child(1) p,.promo-list li:nth-child(2) p, .promo-list li:nth-child(3) p{font-size:12px}
.img-icon img{width:auto;padding:0;margin-right:10px}
.txt-poromotion02 h4{width:100%;font-size:21px;line-height:24px;margin-bottom:20px;padding-right:0}
.txt-poromotion02 h4 br{display:none}
.txt-poromotion02{padding:43px 30px;margin-bottom:30px}
.txt-poromotion02 p{font-size:14px;line-height:18px;width:100%}
.driver-wrap{padding-top:30px}
.driver-wrap > h3{font-size:25px;line-height:25px;margin-bottom:15px}
.driver-wrap .txt-notes{margin-bottom:25px;line-height:14px;}
.press-ac .btn-wrap{margin-top:25px}
.promotion-con-wrap .inp02 .star02, .promotion-con-wrap .inp02 .inp_lable{left:20px}
.promo-list li p img{width:30px;margin-right:14px}
.promo-list{margin-bottom:15px}
.promotion-con-wrap .txt_yes{margin-bottom:20px}
p.txt-notes{font-size: 12px;}

.pro-link-box{padding-top:0;margin-top:-20px;display:block;}
.pro-link-box li{width:100%;box-sizing:border-box;margin-right:0;margin-bottom:7px;padding-right:14px}
.pro-link-box li a{font-size:14px;line-height:20px;padding:18px 12px;background-size:8px auto}
.pro-link-box li a br{display:none}

/* popup video play */
.btn-video-close{position:absolute;top:20px;right:20px;}
}

/* --------------------------------------------------------    mobile : e   ----------------------------------------------------------------- */

/*  ---------------                  etc                ------------------- */
/* header */

@media (min-width: 1025px) and (max-width: 1100px) {
.life_txt h3{margin-bottom:25px}
}

/* DOWNLOAD MANUALS */
@media (min-width: 1025px) and (max-width: 1100px) {
.life_txt h3{margin-bottom:25px}
}

/* Culture */
@media (min-width: 1025px) and (max-width:1055px) {
.lef_culture h3{padding: 0 55px 53.5%;}
}
/* Culture */
@media (min-width: 859px) and (max-width:900px) {
.lef_culture h3{padding: 0 55px 35%;}
}
/* Culture */
@media (min-width: 767px) and (max-width:858px) {
.lef_culture h3{padding: 0 55px 39%;}
}
/* @media (min-width: 1400px) and (max-width: 1440px) {
.rit_purchase{padding-left:115px}
} */
/* footer */
@media (min-width: 1400px) and (max-width: 1440px) {
/* footer */
/* .footer_con{width:100%;/*padding:40px 20px;padding:0 50px 40px;box-sizing:border-box;} */
/* .foo_logo{width:10%;box-sizing:border-box;padding-right:50px;margin:0}
.sub_menu{float:left;width:56%;box-sizing:border-box;}
.newsletter{width:34%;box-sizing:border-box;} */
}
@media (min-width: 1025px) and (max-width: 1139px) {
/* footer */
.footer_con{width:100%;/*padding:40px 20px;*/padding:0 10px 40px;box-sizing:border-box;}
.guide_list{padding-left:0}
.sub_menu,.foo_logo{display:none}
.newsletter{float:none;text-align:center;margin:0 auto}
.mail_search{margin:0 auto}
.copyright{padding-left:0}
.copyright p{float:none;text-align:center;}
.copyright p:first-child{margin-right:0;line-height:16px}
.copyright p:nth-child(2){border-bottom:0}
.copyright ul{float:none;text-align:center;width:100%;margin-top:20px}
}

/* legal */
@media (min-width:768px) and (max-width:1250px) {
.tab_menu li{width:33.333%;}
.tab_menu li a{padding-left:0;padding-right:0}
}

/* main slide 1921px */
@media (min-width:1026px) and (max-width:4000px) {
.main_slider li{height:100% !important;padding-bottom:35%;position:relative;}
.al_ct_txt{display:table-cell;text-align:left}
.main_slider li > div{width:1140px;margin:0 auto;top:0;left:0;right:0;bottom:0;height:100%;box-sizing:border-box;text-align:right;display:table}
}

/* lou story slide */
@media (min-width:1025px) and (max-width:1330px) {
.rit_purchase_apple .detail_section02{display:block}
.slider_block{width:100%;display:block;}
.rit_purchase_apple{width:100%;display:block;margin:50px 0}
.join_life_txt{margin:0 auto}
.join_life_txt h3{text-align:center;}
.rit_purchase_apple p.process_txt02{text-align:center;}

/* detail prouct slide*/
/* .gall_txt,div.gall_txt02{width:39%}
.detail-slide{width:61%} */
.sku-add-bott{margin-top:20%}
.btn_add{padding:20px 10px;max-width:100%}
/* .gall_txt{padding-top:40px} */

}


/*  *        moile etc         *  */
/*  product detail addBtn animation*/
@keyframes txt_top_on{
 0% {
   opacity: 0;
   transform: translateY(0);
 }

 25%,
 75% {
   opacity: 1;
   transform: translateY(-100%);
 }

 100% {
   opacity: 1;
   transform: translateY(-200%);
 }
}

@-webkit-keyframes txt_top_on{
0% {
  opacity: 0;
  -webkit-transform: translateY(0);
}

25%,
75% {
  opacity: 1;
  -webkit-transform: translateY(-100%);
}

100% {
  opacity: 1;
  -webkit-transform: translateY(-200%);
}
}

@keyframes txt_top_off{
 0% {
   opacity: 0;
   transform: translateY(-200%);
 }

 25%,
 75% {
   opacity: 0;
   transform: translateY(-300%);
 }

 100% {
   opacity: 1;
   transform: translateY(-400%);
 }
}
@-webkit-keyframes txt_top_off{
 0% {
   opacity: 0;
   -webkit-transform: translateY(-200%);
 }

 25%,
 75% {
   opacity: 0;
   -webkit-transform: translateY(-300%);
 }

 100% {
   opacity: 1;
   -webkit-transform: translateY(-400%);
 }
}

@keyframes txt_top_off02{
 0% {
   opacity: 0;
   transform: translateY(200%);
 }

 25%,
 75% {
   opacity: 1;
   transform: translateY(120%);
 }

 100% {
   opacity: 1;
   transform: translateY(0);
 }
}
@keyframes bg{
 100% {
   background:#222;
 }
}
@-webkit-keyframes txt_top_off02{
 0% {
   opacity: 0;
   -webkit-transform: translateY(200%);
 }

 25%,
 75% {
   opacity: 1;
   -webkit-transform: translateY(120%);
 }

 100% {
   opacity: 1;
   -webkit-transform: translateY(0);
 }
}
@-webkit-keyframes bg{
 100% {
   background:#222;
 }
}

/* active02 */
@keyframes txt_top_on_2{
0% {
  opacity: 0;
  transform: translateY(0);
}

25%,
75% {
  opacity: 1;
  transform: translateY(-100%);
}

100% {
  opacity: 1;
  transform: translateY(-200%);
}
}
@-webkit-keyframes txt_top_on_2{
0% {
  opacity: 0;
  -webkit-transform: translateY(0);
}

25%,
75% {
  opacity: 1;
  -webkit-transform: translateY(-100%);
}

100% {
  opacity: 1;
  -webkit-transform: translateY(-200%);
}
}

@keyframes txt_top_off_2{
0% {
  opacity: 0;
  transform: translateY(-200%);
}

25%,
75% {
  opacity: 0;
  transform: translateY(-300%);
}

100% {
  opacity: 1;
  transform: translateY(-400%);
}
}
@-webkit-keyframes txt_top_off_2{
0% {
  opacity: 0;
  -webkit-transform: translateY(-200%);
}

25%,
75% {
  opacity: 0;
  -webkit-transform: translateY(-300%);
}

100% {
  opacity: 1;
  -webkit-transform: translateY(-400%);
}
}

@keyframes txt_top_off02_2{
0% {
  opacity: 0;
  transform: translateY(200%);
}

25%,
75% {
  opacity: 1;
  transform: translateY(120%);
}

100% {
  opacity: 1;
  transform: translateY(0);
}
}
@keyframes bg_2{
100% {
  background:#222;
}
}
@-webkit-keyframes txt_top_off02_2{
0% {
  opacity: 0;
  -webkit-transform: translateY(200%);
}

25%,
75% {
  opacity: 1;
  -webkit-transform: translateY(120%);
}

100% {
  opacity: 1;
  -webkit-transform: translateY(0);
}
}
@-webkit-keyframes bg_2{
100% {
  background:#222;
}
}
