@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "InkLipquid";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
*,
::after,
::before {
  box-sizing: unset;
}
* {
  margin: 0px;
  padding: 0px;

  font-family: "Noto Sans KR", sans-serif;

  --color-black: #000000;
  --color-white: #ffffff;
  --color-point: #33b1b6;
  --color-point-strong: #3377b6;
  --color-green: #7fd1ae;
}

.title {
  font-family: "GmarketSansMedium" !important;
}
.pre {
  font-family: "Pretendard-Regular" !important;
}
.hand {
  font-family: "InkLipquid" !important;
}

a {
  color: var(--color-black);
  text-decoration: none;
}
body::-webkit-scrollbar {
  display: none;
}
.wrap {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.inner {
  width: 1200px;
  margin: auto;
  position: relative;
}

.section_title {
  font-size: 40px;
  text-align: center;
  font-weight: bolder;
}
.section_title > strong {
  color: #31acd9;
}
.section_subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
/*header*/
header {
  height: 100px;
  width: 100%;
  background-color: var(--color-white);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9998;
}
header .inner {
  display: flex;
  height: 100px;
  font-size: 16px;
  align-items: center;
  justify-content: space-between;
}
.header_link {
  margin-left: 60px;
}
/*footer*/
#footer {
  height: 200px;
  background-color: #333333;
}
#footer .inner {
  height: 200px;
  display: flex;
  align-items: center;
}
.footer_img {
  filter: grayscale(5) invert();
  margin-right: 60px;
}
.footer_p {
  font-size: 20px;
  color: #808080;
  position: relative;
}

.pay.pc {
  width: 1100px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  box-shadow: 7px 5px 11px 4px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.pay.pc img {
  width: 100%;
  vertical-align: middle;
}

.pay_open {
  background: #33b1b6;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: -8px;
  right: 0;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 10px;
}

.pay_close {
  width: 100%;
  color: #fff;
  background: #33b1b6;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
/*sidebar*/
.sidebar_navi {
  width: 100px;
  position: fixed;
  top: 50%;
  right: 12px;
  z-index: 9997;
  transform: translateY(-50%);
}
.sidebar_navi_top {
  background-color: var(--color-white);
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar_item {
  text-align: center;
  font-weight: bolder;
  margin: auto;
  padding-bottom: 16px;
  color: var(--color-point);
  margin-top: 16px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -50;
  border-bottom: 1px solid #d9d9d9;
  width: calc(80%);
}
.sidebar_item_od {
  color: var(--color-point-strong);
}
.sidebar_text {
  font-size: 14px;
  font-weight: normal;
  color: #737373;
}
.sidebar_item > .sidebar_text {
  margin-top: 4px;
}
.sidebar_text_double {
  line-height: 18px !important;
}
.sidebar_img {
  margin-top: 16px;
}
.sidebar_navi_bottom {
  width: 100%;
  height: 36px;
  display: flex;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);

  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-size: 14px;
  background-color: var(--color-point);
  border-radius: 10px;
  margin-top: 8px;
}
/*section 02*/
.p2_bg_img {
  width: 100%;
}
.p2_textBox {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  z-index: 9997;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  text-align: center;
}
.p2_title {
  font-size: 48px;
  font-weight: bold;
}
.p2_text {
  font-size: 36px;
  margin-top: 10px;
}
/*section 03*/
#p3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
/*section 04*/
#p4 {
  height: calc(920px - 240px) !important;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../img/p4_bg.png);
}
#p4 .inner {
  width: 1476px;
}
/*section 05*/
#p5 {
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: var(--color-point-strong);
}
#p5 .inner {
  width: 1476px;
}
.light_title {
  color: var(--color-white);
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 12px;
}

/*section 06*/
#p6 {
  padding-top: 120px;
  padding-bottom: 120px;
  height: calc(100vh - 240px) !important;
  background-image: url(../img/section6_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#p6 .inner {
  height: calc(100vh - 240px);
}

.p6_center_textbox {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p6_title {
  font-size: 40px;
  font-weight: bold;
}
.p6_title > strong {
  font-weight: bold;
  color: var(--color-point-strong);
}
.p6_text {
  margin-top: 20px;
  font-size: 20px;
}
.p6_img {
  margin-top: 42px;
}
.slide_outer {
  width: 100%;
  height: 584px;
  position: relative;
}
.p7_slide_navi {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 395px;
  display: flex;
  z-index: 9997;
  align-items: center;
  justify-content: space-between;
}
.p7_slide_navi_name {
  height: 60px;
  width: 270px;
  background-color: #595959;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide_outer {
  margin-top: 40px;
}

.p7_slide_navi_button {
  width: 60px;
  height: 60px;
  background-color: #595959;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.p7_slide_navi_button:hover {
  background-color: var(--color-point-strong);
}
/*section 07*/
#p7 {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*section 08*/
#p8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0a3882;
}
#p8 .section_title {
  color: var(--color-white);
  font-weight: lighter;
}
.p8_img {
  margin-top: 40px;
}
#p8 strong {
  color: #b8e3f2 !important;
}
.map_area {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  background-color: var(--color-white);
}
#map {
  margin-top: 0px !important;
}
.modal_area {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal_area img {
  width: 20vw;
  border-radius: 10px;
  display: block;
  margin-bottom: 12px;
}
.modal_area button {
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: var(--color-white);
  font-size: 18px;
}
.map_area_img {
  position: absolute;
  top: 50%;
  width: 370px;
  height: 350px;
  object-fit: cover;
  left: 0px;
  z-index: 9997;
  transform: translateY(-50%);
}
.p7_slide_navi_name > .swiper-wrapper {
  width: 100% !important;
}
.swiper {
  width: 1476px;
  margin-top: 50px;
}
#slide1 {
  height: 668px;
}
#slide2 {
  height: 740px;
}
#slide3 {
  height: 675px;
  width: 1200px !important;
}
.swiper:hover {
  cursor: grab;
}
.swiper:active {
  cursor: grabbing;
}
.swiper-button-prev,
.swiper-button-next {
  width: 80px !important;
  height: 80px !important;
}
.swiper-wrapper {
  width: 1476px;
}
#slide1 .swiper-slide {
  width: 1476px;
  height: 661px;
}
#slide2 .swiper-slide {
  width: 1476px;
  height: 740px;
}
#slide3 .swiper-slide {
  width: 1200px;
  height: 675px;
}
.p7_slide_navi_name {
  overflow: hidden;
}
.p7_slide_navi_name .swiper-slide {
  width: 100% !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slide3 .swiper-slide img {
  width: 1200px;
  height: 675px;
  object-fit: cover;
}
.p4_slide_item_area {
  display: block;
  margin: auto;
  margin-top: 35px;
  text-align: center;
}

.p5_slide_item_area {
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.p6_slide_item_area {
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
