﻿@charset "utf-8";

/*common*/
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
body {
  font-size: 16px;
  color: #000000;
  font-family: "Escoredream";
  font-weight: 400;
  background-color: #ffffff;
  text-align: center;
  word-break: keep-all;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
input {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  list-style: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
fieldset,
iframe {
  border: 0;
}
img {
  vertical-align: top;
}
input,
select,
button {
  vertical-align: middle;
}
input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
button * {
  position: relative;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.clear {
  clear: both;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}
img.map,
map area {
  outline: none;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input,
textarea {
  font-family: "Escoredream", sans-serif;
  font-size: 14px;
}
.obj {
  position: absolute;
  z-index: 2;
}
.btn {
  position: absolute;
  z-index: 2;
}
.btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 0px;
  background-image: url("../images/transparent.png");
}
.hidden {
  font-size: 0px;
  display: none;
}
.pc {
  display: block;
}
.mo {
  display: none;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: hsla(0, 0%, 0%, 0.8);
  z-index: 1000;
  display: none;
}
#loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#kv {
  height: 900px;
  background-image: url("../images/kv.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
}
#tab {
  margin: 60px 0px;
}
#tab ul {
  display: flex;
  justify-content: center;
}
#tab li {
  position: relative;
  cursor: pointer;
  margin: 12px;
}
#tab li span {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#tab li.active span {
  opacity: 1;
}
#tab li img {
  max-width: 100%;
  height: auto;
}
#fixed-tab {
  background-color: #ffffffbd;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
#fixed-tab ul {
  display: flex;
  justify-content: center;
}
#fixed-tab li {
  position: relative;
  cursor: pointer;
  margin: 12px;
}
#fixed-tab li span {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed-tab li.active span {
  opacity: 1;
}
#fixed-tab li img {
  max-width: 100%;
  height: auto;
}
#tabContent {
  padding: 10px 0px;
  background-image: url("../images/main_bg.jpg");
  background-position-x: center;
}
#tabContent img {
  max-width: 100%;
  height: auto;
}
#tabContent #notice {
  margin: 80px 0px;
  padding-left: 15px;
}
#tabContent .content {
  display: none;
}
#tabContent .sec {
  padding-left: 15px;
  margin: 85px 0px;
}
#tabContent .bottom {
  padding: 50px 10px;
  background-image: url("../images/bottom_bg.png");
  background-position-x: center;
  background-size: cover;
}
#tabContent .bottom ul {
  display: flex;
  justify-content: center;
}
#tabContent .bottom li {
  margin: 0px 7px;
}
#footer {
  padding: 40px 0px;
}
#footer .pc {
  margin: 0px auto;
}
#footer img {
  max-width: 100%;
  height: auto;
}

