@import url('../css/reset.css');
@import url('../css/normalize.css');
@import url('../css/common.css');



/* header */
header{
    width: 100%;
    height: 80px;
    position: fixed;
    background: rgba(255,255,255,0.5);
    top: 0;
    z-index: 9999;
}

.logo h2{
    font-size: 2rem;
    margin: 0;
    font-weight: 700;
    color: #186EFC;
}
.logo h2 a{
    text-decoration: none;
}
.nav-bar{
    padding: 1.5rem 0;
}
.nav-bar.d-flex{
    align-items: center;
}

.gnb{
    width: 706px;
    margin: auto;
}

.gnb li{
    list-style: none;
}
.gnb a{
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
}

.menu-btn{
    display: none;
}
.mobile-gnb{
    display: none;
}


section{
    height: 937px;
}


/* main secteion */

.sec01-bg{
    background: #f8f8f8;
}

.container{
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    padding-top: 20.5em;
}

.sec01_title{
    margin-left: 23rem;
}
.main-title h3{
    font-size: 4rem;
    font-weight: 800;
    color: #949494;
    margin: 10px 0;
}
.main-text{
    font-size: 1.83rem;
    font-weight: 600;
    color: #949494;
    margin-top: 2em;
}
.sec01_title a{
    text-decoration: none;
}

.main_btn{
    font-size: 1.5rem;
    font-weight: 500;
    color: #186EFC;
    text-align: center;
    padding: 1.3em 2.5em;
    border: 1px solid #186EFC;
    border-radius: 2.5em;
    background-color: transparent;
    margin-top: 2.58em;
    cursor: pointer;
    transition: all .2s ease-in;
}
.main_btn:hover {
    color: #fff;
    background: #186EFC;
}

.ellipes{
    width: 1078px;
    height: 1078px;
    background-color: #186EFC;
    border-radius: 100%;
    position: absolute;
    left: 70%;
    bottom: 0;
    z-index: 10;
}
.ellipes::after{
    content: "";
    position: absolute;
    width: 1278px;
    height: 1278px;
    border-radius: 100%;
    border: 1px solid #186EFC;
    top: -100px;
    left: -100px;
}
.cars{
    position: absolute;
    width: 813px;
    top: 47%;
    right: 12%;
    z-index: 999;
}


/* section02 */

.section02{
    padding: 10rem 0;
}

.section02 .d-flex{
    gap: 2em;
}

.sec02_title{
    text-align: center;
    margin-bottom: 7.33em;
}
.sec02_title p{
    font-size: 2rem;
    font-weight: 600;
    color: #5e5c5d;
}

