p br {
  display: none;
}
/*퀵메뉴*/
.right_quick-area {
  position: fixed;
  z-index: 100;
  bottom: 120px;
  right: 10px;
}
.right_quick-area .quick-left {
  background: #fff;
  position: fixed;
  right: -100px;
  opacity: 0;
  border-radius: 8px;
  width: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
  transition: all 0.5s ease;
  bottom: 120px;
}
.right_quick-area.active .quick-left {
  opacity: 1;
  right: 10px;
}
.right_quick-area li {
  padding: 8px 0;
  position: relative;
}
.right_quick-area li span {
  position: absolute;
  color: #fff;
  border-radius: 30px;
  padding: 4px 0px;
  width: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  right: 100px;
  top: 20px;
  font-size: 11px;
  display: block;
  opacity: 0;
  transition: all 0.5s ease;
}
.right_quick-area li a,
.right_quick-area li div {
  text-align: center;
  line-height: 50px;
  display: block;
  transition: all 0.3s ease;
  color: #a27b73;
  width: 50px;
  height: 50px;
  margin: auto;
}
.right_quick-area li:nth-child(3) a {
  color: #f90;
}
.right_quick-area li:hover a,
.right_quick-area li:hover div {
  background: #1e76fe;
  color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 6px;
}
.right_quick-area li:hover div {
  cursor: pointer;
}
.right_quick-area li:hover span {
  right: 50px;
  opacity: 1;
  display: block;
}
.right_quick-area li a i,
.right_quick-area li div i {
  font-size: 18px;
  margin-top: 15px;
}

