@charset "utf-8";


/* 상단 헤더 */
@media screen and (min-width: 979px) {
    #header {
        background-color: transparent;
        box-shadow: none;
    }

    .scrollOn #header {
        background-color: #fff;
        box-shadow: 0 3px 15px rgba(0,0,0,0.16);
    }
}


/* 메인 상단 */
.main-top {
    position: relative;
    background-color: #D9ECFC;
    background-image: url("../images/main_topbg_m.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.main-top .respon {
    padding: 100px 40px 100%;
}

.main-top .top-tit .tit {
    font-family: var(--font-point);
    font-size: 2rem;
}

.main-top .top-tit .tit em {
    display: block;
    color: #3A7990;
}

.main-top .top-tit .tit em small {
    display: block;
    font-size: 1.6rem;
}

.main-top .top-tit .tit strong {
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    color: var(--color-green);
    font-family: var(--font-point-bold);
    font-size: 2.4rem;
}

.main-top .top-tit .txt {
    margin-top: 10px;
    color: #73777C;
}

.main-top .phone-info {
    margin-top: 20px;
    color: #465F71;
}

.main-top .phone-info dt {
    font-weight: 400;
    font-size: 1.8rem;
}

.main-top .phone-info dd {
    font-weight: 900;
    font-size: 2.4rem;
}

.main-top .main-btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.main-top .main-btn-box a {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    border: 2px solid #2B82CC;
    background-color: #fff;
    color: #2B82CC;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 500;
}

.main-top .main-btn-box a:not(:first-child) {
    margin-left: 5px;
}

@media screen and (min-width: 639px) {
    .main-top .top-tit .tit {
        font-size: 2.4rem;
    }

    .main-top .top-tit .tit em small {
        display: inline;
        font-size: 2rem;
    }

    .main-top .top-tit .tit strong {
        font-size: 4rem;
    }

    .main-top .top-tit .txt {
        font-size: 2rem;
    }
    
    .main-top .phone-info dt {
        font-size: 2rem;
    }
    
    .main-top .phone-info dd {
        font-size: 3rem;
    }

    .main-top .main-btn-box a {
        padding: 0 20px;
    }
}

@media screen and (min-width: 979px) {
    .main-top {
        background-image: url("../images/main_topbg.png");
        background-size: 1920px auto;
    }

    .main-top .respon {
        padding: 170px 40px 200px;
    }

    .main-top .top-tit .tit {
        line-height: 1.2;
        font-size: 3rem;
    }

    .main-top .top-tit .tit em small {
        font-size: 2rem;
    }

    .main-top .top-tit .tit strong {
        line-height: 1.2;
        margin-top: 20px;
        font-size: 5rem;
    }

    .main-top .top-tit .txt {
        margin-top: 20px;
        font-size: 2.4rem;
    }
    
    .main-top .phone-info {
        margin-top: 40px;
    }
    
    .main-top .phone-info dt {
        font-size: 2.6rem;
    }
    
    .main-top .phone-info dd {
        font-size: 3.2rem;
    }

    .main-top .main-btn-box {
        margin-top: 40px;
    }

    .main-top .main-btn-box a {
        height: 50px;
        line-height: 46px;
        padding: 0 30px;
        font-size: 2rem;
        border-radius: 25px;
    }
}

@media screen and (min-width:1339px) {
    .main-top .respon {
        padding: 170px 0px 200px;
    }
}


/* Best Location */
.main-best-location {
    padding: 20px 40px;
}

.main-best-location .mbl-con figure {
    font-size: 0;
}

.main-best-location .mbl-con .txt-box {
    margin-top: 20px;
}

.main-best-location .mbl-con .txt-box .best-location-tit {
    margin-bottom: 10px;
    color: var(--color-gray-deep);
    font-size: 1.6rem;
}

.main-best-location .mbl-con .txt-box .best-location-tit strong {
    font-weight: 900;
}

.main-best-location .mbl-con .txt-box .tit {
    line-height: 1.2;
    font-family: var(--font-point);
    font-size: 2rem;
}

.main-best-location .mbl-con .txt-box .tit small {
    font-size: 1.4rem;
}

.main-best-location .mbl-con .txt-box .tit strong {
    display: block;
    font-family: var(--font-point-bold);
}

.main-best-location .mbl-con .txt-box p.txt {
    margin-top: 10px;
    color: var(--color-gray);
}

.main-best-location .mbl-con .txt-box p.txt br {
    display: none;
}

.main-best-location .button-box {
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}

.main-best-location .button-box .swiper-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: var(--bg-background-gray);
    text-align: center;
    font-size: 18px;
    border-radius: 25px;
}

@media screen and (min-width: 767px) {
    .main-best-location {
        padding: 40px;
    }

    .main-best-location .mbl-slide {
        overflow: hidden;
    }

    .main-best-location .mbl-con {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-best-location .mbl-con figure {
        flex-shrink: 0;
        width: 40%;
        margin-right: 5%;
    }

    .main-best-location .mbl-con .txt-box {
        flex-grow: 1;
        margin-top: 0;
    }

    .main-best-location .mbl-con .txt-box .tit strong {
        display: inline;
    }

    .main-best-location .button-box {
        margin-top: 20px;
    }
}

@media screen and (min-width: 979px) {
    .main-best-location .mbl-con .txt-box .best-location-tit {
        margin-bottom: 30px;
        font-size: 2rem;
    }

    .main-best-location .mbl-con .txt-box .tit {
        font-size: 2.6rem;
    }

    .main-best-location .mbl-con .txt-box .tit small {
        font-size: 2rem;
    }

    .main-best-location .mbl-con .txt-box p.txt {
        font-size: 1.6rem;
    }

    .main-best-location .mbl-con .txt-box p.txt br {
        display: block;
    }
}

@media screen and (min-width:1339px) {
    .main-best-location {
        padding: 60px 0;
    }

    .main-best-location .mbl-con figure {
        width: 630px;
        margin-right: 40px;
    }

    .main-best-location .mbl-con .txt-box .best-location-tit {
        margin-bottom: 50px;
        font-size: 3rem;
    }

    .main-best-location .mbl-con .txt-box .tit {
        font-size: 3.4rem;
    }

    .main-best-location .mbl-con .txt-box .tit small {
        font-size: 2.4rem;
    }

    .main-best-location .mbl-con .txt-box p.txt {
        margin-top: 25px;
        font-size: 2rem;
        letter-spacing: -.35pt;
    }

    .main-best-location .button-box {
        margin: 0;
    }

    .main-best-location .button-box .swiper-button {
        position: absolute;
        top: calc(50% - 35px);
        width: 70px;
        height: 70px;
        line-height: 68px;
        border-radius: 50%;
    }

    .main-best-location .button-box .swiper-button.swiper-prev {
        left: -100px;
    }

    .main-best-location .button-box .swiper-button.swiper-next {
        right: -100px;
    }
}



/* -------------------------------- */
@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
}

@media screen and (min-width:1239px) {
}

@media screen and (min-width:1339px) {
}

@media screen and (min-width:1439px) {
}

@media screen and (min-width:1639px) {
}

@media screen and (min-width:1839px) {
}