@charset "UTF-8";
/* import*/
@import url("http://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}

/* basic font setting */
* {
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

.highlight-line {
  position: relative;
}
.highlight-line::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 103%;
  height: 12rem;
  background: #c49a6c;
  opacity: 0.5;
  z-index: -1;
}

em {
  color: #c49a6c;
}

.bgFix {
  background-attachment: fixed !important;
}

.visible-xs {
  display: none;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
}

.hidden-xs {
  display: unset;
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}

.lh17 {
  line-height: 1.7;
}

.lh22 {
  line-height: 2.2;
}

.redtext {
  position: relative;
  height: 0;
  font-size: 50rem;
  font-weight: 800;
  color: tomato;
  z-index: 99999;
  opacity: 0.5;
}
.redtext span {
  position: absolute;
}

/* common*/
html {
  font-size: 6.25%;
  color: #362e2e;
}
@media (min-width: 2000px) {
  html {
    font-size: 0.0525486075vw;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.0724636vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.18vw;
  }
}

@media (max-width: 768px) {
  body > .mainwrapper {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  font-size: 16rem;
  background-color: #fffaf5;
}

.bg_white {
  background-color: #fff;
}

.bg_beige {
  background-color: #fffaf5;
}

* {
  word-break: keep-all;
}

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fffaf5;
  transition: 0.5s ease-out;
}
.header_wrap .brain {
  width: 85%;
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;
  transition: 0.3s ease-in;
}
.header_wrap .brain .tel_info {
  justify-self: start;
}
@media (max-width: 768px) {
  .header_wrap .brain .tel_info {
    text-align: center;
  }
}
.header_wrap .brain .tel_info div {
  display: block;
  font-size: 16rem;
  padding:10px 0;
}
.header_wrap .brain .tel_info a {
  font-weight: 500;
  font-size: 28rem;
  color: #c49a6c;
}
@media (max-width: 768px) {
  .header_wrap .brain .tel_info a {
    font-size: 18rem;
  }
}
.header_wrap .brain .header_logo {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease-in-out;
  height: 120rem;
  width: 260rem;
  background: url("../img/header_logo.svg") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .header_wrap .brain .header_logo {
    height: 100rem;
    background-image: url("../img/xs_logo.svg");
  }
}
.header_wrap .brain .links {
  justify-self: end;
  font-size: 14rem;
  font-weight: 600;
  text-align: right;
  color: #362e2e;
}
.header_wrap .brain .links .capsule {
  height: 30rem;
  display: grid;
  place-content: center;
  border-radius: 115rem;
  color: #fff;
  background-color: #c49a6c;
  padding: 15rem 22rem;
}
.header_wrap .brain .links a img {
  width: 33rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_wrap .gnbBg {
  height: 60rem;
  background: #a67c52;
  position: relative;
  display: flex;
  align-items: center;
}
.header_wrap .gnbBg.is-active {
  overflow: visible;
}
.header_wrap .gnbBg.is-active .gnbBg_depth {
  height: 540rem;
  opacity: 1;
}
.header_wrap .gnbBg.is-active .nav_wrap li .depth {
  display: flex;
  opacity: 1;
}
.header_wrap .gnbBg_depth {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: url(../img/bg_big_logo.svg) no-repeat right 3vw bottom 50rem/contain #fff;
  background-size:250rem;
  border-bottom: 4rem solid #a67c52;
}
@media (max-width: 768px) {
  .header_wrap .gnbBg_depth {
    display: none;
  }
}
.header_wrap .nav_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300rem;
  margin: 0 auto;
}
.header_wrap .nav_wrap .navbar {
  -webkit-animation: open_wide 0.5s ease;
          animation: open_wide 0.5s ease;
  position: -webkti-sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .header_wrap .nav_wrap .navbar {
    display: none;
  }
}
.header_wrap .nav_wrap .navbar > li {
  flex: 1;
}
.header_wrap .nav_wrap .navbar > li .nav_head {
  width: 100%;
  display: inline-block;
  font-size: 19rem;
  color: #ffffff;
  padding: 20rem 0;
  transition: 0.2s ease;
}
.header_wrap .nav_wrap .navbar > li .nav_head:hover {
  background-color: #c49a6c;
}
.header_wrap .nav_wrap .navbar > li .depth {
  margin-top: 20rem;
  flex-direction: column;
  align-content: center;
  font-size: 16rem;
  display: none;
  opacity: 0;
}
.header_wrap .nav_wrap .navbar > li .depth li a {
  position: relative;
  display: inline-block;
  padding: 8rem 5rem;
  overflow: hidden;
}
.header_wrap .nav_wrap .navbar > li .depth li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8rem;
  background-color: #ffe8cf;
  z-index: -1;
  width: 0;
  transition: 0.3s;
}
.header_wrap .nav_wrap .navbar > li .depth li:hover a {
  font-weight: bold;
}
.header_wrap .nav_wrap .navbar > li .depth li:hover a::before {
  width: 100%;
}
.header_wrap .nav_wrap .mobile {
  width: 100%;
  height: 60rem;
  display: none;
}
@media (max-width: 768px) {
  .header_wrap .nav_wrap .mobile {
    display: block;
  }
}
.header_wrap .nav_wrap .mobile .navbar-brand {
  display: block;
  line-height: 60rem;
  float: left;
  padding-left: 15rem;
  color: #ffffff;
}
.header_wrap .nav_wrap .mobile .navbar-brand:hover {
  color: #c49a6c;
}
.header_wrap .nav_wrap .mobile .navbar-toggler {
  padding-right: 15rem;
  float: right;
  height: 60rem;
  background-color: transparent;
  cursor: pointer;
}
.header_wrap .nav_wrap .mobile .navbar-toggler .line {
  width: 25rem;
  height: 2rem;
  background-color: #ecf0f1;
  display: block;
  margin: 5rem auto;
  transition: all 0.3s ease-in-out;
}
.header_wrap .nav_wrap .mobile .navbar-toggler.is-active .line:nth-child(1) {
  transform: translateY(5rem) rotate(45deg);
}
.header_wrap .nav_wrap .mobile .navbar-toggler.is-active .line:nth-child(2) {
  opacity: 0;
}
.header_wrap .nav_wrap .mobile .navbar-toggler.is-active .line:nth-child(3) {
  transform: translateY(-9rem) rotate(-45deg);
}

