@charset "UTF-8";
@media (min-width: 2000px) {
  .container_img img {
    width: 100%;
    display: block;
  }
}
/******************************************
메인시작
*******************************************/
.mc01_visual {
  z-index: 100;
}

.modal_div {
  position: sticky;
  bottom: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .modal_div {
    bottom: 70px;
  }
}
.modal_div.active {
  opacity: 1;
  visibility: visible;
}
.modal_div.on {
  z-index: 99999;
}

.modal_btn_div {
  width: 100%;
  max-width: 1830px;
  padding: 0 15px;
  margin: 0 auto;
}
.modal_btn_div .modal_btn {
  width: 100%;
  padding: 13.5px 0;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #111;
  background: #111;
}
@media (max-width: 991px) {
  .modal_btn_div .modal_btn {
    padding: 16px 0;
    border-radius: 5px;
  }
}
.modal_btn_div .modal_btn .modal_btn_p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .modal_btn_div .modal_btn .modal_btn_p {
    font-size: clamp(15px, 1.182vw, 18px);
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 1000;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  background: none;
  border: none;
}
#modal .modal_wrap {
  width: 100%;
  max-width: 620px;
  height: 80vh;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#modal .modal_wrap form {
  height: calc(100% - 250px);
}
@media (max-width: 991px) {
  #modal .modal_wrap form {
    height: calc(100% - 159px);
  }
}
#modal .modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29.5px 40px;
  background: #111111;
}
@media (max-width: 991px) {
  #modal .modal_header {
    padding: 20px;
  }
}
#modal .modal_header h5 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  #modal .modal_header h5 {
    font-size: 17px;
  }
}
#modal .modal_header .modal_close {
  width: 22px;
  height: 22px;
  border: none;
  background: none;
}
@media (max-width: 991px) {
  #modal .modal_header .modal_close {
    width: 15px;
    height: 15px;
  }
}
#modal .modal_header .modal_close .modal_x {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#modal .modal_header .modal_close .modal_x::before, #modal .modal_header .modal_close .modal_x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 2px;
  background: #fff;
}
@media (max-width: 991px) {
  #modal .modal_header .modal_close .modal_x::before, #modal .modal_header .modal_close .modal_x::after {
    height: 19px;
    width: 1px;
  }
}
#modal .modal_header .modal_close .modal_x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal_header .modal_close .modal_x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal_body {
  height: 100%;
  margin-top: 50px;
  padding: 0 30px;
  overflow-y: scroll;
}
#modal .modal_body::-webkit-scrollbar {
  width: 8px;
}
#modal .modal_body::-webkit-scrollbar-thumb {
  background: #dcdcdc !important;
}
@media (max-width: 991px) {
  #modal .modal_body {
    margin-top: 30px;
    padding: 0 15px;
    overflow-x: hidden;
  }
}
#modal .modal_body .modal_body_container {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media (max-width: 991px) {
  #modal .modal_body .modal_body_container {
    gap: 30px 0;
  }
}
#modal .modal_body .title_label {
  display: flex;
  gap: 0 8px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  #modal .modal_body .title_label {
    gap: 0 3px;
    margin-bottom: 15px;
  }
}
#modal .modal_body .title_label .label_span {
  font-weight: 700;
  font-size: 18px;
  color: #222;
}
@media (max-width: 991px) {
  #modal .modal_body .title_label .label_span {
    font-size: 14px;
    font-weight: 600;
  }
}
#modal .modal_body .title_label .nec_red {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #c5000a;
}
@media (max-width: 991px) {
  #modal .modal_body .title_label .nec_red {
    font-size: 14px;
  }
}
#modal .modal_body input[type=checkbox] {
  display: none;
}
#modal .modal_body .inquiry_2 .modal_ch2 {
  display: flex;
  flex-wrap: wrap;
}
#modal .modal_body .inquiry_2 .modal_ch2 div {
  position: relative;
  width: 25%;
}
#modal .modal_body .inquiry_2 .modal_ch2 div input[type=checkbox] + label {
  display: block;
  width: 100%;
  height: 139px;
  background-size: cover;
  background-position: center;
  outline: 1px solid #e1e1e1;
  transition: outline 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div input[type=checkbox] + label {
    height: auto;
    padding-bottom: 100%;
  }
}
@media (hover: hover) {
  #modal .modal_body .inquiry_2 .modal_ch2 div input[type=checkbox] + label:hover {
    position: relative;
    outline: 1px solid #c5000a;
    z-index: 1;
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div input[type=checkbox]:checked + label {
  position: relative;
  outline: 1px solid #c5000a;
  z-index: 1;
}
#modal .modal_body .inquiry_2 .modal_ch2 div label span {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #222;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div label span {
    font-size: clamp(10px, 1.4127144299vw, 16px);
    bottom: 10px;
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(1) label {
  background-image: url(/img/wish1.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(1) label {
    background-image: url(/img/mwish1.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(2) label {
  background-image: url(/img/wish2.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(2) label {
    background-image: url(/img/mwish2.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(3) label {
  background-image: url(/img/wish3.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(3) label {
    background-image: url(/img/mwish3.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(4) label {
  background-image: url(/img/wish4.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(4) label {
    background-image: url(/img/mwish4.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(5) label {
  background-image: url(/img/wish5.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(5) label {
    background-image: url(/img/mwish5.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(6) label {
  background-image: url(/img/wish6.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(6) label {
    background-image: url(/img/mwish6.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(7) label {
  background-image: url(/img/wish7.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(7) label {
    background-image: url(/img/mwish7.jpg);
  }
}
#modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(8) label {
  background-image: url(/img/wish8.jpg);
}
@media (max-width: 767px) {
  #modal .modal_body .inquiry_2 .modal_ch2 div:nth-child(8) label {
    background-image: url(/img/mwish8.jpg);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 {
  display: flex;
  flex-wrap: wrap;
}
#modal .modal_body .inquiry_3 .modal_ch3 div {
  position: relative;
  width: 33.33%;
}
#modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label {
  position: relative;
  display: block;
  width: 100%;
  height: 159px;
  background-size: cover;
  background-position: center;
  outline: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label {
    height: auto;
    padding-bottom: 86.3%;
  }
}
@media (hover: hover) {
  #modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label:hover span {
    opacity: 1;
  }
  #modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label:hover::after {
    opacity: 1;
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label span {
    font-size: clamp(13px, 1.4127144299vw, 16px);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox] + label::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(17, 17, 17) -10%, rgba(17, 17, 17, 0) 70%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox]:checked + label span {
  opacity: 1;
}
#modal .modal_body .inquiry_3 .modal_ch3 div input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#modal .modal_body .inquiry_3 .modal_ch3 div label {
  position: relative;
}
#modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(1) label {
  background-image: url(/img/prefer1.jpg);
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(1) label {
    background-image: url(/img/mprefer1.jpg);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(2) label {
  background-image: url(/img/prefer2.jpg);
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(2) label {
    background-image: url(/img/mprefer2.jpg);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(3) label {
  background-image: url(/img/prefer3.jpg);
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(3) label {
    background-image: url(/img/mprefer3.jpg);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(4) label {
  background-image: url(/img/prefer4.jpg);
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(4) label {
    background-image: url(/img/mprefer4.jpg);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(5) label {
  background-image: url(/img/prefer5.jpg);
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(5) label {
    background-image: url(/img/mprefer5.jpg);
  }
}
#modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(6) label {
  background-image: url(/img/prefer6.jpg);
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_3 .modal_ch3 div:nth-child(6) label {
    background-image: url(/img/mprefer6.jpg);
  }
}
#modal .modal_body input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin: 0;
  outline: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #modal .modal_body input[type=radio] {
    width: 13px;
    height: 13px;
  }
}
#modal .modal_body input[type=radio]:checked {
  background: #c5000a;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #dcdcdc;
}
@media (max-width: 991px) {
  #modal .modal_body input[type=radio]:checked {
    border: 4px solid #fff;
  }
}
#modal .modal_body input[type=radio] + label .radio_span {
  font-size: 18px;
  color: #222222;
}
@media (max-width: 991px) {
  #modal .modal_body input[type=radio] + label .radio_span {
    font-size: 14px;
  }
}
#modal .modal_body input[type=text].input_txt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10.5px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
#modal .modal_body input[type=text].input_txt:disabled {
  background-color: #fff;
}
#modal .modal_body input[type=text].input_txt::placeholder {
  font-weight: 300;
  color: #999999;
}
@media (max-width: 991px) {
  #modal .modal_body input[type=text].input_txt {
    padding: 8px 15px;
    border-radius: 2.5px;
    font-size: 12px;
  }
}
#modal .modal_body .check_radio {
  display: flex;
  gap: 0 28px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #modal .modal_body .check_radio {
    gap: 18px 20px;
  }
  #modal .modal_body .check_radio.modal_ch1 {
    gap: initial;
    justify-content: space-between;
  }
}
#modal .modal_body .check_radio.money_div {
  gap: 22px 28px;
}
@media (max-width: 991px) {
  #modal .modal_body .check_radio.money_div {
    gap: 18px 20px;
  }
}
#modal .modal_body .radio-group {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 991px) {
  #modal .modal_body .radio-group {
    gap: 0 8.5px;
    align-items: flex-start;
  }
}
#modal .modal_body .budget_input {
  margin-top: 22px;
}
@media (max-width: 991px) {
  #modal .modal_body .budget_input {
    margin-top: 18px;
  }
}
#modal .modal_body .budget_input .money-group {
  position: relative;
  display: flex;
  gap: 0 36px;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 991px) {
  #modal .modal_body .budget_input .money-group {
    gap: 0 26px;
    margin-top: 13px;
  }
}
#modal .modal_body .budget_input .money-group div {
  position: relative;
  width: calc((100% - 36px) / 2);
}
@media (max-width: 991px) {
  #modal .modal_body .budget_input .money-group div {
    width: calc((100% - 26px) / 2);
  }
}
#modal .modal_body .budget_input .money-group div .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#modal .modal_body .budget_input .money-group::after {
  content: "~";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #222222;
}
@media (max-width: 991px) {
  #modal .modal_body .budget_input .money-group::after {
    font-size: 15px;
  }
}
#modal .modal_body .modal_address .addr_2 {
  position: relative;
  height: 45px;
}
@media (max-width: 991px) {
  #modal .modal_body .modal_address .addr_2 {
    height: 35px;
  }
}
#modal .modal_body .modal_address .addr_2 .left_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal_body .modal_address .addr_2 .left_label button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}
#modal .modal_body .modal_address .addr_3 {
  margin-top: 10px;
}
#modal .modal_body .inquiry_con #wr_content {
  height: auto;
  min-height: 150px;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1.3;
}
#modal .modal_body .inquiry_con #wr_content::placeholder {
  font-weight: 300;
  color: #999999;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_con #wr_content {
    padding: 14px;
    border-radius: 2.5px;
    font-size: 12px;
  }
}
#modal .modal_body .inquiry_file .label_span {
  display: block;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 18px;
  color: #222;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .label_span {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#modal .modal_body .inquiry_file .answer_text {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .answer_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
  }
}
#modal .modal_body .inquiry_file .row {
  margin-left: -19px;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .row {
    margin-left: -15px;
  }
}
#modal .modal_body .inquiry_file .row .file_content {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .row .file_content {
    gap: 0 15px;
  }
}
#modal .modal_body .inquiry_file .row .file_content .left_file {
  font-family: "Pretendard";
  background-color: #222222;
  width: 95px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .row .file_content .left_file {
    font-size: 13px;
    width: 77.5px;
    height: 28.5px;
    line-height: 28.5px;
    border-radius: 2.5px;
  }
}
#modal .modal_body .inquiry_file .row .file_content .left_file input {
  display: none;
}
#modal .modal_body .inquiry_file .row .file_content .right_file {
  font-family: "Pretendard";
  color: #aaaaaa;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  border: none;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .row .file_content .right_file {
    font-size: 13px;
    height: 28.5px;
    line-height: 28.5px;
  }
}
#modal .modal_body .inquiry_file .row .file_content .right_file input {
  border: none;
  background: transparent;
}
#modal .modal_body .inquiry_file .file_control p {
  display: flex;
  gap: 0 20px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .file_control p {
    gap: 0 15px;
  }
}
#modal .modal_body .inquiry_file .file_control p > span {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .file_control p > span img {
    width: 23px;
    height: 23px;
    object-fit: cover;
  }
}
#modal .modal_body .inquiry_file .file_control p > span .file_span {
  font-family: "pretendard", sans-serif !important;
  font-size: 16px;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .file_control p > span .file_span {
    font-size: 13px;
  }
}
#modal .modal_body .inquiry_file .inquiry_file_bot {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  margin-top: 15px;
}
#modal .modal_body .inquiry_file .inquiry_file_bot p {
  position: relative;
  padding-left: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.35;
  color: #aaaaaa;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .inquiry_file_bot p {
    font-size: 13px;
    line-height: 1.5;
  }
}
#modal .modal_body .inquiry_file .inquiry_file_bot p::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #aaa;
}
@media (max-width: 991px) {
  #modal .modal_body .inquiry_file .inquiry_file_bot p::after {
    font-size: 13px;
  }
}
#modal .modal_footer {
  padding: 30px;
}
@media (max-width: 991px) {
  #modal .modal_footer {
    padding: 15px;
  }
}
#modal .modal_footer .modal_fin {
  width: 100%;
  padding: 18px 0;
  border-radius: 5px;
  text-align: center;
  background: #111;
}
@media (max-width: 991px) {
  #modal .modal_footer .modal_fin {
    border-radius: 2.5px;
    padding: 13px 0;
  }
}
#modal .modal_footer .modal_fin p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 991px) {
  #modal .modal_footer .modal_fin p {
    font-size: 14px;
  }
}