.right_quick-area .quick-form {
  background: #fff;
  float: right;
  width: 0px;
  opacity: 0;
  max-width: 255px;
  height: 0px;
  border-radius: 8px;
  transition: all 0.5s ease;
  padding: 18px;
}
.right_quick-area .quick-form .txt_notice {
  font-size: 17px;
  padding-left: 20px;
}
.right_quick-area .quick-form .privacy {
  padding-left: 20px;
  line-height: 30px;
}
.right_quick-area .quick-form .qf_box {
  padding-left: 20px;
}
.right_quick-area .quick-form .pt_1 {
  height: 46px;
}
.right_quick-area .quick-form .pt_1 li {
  float: left;
  padding-right: 5px;
}
.right_quick-area .quick-form .pt_1 li input {
  width: 60px;
  padding: 5px;
}
.right_quick-area .quick-form .qf_box .name input,
.right_quick-area .quick-form .qf_box .subject input,
.right_quick-area .quick-form .pt_1 li input {
  height: 30px;
}
.right_quick-area .quick-form .qf_box .content textarea {
  height: 60px;
}
.right_quick-area .quick-form .qf_box .name input,
.right_quick-area .quick-form .qf_box .subject input,
.right_quick-area .quick-form .qf_box .content textarea {
  width: 190px;
  padding: 5px;
}
.right_quick-area .quick-form .qf_box .send_btn {
  float: right;
  margin-right: 8px;
  height: 30px;
  width: 60px;
  font-weight: 600;
  letter-spacing: -1px;
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.kakao {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: #fdcd21;
  border-radius: 50%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 20px;
}
.kakao a {
  color: #461b0e;
  font-size: 18px;
  line-height: 38px;
  display: block;
}
.kakao i {
  line-height: 40px;
}
@media (max-width: 576px) {
  .right_quick-area {
    display: none;
  }
}

/*퀵메뉴*/

.main_visual {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.main_visual .swiper {
  width: 100%;
  height: 100%;
}
.main_visual .swiper-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.main_visual .swiper-slide.slide1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/main/mainbg-1-2400x1200.jpg");
}
.main_visual .swiper-slide.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/main/mainbg-2-2400x1200.jpg");
}
.main_visual .swiper-slide.slide3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/main/mainbg-3-2400x1200.jpg");
}
.main_visual .swiper-slide.slide4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/main/mainbg-4-2400x1200.jpg");
}
.main_visual .swiper-slide.video-slide,
.main_visual .swiper-slide.youtube-slide {
  background-image: none;
}
.main_visual .swiper-slide .visual-tit {
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 150px;
  left: 150px;
  z-index: 2;
  padding: 0 20px;
}
.main_visual .swiper-slide .subtitle {
  font-size: 1.2vw;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.main_visual .swiper-slide .title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.5vw;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
.main_visual .swiper-slide .description {
  font-size: 1.3vw;
  color: #ededed;
  line-height: 1.6;
}
.main_visual .swiper-slide .description br {
  display: block;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-slide::before,
.youtube-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.main_visual .nav-and-scroll {
  position: absolute;
  bottom: 50px;
  right: 150px;
  display: flex;
  align-items: center;
  z-index: 100;
}
.main_visual .nav-buttons {
  display: flex;
  margin-right: 10px;
}
.main_visual .swiper-button-next,
.main_visual .swiper-button-prev {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  transition: all ease 0.3s;
  margin: 0 5px;
}
.main_visual .swiper-button-prev {
  background: url("../img/main_arrow01.png") no-repeat center;
}
.main_visual .swiper-button-next {
  background: url("../img/main_arrow02.png") no-repeat center;
}
.main_visual .swiper-button-prev::after,
.main_visual .swiper-button-next::after {
  content: "";
}
.main_visual .swiper-button-prev:hover,
.main_visual .swiper-button-next:hover {
  border-color: #fff;
}
.main_visual .swiper-button-next svg,
.main_visual .swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
  display: none;
}
.main_visual .scroll_move {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  animation: moveUpDown 2s infinite;
}
.main_visual .scroll_move .scroll_icon {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  animation: bounce_frames 0.5s alternate infinite
    cubic-bezier(0.5, 0.05, 1, 0.5);
}

@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounce_frames {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}

/* 애니메이션 스타일 */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.main_visual .swiper-slide .subtitle,
.main_visual .swiper-slide .title,
.main_visual .swiper-slide .description {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main_visual .swiper-slide-active .subtitle {
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.main_visual .swiper-slide-active .title {
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
}
.main_visual .swiper-slide-active .description {
  animation-name: fadeInLeft;
  animation-delay: 1s;
}

@media screen and (max-width: 768px) {
  .main_visual .swiper-slide .subtitle {
    font-size: 4vw;
    margin-bottom: 8px;
  }
  .main_visual .swiper-slide .title {
    font-size: 7vw;
  }
  .main_visual .swiper-slide .description {
    font-size: 4.5vw;
    word-break: keep-all;
    line-height: 1.65;
  }
  .main_visual .nav-and-scroll {
    bottom: 10px;
    right: 10px;
  }
  .main_visual .swiper-button-next,
  .main_visual .swiper-button-prev,
  .main_visual .scroll_move {
    width: 50px;
    height: 50px;
  }
  .main_visual .scroll_move .scroll_icon {
    font-size: 16px;
  }
  .main_visual .swiper-slide .visual-tit {
    bottom: 100px;
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .main_visual .nav-buttons {
    display: none;
  }
  .main_visual .swiper-slide .visual-tit {
    bottom: 50px;
    left: 10px;
  }
}

.section01 {
  width: 100%;
}
.section01 h2 {
  max-width: 560px;
  overflow: hidden;
  font-size: 36px;
  color: #000;
  font-weight: 200;
  letter-spacing: -1px;
  word-break: keep-all;
  padding-left: 5px;
}
.section01 .point {
  color: #2253b8;
  display: inline-block;
}
.section01 p {
  display: block;
  padding: 20px 20px 20px 0px;
  color: #555;
  font-size: 17px;
  line-height: 1.6;
  max-width: 650px;
  word-break: keep-all;
  padding-left: 5px;
}
.section01 {
  padding: 150px 0;
}
.section01 .btn_area {
  margin-top: 40px;
}
.section01 .drag_slider {
  position: relative;
}
.section01 .drag_slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
}
.section01 .drag_slider .swiper-slide .img_box {
  overflow: hidden;
  border-radius: 20px;
}
.section01 .drag_slider .swiper-slide .img_box img {
  transition: transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out;
}
.section01 .drag_slider .swiper-slide:hover .img_box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.section01 .drag_slider .swiper-slide-active,
.section01 .drag_slider .swiper-slide-next {
  opacity: 1;
}
.section01 .drag_slider .txt_box {
  padding: 20px 0px 0px 0px;
}
.section01 .drag_slider .txt_box h2 {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
}
.section01 .drag_slider .txt_box p {
  color: #555;
  padding: 0 0 20px 5px;
  font-size: 17px;
  line-height: 1.6;
  word-break: keep-all;
}
.section01 .drag_slider .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: -78px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  outline: none;
  color: #333;
}
.section01 .drag_slider .swiper-button-next {
  top: auto;
  bottom: 0;
  right: -78px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  outline: none;
  color: #333;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}
.section01 .drag_slider .swiper-scrollbar {
  margin-top: 67px;
  display: block;
  position: static;
  width: 100%;
  max-width: 1400px;
  height: 2px;
  background-color: #dcdcdc;
}
.section01 .drag_slider .swiper-scrollbar-drag {
  margin-top: -1px;
  height: 2px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .section01 .drag_slider .swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  .section01 h2 {
    font-size: 32px;
  }
}

.head-copy-image {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}

.head-copy-image .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.head-copy-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .head-copy-image {
    padding: 40px 0;
  }
}

.section02 {
  width: 100%;
  padding: 150px 0;
  background-color: #f2f2f2;
}
.section02 .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section02 .inner .li {
  width: 49%;
  margin-bottom: 2%;
}
.section02 .inner .li dl dt img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section02 .inner .li dl dd {
  font-size: 18px;
  color: #555;
  word-break: keep-all;
  line-height: 1.6;
  padding: 20px 40px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 210px;
}
.section02 .inner .li dl dd span {
  font-size: 24px;
  padding: 20px 0 10px 0;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 768px) {
  .section02 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .section02 .inner .li {
    width: 100%;
    padding-bottom: 20px;
  }
}

.section03 {
  width: 100%;
}
.section03 .video_area {
  background-image: url(../img/movie_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 200px 0;
}
.section03 .video_area .inner {
  padding: 0;
}
.section03 .video_area h2 {
  text-align: center;
  font-size: 18px;
  color: #f5f5f5;
  font-weight: 600;
  padding-bottom: 30px;
  letter-spacing: 15px;
  margin-top: -20px;
  position: relative;
}
.section03 .video_area .intro_video_iner {
  width: 100%;
  height: 100%;
}
.section03 .video_area .intro_video_icon {
  display: inline-block;
  margin-top: 50px;
}
.section03 .video_area .video-play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  float: left;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  border: 1px solid #fff;
}
.section03 .video_area .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.section03 .video_area .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.2s;
}
.section03 .video_area .video-play-button:hover:after {
  background: rgba(255, 255, 255, 0.3);
}
.section03 .video_area .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.section03 .video_area .video-play-button span {
  display: inline-block;
  position: relative;
  z-index: 3;
  top: 8px;
  cursor: pointer;
}
.section03 .video_area .ti-control-play:before {
  content: "\e6ad";
  font-size: 28px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  .section03 {
    padding: 0;
  }
  .section03 .video_area {
    padding: 150px 0;
  }
}

#video-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: none;
  border: 2px solid #fff;
  border-radius: 4px;
  position: relative;
}
#video-box .iframe-wrapper {
  background-color: black;
  width: 100%;
  padding-top: 66.666%;
  position: relative;
}
#video-box .b-close {
  position: absolute;
  border: 0;
  outline: 0;
  background-color: transparent;
  z-index: 30;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
}
.iframe-wrapper iframe {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrapper iframe.on {
  z-index: 20;
}
#video-box .iframe-wrapper video {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

/* section04 */
.section04 {
  display: none !important;
  padding: 200px 0;
}
.section04 h2 {
  font-size: 30px;
  padding-bottom: 20px;
  margin-left: 5px;
}
.section04 .s04_item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  justify-content: center;
}
.section04 .s04_item_wrap li {
  width: 439px;
  height: 0;
  position: relative;
  border-radius: 10px; /* margin-bottom: 80px; */
}
.section04 .s04_item_wrap li p {
  position: absolute;
  bottom: -40px;
  font-size: 18px;
  font-weight: 400;
  margin-left: 5px;
}
.section04 .s04_item1 {
  background: url(../img/section04_img1.jpg) no-repeat center;
  background-size: cover;
}
.section04 .s04_item2 {
  background: url(../img/section04_img2.jpg) no-repeat center;
  background-size: cover;
}
.section04 .s04_item3 {
  background: url(../img/section04_img3.jpg) no-repeat center;
  background-size: cover;
}
.section04 .s04_item4 {
  background: url(../img/section04_img4.jpg) no-repeat center;
  background-size: cover;
}
.section04 .s04_item5 {
  background: url(../img/section04_img5.jpg) no-repeat center;
  background-size: cover;
  margin-top: 70px;
}
.section04 .s04_item6 {
  background: url(../img/section04_img6.jpg) no-repeat center;
  background-size: cover;
}
.section04 .size_s {
  padding-bottom: 20%;
}
.section04 .size_m {
  padding-bottom: 25%;
}
.section04 .s04_item2,
.s04_item5 {
  transform: translateY(50px);
}
.section04 .s04_item3,
.s04_item6 {
  transform: translateY(-50px);
}

