@charset "utf-8";

.layout {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1235px;
}

.section .title {
    position: relative;
    z-index: 10;
    text-align: center;
}

.m-only {
    display: none !important;
}

.w-only {
    display: block !important;
}

.color_green {
    color: #48aaab
}

.color_green2 {
    color: #1dc377
}

.fs38 {
    font-size: 40px;
}

.pc_vis {
    display: block
}

.m_vis {
    display: none
}

/* header */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2);
}

header .inner {
    position: relative;
    display: flex;
    align-items: center;
    /*width: 89.1667vw;*/
    width: 77.1667vw;
    height: 100%;
    margin: 0 auto;
}

header .main-logo {
    margin: 0 4.1667vw 0 0;
}

header .main-logo > a {
    display: inline-block;
    /* width: 9.3750vw; */
}

header .gnb-area {
    position: absolute;
    right: 0;
}

header .gnb-area li:last-child a {
    margin: 0
}

header .gnb-area li {
    display: inline-block;
}

header .gnb-area li a {
    margin: 0 3.6458vw 0 0;
    font-size:
        /*1.5625vw*/
        18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins';
}

header .all-menu-m {
    display: none;
}

header .gnb-area-m {
    display: none;
}

header .info-area {
    display: none;
}

#fp-nav {
    z-index: 1;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 10px;
    position: relative;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #e0e0e7;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 20px;
    width: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 100%;
    background: #ff615b;
}

.film_roll_wrapper .active {}

.film_roll_wrapper .photo_list--item.n1 {
    background: #485899;
}

.film_roll_wrapper .photo_list--item.n2 {
    background: #3d2b76;
}

.film_roll_wrapper .photo_list--item.n3 {
    background: #5689ec;
}

.film_roll_wrapper .photo_list--item.n4 {
    background: #1f6fc3;
}

.film_roll_wrapper .photo_list--item {
    display: inline-block;
    height: 100%;
    width: 970px;
    height: 435px;
    margin: 0 75px;
    border-radius: 10px;
    box-shadow: 10px 5px 15px rgba(0, 0, 0, .2);
}

