/*index.css*/

a,
img,
label {
  display: block;
}
#content {
  width: 100%;
}
.inner {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  line-height: 0;
}
.clearfix::after {
  clear: both;
}
#wrapper {
  width: 100%;
}
#hd_pop,
#hd_wrapper,
#gnb .gnb_wrap,
#container_wr,
#ft_wr,
#container {
  width: 100%;
}
#hd,
#wrapper,
#ft {
  min-width: inherit;
}
#container {
  margin: 0;
}
#container_wr {
  margin: 0;
}

.pcolor {
  color: #10069f;
}

/* ft-nav */
#fp-nav ul li {
  height: 12px !important;
}
#fp-nav ul li a span {
  width: 6px !important;
  height: 6px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  box-sizing: border-box;
  margin: 0 !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  margin: 0 !important;
  background: #fff !important;
}
#fp-nav ul li:hover a {
  margin: 0 !important;
}
/* #fp-nav ul li:nth-child(1),
#fp-nav ul li:nth-child(3),
#fp-nav ul li:nth-child(4),
#fp-nav ul li:nth-child(6),
#fp-nav ul li:nth-child(7),
#fp-nav ul li:nth-child(8),
#fp-nav ul li:nth-child(11){display: none;} */
#fp-nav.on ul li a span {
  border: 1px solid #333 !important;
}
#fp-nav.on ul li a.active span,
#fp-nav.on ul li:hover a.active span {
  background: #333 !important;
}

#fullpage {
  width: 100%;
}
#fullpage .section {
  width: 100%;
}

#myMenu {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
#myMenu li {
  display: inline-block;
}
#myMenu li {
  padding: 0 20px;
  position: relative;
}
#myMenu li a {
  color: #fff !important;
}
#myMenu li:not(:last-child):after {
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -1.5px;
  top: 50%;
  transform: translateY(-50%);
}

#myMenu.on li a {
  color: #333 !important;
}
#myMenu.on li:not(:last-child):after {
  background: #333;
}
@media screen and (max-width: 768px) {
  #myMenu li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 550px) {
  #myMenu {
    text-align: left;
    left: 20px;
    transform: translate(0);
  }
  #myMenu li {
    padding: 0 6px;
  }
  #myMenu li a {
    font-size: 10px;
  }
}

/* 메인 공통 */
#fullpage .section h2 {
  padding-bottom: 30px;
}
#fullpage .section .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pcolor {
  color: #003118;
}
@media screen and (max-width: 768px) {
  #fullpage .section h2 {
    padding-bottom: 10px;
  }
  #fullpage .section p br.none {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #fullpage .section h2 {
    font-size: 20px;
  }
}

/* ************section S*/
#section0 {
  width: 100%;
  position: relative;
  z-index: 2;
}
#section0 .fir_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/*#section0 .fir_bg img{width: 100%; height: 100%; object-fit: cover;}*/
#section0 .fir_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#section0 .inner {
  text-align: center;
  color: #fff;
}
#section0 .icu_logo {
  display: inline-block;
  max-width: 30%;
}
#section0 .icu_logo img {
  max-width: 90%;
  display: inline-block;
}
#section0 h1 {
  padding: 30px 0 60px;
}
@media screen and (max-width: 1000px) {
  #section0 {
    height: 100vh !important;
  }
}
@media screen and (max-width: 768px) {
  #section0 h1 {
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 550px) {
  #section0 h1 {
    font-size: 24px;
  }
  #section0 h1 br {
    display: none;
  }
}
/*section E*/

/* ************section1 S*/
#section1 {
  width: 100%;
  background: url(../img/main/section02_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#section1 .inner {
  text-align: center;
  color: #fff;
}

#section1 .circle_motion {
  margin: 20px auto;
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 1000px) {
  #section1 .circle_motion {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  #section1 .circle_motion {
    width: 300px;
    height: 300px;
  }
}
/*section1 E*/

