@charset "utf-8";



.sv5 .text {
    display: none;
}

/********** 타이틀 **********/
.sub_tit{
  position: relative;
  margin-bottom: 50px;
}
.sub_tit .wrap{
    border-bottom: 1px solid #ccc;
}
.sub_tit .wrap:after{
    content: ""; display: block; clear: both;
}
.sub_tit .title{
    float: left;
    line-height: 1;
    padding-bottom: 1.3rem;
    position: relative;
}
.sub_tit .title::after{
    content: '';
    display: block;
    width: 102%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #000;
}
.sub_tit .title strong{
    display: inline-block;
    font-size: 3.4rem;
    font-weight: 700;
    color: #111;
    line-height: 1;
}
.sub_tit .title small{
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 1.1rem;
    color: #969696;
    font-weight: 600;
    vertical-align: middle;
}
.sub_tit .location{
    float: right;
    margin: 26px 0 0;
}
.sub_tit .location li{
    display: inline-block;
}
.sub_tit .location li:not(:first-child):before{
    content: ""; display: inline-block; vertical-align: middle;
    margin: -3px 9px 0 1px;
    width: 7px; height: 7px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
}
.sub_tit .location li .home{

}
.sub_tit_s span{
    display: block;
    font-size: 1.125rem;
    color: #666;  letter-spacing: -0.8px;
    line-height: 1;
}

.section_title{
  border-bottom: 2px solid #ccc;
}
.section_title span{
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 1% 6px 1%;
  letter-spacing: -1px;
  margin-bottom: -2px;
  border-bottom: 2px solid #444;
  color: #222;
}
@media screen and (max-width:1440px){
  .sub_tit::before{
    top: -88px;
  }
}
@media screen and (max-width:1400px){
  .sub_tit > .wrap{margin: 0 auto;}
}
@media screen and (max-width:768px){
  .sub_tit::before{
    top: -90px;
  }
  .sub_tit .title{
    padding-bottom: 1rem;
  }
  .sub_tit .title strong{
    font-size: 2.4rem;
  }
  .sub_tit .title small{
    margin: 0 0 0 6px;
    font-size: 0.9rem;
  }
  .sub_tit .location{
    margin: 14px 0 0;
  }
  .sub_tit .location li{
    font-size: 14px;
  }
  .sub_tit_s span{
    font-size: 1rem;
  }
}
@media screen and (max-width:640px){
  .sub_tit .location{
    display: none;
  }
}
@media screen and (max-width:425px){
  .sub_tit::before{
    top: -85px;
  }
}



/* *********************스타일 공통************************* */

