@charset "UTF-8";
:root {
  --color-main:#dead32;
  --color-hover:#c99615;
  --color-sub:#e95c47;
  --color-deep:#2f4e93;
  --mono1:#272729;
  --mono2:#38383a;
  --mono3:#565659;
  --mono4:#909093;
  --mono5:#bcbcbf;
  --mono6:#d3d3d5;
  --mono7:#f1f2f4;
  --mono8:#f7f8fa;
}

@font-face {
  font-family: "Wave";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Wave";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Wave";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
body {
  font-family: "Wave", sans-serif;
}

.m_none {
  display: none;
}

.max-width {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

#header .header_wrap {
  display: flex;
  align-items: center;
}
#header .header_wrap .gnb {
  margin-left: auto;
  display: flex;
  gap: 70px;
}
#header .header_wrap .gnb li {
  padding: 30px 0;
}
#header .header_wrap .gnb li a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
#header .header_wrap .gnb li:hover a {
  color: #F7BE2D;
}
#header #m_gnb {
  display: none;
}
#header .m_bg {
  display: none;
}

.m_gnb_menu {
  display: none;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 710px;
  /* bx 기본 박스 테두리 제거 */
  /*도트*/
}
#main .max-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .bx-wrapper,
#main .bx-viewport,
#main .bxslider.mainvisual-slider {
  height: 100% !important;
}
#main .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: transparent;
}
#main .bx-pager {
  bottom: 30px;
}
#main .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
}
#main .bx-pager.bx-default-pager a.active {
  background: #f7be2d;
}
#main .bx-prev, #main .bx-next {
  color: #fff;
}
#main .mv-nav {
  display: flex;
  width: 100%;
  gap: 30px;
  justify-content: center;
  margin-top: -150px;
  position: relative;
  align-items: center;
  font-size: 30px;
}
#main .bx-pager {
  display: flex;
  gap: 20px;
}
#main .bx-pager .bx-pager-item {
  font-size: 0;
}
#main > ul {
  height: 100%;
}
#main > ul > li {
  height: 100%;
}
#main .slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
#main .slide-item.main01 {
  background: url(../img/main/main-visual01.png);
  background-size: cover;
}
#main .slide-item.main02 {
  background: url(../img/main/main-visual02.png);
  background-size: cover;
}
#main .slide-item.main03 {
  background: url(../img/main/main-visual.png);
  background-size: cover;
}
#main .slide-item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
#main .main-text {
  display: flex;
  gap: 50px;
  flex-direction: column;
  align-items: center;
}
#main .main-text h3 {
  font-size: 55px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#main .main-text p {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  text-align: center;
  opacity: 0.8;
}
#main .main-text a {
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 222px;
  padding: 0 64px;
  background: #fff;
  display: inline-block;
  border-radius: 34px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .main-text a span {
  color: #3A3B3D;
  font-size: 24px;
  font-weight: 400;
}
#main .main-text a:hover {
  transition: all 0.2s;
  background: #F7BE2D;
}