/* ************section2 S*/
#section2 {
  width: 100%;
  background: url(../img/main/section03_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#section2 .flex {
  align-items: center;
}
#section2 .flex .right {
  width: 30%;
}
#section2 .flex .right ul li:nth-child(2) {
  margin: 40px 0;
  padding: 40px 0;
  border: 1px solid #003118;
  box-sizing: border-box;
  border-left: 0;
  border-right: 0;
}
#section2 .flex .right ul li {
  display: flex;
}
#section2 .flex .right ul li .icon {
  margin-right: 15px;
}
#section2 .flex .right ul li h3 {
  padding-bottom: 15px;
}

#section2 .flex .left .logo_motion {
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  #section2 .flex .left .logo_motion {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  #section2 .flex .right {
    width: 100%;
  }

  #section2 .flex .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #section2 .flex .right ul li:nth-child(2) {
    margin: 0px;
    padding: 0px;
    border-bottom: 0;
  }
  #section2 .flex .right ul li {
    display: flex;
    flex-direction: column;
    width: 31%;
    border-top: 1px solid #003118;
    padding-top: 15px !important;
  }
  #section2 .flex .right ul li .icon {
    margin-right: 0;
    margin-bottom: 5px;
  }
  #section2 .flex .right ul li .icon img {
    width: 25px;
  }
  #section2 .flex .right ul li p br.none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #section2 .flex .right ul li {
    width: 48%;
  }
  #section2 .flex .right ul li:nth-child(1n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #section2 .flex .right ul li {
    width: 100%;
  }
  #section2 .flex .right ul li:nth-child(1n + 2) {
    margin-top: 30px;
  }
}
/*section2 E*/

/* ************section3 S*/
#section3 {
  width: 100%;
  background: url(../img/main/section04_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#section3 .ptner_list {
  margin-top: 100px;
}
#section3 .ptner_list ul li:nth-child(2) {
  margin: 40px 0;
}
#section3 .ptner_list ul li {
  display: flex;
  align-items: center;
}
#section3 .ptner_list ul li .txt_wrap {
  width: 280px;
  border-right: 1px solid #003118;
  box-sizing: border-box;
  margin-right: 3%;
}
#section3 .ptner_list ul li .logo_wrap {
  width: 150px;
}
#section3 .ptner_list ul li .logo_wrap img {
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width: 1000px) {
  #section3 .ptner_list ul li .txt_wrap {
    width: 220px;
  }
  #section3 .ptner_list ul li .txt_wrap p:nth-child(1) {
    font-size: 14px;
  }
  #section3 .ptner_list ul li .txt_wrap p:nth-child(2) {
    font-size: 18px;
  }
  #section3 .ptner_list ul li .logo_wrap {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #section3 .ptner_list {
    margin-top: 60px;
  }
  #section3 .ptner_list ul li .txt_wrap {
    width: 180px;
  }
  #section3 .ptner_list ul li .txt_wrap p:nth-child(1) {
    font-size: 12px;
  }
  #section3 .ptner_list ul li .txt_wrap p:nth-child(2) {
    font-size: 15px;
  }
  #section3 .ptner_list ul li .logo_wrap {
    width: 80px;
  }
  #section3 .ptner_list ul li:nth-child(2) .logo_wrap {
    width: 60px;
  }
  #section3 .ptner_list ul li:nth-child(3) .logo_wrap {
    width: 70px;
  }
}
@media screen and (max-width: 500px) {
  #section3 {
    background-position: 55% center;
  }
  #section3 .ptner_list ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  #section3 .ptner_list ul li .txt_wrap {
    border-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border-top: 1px solid #003118;
    padding-top: 10px;
  }
}
/*section3 E*/

/* ************section4 S*/
#section4 {
  width: 100%;
  background: #003118;
}
#section4 .fp-tableCell {
  position: relative;
}
#section4 .txt_float {
  position: relative;
  z-index: 2;
  color: #fff;
}

#section4 .txt_float .video_ctt {
  width: 830px;
  height: auto;
  background: #000;
  position: relative;
  margin-top: 50px;
}
#section4 .txt_float .video_ctt .video_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#section4 .txt_float .video_ctt .video_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#section4 .txt_float .video_ctt span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 20px 20px 10px;
  display: block;
  background: linear-gradient(0deg, black, transparent);
}
#section4 .txt_float .video_ctt span a {
  display: inline-block;
  color: #ccc;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  transition: 0.25s;
}
#section4 .txt_float .video_ctt span a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

