@charset "utf-8";



.cont-tit > .title{
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.txt-box > p{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
}
.txt-box > h5{
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  font-weight: 500;
  line-height: 1.3;
}

.title{
  font-size: 1.8rem;
  font-weight: 600;
}
.title-sub{
  font-size: 1.1rem;
  font-weight: 300;
  color: #111 !important;
}

.pb-4r{
  padding-bottom: 4rem;
}

.swiper-scrollbar {
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 1px !important;
  margin: 8.8rem auto 0;
  background: rgba(0,0,0,.15);
}
.swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  z-index: 2;
  width: 36rem !important;
  height: 100%;
  background: #fdcf00;
  border-radius: 0;
}
.swiper-scrollbar .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  transform: translateY(-50%);
  pointer-events: all;
}

.step-box{
  padding: 2rem;
  border: 1px solid #ddd;
  position: relative;
  min-height: 240px;
  transition: all .5s;
}
.step-box > h5{
  font-size: 16px;
  font-weight: 500;
  color: #fdcf00;
  margin-bottom: 30px;
  transition: color .5s;
}
.step-box > h3{
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all .5s;
}
.step-box > p{
  font-size: 16px;
  margin-bottom: 0;
  transition: all .5s;
}

.step-icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fdcf00;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all .5s;
  font-size: 20px;
}

.step-box:hover{
  background-color: #fdcf00;
  border: 1px solid #fdcf00;
}
.step-box:hover > h3, .step-box:hover > p{
  color: #fff !important;
}
.step-box:hover > h5{
  color: #fff;
}
.step-box:hover .step-icon{
  background-color: #162243;
}

.table-custom{
  border-top: 0 solid transparent !important;
}
.table-custom thead th{
  background-color: #162243 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500;
  padding: 1.1rem;
}
.table-custom tbody td{
  font-size: .9rem !important;
  padding: 1.3rem 0.6rem !important;
}
.table-custom tbody td:first-child{
  background-color: #162243;
  color: #fff !important;
  width: 15%;
}
.table-custom tbody td:nth-child(2){
  width: 20%;
}
/* tbody{border-width: 1px !important;} */

.reveal-holder .reveal-block1::before {
  background-color: #fdcf00 !important;
}
.reveal-holder .reveal-block2::before {
  background-color: #162243 !important;
}
.reveal-holder .reveal-block3::before {
  background-color: #fdcf00 !important;
}
.reveal-holder .reveal-block4::before {
  background-color: #162243 !important;
}
.reveal-holder .reveal-block5::before {
  background-color: #fdcf00 !important;
}
.reveal-holder .reveal-block6::before {
  background-color: #162243 !important;
}

.align-content-center{
  align-content: center !important;
}

/* .special-swiper .swiper-slide:nth-child(6) {
  width: 424px !important;
} */

.bg-blue{
  background-color: #fdcf00;
}

.special-swiper .swiper-pagination-bullet-active{
  background: #fdcf00 !important;
}

.link_wrap{
  text-align: center;
}
.link_btn{
  font-size: 1.1rem;
  color: #fff;
  background-color: #fdcf00;
  padding: 1rem 2rem;
  border-radius: 5px;
  transition: all 0.5s;
}
.link_btn:hover{
  color: #162243 !important;
}

.sub-info{
  text-align: right;
}
.sub-info > p{
  font-size: 14px;
  margin-bottom: 5px !important;
  color: #162243 !important;
}

