* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #333;
  letter-spacing: -0.8px;
  scroll-behavior: smooth;
}

body{
  font-family: "Pretendard";
  position: relative;
}

/* #sect6 .swiper,
#sect7 .swiper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */

::-moz-selection {
  background: #B68962;
  color: #fff;
}
::selection {
  background: #B68962;
  color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

/* 공통속성 */
.title {
  font-family: 'NotoSerifKR';
  font-weight: 100;
  letter-spacing: -2px;
}

.subcopy {
  letter-spacing: -0px;
  font-size: 18px;
  margin-bottom: 12px;
}

span {
  font-weight: 700;
}

#sect6 .subcopy {
  color: #767676;
}

/* sect1 --------------- */

#sect1 .textbox p {
  color: #fff;
}

#sect1 .textbox .titletag{
  margin-bottom: 24px;
}


#sect1 .textbox .title span {
  font-weight: 500;
  letter-spacing: -2px;
}

#sect1 .textbox .subcopy {
  font-weight: 200;
  margin-left: 2px;
  line-height: 26px;
  font-size: 18px;
}

.swiper{
  cursor: pointer;
}

body{
  overflow-x: hidden;
  width: 100%;
}



/* mobile ---------------------------------------------------------------------- */
@media (max-width: 600px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  section{
    width: 100%;
    overflow-x: hidden;
  }

  .title {
    font-size: 28px;
    line-height: 42px;
  }

  .text1 {
    line-height: 36px;
    font-weight: 700;
    font-size: 22px;
    padding: 20px 0 8px;
  }

  .text2 {
    color: #767676;
    line-height: 24px;
    font-size: 16px;
  }

  body{
    width: 100%;
  }




  /* header --------------- */
  header .wrap {
    z-index: 9999;
    width: calc(100% - 40px);
    margin: auto;
    height: 60px;
    padding: 10px;
    align-items: center;
  }

  header h1 {
    width: 240px;
  }

  header h1 img {
    width: 240px;
    display: block;
  }

  header .gnb {
    transition: .5s;
    z-index: -1;
    position: absolute;
    top: 81px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
  }

  header .gnb.on {
    right: 0;
    transition: .5s;
  }

  header .gnb li {
    font-weight: 600;
    margin-left: 80px;
    font-size: 20px;
    padding: 32px 0;
    border-bottom: 1px solid #ddd;
  }

    header .call {
      margin-right: 20px;
      gap:10px;
      margin-top: 20px;
      margin-left: 80px;
    }

  header .call p{
    border-radius: 8px;
    text-align: center;
    width: 48%;
  }

    header .call p a{
      color: #fff;
      padding: 20px;
      display: block;
    }

    header .call p.dongtan{
      background: #A17054;
    }

    header .call p.yeongtong{
      background: #604A3F;
    }
  /* bar ----------- */
  .container-bar {
    display: inline-block;
    cursor: pointer;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 36px;
    height: 4px;
    background-color: #121212;
    margin: 6px 0;
    transition: 0.4s;
  }

  .close .bar1 {
    transform: translate(0, 10px) rotate(-45deg);
  }

  .close .bar2 {
    opacity: 0;
  }

  .close .bar3 {
    transform: translate(0, -10px) rotate(45deg);
  }

  .close{
    display: none;
  }

  .menu-icon{
    cursor: pointer;
  }


  /* sect1 ----------------- */


    #sect1 {
      margin-top: 80px;
      /* height: 720px; */
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
    }

    #sect1 img{
      width: 100%;
    }


  #sect1 .textbox {
    width: 85%;
    position: absolute;
    padding-top: 16%;
    margin-left: 20px;
  }

    #sect1 .textbox p{
      color: #333;
    }

  #sect1 .textbox .title {
    color: #333;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }

  #sect1 .textbox .titletag span{
    border:1px solid #333;
    }

    #sect1 .textbox .titletag span{
      padding: 4px 12px;
      margin-right: 4px;
      border-radius: 16px;
    }

    #sect1 .textbox .subcopy {
      font-weight: 300;
      margin-left: 2px;
      line-height: 22px;
      font-size: 15px;
    }

  /* sect2 --------------- */

  #sect2 {
    background: url('../img/m_sect2_bg.png');
    padding: 80px 0 160px;
    width: calc(100% - 20px);
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #sect2 .title {
    margin-bottom: 40px;
  }

  #sect2 .subcopy {
    margin-left: 2px;
    color: #767676;
  }


  #sect2 .special-box {
    text-align: left;
    width: 100%;
  }

  /* swiper -------------------- */
  #sect2 .swiper {
    width: 100%;
    height: 100%;
  }

  #sect2 .swiper-wrapper {
    padding-bottom: 40px;
  }

  #sect2 .swiper-slide {
    width: calc(100% - 20px);
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

    #sect2 .swiper-slide:last-child{
      width: 100px !important;
    }

    #sect2 .swiper-slide video{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  #sect2 .swiper-slide figure{
    height: 240px;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
  }

  #sect2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-scrollbar-drag {
    background: #000 !important;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: -8px !important;
  }

  /* --------------------------- */

  /* sect3 ------------------- */

  #sect3 {
    background: #FEFBF6;
    text-align: center;
    padding: 80px 0 40px;
    background-repeat: no-repeat;
    background-size: cover;
  }

    #sect3 .wrap{
      width: calc(100% - 40px);
      margin: auto;
    }

  #sect3 .textbox {
    margin-bottom: 60px;
  }

  #sect3 .subcopy {
    font-weight: 300;
  }

  #sect3 p {
    color: #333;
  }

  #sect3 figure{
    width: 100%;
    overflow: hidden;
    border-radius: 0 40px 0 40px;
  }

    #sect3 figcaption{
      margin-bottom: 80px;
    }

  #sect3 .content img {
    width: 100%;
    margin: auto;
  }

