@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css');
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}
/* font-family: 'Pretendard Variable'; */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff');
    font-weight: 900;
    font-display: swap;
}


body {
	font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

html {scroll-behavior: smooth;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.inner{
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}
.inner2{
    width: 100%;
    max-width: 1315px;
    margin: 0 auto;
    padding: 0 15px;
}
.pc_hide {
    display: none! important;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}

.pc_hider {
    display: none;
}
#wrap{
    max-width: 1920px;
    margin: auto;
}
/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */

/* #header */
#header{
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#header .inner{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
#header .inner .logo{
  position: relative;
  z-index: 99;
}
#header .inner .logo a{
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .inner .logo a .logo_svg{
 height:65px;
}
#header .inner .logo a .m_logo_svg{
  display: none;
}
#header .inner .logo a .logoname{
  font-size: 32px;
  font-weight: 400;
  color: #ffa800;
}
#header .inner .menuArea{
  display: flex;
  align-items: center;
  height: 55px;
  margin-left: auto;
  /* background-color: orange; */
  /* position: absolute; */
}
#header .inner .menuArea .menusc{
  width: calc(100% - 125px);
  max-width: 700px;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .inner .menuArea .menusc .mList {
  width: fit-content;
  margin-right: 25px;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
#header .inner{
  /* background-color: orange; */
  height: 100%;
}
.menuArea{
  /* background-color: slateblue; */
  height: 100% !important;
  width: 100%;
}


#header .inner .menuArea .menusc {
  margin: 0 auto;
  /* background-color: skyblue; */
}
#header .inner .menuArea .menusc .mList {
  width: calc(100% / 4);
  padding: 0;
  display: block;
  margin-right: 0;
  position: relative;
}
#header .inner .menuArea .menusc .mList a.list_title{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: .3s;
}
#header .inner .menuArea .menusc .mList a.list_title:hover{
  color: #ffa500;
}

#header .inner .menuArea .menusc .mList .submenu{
  position: absolute;
  z-index: 9;
  width: 100%;
  margin-top: 1px;
  /* height: 250px; */
  height: 0;
  overflow: hidden;
  border-left: 1px solid #e2e2e2;
  transition: background-color 0.3s ease;
}
#header .inner .menuArea .menusc .mList .submenu2{
  border-right: 1px solid #e2e2e2;
}
#header .inner .menuArea .menusc .mList .submenu li:first-child{
  margin-top: 30px;
}
#header .inner .menuArea .menusc .mList .submenu li{
  height: 40px;
  margin: 5px 0;
}
#header .inner .menuArea .menusc .mList .submenu li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* background-color: salmon; */
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
}
#header .inner .menuArea .menusc .mList .submenu li a:hover{
  color: #ffa500;
  transition: .3s;
}

#header .submenu_bg{
  width: 100%;
  /* height: 250px; */
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: 0;
  border-top: 1px solid #d2d2d2;
  opacity: 0;
}
#header .rightArea{
  display: flex;
  width: 100%;
  max-width: 360px;
  position: relative;
  z-index: 999;
}
#header .rightArea .left_box{
  display: flex;
  gap: 10px;
  width: calc(100% - 70px);
}
#header .rightArea .lang_select{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#header .rightArea .langbox{
  display: inline-block;
  width: calc(50% - 1px);
  height: 40px;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
#header .rightArea .lang_select .lang_line{
  height: 15px;
  background-color: #d2d2d2;
  width: 1px;
}
#header .rightArea .en{
  color: #d2d2d2;
}
#header .rightArea .langbox:hover{
  color: #000;
}
#header .rightArea .partner_select{
  position: relative;
  width: 50%;
  max-width: 100px;
  /* border: 1px solid #f00; */
  margin-right: 10px;
}
#header .rightArea .partner_select p{
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
#header .rightArea .partner_select p img{
  width: 12px;
  margin-left: 5px;
}
#header .rightArea .partner_select .partner_select_list{
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  width: 100%;
  display: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 15px 0;
}
#header .rightArea .partner_select .partner_select_list a{
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
}
#header .rightArea .partner_select .partner_select_list a img{
  width: 30px;
}
#header .rightArea .partner_select .partner_select_list a .hs{
  height: 30px;
  width: auto;
}
#header .rightArea .partner_select .partner_select_list a .hs02{
  width: 70px;
}
.sitemap-line-btn {
  width: 60px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.4s;
  cursor: pointer;
  gap: 8px;
  border: none;
  background-color: inherit;
}

/* 기본 상태 라인 스타일 */
.sitemap-line-btn .line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.sitemap-line-btn .square {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: orange;
  margin-right: 5px;
  transition: background 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.sitemap-line-btn .s2 {
  width: 4.5rem;
  height: 4px;
  background: black;
  transition: background 0.4s ease-in-out;
}

/* 버튼 활성화 상태 */
.sitemap-line-btn.active {
  width: 4rem;
}

.sitemap-line-btn.active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.sitemap-line-btn.active .line:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}

/* 작은 네모 숨기기 (애니메이션 포함) */
.sitemap-line-btn.active .s1 {
 opacity: 0;
  transform: scale(0);
}

.sitemap-line-btn.active .square {
  margin-right: 0;
}
.sitemap-line-btn.active .line{
  width: 80%;
}

.m_menu {
  background-color: #f6f6f6;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: none;
    /* 원의 중심을 변경할 수 있음 */
      clip-path: circle(0% at 97% 60px);
    transition: clip-path .6s ease-in-out;
}

/* 활성화될 때 완전한 화면으로 확장 */
.m_menu.active {
  display: flex;
  clip-path: circle(150% at 50px 50px);
}

.m_menu .mobile-scroll {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.m_menu .m_menusc{
  display: flex;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 30px
}
.m_menu .m_menusc .m_mList{
  width: 100%;
  position: relative;
}
.m_menu .m_menusc .m_mList .m_list_title{
  font-size: 30px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 30px;
  display: block;
}

.m_menu .m_menusc .m_mList .m_submenu{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.m_menu .m_menusc .m_mList .m_sub{
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
  position: relative;
}
.m_menu .m_menusc .m_mList .m_sub::after{
  content: '';
  display: inline-block;
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m_menu .m_menusc .m_mList .m_sub:hover:after{
  animation-name: underline;
  animation-duration:.3s;
  animation-duration: leaner;
  animation-direction:alternate;
  animation-fill-mode: forwards;
}

@-webkit-keyframes underline {
  0% {
    width:0;
  }
  100% {
    width:100%;
  }
}

.m_menu .m_menusc .m_mList:before{
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #ffa500;
  position: absolute;
  top: -50px;
  left: 0;
  content: '';
  display: inline-block;
  transition: .3s;
  opacity: 0;
}
.m_menu .m_menusc .m_mList:hover:before{
  opacity: 1;
}
/* #header */

/* #footer */
#footer{
  padding: 50px 0;
  background-color: #fff;
  border-top: 1px solid #d2d2d2;
}
#footer .inner{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .f_logo{
  display:none;
}
#footer .f_logo img{
  width: 100%;
}
#footer .logo_svg{
  height: 65px;
}
#footer .f_info{
  width: 50%;
  max-width: 630px;
  margin-right: 90px;
}
#footer .info .contact{
  display: flex;
  align-items: center;
}
#footer .info .contact li{
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  opacity: .5;
}
#footer .info .contact li::after{
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin: 0 10px;
  opacity: .5;
}
#footer .info .contact li:last-child::after{
  display: none;
}
#footer .inner  .info .copy{
  margin-top: 30px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  opacity: .5;
}
#footer .site_map {
  margin-left: auto;
  width: 30%;
  max-width: 410px;
}
#footer .inner .select-style{
  max-width: 300px;
  position: relative;
  display: inline-block;
}
#footer .inner .site_map .select-style .select-button {
  cursor: pointer;
  background-color: inherit;
  border: 1px solid rgb(183, 183, 183);
  font-size: 14px;
  border-radius: 10px;
  font-weight: 500;
  width: 300px;
  text-align: left;
  color: rgb(183, 183, 183);
  height: 50px;
  padding-left: 20px;
}
#footer .inner .site_map .select-style select {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
#footer .inner .site_map .select-list-scroll {
  width: 100%;
  position: absolute;
  bottom: 102%;
  left: 0px;
  z-index: 80;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  display: none;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#footer .inner .site_map .select-style.toggle .select-list-scroll {
  display: block;
}
#footer .inner .site_map .list-item-button {
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #a3a3a3;
}
#footer .inner .site_map .list-item-button a {
  font-size: 16px;
  color: #a3a3a3;
  width: 100%;
  display: block;
  padding: 10px 20px;
}

