@charset "utf-8";


/* 메인 공통 */
#mainContainer h2.mtit-h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

#mainContainer h2.mtit-h2 em {
    display: block;
    font-family: var(--font-point-bold);
    font-size: 2.4rem;
}

#mainContainer h2.mtit-h2 span {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
    opacity: 0.5;
}

@media screen and (min-width: 639px) {
    #mainContainer h2.mtit-h2 {
        margin-bottom: 40px;
    }
    
    #mainContainer h2.mtit-h2 em {
        font-size: 2.8rem;
    }
    
    #mainContainer h2.mtit-h2 span {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 767px) {
    #wrapper:not(.scrollOn) #header {
        background-color: rgba(var(--bg-blue-rgb),0);
    }
}

@media screen and (min-width: 979px) {
    #mainContainer h2.mtit-h2 {
        margin-bottom: 50px;
    }
    
    #mainContainer h2.mtit-h2 em {
        font-size: 4rem;
        letter-spacing: -.5pt;
    }
    
    #mainContainer h2.mtit-h2 span {
        margin-top: 10px;
        font-size: 1.8rem;
    }
}

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

@media screen and (min-width:1439px) {
    #mainContainer h2.mtit-h2 em {
        font-size: 4.4rem;
    }
    
    #mainContainer h2.mtit-h2 span {
        margin-top: 20px;
        font-size: 2rem;
    }
}



/* 메인 상단 슬라이드 */
.main-top-slide {
    position: relative;
}

.main-top-slide:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/bg_wave.png") no-repeat center bottom/100% auto;
    z-index: 1000;
    content: '';
}

.main-top-slide .main-slidebox ul li {
    height: 550px;
    padding: 230px 40px 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.main-top-slide .main-slidebox ul li .big-txt {
    line-height: 1.4;
    font-family: var(--font-point-light);
    font-size: 2.4rem;
    text-shadow: 0 1px 2px rgba(var(--color-black-rgb),0.16);
    transition: .2s;
}

.main-top-slide .main-slidebox ul li .big-txt b {
    font-family: var(--font-point-bold);
}

.main-top-slide .main-slidebox ul li .big-txt br {
    display: none;
}

.main-top-slide .main-slidebox ul li .small-txt {
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.6rem;
    transition: .2s;
}

.main-top-slide .arrow-box {
    position: absolute;
    top: 150px;
    left: 30px;
    right: 40px;
    max-width: 540px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2000;
}

.main-top-slide .arrow-box:after {
    position: absolute;
    top: 50%;
    left: 80px;
    right: 50px;
    height: 1px;
    background-color: #fff;
    content: '';
    opacity: 0.5;
}

.main-top-slide .arrow-box .prev-next {
    flex-shrink: 0;
}

.main-top-slide .arrow-box .prev-next .swiper-button {
    padding: 10px;
    color: #fff;
    text-align: center;
}

.main-top-slide .arrow-box .prev-next .swiper-button.swiper-button-disabled {
    opacity: 0.5;
}

.main-top-slide .arrow-box .swiper-pagination {
    flex-shrink: 0;
    color: #fff;
}

.main-top-slide .arrow-box .swiper-pagination .swiper-pagination-current {
    font-weight: 700;
}

@media screen and (min-width: 639px) {
    .main-top-slide .main-slidebox ul li .big-txt {
        font-size: 3rem;
    }

    .main-top-slide .main-slidebox ul li .small-txt {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 767px) {
    .main-top-slide:after {
        height: 200px;
    }

    .main-top-slide .main-slidebox ul li {
        height: 650px;
        padding-top: 250px;
    }

    .main-top-slide .main-slidebox ul li .big-txt {
        font-size: 3.4rem;
    }

    .main-top-slide .main-slidebox ul li .big-txt br {
        display: block;
    }

    .main-top-slide .main-slidebox ul li .small-txt {
        font-size: 2rem;
    }

    .main-top-slide .arrow-box {
        top: 180px;
    }
}

@media screen and (min-width: 979px) {
    .main-top-slide:after {
        height: 340px;
    }

    .main-top-slide .main-slidebox ul li {
        height: 700px;
    }

    .main-top-slide .main-slidebox ul li .big-txt {
        font-size: 4rem;
    }

    .main-top-slide .main-slidebox ul li .small-txt {
        font-size: 2.4rem;
    }
}

@media screen and (min-width:1239px) {
    .main-top-slide .main-slidebox ul li {
        height: 800px;
        padding-top: 300px;
    }

    .main-top-slide .main-slidebox ul li .big-txt {
        font-size: 5rem;
        letter-spacing: -.5;
    }

    .main-top-slide .main-slidebox ul li .small-txt {
        font-size: 2.8rem;
        letter-spacing: -.5;
    }

    .main-top-slide .arrow-box {
        top: 230px;
    }
}

@media screen and (min-width:1439px) {
    .main-top-slide .main-slidebox ul li {
        height: 105vh;
    }

    .main-top-slide .main-slidebox ul li .respon {
        padding: 0 90px;
    }

    .main-top-slide .main-slidebox ul li .big-txt {
        font-size: 5.4rem;
    }

    .main-top-slide .arrow-box {
        left: calc( 50% - 600px);
    }
}


/* 메인 SERVICE */
.main-service {
    position: relative;
    padding: 0 40px;
    margin-top: -50px;
    z-index: 4000;
}

.main-service .service-con ul li {
    position: relative;
    min-height: 380px;
    background-color: var(--bg-basic);
    padding: 60px 20px 40px;
    box-shadow: 0 5px 10px rgba(52,85,157,0.1);
    border-radius: 5px;
}

.main-service .service-con ul li .icobox {
    position: absolute;
    top: -40px;
    right: 20px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    background-color: var(--color-blue);
    box-shadow: inset 0 5px 8px rgba(0,0,0,0.3);
    border-radius: 50%;
    font-size: 0;
}

.main-service .service-con ul li:nth-child(2n+1) .icobox {
    background-color: var(--color-sky);
}

.main-service .service-con ul li h3 {
    position: relative;
    height: 120px;
    margin-bottom: 30px;
    font-weight: 400;
}

.main-service .service-con ul li h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(to right,  rgba(73,160,214,1) 0%,rgba(28,45,78,1) 100%);
    content: '';
}

.main-service .service-con ul li h3 em {
    display: block;
    font-family: var(--font-point);
    font-size: 2rem;
}

.main-service .service-con ul li h3 span {
    display: block;
    margin-top: 5px;
    color: var(--color-gray);
    font-size: 1.4rem;
}

.main-service .service-con ul li p {
    color: var(--color-gray);
    font-size: 1.6rem;
}

.main-service .service-con ul li p br {
    display: none;
}

.main-service .service-con ul li .tagbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
    margin-top: 10px;
    color: var(--color-gray-deep);
    font-size: 1.4rem;
}

