@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
body {font-family:'Pretendard Variable', Arial, sans-serif;}

/* Ken Burns 효과 애니메이션 */
@keyframes kenBurns {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.bold {
  font-weight: 700 !important; }

.mid {
  font-weight: 600 !important; }

.light {
  font-weight: 300 !important; }

.underline {
  text-decoration: underline !important; }

.text_over {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.va_wrap {
  text-align: center;
  white-space: nowrap; }

.va_wrap img {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
  max-height: 100%; }

.va {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 0;
  height: 100%; }

.va_tt {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: auto;
  height: auto;
  white-space: normal; }

.wrapper {
  margin: 0 auto;
  width: calc(100% - 100px);
  position: relative; }
  @media screen and (max-width: 1500px) {
    .wrapper {
      width: 96%; } }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 92%; } }

.wrapper2 {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .wrapper2 {
      width: 92%; } }

.cl {
  clear: both !important;
  display: block; }

.img_src {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover; }

/*박스라인*/
.line_ani,
.line_ani_wrap {
  position: relative;
  z-index: inherit; }

@media screen and (max-width: 1024px) {
  .m_hide {
    display: none; } }

.m_show {
  display: none; }
  @media screen and (max-width: 1024px) {
    .m_show {
      display: block; } }

body.fix, html.fix {
  overflow-y: hidden; }
/* // common.css 수정정    ---------------------------------------------------------------*/
.table_board_for td,
.board-search-01,
.board-search-01 .input-type-01,
.paging-area ul li a {background-color: transparent;}

/* // Color    ---------------------------------------------------------------*/
:root {
  --themeColor1: #c1732f; /*background: var(--themeColor1);*/
  --themeColor2: #154967;
  --txtBlock: #19191a;
  --txtGray: #666666;}
body {background-color: #fcfcfc;}

  
/* // 공통    ---------------------------------------------------------------*/
.only-pc {display: block; }
    @media screen and (max-width: 1024px) {
        .only-pc {display: none !important; } }
.only-mobile {display: none !important; }
    @media screen and (max-width: 1024px) {
        .only-mobile {display: block !important; } }
.only-pc2 {display: block; }
    @media screen and (max-width: 768px) {
        .only-pc2 {display: none !important; } }
.only-mobile2 {display: none !important; }
    @media screen and (max-width: 768px) {
        .only-mobile2 {display: block !important; } }

.sub_wrap {margin-bottom: 120px;}
    @media screen and (max-width: 768px) {
        .sub_wrap {margin-bottom: 60px;} }
.caption-wrap {
    margin: 10px 0;
    border: solid 1px #ddd;
    padding: 20px;
    font-size: 15px;
    color: #999;
    font-weight: 400;
    background-color: #fcfcfc;}
    @media screen and (max-width: 768px) {
        .caption-wrap {font-size: 10px; padding: 10px; } }

.title-wrap h2 {font-size: 2.0em; font-weight: 300;color:#2a2e32; line-height: 1.3;}
.title-wrap h2 strong {font-weight: 800;}
.title-wrap h2 span.point {color:#154967;}
.title-wrap img {max-width: 94%;}
.img-wrap.center {text-align: center;}
.img-wrap.title {margin-bottom: 30px;}
.img-wrap.imgcut:after {
  content: "";
  display: block;
  background-image: url(../images/sub/imgcut.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 18px;}
@media screen and (max-width: 768px) {
  .title-wrap h2 {font-size: 1.2em;}
  .sub_wrap .title-wrap {margin-bottom: 10px;}
  .img-wrap.title {margin-bottom: 20px;}
}


.tab-wrap .tab-nav {margin-bottom: 40px;}
.tab-wrap .main-tabs {display: flex; border-bottom: 1px solid #ddd;}
.tab-wrap .tab-item {
  flex: 1;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;}
.tab-wrap .tab-item.active {background-color: #d2691e;  color: #fff;  border-color: #d2691e;}
.tab-wrap .tab-item:hover {background-color: #f8efdd;}
.tab-wrap .tab-item.active:hover {background-color: #b85c1a;}
.tab-wrap .content-section {display: none;}
.tab-wrap .content-section.active {display: block;}
@media screen and (max-width: 768px) {
  .tab-wrap .tab-item {font-size: 14px; padding: 5px 5px;}
  .tab-wrap .tab-nav {margin-bottom: 15px;}
}
/**/



/* // 레이아웃    ---------------------------------------------------------------*/
.col-wrap {display: flex; gap: 30px 20px; flex-wrap: wrap;}
.col {position: relative;}
.col .inner-wrap {margin: 40px;}
.col1-1 {width: calc(100% / 1 * 1 - 0px);}
.col2-1 {width: calc(100% / 2 * 1 - 10px);}
.col3-1 {width: calc(100% / 3 * 1 - 10px);}
.col3-2 {width: calc(100% / 3 * 2 - 10px);}
.col5-2 {width: calc(100% / 5 * 2 - 10px);}
.col5-3 {width: calc(100% / 5 * 3 - 10px);}
.col4-1 {width: calc(100% / 4 * 1 - 10px);}
.col4-3 {width: calc(100% / 4 * 3 - 10px);}
  @media screen and (max-width: 768px) {
    .col-wrap {gap: 15px;}
  }

/* // 헤더    ---------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background: rgba(0, 0, 0, 0.5); }
  #header.scroll .logo a {
    width: 180px; background-image: url(../images/inc/logo.png?ver=1.0.1);
    image-rendering: -webkit-optimize-contrast; /* 크롬 */
    image-rendering: crisp-edges;              /* 픽셀 선명하게 */
    image-rendering: high-quality;             /* 신형 브라우저 */ 
}
    @media screen and (max-width: 1280px) {
      #header.scroll .logo a {
        width: 150px; } }
  #header.scroll .gnb_area .depth01 > a {
    height: 60px;
    line-height: 60px;
    font-size: 17px; }
    @media screen and (max-width: 1280px) {
      #header.scroll .gnb_area .depth01 > a {
        font-size: 15px; } }
  #header .logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 1024px) {
      #header .logo {
        position: static;
        left: auto;
        top: auto;
        bottom: auto;
        width: 140px;
        height: 60px;} }
    @media screen and (max-width: 500px) {
      #header .logo {
        width: 142px;
        height: 60px; } }
    #header .logo a {
      width: 269px;
      height: 100%;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../images/inc/logo_w.png?ver=1.0.1);
      -webkit-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
@media screen and (max-width: 1560px) {
  #header .logo a {width: 220px;}
  #header .banner_area a {max-height: 56px;}
}
@media screen and (max-width: 1280px) {
  #header .logo a {width: 160px;}
  #header .banner_area a {max-height: 50px;}
}
@media screen and (max-width: 1180px) {
  #header .banner_area a {max-height: 46px;}
  #header .banner_area a {margin-left: 2px;}
}
@media screen and (max-width: 1024px) {
  #header .logo a {width: 100% !important; } 
}
#header .gnb_area {text-align: center; font-size: 0; }
@media screen and (max-width: 1024px) {
      #header .gnb_area {
        display: none; } }
    #header .gnb_area .depth01 {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      #header .gnb_area .depth01 > a {
        display: block;
        height: 75px;
        line-height: 75px;
        font-size: 18px;
        font-weight: 300;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #fff;
        position: relative;
        padding: 0 20px;
        margin: 0 22px;
        letter-spacing: 0;
        transition: 0.3s; }
        @media screen and (max-width: 1280px) {
          #header .gnb_area .depth01 > a {
            font-size: 16px;
            padding: 0 10px; } }
        #header .gnb_area .depth01 > a.on {
          color: #ff7200; }
        #header .gnb_area .depth01 > a.on:after, #header .gnb_area .depth01 > a.active:after {
          width: 100%;
          left: 0; }
        #header .gnb_area .depth01 > a:after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 0;
          height: 3px;
          background: #fff;
          -webkit-transition: 0.4s ease;
          -o-transition: 0.4s ease;
          transition: 0.4s ease; }
    #header .gnb_area .depth02 {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: auto;
      padding: 30px 10px 40px;
      z-index: 2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
      #header .gnb_area .depth02 > li > a {
        display: inline-block;
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        padding: 5px 0; }
        @media screen and (max-width: 1280px) {
          #header .gnb_area .depth02 > li > a {
            font-size: 14px; } }
        #header .gnb_area .depth02 > li > a:hover, #header .gnb_area .depth02 > li > a.on {
          color: #ff7200; }
    #header .gnb_area .m_guide {
      display: none; }
  #header .call {
    position: absolute;
    top: 14px;
    right: 40px;}
  #header .banner_area {
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 4px;
    display: flex;
    align-items: center;}
  #header .banner_area a {
    height: 100%;
    width: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    margin-left: 7px;
  }
  #header .banner_area a:nth-child(1) {background-image: url(../images/inc/hd-banner1s.png);max-width: 134px; aspect-ratio: 20 / 10.6;}
  #header .banner_area a:nth-child(2) {background-image: url(../images/inc/hd-banner2.png);max-width: 183px; aspect-ratio: 20 / 7.9;}
  #header.on .banner_area a:nth-child(2),
  #header.scroll .banner_area a:nth-child(2) {background-image: url(../images/inc/hd-banner2-b.png);}

  #header .nav_btn {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../images/icon/nav_btn.png) no-repeat center;
    background-size: contain !important; }
    @media screen and (max-width: 1024px) {
      #header .nav_btn {
        display: block; } }
    @media screen and (max-width: 500px) {
      #header .nav_btn {
        width: 20px;
        height: 20px; } }
  #header .gnb_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--themeColor1);
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2); 
    z-index: -1;}


  .sub #header.scroll {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
    .sub #header .gnb_area .depth01 > a.on {
      color: #ff7200; }
    .sub #header .gnb_area .depth01 > a:after {
      background: #ff7200; }
  .sub #header .gnb_area .depth02 li a {
    color: #333; }
    .sub #header .gnb_area .depth02 li a:hover, .sub #header .gnb_area .depth02 li a.on {
      color: #ff7200; }

