@charset "utf-8";
*{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: "Pretendard", sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000;}
input{ outline: none; -webkit-appearance: none;}
select{ outline: none; -webkit-appearance: none;}
select::-ms-expand{ display: none;}
textarea{ outline: none; -webkit-appearance: none;}
html{ overflow-y: scroll; width: 100%; height: 100%; background: #FFF;}
html.no_scroll{ overflow: hidden;}
body{ overflow: hidden; background: #FFF; -webkit-text-size-adjust: none;}
@media(max-width: 768px){
    html{ font-size: calc(100vw / 30);}
}




.full_menu{ position: fixed; z-index: 110; top: 0; right: 100%; bottom: 0; left: -100%; background: rgba(0 0 0/0); transition: background .2s;}
.full_menu .contents{ overflow: hidden; display: flex; flex-direction: column; position: fixed; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,150%); width: 1400px; padding: 60px 80px 0 80px; border-radius: 40px; background: #FFF; opacity: 1; transition: all .4s;}
.full_menu .head{ display: flex; justify-content: space-between; align-items: center;}
.full_menu .head .logo{ display: block; height: 50px;}
.full_menu .head .logo img{ display: block; width: auto; height: 100%;}
.full_menu .head .close_btn{ display: flex; justify-content: center; align-items: center; position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; background: #F00; cursor: pointer;}
.full_menu .head .close_btn i{ font-size: 16px; color: #FFF;}
.full_menu .gnb{ margin: 60px 0 0 0; width: 100%;}
.full_menu .gnb > ul{ display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 40px;}
.full_menu .gnb > ul > li{}
.full_menu .gnb > ul > li > a{ display: flex; justify-content: space-between; align-items: center; position: relative;}
.full_menu .gnb > ul > li > a p{ font-size: 24px; font-weight: 600; color: #000;}
.full_menu .gnb > ul > li > a i{ display: none;}
.full_menu .gnb > ul > li > ul{ margin: 15px 0 0 0;}
.full_menu .gnb > ul > li > ul li{}
.full_menu .gnb > ul > li > ul li a{ display: flex; align-items: center; position: relative; padding-left: 0; height: 50px; font-size: 20px; color: #666; letter-spacing: 0; cursor: pointer;}
.full_menu .gnb > ul > li > ul li a.min{ padding-left: 10px; height: 40px; font-size: 18px;}
.full_menu .gnb > ul > li > ul li a.min:before{ content: ""; display: block; position: absolute; top: calc(50% - 2px); left: 0; width: 4px; height: 4px; border-radius: 50%; background: #DDD;}
.full_menu .gnb > ul > li > ul li a:hover{ color: #000;}
.full_menu .gnb > ul > li.on > a p{ color: #c18c4c;}
.full_menu .gnb > ul > li > ul li.on a{ font-weight: 500; color: #c18c4c;}
.full_menu .gnb > ul > li > ul li.on a:before{ background: #c18c4c;}
.full_menu .fb{ display: flex; justify-content: space-between; align-items: center; margin: 40px -80px 0 -80px; padding: 40px 80px; background: #f6f8fb;}
.full_menu .fb .contact{ display: flex; justify-content: center; align-items: center; padding: 0 30px; height: 50px; border-radius: 30px; background: #c18c4c; font-size: 16px; font-weight: 700; color: #FFF; letter-spacing: 0; transition: all .2s; cursor: pointer;}
.full_menu .fb .tel{}
.full_menu .fb .tel .tit{ font-size: 16px; color: rgba(0 0 0/40%); letter-spacing: 0;}
.full_menu .fb .tel .tit b{ color: #333;}
.full_menu .fb .tel .number{ display: block; margin: 5px 0 0 0; font-size: 40px; font-weight: 700; color: #000; letter-spacing: 0;}
.full_menu .close{ position: fixed; top: 0; right: 100%; bottom: 0; left: -100%; background: rgba(0 0 0/0.0001%);}
.full_menu.on{ right: 0; left: 0; background: rgba(0 0 0/70%);}
.full_menu.on .contents{ box-shadow: 0 0 30px 0 rgba(0 0 0/40%); transform: translate(-50%,-50%); opacity: 1;}
.full_menu.on .close{ right: 0; left: 0;}
@media(max-width: 1500px){
    .full_menu .contents{ right: 50px; left: 50px; transform: translate(0,150%); width: auto;}
    .full_menu.on .contents{ transform: translate(0,-50%);}
}
@media(max-width: 1024px){
    .full_menu .contents{ top: 0; right: -100%; bottom: 0; left: 100%; transform: translate(0,0); padding: 0 50px; border-radius: 0;}
    .full_menu .head{ height: 100px;}
    .full_menu .head .close_btn{ position: initial; width: 30px; height: 30px; background: none;}
    .full_menu .head .close_btn i{ font-size: 24px; color: #999;}
    .full_menu .gnb{ position: absolute; top: 110px; right: 0; bottom: 120px; left: 0; margin: 0;}
    .full_menu .gnb > ul{ display: block;}
    .full_menu .gnb > ul > li > a{ padding: 0 50px; height: 80px;}
    .full_menu .gnb > ul > li > a i{ display: block; font-size: 18px; color: #999; transition: all .2s;}
    .full_menu .gnb > ul > li > ul{ display: none; margin: 0; padding: 20px 0; background: #f6f8fb;}
    .full_menu .gnb > ul > li > ul li a{ padding: 0 50px; height: 60px;}
    .full_menu .gnb > ul > li > ul li a.min{ padding: 0 50px 0 60px;}
    .full_menu .gnb > ul > li > ul li a.min:before{ left: 50px;}
    .full_menu .gnb > ul > li.hover > a i{ transform: rotate(180deg);}
    .full_menu .fb{ position: absolute; right: 0; bottom: 0; left: 0; margin: 0; padding: 0 40px; height: 120px;}
    .full_menu.on .contents{ right: 0; left: 20%; transform: translate(0,0);}
}
@media(max-width: 768px){
    .full_menu .contents{ padding: 0 2rem;}
    .full_menu .head{ height: 5rem;}
    .full_menu .head .logo{ height: 2.6rem;}
    .full_menu .head .close_btn{ width: 2rem; height: 2rem;}
    .full_menu .head .close_btn i{ font-size: 2rem;}
    .full_menu .gnb{ top: 6rem; bottom: 8rem;}
    .full_menu .gnb > ul > li > a{ padding: 0 2rem; height: 4rem;}
    .full_menu .gnb > ul > li > a p{ font-size: 1.6rem;}
    .full_menu .gnb > ul > li > a i{ font-size: 1.2rem;}
    .full_menu .gnb > ul > li > ul{ padding: 1rem 0;}
    .full_menu .gnb > ul > li > ul li a{ padding: 0 2rem; height: 3.5rem; font-size: 1.4rem;}
    .full_menu .gnb > ul > li > ul li a.min{ padding: 0 2rem 0 2.8rem; height: 2.5rem; font-size: 1.2rem;}
    .full_menu .gnb > ul > li > ul li a.min:before{ left: 2rem;}
    .full_menu .fb{ margin: 0 -2rem 0 -2rem; padding: 0 4rem; height: 6rem;}
    .full_menu .fb .contact{ padding: 0 1.2rem; height: 3rem; border-radius: 2rem; font-size: 1rem;}
    .full_menu .fb .tel .tit{ font-size: 0.8rem;}
    .full_menu .fb .tel .number{ margin: 0.2rem 0 0 0; font-size: 2rem;}
    .full_menu.on .contents{ left: 0;}
}


.header{ display: flex; justify-content: space-between; align-items: center; position: fixed; z-index: 100; top: 0; right: 0; left: 0; padding: 0 100px; height: 100px; transition: all .3s;}
.header:after{ content: ""; position: fixed; top: 0; right: 0; left: 0; height: 100px; background: rgba(255 255 255/90%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 0 rgba(0 0 0/10%); opacity: 1; transition: all .3s;}
.header .fr{ display: flex; align-items: center; grid-gap: 50px; position: relative; z-index: 10;}
.header .logo{ display: block; position: relative; z-index: 10; height: 50px; transition: all .3s;}
.header .logo img{ display: block; position: absolute; width: auto; height: 100%; transition: all .3s;}
.header .logo img.white{ opacity: 0;}
.header .logo img.black{ opacity: 1;}
.header .gnb{ position: absolute; z-index: 20; top: 0; left: 50%; transform: translate(-50%,0);}
.header .gnb > ul{ display: flex; align-items: center;}
.header .gnb > ul > li{ display: flex; align-items: center; position: relative; margin: 0 25px;}
.header .gnb > ul > li > a{ display: flex; align-items: center; grid-gap: 5px; position: relative; z-index: 10; height: 100px; cursor: pointer;}
.header .gnb > ul > li > a:before{ content: ""; display: none; position: absolute; bottom: -3px; left: calc(50% - 10px); width: 20px; height: 6px; border-radius: 10px; background: #c18c4c; opacity: 1; transition: all .2s;}
.header .gnb > ul > li > a p{ position: relative; z-index: 1; font-size: 18px; color: #000; letter-spacing: 0; white-space: nowrap; transition: all .2s;}
.header .gnb > ul > li > a i{ display: none; font-size: 14px; color: rgba(255 255 255/50%);}
.header .gnb > ul > li > ul{ overflow: hidden; position: absolute; z-index: 10; top: 70px; left: calc(50% - 80px); padding: 0; width: 160px;  height: 0; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); background: #FFF; box-shadow: 0 5px 10px 0 rgba(0 0 0/5%); opacity: 0; transition: all .2s;}
.header .gnb > ul > li > ul li{}
.header .gnb > ul > li > ul li a{ display: flex; align-items: center; position: relative; padding: 0 0 0 40px; height: 0; font-size: 18px; color: #666; white-space: nowrap; opacity: 0; transition: all .2s;}
.header .gnb > ul > li > ul li a.min{ font-size: 16px;}
.header .gnb > ul > li:hover > ul{ top: 80px; padding: 15px 0; height: auto; opacity: 1;}
.header .gnb > ul > li:hover > ul li a{ height: 40px; opacity: 1;}
.header .gnb > ul > li:hover > ul li a.min{ padding-left: 50px; height: 30px; opacity: 1;}
.header .gnb > ul > li:hover > ul li a.min:before{ content: ""; display: block; position: absolute; top: 13px; left: 40px; width: 4px; height: 4px; border-radius: 50%; background: #e5e5e5;}
.header .gnb > ul > li > ul li a:hover{ color: #000;}
.header .gnb > ul > li.on > a p{ font-weight: 500; color: #c18c4c !important;}
.header .gnb > ul > li.on > a:before{ display: block;}
.header .gnb > ul > li > ul li.on a{ font-weight: 700; color: #c18c4c !important;}
.header .gnb > ul > li > ul li.on a.min{ font-weight: 500;}
.header .gnb > ul > li > ul li.on a.min:before{ background: #c18c4c;}
.header .contact{ display: flex; justify-content: center; align-items: center; padding: 0 30px; height: 40px; border-radius: 20px; background: #c18c4c; font-size: 15px; color: #FFF; letter-spacing: 0; transition: all .2s; cursor: pointer;}
.header .full_menu_btn{ cursor: pointer;}
.header .full_menu_btn i{ font-size: 32px; color: #000;}

.header.home:after{ top: -100px; opacity: 0;}
.header.home .logo img.white{ opacity: 1;}
.header.home .logo img.black{ opacity: 0;}
.header.home .gnb > ul > li > a p{ color: #FFF;}
.header.home .full_menu_btn i{ color: #FFF;}

.header.on:after{ top: 0; opacity: 1;}
.header.on .logo img.white{ opacity: 0;}
.header.on .logo img.black{ opacity: 1;}
.header.on .gnb > ul > li > a p{ color: #000;}
.header.on .menu a p{ color: #000;}
.header.on .full_menu_btn i{ color: #000;}
@media(max-width: 1500px){
    .header{ padding: 0 50px;}
    .header .fr{ grid-gap: 30px;}
    .header .gnb > ul > li{ margin: 0 15px;}
    .header .gnb > ul > li > a p{ font-size: 16px;}
    .header .contact{ padding: 0 15px; height: 35px; font-size: 14px;}
}
@media(max-width: 1024px){
    .header .gnb{ display: none;}
}
@media(max-width: 768px){
    .header{ padding: 0 1.2rem; height: 5rem;}
    .header:after{ height: 5rem;}
    .header .logo{ height: 2.6rem;}
    .header .fr{ grid-gap: 1.2rem;}
    .header .contact{ padding: 0 1.2rem; height: 2.4rem; border-radius: 2rem; font-size: 1rem;}
    .header .full_menu_btn i{ font-size: 2rem;}
}


.footer{ border-top: 1px solid #e5e5e5;}
.footer .top{}
.footer .top .modle_min{ display: flex; justify-content: space-between; align-items: center; padding: 50px 0 20px 0; border-bottom: 1px solid #e5e5e5;}
.footer .top .menu{ display: flex; align-items: center; grid-gap: 50px;}
.footer .top .menu a{ font-size: 16px; color: #666; cursor: pointer;}
.footer .top select{ display: flex; align-items: center; margin: 0; padding: 0 30px 0 0; width: 240px; height: 40px; border-radius: 0; border: 0; background:url(/images/modle_select_down.svg) no-repeat center right 0/24px auto; font-size: 16px; color: #666;}
.footer .bottom{}
.footer .bottom .modle_min{ display: flex; flex-direction: column; align-items: flex-start; position: relative; padding: 50px 0 100px 0;}
.footer .bottom .logo{ height: 50px;}
.footer .bottom .logo img{ display: block; width: auto; height: 100%;}
.footer .bottom .tel{ position: absolute; top: 50px; right: 0;}
.footer .bottom .tel .tit{ font-size: 16px; color: #666;}
.footer .bottom .tel .txt{ margin-top: 10px; font-size: 16px; color: #666;}
.footer .bottom .tel .number{ margin-top: 10px; font-size: 40px; font-weight: 700; color: #000;}
.footer .bottom .info{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; margin: 40px 0 0 0; max-width: 600px;}
.footer .bottom .info p{ font-size: 16px; color: #666;}
.footer .bottom .copy{ margin: 30px 0 0 0; font-size: 12px; font-weight: 300; color: #999; letter-spacing: 0; text-transform: uppercase;}
.footer.mt{ margin-top: 150px;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
    .footer .top .menu{ grid-gap: 30px;}
    .footer .top select{ width: 160px;}
    .footer .bottom .tel{ position: initial; margin-top: 40px;}
}
@media(max-width: 768px){
    .footer .top .modle_min{ flex-direction: column; align-items: center; padding: 3rem 0 0 0; border-bottom: 0;}
    .footer .top .menu{ justify-content: space-between; grid-gap: initial; width: 100%;}
    .footer .top .menu a{ font-size: 1rem;}
    .footer .top select{ margin: 1.2rem 0 0 0; width: 100%; height: 3rem; border-bottom: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat center right 0/1rem auto; font-size: 1rem;}
    .footer .bottom .modle_min{ padding: 3rem 0;}
    .footer .bottom .logo{ height: 2.6rem;}
    .footer .bottom .tel{ margin-top: 2rem;}
    .footer .bottom .tel .tit{ font-size: 1rem;}
    .footer .bottom .tel .txt{ margin-top: 0.4rem; font-size: 1rem;}
    .footer .bottom .tel .number{ margin-top: 0.4rem; font-size: 2.4rem;}
    .footer .bottom .info{ grid-gap: 0.6rem 2rem; margin: 2rem 0 0 0;}
    .footer .bottom .info p{ font-size: 1rem;}
    .footer .bottom .copy{ margin: 2rem 0 0 0; font-size: 0.9rem;}
    .footer.mt{ margin-top: 4rem;}
}


.quick{ position: fixed; z-index: 120; right: 50px; bottom: 100px;}
.quick .scroll_top{ display: flex; justify-content: center; align-items: center; position: relative; margin: 10px 0 0 0; width: 60px; height: 60px; border-radius: 50%; background: #c18c4c; opacity: 0; transform: translate(200px,0);  transition: .3s; cursor: pointer;}
.quick .scroll_top i{ font-size: 18px; color: #FFF;}
.quick.on .scroll_top{ transform: translate(0,0); opacity: 1;}
@media(max-width: 1500px){
}
@media(max-width: 768px){
    .quick{ right: 1.2rem; bottom: 3rem;}
    .quick .scroll_top{ width: 3rem; height: 3rem;}
    .quick .scroll_top i{ font-size: 1rem;}
}


.home_visual{ overflow: hidden; position: relative; background: none;}
.home_visual .swiper-wrapper{}
.home_visual .swiper-wrapper .swiper-slide{}
.home_visual .wrap{ overflow: hidden; position: relative; height: 100vh;}
.home_visual .wrap .text{ display: flex; flex-direction: column; justify-content: center; position: absolute; z-index: 20; top: 0; right: 0; bottom: 0; left: 0; padding: 0 200px;}
.home_visual .wrap .text .t1{ line-height: 1.2; font-size: 60px; font-weight: 700; color: #c18c4c; opacity: 0; transform: translate(100px,0); transition: all .3s;}
.home_visual .wrap .text .t1 b{ font-weight: 700; color: #c18c4c;}
.home_visual .wrap .text .t2{ margin-top: 30px; line-height: 1; font-size: 24px; font-weight: 400; color: rgba(255 255 255/80%); opacity: 0; transform: translate(150px,0); transition: all .3s;}
.home_visual .wrap .text .t2 b{ display: block; font-weight: 400; color: #c18c4c;}
.home_visual .wrap .img{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.home_visual .wrap .img:before{ content: ""; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, rgba(0 0 0/50%), rgba(0 0 0/30%));}
.home_visual .wrap .img span{ display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.3); transition: all .3s;}

.home_visual.on .wrap .text .t1{ opacity: 1; transform: translate(0,0) scale(1); transition: all 1s;}
.home_visual.on .wrap .text .t2{ opacity: 1; transform: translate(0,0) scale(1); transition: all 1.5s;}
.home_visual.on .wrap .img span{ opacity: 1; transform: scale(1); transition: all 10s;}

.home_visual_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 50; right: calc(100px + 70px); bottom: 100px; width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(255 255 255/50%); transition: all .2s; cursor: pointer;}
.home_visual_prev i{ font-size: 24px; color: #FFF;}
.home_visual_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 50; right: 100px; bottom: 100px; width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(255 255 255/50%); transition: all .2s; cursor: pointer;}
.home_visual_next i{ font-size: 24px; color: #FFF;}

.home_visual_page{ display: flex; align-items: center; grid-gap: 5px; position: absolute; z-index: 50; left: initial; right: calc(100px + 150px); bottom: 100px; width: auto; height: 60px; font-size: 18px; color: rgba(255 255 255/30%); transition: all .2s;}
.home_visual_page span{ color: rgba(255 255 255/60%);}
.home_visual_page span.swiper-pagination-current{ font-weight: 500; color: #FFF;}

.home_visual .scroll_down{ display: block; position: absolute; z-index: 40; left: 100px; bottom: 100px;}
.home_visual .scroll_down p{ margin: 0 0 10px 0; text-align: center; line-height: 1; font-size: 14px; font-weight: 300; color: #FFF; letter-spacing: 0;}
.home_visual .scroll_down .box{ position: relative; width: 40px; height: 60px; border-radius: 30px; border: 2px solid #FFF;}
.home_visual .scroll_down .box span{ display: block; position: absolute; top: 50%; left: 50%; margin: -5px 0 0 -5px; width: 10px; height: 10px; border-radius: 50%; background: #FFF; animation: scroll_down .8s infinite;}
@keyframes scroll_down{
    0%   { transform: translate(0,-10px); opacity: 1;}
    50%  { transform: translate(0,10px); opacity: .5;}
    100% { transform: translate(0,-10px); opacity: 1;}
}
@media(max-width: 1500px){
    .home_visual .wrap .text{ padding: 0 100px;}
    .home_visual_prev{ right: calc(50px + 70px); bottom: 50px;}
    .home_visual_next{ right: 50px; bottom: 50px;}
    .home_visual_page{ right: calc(50px + 150px); bottom: 50px;}
    .home_visual .scroll_down{ left: 50px; bottom: 50px;}
}
@media(max-width: 1024px){
    .home_visual .wrap .text .t1{ font-size: 46px;}
}
@media(max-width: 768px){
    .home_visual .wrap{ height: 60vh;}
    .home_visual .wrap .text{ padding: 0 2rem;}
    .home_visual .wrap .text .t1{ font-size: 2.2rem;}
    .home_visual .wrap .text .t2{ margin-top: 1rem; font-size: 1.2rem;}

    .home_visual_prev{ right: calc(1.2rem + 4rem); bottom: 2rem; width: 3rem; height: 3rem;}
    .home_visual_prev i{ font-size: 1rem;}
    .home_visual_next{ right: 1.2rem; bottom: 2rem; width: 3rem; height: 3rem;}
    .home_visual_next i{ font-size: 1rem;}

    .home_visual_page{ right: calc(1.2rem + 8rem); bottom: 2rem; height: 3rem; font-size: 1rem;}

    .home_visual .scroll_down{ left: 1.2rem; bottom: 2rem;}
    .home_visual .scroll_down p{ margin: 0 0 0.5rem 0; font-size: 0.8rem;}
    .home_visual .scroll_down .box{ width: 2rem; height: 3rem; border-radius: 2rem;}
    .home_visual .scroll_down .box span{ margin: -0.2rem 0 0 -0.2rem; width: 0.4rem; height: 0.4rem;}
}


.home_about{ padding: 200px;}
.home_about .modle_min{ display: flex; align-items: flex-end; position: relative;}
.home_about .ment{ position: absolute; top: 0; left: 0; font-size: 100px; font-weight: 900; color: #e8e8e8; text-transform: uppercase; white-space: nowrap;}
.home_about .head{ position: relative; width: 50%;}
.home_about .head .tit{ line-height: 1.2; font-size: 40px; font-weight: 700; color: #000;}
.home_about .head .tit b{ font-weight: 700; color: #c18c4c;}
.home_about .head .txt{ margin-top: 30px; line-height: 1.4; font-size: 20px; color: #666;}
.home_about .head .btn{ display: flex; align-items: center; grid-gap: 20px; margin-top: 50px; cursor: pointer;}
.home_about .head .btn p{ font-size: 20px; font-weight: 700; color: #000;}
.home_about .head .btn i{ font-size: 20px; color: #000;}
.home_about .body{ display: grid; align-items: end; grid-template-columns: repeat(3,1fr); grid-gap: 20px; width: 50%; height: 600px;}
.home_about .body .img{ background: #DDD;}
.home_about .body .img:nth-child(1){ height: 40%; background: url(/images/home_about_01.png) center/cover;}
.home_about .body .img:nth-child(2){ height: 70%; background: url(/images/home_about_02.png) center/cover;}
.home_about .body .img:nth-child(3){ height: 100%; background: url(/images/home_about_03.png) center/cover;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
    .home_about .modle_min{ display: block;}
    .home_about .ment{ position: initial; font-size: 70px;}
    .home_about .head{ margin-top: 50px; width: auto;}
    .home_about .body{ width: auto;}
}
@media(max-width: 768px){
    .home_about{ padding: 5rem 0;}
    .home_about .ment{ font-size: 3rem;}
    .home_about .head{ margin-top: 2rem;}
    .home_about .head .tit{ font-size: 2.2rem;}
    .home_about .head .txt{ margin-top: 1rem; font-size: 1.2rem;}
    .home_about .head .btn{ grid-gap: 1rem; margin-top: 1.4rem;}
    .home_about .head .btn p{ font-size: 1.2rem;}
    .home_about .head .btn i{ font-size: 1.2rem;}
    .home_about .body{ grid-gap: 1.2rem; margin-top: 2rem; height: 20rem;}
}


.home_memorial{ display: flex; align-items: center; position: relative; padding: 200px 0; background: #f6f8fb;}
.home_memorial:after{ content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(/images/home_memorial_bg.png) no-repeat right bottom; opacity: 0.5;}
.home_memorial .bg{ position: absolute; top: 0; right: 50%; bottom: 0; left: 0; /*background: url(/images/home_home_memorial_bg_l.jpg) center/cover;*/}
.home_memorial .bg:after{ content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(193 140 76/100%); backdrop-filter: blur(5px);}
.home_memorial .modle_min{ position: relative; z-index: 10;}
.home_memorial .fl{ position: relative; width: 60%;}
.home_memorial .fl .max{ overflow: hidden; position: relative; box-shadow: 0 5px 50px 0 rgba(0 0 0/40%);}
.home_memorial .fl .max .swiper-wrapper{}
.home_memorial .fl .max .swiper-wrapper .swiper-slide{}
.home_memorial .fl .max .swiper-wrapper .swiper-slide .img{}
.home_memorial .fl .max .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 70%;}
.home_memorial .fl .control{ display: flex; grid-gap: 10px; position: absolute; bottom: -80px; left: 0;}

.home_memorial .fr{ position: absolute; top: 50%; right: 0; left: calc(60% + 80px); transform: translate(0,-50%);}
.home_memorial .fr .min{ overflow: hidden; margin-top: 40px;}
.home_memorial .fr .min .swiper-wrapper{}
.home_memorial .fr .min .swiper-wrapper .swiper-slide{ cursor: pointer;}
.home_memorial .fr .min .swiper-wrapper .swiper-slide .img{ border-radius: 0px; opacity: 0.3; filter: grayscale(50%);}
.home_memorial .fr .min .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 60%;}
.home_memorial .fr .min .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img{ opacity: 1; filter: grayscale(0);}

.home_memorial .fr .tt{ font-size: 100px; font-weight: 900; color: rgba(0 0 0/10%);}
.home_memorial .fr .tit{ line-height: 1.2; font-size: 40px; font-weight: 700; color: #000;}
.home_memorial .fr .tit b{ font-weight: 700; color: #c18c4c;}
.home_memorial .fr .txt{ margin-top: 30px; line-height: 1.4; font-size: 20px; color: #666;}
.home_memorial .fr .btn{ display: flex; align-items: center; grid-gap: 20px; margin-top: 50px; cursor: pointer;}
.home_memorial .fr .btn p{ font-size: 20px; font-weight: 700; color: #000;}
.home_memorial .fr .btn i{ font-size: 20px; color: #000;}

.home_memorial_prev{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255 255 255/20%); cursor: pointer;}
.home_memorial_prev i{ font-size: 16px; color: rgba(255 255 255/80%);}
.home_memorial_next{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255 255 255/20%); cursor: pointer;}
.home_memorial_next i{ font-size: 16px; color: rgba(255 255 255/80%);}

.home_memorial_page{ display: flex; align-items: center; grid-gap: 40px; margin-top: 80px; width: auto;}
.home_memorial_page span{ margin: 0 !important; width: auto; height: auto; border-radius: 0; background: none; font-size: 24px; color: #666; opacity: 1;}
.home_memorial_page span:nth-child(1):before{ content: "노블관"; display: block;}
.home_memorial_page span:nth-child(2):before{ content: "로얄관"; display: block;}
.home_memorial_page span:nth-child(3):before{ content: "특별관"; display: block;}
.home_memorial_page span:nth-child(4):before{ content: "구매절차"; display: block;}
.home_memorial_page span.swiper-pagination-bullet-active{ font-weight: 600; color: #000;}
@media(max-width: 1500px){
    .home_memorial .fl{ width: 55%;}
    .home_memorial .fr{ left: calc(55% + 50px);}
    .home_memorial .fr .tt{ font-size: 70px;}
    .home_memorial_page{ grid-gap: 30px;}
}
@media(max-width: 1024px){
    .home_memorial .bg{ right: 0; bottom: 60%;}
    .home_memorial .fl{ width: auto;}
    .home_memorial .fl .control{ display: none;}
    .home_memorial .fr{ position: initial; margin-top: 80px; transform: translate(0,0);}
}
@media(max-width: 768px){
    .home_memorial{ padding: 5rem 0;}
    .home_memorial .bg{ right: 0; bottom: 65%;}
    .home_memorial .fr{ margin-top: 3rem;}
    .home_memorial .fr .min{ margin: 2rem -1.2rem 0 -1.2rem;}
    .home_memorial .fr .min .swiper-slide{ padding: 0 1.2rem;}
    .home_memorial .fr .tt{ font-size: 3rem;}
    .home_memorial .fr .tit{ font-size: 2.2rem;}
    .home_memorial .fr .txt{ margin-top: 1rem; font-size: 1.2rem;}
    .home_memorial .fr .btn{ grid-gap: 1rem; margin-top: 1.4rem;}
    .home_memorial .fr .btn p{ font-size: 1.2rem;}
    .home_memorial .fr .btn i{ font-size: 1.2rem;}

    .home_memorial_page{ grid-gap: 2rem; margin-top: 3rem;}
    .home_memorial_page span{ font-size: 1.4rem;}
}


.home_offering{ padding-top: 200px;}
.home_offering .modle_min{ position: relative;}

.home_offering .head{ position: absolute; top: 50%; right: calc(50% + 80px); left: 0; transform: translate(0,-50%);}
.home_offering .head .tt{ font-size: 100px; font-weight: 900; color: rgba(0 0 0/10%);}
.home_offering .head .tit{ margin-top: 80px; font-size: 40px; font-weight: 700; color: #000;}
.home_offering .head .txt{ margin-top: 30px; line-height: 1.4; font-size: 20px; color: #666;}
.home_offering .head .control{ display: flex; grid-gap: 10px; margin-top: 50px;}
.home_offering .head .btn{ display: flex; align-items: center; grid-gap: 20px; margin-top: 50px; cursor: pointer;}
.home_offering .head .btn p{ font-size: 20px; font-weight: 700; color: #000;}
.home_offering .head .btn i{ font-size: 20px; color: #000;}

.home_offering .rolling{ margin-left: 50%;}
.home_offering .rolling .max{ overflow: hidden; position: relative;}
.home_offering .rolling .max .swiper-wrapper{}
.home_offering .rolling .max .swiper-wrapper .swiper-slide{}
.home_offering .rolling .max .swiper-wrapper .swiper-slide .img{ border-radius: 0px;}
.home_offering .rolling .max .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 60%;}
.home_offering .rolling .min{ overflow: hidden; margin-top: 10px;}
.home_offering .rolling .min .swiper-wrapper{}
.home_offering .rolling .min .swiper-wrapper .swiper-slide{ cursor: pointer;}
.home_offering .rolling .min .swiper-wrapper .swiper-slide .img{ border-radius: 0px; opacity: 0.3; filter: grayscale(50%);}
.home_offering .rolling .min .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 60%;}
.home_offering .rolling .min .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img{ opacity: 1; filter: grayscale(0);}

.home_offering_prev{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; cursor: pointer;}
.home_offering_prev i{ font-size: 14px; color: #999;}
.home_offering_next{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; cursor: pointer;}
.home_offering_next i{ font-size: 14px; color: #999;}

.home_offering_page{ display: flex; align-items: center; grid-gap: 5px; margin-left: 10px; width: auto; font-size: 18px; color: #999;}
.home_offering_page span{ font-size: 18px; color: #666;}
.home_offering_page span.swiper-pagination-current{ font-weight: 700; color: #000;}
@media(max-width: 1500px){
    .home_offering .head .tt{ font-size: 70px;}
    .home_offering .head .tit{ margin-top: 50px;}
    .home_offering .head .btn{ margin-top: 30px;}
}
@media(max-width: 1024px){
    .home_offering .head{ position: initial; transform: translate(0,0);}
    .home_offering .rolling{ margin: 50px 0 0 0;}
}
@media(max-width: 768px){
    .home_offering{ padding-top: 5rem;}

    .home_offering .head .tt{ font-size: 3rem;}
    .home_offering .head .tit{ margin-top: 3rem; font-size: 2.2rem;}
    .home_offering .head .txt{ margin-top: 1rem; font-size: 1.2rem;}
    .home_offering .head .control{ grid-gap: 0.5rem; margin-top: 1rem;}
    .home_offering .head .btn{ grid-gap: 1rem; margin-top: 2rem;}
    .home_offering .head .btn p{ font-size: 1.2rem;}
    .home_offering .head .btn i{ font-size: 1.2rem;}
    .home_offering .rolling{ margin: 3rem 0 0 0;}
    .home_offering_prev{ width: 3rem; height: 3rem;}
    .home_offering_prev i{ font-size: 1rem;}
    .home_offering_next{ width: 3rem; height: 3rem;}
    .home_offering_next i{ font-size: 1rem;}
    .home_offering_page{ margin-left: 0.5rem; font-size: 1rem;}
    .home_offering_page span{ font-size: 1rem;}
}


.home_contact{ position: relative; z-index: 10; margin: 170px 0 -1px 0; background: url(/images/f_bg.jpg) center/cover;}
.home_contact:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/82%); backdrop-filter: blur(5px);}
.home_contact .modle_min{ display: flex; position: relative; z-index: 10; padding: 120px 0;}
.home_contact .head{ flex: 0 0 50%;}
.home_contact .head .title{ line-height: 1.2; font-size: 50px; font-weight: 700; color: #FFF;}
.home_contact .head .tit{ margin-top: 40px; font-size: 16px; color: rgba(255 255 255/60%);}
.home_contact .head .txt{ margin-top: 10px; font-size: 20px; font-weight: 500; color: #FFF;}
.home_contact .head .tel_tit{ margin-top: 10px; font-size: 16px; color: rgba(255 255 255/80%);}
.home_contact .head .tel{ display: block; margin-top: 10px; font-size: 70px; font-weight: 700; color: #FFF;}
.home_contact .head .mail{ display: block; margin-top: 10px; font-size: 20px; color: #FFF;}
.home_contact .body{}
.home_contact .body .title{ margin-bottom: 40px; font-size: 40px; font-weight: 500; color: #FFF;}
.home_contact .body .box{ display: grid; grid-gap: 15px 30px; padding: 40px 0; border-top: 1px solid rgba(255 255 255/15%); border-bottom: 1px solid rgba(255 255 255/15%);}
.home_contact .body .box .wrap{ display: flex;}
.home_contact .body .wrap .tit{ flex: 0 0 80px; line-height: 40px; font-size: 16px; color: rgba(255 255 255/70%);}
.home_contact .body .wrap input{ display: flex; align-items: center; margin: 0; padding: 0 25px; width: 100%; height: 50px; border-radius: 30px; border: 0; background: rgba(255 255 255/20%); font-size: 16px; font-weight: 400; color: #FFF; transition: all .2s;}
.home_contact .body .wrap input:focus{ background: #FFF; color: #000;}
.home_contact .body .wrap select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 25px; width: 100%; height: 50px; border-radius: 30px; border: 0; background:url(/images/modle_select_down.svg) no-repeat center right 15px rgba(255 255 255/20%); background-size: 20px auto; font-size: 16px; font-weight: 400; color: #FFF; transition: all .2s;}
.home_contact .body .wrap select::-ms-expand{ display:none;}
.home_contact .body .wrap select:focus{ background: #FFF; color: #000;}
.home_contact .body .wrap textarea{ display: block; margin: 0; padding: 10px 20px; width: 100%; height: 150px; max-height: 150px; min-height: 150px; border-radius: 25px; border: 0; background: #FFF; line-height: 1.6; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.home_contact .body .wrap textarea:focus{ border-color: #c18c4c;}
.home_contact .body .wrap .tel{ display: flex; grid-gap: 10px;}
.home_contact .body .wrap .tel input{ text-align: center;}
.home_contact .body .wrap .tel input:nth-child(1){ flex: 0 0 25%;}
.home_contact .body .terms{ flex: 1; display: flex; justify-content: space-between;}
.home_contact .body .terms .fl{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 5px 0;}
.home_contact .body .terms .fl label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.home_contact .body .terms .fl label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(255 255 255/20%); font-size: 12px; color: #FFF;}
.home_contact .body .terms .fl label p{ font-size: 16px; color: rgba(255 255 255/60%);}
.home_contact .body .terms .fl label input{ max-width: 100px;}
.home_contact .body .terms .fl label.on i{ background: #c18c4c; color: #FFF;}
.home_contact .body .terms .fl label.on p{ font-weight: 400; color: #FFF;}
.home_contact .body .terms .btn{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 35px; border-radius: 30px; border: 1px solid rgba(255 255 255/20%); font-size: 14px; color: #FFF; letter-spacing: 0; white-space: nowrap; transition: all .2s; cursor: pointer;}
.home_contact .body .button{ display: flex; justify-content: center; align-items: center; margin-top: 40px; padding: 0 20px; max-width: 240px; height: 60px; border-radius: 30px; background: #c18c4c; font-size: 20px; font-weight: 500; color: #FFF; letter-spacing: 0; transition: all .2s; cursor: pointer;}
.home_contact.none{ display: none;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
    .home_contact .modle_min{ display: block;}
    .home_contact .head{ flex: initial;}
    .home_contact .body{ margin-top: 50px;}
}
@media(max-width: 768px){
    .home_contact{ margin: 0rem 0 -1px 0;}
    .home_contact .modle_min{ padding: 5rem 0;}
    .home_contact .head .title{ font-size: 2.2rem;}
    .home_contact .head .tit{ margin-top: 2rem; font-size: 1rem;}
    .home_contact .head .txt{ margin-top: 0.6rem; font-size: 1.2rem;}
    .home_contact .head .tel_tit{ margin-top: 0.6rem; font-size: 1.2rem;}
    .home_contact .head .tel{ margin-top: 0.6rem; font-size: 3rem;}
    .home_contact .head .mail{ margin-top: 0.6rem; font-size: 1.2rem;}
    .home_contact .body{ margin-top: 3rem;}
    .home_contact .body .title{ margin-bottom: 2rem; font-size: 1.8rem;}
    .home_contact .body .box{ grid-gap: 1.5rem 0; padding: 0; border: 0;}
    .home_contact .body .box .wrap{ display: block;}
    .home_contact .body .wrap .tit{ flex: initial; padding-bottom: 0.6rem; line-height: 1; font-size: 1rem;}
    .home_contact .body .wrap input{ padding: 0 1.5rem; height: 3rem; border-radius: 3rem; font-size: 1.2rem;}
    .home_contact .body .wrap select{ padding: 0 3rem 0 1.5rem; height: 3rem; border-radius: 3rem; background:url(/images/modle_select_down.svg) no-repeat center right 1rem rgba(255 255 255/20%); background-size: 1rem auto; font-size: 1.2rem;}
    .home_contact .body .wrap textarea{ padding: 1rem 1.5rem; height: 10rem; max-height: 10rem; min-height: 10rem; border-radius: 1.5rem; font-size: 1.2rem;}
    .home_contact .body .wrap .tel{ grid-gap: 0.6rem;}
    .home_contact .body .terms{ display: block;}
    .home_contact .body .terms .fl{ display: grid; grid-gap: 0.6rem; padding: 0;}
    .home_contact .body .terms .fl label{ grid-gap: 0.6rem;}
    .home_contact .body .terms .fl label i{ width: 1.6rem; height: 1.6rem; font-size: 0.8rem;}
    .home_contact .body .terms .fl label p{ font-size: 1rem;}
    .home_contact .body .terms .fl label input{ max-width: 100px;}
    .home_contact .body .terms .fl label.on i{ background: #c18c4c; color: #FFF;}
    .home_contact .body .terms .fl label.on p{ font-weight: 400; color: #FFF;}
    .home_contact .body .terms .btn{ margin-top: 1rem; padding: 0; height: 3rem; border-radius: 3rem; font-size: 1rem;}
    .home_contact .body .button{ margin-top: 2rem; padding: 0; max-width: 100%; height: 4rem; border-radius: 4rem; font-size: 1.2rem;}
}




.sub_visual{ display: flex; align-items: center; position: relative; margin: -60px 0 0 0; height: 900px;}
.sub_visual:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/40%);}
.sub_visual .modle_min{ position: relative; z-index: 10; text-align: center;}
.sub_visual .t1{ line-height: 1.2; font-size: 50px; font-weight: 700; color: #FFF;}
.sub_visual .t2{ margin: 30px 0 0 0; line-height: 1.2; font-size: 24px; color: #FFF;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .sub_visual{ margin: -3rem 0 0 0; height: 40vh;}
    .sub_visual .t1{ font-size: 2.2rem;}
    .sub_visual .t2{ margin: 1.2rem 0 0 0; font-size: 1.2rem;}
}






.sub_intro{ margin-top: 80px;}
.sub_intro .head{}
.sub_intro .head .tit{ text-align: center; line-height: 1.2; font-size: 46px; font-weight: 500; color: #000;}
.sub_intro .head .tit b{ font-weight: 700; color: #c18c4c;}
.sub_intro .head .img{ display: block; margin-top: 80px; width: 100%;}
.sub_intro .head .txt{ display: flex; justify-content: center; align-items: center; grid-gap: 200px; margin-top: 50px;}
.sub_intro .head .txt .logo{ display: block;}
.sub_intro .head .txt p{ line-height: 1.4; font-size: 26px; color: #333;}
.sub_intro .body{ display: grid; grid-gap: 80px; margin-top: 80px; padding-top: 80px; border-top: 1px solid #e5e5e5;}
.sub_intro .body .wrap{ display: flex; align-items: center; grid-gap: 100px;}
.sub_intro .body .wrap .img{ display: block; width: 50%;}
.sub_intro .body .wrap .info{ width: 50%;}
.sub_intro .body .wrap .info .tit{ line-height: 1.2; font-size: 36px; font-weight: 600; color: #000;}
.sub_intro .body .wrap .info .txt{ margin-top: 20px; line-height: 1.4; font-size: 20px; color: #666;}
@media(max-width: 1500px){
    .sub_intro .body .wrap{ grid-gap: 50px;}
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .sub_intro{ margin-top: 3rem;}
    .sub_intro .head .tit{ font-size: 2.2rem;}
    .sub_intro .head .img{ margin-top: 3rem;}
    .sub_intro .head .txt{ display: block; margin-top: 3rem;}
    .sub_intro .head .txt .logo{ margin: 0 auto; height: 2.8rem;}
    .sub_intro .head .txt p{ margin-top: 1.2rem; text-align: center; font-size: 1.4rem;}
    .sub_intro .body{ grid-gap: 3rem; margin-top: 3rem; padding-top: 3rem;}
    .sub_intro .body .wrap{ display: flex; grid-gap: 1rem;}
    .sub_intro .body .wrap .info .tit{ font-size: 1.4rem;}
    .sub_intro .body .wrap .info .txt{ margin-top: 0.6rem; font-size: 1rem;}
    .sub_intro .body .wrap .info .txt br{ display: none;}
}


.sub_location{ margin-top: 80px;}
.sub_location .title{ line-height: 1.2; font-size: 46px; font-weight: 700; color: #000;}
.sub_location .title b{ font-weight: 700; color: #c18c4c;}
.sub_location .body{ display: flex; align-items: flex-start; grid-gap: 80px; margin: 50px 0 0 0; padding-top: 50px; border-top: 2px solid #c18c4c;}
.sub_location .body .fl{ width: 50%;}
.sub_location .body .fl .map{ display: flex; justify-content: center; align-items: center; padding: 80px; border-radius: 20px; border: 1px solid #e5e5e5;}
.sub_location .body .fl .map img{ display: block;}
.sub_location .body .fl .btn{ display: flex; grid-gap: 10px; margin-top: 20px;}
.sub_location .body .fl .btn a{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; width: 50%; height: 60px; border-radius: 20px; border: 1px solid #e5e5e5; transition: all .2s; cursor: pointer;}
.sub_location .body .fl .btn a img{ display: block; height: 24px;}
.sub_location .body .fl .btn a p{ font-size: 16px; color: #333; transition: all .2s;}
.sub_location .body .fl .btn a:hover{ background: #c18c4c;}
.sub_location .body .fl .btn a:hover p{ color: #FFF;}
.sub_location .body .fr{ display: grid; grid-gap: 50px; padding-top: 100px; width: 50%;}
.sub_location .body .fr .wrap{}
.sub_location .body .fr .wrap .tit{ padding-bottom: 10px; font-size: 24px; font-weight: 500; color: #000;}
.sub_location .body .fr .wrap .txt{ display: grid; grid-gap: 30px; line-height: 1.2; font-size: 18px; color: #666;}
.sub_location .body .fr .wrap .txt .row{}
.sub_location .body .fr .wrap .txt .row .t1{ display: flex; align-items: center; grid-gap: 10px;}
.sub_location .body .fr .wrap .txt .row .t1 span{ display: flex; justify-content: center; align-items: center; width: 60px; height: 30px; border-radius: 20px; background: #c18c4c; font-size: 16px; font-weight: 600; color: #FFF;}
.sub_location .body .fr .wrap .txt .row .t1 p{ font-size: 18px; color: #000;}
.sub_location .body .fr .wrap .txt .row .t2{ margin-top: 10px; line-height: 1.2; font-size: 18px; color: #666;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
    .sub_location .body{ display: block;}
    .sub_location .body .fl{ width: 100%;}
    .sub_location .body .fr{ width: 100%;}
}
@media(max-width: 768px){
    .sub_location{ margin-top: 3rem;}
    .sub_location .title{ font-size: 2.2rem;}
    .sub_location .body{ margin: 1rem 0 0 0; padding-top: 3rem;}
    .sub_location .body .fl .map{ padding: 1rem; border-radius: 1rem;}
    .sub_location .body .fl .map img{ width: 100%;}
    .sub_location .body .fl .btn{ grid-gap: 0.6rem; margin-top: 1rem;}
    .sub_location .body .fl .btn a{ grid-gap: 0.6rem; height: 3rem; border-radius: 1rem;}
    .sub_location .body .fl .btn a img{ height: 1.4rem;}
    .sub_location .body .fl .btn a p{ font-size: 1rem;}
    .sub_location .body .fr{ grid-gap: 2rem; padding-top: 3rem;}
    .sub_location .body .fr .wrap .tit{ padding-bottom: 0.6rem; font-size: 1.4rem;}
    .sub_location .body .fr .wrap .txt{ grid-gap: 2rem; font-size: 1.2rem;}
    .sub_location .body .fr .wrap .txt .row .t1{ grid-gap: 0.6rem;}
    .sub_location .body .fr .wrap .txt .row .t1 span{ width: 3rem; height: 2rem; border-radius: 2rem; font-size: 1rem;}
    .sub_location .body .fr .wrap .txt .row .t1 p{ font-size: 1.2rem;}
    .sub_location .body .fr .wrap .txt .row .t2{ margin-top: 0.6rem; font-size: 1rem;}
}


.sub_memorial_menu{ display: flex; position: relative; z-index: 10; margin-top: -60px; box-shadow: 0 10px 30px 0 rgba(0 0 0/15%);}
.sub_memorial_menu a{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50%; height: 120px; background: #FFF;}
.sub_memorial_menu a .t1{ font-size: 18px; color: #999;}
.sub_memorial_menu a .t2{ margin-top: 5px; font-size: 32px; font-weight: 700; color: #000;}
.sub_memorial_menu a.on{ background: #c18c4c;}
.sub_memorial_menu a.on .t1{ color: #FFF;}
.sub_memorial_menu a.on .t2{ color: #FFF;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .sub_memorial_menu{ margin-top: -3rem;}
    .sub_memorial_menu a{ height: 6rem;}
    .sub_memorial_menu a .t1{ font-size: 1rem;}
    .sub_memorial_menu a .t2{ margin-top: 0.4rem; font-size: 1.4rem;}
}


.sub_memorial{}
.sub_memorial .head{ margin-top: 80px; text-align: center;}
.sub_memorial .head .t1{ font-size: 40px; font-weight: 600; color: #000;}
.sub_memorial .head .t2{ display: flex; justify-content: center; align-items: center; margin-top: 20px;}
.sub_memorial .head .t2 p{ font-size: 24px; color: #c18c4c;}
.sub_memorial .head .t2 span{ display: block; margin: 0 20px; width: 1px; height: 20px; background: #e5e5e5;}
.sub_memorial .head .t3{ margin-top: 20px; line-height: 1.4; font-size: 18px; color: #666;}
.sub_memorial .body{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px; margin-top: 80px;}
.sub_memorial .body img{ display: block; width: 100%;}
.sub_memorial .body img:nth-child(1){ grid-column: 1/3;}
.sub_memorial .body img:nth-child(4){ grid-column: 1/3;}
.sub_memorial .body img:nth-child(7){ grid-column: 1/3;}
.sub_memorial .body img:nth-child(10){ grid-column: 1/3;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .sub_memorial .head{ margin-top: 3rem;}
    .sub_memorial .head .t1{ font-size: 2.2rem;}
    .sub_memorial .head .t2{ margin-top: 1rem;}
    .sub_memorial .head .t2 p{ font-size: 1.4rem;}
    .sub_memorial .head .t2 span{ margin: 0 1rem; height: 1.4rem;}
    .sub_memorial .head .t3{ margin-top: 1.4rem; font-size: 1.2rem;}
    .sub_memorial .body{ grid-gap: 1rem; margin-top: 3rem;}
}


.sub_memorial_step{}
.sub_memorial_step > .head{ padding-top: 50px; text-align: center;}
.sub_memorial_step > .head .t1{ font-size: 40px; color: #000;}
.sub_memorial_step > .head .t1 b{ font-weight: 700; color: #c18c4c;}
.sub_memorial_step > .head .t2{ margin-top: 20px; line-height: 1.2; font-size: 18px; color: #333;}
.sub_memorial_step > .head .t2 br{}
.sub_memorial_step > .head .btn{ display: flex; justify-content: center; align-items: center; margin: 30px auto 0 auto; width: 200px; height: 50px; border-radius: 30px; background: #c18c4c; font-size: 18px; font-weight: 600; color: #FFF; cursor: pointer;}
.sub_memorial_step .step{ display: flex; justify-content: space-between; margin: 100px 0 180px 0;}
.sub_memorial_step .step .wrap{ display: flex; flex-direction: column; align-items: center;}
.sub_memorial_step .step .wrap .icon{ display: flex; justify-content: center; align-items: center; width: 200px; height: 200px; border-radius: 50%; border: 1px solid #e5e5e5;}
.sub_memorial_step .step .wrap .icon img{ display: block; height: 60px;}
.sub_memorial_step .step .wrap .fb{ display: flex; flex-direction: column; align-items: center;}
.sub_memorial_step .step .wrap .number{ display: flex; align-items: center; margin-top: 20px; padding: 0 10px; height: 25px; border-radius: 20px; background: #c18c4c; font-size: 12px; color: #FFF;}
.sub_memorial_step .step .wrap .tit{ margin-top: 15px; font-size: 24px; font-weight: 500; color: #000;}
.sub_memorial_step .step .wrap .txt{ margin-top: 10px; text-align: center; line-height: 1.2; font-size: 18px; color: #666;}

.sub_memorial_step .menu{ position: relative; z-index: 10; background: #FFF;}
.sub_memorial_step .menu ul{ display: flex; position: relative;}
.sub_memorial_step .menu ul:before{ content: ""; display: block; position: absolute; top: 0; right: -10000px; left: -10000px; border-top: 1px solid #e5e5e5;}
.sub_memorial_step .menu ul:after{ content: ""; display: block; position: absolute; bottom: -1px; right: -10000px; left: -10000px; border-top: 1px solid rgba(0 0 0/10%);}
.sub_memorial_step .menu ul li{ width: 20%;}
.sub_memorial_step .menu ul li a{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 10; height: 80px; font-size: 18px; color: #666; cursor: pointer;}
.sub_memorial_step .menu ul li.on a{ font-weight: 600; color: #c18c4c;}
.sub_memorial_step .menu ul li.on a:before{ content: ""; position: absolute; z-index: 2; right: 0; bottom: -1px; left: 0; border-bottom: 2px solid #c18c4c;}
.sub_memorial_step .menu.on{ position: fixed; z-index: 90; top: 100px; right: 0; left: 0; padding: 0 50px;}
.sub_memorial_step .menu.on ul{ margin: 0 auto; max-width: 1400px; width: 100%;}
.sub_memorial_step .menu.on ul:before{ display: none;}
.sub_memorial_step .menu_height{ display: none; height: 80px;}
.sub_memorial_step .menu_height.on{ display: block;}
.sub_memorial_step .menu_height.on ul:before{ display: none;}

.sub_memorial_step .sub_memorial_step_01{ display: flex; align-items: center; position: relative; padding: 180px 0;}
.sub_memorial_step .sub_memorial_step_01:after{ content: ""; display: block; position: absolute; bottom: 0; right: -10000px; left: -10000px; border-top: 1px solid #e5e5e5;}
.sub_memorial_step .sub_memorial_step_01 .head{ padding-right: 80px; width: 50%;}
.sub_memorial_step .sub_memorial_step_01 .head .icon{ display: block; height: 70px;}
.sub_memorial_step .sub_memorial_step_01 .head .number{ margin-top: 20px; font-size: 24px; color: #c18c4c;}
.sub_memorial_step .sub_memorial_step_01 .head .tit{ margin-top: 10px; font-size: 36px; font-weight: 600; color: #000;}
.sub_memorial_step .sub_memorial_step_01 .head .txt{ margin-top: 30px; line-height: 1.4; font-size: 18px; color: #666;}
.sub_memorial_step .sub_memorial_step_01 .body{ width: 50%;}
.sub_memorial_step .sub_memorial_step_01 .body img{ display: block; width: 100%;}

.sub_memorial_step .sub_memorial_step_02{ display: flex; align-items: center; position: relative; padding: 180px 0;}
.sub_memorial_step .sub_memorial_step_02:after{ content: ""; display: block; position: absolute; bottom: 0; right: -10000px; left: -10000px; border-top: 1px solid #e5e5e5;}
.sub_memorial_step .sub_memorial_step_02 .head{ padding-right: 80px; width: 50%;}
.sub_memorial_step .sub_memorial_step_02 .head .icon{ display: block; height: 70px;}
.sub_memorial_step .sub_memorial_step_02 .head .number{ margin-top: 20px; font-size: 24px; color: #c18c4c;}
.sub_memorial_step .sub_memorial_step_02 .head .tit{ margin-top: 10px; font-size: 36px; font-weight: 600; color: #000;}
.sub_memorial_step .sub_memorial_step_02 .head .txt{ margin-top: 30px; line-height: 1.4; font-size: 18px; color: #666;}
.sub_memorial_step .sub_memorial_step_02 .body{ display: flex; grid-gap: 80px; width: 50%;}
.sub_memorial_step .sub_memorial_step_02 .body .wrap{ width: 50%;}
.sub_memorial_step .sub_memorial_step_02 .body .wrap img{ display: block; height: 160px;}
.sub_memorial_step .sub_memorial_step_02 .body .wrap .tit{ margin-top: 20px; font-size: 24px; font-weight: 500; color: #000;}
.sub_memorial_step .sub_memorial_step_02 .body .wrap .txt{ margin-top: 10px; line-height: 1.4; font-size: 16px; color: #666;}

.sub_memorial_step .sub_memorial_step_03{ position: relative; padding: 180px 0;}
.sub_memorial_step .sub_memorial_step_03:after{ content: ""; display: block; position: absolute; bottom: 0; right: -10000px; left: -10000px; border-top: 1px solid #e5e5e5;}
.sub_memorial_step .sub_memorial_step_03 .head{ display: flex; grid-gap: 80px; align-items: flex-end;}
.sub_memorial_step .sub_memorial_step_03 .head .fl{ display: flex; align-items: flex-end; grid-gap: 20px;}
.sub_memorial_step .sub_memorial_step_03 .head .fl .icon{ display: block; height: 70px;}
.sub_memorial_step .sub_memorial_step_03 .head .fl .number{ font-size: 24px; color: #c18c4c;}
.sub_memorial_step .sub_memorial_step_03 .head .fl .tit{ margin-top: 10px; font-size: 36px; font-weight: 600; color: #000; white-space: nowrap;}
.sub_memorial_step .sub_memorial_step_03 .head .txt{ line-height: 1.4; font-size: 18px; color: #666;}
.sub_memorial_step .sub_memorial_step_03 .body{ margin-top: 50px;}
.sub_memorial_step .sub_memorial_step_03 .dy{ margin-top: 10px; text-align: right; font-size: 16px; color: #999;}

.sub_memorial_step .sub_memorial_step_04{ position: relative; padding: 180px 0;}
.sub_memorial_step .sub_memorial_step_04:after{ content: ""; display: block; position: absolute; bottom: 0; right: -10000px; left: -10000px; border-top: 1px solid #e5e5e5;}
.sub_memorial_step .sub_memorial_step_04 .head{ display: flex; grid-gap: 80px; align-items: flex-end;}
.sub_memorial_step .sub_memorial_step_04 .head .fl{ display: flex; align-items: flex-end; grid-gap: 20px;}
.sub_memorial_step .sub_memorial_step_04 .head .fl .icon{ display: block; height: 70px;}
.sub_memorial_step .sub_memorial_step_04 .head .fl .number{ margin-top: 20px; font-size: 24px; color: #c18c4c;}
.sub_memorial_step .sub_memorial_step_04 .head .fl .tit{ margin-top: 10px; font-size: 36px; font-weight: 600; color: #000;}
.sub_memorial_step .sub_memorial_step_04 .head .txt{ line-height: 1.4; font-size: 18px; color: #666;}
.sub_memorial_step .sub_memorial_step_04 .body{ margin-top: 50px;}
.sub_memorial_step .sub_memorial_step_04 .fb{ display: flex; justify-content: space-between; margin-top: 20px;}
.sub_memorial_step .sub_memorial_step_04 .fb .tip{ display: grid; grid-gap: 5px;}
.sub_memorial_step .sub_memorial_step_04 .fb .tip p{ padding-left: 15px; line-height: 1.2; font-size: 16px; color: #333; text-indent: -10px;}
.sub_memorial_step .sub_memorial_step_04 .fb .tip p b{ color: #c18c4c;}
.sub_memorial_step .sub_memorial_step_04 .fb .dy{ text-align: right; font-size: 16px; color: #999;}

.sub_memorial_step .sub_memorial_step_05{ position: relative; padding: 180px 0;}
.sub_memorial_step .sub_memorial_step_05 .head{ display: flex; grid-gap: 80px; align-items: flex-end;}
.sub_memorial_step .sub_memorial_step_05 .head .fl{ display: flex; align-items: flex-end; grid-gap: 20px;}
.sub_memorial_step .sub_memorial_step_05 .head .fl .icon{ display: block; height: 70px;}
.sub_memorial_step .sub_memorial_step_05 .head .fl .number{ margin-top: 20px; font-size: 24px; color: #c18c4c;}
.sub_memorial_step .sub_memorial_step_05 .head .fl .tit{ margin-top: 10px; font-size: 36px; font-weight: 600; color: #000;}
.sub_memorial_step .sub_memorial_step_05 .head .txt{ line-height: 1.4; font-size: 18px; color: #666;}
.sub_memorial_step .sub_memorial_step_05 .body{ margin-top: 50px;}
@media(max-width: 1500px){
    .sub_memorial_step .step .wrap .icon{ width: 160px; height: 160px;}
    .sub_memorial_step .step .wrap .icon img{ height: 40px;}
}
@media(max-width: 1024px){
    .sub_memorial_step .step{ flex-wrap: wrap; justify-content: center; align-items: center; grid-gap: 30px;}

    .sub_memorial_step .sub_memorial_step_01{ display: block;}
    .sub_memorial_step .sub_memorial_step_01 .head{ padding: 0 0 50px 0; width: auto;}
    .sub_memorial_step .sub_memorial_step_01 .body{ width: auto;}

    .sub_memorial_step .sub_memorial_step_02{ display: block;}
    .sub_memorial_step .sub_memorial_step_02 .head{ padding: 0 0 50px 0; width: auto;}
    .sub_memorial_step .sub_memorial_step_02 .head .txt br{ display: none;}
    .sub_memorial_step .sub_memorial_step_02 .body{ width: auto;}

    .sub_memorial_step .sub_memorial_step_03 .head{ display: block;}
    .sub_memorial_step .sub_memorial_step_03 .head .fl{ display: block;}
    .sub_memorial_step .sub_memorial_step_03 .head .fl .number{ margin-top: 20px;}
    .sub_memorial_step .sub_memorial_step_03 .head .txt{ margin-top: 30px;}
    .sub_memorial_step .sub_memorial_step_03 .head .txt br{ display: none;}

    .sub_memorial_step .sub_memorial_step_04 .head{ display: block;}
    .sub_memorial_step .sub_memorial_step_04 .head .fl{ display: block;}
    .sub_memorial_step .sub_memorial_step_04 .head .fl .number{ margin-top: 20px;}
    .sub_memorial_step .sub_memorial_step_04 .head .txt{ margin-top: 30px;}
    .sub_memorial_step .sub_memorial_step_04 .head .txt br{ display: none;}
    .sub_memorial_step .sub_memorial_step_04 .fb{ flex-direction: column-reverse;}
    .sub_memorial_step .sub_memorial_step_04 .fb .tip{ margin-top: 10px;}

    .sub_memorial_step .sub_memorial_step_05 .head{ display: block;}
    .sub_memorial_step .sub_memorial_step_05 .head .fl{ display: block;}
    .sub_memorial_step .sub_memorial_step_05 .head .fl .number{ margin-top: 20px;}
    .sub_memorial_step .sub_memorial_step_05 .head .txt{ margin-top: 30px;}
    .sub_memorial_step .sub_memorial_step_05 .head .txt br{ display: none;}
}
@media(max-width: 768px){
    .sub_memorial_step > .head{ padding-top: 3rem;}
    .sub_memorial_step > .head .t1{ font-size: 2.2rem;}
    .sub_memorial_step > .head .t2{ margin-top: 1rem; font-size: 1.2rem;}
    .sub_memorial_step > .head .btn{ margin: 1.6rem auto 0 auto; width: 10rem; height: 3rem; border-radius: 3rem; font-size: 1.2rem;}
    .sub_memorial_step .step{ display: grid; grid-gap: 3rem; margin: 3rem 0 3rem 0;}
    .sub_memorial_step .step .wrap{ display: flex; flex-direction: initial; align-items: center; grid-gap: 1rem; width: 100%;}
    .sub_memorial_step .step .wrap .icon{ flex: 0 0 8rem; height: 8rem;}
    .sub_memorial_step .step .wrap .icon img{ height: 3rem;}
    .sub_memorial_step .step .wrap .fb{ flex: 1; align-items: flex-start;}
    .sub_memorial_step .step .wrap .number{ margin-top: 0; padding: 0 1rem; height: 1.8rem; border-radius: 2rem; font-size: 0.8rem;}
    .sub_memorial_step .step .wrap .tit{ margin-top: 1rem; font-size: 1.4rem;}
    .sub_memorial_step .step .wrap .txt{ margin-top: 0.6rem; text-align: left; font-size: 1rem;}

    .sub_memorial_step .menu ul li a{ height: 4em; font-size: 1rem;}
    .sub_memorial_step .menu.on{ top: 5rem; padding: 0 1.2rem;}
    .sub_memorial_step .menu_height{ height: 4rem;}

    .sub_memorial_step .sub_memorial_step_01{ padding: 4rem 0;}
    .sub_memorial_step .sub_memorial_step_01 .head{ padding-bottom: 3rem;}
    .sub_memorial_step .sub_memorial_step_01 .head .icon{ height: 4rem;}
    .sub_memorial_step .sub_memorial_step_01 .head .number{ margin-top: 1rem; font-size: 1.4rem;}
    .sub_memorial_step .sub_memorial_step_01 .head .tit{ margin-top: 1rem; font-size: 2.2rem;}
    .sub_memorial_step .sub_memorial_step_01 .head .txt{ margin-top: 2rem; font-size: 1.22rem;}

    .sub_memorial_step .sub_memorial_step_02{ padding: 4rem 0;}
    .sub_memorial_step .sub_memorial_step_02 .head{ padding-bottom: 3rem;}
    .sub_memorial_step .sub_memorial_step_02 .head .icon{ height: 4rem;}
    .sub_memorial_step .sub_memorial_step_02 .head .number{ margin-top: 1rem; font-size: 1.4rem;}
    .sub_memorial_step .sub_memorial_step_02 .head .tit{ margin-top: 1rem; font-size: 2.2rem;}
    .sub_memorial_step .sub_memorial_step_02 .head .txt{ margin-top: 2rem; font-size: 1.22rem;}
    .sub_memorial_step .sub_memorial_step_02 .body{ display: grid; grid-gap: 3rem;}
    .sub_memorial_step .sub_memorial_step_02 .body .wrap{ width: auto;}
    .sub_memorial_step .sub_memorial_step_02 .body .wrap img{ margin: 0 auto; height: 8rem;}
    .sub_memorial_step .sub_memorial_step_02 .body .wrap .tit{ margin-top: 1rem; font-size: 1.6rem;}
    .sub_memorial_step .sub_memorial_step_02 .body .wrap .txt{ margin-top: 0.6rem; font-size: 1.2rem;}

    .sub_memorial_step .sub_memorial_step_03{ padding: 4rem 0;}
    .sub_memorial_step .sub_memorial_step_03 .head{ padding-bottom: 3rem;}
    .sub_memorial_step .sub_memorial_step_03 .head .fl .icon{ height: 4rem;}
    .sub_memorial_step .sub_memorial_step_03 .head .fl .number{ margin-top: 1rem; font-size: 1.4rem;}
    .sub_memorial_step .sub_memorial_step_03 .head .fl .tit{ margin-top: 1rem; font-size: 2.2rem;}
    .sub_memorial_step .sub_memorial_step_03 .head .txt{ margin-top: 2rem; font-size: 1.22rem;}
    .sub_memorial_step .sub_memorial_step_03 .body{ margin-top: 0;}
    .sub_memorial_step .sub_memorial_step_03 .dy{ margin-top: 0.6rem; font-size: 1rem;}

    .sub_memorial_step .sub_memorial_step_04{ padding: 4rem 0;}
    .sub_memorial_step .sub_memorial_step_04 .head{ padding-bottom: 3rem;}
    .sub_memorial_step .sub_memorial_step_04 .head .fl .icon{ height: 4rem;}
    .sub_memorial_step .sub_memorial_step_04 .head .fl .number{ margin-top: 1rem; font-size: 1.4rem;}
    .sub_memorial_step .sub_memorial_step_04 .head .fl .tit{ margin-top: 1rem; font-size: 2.2rem;}
    .sub_memorial_step .sub_memorial_step_04 .head .txt{ margin-top: 2rem; font-size: 1.22rem;}
    .sub_memorial_step .sub_memorial_step_04 .body{ margin-top: 0;}
    .sub_memorial_step .sub_memorial_step_04 .fb{ margin-top: 1rem;}
    .sub_memorial_step .sub_memorial_step_04 .fb .tip{ grid-gap: 0.6rem; margin-top: 0.6rem;}
    .sub_memorial_step .sub_memorial_step_04 .fb .tip p{ padding-left: 1rem; font-size: 1rem; text-indent: -0.8rem;}
    .sub_memorial_step .sub_memorial_step_04 .fb .dy{ font-size: 1rem;}

    .sub_memorial_step .sub_memorial_step_05{ padding: 4rem 0;}
    .sub_memorial_step .sub_memorial_step_05 .head{ padding-bottom: 3rem;}
    .sub_memorial_step .sub_memorial_step_05 .head .fl .icon{ height: 4rem;}
    .sub_memorial_step .sub_memorial_step_05 .head .fl .number{ margin-top: 1rem; font-size: 1.4rem;}
    .sub_memorial_step .sub_memorial_step_05 .head .fl .tit{ margin-top: 1rem; font-size: 2.2rem;}
    .sub_memorial_step .sub_memorial_step_05 .head .txt{ margin-top: 2rem; font-size: 1.22rem;}
    .sub_memorial_step .sub_memorial_step_05 .body{ margin-top: 0;}
}






















.sub_facilities{}
.sub_facilities .rolling{}
.sub_facilities .rolling .max{ overflow: hidden; position: relative;}
.sub_facilities .rolling .max .swiper-wrapper{}
.sub_facilities .rolling .max .swiper-wrapper .swiper-slide{}
.sub_facilities .rolling .max .swiper-wrapper .swiper-slide .tit{ font-size: 36px; font-weight: 700; color: #000;}
.sub_facilities .rolling .max .swiper-wrapper .swiper-slide .txt{ margin-top: 10px; font-size: 20px; color: #666;}
.sub_facilities .rolling .max .swiper-wrapper .swiper-slide .img{ margin-top: 30px;}
.sub_facilities .rolling .max .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 50%;}
.sub_facilities .rolling .min{ overflow: hidden; margin-top: 10px;}
.sub_facilities .rolling .min .swiper-wrapper{}
.sub_facilities .rolling .min .swiper-wrapper .swiper-slide{ cursor: pointer;}
.sub_facilities .rolling .min .swiper-wrapper .swiper-slide .img{ border-radius: 0; opacity: 0.5; filter: grayscale(50%);}
.sub_facilities .rolling .min .swiper-wrapper .swiper-slide .img:after{ content: ""; display: block; padding-top: 50%;}
.sub_facilities .rolling .min .swiper-wrapper .swiper-slide .tit{ margin-top: 10px; text-align: center; font-size: 16px; color: #999;}
.sub_facilities .rolling .min .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .img{ opacity: 1; filter: grayscale(0);}
.sub_facilities .rolling .min .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .tit{ font-weight: 500; color: #000;}

.sub_facilities_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% + 25px); left: 50px; width: 50px; height: 50px; border-radius: 50%; background: #c18c4c; cursor: pointer;}
.sub_facilities_prev i{ font-size: 14px; color: #FFF;}
.sub_facilities_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% + 25px); right: 50px; width: 50px; height: 50px; border-radius: 50%; background: #c18c4c; cursor: pointer;}
.sub_facilities_next i{ font-size: 14px; color: #FFF;}
@media(max-width: 1500px){
    .sub_facilities_prev{ display: none;}
    .sub_facilities_next{ display: none;}
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .sub_facilities .rolling .max .swiper-wrapper .swiper-slide .tit{ font-size: 2.2rem;}
    .sub_facilities .rolling .max .swiper-wrapper .swiper-slide .txt{ margin-top: 0.6rem; font-size: 1.2rem;}
    .sub_facilities .rolling .max .swiper-wrapper .swiper-slide .img{ margin-top: 2rem;}
    .sub_facilities .rolling .min{ margin-top: 5px;}
    .sub_facilities .rolling .min .swiper-wrapper .swiper-slide .tit{ margin-top: 0.6rem; line-height: 1.2; font-size: 1rem;}
}


.sub_contact{ display: flex;}
.sub_contact .head{ flex: 0 0 50%;}
.sub_contact .head .title{ line-height: 1.2; font-size: 50px; font-weight: 700; color: #000;}
.sub_contact .head .tit{ margin-top: 40px; font-size: 16px; color: rgba(0 0 0/60%);}
.sub_contact .head .txt{ margin-top: 10px; font-size: 20px; font-weight: 500; color: #000;}
.sub_contact .head .tel_tit{ margin-top: 10px; font-size: 16px; color: rgba(0 0 0/80%);}
.sub_contact .head .tel{ display: block; margin-top: 10px; font-size: 70px; font-weight: 700; color: #c18c4c;}
.sub_contact .head .mail{ display: block; margin-top: 10px; font-size: 20px; color: #000;}
.sub_contact .body{}
.sub_contact .body .title{ margin-bottom: 40px; font-size: 40px; font-weight: 700; color: #c18c4c;}
.sub_contact .body .box{ display: grid; grid-gap: 15px 30px; padding: 40px 0; border-top: 1px solid rgba(0 0 0/10%); border-bottom: 1px solid rgba(0 0 0/10%);}
.sub_contact .body .box .wrap{ display: flex;}
.sub_contact .body .wrap .tit{ flex: 0 0 80px; line-height: 50px; font-size: 16px; color: rgba(0 0 0/70%);}
.sub_contact .body .wrap input{ display: flex; align-items: center; margin: 0; padding: 0 25px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 400; color: #000; transition: all .2s;}
.sub_contact .body .wrap input:focus{ border-color: #c18c4c; color: #000;}
.sub_contact .body .wrap select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 25px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat center right 15px #fafafa; background-size: 20px auto; font-size: 16px; font-weight: 400; color: #000; transition: all .2s;}
.sub_contact .body .wrap select::-ms-expand{ display:none;}
.sub_contact .body .wrap select:focus{ border-color: #c18c4c; color: #000;}
.sub_contact .body .wrap textarea{ display: block; margin: 0; padding: 10px 20px; width: 100%; height: 150px; max-height: 150px; min-height: 150px; border-radius: 25px; border: 1px solid #e5e5e5; background: #fafafa; line-height: 1.6; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_contact .body .wrap textarea:focus{ border-color: #c18c4c;}
.sub_contact .body .wrap .tel{ display: flex; grid-gap: 10px;}
.sub_contact .body .wrap .tel input{ text-align: center;}
.sub_contact .body .wrap .tel input:nth-child(1){ flex: 0 0 25%;}

.sub_contact .body .wrap .check{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 12.5px 0;}
.sub_contact .body .wrap .check label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.sub_contact .body .wrap .check label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.sub_contact .body .wrap .check label p{ font-size: 16px; color: #000;}
.sub_contact .body .wrap .check label input{ max-width: 100px;}
.sub_contact .body .wrap .check label.on i{ border-color: #c18c4c; background: #c18c4c; color: #FFF;}
.sub_contact .body .wrap .check label.on p{ font-weight: 400; color: #000;}

.sub_contact .body .terms{ flex: 1; display: flex; justify-content: space-between;}
.sub_contact .body .terms .fl{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 5px 0;}
.sub_contact .body .terms .fl label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.sub_contact .body .terms .fl label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.sub_contact .body .terms .fl label p{ font-size: 16px; color: rgba(0 0 0/60%);}
.sub_contact .body .terms .fl label input{ max-width: 100px;}
.sub_contact .body .terms .fl label.on i{ background: #c18c4c; color: #FFF;}
.sub_contact .body .terms .fl label.on p{ font-weight: 500; color: #000;}
.sub_contact .body .terms .btn{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 35px; border-radius: 30px; border: 1px solid rgba(0 0 0/15%); font-size: 14px; color: #000; letter-spacing: 0; white-space: nowrap; transition: all .2s; cursor: pointer;}
.sub_contact .body .button{ display: flex; justify-content: center; align-items: center; margin-top: 40px; padding: 0 20px; max-width: 240px; height: 60px; border-radius: 30px; background: #c18c4c; font-size: 20px; font-weight: 500; color: #FFF; letter-spacing: 0; transition: all .2s; cursor: pointer;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
    .sub_contact{ display: block;}
    .sub_contact .head{ flex: initial;}
    .sub_contact .body{ margin-top: 50px;}
}
@media(max-width: 768px){
    .sub_contact{ margin: 5rem 0 -1px 0;}
    .sub_contact .modle_min{ padding: 5rem 0;}
    .sub_contact .head .title{ font-size: 2.2rem;}
    .sub_contact .head .tit{ margin-top: 2rem; font-size: 1rem;}
    .sub_contact .head .txt{ margin-top: 0.6rem; font-size: 1.2rem;}
    .sub_contact .head .tel_tit{ margin-top: 0.6rem; font-size: 1.2rem;}
    .sub_contact .head .tel{ margin-top: 0.6rem; font-size: 3rem;}
    .sub_contact .head .mail{ margin-top: 0.6rem; font-size: 1.2rem;}
    .sub_contact .body{ margin-top: 3rem;}
    .sub_contact .body .title{ margin-bottom: 2rem; font-size: 1.8rem;}
    .sub_contact .body .box{ grid-gap: 1.5rem 0; padding: 0; border: 0;}
    .sub_contact .body .box .wrap{ display: block;}
    .sub_contact .body .wrap .tit{ flex: initial; padding-bottom: 0.6rem; line-height: 1; font-size: 1rem;}
    .sub_contact .body .wrap input{ padding: 0 1.5rem; height: 3rem; border-radius: 3rem; font-size: 1.2rem;}
    .sub_contact .body .wrap select{ padding: 0 3rem 0 1.5rem; height: 3rem; border-radius: 3rem; background:url(/images/modle_select_down.svg) no-repeat center right 1rem rgba(255 255 255/20%); background-size: 1rem auto; font-size: 1.2rem;}
    .sub_contact .body .wrap textarea{ padding: 1rem 1.5rem; height: 10rem; max-height: 10rem; min-height: 10rem; border-radius: 1.5rem; font-size: 1.2rem;}
    .sub_contact .body .wrap .tel{ grid-gap: 0.6rem;}

    .sub_contact .body .wrap .check{ grid-gap: 1rem 2rem; padding: 0.6rem 0;}
    .sub_contact .body .wrap .check label{ grid-gap: 0.6rem;}
    .sub_contact .body .wrap .check label i{ width: 1.6rem; height: 1.6rem; font-size: 0.8rem;}
    .sub_contact .body .wrap .check label p{ font-size: 1rem;}

    .sub_contact .body .terms{ display: block;}
    .sub_contact .body .terms .fl{ display: grid; grid-gap: 0.6rem; padding: 0;}
    .sub_contact .body .terms .fl label{ grid-gap: 0.6rem;}
    .sub_contact .body .terms .fl label i{ width: 1.6rem; height: 1.6rem; font-size: 0.8rem;}
    .sub_contact .body .terms .fl label p{ font-size: 1rem;}
    .sub_contact .body .terms .fl label input{ max-width: 100px;}
    .sub_contact .body .terms .fl label.on i{ border-color: #c18c4c; background: #c18c4c; color: #FFF;}
    .sub_contact .body .terms .fl label.on p{ font-weight: 400; color: #FFF;}
    .sub_contact .body .terms .btn{ margin-top: 1rem; padding: 0; height: 3rem; border-radius: 3rem; font-size: 1rem;}
    .sub_contact .body .button{ margin-top: 2rem; padding: 0; max-width: 100%; height: 4rem; border-radius: 4rem; font-size: 1.2rem;}
}





.sub_terms{}
.sub_terms h1{ margin: 0 0 20px 0; font-size: 24px; font-weight: 700; color: #000;}
.sub_terms p{ margin: 10px 0 0 0; line-height: 1.8; font-size: 16px; color: #666;}
@media(max-width: 1500px){
}
@media(max-width: 1024px){
}
@media(max-width: 768px){
    .sub_terms h1{ margin: 0 0 1rem 0; font-size: 1.6rem;}
    .sub_terms p{ margin: 1rem 0 0 0; font-size: 1rem;}
}





















