@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@font-face {
  font-family: "PartialSansKR-Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/PartialSansKR-Regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;

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

  --color-black: #000000;
  --color-white: #ffffff;
  --color-dark: #000000;
  --color-point: #00b389;
  --color-gold: #f9f871;
}
@font-face {
  font-family: "Nanum Gothic";
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2)
      format("woff2"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff)
      format("woff"),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf)
      format("truetype");
}

.gothic {
}

body {
  margin: auto;
  background-color: var(--color-dark);
  max-width: 1920px;
  scroll-behavior: smooth;
  background-image: url(./src/main_bg.png);
  background-size: contain;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  color: var(--color-black);
  text-decoration: none;
}

.wrap {
  width: 100%;
  position: relative;
}

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

.hidden {
  width: 0px !important;
  height: 0px !important;
  border: none !important;
  margin: 0px !important;
  height: 0px !important;
  opacity: 0;
  display: none !important;
}

/*header*/
#header {
  position: fixed;
  width: 100%;
  height: 192px;
  padding-bottom: 12px;
  top: 0px;
  z-index: 9999;
  left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--color-dark);
}
.header_logo {
  height: 120px;
  display: block;
  margin: auto;
  margin-top: 12px;
}
.header_linK {
  color: var(--color-white);
  font-size: 18px;
  position: relative;

  letter-spacing: 1px;
}
.header_linK > p {
  font-family: "NPSfontBold";
}
.header_linK > label {
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 8px;
  left: 0px;
  background-color: var(--color-white);
  transition: all 0.4s ease;
}
.header_linK:hover > label {
  width: 100%;
}
.header_link_line {
  width: 768px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

/*section 01*/
#p1 {
  width: 100%;
  height: calc(100vh - 192px);

  padding-top: 192px;
}

#p1 .wrap {
  padding-top: 80px;
  padding-bottom: 50px;
  /*
  background-image: url(./src/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;*/
}
/*#p2 {
  background-image: url(./src/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#p3 {
  background-image: url(./src/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#p4 {
  background-image: url(./src/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#p5 {
  background-image: url(./src/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}*/
#p1 .inner {
}
#carouselExampleInterval {
  width: 400px;
  height: 400px;
  display: block;
  margin: auto;
  border-radius: 400px;
}
#p1 .inner img {
  margin: auto;
  object-fit: cover;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  display: block;
}
.mainpage_title_bg {
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  font-size: 96px;
  font-weight: bolder;
}
.mainpage_title {
  font-size: 120px;
  font-weight: bolder;
  color: var(--color-white);
  text-align: center;
  margin-top: -90px;
}
.mainpage_title > span {
  color: var(--color-point);
}

/*section 02*/

#p2 {
  padding-top: 240px;
}

.section_title {
  text-align: center;
  color: var(--color-white);
  font-family: "PartialSansKR-Regular";
  font-size: 42px;
  margin-bottom: 48px;
  margin-top: 90px;
}
@font-face {
  font-family: "NPSfontBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}
.section_subtitle {
  text-align: center;
  display: block;
  color: var(--color-white);
  font-family: "NPSfontBold";
  font-size: 24px;
  margin-bottom: 8px;
}
.section_subtitle > span {
  color: var(--color-point);
  font-weight: bolder;
  font-family: "NPSfontBold";
}
.mb-la {
  margin-bottom: 36px;
}
#map {
  width: 800px;
  height: 300px;
  display: block;
  margin: auto;
  margin-bottom: 48px;
}

#p2 {
  padding-bottom: 12px;
}

#p3 {
  padding-bottom: 120px;
}

#p4 {
  padding-top: 160px;
  padding-bottom: 40px;
}
.rl_table_list {
  display: flex;
  align-items: start;
  justify-content: space-around;
}
.ri_table_box {
  width: 40%;
  text-align: center;
}
.box_title {
  color: var(--color-white);
  font-size: 28px;
  margin-bottom: 12px;
  font-family: "PartialSansKR-Regular";
}
.box_text {
  font-size: 16px;
  font-family: "NPSfontBold";
  color: var(--color-white);
  margin-bottom: 42px;
}

.table_line {
  font-family: "NPSfontBold";
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  margin-bottom: 12px;
}

.table_label {
  width: 80px;
  margin-right: 20px;
  text-align: center;
  font-family: "Nanum Gothic" !important;

  font-family: "NPSfontBold";
  color: var(--color-point);
}
.table_value {
  color: var(--color-white);
  font-family: "NPSfontBold";
  font-family: "Nanum Gothic" !important;
}

#p5 {
  padding-top: 40px;
  padding-bottom: 120px;
}

.qna_item {
  width: 440px;
  height: 180px;
  border-radius: 20px;
  background-color: #232428;
}
.qna_title {
  background-color: #232428;
  border-bottom: 1px solid var(--color-point);
  height: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  border-top-left-radius: 20px;
  font-family: "NPSfontBold";
  border-top-right-radius: 20px;
  align-items: center;
  justify-content: center;
  color: var(--color-point);
  font-size: 16px;
}
.qna_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 32px;
}
.qna_value {
  color: var(--color-white);
  padding: 20px;
  font-size: 14px;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
  }
  #map {
    width: 100%;
  }
  .header_link_line a {
    display: none;
  }
  .qna_list {
    display: block;
  }
  .qna_item {
    width: 100%;
    height: auto !important;
    margin-bottom: 24px;
  }
  .header_logo {
    height: 60px;
  }
  #header {
    height: 80px;
  }
  .mainpage_title_bg {
    font-size: 28px;
    margin-top: 60px;
  }
  #carouselExampleInterval {
    width: 100%;
    height: 320px;
  }
  #carouselExampleInterval img {
    width: 100%;
    height: 320px !important;
    border-radius: 10px !important;
  }
  .mainpage_title {
    font-size: 42px;
    margin-top: -12px;
  }
  #p1 {
    padding-top: 60px;
    height: calc(100vh - 60px);
  }
  #p1 .wrap {
    height: calc(100vh - 60px);
  }
  .text-left {
    color: var(--color-gold) !important;
  }
  .table_line {
    justify-content: center;
  }
  .text-left span {
    color: var(--color-gold);
  }
  .section_title {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .section_subtitle {
    font-size: 16px;
    word-break: keep-all;
  }
  #p1 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #p2 {
    padding-top: 120px;
  }
  #p3 {
    padding-top: 60px;
  }
  #p4 {
    padding-top: 60px;
  }
  .box_title {
    font-size: 20px;
    word-break: keep-all;
  }
  .qna_item {
    margin-bottom: 24px;
  }
  .box_text {
    word-break: keep-all;
  }
  .ri_table_box {
    width: 100%;
    margin-bottom: 42px;
  }
  .table_label {
    margin-right: 0px;
    width: 50px;
  }
  .rl_table_list {
    display: block;
  }
}
