.main_sd_wrap{
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 720px;
    margin: 0 auto;
}

.main_sd_wrap .swiper-slide{
    width: 100% !important;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_sd_wrap .swiper-slide.n_1{
    background-image: url("../images/main/main_sd_1.png");
}

/* .main_sd_wrap .swiper-slide.n_2{
    background-color: red;
} */

.main_sd_wrap .swiper-slide .tbox {
    padding-top: 23em;
}

.main_sd_wrap .swiper-slide .tbox p{
    color: #fff;
    word-break: keep-all;
    text-shadow: 1px 1px 18px rgba(0, 0, 0, 0.8);
}

.main_sd_wrap .swiper-slide .tbox p.sub_txt{
    font-size: 1.5em;
    font-weight: 200;
}

.main_sd_wrap .swiper-slide .tbox p.tit{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.4;
	font-family: 'Montserrat';
    font-weight: bolder;
    
}

.main_sd_wrap .swiper-slide .tbox p.tit span{
   background: linear-gradient(268deg, #79F3F9, #1b7aee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  


.main_sd_wrap .tbox {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s, transform 0.8s ease-out;
}

.main_sd_wrap .swiper-slide-active .tbox {
    opacity: 1;
    transform: translateY(0);
}

.main_sd_wrap .swiper-button-next,
.main_sd_wrap .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.main_sd_wrap .swiper-button-prev{
    background-image: url("../images/common/icon_prv.svg");
}

.main_sd_wrap .swiper-button-next{
    background-image: url("../images/common/icon_nxt.svg");
}


.main_sd_wrap p.eng_txt {
    position: absolute;
    bottom: 16%;
    left: 10%;
    font-family: 'Montserrat';
    font-weight: bolder;
    color: rgba(255, 255, 255, 5%);
    font-size: 8em;
    line-height: 1.2em;
    z-index: 9;
    width: 50%;
}

.doc_wrap{
    position: relative;
}

.doc_wrap .cBox .img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    height: 490px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgba(0 0 0 / 10%);  
    margin-right: 100px; 
}

.doc_wrap .cBox .tbox h3{
    line-height: 1.3em;
    margin-bottom: 20px;
}

.doc_wrap .cBox .tbox .name{
    font-size: 25px;
    font-weight: 600;
}

.doc_wrap .cBox .tbox .name span{
    font-size: 16px;
        margin-left: 20px;
}

.doc_wrap .cBox .tbox .his{
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
    height: 250px;
    overflow: hidden;
    gap: 0 100px;
}

.doc_wrap .cBox .tbox .his::after{
    display: block;
    content: "";
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, rgba(255, 255, 255, 100% ) 0%, rgba(255, 255, 255, 0) 100%);;
    position: absolute;
    bottom: 0;
}

.doc_wrap .cBox .tbox .his ul li{
    position: relative;
    display: flex;
    padding-left: 20px;
    word-break: keep-all;
}

.doc_wrap .cBox .tbox .his ul li:not(:last-child){
    margin-bottom: 10px;
}

.doc_wrap .cBox .tbox .his ul li::before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #797979;
    position: absolute;
    top: 10px;
    left: 0;
}

.doc_wrap .cBox .tbox .btn_more{
    width: 300px;
}

.doc_wrap .bg_txt{
    position: absolute;
    font-family: 'Montserrat';
    font-size: 7em;
    text-shadow: 0 1px #d4d4d4, 1px 0 #d4d4d4, -1px 0 #d4d4d4, 0 -1px #d4d4d4;
    color: #fff;
    z-index: -1;
}

.doc_wrap .bg_txt.n_1{
    top: 0;
    left: 0;
}

.doc_wrap .bg_txt.n_2{
    bottom: 0;
    right: 0;
}


.cln_wrap{
    position: relative;
    background-color: #003779;
}

.cln_wrap .bg_img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    animation: rotate 10s linear infinite; 
    transform-origin: 50% 50%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cln_wrap .cBox{
    justify-content: space-between;
    gap: 0 200px;
}

.cln_wrap .tit{
    color: #fff;
}

.cln_wrap .tit h2 .txt_grd{
      background: linear-gradient(70deg, #79F3F9, #1366ca);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
}

.cln_wrap .btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 30px;
}

.cln_wrap .img{
    flex: 1;
    border-radius: 20px;
    box-shadow: 1px 1px 30px rgba(126, 239, 245, 0.5);
    overflow: hidden;
}

.cln_wrap .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cln_wrap .btn_wrap span{
    font-size: 1.2em;
}

.phc_wrap .inner{
    align-items: center;
}

.phc_wrap .img{
    overflow: hidden;
    border-radius: 20px;
}

.phc_wrap .tbox{
    margin-left: 100px;
    flex: 1;
}