@media screen and (max-width: 1024px) {
  .nav_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6); } }

.gnb_mobile {
  background: #fff;
  right: -100%;
  position: fixed;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  max-width: 500px;
  z-index: 99999999;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
  @media screen and (max-width: 500px) {
    .gnb_mobile {
      overflow-y: auto; } }
  @media screen and (max-width: 1024px) {
    .gnb_mobile.on {
      right: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-box-shadow: 5px 20px 15px rgba(0, 0, 0, 0.3);
      box-shadow: 5px 20px 15px rgba(0, 0, 0, 0.3); } }
  .gnb_mobile .nav_btn_off {
    display: block;
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10000; }
    .gnb_mobile .nav_btn_off .xi {
      line-height: 40px;
      font-size: 28px;
      font-weight: bold;
      color: #333; }
      @media screen and (max-width: 500px) {
        .gnb_mobile .nav_btn_off .xi {
          font-size: 22px; } }
    .gnb_mobile .m_top {
        position: relative;
        background: #fff;
        border-bottom: 1px solid #ddd;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px;
        height: 60px; }
    .gnb_mobile .m_top .logo img {
      width: 140px; }
      @media screen and (max-width: 500px) {
        .gnb_mobile .m_top .logo img {
          width: 120px; } }
  .gnb_mobile .m_gnb .depth01 {
    text-align: left; }
    .gnb_mobile .m_gnb .depth01 > a {
      color: #333;
      display: block;
      font-weight: 700;
      padding: 15px;
      font-size: 14px;
      border-bottom: 1px solid #ddd;
      position: relative; }
      .gnb_mobile .m_gnb .depth01 > a:not(.no):after {
        content: '\e943';
        font-family: 'xeicon' !important;
        color: #666;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .gnb_mobile .m_gnb .depth01 > a.selected1 {
        background: #ff7200;
        color: #fff;
        border-color: #ff7200; }
        .gnb_mobile .m_gnb .depth01 > a.selected1:after {
          content: '\e946';
          color: #fff; }
  .gnb_mobile .m_gnb .depth02 {
    background: #fff; }
    .gnb_mobile .m_gnb .depth02 > li > a {
      display: block;
      font-size: 13px;
      padding: 10px 15px;
      color: #666;
      border-bottom: 1px solid #ededed; }
  .gnb_mobile .m_gnb .m_guide {
    display: none; }
  .gnb_mobile .m-banner_area {padding: 8px 15px;}

#footer {
  background: #2b292a;
  padding: 40px 0 50px; }
#footer .footer-top {display: none;}
  @media screen and (max-width: 1024px) {
    #footer {
      padding: 30px 0 40px; position: relative;} }
  #footer .f_logo {
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 1024px) {
      #footer .f_logo {
        position: static;
        left: auto;
        top: auto;
        text-align: center; } }
    @media screen and (max-width: 1280px) {
      #footer .f_logo img {
        width: 160px; } }
    @media screen and (max-width: 1024px) {
      #footer .f_logo img {
        width: 140px; } }
    @media screen and (max-width: 500px) {
      #footer .f_logo img {
        width: 120px; } }
  #footer .f_copy {overflow: hidden; }
    @media screen and (max-width: 1024px) {
      #footer .f_copy {margin: 15px 0 0; text-align: center; } }
    #footer .f_copy li {
      display: inline-block;
      margin: 0 15px 3px 0;
      font-size: 16px;
      color: #aaa9a5;
      line-height: 1.5;
      position: relative; }
      @media screen and (max-width: 1024px) {
        #footer .f_copy li {
          font-size: 13px; } }
      @media screen and (max-width: 768px) {
        #footer .footer-top {
          display: flex;
          padding: 4px 15px;
          border-bottom: solid 1px #4d4d4d;
          align-items: center;
          justify-content: space-between;
          margin-top: -30px;
          margin-bottom: 30px;
        }
        #footer .f_copy li {
          display: inline-block !important;
          font-size: 12px;
          margin: 1px 5px;
          line-height: 1.4; } }
      #footer .f_copy li.no_bar:after {
        display: none; }

/*메인*/
body#main .section {background-size: cover; background-position: center;}
body#main .section-wrap {height: 100%;}
.section .title-wrap {display: inline-block; width: 100%; margin-top: 60px;}
.section .col-wrap {height: 100%;}
.section .slide-content.imgcut::before {
  content: "";
  display: block;
  background-image: url(../images/sub/imgcut.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 18px;
  opacity: 0.5;
}

#section1 .main_visual .slider .item .bg {background-position: 47% center;}  
#section2 {background-image: url(../images/main/main-s2-bg.webp);min-height: 820px;}
#section2 .section-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: calc(100% - 60px) !important;}
#section2 .section-wrap .slider-container {margin-bottom: 5%;}
#section3 {background-color: #f9f8f7;}
#section3 .col-wrap {gap: 0;}
#section3 .col-left {
  background-image: url(../images/main/main-s3-bg.webp); 
  background-size: cover; 
  background-position: center;
  width: 28%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;}
#section3 .col-left .items-wrap {
  display: flex ;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin: 60px auto 10%;}
#section3 .col-left .items-wrap .sepa {margin-top: 50px; height: 20vh; width: 1px;}
#section3 .col-right {
  width: 72%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
#section3 .col-right .items-wrap {margin-top: 60px; margin-bottom: 10%; padding: 20px 10% 10px;}
/* Unit 슬라이더 스타일 */
#section3 .unit-title,
#section3 .unit-info,
#section3 .unit-plan {overflow: hidden; position: relative;text-align: center;}
#section3 .unit-title > img,
#section3 .unit-info {display: none;margin: 0 auto;text-align: center;}
#section3 .unit-info {display: block;border-bottom: solid 1px #ddd; padding: 15px 0;}
#section3 .unit-info > p {font-size: 21px; color: #666; display: none;margin: 0 auto;text-align: center;}
#section3 .unit-info > p strong {color: #333333;}
#section3 .unit-info > p span {color: #ddd; margin: 0 15px;}
#section3 .unit-title > img:first-child,
#section3 .unit-info > p:first-child {display: block;}
#section3 .unit-slide-wrapper {display: flex; transition: transform 0.5s ease-in-out;}
#section3 .unit-slide-item {flex-shrink: 0;width: 100%;margin-top: 50px;}
#section3 .unit-slide-item img {width: auto;height: auto; display: block; margin: 0 auto; max-width: 70%;}
#section3 .unit-nav {display: flex; justify-content: center; font-size: 24px;}
#section3 .unit-nav li {cursor: pointer; flex: 1; text-align: center; border-bottom: solid 1px #cccccc; padding-bottom: 6px; color: #999999;}
#section3 .unit-nav li a {display: block; transition: color 0.3s;}
#section3 .unit-nav li:first-child.active {border-bottom: solid 3px #4a9d98;}
#section3 .unit-nav li:last-child.active {border-bottom: solid 3px #c1732f;}
#section3 .unit-nav li.active a {color: #c1732f; font-weight: bold;}
#section3 .unit-nav li:first-child.active a {color: #4a9d98;}
#section4 {background-image: url(../images/main/main-s4-bg.webp); min-height: 880px;}
#section4 .section-wrap {
  max-width: 940px; 
  margin: 0 auto;
  display: flex ;
  flex-direction: column;
  justify-content: center;
  align-items: center;}
#section4 .section-wrap .col-wrap {height: auto; margin-bottom: 10%;}
#section4 .img-wrap.map {max-width: 460px;}
#section4 .txt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  margin: 0px -5px 10px;
  padding: 15px 0px;}