.gnb_mobile {
  display: none;
  position: relative;
  right: -100%;
}
.gnb_mobile .gnb_mobile_bg {
  background-color: #fffaf5;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.2s ease-in;
}
.gnb_mobile.is-active {
  display: block;
  -webkit-animation: toRight 0.3s 0.1s ease-out forwards;
          animation: toRight 0.3s 0.1s ease-out forwards;
}
.gnb_mobile.is-active .gnb_mobile_bg {
  transform: scaleX(1);
}
.gnb_mobile .gnb_nav {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.gnb_mobile .gnb_nav .nav-item {
	color:#fff;
  display: block;
  padding-left: 30rem;
  line-height: 60rem;
  width: 100%;
  justify-self: center;
  background-color: #c49a6c;
  border-top: 1rem solid #a67c52;
}
.gnb_mobile .gnb_nav ul {
  width: 100%;
  background-color: #fffaf5;
}
.gnb_mobile .gnb_nav ul li{background:#4a3b2a;}
.gnb_mobile .gnb_nav ul a {
  font-size: 16rem;
  color: #fff;
  display: block;
  padding: 15rem;
  padding-left: 50rem;
}

.side_quick_menu {
  position: fixed;
  background: #fff;
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 12rem;
  top: 400rem;
  right: -90rem;
  transition: 0.3s ease-in;
  z-index: 999;
}
.side_quick_menu.active {
  right: 0;
}
.side_quick_menu .item_wrap {
  width: 90rem;
  grid-template-columns: 1fr;
}
.side_quick_menu .item_wrap .tel_num a {
  display: inline-block;
  color: #fff;
  font-size: 22rem;
  font-weight: 700;
  height: 90rem;
  padding: 10rem 17rem;
  background-color: #4a3b2a;
}
.side_quick_menu .item_wrap .item {
  width: 90rem;
  height: 90rem;
  overflow: hidden;
}
.side_quick_menu .item_wrap .item a {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  gap: 8rem;
}
.side_quick_menu .item_wrap .item a .text {
  font-size: 16rem;
  font-weight: 500;
}
.side_quick_menu .item_wrap .item:nth-child(2) a .icon {
  background: url(../img/side_quick_sprite.png) no-repeat;
}
.side_quick_menu .item_wrap .item:nth-child(3) a .icon {
  background: url(../img/side_quick_sprite.png) no-repeat;
}
.side_quick_menu .item_wrap .item:nth-child(4) a .icon {
  background: url(../img/side_quick_sprite.png) no-repeat;
}
.side_quick_menu .item_wrap .item:nth-child(5) a .icon {
  background: url(../img/side_quick_sprite.png) no-repeat;
}
.side_quick_menu .item_wrap .item:nth-child(2) a .icon {
  width: 34px;
  height: 34px;
  background-position: -23px -16px;
}
.side_quick_menu .item_wrap .item:nth-child(3) a .icon {
  width: 34px;
  height: 34px;
  background-position: -23px -54px;
}
.side_quick_menu .item_wrap .item:nth-child(4) a .icon {
  width: 34px;
  height: 34px;
  background-position: -23px -93px;
}
.side_quick_menu .item_wrap .item:nth-child(5) a .icon {
  width: 32px;
  height: 30px;
  background-position: -23px -133px;
}
.side_quick_menu .top_btn {
  display: grid;
  place-items: center;
  width: 90rem;
  height: 40rem;
  color: #fff;
  font-size: 18rem;
  background: #a67c52;
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
.side_quick_menu .btn {
  cursor: pointer;
  background: #a67c52;
  position: absolute;
  color: #fff;
  top: 0;
  left: -30rem;
  padding: 0 10rem;
  word-wrap: break-word;
  line-height: 1;
  height: 90rem;
  width: 30rem;
  font-size: 16rem;
  font-weight: 700;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
@media (max-width: 768px) {
.side_quick_menu{top:unset; bottom:20px;}
}
.map_location {
  width: 1300rem;
  max-width: 90%;
  margin: 200rem auto;
  margin-bottom:0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .map_location {
    flex-direction: column-reverse;
    align-content: center;
    margin-top: 0rem;
    max-width: 100%;
	padding-bottom:0 !important;
  }
}
.map_location #kakao_map {
  background-color: #eee;
  width: 50%;
  height: 500rem;
}
@media (max-width: 768px) {
  .map_location #kakao_map {
    width: 100%;
    max-width: 100%;
    min-width: 200rem;
    height: 300rem;
    margin: 0 auto;
  }
}
.map_location .location_info {
  width: 50%;
  height: 500rem;
  padding: 50rem;
  background-color: #4a3b2a;
  background-position: right 41rem top 70rem;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .map_location .location_info {
    width: 100%;
    background-position: bottom 20rem right 20rem;
    background-size: 30%;
    height: auto;
  }
}
.map_location .location_info .section_title {
  font-weight: 100;
  color: #362e2e;
  text-align: center;
  font-size: 40rem;
  margin: 0 auto;
  margin-top: 32rem;
  color: #fff;
  margin: 0;
  text-align: left;
}
.map_location .location_info .title {
  font-size: 19rem;
  margin-top: 20rem;
}
.map_location .location_info .item_list .item_wrap {
  display: flex;
  margin-top: 30rem;
}
.map_location .location_info .item_list .item_wrap .icon_wrap {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  margin-right: 26rem;
  flex-shrink: 0;
}
.map_location .location_info .item_list .item_wrap .icon_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: hard-light;
}
.map_location .location_info .item_list .con_wrap .tit {
  font-size: 18rem;
  font-weight: 500;
  line-height: 1.3;
}
.map_location .location_info .item_list .con_wrap .con {
  margin-top: 10rem;
  font-size: 15rem;
  line-height: 1.8;
}

/*******마지막 섹션 하단 패딩 ******/
section:last-of-type {
  overflow-x: hidden;
  padding-bottom:100rem;
}
@media (max-width: 768px) {
  section:last-of-type {
    padding-bottom: 50rem;
  }
}

.footer_pseudo_bg {
  height: 300rem;
}

footer {
  position: relative;
  width: 100%;
  clear: both;
  font-size: 16rem;
  background-color: #4a3b2a;
  color: #e5e5e5;
}
@media (max-width: 1280px) {
  footer {
    padding-top: 50rem;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 20rem;
  }
}
footer .content_wrap {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "logo info tel top" "line line line line" "copy copy noti noti";
  align-items: center;
  padding-bottom: 50rem;
}
@media (max-width: 1280px) {
  footer .content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  footer .content_wrap {
    flex-direction: column;
  padding-bottom:20rem;}
  }
}
footer .content_wrap .footer_logo {
  grid-area: logo;
}
@media (max-width: 768px) {
  footer .content_wrap .footer_logo {
    padding: 20rem;
  }
}
footer .content_wrap .company_info {
  grid-area: info;
  width: 500rem;
}
@media (max-width: 768px) {
  footer .content_wrap .company_info {
    width: 100%;
    text-align: center;
  }
}
footer .content_wrap .company_info span {
  font-size: 16rem;
  color:#fff;
  line-height: 1.6;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .content_wrap .company_info span {
    font-size: 12rem;
    text-align: center;
  }
}
footer .content_wrap .tel_info {
  grid-area: tel;
}
@media (max-width: 768px) {
  footer .content_wrap .tel_info {
    margin-top: 20rem;
    text-align: center;
  }
}
footer .content_wrap .tel_info span {
  display: block;
  color:#fff;
  font-size: 16rem;
  line-height: 1.6;
}
footer .content_wrap .tel_info a {
  font-weight: 500;
  font-size: 28rem;
  color: #c49a6c;
}
footer .content_wrap hr {
  grid-area: line;
  opacity: 0.3;
  width: 100%;
  margin-top: -1rem;
}
footer .footer_top_btn {
	color:#fff;
  cursor: pointer;
  grid-area: top;
  justify-self: flex-end;
  align-self: flex-start;
  background-color: #a67c52;
  font-weight: 500;
  font-size: 18rem;
  width: 90rem;
  height: 190rem;
  padding-top: 105rem;
  text-align: center;
  background-image: url("../img/icon_footer_top_btn.png");
  background-repeat: no-repeat;
  background-position: top 54rem center;
}
@media (max-width: 1280px) {
  footer .footer_top_btn {
    display: none;
  }
}
footer .copyright {
	color:#fff;
  grid-area: copy;
  margin-top: 30rem;
}
@media (max-width: 1280px) {
  footer .copyright {
    width: 100%;
    text-align: center;
  }
}
footer .noti {
  grid-area: noti;
  width: 450rem;
  justify-self: flex-end;
  display: grid;
  gap:10px;
grid-template-columns:repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  margin-top: 30rem;
}
footer .noti li{text-align:center;}
footer .noti a{color:#fff;}
@media (max-width: 768px) {
  footer .noti {
    width: 90%;
    font-size: 14rem;
  }
}
@media (max-width: 768px) {
  footer .noti li {
    padding: 10rem;
  }
}
footer .noti li:first-child {
  font-weight: 600;
  color: #a67c52;
}
@media (max-width: 768px) {
  footer .noti li:last-child {
    width: 100%;
    text-align: center;
  }
}
footer .noti .admin {
  display: inline-block;
  width: 90rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  background-color: #252020;
  color: white;
}

/* temp style */
.temp_intro {
  width: 1200rem;
  max-width: 90%;
  margin: 0 auto;
}
.temp_intro .section_title {
  font-weight: 100;
  color: #362e2e;
  text-align: center;
  font-size: 40rem;
  margin: 0 auto;
  margin-top: 32rem;
}
.temp_intro div {
  width: 100%;
  max-width: 100%;
}
.temp_intro div img {
  width: 100%;
  height: auto;
}

/* index style css*/
.section_main {
  margin: 0rem auto;
}
@media (max-width: 768px) {
  .section_main {
    margin-top: 0;
  }
}
.section_main .main_wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.section_main .main_wrap .slide_wrap .slide_01 .main_slide {
  background-image: url("../img/main_img_01.png");
}
.section_main .main_wrap .slide_wrap .slide_02 .main_slide {
  background-image: url("../img/main_img_02.png");
}
.section_main .main_wrap .slide_wrap .slide_03 .main_slide {
  background-image: url("../img/main_img_03.png");
}
.section_main .main_wrap .slide_wrap .slide_04 .main_slide {
  background-image: url("../img/main_img_04.png");
}
.section_main .main_wrap .slide_wrap .slick-dots {
  bottom: 30rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .section_main .main_wrap .slide_wrap .slick-dots {
    width: 100%;
    text-align: center;
  }
	  
	.section_main .main_wrap .slide_wrap .slide_01 .main_slide {
	  background-image: url("../img/main_img_01m.png");
	}
	.section_main .main_wrap .slide_wrap .slide_02 .main_slide {
	  background-image: url("../img/main_img_02m.png");
	}
	.section_main .main_wrap .slide_wrap .slide_03 .main_slide {
	  background-image: url("../img/main_img_03m.png");
	}
	.section_main .main_wrap .slide_wrap .slide_04 .main_slide {
	  background-image: url("../img/main_img_04m.png");
	}

}
.section_main .main_wrap .main_slide {
  -webkit-animation: opa_up 0.8s ease;
          animation: opa_up 0.8s ease;
  color: #ffffff;
  text-shadow: 0rem 0rem 10rem rgba(0, 0, 0, 0.4);
  width: 1610rem;
  padding-left: 15%;
  max-width: 90%;
  height: 540rem;
  border-top-right-radius: 80rem;
  border-bottom-right-radius: 80rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .section_main .main_wrap .main_slide {
    height: 700rem;
    max-width: 100%;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    padding: 0;
  }
}
.section_main .main_wrap .main_slide .main_slide_title {
  font-size: 60rem;
  font-weight: 500;
  line-height:1.3;
  letter-spacing:-0.4px;
}
@media (max-width: 768px) {
  .section_main .main_wrap .main_slide .main_slide_title {
    font-size: 48rem;
    text-align: center;
    padding: 0 55rem;
  }
}
.section_main .main_wrap .main_slide .main_slide_desc {
  font-size: 21rem;
  margin-top: 20rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section_main .main_wrap .main_slide .main_slide_desc {
    font-size: 21rem;
    text-align: center;
    padding: 0 55rem;
  }
}
.section_main .main_wrap .slide_button {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 82rem;
  width: 100%;
  bottom: 80rem;
  z-index: 3;
}
.section_main .main_wrap .slide_button:focus {
  outline: 0;
}
@media (max-width: 768px) {
  .section_main .main_wrap .slide_button {
    bottom: 80rem;
  }
}
.section_main .main_wrap .slide_button > * {
  position: relative;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background-color: rgba(65, 182, 213, 0.5);
  transition: 0.3s ease-in;
}
.section_main .main_wrap .slide_button > *:focus {
  outline: 0;
}
.section_main .main_wrap .slide_button .prev {
  margin-right: 40rem;
}
.section_main .main_wrap .slide_button .prev::before,
.section_main .main_wrap .slide_button .next::after {
  content: "";
  display: inline-block;
  width: 27rem;
  height: 6rem;
  position: absolute;
  top: 50%;
  background-image: url(../img/more_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease-in;
}
.section_main .main_wrap .slide_button .prev::before {
  content: "";
  width: 27rem;
  height: 6rem;
  right: -12rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%) scaleX(-1);
}
.section_main .main_wrap .slide_button .next::after {
  left: -13rem;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/more_arrow.svg);
}
.section_main .main_wrap .slide_button .prev:hover {
  background-color: rgba(44, 28, 7, 0.671);
}
.section_main .main_wrap .slide_button .prev:hover::before {
  right: 12rem;
}
.section_main .main_wrap .slide_button .next:hover {
  background-color: rgba(44, 28, 7, 0.671);
}
.section_main .main_wrap .slide_button .next:hover::after {
  left: 12rem;
}
.section_main .office_hours {
  -webkit-animation: opa_up 1s ease;
          animation: opa_up 1s ease;
  width: 100%;
  max-width:1300rem;
  margin:0 auto;
  height: 210rem;
  margin-top:100rem;
  gap:30rem;
  display: flex;
  align-items: center;
  background-color: var(--main-beige);
}
@media (max-width: 768px) {
  .section_main .office_hours {
    position: static;
    max-width: 90%;
    width: 90%;
    height: unset;
    margin: 0 auto;
    margin-top: 100rem;
    flex-direction: column;
    padding: 20rem;
  }
}
.section_main .office_hours .office_hours_title {
  font-size: 26rem;
  color: #fff;
  font-weight: 500;
  margin: auto 30rem;
}
.section_main .office_hours ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15rem 40rem;
}
@media (max-width: 768px) {
  .section_main .office_hours ul {
    margin-top: 20rem;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
}
.section_main .office_hours ul li {
  font-size: 17rem;
  color: #fff;
  display: flex;
}
@media (max-width: 768px) {
  .section_main .office_hours ul li {
    margin: 5rem;
    margin-left: 15rem;
  }
}
.section_main .office_hours ul li div {
  width: 100rem;
}
.section_main .office_hours ul li:last-child {
  grid-column: 1/-1;
  color: #ffde3b;
}
.section_main .office_hours ul li:last-child div {
  width: 100%;
}

.bg_big_logo {
  width: 516rem;
  height: 516rem;
  position: absolute;
  z-index: -2;
  bottom: 50rem;
  right: 50rem;
  background: url(../img/bg_big_logo.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .bg_big_logo {
    width: 200rem;
    height: 200rem;
  }
}

.section_intensive_care {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 200rem;
  position:relative;
}
@media (max-width: 768px) {
  .section_intensive_care {
    margin-top: 60rem;
  }
}
.section_intensive_care .section_title_logo {
  display: block;
  margin: 0 auto;
}
.section_intensive_care .section_title {
  font-weight: 100;
  color: #362e2e;
  text-align: center;
  font-size: 40rem;
  margin: 0 auto;
  margin-top: 32rem;
}
.section_intensive_care ul {
  margin-top: 60rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20rem;
}
@media (max-width: 768px) {
	.section_intensive_care .section_title{font-size:32rem;}
  .section_intensive_care ul {
    margin-top: 40rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 150rem);
  }
}
.section_intensive_care ul li {
  height: 325rem;
}
@media (max-width: 768px) {
  .section_intensive_care ul li {
    height: unset;
  }
}
.section_intensive_care ul li:nth-child(1) a .question-bg_img {
  background-image: url("../img/section_intensive_care/QA_img_01.png");
}
.section_intensive_care ul li:nth-child(2) a .question-bg_img {
  background-image: url("../img/section_intensive_care/QA_img_02.png");
}
.section_intensive_care ul li:nth-child(3) a .question-bg_img {
  background-image: url("../img/section_intensive_care/QA_img_03.png");
}
.section_intensive_care ul li:nth-child(4) a .question-bg_img {
  background-image: url("../img/section_intensive_care/QA_img_04.png");
}
.section_intensive_care ul li:nth-child(5) a .question-bg_img {
  background-image: url("../img/section_intensive_care/QA_img_05.png");
}
.section_intensive_care ul li:nth-child(1) a {
	background:#C49A6C;
}
.section_intensive_care ul li:nth-child(2) a {
	background:#382717;
}
.section_intensive_care ul li:nth-child(3) a {
	background:#C9B99F;
}
.section_intensive_care ul li:nth-child(4) a {
	background:#664D33;
}
.section_intensive_care ul li:nth-child(5) a {
	background:#9D8062;
}
.section_intensive_care ul li a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s ease-in;
}
.section_intensive_care ul li a img{width:80rem;}