.main-service .service-con ul li .link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #676767;
    text-align: center;
    color: #fff;
    border-radius: 20px 0 5px;
    transition: .2s;
}

.main-service .service-con ul li .link-btn:hover {
    background-color: var(--color-sky);
}

@media screen and (min-width: 639px) {
    .main-service {
        margin-top: -100px;
    }
}

@media screen and (min-width: 767px) {
    .main-service {
        margin-top: -150px;
    }

    .main-service .service-con ul li {
        min-height: 400px;
        padding: 80px 40px 40px;
    }

    .main-service .service-con ul li .icobox {
        top: -50px;
        width: 100px;
        height: 100px;
        border-width: 5px;        
    }

    .main-service .service-con ul li h3 em {
        font-size: 2.2rem;
        letter-spacing: -.5pt;
    }
}

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

@media screen and (min-width:1239px) {
    .main-service {
        margin-top: -200px;
    }

    .main-service .service-con ul li .icobox {
        top: -60px;
        right: 30px;
        width: 120px;
        height: 120px;       
    }
}

@media screen and (min-width:1439px) {
    .main-service {
        margin-top: -250px;
    }
}


/* 메인 HISTORY */
.main-history {
    padding: 60px 20px 0;
}

.main-history .years-list .yl-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.main-history .years-list .yl-con a {
    display: inline-block;
    width: 19%;
    padding: 5px 10px;
    margin: 0.5%;
    border: 1px solid rgba(var(--black-white-rgb),0.16);
    border-radius: 4px;
    text-align: center;
    color: var(--color-gray-deep);
    transition: .2s;
}

.main-history .years-list .yl-con a:hover {
    color: var(--color-gray);
}

.main-history .years-list .yl-con a.active {
    border-color: var(--color-sky);
    color: var(--color-blue);
    font-weight: 900;
}

