@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
.dp_inb {
  display: inline-block !important;
}
.dp_hide {
  display: none !important;
}
.dp_show {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1216px) {
  .dp_md_only_inb {
    display: inline-block !important;
  }
  .dp_md_only_hide {
    display: none !important;
  }
  .dp_md_only_show {
    display: block !important;
  }
}
@media screen and (max-width: 1216px) {
  .dp_md_inb {
    display: inline-block !important;
  }
  .dp_md_hide {
    display: none !important;
  }
  .dp_md_show {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .dp_sm_inb {
    display: inline-block !important;
  }
  .dp_sm_hide {
    display: none !important;
  }
  .dp_sm_show {
    display: block !important;
  }
}

br.lg, br.md, br.sm, br.xs, br.xxs {
  display: none;
}
br.none {
  display: none;
}
@media screen and (max-width: 1700px) {
  br.lg {
    display: block;
  }
  br.lg_none {
    display: none;
  }
}
@media screen and (max-width: 1216px) {
  br.md {
    display: block;
  }
  br.md_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.sm {
    display: block;
  }
  br.sm_none {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  br.xs {
    display: block;
  }
  br.xs_none {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  br.xxs {
    display: block;
  }
  br.xxs_none {
    display: none;
  }
}

:root {
  transition-property: font-size;
  transition-duration: 0;
  transition-delay: 0.08s;
}

@media screen and (min-width: 2001px) {
  img {
    transition-property: width, height;
    transition-duration: 0;
  }
}
@media screen and (max-width: 375px) {
  :root {
    font-size: 4.2666666667vw;
  }
}
@media print {
  @page {
    size: 21cm 29.7cm;
    margin: 0;
  }
  :root, html, body {
    font-size: 1.3vw;
  }
}
@media print and (-ms-high-contrast: none) {
  :root, html, body {
    font-size: 0.75vw;
  }
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media print and (-ms-high-contrast: none) {
  body {
    zoom: 1;
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20%);
  }
}

@-webkit-keyframes progressBarAni {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBarAni {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
html, body {
  width: 100%;
}

body {
  position: relative;
  transition: opacity 0s;
  will-change: opacity;
}

body.__off{
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*skipNav*/
#skipNav a {
  position: absolute;
  display: block;
  font-size: 0px;
  top: -9999px;
  left: -9999px;
}
#skipNav a:focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  text-align: center;
}

#container {
  word-break: keep-all;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100%;
}

.intro_2022_bg {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: no-repeat url("/adms5/images/renew_2022/intro_bg2.jpg") center center/cover;
}

.intro_2022_con {
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow: auto;
}

.intro_2022_con {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow: auto;
  font-size: 1rem;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
}
.intro_2022_con a, .intro_2022_con select, .intro_2022_con h1, .intro_2022_con h2, .intro_2022_con h3, .intro_2022_con h4, .intro_2022_con h5, .intro_2022_con h6, .intro_2022_con pre, .intro_2022_con textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
.intro_2022_con input[type=button],
.intro_2022_con input[type=submit],
.intro_2022_con button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
.intro_2022_con input[type=button] > *,
.intro_2022_con input[type=submit] > *,
.intro_2022_con button > * {
  position: relative;
}
.intro_2022_con * {
  box-sizing: border-box;
}
.intro_2022_con .intro_2022_inner {
  max-width: 68.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.intro_2022_con .intro_2022_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1.25em;
  padding: 3.75em 0 2.5em;
}
.intro_2022_con .intro_2022_top .logo1 {
  padding: 1.25em;
}
.intro_2022_con .intro_2022_top .logo1 img {
  width: 7.4375em;
}
.intro_2022_con .intro_2022_top .logo2 {
  padding: 1.25em;
}
.intro_2022_con .intro_2022_top .logo2 img {
  width: 15.3125em;
}

.intro_2022_con .sns {
  margin-top: -3.5em;
  margin-bottom: 1em;
  margin-left: -0.625em;
}
.intro_2022_con .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.intro_2022_con .sns ul li:first-child{
  margin-left: auto;
}
.intro_2022_con .sns a {
  display: block;
  width: 2.5em !important;
  height: 2.5em !important;
  background: no-repeat center center/contain;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  text-indent: -9999px;
  color: rgba(0, 0, 0, 0);
  margin-left: 0.625em;
  /* border: 1px solid #000; */
}
.intro_2022_con .sns a:hover {
  /* background-color: #fff;  */
}
.intro_2022_con .sns a.youtube {
  background-image: url(/adms5/images/renew_2022/youtube_icon.png);
  /* border-color: #e50000; */
}
.intro_2022_con .sns a.instagram {
  background-image: url(/adms5/images/renew_2022/insta_icon.png);
  /* border-color: #d212a4; */
}
.intro_2022_con .sns a.facebook {
  background-image: url(/adms5/images/renew_2022/facebook_icon.png);
  /* border-color: #196fe3; */
}
.intro_2022_con .sns a.blog {
  background-image: url(/adms5/images/renew_2022/blog_icon.png);
  /* border-color: #0cd50c; */
}

@media screen and (max-width: 1216px){
  .intro_2022_con .sns {
    margin-top: -2em;
    margin-bottom: 1em;
    margin-left: -0.625em;
  }
}
  

.intro_2022_con .intro_2022_list_box > ul {
  margin: -0.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.intro_2022_con .intro_2022_list_box > ul > li {
  flex: 0 1 auto;
  padding: 0.625em;
  width: 25%;
}
.intro_2022_con .intro_2022_list_box a {
  display: block;
  height: 13.375em;
  overflow: hidden;
  border-radius: 0.625em;
  padding: 1.875em;
  background: #fff;
  color: #555;
}
.intro_2022_con .intro_2022_list_box a > span {
  display: block;
}
.intro_2022_con .intro_2022_list_box a.color_1 .intro_tit {
  background-color: #a7ce4d;
}
.intro_2022_con .intro_2022_list_box a.color_2 .intro_tit {
  background-color: #395f86;
}
.intro_2022_con .intro_2022_list_box a.color_3 .intro_tit {
  background-color: #c5645d;
}
.intro_2022_con .intro_2022_list_box a.color_4 .intro_tit {
  background-color: #4bc7bc;
}
.intro_2022_con .intro_2022_list_box a.color_5 .intro_tit {
  background-color: #efbe3b;
}
.intro_2022_con .intro_2022_list_box a.color_6 .intro_tit {
  background-color: #864b81;
}
.intro_2022_con .intro_2022_list_box a.color_7 .intro_tit {
  background-color: #4D98CE;
}
.intro_2022_con .intro_2022_list_box a.color_8 .intro_tit {
  background-color: #CE4D85;
}
.intro_2022_con .intro_2022_list_box .done_box {
  display: block;
  height: 13.375em;
  overflow: hidden;
  border-radius: 0.625em;
  padding: 1.875em;
  background: rgba(255, 255, 255, 0.2) no-repeat url(/adms5/images/renew_2022//symbol.png) center/auto 56.542056%;
}
.intro_2022_con .intro_2022_list_box .intro_tit {
  width: 4.5em;
  display: block;
  font-size: 1.125em;
  text-align: center;
  padding: 0.2777777778em 0.5555555556em;
  border-radius: 3.8888888889em;
  margin-bottom: 1.1111111111em;
  background-color: #222;
  color: #fff;
  margin-left: -0.15em;
}
.intro_2022_con .intro_2022_list_box .intro_year {
  display: block;
  overflow: hidden;
  height: 1.5em;
  color: #999;
}
.intro_2022_con .intro_2022_list_box .intro_year + .intro_txt {
  margin-top: 0.2083333333em;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
.intro_2022_con .intro_2022_list_box .intro_txt {
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5;
  word-break: break-all;
  font-size: 1.5em;
}
.intro_2022_con .intro_2022_bottom {
  max-width: 47.5em;
  margin: 1.5em auto 3em;
}
.intro_2022_con .intro_2022_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.625em;
}
.intro_2022_con .intro_2022_bottom ul > li {
  flex: 0 1 auto;
  padding: 0.625em;
  width: 50%;
}
.intro_2022_con .intro_2022_bottom a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.375em;
  padding: 1.375em;
  border-radius: 3.125em;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.intro_2022_con .intro_2022_bottom a::after {
  content: "";
  display: block;
  background-color: #222;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11.18 8.359 14.821 12l-3.641 3.641' fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  overflow: hidden;
}
.intro_2022_con .intro_2022_bottom a > span {
  margin: 0 1em;
  font-size: 1.375em;
  font-weight: bold;
}
.intro_2022_con .intro_2022_bottom a:hover {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5);
}
.intro_2022_con .intro_2022_bottom a.color1::after {
  background-color: #990014;
}
.intro_2022_con .intro_2022_bottom a.color1 > span {
  color: #990014;
}
.intro_2022_con .intro_2022_bottom a.color1:hover {
  background-color: #990014;
}
.intro_2022_con .intro_2022_bottom a.color1:hover > span {
  color: #fff;
}
.intro_2022_con .intro_2022_bottom a.color2::after {
  background-color: #001444;
}
.intro_2022_con .intro_2022_bottom a.color2 > span {
  color: #001444;
}
.intro_2022_con .intro_2022_bottom a.color2:hover {
  background-color: #001444;
}
.intro_2022_con .intro_2022_bottom a.color2:hover > span {
  color: #fff;
}
@media screen and (max-width: 1216px) {
  .intro_2022_con {
    font-size: 0.85rem;
  }
  .intro_2022_con .intro_2022_list_box > ul > li {
    width: 33.3333%;
  }
  .intro_2022_con .intro_2022_list_box .done_box_wrap {
    display: none;
  }
 
}
@media screen and (max-width: 767px) {
  .intro_2022_con {
    font-size: 0.75rem;
  }
  .intro_2022_top{
    font-size: 2.086049vw;
  }
  .intro_2022_con .intro_2022_list_box > ul > li {
    width: 50%;
  }
  .intro_2022_con .intro_2022_bottom ul > li {
    width: 100%;
  }

}
/* @media screen and (max-width: 450px) {
  .intro_2022_con .intro_2022_list_box > ul > li {
    width: 100%;
  }
} */

@media screen and (max-width: 420px) {
  .intro_2022_con .intro_2022_list_box .intro_year + .intro_txt{
    font-size: 1.3em;
  }
}

.popupZone_new_mark {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity;
}
.popupZone_new_mark.on {
  visibility: visible;
  opacity: 1;
  display: block;
  pointer-events: auto;
}

#popupZone_new {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 102;
  background-color: #d5d8db;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
  font-size: 1rem;
  will-change: height, opacity;
  transition: height 0.3s, opacity 0.3s;
  box-sizing: border-box;
}
#popupZone_new.on {
  height: 27.5em;
}
#popupZone_new a, #popupZone_new select, #popupZone_new h1, #popupZone_new h2, #popupZone_new h3, #popupZone_new h4, #popupZone_new h5, #popupZone_new h6, #popupZone_new pre, #popupZone_new textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
#popupZone_new input[type=button],
#popupZone_new input[type=submit],
#popupZone_new button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
#popupZone_new input[type=button] > *,
#popupZone_new input[type=submit] > *,
#popupZone_new button > * {
  position: relative;
}
#popupZone_new * {
  box-sizing: border-box;
}
#popupZone_new .inner {
  position: relative;
  width: 100%;
  max-width: 105rem;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
