@charset "utf-8";


section{
    width: 100%;
    height: 100%;
    position: relative;
}

/*section01*/
.sec01{
    width: 100%;
    padding-top: 164px;
}

.main-slides {
    position:relative;
    width: 1px;
    height: 1px;
    left: -9999px;
}

#slideshow {
    position:relative;
    overflow: hidden;
    width: calc(100% - 180px);
    margin: 0 90px;
    height: 720px;
    text-align: center;
    border-radius: 40px 0 0 0;
}

#slideshow .main-slide-img{
    width: 100%;
    overflow: hidden;
}
#slideshow .main-slide-img, #slideshow span, #slideshow .static-content {
    display: block;
    position: absolute;
    width: 100%;
    height: 720px;
}

#slideshow .main-slide-img span {
  background-size: cover;
  background-position: center;
}

#slideshow span.animate {
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
#slideshow span.animate.in {
    animation-name: in;
}

.main-slide-text{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 5%;
    width: 365px;
}
.main-slide-text h2{
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.85px;
    line-height: 1.1em;
    height: 100px;
    overflow: hidden;
    padding-bottom: 33px;
}
.main-slide-text h2 strong{
    display: block;    
    animation: text-focus-up 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) 1s both;
}
.main-slide-text h2 strong b{
    font-size: 34px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-slide-text em{
    position: relative;
    left: 50%;
    display: block;
    height: 2px;
    background-color: #fff;
    animation: bar 1s ease-out 0.2s both;
    transform: translateX(-50%);
    margin: 0px 0 15px;
}
.main-slide-text p{
    animation: text-focus-in 1s ease 2s both;
}

/*section02*/
.sec02{
    position: relative;
    height: 1100px;
    z-index: 2;
    margin-top: -1px;
}
.sec02-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5f7f8;
    height: 780px;
    z-index: -2;
}
.sec02-bg p{
    position: absolute;
    right: 0;
    bottom:0;
    width: 40%;
    max-width: 590px;
    z-index: -1;
}
.sec02-bg p img{
    width: 100%;
}
.sec02-wrap{
    display: flex;
    margin:0 90px;
    justify-content: center;
}
.sec02-slide-area{
    width: 50%;
    /*margin-top: 55px;*/
    height: 980px;
    position: relative;
}
.sec02-bar{
    position: absolute;
    transform: rotate(90deg);
    top: 260px;
    left: 0px;
    width: 128px;
    height: 4px;
    z-index: 1;
}
.course-name{
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-en);
    top: -9px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.course-name.top{
    left: -100px;
}
.course-name.bottom{
    right: -114px;
    width: 100px;
}
.main-slider .swiper-slide img{
    width: 100%;
    height: 980px;
    object-fit: cover;
}
.slide-img-text{
    position: absolute;
    right: clamp(2.5rem, -2.5rem + 6.25vw, 5rem);
    bottom: 80px;
    font-size: 36px;
    font-family: var(--font-en);
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    color: #fff;
    opacity: 0.75;
    line-height: 1.33em;
    z-index: 1;
    letter-spacing: 1.5px;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal{
    height: 1px;
    background-color: rgba(255,255,255,0.5);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #fff;
}
.swiper.overarea{ overflow: visible;}
.sec02-text-zone{
    position: absolute;
    z-index: 5;
    left : 100%;
    bottom: 160px;
    width: 550px;
    text-align: left;
    margin-left: clamp(3.75rem, -3.75rem + 9.375vw, 7.5rem);
}
.sec02-text-zone span.top-tit{
    font-size: 40px;
    text-transform: uppercase;
    font-family: var(--font-en);
    font-weight: 800;
    color: #254667;
}
.sec02-text-zone span.sub-tit{
    color: #535b5d;
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    padding: 14px 0 25px;
}
.sec02-text-zone p{
    display: inline-block;
    color: #535b5d;
    font-size: 18px;
    line-height: 1.89em;
    letter-spacing: -0.45px;
}
.sec02-text-zone a{
    background-color: #254667;
    width: 180px;
    line-height: 48px;
    color: #fff;
    font-family: var(--font-en);
    font-weight: 500;
    border-radius: 8px 0 8px 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 42px;
}
.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 25px, 0);
}

