@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@font-face {
	font-family: 'NotoSans';
	src: url('fonts/NotoSans-Regular.eot');
	src: local('NotoSans'), url('fonts/NotoSans-Regular.woff') format('woff'), url('fonts/NotoSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'NotoSans-bold';
	src: url('fonts/NotoSans-Bold.eot');
	src: local('NotoSans'), url('fonts/NotoSans-Bold.woff') format('woff'), url('fonts/NotoSans-Bold.ttf') format('truetype');
}
 @font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
   Global styles
   ============================== */
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'NotoSans', sans-serif;
  font-size: 15px;
  color: #231f20;
  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body ::-moz-selection {
  background: #00b2ca;
  color: #fff;
}
body ::selection {
  background: #00b2ca;
  color: #fff;
}
a,
a:hover,
a:focus {
  color: #111;
  outline: none;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
/* ==============================
   Typography
   ============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #444;

}
h2 {
 font-size:17px;
  line-height:45px;
  font-weight: bold;
  color: #2c3e50;
  margin-top:12px;
 
}
 h3 {
 font-size:16px;
  line-height: 1.0;
  font-weight: 400;
  color: #ec1f2e;
  margin-top:0;
 
}
h4  {
 font-size:19px;
 font-weight:bold;
  line-height: 1.0;  
  color: #2c3e50;
  margin-top:0;
}
h5  {
 font-size:19px;
  line-height:27px;
  font-weight: bold;
  margin-top:40px;
  color: #ec1f2e;
}
h6  {
 font-size:16px;
  line-height: 25px;
  color: #2c3e50;
   margin-top:20px;
}
p {
  font-size: 15px;
  color: #777;
  line-height: 1.7;
  font-weight: 300;
}
b {
  font-weight: 700;
}
blockquote {
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #777;
}
blockquote p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
 
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eeeef7;
}
.fr{float:right;}
.fl{float:left;}
.bb0{border-bottom:0!important;}
.mt0{margin-top:0!important;}

img{border:0;}

.list_n{background-image: none!important;}
.pb0{padding-bottom:0!important;}
.pb15{padding-bottom:150px!important;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b9ba6;
  font-family: 'NotoSans', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8b9ba6;
font-family: 'NotoSans', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8b9ba6;
font-family: 'NotoSans', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8b9ba6;
  font-family: 'NotoSans', sans-serif;
}

sup{font-size: 2px;}
/* ==============================
   navi styles
   ============================== */

.main-nav {
    width: 100%;
    height: 143px;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
   background: #fff; 
    z-index: 1030;
 
  
}
.nav-wrap{width:1400px;margin:auto;background-color: #fff;
 
}
.stick-fixed {
    position: relative;
    top: 0;
    left: 0;
	z-index:99999;
	 background-color: #f9f9f9;
}
.stick-fixed2 {
display:none;
    position: fixed;
    top: 0;
    left: 0;
	z-index:99999;
	 background-color: #f9f9f9;
}
.full-wrapper {
    margin: 0 2%;
}
.nav-logo-wrap {
    float: left;
    margin-left: 190px;
	height:100px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* #F93 */
/* #C60 */
#header {
   float: left;
  margin: 0px;
 
  font: 15.4px 'NotoSans', Helvetica, sans-serif;
  font-size: 15.4px;
  font-weight: bold;
  width: auto;
  -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.stick-fixed2 #header {
 
  font-size: 14.4px;
 }
.nav-right{ padding: 34px 0 0 70px; float: left;
  margin: 0px;width: auto;-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;}
.stick-fixed2 .nav-right{ padding: 10px 0 0 70px; float: left;
  margin: 0px;width: auto;-webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;}
#header ul {
 
  height: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  
}
#header li {
  float: left;
  padding: 0;
}
#header li a {
  color: #58595b;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 0px;
  padding: 0px 14px;
  text-align: center;
  text-decoration: none;

}
.navbar li a i.dropdown-icon {
    margin-right: 0;
}
.fa.dropdown-icon {
    margin-left: 8px;
}
.dropdown-icon {
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 0px;
    vertical-align: middle;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.fa-angle-down:before {
    content: "\f107";
}
#header li a:hover {
  
/* color: #ec1f2e;*/
 color: #FF3948
  text-decoration: none;
 
}
#header ul li a:hover {
 
  color: #FF3948;
  text-decoration: none;
}
#header li ul {
 display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 247px;
  z-index: 200;
  border-top:2px solid #ec1f2e;
}
#header li:hover ul {
  display: block;
}
#header li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 247px;
  background: #fff;
  border-bottom:1px solid #ccc;
  /*this is where the rounded corners for the dropdown disappears*/

}
#header li:hover li a {
  background: none;
}
#header li li a:hover  {
  background:#f4f4f4;
}
 