/* 테이블 */
.basic_table_area { overflow-x: auto; width:100% }/*표*/
.basic_table_area .guide {color:#939393; font-size:13px;}
.basic_table_area .guide.right {text-align:right;}
.basic_table_area .guide.left {text-align:left;}
.basic_tb{table-layout:fixed; width:100%;  word-break:break-all; vertical-align:middle;}
.basic_tb tr th {padding: 1rem 20px; font-size: 1rem; color: #000; border-bottom:1px solid #e9e9e9 ; border-right:1px solid #e9e9e9; line-height:1.4em;  text-align:center}
.basic_tb tr td  { padding:16px 20px; border-bottom:1px solid #e9e9e9 ; border-right:1px solid #e9e9e9; line-height:1.4em;  text-align:center;vertical-align:middle;}
.basic_tb tr td.bg{background: #f9f9f9; font-weight: 500;}
.basic_tb tr td ul li{
  position: relative; text-align: left; padding-left: 12px; margin-top: 4px;
}
.basic_tb tr td ul li:first-child{
  margin-top: 0;
}
.basic_tb tr td ul li::before{
  content: ''; display: block; width: 4px; height: 4px; background: #b7b7b7;
  position: absolute; left: 0; top: 11px;
}
.basic_tb tr th {background:#f9f9f9 ; border-top:2px solid #333; vertical-align:middle;}
.basic_tb tr th:last-child {border-right:0px;}
.basic_tb tr td:last-child {border-right:0px;}
.basic_tb .left { text-align: left }
.basic_tb .right { text-align: right }
.basic_tb td img{ max-width:100%}
.basic_tb tr td p {line-height:1.5em;}
@media screen and (max-width:1280px){
  .basic_tb tr td ul li::before{
    top: 8px;
  }
}
@media screen and (max-width:640px){
  .basic_tb tr th,.basic_tb tr td  { padding:5px 8px; }
  .basic_tb tr th{font-size: 1rem;}
  .basic_tb tr td ul li{
    padding-left: 10px;
  }
  .basic_tb tr td ul li::before{
    top: 7px;
  }
}
@media screen and (max-width:420px){
  .basic_tb tr th br {display:none;}
}



/* 컨텐츠 내용 */
.section_content{
  padding-left: 1%; box-sizing: border-box;
  letter-spacing: -0.8px;;
}
.section_content li{
  padding-left: 0.7rem; position: relative;     margin: 0.4rem 0;
}
.section_content li::before{
  content: ''; display: block; width: 3px; height: 3px; background: #999;
  position: absolute; left: 0; top: 0.7rem;
}



/********** 팝업 레이어 **********/
.layer_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.layer_wrap .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.layer_wrap .pop-layer {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  height: auto;
  background-color: #fff;
  z-index: 10;
}
.layer_wrap .container{
    padding: 1.6rem 2.4rem;
}
.layer_wrap .container .tit{
  font-size: 1.4rem;
  color: #111;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
.layer_wrap .close_btn{
  width: 45px; height: 45px; border: none; outline: none; cursor: pointer;
  background: url('/assets/dex/img/contents/portfolio_close.png') no-repeat;
  position: absolute; right: -55px; top: 0; opacity: 0.8;
}
@media screen and (max-width:768px){
  .layer_wrap .pop-layer{
    width: 400px;
  }
  .layer_wrap .container .tit{
    line-height: 1.2;
  }
  .layer_wrap .close_btn{
    width: 32px;
    height: 32px;
    background-size: 32px;
    right: -40px;
  }
}
@media screen and (max-width:500px){
  .layer_wrap .pop-layer{
    width: 75%;
  }
  .layer_wrap .container{
    padding: 1.4rem 1.6rem;
  }
}



/* ******************************지역문화진흥*********************************** */
.icon_list li{
  float: left; text-align: center; padding: 0 2%; box-sizing: border-box;
}
.culture_support .icon_list li{
  width: 50%;
}
.icon_list dt{
  width: 106px; height: 106px; background: #f2faf4; border-radius: 50%;     margin: auto;
}
.icon_list dt img{
  margin-top: 21px;
}
.icon_list dd{
  margin-top: 1rem;
}
.icon_list dd strong{
  display: block; font-weight: 600; color: #222; letter-spacing: -.8px; margin-bottom: 0.5rem;
}
.icon_list dd span{
  display: block; color: #444; letter-spacing: -.8px;
}

.schedule_list{
  display: flex; justify-content: space-between;
}
.schedule_list li{
  flex: 1 1 auto;
  text-align: center; position: relative;
  height: 132px; margin-right: 3%;
  float: left;
  background-color: #f2faf4;
  padding-top: 1.5rem;
  box-sizing: border-box;
}
.schedule_list li:last-child{
  margin-right: 2%;
}
.schedule_list li::before{
  content: ''; display: block; width: 24px; height: 132px;
  position: absolute; left: -24px; top: 0;
  background: url('../img/contents/schedule_bg_left.png') no-repeat;
  background-size: cover;
}
.schedule_list li:first-child::before{
  display: none;
}
.schedule_list li::after{
  content: ''; display: block; width: 24px; height: 132px;
  position: absolute; right: -24px; top: 0;
  background: url('../img/contents/schedule_bg_right.png') no-repeat;
  background-size: cover;
}
.schedule_list li .date{
  display: inline-block; padding: 0.5rem 0.8rem; line-height: 1;
  background: #018d73; color: #fff; font-weight: 500;
  border-radius: 20px;     letter-spacing: -1px; white-space: nowrap;
}
.schedule_list li .content{
  display: block; font-size: 1.05rem; color: #222;
  margin-top: 1.2rem;    line-height: 1.2;     letter-spacing: -1px;
}

.culture_support .basic_tb tr th{
  border-top: 1px solid #ddd;
}

.cu_facilities .tab_style li{
  width: 33.3%;
}
@media screen and (max-width:1024px){
  .schedule_list li{
    margin-right: 4%;
    height: 120px;
  }
  .schedule_list li::before{
    width: 22px; height: 120px;
    left: -22px;
  }
  .schedule_list li::after{
    width: 22px; height: 120px;
    right: -22px;
  }
}
@media screen and (max-width:768px){
  .icon_list dt{
    width: 85px;
    height: 85px;
  }
  .icon_list dt img {
    margin-top: 18px;
    width: 46px;
  }
  .icon_list dd span{
    min-height: 44px;
  }

  .schedule_list{
    flex-wrap: wrap;
  }
  .schedule_list li{
    height: 104px;
    margin: 0 2.5% 2% 2.5%;
  }
  .schedule_list li:last-child {
    margin-right: 2.5%;
  }
  .schedule_list li::before{
    width: 19px; height: 104px;
    left: -19px;
  }
  .schedule_list li:first-child:before{
    display: block;
  }
  .schedule_list li::after{
    width: 19px; height: 104px;
    right: -19px;
  }
  .schedule_list li .content{
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:640px){
  .cu_facilities .tab_content > div{
    padding-top: 2rem;
  }
}
@media screen and (max-width:425px){
  .icon_list dt{
    width: 72px;
    height: 72px;
  }
  .icon_list dt img {
    margin-top: 14px;
    width: 40px;
  }
  .icon_list dd span {
    min-height: 58px;
  }

  .schedule_list li{
    height: 85px;
    margin: 0 4% 3% 4%;
  }
  .schedule_list li::before{
    width: 16px; height: 85px;
    left: -16px;
  }
  .schedule_list li::after{
    width: 16px; height: 85px;
    right: -16px;
  }
}



/* ******************************축제사업*********************************** */
.festival_intro .image_area{
  float: left; width: 50%;
}
.festival_intro .text_area{
  float: left; width: 45%; margin-left: 5%;  margin-top: 1rem;
}
.festival_intro .text_area .tit{
  font-weight: 600; font-size: 1.4rem; letter-spacing: -1px;
  margin-bottom: 2rem;
}
.festival_intro .text_area p{
  letter-spacing: -0.8px; font-size: 1.1rem;     text-align: justify;
}
.festival_intro .text_area .comment{
  background: #f7f7f7; padding: 1.8rem 2.5rem; box-sizing: border-box;
  color: #666; margin-top: 2.5rem; letter-spacing: -.6px;
  text-align: justify;
}
.festival_intro .text_area .comment span{
  color: #00a68e; font-weight: 500; font-size: 0.9rem;
}

.festival_info li{
  margin-bottom: 0.5rem;
}
.festival_info dt{
  display: inline-block; vertical-align: middle; line-height: 1;
  text-align: center; margin-right: 1rem;
  width: 110px;
  padding: 0.6rem 0;
  background: #f2f2f2; color: #222; font-weight: 500;
}
.festival_info dd{
  display: inline-block; vertical-align: top; letter-spacing: -.5px;
  width: calc(95% - 110px + 1rem);
  line-height: 1.4;    padding: 0.4rem 0;
}

.fes_img_slider .bx-wrapper{
  position: relative;
}
.fes_img_slider .bx-controls{
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 51;
}
.fes_img_slider .bx-prev{
  float: left; text-indent: -9999px;
  background: url('../img/contents/fes_img_slider_prev.png') no-repeat;
  display: block; width: 64px; height: 64px;
  margin-left: -30px; opacity: 0.5;

  -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
  -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
  -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);
  transition: all .2s cubic-bezier(.08, .03, .22, .87);
}
.fes_img_slider .bx-next{
  float: right; text-indent: -9999px;
  background: url('../img/contents/fes_img_slider_next.png') no-repeat;
  display: block; width: 64px; height: 64px;
  margin-right: -30px; opacity: 0.5;

  -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
  -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
  -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);
  transition: all .2s cubic-bezier(.08, .03, .22, .87);
}
.fes_img_slider .bx-prev:hover{
  opacity: 0.8;
  margin-left: -40px;
}
.fes_img_slider .bx-next:hover{
  opacity: 0.8;
  margin-right: -40px;
}
.fes_img_slider #bx-pager{
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.fes_img_slider #bx-pager a{
  display: inline-block; width: 12%;
}
@media screen and (max-width:1024px){
  .festival_intro .image_area{
    float: none; width: 100%;     text-align: center;
  }
  .festival_intro .text_area{
    float: none; width: 100%; margin-left: 0;    margin-top: 2rem;
  }
  .festival_intro .text_area .tit{
    margin-bottom: 1rem;
  }
  .festival_intro .text_area .comment{
    margin-top: 1.5rem; padding: 1.3rem 2rem;
  }
}
@media screen and (max-width:768px){
  .festival_info dt{
    width: 86px;
  }
  .festival_info dd{
    width: calc(92% - 86px + 1rem);
  }

  .fes_img_slider .bx-prev{
    background-size: 32px; width: 32px; height: 32px; margin-left: -15px;
  }
  .fes_img_slider .bx-next{
    background-size: 32px; width: 32px; height: 32px; margin-right: -15px;
  }
  .fes_img_slider .bx-prev:hover{
    margin-left: -20px;
  }
  .fes_img_slider .bx-next:hover{
    margin-right: -20px;
  }
}
@media screen and (max-width:640px){

}
@media screen and (max-width:425px){
  .festival_info dt{
    width: 70px;
  }
  .festival_info dd{
    width: calc(90% - 70px + 1rem);
  }
}



/* ******************************포토갤러리*********************************** */
.board_photo_wrap{
  margin-left: -20px;
}
.board_photo_wrap li{
  width: 25%;
  float: left;
}
.board_photo_wrap li a{
  display: block;
  position: relative;
  padding-bottom: 94%;
  margin-left: 20px;
  margin-bottom: 20px;
}
.board_photo_wrap li a .inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.board_photo_wrap li a .inner .image{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: block;
  transition: -webkit-transform .6s cubic-bezier(.08, .03, .22, .87);
  transition: transform .6s cubic-bezier(.08, .03, .22, .87);
  transition: transform .6s cubic-bezier(.08, .03, .22, .87), -webkit-transform .6s cubic-bezier(.08, .03, .22, .87);
}
.board_photo_wrap li a:hover .inner .image{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.board_photo_wrap li a .inner .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}
.board_photo_wrap li a:hover .inner .bg{
  opacity: 1;
}
.board_photo_wrap li a .inner .bg .text{
  width: 86%;
  position: absolute;
  top: 38%;
  left: 7%;
  font-size: 1.1rem;
  line-height: 1.4;
}

.board_photo_wrap li a .inner .btn_style_2{
  opacity: 0;
  transition: opacity .6s ease;
  position: relative;
  top: 58%;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.board_photo_wrap li a .inner .btn_style_2 span{
  color: #fff;
}
.board_photo_wrap li a .inner .btn_style_2::before,
.board_photo_wrap li a .inner .btn_style_2::after{
  background: #fff;
}
.board_photo_wrap li a .inner .btn_style_2::after{
  -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
  -o-transition: all 0.6s;
	transition: all 0.6s;
}
.board_photo_wrap li a:hover .inner .btn_style_2{
  opacity: 1;
  border-color: rgba(255, 255, 255, 1.0);
}
.board_photo_wrap li a:hover .inner .btn_style_2:after {
  height: 100%;
  width: 150%;
}
.board_photo_wrap li a:hover .inner .btn_style_2 span{
  color: #222;
}
@media all and (max-width:1200px){
  .board_photo_wrap{
    margin-left: -15px;
  }
  .board_photo_wrap li{
    width: 33.3%;
  }
  .board_photo_wrap li a{
    padding-bottom: 96%;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media all and (max-width:1000px){
  .board_photo_wrap li{
    width: 50%;
  }
  .board_photo_wrap li a{
    padding-bottom: 96.5%;
  }
}
@media all and (max-width:640px){
  .board_photo_wrap{
    margin-left: -10px;
  }
  .board_photo_wrap li a{
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .board_photo_wrap li a .inner .bg .text{
    top: 15%;
  }
  .board_photo_wrap li a .inner .btn_style_2{
    top: 75%;
  }
}



/* ******************************인사말*********************************** */
/* .greeting {
  padding-bottom: 4rem;
}
.greeting .text{
  width: 50%;
  float: right;
  margin-top: 5rem;
  padding-left: 1%;
  box-sizing: border-box;
}
.greeting .text .tit{
  font-weight: 600; font-size: 1.75rem; color: #333; letter-spacing: -1.2px;
  margin-bottom: 2.5rem;
}
.greeting .text p{
  color: #555; letter-spacing: -1px;
}
.greeting .deco1{
  position: relative;
  width: 43%;
  float: left;
}
.greeting .deco1 .bg{
  position: absolute;     z-index: -1;
  left: -3%; top: -4%;

  animation-name: deco-1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes deco-1 {
	from { top: -3%; left: -4%; }
	50% {top: -4%; left: -2%;}
	to { top: -5%; left: -3%; }
}
.greeting .deco1 .line{
  position: absolute;
  left: -2%; top: 2%;

  animation-name: deco-2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
	animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes deco-2 {
	from { top: 2%; left: -2%; }
	50% {top: -1%; left: 1%;}
	to { top: 1%; left: -1%; }
}
.greeting .deco2{
  position: absolute;
  bottom: 0;
  left: 35%;
  z-index: -1;
}
.greeting .deco2 .bg{
  position: absolute;
  left: -18%;
  top: -65%;
  z-index: -1;
}
.greeting .deco3{
  margin-top: 5rem;
  float: right;
}
.greeting .deco3 img{
  margin-right: -1%;
}
.greeting .deco4{
  width: 69px; height: 69px; border: 1px solid #88caa1;
  position: absolute;
  bottom: 15%;
  left: 18%;

  animation-name: deco-3;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes deco-3 {
	from {transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.greeting .deco5{
  width: 29px; height: 29px; background: rgba(136, 202, 161, 0.5);
  position: absolute;
  bottom: 26%;
  left: 11%;

  animation-name: deco-4;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes deco-4 {
	from {transform: rotate(0); }
	to { transform: rotate(360deg); }
}
@media screen and (max-width:1280px){
  .greeting .text{
    margin-top: 2rem;
  }
  .greeting .deco2 .image{
    width: 300px;
  }
  .greeting .deco2 .bg{
    width: 180px;
    top: -45%;
  }
  .greeting .deco3 img{
    width: 270px;
  }
  .greeting .deco4{
    width: 52px;
    height: 52px;
    bottom: 10%;
  }
  .greeting .deco5{
    width: 20px;
    height: 20px;
    bottom: 21%;
    left: 13%;
  }
}
@media screen and (max-width:1024px){
  .greeting {
    padding-bottom: 0rem;
  }
  .greeting .deco1{
    width: 100%; float: none;
    text-align: center;
    margin-top: 5rem;
  }
  .greeting .text{
    float: none; width: 100%; padding-left: 0; text-align: center;
    margin-top: 4rem;
  }
  .greeting .text p br.m_no{
    display: none;
  }
  .greeting .deco1 .bg{
    left: 50%;
    animation: none;
    transform: translateX(-62%);
  }
  .greeting .deco1 .line{
    left: 50%;
    transform: translateX(-52%);
    top: 3%;
    animation: none;
  }
  .greeting .deco2{
    position: relative;
    left: 6%;
    margin-top: 6rem;
    float: left;
  }
  .greeting .deco4{
    left: 58%;
    bottom: 8%;
  }
  .greeting .deco5{
    left: 51%;
    bottom: 15%;
  }
}
@media screen and (max-width:768px){
  .greeting .deco1{
    margin-top: 4rem;
  }
  .greeting .deco1 .bg{
    top: -5%;
  }
  .greeting .deco2{
    left: 0;
  }
  .greeting .deco3{
    margin-top: 3rem;
  }
}
@media screen and (max-width:425px){
  .greeting .deco1{
    width: 92%;
    margin: 0 auto;
  }
  .greeting .deco1 .bg{
    top: -6%;
    transform: translateX(-55%);
  }
  .greeting .text{
    margin-top: 3rem;
  }
  .greeting .text .tit{
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .greeting .deco2{
    margin-top: 5rem;
  }
  .greeting .deco2 .bg{
    top: -30%;    left: -15%;
  }
  .greeting .deco4 {
    left: 3%;
    bottom: 16%;
  }
  .greeting .deco5 {
    left: 92%;
    bottom: 39%;
  }
} */



/* ******************************비전*********************************** */
.vision .top{
  background: url('../img/contents/vision_top_bg.png') no-repeat center / cover;
  display: inline-block;
  padding: 4rem 10rem;
}
.vision .top .eng{
  display: inline-block;
  font-weight: 600; color: #fff; margin-bottom: 1rem;  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.vision .top .text{
  font-weight: 300; color: #fff; font-size: 1.5rem; letter-spacing: -1px;
}

.vision .bottom li{
  margin-bottom: 3rem;
}
.vision .bottom dt{
  display: inline-block; vertical-align: middle;
  width: 26%; margin-right: 6%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55px 76px;
  padding: 1rem 0 1rem 6%;
  box-sizing: border-box;
}
.vision .bottom dd{
  display: inline-block; vertical-align: middle;
  width: 67%;
}

.vision .bottom li:first-child dt{
  background-image: url('../img/contents/vision_num_1.png');
}
.vision .bottom li:nth-child(2) dt{
  background-image: url('../img/contents/vision_num_2.png');
}
.vision .bottom li:nth-child(3) dt{
  background-image: url('../img/contents/vision_num_3.png');
}
.vision .bottom li:nth-child(4) dt{
  background-image: url('../img/contents/vision_num_4.png');
}
.vision .bottom dt small{
  display: block; font-size: 0.875rem; font-weight: 600; color: rgba(34, 34, 34, 0.6);
  margin-bottom: 0.8rem;
}
.vision .bottom dt strong{
  display: block; font-size: 1.375rem; font-weight: 600; color: rgba(34, 34, 34, 1.0);
  letter-spacing: -1px; line-height: 1.3;
}

.vision .bottom dd .project{
  display: inline-block; vertical-align: middle;
  width: 43%;
  margin: 0 3%;
}
.vision .bottom dd .project .icon{
  display: inline-block; vertical-align: middle;
  width: 27%; padding-bottom: 27%; margin-right: 5%;
  position: relative;
  background: #f4f4f4; border-radius: 50%; text-align: center;
}
.vision .bottom dd .project .icon img{
  position: absolute;     left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 56%;
}
.vision .bottom dd .project .text{
  display: inline-block; vertical-align: middle;
  width: 67%;
  font-size: 1.125rem; color: #444; letter-spacing: -1px;
}
.vision .bottom dd .project .icon::before{
  content: ''; display: block; position: absolute; top: -3px; left: -3px;
  width: 28px; height: 28px; border-radius: 50%; background: #103b70;
  color: #fff; text-align: center;
  line-height: 26px;
  text-indent: -1px;
}
.vision .bottom li:first-child dd .project:first-child .icon::before{
  content: '1';
}
.vision .bottom li:first-child dd .project:nth-child(2) .icon::before{
  content: '2';
}
.vision .bottom li:nth-child(2) dd .project:first-child .icon::before{
  content: '3';
}
.vision .bottom li:nth-child(2) dd .project:nth-child(2) .icon::before{
  content: '4';
}
.vision .bottom li:nth-child(3) dd .project:first-child .icon::before{
  content: '5';
}
.vision .bottom li:nth-child(3) dd .project:nth-child(2) .icon::before{
  content: '6';
}
.vision .bottom li:nth-child(4) dd .project:first-child .icon::before{
  content: '7';
}
.vision .bottom li:nth-child(4) dd .project:nth-child(2) .icon::before{
  content: '8';
}
@media screen and (max-width:1280px){
  .vision .bottom dd .project .text{
    width: 66%;
  }
}
@media screen and (max-width:1024px){
  .vision .bottom dt{
    width: 28%;
    margin-right: 4%;
    background-size: 46px;
  }
  .vision .bottom dd .project .icon::before{
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width:768px){
  .vision .bottom dt{
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 1rem 0 1rem 9%;
    margin-bottom: 1.5rem;
    background-size: 40px;
  }
  .vision .bottom dd{
    display: block; width: 100%;
  }
}
@media screen and (max-width:640px){
  .vision .top{
    display: block; width: 100%; padding: 4rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width:425px){
  .vision .top{
    padding: 3rem;
  }

  .vision .bottom dt{
    background-size: 32px;
    padding: 1rem 0 1rem 13%;
  }
  .vision .bottom dd .project{
    display: block;
    width: 97%;
    margin: 0 0 0.5rem 3%;
  }
  .vision .bottom dd .project .icon{
    width: 18%;
    padding-bottom: 18%;
    margin-right: 2%;
  }
  .vision .bottom dd .project .text {
    width: 79%;
  }
}



/* ******************************오시는길*********************************** */
.location_wrap .icon_list li{
  width: 33.3%;
}
.location_wrap .icon_list dd span{
  letter-spacing: 0;
}
.location_wrap .root_daum_roughmap{
  width: 100%;
}
.location_wrap .root_daum_roughmap .wrap_map{
  height: 580px;
}
.location_wrap .root_daum_roughmap .wrap_controllers{
  display: none;
}
@media screen and (max-width:1024px){
  .location_wrap .root_daum_roughmap .wrap_map{
    height: 480px;
  }
}
@media screen and (max-width:640px){
  .location_wrap .icon_list li{
    width: 50%;
  }
  .location_wrap .icon_list li:first-child{
    width: 100%;
  }

  .location_wrap .root_daum_roughmap .wrap_map{
    height: 360px;
  }
}
@media screen and (max-width:425px){
  .location_wrap .root_daum_roughmap .wrap_map{
    height: 320px;
  }
}



/*개인정보처리방침*/
.privacy_wrap .agree{
  width: 94%;     margin: auto;
}
.agree { width:100%;  }
.agree .con{ height:200px; line-height:20px; margin:0; overflow:hidden;overflow-y:auto;}
.agree .con.full{height: auto;}
.agree .con .con_text{padding: 2.5rem 4rem;}
.agree .join_check .chk_option{background: transparent; padding: 0;}
.agree .join_check {width:100%; text-align:center; padding:1em 0; clear:both }
.agree .join_check2{ border-bottom:1px dashed #CCC; padding:10px 0; text-align:left }
.agree .join_check2 label{ margin-right:10px;}
@media all and (max-width:1024px) {
    .agree .con .con_text {
        padding: 2rem 3rem;
    }
}
@media all and (max-width:640px) {
    .agree .con {
        height: 100px;
    }
     .agree .con .con_text {
         padding: 1rem 2rem
     }
 }


.agree .page { overflow-y:auto; height:600px;}
.agree .con_text > div{margin: 20px 0; color: #555;}
.agree .con_text p{padding-left: 20px; margin: 5px 0;     font-size: 14px;}
.agree .con_text .tit{margin: 5px 0; font-weight: 500; color: #555; padding-left: 0; font-size: 16px;}
.agree .con_text .tit_s{padding-left: 10px; margin: 5px 0 5px; font-size: 15px;}
.agree .con_text strong{color: #f25f3f;}
.agree .con_text .basic_tb{width: 400px; background: #fcfcfc; margin: 15px 0 15px 15px; font-size: 14px;}
.agree .con_text .basic_tb th{background: #eee; text-transform: uppercase; font-size: 0.9rem;}
.agree .con_text .basic_tb tr th, .agree .con_text .basic_tb tr td{padding: 10px 20px; border: 1px solid #d4d4d4; line-height: 1.2em; text-align: center;}
@media all and (max-width:480px) {
    .agree .con .con_text {
        padding: 1rem 2rem
    }

    .agree .con_text .basic_tb {
        width: 100%;
        margin: 15px 0;
    }
}

.agree_s{
  background: #f5f5f5;
}
.agree_s .con_text{
  padding: 2rem 2.4rem;
}
.agree_s .con_text .list{
  position: relative;
  padding: 0 1rem;
}
.agree_s .con_text .list::before{
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #888;
  border-radius: 50%;
}

.agree_chk label{
  cursor: pointer;
}
.agree_chk label input[type='checkbox']{
  display: none;
}
.agree_chk label span{
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  margin-left: 4px;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.agree_chk label input[type='checkbox']:checked ~ span{
  color: #111;
}
.agree_chk label .icon{
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.agree_chk label input[type='checkbox']:checked + .icon{
  background: #111;
  border-color: #111;
}
.agree_chk label input[type='checkbox']:checked + .icon::after{
  content: '';
  width: 11px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  transform: rotate(-45deg);
}

.agree_chk .error{
  color: red; display: block;
}
@media all and (max-width:640px) {
    .agree_s {
        height: 200px;
        overflow-y: scroll;
    }
    .agree_chk label span {
        font-size: 1rem;
    }
}
@media all and (max-width:425px) {
    .agree_s {
        height: 130px;
    }
    .agree_s .con_text {
        padding: 1rem;
    }
}


/********** 이메일무단수집거부 **********/
.noemail{
  background: url(../img/contents/noemail.png) no-repeat right center;
  background-size: contain;
}
.noemail .inner{
  width: 48%; padding: 4rem 0;
}
.noemail h2{
  font-size: 1.4rem;  font-weight: 600; letter-spacing: -1px;     margin-bottom: 0.6rem;
}
.noemail h1{
  font-size: 1.7rem; font-weight: 600; letter-spacing: -1px; margin-bottom: 2rem;
  border-bottom: 1px solid #ddd; padding-bottom: 2rem;
  line-height: 1.2;
}
.noemail h1 span{
  color: #283890;
}
.noemail dt{
  font-size: 1.2rem; letter-spacing: -0.8px; font-weight: 500; margin-bottom: 1rem;
}
.noemail dd{
  margin: 0.5rem 0; letter-spacing: -0.8px; color: #555; font-size: 1.1rem;
}
@media all and (max-width:1200px){
  .noemail{
    background-size: 47%;
  }
  .noemail h1{
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media all and (max-width:768px){
  .noemail{
    background-position: center top;
    background-size: 70%;
    padding-top: 48%;
  }
  .noemail .inner{
    width: 90%;
    text-align: center;
    margin: auto;
    padding: 4rem 0 2rem;
  }
}
@media all and (max-width:425px){
  .noemail{
    background-size: 77%;
  }
  .noemail h1 span{
    display: block;
  }
}



/********** jQuery datepicker 달력 커스텀 **********/
.ui-datepicker{
  display: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.ui-datepicker-header{
  background: #283890;
  color: #fff;
  position: relative;
  height: 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ui-datepicker-prev{
  display: block;
  position: absolute;
  left: 15px;
  top: 9px;
  cursor: pointer;
}
.ui-datepicker-prev span{
  text-indent: -9999px;
  display: block;
  background: url("../img/contents/cal_arr_prv.png") no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.75;
  transition: 0.3s;
}
.ui-datepicker-prev:hover span{
  transition: 0.3s;
  opacity: 1;
}
.ui-datepicker-next{
  display: block;
  position: absolute;
  right: 15px;
  top: 9px;
  cursor: pointer;
}
.ui-datepicker-next span{
  text-indent: -9999px;
  display: block;
  background: url("../img/contents/cal_arr_nxt.png") no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.75;
  transition: 0.3s;
}
.ui-datepicker-next:hover span{
  transition: 0.3s;
  opacity: 1;
  float: right; /*모르겠음*/
}
.ui-datepicker-title{
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}
.ui-datepicker-calendar{
  width: 100%;
  background: #fff;
  text-align: center;
}
.ui-datepicker-calendar th{
  color: #666;
  padding: 15px 0 10px;
  width: 40px;
  font-weight: 400;
}
.ui-datepicker-calendar td{
  height: 36px;
  line-height: 36px;
}
.ui-datepicker-calendar td:first-child{
  color: #e73e3e;
}
.ui-datepicker-calendar td:last-child{
  color: #377bd4;
}
.ui-datepicker-week-end:first-of-type{
  padding-left: 10px;
}
.ui-datepicker-week-end:last-of-type{
  padding-right: 10px;
}
.ui-datepicker-calendar tbody tr:last-child td{
  padding-bottom: 15px;
}
.ui-state-hover,
.ui-state-active{
  background: rgba(196, 196, 196, 0.3);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  margin: auto;
}
.ui-state-active{
  color: #fff;
  background: rgba(40, 56, 144, 0.8);
  font-weight: bold;
}
.ui-datepicker-other-month{
  color: #ccc !important;
}



/* ***************************************************************** */
/* ***************************************************************** */
/* ***************************************************************** */












/* 2022 07 08 - 오세인 추가본 */
h5.sub-cont-title {
    margin:  0 0 50px 0;
}
h5.sub-cont-title p {
    font-size: 40px; font-weight: 700;
}
h5.sub-cont-title span {
    display: inline-block;
    margin: 15px 0 0 0;
}

.btn-area {
    text-align: center;
    margin: 50px 0 0 0;
}
.btn-area a,
.btn-area button {
    display: inline-block;
    line-height: 55px; width: 200px;
}
.btn-area .btn-01 {
    color: #fff; background: #222;
}
@media screen and (max-width:1024px){
    .btn-area{margin: 30px 0 0;}
    .btn-area a,
    .btn-area button{line-height: 46px; width: auto; box-sizing: border-box; padding: 0 1.4rem;}
}
@media screen and (max-width:568px){
    .btn-area a,
    .btn-area button{line-height: 40px; padding: 0 1rem;}
}




/* 인재상 */
.model {
    margin: 0 0 100px 0;
    border-top: 1px solid #dbdbdb;
}
.model .it-mo {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 50px 40px;
}
.model .it-mo .mean {
    float: left; width: 35%;
}
.model .it-mo .mean span {
    font-size: 22px; font-weight: 600;
    margin: 0 0 0 20px;
}
.model .it-mo .mean .ico {
    display: inline-block;
    width: 70px; height: 70px; line-height: 70px;
    text-align: center;
    color: #fff; background: #0092c3; border-radius: 50%;
    margin: 0;
}
.model .it-mo:nth-of-type(2) .mean .ico {
    background: #ffd900;
}
.model .it-mo:nth-of-type(3) .mean .ico {
    background: #90c737;
}

.model .it-mo .txt {
    float: left; width: 65%;
}
.model .it-mo .txt dl dt {
    font-size: 22px; font-weight: 600;
}
.model .it-mo .txt dl dd {
    margin: 5px 0 0 0;
    position: relative;
    padding: 0 0 0 10px;
}
.model .it-mo .txt dl dd:first-of-type {
    margin: 5px 0 0 0;
}
.model .it-mo .txt dl dd::before {
    content: ''; display: block;
    position: absolute; top: 11px; left: 0;
    width: 3px; height: 3px;
    background: #222;
}



/* 복리후생 안내 */
.welfare {

}
.welfare .box-list::after {
    content: '';
    display: block;
    clear: both;
}
.welfare .box-list > li {
    float: left;
    width: 19.2%; height: 315px;
    margin:0 1% 1% 0; padding: 40px 40px 0;
    border: 1px solid #dbdbdb; box-sizing: border-box;
    transition: .25s ease;
}
.welfare .box-list > li:nth-child(5n) {
    margin:0 0 1% 0;
}
.welfare .box-list > li .motiv lord-icon {
    width: 100px; height: 100px;
}
.welfare .box-list > li:hover {
    border: 1px solid #0092c3;
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,.1);
}
.welfare .box-list .title {
    margin-top: 20px;
    font-size: 22px; font-weight: 700;
}
.welfare .box-list .description,
.welfare .box-list .bul-list {
    margin-top: 10px;
}



/* 입사지원(채용안내) */
.recruit_wrap{}
.recruit_wrap .top_area{
    position: relative;
    margin-bottom: 2.5rem;
}
.recruit_wrap .top_area span{
    display: block; margin-top: 15px;
}
.recruit_wrap .top_area .btn_top{
    position: absolute; bottom: 0; right: 0;
    display: inline-block; line-height: 44px;
    box-sizing: border-box; padding: 0 1.5rem;
    background-color: #222; color: #fff;
    text-align: center; transition: 0.2s;
}
.recruit_wrap .top_area .btn_top:hover{
    background-color: #0092c3;
}

.recruit {
    margin: 50px 0 0 0;
}
.recruit .it-re {
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding: 50px 40px;
}
.recruit .it-re .mean {
    float: left; width: 20%;
    font-size: 22px; font-weight: 700;
}
.recruit .it-re .txt {
    float: left; width: 80%;
}
.recruit .it-re .txt dl dt {
    font-size: 22px; font-weight: 600;
}
.recruit .it-re .txt dl dd {
    position: relative;
    padding: 0 0 0 10px;
}
.recruit .it-re .txt dl dd:first-of-type {
    margin: 10px 0 0 0;
}
.recruit .it-re .txt dl dd::before {
    content: ''; display: block;
    position: absolute; top: 11px; left: 0;
    width: 3px; height: 3px;
    background: #222;
}
.re-step .it-step {
    display: inline-block;
    width: 170px; height: 170px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #fff;
    margin: 0 0 0 -20px;
}
.re-step .it-step:nth-of-type(1) {
    border: 3px solid #dbdbdb;
}
.re-step .it-step:nth-of-type(2) {
    border: 3px solid #a9ddef;
}
.re-step .it-step:nth-of-type(3) {
    border: 3px solid #3cbce7;
}
.re-step .it-step:nth-of-type(4) {
    border: 3px solid #0092c3;
}
.re-step .it-step:nth-of-type(5) {
    border: 3px solid #036e93;
}
.re-step .it-step > div {
    display: inline-block;
    font-weight: 500; font-size: 18px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.re-step .it-step > div.num {
    font-size: 75px; font-weight: 700; letter-spacing: -2.5px;
    color: #f3f3f3;

}
@media screen and (max-width:1440px){
    .recruit .it-re{padding: 50px 30px;}
    .recruit .it-re .mean span{font-size: 20px; margin: 0 0 0 15px;}
    .recruit .it-re .txt dl dt{font-size: 20px;}
}
@media screen and (max-width:1200px){
    .recruit{

    }
    .recruit .it-re{
        padding: 30px 0px;
    }
    .recruit .it-re .mean{
        /*width: 220px;*/
    }
    .recruit .it-re .mean span{
        font-size: 20px;
    }
    .recruit .it-re .txt{
        /*width: calc(100% - 220px);*/
    }
    .re-step .it-step{
        width: 150px; height: 150px;
    }
}
@media screen and (max-width:1024px){
    /*.recruit .it-re .mean{width: 325px;}*/
    .recruit .it-re .mean span{font-size: 18px; margin: 0 0 0 10px;}
    /*.recruit .it-re .txt{width: calc(100% - 325px);}*/
    .recruit .it-re .txt dl dt{font-size: 18px;}
    .re-step .it-step{
        width: 135px; height: 135px;
    }
    .re-step .it-step > div{
        font-size: 17px;
    }
    .re-step .it-step > div.num{
        font-size: 65px;
    }
}
@media screen and (max-width:860px){
    .recruit .it-re .mean{float: none; width: 100%;}
    .recruit .it-re .mean .ico{width: 50px; height: 50px; line-height: 50px;}
    .recruit .it-re .txt{float: none; width: 100%; margin: 15px 0 0;}
    .recruit .it-re .txt dl dt{font-size: 16px;}
    .re-step .it-step:nth-of-type(1){margin: 0;}
}
@media screen and (max-width:768px){
    .re-step{text-align: center;}
    .re-step .it-step:nth-of-type(1),
    .re-step .it-step{margin: 0 1.9vw;}
}
@media screen and (max-width:640px){
    .recruit_wrap .top_area .btn_top{position: static; margin: 10px 0 0;}
}
@media screen and (max-width:568px){
    .recruit_wrap .top_area .btn_top{line-height: 40px; padding: 0 1rem;}

    .recruit .it-re .mean .ico{width: 45px; height: 45px; line-height: 45px;}
    .recruit .it-re .mean span{margin: 0 0 0 4px;}
    .recruit .it-re .txt{margin-top: 10px;}
    .recruit .it-re .txt dl dt{font-size: 15px;}
    .re-step .it-step{width: 100px; height: 100px;}
    .re-step .it-step > div{width: 100%; font-size: 15px;}
    .re-step .it-step > div.num{font-size: 55px;}
}
@media screen and (max-width:425px){
    .recruit_wrap .top_area .btn_top{line-height: 30px;}

    .re-step .it-step{width: 95px; height: 95px;}
    .re-step .it-step:nth-of-type(1),
    .re-step .it-step{margin: 0 2px;}
}
@media screen and (max-width:370px){
    .re-step .it-step{width: 84px; height: 84px;}
    .re-step .it-step:nth-of-type(1),
    .re-step .it-step{margin: 0 0;}
}
















/* 제품소개 */
.product-area {
    /*margin: 50px 0 0 0;*/
}
.parallax-area {
    margin: 0 0 150px 0;
    position: relative;
}
.parallax-area:last-child {
    margin : 0;
}
.parallax-area::after {
    content: '';
    display: block;
    clear: both;
}
.parallax-area .parallax-img {
    position: relative;
    width: 100%; height: 480px;
    text-align: center; overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-area .parallax-area .parallax-img img {
    display: none;
}
.battery-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-battery.jpg');
}
.mobility-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-car.jpg');
}
.alfoil-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-alfoil.jpg');
}
.parts-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-parts.jpg');
}
.const-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-const.jpg');
}
.pp-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-pp.jpg');
}
.train-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-train.jpg');
}
.ship-area .parallax-img {
    background-image: url('/assets/site/img/contents/product-ship.jpg');
}

.parallax-area .parallax-txt {
    position: absolute;
    top: 487px; left: 0;
    display: inline-block;
    font-weight: 600; font-size: 80px; line-height: 1;
    padding: 0 0 0 73px;
}
.parallax-area .parallax-txt.on-dark {
    color: #fff;
    text-align: left;
    z-index: 1;
}
.parallax-area .parallax-subtxt {
    display: inline-block;
    width: 51.5%;
    float: right;
    margin: 43px 0 0 0; padding: 0 40px 0 0;
    color: #666;
}
.parallax-area .parallax-subtxt p {
    margin: 0 0 20px;
    color: #333;
}
.parallax-area.t-right .parallax-img {
    float: right;
}
.parallax-area.t-right .parallax-txt {
    right: 0; left: auto;
    padding: 0 40px 0 0;
}
.parallax-area.t-right .parallax-subtxt {
    float: left;
    padding: 0 0 0 40px;
    text-align: right;
}

.parallax-area .img_list{float: left; width: 100%; clear: both; box-sizing: border-box; margin: 40px 0 0;}
.parallax-area .img_list:after{content: ""; display: block; clear: both;}
.parallax-area .img_list > li{float: left; width: 23.928%; margin: 0 0 0 1.429%; background-color: #f5f5f5;}
.parallax-area .img_list > li:first-child{margin-left: 0;}


.parallax-area .spec{float: left; width: 100%; clear: both; box-sizing: border-box; border-top: 1px solid #dbdbdb; padding: 80px 0 0; margin: 75px 0 0;}
.parallax-area .spec .sm_tit{margin: 0 0 40px;}
.parallax-area .spec:after{content: ""; display: block; clear: both;}
.parallax-area .spec .img{float: left; width: 51%;}
.parallax-area .spec .txt{float: left; width: 49%; box-sizing: border-box; padding: 0 0 0 5.7%;}
.parallax-area .spec .txt .tit{font-size: 30px; font-weight: 700; line-height: 125%; margin: 0 0 34px;}
.parallax-area .spec .txt .desc_list{}
.parallax-area .spec .txt .desc_list > li{margin: 0 0 27px;}
.parallax-area .spec .txt .desc_list > li .desc_tit{font-size: 20px; font-weight: 600; margin: 0 0 16px;}
.parallax-area .spec .txt .desc_list > li .dot{}
.parallax-area .spec .txt .desc_list > li .dot > li{position: relative; box-sizing: border-box; padding: 0 0 0 8px; margin: 0 0 9px;}
.parallax-area .spec .txt .desc_list > li .dot > li:before{content: ""; position: absolute; top: 11px; left: 0; width: 2px; height: 2px; background-color: #747474;}


.product-info {
    margin: 200px 0 0 0;
}
.product-info h5 {
    text-align: center;
    margin: 0 0 2.5rem 0;
}
.product-info h5 span {
    display: block;
    font-size: 16px; font-weight: 700; letter-spacing: 2.5px;
    color: #0092c3; margin: 0 0 5px 0;
}
.product-info .product-item .thumb {
    width: 100%;
    overflow: hidden;
    margin: 0 40px 0 0;
}
.product-info .product-item .thumb img {
    width: 100%;
}
.product-info .product-item .info-txt {
    margin: 40px 0 0 0;
}
.product-info .product-item .info-txt::after {
    content: '';
    display: block;
    clear: both;
}
.info-text {
    margin: 50px 0 0 0;
}
.info-text h6 {
    font-size: 1.2rem;
    font-weight: 600;
}
.product-table {
    margin: 20px 0 0 0;
    width: 100%;
    border-top: 2px solid #222;
    text-align: center;
}
.product-table thead tr,
.product-table tbody tr {
    border-bottom: 1px solid #dbdbdb;
}
.product-table thead tr th,
.product-table tbody tr th,
.product-table tbody tr td {
    width: 20%;
    padding: 20px 10px;
    border-left: 1px solid #dbdbdb;
    vertical-align: middle;
}
.product-table tr th {
    background: #f9f9f9;
}
.product-table thead tr th:first-child,
.product-table tbody tr th:first-child,
.product-table tbody tr td:first-child {
    border-left: 0;
}
.product-item-m {display:none;}
@media screen and (max-width:1400px){
    .parallax-area {
        margin: 0 0 100px 0;
    }
    .parallax-area .parallax-img {
        /* width: 800px; */
        background-size: cover;
    }
    .parallax-area .parallax-txt {
        top: 506px;
        font-size: 55px;
        padding: 0 0 0 25px;
    }
    .parallax-area .parallax-subtxt {
        width: 60%;
    }
    .parallax-area.t-right .parallax-txt {
        padding: 0 25px 0 0;
    }

}
@media screen and (max-width:1280px){
    .mobility-area .parallax-txt br {
        display: block;
    }
}
@media screen and (max-width:1024px){
    .parallax-area .parallax-img {
        width: 100%; height: 400px;
    }
    .product-area .parallax-area .parallax-img img {
        display: block;
    }
    .parallax-area .parallax-subtxt {
        width: calc( 100% - 80px );
        margin: 60px 0 0 0;
        padding: 0 40px;
    }
    .parallax-area .parallax-txt {
        top: 400px;
        padding: 0 0 0 40px;
    }
    .parallax-area .parallax-txt br {
        display: none;
    }
    .parallax-area.t-right .parallax-txt {
        left: 0; right: auto;
        padding: 0 0 0 40px;
    }
    .parallax-area.t-right .parallax-subtxt {
        padding: 0 40px; margin: 60px 0 0 0;
        text-align: left;
    }
    .mobility-area .parallax-txt br {
        display: none;
    }

    .parallax-area .spec{padding: 60px 0 0; margin: 60px 0 0;}
    .parallax-area .spec .txt .tit{font-size: 25px; margin: 0 0 5%;}
    .parallax-area .spec .txt .desc_list > li .desc_tit{font-size: 18px; margin: 0 0 2%;}
    .parallax-area .spec .txt .desc_list > li .dot > li{margin: 0 0 3px;}

    .product-info {
        margin: 100px 0 0 0;
    }

    /*2022 08 30*/
    .product-area .parallax-area .parallax-img {
        height: auto;
    }
    .product-area .parallax-area .parallax-txt {
        top: auto !important;
        margin-top: -30px;
    }


}
@media screen and (max-width:768px){
    .parallax-area {
        margin: 0 0 80px 0;
    }
    .parallax-area .parallax-img {
        height: 300px;
    }
    .parallax-area .parallax-txt {
        font-size: 35px;
        top : 303px;
    }
    .parallax-area .parallax-subtxt {
        margin: 40px 0 0 0;
    }
    .parallax-area.t-right .parallax-subtxt {
        margin: 40px 0 0 0;
    }
    .parallax-area .parallax-subtxt br {
        display: none;
    }

    .product-item-m {
        display: block;
    }
    .product-item-pc {
        display: none;
    }

    .parallax-area .img_list > li{width: 49%; margin: 2% 0 0 2%;}
    .parallax-area .img_list > li:nth-child(odd){margin-left: 0;}
    .parallax-area .img_list > li:nth-child(-n+2){margin-top: 0;}

    .parallax-area .spec{padding: 8% 0 0; margin: 8% 0 0;}
    .parallax-area .spec .img{float: none; width: 100%;}
    .parallax-area .spec .txt{float: none; width: 100%; padding: 20px 0 0 0;}
    .parallax-area .spec .txt .tit{font-size: 21px; margin: 0 0 15px;}
    .parallax-area .spec .txt .desc_list{position: relative;}
    .parallax-area .spec .txt .desc_list:before{content: ""; position: absolute; top: 0; left: 50%; display: block; width: 1px; height: 100%; background-color: #ddd;}
    .parallax-area .spec .txt .desc_list:after{content: ""; display: block; clear: both;}
    .parallax-area .spec .txt .desc_list > li{float: left; width: 50%; box-sizing: border-box; padding: 0 0 0 3%; margin: 0;}
    .parallax-area .spec .txt .desc_list > li .desc_tit{font-size: 16px; margin: 0 0 5px;}


    .product-area .parallax-area .parallax-txt {
        margin-top: -20px;
    }
}
@media screen and (max-width:560px){
    .parallax-area .parallax-txt {
        padding: 0 0 0 25px;
    }
    .parallax-area.t-right .parallax-txt {
        padding: 0 0 0 25px;
    }

    .parallax-area .parallax-subtxt {
        width: calc( 100% - 50px );
        padding: 0 25px;
    }
    .parallax-area.t-right .parallax-subtxt {
        padding: 0 25px;
    }


}
@media screen and (max-width:425px){
    .parallax-area {
        margin: 0 0 50px 0;
    }
    .parallax-area .parallax-txt {
        font-size: 25px;
    }


    .parallax-area .spec .txt .tit{font-size: 18px;}
    .parallax-area .spec .txt .desc_list > li .desc_tit{font-size: 15px;}
    .parallax-area .spec .txt .desc_list > li .dot > li{font-size: 13px;}
    .parallax-area .spec .txt .desc_list > li .dot > li:before{top: 8px;}

    .product-area .parallax-area .parallax-txt {
        margin-top: -15px;
    }
}



/* 생산공정 */

/*.process-step {
    background: url('/assets/site/img/contents/process-line.gif') repeat-y center top;
}
.process-step:after {
    content: ''; display: block; clear: both;
}
.process-step .step {
    width: calc( 50% - 40px );
    position: relative; clear: both;
    margin-top: -120px;
}
.process-step .step:first-of-type {
    margin-top: 0px;
}
.process-step .step-left {
    float: left;
    text-align: right;
}
.process-step .step-right {
    float: right;
    text-align: left;
}
.process-step .step .thumb {
    width: 100%; height: 350px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    z-index: -1;
}
.process-step .step .thumb video {
    width: 100%; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.process-step .step-left .thumb p {
    right: 40px;
}
.process-step .step-right .thumb p {
    left: 40px;
}
.process-step .step .desc {

}
.process-step .step .desc div {
    font-size: 1.8rem; font-weight: 600; text-transform: uppercase;
    display: inline-block;
    background: #0092c3; color: #fff;
    padding: 25px 20px;
    margin: 0 0 40px 0;
}
.process-step .step-left .desc {
    margin: -40px 40px 0 0;
}
.process-step .step-right .desc {
    margin: -40px 0 0 40px;
}
.process-step .step .desc p {
    font-size: 1.2rem; font-weight: 600;
    margin: 0 0 5px 0;
    position: relative;
}
.process-step .step .desc p::before {
    content: ''; display: block;
    width: 10px; height: 10px; background: #0092c3;
    position: absolute; top: 9px;
    border-radius: 20px;
}
.process-step .step-left .desc p::before {
    right: -85px;
}
.process-step .step-right .desc p::before {
    left: -85px;
}
.process-step .step .desc p::after {
    content: ''; display: block;
    width: 10px; height: 10px;
    position: absolute; top: 9px;
    border-radius: 20px; background: #4ab0d3;
    box-sizing: border-box;
    animation: roof 1.5s infinite;
    -webkit-animation: roof 1.5s infinite;
    -moz-animation: roof 1.5s infinite;
    -o-animation: roof 1.5s infinite;
}
.process-step .step-left .desc p::after {
    right: -85px;
}
.process-step .step-right .desc p::after {
    left: -85px;
}
@keyframes roof {
    from {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    to {
        -moz-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        -o-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0;
     }
}*/
.process-step {
    background: url('/assets/site/img/contents/process-line.gif') repeat-y center top;
}
.process-step:after {
    content: ''; display: block; clear: both;
}
.process-step .step {
    width: 100%;
    position: relative;
    margin-top: 120px;
}
.process-step .step:first-of-type {
    margin-top: 0px;
}
.process-step .step:after{
    content: ""; display: block; clear: both;
}
.process-step .step-left {
    text-align: left;
}
.process-step .step-right {
    text-align: right;
}
.process-step .step .thumb {
    width: calc(50% - 40px); height: 350px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}
.process-step .step-left .thumb{
    float: left;
}
.process-step .step-right .thumb{
    float: right;
}
.process-step .step .thumb video {
    width: 100%; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.process-step .step .thumb img{
    width: 100%; height: auto;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.process-step .step-left .thumb p {
    right: 40px;
}
.process-step .step-right .thumb p {
    left: 40px;
}
.process-step .step .desc {
    width: calc(50% - 40px);
    margin: 50px 0 0;
}
.process-step .step-left .desc {
    float: right;
    position: relative;
}
.process-step .step-right .desc {
    float: left;
    position: relative;
}
.process-step .step .desc div {
    font-size: 1.6rem; font-weight: 600; text-transform: uppercase;
    display: inline-block;
    background: #0092c3; color: #fff;
    padding: 15px 15px;
    margin: 0 0 20px;
}
.process-step .step .desc p {
    font-size: 1.2rem; font-weight: 600;
    margin: 0 0 5px 0;
    position: relative;
}
.process-step .step .desc p::before {
    content: ''; display: block;
    width: 10px; height: 10px; background: #0092c3;
    position: absolute; top: 9px;
    border-radius: 20px;
}
.process-step .step-left .desc p::before {
    left: -45.5px;
}
.process-step .step-right .desc p::before {
    right: -45.5px;
}
.process-step .step .desc p::after {
    content: ''; display: block;
    width: 10px; height: 10px;
    position: absolute; top: 9px;
    border-radius: 20px; background: #4ab0d3;
    box-sizing: border-box;
    animation: roof 1.5s infinite;
    -webkit-animation: roof 1.5s infinite;
    -moz-animation: roof 1.5s infinite;
    -o-animation: roof 1.5s infinite;
}
.process-step .step-left .desc p::after {
    left: -45.5px;
}
.process-step .step-right .desc p::after {
    right: -45.5px;
}
@keyframes roof {
    from {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 1;
    }
    to {
        -moz-transform: scale(3,3);
        -webkit-transform: scale(3,3);
        -o-transform: scale(3,3);
        transform: scale(3,3);
        opacity: 0;
     }
}
@media screen and (max-width: 1400px){
    .process-step .step .thumb{
        padding: 26.5% 0 0;
        height: auto;
    }
    .process-step .step .thumb video{
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 1200px){
    .process-step .step{

    }
    .process-step .step .thumb{
        width: 47%;
    }
    .process-step .step .desc{
        width: 47%;
        margin: 30px 0 0;
    }
    .process-step .step .desc div{
        font-size: 1.5rem;
        margin: 0 0 15px;
    }
    .process-step .step-left .desc p::before,
    .process-step .step-left .desc p::after{
        left: -7.3%;
    }
    .process-step .step-right .desc p::before,
    .process-step .step-right .desc p::after{
        right: -7.3%;
    }
    .process-step .step .desc span{}
    .process-step .step .desc span br{display: none;}
}
@media screen and (max-width: 1024px){
    .process-step .step .desc{
        margin: 20px 0 0;
    }
    .process-step .step .desc div{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 768px){
    .process-step{
        background-position: left top;
        box-sizing: border-box; padding: 0 0 0 20px;
    }
    .process-step .step{
        text-align: left !important;
        margin-top: 12%;
    }
    .process-step .step .thumb{
        float: none !important; width: 100%;
        padding: 53% 0 0;
    }
    .process-step .step .desc{
        float: none !important; width: 100%;
        margin: 20px 0 0 20px !important;
    }
    .process-step .step .desc p::before {
        left: -43px !important;
    }
    .process-step .step .desc p::after {
        left: -43px !important;
    }
}
@media screen and (max-width: 640px){
    .process-step{
        padding: 0 0 0 15px;
    }
    .process-step .step .desc{
        margin: 20px 0 0 10px !important;
    }
    .process-step .step .desc div{
        font-size: 1.1rem;
        padding: 10px 15px;
        margin: 0 0 15px;
    }
    .process-step .step .desc p{
        font-size: 16px;
        margin: 0 0 3px;
    }
    .process-step .step .desc p::before {
        left: -28px !important; top: 7px;
    }
    .process-step .step .desc p::after {
        left: -28px !important; top: 7px;
    }
    .process-step .step .desc span{
        font-size: 14px;
    }
}

.overview .tit {
    font-size: 60px; font-weight: 700; line-height: 1;
    text-align: center;
}
.overview .thumb {
    margin: -30px auto 0;
    width: 1400px; height: 600px;
    transition: all 1s cubic-bezier(.08, .03, .22, .87);
    overflow: hidden;
    position: relative;
    z-index: -1;
    text-align: center;
    /* background: url('/assets/site/img/contents/overview.jpg') no-repeat center center; */
}
.overview .thumb.active {
    width: 100%;
}
.overview .overview-txt {
    text-align: center;
    margin: 40px 0 0 0;
}
.overview .overview-txt p {
    font-size: 22px; font-weight: 600;
    margin: 0 0 20px 0;
}
/* 2022 07 08 - 오세인 추가본 */


/* ldh start */

/* 통합경영 */
.policy-area.tab_content > div{display: block;}
.policy-area.tab_content > div{display: block; /*padding-top: 100px;*/}
.policy-area.tab_content > div:first-child{/*padding-top: 50px;*/}
.wrap.policy .tab_style .tab li{width: 25%;}
.wrap.policy.scrolling .tab{position: fixed; top: 90px; left: 50%; width: 1400px; margin-left: -700px; z-index: 2;}

.fc_blue{color: #0092c3;}
.sb{font-weight: 600;}
.img_wrap{}
.img_wrap img{width: 100%;}

.bu_top .thumb{position: relative; z-index: -1; /*width: 1400px;*/ width: 100%; height: 600px; /*overflow: hidden;*/ margin: 0 auto; transition: all 1s cubic-bezier(.08, .03, .22, .87); /*text-align: center;*/}
.bu_top .thumb.active{/*width: 100%;*/}

.bu_top .thumb:before,
.bu_top .thumb:after{content: ""; position: absolute; z-index: 1; top: 0; width: calc((100vw - 1400px) / 2); height: 100%; background-color: #fff; transform: scaleX(1); transition: all 1s cubic-bezier(.08, .03, .22, .87);}
.bu_top .thumb:before{right: 100%; transform-origin: center left;}
.bu_top .thumb:after{left: 100%; transform-origin: center right;}
.bu_top .thumb.active:before,
.bu_top .thumb.active:after{transform: scaleX(0);}

.bu_top .thumb img{height: 100%; max-width: none; position: relative; left: 50%; transform: translateX(-50%);}
.bu_top .wrap{max-width: 1200px; margin: -120px auto 0; transition: all 0.2s;}
.bu_top .overview-txt{box-sizing: border-box; padding: 74px 20px 20px; line-height: 1.6; text-align: center; background-color: #fff;}
.bu_top .overview-txt p{margin: 0 0 37px; line-height: 1.4; font-size: 32px; font-weight: 700; color: #111;}

.bu_process{margin: 120px auto 0px;}

.policy-area{padding: 120px 0 160px;}
.policy-area .parallax-area{margin: 0 0 220px; position: relative;}
.policy-area.rnd-area .parallax-area{margin: 0 0 80px;}
.policy-area .parallax-area:last-child{margin : 0;}
.policy-area .parallax-area::after{content: ''; display: block; clear: both;}
.policy-area .parallax-area .parallax-img{float: left; /*width: 50%;*/ width: 600px; height: 650px; text-align: center; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-color: #ddd;}
.policy-area .parallax-area.quality .parallax-img {background-image: url('/assets/site/img/contents/bu01_1.jpg');}
.policy-area .parallax-area.environment .parallax-img {background-image: url('/assets/site/img/contents/bu01_2.jpg');}
.policy-area .parallax-area.safety .parallax-img {background-image: url('/assets/site/img/contents/bu01_3.jpg');}
.policy-area .parallax-area .parallax-txt{position: absolute; top: 650px; left: 0; display: inline-block; line-height: 1; box-sizing: border-box; padding: 0 0 0 40px; font-size: 45px; font-weight: 700; color: #111;}
.policy-area .parallax-area .parallax-txt.on-dark{color: #fff; text-align: left; z-index: 1;}
.policy-area .parallax-area .parallax-subtxt{float: right; width: 50%; display: inline-block; margin: 80px 0 0 0; box-sizing: border-box; padding: 0 0 0 40px; font-size: 18px; font-weight: 500; color: #333;}
.policy-area .parallax-area .parallax-subtxt p{margin: 0 0 40px; font-size: 32px; font-weight: 700; color: #111;}
.policy-area .parallax-area .parallax-subtxt .dot{box-sizing: border-box; padding: 72px 0 0;}
.policy-area .parallax-area .parallax-subtxt .dot > li{position: relative; padding: 0 0 0 9px; margin: 0 0 14px; box-sizing: border-box; font-weight: 400; color: #666;}
.policy-area .parallax-area .parallax-subtxt .dot > li:last-child{margin-bottom: 0;}
.policy-area .parallax-area .parallax-subtxt .dot > li:before{content: ""; position: absolute; top: 11px; left: 0; display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #666;}
.policy-area .parallax-area:nth-child(even) .parallax-img{float: right;}
.policy-area .parallax-area:nth-child(even) .parallax-txt{right: 0; left: auto; padding: 0 40px 0 0; text-align: right;}
.policy-area .parallax-area:nth-child(even) .parallax-subtxt{float: left; padding: 0 0 0 40px; text-align: left;}

.cert_stat{position: relative; box-sizing: border-box; padding: 120px 0;}
.cert_stat:before{content: ""; position: absolute; top: 0; left: 0; display: block; width: 73%; height: 100%; background-color: #f4f8fc;}
.cert_stat > .wrap{}
.cert_stat > .wrap:after{content: ""; display: block; clear: both;}
.cert_stat .tit{float: left; box-sizing: border-box; padding: 0 0 0 45px;}
.cert_stat .tit .sm_tit{color: #111; font-size: 45px;}
.cert_stat .tit .sub{box-sizing: border-box; padding: 50px 0 0; font-size: 18px; font-weight: 500; color: #666;}
.cert_stat .cert_list{float: right; width: 57%;}
.cert_stat .cert_list > li{padding: 60px; box-sizing: border-box; box-shadow: 5px 9px 20px 0px rgba(0,0,0,0.05); background-color: #fff;}
.cert_stat .cert_list > li:not(:last-child){margin-bottom: 60px;}
.cert_stat .cert_list > li:after{content: ""; display: block; clear: both;}
.cert_stat .cert_list > li .img{/*float: left;*/ display: inline-block; vertical-align: middle; width: 200px; box-sizing: border-box; border: 1px solid #dcdcdc;}
.cert_stat .cert_list > li .img img{width: 100%;}
.cert_stat .cert_list > li .txt{/*float: left; width: calc(100% - 200px);*/ width: calc(100% - 210px); display: inline-block; vertical-align: middle; box-sizing: border-box; /*padding: 50px 0 0 60px;*/ padding: 0 0 0 60px; }
.cert_stat .cert_list > li .txt .name{position: relative; box-sizing: border-box; padding: 0 0 10px; font-size: 22px; font-weight: 700; color: #111;}
.cert_stat .cert_list > li .txt .name:before{content: ""; position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background-color: #0092c3;}
.cert_stat .cert_list > li .txt .info{box-sizing: border-box; padding: 10px 0 0 0;}
.cert_stat .cert_list > li .txt .info:first-of-type {padding: 30px 0 0 0;}
.cert_stat .cert_list > li .txt .info li{font-weight: 500;}
.cert_stat .cert_list > li .txt .info li.date{color: #666;}
@media screen and (max-width:1440px){
  .wrap.policy.scrolling .tab{top: 80px;}
}
@media screen and (max-width:1400px){
    /*.wrap.policy.scrolling {padding-top: 74px;}*/
    .wrap.policy.scrolling .tab{width: 100%; margin-left: 0; left: 0;}

    .bu_top .thumb{/*width: 92%;*/ height: 500px; margin: 0 auto;}
    .bu_top .wrap{width: 86%;}
    .bu_top .overview-txt{padding: 50px 20px 20px;}
    .bu_top .thumb:before,
    .bu_top .thumb:after{width: 4vw;}
    .bu_top .thumb.active:before{left: -4vw;}
    .bu_top .thumb.active:after{right: -4vw;}

    .policy-area .parallax-area{}
    .policy-area .parallax-area .parallax-img {width: 50%; background-size: cover;}
    .policy-area .parallax-area .parallax-txt {padding: 0 0 0 25px;}
    .policy-area .parallax-area:nth-child(even) .parallax-txt {padding: 0 25px 0 0;}
    .policy-area .parallax-area .parallax-subtxt{margin: 40px 0 0 0; padding: 0; width: 47%;}
    .policy-area .parallax-area .parallax-subtxt br{display: none;}
    .policy-area .parallax-area .parallax-subtxt p{margin: 0 0 5%;}
    .policy-area .parallax-area .parallax-subtxt .dot{padding: 8% 0 0;}

    .cert_stat .tit{padding: 0 0 0 25px;}
}
@media screen and (max-width:1200px){
    .bu_top .wrap{}
    .bu_top .overview-txt{padding: 5% 4% 20px;}
    .bu_top .overview-txt > br{display: none;}
    .bu_top .overview-txt p{font-size: 28px; margin: 0 0 5%;}


    .cert_stat{padding: 10% 0;}
    .cert_stat .tit .sm_tit{font-size: 38px;}
    .cert_stat .tit .sub{font-size: 16px; padding: 35px 0 0;}
    .cert_stat .cert_list > li{padding: 40px;}
    .cert_stat .cert_list > li .img{width: 30%;}
    .cert_stat .cert_list > li .txt{/*width: 70%;*/ width: calc(100% - 35%); font-size: 16px; padding: 4% 0 0 7%;}
    .cert_stat .cert_list > li .txt .name{font-size: 20px; padding: 0 0 7px;}
    .cert_stat .cert_list > li .txt .info{padding: 20px 0 10px;}
}
@media screen and (max-width:1024px){
    /*.wrap.policy.scrolling {padding-top: 74px;}*/

    .bu_top .thumb{height: 400px;}
    .bu_top .wrap{}
    .bu_top .overview-txt{padding: 4% 4% 20px;}
    .bu_top .overview-txt p{font-size: 25px;}

    .bu_process{margin: 80px auto 0;}

    .policy-area {padding: 80px 0;}


    .policy-area .parallax-area{margin: 0 0 80px;}
    .policy-area .parallax-area .parallax-img{width: 100%; height: 400px;}
    .policy-area .parallax-area .parallax-subtxt{/*width: calc(100% - 80px);*/ width: 100%; margin: 120px 0 0 0; padding: 0 40px; font-size: 16px;}
    .policy-area.rnd-area .parallax-area .parallax-subtxt{margin: 40px 0 0 0;}
    .policy-area .parallax-area:nth-child(even) .parallax-subtxt {padding: 0 40px; text-align: left;}
    .policy-area .parallax-area .parallax-subtxt p{margin: 0 0 20px;}
    .policy-area .parallax-area .parallax-subtxt .dot{padding: 3% 0 0;}
    .policy-area .parallax-area .parallax-subtxt .dot > li{margin: 0 0 6px;}
    .policy-area .parallax-area .parallax-txt{top: 400px; padding: 0 0 0 40px; font-size: 36px;}
    .policy-area .parallax-area:nth-child(even) .parallax-txt{left: 0; right: auto; padding: 0 0 0 40px; text-align: left;}
    .policy-area .parallax-area .parallax-txt br{display: block;}

    .cert_stat{padding: 8% 0;}
    .cert_stat:before{width: 100%;}
    .cert_stat .tit{float: none; width: 100%; padding: 0; text-align: center;}
    .cert_stat .tit .sm_tit{font-size: 2.2rem;}
    .cert_stat .tit .sub{font-size: 15px; padding: 30px 0 0;}

    .cert_stat .cert_list{float: none; margin: 30px auto 0; max-width: 94%; width: 430px;}
    .cert_stat .cert_list > li{padding: 30px;}
    .cert_stat .cert_list > li:not(:last-child){margin-bottom: 6%;}
    .cert_stat .cert_list > li .txt{padding: 1% 0 0 7%; font-size: 15px;}
    .cert_stat .cert_list > li .txt .name{font-size: 18px;}
}
@media screen and (max-width:840px){
    .bu_top .wrap{}
    .bu_top .overview-txt{padding: 4% 3% 20px;}
    .bu_top .overview-txt p{font-size: 20px;}
}
@media screen and (max-width:768px){
    /*.wrap.policy.scrolling {padding-top: 56px;}*/
    .wrap.policy.scrolling .tab {top: 70px;}

    .bu_top .thumb{height: 300px;}
    .bu_top .wrap{margin: 0 auto; width: auto; margin: 0 4%; box-sizing: border-box; padding: 30px 0;}
    .bu_top .overview-txt{padding: 0;}

    .policy-area .parallax-area{margin: 0 0 80px;}
    .policy-area .parallax-area .parallax-img{height: 300px;}
    .policy-area .parallax-area .parallax-txt{font-size: 30px; top: 300px;}

    .cert_stat .tit .sm_tit{font-size: 1.8rem;}
}
@media screen and (max-width:640px){
    .wrap.policy .tab_style .tab li a{font-size: 13px;}

    .bu_top .overview-txt p{font-size: 18px;}
    .bu_top .overview-txt p br{display: none;}

    .policy-area .parallax-area .parallax-txt {padding: 0 0 0 25px; font-size: 26px;}
    .policy-area .parallax-area:nth-child(even) .parallax-txt {padding: 0 0 0 25px;}
    .policy-area .parallax-area .parallax-subtxt {/*width: calc( 100% - 50px );*/ margin: 85px 0 0; padding: 0 25px; font-size: 15px;}
    .policy-area.rnd-area .parallax-area .parallax-subtxt{margin: 30px 0 0;}
    .policy-area .parallax-area:nth-child(even) .parallax-subtxt {padding: 0 25px;}
    .policy-area .parallax-area .parallax-subtxt p{font-size: 20px;}

    .cert_stat .tit{padding: 0 0 0 25px;}
}
@media screen and (max-width:568px){
    .policy-area.rnd-area .parallax-area{margin: 0 0 60px;}

    .cert_stat .tit .sub{font-size: 14px; padding: 20px 0 0;}
    .cert_stat .cert_list > li{padding: 20px;}
    .cert_stat .cert_list > li .txt{padding: 1% 0 0 4.5%; font-size: 13px;}
    .cert_stat .cert_list > li .txt .name{font-size: 16px;}
    .cert_stat .cert_list > li .txt .info{line-height: 140%; padding: 10px 0 5px;}
}
@media screen and (max-width:425px){
    /*.wrap.policy.scrolling {padding-top: 48px;}*/
    .wrap.policy.scrolling .tab{top: 60px;}
    .wrap.policy .tab_style .tab li a{font-size: 12px;}

    .bu_top .thumb{height: 150px;}

    .bu_process{margin: 60px auto 0;}

    .policy-area {padding: 60px 0;}
    .policy-area .parallax-area {margin: 0 0 60px;}
    .policy-area .parallax-area .parallax-txt {font-size: 23px;}
    .policy-area .parallax-area .parallax-subtxt {font-size: 14px;}

    .cert_stat .tit .sm_tit{font-size: 1.6rem;}
}

.inquiry_form .radio_box{margin: 0 !important;}
.inquiry_form input[type="radio"] + label{margin: 0 20px 0 0;}
@media screen and (max-width:425px){
    .inquiry_form input[type="radio"] + label{margin: 0 10px 0 0;}
}

/* ldh end */

/* 영문사이트 개별 적용 */
.en .sub_tit .title small{display: none;}

.en .policy .tab_style .tab li a{display: flex; justify-content: center; align-items: center; height: 78.8px; padding: 0; word-break: keep-all;}
.en .investment .tab_style .tab li a{display: flex; justify-content: center; align-items: center; height: 78.8px; padding: 0; word-break: keep-all;}

.en .summary-list .summary-it .text{width: 100%;}
.en .summary-list .summary-it .text p{line-height: 115%;}

.en .ethics-list .ethics-it{height: 500px;}

.en .welfare .box-list > li{height: 450px;}

.en .recruit_wrap .top_area .sm_tit .lc{display: none;}

.en .inquiry_form input[type="radio"] + label{height: auto; margin-top: 10px; margin-bottom: 10px; line-height: 160%;}
@media screen and (max-width: 1400px){
    .en .ethics-list .ethics-it{height: 490px;}

    .en .welfare .box-list > li{width: 24.25%;}
    .en .welfare .box-list > li:nth-child(4n){margin: 0 0 1% 0;}
    .en .welfare .box-list > li:nth-child(5n){margin: 0 1% 1% 0;}
}
@media screen and (max-width: 1280px){
    .en .sub_tit .location{display: none;}
}
@media screen and (max-width: 1024px){
    .en .policy .tab_style .tab li a{height: 74px; font-size: 16px;}
    .en .investment .tab_style .tab li a{height: 74px; font-size: 16px;}

    .en .welfare .box-list > li{width: 32.66%; height: 390px;}
    .en .welfare .box-list > li:nth-child(3n){margin: 0 0 1% 0 !important;}
    .en .welfare .box-list > li:nth-child(4n){margin: 0 1% 1% 0;}
}
@media screen and (max-width: 940px){
    .en .recruit_wrap .top_area .btn_top{position: static; margin: 10px 0 0;}
}
@media screen and (max-width: 860px){
    .en .welfare .box-list > li{width: 49.5%; height: 340px;}
    .en .welfare .box-list > li:nth-child(5n){margin: 0 1% 1% 0;}
    .en .welfare .box-list > li:nth-child(3n){margin: 0 1% 1% 0 !important;}
    .en .welfare .box-list > li:nth-child(2n){margin: 0 0 1% 0 !important;}
}
@media screen and (max-width: 768px){
    .en .policy .tab_style .tab li a{/*height: 56px;*/ font-size: 14px;}
    .en .investment .tab_style .tab li a{height: 56px; font-size: 14px;}

    .en .ethics-list .ethics-it{height: auto;}
}
@media screen and (max-width: 640px){
    .en .policy .tab_style .tab li a{/*height: 51px;*/}
    .en .investment .tab_style .tab li a{/*height: 51px;*/}
}
@media screen and (max-width: 568px){
    .en .welfare .box-list > li{height: 400px;}

    .en .recruit_wrap .top_area .sm_tit .lc{display: block;}
}
@media screen and (max-width: 425px){
    .en .policy .tab_style .tab li a{/*height: 47.59px;*/}
    .en .investment .tab_style .tab li a{/*height: 47.59px;*/}

    .en .welfare .box-list > li{height: 320px;}
}
