@charset "utf-8";
body, html { }
html.show-modal { overflow: hidden; }
#wrap { width: 100%; min-width: 1260px; max-width: 1920px; margin: 0 auto; position: relative; background: #000; }
#wrap, body { overflow: hidden; min-height: 100vh; }
.mo { display: none; }

.wide-wrap { width: 1700px; margin-left: auto!important; margin-right: auto!important; clear: both; }
.inner-wrap { width: 1200px; margin-left: auto!important; margin-right: auto!important; clear: both; }

#header { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 18px 0 0; position: absolute; left: 0; top: 0; z-index: 2; background: rgba(0, 0, 0, 0.8); }
#header > div > p.logo { width: calc(813px / 2); }
#header > div > p.logo > a { display: block; width: 100%; }
#header > div > p.logo > a > img { width: 100%; }

#header > ul { display: flex; color: #fff; margin-top: 18px; justify-content: center; gap: 78px; }
#header > ul > li { position: relative; display: flex; padding-bottom: 40px; }
#header > ul > li > a { color: #fff; font-size: 40px; font-family: "Paperlogy"; font-weight: 700; }
#header > ul > li > dl { position: absolute; left: 50%; transform: translate(-50%, 0); top: 80px; background: #000; border-radius: 30px; z-index: 2; display: none; min-width: 235px; padding: 32px 48px; border: 1px solid #c670db; width: max-content; }
#header > ul > li > dl > dd { text-align: center; }
#header > ul > li > dl > dd ~ dd { margin-top: 15px; }
#header > ul > li > dl > dd > a { font-size: 39px; font-family: "Paperlogy"; font-weight: 700; color: #fff; }

@media screen and (max-width: 1260px) {
  .pc { display: none; }
  .mo { display: block; }
  #header { padding: 0; z-index: 999; }
  #header > div { width: 100%; height: 19.4444vw; padding: 0 5.5556vw; display: flex; justify-content: space-between; align-items: center; }
  #header > div .logo { width: 41.1111vw; }
  #header > div .ham { width: 8.3333vw; height: 8.3333vw; }
  #header > div .close { width: 11.1111vw; height: 11.1111vw; display: none; }
  #header > ul { position: absolute; left: 0; top: 19.4444vw; width: 100%; height: calc(100vh - 19.4444vw); padding-bottom: 200px; display: none; margin: 0; background-color: #000; overflow-y: scroll; }
  #header > ul > li { padding: 6.9444vw 0; display: block; text-align: center; border-bottom: 0.5556vw solid rgba(255, 255, 255, 0.15); }
  #header > ul > li:last-of-type { border-bottom: 0; }
  #header > ul > li > a { font-size: 6.9444vw; color: #a3a1ef; font-weight: 700; }
  #header > ul > li > dl { margin-top: 5.5556vw; width: 100%; display: block; position: static; transform: translate(0, 0); border-radius: 0; padding: 0; border: 0; }
  #header > ul > li > dl > dd { width: 100%; }
  #header > ul > li > dl > dd~dd { margin-top: 4.1667vw; }
  #header > ul > li > dl > dd > a { display: block; text-align: center; font-size: 5.8333vw; font-weight: 600; width: 100%; text-align: center; }
  #header > p { width: 100%; }
  #container { padding-top: 300px; }
}

#footer { position: absolute; left: 50%; transform: translate(-50%, 0); bottom: 0; z-index: 2; }

.floting { position: fixed; right: 55px; top: 315px; z-index: 100; width: 242px; }
.floting img { width: 100%; }