/*팝업*/
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 900;
  box-sizing: border-box;
  background-color: hsla(0, 0%, 0%, 0.8);
  text-align: center;
  display: none;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.popup .wrap {
  width: 533px;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
.popup .top {
  position: relative;
}
.popup .top .close,
.popup .top .closePolicy {
  width: 18%;
  height: 100%;
  top: 0%;
  right: 0%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
.popup .top .close a,
.popup .top .closePolicy a {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  font-size: 0px;
}
.popup .top .obj {
  top: 38%;
  left: 8%;
}
.popup .bottom {
  position: relative;
}
.popup .mid {
  padding: 40px;
  padding-bottom: 10px;
  background-image: url("../images/popup_mid.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}
.popup .mid input:focus {
  border: 1px solid #000000;
}
.popup .mid,
.popup .mid input {
  font-size: 24px;
}
.popup .mid p.txt1 {
  margin-bottom: 30px;
  text-align: left;
}
.popup .mid p.txt2 {
  margin: 30px 0px;
  font-size: 14px;
  text-align: left;
}
.popup .mid p.txt2 span {
  display: block;
  margin-top: 5px;
}
.popup .mid .container {
  margin: 30px 0px;
  display: flex;
  position: relative;
}
.popup .mid .content2 {
  padding-top: 20px;
  border-top: dashed 2px #bcbcbc;
}
.popup .mid .content .container {
  margin: 8px 0px;
}
.popup .mid .container label {
  font-size: 20px;
  width: 25%;
  line-height: 60px;
  text-align: left;
}
.popup .mid .container input {
  width: 75%;
  height: 60px;
  border-radius: 16px;
  padding: 0px 20px;
  border: none;
  background-color: #f1f1f1;
}
#popup_cert .step2 .container input {
  padding-right: 70px;
}
#popup_cert .step #countdown {
  font-size: 20px;
  top: 15px;
  right: 10px;
  z-index: 2;
}
.popup .mid .content .agree {
  margin: 25px 0px;
  font-size: 16px;
}
.popup .mid .content .agree label {
  cursor: pointer;
}
.popup .mid .content .agree input {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: -3px;
}
.popup .mid .content .agree a {
  display: inline-block;
  color: #176fc1;
}
.popup .mid .container .file-input-field {
  font-size: 16px;
  padding-right: 60px;
  flex-grow: 1;
  pointer-events: none;
}
.popup .mid .container .upload-icon-button {
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.popup .mid .container .file-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#popup_policy .mid dl {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}
#popup_policy .mid dl dt {
  margin-bottom: 10px;
}
#popup_policy .mid dl dd {
  margin: 5px 0px;
}
.popup .mid .details {
  margin-bottom: 40px;
  text-align: left;
}
.popup .mid .details li {
  margin-bottom: 25px;
}
.popup .mid .details li a {
  display: inline-block;
  color: #176fc1;
}

@media screen and (max-width: 960px) {
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  #kv {
    height: auto;
    background-image: none;
  }
  #tab {
    margin: 20px 0px;
  }
  #tab li {
    margin: 2px;
  }
  #fixed-tab {
    margin: 0px 0px;
  }
  #fixed-tab li {
    margin: 2px;
  }
  #tabContent {
    padding: 10px 0px;
    background-image: url("../images/main_bg.jpg");
    background-size: cover;
    background-position-x: center;
  }
  #tabContent #notice {
    margin: 30px 0px;
    padding-left: 10px;
  }
  #tabContent h2 img {
    height: 45px;
    width: auto;
  }
  #tabContent .sec {
    padding-left: 10px;
    margin: 30px 30px;
  }
  #tabContent #content1 .sec {
    margin: 30px 5px;
  }
  #tabContent .bottom {
    padding: 20px 10px;
  }
  #footer {
    padding: 10px 10px;
    padding-bottom: 30px;
  }

  /*팝업*/
  .popup .wrap {
    width: 94%;
  }
  .popup .top {
    position: relative;
  }
  .popup .top span img {
    height: 18px;
    width: auto;
  }
  .popup .mid {
    padding: 20px;
    padding-bottom: 10px;
  }
  .popup .mid,
  .popup .mid input {
    font-size: 16px;
  }
  .popup .mid a img {
    height: 50px;
    width: auto;
  }
  .popup .mid p.txt1 {
    margin-bottom: 20px;
    text-align: left;
  }
  .popup .mid p.txt2 {
    margin: 20px 0px;
    font-size: 12px;
  }
  .popup .mid p.txt2 span {
    margin-top: 5px;
  }
  .popup .mid .container {
    margin: 20px 0px;
  }
  .popup .mid .content2 {
    padding-top: 10px;
    border-top: dashed 1px #bcbcbc;
  }
  .popup .mid .content .container {
    margin: 5px 0px;
  }
  .popup .mid .container label {
    font-size: 15px;
    line-height: 40px;
  }
  .popup .mid .container input {
    height: 40px;
    border-radius: 10px;
    padding: 0px 15px;
  }
  #popup_cert .step2 .container input {
    padding-right: 50px;
  }
  #popup_cert .step #countdown {
    font-size: 14px;
    top: 10px;
  }
  .popup .mid .content .agree {
    margin: 10px 0px;
    font-size: 13px;
  }
  .popup .mid .content .agree input {
    width: 16px;
    height: 16px;
  }
  .popup .mid .container .file-input-field {
    font-size: 12px;
    padding-right: 40px;
  }
  .popup .mid .container .upload-icon-button {
    width: 25px;
    height: 25px;
    top: 7px;
    right: 10px;
  }
  #popup_policy .mid dl {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #popup_policy .mid dl dt {
    margin-bottom: 5px;
  }
  .popup .mid .details {
    margin-bottom: 30px;
  }
  .popup .mid .details li {
    margin-bottom: 15px;
  }
}
