@charset "UTF-8";
/*반응형 사이즈 변수 모음*/
/*반응형 사이즈 변수 선언*/
/*반응형 사이즈 변수 선언*/
/*반응형 사이즈 변수 모음*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 400;
  font-family: 'Noto Sans KR';
  font-family: 'SCDream';
  letter-spacing: -1px;
}

img {
  image-rendering: -moz-auto;
  /* Firefox */
  image-rendering: -o-auto;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
  /* IE (non-standard property) */
}

a {
  color: #ffffff;
}

a:hover, a:link, a:visited {
  text-decoration: none;
  color: #1A2234;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  min-width: 1260px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-clip: padding-box;
  width: 100%;
  table-layout: fixed;
}

th {
  background-clip: padding-box !important;
}

caption {
  display: none;
}

input:focus {
  outline: none;
}

/*초기화*/
.fixed-navigation {
  font-family: VisbyCF;
  position: fixed;
  left: 60px;
  top: 300px;
  z-index: 10;
}

.fixed-navigation li {
  width: 25px;
  text-align: center;
  margin-bottom: 10px;
}

.fixed-navigation li:last-child {
  margin-bottom: 0;
}

.fixed-navigation li.on a {
  width: 25px;
  height: 25px;
  background: none;
  color: #fff;
  display: block;
  line-height: 20px;
}

.fixed-navigation li a {
  width: 6px;
  height: 6px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #fff;
  text-align: center;
  margin: auto;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  color: #fff;
}
.fixed-navigation .color-change li a,
.fixed-navigation .color-change2 li a {
  background: #facfaa;
  color: #facfaa;
}

.fixed-navigation .color-change li.on a,
.fixed-navigation .color-change2 li.on a {
  background: none;
  border-color: #facfaa;
}
.fixed-btn {
  position: fixed;
  right: 0;
  top: 30px;
  background: #e1b736;
  z-index: 101;
  width: 150px;
}

.fixed-btn .box {
  padding: 25px 15px;
  text-align: center;
  cursor: pointer;
}
.fixed-btn .box img{
  width:110px;
}
.fixed-btn .box .line {
  height: 1px;
  background: #00000040;
  margin: 10px 0;
}

.fixed-btn .box p {
  font-weight: 700;
  font-size: 23px;
  line-height: 1.3;
  position: relative;
  text-align: left;
}

.fixed-btn .box p span {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 23px;

}

.datum-point{
  width: 1140px;
  position: relative;
  margin: auto;
}
.datum-point.ver1{
  width: 1600px;
  
}

.blind {overflow:hidden;position:absolute;border:0;width:1px;height:1px;clip:rect(1px, 1px, 1px, 1px);}


.content {
  position: relative;
  background-color: #000;
  /* height: 100vh; */
  height:100%;
  overflow: hidden;
  min-width:1120px;
  min-height: 766px;
  /* max-height: 937px; */
  
}



#content1 {
  content: "";
  /*background-image: url("../images/Slide-1-(Main).png");*/
  background-size: auto 100%;
  background-position: top;
  background-position-x: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100vh;

  position: relative;
  background-color: #000;
}

#content1 .video{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}
#content1 .video iframe{
  width:100%;
  height: 100%;
  transform: scale(1.2);
}
#content1 .not-click{
  width:100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#content1 .datum-point {
  z-index: 10;
  height: 100%;
}

#content1 .position1 {
  padding: 50px 0;
  overflow: hidden;
}

#content1 .position1 .oveflow-hidden > p {
  /* font-size: 30px; */
  font-weight: 500;
  color: #fff;
  float: left;
  height: 51px;
}
#content1 .position1 .oveflow-hidden > p img{
  margin: 11px 0;
}
#content1 .position1 .oveflow-hidden > p > span {
  float: left;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  top: 8px;
}

#content1 .position1 .oveflow-hidden > p > span:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#b8cc52), to(#50b354));
  background: linear-gradient(0deg, #b8cc52 0%, #50b354 100%);
  bottom: -4px;
}

#content1 .position1 .oveflow-hidden > p > span > em {
  font-weight: 700;
}

#content1 .position1 .oveflow-hidden > p > span > em::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 6px;
  bottom: -6px;
  content: "";
}

#content1 .position1 .oveflow-hidden > p > span > em:nth-child(1) {
  color: #b8cc52;
}

#content1 .position1 .oveflow-hidden > p > span > em:nth-child(1)::before {
  background-color: #b8cc52;
  left: 0;
}

#content1 .position1 .oveflow-hidden > p > span > em:nth-child(2) {
  color: #50b354;
}

#content1 .position1 .oveflow-hidden > p > span > em:nth-child(2)::before {
  background-color: #50b354;
  right: 0;
}

#content1 .position1 .oveflow-hidden > div {
  float: right;
}

#content1 .position2 {
  position: absolute;
  width: 100%;
  bottom: 20.833333333333332vh;
}

#content1 .position2 > p {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 0;
  line-height: 1;
  /* font-family: 'Cafe24Oneprettynight'; */
 
}

#content1 .position2 > div {
  float: right;
}

#content1 .position2 > div > p:nth-child(1) {
  color: #fff;
  font-weight: 700;
  font-size: 37px;
  margin-bottom: 10px;
}

#content1 .position2 > div > p:nth-child(2) {
  color: #e1b736;
  font-weight: 800;
  font-size: 130px;
}

#content1 .position2 > div > a {
  background: #b8cc52;
  font-size: 30px;
  font-weight: 700;
  width: 480px;
  height: 120px;
  position: relative;
  color: #fff;
  text-align: left;
  margin-right: 0;
  display: block;
  border-radius: 60px;
  padding: 26px 105px;
  line-height: 1.2;
  margin-top: 33px;
  cursor: pointer; 
}
#content1 .position2 > div > a:hover{
  background: #fff;
  color: #b8cc52;
  transform: translateY(-15px);
}
#content1 .position2 > div > a > svg{
  position: absolute;
  right: 28px;
  top: 47px;
  transform: rotate(-90deg);
 
}
#content1 .position2 > div > a > svg g{
   fill: #fff;
}
#content1 .position2 > div > a:hover > svg g{
   fill: #b8cc52;
}
/*# sourceMappingURL=commons.css.map */

.modal-backdrop {
  display: none;
}

.modal-open .modal {
  background: #124747;
  z-index: 110;
}

.modal-dialog {
  max-width: 1280px;
  margin: 20px auto;
}

.modal-content {
  border-radius: 0;
  background: none;
  border: 0;
}
.modal-content .close {
  position: absolute;
  right: -140px;
  opacity: 1;
  z-index:10;
}

