@charset "utf-8";

html{}
html.no_scroll{ overflow: hidden;}
body{ margin: 0;}

.new_feel{ overflow: hidden; background: #F6F0E9;}
.new_feel *{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: "Newsreader", "Noto Sans KR", sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000;}
.new_feel select::-ms-expand{ display: none;}

@media(max-width: 768px){
    html{ width: 640px;}
}



.modle_max{ padding-right: 100px !important; padding-left: 100px !important;}
.modle_min{ margin: 0 auto; max-width: 1280px; width: 100%;}
@media(max-width: 768px){
    .modle_max{ padding-right: 30px !important; padding-left: 30px !important;}
}

.modle_video{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.modle_video video{ display: block; min-width: 100%; min-height: 100%; object-fit: cover;}
.modle_video iframe{ display: block; min-width: 100%; min-height: 100%; object-fit: cover;}
@media(max-width: 768px){
}

/*
.new_feel_header{ position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 100px; background: #D9D9D9;}
.new_feel_header *{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: "Newsreader", "Noto Sans KR", sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000;}
.new_feel_header .logo{ position: fixed; z-index: 10; top: 0; left: 0; width: 200px;}
.new_feel_header .logo a{ display: block; cursor: pointer;}
.new_feel_header .logo a img{ display: block; width: 100%;}
.new_feel_header .ft{ display: flex; justify-content: center; align-items: center; height: 50px; background: #FEBF00;}
.new_feel_header .ft .menu{}
.new_feel_header .ft .menu ul{ display: flex; justify-content: center; align-items: center; grid-gap: 30px;}
.new_feel_header .ft .menu ul li{ position: relative;}
.new_feel_header .ft .menu ul li:before{ content: ""; display: block; position: absolute; top: calc(50% - 7px); left: -16px; width: 1px; height: 10px; background: rgba(0 0 0/40%);}
.new_feel_header .ft .menu ul li:first-child:before{ display: none;}
.new_feel_header .ft .menu ul li a{ display: flex; align-items: center; height: 50px; cursor: pointer; transition: all .2s;}
.new_feel_header .ft .menu ul li a p{ font-size: 14px; color: #000;}
.new_feel_header .ft .menu ul li a:hover{ opacity: 0.5;}
.new_feel_header .fb{ display: flex; justify-content: center; align-items: center; position: relative; height: 50px;}
.new_feel_header .fb .menu{}
.new_feel_header .fb .menu ul{ display: flex; justify-content: center; align-items: center; grid-gap: 50px;}
.new_feel_header .fb .menu ul li{ position: relative;}
.new_feel_header .fb .menu ul li a{ display: flex; align-items: center; height: 50px; cursor: pointer; transition: all .2s;}
.new_feel_header .fb .menu ul li a p{ font-size: 15px; color: #000;}
.new_feel_header .fb .menu ul li a:hover{ opacity: 0.5;}
.new_feel_header .btn{ display: flex; grid-gap: 10px; position: absolute; top: 5px; right: 20px;}
.new_feel_header .btn a{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; height: 40px; border-radius: 20px; cursor: pointer;}
.new_feel_header .btn a img{ display: block; height: 24px;}
.new_feel_header .btn a p{ font-size: 14px; color: #000;}
.new_feel_header .btn a.btn_reservation{ width: 130px; background: #FEBF00;}
.new_feel_header .btn a.btn_full_menu{ width: 140px; background: #1E2643;}
.new_feel_header .btn a.btn_full_menu p{ color: #FFF;}

@media(max-width: 768px){
    .new_feel_header{ height: 150px; background: none;}
    .new_feel_header .logo{ left: 30px; width: auto;}
    .new_feel_header .logo a img{ width: auto; height: 75px;}
    .new_feel_header .ft{ justify-content: flex-end; padding: 0 30px 0 180px; height: 75px;}
    .new_feel_header .ft .menu{}
    .new_feel_header .ft .menu ul{ flex-wrap: wrap; justify-content: flex-end; grid-gap: 0 30px;}
    .new_feel_header .ft .menu ul li:before{ display: none;}
    .new_feel_header .ft .menu ul li a{ height: 28px;}
    .new_feel_header .ft .menu ul li a p{ font-size: 18px;}
    .new_feel_header .fb{ height: 75px;}
    .new_feel_header .fb .menu{ display: none;}
    .new_feel_header .btn{ top: 85px; right: 20px; left: 260px;}
    .new_feel_header .btn a{ height: 55px; border-radius: 40px;}
    .new_feel_header .btn a img{ height: 30px;}
    .new_feel_header .btn a p{ padding: 2px 0 0 0; font-size: 20px;}
    .new_feel_header .btn a.btn_reservation{ width: 50%;}
    .new_feel_header .btn a.btn_full_menu{ flex: initial; width: 50%;}
}
*/

.new_feel_footer{ position: relative; padding: 40px 0 50px 0; background: #E9E1D4;}
.new_feel_footer .menu{ position: relative; z-index: 10;}
.new_feel_footer .menu ul{ display: flex; justify-content: center; align-items: center; grid-gap: 30px;}
.new_feel_footer .menu ul li{ position: relative;}
.new_feel_footer .menu ul li a{ display: flex; align-items: center; cursor: pointer; transition: all .2s;}
.new_feel_footer .menu ul li a p{ font-size: 15px; color: #000;}
.new_feel_footer .menu ul li a:hover{ opacity: 0.5;}
.new_feel_footer .tel{ position: relative; z-index: 10; margin-top: 160px; font-size: 36px; color: #000;}
.new_feel_footer .info{ position: relative; z-index: 10; display: flex; flex-wrap: wrap; grid-gap: 10px 0; margin-top: 40px; max-width: 540px;}
.new_feel_footer .info p{ display: flex; align-items: center; grid-gap: 5px; font-size: 12px; font-family: "noto sans kr"; color: #000; letter-spacing: 0;}
.new_feel_footer .info span{ display: block; margin: 0 10px; width: 1px; height: 12px; background: rgba(0 0 0/20%)}
.new_feel_footer .info p.copy{ width: 100%;}
.new_feel_footer .logo{ position: absolute; right: 100px; bottom: 50px;}


@media(max-width: 768px){
    .new_feel_footer .menu ul{ grid-gap: 12px;}
    .new_feel_footer .menu ul li a p{ font-size: 18px;}
    .new_feel_footer .tel{ margin-top: 100px; font-size: 42px;line-height: 1.5;}
    .new_feel_footer .tel p{ font-size: 20px;line-height: 1.5;}
    .new_feel_footer .info{ max-width: 440px;}
    .new_feel_footer .info p{ font-size: 14px;}
    .new_feel_footer .logo{ right: 30px; bottom: 50px; height: 40px;}
}


.new_feel_home_visual{ position: relative; z-index: 20; height: 100vh; background: #FFF;}
.new_feel_home_visual .logo{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: 0; right: 0; bottom: 0; left: 0; padding-top: 100px;}
.new_feel_home_visual .logo img{ display: block; visibility: hidden;}
.new_feel_home_visual .rolling{ overflow: hidden; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0;}
.new_feel_home_visual .swiper-wrapper{}
.new_feel_home_visual .swiper-wrapper .swiper-slide{}
.new_feel_home_visual .wrap{ overflow: hidden; position: relative;}
.new_feel_home_visual .wrap .body{ position: relative; height: 100vh; background: #1E2725;}
.new_feel_home_visual .wrap .body:before{ content: ""; display: block; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/20%);}
.new_feel_home_visual .wrap .body .img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.2); transition: all .2s;}

.new_feel_home_visual.on .wrap .head .t1{ opacity: 1; transform: translate(0,0); transition: all 1s;}
.new_feel_home_visual.on .wrap .head .t2{ opacity: 1; transform: translate(0,0); transition: all 1.2s;}
.new_feel_home_visual.on .wrap .head .t3{ opacity: 1; transform: translate(0,0); transition: all 1.4s;}
.new_feel_home_visual.on .wrap .text .btn{ opacity: 1; transform: translate(0,0); transition: all 1.6s;}
.new_feel_home_visual.on .wrap .body .img{ opacity: 1; transform: scale(1); transition: all 10s;}

.new_feel_home_visual .control{}
.new_feel_home_visual_prev{ display: flex; justify-content: flex-end; align-items: flex-start; position: absolute; z-index: 50; top: calc(50% - 15px); left: 0; width: 300px; height: 30px; border-bottom: 1px solid #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0/10%); transition: all .2s; cursor: pointer;}
.new_feel_home_visual_prev p{ font-size: 22px; font-weight: 500; color: #FFF; text-shadow: 0 1px 3px rgba(0 0 0/50%);}
.new_feel_home_visual_next{ display: flex; justify-content: flex-start; align-items: flex-start; position: absolute; z-index: 50; top: calc(50% - 15px); right: 0; width: 300px; height: 30px;border-bottom: 1px solid #FFF; box-shadow: 0 1px 0 0 rgba(0 0 0/10%); transition: all .2s; cursor: pointer;}
.new_feel_home_visual_next p{ font-size: 22px; font-weight: 500; color: #FFF; text-shadow: 0 1px 3px rgba(0 0 0/50%);}
.new_feel_home_visual_page{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; position: absolute; z-index: 50; right: 0; left: 0; bottom: 120px !important; width: auto !important; height: 6px;}
.new_feel_home_visual_page span{ margin: 0 !important; width: 6px; height: 6px; border-radius: 4px; background: rgba(255 255 255/50%); opacity: 1; transition: all .2s;}
.new_feel_home_visual_page span.swiper-pagination-bullet-active{ width: 20px; background: #FFF;}
@media(max-width: 768px){
    .new_feel_home_visual{ height: 90vh;}
    .new_feel_home_visual .wrap .body{ height: 90vh;}
    .new_feel_home_visual .logo{ padding-top: 0;}
    .new_feel_home_visual .logo img{ height: 220px;}

    .new_feel_home_visual_prev{ width: 80px;}
    .new_feel_home_visual_next{ width: 80px;}
}



.new_feel_home_map{ position: relative; z-index: 50; margin-top: -80px;}
.new_feel_home_map .top{}
.new_feel_home_map .top .rolling{}
.new_feel_home_map .top .rolling .swiper-wrapper{ transition-timing-function: linear !important;}
.new_feel_home_map .top .rolling .swiper-wrapper .swiper-slide{ margin-left: -1px; width: auto;}
.new_feel_home_map .top .rolling .swiper-wrapper .swiper-slide img{ display: block;}
.new_feel_home_map .bottom{ margin-top: -1px; padding: 30px 0 130px 0; background: #00b9ff;}
.new_feel_home_map .bottom .head{ position: relative; z-index: 60;}
.new_feel_home_map .bottom .head .t1{ overflow: hidden; font-size: 36px; color: #FFF; text-shadow: 0 1px 4px rgba(0 0 0/25%);}
.new_feel_home_map .bottom .head .t1 div{ color: #FFF;}
.new_feel_home_map .bottom .head .t2{ overflow: hidden; margin-top: 10px; font-size: 80px; color: #FFF; text-shadow: 0 1px 4px rgba(0 0 0/25%);}
.new_feel_home_map .bottom .head .t2 div{ color: #FFF;}
.new_feel_home_map .bottom .head .t3{ overflow: hidden; margin-top: 30px; line-height: 1.4; font-size: 22px; color: #FFF; text-shadow: 0 1px 4px rgba(0 0 0/25%);}
.new_feel_home_map .bottom .head .t3 div{ color: #FFF;}
.new_feel_home_map .bottom .body{ display: flex; justify-content: center; align-items: center;}
.new_feel_home_map .bottom .body img{ display: block;}
@media(max-width: 768px){
    .new_feel_home_map{ margin-top: -140px;}
    .new_feel_home_map .top .rolling .swiper-wrapper .swiper-slide img{ height: 40px;}
    .new_feel_home_map .bottom{ margin-top: -1px;}
    .new_feel_home_map .bottom .body{ margin-top: 100px;}
    .new_feel_home_map .bottom .body img{ width: 100%;}
    .new_feel_home_map .bottom .body img:nth-child(2){ display: none;}
}



.new_feel_home_facility{ position: relative; z-index: 50; padding: 130px 0; background: #F6F0E9;}
.new_feel_home_facility .head{ text-align: center;}
.new_feel_home_facility .head .t1{ overflow: hidden; line-height: 1.2; font-size: 18px; color: #000; line-height:23px;}
.new_feel_home_facility .head .t2{ overflow: hidden; margin-top: 20px; line-height: 1.2; font-size: 90px; color: #000;}
.new_feel_home_facility .fb{ display: flex; justify-content: center; align-items: center; grid-gap: 50px; margin-top: 80px;}
.new_feel_home_facility .fb .menu{ display: flex; grid-gap: 50px;}
.new_feel_home_facility .fb .menu .wrap{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 70px;}
.new_feel_home_facility .fb .menu .wrap img{ display: block;}
.new_feel_home_facility .fb .menu .wrap p{}
.new_feel_home_facility .fb .more{ display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 15px; width: 96px; height: 96px; border-radius: 50%; background: #FEBF00; cursor: pointer;}
.new_feel_home_facility .fb .more img{ display: block;}
.new_feel_home_facility .fb .more p{ font-size: 12px; color: #000;}
.new_feel_home_facility .rolling{ position: relative; margin-top: 80px;}
.new_feel_home_facility .rolling .swiper-scrollbar{ display: flex; align-items: center; position: absolute; z-index: 20; top: 0; bottom: initial; left: calc(50% - 640px); width: 1280px; height: 2px; background: rgba(0 0 0/10%);}
.new_feel_home_facility .rolling .swiper-scrollbar .swiper-scrollbar-drag{ height: 4px; background: #1E2725;}
.new_feel_home_facility .rolling .control{ position: relative; margin: 0 auto; max-width: 1280px; width: 100%; height: 50px;}
.new_feel_home_facility_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 50; top: -21px; left: -15px; width: 40px; height: 40px; border-radius: 50%; background: #fff; border:2px solid #FEBF00; opacity: 0; transition: all .2s; cursor: pointer;}
.new_feel_home_facility_prev i{ font-size: 16px; color: #000;}
.new_feel_home_facility_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 50; top: -21px; right: -15px; width: 40px; height: 40px; border-radius: 50%; background: #fff; border:2px solid #FEBF00; opacity: 0; transition: all .2s; cursor: pointer;}
.new_feel_home_facility_next i{ font-size: 16px; color: #000;}
.new_feel_home_facility .rolling .swiper-wrapper{}
.new_feel_home_facility .rolling .swiper-slide{ width: auto; height: 800px;}
.new_feel_home_facility .rolling .swiper-slide img{ display: block; width: auto; height: 100%;}
.new_feel_home_facility .rolling:hover .new_feel_home_facility_prev{ opacity: 1;}
.new_feel_home_facility .rolling:hover .new_feel_home_facility_next{ opacity: 1;}
@media(max-width: 768px){
    .new_feel_home_facility .head .t2{ font-size: 80px;}
    .new_feel_home_facility .fb{ display: block;}
    .new_feel_home_facility .fb .menu{ justify-content: center; grid-gap: 20px;}
    .new_feel_home_facility .fb .more{ margin: 30px auto 0 auto;}
    .new_feel_home_facility .rolling .swiper-scrollbar{ left: calc(50% - 290px); width: 580px;}
    .new_feel_home_facility .rolling .control{ max-width: 640px;}
    .new_feel_home_facility_prev{ opacity: 0;}
    .new_feel_home_facility_next{ opacity: 0;}
    .new_feel_home_facility .rolling .swiper-slide{ height: 400px;}

    .new_feel_home_facility_02 { position: relative; z-index: 50;  padding: 0 0 130px 0;  background: #F6F0E9;}
}


.new_feel_home_facility2{ position: relative; z-index: 50; padding: 100px 0 130px 0; background: #F6F0E9;}
.new_feel_home_facility2 .head{ text-align: center;}
.new_feel_home_facility2 .head .t1{ overflow: hidden; line-height: 1.2; font-size: 18px; color: #000;}
.new_feel_home_facility2 .head .t2{ overflow: hidden; margin-top: 10px; line-height: 1.2; font-size: 75px; color: #000; margin-top: 80px;}
.new_feel_home_facility2 .fb{ display: flex; justify-content: center; align-items: center; grid-gap: 50px; margin-top: 30px;}
.new_feel_home_facility2 .fb .menu{ display: flex; grid-gap: 50px;}
.new_feel_home_facility2 .fb .menu .wrap{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; height: 70px;}
.new_feel_home_facility2 .fb .menu .wrap img{ display: block;}
.new_feel_home_facility2 .fb .menu .wrap p{}
.new_feel_home_facility2 .fb .more{ display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 15px; width: 96px; height: 96px; border-radius: 50%; background: #FEBF00; cursor: pointer;}
.new_feel_home_facility2 .fb .more img{ display: block;}
.new_feel_home_facility2 .fb .more p{ font-size: 12px; color: #000;}

.new_feel_home_facility2 .img{ display: flex; position: relative; margin-top: 40px;}
.new_feel_home_facility2 .img .box{ display: flex; grid-gap: 40px;}
.new_feel_home_facility2 .img .wrap{}
.new_feel_home_facility2 .img .wrap{ width: auto; height: 600px;}
.new_feel_home_facility2 .img .wrap img{ display: block; width: auto; height: 100%;border-radius:100px;}
@media(max-width: 768px){
    .new_feel_home_facility2 .head .t2{ font-size: 80px;}
    .new_feel_home_facility2 .fb{ display: block;}
    .new_feel_home_facility2 .fb .menu{ justify-content: center; grid-gap: 20px;}
    .new_feel_home_facility2 .fb .more{ margin: 30px auto 0 auto;}
    .new_feel_home_facility2 .rolling .swiper-scrollbar{ left: calc(50% - 290px); width: 580px;}
    .new_feel_home_facility2 .rolling .control{ max-width: 640px;}
    .new_feel_home_facility2_prev{ opacity: 0;}
    .new_feel_home_facility2_next{ opacity: 0;}
    .new_feel_home_facility2 .rolling .swiper-slide{ height: 400px;}

    .new_feel_home_facility2 .img .wrap{ width: auto; height: 530px;}

    .new_feel_home_facility2_02 { position: relative; z-index: 50;  padding: 0 0 130px 0;  background: #F6F0E9;}
}

body{ background: #F6F0E9 !important;}



.new_feel_home_kids{ overflow: hidden; position: relative; z-index: 50; padding-top: 50px; background: #F6F0E9;}
.new_feel_home_kids .head{ position: relative; z-index: 10; padding-top: 40px;}
.new_feel_home_kids .head .logo{ display: block; margin: 0 auto; width: 250px; height: auto;}
.new_feel_home_kids .head .t1{ margin-top: 100px; text-align: center; font-size: 140px; color: #FFF;}
.new_feel_home_kids .head .t2{ margin-top: 10px; text-align: center; font-size: 20px; color: #FFF;}

.new_feel_home_kids .rolling{ overflow: hidden; position: relative; z-index: 10; margin-top: 160px;}
.new_feel_home_kids .rolling .swiper-wrapper{}
.new_feel_home_kids .rolling .swiper-slide{}
.new_feel_home_kids .rolling .swiper-slide .img{ border-radius: 1000px 1000px 0 0;}
.new_feel_home_kids .rolling .swiper-slide .img:before{ content: ""; display: block; padding-top: 115%;}

.new_feel_home_kids .foot{ position: relative; z-index: 10; margin-top: 140px; padding-bottom: 200px;}
.new_feel_home_kids .foot .t1{ line-height: 1.4; font-size: 34px; color: #FFF;}
.new_feel_home_kids .foot .t2{ margin-top: 40px; line-height: 1.4; font-size: 18px; color: #FFF;}

.new_feel_home_kids .bg_01{ position: absolute; z-index: 1; top: 0; left: 50%; transform: translate(-50%,0); bottom: 0; width: 3000px; border-radius: 1500px 1500px 0 0; background: #944834; width:100%;}
.new_feel_home_kids .bg_02{ position: absolute; z-index: 2; top: 200px; left: 50%; transform: translate(5%,0); bottom: 0; width: 1056px; height: 1056px; border-radius: 50%; background: #FEBF00;}
.new_feel_home_kids .bg_03{ position: absolute; z-index: 3; top: 340px; left: 50%; transform: translate(-140%,0); bottom: 0; width: 757px; height: 757px; border-radius: 50%; background: #00D6D8;}

@media(max-width: 768px){
    .new_feel_home_kids .head .t1{ margin-top: 60px; font-size: 100px;}
    .new_feel_home_kids .head .t2{ font-size: 16px;}
    .new_feel_home_kids .rolling{ margin: 100px -200px 0 -200px;}
    .new_feel_home_kids .foot{ margin-top: 80px; padding-bottom: 150px;}
    .new_feel_home_kids .foot .t1{ font-size: 26px;}
    .new_feel_home_kids .foot .t1 br{ display: none;}
    .new_feel_home_kids .foot .t2{ line-height: 1.8; font-size: 14px;}
    .new_feel_home_kids .foot .t2 br{ display: none;}

    .new_feel_home_kids .bg_03{ transform: translate(-130%,0);}
}





.new_feel_home_bottom{ position: relative; z-index: 50; padding-top: 230px; background: #FFF;}
.new_feel_home_bottom:after{ content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 50%; background: #EAEAEA;}
@media(max-width: 768px){
    .new_feel_home_bottom{ padding-top: 150px;}
}


.new_feel_home_video{ overflow: hidden; position: relative; z-index: 10; margin: 0 auto; max-width: 1660px; width: 100%;}
.new_feel_home_video:after{ content: ""; display: block; padding-top: 55%;}
@media(max-width: 768px){
}


.new_feel_home_room{ position: relative; z-index: 10; padding: 350px 0 250px 0; }
.new_feel_home_room > .head{ text-align: center;}
.new_feel_home_room > .head .t1{ overflow: hidden; font-size: 18px; color: #000; line-height:23px;}
.new_feel_home_room > .head .t2{ overflow: hidden; margin-top: 20px; font-size: 120px; color: #000;}
.new_feel_home_room .rolling{ margin-top: 120px;}
.new_feel_home_room .rolling .swiper-wrapper{}
.new_feel_home_room .rolling .swiper-slide{ width: auto;}
.new_feel_home_room .rolling .swiper-slide a{ display: block; width: 480px;}
.new_feel_home_room .rolling .swiper-slide a .body{ overflow: hidden; position: relative; height: 580px; border-radius: 0 0 150px 0;}
.new_feel_home_room .rolling .swiper-slide a .body .img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.new_feel_home_room .rolling .swiper-slide a .head{ margin-top: 40px;}
.new_feel_home_room .rolling .swiper-slide a .head .t1{ font-size: 22px; color: #000;}
.new_feel_home_room .rolling .swiper-slide a .head .t2{ margin-top: 15px; font-size: 38px; color: #000;}
.new_feel_home_room .swiper-scrollbar{ display: flex; align-items: center; position: relative; z-index: 20; top: initial; bottom: initial; left: initial; margin: 100px auto 0 auto; max-width: 1280px; width: 100%; height: 2px; background: rgba(0 0 0/10%);}
.new_feel_home_room .swiper-scrollbar .swiper-scrollbar-drag{ height: 4px; background: #1E2725;}
@media(max-width: 768px){
    .new_feel_home_room{ padding: 150px 0 150px 0;}
    .new_feel_home_room > .head .t1{ font-size: 16px;}
    .new_feel_home_room > .head .t2{ font-size: 100px;}
    .new_feel_home_room .rolling{ margin-top: 60px;}
    .new_feel_home_room .rolling .swiper-slide a{ width: 280px;}
    .new_feel_home_room .rolling .swiper-slide a .body{ height: 320px; border-radius: 0 0 100px 0;}
    .new_feel_home_room .rolling .swiper-slide a .head{ margin-top: 30px;}
    .new_feel_home_room .rolling .swiper-slide a .head .t1{ font-size: 20px;}
    .new_feel_home_room .rolling .swiper-slide a .head .t2{ font-size: 32px;}
}



