.special-swiper .swiper-slide{
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

/* 문의하기 */
.db{
  border: 1px solid #eee;
  max-width: 860px;
  margin: 0 auto;
  padding: 5%;
}

.font-rd{color: #ff0000 !important;}

label{display: block;}
.table_info table {
  width: 100%;
}
.table_info table th, .table_info table td{padding-bottom: 20px; font-weight: 500; vertical-align: middle; font-size: 15px; color: #1c1c1b; border-style: hidden;}
.table_info1 table th{width: 125px;}

.input_text_wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
.input_wrap2 {
  height: 45px !important;
}
.input_text_wrap label input {
  width: 100%;
  height: 45px;
  padding: 5px 15px !important;
  color: #1c1c1b !important;
  box-shadow: 0px 0px 0px 1px #ddd !important;
  outline: none !important;
  border: 1px solid #ddd;
  border-radius: 4px !important;
  font-size: 15px;
}
.input_text_wrap label input::placeholder{
  color: #999;
}

.select_wrap {
  text-align: center;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.input_select_wrap select {
  width: 100%;
  height: 45px;
  padding: 5px 15px !important;
  color: #1c1c1b !important;
  box-shadow: 0px 0px 0px 1px #ddd !important;
  outline: none !important;
  border: 1px solid #ddd;
  border-radius: 4px !important;
  font-size: 15px;
}
.select_wrap .input_wrap {
  display: inline-block;
  width: calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
  margin-right: 10px;
}
.select_wrap .input_wrap:last-child{
  margin-right: 0;
}

.email_input label input {
  padding-left: 30px !important;
}
.email_input:before {
  content: "@";
  z-index: 1;
  position: absolute;
  top: 48%;
  left: 10px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.checkbox_wrap {
  display: inline-block;
  margin-right: 10px;
}

.select_wrap2 .input_wrap {
  width: calc(1 / 2 * 100% - (1 - 1 / 2) * 10px);
  margin-right: 10px;
}
.select_wrap2 .input_wrap:last-child{
  margin-right: 0;
}
.input_textarea_wrap {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
.input_textarea_wrap label textarea {
  width: 100%;
  height: 150px;
  padding: 10px 15px !important;
  box-shadow: 0px 0px 0px 1px #ddd;
  color: #1c1c1b;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_text {
  display: inline-block;
  padding-left: 5px;
  font-size: 15px;
  vertical-align: middle;
  color: #1c1c1b;
}

.cont_text_info{font-size: 14px; font-weight: 300; color: #999; margin-top: 10px;}

.btn_go{
  border: 1px solid #162243;
  background-color: #162243;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 600;
  transition: all .5s;
  font-size: 16px;
  margin-top: 40px;
}
.btn_go:hover{
  background-color: #fff;
  color: #162243;
}

[type="radio"] {
  vertical-align: middle;
  appearance: none;
  border: max(2px, 0.1em) solid #ddd;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  transition: border 0.5s ease-in-out;
}

[type="radio"]:checked {
  border: 0.4em solid #fdcf00;
}

[type="radio"]:focus-visible {
  outline-offset: max(2px, 0.1em);
  outline: max(2px, 0.1em) dotted #fdcf00;
}

[type="radio"]:hover {
  box-shadow: 0 0 0 max(4px, 0.2em) #eee;
  cursor: pointer;
}

[type="radio"]:disabled {
  background-color: #eee;
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
}

[type="radio"]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
div.category_area{
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 20px;
}
div.category{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
div.category a{
  display: inline-block;
  width: calc(100% - 10px);
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color:#747474;
  border: 1px solid transparent;
}
div.category a.selected{
  color: #000;
  border-color: #a0a0a0;
}
div.category a.domestic{
  background-color: #BED6E0;
}
div.category a.overseas{
  background-color: #FAE18A;
}

@media (min-width:993px){
}

@media (min-width:1200px){
}

@media (min-width:1400px){
}

@media(max-width:992px){
}

@media(max-width:767px){
  .page-title-sub{
    font-size: 1.5rem;
  }
  .page-title-cont{
    font-size: 1.0rem;
  }
  .cont-tit > .title{
    font-size: 1.0rem;
  }
  .txt-box > p{
    font-size: 15px;
  }
  .title{
    font-size: 1.1rem;
  }
  .title-sub{
    font-size: 14px;
  }
  .txt-box > h5{
    font-size: 14px;
  }

  .table_info table th, .table_info table td{padding-bottom: 20px; font-weight: 500; vertical-align: middle; display: block; width: 100%; font-size: 13px;}
  .table_info table th{border-top: 1px solid #ddd; padding-top: 15px;}

  .checkbox_text{font-size: 13px;}
  .cont_text_info{font-size: 12px;}

  .btn_go{
    font-size: 14px;
    margin-top: 20px;
  }
}