@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800&display=swap');
@import url('default.css');
@import url('aos.css');
@import url('swiper.min.css');
@import url('fullpage.css');

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(../fonts/NotoSansKR-Thin-Hestia.eot),
    url(../fonts/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Thin-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 200;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
    url(../fonts/NotoSansKR-Light-Hestia.eot),
    url(../fonts/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(../fonts/NotoSansKR-DemiLight-Hestia.eot),
    url(../fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(../fonts/NotoSansKR-Regular-Hestia.eot),
    url(../fonts/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 600;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(../fonts/NotoSansKR-Medium-Hestia.eot),
    url(../fonts/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(../fonts/NotoSansKR-Bold-Hestia.eot),
    url(../fonts/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'noto';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
    url(../fonts/NotoSansKR-Black-Hestia.eot),
    url(../fonts/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Black-Hestia.woff) format('woff'),
    url(../fonts/NotoSansKR-Black-Hestia.otf) format('opentype');
}

@font-face{
  font-family: 'nq';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NanumSquareL.eot'); 
  src: local('※'), url('../fonts/NanumSquareL.woff') format('woff'), url('../fonts/NanumSquareL.ttf') format('truetype'); 
}  
@font-face{
  font-family: 'nq';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/NanumSquareR.eot'); 
  src: local('※'), url('../fonts/NanumSquareR.woff') format('woff'), url('../fonts/NanumSquareR.ttf') format('truetype'); 
} 
@font-face{
  font-family: 'nq';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NanumSquareB.eot'); 
  src: local('※'), url('../fonts/NanumSquareB.woff') format('woff'), url('../fonts/NanumSquareB.ttf') format('truetype'); 
} 
@font-face{
  font-family: 'nq';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NanumSquareEB.eot'); 
  src: local('※'), url('../fonts/NanumSquareEB.woff') format('woff'), url('../fonts/NanumSquareEB.ttf') format('truetype'); 
} 

/**************************************************************************************************************
	공통
**************************************************************************************************************/
.m0 { margin:0  !important }
.mb0 { margin-bottom:0 !important }
.mb2 { margin-bottom:2px !important }
.mb4 { margin-bottom:4px !important }
.mb5 { margin-bottom:5px !important }
.mb6 { margin-bottom:6px !important }
.mb10 { margin-bottom:10px !important }
.mb15 { margin-bottom:15px !important }
.mb20 { margin-bottom:20px !important }
.mb25 { margin-bottom:25px !important }
.mb30 { margin-bottom:30px !important }
.mb35 { margin-bottom:35px !important }
.mb40 { margin-bottom:40px !important }
.mb45 { margin-bottom:45px !important }
.mb50 { margin-bottom:50px !important }
.mb55 { margin-bottom:55px !important }
.mb60 { margin-bottom:60px !important }
.mb70 { margin-bottom:70px !important }
.mb80 { margin-bottom:80px !important }
.mb90 { margin-bottom:90px !important }
.mb110 { margin-bottom:110px !important }
.mb140 { margin-bottom:140px !important }
.pd0 { padding:0 !important }
.mbr10 { margin-right:10px }
.pdl50 { padding-left:50px !important }
.pdtop90 { padding-top:90px }
.pdtop50 { padding-top:50px }
.pdtop20 { padding-top:20px }
.none-bor { border:0 !important }
.text-center { text-align:center !important }
.text-left { text-align:left !important }
.text-right { text-align:right !important }
.f12 { font-size:12px !important; line-height: 1.4em; }
.f16 { font-size:16px !important; line-height: 1.4em; }
.f17 { font-size:17px !important; line-height: 1.4em; }
.f18 { font-size:18px !important; line-height: 1.4em; }
.f19 { font-size:19px !important; line-height: 1.4em; }
.f20 { font-size:20px !important; line-height: 1.4em; }
.f24 { font-size:24px !important; line-height: 1.4em; }
.f25 { font-size:25px !important; line-height: 1.4em; }
.f29 { font-size:29px !important; line-height: 1.4em; }
.f31 { font-size:31px !important; line-height: 1.4em; }
.f34 { font-size:34px !important; line-height: 1.4em; }

.lh34 { line-height: 34px !important; }
.lh44 { line-height: 44px !important; }
.clear:after { display: block; content: ''; clear: both; }
.fl { float:left; }
.fr { float:right; }

/***********************************************************************************
	Common
************************************************************************************/

html,body,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,ul,ol,li,dl,dt,dd,table,caption,tbody,tfoot,thead,tr,th,td,fieldset,fo7m,label,legend,input,button,textarea,select{margin:0;padding:0}
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block;margin:0;padding:0}
legend{display:block;overflow:hidden;position:absolute;width:1px;height:1px;font-size:1px;line-height:0;text-indent:-999em;white-space:nowrap; }
fieldset,img,table,caption,tbody,tfoot,thead,tr,th,td,button,hr{border:0 none}
img{vertical-align:middle}
body li{*vertical-align:top}
ul li{list-style:none; padding:0; margin:0;}
table{border-collapse:collapse}
caption{visibility:hidden;overflow:hidden;width:0;height:0;font-size:0;line-height:0;}
button{overflow:visible;border:0 none;cursor:pointer}
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner {padding: 0;border: 0 none}
a { text-decoration:none; color:#404040;  }
address,
em { font-style:normal }
body,input,select,textarea,button,h1,h2,h3,h4,h5,h6 { font-family:'noto', sans-serif; font-size:13px; color: #000;}
body,textarea,input,select { font-family:'noto', sans-serif; font-size:13px; color: #000; text-decoration: none; } 
textarea,.inp,select { border:0; outline:none; border-radius:0; resize:none; box-shadow:none; -webkit-appearance:none; appearance:none; font-weight: normal;}
a:hover { text-decoration: none;}
body { -webkit-text-size-adjust: none; background:none; }
form { padding: 0; margin: 0; }
* {box-sizing: border-box; -webkit-box-sizing:border-box;}
ul:after { display: block; content: ''; clear: both; }
::-ms-clear { display: none;}
select::-ms-expand { display:none; }
.inner { max-width:1230px; margin: 0 auto; padding:0 15px; }

/* Form */
.select { height: 40px; border: 1px solid #ccc; padding:0 30px 0 10px; font-size:17px; color: #444; background: #fff url(../img/common/bu_select.png) no-repeat 100% 50%; background-position:right 12px center; }

.inp { vertical-align:middle; padding:0 0 0 15px; height:40px; background:#fff; border:1px solid #cccccc; font-size:17px; color:#444; }
#wr_content { padding:15px 10px; height:300px; background:#fff; border:1px solid #ccc; font-size:17px; line-height:1.6; color:#444; border-radius:0;box-shadow:none; }
.w100 { width:100%; }
.btn { display:inline-block; vertical-align:middle; border:0; min-width:150px; height:45px; line-height:43px; border-radius:8px;  background:#249fda;  font-size:18px; color:#fff;  text-align:center;}
.btn-type1 { display:inline-block; vertical-align:middle; border:0; min-width:150px; height:45px; line-height:43px; border-radius:8px;  background:#249fda;  font-size:18px; color:#fff;  text-align:center;}
.btn-type2 { display:inline-block; vertical-align:middle; border:0; min-width:150px; height:45px; line-height:43px; border-radius:8px;  background:#cccccc;  font-size:18px; color:#fff;  text-align:center;}
#bo_sch .inp { height:50px; border:0; border-bottom:1px solid #249fda; width:280px; }
#bo_sch .inp:focus { box-shadow:none; border:0 !important; border-bottom:1px solid #249fda !important;outline:none;  }


::-webkit-input-placeholder { color: #888;}
:-moz-placeholder { color: #888;}
:-ms-input-placeholder {  color: #888;}
:-moz-placeholder {  color: #888;}

a,a:active,a:visited { text-decoration:none !important; }
p,div { word-break:keep-all; }
img { max-width:100%; }



/*********************************************************************************************************************************************************************
	Common
*********************************************************************************************************************************************************************/
#s-header { position: fixed; left: 0; right:0; top:0; height:104px; z-index:4000; font-family: 'nq'; }
.main #s-header { position: fixed; }
#s-header .bg-menu { position: absolute; left: 0; right:0; top:103px; height:200px; display:none; background: #f1f1f2; }
/*#s-header .bg-menu { position: absolute; left: 0; right:0; top:103px; height:200px; display:none; background: rgba(255,255,255,0.9); }*/
#s-header .header-inner { padding:0 15px; margin:0 auto; position: relative; }
#s-header h1 { position: absolute; left: 55px; top:29px; }
#s-header h1 a { display: block; background: url(../img/common/logo.png) no-repeat 0 0; width:225px; height:44px; text-indent: -9999px;}
#s-header .etc { position: absolute; right:100px; top: 31px; }
#s-header .etc .btn-link { float:left;  font-size:13px; color: #000000; font-family: 'Dinreg', arial; line-height: 8px; margin-top:18px; }
#s-header .etc .btn-link + .btn-link { margin-left: 20px; padding-left: 21px; position: relative;}
#s-header .etc .btn-link + .btn-link:before { content: ''; position: absolute; left: 0; top:0; width:1px; height: 8px; background: #a3a3a3; }
#s-header .etc .lang { float:left; padding:5px 5px 0;   }
#s-header .etc .lang a { display: inline-block; vertical-align: middle; line-height: 29px; font-size:15px; color: #fff; padding:0 10px; font-weight: 600; font-family: 'noto'; }
#s-header .etc .lang a.active { color: #249fda; }
#s-header .etc .btn-srch { float:left; background: url(../img/common/ico_search.png) no-repeat 0 0 ; width:30px; height: 33px; margin:0 23px;}
#s-header .etc .btn-all { float:left; font-size:0; margin-top:5px;text-align: right;}
#s-header .etc .btn-all span { display:block; height:3px; background: #000; width:36px; }
#s-header .etc .btn-all span:nth-child(2) { width:30px; margin:10px 0 10px 6px; }
#s-gnb{  margin:0 290px 0 350px; } 
#s-gnb > ul:after { display: block; content: ''; clear: both; }
#s-gnb > ul > li {float:left; position: relative; padding-right:80px;  }
#s-gnb .btn-dep1 { display: block; height:104px; line-height: 103px; font-size:21px; color: #fff; padding: 0; position: relative ;font-family: 'nq', sans-serif; font-weight:600;}
#s-gnb .btn-dep1 a.hover { color: #249fda; }


/*
#s-gnb .btn-dep1:before { content:''; position: absolute; left: 0; right:0; bottom:0; height:0; background: #00514b; opacity:0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
#s-gnb > ul > li:hover .btn-dep1 { color:#ed1c24 !important}
#s-gnb .dep2 { display: none; position: absolute; left: 0; right:0; top:103px; height: 200px;  z-index:10;  padding-top:9px; }
#s-gnb .btn-dep2 { display: block; font-size:16px; line-height: 35px; color: #444444; font-family: 'noto'; font-weight: 300; white-space: nowrap; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;  }
#s-gnb .btn-dep2:hover { color: #ed1c24; font-weight: 700; }
*/


#s-gnb > ul:after { display: block; content: ''; clear: both; }
#s-gnb > ul > li { float:left; padding:0 35px; position: relative; }
#s-gnb .btn-dep1 { display: block; font-size:20px; color: #fff; line-height: 96px; transition:all 0.3s ease; }
#s-gnb .btn-dep2.flip { background-image: url(../img/common/ico_gnb_arr.png); background-repeat:  no-repeat; background-position: right 12px center;}
#s-gnb > ul ul { display: none; position: absolute; left: 0; top:100px; }
#s-gnb > ul ul li { border-bottom: 1px solid #444545; position: relative; width:222px; }
#s-gnb > ul ul li:hover > a { background: rgba(0,0,0,0.95);}
#s-gnb > ul ul a { display: block; font-size:16px; color: #fff; line-height: 41px; padding-left: 20px; background-color: rgba(34,34,34,0.95);transition:all 0.3s ease; }
#s-gnb > ul ul a.line2 { line-height:22px; padding-top:10px; padding-bottom:13px; }
#s-gnb .dep2 { border-top:2px solid #eb2328; left: 35px;  font-family: 'noto'; font-weight: 300; }
#s-gnb .dep3 { position: absolute; left: 222px; top:0;}
#s-gnb > ul > li:hover .dep2 { display: block; }
#s-gnb .dep2 >  li:hover .dep3 { display: block; }
#s-gnb > ul > li.m2 ul li { width:220px;}
#s-gnb .m2 .dep3 { left:220px; }
#s-gnb .m2 .dep3 li { width:220px; }



#s-header { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
#s-header .etc .lang { border-color:#fff; background-image:url(../img/common/bu_arr_lang_main.png);  }
#s-header.sub h1 a { background-image:url(../img/common/logo_on.png) !important; }
#s-gnb .btn-dep1,
#s-header .etc .btn-link,
#s-header .etc .lang .btn-lang,
#s-header .etc .lang ul li a { color:#fff; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
#s-header .etc .btn-all span { background:#fff; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
#s-header.sub { background:#fff; }
#s-header.sub #s-gnb .btn-dep1 { color:#000; }
#s-header.sub .etc .btn-link,
#s-header.sub .etc .lang a { color:#888888; }
#s-header.sub .etc .lang a.active { color: #000; }
#s-header.sub .etc .btn-srch { background-image: url(../img/common/ico_search_on.png); }
#s-header .etc .btn-srch.active { background-image: url(../img/common/ico_search_close.png);}
#s-header.sub .etc .btn-srch.active { background-image: url(../img/common/ico_search_close_blue.png);}
#s-header.sub .etc .btn-all span { background-color:#249fda; }
#s-header.sub { border-bottom: 1px solid #bbb; }

/*.search-box { display: none; position: fixed; left: 0; right:0; top:104px; padding: 55px 20px; text-align: center;   z-index:100;background: rgba(255,255,255,0.85); }*/
.search-box { display: none; position: fixed; left: 0; right:0; top:104px; padding: 55px 20px; text-align: center;   z-index:100;background: #f1f1f2; }
.search-box .in { max-width:578px; margin: 0 auto; }
.search-box .in .inp-box { position: relative; padding-right:80px; border-bottom: 2px solid #249fda; }
.search-box .in .inp-box .inp-srch { width:100%; height: 90px; border: 0; background: none;  font-size:25px; font-family: 'nq'; color: #222; max-width:100%; }
.search-box .in .inp-box .btn-srch { position: absolute; right:0; top:10px; width:70px; height: 70px; border-radius:100%; background: #249fda url(../img/common/ico_search.png) no-repeat 50% 50%;}



.all-menu { display: none;position:fixed; left:0; right:0; bottom:0; top:0; background:url(../img/common/bg_menu_all.jpg) no-repeat 50% 50% ; z-index:5000; background-size:cover; } 
.all-menu .head { max-width:1730px; padding:0 15px; margin:0 auto; position:relative; }
.all-menu .head .logo { position: absolute; left: 15px; top:42px; }
.all-menu .head .logo a { display: none; background: url(../img/common/logo_main.png) no-repeat 0 0; width:275px; height:69px; text-indent: -9999px;}
.all-menu .head .btn-close { position:absolute; right:15px; top:49px; background: url(../img/common/btn_all_close.png) no-repeat 50% 50%; border: 1px solid #fff; width:90px; height:90px; }
.all-menu .body { height:100%; padding-top:110px; }
.all-menu .body .menu {  padding:0 15px; position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); max-width:1100px; margin: 0 auto; }
.all-menu .body .menu > ul { display:table; width:100%;}
.all-menu .body .menu > ul > li { display:table-cell; width:20%; vertical-align:top; }
.all-menu .body .menu .btn-dep1 {display:block; font-size:30px; color:#fff; font-weight:600; padding-bottom:20px; margin-bottom:60px; font-weight:400; position:relative; }
.all-menu .body .menu .btn-dep1:before { content:''; position:absolute; left:0; bottom:0; width:62px; height:3px; background:#ed1c24; }
.all-menu .body .menu .dep2 .btn-dep2 { display:block; font-size:16px; line-height:2.2; color:#fff;  font-weight:300; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;  white-space:nowrap; }
.all-menu .body .menu .dep2 .btn-dep2.line2 { line-height:1.4; }
.all-menu .body .menu .dep2 .btn-dep2:hover { color:#ed1c24; }
.all-menu .body .menu .dep3 { padding-left: 10px; padding-bottom: 10px; }
.all-menu .body .menu .dep3 .btn-dep3 { font-size:16px; color: #888888; line-height:1.5;  font-weight:300; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;  white-space:nowrap; }
.all-menu .body .menu .dep3 .btn-dep3:hover { color: #fff; }


.m-gnb { display: none; position: fixed; left: 0; right:0; top:0; bottom:0; background: #000; z-index:3200; padding-bottom: 50px; }
.m-gnb .btn-close { position: absolute; right:20px; top:20px; width:45px; height: 45px; border: 1px solid rgba(255,255,255,0.6); background: url(../img/common/btn_all_close.png) no-repeat 50% 50%; background-size:20px auto; z-index:2; }
.m-gnb .langs { position: absolute; right:0; left:0; bottom:25px; text-align: center; }
.m-gnb .langs a { display: inline-block; vertical-align: middle; font-size:13px; color: rgba(255,255,255,1); margin:0 10px;}
.m-gnb .scroll { overflow: auto; text-align: center; position: absolute; left: 0; right:0; bottom:0; top:0; display: flex; justify-content: center; align-items: center; padding:20px 0;}
.m-gnb .scroll > ul > li { margin-bottom:10px;}
.m-gnb .dep2 { display: none; padding-top:10px;}
.m-gnb .dep3 { display: none;}
.m-gnb .btn-dep1 { display: block; font-size:20px;color: #fff;  }
.m-gnb .btn-dep2 { display: block; font-size:14px;color: #fff; opacity:0.7; line-height: 1.5; }
.m-gnb .btn-dep3 { display: block; font-size:12px;color: #fff; opacity:0.5; line-height: 1.5; }




/*********************************************************************************************************************************************************************
	Main
*********************************************************************************************************************************************************************/
.hidden { overflow: hidden; } /* 애니메이션 하단 잘리는 효과 적용 */

body,html { height: 100%; }


.visual { height: 100%; position:relative; }
.visual .bx-wrapper,
.bx-viewport,
.slider-box,
.slider-box .bx-viewport{ height: 100% !important; }
.visual .article { height: 100vh; position: relative; overflow: hidden;}
.visual .article .img { position: absolute; left: 0; right:0; top:0; bottom:0; background-size:cover;  transform:scale(1.3); -webkit-transform:scale(1.3); transition: transform 3000ms ease-in-out; -webkit-transition: transform 3000ms ease-in-out;-ms-transition: transform 3000ms ease-in-out }
.visual .article.article0 .img { background-image:url(../img/main/visual0.jpg)}
.visual .article.article1 .img { background-image:url(../img/main/visual1.jpg)}
.visual .article.article2 .img { background-image:url(../img/main/visual2.jpg)}
.visual .article.article3 .img { background-image:url(../img/main/visual3.jpg)}
.visual .article.article4 .img { background-image:url(../img/main/visual4.jpg)}
.visual .article.article5 .img { background-image:url(../img/main/visual5.jpg)}

.visual .article .txt-box { position:absolute; left:0; right:0;  top:40%;  transform:translateY(-50%); color: #fff; z-index:100;  font-weight:700;  padding: 0 15px; text-align: center; }
.visual .article .txt-box p { transition: all 1s ease; -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transform:translateY(-50px);-webkit-transform:translateY(-50px); opacity: 0;}
.visual .article .txt-box .t1 { font-size:75px; font-weight: 500; color: #fff; padding-bottom: 10px; position: relative;  }
.visual .article .txt-box .t2 { font-size:25px; color: #fff; font-weight: 300; transition-delay: 0.4s }

.visual .article.active .img { transform: scale(1) rotate(0.01deg); -webkit-transform: scale(1) rotate(0.01deg);}
.visual .article.active .txt-box p { transform: translateY(0); -webkit-transform: translateY(0); opacity:1;}
.visual .bx-controls-direction { }
.visual .bx-controls-direction .bx-prev { position: absolute; left: 10%; top:35%; background: url(../img/main/btn_slider_prev.png) no-repeat 0 0; width:55px; height: 113px; text-indent: -9999px; text-align: left; z-index:1000; }
.visual .bx-controls-direction .bx-next { position: absolute; right: 10%; top:35%; background: url(../img/main/btn_slider_next.png) no-repeat 0 0; width:55px; height: 113px; text-indent: -9999px; text-align: left; z-index:1000;  }

.visual .bx-pager {  position: absolute; left: 0; right:0; top:60%; text-align: center; z-index:3000; }
.visual .bx-pager div { display: inline-block; vertical-align: middle; margin:0 4px; }
.visual .bx-pager div a { display: block; width:13px; height: 13px; background: #fff; border-radius:13px; text-align: left; text-indent: -9999px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; box-sizing: border-box;}
.visual .bx-pager div a.active { width:52px;  background: #ed1c24;}
.visual .desc-box { position: absolute;left: 0; right:0; bottom:0; }
.visual .desc-box .in { max-width:1200px; margin: 0 auto; display: flex; align-items: center; position: relative; background: #249fda; border-radius:15px 15px 0 0; height: 140px; padding:0 70px;  }
.visual .desc-box .in .box { position: relative;}
.visual .desc-box .in .t1 { width:100%; font-size:17px;  font-weight:200; line-height: 1.5; color: #fff; transition: all 0.5s ease; transform: translateY(15px);  opacity:0; }
.visual .desc-box .in .logo { position: absolute; left: 0; top:-85px; transition: all 0.5s ease; transition-delay: 0.3s; opacity:0; width:20%; }

.visual .article.article1 .desc-box .in .logo { left: 10%; }
.visual .article.article2 .desc-box .in .logo { left: 30%; }
.visual .article.article3 .desc-box .in .logo { left: 50%; }
.visual .article.article5 .desc-box .in .logo { left: 65%; }
.visual .article.article4 .desc-box .in .logo { left: 80%; }
.visual .article.active .desc-box .in .t1 { transform: translateY(0); opacity:1;  }
.visual .article.active .desc-box .in .logo { top:-100px; opacity:1; }
.visual .bar { position:absolute; left:0; bottom:0; height:3px; background:#ed1c24; z-index:2000; width:0;  }


.main2 { padding: 105px 0 160px; background: #f6f6f6 url(../img/main/bg1.png) no-repeat 0 0; text-align: center; }
.main2 .tit { font-size:60px; color: #000; font-weight: 600; font-family: 'nq'; margin-bottom: 35px; line-height: 1.3; text-transform: uppercase; }
.main2 .tit span { color: #ed1c24; }
.main2 .desc { font-size:18px; line-height: 1.6; color: #000; margin-bottom: 90px; }
.main2 ul { overflow: hidden; }
.main2 ul li { float:left; width:25%; padding:0 20px; }
.main2 ul li a { transition: all 0.5s ease; }
.main2 ul li dl dt strong { display: block; font-size:20px;  font-family: 'nq'; font-weight: 700; margin: 35px 0; line-height:25px; height:50px; }
.main2 ul li dl dd { font-size:16px; color: #555555; line-height: 1.5; transition: all 0.5s ease; }
.main2 ul li a:hover { color: #249fda; }
.main2 ul li a:hover dl dd { color: #249fda; }

.foot1 { padding:10px 0; border-top:1px solid #dddddd; }
.foot1 .slider { padding:0 60px; position: relative; }
.foot1 .slider .swiper-slide { text-align: center; }
.foot1 .slider .swiper-button-prev { left: 0; top:10px; margin: 0; width:60px; height: 60px; border: 1px solid #dddddd; background: url(../img/common/ico_foot_next.png) no-repeat 50% 50%; transform: rotate(180deg); transition: all 0.5s ease;}
.foot1 .slider .swiper-button-next { right: 0; top:10px; margin: 0; width:60px; height: 60px; border: 1px solid #dddddd; background: url(../img/common/ico_foot_next.png) no-repeat 50% 50%;  transition: all 0.5s ease;}
.foot1 .slider .swiper-button-prev:hover,
.foot1 .slider .swiper-button-next:hover { background-color:#249fda; border-color:#249fda; background-image: url(../img/common/ico_foot_next_white.png); }
.s-footer {  background: #454545;  }
.s-footer .foot2 { line-height: 76px; height: 76px; }
.s-footer .foot2 .inner { position: relative;}
.s-footer .foot2 .call { font-size:25px; font-family: 'nq'; font-weight: 600; color: #249fda; }
.s-footer .foot2 .call span  + span { margin-left: 10px; }
.s-footer .foot2 .btn-info { position:absolute; right:100px; top:0; font-size:25px; color:#249fda; font-weight:600; font-family: 'nq'; }
.s-footer .foot2 .btn-top{ position: absolute; right:15px; top:8px; width:60px; height: 60px; background: #249fda url(../img/common/ico_top.png) no-repeat 50% 50%; }
.s-footer .foot3 { padding:24px 0 25px; border-top:1px solid #666666; }
.s-footer .foot3 .inner {position: relative;}
.s-footer .foot3 .info { }
.s-footer .foot3 .info dl:after { content: ''; display: block; clear: both; }
.s-footer .foot3 .info dl + dl { margin-top:8px; }
.s-footer .foot3 .info dl { font-size:14px; color: #fff; line-height: 1.5; }
.s-footer .foot3 .info dl dt { float:left; width:130px; color: #999999; font-weight: 500; }
.s-footer .foot3 .info dl dd { overflow: hidden; font-weight: 200;}
.s-footer .foot3 .etc { position: absolute; right:15px; top:0; }
.s-footer .foot3 .etc a { font-size:14px; color: #999999; margin-left: 40px; }
.copyright { padding:10px 0 55px; font-size:13px; font-weight: 300; color: #666666; }
.copyright span { color: #cc121f; }



/*********************************************************************************************************************************************************************
	Sub
*********************************************************************************************************************************************************************/
.sub-head {  height:405px; background: url(../img/sub2/bg_head.jpg) no-repeat 50% 50%; background-size:auto 100%; position: relative; margin-bottom: 90px; background-size:cover; z-index:2; }
.sub-head.sub1 { background-image: url(../img/sub1/bg_head.jpg); }
.sub-head.sub2 { background-image: url(../img/sub2/bg_head.jpg); }
.sub-head.sub3 { background-image: url(../img/sub3/bg_head.jpg); }
.sub-head.sub4 { background-image: url(../img/sub4/bg_head.jpg); }
.sub-head.sub5 { background-image: url(../img/sub5/bg_head.jpg); }
.sub-head.sub6 { background-image: url(../img/sub5/bg_head.jpg); }
.sub-head.sub7 { background-image: url(../img/sub7/bg_head.jpg); }

.sub-head .inner { height: 100%; }
.sub-head .tb { display: table; width:100%; height: 100%; }
.sub-head .tb div { display: table-cell; vertical-align: middle; text-align: left;  }
.sub-head .tb div .t1 { font-size:55px; color: #fff; font-family: 'nq'; font-weight: 600; text-transform: uppercase; text-shadow:0 0 20px rgba(0,0,0,0.5); }
.sub-head .submenu { position: absolute; left: 50%; bottom:0; width:1200px; margin-left: -600px; height:60px; background: #249fda; border-radius: 20px 20px 0 0; }
.sub-head .submenu .btn-home { float:left; width:75px; height: 60px; background: url(../img/common/ico_home.png) no-repeat 50% 50%; }
.sub-head .submenu .menu { float:left; position: relative;}
.sub-head .submenu .menu .btn-dep1 { display: block; height:60px; line-height: 59px; padding-left:28px; width:300px; position: relative; border-left: 1px solid #7cc5e9; font-size:18px; color: #fff;  }
.sub-head .submenu .menu .btn-dep1:before { content: ''; position: absolute; right:0; top:0; width:60px; height: 60px; background: url(../img/common/bu_path.png) no-repeat 50% 50%; transition: all 0.3s ease; }
.sub-head .submenu .menu .btn-dep1.active:before { transform: rotate(180deg);}
.sub-head .submenu .menu .dep2 { display: none; position: absolute;left: 0; right:0; top:60px; background: #fff; border: 1px solid #cccccc; }
.sub-head .submenu .menu .dep2 ul { padding:10px 0;}
.sub-head .submenu .menu .dep2 ul li a { display: block; font-size:17px; line-height: 38px; color: #333333; padding-left: 25px; transition: all 0.3s ease; }
.sub-head .submenu .menu .dep2 ul li a.line2 { line-height:20px; padding-top:9px; padding-bottom:9px;}
.sub-head .submenu .menu .dep2 ul li.active a,
.sub-head .submenu .menu .dep2 ul li a:hover{ background: #249fda; color:#fff; }
.sub-head .submenu .menu:last-child { border-right:1px solid #7cc5e9;}

#s-container { max-width:1230px; margin:0 auto; padding:0 15px 200px; }




/************************************************************************************************************************ 
	Sub
*************************************************************************************************************************/
.h2 { text-align: center; font-size:40px; font-family: 'nq'; margin-bottom: 70px; position: relative; padding-bottom: 30px; line-height: 1; font-weight: 400;}
.h2:before { content: ''; position: absolute;left: 50%; bottom:0; width:76px; height: 4px; margin-left: -38px;background: #e60013; }
.h3 { text-align: center; font-size:40px; font-family: 'nq'; margin-bottom: 45px;  font-weight: 700; }
.h3 span { color: #e60013; }
.h3 em { font-weight: 200; }
.h4 {  font-size:30px; font-family: 'nq'; margin-bottom: 22px;  font-weight: 700; }

.text1 { font-size:16px; line-height: 1.5; color: #555; margin-bottom: 40px; font-weight: 300; }

/************************************************************************************************************************ 
	1.Company
*************************************************************************************************************************/
.sub1-1 { }
.sub1-1 { display: flex; justify-content: space-between; }
.sub1-1 > div { width:50%; }
.sub1-1 .img { padding-right:30px; }
.sub1-1 .img img { box-shadow:10px 10px 18px rgba(0,0,0,0.44); }
.sub1-1 .intro {}
.sub1-1 .intro .t1 { font-size:19px; margin-bottom: 10px; font-weight: 200;}
.sub1-1 .intro .t2 { font-size:30px; line-height: 1.3; color: #ed1c24; font-weight: 500; margin-bottom: 45px; }
.sub1-1 .intro .t3 { font-size:16px; line-height: 1.6; color: #555555; font-weight: 300; }
.sub1-1 .intro .t3 strong { display: block; font-size:18px; color: #000; font-weight: 600; }
.sub1-1 .intro .ceo strong { font-size:20px; font-weight: 600; margin-right:30px; }

.sub1-2 { }
.sub1-2 .img { }
.sub1-2 .img img { width:100%;  }
.sub1-2 .history { padding-left: 50%; position: relative; padding-top:50px; padding-bottom: 200px; }
.sub1-2 .history:after { content: ''; position: absolute;left: 50%; top:0; bottom:0; width:1px; background: #cccccc; }
.sub1-2 .history .comment { position: absolute;left: 0; top:0; font-size:30px; line-height: 1.55; font-weight: 200; font-family: 'nq';  padding:50px 0 0 20px; }
.sub1-2 .history .comment strong { color: #e60013; }
.sub1-2 .history .year { padding-left: 60px; position: relative; font-size:40px; font-family: 'nq'; font-weight: 700; z-index:2; margin-bottom: 25px;  }
.sub1-2 .history .year:after { content: ''; position: absolute;left: 0; top:50%; width:50px; height: 1px; background: #e60013; }
.sub1-2 .history .year:before { content: ''; position: absolute;left: -5px; top:50%; width:11px; height: 11px; border-radius:100%; background: #e60013; margin-top:-5px;}
.sub1-2 .history dl { padding-left: 60px; overflow: hidden; font-size:16px; line-height: 1.4; }
.sub1-2 .history dl dt { font-size:18px; font-family: 'nq'; color: #000; float:left; width:140px; font-weight: 600; }
.sub1-2 .history dl dd { overflow: hidden; font-weight: 300; color: #555555; }
.sub1-2 .history dl + dl { margin-top:20px; }
.sub1-2 .history dl + .year { margin-top:90px; }

.sub1-3 { text-align: center; }

.sub1-4 {}
.sub1-4 .t1{  text-align: center; font-size:30px; line-height: 1.44; font-weight: normal; font-family: 'nq'; margin-bottom: 65px; }
.sub1-4 .t2 { text-align: center; padding:80px 15px 310px; background: url(../img/sub1/img4.jpg) no-repeat 50% 50%;background-size:cover; color: #fff;  margin-bottom: 85px; }
.sub1-4 .t2 strong { display: block; font-size:40px; font-family: 'nq'; font-weight: 700; margin-bottom: 30px; }
.sub1-4 .t2 p { font-size:17px; font-weight: 200; line-height: 1.4; }
.sub1-4 .value { overflow: hidden; }
.sub1-4 .value dl { float:left; width:25%; text-align: center; }
.sub1-4 .value dl dt strong { display: block; font-size:26px; font-family: 'nq'; font-weight: 600; padding: 55px 0 15px; }
.sub1-4 .value dl dd { font-size:16px; line-height: 1.5; color: #555555; }

.sub1-5 {}
.sub1-5 .desc { text-align: center; font-size:30px; line-height: 1.44; font-weight: normal; font-family: 'nq'; margin-bottom: 65px; }
.sub1-5 .mails { padding: 80px 0 100px 55px; border-bottom: 3px solid #000; background: url(../img/sub1/img5_1.jpg) no-repeat 100% 100%; margin-bottom: 65px; }
.sub1-5 .mails .t1 { font-size:30px; font-family: 'nq'; line-height: 1.35; margin-bottom: 22px; }
.sub1-5 .mails .t1 strong { color:#e60013; }
.sub1-5 .mails .t2 {font-size:16px; line-height: 1.7; color: #555; margin-bottom: 30px; }
.sub1-5 .mails .btns a { display: inline-block; vertical-align: middle; width:208px; height: 50px; line-height: 49px; text-align: center; background: #e60013; font-size:20px; font-family: 'nq'; font-weight: 600; color: #fff; }
.sub1-5 .s-tit { text-align: center; font-size:40px; font-weight: 200; font-family: 'nq';  margin-bottom: 48px; }
.sub1-5 .s-tit strong { color: #e60013; font-weight: 700; }
.sub1-5 .injae:after { display: block; content: ''; clear: both; }
.sub1-5 .injae { margin:0 -15px 90px; }
.sub1-5 .injae > div { float:left; width:33.3333333% ;padding:0 15px; text-align: center; }
.sub1-5 .injae dl dt strong { display: block; font-size:26px; font-family: 'nq'; font-weight:600; padding: 20px 0 10px; }
.sub1-5 .injae dl dd { font-size:16px; color: #555555; font-weight: 300; line-height: 1.5; }
.sub1-5 .step { text-align: center; font-size:0; padding-top:30px; }
.sub1-5 .step > div { display: inline-block; vertical-align: middle; padding-right:130px; position: relative; }
.sub1-5 .step > div:after { content: ''; position: absolute; right:0; top:0; width:130px; height: 170px; background: url(../img/sub1/bu_path.png) no-repeat 50% 50%; }
.sub1-5 .step > div:before { content: ''; display: block; width:170px; height: 170px; margin:0 auto 13px; border-radius:100%; background: #eee url(../img/sub1/ico5_1.png) no-repeat 50% 50%; }
.sub1-5 .step > div strong { font-size:18px; margin-right:10px; }
.sub1-5 .step > div span { font-size:16px; color: #555; }
.sub1-5 .step > div:last-child { padding-right:0;}
.sub1-5 .step > div:last-child:after { display: none; }
.sub1-5 .step > div:last-child:before { background-color:#e60013; background-image:url(../img/sub1/ico5_4.png); }
.sub1-5 .step > div:nth-child(2):before { background-image: url(../img/sub1/ico5_2.png);}
.sub1-5 .step > div:nth-child(3):before { background-image: url(../img/sub1/ico5_3.png);}


/************************************************************************************************************************ 
	2.Artesyn
*************************************************************************************************************************/
.sub-intro { margin-bottom: 60px; display: flex; justify-content: space-between;}
.sub-intro > div {width:50%;}
.sub-intro .info { background: #eee;  }
.sub-intro .info .box { display: flex; height: 100%; align-content: space-between; flex-wrap:wrap; justify-content: center; padding:10px 50px; }
.sub-intro .info .box .head { padding-top:90px; text-align: center;}
.sub-intro .info .box .head .url { padding-top:30px; }
.sub-intro .info .box .head .url a { font-size:20px; font-weight: 600; }
.sub-intro .info .box .body  { width:100%; }
.sub-intro .info .box .body .tit { font-size:20px; font-weight: 700; margin-bottom: 20px; }
.sub-intro .info .box .body .txt { font-size:16px; line-height: 1.8; color: #555; font-weight: 300; padding-bottom: 40px;}
.sub-intro .img { overflow: hidden; }
.sub-intro .img img {max-width:inherit;height: 100% }
.sub-intro.type2 .info .box .head { padding-top:30px; }

.sub-head1 { padding-bottom: 30px; border-bottom: 2px solid #000; display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.sub-head1 .img { flex: 0 0 320px; text-align: center; }
.sub-head1 .info { flex: 1; }
.sub-head1 .info dl dt { font-size:20px; font-weight: 700; margin-bottom: 25px; }
.sub-head1 .info dl dt .big { font-size:25px;}
.sub-head1 .info dl dd {font-size:16px; line-height: 1.5; letter-spacing: -0.5px; }

.sub-head2 { padding-bottom: 30px; border-bottom: 2px solid #000; display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.sub-head2 .img { flex: 0 0 500px; text-align: center; }
.sub-head2 .info { flex: 1; padding-left:100px;   }
.sub-head2 .info .name {font-size:20px; font-weight: 500; margin-bottom: 22px; }
.sub-head2 .info ul li { padding-left: 43px; font-size:16px; line-height: 38px; color: #555; background-repeat: no-repeat; background-position: 0 50%; }
.sub-head2 .info ul li.ic1 { background-image: url(../img/sub3/ico_tel.png);}
.sub-head2 .info ul li.ic2 { background-image: url(../img/sub3/ico_mail.png);}
.sub-head2 .info ul li.ic3 { background-image: url(../img/sub3/ico_url.png);}


.manager { padding: 30px 60px; background: #eeeeee; border-top:3px solid #e60013; margin-top:50px;}
.manager .name { margin-bottom: 10px;  }
.manager .name strong { font-size:20px; font-weight: 700;}
.manager dl { display: inline-block; vertical-align: middle; margin-right:20px; font-size:16px; line-height: 1.4; color: #555;  }
.manager dl dt { display: inline-block; vertical-align: middle; font-weight: 600; color: #000; }
.manager dl dd { display: inline-block; vertical-align: middle;}

.product-list {}
.product-list > ul { display: flex;  flex-wrap: wrap; margin:0 -13px;  }
.product-list > ul > li { width:33.3333%; padding:0 13px 30px; margin-bottom: 70px; display: flex; position: relative; }
.product-list > ul > li a {  }
.product-list > ul > li a .img { overflow: hidden; }
.product-list > ul > li a .img img { width:100%; transition: all 0.6s ease; }
.product-list > ul > li a .info { padding-top:20px; width:100%; }
.product-list > ul > li a .info .tit1 { font-size:18px; font-weight: 600; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 12px; }
.product-list > ul > li a ul { margin-bottom: 22px;}
.product-list > ul > li a ul li { padding-left: 18px; position: relative; font-size:16px; line-height: 1.5; color: #555; font-weight: 300; }
.product-list > ul > li a ul li:before { content: ''; position: absolute;left: 0; top:10px; width:6px; height: 6px; border-radius:100%; background: #249fda; }
.product-list > ul > li a .go { position: absolute; right:13px; bottom:0; }
.product-list > ul > li a .go span { display: inline-block; vertical-align: middle; height: 36px; line-height:33px; padding:0 13px 0 16px; border-radius:6px; background: #249fda; border: 1px solid #249fda; font-size:15px; font-weight: 500; color: #fff;  transition: all 0.3s ease;}
.product-list > ul > li a .go span:after { content: ''; display: inline-block; vertical-align: middle; width:9px; height: 9px; border-left: 1px solid #a3d7ef; border-bottom: 1px solid #a3d7ef; transform: rotate(-135deg); margin:-2px 0 0 12px;}
.product-list > ul > li a:hover .img img { transform: scale(1.2); }
.product-list > ul > li a:hover .go span { background: #fff; color: #249fda;  }
.product-list > ul > li a:hover .go span:after  { border-color:#249fda; }

.vender-line ul { display: flex; flex-wrap: wrap; margin:0 -15px;  }
.vender-line ul li { width:33.333%; padding:0 15px; margin-bottom: 35px; }
.vender-line ul li a  { display: block; }
.vender-line ul li a .img { border: 1px solid #cccccc; margin-bottom: 25px;  overflow: hidden; transition: all 0.3s ease; }
.vender-line ul li a .img img { vertical-align: top; transition: all 0.6s ease; }
.vender-line ul li a .info {  transition: all 0.3s ease;}
.vender-line ul li a .info dl dt { font-size:18px; font-weight: 700; line-height: 1.3; margin-bottom: 15px; }
.vender-line ul li a .info dl dd { font-size:16px; line-height: 1.5; color: #555; font-weight: 300; }
.vender-line ul li a:hover .img { border-color:#249fda; }
.vender-line ul li a:hover .img img { transform:scale(1.15);}
.vender-line ul li a:hover .info { opacity:0.6; }

.link-list { margin-bottom: 40px; }
.link-list .list { display: flex; flex-wrap: wrap; margin:0 -25px; }
.link-list .list li { width:25%; padding:0 25px; margin-bottom: 20px;} 
.link-list .list a { display:flex;  align-items: center; height: 80px; padding-left:17px; background-image: url("../img/sub2/click.png"); border: 1px solid #cccccc; text-align: left; font-size:16px; font-weight: 300; line-height: 1.2; /*justify-content: center; */transition: all 0.3s ease;}
.link-list .list a:hover { border-color:#249fda; background: #249fda; color: #fff; background-image: url("../img/sub2/click_ov.png")}

.sub3-1 .txt1 { font-size:24px; line-height: 1.6; font-weight: 200; margin-bottom: 85px; text-align: center; }

.prc { text-align: center; margin-bottom: 100px; }
.prc > div { display: inline-block; vertical-align: top; }
.prc .ic { width:205px; height: 205px; border-radius:100%; margin:0 auto; background: #efefef; background-position: 50% 50%; background-repeat: no-repeat; display: flex; align-items: center; justify-content: center; }
.prc .t1 { font-size:30px; font-family: 'nq'; margin:35px 0 10px; }
.prc .t2 { font-size:16px; font-weight: 300; color: #555555; }
.prc .box1 .ic { background-image: url(../img/sub3/ico1_1_1.png);}
.prc .box2 .ic { background: #e60013; position: relative;}
.prc .box2 .ic:before { content: ''; position: absolute;left: -10px; top:-10px; right:-10px; bottom:-10px; border-radius:100%; border: 10px solid #efecec; }
.prc .box2 { margin:0 130px;}
.prc .box2 p { font-size:20px; font-weight: 500; color: #fff; line-height: 1.5; }
.prc .box2 .logo { padding-top:20px;}
.prc .box3 .ic { background-image: url(../img/sub3/ico1_1_2.png);}
.prc .box4 .ic { background-image: url(../img/sub3/ico2_1.png);}
.prc .box5 .ic { background-image: url(../img/sub3/ico2_2.png);}

.featur-box { padding: 110px 40px 110px 80px; background: url(../img/sub3/bg1_1_1.jpg) no-repeat 50% 50%; background-size:cover; }
.featur-box .box { position: relative; padding-left: 540px; color: #fff; }
.featur-box .box .tit { position: absolute; left: 0; top:0; font-size:40px; font-family: 'nq'; }
.featur-box .box .txt { font-size:18px; line-height: 1.4; font-weight: 300; }
.featur-box .box .txt p + p { margin-top:20px; }

.sub3-3 .featur-box { background-image: url(../img/sub3/img3_2.jpg); }
.sub3-4 .featur-box { background-image: url(../img/sub3/img4_2.jpg); }

.prd-info1 { display: flex; justify-content: space-between; background: #eeeeee; margin-bottom: 50px; }
.prd-info1 .info { padding: 50px 20px 20px 60px; }
.prd-info1 .info .tit { font-size:24px; font-weight: 600; color: #555555; margin-bottom: 20px; }

.list1 li { padding-left: 18px; position: relative; font-size:16px; line-height: 1.5; color: #555; font-weight: 300; }
.list1 li a { transition:all 0.5s ease; }
.list1 li a:hover {  color:#249fda }
.list1 li + li { margin-top:6px;}
.list1 li:before { content: ''; position: absolute;left: 0; top:10px; width:6px; height: 6px; border-radius:100%; background: #249fda; }

.treat-list { margin-bottom: 70px;}
.treat-list ul { overflow: hidden; }
.treat-list ul li { float:left; width:33.3333%; text-align: center; margin-bottom: -30px; }
.treat-list ul li a { display: block; transition: all 0.5s ease; }
.treat-list ul li a img { transition: all 0.3s ease;}
.treat-list ul li a:hover img { transform: scale(1.05); }

.embed { padding: 45px; background: #f5f5f5; text-align: center; }
.embed .t1 { font-size:40px; font-weight: 600; line-height: 1.3; color: #e60013; margin-bottom: 8px; }
.embed .t2 { font-size:22px; font-weight: 500; margin-bottom: 50px; }

.list1-box:after { display: block; content: ''; clear: both; }
.list1-box { padding:0 70px; margin-bottom: 60px; }
.list1-box > div { float:left; width:50%; }
.list1-box .tit { font-size:24px; font-weight: 600; color: #555; margin-bottom: 15px; }
.list1-box .list1 + .tit { margin-top:30px;}

.vender-list ul:after { display: block; content: ''; clear: both; }
.vender-list ul { padding-top: 15px; border-top: 2px solid #000; }
.vender-list ul li { float:left; width:25%; }
.vender-list ul li a { display: block; position: relative;}
.vender-list ul li a img { width:100%; transition: all 0.6s ease; }
.vender-list ul li a div { position: absolute;left: 0; right:0; top:0; bottom: 0; background: rgba(0,0,0,0.6); opacity:0; transition: all 0.3s ease;}
.vender-list ul li a div p { position: absolute; left: 0; right:0; bottom:15px; text-align: center; font-size:20px; font-weight: 500; color: #fff; }
.vender-list ul li a:hover div { opacity:1; }
.vender-list ul li a:hover img { transform: scale(1.1); }

.contact {}
.contact .h4 { margin-bottom: 14px; }
.contact .desc { text-align: center; font-size:30px; font-family: 'nq'; line-height: 1.4; margin-bottom: 80px; }
.contact .addr div { margin-bottom: 5px; }
.contact .addr strong { color: #000; }
.contact .map { height: 440px; border-top:3px solid #000; margin-bottom: 40px; }







.table1 { margin-bottom:40px; }
.table1 table { width:100%; border-collapse: collapse; border-top:2px solid #000; }
.table1 table thead th { border-bottom: 1px solid #b2b2b2; padding:13px 10px; font-size:16px; color:#555555;  font-weight: 300; background:#f2f2f2; }
.table1 table thead th + th { border-left: 1px solid #b2b2b2; }
.table1 table tbody th { background:#f5f5f5; }
.table1 table tbody td { border-bottom: 1px solid #b2b2b2; padding:13px 10px; font-size:16px; color:#444; }
.table1 table tbody td + td { border-left: 1px solid #b2b2b2; }
.table1 table tbody td dl:after { display: block; content: ''; clear: both; }
.table1 table tbody td dl dt { float:left; }
.table1 table tbody td dl dd { float:right; }
.table1 table tbody td .arr { width:14px;}
.table1.no-border table thead th + th,
.table1.no-border table tbody td + td { border-left:0;}

.board-write { border-top:2px solid #646465; margin-bottom: 15px; }
.board-write table { width:100%; border-collapse: collapse; }
.board-write table tbody th { background:#f5f5f5; width:20%; padding-left: 40px; font-size:18px; text-align: left; font-weight: 300; border-bottom: 1px solid #b2b2b2;  }
.board-write table tbody td { border-bottom: 1px solid #ababab; padding:10px;  }
.board-bottom-desc { font-size:16px; letter-spacing: -1px; line-height: 1.4; margin-bottom: 60px;}


.board-head { position: relative; text-align: right; }
.board-head .sort { position: absolute;left: 0; top:0; }
.board-head .sort a { display: inline-block; vertical-align: middle; padding:0 23px; height: 48px; line-height: 46px; border-radius:48px; border: 1px solid #dcddde; font-size:22px; margin-right:10px; }
.board-head .sort a img { margin:-5px 10px 0 0; vertical-align: middle;}
.inp-srch { display: inline-block; max-width:293px; position: relative; border-bottom: 1px solid #acadb0; height: 45px;  }
.inp-srch .inp-srch { width:100%; padding:0 40px 0 20px; height: 45px; background: none; border: 0; outline:none; font-size:17px; }
.inp-srch .inp-srch:focus { border: 0 !important; }
.inp-srch .btn-srch { position: absolute; right:0; top:0; width:45px; height: 45px; border: 0; background: url(../img/common/ico_srch.png) no-repeat 50% 50%; text-align: left; text-indent: -9999px; }




.board-view {  font-weight:300;  margin-bottom:70px; }
.board-view .subject { text-align:center; padding:22px 15px; font-size:18px; line-height:1.4;border-top:2px solid #646465; border-bottom:1px solid #dedfe0; }
.board-view .subject div { margin-bottom:5px;  word-break:break-all; font-size:22px;  }
.board-view .subject p {  }
.board-view .text-area { padding:50px 70px; font-size:17px; line-height:1.7;  border-bottom:1px solid #646465; }
.board-view .files { border-bottom:1px solid #d9d9d9;  }
.board-view .files dl { padding:20px 15px 20px 160px; position:relative; line-height:1.7;  font-size:17px; } 
.board-view .files dl:after { display:block; content:''; clear:both; }
.board-view .files dl dt { position:absolute; left:15px; top:20px;  padding:0 26px; background:url(../img/common/ico_file.png) no-repeat 100% 50%; }
.board-view .files dl dd { }
.board-view .files dl dd a { color:#444; }
#bo_v_con { font-size:17px; text-align: left; }
.board-desc1 { text-align: center; font-size:18px; line-height: 1.6; color: #777777; margin-bottom: 50px;}
.replay-label { display: inline-block; vertical-align: middle; height: 30px; padding:0 12px; border-radius:5px; line-height: 29px; background: #bbbbbb; font-size:15px; color: #fff;  }
.replay-label.on { background: #249fda; }

.contact .table1 table thead th { padding:20px 10px; color:#000;font-size:18px;  }
.contact .table1 table tbody td { text-align:center; padding:20px 10px; color:#555; }
.contact .table1 table tbody td:first-child {font-size:18px; color:#000; }
.contact .table1 table tbody td:nth-child(2) { padding-left:9%; text-align:left;  }
.contact .table1 .tlp { font-size:18px; }
.contact .table1 .tlp .red { color:#e60013; }
.blue { color:#249fda; font-weight:700; margin-left:5px; }




.online-desc { margin-bottom:50px;  }
.online-desc .t1 { text-align:center; font-size:18px; line-height:1.6; color:#555;  }
.online-desc .t2 { padding:35px; background:#f8f8f8; border:1px solid #ddd; font-size:16px; line-height:1.5; color:#555; overflow:auto; margin:43px 0 15px; }
.online-desc .t2 em { font-size:18px; display:block; margin-bottom:24px; }
.online-desc .agree { text-align:right; }
.online-desc .agree label { font-size:15px; color:#444;font-family:'noto'; }


.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#e6f8ff !important;border-bottom:1px solid #c3dfe8;}
.bo_notice td a {font-weight:bold;}



.terms { margin-bottom: 150px;}
.terms div { font-family: 'noto'; font-size:17px; line-height:1.7; font-weight: 300;}
.emailmsg { font-family: 'noto'; font-size:17px; line-height:1.7; font-weight: 300; text-align: center; margin-bottom: 200px}


.product-tabs { border-top:3px solid #000000;  margin-bottom: 40px; }
.product-tabs ul { display:flex; }
.product-tabs ul li { flex:1 1 auto; position:relative; }
.product-tabs ul li a { display:block;  transition:all 0.3s ease; text-align: center; line-height: 24px; font-size:20px; color: #000; font-family: 'Noto'; display: flex; align-items: center; justify-content: center; position: relative; height: 60px; border-bottom: 1px solid #000; overflow: hidden; }
.product-tabs ul li a:hover { color:#1eb9ee; }
.product-tabs ul li.active a { color: #1eb9ee; font-weight: 600; }
.product-tabs ul li::after { content: ""; width: 1px; height: 34px; background: #b2b2b2; display: block; position: absolute; right: 0; top:13px;}
.product-tabs ul li:last-child::after { display: none;}
.product-tabs.col3 ul li { width:33.3333%; }





/* GNU */
.pg_wrap { margin-bottom: 50px; float:none; display:block; text-align:center;  }
.pg_page { width:44px; height:44px; background:#fff; border:1px solid #cccccc; line-height:42px; font-size:20px; color:#249fda; margin:0 2px; border-radius:5px;}
.pg_page:hover { background-color:transparent; border-color:#249fda; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
.pg_current { width:44px; height:44px; background:#249fda; border:1px solid #249fda; line-height:42px; font-size:20px; color:#fff; margin:0 2px; border-radius:5px; font-weight:600; box-shadow:none;}
.pg_start { border:0; background:url(../img/common/page_first.png) no-repeat 50% 50%; }
.pg_prev{ border:0; background:url(../img/common/page_prev.png) no-repeat 50% 50%; }
.pg_next { border:0; background:url(../img/common/page_next.png) no-repeat 50% 50%; }
.pg_end { border:0; background:url(../img/common/page_last.png) no-repeat 50% 50%; }
#bo_cate {display:none; }
.auth-img img { max-width:550px; width:100%;}
.bo_fx { float:none; margin-bottom:40px;  overflow:hidden; }
.btn_bo_user li { margin-bottom:5px; }
.write_div { margin:30px 0; text-align:center;}


.mobile { display: none; }

@media all and (max-width:1690px) {
	#s-gnb { margin:0 260px 0 320px; }
	#s-header .etc { right:15px; }
	#s-gnb .btn-dep1 { font-size:17px; padding:0 4px;}
	#s-gnb .btn-dep2 { font-size:13px; }
	#s-gnb .btn-dep3 { font-size:13px; }
}

@media all and (max-width:1600px) {
	#s-gnb > ul > li { padding:0 15px; }
	#s-gnb .dep2 { left:15px; }
}

@media all and (max-width:1279px) {
	#s-gnb { display:none; }
}


@media all and (max-width:1220px) {
	.sub-head .submenu { width:auto; margin: 0; left:0; right:0; border-radius:0; }
}
	
@media all and (max-width:1366px) {
	body,html { height:100vh !important; }
	.visual,
	.visual .bx-wrapper,
	.bx-viewport,
	.slider-box,
	.slider-box .bx-viewport { height:100vh !important; }
	.visual .article.active .desc-box .in .logo { top:-95px;  }
}

/* 모바일 시작 */
@media all and (max-width:1024px) {
	
	.visual .article .img  { background-position:70% 50%; }
	.s-footer .foot1 { line-height: 1.3; padding:10px 0; text-align: left; }
	.s-footer .foot1 p { display: block; font-size:15px;  }
	.s-footer .foot1 p + p { margin-top:5px;}
	.s-footer .foot1 p strong { display: inline-block; vertical-align: middle; width:50px;}
	.s-footer .foot1 .inner div a { display: block; font-size:12px; margin: 0; text-align: right; line-height: 1.8;}
	.s-footer .foot2 dl { font-size:12px; position: relative; padding-left: 160px; }
	.s-footer .foot2 dl dt { position: absolute;left: 0; top:0; width:150px; }
	.s-footer .foot2 dl dd:nth-child(2) { width:auto; margin-right:10px;}
	.s-footer .copy { padding:10px 0 20px; font-size:11px; }
	.board-write dl dt  { line-height:1.2; }
	.board-write dl dt small { display:block; }

	.emailmsg,
	.terms div { font-size:13px; margin-bottom: 100px; }

	.visual .bx-controls-direction .bx-prev { left:10px; width:20px; height:35px; background-size:17px auto; }
	.visual .bx-controls-direction .bx-next { right:10px; width:20px; height:35px; background-size:17px auto; }
	.visual .article.active .desc-box .in .logo { top:-75px;  }


}

@media all and (max-width:768px) {
	#s-header .btn-m { position: absolute; right:5px; top:0; height: 55px; bottom:0; width:50px; background:url(../img/common/ico_m.png) no-repeat 50% 50%; background-size:auto 16px;}
	#s-header .etc .btn-all { display: none; }
	#fullpage { overflow-x:hidden; }
	.pc { display: none; }
	.mobile { display: inherit; }
	.sub-head{ height:200px; margin-top:0; margin-bottom: 60px;  background-image:url(../img/common/bg_sub_alpha.png); background-size:auto 100%;  }
	.sub-head .tb div { padding: 30px 0;text-align:center; }
	.sub-head .tb div .t1 { font-size:24px; }
	.sub-head .tb div .t2 { font-size:40px; padding:15px 0 20px; }
	.sub-head .tb div .t3 { font-size:14px; }
	.sub-head .submenu { height: 40px; }
	.sub-head .submenu .btn-home { display: none; }
	.sub-head .submenu .menu { width:50%; }
	#Dep3 { clear:both; float:none; width:100%; background:#249fda; border-top:1px solid #7cc5e9; }

	.sub-head .submenu .menu .btn-dep1 { height: 40px; line-height: 39px; padding-left: 10px; width:100%; font-size:13px;  }
	.sub-head .submenu .menu .btn-dep1:before { width:40px; height: 40px; background-size:14px auto; }
	.sub-head .submenu .menu .dep2 { top:40px; z-index:10; }
	.sub-head .submenu .menu .dep2 ul li a { font-size:13px; line-height: 32px; padding-left: 10px;}
	#s-container h2 { font-size:35px; padding-bottom: 15px; margin-bottom: 30px; }
	.snb { margin-bottom: 40px; }
	.all-menu { display: none; left:inherit; width:300px; right:-300px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; background-image:url(../img/common/bg_menu_all.jpg); }	
	
	body.mobile #s-wrap:before { content: ''; position: fixed; left: 0; right:0; top:0; bottom:0; background: rgba(0,0,0,0.7); z-index:1050;}
	#s-header { height:55px; z-index:1000; position: fixed; }
	#s-header h1 { position: static; text-align: left; padding-top:13px; }
	#s-header h1 a { width:120px; height:40px; background-size:120px auto; background-position:0 50%;}
	#s-header .etc { position: static;}
	#s-header .etc .btn-link { display: none; }
	#s-header .etc .lang { position: absolute; left: 10px; top:10px;  margin: 0; float:none; width:90px; padding:0 7px; border-radius:10px; background-position: 69px 10px;  }
	#s-header .etc .lang .btn-lang { height: 25px; line-height: 26px; font-size:11px;  }
	#s-header .etc .lang ul li a { font-size:11px; }
	#s-header .etc .lang ul { padding:2px 0; line-height: 20px; }
	#s-header .etc .btn-all { position: absolute; right:10px; top:10px; margin-top:0; padding:3px 4px 0 5px; }
	#s-header .etc .btn-all span { width:27px; }
	#s-header .etc .btn-all span:nth-child(2) { width:22px; margin:6px 0 6px 5px;}
	
	#s-header { transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
	#s-header h1 a { }
	#s-header .etc { display: none; }
	#s-header .etc .lang { border-color:#fff !important; background-image:url(../img/common/bu_arr_lang_main.png) !important;  }
	#s-header.active h1 a { background-image:url(../img/common/logo.png); }
	#s-gnb .btn-dep1,
	#s-header .etc .btn-all span { background:#fff !important; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; }
	#s-header.active { background:#fff; }
	#s-header.active #s-gnb .btn-dep1 { color:#00514b; }
	#s-header.active .etc .btn-all span { background-color:#000; }
	#s-header.active .btn-m { background-image:url(../img/common/ico_m_on.png); }
	.foot1 .slider { padding:0 35px; }
	
	
	
	.select { height: 35px; font-size:13px; padding:0 25px 0 10px; background-size:auto 7px; }
	.inp { height: 35px; font-size:13px; padding-left: 10px;  }
	.btn-type0 { height: 35px; line-height: 35px; font-size:13px; padding:0 25px; width:120px }
	.btn-type1 { height: 35px; line-height: 35px; font-size:13px; padding:0 25px;}
	.btn-type2 { height: 35px; line-height: 35px; font-size:13px; padding:0 25px; width:120px; }
	.ico-plus { display: inline-block; vertical-align: middle; width:18px; height: 18px; background: url(../img/common/ico_plus.png) no-repeat 0 0; margin:-4px 5px 0 0;}
    .ico-minus { display: inline-block; vertical-align: middle; width:18px; height: 1px; background: url(../img/common/ico_minus.png) no-repeat 0 0; margin:-4px 5px 0 0;}

	

	.visual .bx-pager  { top:70%; }
	.visual .article .txt-box .t1 { font-size:39px; }
	.visual .article .txt-box .t1 img { height:30px; }
	.visual .article .txt-box .t2 { font-size:16px; }

	.visual .desc-box .in { padding:0 15px; border-radius:0; height:180px; }
	.visual .desc-box .in .box { position:static; }
	.visual .article .desc-box .in .logo { top:-50px; width:25%; }
	.visual .article.active .desc-box .in .logo { top:-60px; }
	.main2 { padding:50px 0 60px; }
	.main2 .tit { font-size:40px; margin-bottom:20px; }
	.main2 .desc { font-size:14px; margin-bottom:40px; }
	.main2 ul { display:flex; flex-wrap:wrap; }
	.main2 ul li { float:none; width:50%; padding:0 5px; margin-bottom:20px;   }
	.main2 ul li dl dt strong { font-size:18px; height:auto; margin:15px 0 ; }
	.main2 ul li dl dd { font-size:13px; }

	.s-footer .foot2 { height:40px; line-height:39px; }
	.s-footer .foot2 .call {font-size:12px; letter-spacing:-1px; }
	.s-footer .foot2 .btn-info { font-size:12px; letter-spacing:-1px; right:50px; }
	.s-footer .foot2 .btn-top { width:30px; height:30px; background-size:20px auto; top:5px; right:15px; }
	.s-footer .foot3 .etc { position:static; text-align:center; margin-bottom:15px; } 
	.s-footer .foot3 .etc a { margin:0 10px; font-size:12px;  }
	.s-footer .foot3 .info dl { font-size:12px; }
	.copyright { padding-bottom:25px; font-size:12px; }
	.foot1 .slider .swiper-slide { padding:0 10px; height:67px; display:flex; align-items:center; }
	.foot1 .slider .swiper-button-prev,
	.foot1 .slider .swiper-button-next { width:32px; height:32px; background-size:12px auto; margin-top:-16px; top:50%; }
	
	#s-container { padding-bottom:100px; }
	#s-container h2 { font-size:25px; margin-bottom:30px; padding-bottom:15px; }
	.h3 { font-size:25px; margin-bottom:22px; }
	.h4 { font-size:22px; margin-bottom:15px; }


	.text1 { font-size:14px; margin-bottom:20px; }

	.sub1-1 { display:block; }
	.sub1-1 > div { width:auto; }
	.sub1-1 .img { padding:0 0 30px;  text-align:center; }
	.sub1-1 .img  { max-width:600px; }
	.sub1-1 .intro .t1 { font-size:16px; }
	.sub1-1 .intro .t2 { font-size:20px; margin-bottom:25px; }
	.sub1-1 .intro .t3 { font-size:14px; }
	.sub1-1 .intro .t3 strong { font-size:15px; }
	.sub1-1 .intro .ceo strong { font-size:15px; margin-right:10px; }
	.sub1-2 .history { padding-left:18px; padding-top:30px; padding-bottom:100px; }
	.sub1-2 .history .comment{ position:static; padding:0; padding-left:30px; font-size:20px; margin-bottom:30px; }
	.sub1-2 .history:after { left:18px; }
	.sub1-2 .history .year { padding-left:30px; font-size:30px; margin-bottom:18px; }
	.sub1-2 .history .year:after { width:23px; }
	.sub1-2 .history dl { padding-left:30px; font-size:13px; }
	.sub1-2 .history dl dt { font-size:14px; width:80px; }
	.sub1-2 .history dl + dl { margin-top:12px; }
	.sub1-2 .history dl + .year {margin-top:50px; }

	.sub1-4 .t1 { font-size:18px; margin-bottom:30px; }
	.sub1-4 .t2 { margin-bottom:40px; }
	.sub1-4 .value{ display:flex; flex-wrap:wrap; }
	.sub1-4 .value dl { float:none; width:50%; margin-bottom:30px;  }
	.sub1-4 .value dl dt strong { font-size:20px; padding:25px 0 10px; }
	.sub1-4 .value dl dd { font-size:14px; }

	.sub1-5 .desc { font-size:18px; }
	.sub1-5 .mails { padding:0 0 20px; text-align:center; background:none; margin-bottom:40px; }
	.sub1-5 .mails .t1 { font-size:20px; margin-bottom:15px; }
	.sub1-5 .mails .t2 { font-size:14px; margin-bottom:20px; }
	.sub1-5 .mails .btns a { width:160px; height:42px; line-height:41px; font-size:16px; }
	.sub1-5 .s-tit { font-size:30px; margin-bottom:25px; }

	.sub1-5 .injae{ margin:0; }
	.sub1-5 .injae > div { float:none; width:auto; padding:0 0 25px; }
	.sub1-5 .injae dl dt strong { font-size:20px; padding:10px 0; }
	.sub1-5 .injae dl dd { font-size:13px; }

	.sub1-5 .step > div { padding-right:60px; margin-bottom:30px; width:140px;  }
	.sub1-5 .step > div:last-child { padding-right:60px; }
	.sub1-5 .step > div:before{ width:90px; height:90px; background-size:50px auto; }
	.sub1-5 .step > div:after { width:60px; height:90px; background-size:14px auto; }

	.sub-intro { display:block; margin-bottom:30px; }
	.sub-intro > div { width:auto; }
	.sub-intro .info .box { height:auto; padding:25px 15px; }
	.sub-intro .info .box .head { padding:0; padding-bottom:20px;  }
	.sub-intro .info .box .head .logo { padding:0 10%; }
	.sub-intro .info .box .head .url { padding-top:20px; }
	.sub-intro .info .box .head .url a { font-size:15px; }
	.sub-intro .info .box .body .txt { font-size:14px; line-height:1.6; padding:0 }
	.sub-intro .info .box .body .tit { font-size:16px; margin-bottom:10px; }
	.sub-intro .img img { height:auto; width:100%; }

	.sub-head1 { display:block; padding-bottom:20px; margin-bottom:25px; }
	.sub-head1 .info dl dt { font-size:16px; margin-bottom:10px; }
	.sub-head1 .info dl dt .big { font-size:18px; }
	.sub-head1 .info dl dd { font-size:13px; }

	.sub-head2 { display:block; padding-bottom:20px; margin-bottom:25px; }
	.sub-head2 .img { margin-bottom:15px; }
	.sub-head2 .img img { max-width:70%; max-height:70px; }
	.sub-head2 .info .name { font-size:16px; margin-bottom:13px; }
	.sub-head2 .info ul li { padding-left:30px; font-size:14px; background-size:auto 20px; line-height:28px; }

	
	.prd-info1 { display:block; }
	.prd-info1 .info { padding:15px; }
	.prd-info1 .info .tit { font-size:20px; margin-bottom:12px; }
	.list1-box { padding:0; margin-bottom:30px; }
	.list1-box .tit { font-size:20px; margin-bottom:10px; }

	.treat-list ul li { width:50%; margin-bottom:0; }
	.embed { padding:20px; }
	.embed .t1 { font-size:25px; margin-bottom:5px; }
	.embed .t2 { font-size:16px; margin-bottom:30px; }

	.list1 li { font-size:14px; }
	.list1 li + li { margin-top:4px; }
	
	.product-list > ul { margin:0 -5px; }
	.product-list > ul > li { width:50%; padding:0 5px 30px; margin-bottom:40px; }
	.product-list > ul > li a { display:block; width:100%; }
	.product-list > ul > li a .info { padding-top:10px; }
	.product-list > ul > li a .info .tit1 { font-size:14px; margin-bottom:6px; white-space:pre-line; word-break: break-all; }
	.product-list > ul > li a .info .text1 { font-size:12px; }
	.product-list > ul > li a ul li { font-size:13px; padding-left:11px; }
	.product-list > ul > li a ul li:before { top:7px; width:4px; height:4px;}
	.product-list > ul > li a ul { margin-bottom:32px; }
	.product-list > ul > li a .go{ left:5px; right:5px; }
	.product-list > ul > li a .go span { display:block; font-size:13px; text-align:Center; }


	.manager { padding:15px; margin-top:30px; }
	.manager .name strong { font-size:15px; }
	.manager dl { font-size:13px; }

	.vender-line ul { display:block ;margin:0; }
	.vender-line ul li { width:auto; padding:0; margin-bottom:25px; }
	.vender-line ul li a .img { margin-bottom:18px; }
	.vender-line ul li a .info dl dt { font-size:16px; margin-bottom:10px; }
	.vender-line ul li a .info dl dd { font-size:13px; }

	.link-list{ margin-bottom:25px; }
	.link-list .list { margin:0 -10px; }
	.link-list .list li { width:80%; padding:0 10px; margin-bottom:15px; }
	.link-list .list a { font-size:14px; }

	.sub3-1 .txt1 { font-size:18px; margin-bottom:40px; }

	.prc > div { display:block; margin-bottom:40px !important; }
	.prc .ic { width:130px; height:130px; background-size:70px auto;  }
	.prc .box2 { margin:0; }
	.prc .t1 { margin:15px 0 10px; font-size:20px; }
	.prc .t2 { font-size:14px; }
	.prc .box2 p { font-size:14px; }
	.featur-box { padding:25px 15px; }
	.featur-box .box { padding:0; }
	.featur-box .box .tit{  position:static;font-size:25px; margin-bottom:20px; }
	.featur-box .box .txt { font-size:15px; }
	.featur-box .box .txt p + p { margin-top:10px; }

	.vender-list ul li{ width:50%; }
	.vender-list ul li a div p { font-size:15px; }

	.contact .desc { font-size:18px; margin-bottom:30px; }
	.contact .map { height:220px; 4margin-bottom:25px; }
	.contact .table1 table tbody td { font-size:10px 5px; font-size:13px; }
	.contact .table1 table tbody td:first-child { font-size:13px; }
	.contact .table1 .tlp { font-size:13px; }
	.contact .table1 table tbody td:nth-child(2) { padding:0 5px; }

	.contact .table1 table thead th { font-size:14px; padding:10px 3px; }
	.online-desc .t1 { font-size:14px; }
	.online-desc .t2 { padding:15px; font-size:13px; margin:20px 0 10px; }
	.online-desc .agree label { font-size:12px; }
	
	.table1 table thead th { font-size:14px; padding:8px 5px; }
	.table1 table tbody td { font-size:13px; padding:5px; }
	.scroll-box { overflow:auto;  }	
	.scroll-box .table1 { min-width:700px; }
	

	.board-view .subject { padding:10px 8px; font-size:14px; }
	.board-view .subject div { font-size:17px; }
	.board-view { margin-bottom:35px; }
	.board-view .text-area { padding:15px 0; font-size:14px; }
	.board-view .files dl { padding:10px 10px 10px 80px; font-size:14px; }
	.board-view .files dl dt { left:10px; padding:0 5px; top:10px; }
	.board-desc1 { font-size:14px; margin-bottom:25px; }


	.pg_page,
	.pg_current  { width:24px; height:24px; line-height:22px; font-size:12px; }
	.board-write table tbody th { padding-left:8px; font-size:13px; width:30%; }
	.inp-srch .inp-srch { font-size:14px;padding-left:10px; }
	.replay-label { padding:0 5px; height:25px; line-height:24px; font-size:12px; }
	.board-bottom-desc { font-size:13px; margin-bottom:20px; }
	
	.f18 { font-size:14px !important; }
	.mb40 { margin-bottom:20px !important; }
	.mb140 { margin-bottom:70px !important; }

	#bo_v_con { font-size:14px; line-height:1.7; }
	.product-tabs { }
	.product-tabs ul {  flex-wrap:wrap;  margin-bottom: 20px; }
	.product-tabs ul li { flex:1 0 50%; }
	.product-tabs ul li a { line-height: 18px; font-size: 13px; height: 40px; }
	.product-tabs ul li:after { content: ""; width: 1px; height: 16px; background: #b2b2b2; display: block; position: absolute; right: 0;}
	.product-tabs ul li:nth-child(2):after, 
		.product-tabs ul li:nth-child(4):after, 
	.product-tabs ul li:last-child::after { display: none;}




}


@media all and (max-width:767px) {
	
	.visual .desc-box .in { height:140px }
	.visual .desc-box .in .t1 { font-size:12px; line-height:1.35; }
	.visual .article.active .desc-box .in .logo { top:-15px; }
	.visual .article.active .desc-box .in .logo { top:-26px; }
	.visual .bx-pager div a { width:10px; height:10px; }
	.mb30 { margin-bottom:15px !important; }
	.mb60 { margin-bottom:30px !important; }
	.mb70 { margin-bottom:35px !important; }
	.mb90 { margin-bottom:45px !important }
	.visual .article .desc-box .in .logo { left:50% !important; transform:translateX(-50%); width:30%; }
}
@media all and (max-width:320px) {
	.visual .bx-pager { top:55%; }
	.s-footer .foot2 .call { font-size:13px; }
	.s-footer .foot2 .btn-info { font-size:13px; }
}

























