@charset "UTF-8";

/*서브공통레이아웃*/
#sub_contents {padding:20px 0;width:100%;}
@media screen and (min-width:768px) {
  #sub_contents {padding:50px 0;}
}
#sub_contents .cont_center,#footer .cont_center {width:1200px;padding:17px 20px;margin:0 auto;}

@media screen and (max-width:1200px) {
  #sub_contents .cont_center,
  #footer .cont_center {width:100%}
}
/*서브비쥬얼*/
.s_inner{ width: 1200px; margin: 0 auto; position: relative; }
.sub_visual{ height: 440px; background-size: cover; box-sizing: border-box; position: relative; padding-top:100px;width: 100%; z-index: -1; overflow:hidden;}
.sub_visual:before{ content: ""; width: 100%; height: 440px; position: absolute; top: 0; left: 0; width: 100%; z-index: -2;
  -moz-transition: all 8s ;
  -webkit-transition: all 8s;
  -o-transition: all 8s;
  -ms-transition: all 8s ;
  transition: all 8s ;
  transform: scale(1.2) perspective(440px) rotate(.001deg);
}


.sub_visual.on:before{ transform: scale(1.0); }
.sub_visual:after {clear:both;content:'';display:block;}

.sub_visual .s_inner{ height: 342px; display: table; }
.sub_visual .s_inner .sub_title{ height: 100%; display: table-cell; vertical-align: middle; text-align: center; }
.sub_visual .s_inner .sub_title .title_b{ padding: 45px 70px; border: 1px solid rgba(255,255,255,0.5); text-align: center; display: inline-block;position: relative;
  position: relative; opacity: 0;
  -moz-transition: all 1.0s ease-in-out;
  -webkit-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
  transition-delay: 0.3s;
}
.sub_visual .s_inner .sub_title .title_b:after{ content: ""; width: 0; height: 0; border-top: 6px solid #fff; border-right: 6px solid #fff; opacity: 0; position:absolute; display: block; right: -6px; top: -6px;  }
.sub_visual .s_inner .sub_title.on .title_b:after{ width: 56px; height: 56px; opacity:1;
  -webkit-transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.sub_visual .s_inner .sub_title .title_b:after{ content: ""; }
.sub_visual .s_inner .sub_title .title_b em{ font-size: 18px; color: #fff; font-style: normal; display: block; }
.sub_visual .s_inner .sub_title .title_b strong{ font-size: 58px; line-height: 64px; color: #fff; font-weight: 400; text-shadow: 2px 1px 1px rgba(98,96,96,0.75); margin-top: 10px; display: block; }
.sub_visual .s_inner .sub_title > p{ font-size: 22px; line-height: 38px; color: #fff; margin-top: 45px;
   opacity: 0;
  -moz-transition: all 1.0s ease-in-out;
  -webkit-transition: all 1.0s ease-in-out;
  -o-transition: all 1.0s ease-in-out;
  -ms-transition: all 1.0s ease-in-out;
  transition: all 1.0s ease-in-out;
  transition-delay: 0.6s;
}
.sub_visual.on .s_inner .sub_title .title_b{ opacity: 1; }
.sub_visual.on .s_inner .sub_title  > p{ opacity: 1; }

@media screen and (max-width:1200px) {
  .s_inner {width:100%;}
}

@media screen and (max-width:768px) {
  .sub_visual {height:280px;}
  .sub_visual:before {height:280px;transform: scale(1.2) perspective(280px) rotate(.001deg);}
  .sub_visual .s_inner .sub_title .title_b strong {font-size:40px;margin-top:0;}
  .sub_visual .s_inner .sub_title .title_b em {font-size:16px;}
  .sub_visual .s_inner .sub_title .title_b {padding:25px 50px;}
  .sub_visual .s_inner {height:175px;}
}
@media screen and (max-width:480px) {
  .sub_visual {height:200px;}
  .sub_visual:before {height:200px;}
  .sub_visual .s_inner .sub_title .title_b {padding:10px 30px;}
  .sub_visual .s_inner .sub_title .title_b strong {font-size:30px;line-height:32px;}
  .sub_visual .s_inner .sub_title .title_b em {font-size:14px;}
  .sub_visual .s_inner {height:92px;}
  
}
/*서브nav*/
.sub_navi_wrap {
    border-bottom: 1px solid #dedede;
    text-align: center;
    height: 66px;
    border-top: 1px solid #dedede;
    background: #f4f4f4;
}
#sub_navi {max-width:1000px;margin:0 auto;display:inline-block;}
#sub_navi li {display:inline-block;float:left;}
#sub_navi li a {padding:20px 25px 20px 25px;display: inline-block;font-size:17px;border-color:transparent;border-bottom-style: solid;}
#sub_navi li.on a {border-bottom-style: solid;border-color:#191e79;color:#191e79;transition:border-color .5s;}
@media screen and (max-width:799px) {
    .sub_navi_wrap {height:auto;}
    .sub_navi_wrap .cont_center {width:100%;padding:0 10px;}
    #sub_navi li a {padding: 15px 10px 15px 10px;margin-bottom: -5px;}
}

/*서브타이틀*/
.basic-tit {width:1200px;padding:0 20px;margin:0 auto;text-align:left;}
.basic-tit h1 {
  font-size: 22px;
  color: #333;
  letter-spacing: -1px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding-bottom: 20px;
  word-break:keep-all;
}
@media screen and (min-width:768px) {
  .basic-tit h1 {font-size:36px;}
}
@media screen and (max-width:1200px) {
  .basic-tit {width:100%;}
}
.basic-tit h2 {font-size:18px;line-height:1.8;color:#575757;font-weight:400;word-break: keep-all;word-spacing: 1px;}
.basic-tit .btn {
  float: right;
  color: #fff;
  background: #17a2b8;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -50px;
  margin-top: 5px;
  padding: 0 25px;
}

.bullet:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 22px;
  left: 0;
  top: 6px;
  background: #004b96;
}
.bullet {position:relative;padding-left:20px;font-size:24px;margin-bottom:20px;word-break: keep-all;}
.underline {border-bottom:1px solid #dedede;word-break: keep-all;}

/*제품슬라이드 공통수정*/
#jssor_1 {margin: 0px auto 10% !important;}
.jssort101 {margin-top: -2px !important;}
@media screen and (max-width:1000px) {
	#sub_contents {width:100% !important; /*padding:40px 20px 50px 20px !important;*/}
	.jssort101 {margin-top: -11px !important;}
	#jssor_1 {margin: 0px auto 8% !important;}
}