#sect3 .text1{
  font-size: 16px;
  margin-bottom: 0px;
}

#sect3 .text2{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 24px;
}

#sect3 .text3{
  margin-bottom: 40px;
  line-height: 24px;
}


  /* sect4 ---------------------- */

  #sect4 {
    padding: 120px 0 80px;
  }

  #sect4 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

    #sect4 .contentwrap{
      width: calc(100% - 40px);
      margin: auto;
      flex-wrap: wrap;
    }

  #sect4 figure img {
    width: 100%;
  }

  #sect4 .contentwrap figure{
    width: 48%;
    margin-bottom: 40px;
  }

  /* sect5 -------------------- */
  #sect5 {
    padding: 100px 0;
    background: #FCF2E2;
  }

  #sect5 .textbox {
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
  }

  #sect5 .subcopy {
    color: #767676;
  }

  #sect5 .title{
    margin-bottom: 20px;
  }

  #sect5 .sub{
    line-height: 24px;
    color: #767676;
  }

  #sect5 .contentwrap{
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect5 figure {
    overflow: hidden;
    border-radius: 0 40px 0 40px;
    width: 100%
  }

  #sect5 figure img{
    width: 100%
  }

    #sect5  figcaption{
      text-align: center;
    }

    #sect5 .content{
        margin-bottom: 40px;
      }

    #sect5 .text1{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
      }

      #sect5 .text2{
        font-weight: 700;
        padding: 20px 0;
        font-size: 32px;
      }

      #sect5 .color{
        color: #B68962;
      }

  /* sect6 ---------------- */

  #sect6{
    padding: 80px 0;
    background: url('../img/m_sect6_bg.png')
  }

  #sect6 .textbox{
    text-align: center;
    margin-bottom: 40px;
  }

  #sect6 p, #sect6 span{
    color: #fff !important;
  }

  #sect6 .subcopy{
    font-weight: 200;
    line-height: 24px;
  }

  #sect6 .wrap{
    width: calc(100% - 40px);
    margin: auto;
  }

    #sect6 img{
      width: 100%;
    }

    #sect6 .point{
      margin-bottom: 60px;
    }

      #sect6 .doctor figure{
        margin-bottom: 40px;
      }

  /* sect7 ------------------- */

  #sect7 {
    padding: 120px 0;
  }

  #sect7 .wrap{
    text-align: left;
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect7 .textbox {
    text-align: left;
    margin-bottom: 40px;
  }