.section_intensive_care ul li a:hover .question-bg_img {
  transform: scale(1.1);
}
.section_intensive_care ul li a:hover .more_btn {
  color: #4a3b2a;
}
.section_intensive_care ul li a:hover .more_btn::before {
  background-color: rgba(0, 26, 73, 0.671);
  width: 30rem;
  height: 30rem;
}
.section_intensive_care ul li a:hover .more_btn::after {
  left: 95rem;
}
.section_intensive_care ul li a .question {
    padding: 50rem 20rem;
    height: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
  .section_intensive_care ul li a .question {
	  padding:30rem 10rem;
    display: flex;
    align-items: center;
	gap:20rem;
	flex-direction:unset;
  }
}
.section_intensive_care ul li a .question h3 {
  font-size: 26rem;
  font-weight:400;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .section_intensive_care ul li a .question h3 {
	  font-size:21rem;
    flex: 1;
    align-self: center;
  }
}
.section_intensive_care ul li a .question p {
  font-size: 17rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 768px) {
  .section_intensive_care ul li a .question p {
    margin-top: 0;
    flex: 1;
  }
}
.section_intensive_care ul li a .more_btn {
  position: absolute;
  bottom: 40rem;
  left: 30rem;
  z-index: 2;
  transition: 0.3s ease-out;
}
.section_intensive_care ul li a .more_btn::before {
  position: absolute;
  left: 100rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -2;
  transition: 0.3s ease-in;
}
.section_intensive_care ul li a .more_btn::after {
  position: absolute;
  display: inline-block;
  left: 87rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 27rem;
  height: 6rem;
  background-image: url(../img/more_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
  transition: 0.3s ease-in;
}
.section_intensive_care ul li a .question-bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  transition: 0.3s ease-out;
}

.section_AtoZ {
  width: 100%;
  max-width: 100%;
  margin-top: 70rem;
  display: flex;
  height: 600rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_AtoZ {
    display: none;
  }
}
.section_AtoZ .content_box:hover .text_box {
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(0);
  opacity: 1;
}
.section_AtoZ .content_box .text_box {
  transition: 0.5s;
  width: 100%;
  height: 100%;
  color: #ffffff;
  transform: translateY(10%);
  opacity: 0;
  padding: 2em;
  text-align: center;
  display: grid;
  place-content: center;
}
.section_AtoZ .text_question {
  font-size: 24rem;
}
.section_AtoZ .text_answer {
  margin-top: 40rem;
  margin-bottom: 40rem;
  font-size: 18rem;
  line-height: 1.7;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: break-all;
}
.section_AtoZ .content_box_L {
  flex: 74;
  background: url("../img/atoz_bg_left.png") no-repeat center center/cover;
}
.section_AtoZ .content_box_center {
  flex: 44;
  padding: 140rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--bg-green);
  color: #fff;
}
.section_AtoZ .content_box_center div {
  text-align: center;
}
.section_AtoZ .content_box_center div:nth-child(1) {
  font-weight: 600;
  font-size: 32rem;
  color: rgba(255, 255, 255, 0.2);
}
.section_AtoZ .content_box_center div:nth-child(2) {
  font-size: 18rem;
  padding-top: 39rem;
}
.section_AtoZ .content_box_center div:nth-child(3) {
  font-size: 40rem;
  line-height: 1.3;
  padding-top: 20rem;
  text-align: center;
}
.section_AtoZ .content_box_center div:nth-child(4) {
  font-size: 18rem;
  padding-top: 33rem;
  line-height:1.6;
}
.section_AtoZ .content_box_R {
  flex: 74;
  background: url("../img/atoz_bg_right.png") no-repeat center center/cover;
}

.section_AtoZ_mobile {
  display: none;
}
@media (max-width: 768px) {
  .section_AtoZ_mobile {
    display: flex;
    flex-direction: column;
    margin-top: 100rem;
  }
  .section_AtoZ_mobile .section_title_logo {
    display: block;
    margin: 0 auto;
  }
  .section_AtoZ_mobile .section_title {
    font-weight: 100;
    color: #362e2e;
    text-align: center;
    font-size: 40rem;
    margin: 0 auto;
    margin-top: 32rem;
    font-size: 24rem;
  }
  .section_AtoZ_mobile .sub_title {
    text-align: center;
    color: #c49a6c;
    margin-top: 10rem;
    font-weight: 400;
  }
  .section_AtoZ_mobile .content_box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/atoz_bg_left.png") no-repeat center center/cover;
    color: #362e2e;
    margin-top: 30rem;
    padding: 30rem;
    display: grid;
    place-content: center;
    text-align: center;
  }
  .section_AtoZ_mobile .content_box .text_question {
    font-size: 20rem;
  }
  .section_AtoZ_mobile .content_box .text_answer {
    font-size: 16rem;
    line-height: 1.6;
    margin-top: 10rem;
  }
}