#popupZone_new .swiper-button-prev, #popupZone_new .swiper-button-next {
  right: -5rem;
  margin: 0;
  width: 2.4375em;
  height: 4.6875em;
  margin-top: -2.375em;
  opacity: 0.3 !important;
  background: no-repeat center center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='75'%3E%3Cpath fill-rule='evenodd' fill='%23222222' d='m38.976 37.5-1.414 1.414L1.5 74.976l-.65-1.414L36.148 37.5.85 1.437 1.5.23l36.062 36.62 1.414.65Z'/%3E%3C/svg%3E");
}
#popupZone_new .swiper-button-prev::after, #popupZone_new .swiper-button-next::after {
  display: none;
}
#popupZone_new .swiper-button-prev {
  left: -5rem;
  transform: rotate(-180deg);
}
#popupZone_new .pz_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125em 0 1.25em;
}
#popupZone_new .pz_top h2 {
  font-size: 1.875em;
  font-weight: 700;
  color: #222;
}
#popupZone_new .pz_top .swiper-pagination {
  position: static;
  background-color: #c3c6c8;
  width: auto;
  padding: 0.3125em 1.25em;
  width: 5.5em;
  color: #8e8e8e;
  border-radius: 3.125em;
  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;
  margin-left: 0.625em;
}
#popupZone_new .pz_top .swiper-pagination > * {
  margin: 0 0.25em;
}
#popupZone_new .pz_top .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: #990014;
}
#popupZone_new .pz_slider {
  overflow: hidden;
}
#popupZone_new .pz_slider a {
  display: block;
  height: 13.375em;
  overflow: hidden;
  border-radius: 0.625em;
  padding: 1.875em;
  background: #fff;
  color: #555;
}
#popupZone_new .pz_slider a > span {
  display: block;
}
#popupZone_new .pz_slider a.color_1 .pz_tit {
  background-color: #a7ce4d;
}
#popupZone_new .pz_slider a.color_2 .pz_tit {
  background-color: #395f86;
}
#popupZone_new .pz_slider a.color_3 .pz_tit {
  background-color: #c5645d;
}
#popupZone_new .pz_slider a.color_4 .pz_tit {
  background-color: #4bc7bc;
}
#popupZone_new .pz_slider a.color_5 .pz_tit {
  background-color: #efbe3b;
}
#popupZone_new .pz_slider a.color_6 .pz_tit {
  background-color: #864b81;
}
#popupZone_new .pz_slider .pz_tit {
  width: 4.5em;
  display: block;
  font-size: 1.125em;
  text-align: center;
  padding: 0.2777777778em 0.5555555556em;
  border-radius: 3.8888888889em;
  margin-bottom: 1.1111111111em;
  background-color: #222;
  color: #fff;
  margin-left: -0.15em;
}
#popupZone_new .pz_slider .pz_year {
  display: block;
  overflow: hidden;
  height: 1.5em;
  color: #999;
}
#popupZone_new .pz_slider .pz_year + .pz_txt {
  margin-top: 0.2083333333em;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
#popupZone_new .pz_slider .pz_txt {
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5;
  word-break: break-all;
  font-size: 1.5em;
}
#popupZone_new .pz_slider .swiper {
  margin: -0.625em;
}
#popupZone_new .pz_slider .swiper-slide {
  padding: 0.625em;
}
#popupZone_new .pz_buttons {
  z-index: 1;
  position: absolute;
  top: 22.125em;
  right: 2.5em;
  margin: -0.375em;
}
#popupZone_new .pz_button {
  display: inline-block;
  padding: 0.625em 1.625em;
  vertical-align: middle;
  width: auto;
  color: #fff;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 5em;
  margin: 0.375em;
}
#popupZone_new .pz_button.evt_close_1day {
  background: #d5d8db;
  color: #666666;
  border: 1px solid #666666;
}
@media screen and (max-width: 1840px) {
  #popupZone_new .swiper-buttons {
    position: absolute;
    top: 21.875em;
    left: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.3125em;
  }
  #popupZone_new .swiper-button-prev, #popupZone_new .swiper-button-next {
    position: static;
    margin: 0;
    width: 2.5em;
    height: 2.5em;
    margin-top: 0;
    opacity: 1 !important;
    background-size: 30% auto;
    border: 1px solid #222;
    border-radius: 100%;
    margin: 0 0.3125em;
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12'%3E%3Cpath data-name='Polygon 1' d='m10 0 10 12H0z' fill='%23222'/%3E%3C/svg%3E");
  }
  #popupZone_new .swiper-button-prev {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 1216px) {
  #popupZone_new {
    font-size: 0.85rem;
  }
  #popupZone_new .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #popupZone_new .pz_buttons {
    right: 1.25rem;
  }
  #popupZone_new .swiper-buttons {
    left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #popupZone_new {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 420px) {
  #popupZone_new .pz_slider .pz_txt{
    font-size: 1.3em;
  }
}

/*상단*/
.sub_2022 #header_renew,
.topSearch_renew__open #header_renew,
.allMenu_renew__open #header_renew,
#header_renew.sub,
#header_renew._fixed,
#header_renew._hover {
  background-color: #fff;
  color: #222;
}
.sub_2022 #header_renew::before,
.topSearch_renew__open #header_renew::before,
.allMenu_renew__open #header_renew::before,
#header_renew.sub::before,
#header_renew._fixed::before,
#header_renew._hover::before {
  background-color: rgba(34, 34, 34, 0.15);
}
.sub_2022 #header_renew .logo .logo_tit,
.topSearch_renew__open #header_renew .logo .logo_tit,
.allMenu_renew__open #header_renew .logo .logo_tit,
#header_renew.sub .logo .logo_tit,
#header_renew._fixed .logo .logo_tit,
#header_renew._hover .logo .logo_tit {
  color: #0a003e;
}
.sub_2022 #header_renew .logo .logo_tit::before,
.topSearch_renew__open #header_renew .logo .logo_tit::before,
.allMenu_renew__open #header_renew .logo .logo_tit::before,
#header_renew.sub .logo .logo_tit::before,
#header_renew._fixed .logo .logo_tit::before,
#header_renew._hover .logo .logo_tit::before {
  background-color: #0a003e;
}
.sub_2022 #header_renew .logo svg .color_1,
.topSearch_renew__open #header_renew .logo svg .color_1,
.allMenu_renew__open #header_renew .logo svg .color_1,
#header_renew.sub .logo svg .color_1,
#header_renew._fixed .logo svg .color_1,
#header_renew._hover .logo svg .color_1 {
  fill: #990014;
}
.sub_2022 #header_renew .logo svg .color_2,
.topSearch_renew__open #header_renew .logo svg .color_2,
.allMenu_renew__open #header_renew .logo svg .color_2,
#header_renew.sub .logo svg .color_2,
#header_renew._fixed .logo svg .color_2,
#header_renew._hover .logo svg .color_2 {
  fill: #0a003e;
}
.sub_2022 #header_renew .haeder_buttons .allMenu_button,
.topSearch_renew__open #header_renew .haeder_buttons .allMenu_button,
.allMenu_renew__open #header_renew .haeder_buttons .allMenu_button,
#header_renew.sub .haeder_buttons .allMenu_button,
#header_renew._fixed .haeder_buttons .allMenu_button,
#header_renew._hover .haeder_buttons .allMenu_button {
  border-left: 1px solid rgba(34, 34, 34, 0.15);
}
.sub_2022 #header_renew .haeder_buttons .allMenu_button .line,
.topSearch_renew__open #header_renew .haeder_buttons .allMenu_button .line,
.allMenu_renew__open #header_renew .haeder_buttons .allMenu_button .line,
#header_renew.sub .haeder_buttons .allMenu_button .line,
#header_renew._fixed .haeder_buttons .allMenu_button .line,
#header_renew._hover .haeder_buttons .allMenu_button .line {
  fill: #222;
}
.sub_2022 #header_renew .haeder_buttons .popup_button,
.topSearch_renew__open #header_renew .haeder_buttons .popup_button,
.allMenu_renew__open #header_renew .haeder_buttons .popup_button,
#header_renew.sub .haeder_buttons .popup_button,
#header_renew._fixed .haeder_buttons .popup_button,
#header_renew._hover .haeder_buttons .popup_button {
  width: 4.6875em;
  height: 6.875em;
  text-align: center;
}
.sub_2022 #header_renew .haeder_buttons .popup_button .bell_box,
.topSearch_renew__open #header_renew .haeder_buttons .popup_button .bell_box,
.allMenu_renew__open #header_renew .haeder_buttons .popup_button .bell_box,
#header_renew.sub .haeder_buttons .popup_button .bell_box,
#header_renew._fixed .haeder_buttons .popup_button .bell_box,
#header_renew._hover .haeder_buttons .popup_button .bell_box {
  border: 1px solid #990014;
}
.sub_2022 #header_renew .haeder_buttons .popup_button .bell_box > svg,
.topSearch_renew__open #header_renew .haeder_buttons .popup_button .bell_box > svg,
.allMenu_renew__open #header_renew .haeder_buttons .popup_button .bell_box > svg,
#header_renew.sub .haeder_buttons .popup_button .bell_box > svg,
#header_renew._fixed .haeder_buttons .popup_button .bell_box > svg,
#header_renew._hover .haeder_buttons .popup_button .bell_box > svg {
  width: 100%;
}
.sub_2022 #header_renew .haeder_buttons .top_search_buttton .top_search_icon,
.topSearch_renew__open #header_renew .haeder_buttons .top_search_buttton .top_search_icon,
.allMenu_renew__open #header_renew .haeder_buttons .top_search_buttton .top_search_icon,
#header_renew.sub .haeder_buttons .top_search_buttton .top_search_icon,
#header_renew._fixed .haeder_buttons .top_search_buttton .top_search_icon,
#header_renew._hover .haeder_buttons .top_search_buttton .top_search_icon {
  fill: #222;
}