.sec02_content-box{
    height: 455px;
    background-color: #186efc;
    border-radius: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec02_icon{
    width: 132px;
    margin: auto;
}

.sec02__text{
    color: #fff;
    text-align: center;
    margin-top: 3.5rem;
}
.sec02__text h3{
    font-size: 2rem;
    font-weight: 600;
}
.sec02__text p{
    font-size: 1.5rem;
    font-weight: 300;
}


/* section03 */

.section03{
    padding: 3.33rem 0 7.58rem;
}

.section03 .section_title{
    text-align: center;
    margin-bottom: 7.33rem;
}

.section03 .d-flex-s{
    gap: 6.42em;
}

.sec03_content-box{
    border: 1px solid #E5E8F0;
    border-radius: 10px 0;
    padding: 6.42em 7.08em;
}

.sec03__input-box.d-flex-c{
    gap: 2.5em;
}
.sec03__input-box input{
    width: 100%;
    height: 33%;
    border: 1px solid #5e5c5d;
    border-radius: 7px;
    padding: 1.25rem 1.67rem;
    font-size: 1.67rem;
    color: #0b1030;
}
.sec03__input-box input::placeholder{
    font-size: 1.67rem;
    color: #cacbcc;
}

.sec03__check{
    margin: 2.5rem 0 5.08rem;
    display: flex;
    flex-direction: column;
}
.sec03__check input{
    accent-color: #186EFC;   
}
.checkbox__txt{
    margin: 0.83rem 0;
}
.checkbox__txt span{
    font-size: 1.17rem;
    font-weight: 500;
    color: #5e5c5d;
    margin-left: 1.17rem;
}

.sec03_content-box a{
    text-decoration: none;
}
.sec03__btn{
    width: 100%;
    height: 87px;
    border: none;
    border-radius: 10px;
    background-color: #186EFC;
    color: #fff;
    font-size: 2.17rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.sec03__btn:hover{
    background-color: #0D5BDB;
    color: #e9e9e9;
}

.sec03_event-box img{
    width: 470px;
    margin: auto;
}
.sec03_event-txt{
    text-align: center;
    font-size: 2rem;
    color: #5e5c5d;
    position: relative;
    bottom: 5%;
}

.section03 .point_txt{
    color: #198762;
}


/* section04 */
.section04{
    padding: 13.83em 0 14.42em 0;
    position: relative;
}
.section04 .d-flex-s{
    gap: 8.83em;
}

.sec04_img{
    height: auto;
    position: relative;
    z-index: 99;
}

.section04::after{
    content: "";
    width: 1072px;
    height: 1072px;
    background-color: #186EFC;
    border-radius: 100%;
    position: absolute;
    top: 10%;
    right: 86%;
    z-index: -3;
}

.sec04__txt-box{
    border: 1px solid #E5E8F0;
    border-radius: 10px 0;
    padding: 2.5em;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 30;
    position: relative;
}
.section04 .sub-title{
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    color: #0b1030;
    margin: 10px 0 10px 10px;
}
.section04 .sub-text{
    margin-top: 2.5rem;
    color: #5e5c5d;
    font-size: 1.5rem;
    font-weight: 500;
}
.sec04__txt-box p{
    margin: 5px 10px;
}

.mb-80{
    margin-bottom: 6.67em;
}


/* section05 */
.section05{
    padding: 6.17em 0 18.83em 0;
    position: relative;
    overflow: hidden;
}

.section05 .d-flex-s{
    gap: 8.83em;
}

.sec05_img{
    height: auto;
    position: relative;
    z-index: 99;
}

.section05::after{
    content: "";
    width: 1072px;
    height: 1072px;
    background-color: #186EFC;
    border-radius: 100%;
    position: absolute;
    top: 12%;
    left: 73%;
    z-index: -5;
}

.sec05__txt-box{
    border: 1px solid #E5E8F0;
    border-radius: 10px 0;
    padding: 2.5em;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 31;
    position: relative;
}
.section05 .sub-title{
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    color: #0b1030;
    margin: 10px 0 10px 10px;
}
.section05 .sub-text{
    margin-top: 2.5rem;
    color: #5e5c5d;
    font-size: 1.5rem;
    font-weight: 500;
}
.sec05__txt-box p{
    margin: 5px 10px;
}

.mb-80{
    margin-bottom: 6.67em;
}


/* section06 */
.section06{
    padding: 3.33em 0 7.33em;
}
.section06 .d-flex{
    gap: 11.67rem;
}
.mt-47{
    margin-top: 3.92rem;
}

.sec06_title{
    text-align: center;
    margin-bottom: 7.58rem;
}
.sec06_content{
    height: 300px;
    border: 1px solid #186EFC;
    border-radius: 10px 0;
    position: relative;
    z-index: 40;
}

.sec06_content img{
    position: absolute;
    bottom: 55%;
    left: 30%;
    z-index: 50;
}

.sec06__txt-box{
    margin-top: 13em;
}
.sec06__txt-box p{
    text-align: center;
    font-size: 2.08rem;
    font-weight: 500;
    color: #949494;
    margin-bottom: 0;
}

.sec06__txt-box .sub-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.sec06__txt-box .sub-text p{
    font-size: 2rem;
    font-weight: 600;
    color: #5e5c5d;
    margin: 10px 3px 0 10px;
}
.sec06__txt-box .sub-text .price{
    font-size: 3.33rem;
    color: #186EFC;
    margin: 10px;
}

/* section07 */
.section07{
    height: 800px;
    background: linear-gradient(#04B6E6, #186EFC 46%);
    padding: 3.33em 0;
    margin-top: 5.67em;
}

.sec07_title{
    text-align: center;
    color: #fff;
    margin-bottom: 6.33em;
}
.sec07_title .section_title{
    color: #fff;
}
.sec07_title p{
    font-size: 2rem;
    font-weight: 600;
}

.swiper-slide{
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 3.42rem 4.17rem;
}

.sec07_content-box .d-flex{
    align-items: center;
}
.sec07__img{
    width: 147px;
    height: 147px;
    border-radius: 100%;
    background-color: #d9d9d9;
    margin: 10px 10px 10px 0;
}
.sec07__name{
    margin-left: 1.67em;
}
.sec07__name p{
    font-size: 1.33rem;
    font-weight: 600;
    color: #2273B8;
}
.sec07__name .name{
    font-size: 2.67rem;
    font-weight: 600;
    color: #212225;
}

.sec07__content-txt p{
    font-size: 1.67rem;
    font-weight: 600;
    color: #5e5c5d;
}

.sec07__content-txt{
    margin-top: 1.67em;
}
.sec07__content-txt .stars{
    font-size: 2rem;
    font-weight: 600;
    color: #2273B8;
}

.swiper.sec07_slide :not(.swiper-slide-active).swiper-slide {
    opacity: 0.5;
    transition: opacity 1s;
    position: relative;
  }

.section07 .swiper-pagination{
    position: static;
    margin-top: 7.83em;
}
.section07 .swiper-pagination-bullet{
    width: 70px;
    height: 10px;
    border-radius: 0;
    background-color: #fff;
    opacity: 45%;
}
.section07 .swiper-pagination-bullet-active{
    opacity: 100%;
}



.section07 .swiper-button-next{
    background: url('../images/icon/btn--next.svg') no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 147px;
    opacity: 70%;
}
.section07 .swiper-button-prev{
    background: url('../images/icon/btn--prev.svg') no-repeat;
    width: 50px;
    height: 50px;
    margin-left: 147px;
    opacity: 70%;
}
.section07 .swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}
.section07 .swiper-button-next:hover,
.swiper-button-prev:hover{
    opacity: 100%;
    transition: 0.2s;
}


/* footer */
footer .container{
    padding: 37px 0;
}

footer .container p{
    font-size: 1.25rem;
    font-weight: 500;
    color: #5e5c5d;
}

.mt-20{
    margin-top: 20px;
}
