/* 메인슬라이더배너 시작 */
.main_visual_slide { height: 100vh; position: relative; overflow: hidden; }
.main_visual_slide .tl_visual_content { height: 100%; position: relative; }
.main_visual_slide .tl_visual_content .swiper-container { width: 100%; height: 100%; position: relative; }
.main_visual_slide .tl_visual_content .swiper-container .swiper-slide { overflow: hidden; }
.main_visual_slide .tl_visual_content .swiper-container .border_wrapper { width: 100%; height: 100%; transition: clip-path 0.2s ease; background: #000 }
.main_visual_slide .tl_visual_content .swiper-container .slide_img { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 7s ease-out; transform: scale(1.1); opacity: 0.4; }
.main_visual_slide .tl_visual_content .swiper-container .slide_img.zoomed-out { transform: scale(1); }
.main_visual_slide .tl_visual_content .swiper-container .text_wrap { position: absolute; top: 50%; left: 10%; transform: translateY(-50%); color: #fff;  z-index: 10; text-align: left; perspective: 600px; -webkit-perspective: 600px; pointer-events: none; }
.main_visual_slide .tl_visual_content .swiper-container .text_wrap:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }
.main_visual_slide .tl_visual_content .swiper-container .text_wrap .main_title { opacity: 0; transform: translateY(100%) rotateX(-80deg); transform-origin: center top; transform-style: preserve-3d; }
.main_visual_slide .tl_visual_content .swiper-container .text_wrap .main_txt { opacity: 0; }
.swiper-slide-active .text_wrap .main_title { animation: txtMotion 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards; }
.swiper-slide-active .text_wrap .main_txt { animation: opacityAni 1s 1s forwards; }
.swiper-slide-active .text_wrap:before { animation: opacityAni 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards; }
.main_visual_slide .tl_visual_content .swiper-container .text_wrap .main_title h2 { font-size: 72px; font-weight: 700; line-height: 1.35; transition: all 0.3s; }
.main_visual_slide .tl_visual_content .swiper-container .text_wrap .main_txt p { font-size: 18px; margin-top: 10px; }

@keyframes txtMotion { 0% { opacity: 0; transform: translateY(100%) rotateX(-80deg); } 100% { opacity: 1; transform: translateY(0) rotateX(0deg); } }
@keyframes opacityAni { 0% { opacity: 0; } 100% { opacity: 1; } }

.main_visual_slide .pagination_wrap { position: absolute; display: flex; height: 12px; align-items: center; margin-top: 50px; top: 60%; left: 10%; transform: translateY(-60%);color: #fff;  z-index: 1; }
.main_visual_slide .pagination_wrap .nav_dot ul { bottom: -2px; width: auto; }
.main_visual_slide .pagination_wrap .nav_dot li { display: inline-block; }
.main_visual_slide .pagination_wrap .nav_dot button, .main_visual_slide .pagination_wrap .nav_dot .swiper-pagination-bullet { position: relative; width: 10px; height: 10px; border: 1px solid #fff; border-radius: 9px; box-sizing: border-box; font-size: 0; background: transparent; transition: 0.3s; }
.main_visual_slide .pagination_wrap .nav_dot li + li { margin-left: 15px; }
.main_visual_slide .pagination_wrap .nav_dot .swiper-pagination-bullet-active { width: 22px; background: #fff; border: 0; }
.main_visual_slide .btn-toggle { position: relative; width: 7px; height: 12px; margin-left: 15px; margin-right: 20px; background: transparent; border: 0; font-size: 21px; }
.main_visual_slide .status_wrap .play:before { display: block; content: ""; position: absolute; width: 0px; height: 0px; top: 1px; left: 0; border-left: 8px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 0 solid transparent; }
.main_visual_slide .pagination_wrap button { position: relative; width: 12px; height: 24px; background: transparent; cursor: pointer; border: 0; color: #fff;  font-size: 21px; }
.main_visual_slide .pagination_wrap .btn-prev { margin-left: 30px; }
.main_visual_slide .pagination_wrap .btn-next { margin-right: initial; margin-left: 15px; }

@media screen and (max-width: 1280px) {
  .main_visual_slide .text_wrap .main_title h2 { font-size: 4.5vw !important; }
  .main_visual_slide .pagination_wrap { display: none; }
}

@media screen and (max-width: 640px) {
  .main_visual_slide .text_wrap .main_title h2 { font-size: 28px !important; }
}
/* 메인슬라이더배너 끝 */

/* 공통 텍스트 css 시작 */
.main_section h2 { font-size: 52px; font-weight: 600; letter-spacing: -0.04em; color: #000; transition: all 0.3s; }
.main_section h2.white { color: #fff; }
.main_section h3 { font-size: 28px; font-weight: 500; color: #333; transition: all 0.3s; }
.main_section h3.white { color: #fff;  }
.main_section p { font-size: 17px; margin: 30px 0 80px; font-weight: 400; color: #555; line-height: 1.4; }
.main_section p.white { color: #dfdfdf; }

@media screen and (max-width: 640px) {
  .main_section h2 { font-size: 36px; }
  .main_section h2 > br { display: none; }
  .main_section h3 { font-size: 22px; }
  .main_section p > br { display: none; }
}
/* 공통 텍스트 css 끝 */

/* section01 시작 */
.sample135_section01 { position: relative; margin-top: 200px; }
.sample135_section01 .s01_txt { margin-bottom: -30px; }
.sample135_section01 h3 { margin: 30px 0 30px 10px; }
.sample135_section01 .s01_flex { display: flex; align-items: flex-end; justify-content: center; width: 100%; position: relative; top: -200px; }
.sample135_section01 .s01_flex .s01_box { overflow: hidden; }
.sample135_section01 .s01_flex .s01_box:first-child { width: 57%; margin-right: 40px; }
.sample135_section01 .s01_flex .s01_box:last-child { width: 40%; }
.sample135_section01 .s01_flex .s01_box .s01_img { overflow: hidden; border-radius: 20px; transition: all 0.3s; }
.sample135_section01 .s01_flex .s01_box a img { -webkit-transform: scale(1); transform: scale(1); transition: all 1s ease; -webkit-transition: all 1s ease; width: 100%; border-radius: 20px; }
.sample135_section01 .s01_flex .s01_box a:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

@media screen and (max-width: 1200px) {
  .sample135_section01 .s01_flex { top: -100px; }
}

@media screen and (max-width: 820px) {
  .sample135_section01 .s01_flex { flex-wrap: wrap; top: 0; }
  .sample135_section01 .s01_flex .s01_box:first-child, .sample135_section01 .s01_flex .s01_box:last-child { width: 100%; margin-right: 0px; }
  .sample135_section01 .s01_flex .s01_box .s01_img { height: auto; max-height: 450px; }
}

@media screen and (max-width: 640px) {
  .sample135_section01 { margin: 100px 0; }
  .sample135_section01 .s01_flex .s01_box .s01_img { max-height: 240px; }
}
/* section01 끝 */


/* section02 시작 */
.sample135_section02{background-image:url(../img/s02_bg.jpg);background-repeat:no-repeat;background-position:50% 0;background-size:cover;background-attachment:fixed;padding:200px 0}
.sample135_section02 .s02_txt{text-align:center}
.sample135_section02 .s02_txt p{margin:30px 0 80px}
.sample135_section02 .s02_wrap{display:flex;flex-wrap:wrap;justify-content:center}
.sample135_section02 .s02_wrap .s02_box{color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #fff;border-radius:50%;border:1px solid rgba(229,229,229,0.2);background-color:rgba(0,0,0,0.1);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);-webkit-transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;position:relative;margin:20px; min-width:330px; min-height:330px}
.sample135_section02 .s02_wrap .s02_box .s02_img{width:78px;height:78px;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-transition:opacity 0.5s ease,-webkit-transform 0.5s ease;transition:opacity 0.5s ease,transform 0.5s ease;position:absolute}
.sample135_section02 .s02_wrap .s02_box.b01 .s02_img{background-image:url(../img/s02_icon01.png)}
.sample135_section02 .s02_wrap .s02_box.b02 .s02_img{background-image:url(../img/s02_icon02.png)}
.sample135_section02 .s02_wrap .s02_box.b03 .s02_img{background-image:url(../img/s02_icon03.png)}
.sample135_section02 .s02_wrap .s02_box.b04 .s02_img{background-image:url(../img/s02_icon04.png)}
.sample135_section02 .s02_wrap .s02_box:hover .s02_img{opacity:1;-webkit-transform:translateY(-50px);transform:translateY(-50px)}
.sample135_section02 .s02_wrap .s02_box .s02_box_txt{position:absolute;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease}
.sample135_section02 .s02_wrap .s02_box:hover .s02_box_txt{-webkit-transform:translateY(30px);transform:translateY(30px)}
.sample135_section02 .s02_wrap ul li>div{padding:20px 20px 50px}
.sample135_section02 .s02_wrap p{margin:10px 0 0}
/* section02 끝 */


/* section03 시작 */
.sample135_section03 { margin: 200px 0; }
.sample135_section03 .s03_wrap { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; }
.sample135_section03 .navi_btn { position: relative; min-width: 190px; font-size: 17px; }
.sample135_section03 .navi_btn .navi { position: absolute; cursor: pointer; width: 60px; height: 60px; border: 1px solid #ddd; box-sizing: border-box; border-radius: 100%; transition: all 0.3s; line-height: 60px; text-align: center; color: #555; background-color: #fff; }
.sample135_section03 .navi_btn .navi.navi_prev { left: 0; top: 50%; transform: translate(0, -50%); }
.sample135_section03 .navi_btn .navi.navi_next { right: 0; top: 50%; transform: translate(0, -50%); }
.sample135_section03 .navi_btn .navi:hover { background-color: #107af2; color: #fff; border: 1px solid #107af2; }
.sample135_section03 .navi_btn .nav_num { width: 100%; font-size: 17px; text-align: center; color: #555; }
.sample135_section03 .navi_btn .nav_num .middle { margin: 0 5px; }
.sample135_section03 .navi_btn .nav_num .swiper-pagination-current { color: #333; font-size: 21px; }
.sample135_section03 .s03_slide_wrap { position: relative; padding-left: max(20px, calc((100% - 1600px) / 2 + 20px)); opacity: 1; transition: opacity 2.5s; }
.sample135_section03.active .s03_slide_wrap { opacity: 1; }

.sample135_section03 .slide_swiper { position: relative; }
.sample135_section03 .slide_swiper .swiper-wrapper { align-items: flex-end; }
.sample135_section03 .slide_swiper .swiper-slide { display: flex; align-items: center; justify-content: flex-start; width: 60%; text-align: left; color: #343434; font-weight: 600; filter: grayscale(1); opacity: 0.4; transform: scale(0.8) translateX(-78%); transform-origin: bottom; transition: 0.7s; transition-delay: 0.1s; }
.sample135_section03 .slide_swiper .swiper-slide .s03_img { position: relative; width: 45%; padding-top: 60%; }
.sample135_section03 .slide_swiper .swiper-slide .s03_img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.sample135_section03 .slide_swiper .swiper-slide .txt_box { width: 47%; margin-left: 60px; opacity: 0; transform: translateX(-10%); transition-delay: 1s; transition: opacity 0.7s, transform 0.7s; word-break: keep-all; }
.sample135_section03 .slide_swiper .swiper-slide .txt_box > p { margin: 30px 0 50px; }
.sample135_section03 .slide_swiper .swiper-slide[class$="-active"] { filter: none; opacity: 1; transform: scale(1); transition: all 0.7s; transition-delay: 0s; }
.sample135_section03 .slide_swiper .swiper-slide[class$="-active"] .txt_box { opacity: 1; transform: translateX(0); transition-delay: 0.3s; }
.sample135_section03 .slide_swiper .swiper-slide[class$="-next"] { transform: scale(0.8) translateX(0); }
/* .sample135_section03 .slide_swiper .swiper-slide[class$="-next"] + .swiper-slide + .swiper-slide { transform: scale(0.8) translateX(-156%); } */
.sample135_section03 .slide_swiper .swiper-slide .txt_box h3 { font-size: 42px; }
.sample135_section03 .slide_swiper .swiper-slide .txt_box .btn_wrap { font-size: 15px; font-weight: 400; color: #555; }
.sample135_section03 .slide_swiper .swiper-slide .txt_box .btn_wrap a { width: 140px; display: flex; align-items: center; justify-content: space-between; color: #555; border: 1px solid #ddd; background: #fff; border-radius: 25px; height: 45px; line-height: 45px; box-sizing: border-box; padding: 0px 15px; transition: all 0.3s; }
.sample135_section03 .slide_swiper .swiper-slide .txt_box .btn_wrap a:hover { color: #fff;  border: 1px solid #107af2; background: #107af2 }

@media screen and (max-width: 1640px) {
  .sample135_section03 .slide_swiper .swiper-slide .txt_box { width: 57%; }
}

@media screen and (max-width: 1200px) {
  .sample135_section03 .slide_swiper .swiper-slide { width: 72%; }
}

@media screen and (max-width: 768px) {
  .sample135_section03 { margin: 100px 0; }
  .sample135_section03 .s03_slide_wrap { padding: 20px; opacity: 1; }
  .sample135_section03 .navi_btn { margin-bottom: 30px; }
  .sample135_section03 .navi_btn .navi.navi_prev, .sample135_section03 .navi_btn .navi.navi_next { transform: translate(0, -50%); }
  .sample135_section03 .slide_swiper .swiper-slide { width: 100%; flex-wrap: wrap; }
  .sample135_section03 .slide_swiper .swiper-slide .s03_img { width: 100%; padding-top: 68%; }
  .sample135_section03 .slide_swiper .swiper-slide .txt_box { margin: 30px 0 0 0; width: 100%; }
}

@media screen and (max-width: 640px) {
  .sample135_section03 .slide_swiper .swiper-slide .txt_box h3 { font-size: 28px; }
}
/* section03 끝 */

/* section04 시작 */
.sample135_section04 { overflow: hidden; }
.sample135_section04 .s04_txt { text-align: center; }
.sample135_section04 .flow_banner { position: relative; width: 100%; overflow: hidden; margin-bottom: 20px; }
.sample135_section04 .flow_banner .banner_list { display: flex; list-style: none; padding: 0; margin: 0; animation: slide 40s linear infinite; }
.sample135_section04 .flow_banner .banner_list.reverse { animation-direction: reverse; }
.sample135_section04 .flow_banner .banner_list li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 2.1111111111rem 3.3333333333rem; height: 7.3333333333rem; border-radius: 20px; background: #f4f7fd; -ms-flex-negative: 0; flex-shrink: 0; flex: 0 0 auto; margin: 0 10px; width: 250px; }
.sample135_section04 .flow_banner .banner_list li img { vertical-align: middle; max-width: 100%; width: auto; }

@keyframes slide { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
/* section04 끝 */

/* section05 시작 */
.sample135_section05 { margin: 200px 0; }
.sample135_section05 .s05_wrap { display: flex; }
.sample135_section05 .s05_wrap .s05_notice { background-color: #f4f7fd; width: 50%; margin-right: 40px; padding: 60px; border-radius: 20px; transition: all 0.3s; }
.sample135_section05 .s05_wrap .s05_notice .lat_title { font-size: 17px; font-weight: 400; }
.sample135_section05 .s05_wrap .s05_notice .lat_title > a { background: #107af2; display: inline-block; color: #fff;  border-radius: 25px; width: 100px; text-align: center; height: 36px; line-height: 36px; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child { border-bottom: 1px solid #ddd; margin-bottom: 40px; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child h3 { font-size: 28px; margin-top: 25px; color: #333;}
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child p { margin: 20px 45px 45px 0; color: #555;}
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child .lt_date { display: none; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) a { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 30px; flex-wrap: wrap; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) h3 { font-size: 17px; color: #333;  }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) p { display: none; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) .lt_date { font-size: 17px; font-weight: 400; color: #555; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li:last-child a { margin-bottom: 0; }
.sample135_section05 .s05_wrap .s05_notice .thumb ul li a:hover h3, .sample135_section05 .s05_wrap .s05_notice .thumb ul li a:hover p, .sample135_section05 .s05_wrap .s05_notice .thumb ul li a:hover .lt_date { color: #107af2; }
.lt_more { display: none; }
.sample135_section05 .s05_wrap .s05_gallery { width: 50%; }

@media screen and (max-width: 1200px) {
  .sample135_section05 .s05_wrap .s05_notice { padding: 40px; }
}

@media screen and (max-width: 992px) {
  .sample135_section05 .s05_wrap { flex-wrap: wrap; }
  .sample135_section05 .s05_wrap .s05_notice, .sample135_section05 .s05_wrap .s05_gallery { width: 100%; }
  .sample135_section05 .s05_wrap .s05_notice { margin-right: 0; margin-bottom: 30px; }
}

@media screen and (max-width: 768px) {
  .sample135_section05 { margin: 100px 0; }
}

@media screen and (max-width: 640px) {
  .sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child h3 { font-size: 22px; }
  .sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child p { margin: 20px 0; }
  .sample135_section05 .s05_wrap .s05_notice .thumb ul li:first-child { margin-bottom: 20px; }
  .sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) h3 { font-size: 17px; }
  .sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) .lt_date { font-size: 15px; }
  .sample135_section05 .s05_wrap .s05_notice .thumb ul li:nth-child(n + 2) a { margin-bottom: 20px; }
}
/* section05 끝 */


/* 하단 상담신청폼 시작 */
.bottom_quick_wrap { left: 0; bottom: 0; width: 100%; z-index: 30; position: fixed; background: #fff; transform: translateY(100%); box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); }
.bottom_quick_wrap::before { content: ""; width: 23%; height: 100%; background: #37ceb3; position: absolute; left: 0; top: 0; }
.inqInner { width: 100%; display: flex; margin: 0 auto; padding: 0 20px; max-width: 1240px; align-items: center; }
.Left { width: 22.4%; max-width: 266.359px; position: relative; background: #37ceb3; padding: 20px 50px 20px 0; border-radius: 0px 50px 50px 0px; }
.inq_form input { border: none; position: relative; border-radius: 3px; box-sizing: border-box; padding: 6px 10px 5px; }
.Left .stxt { color: #fff;  font-size: 14px; font-weight: 600; line-height: 16px; letter-spacing: -0.02em; margin-bottom: 8px; }
.Left .tel { font-size: 30px; font-weight: 900; line-height: 36px; letter-spacing: -0.03em; color: #fff;  }
.Right .txt { color: #222; font-weight: 700; line-height: 30px; font-size: 22px; margin-bottom: 8px; }
.Right .txt br.dn1200 { display: none; }
.Right { width: 78.6%; display: flex; align-items: center; padding-left: 85px; justify-content: space-between; }
.inputwrap { display: flex; margin-left: 5%; }
.Right input { font-weight: 500; font-size: 16px; width: 200px; height: 60px; max-width: 200px; box-sizing: border-box; border: 1px solid #eeeeee; background: #eeeeee; border-radius: 6px; padding: 20px; border: none; box-sizing: border-box; }
.Right input::placeholder { font-weight: 500; font-size: 16px; }
input#tel { margin: 0 12px; }
button.send { padding: 0; color: #fff;  width: 180px; border: none; cursor: pointer; background: #000; border-radius: 6px; }
button.send p { font-size: 20px; font-weight: 700; line-height: 20px; text-align: center; padding: 20px 30px; color: #fff; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: none; -webkit-text-fill-color: #222 !important; transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 9999s ease-out; }
input:focus, textarea:focus { background: #fff; border-radius: 6px; outline: 1px solid #ff922e; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
.mo_only { display: none !important; }
.mo_br { display: none !important; }

@media (max-width: 991px) {
  .pc_only { display: none; }
  .mo_only { display: block !important; }
  .mo_br { display: block !important; }
  .pc_br { display: none !important; }
}

.Right input.per_prcie { width: 20px; max-width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #eeeeee; background: #eeeeee; border-radius: 6px; padding: 20px; }
.checkbox { display: flex; cursor: pointer; flex-direction: column; }
.h_inqury input[type="checkbox"] { -webkit-appearance: none; position: relative; width: 11px; height: 11px; cursor: pointer; outline: none !important; background: inherit; padding: 0; border-radius: 0; background: url(../img/checkBox.png) no-repeat center/cover; }
.Right input:focus { filter: none; }
.Right input[type="checkbox"]:checked::after { transform: scale(1) translate(-50%, -50%); content: ""; position: absolute; top: 50%; left: 50%; overflow: hidden; line-height: 1; color: #fff;  width: 20px; height: 20px; transform: translate(-50%, -50%); }
.bottom_quick_wrap .Right input:focus { outline: none; box-shadow: 0 0 0 1px #ff922e; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
.Right .check { color: #fff;  cursor: pointer; font-size: 14px; font-weight: 400; line-height: 20px; padding-left: 6px; text-align: left; color: #222; }
.Right form { display: flex; align-items: center; }
p.cs_txt { color: #fff; text-decoration-line: underline; }
.inq_btn { width: 100%; height: 46px; background: #303030; border-radius: 5px; font-size: 16px; font-weight: 700; line-height: 19px; text-align: center; border: none; color: #fff;  cursor: pointer; background: #ff5d2b; }
.Right input[type="checkbox"] { position: relative; width: 20px; height: 20px; cursor: pointer; outline: none !important; background: inherit; padding: 0; border-radius: 3px; background: #eee; }
.Right.m_quick_wrap.mo_only.show input:focus { box-shadow: 0 0 0 1px #ff922e !important; }

@media (min-width: 1920px) {
  .bottom_quick_wrap::before { width: 30%; }
}

@media (max-width: 1500px) {
  .bottom_quick_wrap::before { width: 20%; }
  .Right { width: 78.6%; padding-left: 40px; }
}

@media (max-width: 1040px) {
  .Left .tel { font-size: 28px; line-height: 34px; }
  .Right { width: 75%; padding-left: 33px; }
}

@media (max-width: 991px) {
  .bottom_quick_wrap { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
  .inqInner { margin: 0 auto; padding: 0 0 0 0; }
  .bottom_quick_wrap::before { display: none; }
  .Left { width: auto; padding: 22px 21px 22px 21px; }
  .Left figure { width: 22px; height: 22px; }
  .Left figure img { width: 100%; height: auto; }
  .Right { width: 100%; display: flex; padding-left: 0; align-items: center; justify-content: center; }
  .Right .txt { margin-bottom: 0; font-size: 20px; font-weight: 700; line-height: 22px; }
  .close { top: 40%; right: 21px; width: 12px; height: 6px; position: absolute; transform: translateY(-50%); }
  .close i { font-size: 24px; cursor: pointer; }
  .close img { width: 100%; height: auto; vertical-align: top; }
  .m_quick_wrap { left: 0; opacity: 0; width: 100%; background: #fff; flex-direction: column; border-radius: 10px 10px 0 0; z-index: -1; bottom: -20%; position: fixed; transition: all 0.4s ease-in-out; }
  .m_quick_wrap.show { background: #fff; left: 0; width: 100%; flex-direction: column; border-radius: 10px 10px 0 0; position: fixed; z-index: 600; bottom: 0; transform: translateY(0); opacity: 1; }
  .m_quick_wrap.Right .txt { width: 100%; font-size: 18px; font-weight: 600; line-height: 26px; padding: 0 20px; box-sizing: border-box; margin: 20px 0; }
  .m_quick_wrap form { width: 100%; padding: 0 20px; box-sizing: border-box; }
  .m_quick_wrap .inputwrap { display: flex; flex-direction: column; width: 100%; }
  .Right input { width: 100%; height: 54px; max-width: inherit; padding: 17px; font-size: 16px; font-weight: 400; line-height: 20px; }
  .Right input::placeholder { font-weight: 300; }
  .Right input:focus { border: 1px solid #ff922e; }
  .Right input:placeholder { font-size: 16px; font-weight: 300; line-height: 20px; }
  .per_mo { display: flex; margin-top: 10px; align-items: center; }
  input#tel { margin: 10px 0 0 0; }
  button.send { margin-top: 20px; margin-bottom: 20px; width: 100%; border-radius: 8px; }
  button.send p { font-size: 18px; font-weight: 700; line-height: 22px; letter-spacing: 0; text-align: center; padding: 19px 0; }
  .m_close { top: 20px; right: 20px; cursor: pointer; width: 26px; height: 26px; position: absolute; }
  .m_close i { font-size: 28px; }
  .m_close img { width: 100%; height: 100%; }
  .popup_bg { top: 0; left: 0; z-index: -1; opacity: 0; width: 100%; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.8); }
  .popup_bg.show { z-index: 550; opacity: 1; }
  .m_quick_wrap.Right input:focus { outline: 0; box-shadow: 0 0 0 1px #ff922e inset !important; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2)); }
  .m_quick_wrap.Right input:focus { box-shadow: 0 0 0 1px #ff922e inset !important; }
}

@media (max-width: 767px) {
  .Right.w100 { width: 75%; }
}
/* 하단 상담신청폼 끝 */

/*푸터 시작*/
#footer { width: 100%; border-top: 1px solid #e4e2e2; height: auto; clear: both; overflow: hidden; padding: 50px 0; }
.footerLogo { width: 148px; font-size: 50px; font-weight: 700; letter-spacing: -2px; text-align: left; color: #000; margin-bottom: 30px; }
#footer .footer_wrap { display: flex; justify-content: space-between; align-items: flex-start; }
#footer .ft_box:last-of-type { margin-top: -81px; }
#footer .ft_box { display: flex; flex-direction: column; justify-content: flex-end; }
#footer .ft_box span { font-size: 17px; font-weight: 500; color: #333; }
#footer .ft_box ul li a { font-size: 17px; font-weight: 400; color: #333; }
#footer .ft_box .ft_policy { display: flex; }
#footer .ft_box .ft_policy li a { display: inline-block; padding: 0 30px 0 0; position: relative; }
#footer .ft_box .ft_policy li:first-of-type a { color: #333; }
#footer .ft_box .ft_policy li:not(:last-of-type) a::after { content: ""; width: 1px; height: 12px; background-color: #aaa; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
#footer .ft_box .ft_info { margin: 30px 0 50px; font-weight: 400; color: #555;  }
#footer .ft_box .ft_info li:first-of-type { margin-bottom: 10px; }
#footer .ft_box .ft_info li p { display: inline-block; font-size: 16px; font-weight:400; color: #555; padding-right: 20px; position: relative; }
#footer .ft_box .ft_info li p:first-of-type:after { content: ""; width: 1px; height: 12px; background-color: #aaa; position: absolute; top: 50%; right: 5px; transform: translateY(-50%); }
#footer .ft_box .ft_copyright li { font-size: 15px; font-weight: 400; color: #555; }
#footer .ft_box .ft_call:not(:last-of-type) { margin-bottom: 55px; }
#footer .ft_box .ft_call p { font-size: 17px; font-weight: 300; color: var(--font-color5); }
#footer .ft_box .ft_call p.ft_number { font-size: 42px; font-weight: 700; color: #000; margin: 10px 0 10px; }
#footer .ft_box .ft_call p.ft_number a { color:#000 }

@media screen and (max-width: 980px) {
  #footer .footer_wrap { flex-direction: column-reverse; }
  #footer .ft_box:last-of-type { flex-direction: row; margin-top: 0; margin-bottom: 20px; }
}

@media screen and (max-width: 768px) {
  #footer .ft_box .ft_call p.ft_number { font-size: 28px; }
  #footer .ft_box .ft_policy { flex-wrap: wrap; }
}
/*푸터 끝*/