@charset "utf-8";
section.sit_rel .section_left_::-webkit-scrollbar {
    height: 10px;
    background-color: #f7f7f7;
}
section.sit_rel .section_left_::-webkit-scrollbar-thumb {
    background-color: #D0D0D0;
    border-radius: 5px;
}

#hd_wrapper {position: absolute !important;}
#ft_wr {
    background: #fff;
    z-index: 2;
}

/*----------- solution top ----------*/
.solution-top {
    background: url(./img/top-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 325px;
}
.solution-top-wrapper {
    position: relative;
    max-width: calc(1180px + 30px);
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.solution-top-wrapper_ {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.solution-page {
    font-size: 18px;
    color: #888;
    margin-bottom: 45px;
}
.solution-page a {
    color: #888;
}
.solution-page a img {
    margin-top: -3px;
}
.solution-top-wrapper_ > h1 {
    font-size: 45px;
    color: #232323;
    font-weight: 400;
}
.solution-top-wrapper_ > p {
    color: #404040;
    font-size: 18px;
}



/*----------- solution con ----------*/
.inner {max-width: calc(1058px + 30px); padding: 0 15px; margin: 0 auto;}
.solution-con {
    margin-top: 60px;
    margin-bottom: 80px;
}
.solution-tit {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
}
.solution-tit > h2 {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    padding: 0 20px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    border-radius: 35px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.solution-subtit {margin-top: 80px; font-size: 26px; padding-bottom: 18px; border-bottom: 2px solid #000; font-weight: 500;}
.solution-content {border-top: 1px solid #000; margin-top: 10px;}


.secImg {
    text-align: center;
}
.secGif {
    text-align: center;
}
.secGif img {width: 100%;}


/* section 01 */
.sec01-txt {
    font-size: 20px;
    color: #232323;
    text-align: center;
    line-height: 1.8;
    margin-top: 100px;
}
.sec01-img {
    margin-top: 60px;
    margin-bottom: 95px;
}
.sec01-img img {
    max-width: 672px;
    width: 100%;
}
.sec01-title {
    color: #5384E0;
    font-size: 20px;
    border: 1px solid #5384E0;
    display: inline-block;
    border-radius: 31px;
    padding: 15px 20px;
}
.sec01-list {
    text-align: left;
    margin: 0 auto;
    max-width: 350px;
    margin-top: 40px;
    margin-bottom: 150px;
}
.sec01-list > li {
    position: relative;
    color: #666;
    font-size: 20px;
}
.sec01-list > li:not(:last-child) {
    margin-bottom: 38px;
}
.sec01-list > li::before {
    content: '';
    width: 52px;
    height: 43px;
    background: url(./img/sec01-list.svg) no-repeat;
    position: absolute;
    top: -12px;
    left: -65px;
}
.sec01_wrap {
    text-align: center;
}
/* section 01 */


/* section 02 */
.sec02-list {
    padding-top: 35px;
    padding-left: 100px;
}
.sec02-list > li {
    display: flex;
    align-items: center;
}
.sec02-list > li > img {
    margin-right: 70px;
}
.sec02-list > li > .txt > span {
    color: #5384E0;
    font-size: 20px;
}
.sec02-list > li > .txt > p {
    color: #232323;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 6px;
}
.sec02-list > li:not(:last-child) {
    margin-bottom: 50px;
}
.sec02-title {
    position: relative;
    width: 250px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 35px;
    height: 55px;
    background: #5384E0;
    border-radius: 5px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sec02-title::before {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.7);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.sec02-title::after {
    content: '';
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.7);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.sec02-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sec02-list2 > li {
    position: relative;
    width: calc(100% / 2 - 20px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    height: 500px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}
.sec02-list2 > li:not(:nth-child(2n)) {
    margin-right: 25px;
}
.sec02-list2 > li > p {
    color: #666;
    font-size: 20px;
    text-align: center;
    margin-top: 35px;
    line-height: 1.6;
}
.sec02-list2 > li > span {
    width: 93px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(83,132,224,0.1);
    color: #5384E0;
    font-size: 24px;
    border-radius: 25px;
    position: absolute;
    top: 45px;
    left: 45px;
}
.sec02-list2_txt {
    font-size: 18px;
    color: #888;
    line-height: 1.4;
    text-align: center;
}
.sec02-img {
    margin-top: 100px;
    margin-bottom: 100px;
}
.sec02-img > img {
    max-width: 1030px;
    width: 100%;
}
.part2-inner {
    padding-top: 48px;
    padding-left: 58px;
}
.part2-wrap > .title {
    color: #5384E0;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.part2-wrap > .title span {
    border-radius: 31px;
    padding: 10px 20px;
    border: 1px solid #5384E0;
}
.part2-list {
    padding-left: 17px;
}
.part2-list > li {
    position: relative;
    color: #888;
    font-size: 20px;
    line-height: 1.4;
}
.part2-list > li:not(:last-child) {
    margin-bottom: 20px;
}
.part2-img1 {
    margin-top: 48px;
    margin-bottom: 105px;
}
.part2-img1 > img {
    max-width: 980px;
    width: 100%;
}
.part2-list > li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #888;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: -16px;
}
.part2-wrap > p {
    color: #888;
    font-size: 20px;
    line-height: 1.4;
}
.part2-img2 {
    margin-left: 48px;
    margin-top: 65px;
    margin-bottom: 100px;
}
.part2-img2 > img {
    max-width: 686px;
    width: 100%;
}
.part2-img3 {
    margin-top: 42px;
}
.part2-img3 > img {
    max-width: 817px;
    width: 100%;
}
.sec02-img > img.mobile {
    display: none;
}
/* section 02 */




/* section 03 */
section.sec03 {
    padding-top: 92px;
    margin-bottom: 100px;
}
/* section 03 */


/* section rel */
.section_left {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
section.sit_rel .section_left_ {
    overflow-x: auto;
    max-width: calc(1058px + 30px);
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 20px;
}
.section_title {
    font-size: 40px;
    color: #232323;
}
ul.rel {
    display: flex;
}
li.rel_li .sct_img {
    width: 400px;
    height: 410px;
    margin-right: 30px;
}
.sct_img {
    transition: .5s;
}
.sct_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #F7F7F7;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 3%);
}
a.sct_a {
    display: block;
}
.sct_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.sct_txt {
    font-family: 'Noto Sans SC', sans-serif !important;
    margin-top: 29px;
}
.sct_txt .sct_a {
    text-align: center;
    font-size: 18px;
}
.sct_tag_wrap {
    text-align: center;
    margin-top: 10px;
}
.sct_tag_wrap> ul {
    font-size: 0;
}
.sct_tag_wrap> ul > li {
    font-size: 0;
    margin-bottom: 5px;
}
.sct_tag_wrap> ul > li > span {
    font-size: 14px;
    color: #BABABA;
    border: 1px solid #E4E4E4;
    padding: 2px 5px;
    display: inline-block;
    margin: 0 2.5px;
    font-family: 'Noto Sans SC', sans-serif !important;
}
.section_right {
    display: inline-block;
    vertical-align: top;
    width: 15.625%;
    height: 100%;
}
/* section rel */









/*---------- solution nav ----------*/
.solution-nav {
    position: fixed;
    width: 15.625%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    display: table;
    border-left: 1px solid rgba(0,0,0,0.15);
}
.solution-nav>ul {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}
.solution-nav>ul>li {
    position: relative;
    margin-bottom: 57px;
    padding-left: 65px;
}
.solution-nav>ul>li>a {
    font-size: 20px;
    color: #888;
    transition: .5s;
    display: flex;
    align-items: center;
}
.solution-nav>ul>li.active>a {
    color: #232323;
    transition: .5s;
}
.solution-nav>ul>li.active::before {
    content: '';
    width: 7px;
    height: 30px;
    background: #232323;
    position: absolute;
    top: -4px;
    left: -3px;
    transition: .5s;
}
.solution-nav>ul>li.active>a span {
    opacity: 1;
}
.solution-nav>ul>li>a span {
    width: 30px;
    margin-right: 3px;
    opacity: 0.5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
ul.mobile-nav {
    display: none;
}
.solution-top-m {
    display: none;
}

/*--------- 반응형 ------------*/
@media screen and (max-width: 1800px){
    .solution-nav{display: none;}
    .section_left {
        display: block;
        width: 100%;
    }
    .section_right {
        display: none;
    }
    .section_left_ {
        margin: 0 auto;
    }

}


@media screen and (max-width: 768px){
    /* 공통 */
    /* rel */
    li.rel_li {
        width: 280px;
        margin-right: 20px;
    }
    li.rel_li .sct_img {
        width: 280px;
        height: 286px;
        margin-right: 0;
    }
    .sct_txt {
        margin-top: 20px;
    }
    .sct_tag_wrap {
        margin-top: 10px;
    }
    .sct_txt .sct_a {
        font-size: 16px;
    }
    .sct_tag_wrap> ul > li > span {
        font-size: 12px;
    }
    .solution-top-m > ul > li > .bg {
        height: 640px;
        background: url(./img/slide1.png) no-repeat;
        background-size: cover;
    }
    #hd_wrapper {
        position: fixed !important;
        background: #fff;
    }
    .solution-top-wrapper_ {
        left: 15px;
        z-index: 1;
        bottom: 85px;
    }
    .solution-top-wrapper_ > h1 {font-size: 40px;}
    .solution-top-wrapper_ > p {font-size: 18px;}
    .solution-page {margin-bottom: 30px; font-size: 16px;}

    .solution-top-m .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
        opacity: 0.25;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .solution-top-m  .swiper-pagination-bullet {background: #232323;}
    .solution-top-m .swiper-pagination-bullet-active {
        background: #232323;
        opacity: 1;
    }
    .solution-top-m.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 2.5px}
    .solution-top-m.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }
    .solution-top-m {
        display: block;
    }
    ul.mobile-nav {
        display: flex;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        align-items: flex-end;
        justify-content: center;
        height: 80px;
        transition: height .5s;
        -webkit-transition: height .5s;
        -moz-transition: height .5s;
        -ms-transition: height .5s;
        -o-transition: height .5s;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    }
    ul.mobile-nav > li {
        position: relative;
        width: 33.33333333%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        padding-bottom: 7px;
        height: 100%;
        cursor: pointer;
    }
    ul.mobile-nav > li > span { width: 1px; height: 50px; background: #F7F7F7; position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transition: height .5s; -webkit-transition: height .5s; -moz-transition: height .5s; -ms-transition: height .5s; -o-transition: height .5s; }
    ul.mobile-nav > li > h2 {
        font-size: 14px;
        color: #BABABA;
        font-weight: 400;
        margin-top: 8px;
    }
    ul.mobile-nav > li .img {
        opacity: 0.4;
    }
    ul.mobile-nav > li.active .img{
        opacity: 1;
    }
    ul.mobile-nav > li.active > h2 {color: #000;}
    .solution-top {
        display: none;
    }
    .solution-con {margin-top: 30px; margin-bottom: 40px;}
    .solution-subtit {
        font-size: 24px;
        padding-bottom: 15px;
        margin-top: 43px;
    }
    .solution-tit > h2 {
        height: 25px;
        font-size: 14px;
    }
    .solution-tit {
        padding-top: 12px;
    }
    /* 공통 */

    /* sec01 */
    .sec01-txt {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 30px;
    }
    .sec01-txt br {
        display: none;
    }
    .sec01-img {
        margin-top: 37px;
        margin-bottom: 34px;
    }
    .sec01-title {
        margin: 0 auto;
        display: flex;
        width: 158px;
        height: 40px;
        font-size: 18px;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .sec01-list > li::before {
        width: 25px;
        height: 21px;
        background-size: cover;
        top: -5px;
        left: -35px;
    }
    .sec01-list > li {
        font-size: 14px;
    }
    .sec01-list > li:not(:last-child) {
        margin-bottom: 18px;
    }
    .sec01-list {
        margin-left: 50px;
        margin-top: 30px;
        margin-bottom: 100px;
    }
    /* sec01 */


    /* sec02 */
    .sec02-list {
        padding-top: 30px;
        padding-left: 0;
    }
    .sec02-list > li:not(:last-child) {
        margin-bottom: 40px;
    }
    .sec02-list > li > img {
        margin-right: 15px;
        width: 78px;
        height: 78px;
    }
    .sec02-list > li > .txt > span {
        font-size: 14px;
    }
    .sec02-list > li > .txt > p {
        font-size: 14px;
        word-break: keep-all;
    }
    .sec02-list > li > .txt > p br {
        display: none;
    }
    .sec02-title {
        margin-top: 63px;
        width: 190px;
        height: 40px;
        font-size: 19px;
        margin-bottom: 20px;
    }
    .sec02-list2 > li {
        height: 238px;
        margin-bottom: 20px;
    }
    .sec02-list2 > li > span {
        font-size: 12px;
        width: 45px;
        height: 20px;
        border-radius: 9px;
        top: 10px;
        left: 10px;
    }
    .sec02-list2 > li > p {
        font-size: 12px;
        padding: 0 15px;
        margin-top: 13px;
    }
    .sec02-list2 > li > p br {
        display: none;
    }
    .sec02-list2 > li:not(:nth-child(2n)) {
        margin-right: 10px;
    }
    .sec02-list2_txt {
        font-size: 12px;
    }
    .sec02-list2_txt br {
        display: none;
    }
    .sec02-list2 > li > img {
        width: 60px;
        height: 60px;
    }
    .sec02-img {
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 44px;
    }
    .sec02-img > img.pc {
        display: none;
    }
    .sec02-img > img.mobile {
        display: block;
    }
    .part2-inner {
        padding-top: 35px;
        padding-left: 0;
    }
    .part2-wrap > .title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .part2-wrap > .title span {
        padding: 7px 12px;
    }
    .part2-list > li {
        font-size: 14px;
    }
    .part2-list > li:not(:last-child) {
        margin-bottom: 8px;
    }
    .part2-list > li:before {
        width: 2px;
        height: 2px;
        top: 9px;
        left: -9px;
    }
    .part2-img1 {
        margin-top: 25px;
        margin-bottom: 60px;
    }
    .part2-img2 {
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .part2-img3 {
        margin-top: 25px;
    }
    /* sec02 */
    .part2-wrap > p {
        font-size: 14px;
    }




    


    /* section 03 */
    section.sec03 {
        padding-top: 65px;
        margin-bottom: 39px;
    }
}