.nameChk { display: none; }
.nameChk.active { display: block; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.8); }
.nameChk .close { display: flex; align-items: center; position: fixed; right: 30px; top: 35px; color: #fff; gap: 28px; cursor: pointer; }
.nameChk .close > span { font-size: 55px; font-weight: 800; }
.nameChk .close > svg { width: 138px; }
.nameChk > div { width: 100%; height: 100vh; overflow-y: scroll; padding: 100px 0; display: flex; justify-content: center; align-items: center; }
.nameChk > div > form { width: 1200px; min-height: 80vh; background-color: #fff; border-radius: 20px; padding: 100px 50px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.nameChk > div > form > p { font-size: 60px; font-weight: 700; color: #190081; font-family: 'Gmarket Sans'; line-height: 1; text-align: center; margin-bottom: 30px; }
.nameChk > div > form > select { width: 100%; font-size: 40px; background: #fff; padding: 15px 10px; border-radius: 5px; border: 1px solid #ccc; }
.nameChk > div > form > input[type=text] { width: 100%; font-size: 40px; padding: 15px 10px; border-radius: 5px; border: 1px solid #ccc; }
.nameChk > div > form #btnSubmitSearch { width: 50%; background: #190081; color: #fff; font-size: 40px; font-weight: 600; border: 0; border-radius: 5px; padding: 40px 0; line-height: 1; margin-top: 30px; }

@media screen and (max-width: 1260px) {
  .nameChk > div { padding: 200px 0; align-items: flex-start; }
  .nameChk > div > form { min-height: 50vh; }
  .nameChk > div > form > p { font-size: 70px; }
  .nameChk > div > form > select { font-size: 60px; padding: 30px; }
  .nameChk > div > form > input[type=text] { font-size: 60px; padding: 30px; }
  .nameChk > div > form .name-list > li > button { font-size: 60px; padding: 30px 40px; }
  .nameChk > div > form .name-list > li.no-result { font-size: 60px; }
  .nameChk > div > form #btnSubmitSearch { font-size: 50px; }
}

.imgPop { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); left: 0; top: 0; display: flex; justify-content: center; align-items: center; z-index: 10; }
.imgPop > div { border-radius: 20px; overflow: hidden; }
.imgPop > div > p { width: 100%; height: 50px; background: #000; display: flex; font-size: 20px; color: #fff; justify-content: space-between; align-items: center; padding: 0 20px; box-sizing: border-box; }
.imgPop > div > p > span { cursor: pointer; width: 20px; height: 20px; }
.imgPop > div > p > span > img { width: 100%; }

.modal-pop { position: fixed; width: 350px; overflow: hidden; border: 1px solid #ccc; background: #fff; left: 50%; top: 50%; margin: -150px 0 0 -175px; z-index: 99; display: none; }
.modal-pop .title { padding: 12px 20px; border-bottom: 1px solid #ccc; font-size: 14px; text-align: left; }
.modal-pop .title span { float: right; cursor: pointer; }
.modal-pop > div { padding: 20px 20px; text-align: center; }
.modal-pop > div > p:first-child { font-size: 18px; }
.modal-pop > div > p:first-child strong { font-size: 14px; font-weight: normal; color: #333; }
.modal-pop > div > p:nth-child(2) { padding: 15px 0; }
.modal-pop > div > p:nth-child(3) { padding: 15px 0; width: 80%; margin: 0 auto 0; background: #fed829; color: #381e1f; }
.modal-pop > ul { width: 100%; overflow: hidden; border-top: 1px solid #ccc; }
.modal-pop > ul > li { float: left; width: 50%; padding: 12px 0; text-align: center; box-sizing: border-box; }
.modal-pop > ul > li:first-child { border-right: 1px solid #ccc; cursor: pointer; }

.pop-layer .pop-container { padding: 20px 25px; }
.pop-layer p.title { border-bottom: 1px solid #ddd; font-weight: bold; margin-bottom: 10px; font-size: 14px; text-align: center; }
.pop-layer pre.ctxt { color: #666; line-height: 1.5; height: 200px; white-space: pre-wrap; overflow-x: hidden; padding: 10px; text-align: justify; font-size: 12px; }
.pop-layer .btn-r { width: 100%; margin: 10px 0 20px; padding-top: 10px; border-top: 1px solid #ddd; text-align: right; }
.pop-layer { display: none; position: absolute; top: 50%; left: 50%; width: 600px; height: auto; background-color: #fff; border: 5px solid #000; z-index: 10; }
.dim-layer { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; }
.dim-layer .dimBg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; }
.dim-layer .pop-layer { display: none; }
a.btn-layerClose { display: inline-block; height: 25px; padding: 0 14px 0; border: 1px solid #000; background-color: #000; font-size: 13px; color: #fff; line-height: 27px; }
a.btn-layerClose:hover { border: 1px solid #091940; background-color: #000; color: #fff; }

.custom-radio input[type="radio"] { display: none; }
.custom-radio input[type="radio"] + label { display: flex; align-items: center; }
.custom-radio input[type="radio"] + label > span { width: 24px; height: 24px; border: 1px solid #ccc; display: block; margin-right: 10px; background: #fff; }
.custom-radio input[type="radio"]:checked + label > span { background: url("../img/common/icon-check.png") center no-repeat #fff; }

.custom-checkbox input[type="checkbox"] { display: none; }
.custom-checkbox input[type="checkbox"] + label { display: flex; align-items: flex-start; }
.custom-checkbox input[type="checkbox"] + label > span { width: 24px; height: 24px; border: 1px solid #ccc; display: block; margin-right: 10px; background: #fff; margin-top: 6px; }
.custom-checkbox input[type="checkbox"]:checked + label > span { background: url("../img/common/icon-check.png") center no-repeat #fff; }
