@charset "UTF-8";
.theme {
  color: #d0a65c;
}
.theme-bg {
  background: #d0a65c;
}

.theme2 {
  color: #a0ca93;
}
.theme2-bg {
  background: #a0ca93;
}

.theme3 {
  color: #5f6496;
}
.theme3-bg {
  background: #5f6496;
}

.theme4 {
  color: #f56771;
}
.theme4-bg {
  background: #f56771;
}

.fade {
  color: #666;
}
.fade-bg {
  background: #666;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.df {
  display: flex;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.main_visual .main-swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.main_visual .main-swiper .swiper-slide article {
  line-height: 1.5;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 200px;
  color: #fff;
}
.main_visual .main-swiper .swiper-slide article p {
  font-size: 1.5rem;
  padding: 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.main_visual .main-swiper .swiper-slide article p:before, .main_visual .main-swiper .swiper-slide article p:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background-color: #255795;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main_visual .main-swiper .swiper-slide article p:before {
  top: 0;
}
.main_visual .main-swiper .swiper-slide article p:after {
  bottom: 0;
}
.main_visual .main-swiper .swiper-slide article b {
  display: block;
  display: 700;
  font-size: 60px;
  letter-spacing: -2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.568627451);
  font-weight: bold;
  font-family: "GmarketSansMedium";
}

@media (max-width: 1280px) {
  .main_visual .main-swiper .swiper-slide article {
    padding-bottom: 0;
  }
  .main_visual .main-swiper .swiper-slide article p {
    font-size: 1.25rem;
  }
  .main_visual .main-swiper .swiper-slide article b {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .main_visual .main-swiper .swiper-slide > img {
    min-height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_visual .main-swiper .swiper-slide article {
    padding-bottom: 0;
  }
  .main_visual .main-swiper .swiper-slide article p {
    font-size: 1rem;
  }
  .main_visual .main-swiper .swiper-slide article b {
    font-size: 20px;
  }
}
.information {
  width: calc(100% - 40px);
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  bottom: 80px;
  height: 420px;
  z-index: 10;
}
@media (max-width: 768px) {
  .information {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1280px) {
  .information {
    bottom: 0;
  }
}
.information > ul {
  display: flex;
}
.information > ul > li {
  padding: 70px 20px;
  text-align: center;
  box-sizing: border-box;
  width: 33.3333333333%;
}
.information > ul > li:nth-of-type(1) {
  background: #d0a65c;
}
.information > ul > li:nth-of-type(2) {
  background: #a0ca93;
}
.information > ul > li:nth-of-type(3) {
  background: #5f6496;
}
.information > ul > li .cont-tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  position: relative;
  margin-bottom: 58px;
  display: block;
  color: #232323;
}
.information > ul > li .cont-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 10px);
  background-color: #fff;
}
.information > ul > li .cont-sub-tit {
  font-size: 1.25rem;
  margin-bottom: 60px;
}
.information > ul > li .cont-sub-tit.white {
  color: #fff;
}
.information > ul > li .notice li {
  width: 100%;
}
.information > ul > li .notice li:not(:last-child) a {
  border-bottom: 1px solid #fff;
}
.information > ul > li .notice li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-sizing: border-box;
  padding-left: 14px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.information > ul > li .notice li a:hover:before {
  transform: scale(200);
  opacity: 0.5;
}
.information > ul > li .notice li a:before {
  transition: 0.3s;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #5f6496;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: -1;
}
.information > ul > li .notice li a .content {
  width: calc(100% - 30px);
  text-align: left;
}
.information > ul > li .notice li a .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.information > ul > li .notice li a .content span {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.information > ul > li .notice li a i {
  flex-shrink: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: #555 url("/img/plus-white.png") no-repeat 50% 50%;
}
.information > ul > li .inq p {
  line-height: 1.875rem;
  margin-bottom: 10px;
}
.information > ul > li .inq a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  width: 212px;
  height: 50px;
  background-color: #102a56;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.information > ul > li .inq a:after {
  transition: 0.3s;
  content: "문의하기";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translateY(100px);
  color: #fff;
}
.information > ul > li .inq a:hover {
  color: transparent;
  border: 1px solid #fff;
}
.information > ul > li .inq a:hover:after {
  transform: translateY(0);
}
.information > ul > li .contact .tel {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.information > ul > li .contact ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  margin: 0 auto;
}
.information > ul > li .contact ul.white li {
  color: #fff;
}
.information > ul > li .contact ul li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
  line-height: 1.5;
}
.information > ul > li .contact ul li b {
  font-weight: bold;
}

