@charset "euc-kr";

body {
  -webkit-text-size-adjust: 100%;
  max-height: 1000000px;
  overflow-x: hidden;
}

body>img:last-child {
  display: none;
}

.center_box {
  max-width: 1435px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus,
textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.circle {
  position: fixed;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background: #e60516;
  border-radius: 100%;
  backface-visibility: hidden;
  z-index: 6;
  transition-timing-function: ease;
  opacity: 0.7;
}

.cI_wrap .centerInfo li em {
  font-family: 'DM Sans', sans-serif;
  ;
}

.scroll_icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}

.scroll_icon:hover {
  animation: scroll_icon 0.3s;
  -webkit-animation: scroll_icon 0.3s;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scroll_icon {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

@keyframes scroll_icon {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.main_section {
  height: calc(100vh - 80px);
  height: -webkit-calc(100vh - 80px);
  /*min-height: 890px;*/
}

.align_center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vod_title dt,
.vod_title .ddtxt01,
.vod_title .ddtxt02,
.wV_dl dt,
.wV_dl dd,
.wV_txts {
  opacity: 0;
  transition: all 1s;
  transform: translateX(-50px);
}

.active .vod_title dt,
.active .vod_title .ddtxt01,
.active .vod_title .ddtxt02,
.active .wV_dl dt,
.active .wV_dl dd,
.active .wV_txts {
  opacity: 1;
  transform: translateX(0px);
}

/*Çì´õ*/
.header_wrap {
  width: 100%;
  top: 0;
  z-index: 3;
  height: 80px;
  position: fixed;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+48,000000+100&0.8+0,0.5+47,0+100 */
  /* background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0.49) 48%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 47%,rgba(0,0,0,0.49) 48%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 47%,rgba(0,0,0,0.49) 48%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); */
}

.header {
  z-index: 1;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  max-width: 1842px;
  position: relative;
  line-height: 80px;
}

.header h1 {
  width: 230px;
  height: 25px;
  background: url(../images/common/logo.png) no-repeat;
  background-size: cover;
}

.header h1 a {
  display: block;
  height: 100%;
}

.header h1 a img {
  width: 100%;
  vertical-align: middle;
}

/*pc Çì´õ*/
.web_header {
  height: 100%;
  position: relative;
  width: 60%;
  /* width:100%; */
  right: 0;
  top: 0;
  /* float:left; */
}

.web_menu {
  /* right:0; */
  width: 600px;
  float: right;
}

.web_menu>li {
  margin: 0 auto;
  padding: 0 15px;
  /* width:140px; */
  position: relative;
  height: 100%;
}

.web_menu>li>a {
  font-size: 17px;
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
}

/* .web_menu > li > a:before {content:''; width:100%; height:3px; background-color:#e6002e; position:absolute; left:0; bottom:20px; display:none;} */
.web_menu>li .pcSubWrap {
  width: 100%;
  height: 240px;
  position: fixed;
  top: 80px;
  left: 0;
  line-height: 1.5;
  border-top: 2px solid #f0f0f0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.web_menu>li .pcSubWrap .dl_wrap {
  width: 41.66666666667%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.web_menu>li .pcSubWrap .dl_wrap dl {
  width: 95%;
  max-width: 355px;
  margin: 0 auto;
  color: #fff;
}

.web_menu>li .pcSubWrap .dl_wrap dl dt {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-right: 13px;
  display: inline-block;
  line-height: 1;
}

.web_menu>li .pcSubWrap .dl_wrap dl dt:after {
  content: '';
  display: block;
  width: 7px;
  height: 27px;
  background-color: #dd2329;
  position: absolute;
  right: 0;
  top: 3px;
}

.web_menu>li .pcSubWrap .dl_wrap dl dd {
  font-size: 20px;
  font-weight: 300;
}

.web_menu>li .pcSubWrap .menu_gnb {
  width: 58.33333333333%;
  height: 100%;
  box-sizing: border-box;
  padding: 35px 6.5%;
  flex-wrap: wrap;
}

.web_menu>li .pcSubWrap .menu_gnb li {
  width: 48%;
  max-width: 440px;
  line-height: 50px;
}

.web_menu>li .pcSubWrap .menu_gnb li a {
  color: #fff;
  font-size: 16px;
  display: block;
}

.web_menu>li .pcSubWrap .menu_gnb li:hover a {
  color: #dd2329;
}

.web_menu>li .pcSubWrap .devide3 li {
  width: 33.333333%;
}

/* .web_menu > li:hover .pcSubWrap {display:flex;} */
.sub_bg {
  width: 100%;
  height: 215px;
  background-color: #fff;
  left: 0;
  top: 101px;
  position: absolute;
  display: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.blck_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  display: none;
  z-index: 2;
}

.link_btns {
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #ddd;
}

.link_btns li {
  float: left;
  text-align: center;
  margin-left: 25px;
  line-height: 1;
}

.link_btns li a {
  display: block;
  height: 100%;
}

.link_btns li:nth-child(1) {
  width: 20px;
  height: 20px;
  background: url(../images/common/link_iconk01.png);
  background-size: cover;
}

.link_btns li:nth-child(2) {
  width: 44px;
  height: 20px;
  background: url(../images/common/link_icon02.png);
  background-size: cover;
}

.link_btns li:nth-child(3) {
  width: 20px;
  height: 20px;
  background: url(../images/common/link_icon03.png);
  background-size: cover;
}

/*
@media screen and (min-width:1950px){
  .web_menu > li .pcSubWrap .menu_gnb {padding:35px 250px;}
} */


/*¸ð¹ÙÀÏ Çì´õ*/
.btn_wrap {
  position: relative;
  z-index: 3;
  font-size: 18px;
}

.btn_wrap li span {
  display: inline-block;
  vertical-align: middle;
}

.btn_wrap .Mmenu_btn {
  cursor: pointer;
}

.btn_wrap .Mmenu_btn {
  color: #fff;
}

.btn_wrap .Mmenu_btn .menu_icon {
  width: 25px;
  height: 22px;
  margin-left: 10px;
  background: url(../images/common/menu.png) no-repeat;
  background-size: 100% auto;
}

.fix_area .Mmenu_close {
  color: #fff;
  text-align: right;
  line-height: 80px;
  padding: 0 60px;
  cursor: pointer;
}

.fix_area .Mmenu_close span {
  display: inline-block;
  vertical-align: middle;
}

.fix_area .Mmenu_close .close_icon {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/common/menu_close.png) no-repeat;
  background-size: 100% auto;
}

.fix_area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
}

.fix_area .blk_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.72);
  display: none;
}

