/* reset */
html,
body,
div,
p,
img,
span,
a,
em,
strong,
pre,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
caption,
input,
textarea,
button,
select,
video,
iframe,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  color: #1c1c1c;
  line-height: 1;
  font-weight: 400;
  word-break: break-all;
  letter-spacing: -0.5px;
}

input,
textarea,
button,
select {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

select {
  border: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

textarea {
  border: none;
  resize: none;
}

img,
fieldset,
button {
  border: 0;
  background: none;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}

input {
  border-radius: 0;
}

input[type=text],
input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
textarea {
  border: 0 none;
  outline: 0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

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

a,
img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.blind,
caption {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.hidden {
  visibility: hidden;
}

.gnbWrapper {
  min-width: 1280px !important;
}

h1.logo {
  position: absolute;
  top: 34px;
  left: 50px;
  z-index: 10;
}
h1.logo a {
  display: block;
  width: 240px;
  height: 33px;
  background: url(../images/logo.png) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
h1.logo a img {
  display: block;
}

.lnb_open h1.logo {
  display: none !important;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 146px;
  background: #000 url(../images/footer.png) 50% 50% no-repeat;
}
footer p {
  text-indent: -9999px;
}

#wrap {
  position: relative;
  margin: 0 auto;
  min-width: 1280px;
  max-width: 2560px;
  overflow: hidden;
}

section {
  position: relative;
}
section .bg,
section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .obj {
  position: absolute;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .inner {
  margin: 0 auto;
  max-width: 1280px;
}

.scroll_lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

#quick {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 165px;
  margin-right: 30px;
  margin-top: -100px;
  z-index: 99;
}
#quick .quick-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 165px;
}
#quick .title {
  width: 100%;
  height: 74px;
  background: url("../images/quick.png") no-repeat;
}
#quick button {
  width: 100%;
  height: 73px;
  background: url("../images/quick.png") no-repeat;
}
#quick button:nth-of-type(1) {
  background-position-y: -74px;
}
#quick button:nth-of-type(2) {
  background-position-y: -147px;
}
#quick button:nth-of-type(3) {
  background-position-y: -219px;
}
#quick button.top {
  height: 66px;
  background-position-y: -290px;
}
#quick button:hover, #quick button.active {
  background-position-x: -165px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 1500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.jpg") 0 50% no-repeat;
  background-size: auto 1500px;
}
#visual .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 1500px;
}
#visual .title {
  position: absolute;
  top: 153px;
  left: 74px;
}
#visual .character1 {
  position: absolute;
  top: 45px;
  right: 102px;
}
#visual .character2 {
  position: absolute;
  top: 72px;
  right: -97px;
}
@keyframes visual_character2_bounce {
  0% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
#visual .character2 picture {
  animation: visual_character2_bounce 2800ms ease-out infinite;
  -webkit-animation: visual_character2_bounce 2800ms ease-out infinite;
}

#section1 {
  position: relative;
  width: 2560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section1/bg_section1.jpg") 0 50% no-repeat;
  background-size: auto 4000px;
  padding-bottom: 330px;
}
#section1 .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 100%;
  margin-top: -342px;
}
#section1 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 60px;
}
#section1 .tab {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 100px;
  width: 1160px;
  height: 93px;
  background: url("../images/section1/bg_tab.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 30px auto 0;
}
#section1 .tab button {
  width: 206px;
  height: 65px;
  background-image: url("../images/section1/tab-button.png");
  background-position-y: -65px;
  background-repeat: no-repeat;
  background-size: auto;
}
#section1 .tab button:hover, #section1 .tab button.active {
  background-position-y: 0;
}
#section1 .tab .btn_tab1 {
  background-position-x: 0;
}
#section1 .tab .btn_tab2 {
  background-position-x: -206px;
}
#section1 .tab .btn_tab3 {
  background-position-x: -412px;
}
#section1 .tab-content {
  margin-top: 90px;
  text-align: center;
}
#section1 .tab-content > article {
  display: inline-block;
}
#section1 .anchor {
  position: absolute;
  top: 280px;
  left: 50%;
}

