﻿
@font-face {
    font-family: 'NotoSansKR-Bold';
    src: url('../../../Layouts/saesoonch_Layout/Contents/webfont/NotoSansKR-Bold/NotoSansKR-Bold_0.otf') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR-Regular';
    src: url('../../../Layouts/saesoonch_Layout/Contents/webfont/NotoSansKR-Regular/NotoSansKR-Regular_0.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

#pc_slider .fp-slidesContainer { 
    width: 100%!important;
}

@media (min-width: 768px) {
    #mobile_slider {
        display: block;
    }

    #mobile_slider {
        display: none;
    }
}

@media (max-width: 768px) {
    /* #pc_slider { */
        /* display: none; */
    /* } */ 

    /* #mobile_slider { */
        /* display: block; */
    /* } */
}

.width100 {
    width: 100%;
}

.width40 {
    width: 40%;
    height: 100px;
    background-color: white;
}

.width60 {
    width: 60%;
}

.width80 {
    width: 80%;
}

.fp-controlArrow.fp-prev {
    top: 55% !important;
}

.fp-controlArrow.fp-next {
    top: 55% !important;
}

.fp-slidesContainer div {
    background-size: auto 102%;
    position: relative;
    background-position: center;
}

.col-sm-20 {
    width: 23% !important;
    margin: 1px;
}

.col-sm-19 {
    width: 19.7%;
    margin: 1px;
}

.direct-popup .visible-popups > .each {
    max-width: 700px !important;
}

#fp-nav.right {
    right: 25px;
}

.fullpage-mouse {
    position: fixed;
    bottom: 7%;
    z-index: 50;
    left: 50%;
    display: block;
    transform: translate(-50%, 0);
}

    .fullpage-mouse img {
        animation: MoveUpDown 1.2s ease-in-out infinite;
        position: relative;
        z-index: 10;
    }

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0rem);
    }

    50% {
        transform: translateY(1rem);
    }
}

#fp-nav {
    background: transparent;
    z-index: 0 !important;
    top: 50% !important;
    display: inline-block;
    height: 15%;
}

    #fp-nav ul li, .fp-slidesNav ul li {
        margin: 25px 7px;
    }

        #fp-nav ul li:last-child {
            display: none;
        }

        #fp-nav ul li .fp-tooltip {
            color: #333 !important;
            opacity: 1 !important;
            width: 115px !important;
            text-align: left;
            font-size: 16px;
            top: -5px;
            font-weight: bold;
            transform: skew(-0.05deg);
        }

        #fp-nav ul li.white .fp-tooltip {
            color: #fff !important;
            font-weight: bold;
        }

        #fp-nav ul li.white a span, .fp-slidesNav ul li.white a span {
            background: #fff;
        }

        #fp-nav ul li.white a.active {
            border: 1px solid #fff;
        }

        #fp-nav ul li a.active {
            border: 1px solid #000;
            text-decoration: none;
            padding: 15px;
            border-radius: 100%;
            top: -10px;
            left: -9px;
            position: relative;
            transition: .3s all;
        }

            #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 {
                width: 4px;
                height: 4px;
                margin: -2px 0 0 -2px;
            }

#section-1 {
    background: url(../../../Layouts/saesoonch_Layout/images/01_img.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-position: center;
}

    #section-1 > .fp-table {
        background: unset !important;
    }

    #section-1 > div > img:first-child {
        width: 100%;
        height: 100%;
    }

    #section-1 .text-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#slideText {
    -webkit-animation: zoomin 9s 1;
    animation: zoomin 9S 1;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.fp-tableCell > .each-img {
    /*display: none;*/
}
.fp-tableCell > .each-img {
    height: calc(100vh );
    display: flex
;
    align-items: center;
    justify-content: center;
}

#section-2 {
    position: relative;
    background: url(../../../Layouts/saesoonch_Layout/Images/2_bg_2.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

    #section-2 a {
        font-weight: 600;
        text-decoration: none;
         display: flex;
    }

    #section-2 h1 {
        color: black;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 30px 0;
        font-family: 'NotoSansKR-Bold';
    }

    #section-2 h3 {
        color: black;
        margin: 0px 0;
        font-size: 27px;
        font-weight: 100;
    }

    #section-2 .view-more {
        display: inline-block;
        padding: 15px 60px;
        font-size: 14px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    #section-2 .section2-box {
        margin-top: 55px; /*background: rgba(255,255,255,0.8);*/
    }
    /*#section-2 .section2-box:hover .section2-desc { background: rgba(0,0,0,0.8); transition:.3s all; }*/
    /*.whiteblock { background: rgba(0,0,0,0.8);}*/
    #section-2 .section2-desc {
        background: rgba(255,255,255,0.5);
        padding: 8px 2px;
        overflow: hidden;
        width: 68%;
    }

        #section-2 .section2-desc p {
            font-size: 18px;
            color: #fff;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            word-wrap: normal !important;
            width: 100%;
        }

        #section-2 .section2-desc span {
            font-size: 14px;
            transform: skew(-0.05deg);
            color: #fff;
        }

        #section-2 .section2-desc .section2-bible {
            float: left;
        }

    #section-2 h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

    #section-2 .section2-image > h2 {
        color: #fff;
        margin: 0;
        font-size: 36px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

.section2-box .section2-textbox > h2 {
    font-size: 36px !important;
}

.section2-bible {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.section2-date {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.section2-image {
    position: relative;
    width: 109% !important;
}

    .section2-image > img {
        width: 109% !important;
    }

#section-2 .section2-desc .section2-date {
    float: right;
}

.section2-textbox {
    position: absolute;
    top: 1px;
    margin: 40px;
}

    .section2-textbox > h3 {
        font-weight: bold;
    }

.section-image > img {
    min-width: 420px;
    max-height: 235px;
}

.section2R-image > img {
    width: 135px;
    height: 80px;
}

.section3-image > img {
    min-width: 300px;
    max-height: 235px;
}

#section-3 #whitecircle {
    background: white;
    border-radius: 70px;
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
}

#section-3 {
    position: relative;
    background: url(../../../Layouts/saesoonch_Layout/Images/3_quick_bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

    #section-3 h1 {
        color: black;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 15px 0;
        font-family: 'NotoSansKR-Bold';
        letter-spacing: 5px;
    }

    #section-3 h3 {
        color: black;
        margin: 0px 0 0;
        font-size: 27px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
        letter-spacing: 3px;
    }

    #section-3 h2 {
        color: black;
        margin: 0;
        font-size: 26px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

