@charset "UTF-8";
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/amsungOneKoreanOTF_600.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/SamsungOneKoreanOTF_500.woff);
  font-weight: 500;
}
@font-face {
  font-family: "SamsungOneKorean";
  src: url(../font/SamsungOneKoreanOTF_400.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "OneUISansGUI";
  src: url(../font/OneUISansGUI-300Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "OneUISansGUI";
  src: url(../font/OneUISansGUI-400Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "OneUISansGUI";
  src: url(../font/OneUISansGUI-600SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "OneUISansGUI";
  src: url(../font/OneUISansGUI-700Bold.ttf);
  font-weight: 700;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, form, fieldset, legend, input, textarea, button, select, div {
  font-family: "SamsungOneKorean", "Arial", "dotum", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}

td, th {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  word-wrap: break-word;
}

body, input, textarea, select, button, table, th, td, pre {
  color: #fff;
  font-size: 18px;
}

/* ios 길게터치시 highlighting 막는 style */
body {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
}

img, fieldset, iframe {
  border: 0;
  vertical-align: top;
}

textarea {
  resize: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul:after, ol:after {
  content: "";
  display: block;
  clear: both;
}

em, address {
  font-style: normal;
}

input, select {
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: separate;
  empty-cells: show;
  border-spacing: 0;
}

hr, legend {
  display: none;
}

caption {
  overflow: hidden;
  position: static;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong, b {
  font-weight: 500;
}

button {
  box-sizing: border-box;
  border: none;
  background: none;
}

label {
  cursor: pointer;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a {
  box-sizing: border-box;
}

a, button {
  cursor: pointer;
}

[tabindex="-1"] {
  outline: 0;
}

[tabindex="0"]:focus {
  outline: 1px dashed #e0e0e0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px !important;
  clip: rect(0 0 0 0);
}

body {
  overflow-x: hidden;
  background-color: #000;
}

* {
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents {
  position: relative;
  height: 100vh;
}
.contents > img {
  width: 100%;
}
.contents .contBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents .contBox .logo {
  width: 703px;
}
.contents .contBox .btnArea {
  margin-top: 70px;
}
.contents .contBox .btnArea a {
  display: block;
  margin-bottom: 45px;
  width: 625px;
  line-height: 112px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: "SamsungOneKorean";
}
.contents .contBox .btnArea a:last-child {
  margin-bottom: 0;
}
.contents .contBox .btnArea a:nth-child(1) {
  background: url(../images/btn_bg1.png) no-repeat center/cover;
}
.contents .contBox .btnArea a:nth-child(2) {
  background: url(../images/btn_bg2.png) no-repeat center/cover;
}
.contents .contBox .btnArea a:nth-child(3) {
  background: url(../images/btn_bg3.png) no-repeat center/cover;
  color: #000;
}

@media only screen and (max-width: 1080px) {
  .contents .contBox .logo {
    width: 65.0925925926vw;
  }
  .contents .contBox .btnArea {
    margin-top: 6.4814814815vw;
  }
  .contents .contBox .btnArea a {
    margin-bottom: 4.1666666667vw;
    width: 57.8703703704vw;
    line-height: 10.3703703704vw;
    font-size: 3.7037037037vw;
  }
}
body.fixed {
  overflow: hidden;
}

.popup {
  display: none;
  position: absolute;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
.popup.on {
  display: block;
}
.popup .cont {
  /* position: relative; */
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  transform: translate(-50%, -50%);
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.03);
}
.popup .cont .title {
  height: 90px;
  background-color: #664a3c;
  text-align: center;
}
.popup .cont .title .btnClose {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 3;
}
.popup .cont .desc {
  height: 360px; /* height:75vh */
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
}
.popup .cont .desc > p {
  margin-top: 110px;
  font-size: 32px;
  color: #664a3c;
  font-weight: 600;
  text-align: center;
}
.popup .cont .desc .btnArea {
  margin-top: 60px;
}
.popup .cont .desc .btnArea .btn {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 242px;
  height: 95px;
}
.popup .cont .desc .btnArea .btn > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .cont .desc .btnArea .btn > span:nth-child(1) {
  top: -15px;
  z-index: 2;
  transition: top 0.01s linear;
}
.popup .cont .desc .btnArea .btn > span:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #fbeced;
  border-radius: 25px;
  z-index: 1;
}
.popup .cont .desc .btnArea .btn .bBox {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/popup/btnBg.png) no-repeat center/cover;
}
.popup .cont .desc .btnArea .btn .bBox img {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  width: 52px;
}
.popup .cont .desc .btnArea .btn:active span:nth-child(1) {
  top: 0;
}
.popup.popUrl .cont {
  width: 800px;
}
.popup.popUrl .cont .title {
  position: relative;
}
.popup.popUrl .cont .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 129px;
  top: 0;
  left: 0;
  background: url(../images/popup/popTop.png) no-repeat center/cover;
}
.popup.popUrl .cont .desc {
  height: 520px;
}
.popup.popUrl .cont .desc > p {
  margin-top: 80px;
}
.popup.popUrl .cont .desc .linkList {
  padding: 30px 80px 0;
}
.popup.popUrl .cont .desc .linkList li {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 25px;
}
.popup.popUrl .cont .desc .linkList li:last-child {
  margin-bottom: 0;
}
.popup.popUrl .cont .desc .linkList li input {
  display: block;
  margin-right: 15px;
  padding: 10px 20px;
  width: 530px;
  height: 87px;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  font-size: 24px;
}
.popup.popUrl .cont .desc .linkList li input::placeholder {
  font-size: 24px;
  color: #bdbdbd;
}
.popup.popUrl .cont .desc .linkList li .btnDelete {
  width: 81px;
  height: 81px;
  background: url(../images/popup/btnMinus.png) no-repeat center/cover;
  overflow: hidden;
  text-indent: -9999px;
}
.popup.popUrl .cont .desc .linkList li .btnAddLink {
  width: 81px;
  height: 81px;
}
.popup.popUrl .cont .desc .linkList li:first-child .btnDelete {
  display: none;
}
.popup.popUrl .cont .desc .linkList li:first-child .btnAddLink {
  display: block;
}
.popup.popUrl .cont .desc .linkList.limit li .btnAddLink {
  display: none;
}
.popup.popUrl .cont .desc .linkList.limit li:first-child .btnDelete {
  display: block;
}
.popup.popUrl .cont .desc .btnArea {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.popup.popUrl .cont .desc .btnArea .btnSubmit .bBox img {
  width: 106px;
}

@media only screen and (max-width: 1080px) {
  .popup .cont {
    width: 66.6666666667vw;
    border-radius: 2.3148148148vw;
  }
  .popup .cont .title {
    height: 8.3333333333vw;
  }
  .popup .cont .title .btnClose {
    right: 2.7777777778vw;
    top: 2.3148148148vw;
    width: 3.5185185185vw;
    height: 3.5185185185vw;
  }
  .popup .cont .desc {
    height: 33.3333333333vw;
    border-radius: 0vw 0vw 2.3148148148vw 2.3148148148vw;
  }
  .popup .cont .desc > p {
    margin-top: 10.1851851852vw;
    font-size: 2.962962963vw;
  }
  .popup .cont .desc .btnArea {
    margin-top: 5.5555555556vw;
  }
  .popup .cont .desc .btnArea .btn {
    width: 22.4074074074vw;
    height: 8.7962962963vw;
  }
  .popup .cont .desc .btnArea .btn > span:nth-child(1) {
    top: -1.3888888889vw;
  }
  .popup .cont .desc .btnArea .btn > span:nth-child(2)::before {
    border-radius: 2.3148148148vw;
  }
  .popup .cont .desc .btnArea .btn .bBox img {
    margin-top: 2.3148148148vw;
    width: 4.8148148148vw;
  }
  .popup.popUrl .cont {
    width: 74.0740740741vw;
  }
  .popup.popUrl .cont .title::after {
    height: 11.9444444444vw;
  }
  .popup.popUrl .cont .desc {
    height: 48.1481481481vw;
  }
  .popup.popUrl .cont .desc > p {
    margin-top: 7.4074074074vw;
  }
  .popup.popUrl .cont .desc .linkList {
    padding: 2.7777777778vw 7.4074074074vw 0vw;
  }
  .popup.popUrl .cont .desc .linkList li {
    margin-bottom: 2.3148148148vw;
  }
  .popup.popUrl .cont .desc .linkList li input {
    margin-right: 1.3888888889vw;
    padding: 0.9259259259vw 1.8518518519vw;
    width: 49.0740740741vw;
    height: 8.0555555556vw;
    border-radius: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
  .popup.popUrl .cont .desc .linkList li input::placeholder {
    font-size: 2.2222222222vw;
  }
  .popup.popUrl .cont .desc .linkList li .btnDelete {
    width: 7.5vw;
    height: 7.5vw;
  }
  .popup.popUrl .cont .desc .linkList li .btnAddLink {
    width: 7.5vw;
    height: 7.5vw;
  }
  .popup.popUrl .cont .desc .btnArea {
    bottom: 2.7777777778vw;
  }
  .popup.popUrl .cont .desc .btnArea .btnSubmit .bBox img {
    width: 9.8148148148vw;
  }
}

/*# sourceMappingURL=style.css.map */
