@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: 50px;
    color: #232323;
    font-weight: 400;
}
.solution-top-wrapper_ > p {
    color: #404040;
    font-size: 22px;
    margin-top: 10px;
}



/*----------- 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: 20px;
    font-weight: 400;
    display: flex;
    width: 180px;
    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: 30px; padding-bottom: 18px; border-bottom: 2px solid #000;}
.solution-content {border-top: 1px solid #000; margin-top: 10px;}


/* section 01 */
.secImg {
    text-align: center;
}
.secGif {
    text-align: center;
}
.secGif img {width: 100%;}

.sec01-img {
    margin-top: 68px;
}
.sec01-img img {
    width: 100%;
    max-width: 895px;
}
.sec01-txt {
    font-size: 26px;
    color: #888;
    text-align: center;
    line-height: 1.4;
    margin-top: 35px;
}
.sec01-txt2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-top: 130px;
}
.sec01-txt3 {
    font-size: 20px;
    color: #888;
    text-align: center;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 180px;
}


/* section 02 */
.sec02-list {
    padding-top: 35px;
    padding-left: 58px;
}
.sec02-list > li > .title {
    color: #E9426E;
    font-size: 26px;
    width: 230px;
    height: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F99398;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sec02-list > li {
    display: flex;
    align-items: center;
}
.sec02-list > li > .txt {
    color: #888;
    font-size: 26px;
    font-style: italic;
    line-height: 1.4;
}
.sec02-list > li:first-child > .txt {
    margin-left: 60px;
}
.sec02-list > li:last-child {
    margin-top: 64px;
}
.sec02-list > li:last-child > .txt {
    margin-right: 23px;
}
.sec02-title {
    font-size: 26px;
    color: #E9426E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 365px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #E94873;
    border-radius: 31px;
    margin-top: 110px;
}
.sec02-img {
    margin-top: 50px;
}
.sec02-img img {
    max-width: 1016px;
    width: 100%;
}
.sec02-img2 {
    margin-top: 100px;
}
.sec02-img2 img {
    max-width: 838px;
    width: 100%;
}
.sec02-img2> p {
    font-size: 14px;
    text-align: left;
    max-width: 838px;
    margin: 0 auto;
    margin-top: 21px;
    line-height: 1.5;
    color: #E9426E;
}



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


/* 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 {
    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;
    font-style: italic;
    color: #BABABA;
    border: 1px solid #E4E4E4;
    padding: 2px 5px;
    display: inline-block;
    margin: 0 2.5px;
}
.section_right {
    display: inline-block;
    vertical-align: top;
    width: 15.625%;
    height: 100%;
}










/*---------- 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 {
        width: 130px;
        height: 25px;
        font-size: 14px;
    }
    .solution-tit {
        padding-top: 12px;
    }
    /* 공통 */

    /* sec01 */
    .sec01-img {
        margin-top: 20px;
        padding: 0 10px;
    }
    .sec01-txt {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 30px;
    }
    .sec01-txt br {
        display: none;
    }
    .sec01-txt2 {
        font-size: 14px;
        margin-top: 50px;
    }
    .sec01-txt2 br {
        display: none;
    }
    .sec01-txt3 {
        font-size: 14px;
        margin-top: 42px;
        margin-bottom: 94px;
    }
    .sec01-txt3 br {
        display: none;
    }
    /* sec01 */


    /* sec02 */
    .sec02-list > li > .title {
        width: 100px;
        height: 100px;
        font-size: 14px;
    }
    .sec02-list > li > .txt {
        font-size: 14px;
        width: calc(100% - 100px);
    }
    .sec02-list > li:first-child > .txt {
        margin-left: 20px;
    }
    .sec02-list > li > .txt br {
        display: none;
    }
    .sec02-list {
        padding-top: 39px;
        padding-left: 0;
    }
    .sec02-list > li:last-child {
        margin-top: 50px;
    }
    .sec02-title {
        font-size: 18px;
        width: 234px;
        height: 40px;
        margin-top: 35px;
    }
    .sec02-img {
        margin-top: 17px;
    }
    .sec02-img2 {
        margin-top: 20px;
    }
    /* sec02 */





    


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