/* header style */
header {
  width: 100%;
  height: 90vh;
  position: relative;
}

header nav {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100vw;
  height: 90px;
  padding: 12px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s background-color ease-in-out;
  backdrop-filter: blur(3px);
}

header nav:hover {
  background-color: #fff;
}

header nav:hover .gnb .call {
  color: var(--color_t_txt);
}

header nav:hover .gnb .call i {
  color: var(--color_t_txt);
}

header nav:hover,
header nav.scrolled {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

header nav:hover .gnb .cigna_c,
header nav.scrolled .gnb .cigna_c {
  display: block;
  transition: 0.3s ease-in-out;
}

header nav:hover .gnb .uccitd_c,
header nav.scrolled .gnb .uccitd_c {
  display: block;
  transition: 0.3s ease-in-out;
}

header nav.scrolled .gnb .call {
  color: var(--color_t_txt);
  transition: 0.3s color ease-in-out;
}

header nav.scrolled .gnb .call i {
  color: var(--color_t_txt);
  transition: 0.3s color ease-in-out;
}

header nav .logo {
  display: block;
  width: 10%;
}

header nav .logo img {
  object-fit: contain;
}

header nav .gnb {
  /* width: 60%; */
  /* max-width: 700px; */
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 20px;
}

header nav .gnb .call {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
  margin-right: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: var(--bold);
  font-family: "Montserrat", serif;
  transition: 0.3s color ease-in-out;
}

header nav .gnb .call i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s color ease-in-out;
}

header nav .gnb .cigna_c,
header nav:hover .gnb .cigna_w,
header nav.scrolled .cigna_w {
  display: none;
  transition: 0.3s ease-in-out;
}

header nav .gnb .uccitd_c,
header nav:hover .gnb .uccitd_w,
header nav.scrolled .uccitd_w {
  display: none;
  transition: 0.3s ease-in-out;
}

header nav .gnb .flag {
  width: 50px;
}

header nav .gnb .flag img {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

/* main style */
.main_banner_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_banner_slide_container {
  display: flex;
}

.swiper-pagination {
  margin-bottom: 15px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: rgb(244, 234, 255);
  transition: 0.5s ease-in-out;
  opacity: 0.5;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 10px;
  transition: 0.5s width ease-in-out;
  background: rgba(222, 196, 255, 1);
  opacity: 1;
}

.main_banner_txt {
  position: absolute;
  z-index: 100;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.main_banner_txt p {
  color: #fff;
}

.main_banner_txt b {
  color: #fff;
}

.main_banner_txt p:nth-child(1) {
  font-size: 36px;
  font-weight: 500;
  font-family: var(--font_s);
}

.main_banner_txt p:nth-child(2) {
  font-size: 60px;
  font-weight: var(--bold);
  line-height: 120%;
}

.main_banner_txt p:nth-child(3) {
  font-size: 20px;
  font-weight: 300;
}

.main_banner_txt p:nth-child(4) {
  font-size: 20px;
  font-weight: 300;
}

/* section1 style */
.section1_tricare {
  height: calc(100vh - 90px);
  position: relative;
}

.section1_tricare>.implant_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  z-index: 1;
}

.section1_tricare>.implant_img img {
  width: 100%;
}

.section1_tricare>.right_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 80px 110px;
  border: 10px solid var(--color_p);
}