#sect7 .contentwrap{
  text-align: left;
  flex-wrap: nowrap;
  display: block;
}

  #sect7 .content{
      border-radius: 0 30px 0 30px;
      padding: 24px 20px 50px;
      width: 100%;
      margin-bottom: 20px;
      max-height: 200px;
    }

  #sect7 .text1{
    line-height: 24px;
      padding: 0;
      letter-spacing: 0;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 4px;
      }

    #sect7 .text2{
      font-size: 24px;
      font-weight: 700;
      color: #333;
      margin-bottom: 8px;
    }

    #sect7 .text3{
      font-size: 15px;
      color: #767676;
      line-height: 24px;
    }


  #sect7 .content:nth-child(1){
    background: url('../img/m_sect6_content1.png');
    background-size: cover;
  }

  #sect7 .content:nth-child(2){
    background: url('../img/m_sect6_content2.png');
    background-size: cover;
  }

  #sect7 .content:nth-child(3){
    background: url('../img/m_sect6_content3.png');
    background-size: cover;
  }

  /* sect8 ----------------------------------- */

  #sect8 {
    background: url('../img/m_sect8_bg.png');
    padding: 0px 0;
  }

  #sect8 .textbox {
    text-align: center;
    margin-bottom: 40px;
  }

  #sect8 .subcopy {
    color: #767676;
  }

  /* slide --------------- */

  #sect8 .swiper {
    width: 100%;
    height: 300px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #sect8 .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  #sect8 .mySwiper2 {
    height: 380px;
    width: 100%;
  }

  #sect8 .mySwiper {
    width: calc(100% - 40px);
    margin: auto;
    height: 90px !important;
    box-sizing: border-box;
    padding: 30px 0 0;
  }

  #sect8 .mySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  #sect8 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  #sect8 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    top: var(--swiper-navigation-top-offset, 46%) !important;
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  :root {
    --swiper-navigation-size: 24px !important;
  }

  /* sect8 ----------------------- */

  #sect8 .kakao-banner {
    width: 100%;
  }

  #sect8 .kakao-banner img {
    width: 100%;
    display: block;
  }

  /* sect9 -------------------- */

#sect9{
  padding: 120px 0 60px;
  text-align: center;
}

#sect9 .textbox{
  margin-bottom: 30px;
}

#sect9 img{
  width: 100%;
}


#sect9 .map {
  margin-bottom: 60px;
}


#secgt9 .map iframe{
  width: 100%;
}

#sect9 figure{
  width: calc(100% - 40px);
  margin: 0 auto 80px;
}


#sect9 figure{
  margin-top: 40px;
}

#sect9 .name{
  letter-spacing: 0;
  color: #B68962;
  font-size: 24px;
  padding: 20px 0;
}

#sect9 .name span{
    color:#B68962;
}

#sect9 .yeongtong{
color: #604A3F;
}

#sect9 .yeongtong span{
    color: #604A3F;
}


  /* footer ------------------- */

  footer {
    background: #362F2A;
    padding: 0px 20px 30px;
  }

footer .wrap{
  padding: 40px 0 0;
}

  footer h1{
      margin-bottom: 20px;
    }

  footer p{
    font-weight: 200;
        color: #fff;
        line-height: 24px;
        letter-spacing: 0;
      }

  footer .text1{
        font-size: 16px;
        font-weight: 200;
        line-height: 20px;
        padding: 0;
        margin-bottom: 8px;
      }

  footer .text2{
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 8px;
      }

  footer .text3{
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 30px;
        line-height: 22px;
      }


  footer ul li{
    width: 48%;
    }

  footer ul li a{
    text-align: center;
      background: #403A35;
      color: #fff !important;
      display: block;
      padding: 16px 0;
    }

    footer .link{
      margin-bottom: 40px;
    }

}

/* pc ---------------------------------------------------------------------- */

@media (min-width: 601px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }

  .title {
    font-size: 40px;
    line-height: 52px;
  }

  body{
    width: 100%;
    min-width: 1180px;
  }



  /* header ---------------------- */

  header .wrap {
    padding: 22px 0;
    align-items: center;
  }

  header h1 a {
    display: block;
    height: 31px;
  }

  .wrap {
    width: 80%;
    max-width: 1180px;
    margin: auto;
    font-weight: 500;
  }

  header .gnb li {
    display: inline-block;
    margin-left: 12px;
  }

  header .gnb li a {
    font-size: 18px;
    display: block;
    padding: 10px;
    /* transition: .2s; */
  }

  header .gnb li:hover a {
    font-weight: 700;
    color: #B68962;
    transition: 0.3s;
  }

  /* sect1 -------------------*/

  #sect1 .textbox .title span {
    font-weight: 500;
    color: #fff;
    letter-spacing: -2px;
  }

  #sect1 {
    margin-top: 82px;
    /* background-image: url("../img/sect1_bg.png"); */
    height: 800px;
    overflow: hidden;
    position: relative;
  }

  #sect1 .textbox {
    position: absolute;
    text-align: center;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

    #sect1 .textbox .titletag{
      margin-bottom: 32px;
    }

    #sect1 .textbox .titletag span{
      font-weight: 300;
      font-size: 18px;
      color: #fff;
      padding: 6px 16px;
      margin-right: 8px;
      border-radius: 30px;
      border:1px solid #fff;
      }

  #sect1 .textbox .title {
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }


  /* sect2 ------------------- */
  #sect2 {
    padding: 140px 0 200px;