#gnb_wrap li a.on{color: #FF3948;}
#header li ul a {
  display: block;
  height: 37px;
  font-size: 11px;
  font-style: normal;
  font-weight:normal;
  margin: 0px;
  padding: 0px 5px 0px 12px;
  text-align: left;
  letter-spacing:-0.1px;
  color:#6d6e71;
  line-height:37px;
}
 
#header li ul a:hover,
#header li ul li:hover a {
  border: 0px;
 
  text-decoration: none;
 
 
}
.top_right{margin-right:220px;}
select {
   
    height: 27px;
    box-sizing: border-box;
    width: 146px;
	}
.select_box{float:left;padding:0;    
	position: relative;
    width: 146px;
    height: 27px;
    background: url('../images/main/select_arrow.png') right no-repeat;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
	margin:8px 0 0 95px;  
	 border: 1px solid #221f1f;border-radius:3px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
div.select_box label {
    position: absolute;
    font-size: 11.5px;
    top: 5px;
    left: 17px;
	color:#eb1f2d;
}
div.select_box select {
    width: 100%;
    height: 27px;
    min-height: 27px;
    line-height: 27px;
    padding: 0 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    box-sizing: border-box;
}

 


div.select_box .wrapping {
    display:block;
    position: absolute;
    left:0px;
    top: 26px;
    width: 146px;
    padding: 0 4px;
    background: #fff;
    border: 1px solid #d9dadb;
	border-radius:2px;
	box-sizing: border-box;
}
div.select_box .wrapping ul {
    width: 138px;
    margin: 0 auto;
	padding:0;
}
div.select_box .wrapping ul li {
    width: 138px;
    height: 26px;
	border-bottom: 1px solid #d9dadb;
}
div.select_box .wrapping ul li a {
    display: block;
    width: 138px;
    height: 26px;
    padding: 3px 0 0 36px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #58595b;box-sizing: border-box;
	font-size:13px;
}
#wrapping option[val="1"]{background-image:url('../images/common/flag_us.png');}
div.select_box .us {background-image:url('../images/common/flag_us.png');}
div.select_box .de {background-image:url('../images/common/flag_de.png');}
div.select_box .fr {background-image:url('../images/common/flag_fr.png');}
div.select_box .es {background-image:url('../images/common/flag_es.png');}
div.select_box .it {background-image:url('../images/common/flag_it.png');}
div.select_box .br {background-image:url('../images/common/flag_br.png');}
div.select_box .pt {background-image:url('../images/common/flag_br.png');}
div.select_box .cn {background-image:url('../images/common/flag_cn.png');}
div.select_box .kr {background-image:url('../images/common/flag_kr.png');}
div.select_box .ru {background-image:url('../images/common/flag_ru.png');}
div.select_box .th {background-image:url('../images/common/flag_th.png');}
div.select_box .ar {background-image:url('../images/common/flag_ar.png');}

.nav-logo-wrap a{height:100px;display:block;padding-top:30px;
-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
	    box-sizing: border-box;
}
.stick-fixed2 .nav-logo-wrap a{height:100px;display:block;padding-top:15px;
-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
	    box-sizing: border-box;
}
.nav-logo-wrap a img{ height:35px;}
.nav-wrap2{width:1400px;height:100px;margin:auto;}


.top{width:100%;margin:auto;background:#082440;color:#fff;font-size:10.5px;height:43px;}
.top .top_right div{float:left;margin-top:14px;}
.top .top_right .call{background-image:url('../images/common/icon_call.png');background-repeat:no-repeat; padding-left:16px;margin-right:40px; margin-top:15px;}
.top .top_right .email{background-image:url('../images/common/icon_email.png');background-repeat:no-repeat; padding-left:23px;margin-right:34px; }
.top .top_right .twitter{background-image:url('../images/common/icon_twitter.png');background-repeat:no-repeat; width:15px;margin-right:22px;}
.top .top_right .facebook{background-image:url('../images/common/icon_facebook.png');background-repeat:no-repeat; width:15px;}
.top .top_right a{color:#9fafc0;}
.twitter a, .facebook a{display:inline-block;text-indent:-9999px;}
/* ==============================
   main styles
   ============================== */
#wrap{width:1400px;
	margin:auto;    
	padding: 0px 0 0 0;
	min-height: 100px;
	background-color: #fff;
 
	}
.main-col01{background:#082440;height:618px;}
.main-col01 span{position:absolute;color:#fff;/*left:395px;top:191px;*/left:232px;top:345px;font-size:19px;/*letter-spacing:2.7px;*/}
.phone{position:absolute;z-index:9999;right:219px;top:81px;background-image:url('../images/main/phone.png');background-repeat:no-repeat; width:235px;height:521px;}
#banner-slide{margin:57px 0 0 14px;}
#container{position:relative;padding-bottom:90px;}

.main_text{color:#fff;font-size:15px;padding-left:230px;line-height:27px;}
.main-col02{margin-top:76px;position:relative;}
.main-col02 .col-l{float:left;}
.main-col02 .col-r{float:left;padding-left:97px;line-height:27px;font-size:15px;color:#777;}
.btn01{margin-top:40px;}
.btn01 a{display:inline-block;height:33px;line-height:33px;background:#eb1f2d;color:#fff;padding:0 23px;}
.clear{clear:both;}
.main-col03{margin:80px 0;background-image:url('../images/main/main_img02.jpg');background-repeat:no-repeat;width:1400px;height:349px;position:relative;text-align: center;}
.main-col03 span{display:inline-block;color:#fff;font-size:27px;text-align:center;margin-top:100px;font-weight:bold;}
.btn02{margin-top:40px;}
.btn02 .f-btn{margin-right:60px;}
.btn02  a img{border:0;}
.main-col04{position:relative;margin:auto;height:480px;}
.main-col04 .col04-l{float:left;width:545px;margin-left:175px;}
.col04-l-01 {line-height:26px;background-image:url('../images/main/main_icon01.jpg');background-position:40px 13px;background-repeat:no-repeat;	padding:0px 0 23px 170px;border-bottom:1px solid #929497;}
.col04-l-02 {line-height:26px;background-image:url('../images/main/main_icon02.jpg');background-position:62px 34px;background-repeat:no-repeat;	padding:30px 0 23px 170px;border-bottom:1px solid #929497;}
.col04-l-03 {line-height:26px;background-image:url('../images/main/main_icon03.jpg');background-position:34px 41px;background-repeat:no-repeat;	padding:30px 0 23px 170px;border-bottom:1px solid #929497;}
.main-col04 .col04-r{float:left; margin:15px 0 0 65px;}

/* ==============================
   footer styles
   ============================== */
.footer{background:#072340;height:246px;padding:42px 0 0 199px;box-sizing:border-box;}
.footer .col-l{float:left;color:#a9abae;font-size:12px;line-height:20px;padding-top:10px;padding-right:200px;}
.footer .col-r{padding-top:10px;}
.footer a{margin-right:16px;}
.engis_logo {height:38px;}
.footer h3{margin-bottom:0px;margin-top:15px;}

/* ==============================
   sub styles
   ============================== */
 .sub-col01{background:#f4f4f4;height:533px;border-bottom:1px solid #eaebec;box-sizing: border-box;}
 .sub-col01 span{position:absolute;color:#fff;left:325px;top:175px;font-size:19px;}

.sub-tab{text-align:center;height:160px;padding-right:5px;margin:auto;width:550px;}
 
.sub-col01_2{ height:373px; ;}
 .sub-col01_2 span{position:absolute;color:#fff;left:460px;top:170px;font-size:19px;}

 .sub-col01_3{ height:373px; ;}
 .sub-col01_3 span{position:absolute;color:#fff;left:860px;top:310px;font-size:19px;}

 .sub-col01_4{ height:373px; ;}
 .sub-col01_4 span{position:absolute;color:#fff;left:394px;top:95px;font-size:19px;}

ul#tabs {list-style-type: none;margin:65px 0 0 0px;box-sizing:border-box;padding:0;/*float:left;*/text-align: center;height:23px;}
ul#tabs li {float: left;color:#58595b; cursor: pointer; font-size:15.4px;font-weight:bold;padding:0 20px; background-image:url('../images/common/list.png');background-position:left 2px;background-repeat:no-repeat;}
 
ul#tabs li:hover { color:#FF3948;}
ul#tabs li.active { color:#FF3948;}
 

ul#tab {list-style-type: none; margin: 0;padding: 0; }
ul#tab .tabli {display: none; }
ul#tab .tabli.active { display: block; }


.sub-col02{margin-top:110px;position:relative;}
.sub-col02 .col-l{float:left;margin-left:192px;margin-top:2px;}
.sub-col02 .col-r{float:left;padding-left:113px;line-height:29px;font-size:15px;color:#777;}

.sub-col03{padding-top:97px;position:relative;border-bottom:1px solid #eaebec;height:663px;box-sizing:border-box}
.sub-col03 .col-l{float:left;margin-left:161px;}
.sub-col03 .col-r{float:left;padding-left:65px;line-height:29px;font-size:15px;color:#777;margin-top:22px;}
.sub-col03 .col-r h4{margin-bottom:13px;}
.sub-col04{padding-top:64px;position:relative;background:#f4f4f4;height:580px;border-bottom:1px solid #eaebec;box-sizing:border-box}
.sub-col04 .col-l{float:left;margin-left:159px;line-height:29px;color:#777;}
.sub-col04 .col-r{float:left;padding-left:54px;line-height:29px;font-size:15px;color:#777;}
.sub-col04 .col-l h4{margin-bottom:13px;}
.sub-col05{padding-top:50px;position:relative;/*background:#f9f9f9;*/ margin:auto; box-sizing:border-box}
#t01{height:630px;}#t02{height:1860px;}

.sub-col06{margin-top:140px;margin-left:auto;margin-right:auto;width:1017px;position:relative;border-bottom:1px solid #eaebec;}
.sub-col06 .col-l{float:left;margin-left:0px;}
.sub-col06 .col-r{float:left;padding-left:50px;line-height:29px;font-size:15px;color:#777;}
.sub-col06 .col-r div{padding-top:50px;}
.sub-col06 .col-r h4{padding-top:30px;}

.sub-col07{padding-top:90px;position:relative;background:#f4f4f4;height:370px;border-top:1px solid #e7e7e8;box-sizing:border-box;}
.sub-col07-1{margin-left:308px;}
.sub-col07 .col-l{float:left;margin-left:48px;line-height:29px;font-size:15px;color:#647886;margin-top:30px;width:490px;}
.sub-col07 .col-r{position:absolute;left:908px;top:95px}
.sub-col07  .tit{color:#2c3e50;font-size:19px;font-weight:bold;line-height:28px;}
.sub-col07  .tit img{padding:0px 18px 0  0px;vertical-align:bottom; height:37px;}

.sub-col08{padding-top:90px;position:relative;background:#f4f4f4;height:380px;border-top:1px solid #e7e7e8;box-sizing:border-box;}
.sub-col08-1{margin-left:300px;}
.sub-col08 .col-l{float:left;margin-left:55px;line-height:29px;font-size:15px;color:#647886;margin-top:30px;width:490px;}
.sub-col08 .col-r{position:absolute;left:908px;top:100px}
.sub-col08  .tit{color:#2c3e50;font-size:19px;font-weight:bold;line-height:43px;padding-left:57px;  background:url('../images/sub/icon_android.png') left top no-repeat;height:43px;}
.sub-col08  .tit img{padding:0px 20px 0  0px;vertical-align:middle; }

.sub-col09{padding-top:78px;position:relative;background:#fff; box-sizing:border-box;border-bottom:1px solid #e1e2e3;}
.sub-col09-1{width:875px;margin:0 auto;}
.sub-col09-1 h4{color:#2c3e50;}
.sub-col09-1 .col-1{color:#647886;line-height:30px;}
.sub-col09-1 .col-2{margin-top:47px;margin-bottom:74px;text-align:center;}
.sub-col09-1 .col-3{margin-bottom:72px;text-align:center;}
.sub-col10{background:#a0b0bb; color:#fff;font-size:14px;line-height:21px;padding:33px 0 35px 360px;box-sizing:border-box;}
.sub-col10 ul {list-style-type: decimal;}
.sub-col10 ul li{padding-bottom:7px;}

.sub-col11{padding-top:69px;width:1000px;margin:auto;position:relative;background:#fff; box-sizing:border-box;}
.sub-col11  .tit{color:#2c3e50;font-size:19px;font-weight:bold;line-height:70px;height:70px;}
.sub-col11  .tit img{padding:0px 20px 10px  10px;vertical-align:middle; width:25px;}
.faq_tit{background-image:url('../images/sub/icon_faq.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:65px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 20px 52px;}
.ts_tit{background-image:url('../images/sub/icon_ts.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:55px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 0px 52px;}
.news_tit{background-image:url('../images/sub/icon_news.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:55px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 0px 52px;}

.mn_tit{background-image:url('../images/sub/icon_manual.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:55px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 0px 52px;}

.manual{    position: relative;background-image:url('../images/sub/bg_manual.png');background-position:left top;width:1400px;height:571px;margin-top:45px;}
.manual dl {
    position: absolute;
    top: 120px;
    left: 862px;
    width: 297px;
}
.manual  dl dt {
    height: 40px;
	line-height: 40px;
    padding-left: 5px;
	color:#2c3e50;
	font-size:13px;
	font-weight:bold;
}
.manual dl dd {
    width: 100%;
	margin:0;
    padding-bottom: 10px;
}
.manual dl select {
height:24px;
    width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
 appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
	padding:0 20px;
	border:0;
	background: #d1d2cd url('../images/common/select_arrow02.png') 266px top no-repeat;
	color:#82181b;
}
select::-ms-expand {
    display: none;
}  
#dBtn {
    display: none;
	padding-top:30px;
}
.manual  dl button {
    display: block;
    width: 137px;
    height: 44px;
    margin: 0 auto;
    background: url('../images/sub/btn_download.png') no-repeat;
    text-indent: -500px;
    overflow: hidden;
	border:none;
}
.manual dl button:hover {background:url('../images/sub/btn_download_on.png') no-repeat;}
#Soon {
    display: none;
}

.comp01_tit{background-image:url('../images/sub/icon_comp01.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:55px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 0px 53px;}
.comp02_tit{background-image:url('../images/sub/icon_comp02.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:55px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 0px 53px;}
.sub-col11-1{padding:15px 0 0 10px;}
.sub-col11-1 ul{display:block;width:990px;padding: 0;margin:0;}
.sub-col11-1 ul li{float:left;border:1px solid #e1e2e3;width:315px;height:325px;box-sizing:border-box;padding:17px;margin:0 21px 31px 0;letter-spacing: -0.1px;}
.sub-col11-1 ul li.thrid{margin-right:0;}
.sub-col11-1 ul li p {color:#8b9ba6;font-size:12px;padding-left:8px;}
.sub-col11-1 ul li p a{color:#8b9ba6;font-size:13px;line-height:21px;}
.sub-col11-1 ul li h6 a{color:#2c3e50;padding-left:8px;    display: block;}
.notice{margin:24px 0 0 10px;border-top:2px solid #082440;}

.notice_tit{width:150px;float:left;background-image:url('../images/sub/icon_notice.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:41px;line-height:41px;font-size:27px;color:#2c3e50;padding:0 0 0px 52px;}
.notice_top{height:41px;}
.notice .notice_list{border-bottom:1px solid #e1e2e3;padding:12px 0 24px 22px;}
.notice .notice_list h2{margin-bottom:0;margin-top:0;}
.notice .notice_list p {margin-top:0;}
.notice .notice_list h2 a{color:#2c3e50}
.notice .notice_list p a, .date{color:#8b9ba6;}
.notice_top .search{float:right;position: relative;width:328px;margin-top:3px;margin-right:0px;}

.notice_view{margin:24px 0 0 10px;border-bottom:1px solid #e1e2e3;}
.notice_view .title{background:#082440;height:50px;}
.notice_view .title h2{float:left;color:#ffffff;line-height:50px;padding: 0 0 0 20px;margin:0}
.notice_view .title .date{float:right;line-height:50px;padding: 0 30px 0 0px;}
.notice_view .text{padding:55px 40px 60px;}
.notice_view .text p{padding: 0;color:#8b9ba6;line-height:23px;}
.notice_view .text img{padding:20px 0;}

.notice_write{margin:24px 0 0 10px;border-top:2px solid #082440;border-bottom:2px solid #082440;padding:35px 0;}
.notice_write input{box-sizing:border-box;margin-bottom:12px;width:100%;height:44px;border:1px solid #e1e2e3;font-size:15px;color:#8b9ba6;padding-left:20px;line-height:44px;}
.notice_write textarea{box-sizing:border-box;margin-bottom:12px;width:100%;height:370px;border:1px solid #e1e2e3;font-size:15px;color:#8b9ba6;padding-left:20px;font-family: 'NotoSans';line-height:24px;}



.search_input {
    width:275px;
    padding-left: 15px;
    line-height: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d7d7d7;
	background:#efefef;
	color:#999999;
	font-size:15px;
	font-family: 'NotoSans';
	box-sizing:border-box;
}
.btn_search{width: 45px;height:35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-weight: normal;
    background-image: url('../images/common/search.png');
    background-repeat: no-repeat;
    background-position: left top;margin:0 0 0 8px;}

a.btn01{display:block;width:260px; height:50px;line-height:50px;background:#082440;color:#fff;font-size:18px;font-weight:bold;text-align:center;margin:60px auto 0;}
a.btn01:hover{color:#fff;}
a.btn02{float:right;display:block;width:97px; height:44px;line-height:44px;background:#082440;color:#fff;font-size:18px;text-align:center;margin:28px 10px 0 0;}
a.btn02:hover{color:#fff;}
a.btn03{display:inline-block;width:130px; height:44px;line-height:44px;background:#082440;color:#fff;font-size:18px; text-align:center;}
a.btn03:hover{color:#fff;}
.file_input_textbox {
    float: left;
    width: 840px!important;
}
.file_input_div {
    position: relative;
    height: 44px;
    overflow: hidden;
	padding-left:20px;
}
input[type=button] {
    color: #fff;
    height: 44px;
    box-sizing: border-box;
    background: #082440;
    width: 130px!important;
    font-size: 13px;
    border: 0;
    cursor: pointer;
}
.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.btn{float:right;margin: 28px 10px 0 0;}
.btn > input{width:130px;height:44px;line-height:44px;background:#082440;color:#fff;font-size:18px;}
.btns_area{float:right;width:130px;border-top:0!important;padding-top:0!important;    margin: 28px 10px 0 0;}
.btns_area > input{width:130px;height:44px;line-height:44px;padding-left:0!important;background:#082440;color:#fff !important;font-size:18px !important;}
.btns_area > a{width:130px;height:44px;line-height:44px;text-align: center;background:#082440;color:#fff !important;font-size:18px !important;}
.sub-col12{padding:69px 0 30px 198px;width:1400px;margin:auto;position:relative;background:#fff; box-sizing:border-box;border-bottom:1px solid #e1e2e3;}

.sub-col13{padding-top:60px;width:870px;margin:auto;position:relative;background:#fff; box-sizing:border-box;}
.sub-col13 span{display:block;font-weight:bold;color:#2c3e50;font-size:15px;line-height:33px;margin-bottom:55px;}
.sub-col13  .tit{color:#2c3e50;font-size:19px;font-weight:bold;line-height:70px;height:80px;}
.sub-col13  .tit .img01{padding:0px 15px 10px 0px;vertical-align:middle; width:33px;}
.sub-col13  .tit .img02{padding:0px 20px 10px 0px;vertical-align:middle; width:25px;}
.sub-col13 p{padding-left:46px;margin:0;line-height:0;}

.sub-col14{padding-top:92px;position:relative;height:774px;box-sizing:border-box;border-bottom:1px solid #e1e2e3;}
.sub-col14 .col-l{float:left;margin-left:213px;padding-top:8px;}
.sub-col14 .col-r{float:left;padding-left:70px;line-height:27px;font-size:15px;color:#647886;}
.sub-col14 .col-r p{line-height:27px;margin:0 0 20px 0;}
.sub-col15{padding-top:90px;width:913px;margin:auto;position:relative;background:#fff; box-sizing:border-box;padding-bottom:90px;}
.sub-col15 span{display:block;font-weight:bold;color:#2c3e50;font-size:15px; margin-bottom:55px;}

.sub-col16{padding-top:97px;position:relative;/*background:#f9f9f9;*/ margin:auto; box-sizing:border-box;border-top:1px solid #e1e2e3;}
.sub-col16 .col-l{float:left;}
.sub-col16 .col-r{float:left;padding-left:95px;line-height:27px;font-size:15px;color:#231f20;}
.cv_list{list-style-image:url('../images/sub/list-style.png');
list-style-type:none;margin:0;padding:0 0 30px 15px;box-sizing:border-box;}
.cv_list li{font-weight:bold;color:#2c3e50;font-size:15px;padding-left:3px;box-sizing:border-box;}

.pt15{padding-top:15px;}

.feedback_tit{background-image:url('../images/sub/icon_feedback.png');background-position:left top;
box-sizing:border-box;background-repeat:no-repeat;height:55px;line-height:42px;font-size:27px;color:#2c3e50;padding:0 0 0px 52px;}

.feedback{border-top:2px solid #082440;margin:10px auto 0;width:987px;}
.feedback .step{font-size:19px;font-weight:bold;color:#2c3e50;padding-left:15px;line-height:67px;margin:19px 0 0px 0;}

.feedback01{width:100%;height:455px;position: relative;background:#f4f4f4;padding:54px 0 0 52px;box-sizing:border-box;}
.feedback01 h2{font-size:15px; color:#2c3e50;font-weight:bold; padding-bottom: 0px;line-height:18px;margin-top:0;}
.feedback01 h3{font-size:13px; color: #2c3e50;line-height:13px; padding-bottom: 12px;margin:0;padding-left:8px;font-weight:bold;}
.feedback01 p{font-size:13px; color:#8b9ba6;padding-bottom: 54px;margin:0;line-height:15px;}
fieldset {border:0;margin:0;padding:0;}
.feedback01 select {
    height: 24px;
    width: 297px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 20px;
    border: 0;
    background: #d1d2cd url('../images/common/select_arrow02.png') 266px top no-repeat;
	color:#fff;
}
.feedback02{width:100%; position: relative; padding:43px 0 0 0px;box-sizing:border-box;}
 .feedback02 h2{font-size:15px; color:#2c3e50;font-weight:bold; padding-bottom: 0px;line-height:18px;margin-top:0;padding-left:15px;}
.feedback .feedback02 p{padding-bottom: 5px;}
.feedback02 p
a.btn04{display:block;width:137px; height:44px;line-height:44px;background:#082440;color:#fff;font-size:17px; text-align:center;margin:35px auto 0;}
.faq_helpful_info{font-size:18px;line-height:18px;margin-bottom:35px;text-align:center;font-weight:bold;color:#2c3e50;}
.btn_center {
    text-align: center;
    margin-bottom: 90px;
}
.btn_center button{width:308px;height:44px;background:#082440;color:#fff;font-size:17px; text-align:center;margin: 0 27px;border:0;cursor:pointer;}

.feedback_write{width:987px;margin:55px 0 0 10px;border-top:1px solid #e1e2e3;border-bottom:1px solid #e1e2e3;padding: 0;}
.feedback_write input{box-sizing:border-box;box-sizing:border-box;margin-bottom:12px;width:100%;height:44px;border:1px solid #e1e2e3;font-size:15px;color:#8b9ba6;padding-left:20px;line-height:44px;}
.feedback_write select{ background:#fff url('../images/common/select_arrow02.png') 206px center no-repeat;    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;box-sizing:border-box;box-sizing:border-box;margin-bottom:12px;width:240px;height:44px;border:1px solid #e1e2e3;font-size:15px;color:#8b9ba6;padding-left:20px;line-height:44px;}

.feedback_write textarea{box-sizing:border-box;box-sizing:border-box;margin-bottom:12px;width:100%;height:370px;border:1px solid #e1e2e3;font-size:15px;color:#8b9ba6;padding-left:20px;font-family: 'NotoSans';line-height:24px;}
.feedback_write table label{text-align:right;font-weight:normal;font-size:15px;color:#2c3e50;}
.feedback_write table{margin-top:23px;}
.error{color:#ec1f2e;}
.text_r{text-align:right;width:242px;padding-right:33px;vertical-align:top;padding-top:13px;}
.g_wrapping {
    display: none;
    position: absolute;
    left: -214px;
    bottom: 50px;
    width: 1400px;
    height: 180px;
    padding-top: 11px;
    background: url('../images/common/bg_bar.png') left top repeat;
}
.g_wrapping ul {
    width: 1400px;
    margin: 0 auto;
}
.g_wrapping ul li {
    float: left;
    width: 120px;
    height: 90px;
}
.g_wrapping ul li a.w01 {
    background-image: url('../images/_icon/ico_au.png');
}

.g_wrapping ul li a {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 65px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}
#googlePlay {position:relative;display:inline;}
#googlePlay .wrapping {display:none; position:absolute; left:-1028px; bottom:130px; width:1400px; box-sizing:border-box;height:270px; padding-top:38px; background:url('../images/common/bg_bar.png') left top repeat;}
#googlePlay .wrapping ul {width:1120px; margin:0 auto;}
#googlePlay .wrapping ul li {float:left; width:140px; height:106px;}
#googlePlay .wrapping ul li a {display:block; width:100%; height:50px;text-indent:-9999px; padding-top:65px; background-position:center top; background-repeat:no-repeat; text-align:center; color:#fff;}
#googlePlay .wrapping ul li a.w01 {background-image:url('../images/_icon/ico_au.png');}
#googlePlay .wrapping ul li a.w02 {background-image:url('../images/_icon/ico_weu.png');}
#googlePlay .wrapping ul li a.w03 {background-image:url('../images/_icon/ico_eeu.png');}
#googlePlay .wrapping ul li a.w04 {background-image:url('../images/_icon/ico_us.png');}
#googlePlay .wrapping ul li a.w05 {background-image:url('../images/_icon/ico_br.png');}
#googlePlay .wrapping ul li a.w06 {background-image:url('../images/_icon/ico_kr.png');}
#googlePlay .wrapping ul li a.w07 {background-image:url('../images/_icon/ico_cn.png');}
#googlePlay .wrapping ul li a.w08 {background-image:url('../images/_icon/ico_sam.png');}
#googlePlay .wrapping ul li a.w09 {background-image:url('../images/_icon/ico_rus.png');}
#googlePlay .wrapping ul li a.w10 {background-image:url('../images/_icon/ico_mex.png');}
#googlePlay .wrapping ul li a.w11 {background-image:url('../images/_icon/ico_sea.png');}
#googlePlay .wrapping ul li a.w12 {background-image:url('../images/_icon/ico_mea.png');}
#googlePlay .wrapping ul li a.w13 {background-image:url('../images/_icon/ico_saf.png');}
#googlePlay .wrapping ul li a.w14 {background-image:url('../images/_icon/ico_in.png');}
#googlePlay .wrapping ul li a.w15 {background-image:url('../images/_icon/ico_naf.png');}
#googlePlay .wrapping ul li a.w16 {background-image:url('../images/_icon/ico_il.png');}
#appStore {position:relative;display:inline;}
#appStore .wrapping {display:none; box-sizing:border-box; position:absolute; left:-902px; bottom:130px; width:1400px; height:270px; padding-top:38px; background:url('../images/common/bg_bar.png') left top repeat;}
#appStore .wrapping ul {width:1120px; margin:0 auto;}
#appStore .wrapping ul li {float:left; width: 140px; height:106px;}
#appStore .wrapping ul li a {display:block; width:100%; height:50px; padding-top:65px; background-position:center top;text-indent:-9999px; background-repeat:no-repeat; text-align:center; color:#fff;}
#appStore .wrapping ul li a.w01 {background-image:url('../images/_icon/ico_au.png');}
#appStore .wrapping ul li a.w02 {background-image:url('../images/_icon/ico_weu.png');}
#appStore .wrapping ul li a.w03 {background-image:url('../images/_icon/ico_eeu.png');}
#appStore .wrapping ul li a.w04 {background-image:url('../images/_icon/ico_us.png');}
#appStore .wrapping ul li a.w05 {background-image:url('../images/_icon/ico_br.png');}
#appStore .wrapping ul li a.w06 {background-image:url('../images/_icon/ico_kr.png');}
#appStore .wrapping ul li a.w07 {background-image:url('../images/_icon/ico_cn.png');}
#appStore .wrapping ul li a.w08 {background-image:url('../images/_icon/ico_sam.png');}
#appStore .wrapping ul li a.w09 {background-image:url('../images/_icon/ico_rus.png');}
#appStore .wrapping ul li a.w10 {background-image:url('../images/_icon/ico_mex.png');}
#appStore .wrapping ul li a.w11 {background-image:url('../images/_icon/ico_sea.png');}
#appStore .wrapping ul li a.w12 {background-image:url('../images/_icon/ico_mea.png');}
#appStore .wrapping ul li a.w13 {background-image:url('../images/_icon/ico_saf.png');}
#appStore .wrapping ul li a.w14 {background-image:url('../images/_icon/ico_in.png');}
#appStore .wrapping ul li a.w15 {background-image:url('../images/_icon/ico_naf.png');}
#appStore .wrapping ul li a.w16 {background-image:url('../images/_icon/ico_il.png');}