.fix_area .all_wrap {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}

.fix_area .all_wrap .Mmenu_Wrap {
  height: 100%;
  background-color: #292e56;
  width: 100%;
  max-width: 374px;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: -600px;
  padding-bottom: 100px;
}

.fix_area .all_wrap .Mmenu_Wrap .mob_link {
  width: 100%;
  max-width: 230px;
  margin: 30px auto 0 auto;
  padding-bottom: 40px;
}

.fix_area .all_wrap .Mmenu_Wrap .mob_link li {}

.fix_area .Mmenu {
  width: 100%;
  z-index: 10;
  /* margin:30px 0 20px 0; */
  box-sizing: border-box;
  padding: 0 60px 120px 60px;
}

.fix_area .Mmenu>li {
  list-style: none;
}

.fix_area .Mmenu>li>a {
  display: block;
  font-weight: 700;
  font-size: 23px;
  line-height: 60px;
  padding-left: 8px;
  color: #fff;
}

.fix_area .Mmenu>li>.sub_menu {
  padding: 20px 7%;
  border-top: 1px solid #fff;
  /*display:none;*/
}

.fix_area .Mmenu>li>.sub_menu li {
  line-height: 30px;
}

.fix_area .Mmenu>li>.sub_menu li:last-child {
  margin-bottom: 0;
}

.fix_area .Mmenu>li>.sub_menu li a {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: 300;
}

.langWrap {
  position: absolute;
  right: 0px;
  top: -7px;
  width: 80px;
}

.lang {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  height: 40px;
  background: url(../images/contact/select.png) no-repeat 97% center;
  background-size: 10px 10px;
  box-sizing: border-box;
}

.lang span {
  display: block;
  height: 40px;
  padding-left: 5px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.lang_box {
  width: 100%;
  height: 40px;
  background-color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding-left: 10px;
  filter: alpha(opacity=0);
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
}

.sub_header,
.header_on {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.sub_header .web_menu>li>a,
.header_on .web_menu>li>a {
  color: #000;
}

.sub_header .web_menu>li:hover>a,
.header_on .web_menu>li:hover>a {
  color: #292e56;
}

.sub_header .header h1,
.header_on .header h1 {
  background: url(../images/common/logo_on.png);
  background-size: cover;
}

.sub_header .btn_wrap .Mmenu_btn,
.header_on .btn_wrap .Mmenu_btn {
  color: #000;
}

.sub_header .btn_wrap .Mmenu_btn .menu_icon,
.header_on .btn_wrap .Mmenu_btn .menu_icon {
  background: url(../images/common/menu_on.png) no-repeat;
  background-size: 100% auto;
}

.sub_header .link_btns li:nth-child(1),
.header_on .link_btns li:nth-child(1) {
  background: url(../images/common/link_iconk01_on.png);
  background-size: cover;
}

.sub_header .link_btns li:nth-child(2),
.header_on .link_btns li:nth-child(2) {
  background: url(../images/common/link_icon02_on.png);
  background-size: cover;
}

.sub_header link_btns li:nth-child(3),
.header_on .link_btns li:nth-child(3) {
  background: url(../images/common/link_icon03_on.png);
  background-size: cover;
}


/* ÇÏ´Ü */
.bott_wrap {
  background-color: #252525;
  text-align: center;
  padding: 80px 2.5%;
}

.bott_wrap .bott_title {
  font-size: 25px;
  color: #fff;
  line-height: 1.4;
}

.bott_wrap .online_btn {
  display: block;
  width: 316px;
  height: 63px;
  line-height: 61px;
  margin: 40px auto 0 auto;
  border: 1px solid #bebebe;
  font-size: 25px;
  color: #fff;
  box-sizing: border-box;
}

.bott_wrap .online_btn:hover {
  background-color: #292e56;
  border: none;
}

/*ÇªÅÍ*/
.footer_wrap {
  background-color: #23272b;
  padding: 50px 0 120px 0;
  height: auto !important;
  min-height: auto !important;
}

.foot_sns {
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 0px;
}

.foot_sns li {
  display: inline-block;
  margin-left: 28px;
}

.foot_sns li img {
  width: 40px;
}

.foot_sns li:first-child {
  margin-left: 0
}

.footer_wrap .foot {
  width: 95%;
  margin: 0 auto;
  line-height: 1.3;
  position: relative;
}

.footer_wrap .foot .foot_logo {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.footer_wrap .foot .copy {
  font-size: 16px;
  font-weight: 300;
  color: #737a87;
  margin-top: 35px;
}

.footer_wrap .foot_btns {
  overflow: hidden;
  font-size: 0;
  margin-top: 30px;
}

.footer_wrap .foot_btns li {
  display: inline-block;
  margin-left: 13px;
  padding-left: 13px;
  position: relative;
}

.footer_wrap .foot_btns li:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #737a87;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer_wrap .foot_btns li a {
  color: #737a87;
  font-size: 15px;
}

.footer_wrap .foot_btns li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.footer_wrap .foot_btns li:first-child:before {
  display: none;
}

.fInfoWrap {
  max-width: 1170px;
  width: 100%;
}

.left_foot {
  width: 46%;
}

.foot_info {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.foot_info li {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1.6;
  position: relative;
}

.foot_info li:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #737a87;
  position: absolute;
  right: 0;
  top: 8px;
}

.foot_info li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.foot_info li:last-child:after {
  display: none;
}

.foot_info li:nth-child(2):after,
.foot_info li:nth-child(3):after,
.foot_info li:nth-child(4):after,
.foot_info li:nth-child(5):after,
.foot_info li:nth-child(6):after {
  display: none;
}

.foot_info li:nth-child(6) {
  width: 100%;
}


.right_foot dl {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 16px;
}

.right_foot dl dt {
  color: #aab2c1;
  font-weight: 500;
  margin-bottom: 5px;
}

.right_foot dl dd {
  color: #737a87;
  font-weight: 300;
}

.pop_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}

.pop_wrap .pop_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.pop_wrap .pop_box {
  width: 95%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pop_wrap .pop_box .prav_title {
  font-size: 24px;
  color: #fff;
  background-color: #221e1f;
  line-height: 60px;
  padding: 0 20px;
}

.pop_wrap .pop_box .prav_txts {
  height: 295px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 5%;
  overflow-y: scroll;
}

.pop_wrap .pop_box .prav_txts dl {
  margin-bottom: 40px;
  line-height: 1.4;
}

.pop_wrap .pop_box .prav_txts dl dt {
  font-size: 24px;
  color: #221e1f;
  font-weight: 500;
  margin-bottom: 15px;
}

.pop_wrap .pop_box .prav_txts dl dt.hipp_dt {
  position: relative;
  padding-left: 20px;
}

.pop_wrap .pop_box .prav_txts dl dt.hipp_dt:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.pop_wrap .pop_box .prav_txts dl dd {
  font-size: 21px;
  color: #4e4e4d;
  font-weight: 300;
}

.pop_wrap .pop_box .close_pop {
  display: block;
  width: 280px;
  height: 72px;
  line-height: 70px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  margin: 40px auto 0 auto;
}

/* Äü¸Þ´º */
.quckBott_wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  width: 100%;
  z-index: 3;
  height: 80px;
  background-color: #000;
}

.quckBott_wrap .quickBtns {
  display: flex;
  gap: 1rem;
}


.quckBott_wrap .center_box {
  height: 100%;
}

.quckBott_wrap .submit {
  display: block;
  width: 120px;
  line-height: 50px;
  text-align: center;
  background-color: #292e57;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.quckBott_wrap .quick_link {
  /* display: none; */
}

.thePhone {
  background: url(../images/common/call_icon.png) no-repeat center left;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0 10px 30px;
}

.thCall {
  color: #fff;
}

.quick_frm {
  width: 73%;
  margin-left: 2%;
  border-left: 1px solid #fff;
  justify-content: flex-end;
  display: none;
}

.inputerWrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  /*width:75%;*/
  margin: 0 4%;
}

