.main_banner {
  position: relative;
  width: 100%;
  height: 890px;
  margin-bottom: 100px;
}
.main_banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
#myVideo {
  width: 100%;
  height: 890px;
  object-fit: cover;
}
.main_banner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.main_banner_txt div {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
}
.main_banner_txt div:first-child {
  margin-bottom: 28px;
  font-size: 36px;
  line-height: 1.15;
}
.main_banner_txt div span {
  display: block;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
}
.arrow_bottom {
  display: none;
}
/* !main banner fin */
.banner_describe {
  width: 697px;
  margin: 0 auto 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  opacity: 0;
}
.banner_describe.active {
  animation: fadeUp 0.8s linear 1;
  animation-fill-mode: forwards;
}
.banner_describe li {
  font-size: 30px;
  font-weight: 600;
  color: #676767;
  letter-spacing: -0.02em;
}
.banner_describe li:nth-child(2) {
  padding-top: 20px;
}
/* !banner describe fin */
#introduce {
  margin-top: -120px;
  padding-top: 120px;
}
.introduce {
  display: flex;
  flex-direction: column;
  gap: 200px;
  margin-bottom: 200px;
}
.docter_list {
  display: flex;
  justify-content: space-between;
}
.docter_list:first-of-type {
  background: url("../images/main/docter01_bg.png") bottom right 146px / 890px
    no-repeat;
}
.docter_list:last-of-type {
  background: url("../images/main/docter02_bg.png") bottom 148px left 40px /
    646px no-repeat;
}
.docter_list .txt_content {
  width: 663px;
}
.docter_list .img_content {
  width: 598px;
  height: 942px;
}
.docter_list .img_content img {
  height: auto;
  object-fit: cover;
}
.docter_list:first-of-type .top .color {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 700;
  color: #a8a8a8;
}
.docter_list:last-of-type .txt_content {
  margin-top: 80px;
}
.docter_list .top {
  margin-bottom: 90px;
}
.docter_list .top p:first-of-type {
  margin-bottom: 30px;
  font-size: 65px;
  font-weight: 700;
  color: #222;
}
.docter_list .top p:last-of-type {
  font-size: 22px;
  color: #676767;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.docter_list .bottom p:first-of-type {
  margin-bottom: 10px;
  padding: 5px 18px;
  font-size: 20px;
  font-weight: 500;
  color: #a8a8a8;
  border-radius: 16px;
  background: #f5f5f5;
  display: inline-block;
}
.docter_list .bottom p:last-of-type {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  color: #222;
}
.docter_list .bottom span {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
}
.docter_list li .margin_span {
  margin: 0;
  font-weight: 400;
}
.docter_list ul:first-of-type {
  margin-bottom: 20px;
}
.docter_list ul:last-of-type {
  margin-bottom: 50px;
}
.docter_list li {
  font-size: 20px;
  color: #676767;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
[class*="detail_view"] {
  width: 109px;
  padding-right: 30px;
  font-weight: 600;
  background: url("../images/icon/more_arrow.svg") center right / 19px no-repeat;
}
[class*="detail_view"].active {
  animation: fadeInLeft 0.8s linear 1;
  opacity: 1;
}

.staff_detail_content {
  position: relative;
  width: 1428px;
  height: 911px;
}
.staff_detail_inform {
  height: 100%;
  display: flex;
  padding: 0 100px;
  align-items: flex-end;
  justify-content: space-between;
  background: url("../images/main/docter_modal_bg.jpg") center / cover no-repeat;
}
.docter01 .staff_detail_inform {
  padding: 0 100px 0 15px;
}
.staff_detail_txt {
  width: 626px;
  height: 100%;
}
.docter01 .staff_detail_txt {
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
}
.staff_detail_txt .inner {
  padding-left: 74px;
  direction: ltr;
}
.staff_detail_txt::-webkit-scrollbar {
  width: 5px;
}
.staff_detail_txt::-webkit-scrollbar-thumb {
  background: #fff;
}
.staff_detail_txt::-webkit-scrollbar-track {
  margin: 815px 0 15px;
  background: #5d5c5b;
}
.docter01 .staff_detail_txt {
  padding: 150px 0 120px;
}
.docter02 .staff_detail_txt {
  padding: 150px 0 55px;
}
.staff_detail_txt a,
.staff_detail_txt div {
  color: #fff;
}
.inform_list.career:last-child {
  margin-top: 30px;
}
.staff_detail_txt a {
  margin-bottom: 62px;
  padding: 8px 0 8px 40px;
  font-size: 20px;
  font-weight: 700;
  background: url("../images/icon/icon_back_arrow.svg") center left / 38px
    no-repeat;
}
.staff_detai_title {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
  opacity: 0.8;
}
.staff_name div:first-child {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  color: #f6f6f6;
  opacity: 0.8;
}
.staff_name div:nth-child(2) {
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.staff_name div:nth-child(3) {
  margin-bottom: 23px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.staff_name ul {
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
}
.staff_name li {
  padding: 11px 34px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #fff;
  color: #f6f6f6;
}
.bailiwick,
.Education {
  margin-bottom: 26px;
}
.inform_list div {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  opacity: 0.45;
}
.inform_list ul {
  margin-top: 15px;
  padding-left: 12px;
}
.inform_list li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}
.inform_list li::before {
  position: absolute;
  top: -2px;
  content: "-";
  left: -12px;
  font-size: 18px;
  color: #fff;
}
.inform_list li:not(:last-child) {
  margin-bottom: 10px;
}
.staff_detail_img {
  width: 524px;
  height: 826px;
}
.staff_detail_img.mb {
  display: none;
}
/* !introduce area fin */
.pride {
  margin-bottom: 200px;
  overflow: hidden;
}
.pride_list {
  display: flex;
}
.pride_list .txt_content,
.pride_list .img_content {
  width: 960px;
  height: 774px;
}
.pride_list .txt_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.pride_list .txt_content p {
  opacity: 0;
}
.pride_list.top .txt_content p:first-of-type.active,
.pride_list.top .txt_content p:last-of-type.active {
  animation: fadeInRight 0.9s linear 1;
  opacity: 1;
}
.pride_list.bottom .txt_content p:first-of-type.active,
.pride_list.bottom .txt_content p:last-of-type.active {
  animation: fadeInLeft 0.9s linear 1;
  opacity: 1;
}
.pride_list:first-child .txt_content,
.pride_list:first-child .txt_content span {
  background: #222;
  color: #fff;
}
.pride_list:last-child .txt_content,
.pride_list:last-child .txt_content span {
  color: #222;
}
.pride_list .txt_content:first-of-type {
  padding-left: 246px;
}
.pride_list .txt_content:last-of-type {
  padding-left: 90px;
}
.pride_list .txt_content p:first-child {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #a8a8a8;
}
.pride_list .txt_content span {
  margin-top: 14px;
  display: block;
  font-size: 65px;
  line-height: 1.23;
}
.pride_list .txt_content li {
  font-size: 22px;
  font-weight: 600;
}
.pride_list .txt_content p {
  font-size: 22px;
  font-weight: 500;
}
.pride_list .txt_content p:last-of-type {
  line-height: 1.45;
}
.pride_list .txt_content li:not(:last-child) {
  margin-bottom: 40px;
}
/* !pride section fin */
.system {
  margin-bottom: 200px;
}
.system .title {
  margin-bottom: 50px;
}
.system_wrap {
  width: 1180px;
  margin: 0 auto 50px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.system_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  opacity: 0;
}
.system_list.active:first-child {
  animation: fadeUp 0.6s linear 1;
  animation-fill-mode: forwards;
}
.system_arrow.active:nth-child(2) {
  animation: fadeUp 0.6s linear 0.2s 1;
  animation-fill-mode: forwards;
}
.system_list.active:nth-child(3) {
  animation: fadeUp 0.6s linear 0.3s 1;
  animation-fill-mode: forwards;
}
.system_arrow.active:nth-child(4) {
  animation: fadeUp 0.6s linear 0.4s 1;
  animation-fill-mode: forwards;
}
.system_list.active:nth-child(5) {
  animation: fadeUp 0.6s linear 0.5s 1;
  animation-fill-mode: forwards;
}
.system_arrow.active:nth-child(6) {
  animation: fadeUp 0.6s linear 0.6s 1;
  animation-fill-mode: forwards;
}
.system_list.active:last-child {
  animation: fadeUp 0.6s linear 0.7s 1;
  animation-fill-mode: forwards;
}
.system_list span {
  font-size: 36px;
  font-weight: 700;
}
.system_list div {
  width: 67px;
  height: 67px;
}
.system_list p {
  font-size: 22px;
  line-height: 1.45;
}
.system_arrow {
  width: 40px;
  height: 40px;
  opacity: 0;
}
.system_wrap + p {
  width: 867px;
  margin: 0 auto;
  padding: 34px 0;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background: #f6f6f6;
}
/* !shine system */
.clinic {
  padding: 100px 0 168px;
  margin-bottom: 200px;
  background: #f6f6f6;
}
.clinic .title {
  margin-bottom: 40px;
}
.tab_category {
  width: 1428px;
  margin: 0 auto;
  display: flex;
}
.tab_category li {
  position: relative;
  padding: 38px 56px;
  width: 238px;
  background: #e0e0e0;
  cursor: pointer;
}
.tab_category li div {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.tab_category li.active {
  background: #fff;
}
.tab_category li.active span {
  color: #222;
}
.tab_category li.active::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 19px solid #fff;
  border-right: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid transparent;
}
.tab_category li div:last-of-type,
.tab_category li.active div:first-of-type {
  display: none;
}
.tab_category li.active div:last-of-type {
  display: block;
}
.tab_category span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #b3b3b3;
}

.clinic_content {
  display: none;
}
.clinic_content.active {
  display: block;
}
.clinic_content .clinic_describe {
  margin-bottom: 80px;
}
.clinic_describe {
  width: 1428px;
  height: 250px;
  margin: 0 auto;
  padding: 42px 280px;
  font-size: 30px;
  font-weight: 700;
  color: #f6f6f6;
  text-align: center;
}
.clinic_describe.first {
  background: url("../images/main/describe_bg01.png") center right / 420px
      no-repeat,
    #222;
}
.clinic_describe.second {
  background: url("../images/main/describe_bg02.png") center right / 420px
      no-repeat,
    #222;
}
.clinic_describe.third {
  background: url("../images/main/describe_bg03.png") center right / 420px
      no-repeat,
    #222;
}
.clinic_describe.fourth {
  background: url("../images/main/describe_bg04.png") center right / 420px
      no-repeat,
    #222;
}
.clinic_describe.fifth {
  background: url("../images/main/describe_bg05.png") center right / 420px
      no-repeat,
    #222;
}
.clinic_describe.sixth {
  background: url("../images/main/describe_bg06.png") center right / 420px
      no-repeat,
    #222;
}
.clinic_describe p {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.clinic_describe button {
  margin-top: 32px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: url("../images/icon/more_arrow_white.svg") center right / 20px
    no-repeat;
}

.example_wrap {
  display: flex;
  justify-content: space-between;
}
.example_list {
  width: 434px;
  height: 260px;
  display: flex;
  position: relative;
}
.example_list span {
  position: absolute;
  height: 48px;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
  text-align: center;
}
.example_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 434px 100%;
}
.example_list .before {
  width: 50%;
}
.example_list .before::before {
  width: 217px;
  content: "Before";
  position: absolute;
  padding: 21px 0;
  top: -65px;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #222;
  box-sizing: border-box;
  text-align: center;
}
.example_list .after::before {
  width: 217px;
  content: "After";
  position: absolute;
  padding: 21px 0;
  top: -65px;
  right: 0;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  background: #e0e0e0;
  box-sizing: border-box;
  text-align: center;
}

.example_list .before01 {
  background: url("../images/main/list01_before01.jpg");
}
.example_list .after01 {
  background: url("../images/main/list01_after01.jpg");
}
.example_list .before02 {
  background: url("../images/main/list01_before02.jpg");
}
.example_list .after02 {
  background: url("../images/main/list01_after02.jpg");
}
.example_list .before03 {
  background: url("../images/main/list01_before03.jpg");
}
.example_list .after03 {
  background: url("../images/main/list01_after03.jpg");
}

.example_list .before04 {
  background: url("../images/main/list02_before01.jpg");
}
.example_list .after04 {
  background: url("../images/main/list02_after01.jpg");
}
.example_list .before05 {
  background: url("../images/main/list02_before02.jpg");
}
.example_list .after05 {
  background: url("../images/main/list02_after02.jpg");
}
.example_list .before06 {
  background: url("../images/main/list02_before03.jpg");
}
.example_list .after06 {
  background: url("../images/main/list02_after03.jpg");
}

.example_list .before07 {
  background: url("../images/main/list03_before01.jpg");
}
.example_list .after07 {
  background: url("../images/main/list03_after01.jpg");
}
.example_list .before08 {
  background: url("../images/main/list03_before02.jpg");
}
.example_list .after08 {
  background: url("../images/main/list03_after02.jpg");
}
.example_list .before09 {
  background: url("../images/main/list03_before03.jpg");
}
.example_list .after09 {
  background: url("../images/main/list03_after03.jpg");
}

.example_list .before10 {
  background: url("../images/main/list04_before01.jpg");
}
.example_list .after10 {
  background: url("../images/main/list04_after01.jpg");
}
.example_list .before11 {
  background: url("../images/main/list04_before02.jpg");
}
.example_list .after11 {
  background: url("../images/main/list04_after02.jpg");
}
.example_list .before12 {
  background: url("../images/main/list04_before03.jpg");
}
.example_list .after12 {
  background: url("../images/main/list04_after03.jpg");
}
.example_list .before13 {
  background: url("../images/main/list04_before04.jpg");
}
.example_list .after13 {
  background: url("../images/main/list04_after04.jpg");
}

#tab04 .example_list {
  width: 324px;
  height: 244px;
}
#tab04 .example_list .img {
  background-size: 324px 100%;
}
#tab04 .example_list .before::before,
#tab04 .example_list .after::before {
  width: 162px;
  padding: 12px 50px;
  top: -48px;
}
#tab04 .slider::-webkit-slider-thumb {
  height: 244px;
}
.slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.2s;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1px;
  height: 260px;
  background: #fff;
  cursor: grabbing;
}
.slider-button {
  pointer-events: none;
  position: absolute;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: url("../images/main/slider_btn.png") center / cover no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 16px);
  cursor: grabbing;
}