.modal .title-box {
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  font-size: 58px;
}
.modal .title-box span{
  font-weight: 800;
}
.modal .title-box span:nth-child(1){
  color: #b8cc52;
}
.modal .title-box span:nth-child(3){
  color:#e1b736
}
.modal .title-box .line{
  background: linear-gradient(0deg, #b8cc52 0%, #50b354 100%);
  height: 1px;
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}
.modal .title-box .line:before,.title-box .line:after{
  content:"";
  width:6px;
  height:6px;
  border-radius:6px;
  position:absolute;
  top: -2.5px;
}
.modal .title-box .line:before{
  background:#b8cc52;
  left:0;
}
.modal .title-box .line:after{
  background:#50b354;
  right:0;
}

.modal .list {
  font-size: 0;
  margin-bottom: 45px;
}



.modal .list li {
  display: inline-block;
  width: 33%;
  text-align: center;
  cursor: pointer;
}

.modal .list li .cycle-box {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 180px;
  border: 5px solid #bfbfbf;
  margin: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border 0.5s;
}
.modal .list li .cycle-box img.default{
  width: 260px;
  margin: 85px auto;
  display: block;

}
.modal .list li .cycle-box img.hover-img{
  width:100%;
  margin:auto;
}
.modal .list li .cycle-box .hover-img,.modal .list li .cycle-box .hover-check {
  display: none;
}
.modal .list li .text-box {
    text-align: center;
    width: 360px;
    margin: auto;
    margin-top: 15px;
}

.modal .list li .text-box p {
    font-weight: 800;
    font-size: 40px;
    color: #bfbfbf;
    text-align: center;
    display: inline-block;
    margin: auto;
    transition: color 0.5s;
}
.modal .list li:hover .text-box p, .modal .list li.active .text-box p {
  color: #b8cc52;
}
.modal .list li .text-box p span {
    display: block;
    text-align: left;
    font-size: 16px;
    font-family: 'VisbyCF';
    font-weight: 900;
    letter-spacing: 1px;

}
.modal .list li .text-box>span{
  font-size: 18px;
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.3;
  display: block;
  margin-top: 15px;
}
.modal .list li .text-box>span .info{
  color:#b8cc52;
  display:block;
  font-size:18px;
  position: absolute;
}
.modal .list li:hover,.modal .list li:active{
  
}
.modal .list li:hover .cycle-box, .modal .list li.active .cycle-box {
    border-color: #b8cc52;
}

.modal .list li.active .cycle-box .hover-check {
    opacity: 1;
}

.modal .list li .cycle-box .hover-check {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #b8cc52;
    padding: 10px 0;
    opacity: 0;
    display: block;
    transition: opacity 0.5s;
    
}

.modal .list li:hover .cycle-box img.default,.modal .list li.active .cycle-box img.default {
    display: none;
}

.modal .list li:hover .cycle-box img.hover-img, .modal .list li.active .cycle-box img.hover-img {
    display: block;
}
.modal .foot {}

.modal .foot>p {
    font-weight: 300;
    color:#d8d8d8;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    width: 880px;
    margin: auto;

}

.modal .foot>div {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(4, 98, 98);
    background-color: rgb(9, 35, 35);
    border-radius: 60px;
    position: relative;
    padding: 20px 40px;
    
}

.modal .foot>div .tip {
    color: #fff;
    position: absolute;
    background: #046262;
    border-radius: 14px;
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 300;
    top: -23px;
    left: 34px;
  
}

.modal .foot>div li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 300;

}

.modal .foot>div li:last-child {
    margin-bottom: 0;
}

.modal .foot>div li span {
    font-weight: 500;
    margin-right: 10px;
    
}

.modal .foot>div li em {
    color: #b8cc52;
}

.modal .foot>div li em:nth-child(3) {
  color: #e1b736;
}
.modal .foot>div ul {
    display: inline-block;
}

.modal .foot>div a {
    display: inline-block;
    border-radius: 50px;
    background: #e1b736;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    position: absolute;
    width: 350px;
    right: 9px;
    padding: 30px 0;
    text-align: center;
    top: 50%;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: -50px;

    
}
.modal .foot>div a:hover {
  color: #e1b736;
  background:#fff;
}

.modal .foot>div a svg {
    position: absolute;
    right: 27px;
    top: 40px;
    transform: rotate(-90deg);

}
.modal .foot>div a svg g{
  fill:#fff

}
.modal .foot>div a:hover svg g{
  fill:#e1b736

}
#content2{background: #fff;padding: 80px 0;
  height: 100%;
}
#content2 p{
  font-size: 72px;
  font-weight: 800;
  color: #282828;
  
}
#content2 p.color1{
  
}
#content2 p.color1>span{
  font-weight: 800;
}
#content2 p.color1>span:nth-child(1){
  color: #e4ba28;
}
#content2 p.color1>span:nth-child(2){
  color: #b8cc52;
}
#content2 p.color1 .line{
      background: linear-gradient(0deg, #b8cc52 0%, #50b354 100%);
      height: 1px;
      margin: 10px 0;
      position: relative;
      display: block;
}
#content2 p.color1 .line:before,
#content2 p.color1 .line:after{
  content:"";
  width:6px;
  height:6px;
  border-radius:6px;
  position:absolute;
  top: -2.5px;
}
#content2 p.color1 .line:before{
  background:#b8cc52;
  left:0;
}
#content2 p.color1 .line:after{
  background:#50b354;
  right:0;
}

#content2 p.color2{
  text-align: right;
  margin-bottom: 40px;
}
#content2 p.color2>span{
  font-weight: 800;
  color: #50b354;
}
/* #content2 .movie-box{
  height:572px;
} */

#content2 .movie-box {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#content2 .movie-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}



#content3{
  content: "";
  background-image: url("../images/bg1.png?bust=20210526");
  background-color: #d9b8a8;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top;
  background-position-x: center;
  /* height: 100vh; */
  height:100%;
  max-height: 937px;
}
#content3 .datum-point{
  padding-top: 180px;
}
#content3 .datum-point .text-box{
    text-align: center;
    position: relative;
}
#content3 .datum-point .text-box .text1{
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0;
    
}
#content3 .datum-point .text-box .text2{
    font-weight: 800;
    font-size: 120px;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 30px;
    opacity: 0;
    animation-delay: 0.5s;

}
#content3 .datum-point .text-box .text2 span{
    font-weight: 800;
    color: #b8cc52;
}
#content3 .datum-point .text-box a{
  width: 200px;
  text-align: center;
  font-weight: 600;
  font-family: 'VisbyCF';
  color: #000;
  background: #b8cc52;
  display: inline-block;
  margin: auto;
  font-size: 30px;
  border-radius: 20px;
  padding: 5px;
  position: relative;
  animation-delay: 1s;
 
}
#content3 .datum-point .text-box a+.line{
    content: "";
    background: #b8cc52;
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 450px;
    
}
#content3 .datum-point .text-box a.animate__fadeInDown+.line{
  animation-name:updownline;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes updownline {
  /* keyframe */
  0% {
    bottom: 0;
  }
  50% {
    bottom: 0;
  }
  70% {
    bottom: 0;
  }
  /* keyframe */
  100% {
    bottom:-400px;
   
  }
}

#content4{
  content: "";
  background-image: url("../images/bg2.png");
  background-color: #ca7f95;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  /* height: 100vh; */
  height:100%;
  max-height: 937px;
}
#content4 .datum-point{
    padding-top: 200px;   
}


#content4 .datum-point .text-box a{
  width: 200px;
  text-align: center;
  font-weight: 600;
  font-family: 'VisbyCF';
  color: #000;
  background: #50b354;
  display: inline-block;
  margin: auto;
  font-size: 30px;
  border-radius: 20px;
  padding: 5px;
  position: relative;
  animation-delay: 1s;
  opacity: 0;

}
#content4 .datum-point .text-box .line{
  content: "";
  background: #50b354;
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 0;
  height:0;
  z-index:0;
}
#content4 .datum-point .text-box a.animate__fadeInDown+.line{
    animation-name:updownline2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}