#section4 .txt-wrap .item-wrap {
  display: flex; 
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;  }
#section4 .txt-wrap .item-wrap .item {
  display: flex;
  gap: 10px;
  justify-content: center;}
#section4 .txt-wrap .th {
  background-color: #081263;
  color: #fff;
  border-radius: 6px;
  padding: 3px 5px;
  margin-top: -2px;
  font-size: 0.96em;
  height: fit-content;
  width: 90px;
  text-align: center;}
#section4 .btn-wrap {text-align: center; width: 100%;}
#section4 .btn-wrap .btn-map {
  display: inline-flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #111314;
  color: #efefef;
  margin: 5px 5px;
  width: calc(50% - 14px);
  border-radius: 6px;
  position: relative;}
#section4 .btn-wrap .btn-map:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/btn-arrow.png);
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10% ;
  margin-left: 5px;
}
@media screen and (max-width: 1500px) {
  .section .title-wrap img {max-width: 480px;width: 100%;}
  #section2 .title-wrap {margin-top: 0px;}
  #section3 .col-left .items-wrap .sepa {margin-top: 20px; height: 10vh;}
  #section3 .col-right .items-wrap {margin-top: 60px; margin-bottom: 5%; padding: 20px 10% 10px;}
  #section3 .unit-title > img {max-height: 46px;}
  #section4 .title-wrap {margin-bottom: 10px;}
	#section4 .section-wrap {max-width: 820px;width: 100%; height: calc(100% - 60px) !important;}
}
@media screen and (max-width: 1400px) {
	#section4 .section-wrap {max-width: 680px;}
}
@media screen and (max-width: 1024px) {
	#section4 .img-wrap.map {padding: 10px;}
}
@media screen and (max-width: 768px) {
  .section .slide-content.imgcut::before {bottom: 7px; right: 7px; width: 35px; height: 13px;}
  .section .title-wrap {margin-top: 60px;margin-bottom:10px;}  
  #section2 {min-height: 460px;}
  #section3 {min-height: 540px;}
  #section3 .col-left {display: none;}
  #section3 .col-right {width: 100%;}
  #section3 .col-right .items-wrap {margin-top: 10px; padding: 10px;}
  #section3 .unit-title > img {height: 30px;}
  #section3 .unit-nav {font-size: 14px;}
  #section3 .unit-nav li {padding-bottom: 0px;}
  #section3 .unit-info {padding: 5px 0;}
  #section3 .unit-info > p {font-size: 12px;}
	#section3 .unit-slide-item img {max-width: 100%;}
  #section4 .col2-1 {width: 100%;}
  #section4 .btn-wrap .btn-map:after {display: none;}
  #section4 .txt-wrap {font-size: 14px; padding: 0px 3px;}
  #section4 .txt-wrap .m-hide {display: none;}
  #location .txt-wrap .th {padding: 3px 10px;}
  #section4 .btn-wrap .btn-map {font-size: 12px; height: 30px; margin: 3px;}
}
/****/

.main_wrap {overflow: hidden; }
.main_wrap .main_title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px; }
.main_wrap .main_txt {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 50px; }
.main_wrap .main_visual {position: relative; }
.main_wrap .main_visual .slider .item .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: kenBurns 8s ease-out forwards; }
@media screen and (max-width: 1024px) {
    .main_wrap .main_visual .slider .item .bg {animation: kenBurns 8s ease-out forwards; } }
@media screen and (max-width: 768px) {
  .main_wrap .main_title {font-size: 2em; margin-bottom: 12px; } 
  .main_wrap .main_txt {margin-bottom: 30px; font-size: 14px; } 
  .main_wrap .main_visual .slider .item .bg {animation: kenBurns 8s ease-out forwards;} }
@media screen and (max-width: 500px) {
  .main_wrap .main_visual .slider .item .bg {animation: kenBurns 8s ease-out forwards; } }
@media screen and (max-width: 380px) {
  .main_wrap .main_visual .slider .item .bg {animation: kenBurns 8s ease-out forwards; } }