@media screen and (max-width:1310px) {
  #header .inner .menuArea .menusc{
    display: none;
  }
}
/* //#footer */
/* visual */
.visual-sec .v_background{
  background-color: #f8f7f4;
  width: 100%;
  max-width: 1500px;
  height: 880px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.visual-sec .swiper {
  width: 100%;
  height: 880px;
}

.visual-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100% !important;
}
.visual-sec .swiper-slide .inner{
  height: 100%;
  display: flex;
}
.visual-sec .swiper-slide .imgArea{
  width: 100%;
  max-width: 1165px;
  height: 780px;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.visual-sec .sbox1 .imgArea{
  background-image: url(../img/v_slide01.jpg);
}
.visual-sec .sbox2 .imgArea{
  background-image: url(../img/v_slide02.jpg);
}
.visual-sec .sbox3 .imgArea{
  background-image: url(../img/v_slide03.jpg);
}
.visual-sec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-sec .swiper-slide .textArea{
  position: absolute;
  top: 400px;
  z-index: 50;
  padding-left: 15px;
}
.visual-sec .swiper-slide .textArea h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 45px;
}
.visual-sec .swiper-slide .textArea p{
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #808080;
}

  .swiper-pagination222 {
    width: 100%!important;
      height: 100px !important;
      position: absolute !important;
      top: 300px !important;
      left:0 !important;
      /* transform: translateY(-50%); */
    }
    .swiper-pagination222 .inner{
      display: flex !important;
      padding-left: 30px;
    }
  .bullet-container {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .bullet-text {
    color: #afafaf;
    font-size: 18px;
    font-weight: 500;
  }
  .bullet-container.active .red_dot {
    background-color: #c30d23;
  }
  .bullet-container.active .bullet-text {
    color: #555;
  }
  .main_sec1_br {
    display: none;
  }
  
  #bar_tset {
      width:80px;
      height: 2px;
      background: rgba(85, 85, 85, .2);
      border-radius: 30px;
    display:none;
    margin-left:10px;
  }
  
  .bullet-container.active #bar_tset {display:block;}
  
  .gage {
    width: 0;
    height: 100%;
    background-color: #555;
    border-radius: 30px;
    display:block;
  }


.swiper-pagination3{
  position: relative;
  top: -400px;
  z-index: 999;
  width: 100px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.swiper-pagination3 .swiper-button-next{
  position: unset;
  background-image: url(../img/arrow-down.svg);
  margin-top: 0;
}
.swiper-pagination3 .swiper-button-prev{
  position: unset;
  margin-top: 0;
  background-image: url(../img/arrow-down.svg);
  rotate: 180deg;
}
.swiper-pagination3 .swiper-pagination {
  position: unset;
  display: flex;
  flex-direction: column;
}
.swiper-pagination3 .swiper-pagination .fraction-divider img {
  width: 10px;  /* 이미지 크기 조정 */
  height: 10px;
  vertical-align: middle;  /* 수평 정렬 */
  margin: 0 5px;  /* 이미지와 숫자 간 간격 조정 */
}
/* //visual */
/* #section01 */
#section01 {
  padding: 130px 0;
}
#section01 .title{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
#section01 .title .h_line{
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #000;
}
#section01 .title h2{
  font-size: 60px;
  font-weight: 700;
  color: 000;
}
#section01 .slideArea{
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 50px;
}
#section01 .slideArea .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
#section01 .slideArea .swiper-slide img{
  width: 100%;
}
#section01 .contents{
  display: flex;
  align-items: center;
}
#section01 .contents .imgArea{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section01 .contents .imgArea img{
  width: 137px;
}
#section01 .contents .txtArea{
  width: 70%;
  line-height: 150%;
  font-size: 20px;
  font-weight: 500;
}
/* //#section01 */
/* #section02 */
#section02 {
  padding: 130px 0;
  background-image: url(../img/section02_bg.jpg);
}
#section02 .title{
  margin-bottom: 50px;
}
#section02 .title p{
  font-size: 40px;
  color: #808080;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}
#section02 .title h2{
  font-size: 80px;
  color: #000;
  font-weight: 800;
  text-align: center;
}
#section02 .contents ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
#section02 .contents ul li{
  position: relative;
}
#section02 .contents ul li .imgbox{
  width: 360px;
  height: 500px;
  overflow: hidden;
}
#section02 .contents ul li img{
  height: 100%;
  object-position: center;
  filter: grayscale(1);
  transition: .3s;
}
#section02 .contents ul li:hover img{
  filter: grayscale(0);
}
#section02 .contents ul li .hoverbox{
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #644324;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  gap: 10px;
  opacity: 0;
  transition: .3s;
  box-shadow: 3px 3px 0 0 #fff;
}
#section02 .contents ul li:hover .hoverbox{
  opacity: 1;
}
#section02 .contents ul li .hoverbox p{
  font-size: 18px;
  font-weight: 500;
}
#section02 .contents ul li .hoverbox h2{
  font-size: 30px;
  font-weight: 800;
}
/* //#section02 */
#section03 {
  position: relative;
  width: 100%;
  height: 950px;  /* 높이를 고정 */
  overflow: hidden;  /* 내용이 넘치지 않게 설정 */
}
#section03 .cont {
  display: flex;
  opacity: 1;
  width: 100%;
  position: absolute;
  height: 100%;  /* height 100%로 설정 */
  flex-wrap: wrap;  /* flexbox 속성 유지 */
  z-index: 75;
}
#section03 .left_box, 
#section03 .right_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  position: relative;
}
#section03 .cont .txt_box2{
  width: 100%;
  max-width: 675px;
  margin: auto;
  padding: 0 15px;
}
#section03 .cont .txt_box2 .tit_wrap{
  margin-bottom: 90px;
}
#section03 .cont .txt_box2 .tit_wrap span{
  font-size: 20px;
  font-weight: 500;
  color: #644324;
  margin-bottom: 30px;
  display: inline-block;
}
#section03 .cont .txt_box2 .tit_wrap h2{
  font-size: 50px;
  font-weight: 700;
  color: 000;
}
#section03 .cont .txt_box2 h3{
  font-size: 30px;
  font-weight: 500;
  color: #555555;
  margin-bottom: 45px;
}
#section03 .cont .txt_box2 .box_wrap{
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
#section03 .cont .txt_box2 .box_wrap div{
  display: flex;
  padding: 0 20px;
  width: calc(50% - 15px);
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  height: 180px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#section03 .cont .txt_box2 .box_wrap div img{
  height: 47px;
  margin-right: 20px;
}
#section03 .cont .txt_box2 .box_wrap div p{
  font-size: 16px;
  color: 000;
  font-weight: 400;
  line-height: 150%;
  word-break: keep-all;
}
#section03 .cont .right_box .txt_box2 {
  opacity: 1;
}
#section03 .cont .left_box .txt_box2 {
  opacity: 0;
}
#section03 {
  position: relative;
  width: 100%;
  height: 950px; /* 높이를 고정 */
  overflow: hidden; /* 내용이 넘치지 않게 설정 */
}
#section03 .img_cont .img_box{
  height: 100%;
}
#section03 .img_cont .img_box .img{
  height: 100%;
}
#section03 .img_cont .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover_cont .left_box .bg_t{
  top: 0;
  left: 0;
  width: 100%;
  height: 0; /* 초기 높이는 0 */
}
.cover_cont .left_box .bg_b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0; /* 초기 높이는 0 */
}
.cover_cont .right_box .bg_t{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover_cont .right_box .bg_b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover_cont .right_box .bg_r{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cover_cont .right_box .bg_l {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover_cont .left_box .cover_bg,
.cover_cont .right_box .cover_bg {
  background-color: #fff;
  position: absolute;
  z-index: 80;
  opacity: 1;
}

.cover_cont .left_box .txt_box2,
.cover_cont .right_box .txt_box2 {
  opacity: 0; /* 초기 상태는 opacity 0 */
}
#section03-mobile{
  display: none;
}
#section03 .bg_box{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#section03 .bg_box .leftbg{
  position: absolute;
  bottom: 0;
  left: 0;
}
#section03 .bg_box .rightbg{
  position: absolute;
  top: 0;
  right: 0;
}
/* //#section03 */
/* #section04 */
#section04 {
  background-color: #212129;
  padding: 145px 0;
}
.title02{
  margin-bottom: 75px;
}
.title02 span{
  font-size: 20px;
  font-weight: 500;
  color: #c39c60;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.title02 h2{
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
#section04 .imgbox01{
  width: 100%;
  max-width: 1720px;
  background-image: url(../img/section04-1.jpg);
  height: 550px;
  margin: auto;
  margin-bottom: 75px;
  background-attachment: fixed;
  background-position: center 60%;
  background-size: 100%;
  background-blend-mode: multiply;
}
#section04 .textContents{
  margin-bottom: 75px;
}
#section04 .textContents h2{
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 50px;
}
#section04 .textContents p{
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 150%;
}
#section04 .imgbox02{
  width: 100%;
  max-width: 670px;
  height: 735px;
  position: relative;
  margin: 135px auto 135px;
}
#section04 .imgbox02 .box1{
  width: 100%;
  max-width: 515px;
  height: 100%;
}
#section04 .imgbox02 .box2{
  width: 250px;
  height: 250px;
  background-color: salmon;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