#content4 .datum-point .text-box a.animate__fadeInDown+.line.ver_1440{
  animation-name:updownline3;
}
@keyframes updownline2{
  /* keyframe */
  0% {
    height: 0;
  }
  /* keyframe */
  100% {
    height: 200px;
  
  }
}
@keyframes updownline3{
  /* keyframe */
  0% {
    height: 0;
  }
  /* keyframe */
  100% {         
    height:150px;
  }
}
#content4 .datum-point .text-box{
    text-align: center;
    /* position: relative; */
}
#content4 .datum-point .text-box .text1{
    font-weight: 800;
    font-size: 120px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    opacity: 0;
    animation-delay: 1.5s;
    
}
#content4 .datum-point .text-box .text1 span{
  color: #50b354;
  font-weight: 800;
}
#content4 .datum-point .text-box .text2{
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 30px;
    opacity: 0;
    animation-delay: 2s;
    
}
#content4 .datum-point .text-box .text2 span{
    font-weight: 800;
    color: #b8cc52;
}
#content5{
  background: #fff;
  /* height: 100vh; */
  height:100%;
}
#content5 .datum-point{
  padding-top: 54px;
  padding-bottom:54px;

}
#content5 .datum-point>p{
  text-align: center;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: -1.5px;
  line-height: 1.2;
  animation-delay: 0s;
  
}

#content5 .datum-point>p span{
  font-weight: 700;
}
#content5 .datum-point>p span:nth-child(1){
  color: #b8cc52;
}
#content5 .datum-point>p span:nth-child(2){
  color: #fff;
  background: #b8cc52;
  display: inline-block;
  line-height: 1.2;
}
#content5 .datum-point>p span:nth-child(3){
  color:#e1b736;
}
#content5 .datum-point>p span:nth-child(4){
  color: #50b354;
}
#content5 .datum-point>p span:nth-child(5){
  background: #50b354;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
}
#content5 .datum-point>.content-box{overflow: hidden;font-size: 0;}
#content5 .datum-point>.content-box .row{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
}
#content5 .datum-point>.content-box .row .clip-box p{
  background: linear-gradient( 90deg, rgb(184,204,82) 0%, rgb(80,179,84) 100%);
  width: 400px;
  height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 200px;
  left: 50%;
  top: 300px;
  margin-left: -200px;
  z-index: 3;
  padding: 14px 0;
  font-size: 28px;
  border-radius: 200px;
  font-family: 'SCDream';
  font-weight: 600;
  line-height: 50px;
}
#content5 .datum-point>.content-box .row .clip-box p img{
  width:auto;
  margin: auto;
  display: block;
}
#content5 .datum-point>.content-box .row>p{
  font-weight:600;
  font-size:32px;
  color:#000;
  text-align:center;
  width: 100%;
  display: block;
  clear: both;
 
}
#content5 .datum-point>.content-box .row>p span{
  font-weight:600;
}
#content5 .datum-point>.content-box .row .clip-box .line{
  background: linear-gradient( 90deg, rgb(184,204,82) 0%, rgb(80,179,84) 100%);
  height: 2px;
  position: absolute;
  width: 970px;
  left: 50%;
  margin-left: -485px;
  z-index: 1;
  top: 325px;

}
#content5 .datum-point>.content-box .row .clip-box p,
#content5 .datum-point>.content-box .row .clip-box .line{
  opacity:0;
  animation-delay: 0s;
}
#content5 .datum-point>.content-box .row .clip-box .line::before,
#content5 .datum-point>.content-box .row .clip-box .line::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: -2.5px;
}
#content5 .datum-point>.content-box .row .clip-box .line::before {
  background: #b8cc52;
  left: 0;
}
#content5 .datum-point>.content-box .row .clip-box .line::after {
  background: #50b354;
  right: 0;
}
#content5 .datum-point>.content-box .row>.box-box{
    /* float: left; */
    display: inline-block;
}
#content5 .datum-point>.content-box .row>.box-box:nth-child(2){
 float:left;
}
#content5 .datum-point>.content-box .row>.box-box:nth-child(3){
  float:right;
}
#content5 .datum-point>.content-box .row>.box-box.text-right{
  margin-left: 320px;
}
#content5 .datum-point>.content-box .row .box-box .left{
      animation-delay: 0.5s;
}
#content5 .datum-point>.content-box .row .box-box .right{
      animation-delay: 1.5s;
}
#content5 .datum-point>.content-box .row .box-box .box{
  text-align: center;
  margin: 20px auto;
  position: relative;
  margin-bottom: 40px;
  vertical-align: top;
}
#content5 .datum-point>.content-box .row .box-box .box .img-box{
    border-radius: 320px;
    height: 640px;
    width: 640px;
    text-align: center;
    margin-bottom: 0;
    /* border: 1px solid #000; */
}
#content5 .datum-point>.content-box .row .box-box .box .img-box img{
    width: 100%;
    height: 100%;
}
#content5 .datum-point>.content-box .row .box-box .box .text-box{
    position: absolute;
    right: 20px;
    bottom: 0;
}
#content5 .datum-point>.content-box .row .box-box:nth-child(3) .box .text-box{
    left: 32px;
}
#content5 .datum-point>.content-box .row .box-box .box .text-box p{
    font-size: 65px;
    font-weight: 600;
    font-family: 'VisbyCF';
    color: #000;
    text-align: right;
    
}
#content5 .datum-point>.content-box .row .box-box .box .text-box p span{}
#content5 .datum-point>.content-box .row .box-box .box .text-box>span{letter-spacing: -1.5px;}
#content5 .datum-point>.content-box .row .box-box:nth-child(2) .box .text-box p span,
#content5 .datum-point>.content-box .row .box-box:nth-child(2) .box .text-box >span{
   color: #b8cc52;
}
#content5 .datum-point>.content-box .row .box-box:nth-child(3) .box .text-box p span,
#content5 .datum-point>.content-box .row .box-box:nth-child(3) .box .text-box >span{
    color: #50b354;
}
#content5 .datum-point>.content-box .row .box-box:nth-child(2) .box .text-box p span,
#content5 .datum-point>.content-box .row .box-box:nth-child(3) .box .text-box p span{
  font-family: 'VisbyCF';
  font-weight: bold;
}
#content5 .datum-point>.content-box .row .box-box:nth-child(2) .box .text-box >span{

}
.color1{
  color: #50b354;
}
.color2{
  color: #b8cc52;
}
.color3{
  color: #e1b736;
}

#content5 .datum-point>p,#content5 .datum-point>.content-box .row .col>.box{
  /* opacity:0; */
}
#content6{background-size: auto 100%;background-position: center;background-repeat: no-repeat;height: 100vh;}
#content6>.bg{
  width:100%;
  height:100%;
  background-size: auto 100%;
  background-position: top;
  background-position-x: center;
  background-repeat: no-repeat;
  position: absolute;
  left:0;
  top:0;
  opacity: 0;
}
#content6>.bg.d-block{
  opacity: 1;
}
#content6>.bg:nth-child(1){background-image: url('../images/bg6.png');}
#content6>.bg:nth-child(2){background-image: url('../images/img5-3.png');}
#content6>.bg:nth-child(3){background-image: url('../images/img4-3.png');}
#content6>.bg:nth-child(4){background-image: url('../images/img3-3.png');}