.inputerWrap .inputer {
  background: none;
  border: none;
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
  width: 20%;
}

.agreeWrap input[type="checkbox"] {
  position: absolute;
  right: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0 none;
  margin: 0;
  top: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.agreeWrap label {
  background: url(../images/common/uncheck.png) no-repeat center right;
  padding-right: 20px;
  font-size: 13px;
}

.agreeWrap input[type="checkbox"]:checked+label {
  background: url(../images/common/checked.png) no-repeat center right;
}



@media screen and (max-width:1400px) {

  /*Çì´õ*/
  .web_header {
    width: auto;
  }

  .web_menu>li {
    padding: 0 10px;
  }

  .link_btns li {
    margin-left: 17px;
  }

  /* Äü¸Þ´º */
  .quick_frm {
    width: 65%;
  }

  .inputerWrap .inputer {
    width: 20%;
  }
}

@media screen and (max-width:1150px) {

  /*Çì´õ*/
  .web_header {
    display: none;
  }

  .btn_wrap {
    display: block;
  }
}


@media screen and (max-width:960px) {

  .vod_title dt,
  .vod_title .ddtxt01,
  .vod_title .ddtxt02,
  .wV_dl dt,
  .wV_dl dd,
  .wV_txts {
    opacity: 1;
    transform: translateX(0px);
  }


  /*Çì´õ*/
  .link_btns {
    display: none;
  }

  .header_wrap {
    background: #fff;
  }

  .header h1 {
    background: url(../images/common/logo_on.png) no-repeat center;
    background-size: cover;
  }

  .header .btn_wrap .Mmenu_btn {
    color: #000;
  }

  .header .btn_wrap .Mmenu_btn .menu_icon {
    background: url(../images/common/menu_on.png) no-repeat;
    background-size: 100% auto;
  }

  /*ÇªÅÍ*/
  .footer_wrap .foot_btns,
  .footer_wrap .marks {
    position: static;
    margin-bottom: 30px;
  }

  .footer_wrap .marks {
    width: 266px;
    margin: 40px auto 30px auto;
  }

  .footer_wrap .foot {
    text-align: center;
  }

  .foot_info {
    display: block;
  }

  .foot_info li {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }

  .foot_info li:after {
    display: none;
  }

  .foot_sns {
    position: static;
    margin-bottom: 30px;
  }

  .fInfoWrap {
    display: block;
  }

  .left_foot {
    width: 100%;
  }

  .right_foot {
    margin-top: 50px;
  }

  /* Äü¸Þ´º */
  .quick_frm,
  .thCall {
    display: none;
  }

  .quckBott_wrap .quick_link {
    display: block;
  }

  .main_section {
    height: auto;
    padding: 70px 0;
    min-height: auto;
  }

  .align_center {
    top: auto;
    transform: translateY(0);
  }
}




@media screen and (max-width:850px) {
  .quckBott_wrap {
    height: 100px;
  }

  .quckBott_wrap .flex_center {
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
  }

  .quckBott_wrap .quickBtns {
    width: 100%;
    gap: 10px;
  }

  .quckBott_wrap .quick_link {
    width: 32.5%;
    line-height: 35px;
  }

  .thePhone {
    text-align: center;
  }
}


@media screen and (max-width:600px) {

  /*Çì´õ*/
  .header h1 {
    width: 160px;
    height: 17px;
  }

  .fix_area .Mmenu,
  .fix_area .Mmenu_close {
    padding: 0;
    width: 95%;
    margin: 0 auto;
  }

  .thePhone {
    font-size: 17px;
  }
}