.section-3-box {
    margin-top: 240px;
}

    .section-3-box a {
        color: black;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: 0;
    }

        .section-3-box a:hover {
            top: -15px;
            transition: .3s top;
        }

            .section-3-box a:hover p {
                color: #0EA1DB;
            }

    .section-3-box p {
        margin: 20px 0 10px;
        font-size: 19px;
        font-weight: bold;
    }

    .section-3-box span {
        font-size: 17px;
    }

    .section-3-box .row {
        padding: 25px;
    }

#section-4 {
    position: relative;
    background: url(../../../Layouts/saesoonch_Layout/Images/4_notice_bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

    #section-4 a {
        text-decoration: none;
    }

    #section-4 h1 {
        color: #000;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 30px 0;
        font-family: 'NotoSansKR-Bold';
    }

    #section-4 h3 {
        color: #000;
        margin: 30px 0 0;
        font-size: 27px;
        font-weight: 100;
    }

    #section-4 .view-more {
        display: inline-block;
        padding: 15px 60px;
        font-size: 14px;
        border: 1px solid #000;
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

    #section-4 ul a {
        color: #000;
        text-decoration: none;
    }

    #section-4 li {
        overflow: hidden;
        border-bottom: 1px solid #000;
        padding: 25px 15px;
    }

        #section-4 li div {
            float: left;
        }

        #section-4 li img {
            float: right;
            margin-top: 18px;
        }

        #section-4 li div.section4-box-date p {
            font-size: 17px;
            margin: 0;
        }

            #section-4 li div.section4-box-date p strong {
                font-size: 40px;
            }

        #section-4 li div.section4-box-cont {
            margin-top: 13px;
            margin-left: 50px;
        }

            #section-4 li div.section4-box-cont p {
                margin: 0;
                font-size: 18px;
                line-height: 33px;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                word-wrap: normal !important;
                width: 900px;
            }

                #section-4 li div.section4-box-cont p.cont-title {
                    font-weight: bold;
                }

#section-4imgbox {
    height: 75%;
    width: 100%;
}

#section-4box {
    height: 570px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-4UpperBox {
    height: 50%;
    display: flex;
}

#section-4DownerBox {
    height: 50%;
    display: flex;
}

#mar5main {
    margin: 6px 6px;
    width: 33%;
}

#section-4TextBox {
    height: 25%;
    width: 100%;
   padding: 9px;
    background: rgba(0,0,0,0.5);
}

#section-4TextBoxp {
    font-size: 18px;
    margin: 0 0 3px;
    font-weight: 800;
}

#section-4TextBoxinnertext {
    display: flex;
    justify-content: space-between;
	
}

#section-4TextBoxinnertext> div { width: 100%;
		text-align: left;
	
}
#section-4TextBoxinnertext> div:first-child {	text-align: left;}

#section-4TextBoxinnertext> div:nth-child(2) {text-align: right;}




#section-4 h2 {
    color: #333;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: lighter;
    font-family: 'NotoSansKR-Regular';
}

#section-5 {
    position: relative;
    background: url(../../../Layouts/saesoonch_Layout/Images/5.bg.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

    #section-5 #whitecircle {
        background: white;
        border-radius: 110px;
        height: 150px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 20px;
        background-color: rgba( 255, 255, 255, 0.8 );
    }

    #section-5 h1 {
        color: #fff;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 15px 0;
        font-family: 'NotoSansKR-Bold';
        letter-spacing: 5px;
    }

    #section-5 h3 {
        color: #fff;
        margin: 0px 0 0;
        font-size: 27px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
        letter-spacing: 3px;
    }

    #section-5 h2 {
        color: #fff;
        margin: 0;
        font-size: 35px;
        font-weight: 600;
        font-family: 'NotoSansKR-Regular';
    }

.section-5-box {
    margin-top: 165px;
    MARGIN-BOTTOM: 100PX;
}

    .section-5-box a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: 0;
    }

        .section-5-box a:hover {
            top: -15px;
            transition: .3s top;
        }

            .section-5-box a:hover p {
                color: #0EA1DB;
            }

    .section-5-box p {
        margin: 20px 0 10px;
        font-size: 19px;
        font-weight: bold;
        color: #fff;
    }

    .section-5-box span {
        font-size: 17px;
    }

#section-6 {
    position: relative;
    background: url(../../../Layouts/saesoonch_Layout/Images/6.bg.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

    #section-6 a {
        text-decoration: none;
    }

    #section-6 h1 {
        color: #fff;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 15px 0;
        font-family: 'NotoSansKR-Bold';
    }

    #section-6 h3 {
        color: #fff;
        margin: 20px 0 0;
        font-size: 22px;
        font-weight: 100;
        font-family: 'NotoSansKR-Bold';
    }

    #section-6 h2 {
        color: #fff;
        margin: 15px 0 0;
        font-size: 27px;
        font-weight: 100;
        font-family: 'NotoSansKR-Bold';
    }

    #section-6 p {
        color: #fff;
        margin: 8px 0 0;
        font-size: 16px;
    }

    #section-6 .view-more {
        display: inline-block;
        padding: 15px 60px;
        font-size: 14px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    #section-6 ul a {
        color: #fff;
        text-decoration: none;
    }

    #section-6 li {
        overflow: hidden;
        border-bottom: 1px solid #fff;
        padding: 25px 15px;
    }

        #section-6 li div {
            float: left;
        }

        #section-6 li img {
            float: right;
            margin-top: 18px;
        }

        #section-6 li div.section4-box-date p {
            font-size: 17px;
            margin: 0;
        }

            #section-6 li div.section4-box-date p strong {
                font-size: 40px;
            }

        #section-6 li div.section4-box-cont {
            margin-top: 13px;
            margin-left: 50px;
        }

            #section-6 li div.section4-box-cont p {
                margin: 0;
                font-size: 18px;
                line-height: 33px;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                word-wrap: normal !important;
                width: 900px;
            }

                #section-6 li div.section4-box-cont p.cont-title {
                    font-weight: bold;
                }

    #section-6 h3 {
        font-family: 'NotoSansKR-Bold';
    }

    #section-6 #sec6_box1 {
        width: 100%;
        height: 350px;
        background-color: rgba( 25, 151, 227, 0.9 );
    }

    #section-6 #sec6_box2 {
        width: 100%;
        height: 350px;
        background-color: rgba( 235, 233, 236, 0.9 );
    }

    #section-6 #sec6_box3 {
        width: 100%;
        height: 350px;
        background-color: rgba( 55, 153, 92, 0.9 );
    }

    #section-6 #sec6_box4 {
        width: 100%;
        height: 350px;
        background-color: rgba( 204, 202, 203, 0.9 );
    }

    #section-6 #sec6_box5 {
        width: 100%;
        height: 350px;
        background-color: rgba( 234, 233, 234, 0.9 );
    }

.mobileyoutube {
    display: none;
}

#section-6 #sec6_box4 a img:nth-child(2) {
    display: none;
}

#section-6 #sec6_box5 a img:nth-child(2) {
    display: none;
}

#section-6 #sec6_box2 > h2 {
    color: black;
}

#section-6 #sec6_box2 > p {
    color: black;
}

#section-6 #sec6_box4 > h2 {
    color: black;
}

#section-6 #sec6_box4 > p {
    color: black;
}

#section-6 #sec6_box5 > h2 {
    color: black;
}

#section-6 #sec6_box5 > p {
    color: black;
}

#section-6 #sec6_box1 > img {
    width: 100%;
    margin-top: 10px;
}

#section-6 #sec6_box2 > img {
    width: 100%;
    margin-top: 10px;
}

#section-6 #sec6_box3 > a > img {
    width: 100%;
    margin-top: 10px;
}

#section-6 #sec6_box4 > a > img {
    width: 100%;
    margin-top: 10px;
}

#section-6 #sec6_box5 > a > img {
    width: 100%;
    margin-top: 10px;
}

#section-6 #sec6_box1 .youtube {
    width: auto;
}

#section-6 #sec6_box2 .youtube {
    width: auto;
}

#section-6 #sec6_box3 .youtube {
    width: auto;
}

#section-6 #sec6_box4 .youtube {
    width: auto;
}

#section-6 #sec6_box5 .youtube {
    width: auto;
}

.section-6-box {
    margin-top: 65px;
}

.footer {
    background: #fff;
}

    .footer ul {
        padding: 20px 0;
        border-bottom: 1px solid #cecece;
    }

    .footer li {
        display: inline-block;
        font-size: 17px;
        color: #989898;
        border-right: 1px solid #cecece;
    }

        .footer li:last-child {
            border-right: none;
        }

        .footer li a {
            color: #989898;
            text-decoration: none;
            padding: 0 50px;
        }

            .footer li a:hover {
                color: #70AE62;
                transition: .3s color;
            }

    .footer .footer-bottom {
        font-size: 15px;
        padding: 40px 0;
        color: #989898;
        transform: skew(-0.05deg);
    }

        .footer .footer-bottom a {
            text-decoration: none;
            color: #989898;
        }



.view-more {
    display: inline-block;
    padding: 17px 50px;
    color: #00A9E0;
    font-size: 17px;
    border: 5px solid #fff;
    text-decoration: none;
    overflow: hidden;
    vertical-align: middle;
    background: transparent;
    overflow: hidden;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 10;
    border: 1px solid #00A9E0;
    font-weight: 100;
}

    .view-more:hover {
        color: #fff;
    }

        .view-more:hover:before {
            -webkit-transform: translateX(0) skewX(-17.62deg);
            -ms-transform: translateX(0) skewX(-17.62deg);
            transform: translateX(0) skewX(-17.62deg);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
        }

    .view-more:before {
        z-index: -1;
        content: "";
        display: block;
        width: 120%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: translateX(-101%) skewX(-17.62deg);
        -ms-transform: translateX(-101%) skewX(-17.62deg);
        transform: translateX(-101%) skewX(-17.62deg);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.view-more1:before {
    background: #C7B1E6;
}

.view-more2:before {
    background: #737069;
}

.whiteblock: {
    margin-bottom: 4px;
}

@media (min-width:1499px) {
    .width60 {
        width: 60% !important;
    }
}


@media (min-width:1200px) and (max-width:1499px) {
    .section3-image > img {
        min-width: 231px;
        max-height: 228px;
    }

    .section2-image > img {
        width: 109% !important;
        height: 300px;
    }

    .section2R-image > img {
        width: 135px;
        height: 70px;
    }

    #section-2 .section2-box {
        margin-top: 25px;
    }

    .martop-50 {
        margin-top: 160px !important;
    }

    .width-none {
        width: 38%;
    }

    .sec3_imagebox > .col-sm-20 {
        width: 24.5% !important;
        margin: 1px;
    }

    .row {
        width: 90%;
    }

    #section-2 h1 {
        color: black;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 10px 0;
        font-family: 'NotoSansKR-Bold';
    }

    #section-2 .section2-desc {
        background: rgba(255,255,255,0.5);
        overflow: hidden;
        padding: 8px 2px;
    }

    .section-image > img {
        min-width: 360px;
        max-height: 200px;
    }

    #section-4box {
        height: 500px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-4 h2 {
        color: #333;
        margin-bottom: 0px;
        font-size: 26px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

    #section-4 h1 {
        color: #000;
        margin: 0;
        font-size: 50px;
        font-weight: normal;
        margin: 10px 0;
        font-family: 'NotoSansKR-Bold';
    }

    #section-4 h3 {
        color: #000;
        margin: unset;
        font-size: 27px;
        font-weight: 100;
        margin-top: 155px;
    }

    .section-5-box {
        margin-top: 100px;
        MARGIN-BOTTOM: 100PX;
    }

    .col-sm-19 {
        width: 19.4%;
        margin: 1px;
    }
}

@media (min-width:993px) and (max-width:1199px) {
    .width-none {
        width: 100%;
    }

    .col-sm-20 {
        width: 24% !important;
        margin: 1px;
    }

    .width60 {
        width: 100% !important;
    }

    #section-2 h3 {
        font-size: 20px;
    }

    #section-2 h1 {
        font-size: 40px;
    }

    #section-2 .section2-desc p {
        font-size: 17px;
    }

    #section-2 .section2-desc .section2-bible {
        display: none;
    }

    #section-2 .section2-desc .section2-date {
        float: left;
    }

    .section-image > img {
        min-width: 293.33px;
        max-height: 165px;
    }

    #section-2 .section2-desc {
        background: rgba(255,255,255,0.5);
        padding: 8px 10px;
        overflow: hidden;
        width: 84%;
    }

    #section-3 h3 {
        font-size: 20px;
    }

    #section-3 h1 {
        font-size: 40px;
    }

    #section-3 h2 {
        font-size: 20px;
    }

    #section-4 h3 {
        font-size: 20px;
    }

    #section-4 h1 {
        font-size: 40px;
    }

    #section-4 li div.section4-box-cont p {
        width: 700px;
    }

    .footer li a {
        padding: 0 30px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .width-none {
        width: 100%;
    }

    #section-2 .section2-desc {
        background: rgba(255,255,255,0.5);
        overflow: hidden;
        width: 79% !important;
    }

    .section3-image > img {
        min-width: 170px;
        max-height: 235px;
    }

    .width80 {
        width: 100%;
    }

    .width60 {
        width: 100% !important;
    }

    #fp-nav {
        display: none !important;
    }

    #slideText {
        max-width: 300px;
    }

    #section-2 h3 {
        font-size: 27px;
    }

    #section-2 h1 {
        font-size: 25px;
    }

    #section-2 .section2-desc p {
        font-size: 17px;
    }

    #section-2 .section2-desc .section2-bible {
        display: none;
    }

    #section-2 .section2-desc .section2-date {
        float: left;
    }

    #section-2 .section2-desc {
        padding: 25px 20px;
    }

    .section-image > img {
        min-width: 220px;
        max-height: 123px;
    }

    #section-3 h3 {
        font-size: 17px;
    }

    #section-3 h1 {
        font-size: 25px;
    }

    #section-3 h2 {
        font-size: 20px;
    }

    .section-3-box span {
        font-size: 15px;
    }

    .section-3-box {
        margin-top: 50px;
    }

    #section-4 h3 {
        font-size: 17px;
    }

    #section-4 h1 {
        font-size: 25px;
    }

    #section-4 li div.section4-box-cont p {
        font-size: 17px;
        width: 500px;
    }

    .footer li a {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {

    #section-4imgbox {
        height: 53%;
        width: 100%;
    }

    #mar5main {
        margin: 8px;
        width: 50%;
    }

    #section-1, .section-1 .fp-tableCell > p >img {
        height: 100vh !important;
    }
    #section-1 #pc_slider .each-img img {
        height: 100vh !important;
        width: 100%;
        object-fit: cover;
    }
    .fp-tableCell > .each-img img {
        height: 100vh !important;
    }

#section-1,
#section-1 .fp-table,
#section-1 .fp-tableCell,
#section-1 .fp-slide,
#section-1 .slide,
#section-1 #pc_slider,
#section-1 .each-img {
    height: 100vh !important;
}

    #section-1 .each-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .sec3_imagebox {
        display: flow !important;
    }

    .disnone {
        display: none !important;
    }

    .col-sm-20 {
        width: 46% !important;
        margin: 1px;
    }

    .width80 {
        width: 100%;
    }

    .sec3image1 {
        float: left;
    }

    .sec3image2 {
    }

    .sec3image3 {
        clear: both;
    }

    .sec3image4 {
    }

    .width-none {
        width: 100% !important;
    }

    .width60 {
        width: 100% !important;
        padding-bottom: 0px !important;
    }

    .live-youtube {
        max-width: 50%;
    }

    #section-2 h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

    #section-2 .section2-desc {
        background: rgba(255,255,255,0.5);
        overflow: hidden;
        width: 79% !important;
    }

    .section2-textbox {
        position: absolute;
        top: 1px;
        margin: 7px;
    }

    .section2-bible {
        color: #fff;
        margin: 0;
        font-size: 18px;
    }

    .section2-date {
        color: #fff;
        margin: 0;
        font-size: 18px;
        margin-bottom: 0px;
    }

    #section-2 h3 {
        color: #fff;
        margin: 0px 0;
        font-size: 24px !important;
        font-weight: 100;
    }

    #section-2 h1 {
        font-size: 40px;
        margin: 5px;
    }

    #section-2 .view-more {
        padding: 10px 40px;
        margin-bottom: 15px;
    }

    #section-2 .section2-desc p {
        font-size: 17px;
        margin-bottom: 5px;
    }

    #section-2 .section-image {
        display: none;
    }

    #section-2 .section2-desc .section2-bible {
        display: none;
    }

    #section-2 .section2-desc .section2-date {
        float: left;
    }

    #section-2 .section2-desc {
        padding: 10px 15px;
    }

    #section-2 .section2-box {
        margin-top: 15px;
    }

    #section-2 .view-more {
        font-size: 12px;
    }

    .section2-box .section2-textbox > h2 {
        font-size: 30px !important;
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    #section-3 h3 {
        font-size: 27px;
    }
    /*#section-3 h3 {
        font-size: 17px;
    }*/
    #section-3 h1 {
        font-size: 40px;
        margin: 15px;
    }
    /*#section-3 h1 {
        font-size: 20px;
        margin: 15px;
    }*/
    .section3-image > img {
        min-width: 215px;
        max-height: 235px;
    }

    .section-3-box .row {
        padding: 55px 25px 25px 25px;
    }

    #section-3 #whitecircle {
        background: white;
        border-radius: 70px;
        height: 120px;
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 11px;
    }

    #section-3 h2 {
        font-size: 17px;
    }

    .section-3-box span {
        display: none;
    }

    .section-3-box {
        margin-top: 30px;
    }

        .section-3-box img {
            max-width: 90px;
        }

        .section-3-box p {
            font-size: 17px;
            margin: 10px 0;
        }


    #section-4 h3 {
        font-size: 17px;
    }

    #section-4 h1 {
        font-size: 20px;
        margin: 15px;
    }

    #section-4 .view-more {
        padding: 10px 40px;
        margin-bottom: 10px;
    }

    #section-4 ul {
        padding: 0 15px;
    }

    #section-4 li img {
        display: none;
    }

    #section-4 li div.section4-box-cont {
        margin-top: 0;
        margin-left: 15px;
        width: 75%;
    }

        #section-4 li div.section4-box-cont p {
            font-size: 15px;
            width: 100%;
            line-height: 26px;
            transform: skew(-0.05deg);
        }

    #section-4 li div.section4-box-date p {
        font-size: 14px;
        transform: skew(-0.05deg);
    }

        #section-4 li div.section4-box-date p strong {
            font-size: 20px;
        }

    #section-4 li {
        padding: 15px;
    }

    .footer li {
        font-size: 14px;
        transform: skew(-0.05deg);
        margin: 5px 0;
    }

    .footer ul {
        padding: 10px 0;
    }

    .footer li a {
        padding: 0 15px;
    }

    .footer .footer-bottom {
        font-size: 14px;
        padding: 15px 15px;
        color: #989898;
        transform: skew(-0.05deg);
    }

    #section-2, #section-3, #section-4 {
        background-size: auto 100%;
    }

    #fp-nav {
        display: none;
    }
}

@media (max-width: 467px) {
    .section2R-image > img {
        width: 135px;
        height: 80px;
        DISPLAY: NONE;
    }

    .mobileyoutube {
        display: inline;
    }

    .fp-controlArrow.fp-prev {
        display: none;
    }

    .fp-controlArrow.fp-next {
        display: none;
    }

    .fp-tableCell > .each-img {
        /*display: none;*/
    }

    .col-sm-20 {
        width: 49.5% !important;
        margin: 0px;
        padding: 2px;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .fp-slidesContainer > div {
        background-size: 300% 102%;
        position: relative;
        background-position: center;
        height: 100vh;
    }

    .swiper-slide img {
        height: 100vh !important;
        width: 100vw;
    }

    .width80 {
        width: 100%;
    }

    #section-4 .width80 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section3-image > img {
        min-width: 165px;
        max-height: 235px;
    }

    #section-4TextBoxinnertext > div {
        display: none;

    }

    #section-4imgbox {
        height: 73%;
        width: 100%;
    }

    #section-4box {
        height: 320px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .disnone {
        display: none !important;
    }

    .width-none {
        width: 100% !important;
    }

    .width60 {
        width: 100% !important;
    }

    .live-youtube {
        max-width: 50%;
    }

    #section-2 h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 17px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

    #section-2 .section2-desc {
        background: rgba(255,255,255,0.5);
        overflow: hidden;
        width: 97% !important;
    }

    .section2-textbox {
        position: absolute;
        top: 1px;
        margin: 10px;
    }

    .section2-bible {
        color: #fff;
        margin: 0;
        font-size: 14px;
    }

    .section2-date {
        color: #fff;
        margin: 0;
        font-size: 14px;
        margin-bottom: 8px;
    }

    #section-2 h3 {
        color: #fff;
        margin: 0px 0;
        font-size: 15px !important;
        font-weight: 100;
    }

    #section-2 h1 {
        font-size: 30px;
        margin: 5px;
    }

    #section-2 .view-more {
        padding: 10px 40px;
        margin-bottom: 15px;
    }

    #section-2 .section2-desc p {
        font-size: 17px;
        margin-bottom: 0px;
    }

    #section-2 .section-image {
        display: none;
    }

    #section-2 .section2-desc .section2-bible {
        display: none;
    }

    #section-2 .section2-desc .section2-date {
        float: left;
    }

    #section-2 .section2-desc {
        padding: 1px 15px;
    }

    #section-2 .section2-box {
        margin-top: 4PX;
    }

    #section-2 .view-more {
        font-size: 12px;
    }

    .section2-box .section2-textbox > h2 {
        font-size: 19px !important;
        margin-top: 5px;
        margin-bottom: 5px !important;
    }

    .section-5-box img {
        max-width: 90px;
    }

    .section-3-box p {
        font-size: 17px;
        margin: 10px 0;
    }

    .martop-50 {
        margin-top: 25px !important;
    }

    #section-4TextBoxp {
        font-size: 15px;
        margin: 0 0 3px;
        font-weight: 800;
    }

    .section-5-box {
        margin-top: 48px;
        MARGIN-BOTTOM: 100PX;
    }

    .martop65 {
        margin-top: 65px !important;
        font-size: 15px !important;
    }

    #section-6 h3 {
        color: #fff;
        margin: -58px 0 0;
        font-size: 15px;
        font-weight: 100;
        font-family: 'NotoSansKR-Bold';
    }

    #section-5 #whitecircle {
        background: white;
        border-radius: 110px;
        height: 90px;
        width: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 2px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #section-4 h3 {
        font-size: 17px;
    }

    .section-5-box p {
        margin: 20px 0 10px;
        font-size: 16px;
        font-weight: bold;
        word-break: keep-all;
        color: #fff;
    }

    #section-4 h1 {
        font-size: 30px;
        margin: 15px;
    }

    #section-4 .view-more {
        padding: 10px 40px;
        margin-bottom: 10px;
    }

    #section-4 ul {
        padding: 0 15px;
    }

    #section-4 li img {
        display: none;
    }

    #section-4 li div.section4-box-cont {
        margin-top: 0;
        margin-left: 15px;
        width: 75%;
    }

        #section-4 li div.section4-box-cont p {
            font-size: 15px;
            width: 100%;
            line-height: 26px;
            transform: skew(-0.05deg);
        }

    #section-4 li div.section4-box-date p {
        font-size: 14px;
        transform: skew(-0.05deg);
    }

        #section-4 li div.section4-box-date p strong {
            font-size: 20px;
        }

    #section-4 li {
        padding: 15px;
    }

    .footer li {
        font-size: 14px;
        transform: skew(-0.05deg);
        margin: 5px 0;
    }

    .footer ul {
        padding: 10px 0;
    }

    .footer li a {
        padding: 0 15px;
    }

    .footer .footer-bottom {
        font-size: 14px;
        padding: 15px 15px;
        color: #989898;
        transform: skew(-0.05deg);
    }

    #section-2, #section-3, #section-4, #section-5, #section-6 {
        background-size: auto 100%;
    }

    #fp-nav {
        display: none;
    }

    .sec6 > .col-sm-19 {
        width: 31.3% !important;
        margin: 2.5px;
        padding: 0px;
    }

    #section-4 h2 {
        color: #333;
        margin-bottom: 30px;
        font-size: 17px;
        font-weight: lighter;
        font-family: 'NotoSansKR-Regular';
    }

    #section-5 h2 {
        font-size: 17px;
    }

    .clearboth {
        clear: both;
    }

    #section-6 h2 {
        font-size: 17px;
    }

    #section-5 h1 {
        color: #fff;
        margin: 0;
        font-size: 30px;
        font-weight: normal;
        margin: 15px 0;
        font-family: 'NotoSansKR-Bold';
        letter-spacing: 5px;
    }

    #section-6 h1 {
        color: #fff;
        margin: 0;
        font-size: 30px;
        font-weight: normal;
        margin: 30px 0;
        font-family: 'NotoSansKR-Bold';
    }

    .col-sm-19 {
        width: 31.3% !important;
        margin: 2.5px;
    }

    #section-6 p {
        display: none;
    }

    #section-6 #sec6_box1 {
        width: 100%;
        height: 122px;
        background-color: rgba( 25, 151, 227, 0.9 );
    }

    #section-6 #sec6_box2 {
        width: 100%;
        height: 122px;
        background-color: rgba( 235, 233, 236, 0.9 );
    }

    #section-6 #sec6_box3 {
        width: 100%;
        height: 122px;
        background-color: rgba( 55, 153, 92, 0.9 );
    }

    #section-6 #sec6_box4 {
        width: 100%;
        height: 122px;
        background-color: rgba( 204, 202, 203, 0.9 );
    }

    #section-6 #sec6_box5 {
        width: 100%;
        height: 122px;
        background-color: rgba( 234, 233, 234, 0.9 );
    }

    #sec6_box1 h2 {
        font-size: 14px;
    }

    #sec6_box2 h2 {
        font-size: 14px;
    }

    #sec6_box3 h2 {
        font-size: 14px;
    }

    #sec6_box4 h2 {
        font-size: 14px;
    }

    #sec6_box5 h2 {
        font-size: 14px;
    }

    #sec6_box6 h2 {
        font-size: 14px;
    }
}

@media (max-width: 397px) {
    .col-sm-20 {
        width: 48.5% !important;
        margin: 2px;
    }
}

#section-1 #pc_slider .each-img img {
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
}

/* 비주얼 기준 */
#section-2 {
    position: relative;
    overflow: hidden;
}

    /* 내부 래퍼 */
    #section-2 .visual-inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    /* 🔴 핵심 1: 텍스트 위치 */
    #section-2 .visual-text {
        position: absolute;
        left: 12%; /* 시안처럼 살짝 안쪽 */
        top: 46%; /* 중앙보다 약간 위 */
        transform: translateY(-50%);
        color: #222;
    }

    /* SERMON 이미지 */
    #section-2 .visual-sub img {
        display: block;
        width: 140px;
        margin-bottom: 18px;
    }

    /* 제목 */
    #section-2 .visual-text h1 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    /* 부제 */
    #section-2 .visual-text p {
        font-size: 16px;
        margin-bottom: 6px;
    }

    #section-2 .visual-desc {
        font-size: 14px;
        color: #555;
        margin-bottom: 26px;
    }

    /* 🔴 핵심 2: 버튼 줄 정리 (파란 줄 현상 제거) */
    #section-2 .visual-buttons {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    /* 🔴 핵심 3: 플레이 버튼 위치 */
    #section-2 .play-button {
        position: absolute;
        left: 48%; /* 텍스트 오른쪽 */
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
    }

        #section-2 .play-button img {
            width: 74px;
        }

    /* 우측 아이콘 */
    #section-2 .side-buttons {
        position: absolute;
        right: 6%;
        top: 50%;
        transform: translateY(-50%);
    }

        #section-2 .side-buttons img {
            width: 52px;
        }

/* 반응형 */
@media (max-width: 1024px) {
    #section-2 .visual-text {
        left: 8%;
    }
}

@media (max-width: 768px) {
    #section-2 .visual-text {
        position: static;
        transform: none;
        max-width: none;
        text-align: center;
    }

    #section-2 .play-button {
        position: static;
        transform: none;
        margin: 0px auto;
        display: block;
        text-align: center;
    }

    #section-2 .visual-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    #section-2 .side-buttons {
        position: static;
        transform: none;
        margin-top: 30px;
        text-align: center;
    }
}

/* ===== 1번 시안 구조 맞춤 ===== */

/* 기준 컨테이너 */
#section-2 .visual-inner {
    position: relative;
    height: 100%;
}

/* 왼쪽 콘텐츠 컬럼 */
#section-2 .visual-text {
    position: absolute;
    left: 20%;
    top: 40%;
    transform: translateY(-30%);
    width: 700px;
    z-index: 3;
}

/* SERMON */
#section-2 .visual-sub img {
    width: 500px;
    margin: revert;
    margin-bottom: 100px;
}

/* 타이틀 */
#section-2 .visual-text h1 {
    font-size: 42px;
    line-height: 1.00;
    margin-bottom: 12px;
}

/* 설명 */
#section-2 .visual-text p {
    color: black ;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#section-2 .visual-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

/* 버튼은 텍스트 하단에 고정 */
#section-2 .visual-buttons {
    display: flex;
    gap: 12px;
    margin-top: 100px;
}

/* 🔥 플레이 버튼: 화면 비주얼 중심 */
#section-2 .play-button {
    position: absolute;
    left: 56%;
    top: 53%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

    #section-2 .play-button img {
        width: 120px;
    }

/* 우측 아이콘 */
#section-5 .side-buttons {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

    #section-5 .side-buttons img {
        width: 150px;
    }
.bold {
    font-weight: 600;
    font-size: 20px;
}

/* 공통 버튼 스타일 */
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 12px 56px; */
    height: 36px;
    width: 300px;
    border: 1px solid #222;
    background-color: transparent;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

    /* hover 시 */
    .btn-outline:hover {
        background-color: #0b2a5b; /* 남색 */
        color: #fff;
        border-color: #0b2a5b;
    }

.welcome-section {
    padding: 100px 0;
    background: url('/Images/03_welcome_bg.jpg') center/cover no-repeat;
}

.welcome-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.welcome-text {
    margin-left: 235px;
    flex: 1;
    color: #fff;
}

    .welcome-text h2 {
        font-size: 48px;
        font-weight: 700;
    }

    .welcome-text .sub {
        margin: 5px 0 40px;
        font-size: 22px;
    }

    .welcome-text .desc {
        font-size: 35px;
        font-weight: 600;
        line-height: 1.4;
    }