#content6 .datum-point{
  padding-top: 100px;
  position:relative;
  z-index:10 
}
#content6 .datum-point>p{
  font-weight: 800; 
  font-size: 80px; 
  color: #fff;
  letter-spacing: -2px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content6 .datum-point p span{
   line-height: 1;
   display: inline-block;
   font-weight: 800;
   letter-spacing: -2px;
}
#content6 .datum-point>p>span:nth-child(1){
 color: #50b354;
}
#content6 .datum-point>p>span:nth-child(2){
  color: #b8cc52;
}
#content6 .datum-point>p>span:nth-child(4){
  color: #e4ba28;
}
#content6 .datum-point ul{
  font-size: 0;
  margin-bottom: 50px;
}
#content6 .datum-point ul li{
  display: inline-block;
  margin-right: 100px;
  position: relative;
}
#content6 .datum-point ul li .number{
  font-family: 'VisbyCF';
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  position: absolute;
  letter-spacing: 1px;
  left: 0;
  top: 0;
}
#content6 .datum-point ul li .img-box{
  width: 140px;
  height: 140px;
  border-radius: 70px;
  border: 1px solid #fefefe;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 0;
  /* overflow: hidden; */
  cursor: pointer;
}
#content6 .datum-point ul li:hover .img-box,
#content6 .datum-point ul li.active .img-box,
#content6 .datum-point ul li:nth-child(1).active2 .img-box{
  border-width: 5px;
  border-color: #e4ba28;
}
#content6 .datum-point ul li .img-box>img{
  vertical-align: middle;
}
#content6 .datum-point ul li .img-box>.default{
  margin: 40px 0px;
  width: 100%;
  padding: 10px 20px;
}
#content6 .datum-point ul li .img-box .hover-img{
  display: none;
}
#content6 .datum-point ul li:hover .img-box .hover-img,
#content6 .datum-point ul li.active .img-box .hover-img,
#content6 .datum-point ul li:nth-child(1).active2 .img-box .hover-img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 130px;
}
#content6 .datum-point ul li:hover .img-box .default,
#content6 .datum-point ul li.active .img-box .default,
#content6 .datum-point ul li:nth-child(1).active2 .img-box .default{
  display:none;
}
#content6 .datum-point ul li .img-box .serch-cehck-img-box{
  width: 30px;
  height: 30px;
  background: #e7bd1d;
  border-radius: 30px;
  position: absolute;
  text-align: center;
  padding: 8px;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#content6 .datum-point ul li .img-box .serch-cehck-img-box .default{
  
}
#content6 .datum-point ul li .img-box .serch-cehck-img-box .hover-img{
  
}
#content6 .datum-point ul li .text-box{
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 10px;
}
#content6 .datum-point ul li .text-box p{
  
}
#content6 .datum-point ul li:hover,
#content6 .datum-point ul li.active{
  
}
#content6 .datum-point .detail-box{overflow: hidden; opacity:0; animation-delay: 0.5s;}
#content6 .datum-point .detail-box .img-box{
  width: 31.58%;
  height: 360px;
  display: inline-block;
  vertical-align: top;
  border: 10px solid #e4ba28;
  border-radius: 240px;
  background: #fff;
  text-align: center;
  /* display: flex; */
  float: left;
  /* align-items: center; */
  /* justify-content: center; */

}
#content6 .datum-point .detail-box .img-box img{max-width: 100%;height: 100%;}
#content6 .datum-point .detail-box .img-box .show1,
#content6 .datum-point .detail-box .img-box .show2,
#content6 .datum-point .detail-box .img-box .show3{
  display:none
}
#content6 .datum-point .detail-box .text-box{
  float: left;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 90px;

}
#content6 .datum-point .detail-box .text-box.show1,
#content6 .datum-point .detail-box .text-box.show2,
#content6 .datum-point .detail-box .text-box.show3{
  display:none;
}
#content6 .datum-point .detail-box .text-box p{
  font-size: 48px;
  font-weight: 800;
  color: #e4ba28;

}
#content6 .datum-point .detail-box .text-box>p span{
  display: block;
  font-family: 'VisbyCF';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
#content6 .datum-point .detail-box .text-box>span{
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: -1.5px;
  line-height: 1.3;

}

#content6 .datum-point .detail-box .text-box>span .warning{
  display: block;
  font-size: 16px;
  color: #e4ba28;
  letter-spacing: -1px;
  margin: 5px 0;
}
#content6 .datum-point .detail-box .text-box>span .danger{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  color: rgb(255 255 255 / 0.6);
  position: relative;
  padding-left: 10px;
  text-align: left;
  display: block;
  line-height: 1.5;
  margin-top:10px;
}
#content6 .datum-point .detail-box .text-box>span .danger:before{
  content:"";
  width:1px;
  height: 100%;
  background: rgb(255 255 255 / 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#content7{
  /* height:1200px; */
  height: 100vh;
}
#content7 .swiper-slide{
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;
    position: relative;
}
#content7 .swiper-slide:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: rgb(0 0 0 / 0.1);
  z-index:1;
}
#content7 .swiper-slide .text-box{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    width: 1280px;
    margin: 0;
}
#content7 .swiper-slide .text-box .line{

    position: absolute;
 
}
#content7 .swiper-slide .text-box .line p {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
}
#content7 .swiper-slide .text-box>img{
  width:100%;
  max-width:1280px;
}
#content7 .swiper-slide .text-box .line.top{
  top:0;
}
#content7 .swiper-slide .text-box .line.bottom{
  bottom:0;
}
#content7 .swiper-slide .text-box .line>img{
  width:100%;
  max-width:1280px;
}
#content7 .swiper-slide .text-box .line::before,
#content7 .swiper-slide .text-box .line::after{
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  top: -2px;
  display:none;
}
#content7 .swiper-slide .text-box .line::before{
    left: 0;
}
#content7 .swiper-slide .text-box .line::after{
    right: 0;
}
#content7 .swiper-slide .text-box p{
 margin: 20px 0;
 font-size: 70px;
 font-weight: 800;
 letter-spacing: -1.5px;
 color: #fff;

}
#content7 .swiper-pagination{
  bottom: 100px;
}
#content7 .swiper-pagination-bullet{
  background: none;
  opacity: 1;
  width: 25px;
  height: 25px;
  position: relative;
 }
#content7 .swiper-pagination-bullet:after{
  content:"";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: 50%;
  margin-left: -2.5px;
}

