@charset "UTF-8";
@import url("/css/global/normalize.css");
@import url("/css/global/reset.css");
@import url("/css/global/common.css");
@import url("/css/global/fontawesome.css");
@import url("/css/home/popup.css");
/*----------------------------------------------------------*/
/*|| 폰트
/*----------------------------------------------------------*/
@font-face {
  font-family: "G1-B";
  src: url("/lib/webfonts/GothicA1-Black.woff") format("woff"), url("/lib/webfonts/GothicA1-Black.ttf") format("turetype");
}
@font-face {
  font-family: "G1-M";
  src: url("/lib/webfonts/GothicA1-Medium.woff") format("woff"), url("/lib/webfonts/GothicA1-Medium.ttf") format("turetype");
}
/*----------------------------------------------------------*/
/*|| 공용
/*----------------------------------------------------------*/
* {
  font-family: "G1-M";
}

em {
  color: #2181a4;
}

strong {
  font-weight: 700;
}

.section {
  width: 100%;
}

#inquiryAgreePopup {
  display: none;
}

.mbr {
  display: none;
}

.pbr {
  display: block;
}

input {
  /*ios대응*/
}

select {
  /*ios대응*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*화살표 배경 넣기*/
  background: url("/resource/image/common/arrow.png") no-repeat 98% center;
  background-size: 4vw;
}

/*--------------------------------------------------------------------
||PC
--------------------------------------------------------------------*/
#inquiry {
  position: fixed;
  left: 50%;
  bottom: 58px;
  max-width: 1732px;
  height: 145px;
  transform: translateX(-50%);
  background-color: #2181a4;
  z-index: 9999;
  border-radius: 8px;
  padding: 23px 35px;
  box-sizing: border-box;
  align-items: center;
}
#inquiry .box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 1792px;
  justify-content: center;
}
#inquiry .box .form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  font-size: 0;
}
#inquiry .box .form .part1 {
  font-size: 16px;
  color: #fff;
}
#inquiry .box .form .part1 p {
  margin-top: 20px;
}
#inquiry .box .form .part2 label {
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  margin-right: 20px;
}
#inquiry .box .form .part2 p {
  display: inline-block;
  font-family: "G1-B";
  font-size: 18px;
  color: #fff;
  padding: 0 6px;
  vertical-align: middle;
}
#inquiry .box .form .part2 p.mbr {
  display: none;
}
#inquiry .box .form .part2 .check {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
#inquiry .box .form .part2 .check input {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  border: 2px solid #fff;
}
#inquiry .box .form .part2 .check label {
  font-size: 16px;
}
#inquiry .box .form input {
  height: 56px;
  border: 2px solid #fff;
  background-color: #2181a4;
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
}
#inquiry .box .form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-indent: 9px;
}
#inquiry .box .form input.txt {
  width: 200px;
  margin-right: 30px;
}
#inquiry .box .form input.num {
  width: 100px;
}
#inquiry .box .form #event {
  width: 200px;
  height: 56px;
  border: 2px solid #fff;
  background-color: #2181a4;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.6);
  text-indent: 9px;
  margin-right: 30px;
  box-sizing: content-box;
  outline: none;
  vertical-align: middle;
  background-size: 2vw;
}
#inquiry .box .form .submit {
  width: 104px;
  height: 104px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #ffeeb9;
  color: #0c5077;
  font-family: "G1-B";
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  padding-top: 8px;
}
#inquiry .box .form .submit:after {
  content: "";
  position: absolute;
  right: -33px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
#inquiry .box #quick {
  width: 320px;
}
#inquiry .box #quick .link {
  height: 100%;
}
#inquiry .box #quick .link ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
#inquiry .box #quick .link ul li span {
  display: block;
  text-align: center;
}
#inquiry .box #quick .link ul li span.icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 18px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 1px 1px 2px #999;
}
#inquiry .box #quick .link ul li span.icon img {
  height: 39px;
  vertical-align: middle;
}
#inquiry .box #quick .link ul li span.text {
  margin-top: 13px;
  font-size: 23px;
  color: #fff;
}

