@charset "UTF-8";
html.renewHidden,
body.renewHidden {
  overflow: hidden;
}

.renew {
  background-color: #fff;
}
.renew__topAD {
  position: relative;
  background-color: #f1ece6;
  text-align: center;
  padding: 10px 0;
  display: none;
  z-index: 200;
}
@media screen and (max-width: 1240px) {
  .renew__topAD {
    display: none !important;
  }
}
.renew__topAD .btn_close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 44px;
  height: 44px;
  background: url("/assets/images/renew/header_btn_close_w.png") no-repeat center center;
}
.renew header {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.renew__subHeader {
  padding: 40px 0 0;
}
@media screen and (max-width: 999px) {
  .renew__subHeader {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .renew__subHeader {
    padding: 20px 0;
  }
}
@media screen and (max-width: 720px) {
  .renew__subHeader + .renew__header {
    border-top: 1px solid #6e675f;
  }
}
.renew__subHeader .renew__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew__subHeader .renew__lang {
  display: none;
}
@media screen and (max-width: 720px) {
  .renew__subHeader .renew__lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 25px;
    font-size: 12px;
    top: 0;
  }
}
@media screen and (max-width: 720px) {
  .renew__subHeader .renew__allmenu {
    width: 20px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.renew__logo {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 720px) {
  .renew__logo img {
    width: 130px;
  }
}
@media screen and (max-width: 999px) {
  .renew .nav__gnblogo {
    width: 122px;
  }
}
@media screen and (max-width: 720px) {
  .renew .nav__gnblogo {
    display: none;
  }
}
.renew__header {
  border-bottom: 1px solid #6e675f;
  background-color: #fff;
}
.renew__header .nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew__header .nav__mobilewrap {
  display: none;
}
@media screen and (max-width: 720px) {
  .renew__header .nav__mobilewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #6b6863;
  }
}
@media screen and (max-width: 720px) {
  .renew__header .nav__mobilewrap .nav__gnblogo {
    display: block;
  }
}
.renew__header .nav__mobilewrap a {
  color: #a29992;
}
@media screen and (max-width: 720px) {
  .renew__header .nav__mobilewrap a[target=_blank] {
    font-size: 13px;
  }
}
.renew__header .nav__mobilewrap .renew__searchButton {
  margin-left: auto;
  margin-right: 10px;
}
.renew__header .nav__mobilewrap .renew__searchButton img {
  width: 26px;
}
.renew__header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.renew__header nav > a {
  font-size: 20px;
  color: #2d2d2f;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  padding: 45px 30px 38px;
  border-bottom: 7px solid transparent;
}
@media screen and (max-width: 1240px) {
  .renew__header nav > a {
    font-size: 16px;
    padding: 25px 20px 18px;
  }
}
@media screen and (max-width: 999px) {
  .renew__header nav > a {
    font-size: 16px;
    padding: 25px 10px 18px;
  }
}
@media screen and (max-width: 768px) {
  .renew__header nav > a {
    font-size: 15px;
    padding: 25px 10px 18px;
  }
}
@media screen and (max-width: 720px) {
  .renew__header nav > a {
    border-bottom-width: 3px;
    width: auto;
    font-size: 12px;
    letter-spacing: -1px;
    /* padding: 10px 5px; */
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 15px 0 15px;
  }
}
.renew__header nav > a.on {
  border-bottom: 7px solid #6e675f;
}
@media screen and (max-width: 720px) {
  .renew__header nav > a.on {
    border-bottom-width: 3px;
  }
}
.renew__header nav .renew__lang {
  padding: 10px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew__header nav .renew__lang a {
  margin-left: 25px;
}
.renew__container {
  max-width: 1380px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.renew__submenu {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  background-color: #fff;
}
.renew__submenu.search {
  background-color: #f6f6f5;
}
.renew__submenu__wrap {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.renew__submenu__wrap.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.renew__submenu__wrap--search {
  background-color: transparent;
  /* 스타일 재활용 */
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .renew__submenuBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenu__wrap--search .renew__submenuBlock {
    padding-top: 65px;
  }
}
@media screen and (max-width: 1240px) {
  .renew__submenu__wrap--search .renew__submenu__title {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .renew__submenu__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 35px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenu__wrap--search .renew__submenu__title {
    background-color: #c19b72;
    padding-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenu__wrap--search .renew__submenu__title h2 {
    color: #ffffff;
    font-weight: 700;
    line-height: 55px;
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .renew__submenu__title p {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenu__wrap--search .renew__submenu__title p {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .renew__submenu__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.renew__submenu__wrap--search .box_direct {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .box_direct {
    margin-right: 0;
    margin-bottom: 34px;
  }
}
.renew__submenu__wrap--search .box_direct .d_search {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  padding-right: 55px;
  margin-top: 18px;
  border: 3px solid #c19b72;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renew__submenu__wrap--search .box_direct .input_box {
  position: relative;
}
.renew__submenu__wrap--search .box_direct .input_box a.btn_search {
  position: absolute;
  top: 21px;
  right: 3px;
  display: block;
  width: 45px;
  height: 38px;
  text-indent: -9999px;
  background: #ffffff url("/assets/images/common/btn_tablet_search.png") no-repeat center center;
  background-size: 45px 45px;
}
.renew__submenu__wrap--search .box_choice {
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .box_choice {
    display: none;
  }
}
.renew__submenu__wrap--search .box_choice .btn_box {
  margin-top: 18px;
}
.renew__submenu__wrap--search .box_choice .btn_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.renew__submenu__wrap--search .box_choice .btn_box li {
  float: left;
}
.renew__submenu__wrap--search .box_choice .btn_box li a {
  display: block;
  width: 109px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 1px;
  text-align: center;
  color: #ffffff;
  background-color: #e3b482;
}
.renew__submenu__wrap--search .box_choice .btn_box li.on a {
  color: #ffffff;
  background-color: #c19b72;
}
.renew__submenu__wrap--search .box_choice .select_box {
  position: relative;
  margin-top: 15px;
  width: 330px;
  height: 45px;
  background: url("/assets/images/common/header_search_input_1_bg.gif") no-repeat 0 0;
}
.renew__submenu__wrap--search .box_choice .select_box select {
  width: 330px;
  padding-left: 25px;
  padding-right: 55px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #c19b72;
  filter: alpha(opacity=0);
  opacity: 0;
}
.renew__submenu__wrap--search .box_choice .select_box select option {
  font-size: 15px;
  line-height: 20px;
}
.renew__submenu__wrap--search .box_choice .select_box label {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  padding-left: 25px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #c19b72;
}
.renew__submenu__wrap--search .box_category {
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 999px) {
  .renew__submenu__wrap--search .box_category {
    display: block;
  }
}
.renew__submenu__wrap--search .box_category .subject {
  font-size: 18px !important;
  color: #c19b72;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-appearance: none;
}
.renew__submenu__wrap--search .box_category .list.first-child {
  border-top: 1px solid #c19b72;
}
.renew__submenu__wrap--search .box_category .list > a {
  position: relative;
  display: block;
  background: #ffffff;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  color: #c19b72;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  border: 1px solid #c19b72;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renew__submenu__wrap--search .box_category .list > a > span.btn_plus {
  position: absolute;
  top: 12px;
  text-indent: -9999px;
  right: 13px;
  width: 19px;
  height: 19px;
  background: url("/assets/images/common/btn_tablet_plus.gif") no-repeat 0 0;
  overflow: hidden;
}
.renew__submenu__wrap--search .box_category .list.on > a > span.btn_plus {
  background-position: 0 -19px;
}
.renew__submenu__wrap--search .box_category .list table {
  display: none;
  width: 100%;
}
.renew__submenu__wrap--search .box_category .list.on table {
  display: table;
}
.renew__submenu__wrap--search .box_category .list table tr td {
  border: 1px solid #c19b72;
  width: 100%;
  height: 45px;
  text-align: left;
  background-color: #dbeaf5;
}
.renew__submenu__wrap--search .box_category .list table tr td a span {
  color: #c19b72;
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 36px;
  background: url("/assets/images/common/dot_tablet_search.gif") no-repeat 18px 1px;
}
.renew__submenu__wrap--search .box_category .list table tr:first-child td {
  border-top: none;
}
.renew__submenu__wrap--search .subject {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  color: #c19b72;
  font-weight: 700;
}
.renew__submenu__wrap--search .subscript {
  color: #606163;
  margin-top: 5px;
}
.renew__submenuBlock {
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .renew__submenuBlock {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 999px) {
  .renew__submenuBlock {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenuBlock {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenuBlock--1 .renew__submenuGroup:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .renew__submenuBlock--1 .renew__submenuGroup:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: auto;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenuBlock--5 .renew__submenuGroup:nth-child(2) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .renew__submenuBlock--5 .renew__submenuGroup:nth-child(3) {
    margin-left: auto;
  }
  .renew__submenuBlock--5 .renew__submenuGroup:nth-child(4) {
    margin-left: 0;
  }
  .renew__submenuBlock--5 .renew__submenuGroup:nth-child(5) {
    margin-left: auto;
  }
}
.renew__submenuBlock--sitemap h4 a {
  display: inline-block;
  width: 100%;
  height: 80px;
  margin-bottom: 28px;
  text-indent: -9999px;
}
.renew__submenuBlock--sitemap .renew__submenu__contents {
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.renew__submenuBlock--sitemap .renew__submenuGroup {
  width: 150px;
  margin-bottom: 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(1) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_01.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(2) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_02.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(3) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_03.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(4) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_04.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(5) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_05.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(6) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_07.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(7) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_08.jpg") no-repeat center 0;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span {
  display: block;
  font-weight: 500;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a.show,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span.show {
  color: #ffffff;
  background: #000 url("/assets/images/common/header_fullmenu_dep2_bg.gif") no-repeat center right;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a:hover,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span:hover {
  color: #ffffff;
  background: #000 url("/assets/images/common/header_fullmenu_dep2_bg.gif") no-repeat center right;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a.resize,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span.resize {
  font-size: 13px;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a.overflow,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span.overflow {
  height: auto;
  position: relative;
  line-height: 20px;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a.overflow:hover,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span.overflow:hover {
  background-size: cover;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a.overflow:hover:after,
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > span.overflow:hover:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: 10px;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep2 > li > a.overflow {
  background-image: none;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep3 {
  margin-bottom: 6px;
}
.renew__submenuBlock--sitemap .renew__submenuGroup .dep3 a {
  display: block;
  width: 140px;
  padding-left: 10px;
  height: 22px;
  color: #888888;
  line-height: 22px;
}
@media screen and (max-width: 720px) {
  .renew__submenuBlock--en {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenuBlock--en h2 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenuBlock--en .box_direct {
    margin-bottom: 10px;
  }
}
.renew__submenuGroup {
  max-width: 225px;
  width: 100%;
  margin-bottom: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.renew__submenuGroup.noMargin {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .renew__submenuGroup {
    max-width: none;
    width: 33.33%;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenuGroup {
    max-width: none;
    width: 48%;
    margin-bottom: 0;
  }
  .renew__submenuGroup:nth-child(2n) {
    margin-left: auto;
  }
}
.renew__submenu__dotList {
  margin-top: 5px;
}
.renew__submenu__dotList li {
  margin-bottom: 5px;
}
.renew__submenu__dotList li a {
  padding-left: 10px;
  color: #333333;
  background: url("/assets/images/common/header_gnb_dep3_dot.gif") no-repeat 0 center;
  line-height: 20px;
}
.renew__submenu__dotList li a:hover {
  color: #7d6e66;
  background: url("/assets/images/common/header_gnb_dep3_dot_on.gif") no-repeat 0 center;
}
@media screen and (max-width: 720px) {
  .renew__submenu__dotList li a:hover {
    color: #666666;
    background: url("/assets/images/common/dot_m_menu.gif") no-repeat left 8px;
    background-size: 3px 3px;
  }
}
@media screen and (max-width: 720px) {
  .renew__submenu__dotList li a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding-left: 10px;
    text-align: left;
    background: url("/assets/images/common/dot_m_menu.gif") no-repeat left 8px;
    background-size: 3px 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.renew__submenu__title {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .renew__submenu__title {
    display: none;
  }
}
.renew__submenu__title h2 {
  font-size: 30px;
  line-height: 35px;
  color: #222222;
}
.renew__submenu__title p {
  color: #666666;
  line-height: 18px;
  margin-top: 15px;
  letter-spacing: -1px;
}
@media screen and (max-width: 720px) {
  .renew__submenu__title p {
    display: none;
  }
}
.renew__submenu__title a {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 720px) {
  .renew__submenu__title a {
    display: none;
  }
}
.renew__submenu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 5.208vw;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .renew__submenu__contents {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.renew__submenu__contents h3 span,
.renew__submenu__contents h3 a {
  height: 30px;
  margin-bottom: 10px;
  padding-right: 18px;
  font-size: 17px;
  line-height: 30px;
  color: #c7a37c;
  font-weight: 600;
  background: url("/assets/images/common/header_gnb_menu_arrow.gif") no-repeat right center;
}
.renew__submenu__contents h3 span:hover,
.renew__submenu__contents h3 a:hover {
  color: #222222;
}
@media screen and (max-width: 720px) {
  .renew__submenu__contents h3 span,
.renew__submenu__contents h3 a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    color: #666666;
    padding-right: 0;
    border-bottom: 1px solid #f0f0f0;
    background: url("/assets/images/common/bg_m_menu_arrow.gif") no-repeat right center;
    background-size: 6px 11px;
  }
}
.renew__submenu__description {
  color: #575757;
  line-height: 18px;
}
@media screen and (max-width: 720px) {
  .renew__submenu__description {
    display: none;
  }
}
.renew__subtext{
  font-size: 11px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 720px) {
  .renew__subtext{
    display: none;
  }
}
.renew__submenu__close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: block;
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  background: url("/assets/images/common/header_btn_close.png") no-repeat center center;
}
@media screen and (max-width: 720px) {
  .renew__submenu__close {
    display: none;
  }
}
.renew__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-family: "Noto Sans Kr";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew__lang a {
  color: #a29992;
  margin-left: 25px;
}
@media screen and (max-width: 999px) {
  .renew__lang {
    font-size: 16px;
  }
  .renew__lang a {
    margin-left: 15px;
  }
  .renew__lang img {
    width: 36px;
  }
}
@media screen and (max-width: 720px) {
  .renew__lang {
    right: 0;
    display: none;
  }
}
.renew__allmenu {
  width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  height: 20px;
  position: relative;
  display: block;
}
@media screen and (max-width: 999px) {
  .renew__allmenu {
    width: 30px;
  }
}
@media screen and (max-width: 720px) {
  .renew__allmenu {
    width: 20px;
    height: 16px;
  }
}
.renew__allmenu > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a29992;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.renew__allmenu:after, .renew__allmenu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #a29992;
}
.renew__allmenu:after {
  top: 0;
}
.renew__allmenu:before {
  bottom: 0;
}
.renew__mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.renew__mobileMenu.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.renew__mobileMenu .btn {
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}
.renew__mobileMenu .btRnbClose {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 36px;
  height: 36px;
  background: url("/assets/images/common/btn_aside_close.gif") no-repeat center center;
  background-size: 22px 22px;
}
.renew__mobileMenu .btRnbClose:before {
  position: absolute;
  content: " ";
  width: 22px;
  height: 22px;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
  background-position: -400px 0;
}
.renew__mobileMenu .btRnbClose em {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.renew__mobileMenu__left {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.renew__mobileMenu__left::after {
  content: "";
  height: 100%;
  width: 90px;
  border-right: 1px solid #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
.renew__mobileMenu__left .indexLink {
  width: 90px;
  z-index: 2;
  height: 100%;
}
.renew__mobileMenu__left .indexLink li {
  border-top: 1px solid #e1e1e1;
  color: #222;
  font-size: 12px;
  text-align: center;
}
.renew__mobileMenu__left .indexLink li:first-child {
  border-top: 0;
}
.renew__mobileMenu__left .indexLink li a {
  display: block;
  padding: 10px 5px;
}
.renew__mobileMenu__left .indexLink li a.on {
  color: #c19b72;
  background-color: #fff;
}
.renew__mobileMenu__left .indexLink li a em {
  display: block;
  margin-top: 6px;
}
.renew__mobileMenu__left .indexLink li .iconsBefore:before {
  content: " ";
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  background: url("/assets/images/common/icon_aside.png") no-repeat 0 0;
  background-size: 225px 50px;
}
.renew__mobileMenu__left .indexLink li .mnu0 {
  padding: 15px 10px;
}
.renew__mobileMenu__left .indexLink li .mnu0:before {
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  background-position: 0px 0px;
}
.renew__mobileMenu__left .indexLink li .mnu0 b {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.renew__mobileMenu__left .indexLink li .mnu1:before {
  background-position: -25px 0;
}
.renew__mobileMenu__left .indexLink li .mnu2:before {
  background-position: -50px 0;
}
.renew__mobileMenu__left .indexLink li .mnu3:before {
  background-position: -75px 0;
}
.renew__mobileMenu__left .indexLink li .mnu4:before {
  background-position: -100px 0;
}
.renew__mobileMenu__left .indexLink li .mnu5:before {
  background-position: -125px 0;
}
.renew__mobileMenu__left .indexLink li .mnu6:before {
  background-position: -150px 0;
}
.renew__mobileMenu__left .indexLink li .mnu7:before {
  background-position: -175px 0;
}
.renew__mobileMenu__left .indexLink li .mnu8:before {
  background-position: -200px 0;
}
.renew__mobileMenu__left .indexLink li .mnu1.on:before {
  background-position: -25px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu2.on:before {
  background-position: -50px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu3.on:before {
  background-position: -75px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu4.on:before {
  background-position: -100px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu5.on:before {
  background-position: -125px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu6.on:before {
  background-position: -150px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu7.on:before {
  background-position: -175px -25px;
}
.renew__mobileMenu__left .indexLink li .mnu8.on:before {
  background-position: -200px -25px;
}
.renew__mobileMenu__left .indexLink.shortMenu li a em {
  display: none;
}
.renew__mobileMenu__left .siteLink {
  padding-left: 30px;
  padding-top: 46px;
}
.renew__mobileMenu__left .siteLink dl {
  padding-bottom: 30px;
}
.renew__mobileMenu__left .siteLink dt {
  padding: 8px 0;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #e1e1e1;
}
.renew__mobileMenu__left .siteLink dd {
  margin-left: 18px;
  padding-right: 10px;
  line-height: 44px;
  border-bottom: 1px solid #e1e1e1;
}
.renew__mobileMenu__left .siteLink dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.renew__mobileMenu__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 100%;
}
.renew__mobileMenu__right .scroll {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}
.renew__mobileMenu__right .scroller {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.renew__mobileMenu__right .scrollArea {
  position: absolute;
  width: 100%;
  height: auto;
}
.renew__mobileMenu__right .siteLink {
  padding-left: 30px;
  padding-top: 46px;
}
.renew__mobileMenu__right .siteLink dl {
  padding-bottom: 30px;
}
.renew__mobileMenu__right .siteLink dt {
  padding: 8px 0;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #e1e1e1;
}
.renew__mobileMenu__right .siteLink dd {
  margin-left: 18px;
  padding-right: 10px;
  line-height: 44px;
  border-bottom: 1px solid #e1e1e1;
}
.renew__mobileMenu__right .siteLink dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.renew__dimmed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}
.renew__dimmed.on {
  display: block;
}
.renew__dimmed.over {
  display: block;
  z-index: 20;
}
.renew__footer {
  position: relative;
  border-top: 1px solid #a29992;
  margin-top: 50px;
  z-index: 2;
}
.renew__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 100px;
}
@media screen and (max-width: 1240px) {
  .renew__footer ul {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 999px) {
  .renew__footer ul {
    padding: 15px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.renew__footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .renew__footer ul li {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
  .renew__footer ul li:nth-child(3), .renew__footer ul li:nth-child(4) {
    margin-bottom: 0;
  }
}
.renew__footer ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #6e675f;
  font-family: "Noto Serif KR", serif;
}
@media screen and (max-width: 1240px) {
  .renew__footer ul li a {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 720px) {
  .renew__footer ul li a {
    font-size: 14px;
  }
}
.renew__footer ul li.renew__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999px) {
  .renew__footer ul li.renew__sns {
    display: none;
  }
}
.renew__footer ul li.renew__sns a {
  margin: 0 5px;
}
.renew__topBtn {
  width: 60px;
  height: 60px;
  border: 1px solid #a29992;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Noto Serif KR", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: absolute;
  right: 30px;
  top: -30px;
}
@media screen and (max-width: 720px) {
  .renew__topBtn {
    width: 50px;
    height: 50px;
    right: 25px;
    top: -25px;
  }
}
.renew__copyright {
  border-top: 1px solid #a29992;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .renew__copyright {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.renew__copyrightBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
@media screen and (max-width: 1240px) {
  .renew__copyrightBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.renew__copyright .renew__container {
  padding: 20px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1240px) {
  .renew__copyright .renew__container {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 999px) {
  .renew__copyright .renew__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 25px;
  }
}
.renew__copyright .renew__container p {
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #6e675f;
  font-family: "Noto Serif KR", serif;
  letter-spacing: -1px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .renew__copyright .renew__container p {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 999px) {
  .renew__copyright .renew__container p {
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 720px) {
  .renew__copyright .renew__container p {
    font-size: 12px;
  }
}
.renew__mobileContents {
  display: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .renew__mobileContents {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .renew__mobileContents .renew__container {
    border-top: 1px solid #a29992;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.renew__familysites {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .renew__familysites {
    display: none;
    width: auto;
  }
}
@media screen and (max-width: 999px) {
  .renew__familysites--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.renew__familysites > a {
  font-size: 16px;
  font-family: "Noto Serif KR", serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew__familysites > a:after {
  content: "";
  display: block;
  width: 21px;
  height: 13px;
  margin-left: 20px;
  background: url("/assets/images/renew/renew_icon_arrow.png") no-repeat;
}
.renew__familysites ul {
  position: absolute;
  bottom: 30px;
  left: 0;
  border: 1px solid #000;
  padding: 5px 10px;
  width: 100%;
  background-color: #fff;
  display: none;
}
.renew__familysites ul.on {
  display: block;
}
.renew__familysites ul a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #6e675f;
  font-family: "Noto Serif KR", serif;
}

.renew__main .renew__lang {
  display: none;
}
@media screen and (max-width: 720px) {
  .renew__main .renew__lang {
    position: relative;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.renew__searchBlock {
  padding: 110px 0;
}
@media screen and (max-width: 999px) {
  .renew__searchBlock {
    padding: 50px 0;
  }
}
@media screen and (max-width: 720px) {
  .renew__searchBlock {
    padding: 50px 0;
  }
}
.renew__searchBox {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .renew__searchBox {
    padding: 0 20px;
    width: 80%;
  }
}
.renew__searchBox > div {
  padding: 10px 20px;
  border: 1px solid #a29992;
  border-radius: 30px;
}
.renew__searchBox input {
  text-align: center;
  border: 0;
  width: 90%;
  font-size: 18px;
  line-height: 24px;
  color: #a29992;
  font-family: "Nanumgothic";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .renew__searchBox input {
    font-size: 16px;
  }
}
.renew__searchBox button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (max-width: 720px) {
  .renew__searchBox button {
    right: 30px;
  }
}
.renew__mainLogo {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 999px) {
  .renew__mainLogo {
    width: 270px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 720px) {
  .renew__mainLogo {
    width: 40%;
    margin: 0 auto 25px;
  }
}
.renew__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .renew__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renew__links h3 {
  font-family: "Noto Sans Kr", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  color: #6e675f;
  letter-spacing: -1px;
}
@media screen and (max-width: 1240px) {
  .renew__links h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 999px) {
  .renew__links h3 {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .renew__links h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.renew__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .renew__links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.renew__links ul li {
  position: relative;
  padding-right: 13px;
  margin-right: 13px;
}
@media screen and (max-width: 999px) {
  .renew__links ul li {
    margin: 0;
    padding: 0 13px;
  }
}
@media screen and (max-width: 720px) {
  .renew__links ul li {
    padding: 0 8px;
  }
}
.renew__links ul li:last-child:after {
  display: none;
}
.renew__links ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #e3d7cb;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.renew__links ul li a {
  font-family: "Noto Sans Kr", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #a29992;
}
.renew__links .dot {
  display: block;
}
.renew__links .dot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renew__links .dot li a {
  font-size: 18px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 500px;
}
@media screen and (max-width: 1240px) {
  .renew__links ul li a,
  .renew__links .dot li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 720px) {
  .renew__links ul li a,
  .renew__links .dot li a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 999px) {
  .renew__links .dot li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.renew__links .dot li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #a29992;
  border-radius: 50%;
  margin-right: 5px;
}
.renew__links .dot li:after {
  display: none;
}
.renew__links__left, .renew__links__right {
  width: 50%;
  padding-left: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .renew__links__left, .renew__links__right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 999px) {
  .renew__links__left, .renew__links__right {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 720px) {
  .renew__links__left, .renew__links__right {
    padding: 20px 0;
  }
}
@media screen and (max-width: 999px) {
  .renew__links__right {
    background-color: #f6f2ed;
  }
}
.renew__links .btn_area{
	margin-top: 40px;
	margin-left: -5px;
}
.renew__links .btn_area button{
	font: 500 18px "Noto Sans Kr", sans-serif;
	color: #111;
	border: 1px solid;
	border-radius: 30px;
	padding: 8px 20px;
	margin: 5px;
}
@media screen and (max-width: 1240px){
	.renew__links .btn_area button{
		font-size: 16px;
	}
}
@media screen and (max-width: 999px){
	.renew__links .btn_area{
  	margin-top: 20px;
  	text-align: center;
  	margin-left: 0;
  }
  .renew__links .btn_area button{
  	font-size: 16px;
  }
}
@media screen and (max-width: 720px){
	.renew__links .btn_area button{
		padding: 6px 12px;
  	font-size: 13px;
  }
}


.renew__main--bg {
  position: relative;
  padding: 75px 0;
  background-color: #faf8f5;
}
@media screen and (max-width: 1240px) {
  .renew__main--bg {
    padding: 35px 0;
  }
}
@media screen and (max-width: 999px) {
  .renew__main--bg {
    padding: 0;
  }
}
.renew__main--bg:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f6f2ed;
}
@media screen and (max-width: 999px) {
  .renew__main--bg:after {
    display: none;
  }
}
.renew__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
  padding: 40px 100px 0;
}
@media screen and (max-width: 1240px) {
  .renew__contact {
    padding: 30px 50px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 999px) {
	.renew__contact{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 720px) {
  .renew__contact {
    padding: 20px 20px 0;
  }
}
.renew__contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .renew__contact__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 60%;
  }
}
@media screen and (max-width: 720px) {
  .renew__contact__block {
    width: auto;
    margin-left: auto;
  }
}
.renew__tel {
  flex: 0 0 auto;
}
@media screen and (max-width: 999px) {
  .renew__tel {
   /*  width: 40%; */
  }
}
@media screen and (max-width: 720px) {
  .renew__tel {
    /* width: auto;
    margin-right: 0; */
  }
}
.renew__tel h3 {
  font-size: 28px;
  line-height: 36px;
  color: #2d2d2f;
  font-family: "Noto Sans Kr", sans-serif;
}
@media screen and (max-width: 1240px) {
  .renew__tel h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 720px) {
  .renew__tel h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.renew__tel p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Noto Sans Kr", sans-serif;
  color: #2d2d2f;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  .renew__tel p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 720px) {
  .renew__tel p {
    font-size: 16px;
    line-height: 20px;
  }
}
.renew__time {
  flex: 0 0 auto;
}
@media screen and (max-width: 1240px) {
  .renew__time {
    /* margin-right: 50px; */
  }
}
@media screen and (max-width: 999px) {
  .renew__time {
   /*  margin-right: 0;
    width: 100%; */
  }
}
.renew__time p {
  font-size: 18px;
  line-height: 36px;
  color: #2d2d2f;
  font-family: "Noto Sans Kr", sans-serif;
}
@media screen and (max-width: 1240px) {
  .renew__time p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 720px) {
  .renew__time p {
    font-size: 12px;
    line-height: 20px;
  }
}
.renew__inquiry a {
	min-width: 230px;
  font-size: 24px;
  line-height: 36px;
  color: #333132;
  border: 1px solid #333132;
  display: inline-block;
  font-family: "Noto Sans Kr", sans-serif;
  padding: 20px 30px;
  margin: 5px 0;
}
@media screen and (max-width: 1240px) {
  .renew__inquiry a {
  	min-width: 200px;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 720px) {
  .renew__inquiry a {
  	min-width: 150px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.renew__inquiry a span {
  padding-right: 50px;
  display: block;
  background: url("/assets/images/renew/renew__inquiry.png") right center no-repeat;
}
@media screen and (max-width: 1240px) {
  .renew__inquiry a span {
    background-size: 30px auto;
  }
}
@media screen and (max-width: 720px) {
  .renew__inquiry a span {
    padding-right: 30px;
    background-size: 17.5px auto;
  }
}

/* fix */
.renew.en .renew__header nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.renew.en .renew__header nav > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 720px) {
  .renew.en .renew__searchBox input {
    font-size: 12px;
  }
}
.renew.en .renew__submenuBlock--sitemap .renew__submenuGroup {
  margin: 0 5px 45px;
  padding-right: 0;
  width: 180px;
}
@media screen and (max-width: 720px) {
  .renew.en .renew__submenuBlock--sitemap .renew__submenuGroup {
    margin: 0;
  }
  .renew.en .renew__submenuBlock--sitemap .renew__submenuGroup:nth-child(2n) {
    margin-left: auto;
  }
}
@media screen and (max-width: 1240px) {
  .renew.en .renew__submenuGroup {
    padding-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .renew.en .renew__submenuGroup {
    padding-right: 0;
  }
}
.renew.en .renew__submenuGroup h4 a {
  width: 180px;
}
.renew.en .renew__submenuGroup:nth-child(1) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_02.gif") no-repeat center 0;
}
.renew.en .renew__submenuGroup:nth-child(2) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_03.gif") no-repeat center 0;
}
.renew.en .renew__submenuGroup:nth-child(3) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_08.gif") no-repeat center 0;
}
.renew.en .renew__submenuGroup:nth-child(4) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_07.jpg") no-repeat center 1px;
}
.renew.en .renew__submenuGroup:nth-child(5) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_04.gif") no-repeat center 0;
}
.renew.en .renew__submenuGroup:nth-child(6) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_05.gif") no-repeat center 0;
}
.renew.en .renew__submenuGroup:nth-child(7) h4 a {
  background: url("/assets/images/common/header_fullmenu_title_eng_06.gif") no-repeat center 0;
}
.renew.en .renew__submenuGroup .dep2 a {
  font-weight: 700;
  color: #333;
  font-family: "Open Sans", "Arial", sans-serif;
}
.renew.en .renew__submenuGroup .dep3 li {
  padding-bottom: 10px;
}
.renew.en .renew__submenuGroup .dep3 a {
  height: auto;
  line-height: 1.05em;
  color: #888888;
  font-weight: normal;
}
.renew.en .renew__mobileMenu__left .indexLink li a em {
  font-size: 11px;
}
.renew.en .renew__mobileMenu__right .siteLink dt {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .renew.en .renew__footer ul {
    padding: 15px 50px;
  }
}
@media screen and (max-width: 999px) {
  .renew.en .renew__footer ul {
    padding: 15px 20px;
  }
}
.renew.en .renew__footer ul li {
  width: 100%;
  margin-bottom: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.renew.en .renew__tel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.renew.en .renew__inquiry {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .renew.en .renew__copyright .renew__container {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 999px) {
  .renew.en .renew__copyright .renew__container {
    padding: 20px;
  }
}

/* fix */
@media screen and (max-width: 720px) {
  .container .content {
    padding-top: 60px;
  }
}

.goto_top {
  display: none;
}

@media screen and (max-width: 720px) {
  .sustainability.container .content {
    padding-top: 65px;
  }
}
.sustainability .section_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 80px;
  border-top: 1px solid #e5e5e5;
}
.sustainability .section_body:has(.csr_reportBlock){
	margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .sustainability .section_body {
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .sustainability .section_body {
    border-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}

.sustainability .section_body .csr_reportBlock {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%; */
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  max-width: 50%;
  display: block;
  padding: 0 10px !important;
  margin-bottom: 30px;
}
.sustainability .section_body .csr_reportBlock .report_title{
	width: 100%;
	margin-bottom: 20px;
}
.sustainability .section_body .csr_reportBlock .report_image {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	max-width: 100%;
  width: 240px;
  height: auto;
  padding: 6px;
  border: 2px solid #e1e1e1;
}
.sustainability .section_body .csr_reportBlock .report_image img {
  width: 100%;
  height: 100%;
}
.sustainability .section_body .csr_reportBlock .report_btns{
	margin-top: 10px;
}
.sustainability .section_body .csr_reportBlock .report_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.sustainability .section_body .csr_reportBlock h3 {
  font-size: 18px;
  line-height: 1.125;
  font-weight: 600;
  color: #000;
  word-break: keep-all;
}
.sustainability .section_body .csr_reportBlock .report_contents .btn_area {
  margin-top: auto;
}
.sustainability .section_body .csr_reportBlock a {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  background-color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 5px;
}
.sustainability .section_body .csr_reportBlock .report_btns a:last-child{
	margin-right: 0;
}
.sustainability .section_body .csr_reportBlock a em:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  background: url("/assets/images/common/bg_btn_download.gif") no-repeat 0 0;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.sustainability .section_body .csr_reportBlock:first-child{
	margin-right: 60px;
}
.sustainability .section_body .csr_reportBlock:first-child .report_image{
	width: 360px;
}
.sustainability .section_body .csr_reportBlock--full {
	flex: 0 0 100%;
	max-width: 100%;
	display: grid;
  grid-template-columns: max-content;
  gap: 0 20px;
  margin-bottom: 40px;
}
.sustainability .section_body .csr_reportBlock--full .report_title{
	grid-column: 2 / 3;
}
.sustainability .section_body .csr_reportBlock--full .report_btns{
	grid-column: 2 / 3;
	-ms-flex-item-align: end;
	align-self: end;
}
.sustainability .section_body .csr_reportBlock--full .report_image{
	grid-column: 1 / 2;
	grid-row: 1/3;
	width: 400px;
}
.sustainability .section_body .csr_reportBlock--full h3{
	font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .sustainability .section_body .csr_reportBlock:first-child{
  	margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
	.sustainability .section_body{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
	}
	.sustainability .section_body .csr_reportBlock{
		flex: 0 0 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.sustainability .section_body .csr_reportBlock .report_image{
		width: 100% !important;
	}
}
@media screen and (max-width: 720px) {
  .sustainability .section_body .csr_reportBlock h3 {
    font-size: 18px;
  }
  .sustainability .section_body .csr_reportBlock .report_contents .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sustainability .section_body .csr_reportBlock a {
    font-size: 12px;
    line-height: 34px;
    /* min-width: 100px;  */
    /* padding: 0 13px;
    display: inline-block;
    max-width: 100px; */
  }
  .sustainability .section_body .csr_reportBlock a em:before {
    width: 16px;
    height: 14px;
    background-size: cover;
  }
  .sustainability .section_body .csr_reportBlock--full {
  	grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 480px) {
	.sustainability .section_body .csr_reportBlock .report_title{
  	margin-bottom: 15px;
  }
  .sustainability .section_body .csr_reportBlock h3 {
    font-size: 16px;
  }
  .sustainability .section_body .csr_reportBlock--full {
  	gap: 0 10px;
  }
	.sustainability .section_body .csr_reportBlock--full .report_image {
  	max-width: calc(100% - 10px)
  }
}

/* sustainability *//*# sourceMappingURL=renewal.min.css.map */