@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway);

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1400px;
  scroll-behavior: smooth;
  background: #ffffff;
  overscroll-behavior: none;
  transition: 0.3s ease-out;
}

#wrap {
  /* max-width: 1920px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#hd {
  /* position: fixed;
  left: 0;
  top: 0; */
  height: 85px;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F0F0;
}

#hd .hd_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  padding: 0 4%;
  height: 100%;
  margin: 0 auto;
}

#hd .hd_top #logo a {
  display: inline-block;
  width: 139px;
  height: 45px;
  background: url(../image/logo_bk.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

#hd .pc .hd_top>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hd .pc .hd_top>ul>li {
  margin-right: 60px;
}

#hd .pc .hd_top>ul>li>a {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 85px;
  display: block;
  transition: all 0.2s ease-out;
}

#hd .pc .hd_top>ul>li>a>span {
  font-weight: 600;
}

#hd .pc nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#hd .pc nav ul {
  display: flex;
  justify-content: flex-end;
}

#hd .pc nav ul>li {
  position: relative;
  margin-right: 30px;
}

#hd .pc nav ul>li>a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  line-height: 85px;
  display: block;
  transition: all 0.2s ease-out;
}

#hd .pc nav ul>li:last-of-type {
  margin-right: 0;
}

#hd .pc nav ul>li>a.hd-event {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#hd .pc nav ul>li>a.hd-event>span {
  display: block;
  font-size: 10px;
  font-family: 'pretendard';
  letter-spacing: -.5px;
  font-weight: 600;
  line-height: 19px;
  padding: 0 6px;
  margin-left: 5px;
  background: #FFCF00;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  transition: all 0.2s ease-in-out;
}

#hd .pc .hd_top>ul>li>a:hover,
#hd .pc .hd_top>ul>li>a.active,
#hd .pc nav ul>li>a:hover {
  color: #FFCF00;
  border-bottom: 0;
}

#hd .pc nav ul>li>a.hd-event:hover span {
  background: #000000;
  color: #FFCF00;
}

/* aside */
#aside {
  position: fixed;
  bottom: 5vh;
  right: 10px;
  z-index: 1000;
  text-align: right;
}

#aside .as_link {
  background: #FFCF00;
}

#aside>a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all .2s ease-out;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

#aside .as_link>span {
  width: 26px;
  height: 26px;
  background: url(../image/as-link.svg) no-repeat;
  background-size: contain;
}

#aside .as_link:hover {
  background: #ff7b00;
}

#aside .as_top {
  background: #ffffff;
  border: 2px solid #FFCF00;
}

#aside .as_top>span {
  width: 20px;
  height: 20px;
  background: url(../image/angle-up-solid.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

#aside .as_top:hover {
  background: #FFCF00;
}

.contents1 {
  width: 100%;
  height: 900px;
  height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  background: #ECECEC;
}

.contents1 img {
  height: 800px;
  margin: 0 auto;
  display: block;
}

.contents1 .cont1_title {
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #000000;
  font-size: 4em;
  top: 40%;
  left: 30%;
  opacity: 0.75;
  line-height: 1.5;
}

.contents1 .cont1_title h2 {
  animation-name: text1;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: both;
}

.contents1 .cont1_title h3 {
  animation-name: text2;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: both;
}

.contents1 .cont1_title h3 span {
  color: #2E9AFF;
}

@keyframes text1 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-50px);
  }
}

@keyframes text2 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-50px);
  }
}


/* 스크롤 유도 마우스  */
.mouse-wrap {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, -50%);
}

.mouse-wrap p {
  font-family: "Raleway", sans-serif;
  letter-spacing: 6px;
  font-size: 14px;
  color: #a3a3a3b0;
  animation: nudgeText 5.5s ease-out infinite;
  position: absolute;
  left: 50%;
  top: 77px;
  transform: translateX(-50%) translateY(0);
  margin-left: 3px;
}

.mouse {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  width: 40px;
  animation: nudgeMouse 5.5s ease-out infinite;
}

.mouse:after {
  content: '';
  background: #a3a3a3b0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  animation: trackBallSlide 5.5s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translateY(20px);
}