@media all and (max-width: 1400px) {
  .section04 h2 {
    text-align: center;
  }
  .section04 .s04_item_wrap li {
    width: 49%;
    margin-bottom: 80px;
  }
  .section04 .size_s,
  .section04 .size_m {
    padding-bottom: 35%;
  }
  .section04 .s04_item2,
  .section04 .s04_item3,
  .section04 .s04_item5,
  .section04 .s04_item6 {
    transform: unset;
    margin-top: unset;
  }
}

@media all and (max-width: 768px) {
  .section04 {
    padding: 200px 0 100px 0;
  }
  .section04 .size_s,
  .section04 .size_m {
    padding-bottom: 65%;
  }
  .section04 .s04_item_wrap li {
    width: 100%;
  }
}
/* section04 */

.section05 {
  width: 100%;
  padding: 150px 0;
  background-color: #f2f2f2;
}
.section05 .inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section05 .lat {
  padding: 30px;
}
.section05 .lat h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.section05 .lat p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding-top: 20px;
  opacity: 0.8;
  line-height: 1.4;
}
.section05 .lat01 {
  width: 48%;
  margin-right: 2%;
  background-color: #fff;
  height: 344px;
  border-radius: 20px;
}
.section05 .lat02 {
  width: 25%;
  margin-right: 2%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contents05_img1.jpg);
  background-position: center;
  background-size: cover;
  height: 344px;
  border-radius: 20px;
  padding: 40px;
}
.section05 .lat03 {
  width: 23%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contents05_img2.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .section05 {
    padding: 50px 0;
  }
  .section05 .lat01 {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .section05 .lat01 .lat {
    padding: 0px;
  }
  .section05 .lat02 {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }
  .section05 .lat03 {
    width: 100%;
  }
}

.section06 {
  width: 100%;
  padding: 150px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contents06_bg.jpg);
  background-position: center;
  background-size: cover;
}
.section06 .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section06 .s06_left {
  width: 40%;
  margin-top: 10%;
}
.section06 .s06_left h3 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
}
.section06 .s06_left h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
}
.section06 .s06_left p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  max-width: 400px;
  opacity: 0.8;
}
.section06 .s06_right {
  width: 60%;
}
.section06 .s06_right h3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  font-size: 16px;
}
.section06 .s06_right h2 {
  padding: 20% 0 0 0;
  font-size: 20px;
}
.section06 .s06_right h4 {
  padding: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.section06 .s06_right p {
  font-size: 15px;
  line-height: 1.5;
}
.section06 .s06_right ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 777px;
}
.section06 .s06_right ul li {
  width: 46%;
  margin-right: 56px;
  margin-bottom: 20px;
  height: 402px;
  padding: 40px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  transition: all 0.2s;
}
.section06 .s06_right ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: inherit; /* 부모의 색상 상속 */
  transition: all 0.2s;
}
.section06 .s06_right ul li:hover {
  background-color: rgba(65, 62, 64, 0.6);
}
.section06 .s06_right ul .down {
  margin-top: 80px;
  margin-right: 0;
}
.section06 .s06_right ul li:hover,
.section06 .s06_right ul li:hover a,
.section06 .s06_right ul li:hover a h2,
.section06 .s06_right ul li:hover a h3,
.section06 .s06_right ul li:hover a h4,
.section06 .s06_right ul li:hover a span {
  color: #fff;
}