#section04 .imgbox02 .box2 img{
  width: 100%;
}
#section04 .subArea .title02 h2{
  font-size: 50px;
}
#section04 .subArea .contents .contentsbox{
  position: relative;
}
#section04 .subArea .contents .contentsbox .inner2::before{
  content: '';
  display: inline-block;
  width: calc(50% - 632px);
  background-color: #c39c60;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section04 .subArea .contents .contentsbox .inner2::after{
  content: '';
  display: inline-block;
  width: calc(50% - 632px);
  background-color: #c39c60;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section04 .subArea .contents .contentsbox ul{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  height: 500px;
}
#section04 .subArea .contents .contentsbox ul li{
  width: 450px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
}
#section04 .subArea .contents .contentsbox ul li .num{
  font-size: 40px;
  font-weight: 700;
  color: #c39c60;
  margin-bottom: 30px;
}
#section04 .subArea .contents .contentsbox ul li p{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
}
#section04 .subArea .contents .contentsbox ul li:nth-child(1){
  left: 0;
}
#section04 .subArea .contents .contentsbox ul li:nth-child(2){
  left: 50%;
  transform: translateX(-50%);
}
#section04 .subArea .contents .contentsbox ul li:nth-child(3){
  right: 0;
}
.circle-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); /* 시작점을 위쪽에서 시작 */
}

.circle-border circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 600; /* 원 둘레 길이 */
  stroke-dashoffset: 600; /* 기본적으로 숨김 상태 */
}

@keyframes draw-circle {
  from {
    stroke-dashoffset: 600;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* //#section04 */

/* section05 */
#section05{
  padding: 135px 0 15px;
  background-color: #f8f7f4;
}
#section05 .title02 h2{
  font-size: 50px;
  color: #000;
  margin-bottom: 40px;
}
#section05 .title02 p{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 150%;
  text-align: center;
}
.pagination_custom .slideArea .mySwiper{
  position: relative !important;
  overflow: hidden;
}
#section05 .slideArea .mySwiper{
  height: 1200px;
}
#section05 .slideArea .swiper-wrapper{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#section05 .slideArea .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  border-radius: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transition: height 0.5s ease-in-out; /* 높이 애니메이션 추가 */
  flex: 0 0 auto;
}
#section05 .slideArea .swiper-slide .textbox{
  opacity: 0;
  position: absolute;
  z-index: 80;
  word-break: keep-all;
  padding: 0 15px;
}
#section05 .slideArea .swiper-slide .textbox span{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #c39c60;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#section05 .slideArea .swiper-slide .textbox h2{
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#section05 .slideArea .swiper-slide .textbox p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 180%;
}

#section05 .slideArea .s1{
  background-image: url(../img/section05-1.jpg);
}
#section05 .slideArea .s2{
  background-image: url(../img/section05-2.jpg);
}
#section05 .slideArea .s3{
  background-image: url(../img/section05-3.jpg);
}
#section05 .slideArea .s4{
  background-image: url(../img/section05-4.jpg);
}

#section05 .slideArea .swiper-slide.active{
  height: 900px;
  filter: grayscale(0);
  position: relative;
  overflow: hidden;
}
#section05 .slideArea .swiper-slide.active::after{
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#section05 .slideArea .swiper-slide.active .textbox{
  opacity: 1;
}
.pagination_custom .swiper-pagination{
  width: 100%;
  max-width: 800px;
  top: 0;
  left: 50% !important;
  transform: translateX(-50%);
}
.pagination_custom .swiper-pagination-bullet {
  width: 25%;
  height: 40px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  position: relative;
  margin: 0 !important;
  background: none;
}
.pagination_custom .swiper-pagination-bullet::after{
  width: 15px;
  content: '';
  display: inline-block;
  height: 15px;
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: .3s;
}
.pagination_custom .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}
.pagination_custom .swiper-pagination-bullet-active::after{
  background-color: #644324;
  border: 7px solid #cbc1b5;
}
.pagination_custom .swiper-pagination-bullet::before{
  width: 100%;
  content: '';
  display: inline-block;
  height: 2px;
  background-color: #808080;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.pagination_custom .swiper-pagination-bullet-active::before{
  background-color: #644324;
  opacity: 1;
}
/* bullet 아래에 텍스트 스타일 */
.pagination_custom .swiper-pagination-bullet span {
  margin-top: 40px; /* bullet과의 간격 */
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  transition: color 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}

/* 활성화된 bullet의 텍스트 스타일 */
.pagination_custom .swiper-pagination-bullet-active span {
  color: #644324;
  font-weight: 700;
  
}
/* //section05 */

/* section06 */
#section06 {
  padding: 135px 0;
  position: relative;
  background-color: #f8f7f4;
  height: 1235px;
}
#section06 .contents {
  position: absolute;
  z-index: 50;
  width: 100%;
}
#section06 .contents .title02 h2{
  color: #000;
  text-align: center;
  font-size: 50px;
}
#section06 .contents .slideArea .swiper-wrapper{
  height: 750px;
  display: flex;
  align-items: end;
}
#section06 .contents .slideArea .swiper-wrapper .swiper-slide{
  height: 600px;
  border-radius: 50px;
  overflow: hidden;
}
#section06 .contents .slideArea .swiper-slide img{
  width: 100%;
}
#section06 .swiper-pagination-bullet {
  width: 20%;
}
#section06 .hero-section {
  position: absolute;
  overflow: hidden;
  width: 100%;
  font-size: 170px;
  font-weight: 700;
  color: #f2f2f2;
  top: 0;
}
/* //section06 */

/* section07 */
#section07{
  position: relative;
  width: 100%;
  height: 670px;
}
#section07 .s7bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#section07 .s7bg .left_bg{
  position: absolute;
  bottom: 0;
  left: 0;
}
#section07 .s7bg .right_bg{
  position: absolute;
  right: 0;
  top: 0;
}
#section07 .contents{
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 135px 0;
  position: absolute;
  z-index: 50;
}
#section07 .contents .mapArea{
  width: 600px;
  border-radius: 30px;
  height: 400px;
  overflow: hidden;
}
#section07 .contents .addressArea {
  width: calc(100% - 600px);
}
#section07 .contents .addressArea .a_inner{
  width: 100%;
  max-width: 600px;
}
#section07 .contents .addressArea .a_inner .abox1 h2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
#section07 .contents .addressArea .a_inner .abox1 p{
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}
#section07 .contents .addressArea .a_inner .abox1 ul{
  display: flex;
  align-items: center;
  height: 40px;
  gap: 15px;
  justify-content: center;
}
#section07 .contents .addressArea .a_inner .abox1 ul li{
  width: calc(100% / 3);
  max-width: 120px;
  background-color: #333;
  border-radius: 50px;
  transition: .3s;
}
#section07 .contents .addressArea .a_inner .abox1 ul li a{
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section07 .contents .addressArea .a_inner .abox1 ul li:hover{
  background-color: #ffa800;
}
#section07 .contents .addressArea .a_inner .h_line{
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  display: inline-block;
  margin: 30px 0;
}
#section07 .contents .addressArea .a_inner .abox2 {
  display: flex;
  align-items: center;
}
#section07 .contents .addressArea .a_inner .abox2 .title{
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#section07 .contents .addressArea .a_inner .abox2 .title h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
#section07 .contents .addressArea .a_inner .abox2 .title p{
  font-size: 14px;
  font-weight: 700;
}
#section07 .contents .addressArea .a_inner .abox2 ul{
  width: calc(100% - 200px);
}
#section07 .contents .addressArea .a_inner .abox2 ul li{
  display: flex;
  align-items: center;
  gap: 25px;
  height: 30px;
}
#section07 .contents .addressArea .a_inner .abox2 ul li .s_line{
  width: 100px;
  text-align: end;
  font-size: 16px;
  font-weight: 400;
}
/* //section07 */

