@charset "utf-8";

:root {
    --main-: #2A3747;
    --sub-: #98A3AC;
    --light-: #C6C8CA;
    --white-: #fff;
    --mark-: rgba(255, 0, 0, 0.30);
}

/*
.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;
}

    .info_wrapper .info_item h3 {
        line-height: 1;
        margin-bottom: 4px;
        font-size: 15px;
        position: relative;
        padding-left: 10px;
    }
    
    .info_wrapper .info_item h3:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        display: block;
        background: #080059;
    }
    
    .info_wrapper .info_item:first-child {
        margin-bottom: 16px;
    }

#footer .inner p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#footer .inner p span em {
    padding-right: 4px;
    font-weight: 600;
}

#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: 150px;
}

#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;
    }
}


.info_wrap {
    padding: 170px 0;
}

.info_wrap .tit_wrap {
    max-width: 1280px;
    margin: 0 auto 40px;
}

.info_wrap .tit_wrap h2 {
    font-size: 36px;
    line-height: 1.4;
}

.info_wrap .tit_wrap h2 span {
    font-weight: 300;
}

.info_wrap .bg_wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    height: 450px;
    border-radius: 12px;
}

.info_wrap .bg_wrap .thumb {
    text-align: center;
}

.info_wrap .bg_wrap .thumb img {
    position: relative;
    width: 450px;
    z-index: 2;
    margin-left: 200px;
}

.info_wrap .bg_wrap .name {
    position: absolute;
    left: 40px;
    bottom: 20px;
    z-index: 2;
}

.info_wrap .bg_wrap .name strong {
    font-size: 28px;
}

.info_wrap .bg_wrap .name strong span {
    font-size: 18px;
    padding-left: 8px;
}

.info_wrap .bg_wrap .name h2 {
    font-size: 56px;
    text-transform: uppercase;

    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: italic;
    color: #6d500d;
}

.info_wrap .bg_wrap .typo {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 2;
}

.info_wrap .bg_wrap .typo img {
    width: 150px;
}

.info_wrap .bg_wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: url(../images/main/sec3_bg.png) no-repeat;
    opacity: .8;
    z-index: 1;
}

.intro_wrap {
    max-width: 1280px;
    margin: 24px auto;
    overflow: hidden;
    border-radius: 12px;
    padding: 36px;
    background: #f9f9f9;
}

.intro_wrap h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    color: #222;
}

.intro_wrap p {
    line-height: 1.5;
    color: #333;
    word-break: keep-all;
}

.intro_wrap p:not(:last-child) {
    margin-bottom: 16px;
}

.his_wrap {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    padding: 36px;
    background: #f9f8f5;
}

.his_wrap .dflx {
    display: flex;
}

.his_wrap .dflx .left {
    margin-right: 120px;
}

.his_wrap .dflx .con h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 16px;
    color: #2f2e2b;
}

.his_wrap .dflx .con ul li {
    margin: 8px 0;
    padding-left: 10px;
    position: relative;
    font-size: 17px;
    color: #2a2821;
}

.his_wrap .dflx .con ul li em {
    padding-right: 8px;
    color: #62615f;
}

.his_wrap .dflx .con ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    background: #cecabd;
    z-index: 1;
}

.info_wrap .btn_wrap {
    text-align: center;
    margin-top: 60px;
}

.info_wrap .btn_wrap .btn {
    margin: auto 0;
    box-sizing: border-box;
    text-align: center;

}

.info_wrap .btn_wrap .btn02 a {
    color: #22364F;
    width: 250px;
    height: 55px;
    line-height: 55px;
    position: relative;
    font-size: 18px;
    border: 1px solid #22364F;
    overflow: hidden;
    transition: 0.2s;
    display: inline-block;
}

.info_wrap .btn_wrap .btn02 a::after {
    content: "";
    width: 0;
    height: 100%;
    background: #22364F;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
    transform: skew(-24deg);
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.info_wrap .btn_wrap .btn02 a:hover {
    color: #fff;
}

.info_wrap .btn_wrap .btn02 a:hover::after {
    width: 120%;
}

.his_wrap .dflx .con ul li.dflxli {
    display: flex;
}

.his_wrap .dflx .con ul li.dflxli span {
    line-height: 1.2;
    word-break: keep-all;
}

@media (max-width:1360px) {
    .info_wrap {
        padding: 170px 40px;
    }
}

@media (max-width:1024px) {
    .info_wrap .tit_wrap h2 {
        font-size: 32px;
    }

    .info_wrap .bg_wrap .thumb img {
        margin-left: 260px;
    }
}

@media (max-width:950px) {
    .his_wrap .dflx .con ul li {
        font-size: 14px;
    }

    .his_wrap .dflx .con h2 {
        font-size: 18px;
    }

    .his_wrap .dflx .con ul li em {
        padding-right: 6px;
    }

}

@media (max-width:880px) {
    .his_wrap .dflx .left {
        margin-right: 90px;
    }

    .info_wrap .bg_wrap .typo {
        right: inherit;
        left: 30px;
        top: 20px;
    }

    .info_wrap .bg_wrap .name h2 {
        font-size: 46px;
    }

    .info_wrap .tit_wrap h2 {
        font-size: 24px;
    }

    .info_wrap .bg_wrap .thumb img {
        margin-left: 120px;
    }
}

@media (max-width:768px) {

    .his_wrap .dflx {
        display: block;
    }

    .his_wrap .dflx .left,
    .his_wrap .dflx .right {
        width: 100%;
    }

    .his_wrap .dflx .left {
        margin-bottom: 32px;
    }

    .info_wrap .tit_wrap h2 br {
        display: none;
    }

    .info_wrap {
        padding: 100px 16px;
    }

    .info_wrap .bg_wrap .name {
        left: 16px;
    }

    .info_wrap .bg_wrap .name h2 {
        font-size: 40px;
    }

    .his_wrap,
    .intro_wrap {
        padding: 24px 12px;
    }
}
    #footer .info-item:last-child {
        margin-top: 12px;
    }