#section4 .column_slide {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
#section4 .column_slide ul {
  margin-right: 20px;
}
#section4 .column_slide ul li:not(:last-child) {
  margin-bottom: 30px;
}
#section4 .column_slide ul:first-child {
  transform: translateY(-100%);
  animation: column_l 80s infinite linear;
}
#section4 .column_slide ul:last-child {
  animation: column_r 80s infinite linear;
}

@keyframes column_l {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes column_r {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1000px) {
  #section4 .txt_float .video_ctt {
    width: 650px;
    max-width: 100%;
    height: 350px;
    margin-top: 40px;
  }
  #section4 .column_slide {
    width: 35%;
  }
  #section4 .column_slide ul {
    width: 50%;
    margin-right: 10px;
  }
  #section4 .column_slide ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #section4 .column_slide ul li img {
    max-width: 100%;
  }
  #section4 .column_slide ul:first-child {
    transform: translateY(-100%);
    animation: column_l 80s infinite linear;
  }
  @keyframes column_l {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes column_r {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }
}
@media screen and (max-width: 768px) {
  #section4 .txt_float .video_ctt span h4 {
    font-size: 15px;
  }
  #section4 .txt_float .video_ctt span p {
    font-size: 10px;
  }
  #section4 .txt_float .video_ctt span a {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    margin-left: 5px;
    transition: 0.25s;
  }
}
@media screen and (max-width: 580px) {
  #section4 .txt_float .video_ctt {
    height: 240px;
  }
  #section4 .column_slide {
    width: 40%;
  }
  #section4 .column_slide ul:first-child {
    transform: translateY(-50%);
    animation: column_l 80s infinite linear;
  }
  @keyframes column_l {
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes column_r {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  #section4 .txt_float .video_ctt span p br.none {
    display: none;
  }
}
/*section4 E*/

/* ************section5 S*/
#section5 {
  width: 100%;
  background: #0c2648;
  color: #fff;
}
#section5 .fp-tableCell {
  position: relative;
}
#section5 .inner {
  position: relative;
  z-index: 2;
}
#section5 .inner .flex {
  align-items: flex-end;
}

#section5 .bg_change {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#section5 .bg_change ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
}
#section5 .bg_change ul li img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
#section5 .bg_change ul li.on {
  opacity: 1;
  visibility: visible;
}

#section5 .flex .left {
  width: 60%;
}
#section5 .flex .right {
  width: 30%;
}
/* #section5 .flex .right img{max-width: 90%;} */
#section5 .flex .left h2:nth-child(2) {
  padding-bottom: 0;
}
#section5 .flex .left h2:nth-child(3) {
  display: inline-block;
  position: relative;
}
#section5 .flex .left h2:nth-child(3) img {
  position: absolute;
  right: -55px;
  top: 5px;
}

#section5 .store_list {
  margin-top: 120px;
}
#section5 .store_list > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#section5 .store_list > ul > li {
  width: 45%;
  padding-left: 15px;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
#section5 .store_list > ul > li:nth-child(1n + 3) {
  margin-top: 60px;
}
#section5 .store_list > ul > li h3 {
  position: relative;
  display: inline-block;
}
#section5 .store_list > ul > li h3 .p_button {
  position: absolute;
  right: -30px;
  top: 0px;
}
#section5 .store_list > ul > li h3 .p_button > span {
  font-weight: 400;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  transition: 0.25s;
}
#section5 .store_list > ul > li h3 .p_button:hover > span {
  background: #fff;
  color: #0c2648;
}

#section5 .store_list > ul > li h3 .p_button > ul {
  position: absolute;
  top: -38px;
  right: -13px;
  display: flex;
  background: #fff;
  border-radius: 30px;
  padding: 5px 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
#section5 .store_list > ul > li h3 .p_button > ul > li {
  margin: 0 5px;
}
#section5 .store_list > ul > li h3 .p_button > ul > li a img {
  height: 22px;
}
#section5 .store_list > ul > li h3 .p_button > ul::after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  bottom: -10px;
  right: 22px;
}