#content7 .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
  content:"";
  width:2px;
  height:2px;
  width: 25px;
  position: absolute;
  height: 25px;
  top: 0;
  border-radius: 25px;
  border: 1px solid #fff;
  left: 0;
}
#content8{
  background-image: url('../images/bg4.png');
  text-align: center;
  background-position: center;
  background-size: auto 100%;
  height: 110vh;
  /* height:110%; */
}
#content8 .datum-point{padding-top: 17.666666666666668vh;padding-top: 165px;}
#content8 .datum-point .move-img{
  /*animation: goods_ani 2.4s infinite;*/
  width: auto;
  margin: auto;
  /* margin-bottom: 13.833333333333334vh; */
  margin-bottom: 15.833333333333334vh;
  /* margin-bottom: 15%; */
  opacity: 0;

}
@-webkit-keyframes goods_ani{
	0% {-webkit-transform:translateY(0%);}
	50% {-webkit-transform:translateY(4%);}
	100% {-webkit-transform:translateY(0%);}
}
@-moz-keyframes goods_ani{
	0% {-moz-transform:translateY(0%);}
	50% {-moz-transform:translateY(4%);}
	100% {-moz-transform:translateY(0%);}
}
@-o-keyframes goods_ani{
	0% {-o-transform:translateY(0%);}
	50% {-o-transform:translateY(4%);}
	100% {-o-transform:translateY(0%);}
}
@keyframes goods_ani{
	0% {transform:translateY(4%);}
	50% {transform:translateY(0%);}
	100% {transform:translateY(4%);}
}
#content8 .datum-point .move-img img{
  height: 24vh;
  height: 224px;
}
#content8 .datum-point .text-box{

}
#content8 .datum-point .text-box>p{
  font-size: 5.833333333333333vh;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px;
}
#content8 .datum-point .text-box>p>span{
  color: #046262;
  font-weight: 800;
  display: inline-block;
  vertical-align: top;
}
#content8 .datum-point .text-box>span{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #046262;
  display: block;
  line-height: 1.3;
  margin-bottom: 45px;
  font-size: 2.3333333333333335vh;
  font-size: 21px;
}
#content8 .datum-point .text-box>a{
  width: 43.333333333333336vh;
  height: 10vh;
  width: 406px;
  height: 93px;
  background: #046262;
  border-radius: 60px;
  display: inline-block;
  font-size: 2.5vh;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  padding: 0;
  text-align: center;
  position: relative;
  line-height: 93px;
  transition: all 0.5s;
  cursor: pointer;
  }
#content8 .datum-point .text-box>a svg{position: absolute;right: 45px;top: 38px;transform: rotate(-90deg);}
#content8 .datum-point .text-box>a svg g{
  fill:#fff;
}
#content8 .datum-point .text-box>a:hover svg g{
  fill:#046262;
}
#content8 .datum-point .text-box>a:hover{
  color: #046262;
  background: #fff;
  transform: translateY(-15px);
}
#content9{height: 110vh;background: #fff;}

#content9 .pos-slider {}

#content9 .fixed-label{
  position: absolute;
  top: 0;
  left: 320px;
  padding: 20px 10px;
  width: 300px;
  height: 315px;
  border-radius: 0 0 150px 150px;
  background: #046262;
  z-index: 10;
  text-align: center;
  
}
#content9 .fixed-label>p{
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -2.5px;
  margin-bottom: 10px;

}
#content9 .fixed-label>p span:nth-child(1){
  font-weight: 800;
  color: #e1b736;
  letter-spacing: -2px;
}
#content9 .fixed-label>p span:nth-child(3){
  color: #b8cc52;
  font-weight: 800;
  letter-spacing: -2px;
}
#content9 .fixed-label>span{font-weight: 500;
  font-size: 15px;
  letter-spacing: -1.5px;
  color: #fff;line-height: 1.5;
  }
#content9 .swiper-container{width: 1151px;float: left;background: #000;}
#content9 .swiper-container .swiper-slide{
  background-position: top;
  background-size:100% auto;
  background-repeat: no-repeat;
}
#content9 .text-box{
  /* width: 645px; */
  min-width:462px;
  margin: auto;
  z-index: 10;
  margin-left: 0;
  /* top: 0; */
  /* right: 106px; */
  overflow: hidden;
  height: 100%;
  float: left;
  vertical-align: top;
  z-index: 10;
  position: relative;
  }
#content9 .text-box .box{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #fff; */
  padding-top: 45px;
  padding-left: 20px;
  vertical-align: top;

}
#content9 .text-box .box.trans{
  opacity:1;
  z-index: 10;
}

#content9 .text-box .box .top{
  vertical-align: top;
  height: 350px;
  animation-delay:0s;

}
#content9 .text-box .box .top p{
  font-weight: 800;
  font-size: 49px;
  color: #000;

}
#content9 .text-box .box .top span{
  color: rgb(0 0 0 / 0.6);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1px;
  display: block;
  line-height: 1.3;
  margin: 10px 0;

}
#content9 .text-box .box .middle{
    height: 300px;
    animation-delay:0.5s;
    
}
#content9 .text-box .box .middle img{
  height: 140px;
  display: block;

}
#content9 .text-box .box .middle span{
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 20px;
  border-radius: 10px;
  background: #b8cc52;
  text-align: center;
  margin: 10px 0;
  line-height: 20px;
  position: relative;
  z-index: 10;
  
}
#content9 .text-box .box .middle span:after{
  content:"";
  width: 300px;
  height:1px;
  background: #b8cc52;
  position:absolute;
  left: 100px;
  top: 50%;
  margin-top: -0.5px;
  z-index: 1;
 
}
#content9 .text-box .box .middle p{
  color: #b8cc52;
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;
  letter-spacing: -1px;
}
#content9 .text-box .box .bottom{

}
#content9 .text-box .box .bottom>p{
  color: #b8cc52;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -1.5px;
  
}
#content9 .text-box .box .bottom>p span{
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
#content9 .text-box .box .bottom>span{
  font-weight: 400;
  font-size: 16px;
  color: rgb(0 0 0 / 0.6);
  display: block;
  margin-top: 10px;
  letter-spacing: -1px;

}
#content9 .text-box .box .bottom>a{
    width: 400px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: -1.5px;
    font-size: 30px;
    font-weight: 800;
    background: #b8cc52;
    display: inline-block;
    margin-top: 30px;
    position: relative;
    line-height: 100px;
    transition:all 0.5s;
    cursor:pointer;
    
}

#content9 .text-box .box .bottom>a:hover{
      transform: translateY(-15px);
      color: #b8cc52;
      background: #fff;
      border:1px solid #b8cc52

}
#content9 .text-box .box .bottom>a:hover svg g{
  fill:#b8cc52
}
#content9 .text-box .box .bottom>a svg{
  transform: rotate(-90deg);
  position: absolute;
  top: 40px;
  right: 15px;
}
#content9 .text-box .box .bottom>a svg g{
  fill:#fff;
}
#content9 .text-box .box .bottom>a img{}
#content9 .text-box .box:nth-child(2) .middle span,
#content9 .text-box .box:nth-child(2) .middle span:after,
#content9 .text-box .box:nth-child(2) .bottom>a{
  background-color: #e1b736;
}

#content9 .text-box .box:nth-child(2) .middle p,
#content9 .text-box .box:nth-child(2) .bottom>p {
  color: #e1b736;
}
#content9 .text-box .box:nth-child(3) .middle span,
#content9 .text-box .box:nth-child(3) .middle span:after,
#content9 .text-box .box:nth-child(3) .bottom>a{
  background-color: #50b354;
}

