@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

/* 페이지 타이틀 */
.bo_prct_tit {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 250px;
    transition: all .3s;
    overflow: hidden;
    font-size: 0;
    padding-bottom: 0.4rem;
}

.bo_prct_tit h2 {
    letter-spacing: -.027em;
    font-size: 92px;
    font-weight: 700;
    color: #111;
    position: relative;
    display: block;
    margin: 0;
    line-height: 1;
    transform: translateY(6rem);
    -webkit-animation: up 500ms linear forwards;
    animation: up 500ms linear forwards;
    z-index: 1;
    text-shadow: 0px 1px 1px white;
    font-family: 'Poppins', sans-serif;
}


@-webkit-keyframes up {
    100% {
        transform: translateY(0);
    }
}

@keyframes up {
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width:1200px) {
    .bo_prct_tit {
        text-align: center;
        transition: all .3s;
    }
}

@media screen and (max-width:1000px) {

    .bo_prct_tit h2 {
        font-size: 70px;
        transition: all .3s;
    }
}

@media screen and (max-width:768px) {

    .bo_prct_tit {
        padding-top: 150px;
    }

    .bo_prct_tit h2 {

        font-size: 46px;
    }
}

    .tit {
        position: relative;
        text-align: center;
        margin-bottom: 60px;
        z-index: 2;
    }

    .tit p {
        font-size: 18px;
        margin-bottom: 12px;
        color: #fff;
    }

    .tit h2 {
        font-size: 42px;
        line-height: 1;
        color: #fff;
    }


/* 메인 */
.section1 {
    position: relative;
    padding: 200px 0;
}

.section1:before {
    content: "";
    width: 30%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f6f9fb;
    z-index: -1;
}

.section1 .inner .dflx {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}

.section1 .inner .dflx .left,
.section1 .inner .dflx .right {
    width: 50%;
    height: 420px;
}

.section1 .inner .dflx .left {
    position: relative;
}

.section1 .inner .dflx .left .wiget01 {
    position: absolute;
    left: -50px;
    bottom: 40px;
    box-shadow: 2px 6px 12px 0 rgb(17 48 100 / 8%);
}

.section1 .inner .dflx .left .wiget01 span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 12px;
    text-align: center;
    background: #fff;
}

.section1 .inner .dflx .left .img-wrap {

    overflow: hidden;
    border-top-left-radius: 50px;
    height: 420px;
    background: url(../images/main/img1.png) top center no-repeat;
    background-size: cover;
}

.section1 .inner .dflx .right {
    margin-left: 80px;
}

.section1 .inner .dflx .right .txt-dflx {
    display: flex;
    height: 420px;
    align-items: center;
}

.section1 .inner .dflx .right .txt {}

.section1 .inner .dflx .right .txt strong {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 12px;
}

.section1 .inner .dflx .right .txt h2 {
    line-height: 1;
    color: #29AAE3;
    font-size: 32px;
    margin-bottom: 30px;
}

.section1 .inner .dflx .right .txt p {
    font-size: 15px;
    color: #555;
    margin-bottom: 30px;
}

@media screen and (max-width:1280px) {
    .section1 .inner {
        padding: 0 20px;
    }

    .section1 .inner .dflx .left .wiget01 {
        left: 40px;
    }
    
    .section1 .inner .dflx .right .txt h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:1024px) {
    .section1 .inner .dflx {
        display: block;
    }

    .section1 .inner .dflx .left,
    .section1 .inner .dflx .right {
        width: 100%;
        height: auto;
    }

    .section1 .inner .dflx .right {
        margin-left: 0;
        margin-top: 30px;
    }

    .section1 .inner .dflx .right .txt-dflx {
        height: auto;
    }
    
    .section1 .inner .dflx .right .txt h2 {
        font-size: 22px;
    }
    
    .section1 .inner .dflx .right .txt p br {
        display: none;
    }
}



.section2 .inner {
    position: relative;
    height: 820px;
    background: url(../images/main/bg01.png) top center no-repeat;
    padding: 100px 0;
}