.main-history .history-list {
    position: relative;
    overflow-y: auto;
    height: 350px;
    padding: 20px;
    margin: 20px -20px 0;
    background-color: rgba(var(--black-white-rgb),0.03);
}

.main-history .history-list .history-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-line);
}

.main-history .history-list .history-con .month {
    flex-shrink: 0;
    width: 100px;
    font-weight: 900;
}

.main-history .history-list .history-con .hc-link {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: var(--bg-blue);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    transition: .2s;
}

.main-history .history-list .history-con .hc-link:hover {
    background-color: var(--bg-sky);
}

.main-history .history-list .history-con .hc-link.disabled {
    background-color: rgba(var(--black-white-rgb),0.1) !important;
    cursor: default;
}

.main-history .history-list .history-con .subject {
    flex-grow: 1;
    width: 100%;
    padding: 10px 0;
}

.main-history .history-list .history-con .subject em {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
}

.main-history .history-list .history-con .subject span {
    display: block;
    line-height: 1.4;
    color: var(--color-gray);
    font-size: 1.4rem;
}

.main-history .history-list .history-con .etc {
    flex-shrink: 0;
    color: var(--color-gray-deep);
    font-size: 1.4rem;
}

@media screen and (min-width: 639px) {
    .main-history {
        padding: 80px 40px 0;
    }

    .main-history .years-list .yl-con a {
        width: 24%;
        padding: 10px;
    }

    .main-history .history-list {
        padding: 40px;
        margin: 40px -40px 0;
    }
}

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

    .main-history .respon {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .main-history .years-list {
        flex-shrink: 0;
        width: 200px;
        margin-right: 50px;
    }

    .main-history .years-list h2.mtit-h2 {
        text-align: left !important;
    }

    .main-history .years-list .yl-con {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .main-history .years-list .yl-con a {
        width: 100%;
        border-width: 0;
        padding: 5px 0;
        text-align: left;
        font-size: 2rem;
    }

    .main-history .years-list .yl-con a.active {
        font-size: 3rem;
    }

    .main-history .history-list {
        flex-grow: 1;
        height: 500px;
        padding: 0 30px 0 0;
        margin: 0;
        background-color: rgba(var(--black-white-rgb),0);
    }

    .main-history .history-list .history-con {
        padding: 20px 0;
    }
}

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

@media screen and (min-width:1239px) {
    .main-history {
        padding: 100px 40px;
    }

    .main-history .years-list {
        width: 270px;
        margin-right: 50px;
    }

    .main-history .history-list .history-con {
        flex-wrap: nowrap;
        padding: 25px 0;
    }

    .main-history .history-list .history-con .month {
        width: 120px;
        font-size: 1.8rem;
    }

    .main-history .history-list .history-con .hc-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    
    .main-history .history-list .history-con .subject {
        width: auto;
        padding: 0 20px;
    }
    
    .main-history .history-list .history-con .subject em {
        display: block;
        font-weight: 500;
        font-size: 1.8rem;
    }
    
    .main-history .history-list .history-con .subject span {
        margin-top: 10px;
        color: var(--color-gray);
    }
    
    .main-history .history-list .history-con .etc {
        flex-shrink: 0;
        color: var(--color-gray-deep);
    }
}

@media screen and (min-width:1439px) {
    .main-history {
        padding: 100px 0px;
    }

    .main-history .years-list .yl-con a {
        font-size: 2.4rem;
    }

    .main-history .years-list .yl-con a.active {
        font-size: 3.4rem;
    }

    .main-history .history-list {
        height: 600px;
    }

    .main-history .history-list .history-con {
        padding: 25px 30px;
    }
}


/* 메인 PRODUCT */
.main-product {
    position: relative;
    padding: 60px 40px;
    background: url("../images/main_product_bg.jpg") no-repeat center/cover;
    color: #fff;
}

.main-product h2.mtit-h2 {
    color: var(--color-basic-reverse);
}

.main-product .product-con ul li {
    width: 100%;
}

.main-product .product-con ul li .pic {
    position: relative;
    overflow: hidden;
    font-size: 0;
    border-radius: 20px;
}

.main-product .product-con ul li .pic .pic-in-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.4;
    padding: 20px;
    font-size: 2rem;
    color: #fff;
}

.main-product .product-con ul li .pic .pic-in-txt em {
    display: block;
    font-family: var(--font-point-bold);
}