.section06 .s06_right ul li:hover a p {
  color: #fff;
  opacity: 0.8;
}

@media all and (max-width: 1200px) {
  .section06 .s06_left {
    width: 100%;
    padding: 0 5px 50px 5px;
  }
  .section06 .s06_left p {
    max-width: 700px;
    margin: 0 auto;
  }
  .section06 .s06_right {
    width: 100%;
  }
  .section06 .s06_right ul {
    max-width: unset;
    justify-content: space-evenly;
    margin: 0 auto;
  }
  .section06 .s06_right ul li {
    height: unset;
    margin-right: unset;
  }
  .section06 .s06_right ul .down {
    margin-top: unset;
  }
}

@media all and (max-width: 768px) {
  .section06 .s06_right ul li {
    width: 100%;
    margin-right: unset;
  }
}
/* section06 */

.bottom_quick_wrap {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 350;
  position: fixed;
  background: #fff;
  transform: translateY(100%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  display: none !important;
}
.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;
  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;
  background: #eeeeee;
  border-radius: 6px;
  padding: 20px;
  border: 1px;
}
.Right input::placeholder {
  font-weight: 500;
  font-size: 16px;
}
input#tel {
  margin: 0 12px;
}
button.send {
  padding: 0;
  width: 180px;
  border: none;
  cursor: pointer;
  background: #000;
  border-radius: 6px;
  color: #fff;
}
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;
}
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));
}
div {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.mo_only,
.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;
  }
}

input[type="checkbox"]:focus {
  filter: none;
}
.Right input.per_prcie {
  width: 20px;
  max-width: 20px;
  height: 20px;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 6px;
}
.checkbox {
  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: url(../img/checkBox.png) no-repeat center / cover;
}
.Right input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  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: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 6px;
  text-align: left;
}
.Right form {
  display: flex;
  align-items: center;
}
p.cs_txt {
  color: #fff;
  text-decoration-line: underline;
}
.inq_btn {
  width: 100%;
  height: 46px;
  background: #ff5d2b;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
}
.Right input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
  background: #eee;
  border-radius: 3px;
}
.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: 1400px) {
  .bottom_quick_wrap::before {
    width: 20%;
  }
  .Right {
    width: 78.6%;
    padding-left: 40px;
  }
}
@media (max-width: 1020px) {
  .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: 768px) {
  .Right.w100 {
    width: 75%;
  }
}