.film_roll_wrapper .photo_list--item .thumb {
    float: left;
    width: 50%;
    height: 100%;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.film_roll_wrapper .photo_list--item .info {
    float: right;
    position: relative;
    width: 50%;
    height: 100%;
    padding: 120px 58px 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.film_roll_wrapper .photo_list--item.n1 .info {
    background: #485899;
    background: linear-gradient(-45deg, #21273d, #485899);
}

.film_roll_wrapper .photo_list--item.n2 .info {
    background: #3d2b76;
    background: linear-gradient(-45deg, #6e57aa, #3d2b76);
}

.film_roll_wrapper .photo_list--item.n3 .info {
    background: #5689ec;
    background: linear-gradient(-45deg, #3a52b0, #5689ec);
}

.film_roll_wrapper .photo_list--item.n4 .info {
    background: #1f6fc3;
    background: linear-gradient(-45deg, #0d9eab, #1f6fc3);
}

.film_roll_wrapper .photo_list--item .info strong {
    display: block;
    line-height: 1.5;
    margin: 0 0 25px;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.film_roll_wrapper .photo_list--item .info p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.film_roll_container {
    position: relative;
}

.film_roll_pager {
    margin: 15px 0;
    position: relative;
    z-index: 99;
}

.film_roll_pager a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*a.film_roll_prev,
a.film_roll_next {
    display: none !important;
}*/

.film_roll_pager a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d5d5d5;
    border: none
}

.film_roll_pager a.active {
    background: #1ebfbb;
}



.section01 {
    background: url('../img/bg_section01.jpg') no-repeat center;
    background-size: cover;
}

.fs10 {
    font-size: 10px;
    line-height: 20px;
    vertical-align: middle;
}

.section02 {
    position: relative;
    background: #f3f2f7;
    position: relative
}

.section02 .bg_top {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -714px;
}

.section02 .bg_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -714px;
}


.section02 .layout.road {

    overflow: hidden;
	position: relative;

}

.section02 .title {
    margin: 90px 0 55px;
}

.section02 .title span {
    display: block;
}

.section02 .title span {
    font-size: 30px;
}

.section02 .title span em {
    color: #48aaab;
    position: relative;
}

.section02 .title span em:before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 50%;
    background: #48aaab;
    vertical-align: top;
}

.section05 .service-list ul {
    display: flex;
    justify-content: space-between;
    margin: 0 240px;
    text-align: center;
}

/* .section02 .service-list {
    box-sizing: border-box;
}
 */
.section02 .service-list.left {
    margin-top: 5%;
}

.section02 .service-list.right {
    float: right;
    margin-top: 5%;
    margin-bottom: 1%;
}

.section02 .service-list li {
    float: left;
    width: 266px;
    margin-right: 30px;
    text-align: center;
    border: 0px solid #1ebfbb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 10px 5px 15px rgb(144 158 156 / 20%)
}

.section02 .service-list li .thumb {
    overflow: hidden;
    width: 100%;
/*     height: 210px; */
height: 160px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.section02 .service-list li .thumb img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s;
}

.section02 .service-list li .info {
    box-sizing: border-box;
    background: #fff;
    padding: 20px 20px;
    text-align: left;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    letter-spacing: -0.5px;
}

.section02 .service-list li .info .sbj {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    word-break: keep-all;
    text-align: center;
}

.section02 .service-list li .info .sbj span {
    display: block;
}

.section03 {
    background: #fff url('../img/bg_section03.png') center center no-repeat;
    padding-top: 160px;
    position: relative
}

.section03 .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -520px;
    margin-bottom: -150px;
}

.section03 .layout .left {
    float: left;
}

.section03 .layout .left ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: all 1.5s;
}

.section03 .layout .left ul li:last-child {
    margin-bottom: 0;
}

.section03 .layout .left ul li .num span {
    width: 82px;
    height: 82px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 82px;
    border-radius: 50%;
    background: #e6e7eb;
    color: #0cc6c1;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-right: 20px;
}

.section03 .layout ul li strong {
    display: block;
    color: #212121;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: bold;
    margin-right: 10px;
}

.section03 .layout ul li span {
    display: block;
    color: #84b7b9;
    font-size: 20px;
}

.section03 .layout .right ul li .num span {
    width: 82px;
    height: 82px;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 82px;
    border-radius: 50%;
    background: #acb7b7;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


.section03 .layout .right ul.right-bottom  {
    display: block;
	margin-top:50px;
}
.section03 .layout .right ul.right-bottom  li {
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 82px;   
   
}



.section03 .layout .right ul li .num.color_orange span {
    background: #ec6a16;
}

.section03 .layout .right ul {
    display: inline-flex;
    text-align: center;
}

.section03 .layout .right ul li {
    margin: 0 10px;
}

.section03 .m_Bg {
    display: none
}


.section04 {
    background: #f3f2f7;
    position: relative
}

.section04 .bg_top {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -714px;
}

.section04 .bg_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -714px;
}

.section04 .title {
    margin: 80px 0 55px;
}

.section04 .title span {
    display: block;
}

.section04 .title span {
    font-size: 30px;
    color: #292929;
    font-weight: 700;
}

.section04 .title span em {
    color: #48aaab;
    font-size: 40px;
}

.section04 .road {
    position: absolute;
    left: 0;
    top: -130px;
    width: 1240px;
    height: 793px;
    background: url(../img/section04_bg.png)no-repeat;
}

.section06 {
    background: #eeeeee
}

.section06 .title {
    margin: 80px 0 55px;
}

.section06 .title span {
    font-size: 30px;
    color: #292929;
    font-weight: 700;
    position: relative;
}

.section06 .title span:before {
    display: inline-block;
    content: '';
    width: 9px;
    height: 9px;
    margin: 0;
    border-radius: 50%;
    background: #48aaab;
    vertical-align: top;
}

.section06 .title span em {
    color: #48aaab;
}

.section06 .layout ul li span {
    font-size: 16px;
    color: #000000;
    display: block;
    padding: 14px 0 40px;
    text-align: center;
}

.section06 .layout ul li {
    float: left;
    width: calc(50% - 20px);
    margin: 0 10px;
}

.section06 .layout ul li iframe {
    width: 100%
}

.section05 {
    background: #fff url('../img/ceo_bg.png') 90% 10% no-repeat;
    position: relative
}

.section05 .title {
    margin: 80px 0 55px;
}

.section05 .title span {
    font-size: 30px;
    color: #292929;
    font-weight: 700;
}

.section05 .title span em {
    color: #48aaab;
}

.section05 .layout {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -580px;
    margin-bottom: -250px;
}

.section05 .layout ul {
    display: flex;
    justify-content: space-between;
    margin: 0 240px;
    text-align: center;
}

.section05 .layout ul li .info strong {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}

.section05 .layout ul li .info p {
    line-height: 1.8;
    color: #323131;
    font-size: 18px;
}

.section05 .layout ul li .info p em {
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
}

.section05 .bg_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -714px;
}

.section07 {
    background-color: #e6e6e7;
}

/*262c46*/
.section07 .service-inquiry {
    background-color: #262c46;
    padding: 0px 0 60px;
}

.section07 .service-inquiry .title {
    padding: 40px 0 50px;
}

.section07 .service-inquiry .title span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.section07 .service-inquiry .title span em {
    color: #48aaab;
}

.section07 .service-inquiry ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.section07 .service-inquiry ul li {
    position: relative;
    float: left;
}

.section07 .service-inquiry ul li:first-child {
    padding-right: 150px;
}

.section07 .service-inquiry ul li:first-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 180px;
    background-color: #414348;
    position: absolute;
    top: 0;
    right: 0;
}