/* bistro */
.bistro_wrap{
  /* padding-top: 100px; */
}
.sub_top {
  position: relative;
}
.sub_top .s_top_inner {
  position: relative; /* sticky를 부모로 조정하기 위해 relative 설정 */
  overflow: visible
}
.sub_top .s_top_inner .textArea {
  position: sticky;
  top: 0;
  z-index: 2; /* 텍스트가 이미지 위로 올라오도록 설정 */
  color: #fff; /* 텍스트 색상 */
  margin-bottom: 50px;
}
.sub_top .s_top_inner .textArea .inner2{
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 200px;
}
.sub_top .s_top_inner .textArea h2{
  font-size: 60px;
  font-weight: 700;
  color: #000;
  margin-bottom: 35px;
  transition: color 0.2s; /* 스크롤 시 색상이 부드럽게 변하도록 애니메이션 */
}
.sub_top .s_top_inner .textArea p{
  font-size: 24px;
  font-weight: 700;
  color: #000;
  display: block;
  height: 30px;
  width: 245px;
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  transition: color 0.2s; /* 스크롤 시 색상이 부드럽게 변하도록 애니메이션 */
}
.sub_top .s_top_inner .textArea p::after{
  content: '';
  background-color: #000;
  width: 1px;
  height: 30px;
  rotate: -45deg;
  bottom: -5px;
  right: 10px;
  position: absolute;
}
.sub_top .s_top_inner .textArea span{
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  transition: color 0.2s; /* 스크롤 시 색상이 부드럽게 변하도록 애니메이션 */
}
.sub_top .s_top_inner .textArea .navSection ul{
  width: 655px;
  padding: 0 30px;
  border-radius: 50px;
  height: 70px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, .5);
  transition:0.5s; /* 스크롤 시 색상이 부드럽게 변하도록 애니메이션 */
}
.sub_top .s_top_inner .textArea .navSection ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.sub_top .s_top_inner .textArea .navSection ul li a{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  height: 30px;
}
.sub_top .s_top_inner .textArea .navSection ul li.on a{
  color: #644324;
  border-bottom: 4px solid #644324;
  font-weight: 700;
}
.sub_top .s_top_inner .imgArea {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden; /* 이미지가 넘칠 경우 잘리도록 설정 */
}

.sub_top .s_top_inner .imgArea .imgbox img {
  position: absolute; /* 이미지가 절대 위치로 설정 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지가 영역을 꽉 채우도록 설정 */
  z-index: 1; /* 이미지가 텍스트보다 아래로 설정 */
}