.main_wrap .main_visual .item .txt-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%; }
.main_wrap .main_visual .item .txt-wrap .inner-wrap {max-width: calc(100% - 60px); margin: 12% auto 0;}
@media screen and (max-width: 1280px) {
    .main_wrap .main_visual .item .txt-wrap .inner-wrap {margin-top: 180px; }
}
@media screen and (max-width: 768px) {
    .main_wrap .main_visual .item .txt-wrap .inner-wrap {margin-top: 160px; }
}
.main_wrap .main_visual .slogan_bx {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
.main_wrap .main_visual .slogan_bx p {
  text-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
  color: #fff; }
.main_wrap .main_visual .slogan_bx .t1 {
  font-size: 5.313em;
  font-weight: 700;
  letter-spacing: -2px; }
  @media screen and (max-width: 1024px) {
    .main_wrap .main_visual .slogan_bx .t1 {
      font-size: 4.250em;
      letter-spacing: -1px; } }
  @media screen and (max-width: 768px) {
    .main_wrap .main_visual .slogan_bx .t1 {
      font-size: 3.875em; } }
  @media screen and (max-width: 500px) {
    .main_wrap .main_visual .slogan_bx .t1 {
      font-size: 3em; } }
.main_wrap .main_visual .slogan_bx .t2 {
  font-size: 1.625em; }
  @media screen and (max-width: 1024px) {
    .main_wrap .main_visual .slogan_bx .t2 {
      font-size: 1.250em; } }
  @media screen and (max-width: 768px) {
    .main_wrap .main_visual .slogan_bx .t2 {
      font-size: 1.063em;
      margin-top: 5px; } }
  .main_wrap .main_visual .slogan_bx .t2 span {
    font-size: 30px;
    font-weight: 700; }
    @media screen and (max-width: 1024px) {
      .main_wrap .main_visual .slogan_bx .t2 span {
        font-size: 25px; } }
    @media screen and (max-width: 768px) {
      .main_wrap .main_visual .slogan_bx .t2 span {
        font-size: 1.063em; } }
    .main_wrap .main_visual .slick-arrow {
      position: absolute;
      top: 50%;
      z-index: 1;
      color: rgba(255, 255, 255, 0.7);
      font-size: 100px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 1280px) {
        .main_wrap .main_visual .slick-arrow {
          display: none; } }
      .main_wrap .main_visual .slick-arrow:hover {
        color: #fff; }
      .main_wrap .main_visual .slick-arrow.prev {
        left: 50%;
        margin-left: -750px; }
      .main_wrap .main_visual .slick-arrow.next {
        right: 50%;
        margin-right: -750px; }
    .main_wrap .main_visual .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 45px;
      text-align: center;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .main_wrap .main_visual .slick-dots {
          bottom: 35px; } }
      .main_wrap .main_visual .slick-dots li {
        display: inline-block;
        vertical-align: bottom;
        height: 5px;
        margin: 0 3px; }
        @media screen and (max-width: 768px) {
          .main_wrap .main_visual .slick-dots li {
            height: 3px; } }
        .main_wrap .main_visual .slick-dots li.slick-active button {
          background: #ff7200; }
        .main_wrap .main_visual .slick-dots li button {
          width: 37px;
          height: 5px;
          background: rgba(255, 255, 255, 0.6); }

.main_wrap .main_banner {
    position: absolute;
    top: 120px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;}
    @media screen and (max-width: 1500px) {
        .main_wrap .main_banner {
            right: 60px;} }
.main_wrap .main_banner .banner-wrap {
  background-color: #b24023;
  width: 210px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background-image: url(../images/main/bg-metrial3.webp);
  background-position: center bottom;}
  
.main_wrap .m-main_banner {
  position: absolute;
  top: 70px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;}
.main_wrap .m-main_banner .banner-wrap {
  background-color: #c1732f;
  border-radius: 20px;
  padding: 3px 15px;}

  .main_wrap .mainCon1 {
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .main_wrap .mainCon1 {
        padding: 55px 0; } }
    @media screen and (max-width: 500px) {
      .main_wrap .mainCon1 {
        padding: 40px 0; } }
    .main_wrap .mainCon1 .item:nth-child(2n) .inner {
      margin-top: 50px; }
      @media screen and (max-width: 1024px) {
        .main_wrap .mainCon1 .item:nth-child(2n) .inner {
          margin-top: 0; } }
    .main_wrap .mainCon1 .inner {
      display: block;
      padding: 35px 20px 60px;
      border: 1px solid #ddd;
      border-top: 4px solid #ff7200;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .main_wrap .mainCon1 .inner {
          padding: 30px 20px 35px; } }
      @media screen and (max-width: 768px) {
        .main_wrap .mainCon1 .inner {
          padding: 25px 15px 30px; } }
      .main_wrap .mainCon1 .inner:hover .plus_i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .main_wrap .mainCon1 .inner:hover .txt {
        color: #ff7200; }
      .main_wrap .mainCon1 .inner .plus_i {
        display: inline-block;
        -webkit-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease; }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon1 .inner .plus_i img {
            width: 25px; } }
      .main_wrap .mainCon1 .inner .txt {
        margin-top: 25px;
        font-size: 1.625em;
        line-height: 30px;
        height: 60px;
        text-transform: uppercase;
        letter-spacing: -0.8px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 1280px) {
          .main_wrap .mainCon1 .inner .txt {
            font-size: 1.438em; } }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon1 .inner .txt {
            font-size: 1.250em;
            height: auto;
            line-height: normal;
            margin-top: 20px; } }
  .main_wrap .mainCon2 {
    background: #ff7200;
    padding: 70px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .main_wrap .mainCon2 {
        padding: 60px 0; } }
    @media screen and (max-width: 500px) {
      .main_wrap .mainCon2 {
        padding: 45px 0; } }
    @media screen and (max-width: 768px) {
      .main_wrap .mainCon2 .contact_row {
        margin-top: -20px; } }
    .main_wrap .mainCon2 .contact_row .inner {
      display: block;
      padding: 30px 10px;
      text-align: center;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 768px) {
        .main_wrap .mainCon2 .contact_row .inner {
          border-right: none;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding: 20px 10px; } }
      .main_wrap .mainCon2 .contact_row .inner.bor_l {
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon2 .contact_row .inner.bor_l {
            border: none; } }
      .main_wrap .mainCon2 .contact_row .inner:hover .icon {
        background: #da6100; }
      .main_wrap .mainCon2 .contact_row .inner:hover .txt:after {
        width: 100%; }
      .main_wrap .mainCon2 .contact_row .inner .icon {
        width: 73px;
        height: 73px;
        margin: 0 auto 12px;
        background: #f66e00;
        border-radius: 50%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon2 .contact_row .inner .icon {
            width: 65px;
            height: 65px; } }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon2 .contact_row .inner .icon img {
            width: 32px; } }
      .main_wrap .mainCon2 .contact_row .inner .txt {
        display: inline-block;
        color: #fff;
        font-size: 1.125em;
        font-weight: 700;
        position: relative;
        padding-bottom: 3px; }
        @media screen and (max-width: 1024px) {
          .main_wrap .mainCon2 .contact_row .inner .txt {
            font-size: 1.063em;
            font-weight: 500; } }
        .main_wrap .mainCon2 .contact_row .inner .txt:after {
          content: '';
          width: 0;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
  .main_wrap .mainCon3 {
    background: #ebebeb;
    padding: 80px 0; }
    @media screen and (max-width: 1024px) {
      .main_wrap .mainCon3 {
        padding: 70px 0 80px; } }
    @media screen and (max-width: 768px) {
      .main_wrap .mainCon3 {
        padding: 60px 0 70px; } }
    @media screen and (max-width: 500px) {
      .main_wrap .mainCon3 {
        padding: 45px 0 50px; } }
    .main_wrap .mainCon3 .more_btn {
      position: absolute;
      right: 0;
      top: 10px;
      font-size: 19px;
      width: 39px;
      height: 39px;
      border: 1px solid #aaa;
      text-align: center;
      line-height: 39px;
      color: #999;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (max-width: 768px) {
        .main_wrap .mainCon3 .more_btn {
          width: 32px;
          height: 32px;
          line-height: 32px;
          font-size: 16px;
          top: 4px; } }
      .main_wrap .mainCon3 .more_btn:hover {
        background: #aaa;
        color: #fff; }
    .main_wrap .mainCon3 .notice_cont {
      margin-top: 45px; }
      @media screen and (max-width: 768px) {
        .main_wrap .mainCon3 .notice_cont {
          margin-top: 35px; } }
      .main_wrap .mainCon3 .notice_cont .title {
        font-size: 1.625em;
        font-weight: 500;
        margin-bottom: 32px; }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon3 .notice_cont .title {
            font-size: 1.438em;
            margin-bottom: 25px; } }
        .main_wrap .mainCon3 .notice_cont .title a {
          border-bottom: 1px solid transparent; }
          .main_wrap .mainCon3 .notice_cont .title a:hover {
            border-bottom-color: #333; }
      .main_wrap .mainCon3 .notice_cont .des {
        font-weight: 300;
        color: #666;
        line-height: 26px; }
        @media screen and (max-width: 768px) {
          .main_wrap .mainCon3 .notice_cont .des {
            line-height: 1.4; } }
        .main_wrap .mainCon3 .notice_cont .des:hover {
          text-decoration: underline; }
      .main_wrap .mainCon3 .notice_cont .date {
        margin-top: 30px;
        color: #444; }

.sub_visu_wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: table;
  height: 25em;
  background-image: url(../images/sub/sub_visu_1.webp);
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sub_visu_wrap {
      height:14em; } }
  .sub_visu_wrap.visu_2 {
    background-image: url(../images/sub/sub_visu_1.webp); }
  .sub_visu_wrap.visu_3 {
    background-image: url(../images/sub/sub_visu_1.webp); }
  .sub_visu_wrap.visu_4 {
    background-image: url(../images/sub/sub_visu_1.webp); }
  .sub_visu_wrap .visu_title {
    font-size: 3.0em;
    font-weight: 500;
    margin-top: 100px;
    letter-spacing: 5px; }
    @media screen and (max-width: 1024px) {
      .sub_visu_wrap .visu_title {
        font-size: 2em;
        margin-top: 60px; } }
    @media screen and (max-width: 500px) {
      .sub_visu_wrap .visu_title {
        font-size: 1.6em; } }
.sub_visu_wrap .visu_title_sub {font-size: 1.2em; font-weight: 300;}
@media screen and (max-width: 500px) {
    .sub_visu_wrap .visu_title_sub {
        font-size: 1.0em;}}
.sub_visu_wrap .visu_title_sub::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 15px auto 0; }
    @media screen and (max-width: 768px) {
      .sub_visu_wrap .visu_title_sub::after { display: none; } }

.sub_menu_wrap {
  background: #fafafa;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 1024px) {
    .sub_menu_wrap .sub_menu_list {
      position: relative;
      /*padding-left: 50px;*/ } }
  @media screen and (max-width: 500px) {
    .sub_menu_wrap .sub_menu_list {
      padding-left: 0; } }
  .sub_menu_wrap .sub_menu_list > li {
    float: left;
    position: relative;
    color: #222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1024px) {
        .sub_menu_wrap .sub_menu_list > li {width: 50%; }
    }
    .sub_menu_wrap .sub_menu_list > li:after {
        content: '';
        width: 2px;
        height: 18px;
        background: #ddd;
        position: absolute;
        right: -1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sub_menu_wrap .sub_menu_list > li:last-child:after {display: none;}
    @media screen and (max-width: 1024px) {
      .sub_menu_wrap .sub_menu_list > li.home {
        width: 50px;
        position: absolute;
        left: 0;
        top: 0; } }
    @media screen and (max-width: 500px) {
      .sub_menu_wrap .sub_menu_list > li.home {
        display: none; } }
    .sub_menu_wrap .sub_menu_list > li.home a {
      display: block;
      width: 69px;
      height: 69px;
      background: url(../images/icon/home_i.png) no-repeat center; }
      @media screen and (max-width: 1024px) {
        .sub_menu_wrap .sub_menu_list > li.home a {
          width: 100%;
          height: 60px;
          background-position: left center;
          background-size: 17px; } }
    @media screen and (max-width: 500px) {
      .sub_menu_wrap .sub_menu_list > li.menu1:before {
        content: '';
        width: 2px;
        height: 18px;
        background: #ddd;
        position: absolute;
        left: -1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .sub_menu_wrap .sub_menu_list > li .menu_st {
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 270px;
        font-size: 16px;
        font-weight: 500;
        display: block;
        position: relative;
        height: 69px;
        line-height: 69px; }
      @media screen and (max-width: 1024px) {
        .sub_menu_wrap .sub_menu_list > li .menu_st {
          width: auto;
          height: 46px;
          line-height: 46px;
          font-size: 15px;
          padding: 0 20px; } }
      @media screen and (max-width: 500px) {
        .sub_menu_wrap .sub_menu_list > li .menu_st {
          font-size: 14px;
          padding: 0 20px 0 20px;
          line-height: 1.3;
          display: flex;
          align-items: center; } }
      .sub_menu_wrap .sub_menu_list > li .menu_st:after {
        content: '\e943';
        font-family: 'xeicon' !important;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #666; }
        @media screen and (max-width: 1024px) {
          .sub_menu_wrap .sub_menu_list > li .menu_st:after {
            right: 20px; } }
        @media screen and (max-width: 500px) {
          .sub_menu_wrap .sub_menu_list > li .menu_st:after {
            right: 10px; } }
      .sub_menu_wrap .sub_menu_list > li .menu_st.on {
        position: relative;
        z-index: 1; }
        .sub_menu_wrap .sub_menu_list > li .menu_st.on:after {content: '\e946'; }
    .sub_menu_wrap .sub_menu_list > li .depth {
      position: absolute;
      left: 0;
      right: 0;
      bottom: auto;
      display: none;
      border-top: none;
      background: #ff7200;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 50;
      padding: 10px 25px; }
      @media screen and (max-width: 1024px) {
        .sub_menu_wrap .sub_menu_list > li .depth {
          padding: 10px 20px; } }
      @media screen and (max-width: 500px) {
        .sub_menu_wrap .sub_menu_list > li .depth {
          padding: 5px 10px; } }
      .sub_menu_wrap .sub_menu_list > li .depth li {
        margin: 5px 0; }
        .sub_menu_wrap .sub_menu_list > li .depth li > a {
          display: block;
          line-height: normal;
          padding: 3px 0;
          font-size: 15px;
          font-weight: 300;
          color: #fff; }
          @media screen and (max-width: 500px) {
            .sub_menu_wrap .sub_menu_list > li .depth li > a {
              font-size: 13px; } }
          .sub_menu_wrap .sub_menu_list > li .depth li > a:hover, .sub_menu_wrap .sub_menu_list > li .depth li > a:focus {
            text-decoration: underline; }
    .sub_menu_wrap .sub_menu_list > li.menu1 .depth02 {
      display: none; }
    .sub_menu_wrap .sub_menu_list > li.menu2 .depth01,
    .sub_menu_wrap .sub_menu_list > li.menu2 .depth01 > a {
      display: none; }
    .sub_menu_wrap .sub_menu_list > li .m_home,
    .sub_menu_wrap .sub_menu_list > li .m_guide {
      display: none; }

.sub_con {
  padding: 60px 0 150px;
  min-height: 500px; }
  @media screen and (max-width: 768px) {
    .sub_con {
      padding: 50px 0 100px;
      min-height: 300px; } }
  @media screen and (max-width: 500px) {
    .sub_con {
      padding: 40px 0 80px; } }
  .sub_con.bg {
    background: #f5f5f5; }
  .sub_con.pd0 {
    padding-bottom: 0; }
  .sub_con .sub_tit {
    font-size: 2.250em;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.04em;
    position: relative;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sub_con .sub_tit {
        font-size: 1.4em;
        margin-bottom: 20px; } }
    .sub_con .sub_tit::after {
        content: '';
        display: block;
        width: 1px;
        height: 30px;
        background: #cccccc;
        margin: 15px auto 0; }
    @media screen and (max-width: 768px) {
        .sub_con .sub_tit::after {
            height: 15px;
            margin: 10px auto 0;} }
.sub_con .wrapper {width: calc(100% - 20px); max-width: 1200px;}
.sub_con .wrapper.fullwidth {width: calc(100% - 0px); max-width: 100%;}
.btn-area.mt2 {
  margin-top: 40px; }
  @media screen and (max-width: 500px) {
    .btn-area.mt2 {
      margin-top: 30px; } }

.btn-area.mt {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .btn-area.mt {
      margin-top: 40px; } }
  @media screen and (max-width: 500px) {
    .btn-area.mt {
      margin-top: 30px; } }

.btn-area.border {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 40px; }

.btn-area.text_center > .btn-type-01 {
  margin: 0 3px; }
  @media screen and (max-width: 768px) {
    .btn-area.text_center > .btn-type-01 {
      margin: 0 1px; } }

.btn-area .left,
.btn-area .right {
  width: 49%; }
  @media screen and (max-width: 768px) {
    .btn-area .left,
    .btn-area .right {
      width: 49.5%; } }
  .btn-area .left .btn-type-01,
  .btn-area .right .btn-type-01 {
    width: 100%; }

.btn-area .btn-type-01.arrow {
  line-height: normal;
  height: auto;
  font-weight: 500;
  padding: 20px 80px 20px 50px;
  letter-spacing: -0.5px;
  background: url(../images/icon/btn_arrow.png) no-repeat right 50px center; }

.tab-wrap .tab-content {
  display: none; }

.policy_box {
  line-height: 1.8; }
  .policy_box .mail_bx {
    text-align: center;
    padding: 30px;
    border: 1px solid #dedede;
    background: #f6f6f6;
    margin-bottom: 25px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .policy_box .mail_bx {
        font-size: 15px; } }
    @media screen and (max-width: 500px) {
      .policy_box .mail_bx {
        font-size: 14px;
        padding: 20px; } }

/* 사업개요 */
#overview .table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 1.8;
    border-top: solid 3px #b24023; }

@media screen and (max-width: 768px) {
    #overview .table-wrap table {font-size: 12px;}
    #overview .table-wrap table colgroup col:nth-child(1) {width: 24% !important;}
    #overview .table-wrap table colgroup col:nth-child(2) {width: 76% !important;} }
#overview .table-wrap table th, 
#overview .table-wrap table td {
    border: 1px solid #ccc;
    padding: 13px 30px;
    text-align: left;
    vertical-align: top;
    vertical-align: middle;
    }

@media screen and (max-width: 768px) {
    #overview .table-wrap table th, 
    #overview .table-wrap table td {padding: 5px 10px;} }
#overview .table-wrap table th {
    background-color: #f5f2ec;
    font-weight: 600;
    width: 20%;
    color: #333;
    text-align: center;
    }

#overview .table-wrap table th {border-left: none;}
#overview .table-wrap table td {
    color: #555;
    border-right: none; ;
    }
#overview .table-wrap table td span.color {color: #e91e63;}
#overview.brand {margin-bottom: 0;}
#overview.brand .wrapper {padding-bottom: 140px;}
#overview.brand .wrapper .col-wrap.round-wrap {
    border: solid 3px #ccc;
    border-radius: 80px 0 80px 0;
    overflow: hidden;
    padding: 120px 80px;
    background-color: #fff;
}
#overview.brand .wrapper .col .img-wrap {text-align: center;}
#overview.brand .txt-wrap .txt-deco {font-size: 18px; color:#4c0a30;}
#overview.brand .txt-wrap h2 {font-size: 40px; margin: 10px 0 20px;}
#overview.brand .txt-wrap .txt-body {font-size: 18px; color: #666;}

#overview.brand .wrapper.fullwidth.bg {background-color: #c1732f; padding: 140px 0 180px;}
#overview.brand .wrapper.fullwidth .col-wrap {max-width: 1200px; margin: 0 auto; padding: 10px;}
#overview.brand .wrapper.fullwidth .col-wrap .round-wrap {
    border-radius: 80px 0 80px 0;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#overview.brand .wrapper.fullwidth .col-wrap .round-wrap .img-wrap {max-width: 80%;}
#overview.brand .wrapper.fullwidth .txt-wrap {
    padding-left: 30px;}
    @media screen and (max-width: 768px) {
        #overview.brand .wrapper.fullwidth .txt-wrap {padding-left: 0px;} }
#overview.brand .wrapper.fullwidth .txt-wrap .txt-deco {color:#ffffff;}
#overview.brand .wrapper.fullwidth .txt-wrap h2 {color:#ffffff;}
#overview.brand .wrapper.fullwidth .txt-wrap .txt-body {color: #ffffff; opacity: 0.8;}

@media screen and (max-width: 1024px) {
    #overview.brand .col2-1 {
    width: 100% !important;}}

@media screen and (max-width: 768px) {
    #overview.brand .wrapper {padding-bottom: 60px;}
    #overview.brand .wrapper .col .img-wrap {max-width: 60%; margin: 30px auto;}
    #overview.brand .wrapper .col-wrap.round-wrap {border: solid 2px #ccc; border-radius: 40px 0 40px 0; padding: 30px 15px; display: flex; flex-direction: column-reverse;}
    #overview.brand .txt-wrap .txt-deco {font-size: 14px;}
    #overview.brand .txt-wrap h2 {font-size: 21px; line-height: 1.3;}
    #overview.brand .txt-wrap .txt-body {font-size: 14px;}
    
    #overview.brand .wrapper.fullwidth.bg {padding: 60px 0 80px;}
    #overview.brand .wrapper.fullwidth .col-wrap .round-wrap {border-radius: 40px 0 40px 0;}
    #overview.brand .wrapper.fullwidth .col-wrap .round-wrap .img-wrap {max-width: 50%;}
}
/*입지환경,오시는길*/
#location2 .btn-wrap {text-align: right; width: 100%;}
#location2 .btn-wrap .btn {
  display: inline-flex;
    height: 34px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #333;
    color: #efefef;
    margin: 15px 5px;
    border-radius: 6px;
    position: relative;}
#location .wrapper {
    background-color: #eaeaea;
    max-width: 1320px;
    padding-top:60px;}
#location .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #f9efda;
    width: 100%;
    height: 480px;
    top: 0;
    left: 0;}
#location .col-wrap {
    gap: 30px 0px;
    justify-content: center;
    padding: 0px 60px;}
#location .img-wrap.map {padding: 20px; text-align: center;}
#location .txt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 50px;}
#location .txt-wrap .item-wrap {
  display: flex; 
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;  }
#location .txt-wrap .item-wrap .item {
  display: flex;
  gap: 10px;
  justify-content: center;}