#section5 .store_list > ul > li h3 .p_button:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1580px) {
  #section5 .flex .right img {
    width: 550px;
    margin-left: -8%;
  }
}
@media screen and (max-width: 1200px) {
  #section5 .store_list > ul > li {
    width: 50%;
    padding-left: 10px;
  }
  #section5 .store_list > ul > li h3 {
    font-size: 16px;
  }
  #section5 .flex .left h2:nth-child(3) img {
    width: 35px;
    right: -48px;
  }
}
@media screen and (max-width: 1000px) {
  #section5 .flex .left {
    width: 100%;
  }
  #section5 .flex .right {
    width: 38%;
    position: absolute;
    top: -60px;
    right: 20px;
  }
  #section5 .flex .right img {
    width: 100%;
    margin-left: 0;
  }
  #section5 .store_list {
    margin-top: 60px;
  }
  #section5 .store_list > ul > li h3 .p_button > ul > li img {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #section5 .flex .left {
    width: 100%;
    z-index: 2;
  }

  #section5 .flex .right {
    width: 42%;
    position: absolute;
    top: 0px;
    right: 20px;
    opacity: 0.8;
    z-index: 1 !important;
  }

  #section5 .flex .left h2:nth-child(3) img {
    width: 28px;
    right: -40px;
  }
}
@media screen and (max-width: 650px) {
  #section5 .store_list > ul > li h3 {
    font-size: 13px;
  }
  #section5 .store_list > ul > li p {
    font-size: 10px;
  }
  #section5 .store_list > ul > li h3 .p_button {
    right: -22px;
  }
  #section5 .store_list > ul > li h3 .p_button > span {
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  #section5 .flex .right {
    top: 0px;
    width: 40%;
    z-index: 1 !important;
  }

  #section5 .store_list > ul > li {
    width: 100%;
  }
  #section5 .store_list > ul > li:nth-child(1n + 2) {
    margin-top: 24px;
  }

  #section5 .store_list > ul > li h3 .p_button > ul {
    right: -16px;
    top: -40px;
  }
  #section5 .store_list > ul > li h3 .p_button > ul > li img {
    height: 24px;
  }
}
/*section5 E*/

/* ************section6 S*/
#section6 {
  width: 100%;
  background: #f5ab16;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#section6 .webtoon_img {
  display: inline-block;
  margin: 50px auto 60px;
}
#section6 .webtoon_img img {
  max-width: 85%;
  margin: 0 auto;
}

#section6 .flex {
  justify-content: center !important;
  text-align: left;
}
#section6 .flex a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 15px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.25s;
}
#section6 .flex a:hover {
  background: #fff;
  color: #f5ab16;
}
#section6 .flex .left {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
#section6 .flex .right p {
  padding-bottom: 15px;
}
#section6 .flex .right span:not(:last-child) {
  margin-right: 20px;
  display: inline-block;
}

#section6 .fp-tableCell {
  position: relative;
}
#section6 .row_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section6 .row_slide ul {
  display: flex;
}
#section6 .row_slide ul li:not(:last-child) {
  margin-right: 20px;
}
#section6 .row_slide ul:nth-child(1) {
  position: absolute;
  top: 10px;
  left: 0;
  animation: row_l 50s linear infinite;
}
#section6 .row_slide ul:nth-child(2) {
  position: absolute;
  bottom: 10px;
  right: 0;
  animation: row_r 50s linear infinite;
}