.system_title {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.system_title p {
  margin-top: 20px;
  font-size: 30px;
  color: #676767;
}
.system_content {
  position: relative;
  width: 100%;
  height: 316px;
  margin-bottom: 166px;
}
.system_img {
  width: 871px;
  height: 316px;
  margin: 0 auto;
}
.system_img img:last-of-type {
  display: none;
}
/* .system_img.active,
.clinic_wrap.active{animation: fadeUp .8s linear 1; animation-fill-mode: forwards;} */
.clinic_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clinic_wrap {
  width: 871px;
  display: flex;
  justify-content: space-between;
  padding: 0 54px;
  z-index: 5;
  align-items: center;
}
.clinic_list {
  width: 210px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #999;
  text-align: center;
}
.system_describe {
  width: 777px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system_describe li {
  font-size: 30px;
  font-weight: 600;
  color: #000048;
  letter-spacing: -0.02em;
}
.system_describe li:nth-child(2) {
  padding-top: 20px;
}

.item_wrap {
  display: flex;
  justify-content: space-between;
}
.item_list {
  width: 434px;
}
.item_list div {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}
.item_list span {
  display: block;
  color: #222;
  letter-spacing: -0.02em;
  text-align: center;
}
.item_list span {
  font-size: 20px;
  font-weight: 700;
}
.item_list span:nth-child(3) {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
}

.eyes_modal .item_wrap {
  width: 1227px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 55px;
}
.eyes_modal .item_list {
  width: 372px;
}
.eyes_modal .item_list div {
  width: 100%;
  height: 224px;
}

.eyes_recommend {
  width: 1035px;
  margin: 0 auto 100px;
}
.eyes_recommend p {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  color: #222;
}
.test_box {
  width: 888px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.test_wrap {
  display: flex;
  gap: 30px;
}
.eyes_recommend span {
  font-size: 30px;
  font-weight: 700;
  color: #676767;
}
.eyes_recommend li {
  font-size: 24px;
  font-weight: 400;
  color: #676767;
}
.eyes_recommend li:not(:last-of-type) {
  margin-bottom: 25px;
}

.eyes_content {
  width: 948px;
  margin: 0 auto 100px;
}
.eyes_content > ul {
  display: flex;
  justify-content: space-between;
}
.eyes_content > ul > li {
  width: 434px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.eyes_content span {
  font-size: 20px;
  font-weight: 700;
}
.eyes_content ul ul {
  text-align: center;
}
.eyes_content ul ul li {
  font-size: 18px;
  font-weight: 400;
  color: #676767;
  line-height: 1.45;
}
.eyes_content div {
  width: 100%;
  height: 260px;
}

.test_table {
  display: flex;
  border: 1px solid #000;
}
.test_table > div > span {
  display: block;
  padding: 18px 0;
  font-size: 26px;
  font-weight: 700;
  background: #e0e0e0;
  text-align: center;
}
.table_left {
  width: 297px;
  border-right: 1px solid #000;
}
.table_left ul {
  width: 123px;
  margin: 0 auto;
}
.test_table .table_wrap {
  margin-top: 23px;
}
.test_table .table_wrap li {
  font-size: 20px;
  font-weight: 400;
}
.table_right {
  width: 897px;
}
.table_right > div {
  display: flex;
  gap: 50px;
  width: 670px;
  margin: 0 auto;
}
.table_right > span + div {
  padding: 23px 0;
}
.table_right .inner span {
  font-size: 20px;
  font-weight: 700;
}
.table_right .inner li {
  position: relative;
  padding-left: 30px;
}
.table_right .inner li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #676767;
}
/* !clinic section fin */

#facility {
  margin-top: -120px;
  padding-top: 120px;
}
.facility {
  margin-bottom: 200px;
}
.facility .title {
  margin-bottom: 80px;
}
.facility .title p.mb {
  display: none;
}
.facility_slide .swiper-slide {
  display: flex;
  align-items: center;
}
.facility_slide .slide_img {
  width: 1244px;
  height: 700px;
  flex-shrink: 0;
}
.slide_txt {
  height: 700px;
  display: flex;
  align-items: center;
  background: #222;
  flex-grow: 1;
}
.slide_txt .inner > div:first-child {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.slide_txt .slide_tag {
  display: flex;
  gap: 10px;
}
.slide_txt .slide_tag div {
  display: inline-block;
  margin-bottom: 50px;
  padding: 5px 30px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 30px;
  letter-spacing: -0.03em;
}
.slide_txt p {
  width: 402px;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.45;
}
.facility_slide .slide_txt .inner {
  padding-left: 72px;
  width: 676px;
  color: #fff;
}
.facility_slide .swiper-button-prev::after,
.facility_slide .swiper-button-next::after {
  display: none;
}
.facility_slide .swiper-button-prev {
  width: 68px;
  height: 68px;
  margin-left: -780px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_left_white.svg") center / 68px
    no-repeat;
}
.facility_slide .swiper-button-next {
  width: 68px;
  height: 68px;
  margin-left: 800px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/icon/nav_arrow_right_white.svg") center / 68px
    no-repeat;
}
/* !facility slide area */
#interior {
  margin-top: -120px;
  padding-top: 120px;
}
.interior {
  margin-bottom: 200px;
}
.interior .title {
  margin-bottom: 50px;
}
.interior .interior_slider {
  margin-bottom: 50px;
}
.interior .interior_slider .swiper-slide {
  position: relative;
}
.interior .interior_slider .swiper-slide .img_wrap {
  height: 675px;
}
.interior .interior_slider .swiper-slide .img_text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  padding: 17px 50px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.interior .interior_slider .swiper-button-next,
.interior .interior_slider .swiper-button-prev {
  width: 62px;
  height: 62px;
  margin-top: 0;
  transform: translateY(-50%);
}
.interior .interior_slider .swiper-button-prev {
  left: 50px;
}
.interior .interior_slider .swiper-button-next {
  right: 50px;
}
.interior .interior_slider .swiper-button-next::after,
.interior .interior_slider .swiper-button-prev::after {
  content: none;
}
.interior .thumbnail .swiper-slide {
  width: 169px;
  height: 80px;
  opacity: 0.2;
  cursor: pointer;
}
.interior .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
/* !interior section fin */
#contact {
  margin-top: -80px;
  padding-top: 80px;
}
.contact {
  display: flex;
  margin-bottom: 200px;
}
.root_daum_roughmap {
  width: 960px !important;
}
.root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100% !important;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
.root_daum_roughmap .wrap_btn_zoom {
  z-index: 4 !important;
}
.contact .txt_content {
  width: 960px;
  padding: 77px 246px 77px 71px;
  background: #222;
  flex-grow: 1;
}
.contact .title span {
  display: block;
  margin: 14px 0 30px;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
.contact .address {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 24px 43px;
  margin-bottom: 30px;
  background: #363636;
}
.contact .address li {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.contact .address li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}
.contact .address li:first-of-type {
  position: relative;
  width: 48px;
  height: 48px;
}
.contact .address li:first-of-type::after {
  height: 42px;
  margin-left: 48px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 1px solid #fff;
}
.contact .tel {
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 900;
  color: #fff;
}
.contact .inform {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.contact .inform > ul {
  display: flex;
  gap: 50px;
}
.contact .inform > ul > li:first-of-type {
  width: 136px;
}
.first li:first-of-type {
  padding-bottom: 22px;
  cursor: pointer;
}
.first li,
.third li {
  font-size: 24px;
  font-weight: 700;
}
.second {
  margin-bottom: 30px;
}
.second li {
  font-size: 20px;
  font-weight: 300;
}
.second li:first-of-type {
  color: #ffe812;
  cursor: pointer;
}
.third .inner li {
  font-size: 22px;
  line-height: 1.45;
}
.third .inner li:nth-of-type(3) {
  margin-bottom: 10px;
}
.third .inner li:nth-of-type(4),
.third .inner li:last-of-type {
  font-size: 16px;
  font-weight: 300;
}
/* !contact map */
.etc_content {
  width: 1337px;
  margin: 0 auto 278px;
  display: flex;
  gap: 50px;
}
.parking {
  width: 650px;
}
.parking + ul {
  cursor: pointer;
}
.parking_img {
  margin-bottom: 30px;
  width: 100%;
  height: 404px;
}
.parking_describe {
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.02em;
}

.etc_content .img_content {
  width: 607px;
  height: 404px;
  margin-bottom: 23px;
}
.etc_content .txt_content {
  font-size: 22px;
  font-weight: 300;
}
.etc_content .txt_content span {
  margin-top: 5px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: url("../images/icon/next_arrow.svg") center right / 40px no-repeat;
}
/* !etc_content */