.section2 .inner:after {
    content: "";
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section2 .inner .dflx {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.section2 .inner .dflx {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: space-between;
    align-content: stretch;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.section2 .inner .dflx a {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    /*        padding-left: 12px;*/
    margin-bottom: 80px;
    box-sizing: border-box;
    width: 49%;
    transition: .2s;

}

.section2 .inner .dflx a .bg {
    position: relative;
    height: 320px;
    background: #fff;
    box-shadow: 2px 6px 12px 0 rgb(17 48 100 / 8%);
}

.section2 .inner .dflx a .txt-wrap {
    padding: 40px;
    height: 100%;
}

.section2 .inner .dflx a .txt-wrap strong {
    display: inline-block;
    line-height: 1;
    margin-bottom: 16px;
    font-size: 14px;
    color: #28AAE1;
}

.section2 .inner .dflx a .txt-wrap h2 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 28px;
}

.section2 .inner .dflx a .txt-wrap p {
    font-size: 18px;
    color: #555;
}

.section2 .inner .dflx a .txt-wrap span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 110px;
    border-radius: 12px;
    background: #28AAE1;
    position: absolute;
    right: 60px;
    bottom: 40px;
    text-align: center;
}

.section2 .inner .dflx a .txt-wrap span i {
    font-size: 34px;
    color: #fff;
}

@media screen and (max-width:1024px) {
    .section2 .inner {
        height: auto;
        background-size: cover;
    }

    .section2 .inner .dflx {
        display: block;
        padding: 0 40px;
    }

    .section2 .inner .dflx a {
        width: 100%;
    }

    .section2 .inner .dflx a:nth-child(2) {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {
    .section2 .inner .dflx a .txt-wrap h2 {
        font-size: 24px;
    }

    .section2 .inner .dflx a .txt-wrap p {
        font-size: 16px;
    }
    
    .section2 .inner .dflx a .txt-wrap p br {
        display: none;
    }

    .section2 .inner .dflx a .txt-wrap {
        padding: 35px;
    }

    .section2 .inner .dflx a .txt-wrap span {
        width: 70px;
        height: 70px;
        line-height: 80px;
        border-radius: 70px;
        right: 40px;
        bottom: 30px;
    }
}

.main-section3 {
    padding: 100px 0;
    background: #f9f9f9;
}

.main-section3 .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.main-section3 .inner .dflx ul {
    display: flex;
    border: 1px solid #27AADF;
}

.main-section3 .inner .dflx ul li {
    width: 25%;
    background: #fff;
    border-left: 1px solid #27AADF;
}

.main-section3 .inner .dflx ul li:first-child {
    border: none;
}

.main-section3 .inner .dflx ul li a {
    padding: 58px 20px 60px;
    display: block;
    text-align: center;
    position: relative;
}

.main-section3 .inner .dflx ul li a span {
    display: inline-block;
    margin-bottom: 30px;
}

.main-section3 .inner .dflx ul li a span i {
    font-size: 40px;
    color: #555;
}

.main-section3 .inner .dflx ul li a h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    color: #27AADF;
}

.main-section3 .inner .dflx ul li a p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

@media screen and (max-width:1200px) {
    .main-section3 .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width:1024px) {
    .main-section3 .inner .dflx ul {
        display: block;
        border: none;
    }

    .main-section3 .inner .dflx ul li:first-child {
        border: 1px solid #27AADF;
    }

    .main-section3 .inner .dflx ul li {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        border: 1px solid #27AADF;
    }

    .main-section3 .inner .dflx ul li:last-child {
        margin-bottom: 0;
    }

    .main-section3 .inner .dflx ul li a {
        text-align: left;
        padding: 30px 0 30px 140px;
    }

    .main-section3 .inner .dflx ul li a span {
        display: inline-block;
        position: absolute;
        left: 26px;
        width: 80px;
        width: 80px;
        height: 80px;
        line-height: 90px;
        border-radius: 80px;
        background: #fbfbfb;
        text-align: center;
    }

    .main-section3 .inner .dflx ul li a span i {
        font-size: 32px;
    }

    .main-section3 .inner .dflx ul li a h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}




.section5 {

    background: #fff;
}

.section5 .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

.section5 .inner .tit h2 {
    color: #111;
}

.section5 .inner .tit p {
    color: #555;
}

.section5 .inner .scom-tit h2 {
    color: #111;
}

.section5 .inner .scom-tit p {
    color: #555;
}

.one-slider img {
    height: auto;
}

.one-slider-wrap {
    position: relative;
}

.one-slider {
    max-width: calc(1080px + 60px);
    width: 78%;
    margin: 100px auto;
    text-align: left;
}

.one-slider .swiper-container {
    overflow: inherit;
    margin-left: 0;
}

.one-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.one-slider .swiper-button-next,
.one-slider .swiper-button-prev {
    top: -19%;
    margin-top: calc((1080 * (1066 / 1600) - 80) / 2 / (1080 + 60) * 100%);
    width: calc(80 / (1080 + 60) * 100%);
    height: auto;
    padding-top: calc(80 / (1080 + 60) * 100%);
}

.one-slider .swiper-button-next::after,
.one-slider .swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}

.one-slider .swiper-button-next::after {
    background-image: url('https://dl.dropbox.com/s/d84ew65du40u7q1/next.svg');
}

.one-slider .swiper-button-prev::after {
    background-image: url('https://dl.dropbox.com/s/ezualltouoic6k0/prev.svg');
}

.one-slider .swiper-button-next {
    right: 0;
}

.one-slider .swiper-button-prev {
    left: 0;
}

.one-slider .img,
.one-slider .txt {
    width: calc(1080/ (1080 + 60) * 100%);
}

/*
    .txt {
        line-height: 1.8;
        margin-top: 1em;
    }
*/

.one-slider .swp-list {
    /*            min-height: 550px;*/
    background: #fff;
}

.one-slider .swp-dflx {
    display: flex;
    width: 100%;
    box-shadow: 2px 6px 12px 0 rgb(17 48 100 / 8%);
}

.one-slider .swp-dflx .left {
    width: 50%;
}

.one-slider .swp-dflx .right {
    width: 50%;
}

.one-slider .swp-dflx .right .txt {
    padding: 40px;
    max-width: 500px;
    height: 100%;
    position: relative;
}

.one-slider .swp-dflx .right .txt .counter {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.one-slider .swp-dflx .right .txt .counter p {
    font-weight: 600;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    color: #888;
}

.one-slider .swp-dflx .right .txt .counter .current {
    color: #333;
}

.one-slider .swp-dflx .right .txt h1 {
    font-size: 1.778em;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.one-slider .swp-dflx .right .txt h2 {
    margin: 30px 0 20px;
    font-weight: 500;
    line-height: 1.56;
    color: #4a56b1;
    margin-bottom: 13px;
    font-size: 20px;

}

.one-slider .swp-dflx .right .txt h3 {
    font-weight: 400;
    font-size: 16px;
    color: #555;
}

.one-slider .swp-dflx .right .txt .swpui {
    margin-top: 30px;
    padding: 12px;
    background: #f1f3f9;
}

.one-slider .swp-dflx .right .txt .swpui li {
    line-height: 1.6;
    font-size: 15px;
}

.scom-tit {
    text-align: center;
}

.scom-tit h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
    color: #111;
}

.section5 .inner .load_more_btn {
    text-align: center;
}

@media screen and (max-width:1024px) {
    .one-slider {
        margin: 0 auto;
    }

    .one-slider .swp-dflx {
        display: block;
    }

    .one-slider .swp-dflx .left,
    .one-slider .swp-dflx .right {
        width: 100%;
    }

    .one-slider .swp-dflx .bg01 {
        height: 280px;
        background: url(../images/main/fran-img1.png) top center no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    .one-slider .swp-dflx .bg02 {
        height: 280px;
        background: url(../images/main/fran-img2.png) top center no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    .one-slider .swp-dflx .bg03 {
        height: 280px;
        background: url(../images/main/fran-img3.png) top center no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    .one-slider .swp-dflx .left .img {
        display: none;
    }

    .one-slider .swp-dflx .right .txt {
        width: 100%;
        max-width: 100%;
    }

    .one-slider .swp-dflx .right .txt h1 {
        font-size: 22px;
    }

    .one-slider .swp-dflx .right .txt h2 {
        margin: 16px 0 10px;
        font-size: 18px;
    }

    .one-slider .swp-dflx .right .txt .swpui {
        display: inline-block;
    }

    .one-slider .swiper-button-next,
    .one-slider .swiper-button-prev {
        top: 19%;
    }
}


.load_more_btn {
    text-align: left;
}

.load_more_btn button {
    z-index: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.load_more_btn button.learn-more {
    width: 12rem;
    height: auto;
}

.load_more_btn button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #dbdee7;
    border-radius: 1.625rem;
}

.load_more_btn button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.load_more_btn button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.load_more_btn button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.load_more_btn button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.load_more_btn button:hover .circle {
    width: 100%;
}

.load_more_btn button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.load_more_btn button:hover .button-text {
    color: #575757;
}

.section2 .load_more_btn button.learn-more .circle .icon.arrow::before {
    border-top: 0.125rem solid #333;
    border-right: 0.125rem solid #333;
}

.section2 .load_more_btn button.learn-more .button-text {
    color: #333;
}

.section5 .load_more_btn {
    margin-top: 40px;
}

.section2 .load_more_btn {
    text-align: center;
}

.section2 .load_more_btn button.learn-more .circle {
    background: #eee;
}

@media screen and (max-width:1024px) {
    .section1 {
        padding: 100px 0;
    }

    .main-section3 {
        padding: 60px 0;
    }

    .section5 .inner {
        padding: 60px 0;
    }
    
    .tit h2 {
        font-size: 32px;
    }
}
@charset "utf-8";

/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat/montserrat-v14-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/montserrat/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat/montserrat-v14-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/montserrat/montserrat-v14-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/montserrat/montserrat-v14-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Malgun Gothic';
    font-style: normal;
    src: url(../fonts/MalgunGothic/MalgunGothic.eot) format('eot'),

}

/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansKr/NotoSansKR-Thin.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Thin.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/NotoSansKr/NotoSansKR-Light.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Light.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansKr/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansKr/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/NotoSansKr/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKr/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKr/NotoSansKR-Black.otf) format('opentype');
}



