@charset "utf-8";

:root {
    --main-: #164572;
    --sub-: #98A3AC;
    --light-: #C6C8CA;
    --white-: #fff;
    --mark-: #3fab7e;
     --mine: "minerva-modern", sans-serif;
}

a { -webkit-tap-highlight-color: transparent; }

/*
.fp-viewing-1 .msec1 .bgbx:after,
.fp-viewing-3 .msec5 .bgbx:after {
    transform: scale(1);
    transition: all 1.2s 0.5s;
}

.fp-viewing-0 #header #gnb-pc .gnb-li > a > span,
.fp-viewing-1 #header #gnb-pc .gnb-li > a > span,
.fp-viewing-3 #header #gnb-pc .gnb-li > a > span,
.fp-viewing-4 #header #gnb-pc .gnb-li > a > span {
    color: #fff !important;
}




.fp-viewing-0 #header.active #gnb-pc .gnb-li > a > span,
.fp-viewing-1 #header.active #gnb-pc .gnb-li > a > span,
.fp-viewing-3 #header.active #gnb-pc .gnb-li > a > span {
    color: #111 !important;
}

.fp-viewing-2 #header .menu_link span {
    color: #111;
}

.fp-viewing-2 #header .menu_link .box span:before {
    background: #111;
}

.fp-viewing-2 #header .menu_link .box span:after {
    background: #111;
}
*/


/* sub cm bnn */
.sec_cmbnn01 .inner {
    position: relative;
    height: 520px;
    background: url(../images/sub/footer_cmbnn.png) center center no-repeat;
    background-size: cover !important;
    
}

.sec_cmbnn01 .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0, 0, 0, .3);
    z-index: 1;
}

.sec_cmbnn01 .inner .df {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.sec_cmbnn01 .inner .df .txt {
    position: relative;
    z-index: 2;
}

.sec_cmbnn01 .inner .df .txt h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
}

.sec_cmbnn01 .inner .df .txt h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.sec_cmbnn01 .inner .df .txt a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    width: 180px;
    background: #2fa2d1;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    transition: all .5s;
}

.sec_cmbnn01 .inner .df .txt a:hover {
    background: #2645a0;
}

.sec_cmbnn01 .list {
    padding: 24px;
    background: #30447e;
    overflow: hidden;
    border-radius: 12px;
    margin: 32px auto 40px;
}

.sec_cmbnn01 .list ul li {
    color: #fff;
}

.sec_cmbnn01 .list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.sec_cmbnn01 .list ul li span {
    margin-right: 2px;
}

.sec_cmbnn01 .list ul li span img {
    width: 14px;
    transform: translateY(-1px);
}

@media (max-width:1200px) {
    .sec_cmbnn01 .inner .df .txt h2 {
        font-size: 36px;
    }

    .sec_cmbnn01 .inner .df .txt h3 {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .sec_cmbnn01 .inner .df .txt h2 {
        font-size: 28px;
    }
}

.sec_cmbnn02 .inner {
    position: relative;
    height: 520px;
    background: url(../images/sub/footer_cmbnn.png) no-repeat;
    background-size: cover !important;
    ;
}

.sec_cmbnn02 .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(0, 0, 0, .3);
    z-index: 1;
}

.sec_cmbnn02 .inner .df {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.sec_cmbnn02 .inner .df .txt {
    position: relative;
    z-index: 2;
}

.sec_cmbnn02 .inner .df .txt h2 {
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 40px;
}

.sec_cmbnn02 .inner .df .txt a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    width: 180px;
    background: #3a5dc2;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    transition: all .5s;
}

@media (max-width:1200px) {
    .sec_cmbnn02 .inner .df .txt h2 {
        font-size: 36px;
    }

    .sec_cmbnn02 .inner .df .txt h3 {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .sec_cmbnn02 .inner .df .txt h2 {
        font-size: 28px;
    }
}

.sec_cmbnn02 .inner .df .txt a:hover {
    background: #2645a0;
}


/*    footer    */
#footer {
    padding: 100px 0;
    background: #f9f9f9;
}

#footer .inner {
    padding: 0 80px;
}

#footer .inner p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

#footer .inner p span em {
    padding-right: 4px;
    font-weight: 500;
}

#footer .inner p:first-child {
    margin-bottom: 16px;
}

#footer .inner p span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
}

#footer .f_logo {
    margin-bottom: 40px;
}

#footer .f_logo img {
    width: 50px;
}

#footer .ft_dflx {
    border-top: 1px solid #eee;
    margin: 24px 0 0;
    padding: 24px 0 0;
    display: flex;
    justify-content: space-between;
}

#footer .ft_dflx .ft_nav ul {
    display: flex;
}

#footer .ft_dflx .ft_nav ul li {
    margin-right: 16px;
}

#footer .ft_dflx .ft_nav ul li a {
    color: #888;

}

#footer .ft_dflx .ft_nav ul li:last-child {
    margin-right: 0;
}

#footer .ft_dflx .ft_nav ul li:first-child a {
    color: #111;
    font-weight: bold;
}

#footer .ft_dflx .cp p {
    font-size: 15px;
    color: #888;
}

@media (max-width:1280px) {
    #footer .inner {
        padding: 0 40px;
    }
}

@media (max-width:768px) {
    #footer .inner {
        padding: 0 16px;
    }

    #footer .ft_dflx {
        display: block;
    }

    #footer .ft_dflx .cp {
        margin-top: 16px;
    }
}