#location .txt-wrap .th {
  background-color: #081263;
  color: #fff;
  border-radius: 6px;
  padding: 3px 5px;
  margin-top: -2px;
  font-size: 0.96em;
  height: fit-content;
  width: 90px;
  text-align: center;}
#location .btn-wrap {text-align: center; width: 100%; display: flex; gap: 20px;}
#location .btn-wrap .btn-map {
  display: inline-flex;
  flex: 1;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #333;
  color: #efefef;
  border-radius: 6px;
  position: relative;}
#location .btn-wrap .btn-map:after {
    content: "";
    display: inline-block;
    background-image: url(../images/icon/btn-arrow.png);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10% ;
    margin-left: 5px;}
@media screen and (max-width: 1024px) {
  #location .col-wrap {padding: 0px 20px;}
  #location .img-wrap.map {padding: 10px;}
}
@media screen and (max-width: 768px) {
	#location2 .btn-wrap .btn {font-size: 12px; padding: 0 10px; border-radius: 4px;height: 28px;}
	#location2 .btn-wrap .btn img {height: 14px;}
  #location .col-wrap {padding: 0px 0px;}
  #location .wrapper {padding-top:40px;}
  #location .wrapper:before {height: 240px;}
  #location .txt-wrap {font-size: 14px; padding: 0px 10px; margin-bottom: 20px;}
  #location .txt-wrap .m-hide {display: none;}
  #location .txt-wrap .th {padding: 3px 10px;}
  #location .btn-wrap {gap: 5px;}
  #location .btn-wrap .btn-map {font-size: 12px; height: 30px;}
  #location .col2-1 {width: 100%;}
  #location .btn-wrap .btn-map:after {display: none;}
}
#premium .col-wrap {margin-bottom: 100px;}
#premium .img-wrap.imgcut {overflow: hidden;}
#premium .img-wrap.imgcut.r1 {border-radius: 40px 0 0 0;}
#premium .img-wrap.imgcut.r2 {border-radius: 0 40px 0 0;}
#premium .img-wrap.imgcut.r3 {border-radius: 0 0 40px 0;}
#premium .img-wrap.imgcut.r4 {border-radius: 0 0 0 40px;}
#premium .txt-wrap {padding: 20px;}
#premium .txt-wrap h2 {
  font-size: 28px;
  color: var(--txtBlock);
  margin-bottom: 10px;
  font-weight: 300;
  margin: 20px 0;
  line-height: 1.2;}