@media (max-width: 1280px) {
  .information {
    width: 100%;
    margin-bottom: 80px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .information > ul {
    flex-wrap: wrap;
  }
  .information > ul > li {
    padding: 40px 20px;
    width: 50%;
  }
}
@media (max-width: 1280px) and (max-width: 600px) {
  .information > ul > li {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .information > ul > li:nth-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .information > ul > li .cont-tit {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  .information > ul > li .cont-sub-tit {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .information > ul > li .contact .tel {
    font-size: 20px;
  }
  .information > ul > li .contact ul li {
    width: 100%;
  }
}
.recommend {
  margin-bottom: 100px;
}
header.main-tit {
  text-align: center;
  margin-bottom: 100px;
}
header.main-tit h4 {
  font-size: 36px;
  position: relative;
  position: relative;
  margin-bottom: 30px;
}
header.main-tit h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  background-color: #333;
}
header.main-tit p {
  color: #777;
}

.recommend .rcommend {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  .recommend .rcommend {
    width: calc(100% - 20px);
  }
}
.recommend .rcommend li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 60px;
}
.recommend .rcommend li a.on {
  color: #d0a65c;
}
.recommend .item-swiper-wrap {
  width: calc(100% - 40px);
  max-width: 1780px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .recommend .item-swiper-wrap {
    width: calc(100% - 20px);
  }
}
.recommend .item-swiper-wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.recommend .item-swiper-wrap .swiper {
  margin: 0 auto;
  max-width: 1500px;
}
.recommend .item-swiper-wrap .swiper .swiper-slide {
  width: 280px;
}
a.item {
  width: 100%;
  display: block;
}
a.item:hover figure:before {
  opacity: 1;
}
a.item figure {
  aspect-ratio: 1;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
}
a.item figure:before {
  content: "SEE MORE";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6509803922);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
a.item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.item article {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a.item article span.tag {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 1px;
  color: #fff;
  margin-bottom: 12px;
}
a.item article span.tag.free {
  background: #f56771;
}
a.item article b.item-tit {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  position: relative;
}
a.item article b.item-tit:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 5px);
  background-color: #ddd;
}
a.item article p.fade {
  font-size: 0.75rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .recommend {
    margin-bottom: 50px;
  }
  header.main-tit {
    margin-bottom: 40px;
  }
  header.main-tit h4 {
    font-size: 20px;
  }
  .recommend .rcommend {
    margin-bottom: 40px;
  }
  .recommend .rcommend li a {
    padding: 0 10px;
    height: 40px;
    font-size: 12px;
  }
  .recommend .item-swiper-wrap {
    position: relative;
  }
  .recommend .item-swiper-wrap > a {
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 100px;
    z-index: 10;
    background: #fff;
  }
  .recommend .item-swiper-wrap > a.prev {
    left: 0;
  }
  .recommend .item-swiper-wrap > a.next {
    right: 0;
  }
  .recommend .item-swiper-wrap .swiper .swiper-slide {
    width: calc(50% - 14px);
  }
}
.quick {
  background: #e9e9e8;
  padding: 90px 0;
}
.quick .wrap {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .quick .wrap {
    width: calc(100% - 20px);
  }
}
.quick .wrap header {
  margin-bottom: 30px;
}
.quick .wrap header b {
  font-weight: bold;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.quick .wrap header b span {
  padding-left: 13px;
  display: inline-block;
  border-left: 1px solid #222;
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .quick .wrap header b span {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
  }
}
.quick .wrap form .quick-wrap {
  display: flex;
}
.quick .wrap form .quick-wrap .flex {
  width: calc(100% - 325px);
  margin-right: 25px;
  display: flex;
  box-sizing: border-box;
  padding: 24px 20px;
  background: #5f6496;
}
.quick .wrap form .quick-wrap .flex label {
  color: #fff;
  font-size: 1.125rem;
}
.quick .wrap form .quick-wrap .flex ul {
  width: calc(50% - 80px);
  box-sizing: border-box;
  padding-right: 30px;
  row-gap: 18px;
  display: flex;
  flex-direction: column;
}
.quick .wrap form .quick-wrap .flex ul li {
  display: flex;
  align-items: center;
}
.quick .wrap form .quick-wrap .flex ul li label {
  line-height: 40px;
  width: 65px;
}
.quick .wrap form .quick-wrap .flex ul li input, .quick .wrap form .quick-wrap .flex ul li select {
  width: calc(100% - 65px);
  background: #fff;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 5px;
  color: #aaa;
  font-size: 12px;
}
.quick .wrap form .quick-wrap .flex .tarea {
  width: calc(50% - 80px);
  box-sizing: border-box;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quick .wrap form .quick-wrap .flex .tarea textarea {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 13px;
}
.quick .wrap form .quick-wrap .flex .agree {
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quick .wrap form .quick-wrap .flex .agree label {
  font-size: 13px;
}
.quick .wrap form .quick-wrap .flex .agree label input {
  margin-right: 5px;
}
.quick .wrap form .quick-wrap .flex .agree button {
  width: 100%;
  height: 90px;
  background: #444;
  border: 0;
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick .wrap form .quick-wrap .banner {
  width: 300px;
}

@media (max-width: 1024px) {
  .quick .wrap {
    max-width: 600px;
  }
  .quick .wrap form .quick-wrap {
    flex-direction: column;
  }
  .quick .wrap form .quick-wrap .flex {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
  }
  .quick .wrap form .quick-wrap .flex ul {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .quick .wrap form .quick-wrap .flex .tarea {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .quick .wrap form .quick-wrap .flex .tarea textarea {
    margin-top: 20px;
  }
  .quick .wrap form .quick-wrap .flex .agree {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .quick .wrap form .quick-wrap .flex .agree button {
    width: 200px;
    height: 40px;
  }
  .quick .wrap form .quick-wrap .banner {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.aircap-items {
  margin-bottom: 100px;
}
.aircap-items header {
  padding-top: 80px;
}
.aircap-items .items {
  width: calc(100% - 40px);
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .aircap-items .items {
    width: calc(100% - 20px);
  }
}
.aircap-items .items > li {
  width: calc(20% - 16px);
}
.aircap-items .items > li a.item {
  width: 100%;
}
.aircap-items .items > li a.item figure {
  width: 100%;
}
.aircap-items .view-items {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  font-size: 1rem;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .aircap-items .items > li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .aircap-items .view-items {
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .aircap-items .items {
    gap: 10px;
  }
  .aircap-items .items > li {
    width: calc(50% - 5px);
  }
  .aircap-items .view-items {
    margin-top: 50px;
  }
}
.fake-foot ul {
  background: #5f6496;
  display: flex;
  justify-content: center;
}
.fake-foot ul a {
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  font-family: "Nanum Gothic", sans-serif;
  color: #fff;
}
.fake-foot .map_wrap {
  height: 400px;
}
.fake-foot .map_wrap iframe {
  height: 100%;
}

@media (max-width: 768px) {
  .fake-foot ul a {
    padding: 0 10px;
    height: 52px;
    font-size: 12px;
  }
  .fake-foot .map_wrap {
    height: 200px;
  }
  .fake-foot .map_wrap iframe {
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */