@charset "UTF-8";

/* 메인페이지 */
body { position: relative; } /*풀페이지 nav 때문에 추가*/
#main { position: relative; }
.section { overflow: hidden; }


/* 풀페이지 nav */
#fp-nav { position: absolute; left: 3%; top: 50%; transform: translate3d(0, -50%, 0); margin-top: 0 !important; }
#fp-nav ul {}
#fp-nav ul li { display: flex; align-items: center; margin-bottom: 25px; }
#fp-nav ul li:last-child { display: none; }
#fp-nav ul li a {}
#fp-nav ul li a span { display: inline-block; width: 5px; height: 5px; background: #fff; border-radius: 50%; margin-right: 18px; transform: translate3d(0, -3px, 0); }
#fp-nav ul li .fp-tooltip { font-size: 15px; font-weight: 600; color: #fff; opacity: 0; }
#fp-nav ul li a.active span { width: 12px; height: 12px; margin-right: 8px; transform: translate3d(-4px, 0, 0); background-color: #974e1e;}
#fp-nav ul li a.active+.fp-tooltip { opacity: 1; }
#fp-nav.nav-dot-gy ul li a span { background: #333;  }
#fp-nav.nav-dot-gy ul li a.active span {  width: 12px; height: 12px;margin-right: 8px; transform: translate3d(-4px, 0, 0);background-color: #974e1e;}
#fp-nav.nav-dot-gy ul li a+.fp-tooltip { color: #333; }

/* section1 */
.section.section1 { position: relative; }
#visual { position: relative; }
#visual .swiper-wrapper {}
#visual .swiper-wrapper .swiper-slide { width: 100vh; height: 100vh; }
#visual .swiper-wrapper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

#visual .w1500 { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 1500px; height: 100vh; z-index: 1; }
#visual .text { width: 50%; position: absolute; top: 50%; left: 0; transform: translate3d(0, -50%, 0); text-align: left; z-index: 2; }
#visual .text p { }
#visual .text p span { display: block; color: #fff; font-size: 50px; font-weight: 500; line-height: 1.5; }


/*swiper pagination*/
#visual .swiper-paging { width: 200px; display: flex; align-items: center; gap: 17px; margin-top: 70px; }
#visual .swiper-progress-bar { position: relative; width: 130px; height: 2px; display: block; z-index: 1; }
#visual .swiper-progress-bar .bar { position: absolute; bottom: 0; left: 0; right: 0; width: auto; height: 100%; background: rgba(255, 255, 255, 0.4); clear: both; opacity: 0;  }
#visual .swiper-progress-bar .bar::after { content: ""; position: absolute; top: 0; left: 0; background: #fff; height: 100%; width: 0; transition: 0.1s width linear; border-radius: 5px; }
#visual .swiper-progress-bar.active .bar { opacity: 1; }
#visual .swiper-progress-bar.animate .bar:after { transition: width linear; transition-delay: unset; width: 100%; transition-duration: 4s; }
#visual .swiper-paging span { color: #fff; font-family: 'poppins'; font-weight: 600; }
#visual .swiper-notification { display: none; }
#visual .swiper-pagination { display: none; }

/* swiper slide 축소 효과 */
#visual .swiper-wrapper .swiper-slide-active img { animation: scale-ani 5s ease forwards; }
@keyframes scale-ani {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#scroll { position: absolute; right: 3.5%; bottom: 0; font-size: 15px; color: #fff; font-family: 'poppins'; font-weight: 600; padding-bottom: 93px; text-transform: uppercase; writing-mode: vertical-rl; text-orientation: mixed; cursor: pointer; z-index: 1; }
#scroll .dot { display: inline-block; width: 10px; height: 10px; background: #974e1e; border-radius: 50%; margin-top: 15px; margin-left: 2px; position: relative; animation: move-ani 1.5s linear alternate infinite; }
#scroll::before { content: ''; position: absolute; left: 51%; bottom: 0; width: 1px; height: 98px; background: rgba(255, 255, 255, 0.5); animation: move-ani 1.5s linear alternate infinite; }
@keyframes move-ani {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 50px, 0);
    }
}


/* section2 */
.section2 .wrap { display: flex; margin: 150px auto; justify-content: space-between; align-items: center; }
.section2 .wrap .tit_cont { width: 50%; padding-bottom: 100px; }
.section2 .wrap .tit_cont h2 { font-size: 25px; color: var(--main-c1); font-weight: 700; margin-bottom: 50px; }
.section2 .wrap .tit_cont .title { }
.section2 .wrap .tit_cont .title p { color: #222; margin-bottom: 20px; }
.section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 65px; font-weight: 700; }
.section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 40px; font-weight: 700; margin-bottom: 0; }
.section2 .wrap .tit_cont .button_wrap { margin-top: 80px; }
.section2 .wrap .tit_cont .button { }
.section2 .wrap .list_cont { width: 50%; height: calc(100vh - 150px); overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.section2 .wrap .list_cont::-webkit-scrollbar { display: none; }
.section2 .wrap .list_cont>div { display: flex; gap: 50px; }
.section2 .wrap .list_cont>div ul { }
.section2 .wrap .list_cont>div ul li { margin-bottom: 52px; border-radius: 30px; overflow: hidden; }
.section2 .wrap .list_cont>div ul li a { display: block; width: 350px; height: 350px; position: relative; }
.section2 .wrap .list_cont>div ul li a::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.63); z-index: 1; opacity: 0; transition: opacity.4s; }
.section2 .wrap .list_cont>div ul li a::after { content: ''; position: absolute; left: 50%; bottom: 0; width: 1px; height: 30px; background: rgba(255, 255, 255, 0.3); z-index: 2;  transition: height .3s; }
.section2 .wrap .list_cont>div ul li a img { width: 100%; height: 100%; object-fit: cover; object-position: center center;  }
.section2 .wrap .list_cont>div ul li a p { position: absolute; left: 50%; bottom: 47px; transform: translateX(-50%); font-size: 30px; font-weight: 700; color: #fff; z-index: 2; transition: transform .3s; }
.section2 .wrap .list_cont>div ul li a:hover {  }
.section2 .wrap .list_cont>div ul li a:hover img {  }
.section2 .wrap .list_cont>div ul li a:hover::before { opacity: .7; }
.section2 .wrap .list_cont>div ul li a:hover::after { height: 63px; }
.section2 .wrap .list_cont>div ul li a:hover p { transform: translateX(-50%) translateY(-30px); }

.section2 .wrap .list_cont>div ul:nth-of-type(2) li:nth-of-type(1) { margin-top: 128px; }


/* section3 */
.section3 .wrap {}
.section3 .wrap .list { width: 100%; height: calc(100vh - 100px); display: flex; margin-top: 100px; }
.section3 .wrap .list li { width: 20%; height: 100%; background-size: cover; background-repeat: no-repeat; position: relative; transition: width .4s; }
.section3 .wrap .list li.item1 { background-image: url('../images/main/role_bg_1.jpg'); background-position: 35% 0; }
.section3 .wrap .list li.item2 { background-image: url('../images/main/role_bg_2.jpg'); background-position: 39% 0; }
.section3 .wrap .list li.item3 { background-image: url('../images/main/role_bg_3.jpg'); background-position: 71% 0; }
.section3 .wrap .list li.item4 { background-image: url('../images/main/role_bg_4.jpg'); background-position: 53.5% 0; }
.section3 .wrap .list li.item5 { background-image: url('../images/main/role_bg_5.jpg'); background-position: 40% 0; }
.section3 .wrap .list li::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); transition: background .5s ease; }
.section3 .wrap .list li dl { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 2; transition: all 0.5s; }
.section3 .wrap .list li dl dt { margin-bottom: 44px; }
/* .section3 .wrap .list li.item3 dl dt { margin-bottom: 87px; } */
.section3 .wrap .list li dl dt span,
.section3 .wrap .list li dl dt strong { display:block; margin:0 auto; padding:0; }
.section3 .wrap .list li dl dt span { height: 96px; margin-bottom: 34px; background-repeat: no-repeat; background-position: center bottom; transition: opacity .2s; }
.section3 .wrap .list li.item1 dl dt span { background-image: url('../images/icon/main/role_icon_1.png'); }
.section3 .wrap .list li.item2 dl dt span { background-image: url('../images/icon/main/role_icon_2.png'); }
.section3 .wrap .list li.item3 dl dt span { background-image: url('../images/icon/main/role_icon_3.png'); }
.section3 .wrap .list li.item4 dl dt span { background-image: url('../images/icon/main/role_icon_4.png'); }
.section3 .wrap .list li.item5 dl dt span { background-image: url('../images/icon/main/role_icon_5.png'); }
.section3 .wrap .list li dl dt strong { font-size: 35px; line-height: 1.3; font-weight:700; color:#fff;white-space:normal;word-break:keep-all;word-wrap:break-word; }
.section3 .wrap .list li dl dd { height: 0; opacity: 0; }
.section3 .wrap .list li dl dd p { width: 60%; margin: 0 auto; font-size: 18px; line-height: 1.6; color: #fff; margin-bottom: 37px; }
.section3 .wrap .list li dl dd a { border-radius: 50%; box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2); }
.section3 .wrap .list li dl dd a img { margin: 0 auto; }

.section3 .wrap .list li:hover { width: 28%; }
.section3 .wrap .list li:hover::before { background: rgba(0, 0, 0, 0.5); }
.section3 .wrap .list li:hover dl dt { margin-bottom: 25px; }
.section3 .wrap .list li:hover dl dt span { opacity: 0; }
.section3 .wrap .list li:hover dd { animation-delay: 0s; -webkit-animation: fade-dd-ani 0.6s ease-in-out 1; animation: fade-dd-ani 0.6s ease-in-out 1; animation-fill-mode:forwards; }

@keyframes fade-dd-ani {
    0% {
        height: 0;
        opacity: 0;
        transform:  translateY(50px);
    }
    100%{
        height: calc(6.6vw + 10.15em);
        opacity: 1;
        transform: translateY(0px);
    }
}


/* section4 */
.section4 .wrap { margin: 0 auto; margin-top: 240px; }
.section4 .wrap .cont_tit { display: flex; justify-content: space-between; align-items: flex-end; }
.section4 .wrap .cont_tit>div {  }
.section4 .wrap .cont_tit>div h2 { font-size: 50px; font-weight: 700; color: #222; display: inline-block; margin-right: 15px; }
.section4 .wrap .cont_tit>div p { font-size: 20px; display: inline-block; transform: translateY(-2px); }
.section4 .wrap .cont_tit>div.btn_wrap {  }
.section4 .wrap .cont_tit>div.btn_wrap::after { content: ''; clear: both; display: block; }
.section4 .wrap .cont_tit>div.btn_wrap a { float: left; border-radius: 50%; width: 56px; height: 56px; background: #fff; display: flex; justify-content: center; align-items: center; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); margin-left: 8px; transition: background .3s; }
.section4 .wrap .cont_tit>div.btn_wrap a img {  }
.section4 .wrap .cont_tit>div.btn_wrap a img.on { display: none; }
.section4 .wrap .cont_list {}
.section4 .wrap .cont_list .box-outer { max-width: 1500px; margin: 0 auto; }
.section4 .wrap .cont_list .box-inner {  }
.section4 .wrap .cont_list .swiper-container { overflow: visible; }
.section4 .wrap .cont_list .swiper-slide { height: 425px; border-radius: 20px; overflow: hidden; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); margin-top: 84px; margin-bottom: 140px; position: relative; transition: transform .4s; }
.section4 .wrap .cont_list .swiper-slide .photo { width: 100%; height: 270px; }
.section4 .wrap .cont_list .swiper-slide .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.section4 .wrap .cont_list .swiper-slide .text { padding: 34px; background: #fff; }
.section4 .wrap .cont_list .swiper-slide .text .item_title { font-size: 20px; line-height: 1.5; font-weight: 500; width: 100%; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 10px; max-height: 60px; /* ie 호환 위해 */ }
.section4 .wrap .cont_list .swiper-slide .text .item_date { font-size: 16px; color: #666666; }
.section4 .wrap .cont_list .swiper-slide .overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgb(32,196,244); background: linear-gradient(0deg, rgba(32,196,244,1) 0%, rgba(0,131,202,1) 100%); opacity: 0; transition: opacity .3s; }
.section4 .wrap .cont_list .swiper-slide .overlay a { position: absolute; right: 30px; bottom: 30px; }

.section4 .wrap .cont_tit>div.btn_wrap a:hover { background: var(--main-c3); }
.section4 .wrap .cont_tit>div.btn_wrap a:hover img.default { display: none; }
.section4 .wrap .cont_tit>div.btn_wrap a:hover img.on { display: block; }
.section4 .wrap .cont_list .swiper-slide:hover { transform: translateY(-30px); }
.section4 .wrap .cont_list .swiper-slide:hover .overlay { opacity: .9; }


/* fullpage.css 파일 없어서 직접 추가 */
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell { height:auto !important; }
/* // fullpage.css 파일 없어서 직접 추가 */

/* footer */
.section.footer { height: 210px; background: #25292c; overflow: visible; }




@media screen and (max-width:1600px) {
    /* section1 */
    #visual .text { left: 9vw; width: 100%; }


    /* section2 */
    .section2 .wrap { padding: 0 9vw; }
    .section2 .wrap>div {  }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 60px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 35px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 35px }
    .section2 .wrap .list_cont>div { gap: 5%; }
    .section2 .wrap .list_cont>div ul li { margin-bottom: 10%; }
    .section2 .wrap .list_cont>div ul li a { width: 100%; height: 100%; }
    .section2 .wrap .list_cont>div ul li a p { font-size: 27px; }


    /* section4 */
    .section4 .wrap { padding: 0 9vw; }
}


@media screen and (max-width:1400px) {
    /* section2 */
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 55px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 30px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 30px }


    /*!* footer *!*/
    /*#footer>div h2 { float: none; margin-bottom: 30px; }*/
    /*#footer>div .info { float: none; }*/

}


@media screen and (max-width:1100px) {
    .section { height: auto !important; }
    .fp-tableCell { height: auto !important;  }
    #fp-nav { display: none !important; }

    /* section1 */
    #visual { height: 100vh; }
    #visual::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 300px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); z-index: 100; }
    #visual .text { left: 40px; }
    #visual .text p span { font-size: 40px; }
    #visual .swiper-paging { margin-top: 60px; }


    /* section2 */
    .section2 .wrap { flex-direction: column; padding: 0 40px; margin: 100px auto; }
    .section2 .wrap .tit_cont { width: 100%; padding-bottom: 80px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 45px; }
    .section2 .wrap .tit_cont .button_wrap { margin-top: 50px; }
    .section2 .wrap .list_cont { width: 100%; height: auto; overflow-x: scroll; }
    .section2 .wrap .list_cont>div {  }
    .section2 .wrap .list_cont>div ul { display: flex; }
    .section2 .wrap .list_cont>div ul::after { content: ''; clear: both; display: block; }
    .section2 .wrap .list_cont>div ul li { margin-bottom: 0; margin-right: 30px; float: left; }
    .section2 .wrap .list_cont>div ul li:last-of-type { margin-right: 0; }
    .section2 .wrap .list_cont>div ul:nth-of-type(2) li:nth-of-type(1) { margin-top: 0; }
    .section2 .wrap .list_cont>div ul li a { width: 300px; height: 300px; }


    /* section3 */
    .section3 .wrap .list { height: auto; flex-direction: column; margin-top: 0; }
    .section3 .wrap .list li { width: 100%; height: 300px; }
    .section3 .wrap .list li.item1 { background-position: center center; }
    .section3 .wrap .list li.item2 { background-position: center center; }
    .section3 .wrap .list li.item3 { background-position: center center; }
    .section3 .wrap .list li.item4 { background-position: center center; }
    .section3 .wrap .list li.item5 { background-position: center center; }
    .section3 .wrap .list li dl dt { display: flex; align-items: center; margin-bottom: 0; }
    .section3 .wrap .list li.item3 dl dt { margin-bottom: 0; }
    .section3 .wrap .list li dl dt span { width: calc(50% - 80px); background-position: right center; margin-bottom: 0; }
    .section3 .wrap .list li dl dt strong { width: calc(50% + 80px); text-align: left; padding-left: 40px; }
    .section3 .wrap .list li dl dd { display: none; }

    .section3 .wrap .list li:hover { width: 100%; }
    .section3 .wrap .list li:hover::before { background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); }
    .section3 .wrap .list li:hover dl dt { margin-bottom: 0; }
    .section3 .wrap .list li:hover dl dt span { opacity: 1; }
    .section3 .wrap .list li:hover dd { animation: none; }


    /* section4 */
    .section4 .wrap { padding: 0 40px; margin-top: 150px; }
    .section4 .wrap .cont_tit>div p { display: none; }


    /* footer */
    /*#footer { flex-direction: column-reverse; gap: 55px; padding: 67px 40px 65px 40px; }*/
    /*#footer>div { width: 100%; justify-content: space-between; }*/
    /*#footer>div::after { display: none; }*/
}

/*** Mobile ***/
@media screen and (min-width:1px) and (max-width:768px) {
    /* section1 */
    #visual .text { left: 20px; }
    #visual .text p span { font-size: 30px; }
    #visual .swiper-paging { width: 150px; margin-top: 50px; }


    /* section2 */
    .section2 .wrap { margin: 80px auto; padding: 0 20px; }
    .section2 .wrap .tit_cont { padding-bottom: 60px; }
    .section2 .wrap .tit_cont h2 { font-size: 20px; margin-bottom: 35px; }
    .section2 .wrap .tit_cont .button_wrap { margin-top: 30px; }
    .section2 .wrap .tit_cont .title p { margin-bottom: 15px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 35px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 25px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 25px }
    .section2 .wrap .list_cont>div ul li a:hover::before { opacity: 0; }
    .section2 .wrap .list_cont>div ul li a:hover p { transform: translateX(-50%) translateY(0);  }


    /* section3 */
    .section3 .wrap .list li { height: 230px; }
    .section3 .wrap .list li dl dt strong { font-size: 25px; }
    .section3 .wrap .list li dl dt span { width: calc(50% - 60px); background-size: contain; }
    .section3 .wrap .list li.item1 dl dt span { height: 70px; }
    .section3 .wrap .list li.item2 dl dt span { height: 60px; }
    .section3 .wrap .list li.item3 dl dt span { height: 65px; }
    .section3 .wrap .list li.item4 dl dt span { height: 60px; }
    .section3 .wrap .list li.item5 dl dt span { height: 50px; }
    .section3 .wrap .list li dl dt strong { width: calc(50% + 60px); padding-left: 30px; }


    /* section4 */
    .section4 .wrap { padding: 0 20px; margin-top: 100px; }
    .section4 .wrap .cont_tit { padding: 0; }
    .section4 .wrap .cont_tit>div h2 { font-size: 40px; }
    .section4 .wrap .cont_tit>div.btn_wrap a { width: 45px; height: 45px; }
    .section4 .wrap .cont_tit>div.btn_wrap a img { width: 12px; height: auto; }
    .section4 .wrap .cont_list .swiper-slide { height: auto; margin-top: 60px; margin-bottom: 100px; }


    .section4 .wrap .cont_tit>div.btn_wrap a:hover { background: #fff; }
    .section4 .wrap .cont_tit>div.btn_wrap a:hover img.default { display: block; }
    .section4 .wrap .cont_tit>div.btn_wrap a:hover img.on { display: none; }
    .section4 .wrap .cont_list .swiper-slide:hover { transform: none; }
    .section4 .wrap .cont_list .swiper-slide:hover .overlay { opacity: 0; }


    /* footer */
    /*#footer { gap: 40px; padding: 50px 20px 50px 20px; }*/
    /*#footer>div.right { text-align: left; }*/
}


@media screen and (min-width:1px) and (max-width: 500px) {
    /* section1 */
    #visual .text p span { font-size: 25px; }
    #visual .swiper-paging { width: 140px; margin-top: 40px; gap: 13px; }
    #visual .swiper-paging span { font-size: 13px; }
    #scroll { font-size: 12px; right: 20px; padding-bottom: 60px; font-weight: 500; }
    #scroll::before { height: 60px; left: 50%; }
    #scroll .dot { width: 6px; height: 6px; margin-top: 7px; }


    /* section2 */
    .section2 .wrap { margin: 75px auto; }
    .section2 .wrap .tit_cont { padding-bottom: 40px; }
    .section2 .wrap .tit_cont h2 { font-size: 15px; margin-bottom: 25px; }
    .section2 .wrap .tit_cont .button_wrap { margin-top: 15px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(1) { font-size: 30px; }
    .section2 .wrap .tit_cont .title p:nth-of-type(2) { font-size: 20px }
    .section2 .wrap .tit_cont .title p:nth-of-type(3) { font-size: 20px }
    .section2 .wrap .list_cont>div ul li { border-radius: 15px; margin-right: 15px; }
    .section2 .wrap .list_cont>div ul li a { width: 170px; height: 170px; }
    .section2 .wrap .list_cont>div ul li a::after { height: 15px; }
    .section2 .wrap .list_cont>div ul li a p { font-size: 20px; bottom: 25px; }


    /* section3 */
    .section3 .wrap .list li { height: 175px; }
    .section3 .wrap .list li dl dt strong { font-size: 20px; }
    .section3 .wrap .list li dl dt span { width: calc(50% - 40px); }
    .section3 .wrap .list li.item1 dl dt span { height: 47px; }
    .section3 .wrap .list li.item2 dl dt span { height: 35px; }
    .section3 .wrap .list li.item3 dl dt span { height: 45px; }
    .section3 .wrap .list li.item4 dl dt span { height: 38px; }
    .section3 .wrap .list li.item5 dl dt span { height: 30px; }
    .section3 .wrap .list li dl dt strong { width: calc(50% + 40px); padding-left: 18px; }


    /* section4 */
    .section4 .wrap { margin-top: 75px; }
    .section4 .wrap .cont_tit>div h2 { font-size: 27px; }
    .section4 .wrap .cont_tit>div.btn_wrap a { width: 30px; height: 30px; }
    .section4 .wrap .cont_tit>div.btn_wrap a img { width: 8px; }
    .section4 .wrap .cont_list .swiper-slide { margin-top: 40px; margin-bottom: 75px; border-radius: 15px; }
    .section4 .wrap .cont_list .swiper-slide .photo { height: 150px; }
    .section4 .wrap .cont_list .swiper-slide .text { padding: 20px; }
    .section4 .wrap .cont_list .swiper-slide .text .item_title { font-size: 12px; margin-bottom: 5px; }
    .section4 .wrap .cont_list .swiper-slide .text .item_date { font-size: 10px; }


    /* footer */
    /*#footer { gap: 27px; padding: 33px 20px 33px 20px; }*/
    /*#footer>div h2 { margin-bottom: 17px; }*/
    /*#footer>div h2 img { width: 120px; }*/
    /*#footer>div .sns li { margin: 0 10px 0 0; }*/
    /*#footer>div .sns li.blog a img { width: 15px; }*/
    /*#footer>div .sns li.facebook a img { width: 8px; }*/
    /*#footer>div .sns li.instagram a img { width: 14px; }*/
    /*#footer>div .sns li.youtube a img { width: 15px; }*/
    /*#footer>div .familysite .familysite_btn { width: 150px; }*/
    /*#footer>div .familysite .familysite_btn span { font-size: 11px; }*/
    /*#footer>div .familysite .f_list li a { font-size: 11px; }*/
    /*#footer>div .info ul { margin-bottom: 12px; }*/
    /*#footer>div .info ul li a { font-size: 11px; }*/
    /*#footer>div .info ul li::after { width: 2px; height: 2px; right: -15px; top: 10px;  }*/
    /*#footer>div .info address span { font-size: 11px; line-height: 1.5; }*/
    /*#footer>div .info address span:nth-of-type(2)::after { display: none; }*/
    /*#footer>div .info address .copyright { font-size: 11px; margin-top: 6px; }*/
}