#premium .txt-wrap h2 strong {font-weight: 800;}
#premium .txt-wrap p {
  font-size: 18px;
  color: var(--txtGray);
  line-height: 1.5;}
#premium .col-wrap:nth-child(2n) .txt-wrap {text-align:right}

@media screen and (max-width: 768px) {
  #premium .img-wrap.imgcut {max-height: 120px;}
  #premium .img-wrap.imgcut:after {bottom: 7px; right: 7px; width: 32px;}
  #premium .img-wrap.imgcut.r1 {border-radius: 10px 0 0 0;}
  #premium .img-wrap.imgcut.r2 {border-radius: 0 10px 0 0;}
  #premium .img-wrap.imgcut.r3 {border-radius: 0 0 10px 0;}
  #premium .img-wrap.imgcut.r4 {border-radius: 0 0 0 10px;}
  #premium .col-wrap {margin-bottom: 50px;}
  #premium .col-wrap:nth-child(2n) {flex-direction: column-reverse;}
  #premium .col-wrap .col2-1 {width: 100%;}
  #premium .col-wrap:nth-child(2n) .txt-wrap {text-align:unset}
  #premium .txt-wrap {padding: 5px;}
  #premium .txt-wrap img {max-width: 80px;}
  #premium .txt-wrap h2 {font-size: 18px; margin: 10px 0;}
  #premium .txt-wrap p {font-size: 12px;}
}
#agreement .tab-nav {margin-bottom: 40px;}
#agreement .main-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;}
#agreement .tab-item {
  flex: 1;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;}
#agreement .tab-item.active {background-color: #d2691e;  color: #fff;  border-color: #d2691e;}
#agreement .tab-item:hover {background-color: #f8efdd;}
#agreement .tab-item.active:hover {background-color: #b85c1a;}
#agreement .content-section {display: none;}
#agreement .content-section.active {display: block;}
#agreement img {filter: drop-shadow(0px 0px 30px #ffffff);}
@media screen and (max-width: 768px) {
  #agreement .tab-item {font-size: 14px; padding: 5px 5px;}
  #agreement .tab-nav {margin-bottom: 15px;}
}
#video .video-container.txt-wrap p {
  text-align: center;
  font-size: 21px;
  color: #999;
  margin: 15% auto 20%;
  display: inline-block;
  width: 100%;}
@media screen and (max-width: 768px) {
  #video .video-container.txt-wrap p {font-size: 14px;}
}
/**/

#unit .title-wrap {
  margin-bottom: 80px;
  border-top: solid 2px #62c5bd;
  border-bottom: solid 1px #ddd;
  padding: 20px 0;
  display: flex; 
  justify-content: center;}
#unit.unit122 .title-wrap {border-top: solid 2px #f4888b;}
#unit .title-wrap br {display: none;}
#unit .img-wrap {text-align: center;}
#material .wrapper {
  background-image: url(../images/sub/material-bg.png); 
  background-size: cover; 
  background-position: center;
  min-height: 672px ;}
#material .col-wrap .img-wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 15%;
  margin-bottom: 16%;}
@media screen and (max-width: 768px) {
  #unit .title-wrap br {display: block;}
  #unit .title-wrap {margin-bottom: 20px;}
  #material .wrapper {min-height: 180px ;}
  #material .col-wrap .img-wrap {gap: 10px; padding: 0 10px;}
}
#info .wrapper {
  background-color: #eaeaea;
  max-width: 1320px;
  padding-top: 60px;}
#info .col-wrap {
  gap: 30px 0px;
  justify-content: center;
  padding: 0px 60px;}
#info .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #154967;
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;}
#info .caption-wrap {max-width: calc(1024px - 40px);; margin: 20px auto 50px; text-align: left;}
#info3 .col-wrap {gap: 10px 10px;}
#info3 .col3-2 {width: calc(100% / 3 * 2 - 0px);}
#info3 .col3-2 .img-wrap {height: 520px;}
#info3 .col3-2 .img-wrap img {height: 100%; object-fit: cover;}
#info3 .items-wrap {height: 100%; display: flex; flex-direction: column;gap: 10px;}
#info3 .items-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  border: solid 1px #d7d5d2;
  flex: 1;
}
#info3 .items-wrap .item h3 {font-size: 21px; font-weight: 700; color: #1a1a1a;margin: 10px 0;}
#info3 .items-wrap .item p {font-size: 16px; color: #7a7a7a; line-height: 1.4; text-align: center;}
#info3 .items-wrap .item img.icon-pdfdown {margin: 10px 0 -13px;}
#info4 .wrapper {
  background-color: #eaeaea;
  max-width: 1320px;
  padding-top: 60px;}
#info4 .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #154967;
  background-image: url(../images/sub/info4-bg.png);
  background-size: cover;
  width: 100%;
  height: 306px;
  top: 0;
  left: 0;}
#info4 .caption-wrap {
  max-width: calc(1200px - 40px);
  margin: 20px auto 50px;
  text-align: left;}
/*--info5--*/
#info5 .wrapper {
  background-color: #f7f7f7;
  max-width: 1320px;
  padding-top: 60px;}
#info5 .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #154967;
  background-image: url(../images/sub/info4-bg.png);
  background-size: cover;
  width: 100%;
  height: 306px;
  top: 0;
  left: 0;}
#info5 .caption-wrap {
  max-width: calc(1200px - 40px);
  margin: 20px auto 50px;
  text-align: left;}
