@charset "utf-8";

/* ——————————————————————————
 * main_visual
/* —————————————————————————— */
.main_visual {
    height: 600px;
    min-width: 1200px;
    overflow: hidden;
    z-index: 9;
}

/* slick-arrow */
.main_visual .slick-arrow {
    width: 47px;
    height: 79px;
    display: inline-block;
    background: url("../img/main_visual_arr.png") no-repeat 0 0;
    -webkit-background-size: 94px 79px;
    background-size: 94px 79px;
    font-size: 0;
    text-indent: -99999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -39.5px;
    z-index: 10
}

.main_visual .slick-arrow.slick-prev {
    left: 60px;
    background-position: 0 0
}

.main_visual .slick-arrow.slick-next {
    right: 60px;
    background-position: 100% 0
}

/* slick-dots */
.main_visual .slick-dots {
    width: 1160px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main_visual .slick-dots li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main_visual .slick-dots li button {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    text-indent: -99999em;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}

.main_visual .slick-dots li.slick-active button {
    background: #fff
}

/* item */
.main_visual .item {
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.main_visual .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
}

.main_visual .item a:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #2d2d2d);
    opacity: 0.08;
}

.main_visual .item .inner {
    line-height: 600px;
}

.main_visual .item .inner.txt_rt {
    text-align: right;
}

.main_visual .item .txtBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    line-height: 1;
}

.main_visual .item .inner.txt_rt .txtBox {
    padding-left: 0;
    padding-right: 40px;
}

.main_visual .item .txtBox > span,
.main_visual .item .txtBox > h3,
.main_visual .item .txtBox > p {
    position: relative;
    color: #212529;
}

.main_visual .item .txtBox.light > span,
.main_visual .item .txtBox.light > h3,
.main_visual .item .txtBox.light > p {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.main_visual .item .txtBox > span {
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 50px;
}

.main_visual .item .txtBox > h3 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05em;
    margin-left: -2px;
}

.main_visual .item .txtBox > h3 em {
    display: block;
}

.main_visual .item .txtBox > p {
    font-size: 17px;
    padding-top: 50px;
    line-height: 1.5;
    color: #343a40;
}

.itemAni_1,
.itemAni_2,
.itemAni_3 {
    opacity: 0;
}

.slick-active .itemAni_1 {
    -webkit-animation: itemAni 400ms linear 200ms both;
    -moz-animation: itemAni 400ms linear 200ms both;
    -o-animation: itemAni 400ms linear 200ms both;
    -ms-animation: itemAni 400ms linear 200ms both;
    animation: itemAni 400ms linear 200ms both;
    opacity: 1;
}

.slick-active .itemAni_2 {
    -webkit-animation: itemAni 400ms linear 500ms both;
    -moz-animation: itemAni 400ms linear 500ms both;
    -o-animation: itemAni 400ms linear 500ms both;
    -ms-animation: itemAni 400ms linear 500ms both;
    animation: itemAni 400ms linear 500ms both;
    opacity: 1;
}

.slick-active .itemAni_3 {
    -webkit-animation: itemAni 400ms linear 800ms both;
    -moz-animation: itemAni 400ms linear 800ms both;
    -o-animation: itemAni 400ms linear 800ms both;
    -ms-animation: itemAni 400ms linear 800ms both;
    animation: itemAni 400ms linear 800ms both;
    opacity: 1;
}

/* 서비스 안내 */
.service_info_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 150px calc(50% - 800px) 180px;
    overflow: hidden;
    gap: 0 5%;
}

.service_info_wrap .service_info_tit {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
    flex: 0 0 100%;
}

.service_info_wrap .service_info_tit span {
    display: block;
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
}

.service_info_wrap > .info_box_wrap {
    flex: 1 0 auto;
}

.service_info_box_tit {
    position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #101010;
}

.service_info_box_tit:after {
    content: '';
    width: 50%;
    height: 8px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(80, 116, 157, 0.3);
    z-index: -1;
}

.service_info_table tr {
    border-bottom: 1px solid #555555;
}

.service_info_table th {
    width: 45%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #2b2b2b;
    padding: 7px 0;
}