.mouse .frame {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.mouse .frame path {
  fill: none;
  stroke: #a3a3a3b0;
  stroke-width: 3;
  opacity: 0.5;
}

.mouse .mouse-left,
.mouse .mouse-right {
  width: 50%;
  position: absolute;
  z-index: 2;
}

.mouse .mouse-right {
  right: 0;
}

.mouse .Animate-Draw {
  fill: none;
  stroke: #a3a3a3b0;
  stroke-width: 3;
  fill-opacity: 1;
}

.mouse .mouse-left .Animate-Draw {
  animation: DrawLine 5.5s ease-out infinite;
}

.mouse .mouse-right .Animate-Draw {
  animation: DrawLineBack 5.5s ease-out infinite;
}

@keyframes DrawLine {
  0% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  22% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38% {
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38.1% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  48% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64% {
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64.1% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  74% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  90% {
    stroke-opacity: 1;
    stroke-dashOffset: 125;
    stroke-dasharray: 120;
  }

  90.1% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }
}

@keyframes DrawLineBack {
  0% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  22% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38% {
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  38.1% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  48% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64% {
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  64.1% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }

  74% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 1;
  }

  90% {
    stroke-opacity: 1;
    stroke-dashOffset: -114;
    stroke-dasharray: 120;
  }

  90.1% {
    stroke-dashOffset: 0;
    stroke-dasharray: 120;
    stroke-opacity: 0;
  }
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0) translateX(-50%);
  }

  22% {
    transform: translateY(0px) translateX(-50%);
  }

  38% {
    transform: translateY(9px) translateX(-50%);
  }

  48% {
    transform: translateY(0px) translateX(-50%);
  }

  64% {
    transform: translateY(9px) translateX(-50%);
  }

  74% {
    transform: translateY(0px) translateX(-50%);
  }

  90% {
    transform: translateY(9px) translateX(-50%);
  }
}

/*Text*/
@keyframes nudgeText {
  0% {
    transform: translateY(0) translateX(-50%) scaleY(1);
    opacity: 1;
  }

  22% {
    transform: translateY(0px) translateX(-50%) scaleY(1);
    opacity: 1;
  }

  38% {
    transform: translateY(5px) translateX(-50%) scaleY(0.9);
    opacity: 0.5;
  }

  48% {
    transform: translateY(0px) translateX(-50%) scaleY(1);
    opacity: 1;
  }

  64% {
    transform: translateY(5px) translateX(-50%) scaleY(0.9);
    opacity: 0.5;
  }

  74% {
    transform: translateY(0px) translateX(-50%) scaleY(1);
    opacity: 1;
  }

  90% {
    transform: translateY(5px) translateX(-50%) scaleY(0.9);
    opacity: 0.5;
  }
}

/*Mouse wheel*/
@keyframes trackBallSlide {
  0% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }

  22% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }

  26% {
    transform: translateY(30px) scale(0.9);
    opacity: 1;
  }

  34% {
    transform: translateY(55px) scale(0.1);
    opacity: 0;
  }

  41% {
    transform: translateY(30px) scale(0);
    opacity: 0.3;
  }

  48% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }

  52% {
    transform: translateY(30px) scale(0.9);
    opacity: 1;
  }

  60% {
    transform: translateY(55px) scale(0.1);
    opacity: 0;
  }

  67% {
    transform: translateY(30px) scale(0);
    opacity: 0.3;
  }

  74% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }

  78% {
    transform: translateY(30px) scale(0.9);
    opacity: 1;
  }

  86% {
    transform: translateY(55px) scale(0.1);
    opacity: 0;
  }

  93% {
    transform: translateY(30px) scale(0);
    opacity: 0.3;
  }

  100% {
    transform: translateY(20px) scale(1);
    opacity: 1;
  }
}