@media screen and (max-width: 768px) {
  #info .wrapper {padding-top: 30px;}
  #info .wrapper:before {height: 150px;}
  #info .col-wrap {padding: 0px 5px;}
  #info3 .col-wrap .col {width: 100%;}
  #info3 .col3-2 .img-wrap {height: auto;}
  #info3 .items-wrap .item {padding: 20px 0;}
  #info3 .items-wrap .item img.icon-pdfdown {margin: 10px 0 10px;}
  #info3 .items-wrap .item img.logo {max-width: 120px;}
  #info3 .items-wrap .item h3 {font-size: 16px; margin: 7px 0;}
  #info3 .items-wrap .item p {font-size: 12px;}
  #info3 .items-wrap .item img.icon-pdfdown {width: 32px;}
}

#guide img {filter: drop-shadow(0px 0px 30px #ffffff);}
#guide .tab-nav {margin-bottom: 40px;}
#guide .main-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;}

#guide .tab-item {
  flex: 1;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;}

#guide .tab-item.active {background-color: #d2691e;  color: #fff;  border-color: #d2691e;}
#guide .tab-item:hover {background-color: #f8efdd;}
#guide .tab-item.active:hover {background-color: #b85c1a;}

/* 하위메뉴 스타일 */
#guide .sub-tabs {display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px;}
#guide .sub-tab-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
  color: #333333;
  transition: all 0.3s ease;
  border: solid 1px #cccccc;
  border-radius: 20px;
  padding: 5px 2px;
}

#guide .sub-tab-item.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #d2691e;
  border-color: #d2691e;
}

#guide .sub-tab-item.hold {
  color: #999;
  pointer-events: none;
}

/* 컨텐츠 영역 스타일 */
#guide .content-area {min-height: 400px;}
#guide .content-section {display: none;}
#guide .content-section.active {display: block;}

#guide .sub-content {display: none;}
#guide .sub-content.active {display: block;}
#guide .content-placeholder {
  text-align: center;
}

.content-placeholder h3 {margin-bottom: 15px;  color: #333;}
#guide .content-placeholder p {color: #666;  margin: 0;}
#guide .btn-wrap {text-align: center; margin-top: 20px;}
#guide .btn-wrap  a {
  background-color: #c1732f;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  border-radius: 40px;
  height: 70px;
  width: 400px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  position: relative;
}
#guide .btn-wrap  a:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/btn-arrow.png);
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10%;
  margin-left: 5px;
}
#guide.guide3 .img-wrap {text-align: center;}
#guide.guide3 .img-wrap img {margin:0 auto;}
#guide.guide3 .guide-map {
  border-top: solid 1px #c1732f;
  border-bottom: solid 1px #c1732f;
  margin-bottom: 80px;
  padding-top: 20px;
  padding-bottom: 30px;}

@media screen and (max-width: 768px) {
  #guide .tab-item {
    font-size: 14px;
    padding: 5px 5px;
  }
  #guide .tab-nav {margin-bottom: 15px;}
  #guide .sub-tabs {gap: 5px;}
  #guide .sub-tab-item {flex: auto; width: calc(100% / 3 - 10px); font-size: 12px; padding: 3px 2px;}
  #guide .btn-wrap a {
    font-size: 12px;
    border-radius: 6px;
    height: 35px;
    width: calc(50% - 5px);
    margin: 1px;
  }
  #guide .btn-wrap  a:after {display: none;}
  #guide.guide3 .guide-map {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;}
}
#complex .col-wrap {margin-bottom: 100px;}
#complex .col {flex:1;}
#complex .col h2 {font-size: 21px; font-weight: 700; color: #154967; margin-bottom: 10px;}
#complex .col p {font-size: 16px; color: #7a7a7a; line-height: 1.4; font-weight: 500;}
#complex .col .txt-wrap {padding: 20px; border-left: solid 1px #ccc;}
@media screen and (max-width: 768px) {
  #complex .col.col3-1  {flex: unset; width: 100%;}
  #complex .col .txt-wrap {padding: 10px; border-left: none;}
  #complex .col h2 {font-size: 16px;}
  #complex .col p {font-size: 12px;}
  #complex .col-wrap {margin-bottom: 20px; gap: 10px;}
}
#community .community-wrap {max-width: 1320px;margin-top: 80px;}
#community .community-wrap:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f9efda;
  width: 100%;
  height: 280px;
  top: -50px;
  left: 0;
  border-radius: 20px;}
#community .community-wrap .title-wrap {margin-bottom: 60px;}
#community .community-wrap .title-wrap img:first-child {margin-bottom: -100px;}
#community .community-wrap .items-wrap {max-width: 1200px; margin: 40px auto;}
#community .community-wrap .items-wrap .item {width: calc(100% / 3 * 1 - 14px);}
#community .community-wrap .items-wrap .item .txt-wrap {padding: 0 20px; border-left: solid 1px #cccccc; margin: 20px 0;}
#community .community-wrap .items-wrap .item .txt-wrap h2 {font-size: 21px; color: var(--themeColor2); margin-bottom: 5px; font-weight: 700;}
#community .community-wrap .items-wrap .item .txt-wrap p {font-size: 16px; color: #7a7a7a; line-height: 1.4; font-weight: 500;}
@media screen and (max-width: 768px) {
  #community .community-wrap {margin-top: 35px;}
  #community .community-wrap:before {height: 10%; top: -25px;}
  #community .community-wrap .title-wrap {margin-bottom: 20px;}
  #community .community-wrap .title-wrap img:first-child {margin-bottom: 0px;}
  #community .community-wrap .items-wrap {gap: 10px;}
  #community .community-wrap .items-wrap .item {width: calc(100% / 2 * 1 - 8px);}
  #community .community-wrap .items-wrap .item .txt-wrap {padding: 0 0px 0 0px; margin: 10px 0;border-left: none;}
  #community .community-wrap .items-wrap .item .txt-wrap h2 {font-size: 12px;}
  #community .community-wrap .items-wrap .item .txt-wrap p {font-size: 12px; line-height: 1.3;}
}

#system .system1 {margin-bottom: 50px;}
#system .system1 .img-wrap {
  text-align: center; 
  max-width: fit-content; 
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;}
#system .system1 .txt-wrap {
  height: 100%;
  border-top: solid 1px #d39f72;
  border-bottom: solid 1px #d39f72;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin: 0 auto;}
#system .system1 .txt-wrap h2 {font-size: 28px;color: var(--themeColor2); margin-bottom: 20px;}
#system .system1 .txt-wrap h2 strong {font-weight: 800; position: relative;}
#system .system1 .txt-wrap h2 strong::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f4e9d1;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
#system .system1 .txt-wrap p {text-align: center;}
#system .system1 .txt-wrap p,
#system .system1 .txt-wrap ul {font-size: 18px; color: var(--txtGray); line-height: 1.4;}
#system .system1 .txt-wrap ul li {list-style: disc;}

#system .system2-wrap {max-width: 1320px; margin-top: 200px;}
#system .system2-wrap:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f9efda;
  width: 100%;
  height: 280px;
  top: -50px;
  left: 0;
  border-radius: 20px;}
#system .system2-wrap .col-wrap {max-width: 1200px; margin: 0 auto;}
#system .system2-wrap .col-wrap .col.items-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 70px 35px;
  margin-top: 60px;}
#system .system2 .title-wrap img:first-child {margin-bottom: -90px;}
@media screen and (max-width: 1024px) {
    #system .system2-wrap .col-wrap .col.items-wrap img {max-width: calc(100% / 2 - 10px);}
}
@media screen and (max-width: 768px) {
  #system .system1:nth-child(odd) {flex-direction: column-reverse;}
  #system .system1 .col {width: 100%;}
  #system .system1 .img-wrap {border-radius: 10px; max-height: 120px;}
  #system .system1 .txt-wrap {padding: 10px 0; border-top: none; border-radius: 0;}
  #system .system1 .txt-wrap h2 {font-size: 18px; margin-bottom: 10px; margin-top: -10px;}
  #system .system1 .txt-wrap p,
  #system .system1 .txt-wrap ul {font-size: 12px;}
  #system .system1 .txt-wrap ul {width: calc(100% - 30px);}
  #system .system1 .txt-wrap p br,
  #system .system1 .txt-wrap ul br {display: none;}
  #system .system2-wrap {margin-top: 100px;}
  #system .system2-wrap:before {height: 14%; top: -40px;}
  #system .system2 .title-wrap img:first-child {margin-bottom: 0px;}
  #system .system2-wrap .col-wrap .col.items-wrap {
    gap: 20px 0px;
    border-radius: 0px;
    padding: 30px 0px 10px;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);}
  #system .system2-wrap .col-wrap .col.items-wrap img {max-width: calc(100% / 2 - 0px);}
}
#vr-model .wrapper {max-width: 1320px;}

#quick-btn-wrap {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;}
#quick-btn-wrap img {transition: all 0.3s ease-in-out;}
#quick-btn-wrap img:hover {
  transform: translateX(-10px); 
  transition: all 0.3s ease-in-out; 
  filter: hue-rotate(-20deg) saturate(1.3);}