#header_renew {
  /* .depth_{
  	&2{
  		top:em($header-h);
  		position: fixed;
  		left: 0;
  		width: 100%;
  		background-color: #fff;
  		height: em(200);
  		display: none;
  		overflow: hidden;
  		.depth_2_inner{
  			width: 100%;
  			max-width: rem(1930);
  			margin: 0 auto;
  			position: relative;
  			@include flex-box;
  			@include align-items(stretch);
  			&::before{
  				content: '';
  				display: block;
  				position: absolute;
  				top:0;
  				right:100%;
  				width: 2000px;
  				height: 100%;
  				background-color: map-get($colors, 1);
  			}
  		}
  		h2{
  			flex: 0 1 auto;
  			min-width: percent(365,1920);
  			width: auto;
  			max-width: rem(365);
  			padding-top: rem(35);
  			padding-right: percent(96, 1920);
  			height: 100%;
  			text-align: right;
  			color: #fff;
  			font-size: em(30);
  			font-weight: 700;
  			position: relative;
  			&::before{
  				content: '';
  				display: block;
  				position: absolute;
  				top:em(55, 30);
  				right:0;
  				width: em(70, 30);
  				height: em(3, 30);
  				background-color: #fff;
  			}
  			background: map-get($colors, 1) url('/adms5/images/renew_2022/menu_bg2.png') no-repeat right bottom/auto em(200, 30);

  		}
  		.depth_2_inner > ul{
  			flex: 0 1 auto;
  			padding: rem(40) em(50);
  			@include flex-box;
  			@include flex-direction(row);
  			@include flex-wrap(wrap);
  			> li{
  				margin: 0 em(30);
  				> a{
  					font-size: em(18);
  					color: #666;
  					&:hover{
  						color: map-get($colors, 1);
  						font-weight: 700;
  					}
  				}
  			}
  		}
  	}
  } */
}
#header_renew {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.875em;
  z-index: 100;
  color: #fff;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
  font-size: 1rem;
  box-sizing: border-box;
}
#header_renew::before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  top: 6.875em;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
#header_renew a, #header_renew select, #header_renew h1, #header_renew h2, #header_renew h3, #header_renew h4, #header_renew h5, #header_renew h6, #header_renew pre, #header_renew textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
#header_renew input[type=button],
#header_renew input[type=submit],
#header_renew button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
#header_renew input[type=button] > *,
#header_renew input[type=submit] > *,
#header_renew button > * {
  position: relative;
}
#header_renew * {
  box-sizing: border-box;
}
#header_renew *:before, #header_renew *:after {
  box-sizing: border-box;
}
#header_renew .inner {
  position: relative;
  margin: 0 2.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header_renew .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.25em;
}
#header_renew .logo a {
  display: block;
  width: 17.5em;
  height: 5em;
  overflow: hidden;
}
#header_renew .logo .logo_tit {
  position: absolute;
  font-size: 1.25em;
  font-weight: bold;
  left: 11em;
  top: 1.6em;
  display: block;
  white-space: nowrap;
}
#header_renew .logo .logo_tit::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.1em;
  background-color: #fff;
  height: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5em;
}
#header_renew .logo svg {
  width: 12.5em;
  height: 5em;
}
#header_renew .logo svg path {
  fill: #fff;
}
#header_renew .haeder_buttons {
  position: absolute;
  top: 0;
  right: -2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header_renew .haeder_buttons .popup_button {
  width: 4.6875em;
  height: 6.875em;
  text-align: center;
}
#header_renew .haeder_buttons .popup_button .bell_box {
  margin: 0 auto;
  position: relative;
  width: 3.125em;
  height: 3.125em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header_renew .haeder_buttons .popup_button .bell_box svg {
  width: 100%;
}
#header_renew .haeder_buttons .popup_button .bell_box .__bell {
  fill: #990014;
}
#header_renew .haeder_buttons .popup_button .bell_box > span {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -0.9375em;
  min-width: 1.25em;
  height: 1.25em;
  border-radius: 3.125em;
  background-color: #990014;
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header_renew .haeder_buttons .top_search_buttton {
  width: 3.75em;
  height: 6.875em;
  margin-left: 0.3125em;
  text-align: center;
}
#header_renew .haeder_buttons .top_search_buttton svg {
  max-width: 3em;
}
#header_renew .haeder_buttons .top_search_buttton .top_search_icon {
  fill: #fff;
}
#header_renew .haeder_buttons .allMenu_button {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 0.9375em;
  height: 6.875em;
  width: 6.875em;
  text-align: center;
}
.allMenu_renew__open #header_renew .haeder_buttons .allMenu_button svg {
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath transform='rotate(45 -4.556 17.329)' style='fill:%23222' d='M0 0h40v3H0z' /%3E%3Cpath transform='rotate(135 17.444 13.329)' style='fill:%23222' d='M0 0h40v3H0z' /%3E%3C/g%3E%3C/svg%3E");
}
.allMenu_renew__open #header_renew .haeder_buttons .allMenu_button svg > * {
  visibility: hidden;
}

#header_renew .haeder_buttons .allMenu_button svg {
  position: relative;
  width: 3em;
  height: 3em;
}
#header_renew .haeder_buttons .allMenu_button svg .line {
  fill: #fff;
}
@media screen and (max-width: 1600px) {
  #header_renew {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1216px) {
  #header_renew .inner {
    margin: 0 1.25rem;
  }
  #header_renew .haeder_buttons {
    right: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #header_renew {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 450px) {
  #header_renew .logo a {
    width: 14em;
    height: 4em;
  }
  #header_renew .logo .logo_tit {
    font-size: 1em;
  }
  #header_renew .logo svg {
    width: 10em;
    height: 4em;
  }
  #header_renew .haeder_buttons .popup_button {
    width: 3.75em;
  }
  #header_renew .haeder_buttons .top_search_buttton {
    width: 3em;
  }
}
#header_renew .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  margin-left: 2.5em;
}
.allMenu_renew__open #header_renew .gnb {
  display: none;
}

#header_renew .gnb > li {
  margin: 0 1.875em;
  position: relative;
}
#header_renew .gnb > li > a {
  font-size: 1.25em;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#header_renew .gnb > li > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  background-color: #990014;
  transition: width 0.3s;
  will-change: width;
}
#header_renew .gnb > li._hover a::before {
  width: 100%;
}
#header_renew .gnb > li > ul {
  min-width: 11.5rem;
  top: 100%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
  display: none;
  overflow: hidden;
  text-align: center;
  padding: 2.1875em 0.25em 2.5em;
  color: #555;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.05);
}
#header_renew .gnb > li > ul > li {
  margin-top: 0.625em;
}
#header_renew .gnb > li > ul > li > a {
  font-size: 1.125em;
}
#header_renew .gnb > li > ul > li > a:hover {
  color: #990014;
  font-weight: 700;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 1700px) {
  #header_renew .gnb {
    margin-left: 4em;
  }
  #header_renew .gnb > li {
    margin: 0 1.1458333333vw;
  }
}
@media screen and (max-width: 1360px) {
  #header_renew .gnb > li {
    margin: 0 0.78125vw;
  }
}
@media screen and (max-width: 1216px) {
  #header_renew .gnb {
    display: none;
  }
}

#allMenu_renew a, #allMenu_renew select, #allMenu_renew h1, #allMenu_renew h2, #allMenu_renew h3, #allMenu_renew h4, #allMenu_renew h5, #allMenu_renew h6, #allMenu_renew pre, #allMenu_renew textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
#allMenu_renew input[type=button],
#allMenu_renew input[type=submit],
#allMenu_renew button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
#allMenu_renew input[type=button] > *,
#allMenu_renew input[type=submit] > *,
#allMenu_renew button > * {
  position: relative;
}
#allMenu_renew * {
  box-sizing: border-box;
}
#allMenu_renew *:before, #allMenu_renew *:after {
  box-sizing: border-box;
}
#allMenu_renew {
  position: fixed;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
  font-size: 1rem;
  word-break: break-all;
}
#allMenu_renew .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1217px), print {
  #allMenu_renew {
    top: 6.875em;
    left: 0;
    width: 100%;
    height: 0;
    background: url("/adms5/images/renew_2022/menu_bg.png") no-repeat right bottom/24.9375em 34.375em;
    background-color: #001444;
    will-change: height, opacity;
    transition: height 0.5s, opacity 0.3s;
    overflow: hidden;
    opacity: 0;
    z-index: 101;
  }
  .allMenu_renew__open #allMenu_renew {
    opacity: 1;
    height: calc(100% - 6.875em);
    min-height: 18.75rem;
    max-height: 45.625rem;
  }

  #allMenu_renew .inner > ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a5b3d5;
  }
  #allMenu_renew .inner > ul > li {
    position: relative;
    z-index: 0;
    flex: 1 1 100%;
    width: 100%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 6.875%;
  }
  #allMenu_renew .inner > ul > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  #allMenu_renew .inner > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(to bottom, rgba(0, 20, 68, 0), #16347e);
  }
  #allMenu_renew .inner > ul > li:hover::before {
    opacity: 1;
  }
  #allMenu_renew .inner > ul > li > a {
    display: block;
    letter-spacing: -0.05em;
    font-size: 1.5em;
    color: #fff;
    position: relative;
    padding-left: 0.8333333333em;
    padding-right: 0.4166666667em;
  }
  #allMenu_renew .inner > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3125rem;
    height: 100%;
    background: #990014;
  }
  #allMenu_renew .inner > ul > li > ul {
    margin-top: 2.5em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  #allMenu_renew .inner > ul > li > ul > li {
    word-break: keep-all;
    padding: 0.625em 0;
  }
  #allMenu_renew .inner > ul > li > ul > li > a {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1600px) {
  #allMenu_renew {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1216px) {
  #allMenu_renew {
    top: 6.875em;
    right: 0;
    width: 100%;
    height: calc(100% - 6.875em);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .allMenu_renew__open #allMenu_renew {
    opacity: 1;
    pointer-events: auto;
  }
  .allMenu_renew__open #allMenu_renew .inner {
    transform: translateX(0%);
    width: 100%;
    overflow-y: auto;
  }

  #allMenu_renew .inner {
    margin-left: auto;
    height: 100%;
    margin-right: 0;
    max-width: 37.5rem;
    background-color: #fff;
    width: 0;
    will-change: width;
    transition: width 0.5s;
    overflow: hidden;
    transform: translateX(10%);
    border-top: 1px solid #ddd;
  }
  #allMenu_renew .inner > ul a {
    display: block;
    position: relative;
    word-break: break-all;
    color: #222;
  }
  #allMenu_renew .inner > ul a.no_link {
    padding-right: 2.5em;
  }
  #allMenu_renew .inner > ul a.no_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center center;
    right: 1.875em;
    font-size: 0.6666666667em;
    width: 1.375em;
    height: 1.375em;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23999'/%3E%3C/g%3E%3C/svg%3E%0A");
    transition: transform 0.3s ease-out;
  }
  #allMenu_renew .inner > ul a.on.no_link {
    background-color: #990014;
    color: #fff;
  }
  #allMenu_renew .inner > ul a.on.no_link:after {
    transform: translateY(-50%) rotate(-90deg);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg data-name='Group 19'%3E%3Cpath data-name='Path 27' d='M0 0h16v16H0z' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Group 20'%3E%3Cpath data-name='Path 28' d='m6.23 14.151 1.181 1.18 6.673-6.665L7.411 2 6.23 3.18l5.492 5.486z' transform='translate(-2.081 -.665)' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  #allMenu_renew .inner > ul > li {
    border-bottom: 1px solid #ddd;
  }
  #allMenu_renew .inner > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 0.8333333333em 1.25rem;
    font-size: 1.5em;
    font-weight: 700;
    position: relative;
  }
  #allMenu_renew .inner > ul > li > ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s;
    will-change: max-height;
    background-color: #f5f5f5;
  }
  #allMenu_renew .inner > ul > li > ul.on {
    transition: max-height 0.5s;
    max-height: 600px;
    border-top: 1px solid #ddd;
  }
  #allMenu_renew .inner > ul > li > ul > li:first-child {
    margin-top: 0.625em;
  }
  #allMenu_renew .inner > ul > li > ul > li:last-child {
    margin-bottom: 0.625em;
  }
  #allMenu_renew .inner > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 0.5em 1.25rem;
    font-size: 1.25em;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #allMenu_renew {
    font-size: 0.7rem;
  }
  #allMenu_renew .inner {
    max-width: 100%;
  }
}

