@charset "utf-8";

/************************************
     BE 홈페이지용 CSS 입니다.
************************************/

/* 사용자 정의 */
#wraper select {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   background: #fff url('/img/home/select.png')no-repeat right 30px center;
}

#m_menu{display:none;}
html.epre{overflow: hidden; height: 100%;}
body.epre{overflow: hidden; height: 100%;}
/* input{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
} */
.mailH{color:#fff;}
.mailH:hover{text-decoration: underline;}
.contain{width: 1200px; margin: 0 auto; }
.tl{text-align: left;}
.sub_tab select{display: none;}
.m_slide_info{display: none;}

.tit_txt h2{font-size: 30px; line-height: 1; }
.tit_txt p{font-size:14px; color:#9c9c9c;}
.br{display: block;}
.br2{display: inline;}
.br3{display: block;}
.sub_txt01{ background: #f5f5f5;}
.sub_tit h2{color:#333; font-size: 30px; font-weight: 600; padding: 27px 0 18px; }
.sub_tit h2.m_board{padding: 45px 0 45px;}

.sub_tit h3{color:#333; font-size: 30px; font-weight: 600;line-height: 1;}

.sub_tab ul{overflow: hidden;}
.sub_tab ul li{display: inline-block; font-size: 18px;margin-left: 140px; height: 38px; cursor: pointer;}
.sub_tab ul li:first-child{margin-left: 0}
.sub_tab ul li a{display: block; padding: 0 10px; height: 100%;}
.sub_tab ul li.on{color: #35aaeb;position: relative;}
.sub_tab ul li.on a{color: #35aaeb;}
.sub_tab ul li.on span{width: 50px; height: 3px; background:#35aaeb;position: absolute; bottom: 0; left: 50%; margin-left: -25px;}
.sub_tab ul li:hover{color: #35aaeb;position: relative;}
.sub_tab ul li:hover a{color: #35aaeb;}
.sub_tab ul li:hover span{width: 50px; height: 3px; background:#35aaeb;position: absolute; bottom: 0; left: 50%; margin-left: -25px;}

/* .sub_tab1 > ul{overflow: hidden;} */
.sub_tab1 > ul > li{display: inline-block; font-size: 18px;margin-left: 140px; height: 38px; cursor: pointer;}
.sub_tab1 > ul > li:first-child{margin-left: 0}
.sub_tab1 > ul > li a{display: block; padding: 0 10px; height: 100%;}
.sub_tab1 > ul > li.on{color: #35aaeb;}
.sub_tab1 > ul > li.on::after{width: 50px; height: 3px; background:#35aaeb; position: relative; bottom: 3px; left: 50%; margin-left: -25px; display:block; content: '';}
.sub_tab1 > ul > li.on > a{color: #35aaeb;}
/* .sub_tab1 > ul > li.on span{width: 50px; height: 3px; background:#35aaeb;position: absolute; bottom: 0; left: 50%; margin-left: -25px;} */
.sub_tab1 > ul > li:hover::after{width: 50px; height: 3px; background:#35aaeb; position: relative; bottom: 3px; left: 50%; margin-left: -25px; display:block; content: '';}
.sub_tab1 > ul > li:hover > a{color: #35aaeb;}
/* .sub_tab1 > ul > li:hover span{width: 50px; height: 3px; background:#35aaeb;position: absolute; bottom: 0; left: 50%; margin-left: -25px;} */

/* .dept3{position: absolute; background: #fff; width: 100%; left:0; z-index: 99;} */


.dept3{background:#fff; position: absolute; background: #fff; width: 100%; left:0; z-index: 99; height: 70px; display: none;}
.dept3 > ul{overflow: hidden; display: inline-block;}
.dept3 > ul > li{float:left;margin-left:57px; line-height: 1.2; padding:16px 0;}
.dept3 > ul.line1 > li{padding: 26px 0;}
.dept3 > ul > li:nth-child(1){margin-left: 0}
.dept3 > ul > li > a{font-size: 16px;}
.dept3 > ul > li:hover > a{color: #35aaeb;}

.mo_select {
  width: 100%;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #35aaeb;
  height: 50px;
  text-align-last: center;
  display: none;
  color: #35aaeb;
  border-radius: 0 !important;
}


.cont_tit{font-size: 22px; color: #35aaeb;text-align: left; line-height: 1}
.cont_tit::after{content: ''; display:block;; width: 50px; height: 1px;background:#35aaeb; margin-top: 15px;}
.sub_p{font-size: 16px; color: #666; text-align: left; line-height: 1.5}

.circle{text-align: center; padding: 0 30px;}
.circle .tec_cir{width:150px; height: 150px; border-radius: 50%; background:#35aaeb; display: inline-block; position: relative;margin-bottom: 30px;}
.tec_cir::after{content: ''; display: inline-block; width: 50px; height: 1px;background:#35aaeb; position: absolute; bottom: -30px; left:50%; margin-left: -25px;}
.circle h3{font-size: 22px; font-weight: 500;line-height: 1.2; margin-top:20px;}
.circle p{font-size: 16px; color:#666; text-align: left; margin-top: 30px; line-height: 1.5; letter-spacing: -0.7px;}

p.p_st{font-size: 16px; color:#666; text-align: left; line-height: 1.5}
.sb_tt{font-size: 22px; color: #333; text-align: left;}
.box01 p{text-align: center;}
/*속도 제어*/
.fast {
    animation-duration: 1s;
    animation-delay: 0.1s;
}
.fast1 {
    animation-duration: 1s;
    animation-delay: 0.3s;
}
.fast2 {
    animation-duration: 1s;
    animation-delay: 0.5s;
}
.fast3 {
    animation-duration: 1s;
    animation-delay: 0.7s;
}
.fast4 {
    animation-duration: 1s;
    animation-delay: 0.9s;
}
.fast5 {
    animation-duration: 0;
    animation-delay: 1.1s;
}
/* 모바일 용 */
.toggle{display: none;float: right}
.m_head{display: none; overflow: hidden; line-height: 1; padding:  0 6% 32px;}
.m_head a.m_home{float: left; margin-top: 1px;}
.m_head a.m_close{float:right;}

.top_menuH{width: 100%; height: 35px; border-bottom: 1px solid #dddddd;}
.top_menuH ul{ height: 35px;line-height: 35px;text-align: right;font-size: 0}
.top_menuH ul li{display:inline-block; position: relative; padding-right: 25px;}
.top_menuH ul li::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ddd;
  position: absolute;
  top:13px;
  right:12px;
}
.top_menuH ul li:last-child{padding-right: 0}
.top_menuH ul li:last-child::after{display:none;}
.top_menuH ul li a{display: block; font-size: 12px; color:#ddd; cursor: pointer;}
.top_menuH ul li.on a{color:#35aaeb;}
p.cc{padding-left: 2px;}
/* .tab_content{display: none;} */
/* .tab_content1{display: none;} */


#menuH .dept1 > li.m_shop{display: none;}

#hdH{height:125px; line-height: 90px; width: 100%; border-bottom: 1px solid #e1e1e1; position: relative; z-index: 2;}
#hd_wrapper{width: 1200px; margin: 0 auto; overflow: hidden;}
#logoH{float:left;}
#menuH{float:right; overflow: hidden;}
#menuH .dept1{overflow: hidden;}
#menuH .dept1 > li{float:left; font-size: 18px; color:#333; font-weight: 400;margin-left: 60px;}
#menuH .dept1 > li > a{width: 100%; display: block;}
#menuH .dept1 > li > a:hover{color:#35aaeb;}
#menuH .dept1 > li.main_shop{width:80px; background: #35aaeb url('/img/home/shop.png')no-repeat center top 20px; text-align: center;}
#menuH .dept1 > li.main_shop > a{display:inline-block; color: #fff;}
#menuH .dept1 > li.main_shop > a:hover{color:#fff;}
#menuH .dept1 > li.main_shop > a >span{position: relative;top:14px;}

.dept_bg{
	background:#59b9ee;
	position: absolute;
	top:125px;
	left:0;
	z-index:1;
	/* border-bottom: 1px solid transparent; */
	overflow:hidden;
	width:100%;
  height: 0;
	opacity: 0;
  border-bottom: 1px solid #35aaeb;
}
.gnb_info{display: block; padding: 20px 0 24px; position:relative;}
.gnb_info h2{color:#fff; line-height: 1.4; margin-bottom: 3px;}
.gnb_info p{font-size: 16px; color:#fff; line-height: 1.2}
.fff{background:#fff; position:absolute; top:0; left:291px; width:200%; height:100%;}

#menuH .dept2{
  position: absolute;
  top: 0;
  left:50%;
  z-index: 2;
  line-height: normal;
  transform: translateX(-50%);
  height: 89px;
  line-height: 89px;
}

#menuH .dept2 ul{background:#fff; margin-left:478px;}
#menuH .dept2 ul li{display: inline-block;line-height: 1; margin-right: 70px;}
#menuH .dept2 ul li a{color:#999;}
#menuH .dept2 ul li a:hover{color:#59baee;}

/* container 부분 */
#wrapper {width: 100%;overflow: hidden;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative;min-height:300px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.main_ban{width: 100%; margin: 0 auto; position: relative;}

/* 메인 슬라이드 */
#owl-demo .item img{
    display: block;
    width: auto;
    height: auto;
}

#owl-demo .owl-dots{position:relative; top:-110px; color:#fff;}
#owl-demo .owl-dot{background: #fff; width: 20px; height:6px; display: inline-block; margin-right: 4px; transition: width 0.3s linear;}
#owl-demo .owl-dot.active{background: #35aaeb; width:40px; }

/* 메인 슬라이드 임시용 */
#owl-demo .item > div{height: 593px}
#owl-demo .item div.main_bimg01{background: url('/img/home/main/main_img01.jpg')no-repeat center;}
#owl-demo .item div.main_bimg02{background: url('/img/home/main/main_img02.jpg')no-repeat center;}
#owl-demo .item div.main_bimg03{background: url('/img/home/main/main_img03.jpg')no-repeat center;}
#owl-demo .item div.contain{position: relative; height: 100%;}
#owl-demo .item > div.main_bimg01 div.contain img{position: absolute; top:120px; right:88px;}
#owl-demo .item > div.main_bimg02 div.contain img{position: absolute; top:195px; left:385px;}
#owl-demo .item > div.main_bimg03 div.contain > img{position: absolute; top:95px; left:50%; transform:translate(-50%);}

.main_txt{background: #fff; max-width:750px; padding: 52px 190px 0;margin: 0 auto; position: absolute;; bottom: -90px; left:50%; transform: translateX(-50%); z-index: 99}
.main_txt > div p{font-size: 14px; font-weight: 300; color:#666;line-height:1;}
.main_txt > div p.ban_tit{font-size:26px; font-weight: 300; color: #333;}
.main_txt > div h2{font-weight: 300; font-size: 50px;line-height:1; padding: 10px 0 20px; }
.main_txt > div h2 b{color:#35aaeb;font-weight: 300;}

.vi_01 {
  width: 920px;
  height: 300px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top:95px;
  left: 50%;
  transform: translateX(-50%);
}
.vi_01 p{font-size: 18px; font-weight: 300; padding-top: 10px;}
.vi_01 p.titillium{font-size: 20px; font-weight: 400;padding: 54px 0 35px; color: #454545; text-align: center; display: inline-block;}
.vi_01 h2{font-weight: 500; font-size: 32px; letter-spacing: -0.4px; }

.vi_02{position: absolute;left: 50%;top: 112px; transform: translateX(-50%);}
.vi_02 h2:first-child{font-weight: 500;}
.vi_02 h2{font-size: 60px; font-weight: 200; line-height: 1.2}
.vi_02 p{font-size: 24px; font-weight: 300; font-style: italic; line-height: 1; margin:30px 0 55px;}
.vi_02 div{width: 200px; margin: 0 auto;}
.vi_02 a {
  display: block;
  border: 1px solid #333;
  box-sizing: border-box;

  text-align: left;
  height: 40px;
  line-height: 38px;
  padding-left: 30px;
  background: url('/img/home/main/arr.png')no-repeat right 15px center;
}
.vi_02 a:hover{color:#35aaeb;}
.vi_03{
  text-align: left;
  position: absolute;
  right: 85px;
  top: 112px;
}
.vi_03 p{font-size: 16px; font-weight: 300; color: #666; line-height: 1.4}
.vi_03 p.mt{margin-top: 15px;}
.vi_03 p.nanummyeongjo{color:#666; font-size: 18px;letter-spacing: 3px;}
.vi_03 h2{font-size: 46px; font-weight: 400; line-height: 1.2; margin-top: 15px;}
.vi_03 h2::after{
  display: block;
  content: '';
  background: #333;
  width: 36px;
  height: 1px;
  margin: 30px 0 34px 4px;
}


/* brand 부분 */
.main_brand{margin-top: 158px;}
.main_brand .brand_product{padding: 45px 0 88px;}
.main_brand .brand_product ul{overflow:hidden;}
.main_brand .brand_product ul li {
  float: left;
  width: 33.3%;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 340px;
  position: relative;
}
.main_brand .brand_product ul div:nth-child(2) li, .main_brand .brand_product ul div:nth-child(5) li{border-right: 0; border-left: 0}
.main_brand .brand_product ul div:nth-child(4) li, .main_brand .brand_product ul div:nth-child(5) li, .main_brand .brand_product ul div:nth-child(6) li{border-top: 0}

.main_brand .brand_product ul li div{width: 100%; height:100%;}
.main_brand .brand_product ul li div span{position: absolute; left:45px;}
.main_brand .brand_product ul li div span.pro_logo01{top:40px;}
.main_brand .brand_product ul li div span.pro_logo02{top:35px;}
.main_brand .brand_product ul li div span.pro_logo03{top:40px;}
.main_brand .brand_product ul li div span.pro_logo04{top:40px;}
.main_brand .brand_product ul li div span.pro_logo05{top:40px;}
.main_brand .brand_product ul li div span.pro_logo06{top:40px;}

.main_brand .brand_product ul li div.pro01{background: #fff url('/img/home/brandpro01.png')no-repeat center bottom 32px;}
.main_brand .brand_product ul li div.pro02{background: #fff url('/img/home/brandpro02.png')no-repeat center bottom 32px;}
.main_brand .brand_product ul li div.pro03{background: #fff url('/img/home/brandpro03.png')no-repeat center bottom 32px;}
.main_brand .brand_product ul li div.pro04{background: #fff url('/img/home/brandpro04.png')no-repeat center bottom 35px;}
.main_brand .brand_product ul li div.pro05{background: #fff url('/img/home/brandpro05.png')no-repeat center bottom 35px;}
.main_brand .brand_product ul li div.pro06{background: #fff url('/img/home/brandpro06.png')no-repeat center bottom 35px;}

.main_brand .brand_product ul li div.ph{position: absolute; top:0; left: 0; display: none; background: #35aaeb}
.main_brand .brand_product ul li div.ph p{font-size: 14px; color: #fff; margin: 100px 0;}
.main_brand .brand_product ul li div.ph a {
  font-size: 16px;
  color: #fff;
  background:url('/img/home/hover.jpg')no-repeat center;
  width: 133px;
  height: 50px;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 16px
}
.main_brand .brand_product ul li:hover div.ph{display: block;}
.main_brand .brand_product ul li div.pro_hover01{background: #35aaeb url('/img/home/hover_logo01.jpg')no-repeat center;}
.main_brand .brand_product ul li div.pro_hover02{background: #35aaeb url('/img/home/hover_logo02.jpg')no-repeat center;}
.main_brand .brand_product ul li div.pro_hover03{background: #35aaeb url('/img/home/hover_logo03.jpg')no-repeat center;}
.main_brand .brand_product ul li div.pro_hover04{background: #35aaeb url('/img/home/hover_logo04.jpg')no-repeat center;}
.main_brand .brand_product ul li div.pro_hover05{background: #35aaeb url('/img/home/hover_logo05.jpg')no-repeat center;}
.main_brand .brand_product ul li div.pro_hover06{background: #35aaeb url('/img/home/hover_logo06.jpg')no-repeat center;}
/* 슬라이드 부분 */
.best_product{position: relative; padding: 45px 31px 88px; }
.best_product .owl-nav .owl-prev {
  background: url('/img/home/prev.png')no-repeat center;
  font-size: 0;
  width: 31px;
  height: 74px;
  position: absolute;
  left: -30px;
  top:50%;
  margin-top: -37px
}
.best_product .owl-nav .owl-next {
  background: url('/img/home/next.png')no-repeat center;
  font-size: 0;
  width: 31px;
  height: 74px;
  position: absolute;
  right: -30px;
  top:50%;
  margin-top: -37px
}
.item_txt p{line-height: 1.9}
.item_txt p.txt01{font-size: 16px; color:#666; letter-spacing: -0.8px;}
.item_txt p.txt02 a{font-size: 14px; color:#9c9c9c; display: block; line-height: 1.4}
.item_txt p.txt03{font-weight: bold;font-size: 14px;}
/* main_company  부분*/
.main_company{background: url('/img/home/company01.jpg')no-repeat center; padding:95px 0 105px; }
.main_company .com_txt{text-align: left;color:#fff;}
.main_company .com_txt p.sub_txt{font-size: 20px; font-weight: 300;}
.main_company .com_txt h3{font-size: 50px;line-height: 1.2; margin-bottom: 10px;}
.main_company .com_txt h3 span{font-weight: 300;}
.main_company .com_txt p{font-size: 16px;font-weight: 300;}
.main_company .com_txt p span{font-weight: 400;}
.main_company .com_txt a{font-size: 14px; font-weight: 500; color: #fff;margin-top:40px; display:block; width: 65px;}

/* REGERON 부분 */
.tec01{padding-top:100px;}
.tec01 .cont_tit{padding-bottom:20px;}
.circle p.mt{margin-top: 57px;}
.circle_03{margin: 90px 0 85px}
.circle_03 ul{overflow: hidden;}
.circle_03 ul li{width: 33.3%; float: left;}
.tec02{background: #fafafa; padding: 85px 0 75px;}
.tec02 .cont_tit{color: #333;font-weight: 600; margin-bottom: 20px;}
.tec02 .cont_tit::after{background: #333;}

.tec03{margin-bottom: 100px;}
.circle_02{margin: 70px 0 60px}
.circle_02 ul{overflow: hidden;}
.circle_02 ul li{width: 50%; float: left;}
.circle_02 .circle{padding: 0 90px;}

.box01{padding: 30px 115px;background: #e9f7ff;}

.circle .tec_cir.tec_cir01{background: #35aaeb url('/img/home/tec01.png') no-repeat center;}
.circle .tec_cir.tec_cir02{background: #35aaeb url('/img/home/tec02.png') no-repeat center;}
.circle .tec_cir.tec_cir03{background: #35aaeb url('/img/home/tec03.png') no-repeat center;}
.circle .tec_cir.tec_cir04{background: #35aaeb url('/img/home/tec04.png') no-repeat center;}
.circle .tec_cir.tec_cir05{background: #35aaeb url('/img/home/tec05.png') no-repeat center;}
/*#technical{display: none;}*/

.re_btn {
  background: #333333 url('/img/home/regeron_btn.png')no-repeat right 20px center;
  line-height: 65px;
  height: 65px;
  text-align: left;
  width:280px;
  margin: 30px auto 0;
}
.re_btn a{color: #fff;font-size: 18px; display: inline-block; padding-left: 20px; width: 100%;}
/* patent */
#patent{margin: 100px auto;}
.patent_img ul {overflow: hidden;}
.patent_img ul li{width:20%;float:left; height: 330px; text-align: left;margin: 20px 0;}
.patent_img ul li > div.reg_list{width: 195px;}
.patent_img ul li > div a{width: 195px; height: 277px; border: 1px solid #dcdcdc; display: inline-block; overflow: hidden;}
.patent_img ul li img{margin-left: auto; margin-right: auto; display: block;}
.patent_img ul li .reg_list span{display: block; font-size: 16px; color: #666; line-height: 1.2; margin-top: 14px; text-align: center;}

/* awards */
#awards{margin: 100px auto;}

/* cfda */
#cfda{margin: 100px auto;}


.reg_pop{width:100%; height:100%; position: fixed; z-index: 100; background: rgba(0, 0, 0, 0.1); top:0; left:0; display: none;}
.reg_pop.dis{}
.reg {
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  background: #f4f4f4;
  position: relative;
  box-shadow: 0px 0px 7px 0px #c4c4c4;
  top:30px;
}
.reg img{width:100%; border: 1px solid #cccccc;height: 100%;}
.reg span.reg_close {
  width: 40px;
  height: 40px;
  background: #333333 url('/img/home/reg_close.png')no-repeat center;
  display: block;
  cursor: pointer;
  position: absolute;
  top:0;
  right:0;
}
/* MARKETING */
.marketing{margin:100px auto; overflow:hidden;}
.marketing .market_img{float:left;}
.marketing .market_txt{float:left; padding-left:95px; padding-top:100px;}
.marketing .market_txt .market_bg{background: url('/img/home/market_img01.png')no-repeat center; width:403px; height:390px; margin-bottom:40px;}
.marketing .market_txt .market_bg img{padding-top:70px;}
.marketing .market_txt .mk_link p{font-size:18px; color:#1ca2ed;padding-bottom:5px;}
.marketing .market_txt .mk_link a{background:#1ca2ed url('/img/home/mk_arrow.png')no-repeat center right 30px; display:block; padding:15px 0; font-size:20px; color:#fff; line-height:1; text-align:left; padding-left: 25px;}
/* skincare line*/
 .pristeen_bg{height: 500px; position:relative; margin-bottom:142px;}
 .pristeen_bg.pristeen_bg01{background: url('/img/home/product_bg.jpg')no-repeat center top;}
 .pristeen_bg.pristeen_bg02{background: url('/img/home/product_bg02.jpg')no-repeat center top;}
 .pristeen_bg.pristeen_bg03{background: url('/img/home/product_bg03.jpg')no-repeat center top;}
 .pristeen_bg.pristeen_bg04{background: url('/img/home/product_bg04.jpg')no-repeat center top;}
 .pristeen_bg.pristeen_bg05{background: url('/img/home/product_bg05.jpg')no-repeat center top;}
 .pristeen_bg.pristeen_bg06{background: url('/img/home/product_bg06.jpg')no-repeat center top;}
 .pristeen_bg.pristeen_bg07{background: url('/img/home/product_bg07.jpg')no-repeat center top;}

 .pristeen_bg > div{position:absolute; width:345px; left:50%; margin-left:-172.5px; bottom:-100px;}
 .pristeen_bg.green > div{background:#70bd91; padding:35px 0 35px;}
 .pristeen_bg.yellow > div{background:#ffc586;  padding:31px 0 31px;}
 .pristeen_bg.pink > div{background:#ffc5b7;  padding:40px 0 40px;}
 .pristeen_bg.blue > div{background:#87d7e0;  padding:51px 0 51px;}
 .pristeen_bg.purple > div{background:#d1b3ff;  padding:58px 0 59px;}
 .pristeen_bg.sky > div{background:#b3d5ff;  padding:58px 0 59px;}
 .pristeen_bg.orange > div{background:#ff765d;  padding:58px 0 58px;}
 .pristeen_bg::after{
  	content:'';
  	display:inline-block;
  	width:50px;
  	height:2px;
  	position:absolute;
  	bottom:-142px;
  	left:50%;
  	margin-left:-25px;
  }
 .pristeen_bg.green::after{background:#70bd91;}
 .pristeen_bg.yellow::after{background:#ffc586;}
 .pristeen_bg.pink::after{background:#ffc5b7;}
 .pristeen_bg.blue::after{background:#87d7e0;}
 .pristeen_bg.purple::after{background:#d1b3ff;}
 .pristeen_bg.sky::after{background:#b3d5ff;}
 .pristeen_bg.orange::after{background:#ff765d;}
 .pristeen_content .pr_text{ padding:46px 0 75px;}
 .pristeen_content .pr_text p{font-size:16px; color:#666;}
 .pristeen_content .pr_img{margin-bottom:70px;}
 .pristeen_content .pr_img ul{overflow:hidden; font-size: 0;}
 .pristeen_content .pr_img ul > li{display:inline-block; position:relative;}
 .pristeen_content .pr_img .pr_bgimg{width:100%; height:100%; background:url('/img/home/pro_bgimg.png')no-repeat center; position:absolute; top:0; left:0;}
 .pristeen_content .pr_img .pr_bgimg::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-right: 0;
  vertical-align: middle;
}
 .pristeen_content .pr_img .pr_bgimg img{margin-top: -30px}
 .pristeen_content .pr_img .pr_bgimg p{font-size: 22px; color: #fff; margin-top: -70px}
 .pristeen_content .pr_inter {overflow: hidden; margin-bottom: 80px;}
 .pristeen_content .pr_inter > ul > div li{overflow: hidden;margin-bottom: 60px;}
 .pristeen_content .pr_inter > ul > li{overflow: hidden;margin-bottom: 60px;}
 .pristeen_content .pr_inter .pr_left{overflow: hidden; width: 300px; float: left; }
 .pristeen_content .pr_inter .pr_left > div {float:left;}
 .pristeen_content .pr_inter .pr_left{border-right:1px solid #cdcdcd;}
 .pristeen_content .pr_inter .pr_icon{width:100px; height:100px; border-radius:50%; border:1px solid #666;}

 .pristeen_content .pr_inter .pr_icon.pr_icon01{background:url('/img/home/pr_icon1_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon02{background:url('/img/home/pr_icon1_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon03{background:url('/img/home/pr_icon1_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_icon.pr_icon04{background:url('/img/home/pr_icon2_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon05{background:url('/img/home/pr_icon2_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon06{background:url('/img/home/pr_icon2_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_icon.pr_icon07{background:url('/img/home/pr_icon3_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon08{background:url('/img/home/pr_icon3_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon09{background:url('/img/home/pr_icon3_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_icon.pr_icon10{background:url('/img/home/pr_icon4_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon11{background:url('/img/home/pr_icon4_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon12{background:url('/img/home/pr_icon4_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_icon.pr_icon13{background:url('/img/home/pr_icon5_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon14{background:url('/img/home/pr_icon5_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon15{background:url('/img/home/pr_icon5_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_icon.pr_icon16{background:url('/img/home/pr_icon6_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon17{background:url('/img/home/pr_icon6_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon18{background:url('/img/home/pr_icon6_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_icon.pr_icon19{background:url('/img/home/pr_icon7_1.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon20{background:url('/img/home/pr_icon7_2.png') no-repeat center;}
 .pristeen_content .pr_inter .pr_icon.pr_icon21{background:url('/img/home/pr_icon7_3.png') no-repeat center;}

 .pristeen_content .pr_inter .pr_ricon{padding-left: 25px; width: 190px; height: 100px;position: relative;}
 .pristeen_content .pr_inter .pr_ricon > div{position: absolute; top:50%; transform: translateY(-50%);}
 .pristeen_content .pr_inter .pr_ricon h3{font-size:21px; color:#666; text-align:left;line-height: 1.3; font-weight: 500; letter-spacing: -1.6px;}
 .pristeen_content .pr_inter .pr_ricon h3 span{font-size: 17px;letter-spacing: -0.4px;}
.pristeen_content .pr_inter .pr_ricon h3:last-of-type{margin-bottom: 7px;}
 .pristeen_content .pr_inter .pr_ricon p{font-size:18px; color:#666; text-align:left; line-height: 1.2}

 .pristeen_content .pr_inter .pr_right {
  background: #f5f5f5;
  margin-left: 30px;
  padding: 31px 17px;
  width: calc(100% - 330px);
  float: left;
  box-sizing: border-box;
  position: relative;
  height: 100px;
}
.pristeen_content .pr_inter .pr_right div{position: absolute;top:50%; transform: translateY(-50%);margin-right: 17px;}
.pristeen_content .pr_inter .pr_right p{text-align: left; font-size: 16px; color:#666; line-height: 1.4; letter-spacing: -0.5px}

.product_list {background: #fafafa; overflow: hidden; padding-bottom: 90px}
.product_list .sub_tit{margin: 65px 0 60px;}
.list_cont ul{overflow: hidden;}
.list_cont ul li{float: left; width: 50%;margin-bottom: 20px;position: relative;}
.list_cont.proffessional01 ul li{float: none; width: 100%;margin-bottom: 0;}
.product_list .list_img{float:left}
.product_list .list_img a{display: block;}
.product_list .list_txt{float:left; text-align: left; position: absolute; bottom: 20px; left: 305px; }
.list_cont.proffessional01 .list_txt{float: none;left: 335px;}
.list_cont.proffessional01 .list_img{float: none;text-align: left;}
.proffessional_txt{overflow: hidden;}
.proffessional_txt > div{float: left; margin-right: 50px;}
.proffessional_txt > div:last-child{margin-right: 0;}

.product_list .list_txt a{display: block;}
.product_list .list_txt a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_list .list_txt a:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_list .list_txt > div{padding: 18px 0 16px; }
.product_list .list_txt > div.proffessional_txt{padding: 18px 0 30px; }
.product_list .list_txt div p{font-size: 18px; line-height: 1.2}
.product_list .list_txt > p{font-size: 16px; color: #666; line-height: 1.3}
.product_list .proffessional_txt > div p{line-height: 1.5;}
.product_list .proffessional01 .list_txt > p{line-height: 1.4}
/* about be 부분 */
.about{margin: 110px auto 118px;}
.about .about01 h2{font-size: 34px; color:#35aaeb; font-weight: 400; line-height: 1.5; font-style: italic;}
.about .about01 p.sb{font-size: 18px; font-style: italic; font-weight: 300;}
.about .about01 > span{width: 50px; height: 1px; display: inline-block; background:#333; margin: 50px 0 30px}
.about .about01 p.br{font-size: 15px; font-style: italic; font-weight: 300; color:#666; line-height: 1.8}
.about .about02{margin: 45px auto 50px;}
.about .about02 ul{font-size: 0}
.about .about02 ul li{width: 33.3%; display: inline-block;text-align: center;}
.about .about02 ul li > div{width:173px; height: 173px; border-radius: 50%; background: #ccc;display: inline-block;position: relative;}
.about .about02 ul li.about_icon01 > div{background: #35aaeb url('/img/home/about02.png')no-repeat center top 44px;}
.about .about02 ul li.about_icon02 > div{background: #35aaeb url('/img/home/about03.png')no-repeat center top 44px;}
.about .about02 ul li.about_icon03 > div{background: #35aaeb url('/img/home/about04.png')no-repeat center top 44px;}
.about .about02 ul li > div span{font-size:14px; color:#fff;font-weight: 300; position: absolute; bottom:45px; left: 50%; transform: translateX(-50%); letter-spacing: -0.5px;}
.about .about03{background: #fbfbfb; padding: 47px 0 70px;}
.about .about03 > div{margin-bottom: 15px;}
.about .about03 p{font-size: 16px; font-weight: 300; color:#666;line-height: 2}
.about .about03 p span{color:#666;}
.about .about03 p span.bb{color:#333;}
.about .about03 p.ab_end{color:#333; font-weight: 400;padding-top:7px;}

/* contact 부분 */
.contact {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.contact_pop {
  background: #fff;
  padding: 63px 78px 40px;
  width: 895px;
  box-sizing: border-box;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  /* display: none; */
}
.contact_pop > span.close_pp {
  width: 50px;
  height: 50px;
  background: #35aaeb url('/img/home/close_pop.png')no-repeat center;
  display: block;
  position: absolute;
  top:0;
  right:78px;
  cursor: pointer;
}
.contact_pop h3 {
  font-size: 30px;
  color: #35aaeb;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #35aaeb;
  padding-bottom: 17px;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
}
.contact_text table{width: 100%;}
.contact_text table tr th{width: 90px;font-size: 18px; font-weight: 500;text-align: left; padding-bottom: 14px}
.contact_text table tr td{padding-bottom: 14px;}
.contact_text table tr.pop_textarea th{padding-bottom: 5px;}
.contact_text table tr td .frm_input {
  width: 100%;
  border: 1px solid #eeeeee;
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 16px;
}
.contact_text table tr td textarea{
  width: 100%;
  border: 1px solid #eeeeee;
  background: #f5f5f5;
  padding: 20px 10px;
}
.pop_btn{text-align: center; margin-top: 10px;}
.pop_btn input{background: #35aaeb; color: #fff; font-size: 18px; display: inline-block;padding: 10px 0; width: 300px;}

/*PROFFESSIONAL LINE_CONTACT*/

.f_contact{overflow: hidden; padding: 66px 0;}
.f_contact div.f_contact_left{float: left;}
.f_contact div.f_contact_right{float: right;}
.f_contact p{font-size: 18px; font-weight: 300; line-height: 1.4;text-align: left;}
.f_contact button{font-size:18px; font-weight: 300; color:#fff; width:200px; padding:7px 0;background:#35aaeb;display: inline-block;}


/* footer 부분 */
#ftH{background: #272727; font-weight: 300;}
#ftH div.contain > div{display:inline-block;color:#fff;}
#ftH div.contain > div.ft_logo a img{padding-bottom: 30px;}

#ftH div.contain div#ft_copy{color:#fff;text-align: left; padding: 40px 0 40px 100px;}
#ftH div.contain #ft_copy .ft_info ul li{display: inline-block;}
#ftH div.contain #ft_copy .ft_info ul li::after{
  content: ' ';
  display: inline-block;
  background: #fff;
  height: 9px;
  width: 1px;
  margin-left:10px;
  margin-right:8px;
}
#ftH div.contain #ft_copy .ft_info ul li.last::after{content: none;}
#ftH div.contain #ft_company{display: inline-block;padding-top: 3px;}
#ftH div.contain #ft_company span{}
#ftH div.contain #ft_company a{color:#fff; margin-right: 12px;}
#ftH div.contain #ft_company a:hover{color:#35aaeb;}

/* 제품 상세 보기 영역 */
.product_info{margin: 70px 0 0}
.product_info > div.contain{overflow: hidden;}
.product_info .info_img{width: 490px; margin-right: 85px; float: left;}
.product_info .info_img img{max-width: 100%;}
.product_info .info_text{width:calc(100% - 575px); float: right; text-align: left;}
.product_info .info_text h2{font-size: 34px; line-height: 1.2; font-weight: 500;}
.product_info .info_text > p{font-size: 22px; color: #0f0f0f; font-weight: 400;line-height: 1; margin-top:12px;}
.product_info .info_text .info_pro{position: relative; background: #fcfcfc;padding: 32px 38px;margin-top: 33px;min-height: 247px;}
.product_info .info_text .info_pro > h3{font-size: 24px; font-weight: 400; line-height: 1; margin-bottom: 24px;}
.product_info .info_text .info_pro > div{font-size: 18px; font-weight: 300; line-height: 1.4; letter-spacing: -0.4px;}
.product_info .info_text .info_pro > div b{cursor: pointer; border-bottom: 1px solid #333; padding-bottom: 2px; font-weight: 300;}
.product_info .info_text .info_btn{font-size: 0; position: relative;}
.product_info .info_text .info_btn a {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #35aaeb url('/img/home/info_plus.png')no-repeat right 40px center;
  line-height: 1;
  padding: 22px 40px ;
}
.product_info .info_text .info_btn a.info_pop{background: #333 url('/img/home/info_plus.png')no-repeat right 40px center;}
.product_info .info_text .info_btn a.pro_line{width: 100%}
.product_middle{margin-top: 100px;background: #fbfbfb;padding: 50px 0 55px;}
.product_middle h2{font-size: 30px; font-weight: 300;line-height: 1}
.product_middle h2::after{content: ''; display: block; width: 40px; background: #646464; height: 1px; margin: 28px auto 12px}
.product_middle p{font-size: 18px; font-weight: 300; }

.product_unit{margin: 80px 0 100px;}
.product_unit ul{font-size: 0; overflow: hidden;}
.product_unit ul li{display: inline-block;width: 31%;float: left; margin-bottom: 30px; min-height: 365px;}
.product_unit ul li:nth-child(3n-1){margin: 0 3.5% 30px; }
.product_unit ul li div.unit_txt{margin-top: 26px;}
.product_unit ul li div.unit_txt h3{font-size: 20px; font-weight: 300; text-align: left;margin-bottom: 10px; letter-spacing: -0.2px;}
.product_unit ul li div.unit_txt h3 span.unit_en{font-size: 16px; font-weight: 400;margin-left: 7px; letter-spacing: -0.3px;}
.product_unit ul li div.unit_txt p{font-size: 16px; color: #666;font-weight: 300; line-height: 1.3; text-align: left; letter-spacing: -0.8px;}

.pro_use{background:#fafafa; padding: 40px 0 45px;}
.pro_use h3{font-size: 22px;font-weight: 400;line-height: 1; text-align: left;}
.pro_use .use_txt{background: #fff;margin-top: 10px;padding: 30px 40px 70px; text-align: left;}
.pro_use .use_txt p{font-size: 16px; font-weight: 300; color: #666;}
.pro_use .use_txt p.use_tit{font-size: 18px; font-weight: 300; color: #333333;margin-bottom: 22px;}

.info_popup{
  background: #fff;
  width: 870px;
  margin: 0 auto;
  position: absolute;
  cursor: default;
  text-align: right;
  border: 1px solid #ccc;
  padding: 25px 30px 35px;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 1;
}
.info_popup h3{
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: left;
  padding: 0 0 6px;
}
.info_popup span.clo{text-align: right;cursor: pointer;}
.info_popup div.info_ptxt{
  border-top: 1px solid #b9b9b9;
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  color: #666;
}

.info_popup.info_fe{width:610px; bottom: 15px; right: 0}

/* contact_us */
.map{margin:100px 0 40px;}
.map iframe{width: 100%;}

.contact_nat{margin-bottom: 100px}

.contact_nat ul{border-top: 2px solid #77777b;}
.contact_nat ul li{border-bottom: 1px solid #e8e8e8;overflow: hidden;text-align: left; }
.contact_nat ul li span{width: 300px;float:left; font-size: 20px; background: #f1f1f1; padding: 15px 0; padding-left: 30px}
.contact_nat ul li div{width: calc(100% - 300px);float:left; font-size: 20px;padding: 15px 0; padding-left: 30px}
.contact_nat ul li div i{cursor:pointer;}
.contact_nat ul li div i:hover{color: #35aaeb}

.contact_nat .nat_tit{position:relative;}
.contact_nat .nat_tit h3{margin-bottom: 15px; font-size: 30px; text-align: left;}
.contact_nat .nat_tit input {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 22px;
  color: #fff;
  background: #35aaeb;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-color: #35aaeb;
  cursor:pointer;
}

#top_btn01 {
    background: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 0;
    z-index: 90;
}

/* ci 임시 페이지 */
.ci{margin: 209px 0 150px; }
.ci .top{width: 730px; margin: 0 auto 30px;}
.ci .top div{text-align: left; background: url('/img/home/img_ci.jpg')no-repeat left bottom; padding-left: 100px;}
.ci .top div h3{ font-size:50px; font-weight: 500; color: #35aaeb; font-style: italic; line-height: 1.3}
.ci .top div p{font-size: 22px; font-weight: 300; line-height: 1;}

.ci .bottom{background: #35aaeb; padding: 60px 0;width: 980px; margin: 0 auto;}
.ci .bottom h3{font-size: 30px; color: #fff; font-weight: 500;margin-bottom: 8px;}
.ci .bottom p{font-size: 22px; font-weight: 300; line-height: 1.2; color:#fff;}

.pro_use .use_txt p b{font-weight: 300;margin-left: 15px;}

.main_best.product_best .tit_txt h2{font-weight: 300; padding-top:30px;}
.main_best.product_best .best_product{padding-top:30px;}


/* ci 페이지 */
.ci1{margin: 120px auto 150px;}
.ci1 .ci_top {margin-bottom: 60px;}
.ci1 .ci_top > h3{font-size:50px; font-weight: 500; color: #35aaeb; font-style: italic; line-height: 1.5}
.ci1 .ci_top > p{font-size: 32px;  font-style: italic; line-height: 1.3; border-bottom: 1px solid #d7d7d7; max-width:510px; margin: 0 auto 20px; letter-spacing: -0.75px; padding-bottom: 32px;}
.bt > h3{font-size:22px; font-weight: 500; line-height: 1.3;}
.bt > p {font-size:22px; font-weight: 400; color:#666; line-height: 2}
.ci_img{margin-bottom: 25px;}
.ci_bt p {color:#666; font-size: 16px; line-height: 1.5; text-align:center;}

.maket_tit{font-size: 55px; font-weight: 700; color:#fff; letter-spacing: -0.7px; line-height: 1.2; padding-top: 50px;}


/* 영문 제어 */
.en .gnb_info p{width:250px; word-break: keep-all;}
.en .gnb_info{padding: 7px 0 24px;}
.en .vi_03{width:50%; top:70px;}
.en .vi_03 p{word-break: keep-all;}
.en .main_brand .brand_product ul li div.ph p{width:270px; margin: 80px auto 100px; word-break: keep-all;}

.en .about .about03 > div{padding:0 10%; word-break: keep-all;}
.en .about .about03 p span{word-break: keep-all;}
.en .about .about02 ul li:first-child > div span{bottom:38px}
.en .about .about02 ul li > div span{bottom:30px; line-height: 1.3;}

.en span{word-break: keep-all;}
.en p{word-break: keep-all;}
.en .re_btn{width:310px;}
.en .pristeen_content .pr_text p{margin: 0 auto; width:1200px;}
.en .pristeen_content .pr_img .pr_bgimg p{width: 68%; margin: -70px auto 0; line-height: 1.3;}

.en .product_list .list_txt > p{padding-right: 10px}
.en .product_info .info_text .info_pro > div{word-break: keep-all;}
.en .product_info .info_text .info_pro > div b{display: inline-block;}

.en .product_info .info_text .info_btn a.info_pop {
  background: #333 url('/img/home/info_plus.png')no-repeat right 28px center;
}
.en .product_unit ul li{min-height: 375px;}
.en .ci1 .ci_top > p{max-width: 725px;}
.en .item_txt p.txt02 a{display:none;}
.en .product_info .info_text > p{display: none;}

/* 중문 제어 */
.zh_CN .about .about03 > div{padding:0 10%;}
.zh_CN .pristeen_content .pr_text p{margin: 0 auto; width:1200px;}
.zh_CN .product_list .list_txt > p{padding-right: 10px; letter-spacing: -0.2px;}
.zh_CN .pristeen_content .pr_inter .pr_ricon h3{font-size: 19px;}

.zh_CN .maket_tit{width: 90%; margin: 0 auto; padding-top: 93px;}
.zh_CN .main_company .com_txt p.br{word-break: keep-all;}

.zh_CN .circle_02 .circle{padding: 0 55px;}
.zh_CN .product_unit ul li div.unit_txt p{letter-spacing: -1.7px;line-height: normal;}
.zh_CN .ci1 .ci_top > p {max-width: 600px;}
#copymove .tbl_head01 thead th{width:auto;}
/* .zh_CN span{word-break: keep-all;} */
/* .zh_CN p{word-break: keep-all;} */

/*201890312 주소 수정 */
#ftH div.contain div#ft_copy.ft_en{}
#ftH div.contain div#ft_copy.ft_en ul li:first-child{display:block;}
#ftH div.contain div#ft_copy.ft_en ul li:after{display:none;}

/**************************************************************************************************************
 미디어 쿼리 구간입니다.
**************************************************************************************************************/


/* Tablet Device */
@media all and (min-width : 1024px) and (max-width : 1279px) {
  .contain{width: 100%; padding: 0 6%;}
  .br3{display:inline;}
  #hd_wrapper {width: 100%; padding: 0 6%; }
  #ftH div.contain div#ft_copy{padding: 40px 0 40px 10px; width: calc(100% - 300px);}
  .main_brand .brand_product ul li div span{top:55px !important;}
  /* .main_brand .brand_product ul li div.ph{background-size: 80% !important;}
  .main_brand .brand_product ul li div.pro_hover05{background-size: auto !important;} */
  .main_brand .brand_product ul li div.pro02{background-size: 90%;}
  .main_brand .brand_product ul li div.pro03{background-size: 90%;}
  #menuH .dept1 > li {margin-left: 30px;}
  #menuH .dept2 ul{margin-left: 330px;}
  #menuH .dept2 ul li{margin-right: 60px;}
  .dept_bg div.contain{padding: 20px 6% 24px;}

  .about .about03{padding: 47px 6% 70px;}
  .about .about03 p{display: inline; }

  .circle{padding: 0; padding-right: 20px}
  .circle_03 ul li:last-child .circle{padding: 0;}
  .sub_p{display: inline;}
  .circle h3 span.br{display: block;}
  .circle_02 .circle{padding: 0}
  .circle_02 ul li:last-child .circle{padding-left: 20px;}
  .patent_img ul li{width: 25%;}

  .list_cont ul li{float:none; width: 100%; overflow: hidden;}
  .pristeen_content .pr_img{width: 88%; margin: 0 6% 70px}
  .pristeen_content .pr_img ul > li{width: 33.3%;}
  .product_list .list_txt div p{display: inline;}
  .product_list .list_txt > p{display: inline;}
  .marketing .market_img{width: 50%}
  .marketing .market_img img{height: 512px}
  .marketing .market_txt{width: 50%;padding-left: 20px; padding-top: 0}
  .marketing .market_txt .market_bg{margin: 0 auto 40px;}

  .product_list .proffessional_txt > div p{display: block;}
  .product_info .info_img{margin-right: 20px; width: 380px}
  .product_info .info_text{width: calc(100% - 400px);}
  .product_unit ul li{width: 32%;}
  .product_unit ul li:nth-child(3n-1){margin: 0 2% 30px;}
  .product_unit ul li div.unit_img img{max-width: 100%;}

  .product_info .info_text h2{font-size: 28px;}
  .product_info .info_text > p{font-size: 20px;}
  .product_info .info_text .info_pro{ margin-top: 15px; padding: 22px 24px; min-height: 193px;}
  .product_info .info_text .info_pro > h3{font-size: 20px; margin-bottom: 18px;}
  .product_info .info_text .info_pro p{font-size: 16px;}
  .product_info .info_text .info_btn a{padding: 16px 24px;}
  .product_unit ul li div.unit_txt p br{display: none;}
  .product_unit ul li div.unit_txt h3 span.unit_en{display: block; margin-left: 0}

  .contact_nat ul{display: table; width: 100%;}
  .contact_nat ul li{display: table-row;width: 100%;}
  .contact_nat ul li span{width: 25%; display: table-cell; float: none;vertical-align: middle; padding: 0; padding-left: 30px; border-bottom: 1px solid #e8e8e8;}
  .contact_nat ul li div{width: 100%; display: table-cell; float: none; border-bottom: 1px solid #e8e8e8;}

  /* .pristeen_content .pr_inter .pr_right p.inline{display: inline;} */
  .circle p.mt .br{display: inline;}
  .circle p span.br{display: inline;}

  .gnb_info p{font-size: 13px;}
  #menuH .dept2{padding-top: 0}
  .ci .bottom{width: 88%}
  .reg{width:43%; height: auto;}

  .ci_img img {width: 100%;}
  .en .pristeen_content .pr_text p{width:100%;}
  .zh_CN .pristeen_content .pr_text p{width:100%;}
  .fff{left:350px;}
}


/* Tablet Device */
@media all and (min-width : 768px) and (max-width : 1023px) {
  .contain{width: 100%; padding: 0 6%;}
  #hd_wrapper {width: 100%; padding: 0 6%; }
  /* #logoH a img{width: 211px;} */
  .toggle{display: block; }
  #m_menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    height: 100%;
    width: 60%;
    padding: 32px 0;
    box-shadow: 1px -12px 15px 8px rgba(0, 0, 0, 0.3);
    display: none;
    overflow: scroll;
  }
  #m_menu .dept1 > li{margin-left: 0;line-height:1; }
  #m_menu .dept1 > li > a{padding: 10px 6%; height: 100%; background: url('/img/home/menu_.png')no-repeat right 6% center; display: block; font-size: 17px;}
  #m_menu .dept1 > li > a:focus{color:#333}
  #m_menu .dept1 > li > a.mo{background: url('/img/home/menu_over.png')no-repeat right 6% center; color:#35aaeb;}
  #m_menu .dept1 > li.mat > a{background: none;}
  #m_menu .dept1 > li.m_shop{display: block}
  #m_menu .dept1 > li.m_shop a{color: #fff; background:#35aaeb url('/img/home/m_shop.png')no-repeat right 6% center; }
  #m_menu .dept1 > li.main_shop{display: none;}
  #m_menu .dept2{background: #ebebeb; padding: 0 6%;line-height: 1; display: none;}
  #m_menu .dept2 ul{margin-left: 0}
  #m_menu .dept2 ul li{margin-right: 0; display: block;}
  #m_menu .dept2 ul li a{padding: 10px 0; display: block; color: #777; background: #ebebeb; font-size: 16px; padding-left: 10px;}
  .m_head{display: block;}
  .dept_bg01{height: 100%; top:0; background:rgba(0, 0, 0, 0.4); z-index: 1; display: none; width: 100%; position: absolute;}
  .dept_bg .gnb_info{display:none;}
  .dept_bg{display: none; position: static; height: auto;opacity: 1;}
  #hdH{z-index: auto;}

  #owl-demo .owl-controls{top:auto; bottom: 20px;}
  .main_txt{bottom: auto; padding: 26px 6% 0; width: 100%;}
  .main_txt > div h2{font-size: 44px;}
  .main_brand{margin-top: 200px;}
  .main_brand.contain{padding: 0}
  .main_brand .brand_product ul li{width: 50%; border: 1px solid #ddd !important;}
  .main_brand .brand_product ul div:nth-child(2n+1) li{border-right:0 !important;}
  .main_brand .brand_product ul div:nth-child(n+3) li{border-top:0 !important;}

  .main_best{padding: 0 6%;}
  .main_company{background-size: cover;}
  .main_company .com_txt p.br{letter-spacing: -0.1px;}
  .main_brand .brand_product{padding: 45px 6% 88px;}
  .main_brand .brand_product ul li div span.pro_logo03{top:65px;}
  .main_brand .brand_product ul li div span.pro_logo04{top:55px;}
  .main_brand .brand_product ul li div span.pro_logo06{top:65px;}

  #ftH > div{text-align: center; padding: 35px 6%;}
  #ftH div.contain > div{display: block;}
  #ftH div.contain div#ft_copy{padding: 0}
  #ftH div.contain #ft_copy .ft_info ul li:nth-child(1){display: block;}
  #ftH div.contain #ft_copy .ft_info ul li:nth-child(2){display: block;}
  #ftH div.contain #ft_copy .ft_info ul li:nth-child(3){padding-right: 10px;}
  #ftH div.contain #ft_copy .ft_info ul li::after{display: none;}
  #ftH div.contain #ft_company span{display: block;}

  .about .about01 p.br{letter-spacing: -0.1px;}
  .about .about03{padding: 47px 6% 70px;}
  .about .about03 p{display: inline; letter-spacing: -0.1px;}

  .sub_tit h2{padding: 20px 0 20px;}
  .sub_tab ul{display: none;}
  .sub_tab select {
    background: #fff url('/img/home/select.png')no-repeat right 30px center;
    border: 0;
    border-bottom: 1px solid #35aaeb;
    color: #35aaeb;
    width: 100%;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif !important;
    padding: 12px 0 7px;
    display: block;
  }
  .circle{padding: 0; padding-right: 20px}
  .circle_03 ul li:last-child .circle{padding: 0;}
  .sub_p{display: inline;}
  .circle h3 span.br{display: block;}
  .circle_02 .circle{padding: 0}
  .circle_02 ul li:last-child .circle{padding-left: 20px;}

  .pristeen_content .pr_img ul > li{width: 33.3%;}
  .pristeen_content .pr_text p{display: inline;}
  .patent_img ul li{width: 33.3%;}
  .pristeen_content .pr_text{padding: 46px 6% 75px}
  .pristeen_content .pr_inter .pr_left{width: 100%%;border-right: 0; margin:0 0 20px;}
  .pristeen_content .pr_inter .pr_right{width: 100%; margin-left: 0; text-align: left; height: auto;}
  .pristeen_content .pr_inter .pr_right div {
    position: static;
    top: auto;
    transform: none;
  }
  .pristeen_content .pr_inter .pr_right p.inline{display: inline;}
  .list_cont ul li{float:none; width: 100%; overflow: hidden;}
  .product_list .list_txt div p{display: inline;}
  .product_list .list_txt > p{display: inline;}

  .marketing .market_img{display: none;}
  .marketing .market_txt{float: none; padding-left: 0; padding-top: 0}
  .marketing .market_txt .market_bg{margin: 0 auto 40px;}
  .mk_link{width: 403px; margin: 0 auto;}
  .contact_pop{width: 100%;}

  .proffessional_txt > div{margin-right: 20px;}
  .product_list .proffessional_txt > div p{display: block;}

  /*제품 상세보기 */
  .product_info{margin: 30px 0 0;}
  .product_info .info_img {width: 100%; margin-right: 0; float: none;}
  .product_info .info_text{width: 100%;float: none;margin-top: 30px; text-align: center;}
  .product_middle h2{line-height: 1.3;}
  .product_info .info_text .info_btn{text-align: left;}
  .product_unit .contain{width: 100%; padding: 0}
  .product_unit ul li:nth-child(3n-1){margin: 0 0 30px;}
  .product_unit ul li{width: 88%; margin: 0 6% 45px !important; overflow: hidden; min-height: auto;}
  .product_unit ul li div{float: left;}
  .product_unit ul li div.unit_img{ width: 40%}
  .product_unit ul li div.unit_img img{max-width: 100%;}
  .product_unit ul li div.unit_txt{ width: calc(60% - 55px);margin-left: 55px;}
  .pro_use .use_txt{padding: 40px 20px 40px;}
  /* br 태그 숨김 */
  .br_remove br{display: none;}

  .product_info .info_text .info_pro{padding: 32px 6%;}
  .product_info .info_text .info_pro p{line-height: 1.5}
  .product_info .info_text .info_pro p span.shpp_link{display: inline-block;}

  .f_contact > div.contain{overflow: hidden;}
  .f_contact div.f_contact_right{float: none;}
  .f_contact div.f_contact_left{float: none; margin-bottom: 30px;}
  .f_contact p{text-align: center;}

  .contact_nat ul{display: table; width: 100%;}
  .contact_nat ul li{display: table-row;width: 100%;}
  .contact_nat ul li span{width: 25%; display: table-cell; float: none;vertical-align: middle; padding: 0; padding-left: 30px; border-bottom: 1px solid #e8e8e8;}
  .contact_nat ul li div{width: 100%; display: table-cell; float: none; border-bottom: 1px solid #e8e8e8;}
  #ftH div.contain div#ft_copy{text-align: center;}
  #owl-demo .item > div{height: 527px;}
  #owl-demo .item > div.main_bimg03 div.contain img{width: 88%}
  #owl-demo .item > div.main_bimg02 div.contain img{left: 310px;}


  .vi_01 {
    width: 88%;
    top:95px;
  }
  .vi_01 p.titillium { padding: 40px 0 35px;}
  .vi_01 h2{font-size: 33px;}
  .vi_03{right:6%;}

  #owl-demo .owl-dots{top:-45px;}
  .vi_02{top:70px;}
  .vi_02 h2{font-size: 52px;}

  .main_ban{z-index: 0}
  .br3{display:inline;}

  .info_popup{width: 100%;}
  .info_popup.info_fe{width:100%;}
  p.cc{padding-left: 0}
  .circle p.mt .br{display: inline;}
  .circle p span.br{display: inline;}
  .reg{width:56%; height: auto; top:30px;}


  .sub_tab1{display:none;}
  .mo_select{display: block;}

  .ci_img{overflow: auto;}
  .zh_CN .pristeen_content .pr_text p{width:100%;}
  .en .pristeen_content .pr_text p{width:100%;}

}



/* Mobile Device */
@media all and (max-width:767px) {
  .br {display: inline;}
  .br2{display: block;}
  .contain{width: 100%; padding: 0 6%;}
  #hd_wrapper {width: 100%; padding: 0 6%; }
  /* #logoH a img{width: 211px;} */
  .toggle{display: block; }
  #hdH{z-index: auto;}
  #menuH{display:none;}
  #m_menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    height: 100%;
    width: 60%;
    padding: 32px 0;
    box-shadow: 1px -12px 15px 8px rgba(0, 0, 0, 0.3);
    display: none;
    overflow: scroll;
  }
  #m_menu .dept1 > li{margin-left: 0;line-height:1; }
  #m_menu .dept1 > li > a{padding: 10px 6%; height: 100%; background: url('/img/home/menu_.png')no-repeat right 6% center; display: block; font-size: 17px;}
  #m_menu .dept1 > li > a:focus{color:#333}
  #m_menu .dept1 > li > a.mo{background: url('/img/home/menu_over.png')no-repeat right 6% center; color:#35aaeb;}
  #m_menu .dept1 > li.mat > a{background: none;}
  #m_menu .dept1 > li.m_shop{display: block}
  #m_menu .dept1 > li.m_shop a{color: #fff; background:#35aaeb url('/img/home/m_shop.png')no-repeat right 6% center; }
  #m_menu .dept1 > li.main_shop{display: none;}
  #m_menu .dept2{background: #ebebeb; padding: 0 6%;line-height: 1; display: none;}
  #m_menu .dept2 ul{margin-left: 0}
  #m_menu .dept2 ul li{margin-right: 0; display: block;}
  #m_menu .dept2 ul li a{padding: 10px 0; display: block; color: #777; background: #ebebeb; font-size: 16px; padding-left: 10px;}
  .m_head{display: block;}
  .dept_bg01{height: 100%; top:0; background:rgba(0, 0, 0, 0.4); z-index: 1; display: none; width: 100%; position: absolute;}
  .dept_bg .gnb_info{display:none;}
  .dept_bg{display: none; position: static; height: auto;opacity: 1;}


  #owl-demo .owl-controls{top:auto; bottom: 20px;}
  .main_txt{bottom: auto; padding: 26px 6% 0; width: 100%; z-index: 0}
  .main_txt > div h2{font-size: 44px;}
  .main_brand{margin-top: 250px;}
  .main_brand.contain{padding: 0}
  .main_brand .brand_product ul div:nth-child(2) li, .main_brand .brand_product ul div:nth-child(5) li{ border: 1px solid #ddd; border-bottom: 0}
  .main_brand .brand_product ul div:nth-child(4) li, .main_brand .brand_product ul div:nth-child(5) li, .main_brand .brand_product ul div:nth-child(6) li{border-top: 1px solid #ddd;}
  .main_brand .brand_product ul li{width: 100%; border-bottom: 0}
  .main_brand .brand_product ul div:last-child li{border-bottom: 1px solid #ddd;}
  .main_best{padding: 0 6%;}
  .main_company{background-size: cover;}
  .main_company .com_txt p.br{letter-spacing: -0.1px;}
  .main_brand .brand_product ul li div span.pro_logo03{top:65px;}
  .main_brand .brand_product ul li div span.pro_logo04{top:55px;}
  .main_brand .brand_product ul li div span.pro_logo06{top:65px;}


  #ftH > div{text-align: center; padding: 35px 6%;}
  #ftH div.contain > div{display: block;}
  #ftH div.contain div#ft_copy{padding: 0}
  #ftH div.contain #ft_copy .ft_info ul li:nth-child(1){display: block;}
  #ftH div.contain #ft_copy .ft_info ul li:nth-child(2){display: block;}
  #ftH div.contain #ft_copy .ft_info ul li:nth-child(3){padding-right: 10px;}
  #ftH div.contain #ft_copy .ft_info ul li::after{display: none;}
  #ftH div.contain #ft_company span{display: block;}

  .contact_pop{width: 88%; padding: 63px 6% 20px;margin: 0 6%; left: 0; transform: none; top:10px;}
  .contact_pop h3{font-size: 25px; padding-bottom: 10px;}
  .contact_pop > span.close_pp{right:6%;}
  .contact_text table tr td {padding-bottom: 7px;}
  .contact_text table tr th{font-size: 16px;}
  .contact_text table tr td .frm_input{height: 30px;}
  .contact_text table tr td textarea{height: 100px !important;}
  .pop_btn{margin-top: 0}
  .pop_btn input{width:100%; padding: 5px 0; font-size: 16px;}

  .about{margin: 60px auto 65px;}
  .about .about01 > span{display: block; margin: 50px auto 30px;}
  .about .about02 ul li{width: 100%; margin-bottom: 30px;}
  .about .about03{padding: 47px 6% 70px;}
  .about .about03 p{display: inline;}
  .sub_tit h2.m_board{padding: 20px 0 20px;}

  .sub_tit h2{padding: 20px auto 20px;}
  .sub_tab ul{display: none;}
  .sub_tab select {
    background: #fff url('/img/home/select.png')no-repeat right 30px center;
    border: 0;
    border-bottom: 1px solid #35aaeb;
    color: #35aaeb;
    width: 100%;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif !important;
    padding: 12px 0 7px;
    display: block;
  }
  .sub_p{display: inline;}
  .circle_03 ul li{width: 100%; margin-bottom: 30px;}
  .circle_03 ul li:last-child{margin-bottom: 0;}
  .circle_02{margin: 70px 6% 60px;}
  .circle_02 ul li{width: 100%; margin-bottom: 30px;}
  .circle_02 ul li:last-child{margin-bottom: 0;}
  .circle{padding: 0;}
  .circle_02 .circle{padding: 0}
  /* .circle p{text-align: center;} */
  .circle p.mt{margin-top: 20px;}
  .sb_tt{font-size: 20px;}
  .circle h3{font-size: 20px;}
  .circle h3 span.br{display: block;}
  .tec02 .cont_tit {line-height: 1.2; font-size: 20px;letter-spacing: 0.9px;}
  .tec03 .contain{padding: 0}
  .box01{padding: 30px 6%;}

  .m_slide_info{display: block; background: url('/img/home/m_slide_info.jpg')no-repeat center; height: 15px; margin: 20px 0 0;}
  .patent_img {overflow-x: auto;}
  .patent_img ul{width: 1128px;}
  .patent_img ul li{width: 282px}
  .patent_img ul li > div {margin: 0 auto;}
  .pristeen_bg{ margin-bottom: 185px; height: 220px; background-size: cover !important;}
  .pristeen_bg::after{bottom: -190px;}
  .pristeen_bg.pristeen_bg01{}
  .pristeen_bg > div{left: 0; margin-left: 0;top: 220px;width: 100%; bottom: auto;}

  .pristeen_content .pr_text{ padding: 46px 6% 75px;}
  .pristeen_content .pr_img ul > li{width: 100%;}
  .pristeen_content .pr_img ul > li img{max-width: 100%;}
  .pristeen_content .pr_img .pr_bgimg p{margin-top: -40px; }
  .pristeen_content .pr_inter > ul > div li.contain{padding: 0}
  .pristeen_content .pr_inter .pr_left{width: 88%;border-right: 0; margin:0 6% 20px;}
  .pristeen_content .pr_inter .pr_right{width: 100%; margin-left: 0; text-align: left; height: auto;}
  .pristeen_content .pr_inter .pr_right div {
    position: static;
    top: auto;
    transform: none;
  }

  .list_cont ul li{width: 100%;float: none;}
  .product_list .list_txt{float: none; position: static;margin-top: 20px;}
  .product_list .list_img{float: none;}
  .f_contact p{display: inline;}

  .marketing .market_img{display: none;}
  .marketing .market_txt{float: none; padding-left: 0}
  .marketing.contain{padding: 0; margin-top:0;}
  .marketing .market_txt{padding-top: 50px;}
  .marketing .market_txt .market_bg{background-size: contain; width: 88%; margin:0 6% 40px;}
  .marketing .market_txt .mk_link p span{display: block;}
  .marketing .market_txt .market_bg img{padding-top: 82px;}

  .product_list .list_img a{text-align: center}

  /*제품 상세보기 */
  .product_info{margin: 30px 0 0;}
  .product_info .info_img {width: 100%; margin-right: 0; float: none;}
  .product_info .info_text{width: 100%;float: none;margin-top: 30px; text-align: center;}
  .product_middle h2{line-height: 1.3;}
  .product_info .info_text .info_btn{text-align: left;}
  .product_info .info_text .info_btn a{display: block;width: 100%;}
  .product_unit .contain{width: 100%; padding: 0}
  .product_unit ul li:nth-child(3n-1){margin: 0 0 30px;}
  .product_unit ul li{width: 100%;}
  .product_unit ul li div.unit_txt{ margin: 26px 20px;}
  .pro_use .use_txt{padding: 40px 20px 40px;}
  /* br 태그 숨김 */
  .br_remove br{display: none;}

  .product_info .info_text .info_pro{padding: 32px 6%;}
  .product_info .info_text .info_pro p{line-height: 1.5}
  .product_info .info_text .info_pro p span.shpp_link{display: inline-block;}

  .product_unit ul li div.unit_txt h3{text-align: center;}
  .product_unit ul li div.unit_txt p{text-align: center}
  .product_unit ul li div.unit_txt h3 span.unit_en{display: block; margin-left: 0}
  .f_contact > div.contain{overflow: hidden;}
  .f_contact div.f_contact_right{float: none;}
  .f_contact div.f_contact_left{float: none; margin-bottom: 30px;}
  .zh_CN .circle_02 .circle{padding: 0}
  .zh_CN .about .about03 p span br {display: none;}
  .zh_CN p.p_st span br{display: none;}
  /*contact_us*/
  .map iframe{height:320px !important}
  .contact_nat .nat_tit input{bottom: 48px;}
  .contact_nat .nat_tit h3{margin-top: 10px;}
  .contact_nat ul li span{float: none; width: 100%; display: block; padding-left: 15px;}
  .contact_nat ul li div{float: none; width: 100%; padding-left: 15px;}

  #ftH div.contain div#ft_copy{text-align: center;}
  #owl-demo .item > div{height: 460px;}

  #top_btn01{display: none;}

  .vi_01 {
    width: 88%;
    top:95px;
  }
  .vi_01 p{padding: 10px 15px 10px;}
  /* .vi_01 p.titillium{padding: 16px 0 20px;} */
  .vi_01 h2{font-size: 27px; }

  .vi_03{
    width: 88%;
    right: auto;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vi_03 p{font-size: 14px; letter-spacing: -0.2px;}
  .vi_03 p.nanummyeongjo{font-size: 15px; letter-spacing: 2.7px;}
  .vi_03 h2{font-size: 35px; letter-spacing: -1.7px;}
  #owl-demo .owl-dots{top:-45px;}
  .vi_02{top:40px;}
  .vi_02 h2{font-size: 52px;}
  .item_txt p{line-height: 1.2; margin-bottom: 10px;}
  .main_ban{z-index: 0}
  .pristeen_content .pr_inter .pr_right div{margin-right: 0;}
  .br3{display: inline;}
  /* 임시페이지 */
  .ci{margin: 60px 0 80px;}
  .ci .top{width: 100%;}
  .ci .top div{padding-left: 0; background: 0;}
  .ci .top div h3{font-size: 43px; text-align: center;margin-bottom: 7px;}
  .ci .top div p{text-align: center; font-size: 18px; text-align: center}
  .ci .bottom{width: 100%; padding:30px 20px;}
  .ci .bottom h3{font-size: 22px;letter-spacing: -1.1px;}
  .ci .bottom p{font-size: 18px;}

  .info_popup{width: 100%;}
  .info_popup.info_fe{width:100%;}
  p.cc{padding-left: 0;}
  .pro_use .use_txt p b{font-weight: 300;margin-left: 0;}

  .reg{width:88%; height: auto; top:30px;}

  .sub_tab1{display:none;}
  .mo_select{display:block;}

  /* ci 페이지 */

  .ci1 .ci_top > h3{line-height: 1}
  .ci1 .ci_top > p{ word-break: keep-all;padding-top: 10px; font-size: 29px;}
  .bt > h3{line-height: 1.4;}
  .bt > p{word-break: keep-all; margin-top: 12px;}
  .ci_img{overflow: auto;}
  .ci_bt p {word-break: keep-all;}
  .zh_CN .ci_bt p {word-break: break-word;}
  .zh_CN .about .about03 > div{padding:0;}
  .en .about .about03 > div{padding:0;}
  .zh_CN .pristeen_content .pr_text p{width:100%;}
  .en .pristeen_content .pr_text p{width:100%;}
}
/* Mobile Device 1*/
@media all and (max-width:480px) {
  .pristeen_content .pr_inter .pr_left{width: 100%; margin: 0 0 20px}
  .main_best.product_best .tit_txt h2{font-size: 27px;}
  .maket_tit{font-size: 40px; padding-top: 90px;}
  .zh_CN .maket_tit{font-size: 55px;}
  .ci1 .ci_top > h3 img{width: 100%;}
  .vi_01 p.titillium{padding: 35px 0 20px;}
}

@media all and (max-width:350px) {
  #logoH {width: 88%;}
  #logoH img{max-width: 100%;}
  .toggle{margin-top: 3px;}

}