.section img {
  width: 100%;
  vertical-align: middle;
}
.section.section10 {
  position: relative;
}
.section.section10 .section_wrap {
  padding-top: 130px;
}
.section.section10 .section_wrap header {
  display: block;
  font-size: 105px;
  text-align: center;
}
.section.section10 .section_wrap header strong {
  font-family: "G1-B";
  color: #3b4b92;
}
.section.section10 .section_wrap article {
  margin-top: 53px;
  margin-bottom: 83px;
  background: url("/resource/image/home/section10/bg_gray.jpg") no-repeat center;
  background-size: cover;
  height: 744px;
}
.section.section10 .section_wrap article .fac_wrap {
  margin: 0 auto;
  max-width: 1408px;
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section.section10 .section_wrap article .fac_wrap .big {
  max-width: 1024px;
}
.section.section10 .section_wrap article .fac_wrap .swiper {
  width: 326px;
  height: 576px;
  margin-left: 0;
  margin-right: 0;
}
.section.section10 .section_wrap article .fac_wrap .swiper-button-prev {
  left: auto;
  right: 163px;
  top: 40px;
  transform: translateX(50%) rotate(90deg);
}
.section.section10 .section_wrap article .fac_wrap .swiper-button-prev:after {
  color: #2181a4;
}
.section.section10 .section_wrap article .fac_wrap .swiper-button-next {
  right: 136px;
  top: auto;
  bottom: 20px;
  transform: translateX(-50%) rotate(90deg);
}
.section.section10 .section_wrap article .fac_wrap .swiper-button-next:after {
  color: #2181a4;
}
.section.section10 .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section.section12 {
  height: 22vw;
  background-color: #2181a4;
  color: #fff;
  font-size: 0.96vw;
  line-height: 1.2em;
}
.section.section12 ul {
  width: 90%;
  margin: 0 auto;
  padding-top: 1vw;
}
.section.section12 ul li {
  height: 1.4vw;
}

@media screen and (max-width: 1400px) {
  #inquiry {
    width: 100%;
    bottom: 0;
    height: 52vw;
    background-color: #2181a4;
    z-index: 9999;
    border-radius: 2.78vw 2.78vw 0 0;
    align-items: center;
  }
  #inquiry .pbr {
    display: none;
  }
  #inquiry .mbr {
    display: block;
  }
  #inquiry .box {
    width: 100%;
    margin: 0 auto;
  }
  #inquiry .box .form {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding-top: 2.6vw;
    width: 95vw;
    margin: 0 auto;
  }
  #inquiry .box .form .part1 p {
    display: none;
  }
  #inquiry .box .form .part2 {
    margin-top: 2.6vw;
  }
  #inquiry .box .form .part2 label {
    display: none;
  }
  #inquiry .box .form .part2 p {
    padding: 0 0.8vw;
    font-size: 3vw;
  }
  #inquiry .box .form .part2 p.mbr {
    display: inline-block;
    margin-top: 2vw;
    position: relative;
    padding-left: 2vw;
    font-size: 2.6vw;
  }
  #inquiry .box .form .part2 p.mbr:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 1.4vw;
    color: #9ba3c6;
  }
  #inquiry .box .form .part2 .check {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.02em;
    margin-top: 2vw;
  }
  #inquiry .box .form .part2 .check input {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
  #inquiry .box .form .part2 .check label {
    display: inline-block;
    font-size: 2.2vw;
    margin-right: 0;
  }
  #inquiry .box .form .part2 .check label strong {
    font-size: 2.6vw;
  }
  #inquiry .box .form input {
    height: 7.4vw;
    border: 1px solid #fff;
    background-color: #2181a4;
    font-size: 3.15vw;
    color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #inquiry .box .form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    text-indent: 1.48vw;
  }
  #inquiry .box .form input.txt {
    width: 30vw;
    margin-right: 4vw;
  }
  #inquiry .box .form input.num {
    width: 23vw;
  }
  #inquiry .box .form input.num#phone3 {
    margin-right: 0;
  }
  #inquiry .box .form #event {
    width: 42.6vw;
    height: 7.4vw;
    border: 1px solid #fff;
    background-color: #2181a4;
    font-size: 3.15vw;
    margin-right: 0;
    background-size: 4vw;
  }
  #inquiry .box .form .submit {
    width: 42.2vw;
    height: 11.1vw;
    border: 2px solid #fff;
    font-family: "G1-B";
    font-size: 5.28vw;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 3.6vw;
    border-radius: 10vw;
  }
  #inquiry .box .form .submit:after {
    content: none;
  }
  #inquiry .box #quick {
    position: fixed;
    right: 2vw;
    top: -145%;
    width: 11.5vw;
    height: 52vw;
  }
  #inquiry .box #quick .link {
    height: 100%;
  }
  #inquiry .box #quick .link ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  #inquiry .box #quick .link ul li {
    width: 100%;
  }
  #inquiry .box #quick .link ul li span {
    display: block;
    text-align: center;
  }
  #inquiry .box #quick .link ul li span.icon {
    width: 100%;
    height: 11.5vw;
    line-height: 11.5vw;
    border-radius: 3vw;
  }
  #inquiry .box #quick .link ul li span.icon img {
    height: 6.6vw;
  }
  #inquiry .box #quick .link ul li span.text {
    display: none;
  }
  .section.section1 .pbr {
    display: none;
  }
  .section.section1 .mbr {
    display: block;
  }
  .section.section10 .pbr {
    display: none;
  }
  .section.section10 .mbr {
    display: block;
  }
  .section.section10 .section_wrap {
    padding-top: 9.7vw;
  }
  .section.section10 .section_wrap header {
    font-size: 9vw;
    line-height: 1.2em;
  }
  .section.section10 .section_wrap article.pbr {
    display: none;
  }
  .section.section10 .section_wrap article.mbr {
    display: block;
    margin-top: 4vw;
    margin-bottom: 0;
    height: 73.9vw;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .big {
    width: 90.7vw;
    max-width: 978px;
    margin: 0 auto;
    padding: 0 4.8vw;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-m {
    width: 81.1vw;
    max-width: 874px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-m .swiper-slide {
    max-width: 290px;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-prev {
    left: 3vw;
    right: auto;
    top: auto;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-prev:after {
    color: #2181a4;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-next {
    right: 3vw;
    bottom: 7vw;
    transform: rotate(0deg);
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-next:after {
    color: #2181a4;
  }
  .section:last-child {
    margin-bottom: 44vw;
  }
}
/*--------------------------------------------------------------------
||Mobile
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pbr {
    display: none;
  }
  .mbr {
    display: block;
  }
  #inquiry {
    height: 54vw;
  }
  #inquiry .box .form .part2 .check input {
    width: 2.2vw;
    height: 2.2vw;
  }
  .section.section10 .section_wrap {
    padding-top: 9.7vw;
  }
  .section.section10 .section_wrap article.pbr {
    display: none;
  }
  .section.section10 .section_wrap article.mbr {
    display: block;
    margin-top: 4vw;
    margin-bottom: 0;
    height: 73.9vw;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .big {
    width: 90.7vw;
    max-width: 978px;
    margin: 0 auto;
    padding: 0 4.8vw;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-m {
    width: 81.1vw;
    max-width: 874px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-m .swiper-slide {
    max-width: 290px;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-prev {
    left: 3vw;
    right: auto;
    top: auto;
    bottom: 3.8vw;
    transform: rotate(0deg) scale(0.5);
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-prev:after {
    color: #2181a4;
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-next {
    right: 3vw;
    bottom: 3.8vw;
    transform: rotate(0deg) scale(0.5);
  }
  .section.section10 .section_wrap article.mbr .fac_wrap .swiper-button-next:after {
    color: #2181a4;
  }
  .section.section12 {
    height: 20vw;
    background-color: #2181a4;
    color: #fff;
    font-size: 1.56vw;
    line-height: 1.3em;
  }
  .section.section12 ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 3vw;
  }
  .section.section12 ul li {
    height: 3vw;
  }
  .section:last-child {
    margin-bottom: 52vw;
  }
}