.sub_top.sticky-active .s_top_inner .textArea h2,
.sub_top.sticky-active .s_top_inner .textArea p,
.sub_top.sticky-active .s_top_inner .textArea span{
  color: #fff; /* 배경과 텍스트 겹쳤을 때 텍스트를 흰색으로 변경 */
}
.sub_top.sticky-active .s_top_inner .textArea p{
  border-color: #fff;
}
.sub_top.sticky-active .s_top_inner .textArea p::after{
  background-color: #fff;
}
/* .b_section01 */
.sub .b_section01{
  padding: 150px 0;
}
.sub .b_section01 .b_title{
  margin-bottom: 70px;
}
.sub .b_section01 .b_title span{
  font-size: 18px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 25px;
  display: block;
}
.sub .b_section01 .b_title h2{
  font-size: 60px;
  font-weight: 700;
}
.sub .b_section01 .b_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.sub .b_section01 .b_contents .imgArea{
  width: 50%;
  max-width: 605px;
  position: relative;
  overflow: hidden;
  height: 340px;
}
.sub .b_section01 .b_contents .imgArea img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.sub .b_section01 .b_contents .textArea{
  width: 50%;
}
.sub .b_section01 .b_contents .textArea h2{
  font-size: 50px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 40px;
}
.sub .b_section01 .b_contents .textArea h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.sub .b_section01 .b_contents .textArea p{
  font-size: 17px;
  font-weight: 500;
  line-height: 180%
}
/* //b_section01 */
/* b_section02 */
.bistro_wrap .b_section02{
  height: 2300px;
  background-image: url(../img/bistro5.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.sub .b_section02 .s_contents{
  background-image: url(../img/bistrobg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 80%;
  padding-top: 150px;
}
.sub .b_section02 .s_contents .main_imgArea>.inner2 {
  display: flex;
  flex-direction: column;
}
.sub .b_section02 .s_contents .main_img_title{
  font-size: 100px;
  font-weight: 700;
  margin-bottom: -40px;
  position: relative;
  z-index: 50;
  text-align: center;
}
.sub .b_section02 .s_contents .main_imgArea .inner2 {
  margin-bottom: 150px;
}
.sub .b_section02 .s_contents .main_imgArea .inner2 .imgbox1{
  background-image: url(../img/bistrobg2.jpg);
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 49;
}
.bistro_wrap .b_section02 .s_contents .imgbox .box{
  width: 50%;
  height: 540px;
}
.bistro_wrap .b_section02 .s_contents .imgbox .box img{
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.bistro_wrap .b_section02 .s_contents .menu_imgArea .inner2{
  overflow: hidden;
}
.bistro_wrap .b_section02 .s_contents .menu_img_title{
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 90px;
}
.bistro_wrap .b_section02 .s_contents .menu_imgArea .swiper-slide .imgbox2{
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bistro_wrap .b_section02 .s_contents .menu_imgArea .swiper-slide .imgbox2 img{
  width: 260px;
  position: relative;
}
.bistro_wrap .b_section02 .s_contents .menu_imgArea .swiper-slide h3{
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
/* //b_section02 */
/* //bistro */

/* cafe  */
.cafe_wrap .b_section02 .menu_imgArea .inner2{
  overflow: hidden;
}
.cafe_wrap .b_section02 .menu_imgArea .inner2 .menu_img_title{
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 90px;
}
.cafe_wrap .b_section02 .menu_imgArea .inner2 .mySwiper-cafe .swiper-wrapper{
  border-radius: 30px;
  overflow: hidden;
  height: 520px;
}
.cafe_wrap .b_section02 .menu_imgArea .inner2 .mySwiper-cafe .swiper-slide img{
  width: 100%;
}
.cafe_wrap .b_section02{
  height: 2300px;
  background-image: url(../img/cafe5.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
/* //cafe  */

/* clinic_wrap */
.clinic_wrap .c_section01{
  padding: 130px 0;
  background: linear-gradient(18deg, rgba(248,245,240,1) 17%, rgba(255,255,255,1) 100%);
}
.clinic_wrap .c_section01 .c_title span{
  font-size: 18px;
  color: #644324;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.clinic_wrap .c_section01 .c_title h2{
  font-size: 60px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
.clinic_wrap .c_section01 .c_contents .imgbox{
  width: 100%;
  height: 400px;
  background-image: url(../img/clinic2.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 80px;
}
.clinic_wrap .c_section01 .c_contents .txtbox h3{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.clinic_wrap .c_section01 .c_contents .txtbox p{
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.clinic_wrap .c_section02{
  padding: 130px 0;
}
.clinic_wrap .c_section02 .inner2>h2{
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}
.clinic_wrap .c_section02 .s_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.clinic_wrap .c_section02 .s_contents .imgArea{
  width: 50%;
  max-width: 550px;
  height: 690px;
  position: relative;
}
.clinic_wrap .c_section02 .s_contents .imgArea .imgbg{
  background-image: url(../img/clinic3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 650px;
}
.clinic_wrap .c_section02 .s_contents .imgArea .doctor_img{
  background-image: url(../img/clinic4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 650px;
  position: absolute;
  right: 0;
  bottom: 0;
}.clinic_wrap .c_section02 .s_contents .textArea{
  width: 50%;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_intro{
  margin-bottom: 50px;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_intro>span{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  color: #644324;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_intro h2{
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_intro .smalltxt{
  font-size: 20px;
  font-weight: 300;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_intro .title{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_intro .txt{
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  color: #808080;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_history .history_title{
  height: 30px;
  border-bottom: 1px solid #644324;
  margin-bottom: 15px;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_history .history_title p{
  font-size: 16px;
  font-weight: 600;
  color: #644324;
}
.clinic_wrap .c_section02 .s_contents .textArea .doctor_history ul li{
  font-size: 15px;
  font-weight: 400;
  height: 30px;
}
.clinic_wrap .c_section03 {
  background-image: url(../img/clinic5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}
.clinic_wrap .c_section03 .imgbox{
  height: 500px;
  padding: 70px 150px;
  display: flex;
  align-items: center;
  background-image: url(../img/clinic5-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.clinic_wrap .c_section03 .textbox{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.clinic_wrap .c_section03 .textbox h2{
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}
.clinic_wrap .c_section03 .textbox .txt1{
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
}
.clinic_wrap .c_section03 .textbox .txt2{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
.clinic_wrap .c_section03 .textbox .txt3{
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
}
.clinic_wrap .c_section03 button{
  border: 1px solid #fff;
  background-color: inherit;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: .3s;
  margin-top: auto;
}
.clinic_wrap .c_section03 button:hover{
  background-color: rgba(255, 255, 255, .2);
}
.clinic_wrap .c_section04 .c_contents{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.clinic_wrap .c_section04{
  padding: 130px 0;
}
.clinic_wrap .c_section04 .c_contents{
  margin-bottom: 100px;
}
.clinic_wrap .section_intro .c_contents .textArea{
  width: 40%;
  padding-right: 15px;
}
.clinic_wrap .section_intro .c_contents .textArea h2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.clinic_wrap .section_intro .c_contents .textArea h3{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 150%;
  color: #555;
  word-break: keep-all;
}
.clinic_wrap .section_intro .c_contents .textArea p{
  font-size: 17px;
  font-weight: 400;
  line-height: 180%;
  word-break: keep-all;
}
.clinic_wrap .section_intro .c_contents .textArea .brown{
  color: #644324;
  font-weight: 700;
}
.clinic_wrap .c_section04 .c_contents ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.clinic_wrap .c_section04 .c_contents ul li{
  width: 250px;
  height: 250px;
  border: 1px solid #644324;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 100%;
  padding-top: 70px;
}
.clinic_wrap .c_section04 .c_contents ul li span{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #644324;
}
.clinic_wrap .c_section04 .c_contents ul li h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.clinic_wrap .c_section04 .c_contents ul li p{
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
  line-height: 150%;
}
@keyframes bgZoomOut {
  0% {
    background-size: 120%; /* 120% 확대 */
  }
  100% {
    background-size: 100%; /* 정상 크기 */
  }
}

.clinic_wrap .c_section04 .advantage01 {
  width: 100%;
  height: 500px;
  background-image: url(../img/clinic12.jpg);
  background-size: 120%; /* 기본적으로 확대된 상태 */
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  /* 초기 상태 (애니메이션 X) */
  transition: background-size 8s ease-out;
}

/* 활성화되면 애니메이션 적용 */
.clinic_wrap .c_section04 .advantage01.active {
  animation: bgZoomOut 8s ease-out forwards;
}

.clinic_wrap .c_section04 .advantage01 h2{
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.clinic_wrap .c_section04 .advantage01 li{
  margin-bottom: 20px;
}
.clinic_wrap .c_section04 .advantage01 .a_title{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
  height: 23px;
}
/* 기본 상태: 애니메이션 X */
.clinic_wrap .c_section04 .advantage01 .a_title::before {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 1s linear; /* 부드러운 애니메이션 효과 */
}
@keyframes underline {
  0% {
    width: 0%; /* 120% 확대 */
    left: 0;
  }
  100% {
    width: 100%; /* 정상 크기 */
    left: 0;
  }
}
/* 스크롤 도착 시 실행 */
.clinic_wrap .c_section04 .advantage01.active .a_title::before {
  width: 100%; /* 전체 너비로 확장 */
}
.clinic_wrap .c_section04 .advantage01 .text{
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.clinic_wrap .c_section05{
  padding: 100px 0;
  background: linear-gradient(18deg, rgba(248,245,240,1) 17%, rgba(255,255,255,1) 100%);
}
.clinic_wrap .c_section05 .inner2>span{
  font-size: 17px;
  color: #644324;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.clinic_wrap .c_section05 .inner2>h2{
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
.clinic_wrap .c_section05 .inner2 ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  max-width: 1000px;
}
.clinic_wrap .c_section05 .inner2 ul li{
  /* border: 1px solid #e2e2e2; */
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .2);
}
.clinic_wrap .c_section05 .inner2 ul li h3,
.clinic_wrap .c_section05 .inner2 ul li p{
  position: relative;
  z-index: 2;
}
.clinic_wrap .c_section05 .inner2 ul li::before{
  background-position: center center;
  background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}
.clinic_wrap .c_section05 .inner2 ul li.box1::before{
  background-image: url(../img/clinic6.jpg);
}
.clinic_wrap .c_section05 .inner2 ul li.box2::before{
  background-image: url(../img/clinic7.jpg);
}
.clinic_wrap .c_section05 .inner2 ul li.box3::before{
  background-image: url(../img/clinic8.jpg);
}
.clinic_wrap .c_section05 .inner2 ul li.box4::before{
  background-image: url(../img/clinic9.jpg);
}
.clinic_wrap .c_section05 .inner2 ul li.box5::before{
  background-image: url(../img/clinic10.jpg);
}
.clinic_wrap .c_section05 .inner2 ul li.box6::before{
  background-image: url(../img/clinic11.jpg);
}
.clinic_wrap .c_section05 .inner2 ul li h3{
  font-size: 20px;
  margin-bottom: 15px;
}
.clinic_wrap .c_section05 .inner2 ul li p{
  font-size: 17px;
}
.clinic_wrap .c_section05 .inner2 ul li:hover:before{
  opacity: 1;
}
.clinic_wrap .c_section05 .inner2 ul li:hover h3,
.clinic_wrap .c_section05 .inner2 ul li:hover p{
  color: #fff;
}

.clinic_wrap .c_section06{
  padding: 130px 0;
}
.clinic_wrap .c_section06 .c_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic_wrap .c_section06 .c_contents .imgArea{
  width: calc(60% - 100px);
  height: 400px;
  background-image: url(../img/clinic13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.clinic_wrap .c_section07{
  background-color: #212129;
  padding: 120px 0;
  color: #fff;
}
.clinic_wrap .c_section07 .inner2{
  overflow: hidden;
  padding: 0;
}
.clinic_wrap .c_section07 .mySwiper-sec07 {
  position: relative;
  height: 580px;
  display: flex;
  align-items: end;
}
.clinic_wrap .c_section07 .slideArea{
  margin-bottom: 200px;
}
.clinic_wrap .c_section07 .swiper-wrapper{
  height: 480px;
}
.clinic_wrap .c_section07 .swiper-slide{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  background-color: #212129;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text{
  display: flex;
  height: 100%;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  /* background-color: salmon; */
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text h2{
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text>p{
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text .num{
  font-size: 60px;
  font-weight: 500;
  color: #c39c60;
  position: absolute;
  top: -20px;
  left: 20px;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text .contents span{
  font-size: 17px;
  font-weight: 300;
  color: #c39c60;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  margin-top: 60px;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text .contents p{
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  line-height: 150%;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text ul{
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 20px;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_text ul li{
  width: 200px;
  height: 200px;
  border: 1px solid #c39c60;
  border-radius: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clinic_wrap .c_section07 .swiper-slide .swiper_img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 700px);
  height: 400px;
}
.clinic_wrap .c_section07 .s1 .swiper_img{
  background-image: url(../img/clinic14.jpg);
}
.clinic_wrap .c_section07 .s2 .swiper_img{
  background-image: url(../img/clinic15.jpg);
}
.clinic_wrap .c_section07 .s3 .swiper_img{
  background-image: url(../img/clinic16.jpg);
}
.clinic_wrap .c_section07 .swiper-pagination {
  border: 1px solid #c39c60;
  color: #c39c60;
  border-radius: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  font-size: 24px;
  top: 0;
  left: 0;
}
.clinic_wrap .c_section07 .swiper-pagination-current {
  width: 30px;
}
.clinic_wrap .c_section07 .swiper-pagination-total {
  width: 30px;
}
.clinic_wrap .c_section07 .advantage02 h2{
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}
.clinic_wrap .c_section07 .advantage02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.clinic_wrap .c_section07 .advantage02 ul li {
  width: calc(25% - 20px);
  height: 200px;
  border: 1px solid #c39c60;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  word-break: keep-all;
  text-align: center;
  line-height: 150%;
  font-size: 17px;
  
  /* 배경 색상 변화 부드럽게 추가 */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.clinic_wrap .c_section07 .advantage02 ul li:hover {
  background-color: rgba(195, 156, 96, .5); /* 배경 색상 */
}


.clinic_wrap .c_section08{
  padding: 130px 0;
}
.clinic_wrap .c_section08 .c_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic_wrap .c_section08 .c_contents .imgArea{
  width: calc(60% - 100px);
  height: 400px;
  background-image: url(../img/clinic17.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.clinic_wrap .c_section09{
  padding: 130px 0;
  background-image: url(../img/clinic19.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.clinic_wrap .c_section09 .sec9-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.clinic_wrap .c_section09 .sec9-title p{
  font-size: 24px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 20px;
}
.clinic_wrap .c_section09 .sec9-title h2{
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.clinic_wrap .c_section09 .imgArea{
  position: relative;
  width: 100%;
  height: 500px;
}
.clinic_wrap .c_section09 .imgArea .imgbox{
  position: absolute;
  width: 800px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.clinic_wrap .c_section09 .imgArea .imgbox img{
  width: 100%;
}
.clinic_wrap .c_section09 .imgArea .effect_box{
  width: 100%;
  height: 100%;
  position: absolute;
}
.clinic_wrap .c_section09 .imgArea .effect_box .e_box{
  background-color: #fff;
  border: 2px solid #c39c60;
  border-radius: 50px;
  max-width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c39c60;
  position: absolute;
  width: 100%;
}
.e_box1{
  top: 70px;
  left: 200px;
}
.e_box2{
  top: 100px;
  right: 50px;
}
.e_box3{
  top: 220px;
  left: 150px;
}
.e_box4{
  top: 250px;
  right: 150px;
}
.e_box5{
  top: 370px;
  left: 250px;
}
.e_box6{
  bottom: 30px;
  right: 100px;
}



.clinic_wrap .c_section10{
  padding: 130px 0;
}
.clinic_wrap .c_section10 .c_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic_wrap .c_section10 .c_contents .imgArea{
  width: calc(60% - 100px);
  height: 400px;
  background-image: url(../img/clinic20.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.clinic_wrap .c_section11{
  padding: 130px 0;
}
.clinic_wrap .c_section11 .c_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.clinic_wrap .c_section11 .c_contents .sec9-title{
  margin: 0 auto;
  margin-bottom: 100px;
}
.clinic_wrap .c_section11 .c_contents .sec9-title p{
  font-size: 24px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 20px;
  text-align: center;
}
.clinic_wrap .c_section11 .c_contents .sec9-title h2{
  font-size: 48px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.clinic_wrap .c_section11 .c_contents .imgArea{
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
}
.clinic_wrap .c_section11 .c_contents .imgArea .imgbox{
  width: 800px;
  height: fit-content;
}
.clinic_wrap .c_section11 .c_contents .effect_box02 ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 150px;
}
.clinic_wrap .c_section11 .c_contents .effect_box02 ul li{
  background-color: #faf6f2;
  border: 1px solid #f7dcb6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.clinic_wrap .c_section11 .c_contents .effect_box02 ul li span{
  font-size: 17px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 10px;
}
.clinic_wrap .c_section11 .c_contents .effect_box02 ul li h2{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.clinic_wrap .c_section11 .c_contents .effect_box02 ul li p{
  text-align: center;
  background-color: #fff;
  width: 100%;
  line-height: 150%;
  font-size: 17px;
  word-break: keep-all;
  padding: 10px 15px;
  border: 1px solid #f7dcb6;
}
.clinic_wrap .c_section12{
  padding: 130px 0;
  background: linear-gradient(18deg, rgba(248,245,240,1) 17%, rgba(255,255,255,1) 100%);
}
.clinic_wrap .c_section12 .titlebox{
  margin-bottom: 50px;
}
.clinic_wrap .c_section12 .titlebox span{
  font-size: 18px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 10px;
  display: block;
}
.clinic_wrap .c_section12 .titlebox h2{
  font-size: 60px;
  font-weight: 400;
}
.clinic_wrap .c_section12 .c_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic_wrap .c_section12 .imgArea{
  width: calc(60% - 100px);
  height: 400px;
  background-image: url(../img/clinic22.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e2e2e2;
}
.clinic_wrap .c_section13{
  padding: 200px 0;
  background-color: #F5F5F5;
}
.clinic_wrap .c_section13 .point_box{
  margin-bottom: 50px;
}
.clinic_wrap .c_section13 .point_box ul{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #644324;
  color: #fff;
  max-width: 200px;
  border-radius: 50px;
  padding: 15px;
  margin: 0 auto;
}
.clinic_wrap .c_section13 .point_box ul li{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic_wrap .c_section13 .point_box ul .p_num{
  position: relative;
}
.clinic_wrap .c_section13 .point_box ul .p_num::after{
  content: '';
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.clinic_wrap .c_section13 .point_title{
  margin-bottom: 100px;
}
.clinic_wrap .c_section13 .point_title h2{
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.clinic_wrap .c_section13 .point_title p{
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 150%
}
.clinic_wrap .c_section13 .point_img{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 150px;
}
.clinic_wrap .c_section13 .point_img .imgbox{
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 600px;
  background-image: url(../img/clinic25.jpg);
}
.clinic_wrap .c_section13 .point_img .point_text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box{
  position: absolute;
  display: flex;
  align-items: center;
}
.clinic_wrap .c_section13 .point_img .point_text .p_txt{
  background-color: #fff;
  border: 2px solid #c39c60;
  border-radius: 50px;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c39c60;
}
.clinic_wrap .c_section13 .point_img .point_text .line1{
  width: 50px;
  height: 2px;
  background-color: #c39c60;
}
.clinic_wrap .c_section13 .point_img .point_text .circle{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic_wrap .c_section13 .point_img .point_text .circle .s_circle{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box1{
  top: 250px;
  left: 150px;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box2{
  top: 150px;
  right: -10px;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box3{
  top: 320px;
  left: 180px;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box4{
  top: 350px;
  right: -20px;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box5{
  top: 400px;
  left: 150px;
}
.clinic_wrap .c_section13 .point_img .point_text .p_box6{
  bottom: 10px;
  right: 50px;
}
.clinic_wrap .c_section13 .sec13-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.clinic_wrap .c_section13 .sec13-title p{
  font-size: 24px;
  font-weight: 400;
  color: #644324;
  margin-bottom: 20px;
}
.clinic_wrap .c_section13 .sec13-title h2{
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.clinic_wrap .c_section13 .img_contents{
  display: flex;
  align-items: center;
  gap: 15px;
}
.clinic_wrap .c_section13 .img_contents .cbox{
  width: 50%;
  display: flex;
}
.clinic_wrap .c_section13 .img_contents .cbox .imgbox{
  width: 300px;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c39c60;
}
.clinic_wrap .c_section13 .img_contents .cbox01 .imgbox{
  background-image: url(../img/clinic23.jpg);
}
.clinic_wrap .c_section13 .img_contents .cbox02 .imgbox{
  background-image: url(../img/clinic24.jpg);
}
.clinic_wrap .c_section13 .img_contents .cbox .txtbox{
  padding-left: 40px;
}
.clinic_wrap .c_section13 .img_contents .cbox .txtbox h2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
.clinic_wrap .c_section13 .img_contents .cbox .txtbox span.mord{
  font-size: 25px;
  font-weight: 500;
}
.clinic_wrap .c_section13 .img_contents .cbox .txtbox span.s_font{
  font-size: 17px;
  font-weight: 500;
  color: #ccc;
}
.clinic_wrap .c_section13 .img_contents .cbox .txtbox ul li{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  word-break: keep-all;
  line-height: 150%;
  color: #808080;
}
.clinic_wrap .c_section13 .img_contents .cbox .txtbox ul li::before{
  content: '';
  background-color: #808080;
  height: 1px;
  width: 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0%;
}
.clinic_wrap .c_section14{
  padding: 200px 0;
  background-color: #FBF9F6;
}
.clinic_wrap .c_section14 .point_box{
  margin-bottom: 100px;
}
.clinic_wrap .c_section14 .point_box ul{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #644324;
  color: #fff;
  max-width: 230px;
  border-radius: 50px;
  padding: 15px;
  margin: 0 auto;
}
.clinic_wrap .c_section14 .point_box ul li{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic_wrap .c_section14 .point_box ul .p_num{
  position: relative;
}
.clinic_wrap .c_section14 .point_box ul .p_num::after{
  content: '';
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.clinic_wrap .c_section14 .point_title{
  margin-bottom: 100px;
}
.clinic_wrap .c_section14 .point_title h2{
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.clinic_wrap .c_section14 .point_title p{
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 150%
}
.clinic_wrap .c_section14 .point_contents{
  display: flex;
  align-items: center;
}
.clinic_wrap .c_section14 .point_contents .imgArea{
  width: 650px;
  height: 550px;
  border: 1px solid #c39c60;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.clinic_wrap .c_section14 .point_contents .textArea{
  width: calc(100% - 650px);
  padding-left: 50px;
}
.clinic_wrap .c_section14 .point_contents .textArea h2{
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 40px;
}
.clinic_wrap .c_section14 .point_contents .textArea h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.clinic_wrap .c_section14 .point_contents .textArea>p{
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 50px;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul{
  position: relative;
  width: 550px;
  height: 500px;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li{
  width: 300px;
  height: 300px;
  background-color: rgba(195, 156, 96,.6);
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border: 1px solid #c39c60;
  transition: .3s;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul .listbox01{
  top: 0;
  left: 0;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul .listbox02{
  top: 0;
  right: 0;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul .listbox03{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li span{
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  color: #644324;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li h3{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li p{
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  height: fit-content;
  width: 90%;
  word-break: keep-all;
  transition: .3s;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li:hover{
  background-color: rgba(195, 156, 96, 1);
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li:hover .nomal{
  opacity: 0;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul li:hover p{
  opacity: 1;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul .listbox01:hover{
  z-index: 50;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul .listbox02:hover{
  z-index: 50;
}
.clinic_wrap .c_section14 .point_contents .imgArea ul .listbox03:hover{
  z-index: 50;
}

.clinic_wrap .c_section14 .point_contents .textArea .summary{
  background-color: #fff;
  border: 1px solid #c39c60;
  padding: 20px 30px;
}
.clinic_wrap .c_section14 .point_contents .textArea .summary p{
  line-height: 180%;
  text-align: center;
}
.clinic_wrap .c_section14 .point_contents .textArea .summary span{
  color: #644324;
  font-weight: 600;
  border-bottom: 1px solid #644324;
}



.clinic_wrap .c_section15{
  padding: 130px 0;
  background-color: #212129;
  color: #fff;
}
.clinic_wrap .c_section15 .c_contents{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic_wrap .c_section15 .c_contents .textArea h3 {
  color: #ccc;
}
.clinic_wrap .c_section15 .c_contents .textArea .brown {
  color: #c39c60;
  font-weight: 700;
}
.clinic_wrap .c_section15 .c_contents .imgArea {
  width: calc(60% - 100px);
  height: 400px;
  background-image: url(../img/clinic13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.clinic_wrap .c_section16{
  padding:0 0 130px 0;
  background-color: #212129;
  
}
.clinic_wrap .c_section16 .c_contents .sec16-title{
  margin: 0 auto;
  margin-bottom: 100px;
}
.clinic_wrap .c_section16 .c_contents .sec16-title p{
  font-size: 24px;
  font-weight: 400;
  color: #c39c60;
  margin-bottom: 20px;
  text-align: center;
}
.clinic_wrap .c_section16 .c_contents .sec16-title h2{
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.clinic_wrap .c_section16 .c_contents .imgArea{
  margin-bottom: 100px;
}
.clinic_wrap .c_section16 .c_contents .imgArea .swiper-wrapper{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.clinic_wrap .c_section16 .c_contents .imgArea .swiper-wrapper .swiper-slide{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.clinic_wrap .c_section16 .c_contents .imgArea .swiper-wrapper .s1{
  background-image: url(../img/clinic26.jpg);
  background-position: center;
}
.clinic_wrap .c_section16 .c_contents .imgArea .swiper-wrapper .s2{
  background-image: url(../img/clinic27.jpg);
}
.clinic_wrap .c_section16 .c_contents .effect_box02{
  width: 100%;
  border: 1px solid #fff;
  line-height: 150%;
  padding: 30px 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}
/* //clinic_wrap */
/* partner */
.partner_wrap .p_section01{
  padding: 130px 0;
}
.partner_wrap .p_section01 .p_title span{
  font-size: 18px;
  color: #644324;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.partner_wrap .p_section01 .p_title h2{
  font-size: 60px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}

.partner_wrap .listArea{
        display:flex;
		gap:20px;
		margin-top:100px;
		flex-wrap: wrap;
    }
.partner_wrap .p_list {
        width: calc((100% / 2 - 10px));
        height: 178px;
        border: 1px #e4e4e4 solid;
        display: flex;
        align-items: center;
        padding-left: 30px;
        position: relative;
        transition: .3s;
    }
    .partner_wrap .p_list:hover:before{
      content: '';
      display: block;
      width: 0%;
      height: 100%;
      position: absolute;
      background-color: #f2f2f2;
      top: 0;
      left: 0;
      animation-name: p_bg ;
      animation-duration:1.5s;
      animation-duration: leaner;
      animation-direction:alternate;
      animation-fill-mode: forwards;
      z-index: -1;
    }
    /* 키프레임 이름 = 애니메이션 이름 */
@-webkit-keyframes p_bg {
  0% {
    width: 0;
    left:0;
  }
  100% {
    width: 100%;
    left:0;
  }
}
.partner_wrap .p_list .logo_img {
        width: 200px;
        height: 100px;
        flex-shrink: 0;
        margin-right: 30px;
        display: flex;
        align-items: center;
		justify-content: center;
    }
.partner_wrap .p_list .logo_img img.type_a{
       width:100%;
    }
.partner_wrap .p_list .logo_img img.h_logo{
   
    }
.partner_wrap .p_list .info {
    width:350px;
    }
.partner_wrap .p_list .info .tit{
    font-size:20px;
	font-weight:700;
	margin-bottom:15px;
	color:#232323;
    }
.partner_wrap .p_list .info .stit{
    font-size:16px;
	font-weight:400;
	color: #797979;
	line-height:1.3;
	word-break: break-all;
    }
.partner_wrap .p_list .link_btn {
        padding-left: 30px;
        padding-right: 30px;
        height: 40px;
        border: 1px #999999 solid;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #999999;
        margin-left: auto;
        margin-right: 40px;
		transition: 0.5s;
		display:none;
    }
.partner_wrap .p_list .link_btn:hover{
		background: #ffa800;
        border: 1px #ffa800 solid;
        color: #ffffff;
    }


/* //partner */


/*board_section*/
.board_section01 .tit{
	font-size: 45px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-top: 140px;
    margin-bottom: 40px;
	}
.board_section01 .table_board_for {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #111;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    text-align: center;
    word-break: break-all;
}
.board_section01 .table_board_for thead th {
    color: #111;
    font-size: 1.125rem;
    font-weight: 500;
	padding: 20px 2px;
    position: relative;
}
.board_section01 .table_board_for td, .table_board_for th {
    vertical-align: middle;
}
.board_section01 .table_board_for td {
    padding: 26px 5px;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.6);
}


.board_section01 #search_form {
	position: relative;
    max-width: 600px;
    margin: 5rem auto 3.75rem;
    padding: 15px 20px;
    border-radius: 0.7em;
    border: 2px solid #212129;
    overflow: hidden;
	}
.board_section01 #search_form input {
        width: calc(100% - 60px);
        font-size: 16px;
        color: #232323;
        font-weight: 300;
        height: 30px;
    }
.board_section01 #search_form .searct_submit {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: url(../img/icon-search.svg) no-repeat center / 1.5rem;
        color: transparent;
        border: none;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }


.board_section01 .page_navigation {
        display: Flex;
        align-items: center;
        justify-content: center;
		gap: 8px;
    }
.board_section01 .page_navigation a {
        display: inline-block;
        min-width: 36px;
        height: 36px;
        border: 1px solid transparent;
        border-radius: 50%;
        font-size: 14px;
        line-height: 32px;
        color: #a5a5a5;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.board_section01 .page_navigation a img{
        height:15px;
    }
.board_section01 .page_navigation a.on{
	color: #fff;
	background: #111111;
	border-radius: 5px;
}

#notice-sub {
	margin-top: 100px;
	height: calc(100vh - 100px);
    background: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}
#notice-sub .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: salmon; */
}
#notice-sub .title h2{
    font-size: 32px;
    margin-bottom: 30px;
}
#notice-sub .notice-sub .inner{
    max-width: 1000px;
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
}
#notice-sub .contents{
    border-top: 1px solid #d2d2d2;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-top: 45px;
    padding: 20px;
    margin-bottom: 100px;
}

#notice-sub .contents .imgbox{
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background-color: #d2d2d2;
    margin-bottom: 50px;
}
#notice-sub .contents .textbox p{
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 50px;
}

#notice-sub .list{
    width: 200px;
    height:60px;
    background-color: #212129;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    margin: auto;
    color: #fff;
    font-size: 18px;
}
/*board_section END*/

.c_section2{
  padding: 130px 0;
  background: linear-gradient(18deg, rgba(248,245,240,1) 17%, rgba(255,255,255,1) 100%);
}
.c_section2 .sub_title{
  font-size: 24px;
  font-weight: 400;
  color: #644324;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.c_section2 .main_title{
  font-size: 36px;
  font-weight: 700;
  color: #644324;
  text-align: center;
  margin-bottom: 30px;
}
.c_section2 .txt{
  font-size: 20;
  font-weight: 300;
  color: 000;
  text-align: center;
  line-height: 150%;
  margin-bottom: 80px;
}
.b_section01 .link_button{
  border: 1px solid #644324;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #644324;
  margin-top: 30px;
  position: relative;
}
.b_section01 .link_button::before{
  content: '';
  background-color: #644324;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b_section01 .link_button:hover{
  color: #fff;
}
.b_section01 .link_button:hover:before{
  animation-name: link_bg;
  animation-duration:1s;
  animation-duration: leaner;
  animation-direction:alternate;
  animation-fill-mode: forwards;
}
@-webkit-keyframes link_bg {
  0% {
    width: 0%;
    left:0;
  }
  100% {
    width: 100%;
    left:0;
  }
}
.sub .c_section2 .c_contents{
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: space-between;
  margin: 0 auto;
}
.sub .c_section2 .c_contents li{
  width: 230px;
  height: 230px;
  border: 2px solid #644324;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #644324;
  background-color: rgba(255, 255, 255, .5);
  transition: .3s;
  text-align: center;
}
.sub .c_section2 .c_contents li img{
  height: 80px;
  margin-bottom: 15px;
  transition: .3s;
  filter: invert(23%) sepia(7%) saturate(5272%) hue-rotate(348deg) brightness(35%) contrast(77%);
}
.sub .c_section2 .c_contents li:hover{
  background-color: #644324;
  border: 2px solid #644324;
  color: #fff;
}
.sub .c_section2 .c_contents li:hover img{
  filter: brightness(0) invert(1);
}

.sub .c_section3{
  padding: 130px 0;
  background: linear-gradient(18deg, rgba(248,245,240,1) 17%, rgba(255,255,255,1) 100%);
}
.sub .c_section3 .sub_title{
  font-size: 24px;
  font-weight: 400;
  color: #644324;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.sub .c_section3 .main_title{
  font-size: 36px;
  font-weight: 700;
  color: #644324;
  margin-bottom: 30px;
}
.sub .c_section3 .c_contents{
  padding: 0 15px;
}
.sub .c_section3 .mySwiper_clinic{
  max-width: 1595px !important;
  width: 100%;
  /* background-color: orange; */
  height: 530px;
  margin-left: auto;
  overflow: hidden;
}
.sub .c_section3 .swiper-slide{
  height: 500px;
  transition: .3s;
}
.sub .c_section3 .swiper-slide .bgbox{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(.8) grayscale(1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .3s;
} 
.sub .c_section3 .swiper-slide:hover{
  overflow: hidden;
}
.sub .c_section3 .swiper-slide:hover .bgbox{
  filter: brightness(100%) grayscale(0);
}
.clinic_wrap .c_section3 .s1 .bgbox{
  background-image: url(../img/clinic_img01.jpg);
}
.clinic_wrap .c_section3 .s2 .bgbox{
  background-image: url(../img/clinic_img02.jpg);
}
.clinic_wrap .c_section3 .s3 .bgbox{
  background-image: url(../img/clinic_img03.jpg);
}
.clinic_wrap .c_section3 .s4 .bgbox{
  background-image: url(../img/clinic_img04.jpg);
}
.clinic_wrap .c_section3 .s5 .bgbox{
  background-image: url(../img/clinic_img05.jpg);
}
.clinic_wrap .c_section3 .s6 .bgbox{
  background-image: url(../img/clinic_img06.jpg);
}
.sub .c_section3 .swiper-slide .textbox{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 30px;
}
.sub .c_section3 .swiper-slide .txtbox{
  margin-top: auto;
}
.sub .c_section3 .swiper-slide .m_title{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.sub .c_section3 .swiper-slide .s_title{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  height: 35px;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 15px;
}
.sub .c_section3 .s5 .s_title{
  height: 65px;
}
.sub .c_section3 .swiper-slide .s_title::after{
  content: '';
  width: 1px;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: 10px;
  rotate: -45deg;
}
.sub .c_section3 .swiper-slide p{
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  word-break: keep-all;
  line-height: 150%;
}
.sub .c_section3 .swiper-pagination {
  width: 100%;
  max-width: 1200px;
  border-radius: 5px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.sub .c_section3 .swiper-pagination .swiper-pagination-bullet {
  width: calc(100% / 6);
  border-radius: 5px;
  height: 3px;
}
.sub .c_section3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #644324;
}

.bhbiotech_wrap .c_section3 .s1 .bgbox{
  background-image: url(../img/biotech3.jpg);
}
.bhbiotech_wrap .c_section3 .s2 .bgbox{
  background-image: url(../img/biotech4.jpg);
}
.bhbiotech_wrap .c_section3 .s3 .bgbox{
  background-image: url(../img/biotech5.jpg);
}
.bhbiotech_wrap .c_section3 .s4 .bgbox{
  background-image: url(../img/biotech6.jpg);
}
.bhbiotech_wrap .c_section2 .c_contents .box2 img {
  width: 70px;
}
.bhbiotech_wrap .c_section2 .c_contents .box6 img {
  width: 70px;
}

.about_wrap #section06 {
  background: linear-gradient(18deg, rgba(248,245,240,1) 17%, rgba(255,255,255,1) 100%);
}
.about_wrap .a_section01{
  padding: 130px 0 0;
}
.about_wrap .a_section01 .a_titlebox{
  margin-bottom: 100px;
  padding: 0px 15px;
        word-break: keep-all;
}
.about_wrap .a_section01 .a_titlebox h2{
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.about_wrap .a_section01 .a_titlebox p{
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
}
.about_wrap .a_section01 .a_titlebox p .point{
  font-weight: 600;
  color: #644324;
}
.about_wrap .a_section01 .a_contents{
  display: flex;
  align-items: end;
  width: 100%;
  margin: auto;
}
.about_wrap .a_section01 .a_contents .imgbox {
  width: 50%;
  height: 600px;
  background-image: url(../img/about3.jpg);
  background-size: cover;
  background-position: 80% 0%;
}
.about_wrap .a_section01 .a_contents .textArea{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about_wrap .a_section01 .a_contents .textArea h4{
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 85px;
}
.about_wrap .a_section01 .a_contents .textArea h4::before{
  content: '';
  display: inline-block;
  color: #d2d2d2;
  position: absolute;
  top: -70px;
  background-image: url("../img/about1.svg");
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.about_wrap .a_section01 .a_contents .textArea .gray{
  position: relative;
  background-color: #f8f8f8;
  padding: 40px 0;
}
.about_wrap .a_section01 .a_contents .textArea .gray::after{
  content: '';
  width: 1px;
  height: 50px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 85px;
}
.about_wrap .a_section01 .a_contents .textArea .gray p{
  font-size: 17px;
  word-break: keep-all;
  line-height: 150%;
  margin-bottom: 20px;
  position: relative;
  max-width: 550px;
  padding-left: 85px;
}
.about_wrap .a_section01 .a_contents .textArea .gray p:first-child:before{
  content: '';
  display: inline-block;
  color: #d2d2d2;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  right: -70px;
  background-image: url("../img/about2.svg");
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.about_wrap .a_section01 .a_contents .textArea .gray p:last-child{
  margin-bottom: 0;
}
.about_wrap .a_section02{
  background-image: url(../img/about4.png);
  width: 100%;
  background-size: cover;
  background-position: 0% 500px;
  background-repeat: no-repeat;
  padding: 200px 0;
}
.about_wrap .a_section02 .a_titlebox{
  font-size: 34px;
  font-weight: 700;
  color: #222;
  margin-bottom: 100px;
}
.about_wrap .a_section02 .a_titlebox h2{
  text-align: center;
}
.about_wrap .a_section02 .a_contents .tab_ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.about_wrap .a_section02 .a_contents .tab_ul li{
  width: 50%;
  border-bottom: 1px solid #e2e2e2;
}
.about_wrap .a_section02 .a_contents .tab_ul li a{
  font-size: 30px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #d2d2d2;
}
.about_wrap .a_section02 .a_contents .tab_ul li.current{
  border-bottom: 5px solid #644324;
}
.about_wrap .a_section02 .a_contents .tab_ul li.current a{
  color: #644324;
  font-weight: 700;
}
.about_wrap .tab-content{
  display: none;
}
 
.about_wrap .tab-content.current{
  display: inherit;
}
.about_wrap .a_section02 .a_contents .tab-content ul{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 50px;
}
.about_wrap .a_section02 .a_contents .tab-content ul li{
  width: calc(25% - 20px);
  height: 300px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  /* background-color: #fff; */
}
.about_wrap .a_section02 .a_contents .tab-content ul li .imgbox{
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
}
.about_wrap .a_section02 .a_contents .tab-content ul li .imgbox img{
  height: 100%;
}
.about_wrap .a_section02 .a_contents .tab-content ul li .textbox p{
  word-break: keep-all;
  line-height: 150%;
  text-align: center;
}