.welcome-cards {
    flex: 1.2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.welcome-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 40px 20px;
    text-align: center;
    text-decoration: none;
    color: #1f3a68;
    width: 220px;
    transition: background 0.3s ease, color 0.3s ease;
}

    .welcome-card .icon,
    .welcome-card .arrow {
        display: block;
        margin: 0 auto;
    }

    .welcome-card .icon {
        width: 60px;
        margin-bottom: 20px;
    }

    .welcome-card span {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .welcome-card .arrow {
        width: 30px;
    }

    /* 기본 상태 */
    .welcome-card .on {
        display: none;
    }

    /* hover 상태 */
    .welcome-card:hover {
        background: #1f3a68 !important;
        color: #fff;
    }

        .welcome-card:hover .off {
            display: none;
        }

        .welcome-card:hover .on {
            display: block;
        }


/* 반응형 미디어쿼리 */
@media (max-width: 1024px) {
    .welcome-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome-cards {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media (max-width: 600px) {
    .welcome-cards {
        grid-template-columns: 1fr;
    }

    .welcome-text h2 {
        font-size: 28px;
    }

    .welcome-text .desc {
        font-size: 18px;
    }
	    .welcome-card span {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }
}

/* =========================
   공통 레이아웃
========================= */
#section-2 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

#section-2 .visual-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}

/* =========================
   좌측 텍스트
========================= */
#section-2 .visual-text {
    width: 50%;
    max-width: 640px;
    z-index: 2;
}

#section-2 .visual-text h4 {
    font-size: 16px;
    margin-bottom: 12px;
    opacity: 0.8;
}

#section-2 .visual-text h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
}

#section-2 .visual-text .visual-desc {
    font-size: 16px;
    margin-bottom: 40px;
    opacity: 0.8;
}

/* 버튼 */
#section-2 .visual-buttons {
    display: flex;
    gap: 12px;
}

/* =========================
   중앙 플레이 버튼
========================= */
/* =========================
   플레이 버튼 확대 대응
========================= */
#section-2 .play-button {
    position: absolute;
    left: 50%;
    top: 68%;

    transform: translate(-50%, -50%);
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    width: clamp(70px, 8vw, 140px);
    height: clamp(70px, 8vw, 140px);
}

/* 확대되거나 화면 좁아질 때 아래로 더 이동 */
@media (max-width: 1400px){
    #section-2 .play-button{
        top: 66%;
    }
}

@media (max-width: 1200px){
    #section-2 .play-button{
        top: 70%;
    }
}

@media (max-width: 991px){
    #section-2 .play-button{
        top: 75%;
    }
}

@media (max-width: 767px){
    #section-2 .play-button{
        top: 80%;
    }
}
#section-2 .play-button {
    position: static;
    left: 50%;
    top: 62%;
    transform: translate(150%, 74%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(70px, 8vw, 140px);
    height: clamp(70px, 8vw, 140px);
}

/* 버튼 이미지 */
#section-2 .play-button img{
    width:clamp(60px, 6vw, 90px);
    height:auto;

    transition:.3s ease;
}

/* hover */
#section-2 .play-button:hover img{
    transform:scale(1.05);
}


/* =========================
   브라우저 확대 대응
========================= */

@media (max-width: 1400px){

    #section-2 .play-button img{
        width:80px;
    }

}


@media (max-width: 1100px){

    #section-2 .play-button{
        width:90px;
        height:90px;
    }

    #section-2 .play-button img{
        width:72px;
    }

}


/* =========================
   태블릿
========================= */

@media (max-width: 991px){

    #section-2 .play-button{
        width:80px;
        height:80px;
    }

    #section-2 .play-button img{
        width:64px;
    }

}


/* =========================
   모바일
========================= */

@media (max-width: 767px){

    #section-2 .play-button{
        width:72px;
        height:72px;
    }

    #section-2 .play-button img{
        width:58px;
    }

}


/* =========================
   작은 모바일
========================= */

@media (max-width: 480px){

    #section-2 .play-button{
        width:64px;
        height:64px;
    }

    #section-2 .play-button img{
        width:52px;
    }

}

/* =========================
   우측 사이드 버튼
========================= */
#section-2 .side-buttons {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

/* =========================
   태블릿
========================= */
@media (max-width: 1199px) {
    #section-2 .visual-inner {
        padding: 0 6%;
    }

    #section-2 .visual-text {
        width: 60%;
    }

    #section-2 .visual-text h1 {
        font-size: 34px;
    }

    #section-2 .play-button img {
        width: 70px;
    }
}

@media (max-width: 767px) {
    #section-2 .play-button img {
        width: 50px;
    }
}
/* =========================
   모바일 전체 화면 안에 강제 수용
========================= */


@media (max-width: 767px) {
#section-2 .visual-sub img {
    width: 260px;
	margin-left: 50px;
}
    #section-2 .visual-sub img {
        margin-bottom: 50px;
    }
    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    #section-2 {
        width: 100%;
        max-width: 100%;
        padding: 0px 0px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }
#section-2 .visual-buttons {
    margin-top:0px;
}

    #section-2 .visual-inner {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;           /* ← 이게 핵심 */
        box-sizing: border-box;
        margin: 0 auto;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 텍스트 영역 */
    #section-2 .visual-text {
        width: 100%;
        max-width: 100%;
		    left: 0% !important;
        box-sizing: border-box;
        text-align: center;
    }
    #section-2 .visual-text * {
        max-width: 100%;
        box-sizing: border-box;
    }

    #section-2 .visual-text h1 {
        font-size: 24px;
        line-height: 1.4;
        word-break: keep-all;
		padding: 0px 15px;
		padding-bottom: 35px;
		
    }
	
    #section-2 .play-button {
        position: static;
        left: 50%;
        top: 62%;
        transform: translate(0%, 374%)!important; 
        z-index: 89;
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(70px, 8vw, 140px);
        height: clamp(70px, 8vw, 140px);
    }

    #section-2 .visual-text .visual-desc {
        font-size: 13px;
        margin-bottom: 28px;
    }

    /* 버튼 */
    #section-2 .visual-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    #section-2 .visual-buttons a {
        width: 100%;
        max-width: 260px;
        box-sizing: border-box;
    }

    /* 불필요 요소 제거 */
    #section-2 .play-button,
    #section-2 .side-buttons {
        display: none;
    }
}
/* =========================
   공통
========================= */
#section-5 {
    width: 100%;
    overflow: hidden;
}

#section-5 .welcome-inner {
    max-width: 1400px;
	margin: unset !important;
    padding: 120px 80px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    gap: 80px;
}

/* =========================
   왼쪽 텍스트
========================= */
#section-5 .welcome-text {
    flex: 0 0 40%;
}

#section-5 .welcome-text h2 {
    font-size: 42px;
    margin-bottom: 12px;
}