.section-01 {
  padding: 150px 0;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.section-01 .title {
  font-weight: 400;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #343434;
}
.section-01 .title span {
  color: #F7BE2D;
  line-height: 50px;
}
.section-01 .title .highlight {
  background: #F7BE2D;
  color: #000;
  padding: 7px 20px;
  border-radius: 30px;
}
.section-01 .step-wrap {
  padding: 100px 0;
  display: flex;
  position: relative;
  z-index: 9;
}
.section-01 .step-wrap:before {
  width: 100%;
  position: absolute;
  height: 30px;
  background: #e5e5e5;
  z-index: -1;
  display: block;
  content: "";
  top: 50%;
  margin-top: 15px;
  border-radius: 30px;
}
.section-01 .step-wrap li {
  flex: 1 1;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}
.section-01 .step-wrap li span {
  background: #151515;
  color: #fff;
  font-size: 20px;
  padding: 5px 30px;
  border-radius: 20px;
  text-align: center;
}
.section-01 .step-wrap li div {
  background: #fff;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  border: 2px solid #D1D1D1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-01 .step-wrap li:nth-child(2) span, .section-01 .step-wrap li:nth-child(3) span {
  background: #F7BE2D;
  color: #000;
}

.section-02 {
  padding: 150px 0;
  box-sizing: border-box;
  height: 869px;
  background: url(../img/main/section-2-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
.section-02 .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.section-02 .title {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.section-02 .desc {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.section-02 .list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-02 .list-wrap ul {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  /* box-sizing: border-box; */
  justify-content: center;
}
.section-02 .list-wrap ul li {
  display: flex;
  justify-content: space-between;
  width: 47%;
  flex-grow: 1;
  height: 170px;
  background: #fff;
  border-radius: 38px;
  transition: all 0.2s;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.section-02 .list-wrap ul li p {
  display: none;
  font-size: 18px;
  opacity: 0.7;
  font-weight: 100;
  line-height: 19px;
  margin-top: 10px;
}
.section-02 .list-wrap ul li h3 {
  font-size: 26px;
  color: #04183A;
  font-weight: 400;
}
.section-02 .list-wrap ul li:hover {
  display: flex;
  flex-direction: column;
  background: #011242;
  transition: all 0.2s;
  cursor: pointer;
  justify-content: center;
  align-items: start;
}
.section-02 .list-wrap ul li:hover h3, .section-02 .list-wrap ul li:hover p {
  color: #fff;
}
.section-02 .list-wrap ul li:hover p {
  display: block;
}
.section-02 .list-wrap ul li:hover img {
  display: none;
}

.section-03 {
  padding: 150px 0;
  background: url(../img/main/section3-bg.png) right bottom no-repeat;
}
.section-03 .intro-wrap {
  display: flex;
  align-items: flex-end;
  gap: 70px;
}
.section-03 .intro-wrap .img-wrap {
  position: relative;
}
.section-03 .intro-wrap .img-wrap span {
  z-index: -1;
  bottom: -30px;
  left: 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #F7BE2D;
  border-radius: 50px 50px 0 50px;
  position: absolute;
}
.section-03 .intro-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: start;
}
.section-03 .intro-wrap .text-wrap h3 {
  font-weight: 400;
  font-size: 35px;
  color: #220B0B;
  line-height: 50px;
}
.section-03 .intro-wrap .text-wrap h3 span {
  color: #F7BE2D;
  line-height: 50px;
}
.section-03 .intro-wrap .text-wrap p {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
}
.section-03 .intro-wrap .text-wrap a {
  padding: 15px 50px;
  box-sizing: border-box;
  background: #353535;
  border-radius: 35px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.section-03 .intro-wrap .text-wrap a span {
  color: #fff;
  font-size: 20px;
}
.section-03 .intro-wrap .text-wrap a:hover {
  background: #F7BE2D;
  transition: all 0.2s;
}

.section-04 {
  background: #F5F7FA;
  padding: 100px 0;
}
.section-04 .title {
  font-size: 35px;
  color: #1A1A1A;
  text-align: center;
  font-weight: 400;
}
.section-04 .desc {
  font-size: 18px;
  margin-top: 20px;
  color: #777;
  text-align: center;
  display: block;
  font-weight: 400;
}
.section-04 .logo-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 50px;
}
.section-04 .logo-wrap li {
  flex: 1 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.section-05 {
  padding: 100px 0;
}
.section-05 .max-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-05 .title {
  font-size: 35px;
  color: #1A1A1A;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-weight: 400;
}
.section-05 .title a.more {
  font-size: 0;
  background: url(../img/main/more.png) no-repeat center;
  width: 32px;
  height: 35px;
  display: inline-block;
}
.section-05 .desc {
  font-size: 18px;
  margin-top: 20px;
  color: #777;
  text-align: center;
  display: block;
  font-weight: 400;
}
.section-05 .notice-wrap {
  margin-top: 80px;
  width: 700px;
}
.section-05 .notice-wrap li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  display: flex;
  font-size: 16px;
}
.section-05 .notice-wrap li p.category {
  border: 1px solid #f7be2d;
  border-radius: 5px;
  color: #f7be2d;
  padding: 0 10px;
}
.section-05 .notice-wrap li a {
  margin-left: 10px;
}
.section-05 .notice-wrap li:hover a {
  color: #04183A;
  text-decoration: none;
}
.section-05 .notice-wrap li time {
  margin-left: auto;
}

#footer {
  background: #e2e2e2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}
#footer .footer_bot {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#footer .sns-wrap ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer .sns-wrap ul li {
  cursor: pointer;
}

.subcon_wrap {
  padding-bottom: 100px;
  box-sizing: border-box;
}

.sub_visu {
  position: relative;
  border-bottom: 5px solid #F7BE2D;
}
.sub_visu .title-box {
  background: #F7BE2D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_visu .title-box span {
  font-size: 20px;
  color: #222;
}
.sub_visu img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.sub_visu .main-text {
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sub_visu .main-text h3 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.sub_visu .main-text p {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-align: center;
  opacity: 0.8;
}
.sub_visu .main-text a {
  transition: all 0.2s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 222px;
  padding: 0 64px;
  background: #fff;
  display: inline-block;
  border-radius: 34px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_visu .main-text a span {
  color: #3A3B3D;
  font-size: 24px;
  font-weight: 400;
}
.sub_visu .main-text a:hover {
  transition: all 0.2s;
  background: #F7BE2D;
}

.lnb {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #c2c2c2;
  font-family: "Paperlogy";
}

.lnb .groupmenu {
  width: 100%;
  max-width: 1400px;
}

.lnb .groupmenu .ulDepth2 {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.lnb .groupmenu .menuDepth1 > a {
  display: none;
}

.lnb .groupmenu .menuDepth2 {
  padding: 20px 0;
  position: relative;
}

.lnb .groupmenu .menuDepth2 a {
  color: #989898;
  font-size: 18px;
  font-weight: bold;
  font-family: "Paperlogy";
}

.lnb .groupmenu .menuDepth2.on a {
  color: #000000;
}

.lnb .groupmenu .menuDepth2.on:before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #005ad8;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub-contents .font-override {
  font-family: "Wave", sans-serif;
}
.sub-contents .title-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.sub-contents .title-wrap p {
  display: inline-block;
  text-align: center;
  color: #222222;
  font-size: 35px;
  position: relative;
}
.sub-contents .title-wrap p:before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background: #F7BE2D;
  opacity: 0.2;
  content: "";
  display: block;
  z-index: -1;
}

.agreeTit-b {
  font-size: 22px;
  color: #3a3a3a;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.agreeTit-b:before {
  content: "";
  width: 5px;
  height: 17px;
  background: #F7BE2D;
  position: absolute;
  left: 0;
  top: 7px;
}

.contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contents .box .process-list {
  display: flex;
  gap: 50px;
  justify-content: center;
  position: relative;
}
.contents .box .process-list::before {
  width: 80%;
  position: absolute;
  height: 30px;
  background: #f2f2f2;
  z-index: -1;
  display: block;
  content: "";
  top: 35%;
  margin-top: 15px;
  border-radius: 30px;
}
.contents .box .process-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7BE2D;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  justify-content: center;
}
.contents .box .process-list li span:first-child {
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents .box .process-list li span:last-child {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  color: #000000;
}
.contents .box .process-list li:nth-child(1) {
  background: #ffeab6;
}
.contents .box .process-list li:nth-child(2) {
  background: #ffde89;
}
.contents .box .process-list li:nth-child(3) {
  background: #ffcd4e;
}
.contents .box .process-list li:nth-child(4) {
  background: #ffcd4f;
}
.contents .box .process-list li:nth-child(5) {
  background: #F7BE2D;
}
.contents .box .terms {
  display: flex;
  flex-direction: column;
}
.contents .box .terms div.termbox {
  min-height: 150px;
  background: #ffffff;
  border-color: rgba(119, 119, 119, 0.4666666667);
  resize: none;
  border: 1px solid #cacaca;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.contents .box .agree-check {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  align-items: center;
  font-size: 16px;
  color: #111;
}
.contents .box .agree-check > div {
  display: flex;
  align-items: center;
}
.contents .box .agree-check input {
  width: 30px;
  height: 19px;
}
.contents .box .agree-check label {
  font-size: 16px;
}
.contents .box .required {
  color: red;
  text-align: right;
}
.contents .apply-box {
  margin-bottom: 100px;
  box-sizing: border-box;
  background: url(../img/main/section3-bg.png) right bottom no-repeat;
  margin-top: 30px;
}
.contents .apply-box .formDiv {
  display: flex;
  /* justify-content: center; */
  /* border: 1px solid #ccc; */
  /* border-radius: 30px; */
  border-top: 2px solid #000;
  padding-top: 20px;
}
.contents .apply-box form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.contents .apply-box form > div {
  display: flex;
  border-bottom: 1px dashed #aeaeae;
  flex-direction: column;
  padding-bottom: 20px;
}
.contents .apply-box form > div:last-child {
  border-bottom: none;
}
.contents .apply-box form > div p {
  width: 100%;
  flex: 1 1;
}
.contents .apply-box form > div p label {
  display: inline-block;
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
}
.contents .apply-box form > div p input, .contents .apply-box form > div p select, .contents .apply-box form > div p textarea {
  height: 40px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #a6a4a4;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: inherit;
  color: #777;
}
.contents .apply-box form > div p textarea {
  min-height: 300px;
  padding: 15px;
}
.contents .apply-box .btn {
  display: flex;
  justify-content: center;
}
.contents .apply-box .btn button {
  width: 300px;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  background: #F7BE2D;
  font-family: inherit;
  border: 0;
  transition: all 0.2s;
  cursor: pointer;
}
.contents .apply-box .btn button:hover {
  background: #dca20f;
  transition: all 0.2s;
}

.sub-desc {
  text-align: center;
  font-size: 18px;
  color: #797979;
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  text-align: center;
  color: #000;
  font-size: 26px;
  position: relative;
}
.sub-title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  background: #F7BE2D;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 5px;
}

.sub-box-wrap {
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin-top: 150px;
}
.sub-box-wrap .sub-box.full-width {
  background: #f5f5f5;
  padding: 100px 0;
}
.sub-box-wrap .sub-box.full-width:has(.vision-list) {
  background: #fffaef;
  padding: 150px 0;
}

.sub-text {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  color: #8d8d8d;
}

.sub01 .sub-text {
  font-size: 30px;
  color: #f7be2d;
}

.summary {
  background: #f8f8f8;
  padding: 30px 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 17px;
}

.vision-list ul {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
.vision-list ul li {
  color: #fff;
  flex: 1 1;
  background: #fff2d5;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 40px;
  border-radius: 40px;
  box-sizing: border-box;
  gap: 20px;
}
.vision-list ul li p {
  font-size: 25px;
  color: #000;
  color: #f7be2d;
}
.vision-list ul li span {
  font-size: 15px;
  color: #503900;
  color: #1e1e1e;
  opacity: 0.5;
}
.vision-list ul li:nth-child(2) {
  margin-top: 50px;
}

.history-list ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 100px;
  background: url(../img/main/section3-bg.png) no-repeat left bottom;
  background-size: contain;
}
.history-list ul:before {
  width: 2px;
  height: 100%;
  background: #999999;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
}
.history-list ul li {
  width: 50%;
  position: relative;
  padding-left: 40px;
  left: 50%;
}
.history-list ul li:before {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #fff;
  border: 5px solid #f7be2d;
  content: "";
  display: block;
  position: absolute;
  left: -14px;
}
.history-list ul li p {
  color: #000;
  font-size: 18px;
}

.people-list {
  margin-top: 80px;
}
.people-list ul {
  display: flex;
  gap: 30px;
}
.people-list ul li {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.people-list ul li .peoples {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background: url(../img/sub/peoples.jpg) no-repeat center;
  opacity: 0.2;
  background-size: contain;
}
.people-list ul li p {
  color: #000;
  font-size: 20px;
  text-align: center;
}
.people-list ul li span {
  display: block;
  text-align: center;
}

.rist-list {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.rist-list li {
  flex: 1 1;
  width: 50%;
}
.rist-list li .img-wrap {
  width: 330px;
  height: 200px;
  overflow: hidden;
  -o-object-fit: contain;
  border-radius: 50px 50px 0;
  margin-bottom: 30px;
}
.rist-list li .img-wrap img {
  width: 100%;
}
.rist-list li p {
  color: #000;
  font-size: 25px;
  text-align: center;
}
.rist-list li span {
  display: block;
  text-align: center;
  font-size: 18px;
}

.key-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 50px 50px;
}
.key-list li {
  flex: 1 1;
  display: flex;
  /* gap: 30px; */
  width: 100%;
  align-items: center;
  gap: 100px;
}
.key-list li .img-wrap {
  width: 40%;
  height: 500px;
  background: #ffffff;
  flex-shrink: 0;
  position: relative;
}
.key-list li .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 70px 70px 0;
  position: relative;
  z-index: 1;
}
.key-list li .img-wrap span {
  z-index: 0;
  bottom: -30px;
  left: 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #F7BE2D;
  border-radius: 50px 50px 0 50px;
  position: absolute;
}
.key-list li .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.key-list li .text-wrap p {
  color: #000;
  font-size: 37px;
  text-align: left;
}
.key-list li .text-wrap span {
  color: #777;
  font-size: 20px;
  line-height: 25px;
}
.key-list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.key-list li:nth-child(2n) .img-wrap img {
  border-radius: 70px 0 0 70px;
}

.map-info {
  border-top: 2px solid #000;
  margin-top: 30px;
}
.map-info > div {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 15px 0;
  gap: 30px;
  border-bottom: 1px solid #818181;
}
.map-info > div h3 {
  width: 100px;
  text-align: center;
  background: #fff7e1;
  color: #dca313;
  padding: 5px;
  border-radius: 30px;
}
.map-info > div p {
  color: #000;
}

/* page1410 */
.page1410 .fa-asterisk {
  color: var(--color-sub);
  font-size: 0.75em;
  margin-left: 4px;
}

.page1410 .point-circle {
  margin-bottom: 0.75em;
}

.page1410 .point-circle .fa {
  margin-left: 0;
}

.page1410 .btnList {
  justify-content: center;
  margin-top: 2.5em;
}

.page1410 .btnList .btn {
  height: 44px;
  font-size: 1.125em;
  line-height: 44px;
  padding: 0 1.5em;
  text-decoration: none;
  border: none;
}

.page1410 .scrollBox {
  color: #828282;
  background: #f8f8f8;
  width: 100%;
  max-height: 240px;
  padding: 1em;
  margin-bottom: 0.75em;
  border: 1px solid var(--mono6);
  border-radius: 10px;
  box-sizing: border-box;
  overflow-y: auto;
}

.page1410 .scrollBox .inner {
  white-space: pre-line;
}

.page1410 .agreement {
  justify-content: center;
  align-items: center;
}

.page1410 .agreement .checkText {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: var(--mono2);
}

.page1410 .agreement .checkText span {
  display: inline-block;
  font-size: 1.125em;
  padding-right: 4px;
}

.page1410 .agreement .checkText .fa-asterisk {
  margin-left: 0;
  margin-right: 4px;
}

.page1410 .agreement .checkBox {
  align-items: center;
  margin-left: 3em;
}

.page1410 .agreement .checkBox input[type=checkbox] {
  margin-right: 4px;
}

.page1410 .agreement .checkBox label {
  color: var(--mono1);
  font-size: 1em;
  font-weight: 500;
}

.page1410 .flex-table {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page1410 .flex-table .table-content {
  align-items: center;
  width: 100%;
  padding: 1.25em 0;
}

.page1410 .flex-table .table-content.half {
  width: 50%;
}

.page1410 .flex-table .table-content.half:nth-child(2n+1) {
  padding-right: 0.75em;
}

.page1410 .flex-table .table-content.half:nth-child(2n) {
  padding-left: 0.75em;
}

.page1410 .flex-table .table-content .table-inner.label .table-title.essential {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.page1410 .flex-table .table-content .table-inner.input .table-text input:not([type=checkbox], [type=radio], [type=file]) {
  width: 100%;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 10px;
}

.page1410 .flex-table .table-content .table-inner.input .table-text input[type=file] {
  width: 180px;
  height: 36px;
  line-height: 36px;
}

.page1410 .flex-table .table-content .table-inner.input .table-text label + input[type=file] {
  margin-left: 8px;
}

.page1410 .flex-table .table-content .table-inner.input .table-text label {
  cursor: pointer;
}

.page1410 .flex-table .table-content .table-inner.input.tel .table-text,
.page1410 .flex-table .table-content .table-inner.input.email .table-text {
  align-items: center;
}

.page1410 .flex-table .table-content .table-inner.input.tel .table-text input:not([type=checkbox], [type=radio], [type=file]),
.page1410 .flex-table .table-content .table-inner.input.email .table-text input:not([type=checkbox], [type=radio], [type=file]) {
  width: 200px;
}

.page1410 .flex-table .table-content .table-inner.input.tel .table-text .unit,
.page1410 .flex-table .table-content .table-inner.input.email .table-text .unit {
  display: block;
  color: var(--mono2);
  margin: 0 4px;
}

.page1410 .flex-table .table-content .table-inner.input.email .table-text select {
  width: 200px;
  height: 36px;
  line-height: 36px;
  margin-left: 8px;
  box-sizing: border-box;
  padding-left: 15px;
}

.page1410 .flex-table .table-content .table-inner.input .table-text textarea {
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  font-size: 1em;
  box-sizing: border-box;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}

.page1410 .flex-table .table-content .table-inner.input.captcha .table-text {
  display: flex;
  flex-flow: row wrap;
}

.page1410 .flex-table .table-content .table-inner.input.captcha .table-text input[type=text] {
  width: 200px;
  font-family: "Wave";
  padding-left: 15px;
}

.page1410 .flex-table .table-content .table-inner.input.captcha .table-text .unit {
  display: block;
  margin-left: 4px;
}

.page1410 .flex-table .table-content .table-inner.input.captcha .table-text .unitText {
  display: block;
  width: 100%;
  color: var(--mono3);
  font-size: 0.875em;
  margin-top: 8px;
}

.page1410 .flex-table .table-content .table-inner.select select {
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  width: 200px;
  font-family: "Wave";
  font-size: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}

.page1410 .flex-table .table-content .table-inner label {
  color: #333;
  font-size: 16px;
}

.article + .article {
  padding-top: 3.75em;
}

.article .tabList {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
}

.article .tabList .tab:not(:last-child) {
  margin-right: 10px;
}

.article .tabList .tab a {
  display: block;
  color: var(--mono4);
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  padding: 0.375em 2em;
  border-radius: 50px;
  background-color: var(--mono8);
}

.article .tabList .tab.on a {
  color: #fff;
  background-color: var(--color-deep);
}

.article .tabCont {
  display: none;
  width: 100%;
}

.article .tabCont.on {
  display: block;
}

.article .contTtl {
  position: relative;
  color: var(--mono2);
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 0.75em;
}

.article .contTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border: 4px solid var(--color-main);
  border-radius: 50px;
  transform: translateY(-50%);
}

.article .contTtl strong {
  font-size: 1.75em;
}

.article .contentWrap + .contTtl {
  margin-top: 2.5em;
}

/* 게시판 */
.flex-table {
  width: 100%;
  border-top: 2px solid var(--mono1);
}

.flex-table .table-content {
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 0;
  border-bottom: 1px solid var(--mono6);
  box-sizing: border-box;
}

.flex-table .table-content.bg-type {
  width: 50%;
  padding: 0;
  background-color: var(--mono8);
}

.flex-table .table-content.full {
  width: 100%;
}

.flex-table .table-content .table-inner {
  padding: 0 0.25em;
  box-sizing: border-box;
}

.flex-table .table-content .table-inner.label {
  width: 150px;
}

.flex-table .table-content .table-inner.input,
.flex-table .table-content .table-inner.select {
  width: calc(100% - 150px);
}

.flex-table .table-content.bg-type .table-inner.subject {
  width: 200px;
  text-align: center;
  padding: 0.75em;
}

.flex-table .table-content.bg-type .table-inner.detail {
  width: calc(100% - 200px);
  height: 100%;
  padding: 0.75em;
  background-color: #fff;
}

.flex-table .table-content .table-inner .table-title {
  color: var(--mono2);
  font-size: 1em;
  font-weight: 700;
  word-break: keep-all;
}

.flex-table .table-content .table-inner .table-text {
  color: var(--mono2);
  font-size: 1em;
  font-weight: 400;
  word-break: keep-all;
}

.flex-table .table-content .table-inner .table-ttl-link {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 24px);
  color: var(--mono2);
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-table .table-content .table-inner .table-ttl-link:hover {
  color: var(--color-sub);
  text-decoration: underline;
}

.flex-table .table-content .table-inner .table-ttl-link + .new-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  margin-left: 5px;
  border-radius: 50px;
  background-color: var(--color-sub);
}

.btnList {
  align-items: center;
  width: 100%;
}

.btnList li:not(:last-child) {
  margin-right: 8px;
}

.btnList li .btn {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 1em;
  text-align: center;
  padding: 0 1.25em;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}

.btnList li .btn.primary {
  color: #fff;
  background: #F7BE2D;
  color: var(--mono2);
  font-family: "WAVE";
}

.btnList li .btn.primary:hover {
  background-color: var(--color-main);
}

.btnList li .btn.secondary {
  color: var(--mono2);
  background-color: var(--mono7);
}

/* flex */
.flex-area {
  display: flex;
}

.flex-area.row {
  flex-flow: row wrap;
}

.flex-area.col {
  flex-flow: column wrap;
}

.hamburger {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 101;
  transition: all 0.3s ease;
}
.hamburger .bar,
.hamburger .bar::before,
.hamburger .bar::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #222;
  border-radius: 2px;
  transition: all 0.3s ease;
  content: "";
}
.hamburger .bar {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger .bar::before {
  top: -9px;
}
.hamburger .bar::after {
  top: 9px;
}
.hamburger.active .bar {
  background: transparent;
}
.hamburger.active .bar::before {
  top: 0;
  transform: rotate(45deg);
  background: #000;
}
.hamburger.active .bar::after {
  top: 0;
  transform: rotate(-45deg);
  background: #000;
}/*# sourceMappingURL=layout.css.map */