@charset "UTF-8";
/* modal */
.modal {
  display: block; 
  position: fixed; 
  z-index: 1000; 
  left: 0; top: 0;
  width: 100%; height: 100%; 
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  overflow: hidden;
}
.modal-content img {
  display: block;
  width: 100%;
  height: auto;
}
.modal .btn-wrap {
  margin: 20px 0;
}
/* 모달 버튼 기본설정 */
/* .modal .btn-wrap a {
  display: block;
  float: left;
  padding: 18px 45px;
  cursor: pointer;
  border-radius: 30px;
  opacity: 0.9;
  transition: all 0.2s;
} */
.modal .btn-wrap a:hover {
  opacity: 1;
}
.modal .btn-wrap a {
  display: block;
  padding: 16px 55px;
  opacity: 0.85;
  transition: all 0.2s;
  border-radius: 5px;
}
.modal .btn-wrap a.event-btn {
  background: #3A79E3;
  color: #fff;
  border: none;
  margin-right: 20px;
}
.modal .btn-wrap a.google-btn {
  background: #36bc8e;
  color: #fff;
  border: none;
}
.close-btn {
  background: #999;
  color: #fff;
  border: none;
  padding: 15px 16px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s;
}
.close-btn:hover {
  background: #777;
}


/* section-1 */
.section-1 {
  background-image: url(../img/main/main-bg-PC.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
/* .section-1 .bg-video {
  position: relative;
  background: #000;
  height: calc( 100vh - 70px );
  width: 100%;
} */
.section-1 .bg-video_content {
  height: 100%;
  width: 100%;
  opacity: 0.55;
  object-fit: cover;
  background-size: cover;
}
.section-1 .text-box {
  position: absolute;
  background: #00000070;
  left: calc( 50% - 335px );
  top: calc( 50% - 150px );
  text-align: center;
  padding: 60px 150px;
  color: #fff;
}
 .section-1 .section-inner {
  position: relative;
 }
/* .section-1 .text-box {
  position: absolute;
  background: #00000040;
  right: 30px;
  top: calc( 50% - 300px );
  text-align: right;
  padding: 50px 50px;
  color: #fff;
} */

.section-1 .text-box .top {
  font-size: 1.8rem;
}
.section-1 .text-box .title {
  font-size: 3.5rem;
  margin-top: 7px;
  font-family: 'base-sb';
}
.section-1 .text-box .sub {
  font-size: 1.3rem;
  margin-top: 30px;
  line-height: 1.3;
  font-family: 'base-l';
}
.section-1 .down_scroll {
  position: absolute;
  height: 70px;
  width: 20px;
  bottom: 50px;
  left: calc( 50% - 15px );
  text-align: center;
  background: none;
  cursor: pointer;
}
.section-1 .s1_arrow {
  position: absolute;
  margin-top: -30px;
  margin-left: 10px;
}
.section-1 .scroll-arrow {
  width:12px; 
  height:12px; 
  border-right: 4px solid #f1f2f3; 
  border-bottom: 4px solid #f1f2f3;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}
.section-1 .scroll-arrow:nth-child(1) {
  animation-delay: 0.1s;
}
.section-1 .scroll-arrow:nth-child(2) {
  margin-top:6px; animation-delay: 0.2s;
}
.section-1 .scroll-arrow:nth-child(3) {
  margin-top:6px; animation-delay: 0.3s;
}
  @keyframes arrow-wave {
  0% {opacity: 0;}
  50% {opacity: .5;}
  100% {opacity: 1;}
  }
  @keyframes arrow_down{
  0%{top:28px;}
  50%{top:30px;}
  100%{top:28px;}
  }

/* section-2 */
.section-2 {
  background-image: url(../img/main/section-2_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 500px;
}
.section-2 .text-wrap {
  text-align: center;
}
.section-2 .title-box {
  padding-top: 150px;
}
.section-2 .title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: 'base-sb';
}
.section-2 .text-box {
  margin-top: 25px;
}
.section-2 .text {
  font-size: 1.3rem;
  line-height: 1.4;
  font-family: 'base-l';
}


/* section-3,4,5 공통 */
.theme-box {
  width: 90%;
  margin: auto;
}
.theme-text {
  margin-bottom: 50px;
  font-size: 1.1rem;
}
.theme-text .title {
  display: inline-block;
  float: left;
  padding: 10px 25px;
  border-radius: 15px;
  font-family: 'base-sb';
}
.theme-text .sub {
  display: inline-block;
  margin-left: 20px;
  line-height: 45px;
}

/* section-3 */
.section-3 {
  height: 830px;
}
.section-3 .section-inner {
  position: relative;
  border-top: 1px solid #ddd;
}
.section-3 .theme-box .title {
  border: 2px solid #FA9500;
}
.section-3 .pc {
  position: absolute;
  top: 0;
  margin: auto;
  opacity: 0;
}
.section-3 .pc.animate {
  animation: slide-up_1 1.5s;
  top: 80px;
  opacity: 1;
}
.section-3 img {
  width: 100%;
}
@keyframes slide-up_1{
  0%{
    top: 150px;
    opacity: 0;
  }
  100%{
    top: 80px;
    opacity: 1;
  }
}

/* section-4 */
.section-4 {
  height: 1320px;
  background: #F7F9FD;
}
.section-4 .theme-box .title {
  border: 2px solid #00A1ED;
}
.pc .assess-wrap {
  position: relative;
  width: 100%;
}
.title-assessment {
  margin-top: 10px;
  margin-bottom: 40px;
}
.title-assessment h3 {
  font-family: 'base-sb';
  text-align: center;
  font-size: 2.3rem;
  color: #061844;
}
.pc .assess-1,
.pc .assess-3 {
  position: absolute;
  width: 90%;
  margin: auto;
}
.pc .assess-2 {
  position: absolute;
  width: 90%;
}
.pc .assess .left-box {
  position: absolute;
  width: 700px;
  text-align: center;
}
.pc .assess-2 .left-box {
  top: 360px;
  left: 510px;
}
.pc .assess-3 .left-box {
  top: 720px;
}
.pc .assess .left-box:hover .img-wrap {
  scale: 1.1;
}
.pc .assess .img-wrap {
  height: 150px;
  transition: all 0.2s;
}
.pc .assess .text-wrap {
  margin-top: 25px;
}
.pc .assess .title {
  font-size: 1.3rem;
  font-family: 'base-b';
  color: #061844;
  opacity: 0.85;
  transition: all 0.2s;
}
.pc .assess .left-box:hover .title {
  opacity: 1;
}
.pc .assess .text-wrap .text {
  font-family: 'base-l';
  margin-top: 12px;
  font-size: 0.85rem;
  color: #76818E;
  line-height: 1.4;
}
.pc .assess .left-box img {
  height: 100%;
}
.pc .assess .right-box ul {
  padding: 30px 40px;
}
.pc .assess .right-box li {
  display: block;
  width: 100%;
}
.pc .assess .right-box li:not(:first-child) {
  margin-top: 10px;
}
.pc .assess .right-box .text {
  color: #555;
  font-size: 0.95rem;
}
.assess .icon {
  float: left;
  width: 40px;
}
.assess .right-box .text {
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.pc .assess .right-box {
  position: absolute;
  width: 400px;
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px 1px rgba(204, 204, 204, 0.2);
  opacity: 0;
}
.section-4 .assess-1 .right-box {
  top: 30px;
  left: 670px;
}
.section-4 .assess-2 .right-box {
  top: 660px;
  left: 170px;
}
.section-4 .assess-3 .right-box {
  top: 1020px;
  left: 670px;
}
.section-4 .assess-1 .right-box.animate {
  animation: assess_1 2s;
  top: 30px;
  left: 670px;
  opacity: 1;
}
.section-4 .assess-2 .right-box.animate {
  animation: assess_2 2s;
  top: 360px;
  left: 170px;
  opacity: 1;
}
.section-4 .assess-3 .right-box.animate {
  animation: assess_3 2s;
  top: 720px;
  left: 670px;
  opacity: 1;
}
@keyframes assess_1{
  0%{
    top: 100px;
    opacity: 0;
  }
  100%{
    top: 30px;
    opacity: 1;
  }
}
@keyframes assess_2{
  0%{
    top: 410px;
    opacity: 0;
  }
  100%{
    top: 360px;
    opacity: 1;
  }
}
@keyframes assess_3{
  0%{
    top: 770px;
    opacity: 0;
  }
  100%{
    top: 720px;
    opacity: 1;
  }
}

/* section-5 */
#main .section-5 .section-inner {
  position: relative;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}
#main .section-5 {
  background: #fde101;
  padding: 10px 0;
}
.section-5 .theme-box .title {
 border: 2px solid #97D517;
}
.section-5 .img-wrap {
  width: 50%;
  margin: auto;
}
.section-5 img {
  width: 100%;
}
.section-5 .logo-wrap {
  position: absolute;
  top: 190px;
  right: 60px;
  width: 320px;
  opacity: 0;
}
.section-5 .logo-wrap.animate {
  animation: opacity 1s;
  opacity: 1;
}
@keyframes opacity {
  0%{
    scale: 1.2;
    opacity: 0;
  }
  100%{
    scale: 1;
    opacity: 1;
  }
}

/* section-6 */
#main .section-6 .section-inner {
  padding-top: 100px;
}
.section-6 .contact-bg {
  position: relative;
  background-image: url(../img/main/contact_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 250px;
}
.section-6 .text-box {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 75px;
  left: calc( 50% - 230px );
}
.section-6 .text {
  font-family: 'base-sb';
  font-size: 1.5rem;
}
.section-6 a {
  display: inline-block;
  border: 2px solid #fff;
  font-family: 'base-sb';
  margin: 35px auto 0;
  font-size: 1.2rem;
  padding: 14px 75px 15Px;
  border-radius: 30px;
  transition: all 0.2s;
}
.section-6 a:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 767px) {
  .modal {
    display: none;
  }
  .section-1 .bg-video {
    background-image: url(../img/main/main-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  /* section-1 */
  .section-1 .bg-video_content {
    display: none;
  }
  .section-1 .text-box .top {
    font-size: 1.5rem;
  }
  .section-1 .text-box .title {
    font-size: 2.2rem;
  }
  .section-1 .text-box {
    position: absolute;
    left: calc( 50% - 172.5px );
    top: calc( 50% - 130px );
    background: #00000070;
    padding: 35px 45px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
  }
  .section-1 .down_scroll {
    bottom: 30px;
  }
  .section-1 .text-box .sub {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  /* section-2 */
  .section-2 {
    height: 300px;
  }
  .section-2 .title-box {
    padding-top: 65px;
  }
  .section-2 .title {
    font-size: 1.8rem;
  }
  .section-2 .text {
    font-size: 1.2rem;
  }
  /* section-3,4,5 공통 */
  .theme-text {
    margin-bottom: 0px;
  }
  .theme-text .title {
    display: inline-block;
    float: left;
    padding: 5px 15px;
    border-radius: 10px;
    font-family: 'base-sb';
  }
  .theme-text .sub {
    display: inline-block;
    margin: 10px 0;
    line-height: 1.4;
  }
  /* section-3 */
  .section-3 {
    height: 100%;
  }
  .section-3 .img-wrap {
    width: 100%;
    margin: auto;
  }
  /* section-4 */
  .section-4 {
    height: 100%;
  }
  .assess {
    width: 95%;
    margin: auto;
  }
  .assess:first-child {
    margin-top: 30px;
  }
  .assess:nth-child(2n) {
    margin: 70px auto;
  }
  .assess .left-box {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .assess .img-wrap {
    height: 150px;
    transition: all 0.2s;
  }
  .assess .text-wrap {
    margin-top: 25px;
  }
  .assess .title {
    font-size: 1.3rem;
    font-family: 'base-b';
    color: #061844;
  }
  .assess .text-wrap .text {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .assess .left-box img {
    height: 100%;
  }
  .assess .right-box {
    width: 90%;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px 0px rgba(204, 204, 204, 0.70);
  }
  .assess .right-box ul {
    padding: 25px;
  }
  .assess .right-box li {
    display: block;
    width: 100%;
  }
  .assess .right-box li:not(:first-child) {
    margin-top: 7px;
  }
  .assess .right-box .text {
    color: #555;
    font-size: 1rem;
  }
  .assess .icon {
    float: left;
    width: 25px;
  }
  .assess .right-box .text {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }
  /* section-5 */

  /* section-6 */
  #main .section-6 .section-inner {
    padding-top: 0px;
  }
  .section-6 .contact-bg {
    background-image: url(../img/main/contact_bg_mb.png);
    background-size: cover;
    height: 200px;
  }
  .section-6 .text-box {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 45px;
    left: calc( 50% - 85px );
  }
  .section-6 .text {
    font-family: 'base-sb';
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .section-6 a {
    display: inline-block;
    font-size: 1.1rem;
    border: 2px solid #fff;
    font-family: 'base-sb';
    margin: 15px auto 0;
    padding: 10px 60px;
    border-radius: 20px;
    transition: all 0.2s;
  }

}