.common_section {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 208rem;
}
@media (max-width: 768px) {
  .common_section {
    margin-top: 100rem;
  }
}
.common_section .section_title_logo {
  display: block;
  margin: 0 auto;
}
.common_section .section_title {
  font-weight: 100;
  color: #362e2e;
  text-align: center;
  font-size: 40rem;
  margin: 0 auto;
  margin-top: 32rem;
}
@media (max-width: 768px) {
  .common_section .section_title {
    font-size: 24rem;
  }
}
.common_section .faq_wrap {
  margin-top: 80rem;
}
@media (max-width: 768px) {
  .common_section .faq_wrap {
    margin-top: 50rem;
  }
}
.common_section .faq_wrap p {
  font-weight: 300;
  font-size: 17rem;
  line-height: 1.6;
  color: #362e2e;
  margin: 30rem 120rem 30rem 250rem;
}
@media (max-width: 768px) {
  .common_section .faq_wrap p {
    margin: 20rem;
  }
}
.common_section .question_wrap {
  cursor: pointer;
  background-color: #f5f0e6;
  display: flex;
  width: 100%;
  height: 70rem;
  align-items: center;
}
@media (max-width: 768px) {
  .common_section .question_wrap {
    flex-direction: column;
    height: unset;
  }
}
.common_section .question_wrap span {
  flex-basis: 250rem;
  color: #a67c52;
  font-weight: 600;
  font-size: 18rem;
  text-align: center;
}
@media (max-width: 768px) {
  .common_section .question_wrap span {
    padding: 10rem;
    flex-basis: unset;
  }
}
.common_section .question_wrap h6 {
  flex-grow: 1;
  font-size: 18rem;
  color: #362e2e;
}
@media (max-width: 768px) {
  .common_section .question_wrap h6 {
    font-size: 16rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .common_section .question_wrap h6 img {
    display: block;
  }
}
.common_section .question_wrap .accordion_icon {
  transition: 0.5s;
  padding: 15rem;
}
.common_section .question_wrap.ui-accordion-header-active .accordion_icon {
  transform: rotate3d(1, 0, 0, 180deg);
}

.short_bg {
	padding:150rem 0;
  width: 100%;
  display: grid;
  place-content: center;
  background: url("../img/xray_bg_img_01.png") no-repeat center center/cover;
}
@media (max-width: 768px) {
  .short_bg {
    background-attachment: unset;
	padding:80rem 20rem;
  }
}
.short_bg div {
  font-size: 40rem;
  font-weight:500;
  text-align: center;
  width:100%;
  max-width:1300rem;
  color: #ffffff;
  line-height:1.6;
}
@media (max-width: 768px) {
  .short_bg div {
    font-size: 28rem;
  }
}

.introduce {
  width: 100%;
  max-width: 100%;
  background-color: #a67c52;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .introduce {
    background: linear-gradient(#a67c52 60%, #fffaf5 40%);
  }
}
.introduce .big_bg_text {
  position: absolute;
  top: 30rem;
  left: 20rem;
  z-index: -1;
  font-size: 140rem;
  font-weight: bold;
  color: #072051;
}
@media (max-width: 768px) {
  .introduce .big_bg_text {
    font-size: 64rem;
    max-width: 100%;
    text-align: center;
  }
}
.introduce .section_title_logo {
  display: block;
  margin: 0 auto;
  padding-top: 200rem;
}
@media (max-width: 768px) {
  .introduce .section_title_logo {
    padding-top: 70rem;
  }
}
.introduce .section_title {
  font-weight: 100;
  color: #362e2e;
  text-align: center;
  font-size: 40rem;
  margin: 0 auto;
  margin-top: 32rem;
  color: #fff;
}
@media (max-width: 768px) {
  .introduce .section_title {
    font-size: 24rem;
  }
}
.introduce .content_wrap {
  width: 1147rem;
  position:relative;
  max-width: 70%;
  margin: 0 auto;
  background: #fff;
    border-radius: 80rem;
  display: flex;
    padding: 70rem;
  margin:30rem auto;
}
@media (max-width: 768px) {
  .introduce .content_wrap {
    padding: 0rem;
    margin-top: 200rem;
    max-width: 80%;
    border-radius: 30rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.introduce .content_wrap .text_wrap {
  width:100%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .introduce .content_wrap .text_wrap {
    padding: 20rem;
  }
}
.introduce .content_wrap .text_wrap ul {
  margin-top: 42rem;
}
.introduce .content_wrap .text_wrap ul li {
  height: 30rem;
  font-size: 18rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .introduce .content_wrap .text_wrap ul li {
    font-size: 14rem;
    line-height: 1.6;
    height: unset;
  }
}
.introduce .content_wrap .text_wrap .name_wrap .dr_name {
  font-size: 36rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .introduce .content_wrap .text_wrap .name_wrap .dr_name {
    font-size: 30rem;
  }
}
.introduce .content_wrap .text_wrap .name_wrap .dr_career {
  margin-left: 12rem;
  font-size: 18rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .introduce .content_wrap .text_wrap .name_wrap .dr_career {
    font-size: 16rem;
  }
}
.introduce .content_wrap .tranparent_img_wrap {
  height: 250rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduce .content_wrap .tranparent_img_wrap {
    display: none;
  }
}
.introduce .content_wrap .tranparent_img_wrap img {
  margin-top: 10rem;
}
.introduce .content_wrap .doctor_img {
  width: 385rem;
  height: 575rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .introduce .content_wrap .doctor_img {
    margin-top: -200rem;
    position: static;
    height: auto;
    width: 70vw;
    align-self: flex-end;
    transform: translateX(12%);
  }
}

/************** sub top sections**************/
.sub_top {
  width: 100%;
  max-width: 100%;
  height: 360rem;
  display: grid;
  grid-template-columns: minmax(0, 100%);
  grid-template-rows: auto 70rem;
  align-items: center;
  /** 서브탑**/
  position:relative;
	overflow:hidden;
}
.sub_top::before{content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.3); z-index:2;}
.sub_top .sub_top__text_wrap {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  position:relative;
  z-index:3;
}
.sub_top .sub_top__text_wrap blockquote {
  color: #fff;
  font-weight: 300;
  max-width:800rem;
  font-size: 24rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
.sub_top .sub_top__text_wrap blockquote {
  font-size: 19rem;
  }
}
.sub_top .sub_top__text_wrap h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40rem;
  line-height: 1.5;
}
.sub_top .breadcrumb {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fffaf5;
  color: #362e2e;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30rem;
  position:relative; z-index:3;
}
.sub_top span {
  padding-left: 48rem;
  position: relative;
}
.sub_top span:not(:last-child) {
  color: #c3c1c1;
}
.sub_top span::before {
  content: "";
  position: absolute;
  left: 22rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #ccc1ad;
  border-radius: 50%;
}
.sub_top.bgImg01 {background: url(../img/1/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg02 {background: url(../img/2/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg03 {background: url(../img/3/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg04 {background: url(../img/4/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg042 {background: url(../img/4/main_bg2.png) no-repeat center center/cover;}
.sub_top.bgImg043 {background: url(../img/4/main_bg3.png) no-repeat center center/cover;}
.sub_top.bgImg044 {background: url(../img/4/main_bg4.png) no-repeat center center/cover;}
.sub_top.bgImg045 {background: url(../img/4/main_bg5.png) no-repeat center center/cover;}
.sub_top.bgImg046 {background: url(../img/4/main_bg6.png) no-repeat center center/cover;}
.sub_top.bgImg047 {background: url(../img/4/main_bg7.png) no-repeat center center/cover;}
.sub_top.bgImg048 {background: url(../img/4/main_bg8.png) no-repeat center center/cover;}
.sub_top.bgImg05 {background: url(../img/5/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg06 {background: url(../img/6/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg07 {background: url(../img/7/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg08 {background: url(../img/8/main_bg.png) no-repeat center center/cover;}
.sub_top.bgImg082 {background: url(../img/8/main_bg2.png) no-repeat center center/cover;}
.sub_top.bgImg083 {background: url(../img/8/main_bg3.png) no-repeat center center/cover;}

/********* arch text bg deco*********/
.arch_text_bg {
  position: fixed;
  top: 30%;
  left: -12%;
  z-index: -3;
}

/************** sub justice sections **************/
.sub_justice {
  width: 100%;
  max-width: 100%;
  margin-top: 100rem;
  position: relative;
  padding-bottom: 60rem;
  background: linear-gradient(#fffaf5 35%, #fff 1%);
}
@media (max-width: 768px) {
  .sub_justice {
    background: linear-gradient(#fffaf5 20%, #fff 1%);
	margin-top:50rem;
  }
}
.sub_justice.bg_short {
  background: linear-gradient(#fffaf5 23%, #fff 1%);
}
.sub_justice.no-em::after {
  top: 125rem;
}
.sub_justice .container {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .sub_justice .container {
    flex-direction: column-reverse;
  }
}
.sub_justice .container .text_wrap {
  flex: 1;
}
.sub_justice .container .text_wrap h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  color: #a67c52;
  margin-top: 30rem;
  margin-bottom: 38rem;
  opacity: 0;
  -webkit-animation: fromLeft 0.3s ease-out 0.1s forwards;
          animation: fromLeft 0.3s ease-out 0.1s forwards;
}
.sub_justice .container .text_wrap em {
  position: relative;
  font-weight: 600;
  font-size: 36rem;
  color: #362e2e;
  margin-left: 30rem;
  margin-right: 50rem;
  line-height:1.6;
  opacity: 0;
  -webkit-animation: fromLeft 0.3s ease-out 0.3s forwards;
          animation: fromLeft 0.3s ease-out 0.3s forwards;
}
.sub_justice .container .text_wrap em::before {
  content: "";
  width: 67rem;
  height: 47rem;
  background: url("../img/sub_justice_quotation.svg") no-repeat center center/cover;
  position: absolute;
  left: -30rem;
  top: -15rem;
}
.sub_justice .container .text_wrap p {
  margin-top: 50rem;
  margin-bottom: 50rem;
  margin-right: 50rem;
  font-size: 18rem;
  line-height: 1.6;
  color: #362e2e;
  opacity: 0;
  -webkit-animation: fromLeft 0.3s ease-out 0.7s forwards;
          animation: fromLeft 0.3s ease-out 0.7s forwards;
}
@media (max-width: 768px) {
  .sub_justice .container .text_wrap p {
    margin-right: 0;
  }
  .sub_justice .container .text_wrap em{font-size:28rem;}
}
.sub_justice .container img {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 433rem;
  opacity: 0;
  -webkit-animation: fromLeft 0.3s ease-out 0.5s forwards;
          animation: fromLeft 0.3s ease-out 0.5s forwards;
}

/********** sub cause ************/
.sub_cause {
  margin-top: 150rem;
}
.sub_cause .container {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.sub_cause .container.fd-row {
  flex-direction: row;
}
@media (max-width: 768px) {
  .sub_cause .container {
    flex-direction: column !important;
  }
}
.sub_cause .container h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  align-self: flex-start;
}
.sub_cause .container p {
  margin-top: 62rem;
  max-width: 975rem;
  align-self: flex-end;
  font-size: 18rem;
  line-height: 1.7;
}
.sub_cause .container p.sub_text {
  min-width: 975rem;
}
.sub_cause .container .white_wrap {
  align-self: flex-end;
  margin-top: 20rem;
  display: flex;
  width: 75%;
  background-color: #fff;
  padding-right: 80rem;
  padding-bottom: 40rem;
  padding-left: 30rem;
  font-size: 18rem;
  line-height: 1.8;
  color: #362e2e;
}
.sub_cause .container .white_wrap:first-of-type {
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .sub_cause .container .white_wrap {
    width: unset;
  }
}
.sub_cause .container .white_wrap .bignum {
  font-size: 88rem;
  font-weight: 700;
  color: #e1dace;
}
.sub_cause .container .white_wrap .title {
  margin-left: 60rem;
  margin-top: 60rem;
  font-weight: 500;
}
.sub_cause .container .white_wrap p {
  margin-top: 22rem;
  margin-left: 60rem;
}

/********** sub_point_bg parallax ********/
.sub_point_bg {
  margin-top: 100rem;
  display: grid;
  place-content: center;
  height: 310rem;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.sub_point_bg span {
  font-size: 18rem;
  color: #fff;
}
.sub_point_bg.bgImg010101 {background-image: url("../img/1/1/1-1.png");}
.sub_point_bg.bgImg010102 {background-image: url("../img/1/1/2-1.png");}
.sub_point_bg.bgImg010103 {background-image: url("../img/1/1/3-1.png");}
.sub_point_bg.bgImg010104 {background-image: url("../img/1/1/4-1.png");}
.sub_point_bg.bgImg010105 {background-image: url("../img/1/1/5-1.png");}
.sub_point_bg.bgImg010106 {background-image: url("../img/1/1/6-1.png");}
.sub_point_bg.bgImg010107 {background-image: url("../img/1/1/7-1.png");}
.sub_point_bg.bgImg010201 {background-image: url("../img/1/2/1-1.png");}
.sub_point_bg.bgImg010202 {background-image: url("../img/1/2/2-1.png");}
.sub_point_bg.bgImg010203 {background-image: url("../img/1/2/3-1.png");}
.sub_point_bg.bgImg010204 {background-image: url("../img/1/2/4-1.png");}
.sub_point_bg.bgImg010205 {background-image: url("../img/1/2/5-1.png");}
.sub_point_bg.bgImg010206 {background-image: url("../img/1/2/6-1.png");}
.sub_point_bg.bgImg010301 {background-image: url("../img/1/3/1-1.png");}
.sub_point_bg.bgImg010302 {background-image: url("../img/1/3/2-1.png");}
.sub_point_bg.bgImg010303 {background-image: url("../img/1/3/3-1.png");}
.sub_point_bg.bgImg010304 {background-image: url("../img/1/3/4-1.png");}
.sub_point_bg.bgImg010401 {background-image: url("../img/1/4/1-1.png");}
.sub_point_bg.bgImg010402 {background-image: url("../img/1/4/2-1.png");}
.sub_point_bg.bgImg010403 {background-image: url("../img/1/4/3-1.png");}
.sub_point_bg.bgImg010404 {background-image: url("../img/1/4/4-1.png");}
.sub_point_bg.bgImg010405 {background-image: url("../img/1/4/5-1.png");}
.sub_point_bg.bgImg010501 {background-image: url("../img/1/5/1-1.png");}
.sub_point_bg.bgImg010502 {background-image: url("../img/1/5/2-1.png");}
.sub_point_bg.bgImg010503 {background-image: url("../img/1/5/3-1.png");}
.sub_point_bg.bgImg010504 {background-image: url("../img/1/5/4-1.png");}
.sub_point_bg.bgImg010505 {background-image: url("../img/1/5/5-1.png");}


.sub_point_bg.bgImg020101 {background-image: url("../img/2/1/1-1.png");}
.sub_point_bg.bgImg020102 {background-image: url("../img/2/1/2-1.png");}
.sub_point_bg.bgImg020103 {background-image: url("../img/2/1/3-1.png");}
.sub_point_bg.bgImg020104 {background-image: url("../img/2/1/4-1.png");}
.sub_point_bg.bgImg020105 {background-image: url("../img/2/1/5-1.png");}
.sub_point_bg.bgImg020106 {background-image: url("../img/2/1/6-1.png");}
.sub_point_bg.bgImg020201 {background-image: url("../img/2/2/1-1.png");}
.sub_point_bg.bgImg020202 {background-image: url("../img/2/2/2-1.png");}
.sub_point_bg.bgImg020203 {background-image: url("../img/2/2/3-1.png");}
.sub_point_bg.bgImg020204 {background-image: url("../img/2/2/4-1.png");}
.sub_point_bg.bgImg020205 {background-image: url("../img/2/2/5-1.png");}
.sub_point_bg.bgImg020206 {background-image: url("../img/2/2/6-1.png");}

/************ sub symptom **********/
.sub_symptom .container {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .sub_symptom .container {
    display: block;
  }
}
.sub_symptom .container.grid-clear {
  display: block;
  margin-top: 160rem;
}
.sub_symptom .container.grid-clear p {
  font-size: 18rem;
  line-height: 1.8;
}
.sub_symptom .container h2 {
  font-weight: 600;
  font-size: 28rem;
  line-height:1.8;
  color: #362e2e;
}
.sub_symptom .container .sticky_wrap .sticky_content {
  top: 250rem;
}
.sub_symptom .container .desc_wrap {
  font-size: 18rem;
  grid-column: 1/-1;
  line-height: 1.8;
  margin-top: 50rem;
}
.sub_symptom .container .desc_wrap p {
  font-size: 18rem;
  color: #362e2e;
}
.sub_symptom .container .desc_wrap p em {
  font-weight: 600;
  display:block;
  margin-bottom:20px;
}
.sub_symptom .container .tabs {
  grid-column: 1/-1;
  margin-top: 105rem;
}
.sub_symptom .container .tabs .tab__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub_symptom .container .tabs .tab__nav li {
  font-size: 18rem;
  position: relative;
  padding: 10rem 14rem;
}
.sub_symptom .container .tabs .tab__nav li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2rem;
  background-color: #a67c52;
  transition: 0.5s;
}
.sub_symptom .container .tabs .tab__nav li:hover::after, .sub_symptom .container .tabs .tab__nav li:active::after {
  width: 100%;
}
.sub_symptom .container .tabs .tab__nav li.ui-tabs-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2rem;
  background-color: #a67c52;
  transition: 0.5s;
}
.sub_symptom .container .tabs .tab__nav .ui-tabs-active a {
  font-weight: 500;
  color: #a67c52;
}
.sub_symptom .container .tabs .tab__content {
  margin-top: 30rem;
  background: #fff;
  color: #362e2e;
  padding: 60rem;
}
.sub_symptom .container .tabs .tab__content li {
  display: flex;
}
@media (max-width: 768px) {
	.sub_symptom .container.grid-clear{margin-top:50rem;}
  .sub_symptom .container .tabs .tab__content li {
    flex-direction: column;
    align-items: center;
  }
  .sub_symptom .container .desc_wrap{margin-top:20rem;}
}
.sub_symptom .container .tabs .tab__content li img {
  width: 160rem;
  height: 160rem;
  margin-right: 80rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sub_symptom .container .tabs .tab__content li img {
    margin: 0;
    margin-bottom: 20rem;
  }
}
.sub_symptom .container .tabs .tab__content li p {
  font-size: 18rem;
  line-height: 2.2;
}
.sub_symptom .container .grid_wrap {
  margin-top: 62rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.sub_symptom .container .grid_wrap .text_box {
  width: 49%;
  background-color: #fff;
  height:300rem;
  padding: 60rem 30rem;
  border-bottom: 5rem solid #a67c52;
  transition: 0.3s ease-in;
  margin-bottom:20px;
  margin-right:2%;
}

.sub_symptom .container .grid_wrap .text_box:nth-child(2n) {margin-right:0;}
@media (max-width: 768px) {
  .sub_symptom .container .grid_wrap .text_box {
    width: unset;
	height:inherit;
	padding:30rem;
  }
}

.sub_symptom .container .grid_wrap .text_box h3 {
  font-weight: 500;
  font-size: 24rem;
  line-height: 1.7;
}
.sub_symptom .container .grid_wrap .text_box p {
  font-size: 18rem;
  max-height: 80%;
  line-height: 1.7;
  margin-top: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in;
}
.sub_symptom .container .grid_wrap .text_box .btn_more {
  cursor: pointer;
  display: block;
  margin-top: 32rem;
  text-align: center;
  font-size: 18rem;
  float: right;
}
.sub_symptom .container .grid_wrap_unbal {
  margin-top: 100rem;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
  align-items: start;
}
@media (max-width: 768px) {
  .sub_symptom .container .grid_wrap_unbal {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.sub_symptom .container .grid_wrap_unbal .white_box {
  background-color: #fff;
  padding: 50rem 40rem;
}
.sub_symptom .container .grid_wrap_unbal .white_box:nth-of-type(2) {
  margin-top: 70rem;
}
@media (max-width: 768px) {
  .sub_symptom .container .grid_wrap_unbal .white_box:nth-of-type(2) {
    margin: 0;
  }
}
.sub_symptom .container .grid_wrap_unbal .white_box h3 {
  font-size: 24rem;
  line-height: 1.7;
  font-weight: 500;
}
.sub_symptom .container .grid_wrap_unbal .white_box h3 em {
  font-weight: 700;
}
.sub_symptom .container .grid_wrap_unbal .white_box ul {
  margin-top: 30rem;
}
.sub_symptom .container .grid_wrap_unbal .white_box ul li {
  list-style-type: disc;
  margin-left: 20rem;
  font-size: 18rem;
  line-height: 2.2;
  margin-bottom: 10rem;
}
.sub_symptom .container .kind_wrap h2 {
  text-align: center;
}
.sub_symptom .container .kind_wrap .sub_title {
  margin-top: 70rem;
  font-size: 18rem;
  text-align: center;
}
.sub_symptom .container .kind_wrap .content_box_three {
  margin-top: 50rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55rem;
}
@media (max-width: 768px) {
  .sub_symptom .container .kind_wrap .content_box_three {
    grid-template-columns: 1fr;
    gap: 30rem;
  }
}
.sub_symptom .container .kind_wrap .content_box_three .white_flex_box {
  font-size: 18rem;
  line-height: 1.8;
  background-color: #fff;
}
.sub_symptom .container .kind_wrap .content_box_three .white_flex_box:nth-child(1) .title, .sub_symptom .container .kind_wrap .content_box_three .white_flex_box:nth-child(4) .title {
  background-color: #c49a6c;
}
.sub_symptom .container .kind_wrap .content_box_three .white_flex_box:nth-child(2) .title, .sub_symptom .container .kind_wrap .content_box_three .white_flex_box:nth-child(5) .title {
  background-color: #a67c52;
}
.sub_symptom .container .kind_wrap .content_box_three .white_flex_box:nth-child(3) .title, .sub_symptom .container .kind_wrap .content_box_three .white_flex_box:nth-child(6) .title {
  background-color: #929450;
}
.sub_symptom .container .kind_wrap .content_box_three .white_flex_box .title {
  color: #fff;
  height: 70rem;
  line-height: 70rem;
  background-image: url("../img/kind_title_icon.svg");
  background-position: right 28rem center;
  background-repeat: no-repeat;
  font-weight: 700;
  text-align: center;
}
.sub_symptom .container .kind_wrap .content_box_three .white_flex_box .content {
  padding: 30rem 40rem;
}

/************ sub exam ***********/
.sub_exam {
  background: url("../img/bg_big_logo.svg") no-repeat right 5vw bottom 5vw;
  margin-top: 50rem;
  background-size:200rem;
}
@media (max-width: 768px) {
  .sub_exam {
    background: unset;
    padding: 0;
	padding-bottom:50rem;
	margin-bottom:100rem;
  }
}
.sub_exam.remove_bg_img {
  background-image: none;
  padding-bottom: 0;
}
.sub_exam .container {
  width: 85%;
  display: flex;
  align-items:center;
}
@media (max-width: 768px) {
  .sub_exam .container {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
	gap:30rem;
  }
}
.sub_exam .container .img_wrap {
  width: 100%;
  flex: 50;
  position: relative;
}
.sub_exam .container .img_wrap.overlay_none::before {
  background-color: unset;
}
.sub_exam .container .img_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .sub_exam .container .img_wrap {
    flex: unset;
  }
}
.sub_exam .container .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sub_exam .container .content_wrap {
	padding:0 50rem;
  flex: 35;
}
@media (max-width: 768px) {
  .sub_exam .container .content_wrap {
    flex: unset;
	padding:0;
  }
}
.sub_exam .container .content_wrap .highlight-line {
  margin-top: 70rem;
}
.sub_exam .container .content_wrap .dm_list {
  font-size: 18rem;
  line-height: 2.2;
  margin-top: 70rem;
}
.sub_exam .container .content_wrap .dm_list p {
  margin-top: 46rem;
}
.sub_exam .container .content_wrap .dm_list p.mt-70 {
  margin-top: 70rem;
}
.sub_exam .container .content_wrap .title_wrap h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  line-height: 1.2;
}
.sub_exam .container .content_wrap .title_wrap h3 {
  margin-top: 10rem;
  font-weight: 600;
  font-size: 36rem;
  line-height: 1.5;
  color: #362e2e;
}
.sub_exam .container .content_wrap .circles {
 margin:30rem auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
  gap: 25rem;
}
@media (max-width: 768px) {
	.sub_exam .container .content_wrap .title_wrap h3{font-size:28rem;}
  .sub_exam .container .content_wrap .circles {
    gap: 15rem;
  }
}
.sub_exam .container .content_wrap .circles .circle {
  display: grid;
  place-content: center;
  aspect-ratio:1/1;
  border-radius: 50%;
  width:100%;
  height:100%;
}
@media (max-width: 768px) {
  .sub_exam .container .content_wrap .circles .circle {
    width: 110rem;
    height: 110rem;
  }
}
.sub_exam .container .content_wrap .circles .circle:nth-child(1) {
  background-color: #a67c52;
}
.sub_exam .container .content_wrap .circles .circle:nth-child(2) {
  background-color: #4a3b2a;
}
.sub_exam .container .content_wrap .circles .circle:nth-child(3) {
  background-color: #c49a6c;
}
.sub_exam .container .content_wrap .circles .circle:nth-child(4) {
  background-color: #bfbfbf;
}
.sub_exam .container .content_wrap .circles .circle:nth-child(5) {
  background-color: #f8f8f8;
}
.sub_exam .container .content_wrap .circles .circle span {
  text-align: center;
  font-size: 18rem;
  line-height: 1.5;
  color: #ffffff;
}
.sub_exam .container .content_wrap .content {
  margin-top: 40rem;
  color: #362e2e;
  font-size: 18rem;
  line-height: 1.8;
  max-width: 650rem;
}
.sub_exam .container .content_wrap .content strong {
  position: relative;
}
.sub_exam .container .content_wrap .content strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: 6rem;
  background-color: #e0dace;
  z-index: -1;
}
.sub_exam .container .content_wrap .brown_box {
  position: relative;
  margin-top: 86rem;
  font-size: 18rem;
  line-height: 2.2;
  color: #fffaf5;
}
.sub_exam .container .content_wrap .brown_box::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
  content: "";
  display: inline-block;
  width: 1610rem;
  height: 120%;
  background-color: #a67c52;
}
.sub_exam .container .content_wrap .brown_box .title::before {
  content: "!";
  margin-right: 15rem;
  color: #929450;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  line-height: 23rem;
  width: 23rem;
  height: 23rem;
  background-color: #fffaf5;
  border-radius: 50%;
}
.sub_exam .container .content_wrap .brown_box ul li {
  list-style-type: disc;
  margin-left: 20rem;
  line-height:1.8;
}

/************ sub_treatment ***********/
.sub_treatment {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.sub_treatment .container {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 100rem 0 0;
}
.sub_treatment .container h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
}
.sub_treatment .container .content_wrap {
  width: 100%;
}
@media (max-width: 768px) {
	.sub_treatment .container{padding-bottom:50rem;}
  .sub_treatment .container .content_wrap {
    align-self: center;
  }
}
.sub_treatment .container .content_wrap h3 {
  font-weight: 600;
  font-size: 24rem;
  line-height: 1.7;
  color: #c49a6c;
}
.sub_treatment .container .content_wrap h3:not(:first-of-type) {
  margin-top: 36rem;
}
.sub_treatment .container .content_wrap .content_box_01:nth-of-type(2) {
  margin-top: 60rem;
}
.sub_treatment .container .content_wrap .content_box_01 .flex_wrap {
  display: flex;
  margin-top: 20rem;
  align-items: flex-start;
}
.sub_treatment .container .content_wrap .content_box_01 .flex_wrap .capsule {
  margin-top: 0;
}
.sub_treatment .container .content_wrap .content_box_01 .flex_wrap .capsule:first-of-type {
  margin-top: 0;
}
.sub_treatment .container .content_wrap .content_box_01 .flex_wrap p {
  margin-top: 0;
  margin-left: 30rem;
}
.sub_treatment .container .content_wrap .content_box_01 .flex_wrap ul {
  padding: 0;
  margin-top: 0;
  margin-left: 30rem;
}
.sub_treatment .container .content_wrap .content_box_01 .flex_wrap ul li {
  list-style-type: "- ";
  margin-left: 20rem;
}
.sub_treatment .container .content_wrap .content_box_01 .capsule {
  margin-top: 25rem;
  display: inline-block;
}
.sub_treatment .container .content_wrap .content_box_01 .capsule:first-of-type {
  margin-top: 40rem;
}
.sub_treatment .container .content_wrap .content_box_01 .capsule .pill {
  color: #fff;
  font-size: 18rem;
  background-color: #a67c52;
  border-radius: 20rem;
  height: 40rem;
  text-align: center;
  padding: 0 25rem;
  display: grid;
  place-content: center;
}
.sub_treatment .container .content_wrap .content_box_01 p {
  font-size: 18rem;
  line-height: 2.2;
}
.sub_treatment .container .content_wrap .content_box_01 p.mt30 {
  margin-top: 30rem;
  line-height: 1.7;
}
.sub_treatment .container .content_wrap .content_box_01 ul {
  font-size: 18rem;
  margin-top: 10rem;
  line-height: 2.2;
  padding-left: 10rem;
}
.sub_treatment .container .content_wrap .content_box_01 ul li {
  list-style-type: "- ";
}
.sub_treatment .container .content_wrap .content_box_02 h3 {
  margin-top: 30rem;
}
.sub_treatment .container .content_wrap .content_box_02 .squares {
  font-size: 18rem;
  margin-top: 15rem;
  display: grid;
  gap:30rem;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .sub_treatment .container .content_wrap .content_box_02 .squares {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
    gap: 20rem;
  }
}
.sub_treatment .container .content_wrap .content_box_02 .squares.responsive .square {
  height: auto;
}
.sub_treatment .container .content_wrap .content_box_02 .squares.responsive .square p {
  padding: 20rem 10rem;
}
.sub_treatment .container .content_wrap .content_box_02 .squares .square {
  display: flex;
  flex-direction:column;
  gap:10rem;
  justify-content:center;
  border: 10rem solid #c49a6c66;
  align-items:center;
  aspect-ratio:1/1;
}
.sub_treatment .container .content_wrap .content_box_02 .squares .square span {
  align-self: center;
  text-align: center;
  font-weight: 600;
  font-size: 28rem;
  line-height: 1.5;
  color: #362e2e;
}
.sub_treatment .container .content_wrap .content_box_02 .squares .square p {
  margin: 0;
  padding: 0 10rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}
.sub_treatment .container .content_wrap .list {
  margin-top: 50rem;
}
.sub_treatment .container .content_wrap .list .item {
  display: flex;
  margin-top: 10rem;
  align-items: center;
}
@media (max-width: 768px) {
  .sub_treatment .container .content_wrap .list .item {
    align-items: start;
  }
}
.sub_treatment .container .content_wrap .list .item span {
  flex-shrink: 0;
  display: inline-block;
  font-size: 18rem;
  line-height: 40rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #c49a6c;
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
}
.sub_treatment .container .content_wrap .list .item p {
  margin: 0;
  margin-left: 10rem;
  font-size: 18rem;
  line-height: 2.2;
}
.sub_treatment .container .content_wrap p {
  margin-top: 10rem;
}

/************ sub_comparison ***********/
.sub_comparison {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 200rem;
}
.sub_comparison h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  text-align: center;
}
.sub_comparison .subtitle_gray {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
}
.sub_comparison .subtitle_gray h4 {
  font-size: 24rem;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  background: #c4c4c4;
  color: #fff;
  padding: 8rem 15rem;
}
.sub_comparison table {
  font-size: 18rem;
  line-height: 1.8;
  margin-top: 65rem;
  background: #fff;
  color: #362e2e;
  text-align: center;
  width: 100%;
  height: 700rem;
  border-top: 4rem solid #a67c52;
}
.sub_comparison table.h100 {
  height: unset;
}
.sub_comparison table.h100 tbody tr {
  height: 100rem;
}
.sub_comparison table tr th {
  width: 30%;
  vertical-align: middle;
  background-color: rgba(153, 130, 90, 0.2);
  height: 80rem;
}
.sub_comparison table tr th:last-child {
  background-color: #e4dbcb;
}
.sub_comparison table tr td {
  padding: 0 20rem;
  width: 30rem;
  vertical-align: middle;
}
.sub_comparison table tr td:last-of-type {
  background-color: rgba(202, 175, 123, 0.2);
}
.sub_comparison p {
  margin-top: 70rem;
  font-size: 18rem;
  line-height: 1.8;
}
.sub_comparison p.subdesc {
  text-align: center;
  margin-top: 40rem;
}

/************ sub_introduce ***********/
.sub_introduce .main_title {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 150rem;
  text-align: center;
  color: #362e2e;
}
.sub_introduce .main_title h1 {
  font-weight: 700;
  font-size: 36rem;
  line-height:1.8;
}
.sub_introduce .main_title p {
  margin: 0 auto;
  margin-top: 50rem;
  width: 50%;
  font-size: 18rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
	.sub_introduce .main_title{margin-top:50rem;}
	.sub_introduce .main_title h1{font-size:28rem;}
  .sub_introduce .main_title p {
    width: 90%;
  }
}
.sub_introduce .content_grid {
  width: 100%;
  max-width: 100%;
  margin-top: 150rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 286rem 393rem 300rem 340rem 340rem 200rem;
}
@media (max-width: 1280px) {
  .sub_introduce .content_grid {
    grid-template-rows: 1fr 2fr 3fr 3fr 2fr 1fr;
  }
}
@media (max-width: 768px) {
  .sub_introduce .content_grid {
    grid-template-columns: 5% 22.5% 22.5% 22.5% 22.5% 5%;
    grid-template-rows: 1fr 2fr 2fr 2fr 1fr 2fr;
  }
}
.sub_introduce .content_grid .content_wrap {
  font-weight: 250;
  font-size: 40rem;
  width: 530rem;
  max-width: 100%;
  padding: 50rem 0;
}
.sub_introduce .content_grid .content_wrap.white {
  grid-column: 2/span 2;
  grid-row: 2;
  color: #ffffff;
  align-self: center;
}
@media (max-width: 768px) {
  .sub_introduce .content_grid .content_wrap.white {
    grid-column: 2/span 3;
    grid-row: 3;
    align-self: start;
  }
}
.sub_introduce .content_grid .content_wrap.black {
  grid-column: 4/span 2;
  grid-row: 5/span 2;
  color: #362e2e;
  place-self: center;
  margin-left: 30rem;
}
@media (max-width: 768px) {
  .sub_introduce .content_grid .content_wrap.black {
    grid-column: 3/span 3;
    grid-row: 6/span 2;
    place-self: unset;
    align-self: center;
    margin-left: 0;
  }
}
.sub_introduce .content_grid .content_wrap p {
  font-size: 18rem;
  margin-top: 50rem;
  line-height: 1.8;
}
.sub_introduce .content_grid .content_wrap .title {
  line-height: 1.25;
}
.sub_introduce .content_grid .content_wrap .title strong {
  font-weight: 500;
  position: relative;
}
.sub_introduce .content_grid .content_wrap .title strong::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -50%;
  transform: translateX(50%);
  width: 102%;
  height: 12rem;
  background: #c49a6c;
  opacity: 0.5;
  z-index: -1;
}
.sub_introduce .content_grid .bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
.sub_introduce .content_grid .img01 {
  background-image: url("../img/1/251002_1.png");
  grid-column: 4/span 3;
  grid-row: 1/span 2;
}
@media (max-width: 768px) {
  .sub_introduce .content_grid .img01 {
    grid-column: 3/-1;
  }
}
.sub_introduce .content_grid .img02 {
  position: relative;
  background-image: url("../img/1/251002_2.png");
  grid-column: 1/span 3;
  grid-row: 4/span 2;
}
.sub_introduce .content_grid .img02::after {
  content: "";
  display: inline-block;
  width: 400rem;
  height: 400rem;
  position: absolute;
  top: -200rem;
  right: -200rem;
  z-index: -1;
  background: url("../img/circle_text.svg") no-repeat center center/cover;
  -webkit-animation: infiniteRound 25s linear infinite;
          animation: infiniteRound 25s linear infinite;
}
@media (max-width: 768px) {
  .sub_introduce .content_grid .img02 {
    grid-column: 1/span 4;
  }
}
.sub_introduce .content_grid .bg {
  z-index: -1;
  grid-column: 1/span 5;
  grid-row: 2/span 3;
  background-color: #3c2807;
}
.sub_introduce .content_grid .sidetext01 {
  background: url("../img/aside_text_01.svg") no-repeat center center/cover;
  grid-column: 1;
  grid-row: 2/span 2;
  width: 16rem;
  height: 478rem;
  place-self: center;
}
@media (max-width: 768px) {
  .sub_introduce .content_grid .sidetext01 {
    grid-column: 2;
    grid-row: 2/span 1;
    margin: 20rem 0;
  }
}
.sub_introduce .content_grid .sidetext02 {
  background: url("../img/aside_text_02.svg") no-repeat center center/cover;
  width: 16rem;
  height: 478rem;
  grid-column: 6;
  grid-row: 4/span 2;
  place-self: center;
}
@media (max-width: 768px) {
  .sub_introduce .content_grid .sidetext02 {
    grid-column: 5;
    grid-row: 5/span 2;
    place-self: unset;
    justify-self: center;
    margin: 20rem 0;
  }
}

.sub_introduce .pg0202 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_21.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0202 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0202 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0203 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_45.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0203 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0203 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}



.sub_introduce .pg0401 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_53.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0401 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0401 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 768px) {
.sub_introduce .pg0401 p {
	font-size:21rem;
	padding:0 20rem;
}
.sub_introduce .pg0401 p br {
	display:none;
}
}


.sub_introduce .pg0402 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_63.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0402 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0402 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0403 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_73.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0403 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0403 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0404 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_81.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0404 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0404 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}



.sub_introduce .pg0405 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_88.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0405 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0405 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0406 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_94.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0406 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0406 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0407 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_103.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0407 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0407 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0408 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_109.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0408 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0408 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}




.sub_introduce .pg0501 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_122.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0501 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0501 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg06 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_129.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg06 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg06 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}


.sub_introduce .pg0801 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_140.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0801 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0801 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}
.sub_introduce .pg0802 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_140.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0802 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0802 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}
.sub_introduce .pg0803 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/251002_140.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .pg0803 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .pg0803 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}

.sub_introduce .room01 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/room_01.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

.sub_introduce .room02 {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 450rem;
  background: url("../img/room_03.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .room01 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .room01 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .sub_introduce .room02 {
    height: 250rem;
    background-position: center right 30%;
	margin-top:50rem;
  }
}
.sub_introduce .room02 p {
  font-weight: 700;
  color: #fffaf5;
  font-size: 36rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .sub_introduce .room01 p {
	font-size:19rem;
  }
}
@media (max-width: 768px) {
  .sub_introduce .room02 p {
	font-size:19rem;
  }
}
.sub_introduce .bgImgDr {
  display: grid;
  place-content: center;
  margin-top: 160rem;
  width: 100%;
  height: 570rem;
  background: url("../img/1/251002_3.png") no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sub_introduce .bgImgDr {
    height: 300rem;
    background-position: center right 30%;
  }
}
.sub_introduce .bgImgDr p {
  font-weight: 250;
  color: #fffaf5;
  font-size: 40rem;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .sub_introduce .bgImgDr p {
    font-size: 24rem;
  }
}
.sub_introduce .dr_info {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 200rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sub_introduce .dr_info {
    position: relative;
  }
}
.sub_introduce .dr_info .dr_img {
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sub_introduce .dr_info .dr_img {
    max-width: unset;
    width: 80%;
    position: absolute;
    right: -19%;
    z-index: -1;
  }
}
.sub_introduce .dr_info .career {
  position: relative;
  margin-left: 80rem;
}
@media (max-width: 1280px) {
  .sub_introduce .dr_info .career {
    margin-left: 0;
  }
}
.sub_introduce .dr_info .career .bgtext {
  position: absolute;
  top: -50%;
  left: -50%;
  font-weight: bold;
  font-size: 180rem;
  letter-spacing: -0.02em;
  color: #3c2807;
  opacity: 0.03;
}
@media (max-width: 768px) {
  .sub_introduce .dr_info .career .bgtext {
    position: absolute;
    left: -4%;
    font-size: 128rem;
  }
}
.sub_introduce .dr_info .career .name {
  margin-top: 20rem;
  font-size: 40rem;
  font-weight: 400;
  line-height: 1.25;
}
.sub_introduce .dr_info .career ul {
  margin-top: 44rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.8;
}
.sub_introduce .sub_intro_slide {
  width: 1690rem;
  margin-top: 260rem;
  margin-bottom: 200rem;
  float: right;
  transform: translateX(10%);
}
.sub_introduce .sub_intro_slide.full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 200rem;
  height: 400rem;
  float: unset;
  transform: unset;
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide.full {
    width: 90%;
    max-width: 100%;
    margin-top: 100rem;
  }
}
.sub_introduce .sub_intro_slide.full .swiper {
  width: 100%;
  height: 400rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide.full .swiper {
    overflow: hidden;
  }
}
.sub_introduce .sub_intro_slide.full .swiper .swiper-slide {
  width: 600rem;
}
.sub_introduce .sub_intro_slide.full .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_introduce .sub_intro_slide.full .swiper .swiper-pagination {
  width: 1300rem;
  max-width: 100%;
  top: unset;
  bottom: -50rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide.full .swiper .swiper-pagination {
    bottom: 0;
  }
}
.sub_introduce .sub_intro_slide.full .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #362e2e;
}
.sub_introduce .sub_intro_slide.full .slider {
  grid-column: unset;
  grid-row: unset;
  margin: 0;
  height: 400rem;
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide.full .slider {
    width: 100%;
  }
}
.sub_introduce .sub_intro_slide.full .slider .image {
  width: 600rem;
  height: 100%;
}
.sub_introduce .sub_intro_slide.full .slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sub_introduce .sub_intro_slide.full .progress {
  width: 1300rem;
  margin: 0 auto;
  margin-top: 70rem;
  grid-column: unset;
  grid-row: unset;
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide.full .progress {
    width: 650rem;
  }
}
@media (max-width: 1280px) {
  .sub_introduce .sub_intro_slide {
    width: 1100rem;
  }
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide {
    margin-top: 100rem;
    float: unset;
    width: 660rem;
    transform: unset;
    margin-bottom: 100rem;
  }
}
.sub_introduce .sub_intro_slide .slider {
  grid-column: 2/-1;
  grid-row: 1;
  margin: 30rem auto 50rem;
}
@media (max-width: 1280px) {
  .sub_introduce .sub_intro_slide .slider {
    margin: 30rem auto 30rem;
  }
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide .slider {
    margin: 30rem auto 10rem;
  }
}
.sub_introduce .sub_intro_slide .slider .image {
  padding: 10rem;
}
.sub_introduce .sub_intro_slide .slider .image img {
  display: block;
  width: 400rem;
  height: 400rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .sub_introduce .sub_intro_slide .slider .image img {
    width: 250rem;
    height: 250rem;
  }
}
@media (max-width: 768px) {
  .sub_introduce .sub_intro_slide .slider .image img {
    width: 150rem;
    height: 150rem;
  }
}
.sub_introduce .sub_intro_slide .progress {
  grid-column: 2/-1;
  grid-row: 2;
  display: block;
  width: 100%;
  height: 4rem;
  border-radius: 10rem;
  overflow: hidden;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #3b2707, #3b2707);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.sub_introduce .sub_intro_slide .progress .sr-only {
  position: absolute;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: -1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/************ sub_kind_tab ***********/
.sub_kind_tab {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/sub_bg_01.png") no-repeat center center/cover;
}

.sub_kind_tab.v2 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_46.png") no-repeat center center/cover;
}
.sub_kind_tab.v3 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_52.png") no-repeat center center/cover;
}
.sub_kind_tab.v4 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_62.png") no-repeat center center/cover;
}
.sub_kind_tab.v5 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_72.png") no-repeat center center/cover;
}
.sub_kind_tab.v6 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_80.png") no-repeat center center/cover;
}
.sub_kind_tab.v7 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_87.png") no-repeat center center/cover;
}
.sub_kind_tab.v8 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_93.png") no-repeat center center/cover;
}
.sub_kind_tab.v9 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_102.png") no-repeat center center/cover;
}
.sub_kind_tab.v10 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_108.png") no-repeat center center/cover;
}
.sub_kind_tab.v11 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_121.png") no-repeat center center/cover;
}
.sub_kind_tab.v12 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_128.png") no-repeat center center/cover;
}
.sub_kind_tab.v13 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_133.png") no-repeat center center/cover;
}
.sub_kind_tab.v14 {
  width: 100%;
  max-width: 100%;
  padding: 120rem 0;
  background: url("../img/251002_141.png") no-repeat center center/cover;
}
.sub_kind_tab h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  text-align: center;
  color: #fff;
}
.sub_kind_tab .container {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 70rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
	.sub_kind_tab{padding:50rem 0;}
  .sub_kind_tab .container {
    flex-direction: column;
	margin-top:50rem; margin-bottom:50rem;
  }
}
.sub_kind_tab .container .tab__nav {
  flex-basis: 325rem;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .sub_kind_tab .container .tab__nav {
    flex-basis: unset;
	width:calc(100% - 30px);
	margin-bottom:50rem;
	font-size:19rem;
  }
}
.sub_kind_tab .container .tab__nav li {
  margin: 30rem 0;
  transition: 0.3s ease-in;
}
@media (max-width: 768px) {
  .sub_kind_tab .container .tab__nav li {
    margin-top: 15rem;
    margin-bottom: 15rem;
    margin-left: 25rem;
  }
}
.sub_kind_tab .container .tab__nav li a {
  color: #fff;
  font-weight: 700;
}
.sub_kind_tab .container .tab__nav li::before {
  left: -60rem;
  width: 0;
}
.sub_kind_tab .container .tab__nav li.ui-tabs-active {
  position: relative;
  left: 30rem;
}
.sub_kind_tab .container .tab__nav li.ui-tabs-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -42rem;
  transform: translateY(-50%);
  align-items: center;
  width: 24rem;
  height: 4rem;
  display: inline-block;
  background-color: #fff;
  margin-right: 14rem;
  transition: 0.3s ease-in;
}
.sub_kind_tab .container .tab__content {
  background-color: #fff;
  padding: 46rem 40rem 40rem 50rem;
}
.sub_kind_tab .container .tab__content .tab_inner_content {
  max-width: 975rem;
}
.sub_kind_tab .container .tab__content .tab_inner_content .title {
  font-size: 19rem;
  font-weight: 700;
  color: #a67c52;
}
.sub_kind_tab .container .tab__content .tab_inner_content .title:nth-child(3) {
  margin-top: 50rem;
}
.sub_kind_tab .container .tab__content .tab_inner_content p {
  margin-top: 20rem;
  font-size: 18rem;
  line-height: 1.8;
}
.sub_kind_tab .container .tab__content .tab_inner_content ul {
  margin-top: 20rem;
}
.sub_kind_tab .container .tab__content .tab_inner_content ul li {
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
  font-size: 18rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
	.sub_kind_tab .container .tab__content{padding:30rem 20rem;}
  .sub_kind_tab .container .tab__content .tab_inner_content ul li {
    align-items: start;
  }
}
.sub_kind_tab .container .tab__content .tab_inner_content ul li span {
  flex-shrink: 0;
  display: inline-block;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: #a67c52;
  color: #fff;
  text-align: center;
  line-height: 40rem;
  margin-right: 16rem;
}