#content9 .text-box .box:nth-child(3) .middle p,
#content9 .text-box .box:nth-child(3) .bottom>p {
  color: #50b354;
}
#content9 .text-box .box:nth-child(2) .bottom>a:hover{
      color: #e1b736;
      background: #fff;
      border:1px solid #e1b736;
}
#content9 .text-box .box:nth-child(2) .bottom>a:hover svg g{
    fill:#e1b736
}
#content9 .text-box .box:nth-child(3) .bottom>a:hover{   
      color: #50b354;      
      border:1px solid #50b354;
     background: #fff;
}
#content9 .text-box .box:nth-child(3) .bottom>a:hover svg g{
    fill:#50b354
}
#content9 .swiper-pagination{
    text-align: center;
    width: 100%;
    bottom: 79px;
}
#content9 .swiper-pagination .swiper-pagination-bullet{width: 200px;height: 30px;opacity: 1;background: none;border-radius: 0;position: relative;text-align: left;}
#content9 .swiper-pagination .swiper-pagination-bullet .line{width: 100%;height: 2px;background: #fff;display: block;position: absolute;bottom: 0;}
#content9 .swiper-pagination .swiper-pagination-bullet .line::before,#content9 .swiper-pagination .swiper-pagination-bullet .line::after{
  content:"";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 10;
}
#content9 .swiper-pagination .swiper-pagination-bullet .line::after{
  content:"";
  right: 0;
  left: auto;
}
#content9 .swiper-pagination .swiper-pagination-bullet::before{
  content:"";
  color: #fff;
  font-size: 16px;
  font-family: 'VisbyCF';
  font-weight: 600;
  vertical-align: top;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 4px;
}
#content9 .swiper-pagination .swiper-pagination-bullet::after{
  content:"";
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  margin-left: 29px;
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .line .gauge{background: #b8cc52;}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .line .gauge{background: #e1b736;}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .line .gauge{background: #50b354;}
#content9 .swiper-pagination .swiper-pagination-bullet .line .gauge{
  position:absolute;
  left:0;
  width: 100%;
  top:0;
  height: 100%;
  /* right: 0; */
}
/*
#content9 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .line .gauge{
  animation: gauge 8s forwards;
}
*/
/*
@keyframes gauge{
	0% {width:0;}  
	100% {width:100%;}
}
*/
/*
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .line .gauge{background: rgb(184 204 82 / 1);}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .line .gauge{background: rgb(225 183 54 / 1);}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .line .gauge{background: rgb(80 179 84 / 1);}
*/
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1)::before{
  content:"01"
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before{
  content:"02"
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3)::before{
  content:"03"
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1)::after{
  content:"주거"
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2)::after{
  content:"교육"
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3)::after{
  content:"자립"
}
#content9 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{

}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{outline: none;}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active::before,
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active::after {
    color: #b8cc52;
}

#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .line::before,
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .line::after {
    background: #b8cc52;
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{outline: none;}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::before,
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active::after {
    color: #e1b736;
}

#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .line::before,
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .line::after {
    background: #e1b736;
}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{outline: none;}
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active::before,
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active::after {
    color: #50b354;
}

#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .line::before,
#content9 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .line::after {
    background: #50b354;
}

#content10 {
  position: relative;
  background-color: #000;
  background-image: url("../images/bg5.png");
  background-size: auto 100%;
  background-position-x: center;
  background-repeat: no-repeat;
  background-position-y: top;
  height:100vh;
}

#content10 .datum-point {
  z-index: 10;
  height: 100%;
}

#content10 .position1 {
  padding: 50px 0;
  overflow: hidden;
}

#content10 .position1 .oveflow-hidden > p {
  /* font-size: 30px; */
  font-weight: 500;
  color: #fff;
  float: left;
  height: 51px;
}
#content10 .position1 .oveflow-hidden > p img{
  margin: 11px 0;
}

#content10 .position1 .oveflow-hidden > p > span {
  float: left;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  top: 8px;
}

#content10 .position1 .oveflow-hidden > p > span:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#b8cc52), to(#50b354));
  background: linear-gradient(0deg, #b8cc52 0%, #50b354 100%);
  bottom: -4px;
}

#content10 .position1 .oveflow-hidden > p > span > em {
  font-weight: 700;
}

#content10 .position1 .oveflow-hidden > p > span > em::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 6px;
  bottom: -6px;
  content: "";
}

#content10 .position1 .oveflow-hidden > p > span > em:nth-child(1) {
  color: #b8cc52;
}

#content10 .position1 .oveflow-hidden > p > span > em:nth-child(1)::before {
  background-color: #b8cc52;
  left: 0;
}

#content10 .position1 .oveflow-hidden > p > span > em:nth-child(2) {
  color: #50b354;
}

#content10 .position1 .oveflow-hidden > p > span > em:nth-child(2)::before {
  background-color: #50b354;
  right: 0;
}

#content10 .position1 .oveflow-hidden > div {
  float: right;
}
#content10 .position2 a {
  background: #50b354;
  font-size: 30px;
  font-weight: 700;
  width: 480px;
  height: 120px;
  position: relative;
  color: #fff;
  text-align: left;
  margin-right: 0;
  display: block;
  border-radius: 60px;
  padding: 26px 105px;
  line-height: 1.2;
  margin-top: 33px;
  cursor: pointer;
  float: right;
  transition: all 0.5s;
 
}
#content10 .position2>span{
  position: absolute;
  right: 0;
  bottom: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing:0;
}
#content10 .position2 a > svg {
  position: absolute;
  right: 28px;
  top: 47px;
  transform: rotate(-90deg);

}
#content10 .position2 a > svg g{
  fill:#fff;
}
#content10 .position2 a:hover > svg g{
  fill:#50b354;
}
#content10 .position2{
  margin-top: 250px;
}
#content10 .position2 a:hover{
  color: #50b354;
  background: #fff;
  transform: translateY(-15px);
}
#content10 .position2 .text1{font-weight: 800;font-size: 70px;letter-spacing: -5px;color: #fff;}
#content10 .position2 .text1 span{
  color: #b8cc52;
  font-weight: 800;
  letter-spacing: -1px;
  position: relative;
}
#content10 .position2 .text1 span:after{
  content:"CHANCE";
  font-size:25px;
  font-family: 'VisbyCF';
  font-weight: 600;
  position: absolute;
  color: #000;
  background: #b8cc52;
  width: 130px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  bottom: -25px;
  left: 0;
  z-index: 1;
}
#content10 .position2 .line{background: linear-gradient( 0deg, rgb(184,204,82) 0%, rgb(80,179,84) 100%);width: 100%;height: 1px;position: relative;margin: 22px 0;}
#content10 .position2 .line::before,
#content10 .position2 .line:after{
  content:"";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  top: -3px;
}
#content10 .position2 .line::before{background: #b8cc52;left:0;}
#content10 .position2 .line:after{background: #b8cc52;right:0;}
#content10 .position2 .text2{font-weight: 800;font-size: 70px;letter-spacing: -1.5px;color: #fff;text-align: right;letter-spacing: -5px;}
#content10 .position2 .text2 span{
  color: #50b354;
  font-weight: 800;
  letter-spacing: -1px;
  position: relative;
}
#content10 .position2 .text2 span:before{
  content: "CHANGE";
  font-size:25px;
  font-family: 'VisbyCF';
  font-weight: 600;
  position: absolute;
  color: #000;
  background: #50b354;
  width: 130px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  top: -25px;
  left: 0;
  z-index: 1;
}
#content7 .btn-box, #content9 .btn-box {
    width: 1700px;
    position: absolute;
    left: 50%;
    margin-left: -850px;
    height: 50px;
    top: 50%;
    z-index: 100;
    margin-top: -25px;
}
#content7 .swiper-button-prev,
#content7 .swiper-button-next,
#content9 .swiper-button-prev,
#content9 .swiper-button-next{
  background-image:none;
  position: static;
  margin: auto;
  padding: 0;
}
#content7 .swiper-button-prev, #content7 .swiper-button-next, #content9 .swiper-button-prev, #content9 .swiper-button-next{/* opacity: 1 !important; */position: static;width: auto;height: auto;}
#content7 .swiper-button-prev,#content9 .swiper-button-prev{float: left;}

