/* 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] {
  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;
}

:root {
  --youtube-close-color: #bf2819;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}

.popup-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.popup-body {
  position: relative;
  width: 600px;
  min-height: 280px;
  background: #efefef;
  padding: 25px 25px 60px 25px;
  box-sizing: border-box;
}
.popup-body .text {
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #282828;
  white-space: pre-wrap;
}
.popup-body .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}
.popup-body .button-box button {
  height: 60px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.popup-body .button-box .btn_confirm {
  background: #792c2c;
  color: #fff;
}
.popup-body .button-box .btn_cancel {
  background: transparent;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
  color: #282828;
}

#popup-alert .button-box button {
  width: 320px;
}

#popup-confirm .button-box button {
  width: 190px;
}

.popup-close {
  text-align: right;
}
.popup-close button {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.popup-inline {
  display: none;
}

#quick {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: 135px;
  margin-right: 20px;
  margin-top: -100px;
  z-index: 99;
  border-top: 1px solid #333;
  box-sizing: border-box;
  background: #454545;
}
#quick button {
  position: relative;
  width: 100%;
  height: 85px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  color: #fff;
  background: #161616;
}
#quick button:hover, #quick button.active {
  font-weight: 600;
  background: url("../images/bg_quick_active.png") 50% no-repeat;
  background-size: cover;
}
#quick button:first-child {
  border: none;
}
#quick .btn_top {
  height: 35px;
  background: rgba(168, 210, 255, 0.8);
}
#quick .btn_top:hover, #quick .btn_top.active {
  background: rgba(134, 169, 207, 0.8);
}

#visual {
  position: relative;
  z-index: 1;
  width: 2560px;
  height: 1128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.png") 0 0 no-repeat;
  background-size: auto 1128px;
}
#visual .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 1128px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#visual .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 410px;
}
#visual .title .title-text2 {
  margin-top: -16px;
}
#visual .period {
  width: 100%;
  height: 49px;
  background: url("../images/visual/bg_period.png") 50% 50% no-repeat;
  margin-top: 30px;
}
#visual .period p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 19px;
  line-height: 1;
  color: #d3d3d3;
}
#visual .light {
  position: absolute;
  top: -225px;
  left: 650px;
}
@keyframes light_backlightLeftSpin {
  0% {
    opacity: 0.6;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.35) rotate(5deg);
    -webkit-transform: scale(1.35) rotate(5deg);
  }
}
#visual .light {
  transform-origin: 60% 40%;
  animation: light_backlightLeftSpin 2200ms linear infinite alternate;
  -webkit-animation: light_backlightLeftSpin 2200ms linear infinite alternate;
}

#section1 {
  position: relative;
  width: 2560px;
  height: 1478px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -410px;
  background: url("../images/section1/bg_section1.png") 0 0 no-repeat;
  background-size: auto 1478px;
}
#section1 .container {
  padding-top: 323px;
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 1478px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#section1 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
#section1 .sub-text {
  width: 100%;
  height: auto;
  margin-top: 32px;
  padding-top: 50px;
  background: url("../images/section1/line.png") 50% 0 no-repeat;
}
#section1 .sub-text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #d3d3d3;
  text-align: center;
}
#section1 .contents {
  position: relative;
  width: calc(100% + 60px);
  height: 100%;
}
#section1 .description-box {
  margin-top: 60px;
}
#section1 .description-box.open .list li {
  height: 536px;
}
@keyframes section1_cloud_left_top_fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
#section1 .description-box.open .clouds .left-top {
  animation: section1_cloud_left_top_fadeInLeft 800ms 300ms linear 1 forwards;
  -webkit-animation: section1_cloud_left_top_fadeInLeft 800ms 300ms linear 1 forwards;
  transform-origin: 0% 0%;
}
@keyframes section1_cloud_left_bottom_fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
#section1 .description-box.open .clouds .left-bottom {
  animation: section1_cloud_left_bottom_fadeInLeft 800ms 300ms linear 1 forwards;
  -webkit-animation: section1_cloud_left_bottom_fadeInLeft 800ms 300ms linear 1 forwards;
  transform-origin: 0% 0%;
}
@keyframes section1_cloud_right_top_fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
#section1 .description-box.open .clouds .right-top {
  animation: section1_cloud_right_top_fadeInLeft 800ms 300ms linear 1 forwards;
  -webkit-animation: section1_cloud_right_top_fadeInLeft 800ms 300ms linear 1 forwards;
  transform-origin: 0% 0%;
}
@keyframes section1_cloud_right_bottom_fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
}
#section1 .description-box.open .clouds .right-bottom {
  animation: section1_cloud_right_bottom_fadeInLeft 800ms 300ms linear 1 forwards;
  -webkit-animation: section1_cloud_right_bottom_fadeInLeft 800ms 300ms linear 1 forwards;
  transform-origin: 0% 0%;
}
#section1 .description-box .list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
#section1 .description-box .list li {
  position: relative;
  width: 423px;
  height: 48px;
  overflow: hidden;
  background: url("../images/section1/bg_paper.png") 0 0 no-repeat;
  background-size: 100% 536px;
  transition: height 500ms cubic-bezier(0.82, -0.175, 0.605, 1.105);
}
#section1 .description-box .list li::before, #section1 .description-box .list li::after {
  display: block;
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
}
#section1 .description-box .list li::before {
  top: 0;
  background: url("../images/section1/stick_top.png") 0 50% no-repeat;
  background-size: 100% 100%;
}
#section1 .description-box .list li::after {
  bottom: 0;
  background: url("../images/section1/stick_bottom.png") 0 50% no-repeat;
  background-size: 100% 100%;
}
#section1 .description-box .list li .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 536px;
}
#section1 .description-box .list li .text-box span {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  color: #555;
}
#section1 .description-box .list li .blank {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 58px;
  height: 20px;
  border: 2px solid #555;
  box-sizing: border-box;
  margin-right: 2px;
}
#section1 .description-box .clouds {
  display: block;
  width: 100%;
}
#section1 .description-box .clouds i {
  position: absolute;
  display: block;
  opacity: 0;
}
#section1 .description-box .clouds .left-top {
  top: 90px;
  left: 342px;
  width: 447px;
  height: 124px;
  background: url("../images/section1/cloud_left_top.png") 0 0 no-repeat;
  background-size: cover;
}
#section1 .description-box .clouds .left-bottom {
  bottom: 207px;
  left: -95px;
  width: 267px;
  height: 127px;
  background: url("../images/section1/cloud_left_bottom.png") 0 0 no-repeat;
  background-size: cover;
}
#section1 .description-box .clouds .right-top {
  top: 103px;
  right: 271px;
  width: 266px;
  height: 127px;
  background: url("../images/section1/cloud_right_top.png") 0 0 no-repeat;
  background-size: cover;
}
#section1 .description-box .clouds .right-bottom {
  bottom: 264px;
  right: -396px;
  width: 497px;
  height: 125px;
  background: url("../images/section1/cloud_right_bottom.png") 0 0 no-repeat;
  background-size: cover;
}
#section1 .weapon-box {
  position: absolute;
  bottom: -15px;
  left: 190px;
}
#section1 .weapon-box span {
  display: block;
}
#section1 .weapon-box .weapon {
  position: absolute;
  bottom: 300px;
  left: 345px;
}
#section1 .weapon-box .support {
  position: absolute;
  bottom: 293px;
  left: 370px;
}
#section1 .anchor1 {
  position: absolute;
  display: block;
  top: 550px;
  left: 45%;
}
#section1 .anchor2 {
  position: absolute;
  display: block;
  top: 850px;
  left: 45%;
}
#section1 .anchor3 {
  position: absolute;
  display: block;
  top: 1000px;
  left: 45%;
}

#section2 {
  position: relative;
  width: 2560px;
  height: 1411px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section2/bg_section2.png") 0 0 no-repeat;
  background-size: auto 1411px;
}
#section2 .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: 1411px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#section2 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-top: 72px;
}
#section2 .sub-text {
  width: 100%;
  height: auto;
  margin-top: 32px;
  padding-top: 50px;
  background: url("../images/section2/line.png") 50% 0 no-repeat;
}
#section2 .sub-text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #2b2b2b;
  text-align: center;
}
#section2 .sub-text p em {
  color: #966732;
}
#section2 .period {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  background: url("../images/section2/bg_period.png") 50% 50% no-repeat;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.25;
}
#section2 .period h4 {
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: #7a6650;
}
#section2 .period h4::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #7a6650;
  margin-right: 6px;
}
#section2 .period p {
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: #33363d;
}
#section2 .period p::before {
  display: block;
  content: "";
  width: 10px;
  height: 14px;
  background: url("../images/section2/line_period.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 10px;
}
#section2 .quiz {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 44px;
  height: 645px;
  background: url("../images/section2/bg_paper.png") 50% 0 no-repeat;
  background-size: auto 100%;
  margin-top: 10px;
  overflow: hidden;
  transition: width 250ms cubic-bezier(0.85, 0.09, 0.15, 0.91);
}
#section2 .quiz.open {
  width: 1200px;
}
#section2 .question {
  width: 1200px;
  margin-top: 105px;
  text-align: center;
}
#section2 .answer-list {
  display: flex;
  gap: 15px;
  height: 210px;
  margin-top: 30px;
}
#section2 .answer-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 137px;
}
#section2 .answer-button .icon {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 121px;
  overflow: hidden;
}
#section2 .answer-button .icon img {
  width: 100%;
  height: 200%;
  display: block;
}
#section2 .answer-button .text {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: #555;
}
#section2 .answer-button .input {
  display: block;
  margin-top: 5px;
  width: 22px;
  height: 22px;
  background: url("../images/section2/radio-button.png") 50% 0 no-repeat;
  background-size: 100% 200%;
}
#section2 .answer-button .check {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 40px;
  height: 35px;
  background: url("../images/section2/check.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
#section2 .answer-button:hover .icon {
  align-items: flex-end;
}
#section2 .answer-button:hover .input {
  background-position-y: 100%;
}
#section2 .answer-button.selected .icon {
  align-items: flex-end;
}
#section2 .answer-button.selected .text {
  color: #792c2c;
}
#section2 .answer-button.selected .input {
  background-position-y: 100%;
}
#section2 .answer-button.selected .check {
  display: block;
}
#section2 .state-board {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1040px;
  height: 110px;
  background: url("../images/section2/bg_state-board.png") 50% 0 no-repeat;
  background-size: auto 100%;
}
#section2 .state-board p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: #d5d5d5;
}
#section2 .state-board p .nickname {
  position: relative;
  color: #09ccb4;
  margin-right: 10px;
}
#section2 .state-board p .nickname::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -2px;
  display: inline-block;
  width: calc(100% + 4px);
  height: 1px;
  background: #09ccb4;
}
#section2 .state-board .btn_login {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  transition: background 0.3s ease-out;
}
#section2 .state-board .btn_login span {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
#section2 .state-board .btn_login .ico_arrow {
  position: absolute;
  right: 18px;
  top: 23px;
  display: block;
  width: 18px;
  height: 8px;
  background: url("../images/ico_arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
}
#section2 .state-board .btn_login:hover {
  background: #fff;
}
#section2 .state-board .btn_login:hover span {
  color: #000;
}
#section2 .state-board .btn_login:hover .ico_arrow {
  background-position-y: -26px;
}
@keyframes sec_login_arrow_leftMove {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
}
#section2 .state-board .btn_login:hover .ico_arrow {
  animation: sec_login_arrow_leftMove 800ms ease-out infinite;
  -webkit-animation: sec_login_arrow_leftMove 800ms ease-out infinite;
  transform-origin: 50% 50%;
}
#section2 .sticks {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: auto;
  pointer-events: none;
}
#section2 .caution {
  display: flex;
  align-items: center;
  min-height: 56px;
}
#section2 .caution h5 {
  display: flex;
}
#section2 .caution h5 span {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #252525;
}
#section2 .caution h5::before {
  display: block;
  content: "";
  width: 41px;
  height: 55px;
  background: url("../images/section2/ico_caution.png") 0 0 no-repeat;
  margin-top: -5px;
  margin-right: 25px;
}
#section2 .caution h5::after {
  display: block;
  content: "";
  width: 2px;
  height: 96px;
  background: url("../images/section2/line_caution.png") 0 50% no-repeat;
  margin: 0 50px 0 60px;
}
#section2 .caution ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  width: 510px;
}
#section2 .caution ul li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #555;
}
#section2 .caution ul li:first-child {
  width: 100%;
}
#section2 .caution ul li::before {
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  background: #555;
}
#section2 .deco {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
#section2 .deco span {
  position: absolute;
  display: block;
}
#section2 .deco span img {
  width: 100%;
  height: auto;
}
#section2 .deco .character {
  top: 415px;
  right: -415px;
  pointer-events: none;
}
#section2 .deco .coin1 {
  top: 460px;
  left: -160px;
}
@keyframes section2_coin1_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 .deco .coin1 picture {
  animation: section2_coin1_bounce 2000ms ease-out infinite;
  -webkit-animation: section2_coin1_bounce 2000ms ease-out infinite;
}
#section2 .deco .coin2 {
  top: 240px;
  left: -165px;
}
@keyframes section2_coin2_bounce {
  0% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
}
#section2 .deco .coin2 picture {
  animation: section2_coin2_bounce 1000ms ease-out infinite;
  -webkit-animation: section2_coin2_bounce 1000ms ease-out infinite;
}
#section2 .deco .coin3 {
  top: 160px;
  right: -110px;
}
@keyframes section2_coin1_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 .deco .coin3 picture {
  animation: section2_coin1_bounce 1500ms ease-out infinite;
  -webkit-animation: section2_coin1_bounce 1500ms ease-out infinite;
}
#section2 .anchor1 {
  position: absolute;
  display: block;
  top: 360px;
  left: 50%;
}
#section2 .anchor2 {
  position: absolute;
  display: block;
  top: 620px;
  left: 60%;
}

#section3 {
  position: relative;
  width: 2560px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section3/bg_section3.png") 50% 0 #2a3039 no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
}
#section3 .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#section3 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-top: 130px;
}
#section3 .sub-text {
  width: 100%;
  height: auto;
  margin-top: 32px;
  padding-top: 50px;
  background: url("../images/section3/line.png") 50% 0 no-repeat;
}
#section3 .sub-text p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #d3d3d3;
  text-align: center;
}
#section3 .sub-text p em {
  color: #32cedc;
}
#section3 .period {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  background: url("../images/section3/bg_period.png") 50% 50% no-repeat;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.25;
}
#section3 .period h4 {
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: #ffe68f;
}
#section3 .period h4::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #ffe68f;
  margin-right: 6px;
}
#section3 .period p {
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: #c0c1c4;
}
#section3 .period p::before {
  display: block;
  content: "";
  width: 10px;
  height: 14px;
  background: url("../images/section3/line_period.png") 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 0 10px;
}
#section3 .sub-title {
  position: relative;
  margin-top: 74px;
}
#section3 .sub-title .brush {
  position: absolute;
  bottom: 70px;
  right: -315px;
}
#section3 .reward-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin-top: 28px;
}
#section3 .reward-box > div {
  position: relative;
  width: calc((100% - 20px) / 2);
  aspect-ratio: 590/376;
}
#section3 .reward-box .guideline {
  position: relative;
  background: url("../images/section3/bg_participate1.png") 0 0 no-repeat;
  background-size: cover;
}
#section3 .reward-box .guideline .description {
  margin-top: 135px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #252525;
}
#section3 .reward-box .guideline .description em {
  font-weight: 600;
}
#section3 .reward-box .guideline .box {
  margin-top: 25px;
}
#section3 .reward-box .guideline .box h6 {
  padding-top: 23px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  color: #fff4cd;
}
#section3 .reward-box .guideline .box p {
  padding-top: 6px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
#section3 .reward-box .guideline .box p em {
  font-weight: 700;
}
#section3 .reward-box .guideline::after {
  position: absolute;
  top: 5px;
  left: -63px;
  display: block;
  content: "";
  width: 256px;
  height: 84px;
  background: url("../images/section3/cloud_left.png") 0 0 no-repeat;
  background-size: cover;
}
@keyframes section3_cloud_left_leftMove {
  0% {
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
  }
}
#section3 .reward-box .guideline::after {
  animation: section3_cloud_left_leftMove 8000ms ease-out infinite;
  -webkit-animation: section3_cloud_left_leftMove 8000ms ease-out infinite;
  transform-origin: 50% 50%;
}
#section3 .reward-box .rewards {
  position: relative;
  display: flex;
  padding: 0 40px;
  box-sizing: border-box;
  background: url("../images/section3/bg_participate2.png") 0 0 no-repeat;
  background-size: cover;
}
#section3 .reward-box .rewards .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-top: 253px;
}
#section3 .reward-box .rewards .box h6 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  color: #252525;
}
#section3 .reward-box .rewards .box h6 span {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #705228;
}
#section3 .reward-box .rewards .box p {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 400;
  color: #252525;
}
#section3 .reward-box .rewards::after {
  position: absolute;
  bottom: -24px;
  right: -63px;
  display: block;
  content: "";
  width: 271px;
  height: 93px;
  background: url("../images/section3/cloud_right.png") 0 0 no-repeat;
  background-size: cover;
}
@keyframes section3_cloud_left_leftMove {
  0% {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
  }
}
#section3 .reward-box .rewards::after {
  animation: section3_cloud_left_leftMove 8000ms ease-out infinite;
  -webkit-animation: section3_cloud_left_leftMove 8000ms ease-out infinite;
  transform-origin: 50% 50%;
}
#section3 .reward-box .notice {
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: #bdcde0;
}
#section3 .steps {
  margin-top: 46px;
}
#section3 .steps h5 {
  padding-top: 67px;
  background: url("../images/section3/line_steps.png") 50% 0 no-repeat;
  text-align: center;
}
#section3 .steps .description {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  color: #d3d3d3;
}
#section3 .steps ol {
  display: flex;
  justify-content: center;
  width: 1266px;
  height: 280px;
  margin-top: 12px;
  padding-top: 138px;
  box-sizing: border-box;
  background: url("../images/section3/bg_step.png") 50% 0 no-repeat;
  text-align: center;
}
#section3 .steps ol li {
  width: 372px;
  color: #d6d6d6;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  white-space: pre-wrap;
}
#section3 .steps .notice {
  width: 1200px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 1.25;
  color: #bdcde0;
}
#section3 .caution {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2560px;
  margin-top: 55px;
  padding: 50px 0;
  background: #2e343d;
}
#section3 .caution h5 {
  display: flex;
  align-items: center;
}
#section3 .caution h5 span {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #dadada;
}
#section3 .caution h5::before {
  display: block;
  content: "";
  width: 41px;
  height: 55px;
  background: url("../images/section3/ico_caution.png") 0 0 no-repeat;
  margin-right: 25px;
}
#section3 .caution h5::after {
  display: block;
  content: "";
  width: 2px;
  height: 126px;
  background: url("../images/section3/line_caution.png") 0 50% no-repeat;
  margin: 0 50px 0 60px;
}
#section3 .caution ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  width: 510px;
}
#section3 .caution ul li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #aaa;
}
#section3 .caution ul li:first-child {
  width: 100%;
}
#section3 .caution ul li::before {
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  background: #aaa;
}
#section3 .form-box {
  width: 100%;
  height: auto;
  margin-top: 85px;
  padding-top: 60px;
  box-sizing: border-box;
  background: #f4f4f4;
}
#section3 .state-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 120px);
  height: 110px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto;
  background: #e9e9e9;
}
#section3 .state-box p {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #626481;
}
#section3 .state-box .btn_login {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(98, 100, 129, 0.3);
  box-sizing: border-box;
  transition: background 0.3s ease-out;
}
#section3 .state-box .btn_login span {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #626481;
}
#section3 .state-box .btn_login .ico_arrow {
  position: absolute;
  right: 18px;
  top: 23px;
  display: block;
  width: 18px;
  height: 8px;
  background: url("../images/ico_arrow.png") 0 -13px no-repeat;
  background-size: 100% auto;
}
#section3 .state-box .btn_login:hover {
  background: #626481;
}
#section3 .state-box .btn_login:hover span {
  color: #fff;
}
#section3 .state-box .btn_login:hover .ico_arrow {
  background-position-y: 0px;
}
@keyframes sec_login_arrow_leftMove {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
  50% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
}
#section3 .state-box .btn_login:hover .ico_arrow {
  animation: sec_login_arrow_leftMove 800ms ease-out infinite;
  -webkit-animation: sec_login_arrow_leftMove 800ms ease-out infinite;
  transform-origin: 50% 50%;
}
#section3 .input-box {
  width: calc(100% - 120px);
  margin: 0 auto;
}
#section3 .user-info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
#section3 .user-info-box .user {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#section3 .user-info-box .user .profile-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#section3 .user-info-box .user .level {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #437fae;
}
#section3 .user-info-box .user .level::after {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #c8cbce;
  margin: 0 10px;
}
#section3 .user-info-box .user .nickname {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #4e4e4e;
}
#section3 .user-info-box .user .ico_stats {
  display: block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url("../images/section3/btn_stat.png") 0 0 no-repeat;
  background-size: cover;
}
#section3 .user-info-box .user .label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 25px;
  margin-left: 13px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  border-radius: 13px;
  background: #4e5bff;
}
#section3 .user-info-box .txt_no-character {
  opacity: 0.4;
}
#section3 .user-info-box .message-count {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #777;
}
#section3 .user-info-box .message-count span {
  display: inline-block;
  margin: 0 8px;
}
#section3 .user-info-box .message-count .warning {
  font-weight: 700;
  color: #437fae;
}
#section3 .user-info-box .date-box {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #777;
}
#section3 .user-info-box .date-box .btn_delete {
  display: flex;
  align-items: center;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  padding-left: 18px;
  background: url("../images/section3/ico_delete.png") 0 0 no-repeat;
}
#section3 .user-info-box .date-box .btn_delete::after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 10px;
  background: #cecece;
}
#section3 .user-info-box .date-box .date {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
#section3 .message-box {
  display: flex;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  background: #fff;
}
#section3 .message-box.post-complete {
  background: transparent;
}
#section3 .message-box.post-complete .message {
  opacity: 0.4;
}
#section3 .message-box .message-input {
  padding: 10px;
  box-sizing: border-box;
}
#section3 .message-box .textarea {
  flex: 1;
  height: 90px;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #979797;
}
#section3 .message-box .btn_submit {
  width: 140px;
  height: 90px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #355597;
  border-radius: 8px;
}
#section3 .message-box .btn_submit:hover {
  background: #223c72;
}
#section3 .message-box .message-content {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 90px;
}
#section3 .message-box .message-content .message {
  flex: 1;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
}
#section3 .message-box .message-content .btn_like {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
}
#section3 .message-box .message-content .btn_like i {
  display: block;
  width: 25px;
  height: 26px;
  margin-bottom: 8px;
  color: #ccd3de;
}
#section3 .message-box .message-content .btn_like .count {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #9f9f9f;
}
#section3 .message-box .message-content .btn_like::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 28px);
  background: #ededed;
}
#section3 .message-box .message-content .btn_like:hover i {
  color: #99aac1;
}
#section3 .message-box .message-content .btn_like.active i {
  color: #4e5bff;
}
#section3 .message-box .message-content .btn_like.active .count {
  font-weight: 700;
  color: #4e5bff;
}
#section3 .sorting {
  display: flex;
  width: calc(100% - 120px);
  margin: 65px auto 38px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a3039;
}
#section3 .sorting button {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #777;
}
#section3 .sorting button.active {
  font-weight: 700;
  color: #2a3039;
}
#section3 .sorting button:not(:first-child) {
  display: flex;
  align-items: center;
}
#section3 .sorting button:not(:first-child)::before {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #c8cbce;
  margin: 0 10px;
}
#section3 .list-box {
  padding: 0 60px 40px;
}
#section3 .list-box .list-item {
  margin-top: 15px;
}
#section3 .list-box .list-item:first-child {
  margin-top: 0;
}
#section3 .btn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 50px;
  border-top: 1px solid #dedede;
  box-sizing: border-box;
  background: #f4f4f4;
  transition: background 0.3s ease-out;
}
#section3 .btn_more span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #4e4e4e;
}
#section3 .btn_more .ico_arrow {
  display: block;
  width: 9px;
  height: 5px;
  background: url("../images/section3/ico_triangle.png") 0 0 no-repeat;
  background-size: cover;
}
#section3 .btn_more:hover {
  background: #e9e9e9;
}
#section3 .empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 120px);
  height: 400px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #777;
}
#section3 .anchor1 {
  position: absolute;
  display: block;
  top: 420px;
  left: 50%;
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Pretendard", sans-serif;
}
#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;
  flex-direction: row-reverse;
  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: #d9d9d9;
}
footer img {
  display: inline-block;
}