.topSearch_renew a, .topSearch_renew select, .topSearch_renew h1, .topSearch_renew h2, .topSearch_renew h3, .topSearch_renew h4, .topSearch_renew h5, .topSearch_renew h6, .topSearch_renew pre, .topSearch_renew textarea, .topSearch_renew input {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
.topSearch_renew input[type=button],
.topSearch_renew input[type=submit],
.topSearch_renew button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
.topSearch_renew input[type=button] > *,
.topSearch_renew input[type=submit] > *,
.topSearch_renew button > * {
  position: relative;
}
.topSearch_renew * {
  box-sizing: border-box;
}
.topSearch_renew *:before, .topSearch_renew *:after {
  box-sizing: border-box;
}
.topSearch_renew {
  position: fixed;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
  font-size: 1rem;
  word-break: break-all;
  top: 6.875em;
  height: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  will-change: height, opacity;
  z-index: 100;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.topSearch_renew__open .topSearch_renew {
  transition: height 0.3s, opacity 0.3s;
  height: 15.875em;
}

.topSearch_renew .inner {
  position: relative;
  background-color: #454951;
  padding: 2.5em 2.5rem 3.75em;
  margin-bottom: 3em;
}
.topSearch_renew h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.topSearch_renew h2 span {
  color: rgba(255, 255, 255, 0.85);
}
.topSearch_renew .search_box {
  position: relative;
  width: 100%;
  max-width: 37.5em;
  margin: 0.625em auto 0;
  background-color: #fff;
  height: 3.75em;
  overflow: hidden;
  border-radius: 6.25em;
  padding: 0 2em;
}
.topSearch_renew input {
  position: absolute;
  top: 0;
  left: 2em;
  right: 3em;
  border: 0;
  width: auto;
  height: 100%;
  background-color: transparent;
  font-size: 1.25em;
  outline: 0;
  color: #222;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.topSearch_renew .topSearch_renew_button {
  position: absolute;
  top: 0;
  right: 1.25em;
  width: 3em;
  height: 100%;
}
.topSearch_renew .topSearch_renew_button > * {
  position: relative;
}
.topSearch_renew .topSearch_renew_button path {
  fill: #111;
}
.topSearch_renew .topSearch_renew_close {
  display: block;
  position: absolute;
  bottom: -3em;
  right: 0;
  width: auto;
  padding: 0 1.25em;
  height: 3em;
  background-color: #111;
}
.topSearch_renew .topSearch_renew_close > * {
  position: relative;
}
@media screen and (max-width: 1600px) {
  .topSearch_renew {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  .topSearch_renew {
    font-size: 0.7rem;
  }
}

/*메인 컨텐츠*/
#con_renew {
  position: relative;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
  box-sizing: border-box;
}
#con_renew * {
  box-sizing: border-box;
}
#con_renew *:before, #con_renew *:after {
  box-sizing: border-box;
}
#con_renew a {
  font-size: 1em;
}
#con_renew a, #con_renew select, #con_renew h1, #con_renew h2, #con_renew h3, #con_renew h4, #con_renew h5, #con_renew h6, #con_renew pre, #con_renew textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}
#con_renew input[type=button],
#con_renew input[type=submit],
#con_renew button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
#con_renew input[type=button] > *,
#con_renew input[type=submit] > *,
#con_renew button > * {
  position: relative;
}
#con_renew .tc_1 {
  color: #990014;
}
#con_renew .tc_2 {
  color: #001444;
}
#con_renew .tc_3 {
  color: #089978;
}
#con_renew .tc_4 {
  color: #b75413;
}
#con_renew .tc_5 {
  color: #0f6e99;
}
#con_renew .inner {
  width: 100%;
  max-width: 100rem;
  max-width: 105rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
#con_renew .con_tit_box {
  text-align: center;
}
#con_renew .con_tit {
  font-weight: 300;
  line-height: 1.25;
  font-size: 3.125rem;
  color: #222222;
}
#con_renew .con_tit_sub {
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 0.7692307692em;
  color: #999999;
}
#con_renew .con_tit b {
  font-weight: 700;
}
@media screen and (max-width: 1216px) {
  #con_renew .con_tit {
    font-size: 2.34375rem;
  }
  #con_renew .con_tit_sub {
    font-size: 1.21875rem;
  }
  #con_renew .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .con_tit {
    font-size: 1.875rem;
  }
  #con_renew .con_tit_sub {
    font-size: 0.975rem;
  }
}

#con_renew .visual {
  position: relative;
  min-height: 25rem;
  height: 80vh;
  height: calc(var(--vh, 1vh) * 80);
  max-height: 52.5rem;
  background-color: #222;
  width: 100%;
  font-size: 1rem;
}
#con_renew .visual .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#con_renew .visual .swiper-continer, #con_renew .visual .swiper-wrapper {
  height: 100%;
}
#con_renew .visual .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: no-repeat center center/cover;
}
#con_renew .visual .swiper-slide a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#con_renew .visual .swiper-pagination {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 2rem;
  left: 0;
  z-index: 11;
  height: 5px;
  /* background-color: #e5e5e5; */
}
#con_renew .visual .swiper-pagination-progressbar-fill {
  background-color: #990014;
}
#con_renew .visual .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
#con_renew .visual .swiper-pagination-bullet-active {
  background-color: #990014 !important;
}
#con_renew .visual .swiper-pagination2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: auto;
  bottom: 4.5em;
  left: 0;
  z-index: 11;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#con_renew .visual .swiper-pagination2 .v_current, #con_renew .visual .swiper-pagination2 .v_total {
  font-weight: 700;
  font-size: 1.25em;
}
#con_renew .visual .swiper-pagination2 .v_progress {
  position: relative;
  margin: 0 0.9375em;
  width: 10em;
  height: 0.125em;
  background-color: rgba(255, 255, 255, 0.5);
}
#con_renew .visual .swiper-pagination2 .v_progress_bar {
  background-color: #990014;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  will-change: width;
}
#con_renew .visual .swiper-pagination2 .v_progress_bar.active {
  /* width: 100%; */
}
#con_renew .visual .swiper-button-prev, #con_renew .visual .swiper-button-next {
  opacity: 1 !important;
  right: 2.5rem;
  margin: 0;
  width: 2.4375em;
  height: 4.6875em;
  transform: translateY(-50%);
  background: no-repeat center center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='75'%3E%3Cpath fill-rule='evenodd' fill='%23F6F8FB' d='m38.976 37.5-1.414 1.414L1.5 74.976l-.65-1.414L36.148 37.5.85 1.437 1.5.23l36.062 36.62 1.414.65Z'/%3E%3C/svg%3E");
}
#con_renew .visual .swiper-button-prev.swiper-button-disabled, #con_renew .visual .swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
#con_renew .visual .swiper-button-prev::after, #con_renew .visual .swiper-button-next::after {
  display: none;
}
#con_renew .visual .swiper-button-prev {
  left: 2.5rem;
  transform: translateY(-50%) rotate(-180deg);
}
#con_renew .visual_button_box {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 65rem;
  pointer-events: none;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#con_renew .visual_button {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}
#con_renew .visual_button::before {
  content: "";
  display: block;
  z-index: -1;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  will-change: height;
  transition: height 0.2s;
}
#con_renew .visual_button._hover::before {
  height: 100%;
}
#con_renew .visual_button.color_1:before {
  background-image: linear-gradient(0deg, rgba(212, 0, 28, 0.65) 0%, rgba(212, 0, 28, 0) 100%);
}
#con_renew .visual_button.color_2:before {
  background-image: linear-gradient(0deg, rgba(0, 26, 87, 0.65) 0%, rgba(0, 26, 87, 0) 100%);
}
#con_renew .visual_button.color_3:before {
  background-image: linear-gradient(0deg, rgba(3, 167, 129, 0.65) 0%, rgba(3, 167, 129, 0) 100%);
}
#con_renew .visual_button.color_4:before {
  background-image: linear-gradient(0deg, rgba(153, 56, 0, 0.65) 0%, rgba(153, 56, 0, 0) 100%);
}
#con_renew .visual_button_text {
  width: 100%;
  text-align: center;
  color: #fff;
  pointer-events: auto;
  padding: 1.875em 0 3.125em;
}
#con_renew .visual_button_text > * {
  display: block;
}
#con_renew .visual_button_text strong {
  font-size: 1.5em;
  font-weight: normal;
}
#con_renew .visual_button_text a {
  overflow: hidden;
  padding-top: 1em;
  font-size: 1.25em;
  height: 0;
  opacity: 0;
  position: relative;
  width: height, opacity;
  transition: height 0.2s, opacity 0.3s;
}
#con_renew .visual_button_text a::after {
  content: "";
  display: inline-block;
  margin-top: -0.4em;
  margin-left: 0.5em;
  vertical-align: middle;
  width: 1.05em;
  height: 0.5em;
  background: no-repeat center center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E");
}
#con_renew .visual_button_text a:hover::after {
  -webkit-animation: mover 0.3s infinite alternate;
  animation: mover 0.3s infinite alternate;
}
#con_renew .visual_button_text a.none {
  cursor: default;
}
#con_renew .visual_button_text a.none::after {
  display: none !important;
}
#con_renew .visual_button._hover strong {
  margin-bottom: 1.25em;
}
#con_renew .visual_button._hover a {
  opacity: 1;
  height: 2.25em;
  transition-delay: 0s, 0.05s;
}