.service_info_table td {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #EB0000;
    padding: 7px 10px 7px 0;
}

.service_info_box_script2 {
    display: block;
    font-size: 16px;
    color: #666;
    margin: 12px 0 20px;
    text-align: center;
}

.service_info_box_script2 em {
    font-weight: bold;
    color: #50749d;
}

.service_info_box ul.info_box_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
    border-bottom: 1px solid #aaa;
}

.service_info_box ul.info_box_tit li {
    flex: 1 0 20%;
    padding: 14px 0;
}

.service_info_box ul.info_box_tit li:first-child {
    flex: 1 0 auto;
}

.service_info_box ul.info_box_tit li a {
    font-size: 14px;
    color: #666;
}

.service_info_box ul.info_box_cont {
    display: flex;
    height: 80px;
    line-height: 80px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.service_info_box ul:after {
    display: none;
}

.service_info_box ul.info_box_cont li {
    flex: 1 0 20%;
}

.service_info_box ul.info_box_cont li.service_sort {
    color: #fff;
    font-size: 16px;
    flex: 1 0 12%;
}

.service_info_box ul.info_box_cont:nth-child(2) li.service_sort {
    background: #9bb9db;
}

.service_info_box ul.info_box_cont:nth-child(3) li.service_sort {
    background: #7799bf;
}

.service_info_box ul.info_box_cont:nth-child(4) li.service_sort {
    background: #50749d;
}

.service_info_box ul.info_box_cont:nth-child(5) li.service_sort {
    background: #244d7e;
}

.service_info_box ul.info_box_cont:nth-child(2):hover {
    border-color: #9bb9db;
}

.service_info_box ul.info_box_cont:nth-child(3):hover {
    border-color: #7799bf;
}

.service_info_box ul.info_box_cont:nth-child(4):hover {
    border-color: #50749d;
}

.service_info_box ul.info_box_cont:nth-child(5):hover {
    border-color: #244d7e;
}

.service_info_box ul.info_box_cont li span {
    font-size: 13px;
    font-weight: normal;
    color: #666;
}

.service_info_box ul.info_box_cont li span em {
    font-size: 18px;
    font-weight: bold;
    color: #101010;
    vertical-align: baseline;
}

.service_info_box a {
    display: block;
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    color: #FFFFFF;
    background: #111;
    border-radius: 45px;
}

.service_info_box a img {
    vertical-align: -2px;
    margin-left: 10px;
}


/* 메인 제휴카드 배너 */
.main_card_banner {
    background: url('../img/main_card_banner.png') no-repeat center/cover;
    height: 450px;
    width: 100%;
    padding: 0 calc(50% - 640px);
    cursor: pointer;
}

.main_card_banner p {
    font-size: 50px;
    padding-top: 100px;
    font-weight: 300;
}

.main_card_banner p span {
    color: #50749d;
    font-weight: bold;
}

.main_card_banner em {
    font-size: 25px;
    font-weight: 300;
    line-height: 120px;
}

@-webkit-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-ms-keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes itemAni {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

/* ——————————————————————————
 * main_bnnr_basic
/* —————————————————————————— */
.main_bnnr_basic {
    margin-top: 50px;
}

.main_bnnr_basic ul {
    margin: 0 -15px;
}

.main_bnnr_basic ul li {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}

.main_bnnr_basic ul li a {
    display: block;
}

.main_bnnr_basic .thumb {
    border-radius: 22px;
    overflow: hidden;
}

.main_bnnr_basic .thumb img {
    width: 100%;
    height: auto;
}

.main_bnnr_basic .txt {
    padding: 16px 4px 0;
    text-align: center;
}

.main_bnnr_basic .txt h3 {
    font-size: 19px;
    font-weight: 700;
}

.main_bnnr_basic .txt .desc {
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}


/* ——————————————————————————
 * main_prodList
/* —————————————————————————— */
.main_prodList .prodList_tit {
    text-align: center;
    margin: 80px 0 30px
}

.main_prodList .prodList_tit h2 {
    font-size: 40px;
    font-weight: 700
}

.main_prodList .prodList_tit h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 14px
}

.main_prodList .prodList_tit h2 span:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #50749d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px
}