#content7 .swiper-button-next,#content9 .swiper-button-next{
  float: right;
}

#content11 {
  position: relative;
  background-color: #d7d5da;
  background-image: url("../images/bg7.png");
  background-size: auto 100%;
  background-position-x: center;
  background-repeat: no-repeat;
  background-position-y: top;
  height:100vh;
}

/*footer*/
#footer{width:100%;background:#5f5e5d;min-width:1000px;letter-spacing:0 }
#footer.content{
  height: auto;
  overflow: hidden;
  max-height: inherit;
}
#footArea{width:1000px;margin:0 auto;padding:30px 0 25px 0;position:relative}
#footArea .foot_logo{float:left;margin-right:40px}
#footArea .foot_info{float:left;width:650px;padding-top:2px}
#footArea .foot_cont{float:right}
#footArea .foot_logo{margin-bottom:25px}
#footArea .footer_nav{height:19px;margin-bottom:20px}
#footArea .footer_nav li{float:left;margin-right:9px;padding-right:10px;background:url('/resources/images/common/line/line_v_footer.gif') no-repeat right 2px}
#footArea .footer_nav li.bgNone{margin-right:0;padding-right:0;background:none}
/* #footArea .footer_nav li.mobile_web{margin:-6px 0 0 9px;padding:0;text-align:center;background:none}
#footArea .footer_nav li.mobile_web a{display:inline-block;width:90px;height:24px;line-height:24px;border:2px solid #888;border-radius:30px;color:#fff} */
#footArea .footer_nav li a{font-size:14px;color:#eaeaea}
#footArea .footer_nav li.individual a{color:#eaeaea;font-weight:bold}
#footArea address{margin-bottom:10px;font-size:12px;color:#eaeaea}
#footArea address span{display:inline-block;margin:0 3px 10px 0;padding-right:8px;;background:url('/resources/images/common/line/line_v_footer.gif') no-repeat right 2px}
#footArea address span.bgNone{margin-right:0;padding-right:0;background:none}
#footArea .copyright{font-size:12px;color:#eaeaea}
#footArea .copyright strong{display:inline-block;margin-left:15px;font-size:14px;font-weight:normal}
#footArea .copyright strong>span{font-family:'Montserrat'}
#footArea .foot_etc{float:right}
#footArea .foot_snsList{margin:-5px 0 10px 0}
#footArea .foot_snsList li{display:inline-block;*display:inline;zoom:1;margin-right:4px}
#footArea .foot_snsList li:last-child{margin-right:0}
#footArea .familySiteArea>li{width:170px;height:34px;margin-bottom:5px;border:1px solid #888;background:url('/resources/images/common/up.png') no-repeat 145px 15px;position:relative}
#footArea .familySiteArea>li>button{display:block;width:158px;height:32px;line-height:32px;padding-left:12px;text-align:left;font-size:12px;color:#eaeaea}
#footArea .familySiteArea>li .footSite{display:none;position:absolute;bottom:35px;left:0;width:172px;background:#5f5e5d;z-index:100}
#footArea .familySiteArea>li .footSite ul{width:160px;padding:5px;border:1px solid #888}
#footArea .familySiteArea>li .footSite ul li{width:160px;line-height:1.5}
#footArea .familySiteArea>li .footSite ul li a{font-size:12px;color:#eaeaea}
#footArea .familySiteArea>li .familySite{display:none;position:absolute;bottom:35px;;left:0;width:172px;background:#5f5e5d;z-index:200}
#footArea .familySiteArea>li .familySite dl{width:160px;padding:5px;border:1px solid #888}
#footArea .familySiteArea>li .familySite dl dt{line-height:1.5;color:#eaeaea}
#footArea .familySiteArea>li .familySite dl dd{width:160px;line-height:1.5}
#footArea .familySiteArea>li .familySite dl dd a{font-size:12px;color:#eaeaea}
.v2 footer, .v2 footer * {
    font: 14px/1 'Noto Sans KR', 'NanumSquare', '돋움','Dotum','굴림','Gulim','Helvetica','AppleSDGothicNeo','Sans-serif';
    -webkit-text-size-adjust: none;
    font-weight: 400;
}
.v2 #footer {background-color:#fff;}
.v2 .page-.main-contents footer {border-top:none;}
.v2 footer {border-top:1px solid #e4e4e4;}

.v2 footer .inner-cont {overflow:hidden;position:relative;margin:0 auto;width:1040px;padding:50px 20px;}
.v2 .wrap-camp footer .inner-cont {width:1160px;padding:50px 20px;}

.v2 #footer .select-field {position:relative;border:0;padding:0;width:100%;height:42px;}
.v2 #footer .select-field:before {display:inline-block;content:'';position:absolute;top:50%;right:15px;margin-top:-7px;border:solid #4c4c4c;border-width:0 1px 1px 0;padding:4px;z-index:10;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out; 	
}
.v2 #footer .select-field.active:before {margin-top:-3px;border-color:#0b871e;
	-webkit-transform:rotate(225deg);
	transform:rotate(225deg);
}

.v2 #footer .select-field select {border-radius:0;position:relative;display:block;padding:0 20px;width:218px;height:42px;
	border:1px solid #606060;background-color:#fff;cursor:pointer;
	font-family:'Noto Sans KR';font-weight:400;color:#606060;font-size:15px;letter-spacing:-.5px;
	-webkit-transition:border-color 0.2s ease-out;
	-moz-transition:border-color 0.2s ease-out;
	-o-transition:border-color 0.2s ease-out;
  transition:border-color 0.2s ease-out; 
  -webkit-appearance: none;
  /*webkit browsers */
  -moz-appearance: none;
  /*Firefox */
  appearance: none;
}
.v2 #footer .select-field select::-ms-expand { display: none; }
.v2 #footer .select-field.active select {border-color:#0b871e;}
.v2 #footer .select-field select option.css-disabled {color:#808080;background-color:#c8c8c8;}


.v2 footer .pos-left {text-align:left;float:left;margin-left:2px;}
.v2 footer .pos-left .sns-list {}
.v2 footer .pos-left .sns-list li {display:inline-block;margin:0 -2px;}
.v2 footer .pos-left .sns-list li + li {margin-left:10px;}
.v2 footer .pos-left .sns-list i.ico-common {width:45px;height:45px;}
.v2 footer .pos-left .sns-list .ico-yt {background-position:0 -455px;}
.v2 footer .pos-left .sns-list .ico-fb {background-position:-57px -455px;}
.v2 footer .pos-left .sns-list .ico-tw {background-position:-114px -455px;}
.v2 footer .pos-left .sns-list .ico-instar {background-position:-171px -455px;}
.v2 footer .pos-left .sns-list .ico-blog {background-position:-227px -455px;}