.contents2 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.contents2 .text_container {
  display: flex;
  width: 1260px;
  height: 330px;
  height: auto;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.contents2 .text_container .question {
  height: 270px;
  width: auto;
}

.contents2 .text_container div p:nth-child(1) {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
}

.contents2 .text_container div p:nth-child(2) {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
}

.contents2 .text_container div p:nth-child(2) span {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}

.contents2 .text_container div p:nth-child(3) {
  font-size: 55px;
  color: #74D2E7;
  font-weight: 800;
}

.contents2 .category_container {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contents2 .category_container a {
  width: 100%;
  height: 360px;
}

.contents2 .category_container a>div {
  background: #D9D9D9;
  position: relative;
  height: 100%;
  border-radius: 15px;
  margin-top: 30px;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 2px 10px 15px #b1b1b173;
  ;
}

.contents2 .category_container a>div:hover {
  box-shadow: 2px 10px 15px #74D2E7;
}

.contents2 .category_container a>div>p {
  position: absolute;
  top: -28px;
  left: 0;
  background: #74D2E7;
  border-radius: 15px 15px 15px 0;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 23px;
  font-weight: 600;
}

.contents2 .category_container a>div>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.contents2 .category_container a>div>div>p {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 26px;
}

.contents2 .category_container a>div>div>img {
  height: 240px;
}

.contents3 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}

.contents3 p {
  margin-top: 50px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  text-decoration-line: underline;
  text-underline-offset: 1rem;
  text-decoration-color: #74D2E7;
  text-decoration-thickness: 10px;
}

.contents3 .contents3_bg {
  /* width: 1920px; */
  height: 600px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 42px;
}


/* tab */
.contents4 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.contents4 h2 {
  font-size: 64px;
  text-align: center;
  padding: 30px 0;
}

.contents4 h2 span {
  box-shadow: inset 0 -35px 0 #FDD000;
}

.vertical_tab {
  display: flex;
  gap: 45px;
  width: 1400px;
  height: 700px;
  margin: 30px auto;
}

.vertical_tab .tab_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 320px;
}

.vertical_tab .tab_item {
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 25px 25px 25px;
  min-height: 100px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s;
  color: #343434;
  box-sizing: border-box;
  box-shadow: 2px 4px 10px #989898;
  background: #FDD000;
  font-weight: bold;
}

.vertical_tab .tab_item.active {
  color: #00A2C6;
  background: #FDD000;
}

.vertical_tab .tab_item .tab_name {
  display: flex;
  justify-content: space-between;
}

.vertical_tab .tab_item .tab_name i {
  font-size: 2.5em;
  color: #ffffff;
}

.vertical_tab .tab_item .tab_name p {
  font-size: 30px;
  padding-bottom: 10px;
}

.vertical_tab .tab_item .tab_tag {
  display: none;
  font-size: 14px;
  color: #555555;
  margin-top: 5px;
  gap: 5px;
}

.vertical_tab .tab_item.active .tab_tag {
  animation: fadeIn 0.3s ease;
  display: flex;
}

.vertical_tab .tab_item.active .tab_tag li {
  background: transparent;
  padding: 5px 10px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;

}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vertical_tab .tab_content {
  flex: 1;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1115px;
}

.vertical_tab .content_item {
  display: none;
  width: 100%;
  height: 96%;
  height: 620px;
  height: 675px;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 10px 85px;
  background: #ffffff;
  border: 2px solid #FDD000;
  position: relative;
}

.vertical_tab .content_item>div {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.vertical_tab .content_item strong {
  position: absolute;
  top: -25px;
  left: 36%;
  font-size: 24px;
  background: #FDD000;
  color: #000000;
  width: 330px;
  text-align: center;
  border-radius: 20px;
  height: 45px;
  line-height: 45px;
}

.vertical_tab .content_item>div>p {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}

.vertical_tab .content_item:nth-child(5)>div>p {
  margin-bottom: 0;
  margin-top: 35px;
}

.vertical_tab .content_item img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.vertical_tab .content_item .video_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 25px;
  margin-top: 20px;
}

.video_box video {
  margin-bottom: 5px;
}

.vertical_tab .content_item .video_box>div>p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.vertical_tab .content_item .vertical_imgbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.vertical_tab .content_item .vertical_imgbox img {
  width: auto;
  height: 525px;
}

.vertical_tab .content_item.active {
  display: block;
}

.contents5 {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.contents5 img:nth-child(1) {
  height: 150px;
  margin-top: 30px;
}

.contents5 img:nth-child(2) {
  height: 670px;
}

.contents6 {
  display: flex;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contents7 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.contents7 img {
  width: 1300px;
  height: auto;
}

.contents7 img:nth-child(1) {
  margin-top: 20px;
}

.contents7 img:nth-child(2) {
  margin-bottom: 65px;
}

.contents7 img:nth-child(3) {
  margin-bottom: 65px;
}

/*

.contents7 img:nth-child(2) {
  height: 500px;
}

.contents8 {
  width: 100%;
  height: 911px;
  margin: 0 auto;
  text-align: center;
}

.contents8 img:nth-child(1) {
  height: 500px;
  margin-top: 55px;
}

.contents9 {
  width: 100%;
  height: 911px;
  margin: 0 auto;
  text-align: center;
}

.contents9 img:nth-child(1) {
  height: 815px;
  margin-top: 55px;
}
*/
.contents10 {
  display: flex;
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}