/************ sub_apply ***********/
.sub_apply {
  width: 1300rem;
  max-width: 90%;
  margin: 100rem auto;
}
.sub_apply h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  text-align: center;
}
.sub_apply ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem 40rem;
  margin-top: 80rem;
}
@media (max-width: 768px) {
	.sub_apply{margin:50rem auto;}
  .sub_apply ul {
    grid-template-columns: 1fr;
	margin-top:40rem;
  }
}
.sub_apply ul li {
  font-size: 18rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.sub_apply ul li span {
  display: flex;
  align-items:center;
  justify-content:center;
  width: 60rem;
  height: 100%;
  line-height: 1.6;
  aspect-ratio:1/1;
  min-width:60rem;
  color: #fff;
  background-color: #c49a6c;
  text-align: center;
  margin-right: 30rem;
}
.sub_apply p {
  margin-top: 50rem;
  font-size: 18rem;
  line-height: 2.2;
}

/************ sub_ caution ***********/
.sub_caution {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top:50px;
}
.sub_caution .container {
  background-color: #a67c52;
  color: #fffaf5;
  font-size: 18rem;
  padding: 40rem 50rem 30rem 40rem;
}
.sub_caution h2 {
  font-weight: 700;
}
.sub_caution h2::before {
  content: "!";
  margin-right: 15rem;
  color: #929450;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  line-height: 23rem;
  width: 23rem;
  height: 23rem;
  background-color: #fffaf5;
  border-radius: 50%;
}
.sub_caution ul {
  margin-top: 14rem;
  margin-left: 30rem;
}
.sub_caution ul li {
  list-style-type: disc;
  line-height: 1.7;
}

/********** sub_ correlation***********/
.sub_correlation {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 250rem;
}
.sub_correlation h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  text-align: center;
}
.sub_correlation ul {
  margin-top: 65rem;
  border-top: 4rem solid #a67c52;
}
.sub_correlation ul li {
  padding: 40rem 20rem;
  display: flex;
  font-size: 18rem;
  line-height: 1.8;
  border-bottom: 1rem solid #d3cfcb;
}
@media (max-width: 768px) {
	.sub_caution .container{padding:40rem 20rem;}
  .sub_correlation ul li {
    flex-direction: column;
  }
}
.sub_correlation ul li h3 {
  flex: 1;
  font-weight: 700;
}
.sub_correlation ul li p {
  flex: 3;
}
@media (max-width: 768px) {
  .sub_correlation ul li p {
    margin-top: 20rem;
  }
}
.sub_correlation .caution {
  margin-top: 50rem;
  line-height: 1.8;
  font-size: 18rem;
}