#section-5 .welcome-text .sub {
    font-size: 16px;
    margin-bottom: 32px;
}

#section-5 .welcome-text .desc {
    font-size: 26px;
    line-height: 1.4;
}

/* =========================
   카드 영역
========================= */
#section-5 .welcome-cards {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#section-5 .welcome-card {
    background: #fff;
    padding: 32px 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    text-align: center;
}

/* =========================
   태블릿
========================= */
@media (max-width: 1600px) {

.welcome-text {
    margin-left: 55px !important;
    color: #fff;
}
.welcome-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px  20px !important;
    text-align: center;
    text-decoration: none;
    color: #1f3a68;
    width: 190px;
    height: 190px;
    transition: background 0.3s ease, color 0.3s ease;
}
}
@media (max-width: 1199px) {

    #section-5 .welcome-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 40px;
        gap: 60px;
    }

    #section-5 .welcome-text {
        flex: none;
        width: 100%;
    }
	
.welcome-text {
    margin-left: 55px !important;
    color: #fff;
}

    #section-5 .welcome-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =========================
   모바일
========================= */
@media (max-width: 767px) {

    html, body {
        overflow-x: hidden;
    }

    #section-5 .welcome-inner {
        padding: 100px 16px;
        gap: 10px;
	
		 }

    #section-5 .welcome-text {
        width: 100%;
        text-align: center;
    }

    #section-5 .welcome-text h2 {
        font-size: 32px;
    }

    #section-5 .welcome-text .desc {
        font-size: 20px;
    }

    #section-5 .welcome-cards {
        width: 100%;
        g rid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    #section-5 .welcome-card {
        padding: 24px 16px;
    }

    /* 이미지, 아이콘 튀어나옴 방지 */
    #section-5 .welcome-card img {
        max-width: 100%;
        height: auto;
		
    }
	#section-5 .welcome-card {
    gap: 4px !important;
    }
	.welcome-card {
        padding: 0px 0px !important;
        width: 125px;
        height: 75px;
	}
	   #section-5 .welcome-cards {
        grid-template-columns: repeat(2, 1fr);
    }
	.welcome-card .icon {
    width: 40px !important;
    margin-bottom: 0px !important;
	}
	    .welcome-text {
        margin-left: 0px !important; 
        color: #fff;
    }
	.welcome-card .arrow {
    display: none;
}
}

.dimode-slider,
.dimode-slider * {
    touch-action: pan-y !important;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    overscroll-behavior-x: none;
}



/* =========================================
   브라우저 확대(125~150%) 방어용
========================================= */

/* 공통 */
html,
body {
    overflow-x: hidden;
    word-break: keep-all;
}

* {
    box-sizing: border-box;
}

/* 텍스트 겹침 방지 */
h1, h2, h3, h4, h5, h6,
p,
span,
a {
    overflow-wrap: break-word;
    word-break: keep-all;
    line-height: 1.45;
}

/* 이미지 안전 */
img {
    max-width: 100%;
    height: auto;
}

/* =========================================
   section 공통
========================================= */

#section-2,
#section-3,
#section-4,
#section-5,
#section-6 {
    overflow: hidden;
}

/* =========================================
   2번 섹션 확대 방어
========================================= */

#section-2 .visual-inner {
    min-height: 100vh;
    height: auto;
    padding-bottom: 80px;
}

#section-2 .visual-text {
    width: 100%;
    max-width: 700px;
}

#section-2 .visual-text h1 {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.35;
}

#section-2 .visual-buttons {
    flex-wrap: wrap;
}

#section-2 .visual-buttons a {
    min-width: 220px;
}

/* 플레이 버튼 확대 시 겹침 방지 */
@media (max-width: 1600px) {

    #section-2 .play-button {
        top: 72%;
    }

}

@media (max-width: 1300px) {

    #section-2 .play-button {
        top: 78%;
    }

}

/* =========================================
   공지사항 width 900px 제거
========================================= */

#section-4 li div.section4-box-cont p,
#section-6 li div.section4-box-cont p {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    line-height: 1.5;
}

/* =========================================
   원형 버튼 영역 확대 대응
========================================= */

#section-3 #whitecircle,
#section-5 #whitecircle {
    flex-shrink: 0;
}

/* =========================================
   카드 영역 확대 대응
========================================= */

#section-5 .welcome-cards {
    width: 100%;
}

#section-5 .welcome-card {
     min-height: 70px;
    /* height: auto; */
    min-width: 70px;
}

/* =========================================
   125~150% 확대 대응
========================================= */

@media (max-width: 1500px) {

    .section-3-box,
    .section-5-box {
        margin-top: 80px;
    }

    #section-2 h1,
    #section-3 h1,
    #section-4 h1,
    #section-5 h1,
    #section-6 h1 {
        font-size: clamp(32px, 3vw, 50px);
    }

}

/* =========================================
   노트북 확대 대응
========================================= */

@media (max-width: 1280px) {

    #section-2 .visual-inner,
    #section-5 .welcome-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .welcome-text {
        margin-left: 0 !important;
    }

}

/* =========================================
   확대 시 absolute 요소 충돌 방지
========================================= */

@media (max-width: 900px) {
	#section-2 .visual-buttons a {
		min-width: 190px;
	}
}
@media (max-width: 1100px) {
    #section-2 .visual-text {
        position: relative;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    #section-2 .play-button {
 
        position: static;
        left: 50%;
        top: 62%;
        transform: translate(648%, 69%);
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(70px, 8vw, 140px);
        height: clamp(70px, 8vw, 140px);

    }

    #section-2 .side-buttons {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        text-align: center;
        margin-top: 30px;
    }

}

/* =========================================
   overflow 방어
========================================= */

.row,
.container,
.visual-inner,
.welcome-inner {
    max-width: 100%;
}

/* =========================================
   긴 제목 방어
========================================= */

.section2-desc p,
.section4-box-cont p,
.visual-text h1 {
    white-space: normal !important;
}

/* =========================================
   버튼 확대 대응
========================================= */

.btn-outline,
.view-more {
    width: auto;
    min-width: 180px;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 453px) {
	    #section-2 .play-button {
        position: static;
        left: 50%;
        top: 62%;
        transform: translate(0%, 417%)!important; 
        z-index: 89;
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(70px, 8vw, 140px);
        height: clamp(70px, 8vw, 140px);
    }
	
}