.section07 .service-inquiry ul li:first-child::before {
    content: '';
    display: block;
    width: 1px;
    height: 180px;
    background-color: #0b1024;
    position: absolute;
    top: 0;
    right: 1px;
}

.section07 .service-inquiry ul li .kakao {
    padding: 30px 0 0 150px;
    position: relative;
}

.section07 .service-inquiry ul li .kakao img {
    position: absolute;
    top: 30px;
    left: 40px;
}

.section07 .service-inquiry ul li .brand {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.section07 .service-inquiry ul li .btn_white {
    border-radius: 4px;
    background-color: #f5f5f5;
    width: 200px;
    height: 40px;
    display: inline-block;
    text-align: left;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    position: relative;
}

.section07 .service-inquiry ul li .btn_white::after {
    content: '+';
    display: block;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.section07 .service-inquiry .time {
    color: #858cac;
    margin-top: 32px;
    font-size: 16px;
}

.section07 .service-inquiry ul li .mail {
    padding: 30px 0 0 150px;
    position: relative;
    color: #fff;
}

.section07 .service-inquiry ul li .mail .tit {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}

.section07 .service-inquiry ul li .mail .tit img {
    margin-right: 15px;
}

.section07 .service-inquiry ul li .mail .desc {
    font-size: 24px;
    margin-bottom: 10px;
}

.section07 .service-inquiry ul li .btn_green_radius {
    border-radius: 32px;
    background-color: #1dc377;
    width: 282px;
    height: 54px;
    display: inline-block;
    padding: 10px 20px;
    line-height: 34px;
    font-size: 16px;
    position: relative;
}

/* footer */
.footer-wrap {
    padding: 2.1125vw 0 1.5833vw;
    background: #e6e6e7;
    color: #2a3354;
}

.footer-wrap .copy {
    position: relative;
    padding-left: 240px;
}

.footer-wrap .copy .footlogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 213px;
    height: 63px;
    background: url(../img/footer_logo.png)no-repeat;
    font-size: 0;
}

.footer-wrap .copy address {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.8;
    position: relative;
}

.footer-wrap .copy address span:after {
    display: inline-block;
    content: '/';
    margin: 0 10px;
}

.footer-wrap .copy p {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #8a8a8a;
}

@media(max-width:1520px) {
    .ctrlPrev {
        left: 20px;
    }

    .ctrlNext {
        right: 80px;
    }
}


@media(max-width:1319px) {
    .layout {
        max-width: 100%;
        padding: 0 40px;
    }

    .slText {
        font-size: 30px;
    }

    .section03 .layout .left {
        margin-left: 80px;
    }

    .section03 .layout .right {
        margin-right: 80px;
    }
}


@media(max-width:1200px) {

    .ctrlPrev,
    .ctrlNext {
        display: none;
    }

    .slText {
        font-size: 26px;
        padding: 0 30px;
    }

    .section05 .layout ul {
        margin: 0 160px;
    }
}

@media(max-width:1023px) {
    .m-only {
        display: block !important;
    }

    .w-only {
        display: none !important;
    }

    /* header */
    header {
        height: 85px;
    }

    header .inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0 7.4667vw;
    }

    header .main-logo {
        margin: 0;
    }

    header .main-logo > a {
        display: inline-block;
        width: 33.3333vw;
    }

    header .gnb-area {
        display: none;
    }

    header .gnb-area li {
        display: inline-block;
    }

    header .gnb-area li a {
        margin: 0 2.6667vw 0 0;
        font-size: 2.4000vw;
        font-weight: 400;
        color: #5f566c;
    }

    header .all-menu-m {
        display: block;
        width: 4.0000vw;
    }

    header .gnb-area-m {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 80.0000vw;
        height: 100vh;
        padding: 30px 40px;
        background: #fff;
        font-size: 4.0000vw;
        z-index: 10;
        transform: translateX(80.0000vw);
        transition: .5s;
    }

    header .gnb-area-m.active {
        transform: translateX(0);
        /*width:100.0000vw;*/
    }

    header .gnb-area-m .main-menu {
        margin: 0 0 2.6667vw;
    }

    header .gnb-area-m .main-menu > li > a {
        position: relative;
        display: block;
        padding: 24px 6px;
        border-bottom: 0.2667vw solid #999;
        font-size: 20px;
    }

    header .gnb-area-m .main-menu > li > a::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 7.0000vw;
        right: 2.0000vw;
        width: 1.8667vw;
        height: 1.8667vw;
        transform: rotate(45deg);
        border-top: 0.2667vw solid #999;
        border-right: 0.2667vw solid #999;
    }

    header .gnb-area-m .main-menu > li.on > a {
        border-color: #ff625c;
        color: #ff625c;
    }

    header .gnb-area-m .main-menu > li.on > a::after {
        border-top: 0.2667vw solid #ff625c;
        border-right: 0.2667vw solid #ff625c;
        right: 1.0667vw;
        transform: rotate(135deg);
    }

    header .gnb-area-m .sub-menu {
        display: none;
        padding: 5.3333vw 0 0;
    }

    header .gnb-area-m .sub-menu li {
        margin: 0 0 6.0000vw;
    }

    header .gnb-area-m .sub-menu li a {
        position: relative;
        display: block;
        padding: 0 0 0 5.3333vw;
        font-size: 4.8000vw;
    }

    header .gnb-area-m .sub-menu li:hover a,
    header .gnb-area-m .sub-menu li.on a {
        color: #ff625c;
    }

    header .gnb-area-m .sub-menu .withdraw {
        margin: 0 2.6667vw;
        text-align: right;
    }

    header .gnb-area-m .sub-menu .withdraw a {
        font-size: 4.2667vw;
        color: #888;
    }

    header .gnb-area-m .btn-close {
        position: absolute;
        top: 2.6667vw;
        right: 2.6667vw;
        width: 5.3333vw;
    }

    header .info-area {
        display: block;
        margin: 0 0 6.6667vw;
        color: #888;
    }

    header .info-area dl {
        padding: 0 0 2.6667vw;
        margin: 0 0 2.6667vw;
        border-bottom: 0.2667vw solid #999;
    }

    header .info-area dt {
        font-size: 6.6667vw;
        font-weight: 400;
        color: #333;
    }

    header .info-area dd {
        font-size: 4.2667vw;
        color: #888;
    }

    header .info-area .btn-box {
        display: flex;
        justify-content: space-between;
        color: #888;
    }

    header .info-area .btn-box .btn {
        font-size: 4.2667vw;
        background: #fff;
        color: #888;
    }


    .section02 .bg_top,
    .section02 .bg_bottom {
        display: none;
    }

    .section02 .title img {
        width: 240px;
        height: 70px;
    }

    .section02 .title span {
        font-size: 24px;
    }

    .section02 .service-list li {
        margin-right: 0;
        margin-left: 30px;
        width: calc(50% - 30px)
    }

    .section02 .service-list li:last-child {
        margin-top: 30px;
    }

    .section05 .layout ul {
        margin: 0 120px;
    }

    .section06 .title span {
        font-size: 23px;
    }

    .section06 .layout ul li {
        float: none;
        width: 100%;
    }

    .section06 .layout ul {
        margin: 0px 20px 0 0;
        justify-content: space-between
    }

    .section07 .service-inquiry ul li:first-child {
        padding-right: 100px;
    }

    .section07 .service-inquiry ul li .kakao {
        padding: 30px 0 0 100px;
    }

    .section07 .service-inquiry ul li .mail {
        padding: 30px 0 0 100px;
    }

    .section07 .service-inquiry ul li .kakao img {
        left: 0;
    }

    .section02 .title {
        margin: 60px 0 30px;
    }

    .section02 .service-list li .info {
        padding: 20px 30px;
    }

}