.v2 footer .pos-left .link-list {margin-top:35px;}
.v2 footer .pos-left .link-list li {position:relative;display:inline-block;padding:0 15px;margin:0 -2px;}
.v2 footer .pos-left .link-list li:before {content:'';display:inline-block;border-left:1px solid #363333;width:1px;height:15px;position:absolute;top:0;left:0;z-index:200;}
.v2 footer .pos-left .link-list li:first-child {padding:0 15px 0 0;}
.v2 footer .pos-left .link-list li:first-child:before {border-left:none;}
.v2 footer .pos-left .link-list li:last-child {padding: 0 0 0 15px;}
.v2 footer .pos-left .link-list li span {font-size:15px;line-height:1;color:#363333;}
.v2 footer .pos-left .link-list li span b {font-weight:500;}



.v2 footer .pos-left .address {margin-top:30px;}
.v2 footer .pos-left .address .row + .row {margin-top:10px !important;}
.v2 footer .pos-left .address .row span {position:relative;display:inline-block;padding:0 13px;margin:0 -2px;font-size:14px;font-weight:400;color:#606060;font-style:normal;}
.v2 footer .pos-left .address .row span:first-child {padding:0 13px 0 0;}
.v2 footer .pos-left .address .row span:before {content:'';display:inline-block;border-left:1px solid #606060;width:1px;height:14px;position:absolute;top:1px;left:0;z-index:10;}
.v2 footer .pos-left .address .row span:first-child:before {border-left:none;}

.v2 footer .pos-left .copyright {margin-top:30px;}
.v2 footer .pos-left .copyright p {font-size:14px;font-weight:400;color:#9a9a9a;}

.v2 footer .pos-rgt {float:right;width:218px;height:220px;text-align:right;}
.v2 footer .pos-rgt .footer-logo {display:inline-block;width:154px;height:39px;background: url('../images/logo-footer.png') 0 0 no-repeat;background-size:100%;}

.v2 footer .pos-rgt .select-field {margin-top:40px;}
.v2 footer .pos-rgt .select-field + .select-field {margin-top:7px;}

.v2 #footer {background-color:#fff;}
.v2 .page-.main-contents footer {border-top:none;}
.v2 footer {border-top:1px solid #e4e4e4;}

.v2 footer .inner-cont {overflow:hidden;position:relative;margin:0 auto;width:1040px;padding:50px 20px;}
.v2 .wrap-camp footer .inner-cont {width:1160px;padding:50px 20px;}
i.ico-common {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  color: transparent;
  overflow: hidden;
  line-height: 999px;
  background: url('../images/sp_common.png') no-repeat;
  -webkit-background-size: 500px 500px;
  background-size: 500px 500px;
}
.v2 footer .pos-left .sns-list i.ico-common {
  width: 45px;
  height: 45px;
}
.v2 footer .pos-left .sns-list .ico-instar {
  background-position: -171px -455px;
}
select, input {
  vertical-align: top;
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  padding: 8px 15px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  position: relative;
  color: #808080;
  -moz-appearance: none;
       appearance: none;
  /*background-image: url(../img/select_arrow2.png);*/
  background-size: 8px;
  background-position: right 10px bottom 48%;
  background-repeat: no-repeat;
}
/*---------------------------------
	Popup
----------------------------------*/
.v2 .popup-layer {position:fixed;top:0;left:0;width:100%;height:100%;z-index:900;display:none;}
.v2 .popup-layer .dim {position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.2;z-index:900;}
.v2 .popup-layer .popup-wrap {position:absolute;top:50%;z-index:901;left:0;right:0;
    margin-left:auto;margin-right:auto;margin-top:-2%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.v2 .popup-layer .popup-cont {overflow:hidden;position:relative;display:block;margin:0 auto;height:auto;text-align:left;background-color:#ffffff;}

.v2 .popup-layer .popup-cont .popup-header,
.v2 .popup-layer .popup-cont .popup-body,
.v2 .popup-layer .popup-cont .popup-footer {position:relative;font-family:'Malgun Gothic';}

/* ----- popup-primary ----- */
.v2 .popup-layer.popup-primary .popup-cont {padding:22px 25px 25px;border:2px solid #31b97f;}
.v2 .popup-layer.popup-primary .popup-cont .popup-header {margin-right:40px;word-break: keep-all;}
.v2 .popup-layer.popup-primary .popup-cont .popup-header > strong {font-size:18px;letter-spacing:-.5px;line-height:initial;}
.v2 .popup-layer.popup-primary .popup-cont .btn-close {position:absolute;top:20px;right:25px;z-index:300;}
.v2 .popup-layer.popup-primary .popup-cont .btn-close .ico-close {width:23px;height:23px;background-position:-34px 0;}

.v2 .popup-layer.popup-primary .popup-cont .popup-body {margin-top:20px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont {overflow:hidden;overflow-y:auto;padding:15px 20px;border:1px solid #e4e4e4;max-height:340px;}
/*
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont::-webkit-scrollbar{-webkit-appearance:none;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont::-webkit-scrollbar:vertical{width:3px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont::-webkit-scroll bar:horizontal{height:3px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,.2);}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont::-webkit-scrollbar-track {background-color:rgba(0,0,0,.05);}
*/
.wrap-micro-camp {
  font-family: 'NanumSquare', 'Noto Serif KR', serif;
}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont {font-size:14px;color:#666;line-height:23px;letter-spacing:-1px;word-break:break-all;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row-info {margin-bottom:10px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row-info strong {color:#333;font-weight:normal;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row {}
/* .v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row:last-child {padding-bottom:15px;} */
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row .color-point {font-size:14px;color:#31b97f;font-weight:bold;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row + .row {margin-top:19px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row strong {color:#333;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row span {}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row .btn-ipin {display:inline-block;margin-top:2px;}

.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul {margin-top:10px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul > li + li {margin-top:10px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul > li p.bullet-bar {position:relative;padding:0 0 0 10px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ul > li p.bullet-bar:before {content:'-';display:inline-block;vertical-align:top;position:absolute;top:2px;left:0;line-height:1;}

.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol {}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > p {}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > li + li {margin-top:10px;}

.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > li > ol {margin-top:8px;padding:0 0 0 10px;}
.v2 .popup-layer.popup-primary .popup-cont .popup-body .body-cont .row ol > li > p {margin-top:5px;padding:0 0 0 10px;}


.v2 .popup-layer.popup-primary .popup-cont .pos-btn {margin-top:20px;text-align:center;}
.v2 .popup-layer.popup-primary .popup-cont .pos-btn .btn-confirm {display:inline-block;border-radius:3px;padding:0 25px;height:35px;line-height:32px;border:1px solid #31b97f;-webkit-box-sizing: border-box;box-sizing: border-box;}
.v2 .popup-layer.popup-primary .popup-cont .pos-btn .btn-confirm span {font-size:15px;font-weight:bold;letter-spacing:-.5px;color:#31b97f;}


/*footer*/