#con_renew .visual_text {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#con_renew .visual_text_inner {
  width: 100%;
  max-width: 74.375em;
  padding: 0 4.6875em;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  visibility: hidden;
  text-shadow: 0 0 0.65em rgba(0, 0, 0, 30%);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateX(-50%) translateY(-30%) ;
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s;
}
#con_renew .visual_text_inner.on{
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
#con_renew .visual_text_inner h2 {
  font-size: 5em;
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
}
#con_renew .visual_text_inner h2 b {
  font-weight: 700;
}
#con_renew .visual_text_inner p {
  font-weight: 700;
  margin-top: 0.25em;
  font-size: 2.5em;
}
@media screen and (max-width: 1216px) {
  #con_renew .visual {
    font-size: 0.85rem;
    min-height: auto;
    max-height: none;
    height: auto;
    background-color: #fff;
  }
  #con_renew .visual .swiper {
    position: relative;
    height: 77.77777778vh;
    min-height: 25rem;
    max-height: 52.5rem;
  }
  #con_renew .visual_text {
    position: absolute;
    height: 77.77777778vh;
    min-height: 25rem;
    max-height: 52.5rem;
  }
  #con_renew .visual_button_box {
    position: relative;
    left: 0;
    width: auto;
    max-width: none;
    transform: none;
    padding: 1.25em 0.9375rem;
    background-color: #eee;
  }
  #con_renew .visual_button {
    margin: 0.3125rem;
  }
  #con_renew .visual_button::before {
    display: none;
  }
  #con_renew .visual_button.color_0 .visual_button_text {
    color: #990014;
  }
  #con_renew .visual_button.color_0 .visual_button_text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23990014' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E");
  }
  #con_renew .visual_button.color_0 .visual_button_text:hover {
    background-color: #990014;
  }
  #con_renew .visual_button.color_1 .visual_button_text {
    color: #001444;
  }
  #con_renew .visual_button.color_1 .visual_button_text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23001444' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E");
  }
  #con_renew .visual_button.color_1 .visual_button_text:hover {
    background-color: #001444;
  }
  #con_renew .visual_button.color_2 .visual_button_text {
    color: #089978;
  }
  #con_renew .visual_button.color_2 .visual_button_text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23089978' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E");
  }
  #con_renew .visual_button.color_2 .visual_button_text:hover {
    background-color: #089978;
  }
  #con_renew .visual_button.color_3 .visual_button_text {
    color: #b75413;
  }
  #con_renew .visual_button.color_3 .visual_button_text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23b75413' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E");
  }
  #con_renew .visual_button.color_3 .visual_button_text:hover {
    background-color: #b75413;
  }
  #con_renew .visual_button.color_4 .visual_button_text {
    color: #0f6e99;
  }
  #con_renew .visual_button.color_4 .visual_button_text::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%230f6e99' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E");
  }
  #con_renew .visual_button.color_4 .visual_button_text:hover {
    background-color: #0f6e99;
  }
  #con_renew .visual_button_text {
    padding: 1.875em 1.25em;
    height: 9.375em;
    overflow: hidden;
    z-index: 0;
    position: relative;
    border-radius: 0;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: left;
    border-radius: 0.3125em;
  }
  #con_renew .visual_button_text:hover::after {
    -webkit-animation: mover 0.3s infinite alternate;
    animation: mover 0.3s infinite alternate;
  }
  #con_renew .visual_button_text::after {
    content: "";
    position: absolute;
    right: 1.5em;
    margin-top: -0.5em;
    display: block;
    width: 1.3125em;
    height: 0.625em;
    background: no-repeat center center/contain;
  }
  #con_renew .visual_button_text:hover {
    color: #fff !important;
  }
  #con_renew .visual_button_text:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='m20.499 5-.649 1.414-4.3 3.535-1.414-1.414L16.671 6H0V3.999h16.671l-2.535-2.535L15.55.5l4.3 3.085L20.499 5Z'/%3E%3C/svg%3E") !important;
  }
  #con_renew .visual_button_text a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0);
    display: none;
    white-space: nowrap;
  }
  #con_renew .visual_button_text a::after {
    display: none;
  }
  #con_renew .visual_button_text strong {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.25;
  }
  #con_renew .visual_button_text strong::after {
    content: "\a바로가기";
    white-space: pre;
  }
  #con_renew .visual_button_text strong + a {
    z-index: 1;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .visual {
    font-size: 0.7rem;
  }
  #con_renew .visual .swiper-button-prev, #con_renew .visual .swiper-button-next {
    right: 1.25rem;
    width: 1.5625em;
  }
  #con_renew .visual .swiper-button-prev.swiper-button-disabled, #con_renew .visual .swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
  }
  #con_renew .visual .swiper-button-prev {
    left: 1.25rem;
  }
  #con_renew .visual_button_box {
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
  #con_renew .visual_button {
    width: 35%;
  }
  #con_renew .visual_text {
    font-size: 0.5rem;
  }
}

#con_renew .news {
  overflow: hidden;
  padding-top: 5em;
  padding-bottom: 5.25em;
  font-size: 1rem;
  background: url("/adms5/images/renew_2022/bg_object.png") no-repeat left top/25.75em 18.125em;
}
#con_renew .news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-top: 5em;
}
#con_renew .news_youtube {
  width: 36%;
  margin-right: 1.125%;
}
#con_renew .news_youtube_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.5625em;
  background: #333 no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#con_renew .news_youtube_img_text {
  width: 100%;
  text-align: center;
  padding: 5em 0;
}
#con_renew .news_youtube_img_text img {
  width: 31.4338235294%;
  max-width: 10.6875rem;
}
#con_renew .news_youtube_img_text span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
}
#con_renew .news_youtube_img_text span::after {
  content: "";
  margin-left: 0.1666666667em;
  width: 0.6666666667em;
  height: 0.6666666667em;
  display: block;
  background: url("/adms5/images/renew_2022/arrow_ss.png") no-repeat center/contain;
}
#con_renew .news_list_box {
  width: 59%;
  margin-left: 3%;
  position: relative;
}
#con_renew .news_list_tab {
  flex: 0 1 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #b4b4b4;
  position: relative;
}
#con_renew .news_list_tab::before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  top: 0;
  right: 0;
  width: 7.25em;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 20%, white 100%);
}
#con_renew .news_list_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding-right: 7em;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  border-bottom: 0;
  cursor: all-scroll;
  position: relative;
}
#con_renew .news_list_tab ul::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}
#con_renew .news_list_tab ul li:not(:last-child) {
  margin-right: 5.9523809524%;
}
#con_renew .news_list_tab ul li.on a {
  color: #222;
  font-weight: 700;
}
#con_renew .news_list_tab ul li.on a:before {
  opacity: 1;
}
#con_renew .news_list_tab ul a {
  display: block;
  position: relative;
  font-size: 1.5em;
  padding-bottom: 0.8333333333em;
  line-height: 1;
  color: #999999;
  white-space: nowrap;
}
#con_renew .news_list_tab ul a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2083333333em;
  background-color: #222;
  opacity: 0;
}
#con_renew .news_list_link {
  position: absolute;
  z-index: 2;
  top:0.5em;
  right: 0;
  display: block;
  margin-left: auto;
  display: block;
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.6666666667em;
  margin-bottom: 0.7777777778em;
  color: #111;
}
#con_renew .news_list_link::after {
  content: "";
  display: block;
  font-size: 0.8888888889em;
  width: 1.625em;
  height: 1.625em;
  margin-left: 0.625em;
  background: url("/adms5/images/renew_2022/plus_icon.svg") no-repeat center/contain;
}
#con_renew .news_list {
  display: none;
  overflow: hidden;
  width: 100%;
}
#con_renew .news_list > ul {
  width: auto;
  margin: 0 -2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
}
#con_renew .news_list > ul > li {
  position: relative;
  flex: 1 1 auto;
  width: 50%;
  height: 8.75em;
  padding: 1.25em 2.5em;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#con_renew .news_list > ul > li:first-child {
  margin-top: 0;
}
#con_renew .news_list > ul > li > a {
  width: 100%;
}
#con_renew .news_list > ul > li::before {
  content: "";
  display: block;
  width: 1px;
  top: 1.25em;
  bottom: 1.25em;
  left: 0;
  position: absolute;
  background-color: #ddd;
}
#con_renew .news_list > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1em;
}
#con_renew .news_list .news_mark {
  flex: 0 1 auto;
  width: 4.5em;
  height: 2em;
  padding: 0.625em 0.3125em;
  border-radius: 3.75em;
  line-height: 1;
  background-color: #222;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#con_renew .news_list .news_mark.color_1 {
  background-color: #a7ce4d;
}
#con_renew .news_list .news_mark.color_2 {
  background-color: #395f86;
}
#con_renew .news_list .news_mark.color_3 {
  background-color: #c5645d;
}
#con_renew .news_list .news_mark.color_4 {
  background-color: #4bc7bc;
}
#con_renew .news_list .news_mark.color_5 {
  background-color: #efbe3b;
}
#con_renew .news_list .news_mark.color_6 {
  background-color: #864b81;
}


#con_renew .news_list a:hover .news_mark.color_1 ~ .news_text .news_tit {
  color: #a7ce4d;
}
#con_renew .news_list a:hover .news_mark.color_2 ~ .news_text .news_tit {
  color: #395f86;
}
#con_renew .news_list a:hover .news_mark.color_3 ~ .news_text .news_tit {
  color: #c5645d;
}
#con_renew .news_list a:hover .news_mark.color_4 ~ .news_text .news_tit {
  color: #4bc7bc;
}
#con_renew .news_list a:hover .news_mark.color_5 ~ .news_text .news_tit {
  color: #efbe3b;
}
#con_renew .news_list a:hover .news_mark.color_6 ~ .news_text .news_tit {
  color: #864b81;
}