.main-product .product-con ul li .pic .pic-in-txt span {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
}

.main-product .product-con ul li .txt {
    margin-top: 20px;
}

.main-product .product-con ul li .link-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 20px;
    background-color: var(--bg-sky);
    color: #fff;
    border-radius: 20px;
    transition: .2s;
}

.main-product .product-con ul li .link-btn:hover {
    background-color: var(--bg-blue);
}

.main-product .product-con ul li .link-btn span.ico {
    display: inline-block;
    margin-left: 20px;
}

@media screen and (min-width: 639px) {
    .main-product {
        padding: 80px 40px;
    }

    .main-product .product-con ul li {
        width: 80%;
    }

    .main-product .product-con ul li .pic .pic-in-txt {
        font-size: 2.4rem;
    }

    .main-product .product-con ul li .pic .pic-in-txt span {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 767px) {
    .main-product .product-con ul li {
        width: 60%;
    }
}

@media screen and (min-width: 979px) {
    .main-product .product-con ul li {
        width: 40%;
    }

    .main-product .product-con ul li .pic {
        border-radius: 40px;
    }

    .main-product .product-con ul li .pic .pic-in-txt {
        padding: 40px;
    }

    .main-product .product-con ul li .txt {
        padding: 0 30px;
    }
    
    .main-product .product-con ul li .link-btn {
        margin-left: 30px;
    }
}

@media screen and (min-width:1239px) {
    .main-product {
        padding: 100px 40px;
    }

    .main-product .product-con ul li .pic .pic-in-txt {
        padding: 50px;
        font-size: 3rem;
    }

    .main-product .product-con ul li .pic .pic-in-txt span {
        font-size: 1.8rem;
    }
}

@media screen and (min-width:1439px) {
    .main-product {
        padding: 100px 0px;
    }

    .main-product .product-con ul li .pic .pic-in-txt {
        font-size: 3.4rem;
    }

    .main-product .product-con ul li .pic .pic-in-txt span {
        font-size: 1.8rem;
    }

    .main-product .product-con ul li .txt {
        margin-top: 30px;
    }

    .main-product .product-con ul li .link-btn {
        margin-top: 30px;
    }
}


/* 메인 PARTNER */
.main-partner {
    position: relative;
    padding: 60px 40px 0;
    background-color: var(--bg-gray-light);
}

.main-partner .partner-con .partner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2%;
    height: 400px;
    padding: 20px;
    margin: 0 -40px;
}

.main-partner .partner-con .partner-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 31%;
    padding: 0 20px;
    background-color: var(--bg-basic);
    font-size: 0;
    border-radius: 10px;
    transition: .2s;
}

.main-partner .partner-con .partner-list a img {
    transition: .2s;
}

@media screen and (min-width: 639px) {
    .main-partner {
        padding: 80px 40px 0;
    }

    .main-partner .partner-con .partner-list a {
        width: 23%;
    }
}

@media screen and (min-width: 767px) {
    .main-partner .partner-con .partner-list {
        height: 500px;
        padding-bottom: 40px;
    }

    .main-partner .partner-con .partner-list a {
        width: 18%;
    }
}

@media screen and (min-width: 979px) {
    .main-partner .partner-con .partner-list a {
        width: 14.6%;
    }

    .main-partner .partner-con .partner-list:hover a:not(:hover) {
        filter: grayscale(100%);
    }

    .main-partner .partner-con .partner-list:hover a:not(:hover) img {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

@media screen and (min-width:1239px) {
    .main-partner {
        padding: 100px 40px 0;
    }
}

@media screen and (min-width:1439px) {
    .main-partner {
        padding: 100px 0 0;
    }

    .main-partner .partner-con .partner-list {
        height: 550px;
        margin: 0;
    }
}


/* 메인 CONTACT */
.main-contact {
    position: relative;
    font-size: 0;
}

.main-contact h2.mtit-h2 {
    display: none;
}

.main-contact .contact-con {
    filter: grayscale(100%);
}

.main-contact .contact-con iframe {
    width: 100%;
    height: 400px;
}

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

@media screen and (min-width: 767px) {
    .main-contact .contact-con iframe {
        height: 500px;
    }
}

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

@media screen and (min-width:1239px) {
    .main-contact .contact-con iframe {
        height: 600px;
    }
}

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



/* -------------------------------- */
@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) {
}