@media screen and (max-width: 1500px) {
  #quick-btn-wrap {gap: 5px; bottom: 30px;}
}
/* */

.title-wrap {text-align: center; margin-bottom: 30px;}
@media screen and (max-width: 768px) {
   /* .title-wrap .th2 {height: 52px;}*/
   .title-wrap .th2 {height: auto;}
}

/* 반응형 게시판 */
@media screen and (max-width: 1024px) {
  .res_tbl {
    margin-top: -10px;
    border-bottom: none !important; } }

@media screen and (max-width: 1024px) {
  .res_tbl.table_board_for {
    border-top: none; } }

@media screen and (max-width: 1024px) {
  .res_tbl.table-form-01 tr {
    border-top: none;
    margin-top: 0; } }

@media screen and (max-width: 1024px) {
  .res_tbl colgroup,
  .res_tbl thead,
  .res_tbl th {
    display: none; } }

@media screen and (max-width: 1024px) {
  .res_tbl tr {
    border-top: 1px solid #565656;
    display: block;
    position: relative;
    z-index: inherit;
    margin-top: 10px; } }

@media screen and (max-width: 1024px) {
  .res_tbl td {
    display: block !important;
    width: 100% !important;
    position: relative;
    z-index: inherit;
    text-align: left !important;
    padding: 10px 5px 10px 130px !important;
    border-top: none !important;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media screen and (max-width: 768px) {
  .res_tbl td {
    padding: 10px 5px 10px 90px !important; } }

.res_tbl td.w_chk {
  padding-left: 10px !important; }
  .res_tbl td.w_chk:before {
    display: none; }

@media screen and (max-width: 1024px) {
  .res_tbl td:before {
    width: 120px;
    position: absolute;
    z-index: inherit;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: attr(data-th);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    font-size: 14px;
    word-break: keep-all;
    font-weight: 500;
    z-index: 1; } }

@media screen and (max-width: 768px) {
  .res_tbl td:before {
    width: 80px;
    font-size: 13px; } }

@media screen and (max-width: 500px) {
  .res_tbl td:before {
    font-size: 12px; } }

/*211223 가비아 수정*/
img.fx {width:100%; max-width:100%;}
.w_img {display:inline-block; *display:inline; zoom:1; width:100%;}
.m_img {display:none;}

@media screen and (max-width: 1024px) {
	.w_img {display:none;}
	.m_img {display:inline-block; *display:inline; zoom:1; width:100%;}
	

}

@media screen and (max-width: 768px) {
	.w_img {display:none;}
	.m_img {display:inline-block; *display:inline; zoom:1; width:100%;}
}
/*211223 가비아 수정*/

/* 팝업 */
.pop-con {
  width: 100%;
  max-width: 1200px;
  padding: 0; }
  .pop-con.w_auto {
    width: auto;
    max-width: 100%;
    background: none; }
  .pop-con.w8 {
    max-width: 800px; }
  .pop-con.w5 {
    max-width: 500px; }
  .pop-con .pop-content {
    padding: 40px 50px 45px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .pop-con .pop-content {
        padding: 30px 20px 35px; } }
    .pop-con .pop-content .pop-tit {
      font-size: 25px;
      margin-top: -10px;
      color: #222;
      font-weight: 500;
      margin-bottom: 25px;
      text-align: left; }
    .pop-con .pop-content .agree_box {
      text-align: left;
      font-size: 15px;
      line-height: 1.6;
      color: #555;
      max-height: 250px;
      overflow-y: auto;
      padding-right: 10px; }
      .pop-con .pop-content .agree_box::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff; }
      .pop-con .pop-content .agree_box::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: #fff; }
      .pop-con .pop-content .agree_box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #666; }
    .pop-con .pop-content .board-box {
      line-height: 1.6;
      margin-top: 25px; }
    .pop-con .pop-content .bt_no {
      border-top: none; }
    .pop-con .pop-content .prod_bx .inner .img {
      width: 100px; }


/*추가 21.12.23*/
/*서브 루트 메뉴 추가 css*/
.sub_menu_wrap.new > .wrapper {width: calc(100% - 0px); max-width: 1200px;}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list {}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li {}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li > .sub_nav {
    position:absolute; 
    left:0; 
    right:0; 
    bottom:auto; 
    display:none; 
    border-top:none; 
    -webkit-box-sizing:border-box; 
    box-sizing: border-box; 
    z-index:50; 
    padding:10px 25px;
    border: solid 1px #ddd;
    background-color: #ffffff;
}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li > .sub_nav ul {}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li > .sub_nav ul li {}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li > .sub_nav ul li a {display:block; line-height:normal; padding:10px 0; font-size:15px;}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li > .sub_nav ul li a:hover {text-decoration:underline;}
.sub_menu_wrap.new > .wrapper > ul.sub_menu_list > li > .sub_nav ul li.hold {pointer-events:none !important; opacity: 0.5 !important;}

@media all and (max-width: 1024px) {
	.sub_menu_wrap.new .sub_menu_list > li.home {display:none;}
}

@media all and (max-width: 768px) {
	.sub_menu_wrap.new .sub_menu_list > li.home {display:none;}
}



/*style-new.css*/
#header .right-wrap {position: absolute; right: 0; top: 20px;}
#header .hd_bg {
    display: none;
    background-color: #ff6600;
    width: 100%;
    height: 300px;
    opacity: 1;
}
#header.on {background-color: #fff;}
#header.on .gnb_area > ul > li > a {color:#212429;}
#header.on .logo a {
    background:url(../images/inc/logo.png) no-repeat center/50%; 
    background-size:contain; 
}

/*애니메이션 --------------------------------------------------------*/
.fadeInDown {animation: fadeInDown 1.0s ease-out 0.5s both;}
.fadeInLeft {animation: fadeInLeft 0.8s ease-out 0.5s both;}

@keyframes fadeInDown {
    from {opacity: 0; transform: translate3d(0, -100%, 0);}
    to {opacity: 1; transform: translate3d(0, 0, 0);}
}
@keyframes fadeInLeft {
    from {opacity: 0; transform: translate3d(80%, 0, 0);}
    to {opacity: 1; transform: translate3d(0, 0, 0);}
}

/* 초기 상태 설정 */
.sl-right {
    opacity: 0;
    transform: translateX(150px); /* 오른쪽에서 슬라이딩되도록 위치 설정 */
    transition: opacity 2.0s ease-out, transform 1.0s ease-out;
}

/* 등장 애니메이션 */
.sl-right.show {
    opacity: 1;
    transform: translateX(0); /* 원래 위치로 이동 */
}
.sl-left {
    opacity: 0;
    transform: translateX(-150px); /* 오른쪽에서 슬라이딩되도록 위치 설정 */
    transition: opacity 2.0s ease-out, transform 1.0s ease-out;
}

/* 등장 애니메이션 */
.sl-left.show {
    opacity: 1;
    transform: translateX(0); /* 원래 위치로 이동 */
}
/* 아래에서 등장하는 sl-up */
.sl-up {
    opacity: 0;
    transform: translateY(100px); /* 아래쪽에서 시작 */
    transition: opacity 2.0s ease-out, transform 1.0s ease-out;
}

.sl-up.show {
    opacity: 1;
    transform: translateY(0); /* 원래 위치로 이동 */
}

/* 위에서 등장하는 sl-up */
.sl-down {
    opacity: 0;
    transform: translateY(-100px); /* 아래쪽에서 시작 */
    transition: opacity 2.0s ease-out, transform 1.0s ease-out;
}

.sl-down.show {
    opacity: 1;
    transform: translateY(0); /* 원래 위치로 이동 */
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 768px) {
  
}

/* 탭 스타일 */
.tab-container {
    width: 100%;
}

.tab-buttons {
    display: flex;
    margin-bottom: 20px;
}

.tab-button {
    flex: 1;
    padding: 15px 0;
    background: #e9ecef;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    text-align: center;
}

.tab-button:hover {
    background: #f8efdd;
    color: #333;
}

.tab-button.active {
    background: #c1732f;
    color: #fff;
    font-weight: 600;
}

.tab-content {
    position: relative;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.2s ease-in-out;
}

.tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    .tab-button {
        padding: 12px 10px;
        font-size: 12px;
    }
    
    .tab-buttons {
        flex-direction: column;
    }
    
    .tab-button {
        border-right: none;
    }
    
}

/*1601 2-250915*/

/* 돋보기 기능 스타일 */
.magnifier_wrp {
    position: relative;
    overflow: visible;
    cursor: crosshair;
}

.magnifier {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1000;
    display: none;
    background-repeat: no-repeat !important;
}

.magnifier_wrp .target {
    width: 100%;
    height: auto;
    display: block;
}