@keyframes row_l {
  0% {
    left: 0;
  }
  100% {
    left: -60%;
  }
}
@keyframes row_r {
  0% {
    right: 0;
  }
  100% {
    right: -60%;
  }
}
@media screen and (max-width: 1000px) {
  #section6 .fp-tableCell {
    padding: 150px 0 !important;
  }
  #section6 .row_slide ul {
    height: 100px;
  }
  #section6 .row_slide ul li img {
    max-height: 100%;
  }
  #section6 .row_slide ul li:not(:last-child) {
    margin-right: 10px;
  }
  @keyframes row_l {
    0% {
      left: 0;
    }
    100% {
      left: -60%;
    }
  }
  @keyframes row_r {
    0% {
      right: 0;
    }
    100% {
      right: -60%;
    }
  }
}
@media screen and (max-width: 768px) {
  #section6 .webtoon_img {
    display: inline-block;
    margin: 30px auto 40px;
  }
  #section6 .flex {
    justify-content: center !important;
    text-align: center;
    flex-direction: column;
  }
  #section6 .flex a {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  #section6 .flex .left {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }
}
@media screen and (max-width: 550px) {
  #section6 .flex .right p br.none {
    display: none;
  }
  #section6 .flex .right span {
    display: block;
  }
  #section6 .flex .right span:not(:last-child) {
    margin-right: 0px;
  }

  #section6 .row_slide ul {
    height: 80px;
  }
  @keyframes row_l {
    0% {
      left: 0;
    }
    100% {
      left: -70%;
    }
  }
  @keyframes row_r {
    0% {
      right: 0;
    }
    100% {
      right: -70%;
    }
  }
}
/*section6 E*/

/* ************section7 S*/
#section7 {
  width: 100%;
  background: url(../img/main/section08_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#section7 .inner {
  color: #fff;
}
#section7 .flex .left {
  width: 38%;
}
#section7 .flex .right {
  width: 62%;
}

#section7 .flex .right > div:not(:last-child) {
  margin-bottom: 50px;
}
#section7 .flex .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#section7 .flex .right ul li {
  width: 25%;
  padding: 12px 0;
}
#section7 .flex .right ul li.line img {
  margin-top: -10px;
}
#section7 .flex .right ul li img {
  max-width: 55%;
  filter: grayscale(1) invert(1) brightness(2);
}
@media screen and (max-width: 1200px) {
  #section7 .flex .right > div > p br.none {
    display: none;
  }
  #section7 .icu_logo img {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #section7 .flex .left {
    width: 100%;
  }
  #section7 .flex .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #section7 .flex .right ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 550px) {
  #section7 .flex .right ul li {
    width: 50%;
  }
  #section7 .flex .right ul li img {
    margin: 0 auto;
  }
}
/*section7 E*/

/* ************section8 S*/
#section8 {
  width: 100%;
  background: url(../img/main/section09_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#section8 .inner {
  position: relative;
}
#section8 .float_txt {
  position: absolute;
  top: 0;
  left: 0;
}

#section8 .graph_ctt {
  width: 100%;
}
#section8 .graph_ctt ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#section8 .graph_ctt ul li {
  border-bottom: 1px solid #fff;
}
#section8 .graph_ctt ul li:nth-child(1) {
  width: calc(100% - 650px);
  position: relative;
}
#section8 .graph_ctt ul li:nth-child(1) span {
  position: absolute;
  bottom: 20px;
  left: 0;
}

#section8 .graph_ctt ul li .graph_motion {
  width: 700px;
  height: 550px;
  position: relative;
  bottom: -53px;
}
#section8 .graph_ctt ul li .graph_motion .spot_light {
  width: 30px;
  height: 30px;
  border: 1px solid #003118;
  border-radius: 100%;
  position: absolute;
  bottom: 195px;
  left: 335px;
  animation: light linear 2s infinite;
  animation-delay: 5s;
  opacity: 0;
}
#section8 .graph_ctt ul li .graph_motion .spot_light::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #003118;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes light {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1420px) {
  #section8 .float_txt {
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #section8 .graph_ctt ul li:nth-child(1) {
    width: calc(100% - 500px);
  }
  #section8 .graph_ctt ul li .graph_motion {
    width: 500px;
    height: 463px;
  }
  #section8 .graph_ctt ul li .graph_motion .spot_light {
    /* 700px → 500px 비율: 0.714 */
    bottom: 164px; /* 195px × 0.714 ≈ 139px */
    left: 235px; /* 335px × 0.714 ≈ 239px */
  }
}
@media screen and (max-width: 950px) {
  #section8 .float_txt {
    position: initial;
  }
}
@media screen and (max-width: 768px) {
  #section8 .graph_ctt ul li:nth-child(1) {
    width: calc(100% - 360px);
  }
  #section8 .graph_ctt ul li:nth-child(1) span {
    font-size: 17px;
  }
  #section8 .graph_ctt ul li .graph_motion {
    width: 360px;
    height: 362px;
  }
  #section8 .graph_ctt ul li .graph_motion .spot_light {
    /* 700px → 360px 비율: 0.514 */
    bottom: 128px; /* 195px × 0.514 ≈ 100px */
    left: 170px; /* 335px × 0.514 ≈ 172px */
    width: 20px;
    height: 20px;
  }
  #section8 .graph_ctt ul li .graph_motion .spot_light::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 500px) {
  #section8 .graph_ctt ul {
    flex-direction: column;
  }
  #section8 .graph_ctt ul li:nth-child(1) {
    width: calc(100%);
    margin-top: 40px;
    border-bottom: 0;
  }
  #section8 .graph_ctt ul li:nth-child(1) span {
    font-size: 17px;
    position: initial;
  }
  #section8 .graph_ctt ul li .graph_motion {
    width: 320px;
    height: 334px;
  }
  #section8 .graph_ctt ul li .graph_motion .spot_light {
    bottom: 119px; /* 195px × 0.457 ≈ 89px */
    left: 151px; /* 335px × 0.457 ≈ 153px */
    width: 18px;
    height: 18px;
  }
  #section8 .graph_ctt ul li .graph_motion .spot_light::after {
    width: 8px;
    height: 8px;
  }
}
/*section8 E*/