/******************************************
서브시작
*******************************************/
.sub_top {
  margin: 120px 0 50px;
}
@media (max-width: 991px) {
  .sub_top {
    margin: clamp(40px, 12.11vw, 120px) 0 50px;
  }
}
.sub_top .pagenav1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .sub_top .pagenav1 {
    margin-bottom: clamp(27.5px, 5.0454086781vw, 50px);
  }
}
.sub_top .pagenav1 p {
  font-family: "Pretendard", sans-serif !important;
  font-size: 58px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sub_top .pagenav1 p {
    font-size: clamp(25px, 5.8526740666vw, 58px);
  }
}
.sub_top .nav_div {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sub_top .nav_div {
    flex-wrap: wrap;
  }
}
.sub_top .nav_div .notthree {
  display: flex;
  align-items: center;
  width: 487px;
}
@media (max-width: 991px) {
  .sub_top .nav_div .notthree {
    position: relative;
    width: 100%;
  }
  .sub_top .nav_div .notthree::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 30px);
    height: 1px;
    background: #ebebeb;
  }
}
.sub_top .nav_div .home_btn {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .sub_top .nav_div .home_btn {
    width: 14px;
    margin-right: clamp(13px, 2.0181634712vw, 20px);
  }
  .sub_top .nav_div .home_btn img {
    height: 14px;
  }
}
.sub_top .nav_div .dropdown {
  position: relative;
  max-width: 225px;
  width: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown {
    max-width: none;
    width: calc((100% - clamp(13px, 2.0181634712vw, 20px) - 14px) / 2);
  }
  .sub_top .nav_div .dropdown.dropd1 {
    margin-right: 3px;
  }
  .sub_top .nav_div .dropdown.dropd3 {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  }
  .sub_top .nav_div .dropdown.dropd3 .dropdown_a {
    width: 100%;
    padding: 0 5px;
    line-height: 45px;
  }
  .sub_top .nav_div .dropdown.dropd3 .dropdown_a .dropdown_span {
    width: 100%;
  }
  .sub_top .nav_div .dropdown.dropd3 .arrow {
    right: 15px;
  }
  .sub_top .nav_div .dropdown.dropd3 .dropdown_menu li .sub-1da {
    margin-left: 0px;
  }
}
.sub_top .nav_div .dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #222222;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown::before {
    display: none;
  }
}
.sub_top .nav_div .dropdown .dropdown_a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  line-height: 75px;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown .dropdown_a {
    line-height: 50px;
    padding: 0 15px;
  }
}
.sub_top .nav_div .dropdown .dropdown_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: auto;
  padding: 75px 5px 5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown .dropdown_menu {
    padding: 50px 5px 5px;
  }
}
.sub_top .nav_div .dropdown .dropdown_menu li {
  background-color: #fff;
  transition: all 0.3s ease;
  line-height: 60px;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown .dropdown_menu li {
    line-height: 40px;
  }
}
.sub_top .nav_div .dropdown .dropdown_menu li .sub-1da {
  margin-left: 16px;
  font-size: 16px;
  color: #222222;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown .dropdown_menu li .sub-1da {
    font-size: clamp(13px, 1.6145vw, 16px);
    margin-left: 11px;
  }
}
.sub_top .nav_div .dropdown .dropdown_menu li.on {
  border-radius: 8px;
  background: #111111;
  line-height: 50px;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown .dropdown_menu li.on {
    line-height: 40px;
    border-radius: 5px;
  }
}
.sub_top .nav_div .dropdown .dropdown_menu li.on .sub-1da {
  color: #fff;
}
.sub_top .nav_div .dropdown.open .dropdown_a {
  z-index: 1001;
}
.sub_top .nav_div .dropdown.open .dropdown_menu {
  display: block;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown.open .dropdown_menu {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
  }
}
.sub_top .nav_div .dropdown_span {
  display: block;
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #222;
}
@media (max-width: 991px) {
  .sub_top .nav_div .dropdown_span {
    font-size: clamp(14px, 1.8163vw, 18px);
  }
}
.sub_top .nav_div .arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
@media (max-width: 991px) {
  .sub_top .nav_div .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }
}
.sub_top .nav_div .arrow::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .sub_top .nav_div .arrow::after {
    right: 0px;
    width: 7px;
    height: 7px;
  }
}

