@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;}

.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% - 200px);
  position: relative; }
  @media screen and (max-width: 1500px) {
    .wrapper {
      width: 92%; } }
  @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; }


/* // Color    ---------------------------------------------------------------*/
:root {--themeColor1: #272146;}

  
/* // 공통    ---------------------------------------------------------------*/
.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; } }

.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;}
    @media screen and (max-width: 768px) {
        .caption-wrap {font-size: 10px; padding: 10px; } }

/* // 레이아웃    ---------------------------------------------------------------*/
.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);}

  @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: 1280px) {
        #header .logo a {
          width: 160px; } }
      @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; }
  @media screen and (max-width: 1024px) {
    #footer {
      padding: 30px 0 40px; } }
  #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 .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; }

.main_wrap {
  overflow: hidden; }
  .main_wrap .main_title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .main_wrap .main_title {
        font-size: 2em;
        margin-bottom: 12px; } }
  .main_wrap .main_txt {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .main_wrap .main_txt {
        margin-bottom: 30px;
        font-size: 14px; } }
  .main_wrap .main_visual {
    position: relative; }
    .main_wrap .main_visual .slider .item {
      width: 100%;
      height: 840px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 1024px) {
        .main_wrap .main_visual .slider .item {
          height: 640px; } }
      @media screen and (max-width: 768px) {
        .main_wrap .main_visual .slider .item {
          height: 500px; } }
      @media screen and (max-width: 500px) {
        .main_wrap .main_visual .slider .item {
          height: 380px; } }
      @media screen and (max-width: 380px) {
        .main_wrap .main_visual .slider .item {
          height: 330px; } }
    .main_wrap .main_visual .item .txt-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 12% auto 0;
        max-width: calc(100% - 60px); }
        @media screen and (max-width: 1280px) {
            .main_wrap .main_visual .item .txt-wrap {margin-top: 180px; }
        }
        @media screen and (max-width: 768px) {
            .main_wrap .main_visual .item .txt-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: 98px;
    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: #64013bd4;
  width: 210px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;}
  
.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: #832f60;
  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_2.jpg); }
  .sub_visu_wrap.visu_3 {
    background-image: url(../images/sub/sub_visu_3.jpg); }
  .sub_visu_wrap.visu_4 {
    background-image: url(../images/sub/sub_visu_4.jpg); }
  .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: #fff;
  position: relative;
  z-index: 10;
  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: 260px;
        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; } }
      .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 #272146; }

@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: #f5f7fa;
    font-weight: 600;
    width: 20%;
    color: #333;
    text-align: center;
    }

#overview .table-wrap table th {border-left: none;}
#overview .table-wrap table td {
    background-color: #fff;
    color: #555;
    border-right: none; ;
    }
#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;
}
#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: #832f60; 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%;}
}


#location .wrapper {
    background-color: #f4f4f4;
    max-width: 1320px;
    padding-top:60px;
}
    @media screen and (max-width: 768px) {
        #location .wrapper {padding-top:40px;}
    }
#location .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #dcd9e8;
    width: 100%;
    height: 480px;
    top: 0;
    left: 0;}
    @media screen and (max-width: 768px) {
        #location .wrapper:before {height: 240px;}
    }
#location .col-wrap {
    gap: 30px 0px;
    justify-content: center;
    padding: 0px 60px;
}
@media screen and (max-width: 1024px) {
    #location .col-wrap {padding: 0px 20px;}
}
@media screen and (max-width: 768px) {
    #location .col-wrap {padding: 0px 0px;}
}
#location .img-wrap.map {padding: 20px; text-align: center;}
@media screen and (max-width: 1024px) {
    #location .img-wrap.map {padding: 10px;}
}
#location .txt-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-size: 20px;
    margin: 10px 0 20px;
    padding: 20px 10px;
}
@media screen and (max-width: 768px) {
    #location .txt-wrap {font-size: 14px; padding: 15px 3px;}
    #location .txt-wrap .m-hide {display: none;}
}
#location .txt-wrap .th {
    background-color: #081263;
    color: #fff;
    border-radius: 6px;
    padding: 3px 20px;
    margin-top: -2px;
    font-size: 0.96em;
}
@media screen and (max-width: 768px) {
    #location .txt-wrap .th {padding: 3px 10px;}
}
#location .btn-wrap {text-align: center; width: 100%;}
#location .btn-wrap .btn-map {
    display: inline-flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #333;
    color: #efefef;
    margin: 5px 5px;
    width: calc(50% - 14px);
    border-radius: 6px;
    position: relative;
}
@media screen and (max-width: 768px) {
    #location .btn-wrap .btn-map {font-size: 12px; height: 30px; margin: 3px;}
}
#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: 768px) {
    #location .col2-1 {width: 100%;}
    #location .btn-wrap .btn-map:after {display: none;}
}
.title-wrap {text-align: center; margin-bottom: 30px;}
@media screen and (max-width: 768px) {
    .title-wrap .th2 {height: 52px;}
}

/* 반응형 게시판 */
@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;}

@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; 
}

/*애니메이션 --------------------------------------------------------*/
/* 초기 상태 설정 */
.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) {
  
}
/*1601 2-250915*/