#section2 {
  position: relative;
  width: 2560px;
  height: 6895px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section2/bg_section2.png") 0 50% no-repeat;
  background-size: auto 6895px;
  margin-top: -260px;
}
#section2 .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 6895px;
  padding-top: 335px;
}
#section2 .title {
  text-align: center;
}
#section2 .contents {
  position: relative;
  margin-top: 55px;
}
#section2 .contents .ct_voice {
  position: absolute;
  top: 310px;
  left: 503px;
  width: 161px;
  height: 26px;
  background: url("../images/section2/btn_ct-voice.png") 0 -26px no-repeat;
  background-size: auto;
}
#section2 .contents .ct_voice:hover {
  background-position: 0 0;
}
#section2 .contents .interview {
  position: absolute;
  top: 756px;
  left: 250px;
  display: flex;
  gap: 70px;
}
#section2 .contents .interview button {
  width: 142px;
  height: 44px;
  background: url("../images/section2/btn_answer.png") 0 -44px no-repeat;
  background-size: auto;
}
#section2 .contents .interview button:hover {
  background-position: 0 0;
}
#section2 .contents .background {
  position: relative;
  left: 7px;
  z-index: -1;
}
#section2 .contents .character1 {
  position: absolute;
  top: -250px;
  right: -285px;
}
@keyframes section2_character1_bounce {
  0% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
  }
}
#section2 .contents .character1 picture {
  animation: section2_character1_bounce 2800ms ease-out infinite;
  -webkit-animation: section2_character1_bounce 2800ms ease-out infinite;
}
#section2 .contents .character2 {
  position: absolute;
  top: 1726px;
  left: -565px;
}
#section2 .contents .character3 {
  position: absolute;
  top: 2774px;
  right: -504px;
}
@keyframes section2_character3_leftSpin {
  0% {
    transform: rotate(0.5deg);
    transform-origin: 50% 85%;
  }
  50% {
    transform: rotate(-0.5deg);
    transform-origin: 50% 85%;
  }
  100% {
    transform: rotate(0.5deg);
    transform-origin: 50% 85%;
  }
}
#section2 .contents .character3 picture {
  animation: section2_character3_leftSpin 6000ms ease-out infinite;
  -webkit-animation: section2_character3_leftSpin 6000ms ease-out infinite;
}
#section2 .contents .character4 {
  position: absolute;
  top: 4260px;
  left: -558px;
}
@keyframes section2_character4_leftSpin {
  0% {
    transform: rotate(-1deg);
    transform-origin: 50% 85%;
  }
  50% {
    transform: rotate(1deg);
    transform-origin: 50% 85%;
  }
  100% {
    transform: rotate(-1deg);
    transform-origin: 50% 85%;
  }
}
#section2 .contents .character4 picture {
  animation: section2_character4_leftSpin 9000ms ease-out infinite;
  -webkit-animation: section2_character4_leftSpin 9000ms ease-out infinite;
}
#section2 .contents .character5 {
  position: absolute;
  top: 5553px;
  right: -424px;
}
@keyframes section2_character5_bounce {
  0% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
  }
}
#section2 .contents .character5 picture {
  animation: section2_character5_bounce 3000ms ease-out infinite;
  -webkit-animation: section2_character5_bounce 3000ms ease-out infinite;
}
#section2 .anchor1 {
  position: absolute;
  top: 320px;
  left: 50%;
}
#section2 .anchor2 {
  position: absolute;
  top: 820px;
  left: 50%;
}

#section3 {
  position: relative;
  width: 2560px;
  height: 2112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section3/bg_section3.png") 0 50% no-repeat;
  background-size: auto 2112px;
  margin-top: -342px;
}
#section3 .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 2112px;
  padding-top: 440px;
}
#section3 .title {
  text-align: center;
}
#section3 .period {
  text-align: center;
  margin-top: 30px;
}
#section3 .contents {
  text-align: center;
  margin-top: 60px;
}
#section3 .anchor {
  position: absolute;
  top: 430px;
  left: 50%;
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap picture {
  display: inline-block;
}

.blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

.util {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.util a,
.util button {
  background: url("../images/spr_util.png") 0 0 no-repeat;
  text-indent: -9999px;
}
.util > div {
  display: flex;
  gap: 4px;
}
.util .btn_start {
  display: block;
  width: 190px;
  height: 40px;
}
.util .btn_start:hover {
  background-position-y: -71px;
}
.util .btn_home {
  display: block;
  width: 40px;
  height: 40px;
  background-position-x: -194px;
}
.util .btn_home:hover {
  background-position-y: -71px;
}
.util .btn_hide {
  margin-top: 10px;
  width: 234px;
  height: 14px;
  background-position-y: -48px;
}
.util .btn_hide:hover {
  background-position-y: -119px;
}

footer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  background: #000;
}
footer img {
  display: inline-block;
}