.sc01 img {
  width: 100%;
}
.sc01_mid {
  background: #f9f9f9;
}

.store-widget-flex .s_container_fx {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
@media (max-width: 991px) {
  .store-widget-flex .s_container_fx {
    gap: 30px 0;
  }
}

.sc02 img {
  width: 100%;
}
.sc02 .sc02-box .sc02_tap {
  display: flex;
  gap: 0 10px;
}
@media (max-width: 991px) {
  .sc02 .sc02-box .sc02_tap {
    gap: 0 7.5px;
  }
}
.sc02 .sc02-box .sc02_tap .sc02_tab-li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  padding: 0 29px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .sc02 .sc02-box .sc02_tap .sc02_tab-li {
    height: clamp(40px, 5.75vw, 57px);
    padding: 0 clamp(20px, 3.03vw, 29px);
    border-radius: 3px;
  }
}
.sc02 .sc02-box .sc02_tap .sc02_tab-li.on {
  border: 1px solid #111111;
  background: #111111;
}
.sc02 .sc02-box .sc02_tap .sc02_tab-li.on span {
  color: #fff;
}
.sc02 .sc02-box .sc02_tap span {
  font-size: 18px;
  color: #888888;
}
@media (max-width: 991px) {
  .sc02 .sc02-box .sc02_tap span {
    font-size: clamp(14px, 1.82vw, 18px);
  }
}
.sc02 .sc02_content {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .sc02 .sc02_content {
    margin-top: clamp(40px, 7.06vw, 70px);
  }
}
.sc02 .sc02_content .sc02_div {
  display: none;
}
.sc02 .sc02_content .sc02_div.on {
  display: block;
}
.sc02 .sc02_content .sc02_div.commercial-div {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .sc02 .sc02_content .sc02_div.commercial-div {
    margin-bottom: 0;
  }
}
.sc02 .sc02_content .sc02_top img {
  width: 100%;
  object-fit: cover;
}
.sc02 .sc02_content .process_ul {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
@media (max-width: 991px) {
  .sc02 .sc02_content .process_ul {
    gap: 0;
  }
}
.sc02 .sc02_bot-living {
  margin-top: 120px;
  background: #f9f9f9;
}
@media (max-width: 991px) {
  .sc02 .sc02_bot-living {
    margin-top: 0;
  }
}
.sc02 .sc02_bot-living .sc02_container2 {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .sc02 .sc02_bot-living .sc02_container2 {
    max-width: none;
    padding: 0;
  }
}
.sc02 .sc02_bot-living .sc02_container2 figure {
  position: absolute;
  top: 0;
}

/*style.scss 끝*//*# sourceMappingURL=style.css.map */