.section1_tricare>.right_txt>.tricare_box {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.section1_tricare>.right_txt>.tricare_box img {
  width: 200px;
  height: 100px;
}

.section1_tricare>.right_txt>.tricare_box .s_txt {
  margin-bottom: 55px;
}

.section1_tricare>.right_txt>.bottom_txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section1_tricare>.right_txt>.bottom_txt .main_txt {
  font-size: 40px;
  color: var(--color_p);
  font-weight: var(--bold);
  margin-bottom: 8px;
}

/* section2 style */
.section2_whitening {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section2_whitening>.title {
  margin-bottom: 100px;
}

.section2_whitening>.whitening_box {
  display: flex;
  justify-content: center;
  align-items: start;
}

.section2_whitening>.whitening_box p {
  line-height: 40px;
}

.section2_whitening>.whitening_box>div {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.section2_whitening>.whitening_box>.left_box {
  gap: 50px;
}

.section2_whitening>.whitening_box>.left_box p {
  text-align: right;
}

.section2_whitening>.whitening_box>.left_box img {
  width: 565px;
}

.section2_whitening>.whitening_box>.right_box {
  margin-top: 40px;
  gap: 100px;
}

.section2_whitening>.whitening_box>.right_box img {
  width: 605px;
  margin-left: 75px;
}

/* section13 style */
.section13_ortho {
  width: 100%;
  padding: 75px 0;
  background-color: rgba(236, 232, 240, 1);
}

.section13_ortho>.section13_contents {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.section13_ortho>.section13_contents>.left_contents {
  width: 75%;
  display: flex;
  gap: 4%;
}

.section13_ortho>.section13_contents>.left_contents .left_img {
  width: 50%;
}

.section13_ortho>.section13_contents>.left_contents .middle_txt {
  padding-top: 4%;
}

.section13_ortho>.section13_contents>.left_contents .middle_txt>p:last-child {
  line-height: 160%;
  font-size: 20px;
  font-weight: 500;
}

.section13_ortho>.section13_contents>.right_img {
  position: absolute;
  width: 22%;
  padding-right: 60px;
  right: 0;
  bottom: 0;
}

.section13_ortho>.section13_contents>.right_img img {
  width: 100%;
  object-fit: contain;
}

/* section3 style */
.section3_implant {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section3_implant p {
  text-align: center;
}

.section3_implant>.implant_box {
  display: flex;
  gap: 50px;
}

.section3_implant .implant_box>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 205px;
  gap: 15px;
}

.section3_implant .implant_box>div>div {
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c7ade6;
}

.section3_implant .implant_box>div img {
  height: 45%;
  object-fit: contain;
}

/* section12 style*/
.section12_sedation {
  width: 100%;
  padding: 125px 0;
  background-image: url(../en_img/section12_bg.png);
  background-attachment: fixed;
}

.section12_sedation>.section12_contents {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 4%;
}

.section12_sedation>.section12_contents>.left_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 75px;
}

.section12_sedation>.section12_contents>.left_txt p {
  color: #fff;
  text-align: right;
}

.section12_sedation>.section12_contents>.left_txt>.check_txt {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 25px;
}

.section12_sedation>.section12_contents>.left_txt>.check_txt p {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  font-family: var(--font_s);
  font-size: 20px;
  font-weight: 300;
}

.section12_sedation>.section12_contents>.left_txt>.check_txt i {
  font-size: 28px;
  color: #fff;
}

/* section4 style */
.section4_experience {
  margin: 0 auto;
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4d4d5f;
}

.section4_experience>.section4_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section4_experience .left_txt {
  display: flex;
  flex-direction: column;
}

.section4_experience .left_txt p {
  color: #fff;
}

.section4_experience img {
  width: 400px;
  height: 400px;
}

/* section5 style */
.section5_complexity {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section5_complexity>img {
  width: 50%;
}

.section5_complexity>.right_txt {
  width: 50%;
  padding-left: 85px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.section5_complexity>.right_txt .ital {
  font-size: 24px;
  font-weight: 600;
}

.section5_complexity>.right_txt hr {
  display: block;
  width: 50px;
  height: 1px;
  border: none;
  background-color: var(--color_t_txt);
}

/* section6 style*/
.section6_treatment {
  width: 100%;
  height: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../en_img/section6_bg.png");
  background-attachment: fixed;
  background-position: center;
}

.section6_treatment>.text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section6_treatment>.text_box p {
  color: #fff;
}

.section6_treatment>.text_box>.bottom_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.section6_treatment>.text_box>.bottom_txt p {
  text-align: center;
}

.section6_treatment>.text_box>.bottom_txt>div {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section6_treatment>.text_box>.bottom_txt hr {
  display: block;
  width: 70px;
  transform: rotate(90deg);
}

/* section7 style */
.section7_profile {
  width: 100%;
}

.section7_profile>p.intro_txt {
  margin-bottom: 70px;
  text-align: center;
  font-size: 26px;
  font-family: var(--font_s);
  font-weight: 500;
  letter-spacing: 2px;
}

.section7_profile>.profile {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section7_profile>.profile.purple {
  background-color: #dcdbe6;
}

.section7_profile>.profile>.doctor_profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section7_profile>.profile>.doctor_profile>.profile_img {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 660px;
}

.section7_profile>.profile>.doctor_profile img {
  width: 550px;
  height: 600px;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio {
  width: 53%;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio.right {
  padding-right: 70px;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box {
  display: flex;
  flex-direction: column;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio.right>.name_box {
  align-items: end;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box>.small_txt {
  color: var(--color_p);
}

.section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box>.ital {
  font-size: 24px;
  font-weight: 600;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio ul li {
  font-family: var(--font_s);
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
}

.section7_profile>.profile>.doctor_profile>.doctor_bio.right ul li {
  text-align: right;
}

/* section8 style */
.section8_process {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.section8_process>.title_box p {
  text-align: center;
}

.section8_process>.title_box .title {
  line-height: 0.9;
}

.section8_process>.title_box span {
  font-size: 30px;
  color: var(--color_p);
}

.section8_process>.title_box .ital {
  font-weight: 600;
}

.section8_process>.process_box {
  display: flex;
  justify-content: center;
}

.section8_process>.process_box p {
  text-align: center;
}

.section8_process>.process_box .num {
  font-size: 80px;
  font-weight: var(--bold);
  color: rgba(87, 53, 131, 0.2);
}

.section8_process>.process_box>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 340px;
  padding: 25px 0 50px;
  border-right: 1px solid #eee;
}

.section8_process>.process_box>div:last-child {
  border-right: none;
}

.section8_process>.process_box .acc_txt {
  color: var(--color_p);
}

/* section9 style */
.section9_major>.section9_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section9_major>.section9_contents>.title_box {
  text-align: center;
}

.section9_major>.section9_contents>.major_treatment {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section9_major>.section9_contents>.major_treatment>.row {
  display: flex;
  align-items: center;
  gap: 25px;
}

.section9_major>.section9_contents>.major_treatment>.row>.treatment {
  width: 710px;
  height: 180px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 30px;
  box-shadow: 4px 4px 10px rgba(144, 144, 144, 0.25);
}

.section9_major>.section9_contents>.major_treatment>.row>.treatment>.img_box {
  width: 130px;
  height: 130px;
  background-color: #ede4f8;
  border-radius: 50%;
}

/* section10 style */
.section10_explore {
  width: 100%;
  height: 75vh;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.section10_explore .bg {
  width: 79%;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ebebee;
}

.section10_explore>.section10_contents {
  width: 92%;
  height: 65%;
  position: relative;
  display: flex;
}

.section10_explore>.section10_contents .hospital_slide {
  width: 78%;
  position: absolute;
  right: 0;
}

.section10_explore>.section10_contents .hospital_slide>.hospital_slide_container {
  height: 360px;
  display: flex;
  transition: cubic-bezier(0.2, 0.46, 0.45, 0.94);
}

.section10_explore>.section10_contents .hospital_slide .hospital_img {
  height: 360px;
}

.section10_explore>.section10_contents .hospital_slide img {
  width: 100%;
  object-fit: contain;
}

.section10_explore>.section10_contents .slide_btn {
  position: absolute;
  bottom: 0;
  display: flex;
}

.section10_explore>.section10_contents .slide_btn div {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.25s background ease-out;
}

.section10_explore>.section10_contents .slide_btn div:last-child {
  border-left: none;
}

.section10_explore>.section10_contents .slide_btn i {
  font-size: 23px;
  color: #777;
  transition: 0.2s color ease-out;
}

.section10_explore>.section10_contents .slide_btn div:hover {
  background: #ece3f5;
}

.section10_explore>.section10_contents .slide_btn div:hover i {
  color: var(--color_p);
}

/* section11 style*/
.section11_direction {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #4d4d5f;
}

.section11_direction>.section11_contents {
  width: 80%;
}

.section11_direction>.section11_contents>.title_box>p {
  text-align: center;
  color: #fff;
}

.section11_direction>.section11_contents>.location_info {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section11_direction>.section11_contents>.location_info>.map {
  width: 55%;
  height: 100%;
}

.section11_direction>.section11_contents>.location_info>.map iframe {
  width: 100%;
  height: 100%;
}

.section11_direction>.section11_contents>.location_info>.right_info {
  width: 45%;
  max-width: 635px;
  height: 100%;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 35px;
  background-color: #fff;
}

.section11_direction>.section11_contents>.location_info>.right_info>.office_hours {
  padding: 0 15px;
}

.section11_direction>.section11_contents>.location_info>.right_info .txt_box {
  display: flex;
  justify-content: space-between;
}

.section11_direction>.section11_contents>.location_info>.right_info .txt_box>div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section11_direction>.section11_contents>.location_info>.right_info .txt_box>div:first-child {
  margin-right: 40px;
}

.section11_direction>.section11_contents>.location_info>.right_info .txt_box>.day p {
  font-weight: var(--bold);
}

.section11_direction>.section11_contents>.location_info>.right_info .txt_box>.time p {
  font-weight: 400;
  color: var(--color_s_txt);
}

.section11_direction>.section11_contents>.location_info>.right_info .txt_box p {
  font-family: var(--font_s);
  font-size: 22px;
}

.section11_direction>.section11_contents>.location_info>.right_info hr {
  display: block;
  width: 100%;
  height: 3px;
  background: #ddd;
  border: none;
}

.section11_direction>.section11_contents>.location_info>.right_info>.s_title {
  padding: 0 15px;
}

/* main style end */

/* footer style */
footer {
  width: 100%;
  height: 465px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #383838;
}

.footer_contents {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 120px;
}

.footer_contents p {
  font-family: var(--font_s);
  font-weight: 200;
  font-size: 16px;
  text-align: center;
}

.footer_contents>.footer_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_contents>.footer_info img {
  width: 180px;
}

.footer_contents>.footer_info>.footer_txt>p {
  color: #fff;
}

.footer_contents hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
}

.footer_contents .copyright {
  color: rgba(255, 255, 255, 0.3);
}

/* info_bar style */
.info_bar {
  width: 93%;
  height: 110px;
  background-color: #573583;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9999999999;
  display: flex;
  justify-content: space-between;
}

.info_bar>.left_contents {
  width: 74%;
  height: 100%;
  padding: 20px 1.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.info_bar>.left_contents>.logo_red {
  width: 190px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.info_bar>.left_contents>.logo_red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info_bar>.left_contents>.info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.info_bar>.left_contents>.info>.location>p {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.info_bar>.left_contents>.info>.location>p:nth-child(1) {
  color: #ffffff;
}

.info_bar>.left_contents>.info>.location>p:nth-child(2) {
  color: #dec4ff;
}

.info_bar>.left_contents>.info>.btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.info_bar>.left_contents>.info>.btn_box>.box {
  height: 50px;
  padding: 0 14px;
  font-size: 14px;
  font-family: var(--font_s);
  font-weight: 600;
  color: #573583;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
}

.info_bar>.left_contents>.info>.btn_box>.box:hover i {
  color: #fff;
}

.info_bar>.left_contents>.info>.btn_box>.box.quick:hover {
  color: #fff;
  background-color: #bc312a;
  cursor: pointer;
}

.info_bar>.left_contents>.info>.btn_box>.box.kakao:hover {
  color: #3c1e1e;
  background-color: #fae100;
}

.info_bar>.left_contents>.info>.btn_box>.box.kakao:hover i {
  color: #3c1e1e;
}

.info_bar>.left_contents>.info>.btn_box>.box.naver:hover {
  color: #ffffff;
  background-color: #03c75a;
}

.info_bar>.left_contents>.info>.btn_box>.box.insta:hover {
  color: #ffffff;
  background-color: #f09433;
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -moz-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.info_bar>.left_contents>.info>.btn_box>.box i {
  color: #573583;
  line-height: 1;
  font-size: 18px;
  transition: color 0.3s;
}

.info_bar>.left_contents>.info>.btn_box>.box .fa-comment {
  font-size: 20px;
}

.info_bar>.left_contents>.info>.btn_box>.box .fa-calendar {
  font-size: 20px;
}

.info_bar>.left_contents>.info>.btn_box>.box .fa-instagram {
  font-size: 23px;
}

.info_bar>.time_box {
  width: 26%;
  height: 100%;
  padding: 20px 28px;
  background-color: #424250;
  display: flex;
  align-items: center;
  gap: 18px;
}

.info_bar>.time_box>div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.info_bar>.time_box p {
  font-family: var(--font_s);
  font-size: 14px;
  color: #fff;
}

.info_bar>.time_box>.day {
  font-weight: bold;
}

.info_bar>.time_box>.time {
  font-weight: 300;
}

/* modal창 */
.modal_container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.modal_container a {
  text-decoration: none;
  color: inherit;
}

.modal_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_container {
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  display: none;
}

.modal_container.show {
  display: block;
}

.modal_container>.modal_box {
  width: 500px;
  border-radius: 25px;
  background-color: #ffffff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_container>.modal_box>.modal_inwrap {
  padding: 35px;
}

.modal_inwrap .close_box {
  width: 100%;
  text-align: end;
}

.modal_inwrap .close_box i {
  color: #bc312a;
  font-size: 40px;
}

.modal_inwrap .close_box i:hover {
  color: #a02925;
  cursor: pointer;
}

.modal_inwrap .top_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}

.modal_inwrap .top_box>.logo_red {
  width: 130px;
  height: 45px;
  margin-bottom: 15px;
}

.modal_inwrap .top_box>.logo_red img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_inwrap .top_box>p {
  font-family: var(--font_s);
}

.modal_inwrap .top_box>p.sub_text {
  /* margin-top: 3px; */
  line-height: 130%;
}

.modal_inwrap .top_box>.modal_title {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.modal_inwrap .top_box>.sub_text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

/* form */
.modal_inwrap .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.modal_inwrap .form-group:last-child {
  margin-bottom: 0;
}

.modal_inwrap .form-group label {
  width: 20%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: var(--font_s);
  font-weight: 500;
  text-align: center;
  background-color: #e4adaa;
}

.modal_inwrap .form-group .counselcontent {
  font-family: var(--font_s);
  height: 100px;
}

.modal_inwrap .form-group input,
textarea {
  width: 80%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(188, 49, 42, 0.4);
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--font_s);
}

.modal_inwrap .form-group textarea {
  height: 100px;
  padding: 12px;
  resize: none;
  overflow-y: auto;
}

/* 개인정보수집동의 */
.modal_inwrap .check_box {
  padding: 7px 0 17px 0;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.modal_inwrap .check_box input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.modal_inwrap .check_box label {
  font-family: var(--font_s);
  font-size: 15px;
  margin-right: 5px;
}

.modal_inwrap .check_box .counselagree_view {
  font-size: 14px;
  font-family: var(--font_s);
  padding: 4px 12px;
  background-color: #d6eee0;
  border-radius: 50px;
  color: #436753;
  transition: background-color 0.3s;
}

.modal_inwrap .check_box .counselagree_view:hover {
  background-color: #b5d6c3;
  color: #385746;
}

.modal_inwrap .form-group button {
  width: 100%;
  padding: 9px;
  background-color: #bc312a;
  color: white;
  border: none;
  font-size: 18px;
  font-family: var(--font_s);
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.modal_inwrap .form-group button:hover {
  background-color: #a02925;
}

/* 개인정보처리방침 페이지 */
.policy_wrap {
  width: 100%;
  padding: 5%;
}

.policy_wrap .title_tit {
  padding: 15px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  text-align: center;
}

.terms {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  box-sizing: border-box;
  line-height: 150%;
  font-size: 15px;
}

.agree_box {
  padding: 40px 0;
  font-family: var(--font_s);
  border-bottom: 1px solid #f1f1f1;
}

.agree_box * {
  font-family: var(--font_s);
}

.agree_box:last-child {
  border: none;
}

.agree_box p {
  margin-bottom: 20px;
}

.agree_box h2 {
  margin-bottom: 32px;
  line-height: normal;
}

.agree_box .mb0 {
  margin-bottom: 0;
}

.agree_box .mb20 {
  margin-bottom: 20px;
}

.agree_box ul {
  padding-top: 5px;
  padding-left: 24px;
}

.agree_box li {
  margin-bottom: 6px;
  color: #222;
  list-style: disc !important;
}

.agree_box li:last-child {
  margin-bottom: 0;
}

/* responsive style start */
/*--------------------- responsive:1199px ---------------------*/
@media (max-width: 1199px) {

  /* header style */
  header nav .logo {
    width: 15%;
  }

  header nav .gnb {
    width: 85%;
    gap: 3%;
  }

  /* main style */
  .main_banner_txt {
    top: 45%;
  }

  .main_banner_txt p:nth-child(1) {
    font-size: 32px;
  }

  .main_banner_txt p:nth-child(2) {
    font-size: 56px;
    line-height: 110%;
    white-space: nowrap;
  }

  /* section1 style */
  .section1_tricare>.implant_img {
    display: none;
  }

  .section1_tricare>.right_txt {
    left: 0;
    padding: 60px 60px;
  }

  .section1_tricare>.right_txt>.tricare_box {
    gap: 30px;
  }

  .section1_tricare>.right_txt>.tricare_box img {
    width: 180px;
    height: auto;
  }

  .section1_tricare>.right_txt>.tricare_box .s_txt {
    margin-bottom: 45px;
  }

  .section1_tricare>.right_txt>.bottom_txt .main_txt {
    font-size: 36px;
    margin-bottom: 6px;
  }

  /* section2 style */
  .section2_whitening>.title {
    margin-bottom: 70px;
  }

  .section2_whitening>.whitening_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .section2_whitening>.whitening_box p {
    line-height: 140%;
  }

  .section2_whitening>.whitening_box>div {
    justify-content: start;
    align-items: center;
  }

  .section2_whitening>.whitening_box>.left_box {
    gap: 40px;
  }

  .section2_whitening>.whitening_box>.left_box p {
    text-align: center;
  }

  .section2_whitening>.whitening_box>.left_box img {
    width: 80%;
  }

  .section2_whitening>.whitening_box>.right_box {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .section2_whitening>.whitening_box>.right_box p {
    text-align: center;
  }

  .section2_whitening>.whitening_box>.right_box img {
    width: 80%;
    margin-left: 0;
  }

  /* section13 style */
  .section13_ortho {
    padding: 60px 0;
  }

  .section13_ortho>.section13_contents>.left_contents {
    width: 80%;
  }

  .section13_ortho>.section13_contents>.left_contents .left_img {
    width: 45%;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>.mb30 {
    margin-bottom: 25px;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>p:last-child {
    font-size: 18px;
  }

  .section13_ortho>.section13_contents>.right_img {
    padding-right: 40px;
  }
}

/*--------------------- responsive:991px ---------------------*/
@media (max-width: 991px) {

  /* header style */
  header nav .logo {
    width: 20%;
  }

  header nav .logo img {
    max-height: 55px;
  }

  header nav .gnb {
    width: 75%;
    gap: 20px;
  }

  header nav .gnb .call {
    display: none;
    font-size: 32px;
    margin-right: 15px;
  }

  /* header nav .gnb .call i {
    font-size: 32px;
  } */

  header nav .gnb .flag {
    width: 42px;
  }

  /* main style */
  .main_banner_txt p:nth-child(1) {
    font-size: 30px;
  }

  .main_banner_txt p:nth-child(2) {
    font-size: 48px;
    line-height: 100%;
  }

  .main_banner_txt p:nth-child(3) {
    font-size: 18px;
  }

  .main_banner_txt p:nth-child(4) {
    font-size: 18px;
  }

  /* section1 style */
  .section1_tricare>.right_txt {
    padding: 60px 40px;
  }

  .section1_tricare>.right_txt>.tricare_box img {
    width: 150px;
  }

  .section1_tricare>.right_txt>.tricare_box .s_txt {
    margin-bottom: 35px;
  }

  .section1_tricare>.right_txt>.bottom_txt {
    gap: 15px;
  }

  .section1_tricare>.right_txt>.bottom_txt .main_txt {
    font-size: 32px;
    margin-bottom: 6px;
  }

  /* section2 style */
  .section2_whitening>.title {
    margin-bottom: 50px;
  }

  .section2_whitening>.whitening_box {
    gap: 70px;
  }

  .section2_whitening>.whitening_box>.left_box {
    gap: 30px;
  }

  .section2_whitening>.whitening_box>.left_box img {
    width: 90%;
  }

  .section2_whitening>.whitening_box>.right_box {
    margin-top: 0;
    gap: 30px;
  }

  .section2_whitening>.whitening_box>.right_box img {
    width: 90%;
  }

  /* section13 style */
  .section13_ortho {
    padding: 50px 0;
  }

  .section13_ortho>.section13_contents>.left_contents {
    width: 80%;
  }

  .section13_ortho>.section13_contents>.left_contents .left_img {
    width: 40%;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>.mb30 {
    margin-bottom: 20px;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>p:last-child {
    font-size: 16px;
  }

  .section13_ortho>.section13_contents>.right_img {
    width: 20%;
    padding-right: 20px;
  }
}

/*--------------------- responsive:767px ---------------------*/
@media (max-width: 767px) {

  /* header style */
  header {
    height: 600px;
  }

  header nav {
    height: 70px;
  }

  header nav .logo {
    width: 25%;
  }

  header nav .logo img {
    max-height: 48px;
  }

  header nav .gnb {
    display: none;
  }

  /* main style */
  .main_banner_txt p:nth-child(1) {
    font-size: 22px;
  }

  .main_banner_txt p:nth-child(2) {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .main_banner_txt p:nth-child(3) {
    font-size: 16px;
  }

  .main_banner_txt p:nth-child(4) {
    font-size: 16px;
  }

  /* section1 style */
  .section1_tricare {
    height: 600px;
  }

  .section1_tricare>.right_txt>.tricare_box .s_txt {
    margin-bottom: 35px;
  }

  .section1_tricare>.right_txt>.bottom_txt {
    gap: 12px;
  }

  .section1_tricare>.right_txt>.bottom_txt .main_txt {
    font-size: 28px;
  }

  /* section2 style */
  .section2_whitening>.title {
    margin-bottom: 50px;
  }

  .section2_whitening>.whitening_box {
    gap: 50px;
  }

  .section2_whitening>.whitening_box>.left_box {
    gap: 30px;
  }

  .section2_whitening>.whitening_box>.left_box img {
    width: 90%;
  }

  .section2_whitening>.whitening_box>.right_box {
    gap: 30px;
  }

  .section2_whitening>.whitening_box>.right_box img {
    width: 90%;
  }

  /* section13 style */
  .section13_ortho {
    padding: 35px 0;
  }

  .section13_ortho>.section13_contents>.left_contents {
    width: 100%;
  }

  .section13_ortho>.section13_contents>.left_contents .left_img {
    width: 35%;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>.mb30 {
    margin-bottom: 15px;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>p:last-child {
    line-height: 140%;
    font-size: 14px;
  }

  .section13_ortho>.section13_contents>.pc {
    display: none;
  }
}

/*--------------------- responsive:575px ---------------------*/
@media (max-width: 575px) {

  /* header style */
  header nav {
    height: 60px;
  }

  header nav .logo {
    width: 120px;
  }

  header nav .logo img {
    width: 100%;
  }

  /* main style */
  .main_banner_txt {
    top: 43%;
  }

  .main_banner_txt p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .main_banner_txt p:nth-child(2) {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .main_banner_txt p:nth-child(3) {
    font-size: 12px;
  }

  .main_banner_txt p:nth-child(4) {
    font-size: 12px;
  }

  /* section1 style */
  .section1_tricare {
    height: 55vh;
  }

  .section1_tricare>.right_txt {
    padding: 26px 20px;
    border: 7px solid var(--color_p);
  }

  .section1_tricare>.right_txt>.tricare_box {
    gap: 20px;
  }

  .section1_tricare>.right_txt>.tricare_box img {
    width: 120px;
  }

  .section1_tricare>.right_txt>.tricare_box .s_txt {
    margin-bottom: 30px;
  }

  .section1_tricare>.right_txt>.bottom_txt {
    gap: 8px;
  }

  .section1_tricare>.right_txt>.bottom_txt .pc {
    display: none;
  }

  .section1_tricare>.right_txt>.bottom_txt .mob {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
  }

  /* section2 style */
  .section2_whitening>.title {
    margin-bottom: 30px;
    text-align: center;
    width: 90%;
  }

  .section2_whitening>.whitening_box {
    gap: 60px;
  }

  .section2_whitening>.whitening_box .s_txt.pc {
    display: none;
  }

  .section2_whitening>.whitening_box .s_txt.mob {
    display: block;
  }

  .section2_whitening>.whitening_box>.left_box {
    gap: 20px;
  }

  .section2_whitening>.whitening_box>.left_box img {
    width: 90%;
  }

  .section2_whitening>.whitening_box>.right_box {
    gap: 20px;
  }

  .section2_whitening>.whitening_box>.right_box img {
    width: 90%;
  }

  /* section13 style */
  .section13_ortho {
    padding: 0 0 30px 0;
  }

  .section13_ortho>.section13_contents>.left_contents {
    display: block;
    margin: 0 auto;
  }

  .section13_ortho>.section13_contents>.left_contents .left_img {
    width: 100%;
    margin: 0 auto 10px;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt {
    width: 85%;
    margin: 0 auto;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>.mb10 {
    margin-bottom: 5px;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>.mb30 {
    margin-bottom: 15px;
  }

  .section13_ortho>.section13_contents>.left_contents .middle_txt>p:last-child {
    line-height: 160%;
    font-size: 12px;
  }

  /* section3 style */
  .section3_implant>.implant_box {
    width: 90%;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section3_implant .implant_box>div {
    width: calc((100% - 50px) / 2);
    gap: 5px;
  }

  .section3_implant .implant_box>div>div {
    width: 85%;
    height: 85%;
    min-width: 125px;
  }

  .section3_implant .implant_box>div img {
    height: 50%;
  }

  /* section12 style*/
  .section12_sedation {
    padding: 70px 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .section12_sedation>.section12_contents {
    flex-wrap: wrap;
  }

  .section12_sedation>.section12_contents .pc {
    display: none;
  }

  .section12_sedation>.section12_contents>.left_txt {
    width: 85%;
    margin: 0 auto;
    gap: 40px;
  }

  .section12_sedation>.section12_contents>.left_txt .mob {
    display: block;
  }

  .section12_sedation>.section12_contents>.left_txt p.mb20 {
    margin-bottom: 15px;
  }

  .section12_sedation>.section12_contents>.left_txt p.mb35 {
    margin-bottom: 30px;
  }

  .section12_sedation>.section12_contents>.left_txt>.check_txt {
    gap: 15px;
  }

  .section12_sedation>.section12_contents>.left_txt>.check_txt p {
    gap: 10px;
    font-size: 13px;
  }

  .section12_sedation>.section12_contents>.left_txt>.check_txt i {
    font-size: 15px;
  }

  /* section4 style */
  .section4_experience {
    padding: 70px 0 0 0;
    height: auto;
  }

  .section4_experience>.section4_contents {
    width: 85%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .section4_experience>.section4_contents .pc {
    display: none;
  }

  .section4_experience>.section4_contents .mob {
    display: block;
  }

  .section4_experience .left_txt .mb30 {
    margin-bottom: 20px;
  }

  .section4_experience .left_txt .mb50 {
    margin-bottom: 35px;
  }

  .section4_experience img {
    width: 95%;
    height: fit-content;
    object-fit: contain;
  }

  /* section5 style */
  .section5_complexity {
    justify-content: center;
    flex-wrap: wrap;
  }

  .section5_complexity>img {
    width: 100%;
  }

  .section5_complexity>.right_txt {
    padding: 40px 0;
    width: 85%;
    padding-left: 0;
  }

  .section5_complexity>.right_txt .mb30 {
    margin-bottom: 20px;
  }

  .section5_complexity>.right_txt .ital {
    font-size: 16px;
    font-weight: 600;
  }

  .section5_complexity>.right_txt .ital.mb45 {
    margin-bottom: 35px;
  }

  .section5_complexity>.right_txt .mb25 {
    margin-bottom: 20px;
  }

  .section5_complexity>.right_txt hr {
    display: block;
    width: 40px;
    height: 1px;
    border: none;
    background-color: var(--color_t_txt);
  }

  /* section6 style*/
  .section6_treatment {
    padding: 70px 0;
    height: auto;
    background-size: cover;
    background-attachment: scroll;
  }

  .section6_treatment>.text_box {
    width: 90%;
  }

  .section6_treatment>.text_box .pc {
    display: none;
  }

  .section6_treatment>.text_box .mob {
    display: block;
  }

  .section6_treatment>.text_box p {
    text-align: center;
  }

  .section6_treatment>.text_box>.bottom_txt {
    gap: 30px;
  }

  .section6_treatment>.text_box>.bottom_txt>div {
    height: 50px;
  }

  .section6_treatment>.text_box>.bottom_txt hr {
    width: 50px;
  }

  /* section7 style */
  .section7_profile>p.intro_txt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .section7_profile>.profile {
    padding: 50px 0 90px 0;
  }

  .section7_profile>.profile>.doctor_profile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section7_profile>.profile>.doctor_profile.reverse {
    flex-direction: column-reverse;
  }

  .section7_profile>.profile>.doctor_profile .pc {
    display: none;
  }

  .section7_profile>.profile>.doctor_profile .mob {
    display: block;
  }

  .section7_profile>.profile>.doctor_profile>.profile_img {
    display: block;
    width: 100%;
    height: 380px;
  }

  .section7_profile>.profile>.doctor_profile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio {
    width: 95%;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio.right {
    padding-right: 0;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box.mb40 {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box>.mb5 {
    margin-bottom: 12px;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box>.b_title {
    margin-bottom: 8px;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio.right>.name_box {
    align-items: start;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio>.name_box>.ital {
    font-size: 16px;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio ul li {
    font-size: 14px;
    line-height: 170%;
  }

  .section7_profile>.profile>.doctor_profile>.doctor_bio.right ul li {
    text-align: left;
  }

  /* section8 style */
  .section8_process {
    width: 100%;
    gap: 30px;
  }

  .section8_process>.title_box {
    width: 90%;
  }

  .section8_process>.title_box>.mb10 {
    margin-bottom: 15px;
  }

  .section8_process>.title_box .title {
    line-height: 1;
    margin-bottom: 30px;
  }

  .section8_process>.title_box>.mb5 {
    margin-bottom: 10px;
  }

  .section8_process>.title_box span {
    font-size: 20px;
  }

  .section8_process>.process_box {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .section8_process>.process_box .num {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .section8_process>.process_box>div {
    width: 90%;
    padding: 15px 20px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
  }

  .section8_process>.process_box>div:last-child {
    border-right: 1px solid #eee;
  }

  .section8_process>.process_box .pc {
    display: none;
  }

  .section8_process>.process_box .mob {
    display: block;
  }

  /* section9 style */
  .section9_major>.section9_contents>.title_box.mb50 {
    margin-bottom: 35px;
  }

  .section9_major>.section9_contents>.title_box>.small_txt {
    margin-bottom: 5px;
  }

  .section9_major>.section9_contents>.major_treatment {
    width: 90%;
    gap: 25px;
  }

  .section9_major>.section9_contents>.major_treatment>.row {
    flex-wrap: wrap;
    gap: 25px;
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment {
    box-shadow: 4px 4px 10px rgba(155, 155, 155, 0.15);
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment .pc {
    display: none;
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment .mob {
    display: block;
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment {
    width: 100%;
    height: auto;
    padding: 25px 25px;
    gap: 7%;
    border-radius: 15px;
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment>.img_box {
    width: 30%;
    max-width: 130px;
    height: auto;
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment>.txt {
    width: 65%;
  }

  .section9_major>.section9_contents>.major_treatment>.row>.treatment>.txt>.mb15 {
    margin-bottom: 10px;
  }

  /* section10 style */
  .section10_explore {
    height: 320px;
  }

  .section10_explore .bg {
    width: 100%;
    height: 210px;
  }

  .section10_explore>.section10_contents {
    width: 100%;
    height: 230px;
    bottom: 0;
    margin-left: 5%;
  }

  .section10_explore>.section10_contents>.left_txt {
    height: fit-content;
  }

  .section10_explore>.section10_contents>.left_txt>.mb30 {
    margin-bottom: 10px;
  }

  .section10_explore>.section10_contents .hospital_slide {
    width: 100%;
    height: auto;
    bottom: 15px;
  }

  .section10_explore>.section10_contents .hospital_slide>.hospital_slide_container {
    height: auto;
  }

  .section10_explore>.section10_contents .hospital_slide .hospital_img {
    height: auto;
  }

  .section10_explore>.section10_contents .hospital_slide img {
    width: 100%;
    object-fit: contain;
  }

  .section10_explore>.section10_contents .slide_btn {
    top: 0;
    right: 25px;
  }

  .section10_explore>.section10_contents .slide_btn div {
    width: 40px;
    height: 40px;
  }

  .section10_explore>.section10_contents .slide_btn i {
    font-size: 20px;
  }

  /* section11 style*/
  .section11_direction {
    padding: 80px 0 60px;
  }

  .section11_direction>.section11_contents {
    width: 90%;
  }

  .section11_direction>.section11_contents>.title_box>.mb50 {
    margin-bottom: 30px;
  }

  .section11_direction>.section11_contents>.location_info {
    height: auto;
    display: block;
  }

  .section11_direction>.section11_contents>.location_info>.map {
    width: 100%;
    height: 400px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info {
    width: 100%;
    max-width: none;
    padding: 30px 30px;
    gap: 15px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info>.office_hours {
    width: 100%;
    padding: 0;
  }

  .section11_direction>.section11_contents>.location_info>.right_info>.office_hours .mb30 {
    margin-bottom: 15px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box.pc {
    display: none;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box.mobile {
    display: flex !important;
    flex-direction: column;
    gap: 7px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box>div {
    flex-direction: row;
    gap: 0;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box>div:first-child {
    margin-right: 0;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box .day {
    width: 90px;
    font-weight: var(--bold);
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box .time {
    font-weight: 400;
    color: var(--color_s_txt);
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box p {
    display: block;
    font-size: 12px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info hr {
    height: 1px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info>.s_title {
    padding: 0;
  }

  /* main style end */

  /* footer style */
  footer {
    padding: 40px 0 120px;
    height: auto;
  }

  .footer_contents {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
  }

  .footer_contents p {
    font-size: 12px;
  }

  .footer_contents>.footer_info img {
    width: 120px;
    margin-bottom: 15px;
  }

  /* footer style end */
}

/*--------------------- responsive:390px ---------------------*/
@media (max-width: 390px) {
  .section11_direction>.section11_contents>.location_info>.right_info {
    padding: 30px 35px;
    gap: 12px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info>.office_hours .mb30 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box.mobile {
    gap: 4px;
    margin-bottom: 5px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box>div {
    flex-direction: column;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box .day {
    font-size: 15px;
    width: 100%;
  }

  .section11_direction>.section11_contents>.location_info>.right_info .txt_box .time {
    width: 100%;
    font-size: 13px;
  }

  .section11_direction>.section11_contents>.location_info>.right_info hr {
    margin-bottom: 5px;
  }
}

/* hover */
@media (hover: hover) {
  .section10_explore>.section10_contents .slide_btn div:hover {
    background: #ece3f5;
  }

  .section10_explore>.section10_contents .slide_btn div:hover i {
    color: var(--color_p);
  }
}

/*--------------------- info_bar responsive ---------------------*/
@media (max-width: 1100px) {
  .info_bar {
    width: 100%;
    height: 80px;
    bottom: 0;
  }

  .info_bar>.left_contents {
    width: 100%;
    padding: 0;
  }

  .info_bar>.left_contents>.logo_red {
    display: none;
  }

  .info_bar>.left_contents>.info>.location {
    display: none;
  }

  .info_bar>.left_contents>.info>.btn_box {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .info_bar>.left_contents>.info>.btn_box>.box {
    width: calc(100% / 4);
    height: 100%;
    padding: 20px 14px;
    max-height: 80px;
    color: #dec4ff;
    flex-direction: column;
    gap: 3px;
    background-color: #573583;
    border-right: 1px solid rgba(164, 164, 164, 0.3);
  }

  .info_bar>.left_contents>.info>.btn_box>.box i {
    color: #dec4ff;
  }

  .info_bar>.left_contents>.info>.btn_box>.insta {
    border-right: none;
  }

  .info_bar>.time_box {
    display: none;
  }

  .modal_container>.modal_box {
    width: 50%;
    height: auto;
  }
}

@media (max-width: 850px) {
  .modal_container>.modal_box {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .info_bar>.time_box {
    display: none;
  }

  .modal_container>.modal_box {
    width: 80%;
  }

  .modal_inwrap .close_box i {
    font-size: 36px;
  }

  .modal_inwrap .top_box>.logo_red {
    width: 120px;
    height: fit-content;
    margin-bottom: 8px;
  }

  .modal_inwrap .top_box>.modal_title {
    font-size: 1.85rem;
  }

  .modal_inwrap .top_box>.sub_text {
    font-size: 14px;
  }

  .modal_inwrap .form-group {
    margin-bottom: 5px;
  }

  .modal_inwrap .form-group label {
    height: 35px;
    font-size: 14px;
  }

  .modal_inwrap .form-group input,
  textarea {
    font-size: 13px;
  }

  .modal_inwrap .form-group input {
    height: 35px;
  }

  .modal_inwrap .form-group .counselcontent {
    height: 100px;
  }

  .modal_inwrap .form-group textarea {
    height: 100px;
  }

  .modal_inwrap .check_box {
    padding: 5px 0 10px 0;
  }

  .modal_inwrap .check_box label {
    font-size: 15px;
  }

  .modal_inwrap .form-group button {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .modal_container>.modal_box {
    width: 90%;
  }

  .modal_container>.modal_box>.modal_inwrap {
    padding: 25px;
  }

  .modal_inwrap .top_box>.logo_red {
    width: 100px;
    height: fit-content;
  }

  .modal_inwrap .top_box>.sub_text {
    font-size: 14px;
  }

  .modal_inwrap .form-group label {
    font-size: 15px;
  }

  .modal_inwrap .check_box .counselagree_view {
    font-size: 13.5px;
  }

  .modal_inwrap .check_box label {
    font-size: 14px;
  }

  .modal_inwrap .form-group button {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .info_bar>.left_contents>.info>.btn_box>.box {
    justify-content: center;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 30px 8px;
    gap: 5px;
  }

  .info_bar>.left_contents>.info>.btn_box>.box i {
    font-size: 16px;
  }

  .info_bar>.left_contents>.info>.btn_box>.box .fa-comment {
    font-size: 16px;
  }

  .info_bar>.left_contents>.info>.btn_box>.box .fa-calendar {
    font-size: 16px;
  }

  .info_bar>.left_contents>.info>.btn_box>.box .fa-instagram {
    font-size: 20px;
  }

  .modal_container>.modal_box {
    width: 90%;
  }

  .modal_container>.modal_box>.modal_inwrap {
    padding: 18px 25px 25px;
  }

  .modal_inwrap .close_box i {
    font-size: 34px;
  }

  .modal_inwrap .top_box {
    gap: 6px;
    margin-bottom: 15px;
  }

  .modal_inwrap .top_box>.logo_red {
    margin-bottom: 5px;
  }

  .modal_inwrap .top_box>.modal_title {
    font-size: 1.65rem;
  }

  .modal_inwrap .top_box>.sub_text {
    font-size: 12px;
  }

  .modal_inwrap .form-group label {
    width: 23%;
    font-size: 0.79rem;
  }

  .modal_inwrap .form-group input,
  textarea {
    width: 77%;
    padding: 0 8px;
    font-size: 12px;
  }

  .modal_inwrap .form-group .counselcontent {
    height: 80px;
  }

  .modal_inwrap .form-group textarea {
    height: 100px;
    padding: 8px;
    resize: none;
    overflow-y: auto;
  }

  .modal_inwrap .form-group textarea {
    height: 80px;
  }

  .modal_inwrap .check_box {
    padding: 5px 0 10px 0;
  }

  .modal_inwrap .check_box .counselagree_view {
    padding: 3px 6px;
    font-size: 12px;
  }

  .modal_inwrap .check_box label {
    font-size: 12px;
  }

  .modal_inwrap .form-group button {
    font-size: 14px;
  }
}