background-image: url("../img/sect2_bg.png");
  }

  #sect2 .flex {
    margin-left: 19%;
    gap: 100px;
  }

  #sect2 .textbox {
    width: 480px;
  }

  #sect2 .special-box {
    text-align: left;
    width: 640px;
  }

  #sect2 .textbox .subcopy {
    margin-bottom: 16px;
    margin-left: 2px;
    color: #767676;
  }

  /* swiper -------------------- */
  #sect2 .swiper {
    width: 100%;
    height: 100%;
  }

  #sect2 .swiper-wrapper {
    padding-bottom: 80px;
  }

  #sect2 .swiper-slide {
    width: 640px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #sect2 .swiper-slide:last-child{
    width: 200px !important;
  }

  #sect2 .swiper-slide figure{
    height: 420px;
    overflow: hidden;
    border-radius: 0px 80px 0px 80px;
  }

  #sect2 .swiper-slide figure video{
    height: 420px;
  }

  #sect2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-scrollbar-drag {
    background: #000 !important;
  }

  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: -8px !important;
  }

  /* --------------------------- */

  .text1 {
    font-weight: 700;
    font-size: 24px;
    padding: 30px 0 12px;
  }

  .text2 {
    color: #767676;
    line-height: 26px;
    font-size: 18px;
  }

  /* sect3 ----------------------- */
  #sect3 {
    padding: 140px 0 60px;
    text-align: center;
    background-color: #FEFAF4;
    background-image: url("../img/sect3_bg.png");
    background-repeat: no-repeat;
  }

  #sect3 .textbox {
    margin-bottom: 80px;
  }

  #sect3 .textbox p,
  #sect3 .textbox span {
    color: #333;
  }

  #sect3 .textbox .subcopy {
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 12px;
  }

  #sect3 .contentwrap{
    margin-bottom: 100px;
    text-align: left;
  }

    #sect3 .contentwrap figure{
      width: 50%;
    }

    #sect3 .contentwrap figure{
      border-radius: 0 80px 0 80px;
     overflow: hidden;
    }

    #sect3 .contentwrap figure img{
      width: 100%;
    }

    #sect3 figcaption{
      width: 45%;
      padding-left: 60px;
    }

  #sect3 .text1{
    font-weight: 300;
    margin-bottom: 8px;
    font-size: 20px;
  }

  #sect3 .text2{
    color: #121212;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
  }

  #sect3 .text3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }

  #sect3 li{
    align-items: center;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #B68962;
    border-radius: 60px;
    margin-right: 20px;
  }

  /* sect4 ----------------------- */
  #sect4 {
    overflow: hidden;
    position: relative;
    padding: 140px 0 80px;
  }

  #sect4 .textbox {
    text-align: center;
    margin-bottom: 80px;
  }

  #sect4 .subcopy {
    margin-bottom: 12px;
    color: #767676;
  }

  #sect4 .contentwrap{
    flex-wrap: wrap;
    width: 80%;
    max-width: 1180px;
    margin: auto;
  }

    #sect4 .contentwrap figure{
      width: 30%;
      margin-bottom: 80px;
    }

    #sect4 .contentwrap figure img{
      width: 100%;
    }

  /* sect5 ----------------------- */
  #sect5 {
    padding: 120px 0;
    background: #FCF2E2;
    width: 100%;
    text-align: center;
  }

  #sect5 .subcopy {
    color: #767676;
  }

  #sect5 .textbox {
    margin-bottom: 60px;
  }