/* ************section9 S*/
#section9 {
  width: 100%;
  background: #071404;
  color: #fff;
  position: relative;
}
#section9 h2 {
  text-align: center;
}

#section9 .latest_news {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 0;
}
#section9 .latest_news .adm_write {
  text-align: right;
  margin-top: 20px;
}
#section9 .latest_news .adm_write a {
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
  transition: 0.25s;
  font-weight: 500;
}
#section9 .latest_news .adm_write a:hover {
  background: #fff;
  color: #071404;
}

/* 화살표 설정 */
#section9 .latest_news .latest_swiper {
  padding-right: 50px;
}
#section9 .latest_news .swiper-button-prev {
  right: 0;
  bottom: 30px !important;
  left: auto;
  top: auto !important;
  transform: rotate(90deg);
}
#section9 .latest_news .swiper-button-next {
  right: 0;
  bottom: 0 !important;
  left: auto;
  top: auto !important;
  transform: rotate(90deg);
}

#section9 .latest_news .swiper-button-prev,
#section9 .latest_news .swiper-button-next {
  background: none !important;
  height: 15px;
}
#section9 .latest_news .swiper-button-prev::after,
#section9 .latest_news .swiper-button-next::after {
  color: #fff;
  font-size: 25px !important;
}

@media screen and (max-width: 1000px) {
  #section9 .latest_news {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #section9 .latest_news .adm_write a {
    font-size: 11px;
  }

  #section9 .latest_news .latest_swiper {
    padding-right: 40px;
  }
  #section9 .latest_news .swiper-button-prev {
    bottom: 25px !important;
  }
  #section9 .latest_news .swiper-button-prev,
  #section9 .latest_news .swiper-button-next {
    background: none !important;
    height: 10px;
  }
  #section9 .latest_news .swiper-button-prev::after,
  #section9 .latest_news .swiper-button-next::after {
    color: #fff;
    font-size: 17px !important;
  }
}
/*section9 E*/

/* ************section10 S*/
#section10 {
  width: 100%;
  background: url(../img/main/section11_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#section10 h2 {
  text-align: center;
}

#section10 .history_list {
  max-width: 950px;
  width: 100%;
  margin: 3px auto 0;
  max-height: 620px;
  overflow-y: scroll;
  padding-right: 20px;
  position: relative;
}
#section10 .history_list ul {
  display: flex;
}

#section10 .history_list::-webkit-scrollbar {
  width: 30px;
}
#section10 .history_list::-webkit-scrollbar-thumb {
  background: transparent;
}
#section10 .history_list::-webkit-scrollbar-track {
  background: transparent;
}