@media (max-width: 987px) {
    .fs18 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 21px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs38 small {
        font-size: 18px;
    }

    .pc_vis {
        display: none
    }

    .m_vis {
        display: block
    }

    header {
        height: 55px;
    }

    .section01 {
        background: url('../img/bg_section01.jpg') no-repeat center;
        background-size: cover;
        background-position: top right;
    }

    .section02 .service-list li {
        width: calc(50% - 50px);
        margin-right: 0;
    }

    .section02 .service-list li:last-child {
        margin-top: 30px;
    }

    .section03 {
        background-image: none;
        padding-top: 70px;
    }

    .section03 .layout {
        display: none;
        justify-content: center;
        align-items: center;
        margin: 0px auto 50px;
        position: relative;
        bottom: 0%;
        left: 0;
        top: 0
    }

    .section03 .layout .left {
        float: none;
        margin-left: 15%;
    }

    .section03 .layout .left ul li {
        display: block;
        align-items: center;
        margin-bottom: 30px;
        transition: all 1.5s;
        text-align: center;
    }

    .section03 .layout .left ul li .num span {
        margin-right: 0px;
    }

    .section03 .layout .right {
        float: none;
        margin-left: 20px;
        margin-right: 0px;
    }

    .section03 .layout .right ul {
        display: block;
        text-align: center;
    }

    .section03 .layout .right ul li {
        margin-bottom: 30px;
    }

    .section03 .layout .left ul li .num span,
    .section03 .layout .right ul li .num span {
        width: 62px;
        height: 62px;
        display: block;
        position: relative;
        z-index: 1;
        line-height: 62px;
        margin: auto;
    }

    .section03 .m_Bg {
        display: block
    }

    .section04 {
        padding-bottom: 50px;
    }

    .section04 .title span {
        font-size: 24px;
        color: #292929;
        font-weight: 700;
    }

    .section04 .title span em {
        color: #48aaab;
        font-size: 30px;
    }

    .section05 .title span {
        font-size: 25px;
    }

    .section05 .layout ul {
        margin: 0;
    }

    .section05 .layout ul li .info strong {
        font-size: 20px;
    }

    .section05 .layout ul li .info p {
        font-size: 16px;
        line-height: 1.5;
    }

    .section05 .layout ul {
        flex-direction: column;
    }

    .section05 li .thumb img {
        width: 140px
    }

    .section05 li:last-child {
        margin-top: 30px;
    }

    .section05 .layout {
        position: relative;
        bottom: 0%;
        left: 0%;
        margin-left: 0px;
        margin-bottom: 80px;
    }

    .section05 .title,
    .section06 .title,
    .section04 .title {
        margin: 60px 0 30px;
    }

    #film_roll_1 {
        margin-bottom: 80px;
        padding-bottom: 30px;
    }

    .film_roll_wrapper .photo_list--item {
        display: inline-block;
        height: 100%;
        width: 90%;
        height: 430px;
        margin: 0 25px 0px;
        border-radius: 10px;
        box-shadow: 10px 5px 15px rgba(0, 0, 0, .2);
    }

    .film_roll_wrapper .photo_list--item .thumb {
        float: none;
        width: 100%;
        height: 45%;
        border-radius: 10px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .film_roll_wrapper .photo_list--item .info {
        float: none;
        position: relative;
        width: 100%;
        height: 55%;
        padding: 30px 25px 0;
        border-radius: 10px;
    }

    .film_roll_wrapper .photo_list--item.n1 .info {
        background: #485899;
        background: linear-gradient(-45deg, #21273d, #485899);
    }

    .film_roll_wrapper .photo_list--item.n2 .info {
        background: #3d2b76;
        background: linear-gradient(-45deg, #6e57aa, #3d2b76);
    }

    .film_roll_wrapper .photo_list--item.n3 .info {
        background: #5689ec;
        background: linear-gradient(-45deg, #3a52b0, #5689ec);
    }

    .film_roll_wrapper .photo_list--item.n4 .info {
        background: #1f6fc3;
        background: linear-gradient(-45deg, #0d9eab, #1f6fc3);
    }

    .film_roll_wrapper .photo_list--item .info strong {
        display: block;
        line-height: 1.5;
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .film_roll_wrapper .photo_list--item .info p {
        margin: 0;
        font-size: 14px;
        color: #fff;
        text-indent: -1px
    }

    .film_roll_container {
        position: relative;
    }

    .film_roll_pager {
        margin: 15px 0;
        position: relative;
        z-index: 99;
    }

    .film_roll_pager a {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .film_roll_prev,
    .film_roll_next {
        display: none;
    }

    .film_roll_pager a {
        display: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d5d5d5;
        border: none
    }

    .film_roll_pager a.active {
        background: #1ebfbb;
    }

    .section07 .service-inquiry .title {
        padding: 50px 0 20px;
    }

    .section07 .service-inquiry .title span {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }

    .section07 .service-inquiry ul li:first-child {
        padding-right: 10px;
    }

    .section07 .service-inquiry ul li .mail {
        padding: 30px 0 0 10px;
        position: relative;
        color: #fff;
    }

    .footer-wrap {
        padding: 1.1125vw 0 1.5833vw;
        background: #e6e6e7;
        color: #2a3354;
    }

    .footer-wrap .copy {
        position: relative;
        left: 0;
        top: 0;
        padding: 40px 0 40px 0;
        text-align: center
    }

    .footer-wrap .copy .footlogo {
        position: relative;
        left: 50%;
        margin-left: -106px;
        width: 213px;
        height: 63px;
        background: url(../img/footer_logo.png)no-repeat;
        font-size: 0;
    }

    .footer-wrap .copy address {
        font-size: 16px;
        line-height: 1.4;
        position: relative;
    }


    .footer-wrap .copy p {
        display: inline-block;
        position: relative;
        font-size: 14px;
    }

    .slDots {
        margin-top: -50px;
    }

    .section04 .bg_bottom,
    .section04 .bg_top,
    .section04 .road {
        display: none;
    }


}

@media (max-width: 767px) {
    .layout {
        max-width: 100%;
        padding: 0 20px;
    }

    #fp-nav.right {
        right: 0;
    }

    #fp-nav ul li,

    .fp-slidesNav ul li {

        display: block;

        width: 2.6667vw;

        height: 2.6667vw;

        margin: 1.3333vw;

        position: relative;

    }

    #fp-nav ul li a span,

    .fp-slidesNav ul li a span {

        border-radius: 50%;

        position: absolute;

        z-index: 1;

        height: 1.3333vw;

        width: 1.3333vw;

        border: 0;

        background: #e0e0e7;

        left: 50%;

        top: 50%;

        margin: -0.6667vw 0 0 -0.6667vw;

        -webkit-transition: all 0.1s ease-in-out;

        -moz-transition: all 0.1s ease-in-out;

        -o-transition: all 0.1s ease-in-out;

        transition: all 0.1s ease-in-out;

    }

    #fp-nav ul li a.active span,

    .fp-slidesNav ul li a.active span,

    #fp-nav ul li:hover a.active span,

    .fp-slidesNav ul li:hover a.active span {

        height: 2.6667vw;

        width: 2.6667vw;

        margin: -1.3333vw 0 0 -1.3333vw;

        border-radius: 100%;

        background: #ec6a16;

    }




    .slText {
        font-size: 15px;
        padding: 0 20px 0;
    }


    .slText.fs15 {
        font-size: 15px;
    }

    .slText .title strong {
        font-weight: 500
    }

    .slText .title strong span:first-child em:before {
        width: 30px;
        height: 30px;
        left: -10px;
        top: -15px;
    }

    .section02 .service-list li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .section04 {
        overflow: hidden;
    }


    .section07 .service-inquiry ul {
        flex-direction: column;
    }

    .section07 .service-inquiry ul li .kakao,
    .section07 .service-inquiry ul li .mail,
    .section07 .service-inquiry ul li:first-child {
        padding: 0
    }

    .section07 .service-inquiry ul li {
        margin-top: 20px;
    }

    .section07 .service-inquiry ul li + li {
        margin-top: 42px;
        padding-top: 40px;
        border-top: 1px solid #0e1631;
    }

    .section07 .service-inquiry ul li .kakao img {
        position: relative;
        left: 0;
        top: 0;
        width: 52px;
    }

    .section07 .service-inquiry ul li .btn_green_radius {
        height: 42px;
        line-height: 24px;
    }

    .section07 .service-inquiry .time {
        margin-top: 8px;
    }

    .section07 .service-inquiry ul li .brand {
        margin: 12px 0 4px;
    }

    .section07 .service-inquiry ul li .mail .desc {
        font-size: 20px;
    }

    .section02 .service-list li:last-child,
    .section02 .service-list.right {
        margin-top: 0;
    }

    .section04 {
        margin-bottom: -140px;
    }

    .footer-wrap .copy address {
        font-size: 16px;
    }

    .footer-wrap .copy .footlogo {
        margin: 0;
        left: 0;
        margin: 0 auto;
        background-size: 184px;
    }

    .footer-wrap .copy address span:after {
        display: none;
    }

    .footer-wrap .copy address span {
        display: block;
    }
}