#sect5 .title{
  margin-bottom: 30px;
}
  #sect5 .sub{
    font-size: 18px;
    color: #767676;
    line-height: 26px;
  }

  #sect5 .contentwrap{
    gap: 80px;
    width: 80%;
    max-width: 1180px;
    margin: auto;
  }

  #sect5 .contentwrap figure{
    overflow: hidden;
    border-radius: 0 80px 0 80px;
  }

    #sect5 .contentwrap img{
      width: 100%;
    }

      #sect5 hr{
        border:1px solid #BDBDBD;
      }

    #sect5 .text1{
      margin-bottom: 16px;
    }

    #sect5 .text2{
      font-weight: 700;
      font-size: 36px;
      padding: 36px 0;
    }

    #sect5 .color{
      color: #B68962;
    }

    /* sect 6 ---------------- */

    #sect6{
      text-align: center;
      padding: 120px 0;
      background: url('../img/sect6_bg.png');
      background-repeat: no-repeat;
      background-size: cover;
    }

    #sect6 .wrap{
        max-width: 980px;
      }

    #sect6 p, #sect6 span{
      color: #Fff;
    }

    #sect6 .textbox{
        margin-bottom: 60px;
      }

    #sect6 img{
        width: 100%;
      }

    #sect6 .subcopy{
      font-weight: 200;
      color: #fff;
    }

    #sect6 .point{
        margin-bottom: 80px;
      }

    #sect6 .doctor{
      gap: 80px;
    }




  /* sect7 ----------------------- */

  #sect7 {
    padding: 140px 0;
  }

  #sect7 .textbox {
    text-align: left;
    margin: auto;
    margin-bottom: 60px;
  }

    #sect7 .contentwrap{
        text-align: left;
      margin: auto;
      gap:30px;
    }

    #sect7 .content{
      border-radius: 0 40px 0 40px;
      padding: 20px 30px 34vh;
      width: 33%;
    }

      #sect7 .text1{
        letter-spacing: 0;
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 4px;
      }

      #sect7 .text2{
        font-size: 28px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
      }

      #sect7 .text3{
        font-size: 16px;
        color: #767676;
        line-height: 26px;
      }


  #sect7 .content:nth-child(1){
    background: url('../img/sect6_content1.png');
    background-size: cover;
  }

  #sect7 .content:nth-child(2){
    background: url('../img/sect6_content2.png');
    background-size: cover;
  }

  #sect7 .content:nth-child(3){
    background: url('../img/sect6_content3.png');
    background-size: cover;
  }



  /* sect8 ----------------------- */

  #sect8 {
    background: url('../img/sect8_bg.png');
    padding: 100px 0 140px;
    text-align: center;
  }

  #sect8 .subcopy {
    color: #767676;
  }

  #sect8 .textbox {
    margin-bottom: 60px;
  }

  /* slide --------------- */

  #sect8 .swiper {
    width: 100%;
    height: 640px !important;
    margin-left: auto;
    margin-right: auto;
  }

  #sect8 .swiper-slide {
    opacity: .3;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
  }

  #sect8 .swiper-slide-active{
    opacity: 1;
  }

  #sect8 .mySwiper2 {
    height: 680px;
    width: 100%;
  }

  #sect8 .mySwiper {
    height: 120px !important;
    box-sizing: border-box;
    padding: 30px 0 0;
  }

  #sect8 .mySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  #sect8 .swiper-thumbs{
    width: 80%;
    max-width: 1180px;
  }

  #sect8 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  #sect8 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  /* sect9 -------------------- */

#sect9{
  padding: 120px 0 140px;
  text-align: center;
}

#sect9 .textbox{
  margin-bottom: 60px;
}

#sect9 img{
  width: 100%;
}

#sect9 ul {
  margin-bottom: 40px;
}

#sect9 ul li.on{
  background: #fff;
  color: #B68962;
  border: 1px solid #B68962;
}

#sect9 ul li{
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  margin: 10px;
  padding: 16px 20px;
  color: #767676;
  border: 1px solid #DFDFDF;
  background: #DFDFDF;
}

#sect9 .map {
  margin-bottom: 60px;
}

#secgt9 .map iframe{
  width: 100%;
}


#sect9 .mapwrap{
  gap: 40px;
}

#sect9 .navermap{
  width: 48%;
}

#sect9 figure{
  margin-top: 40px;
}

#sect9 .name{
  letter-spacing: 0;
  background: #B68962;
  color: #fff;
  font-size: 24px;
  padding: 20px 0;
}

#sect9 .name span{
    color: #fff;
}

#sect9 .yeongtong{
  background: #604A3F;
}

#sect9 .yeongtong span{
    color: #fff;
}


  /* footer ----------------------- */

  footer {
    background-color: #362F2A;
    padding: 40px 0 ;
  }

  footer h1{
      margin-bottom: 20px;
    }

  footer p{
        color: #fff;
        letter-spacing: 0;
      }

  footer .text1{
        font-size: 16px;
        font-weight: 200;
      }

  footer .text2{
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 16px;
      }

  footer .text3{
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 40px;
        line-height: 22px;
      }

  footer ul{
    margin-top: 20px;
  }

  footer ul li{
        margin-bottom: 20px;
      }

  footer ul li a{
        background: #403A35;
        color: #fff !important;
        display: block;
        padding: 16px 30px;
    }
/*
  .address{
    width: 30%
  } */




}