/***********sub_time 진료시간/오시는길*************/
.sub_time {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 150rem;
}
.sub_time .img01 {
  background: url("../img/1/251002_5.png") no-repeat center center/cover;
  width: 100%;
  height: 480rem;
}
.sub_time .time_box {
  width: 656rem;
  margin: 0 auto;
  padding: 70rem 80rem;
  transform: translateY(-140rem);
  background-color: #fffaf5;
}
@media (max-width: 768px) {
	.sub_time{margin-top:50rem;}
  .sub_time .time_box {
    width: 90%;
    padding: 30rem 20rem;
    transform: translateY(-50rem);
  }
}
.sub_time .time_box .title {
  font-size: 36rem;
  line-height: 1.25;
  font-weight: bold;
  color: #362e2e;
  text-align: center;
}
.sub_time .time_box .time_table {
  margin-top: 30rem;
}
.sub_time .time_box .time_table li {
  font-size: 18rem;
  line-height: 1.8;
  display: flex;
}
.sub_time .time_box .time_table li span:first-child {
  min-width: 100rem;
}
@media (max-width: 768px) {
	.sub_time .time_box .title{font-size:28rem;}
	.sub_time .time_box .time_table li{justify-content:space-between; gap:20px;}
  .sub_time .time_box .time_table li span:first-child {
    min-width: 100rem;
  }
}
.sub_time .time_box .time_table li span:nth-child(2) {
  padding-left: 10rem;
}
@media (max-width: 768px) {
  .sub_time .time_box .time_table li span:nth-child(2) {
    padding: 0;
  }
}
.sub_time .time_box .holiday {
  margin-top: 30rem;
  text-align: center;
  font-size: 18rem;
  color: #362e2e;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sub_time .time_box .holiday {
    margin-top: 30rem;
  }
}