/* #section10 .history_list::-webkit-scrollbar-button{display:block;} */
#section10 .history_list::-webkit-scrollbar-button:start {
  background-image: url(../img/main/up.png);
  background-repeat: no-repeat;
  display: none;
}
#section10 .history_list::-webkit-scrollbar-button:end {
  background-image: url(../img/main/down.png);
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  cursor: pointer;
}
#section10 .history_list::-webkit-scrollbar-button:vertical:decrement {
  background-image: url(../img/main/up.png);
  background-repeat: no-repeat;
  height: 30px;
}

#section10 .history_list ul li.dot {
  padding: 0 10%;
  position: relative;
  width: 1px;
  height: auto;
  position: relative;
}
#section10 .history_list ul li.dot::after {
  content: '';
  width: 20px;
  height: 20px;
  background: #003118;
  border: 6px solid #ffffffa3;
  box-sizing: border-box;
  position: absolute;
  border-radius: 100%;
}
#section10 .history_list ul:not(:last-child) li.list {
  padding-bottom: 30px;
}
#section10 .history_list ul li.list b {
  margin-right: 15px;
}

#section10 .history_list ul:not(:last-child) li.dot::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #5a5a5a;
  position: absolute;
  top: 10px;
  left: calc(50% + 10px);
  transform: translateX(-50%);
}
@media screen and (max-width: 850px) {
  #section10 .history_list ul li.dot {
    padding: 0 4%;
  }
  #section10 .history_list ul:not(:last-child) li.dot::before {
    left: calc(50% + 0px);
  }
  #section10 .history_list ul li.dot::after {
    width: 10px;
    height: 10px;
    border: 3px solid #ffffffa3;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #section10 .history_list {
    max-height: 410px;
  }
  #section10 .history_list ul:not(:last-child) li.list {
    padding-bottom: 20px;
  }
  #section10 .history_list ul li.year {
    font-size: 13px;
  }
  #section10 .history_list ul li.list b {
    margin-right: 0px;
    font-size: 12px;
    display: block;
  }
  #section10 .history_list ul li.list p {
    margin-bottom: 10px;
  }
}
/*section10 E*/

/* ************section11 S*/
#section11 {
  width: 100%;
  background: url(../img/main/section12_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
#section11 h2 {
  text-align: center;
}

#section11 ul.contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
}
#section11 ul.contact li:nth-child(2) {
  width: 20%;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}
#section11 ul.contact li:last-child {
  text-align: right;
}
#section11 ul.contact li h3 {
  padding-bottom: 15px;
}

#section11 ul.contact li button.contact_button {
  font-size: 25px;
  font-weight: bold;
  background: none;
  color: #fff;
  border: none;
  transition: 0.25s;
  display: block;
  width: 100%;
  padding: 20px 0;
}
#section11 ul.contact li button.contact_button:hover {
  cursor: url(../img/main/mouse_click.png), url(../img/main/mouse_click2.png), pointer;
}

#customer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  max-width: calc(100% - 40px);
}
#customer .close {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  background: #d9d9d9;
  text-align: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  right: 10px;
  top: 15px;
  z-index: 1;
}

#copy {
  color: #ebebeb;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media screen and (max-width: 1200px) {
  #section11 ul.contact li button.contact_button {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #section11 ul.contact {
    margin-top: 50px;
  }
  #section11 ul.contact {
    flex-direction: column;
  }
  #section11 ul.contact li {
    text-align: center;
  }
  #section11 ul.contact li:last-child {
    text-align: center;
  }
  #section11 ul.contact li:nth-child(2) {
    width: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    text-align: center;
    padding: 20px 0;
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #section11 ul.contact li button.contact_button {
    font-size: 17px;
  }
}
@media screen and (max-width: 550px) {
  #section11 ul.contact li:nth-child(2) {
    width: 98%;
    padding: 15px 0;
  }
  #section11 ul.contact li button.contact_button {
    font-size: 15px;
  }
}
/*section11 E*/

#contact_icu {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}
#contact_icu span {
  font-size: 8px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}

#contact_icu.on span {
  color: #333;
}
#contact_icu.on img {
  filter: grayscale(0.5);
}

@media screen and (max-width: 1420px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fp-tableCell {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .section {
    height: auto !important;
  }
  .section .fp-tableCell {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  #contact_icu a img {
    width: 40px;
  }
  #contact_icu span {
    font-size: 7px;
  }
}