#con_renew .news_list .news_text {
  flex: 0 1 auto;
  margin: 0 auto;
  width: calc(100% - 5.75em);
}
#con_renew .news_list .news_new {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2em;
  height: 2em;
  padding: 0 0.2em;
  line-height: 2em;
  border-radius: 2em;
  background-color: #990014;
  color: #fff;
  font-size: 1em;
  margin: -0.4em -0.4em;
  font-weight: 400;
  transform: scale(0.5);
}
#con_renew .news_list .news_tit {
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 1.25em;
  height: auto;
  max-height: 2.5em;
  line-height: 1.25;
  word-break: break-all;
  margin-top: 0.0909090909em;
  font-size: 1.375em;
  color: #222222;
  font-family: "Pretendard", sans-serif;
}
#con_renew .news_list .news_date {
  margin-top: 0.625em;
  display: block;
  color: #999;
}
#con_renew .news_list .news_noData {
  width: 100%;
  height: 15.625em;
  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-size: 1.5em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1216px) {
  #con_renew .news {
    font-size: 0.85rem;
    padding-bottom: 7.25em;
    background-position: center top;
  }
  #con_renew .news .inner {
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
    padding-top: 2.5em;
  }
  #con_renew .news_youtube {
    width: 100%;
    margin: 0 auto 5em;
    max-width: 50rem;
    max-height: 29.125rem;
    position: relative;
  }
  #con_renew .news_youtube::before{
    content: '';
    display: block;
    padding-top: 80.9027%;
  }
  #con_renew .news_youtube .news_youtube_img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
  }
  #con_renew .news_list_box {
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  #con_renew .news_list_tab::before {
    display: none;
  }
  #con_renew .news_list_tab ul {
    padding-right: 0;
  }
  #con_renew .news_list_link {
    top:auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    bottom: -3em;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .news {
    font-size: 0.7rem;
  }
  #con_renew .news_list_tab .news_list_link {
    margin-top: -0.4444444444em;
  }
}
@media screen and (max-width: 601px) {
  #con_renew .news_list > ul > li {
    width: 100%;
    height: auto;
  }
}

#con_renew .news2 {
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
}
#con_renew .news2 a {
  font-size: 1em;
}
#con_renew .news2 .con_tit_box {
  text-align: left;
  margin-bottom: 2.5em;
}
#con_renew .news2 .con_tit_box .con_tit {
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  font-size: 2.5em;
}
#con_renew .news2 .con_tit_box .con_tit_sub {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.45em;
}
#con_renew .news2 .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
}
#con_renew .news2 .inner .col_1, #con_renew .news2 .inner .col_2 {
  padding: 3.5625em 0 5.375em;
  position: relative;
  z-index: 0;
}
#con_renew .news2 .inner .col_1::before, #con_renew .news2 .inner .col_2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#con_renew .news2 .inner .col_1 {
  width: 60%;
  padding-right: 2.5em;
}
#con_renew .news2 .inner .col_1::before {
  width: 63.5416666667vw;
  background: #203056 url("/adms5/images/renew_2022/con_2_bg.jpg") no-repeat center/cover;
}
#con_renew .news2 .inner .col_2 {
  width: 40%;
  padding-left: 2.5em;
}
#con_renew .news2 .inner .col_2::before {
  left: 0;
  width: 51.0416666667vw;
  background-color: #001444;
}
#con_renew .news2 .inner .col_2.noData::before {
  background: #001444 url(/adms5/images/renew_2022/menu_bg.png) no-repeat left 50% bottom/24.9375em 34.375em;
}
#con_renew .news2 .inner .col_2 .con_tit_box {
  padding: 0 1.75em;
}
#con_renew .news2 .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  max-width: 52.5rem;
  margin: -1.25em;
}
#con_renew .news2 .sns ul > li {
  width: 50%;
  flex: 0 1 auto;
  padding: 1.25em;
}
#con_renew .news2 .sns ul > li > a {
  display: block;
  height: 100%;
  padding: 0.625em;
  background-color: #fff;
  color: #222;
  border-radius: 0.625em;
}
#con_renew .news2 .sns_item .icon_ {
  margin: 0.9375em 0 0.3125em 0.625em;
  display: block;
  width: 1.875em;
  height: 1.375em;
  background: no-repeat left center/contain;
}
#con_renew .news2 .sns_item .icon_.facebook {
  background-image: url("/adms5/images/renew_2022/facebook.png");
}
#con_renew .news2 .sns_item .icon_.youtube {
  background-image: url("/adms5/images/renew_2022/youtube.png");
}
#con_renew .news2 .sns_item .icon_.instagram {
  background-image: url("/adms5/images/renew_2022/instagram.png");
}
#con_renew .news2 .sns_item .img_box {
  display: block;
  border-top-left-radius: 0.625em;
  border-top-right-radius: 0.625em;
  background: #222 url(/adms5/images/renew_2022/noImg.jpg) no-repeat center/contain;
}
#con_renew .news2 .sns_item .img_box::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#con_renew .news2 .sns_txt {
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5em;
  padding:0 0.4545em;
  line-height: 1.25;
  margin-bottom: 0.2272727273em;
  font-size: 1.375em;
  font-weight: 600;
}
#con_renew .news2 .brochure {
  position: relative;
  margin-left: auto;
  max-width: 32.5rem;
}
#con_renew .news2 .brochure.st_2 .brochure_slider .swiper {
  width: 100%;
}
#con_renew .news2 .brochure.st_2 .brochure_tab .swiper {
  width: 100%;
}
#con_renew .news2 .brochure.st_3 .brochure_slider .swiper {
  width: 200%;
}
#con_renew .news2 .brochure.st_3 .brochure_tab .swiper {
  width: 200%;
}
#con_renew .news2 .brochure_slider {
  position: relative;
  overflow: hidden;
}
#con_renew .news2 .brochure_slider .swiper {
  position: relative;
  width: 300%;
}
#con_renew .news2 .brochure_slider .swiper-slide a {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 25em;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
  background: #222 url(/adms5/images/renew_2022/noImg.jpg) no-repeat center center/100% auto;
}
#con_renew .news2 .brochure_slider .swiper-slide a::before {
  content: "";
  display: block;
  padding-top: 127.5%;
}
#con_renew .news2 .brochure_slider .swiper-button-prev, #con_renew .news2 .brochure_slider .swiper-button-next {
  right: 0;
  margin: 0;
  margin: 0;
  top: 50%;
  width: 2.4375em;
  height: 4.6875em;
  opacity: 0.3 !important;
  background: no-repeat center center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='75'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='m38.976 37.5-1.414 1.414L1.5 74.976l-.65-1.414L36.148 37.5.85 1.437 1.5.23l36.062 36.62 1.414.65Z'/%3E%3C/svg%3E");
  transform: translateY(-50%);
}
#con_renew .news2 .brochure_slider .swiper-button-prev.swiper-button-disabled, #con_renew .news2 .brochure_slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
#con_renew .news2 .brochure_slider .swiper-button-prev::after, #con_renew .news2 .brochure_slider .swiper-button-next::after {
  display: none;
}
#con_renew .news2 .brochure_slider .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}
#con_renew .news2 .brochure_tab {
  /* &::before{
  	content: '';
  	display: block;
  	position: absolute;
  	top:0;
  	left: 50%;
  	transform: translate(-50%, -100%);
  	background: no-repeat center center/contain;
  	width: em(20);
  	height: em(12);
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12'%3E%3Cpath data-name='Polygon 1' d='m10 0 10 12H0z' fill='%23fff'/%3E%3C/svg%3E");
  } */
}
#con_renew .news2 .brochure_tab {
  margin-top: 1.375em;
  position: relative;
  padding: 0 1.25em;
}
#con_renew .news2 .brochure_tab_slider {
  overflow: hidden;
}
#con_renew .news2 .brochure_tab_inner {
  margin: 0 auto;
  max-width: 33.333%;
}
#con_renew .news2 .brochure_tab .swiper {
  position: relative;
  width: 300%;
}
#con_renew .news2 .brochure_tab ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#con_renew .news2 .brochure_tab ul > li {
  padding: 1.875em 0.625em;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  height: 100%;
}
#con_renew .news2 .brochure_tab ul > li > a {
  font-size: 1.25em;
  line-height: 1.3;
  text-align: center;
  display: block;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.5em;
  line-height: 1.25;
}
#con_renew .news2 .brochure_tab ul > li.swiper-slide-active {
  color: white;
}
@media screen and (max-width: 1700px) {
  #con_renew .news2 .sns ul {
    margin: -1.25em;
  }
  #con_renew .news2 .sns ul > li {
    padding: 1.25em;
  }
}
@media screen and (max-width: 1216px) {
  #con_renew .news2 {
    font-size: 0.85rem;
  }
  #con_renew .news2 .inner {
    margin: 0 -1.25rem;
    width: auto;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
  #con_renew .news2 .inner .con_tit_box {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2.5em;
  }
  #con_renew .news2 .inner .col_1, #con_renew .news2 .inner .col_2 {
    padding: 5em 1.25rem 5em;
    width: 100%;
  }
  #con_renew .news2 .inner .col_1::before, #con_renew .news2 .inner .col_2::before {
    width: 100%;
  }
  #con_renew .news2 .inner .col_2.noData {
    display: none;
  }
  #con_renew .news2 .sns {
    margin: auto;
    max-width: 50rem;
  }
  #con_renew .news2 .sns ul {
    margin: -0.9375em;
    max-width: none;
  }
  #con_renew .news2 .sns ul > li {
    padding: 0.9375em;
  }
  #con_renew .news2 .brochure {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
  #con_renew .news2 .brochure_slider .swiper-slide a {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .news2 {
    font-size: 0.7rem;
  }
  #con_renew .news2 .sns ul {
    margin: -0.625em;
  }
  #con_renew .news2 .sns ul > li {
    padding: 0.625em;
  }
  #con_renew .news2 .brochure {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}