.sec02-area{
    width: 50%;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.sec02-side-bar{
    position: absolute;
    width: 90px;
    height: 693px;
    top: -328px;
    right: -90px;
    background-color: rgba(0, 46, 109, 0.95);
    border-radius: 100px 0 0 0;
    display: none;
}
.sec02-side-bar p{
    position: absolute;
    width: 100%;
    height: 365px;
    right:0;
    bottom:0;
    background-color: #254667;
    z-index: -1;    
}
.sec02-btn-box{
    background-color: #254667;
    border-radius: 0 0 0 40px;
    color: #fff;
    width: 100%;
    min-width: 400px;
    height: 365px;
    padding: 25px 0;
}
.sec02-btn-box ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 60px;
}
.sec02-btn-box ul:last-child{
    margin-bottom: 0;
}
.sec02-btn-box a{
    width: 110px;
    margin: 0 clamp(0.625rem, -2.875rem + 4.375vw, 2.375rem); /*38-10*/
}
.sec02-btn-box a p img{
    transition: 0.2s all ease-in-out;
}
.sec02-btn-box a:hover p img{
    transform: translateY(-5px);
}
.sec02-btn-box a span{
    display: block;
    margin-top: 10px;
    font-size: 17px;
}


/*sec03*/
.sec03{
    width: 100%;
    height: 800px;
    padding-top: 110px;
    overflow: hidden;
}
.sec03-main-title{
    text-align: center;
    font-size: 58px;
    text-transform: uppercase;
    font-family: var(--font-en);
    font-weight: 600;
    color: #2b2e2e;
}
.sec03-sub-title{
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.45px;
    font-weight: 300;
    padding: 10px 0 70px;
}
.sec03-slide{
    max-width: 1450px;
    width: 90%;
    margin: auto;
    text-align: center;
}
.sec03-slider .swiper-slide{
    
}
.sec03-slider .swiper-slide p{   
    border-radius: 10px 0 10px 0;
    overflow: hidden;
}
.sec03-slider .swiper-slide p img{
    width: 100%;
    object-fit: cover;
    display: block;
    transition: 0.2s all ease-in-out;
}
.sec03-slider .swiper-slide a{
    display: block;
}
.sec03-slider .swiper-slide a h2{
    position: relative;
    width: 100%;
    margin: 16px 0;
    padding-bottom: 4px;
    font-size: 22px;
    color: #535b5d;
    letter-spacing: -0.55px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.2s all ease-in-out;
}
.sec03-slider .swiper-slide a h3{
    font-weight: 300;
}

.sec03-slider .swiper-slide a:hover h2{
    color: var(--color-main);
    text-decoration: underline;
}
.sec03-slider .swiper-slide a:hover p img{
    transform: scale(1.03);
    filter: brightness(0.65);
}

/*section04*/
.sec04{ 
    width: 100%;
    height: 475px;
    overflow: hidden;
}
#daumRoughmapContainer1691561799567{ 
    width: 100%;
}
.map-info{
    position: absolute;
    top: 110px;
    left: 90px;
    width: 520px;
    height: 240px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16);
    padding: 38px 54px;
    font-weight: 300;
}
.map-info h2{
    font-size: 24px;
    color: #000;
    line-height: 1.5em;
    font-weight: 500;
}
.map-info h3{
    padding: 15px 0 18px;    
}
.map-info p{
    line-height: 1.5em;
}
.map-info p b{
    font-weight: 500;
    color: #002e6c;
}
.map-info p span{
    color: #ddd;
    padding: 0 24px;
}
.btn-detail{
    position: absolute;
    bottom: 36px;
    right: 54px;
    cursor: pointer;
    color: #2f3334;
    font-weight: 400;
}
.btn-detail img{
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 6px;
    transition: 0.2s all ease-in-out;
}
.btn-detail:hover img{
    transform: translateX(5px);
}

/*.main_popup{width:510px;}*/
.main_popup a{ color:#fff; display: inline-block;}
.pull-right{float:right;}
.popup_bottom{
	overflow:hidden;
    background-color: #6d6d6d;
    color: #fff;
	font-size:14px;
    padding: 6px 10px;
	margin-top:-5px;
}