.phc_wrap .tbox ul{
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.phc_wrap .tbox ul li{
    border-radius: 50px;
    box-shadow: 1px 1px 20px rgba(0 0 0 / 15%);
    /* width: 30%; */
    padding: 10px 20px;
    font-size: 1.2em;
}

.phc_wrap .tbox ul li > span{
    color: var(--color_1);
    font-weight: bolder;
    margin-right: 10px;
}


.eq_wrap{
    background: linear-gradient(
      to top,
      rgba(20, 20, 20, 0) 10%,
      rgb(236, 236, 236) 100%
    ),
    url("");
  background-size: cover;
}

.eq_wrap .tit{
    text-align: center;
    margin-bottom: 50px;
}

.eq_sd_wrap{
    padding: 10px 0;
}

.eq_sd_wrap .swiper-slide{
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    height: 350px;
    box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
}

.eq_sd_wrap .swiper-slide .txt{
    display: none;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 1.2em;
    color: #fff;
    z-index: 9;
}

.eq_sd_wrap .swiper-slide .txt h5{
    font-size: 1.5em;
    font-weight: 500 !important;
}

.eq_sd_wrap .swiper-slide::after{
    opacity: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--grd);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.eq_sd_wrap .swiper-slide.on::after{
    opacity: 0.8;
}

.eq_sd_wrap .swiper-slide.on .txt{
    display: block;
}


.eq_sd_wrap .swiper-slide.n_5,
.eq_sd_wrap .swiper-slide.n_6,
.eq_sd_wrap .swiper-slide.n_7{
    display: flex;
    justify-content: center;
    align-items: center;
}

.inr_wrap{
    background: url("../images/main/inr_bg.png") center / cover no-repeat;
}

.inr_wrap .tit{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.inr_wrap .cBox{
    background-color: #fff;
    border-radius: 20px;
    padding: 100px;
    width: 1000px;
    margin: 0 auto;
    box-shadow: 1px 1px 30px rgba(126, 239, 245, 0.5);
}

.inr_wrap .cBox .tbox {
    flex: 1;
    margin-left: 100px;
}

.inr_wrap .cBox .tbox > div strong{
    font-size: 1.5em;
}

.inr_wrap .cBox .tbox .call p{
    display: block;
    font-size: 1.5em;
    font-weight: bolder;
    color: var(--color_1);
}

.inr_wrap .cBox .tbox > div.adr{
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
}

.inr_wrap .cBox .tbox .adr p{
    font-size: 1.2em;
}

.inr_wrap .cBox .tbox .map{
    gap: 0 10px;
    margin-top: 10px;
}

.inr_wrap .cBox .tbox .map > a{
    border-radius: 10px;
    padding: 10px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.inr_wrap .cBox .tbox .map > a span{
    font-weight: 500;
    font-size: 1.2em;
}

.inr_wrap .cBox .tbox .map .naver{
    background-color: #06BE34;
}

.inr_wrap .cBox .tbox .map .naver span{
    color: #fff;
}

.inr_wrap .cBox .tbox .map .kko{
    background-color: #F9E000;
}

.inr_wrap .cBox .tbox .map .kko span{
    color: #111;
}

/*=============*/
.btn_more{
    position: relative;
    display: flex;
    background: var(--grd_2);
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
}

.btn_more span{
    z-index: 9;
}

.btn_more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
    transition: left 0.4s ease;
    z-index: 1;
}

.btn_more:hover::before {
    left: 0;
}

@media screen and (max-width: 1300px) {
    .cln_wrap .cBox{
        flex-wrap: wrap;
        gap: 0 100px;
    }

    .cln_wrap .cBox {
        flex-wrap: wrap;
        gap: 0 100px;
        z-index: 9;
        position: relative;
    }

    .phc_wrap .img{
        width: 40%;
    }

    .phc_wrap .img img{
        width: 100%;
    }

    .phc_wrap .tbox {
        margin-left: 50px;
        flex: 1;
    }

    .phc_wrap .tbox ul li {
        font-size: 1.1em;
    }

}


@media screen and (max-width: 1024px) {

    .main_sd_wrap {
        height: 80vh;
        min-height: 720px;
    }

    .main_sd_wrap .swiper-slide .tbox {
        position: absolute;
        top: 40%;
        width: 100%;
        padding: 0 20px;
    }


    .main_sd_wrap .swiper-slide .tbox p.tit{
        font-size: 3em;
    }

    .main_sd_wrap .swiper-slide .tbox p.tit br{
        display: none;
    }

        .phc_wrap .img{
        width: 40%;
    }

    .phc_wrap .img img{
        width: 100%;
    }

    .phc_wrap .tbox {
        margin-left: 50px;
        flex: 1;
    }

    .phc_wrap .img{
        width: 30%;
    }

    .inr_wrap h3{
        word-break: keep-all;
    }

    .inr_wrap .cBox{
        width: 100%;
        padding: 50px;
    }

    .inr_wrap .cBox > img{
        width: 150px;
    }

    .inr_wrap .cBox .tbox {
        flex: 1;
        margin-left: 50px;
    }


}/*1024px*/


@media screen and (max-width: 768px) {
    .main_sd_wrap {
        height: 50vh;
        min-height: 520px;
    }

    .main_sd_wrap .swiper-slide .tbox p.tit {
        font-size: 2.5em;
    }

    .doc_wrap .cBox{
        flex-wrap: wrap;
    }


    .doc_wrap .cBox .img{
        width: 100%;
        height: 250px;
        margin: 0 auto 20px auto;
    }

    .doc_wrap .cBox .img img{
        width: 200px;
    }

    .doc_wrap .cBox .tbox h3{
        word-break: keep-all;
    }

    .doc_wrap .cBox .tbox h3 br{
        display: none;
    }

    .doc_wrap .cBox .tbox .name {
        font-size: 20px;
    }

    .doc_wrap .cBox .tbox .name span {
        margin-left: 5px;
    }

    .doc_wrap .cBox .tbox .his{
        gap: 0 20px;
    }

    .phc_wrap .img{
        display: none;
    }

    .phc_wrap .tbox{
        margin-left: 0;
    }

    #main_container h2{
        font-size: 2.5em;
        word-break: keep-all;
    }


}/*768*/
    

@media screen and (max-width: 640px) {

  .cln_wrap .img{
    display: none;
  }

  .cln_wrap .cBox .lbox{
    width: 100%;
  }

  .inr_wrap .cBox {
    width: 100%;
    padding: 50px 30px;
    flex-wrap: wrap;
   }

   .inr_wrap .cBox > img{
    margin: 0 auto;
   }

    .inr_wrap .cBox .tbox {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .inr_wrap .cBox .tbox > div.adr {
        margin-top: 10px;
    }




}/*640*/


  