#con_renew .quick_link {
  font-size: 1rem;
  overflow: hidden;
}
#con_renew .quick_link .inner {
  padding: 8.375em 2.5rem 4.75em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  z-index: 0;
}
#con_renew .quick_link .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 31.5625%;
  bottom: 0;
  height: calc(100% - 3.125em);
  display: block;
  background-color: #f6f6f6;
  width: calc(75% + 8.3333333333vw);
  border-top-left-radius: 200px;
}
#con_renew .quick_link .inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 80%;
  bottom: 0;
  height: calc(100% - 6em);
  display: block;
  background-color: #f6f6f6;
  width: 3000px;
}
#con_renew .quick_link .con_tit_box {
  text-align: left;
}
#con_renew .quick_link .con_tit_box .con_tit {
  line-height: 1.25;
}
#con_renew .quick_link .con_tit_box .con_tit b {
  font-weight: 700;
}
#con_renew .quick_link .quick_slider {
  margin-left: auto;
  width: 100%;
  max-width: 75rem;
  /* margin-top: 2.5em; */
  overflow: hidden;
  position: relative;
}
#con_renew .quick_link .quick_slider_inner {
  margin-left: -0.625em;
  margin-right: -0.625em;
}
#con_renew .quick_link .quick_slider .swiper {
  height: 22.875em;
}
#con_renew .quick_link .quick_slider .swiper-slide {
  padding: 1.875em 0.625em 1.875em;
}
#con_renew .quick_link .quick_slider .swiper-slide > a {
  transition: margin 0.3s;
  font-size: 1em;
  display: block;
  height: 16.5em;
  padding: 2.5em 1.875em 1.875em;
  object-fit: contain;
  border-radius: 0.3125em;
  border-top-right-radius: 3.125em;
  box-shadow: 0.1875em 0.3125em 0.625em 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
  color: #222;
  position: relative;
  z-index: 0;
}
#con_renew .quick_link .quick_slider .swiper-slide > a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 1.875em;
  right: 1.875em;
  z-index: -1;
  width: 4em;
  height: 4em;
  background: no-repeat center/contain;
}
#con_renew .quick_link .quick_slider .swiper-slide > a > span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 4.5em;
  line-height: 1.5;
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_1::before {
  background-image: url("/adms5/images/renew_2022/icon_1.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_2::before {
  background-image: url("/adms5/images/renew_2022/icon_2.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_3::before {
  background-image: url("/adms5/images/renew_2022/icon_3.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_4::before {
  background-image: url("/adms5/images/renew_2022/icon_4.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_5::before {
  background-image: url("/adms5/images/renew_2022/icon_5.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_6::before {
  background-image: url("/adms5/images/renew_2022/icon_6.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_7::before {
  background-image: url("/adms5/images/renew_2022/icon_7.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_8::before {
  background-image: url("/adms5/images/renew_2022/icon_8.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_9::before {
  background-image: url("/adms5/images/renew_2022/icon_9.png");
}
#con_renew .quick_link .quick_slider .swiper-slide > a.quick_icon_10::before {
  background-image: url("/adms5/images/renew_2022/icon_10.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a {
  background: #990014 url("/adms5/images/renew_2022/con_3_box_bg.png") no-repeat right bottom/contain;
  border-color: #990014;
  color: #fff;
  margin-top: -1.875em;
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_1::before {
  background-image: url("/adms5/images/renew_2022/icon_1_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_2::before {
  background-image: url("/adms5/images/renew_2022/icon_2_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_3::before {
  background-image: url("/adms5/images/renew_2022/icon_3_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_4::before {
  background-image: url("/adms5/images/renew_2022/icon_4_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_5::before {
  background-image: url("/adms5/images/renew_2022/icon_5_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_6::before {
  background-image: url("/adms5/images/renew_2022/icon_6_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_7::before {
  background-image: url("/adms5/images/renew_2022/icon_7_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_8::before {
  background-image: url("/adms5/images/renew_2022/icon_8_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_9::before {
  background-image: url("/adms5/images/renew_2022/icon_9_h.png");
}
#con_renew .quick_link .quick_slider .swiper-slide._hover > a.quick_icon_10::before {
  background-image: url("/adms5/images/renew_2022/icon_10_h.png");
}
#con_renew .quick_link .quick_slider .swiper-pagination {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 3px;
  background-color: #dedede;
}
#con_renew .quick_link .quick_slider .swiper-pagination-progressbar-fill {
  background-color: #990014;
}
#con_renew .quick_link .swiper-quick-arrows {
  position: absolute;
  bottom: 6.8125em;
  left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#con_renew .quick_link .swiper-button-prev, #con_renew .quick_link .swiper-button-next {
  position: static;
  margin: 0;
  opacity: 1 !important;
  width: 4em;
  height: 4em;
  margin-top: -2.375em;
  background: #fff no-repeat center center/contain;
  border: 1px solid #ddd;
  border-radius: 4em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M36.853 37.457a1 1 0 0 1 0-1.414l2.941-2.941H20.117a1 1 0 0 1-1-1 1 1 0 0 1 1-1h19.879l-3.143-3.143a1 1 0 0 1 0-1.415 1 1 0 0 1 1.414 0l4.749 4.749a1 1 0 0 1 0 1.414l-4.749 4.749a1 1 0 0 1-.707.293 1 1 0 0 1-.707-.292Z'/%3E%3C/svg%3E");
}
#con_renew .quick_link .swiper-button-prev.swiper-button-disabled, #con_renew .quick_link .swiper-button-next.swiper-button-disabled {
  opacity: 0.5 !important;
}
#con_renew .quick_link .swiper-button-prev:hover, #con_renew .quick_link .swiper-button-next:hover {
  background-color: #f7f7f7;
}
#con_renew .quick_link .swiper-button-prev::after, #con_renew .quick_link .swiper-button-next::after {
  display: none;
}
#con_renew .quick_link .swiper-button-prev {
  margin-right: 0.625em;
  transform: rotate(-180deg);
}
@media screen and (max-width: 1700px) {
  #con_renew .quick_link .con_tit_box {
    width: 100%;
    text-align: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #con_renew .quick_link .con_tit_box br {
    display: none;
  }
  #con_renew .quick_link .con_tit_box br.mo {
    display: block;
  }
  #con_renew .quick_link .inner {
    padding: 5em 0 4.5em;
    position: relative;
  }
  #con_renew .quick_link .inner:before {
    left: 35.875%;
  }
  #con_renew .quick_link .inner:before, #con_renew .quick_link .inner::after {
    height: calc(100% - 13.75em);
  }
  #con_renew .quick_link .quick_slider {
    /* padding-left: 26.4705882353%; */
    padding-left: 2.5rem;
    max-width: none;
    margin-top: 2.5em;
  }
  #con_renew .quick_link .quick_slider .quick_slider_inner {
    margin-right: 1.875rem;
  }
  #con_renew .quick_link .quick_slider .swiper {
    height: auto;
  }
  #con_renew .quick_link .quick_slider .swiper-slide {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
  #con_renew .quick_link .quick_slider .swiper-slide._hover > a {
    margin-top: 0;
  }
  #con_renew .quick_link .quick_slider .swiper-pagination {
    width: auto;
    left: 26.4705882353%;
    right:  26.4705882353%;
  }
  #con_renew .quick_link .swiper_arrows {
    display: none;
  }
  #con_renew .quick_link .swiper-quick-arrows {
    display: none;
  }
}
@media screen and (max-width: 1560px) {
  #con_renew .quick_link .quick_slider .swiper-pagination {
    left: 10rem;
    right:  10rem;
  }

}
@media screen and (max-width: 1280px) {
  #con_renew .quick_link .quick_slider .swiper-pagination {
    left: 2.5rem;
    right:  2.5rem;
  }

}
@media screen and (max-width: 1216px) {
  #con_renew .quick_link {
    font-size: 0.85rem;
  }
  #con_renew .quick_link .inner:before {
    left: 15%;
  }
  #con_renew .quick_link .inner:before, #con_renew .quick_link .inner::after {
    display: none;
  }
  #con_renew .quick_link .con_tit_box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #con_renew .quick_link .quick_slider {
    padding-left: 2.5rem;
  }
  #con_renew .quick_link .quick_slider .swiper-pagination {
    left:2.5rem;
    right:2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .quick_link {
    font-size: 0.7rem;
  }
  #con_renew .quick_link .quick_slider {
    padding-left: 1.25rem;
  }
  #con_renew .quick_link .quick_slider .quick_slider_inner {
    margin-right: 0.625rem;
  }
  #con_renew .quick_link .quick_slider .swiper-pagination {
    left: 1.25rem;
    right: 1.25rem;
  }
}

#footer_renew {
  box-sizing: border-box;
}
#footer_renew * {
  box-sizing: border-box;
}
#footer_renew a, #footer_renew select, #footer_renew h1, #footer_renew h2, #footer_renew h3, #footer_renew h4, #footer_renew h5, #footer_renew h6, #footer_renew pre, #footer_renew textarea {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}
#footer_renew input[type=button],
#footer_renew input[type=submit],
#footer_renew button {
  font-family: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  font-size: 1em;
}
#footer_renew input[type=button] > *,
#footer_renew input[type=submit] > *,
#footer_renew button > * {
  position: relative;
}
#footer_renew {
  font-size: 1rem;
  overflow: hidden;
  width: 100%;
  font-family: "Pretendard", "Noto Sans KR", "Apple Gothic", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
  letter-spacing: -0.025em;
  background-color: #20242e;
  height: 15rem;
}
#footer_renew .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 105rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 100%;
  color: #7b808e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer_renew .ft_renew_left {
  width: 30.625%;
  max-width: 30.625em;
  background-color: #10131c;
  padding: 3.75em 3.4375em 0;
}
#footer_renew .ft_renew_left h2 {
  font-size: 1.25em;
  font-weight: normal;
}
#footer_renew .ft_renew_right {
  width: 69.375%;
  height: 100%;
  padding: 3.75em 0 3.75em 6.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
}
#footer_renew .ft_renew_tel {
  margin-top: 1.5em;
  max-width: 100%;
  width: auto;
  display: table;
  table-layout: fixed;
}
#footer_renew .ft_renew_tel li {
  display: table-row;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 700;
  color: #b6b7bb;
}
#footer_renew .ft_renew_tel li > * {
  display: table-cell;
}
#footer_renew .ft_renew_tel li span {
  width: 2.6666666667em;
}
#footer_renew .ft_renew_sns {
  margin-left: auto;
  margin-top: 0.875em; 
  margin-bottom: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer_renew .ft_renew_sns_tit {
  font-size: 1.25em;
  margin-right: 2.35em;
}
#footer_renew .ft_renew_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer_renew .ft_renew_sns a {
  display: block;
  width: 3.5em !important;
  height: 3.5em !important;
  background: no-repeat center center/contain;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  text-indent: -9999px;
  color: rgba(0, 0, 0, 0);
  margin-left: 0.625em;
}
#footer_renew .ft_renew_sns a:hover {
  background-color: #fff;
}
#footer_renew .ft_renew_sns a.youtube {
  background-image: url(/adms5/images/renew_2022/youtube_icon.png);
}
#footer_renew .ft_renew_sns a.instagram {
  background-image: url(/adms5/images/renew_2022/insta_icon.png);
}
#footer_renew .ft_renew_sns a.facebook {
  background-image: url(/adms5/images/renew_2022/facebook_icon.png);
}
#footer_renew .ft_renew_sns a.blog {
  background-image: url(/adms5/images/renew_2022/blog_icon.png);
}
#footer_renew .ft_renew_info {
  overflow: hidden;
}
#footer_renew .ft_renew_info ul {
  margin: 0 -1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
}
#footer_renew .ft_renew_info ul > li {
  padding: 0 1.25em 1.25em;
  position: relative;
}
#footer_renew .ft_renew_info ul > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #323744;
  position: absolute;
  top: 0.25em;
  left: 0;
}
#footer_renew .ft_renew_info ul > li a {
  font-size: 1.125em;
}
#footer_renew .ft_renew_info ul > li a b {
  font-weight: normal;
  color: #fff;
}
#footer_renew .ft_renew_right_ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer_renew .ft_renew_right_ft a {
  display: block;
  /* margin-left: auto; */
  height: 4.75em;
}
#footer_renew .ft_renew_right_ft a img {
  height: 100%;
}
#footer_renew .ft_renew_right_ft p {
  font-size: 1.125em;
  margin-top: 0.5555555556em;
}