.sub_map_location {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
}
.sub_map_location #kakao_map {
  width: 100%;
  height: 480rem;
}

.append_map_info {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 50rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
	.sub_map_location #kakao_map{height:350rem;}
  .append_map_info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.append_map_info .title {
  flex: 20% 0 0;
  font-weight: bold;
  font-size: 24rem;
  color: #362e2e;
}
.append_map_info .address {
  flex: 30% 0 0;
  line-height: 1.618;
  font-size: 18rem;
  color: #362e2e;
}
@media (max-width: 1280px) {
	.append_map_info .title{font-size:28rem;}
  .append_map_info .address {
    flex-basis: 50%;
    margin-left: 30rem;
  }
}
@media (max-width: 768px) {
  .append_map_info .address {
    margin-top: 20rem;
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
  }
}
.append_map_info .map_info_btns {
  flex: 50% 0 0;
  justify-content: center;
  font-size: 17rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .append_map_info .map_info_btns {
    margin-top: 30rem;
    justify-content: flex-end;
    width: 100%;
    justify-self: end;
  }
}
@media (max-width: 768px) {
  .append_map_info .map_info_btns {
    margin-top: 20rem;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
.append_map_info .map_info_btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7rem 15rem;
}
@media (max-width: 768px) {
  .append_map_info .map_info_btns a {
    margin: 1%;
    width: 48%;
  }
}
.append_map_info .map_info_btns a:not(:last-child) {
  margin-right: 20rem;
}
@media (max-width: 768px) {
  .append_map_info .map_info_btns a:not(:last-child) {
    margin:1%;
	width:48%;
  }
}
.append_map_info .map_info_btns .map_naver {
  color: #36ab36;
  border: 1rem solid #36ab36;
}
.append_map_info .map_info_btns .map_naver::before {
  content: "";
  display: inline-block;
  width: 18rem;
  height: 18rem;
  margin-right: 7rem;
  background: url("../img/map_icon_N.svg") no-repeat center center/cover;
}
.append_map_info .map_info_btns .map_daum {
  color: #618ffc;
  border: 1rem solid #618ffc;
}
.append_map_info .map_info_btns .map_daum::before {
  content: "";
  display: inline-block;
  width: 18rem;
  height: 18rem;
  margin-right: 7rem;
  background: url("../img/map_icon_D.svg") no-repeat center center/cover;
}

.map_detail_info {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 150rem;
}
.map_detail_info .title {
  font-weight: bold;
  font-size: 36rem;
  color: #362e2e;
}
.map_detail_info .item_list .item_wrap {
  display: flex;
  margin-top: 40rem;
}
.map_detail_info .item_list .item_wrap .icon_wrap {
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  margin-right: 26rem;
}
.map_detail_info .item_list .item_wrap .icon_wrap img {
  width: 60rem;
  height: 60rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.map_detail_info .item_list .con_wrap .tit {
  font-size: 24rem;
  font-weight: bold;
  line-height: 29rem;
}
.map_detail_info .item_list .con_wrap .con {
  margin-top: 10rem;
  font-size: 18rem;
  line-height: 1.8;
}

.sub_interior .title_box {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 150rem;
  display: flex;
  color: #362e2e;
}
@media (max-width: 1280px) {
  .sub_interior .title_box {
    flex-direction: column;
  }
}
.sub_interior .title_box .title {
  flex: 1;
  font-weight: 250;
  line-height:1.6;
  max-width: 70vw;
  font-size: 36rem;
}
.sub_interior .title_box .desc {
  flex: 1;
  font-size: 18rem;
  line-height: 1.8;
}
@media (max-width: 1280px) {
  .sub_interior .title_box .desc {
    margin-top: 50rem;
    align-self: end;
  }
}
.sub_interior .slide_wrap {
  width: 1000rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100rem;
}
.sub_interior .slide_wrap .slick-prev {
  left: -50rem;
}
.sub_interior .slide_wrap .slick-next {
  right: -30rem;
}
.sub_interior .slide_wrap .slick-next,
.sub_interior .slide_wrap .slick-prev {
  width: 30rem;
  height: 30rem;
  z-index: 1;
}
.sub_interior .slide_wrap .slick-next:before,
.sub_interior .slide_wrap .slick-prev:before {
  color: #a67c52;
  font-size: 50rem;
}
@media (max-width: 768px) {
	.map_detail_info .item_list .con_wrap .tit{font-size:21rem; line-height:26rem;}
	.map_detail_info .item_list .con_wrap .con{line-height:1.6;}
	.map_detail_info{margin-top:50rem;}
	.map_detail_info .title{font-size:28rem;}
	.sub_interior .title_box .title{line-height:1.8;}
	.sub_interior .title_box .desc{margin-top:30rem;}
  .sub_interior .slide_wrap .slick-next:before,
.sub_interior .slide_wrap .slick-prev:before {
    font-size: 0;
  }
}
.sub_interior .slide_wrap .buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
	.sub_interior .title_box{margin-top:50rem;}
  .sub_interior .slide_wrap .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.sub_interior .slide_wrap .buttons button {
  font-size: 24rem;
  padding: 8rem 100rem;
  display: inline-block;
  color: #362e2e;
  background-color: transparent;
}
.sub_interior .slide_wrap .buttons button.active {
  background-color: #a67c52;
  color: #ffffff;
}
.sub_interior .slide_wrap .tabs {
  max-width: 100%;
  margin-top: 50rem;
}
.sub_interior .slide_wrap .tabs .tab {
  display: none;
}
.sub_interior .slide_wrap .tabs .tab.active {
  display: block;
}
.sub_interior .slide_wrap .tabs .tab .slider .item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_squares {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 150rem;
}
.sub_squares h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  text-align: center;
}
.sub_squares .square_wrap {
  margin-top: 80rem;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
}
.sub_squares .square_wrap .square {
  width: 210rem;
  height: 210rem;
  border: 11rem solid #c49a6c66;
  margin: 0 24rem;
  display: grid;
}
@media (max-width: 768px) {
	.sub_interior .slide_wrap{margin-top:50rem;}
	.sub_interior .slide_wrap .tabs{margin-top:0rem;}
	.sub_squares{margin-top:50rem;}
  .sub_squares .square_wrap .square {
    width: 130rem;
    height: 130rem;
  }
  .slick-dots{bottom:-50rem;}
}
.sub_squares .square_wrap .square .num {
  display: block;
  text-align: center;
  font-size: 28rem;
  font-weight: 700;
  align-self: center;
}
.sub_squares .square_wrap .square p {
  text-align: center;
  margin: 0;
}
.sub_squares p {
  font-size: 18rem;
  margin-top: 70rem;
  line-height: 1.7;
}

.sub_kind_XO {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100rem;
}
.sub_kind_XO h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  text-align: center;
}
.sub_kind_XO .subtitle_gray {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
}
.sub_kind_XO .subtitle_gray h4 {
  font-size: 24rem;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  background: #a67c52;
	border-radius:15px;
  color: #fff;
  padding: 8rem 15rem;
}
.sub_kind_XO p {
  margin-top: 40rem;
  font-size: 18rem;
  line-height: 1.8;
}
.sub_kind_XO .content_wrap {
  margin-top: 50rem;
}
.sub_kind_XO .content_wrap .flex_wrap {
  margin-top: 20rem;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
	.sub_kind_XO{margin-top:50rem;}
	.sub_kind_XO .subtitle_gray{margin-top:50rem;}
  .sub_kind_XO .content_wrap .flex_wrap {
    display: block;
  }
}
.sub_kind_XO .content_wrap .flex_wrap.bg_light_brown .box_1,
.sub_kind_XO .content_wrap .flex_wrap.bg_light_brown .arrow {
  background-color: #c49a6c;
}
.sub_kind_XO .content_wrap .flex_wrap.bg_dark_brown .box_1,
.sub_kind_XO .content_wrap .flex_wrap.bg_dark_brown .arrow {
  background-color: #a67c52;
}
.sub_kind_XO .content_wrap .flex_wrap .box_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
  height: 100rem;
  color: #fff;
  font-size: 18rem;
  font-weight: 700;
}
.sub_kind_XO .content_wrap .flex_wrap .box_1 img {
  width: 80rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .sub_kind_XO .content_wrap .flex_wrap .box_1 {
    clear: both;
    height: unset;
    padding: 10rem;
    width: 60%;
    margin: 0 auto;
  }
}
.sub_kind_XO .content_wrap .flex_wrap .dash-line {
  display: block;
  width: 14%;
  border: none;
  height: 3rem;
  background-color: transparent;
  background: repeating-linear-gradient(90deg, #c8c6c2, #c8c6c2, transparent 10rem, transparent 10rem);
}
@media (max-width: 768px) {
  .sub_kind_XO .content_wrap .flex_wrap .dash-line {
    display: none;
  }
}
.sub_kind_XO .content_wrap .flex_wrap .sub_flex_box {
  flex-basis: 60%;
  display: grid;
  grid-template-columns: 325fr 160fr 325fr;
  align-items: center;
}
.sub_kind_XO .content_wrap .flex_wrap .sub_flex_box .white_box {
  display: grid;
  place-content: center;
  height: 100rem;
  background: #fff;
  flex-basis: 25%;
}
.sub_kind_XO .content_wrap .flex_wrap .sub_flex_box .white_box span {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .sub_kind_XO .content_wrap .flex_wrap .sub_flex_box .white_box {
    height: 60rem;
    padding: 20rem 0;
  }
}
.sub_kind_XO .content_wrap .flex_wrap .sub_flex_box .text-arr {
  text-align: center;
  flex-basis: 11%;
  font-size: 18rem;
  font-weight: 700;
  display: grid;
  grid-auto-flow: column;
  height: 100rem;
  place-content: center;
  align-items: center;
  line-height: 23rem;
}
.sub_kind_XO .content_wrap .flex_wrap .sub_flex_box .text-arr .arrow {
  margin-left: 5rem;
  color: #fff;
  display: inline-block;
  width: 23rem;
  height: 23rem;
  line-height: 23rem;
  text-align: center;
  border-radius: 50%;
}

.sub_darkbrown {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 70rem;
  background-color: #3b2707;
  padding: 40rem;
  color: #fff;
  font-size: 18rem;
  line-height: 1.8;
}
.sub_darkbrown h4 {
  font-weight: 700;
}
.sub_darkbrown ul li {
  margin-top: 14rem;
}

.sub_img_desc {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
}
.sub_img_desc .subtitle_gray {
  margin-top: 100rem;
  display: flex;
  justify-content: center;
}
.sub_img_desc .subtitle_gray h4 {
  font-size: 24rem;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  background: #c4c4c4;
  color: #fff;
  padding: 8rem 15rem;
}
.sub_img_desc .subdesc {
  font-size: 18rem;
  text-align: center;
  margin-top: 40rem;
}
.sub_img_desc .img_wrap {
  margin-top: 70rem;
  display: grid;
  place-content: center;
}
.sub_img_desc .img_wrap img {
  max-width: 623rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sub_effect {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 250rem;
  display: flex;
}
@media (max-width: 768px) {
  .sub_effect {
    flex-direction: column;
  }
}
.sub_effect h2 {
  flex: 1;
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
}
.sub_effect .content_wrap {
  flex: 1;
  margin-top: 80rem;
}
.sub_effect .content_wrap em {
  font-size: 24rem;
  line-height: 1.7;
  font-weight: 700;
}
.sub_effect .content_wrap .capsule {
  margin-top: 25rem;
  display: inline-block;
}
.sub_effect .content_wrap .capsule:first-of-type {
  margin-top: 40rem;
}
.sub_effect .content_wrap .capsule .pill {
  color: #fff;
  font-size: 18rem;
  background-color: #a67c52;
  border-radius: 20rem;
  height: 40rem;
  text-align: center;
  padding: 0 25rem;
  display: grid;
  place-content: center;
}
.sub_effect .content_wrap p {
  margin-top: 10rem;
}

.sub_principle {
  width: 1300rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100rem;
  display: flex;
}
@media (max-width: 768px) {
  .sub_principle {
    flex-direction: column;
	gap:20rem;
  }
  .sub_principle{margin-top:50rem;}
}
.sub_principle h2 {
  font-weight: 600;
  font-size: 28rem;
  color: #362e2e;
  flex: 1;
}
.sub_principle .content_wrap {
  flex: 1;
  margin-top: 0rem;
}
.sub_principle .content_wrap ul li {
  font-size: 18rem;
  margin-top: 10rem;
  margin-bottom:10rem;
}
@media (max-width: 768px) {
.sub_principle .content_wrap ul li {
	margin-top:20rem;
	margin-bottom:20rem;
	line-height:1.8;
  }
}
.sub_principle .content_wrap ul li .circle_num {
  display: inline-block;
  width: 40rem;
  height: 40rem;
  line-height: 40rem;
  text-align: center;
  margin-right: 20rem;
  background-color: #c49a6c;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
}

/* animation*/
@-webkit-keyframes open_wide {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes open_wide {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes opa_up {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opa_up {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes toRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes toRight {
  from {
    right: -100%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes infiniteRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes infiniteRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fromLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromRight {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromRight {
  0% {
    transform: translateX(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromBottom {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromBottom {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fromUp {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fromUp {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
[data-trigger] {
  opacity: 0;
  position: relative;
  top: 20px;
  transition: 0.5s ease-out;
}
@media (max-width: 768px) {
  [data-trigger] {
    opacity: 1;
    position: relative;
    top: 0;
  }
}
[data-trigger].visible {
  opacity: 1;
  top: 0;
}