#footer_renew .ft_renew_right_ft a.ft_renew_adg {
  position: absolute;
  top:2.7em;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11em;
  height: 2.666667em;
  padding: 0 0.75em 0 1.25em;
  border-radius: 50rem;
  background-color: #353943;
  font-size: 1.125em;
  text-align: center;
  color: #fff;
}
#footer_renew .ft_renew_right_ft a.ft_renew_adg:after {
  content:'';
  display: block;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(90deg);
  margin-left: auto;
  background:no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg transform='translate(-1816 -3525)'%3E%3Cpath d='m1840.867 3561.496 7.746-8.992 7.746 8.992' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}


@media screen and (max-width: 1700px) {
  #footer_renew .ft_renew_left, #footer_renew .ft_renew_right {
    max-width: none;
    /* padding-right: 2.5rem; */
    padding-left: 2.5rem;
    width: 72.5%;
  }
  #footer_renew .ft_renew_left {
    width: 27.5%;
  }
  #footer_renew .ft_renew_info ul {
    margin: 0 -1.25em;
  }
  #footer_renew .ft_renew_info ul > li {
    padding: 0 1.25em 1.25em;
  }
}
@media screen and (max-width: 1440px) {
  #footer_renew{
    font-size: 0.9rem;
    height: 13.5rem;
  }
  #footer_renew .ft_renew_right_ft a.ft_renew_adg {
    width: 9em;
    font-size: 1em;
    top: 3.2em;
    padding: 0 0.25em 0 1.25em;
  }
}
@media screen and (max-width: 1216px) {
  #footer_renew {
    font-size: 0.85rem;
    height: auto;
  }
  #footer_renew .inner {
    padding: 0;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
  #footer_renew .ft_renew_left, #footer_renew .ft_renew_right {
    padding: 2.5em 5rem;
    width: 100%;
    max-width: none;
    background-color: #10131c;
  }
  #footer_renew .ft_renew_right {
    padding-top: 0 !important;
    padding-bottom: 4em !important;
    position: static;
  }
  #footer_renew .ft_renew_left {
    padding-top: 7.5em;
    position: relative;
  }
  #footer_renew .ft_renew_left::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 5em;
    width: 100%;
    background-color: #20242e;
  }
  #footer_renew .ft_renew_sns {
    margin-top: 0;
    top: auto;
    bottom: 4.5em;
    right: 5rem;
    position: absolute;
  }
  #footer_renew .ft_renew_info {
    position: absolute;
    width: auto;
    padding: 1.875em 0 0.625em;
    left: 5em;
    right: 5em;
    top: 0;
  }
  #footer_renew .ft_renew_info ul {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  #footer_renew .ft_renew_info ul > li {
    flex: 1 1 auto;
    text-align: center;
    padding-bottom: 1.25em;
  }
  #footer_renew .ft_renew_right_ft a.ft_renew_adg {
    width: 11em;
    top: 6.2em;
    font-size: 1.125em;
    right: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  #footer_renew .ft_renew_left, #footer_renew .ft_renew_right {
    padding: 2.5em 2.5rem;
  }
  #footer_renew .ft_renew_left {
    padding-top: 11.5em !important;
  }
  #footer_renew .ft_renew_left::before {
    height: 8.125em;
  }
  #footer_renew .ft_renew_right {
    padding-bottom: 7em !important;
  }
  #footer_renew .ft_renew_sns {
    right: 2.5rem;
    bottom: 5.95rem;
  }
  #footer_renew .ft_renew_info {
    left: 2.5em;
    right: 2.5em;
  }
  #footer_renew .ft_renew_info ul > li {
    width: 33.3333%;
  }
  #footer_renew .ft_renew_right_ft a.ft_renew_adg {
    top: 10.2em;
    right: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #footer_renew {
    font-size: 0.7rem;
  }
  #footer_renew .ft_renew_left, #footer_renew .ft_renew_right {
    padding: 2.5em 1.25rem;
  }
  #footer_renew .ft_renew_right {
    padding-bottom: 3em !important;
  }
  #footer_renew .ft_renew_sns {
    margin-bottom: 2.5em;
    position: static;
  }
  #footer_renew .ft_renew_info {
    left: 1.25em;
    right: 1.25em;
  }
  #footer_renew .ft_renew_right_ft {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer_renew .ft_renew_right_ft > div {
    width: 100%;
  }
  #footer_renew .ft_renew_right_ft a {
    /* margin-top: 2.5em; */
    /* margin-left: 0;
    margin-right: auto; */
  }
  #footer_renew .ft_renew_right_ft p {
    font-size: 1.25em;
  }
  #footer_renew .ft_renew_right_ft a.ft_renew_adg {
    top: 9.2em;
    right: 1.25rem;
  }
}

.top_button_new {
  position: fixed;
  display: block;
  right: 2.5em;
  z-index: 99;
  bottom: 0;
  font-size: 1rem;
  padding: 1.25em 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(50%);
}
.top_button_new.down {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0%);
}
.top_button_new a {
  display: block;
  font-size: 1em;
  width: 4em;
  height: 4em;
  background: #454951 no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg transform='translate(-1816 -3525)'%3E%3Cpath d='m1840.867 3561.496 7.746-8.992 7.746 8.992' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  color: #fff;
  border-radius: 0.875em;
}
@media screen and (max-width: 1216px) {
  .top_button_new {
    font-size: 0.85rem;
    right: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .top_button_new {
    padding: 0 0 2.5em;
    font-size: 0.7rem;
  }
}

#con_renew .ov_bg {
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 101;
  position: fixed;
  display: none;
}
#con_renew .vd_pop {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 76.5em;
  padding: 0em 6.25em;
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
  z-index: 102;
  text-align: right;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (max-width: 1216px) {
  #con_renew .vd_pop {
    font-size: 0.85rem;
    padding: 0 5em 0 1.875em;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .vd_pop {
    font-size: 0.7rem;
    padding: 0 1.25rem;
  }
}
#con_renew .new_video_wrap {
  position: relative;
  margin: 0 auto;
}
#con_renew .new_video_wrap .new_close {
  position: absolute;
  right: -2em;
  top: 0em;
  width: 2em;
  height: 2em;
  color: #fff;
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.125em;
  font-weight: 100;
  padding-bottom: 0.2em;
}
#con_renew .new_video_box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#con_renew .new_video_box:before {
  content: "";
  display: block;
  padding-top: 55.9%;
}
#con_renew .new_video_box .new_video {
  display: block;
  position: absolute;
  min-width: 100%;
  top: -0.125em;
  bottom: -0.125em;
  left: -0.125em;
  right: -0.125em;
  background: #000;
}
#con_renew .new_video iframe {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1216px) {
  #con_renew .new_video_wrap .new_close {
    right: -1.4em;
    width: 1.4em;
    height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  #con_renew .new_video_wrap .new_close {
    right: 0;
    top: -1.4em;
  }
}

.sub_2022 #wrap {
  margin-top: 0;
  padding-top: 6.875rem;
}

@media screen and (max-width: 1600px) {
  .sub_2022 #wrap {
    padding-top: 5.84375rem;
  }
}
@media screen and (max-width: 1216px) {
  .sub_2022 #wrap .sub_ma {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .sub_2022 #wrap {
    padding-top: 4.8125rem;
  }
}
.sub_2022 .sub_visual_1,
.sub_2022 .sub_visual_2,
.sub_2022 .sub_visual_3,
.sub_2022 .sub_visual_4,
.sub_2022 .sub_visual_5,
.sub_2022 .sub_visual_6,
.sub_2022 .sub_visual_7,
.sub_2022 .sub_visual_8,
.sub_2022 .sub_visual_9,
.sub_2022 .sub_visual {
  background-size: cover !important;
  height: 300px;
}

@media screen and (max-width: 1216px) {
  .sub_2022 .sub_text {
    top: 210px;
  }
}
@media screen and (max-width: 767px) {
  .sub_2022 .sub_visual_1,
  .sub_2022 .sub_visual_2,
  .sub_2022 .sub_visual_3,
  .sub_2022 .sub_visual_4,
  .sub_2022 .sub_visual_5,
  .sub_2022 .sub_visual_6,
  .sub_2022 .sub_visual_7,
  .sub_2022 .sub_visual_8,
  .sub_2022 .sub_visual_9,
  .sub_2022 .sub_visual {
    height: 200px;
  }

  .sub_2022 .sub_text {
    top: 160px;
  }
}


.lnb {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -2px !important;
}
.lnb li{float:none !important; width: 100% !important; flex: 0 1 auto !important; margin: 2px !important; min-height: 56px !important; max-height: 56px !important; height: auto;}
.lnb li a{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    height: 100%;
    line-height: 1.25;
    box-sizing: border-box;
    padding: 8px 0 8px;
}
@media all and (max-width:767px){
  .lnb {
    -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
  }
  .lnb li{width: calc(33.3333% - 4px) !important;}
  .lnb li a{font-size: 12px !important;}
}


.sitemap{
  word-break: keep-all;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin: -20px 0px !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.sitemap > div{
  flex: 0 1 auto;
  width: calc(25% - 40px);
  margin: 20px !important;
}
@media all and (max-width:1216px){
  .sitemap > div{
    width: calc(33.3333% - 40px);
  }
}
@media all and (max-width:767px){
  .sitemap > div{
    width: calc(50% - 40px);
  }
}
@media all and (max-width:499px){
  .sitemap > div{
    width: calc(100% - 40px);
  }
}

@media all and (min-width:980px){
	.copyright .container p {
	display: inline-block;
	}
  .copyright p:nth-child(2):before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .2);
    vertical-align: middle;
    margin: 0 15px;
	}
}
@media all and (max-width:979px {
	.copyright .container p {
	display: block; 
	}
}

/*# sourceMappingURL=main_re4.css.map */
