@charset "UTF-8";
@media screen and (min-width: 1480px) {
  .inner {
    width: 30.833rem;
    padding: 0 0.416rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .inner {
    width: 100%;
    padding: 0 0.416rem;
  }
}
@media screen and (max-width: 1199px) {
  .inner {
    width: auto;
    padding: 0 1.666rem;
  }
}
@keyframes line {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes scaleObj {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@keyframes opacityRound {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityRoundReverse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityRoundM {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
/*
Last Updated: 2022/02
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.on {
  overflow-y: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  letter-spacing: -0.002em;
  font-style: normal;
  font-family: "NotoSansKr", sans-serif;
  color: #333333;
}

input:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

main {
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  display: block;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
  font-family: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 0;
  padding: 0;
  opacity: 0.7;
}

address {
  font-style: initial;
  color: inherit;
}

input,
select,
textarea {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

em {
  font-style: normal;
}

.btn {
  border-radius: 0;
  box-shadow: none;
  display: block;
  text-align: center;
  color: inherit;
}

.icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999%;
  overflow: hidden;
  font-size: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#skipNav {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
#skipNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
}
#skipNav a:focus, #skipNav a:active {
  transform: translateY(0);
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 64px;
  }
  html body {
    font-size: 0.416rem;
  }
}
@media screen and (min-width: 1480px) and (max-width: 2560px) {
  html {
    font-size: 48px;
  }
  html body {
    font-size: 0.416rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
  html {
    font-size: 36px;
  }
  html body {
    font-size: 1.166rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1199px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 381px) and (max-width: 420px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  html {
    font-size: 14px;
  }
}
.pc_cont {
  display: block;
}

.mo_cont {
  display: none;
}

.white {
  color: #fff;
}

.tit {
  font-size: 1rem;
}

.sub_tit_s {
  font-size: 0.5rem;
}
.sub_tit_m {
  font-size: 0.583rem;
}
.sub_tit_l {
  font-size: 0.666rem;
}

.cont_tit {
  font-size: 0.375rem;
}
.cont_tit_s {
  font-size: 0.333rem;
}

.serif {
  font-family: "NotoSerifKR";
}

.desc {
  word-break: keep-all;
  word-wrap: break-word;
}

.icon {
  width: 0.75rem;
  height: 0.75rem;
}
.icon_search {
  background-image: url(/static/images/common/btn_search.png);
}
.icon_login {
  background-image: url(/static/images/common/icon_login.png);
}
.icon_arrow {
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(/static/images/common/icon_arrow.png);
}
.icon_instagram {
  width: 0.833rem;
  height: 0.833rem;
  background-image: url(/static/images/common/icon_insta.png);
}
.icon_youtube {
  width: 0.833rem;
  height: 0.833rem;
  background-image: url(/static/images/common/icon_youtube.png);
}
.icon_kakao {
  width: 0.833rem;
  height: 0.833rem;
  background-image: url(/static/images/common/icon_kakao.png);
}
.icon_facebook {
  width: 0.833rem;
  height: 0.833rem;
  background-image: url(/static/images/common/icon_facebook.png);
}
.icon_telegram {
  width: 0.833rem;
  height: 0.833rem;
  background-image: url(/static/images/common/icon_telegram.png);
}
.icon_btn_link_arrow_b {
  width: 0.25rem;
  height: 0.416rem;
  background-image: url(/static/images/common/btn_link_arrow_b.png);
}
.icon_btn_link_arrow {
  width: 0.791rem;
  height: 0.25rem;
  background-image: url(/static/images/common/btn_link_arrow.png);
}
.icon_btn_link_arrow_brown {
  width: 0.791rem;
  height: 0.25rem;
  background-image: url(/static/images/common/btn_link_arrow_brown.png);
}
.icon_eye {
  width: 0.416rem;
  height: 0.416rem;
  background-image: url(/static/images/sub/common/icon_eye.png);
}
.icon_new {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(/static/images/sub/common/icon_new.png);
}
.icon_related {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(/static/images/sub/common/icon_related.png);
}
.icon_tooltip {
  width: 0.416rem;
  height: 0.416rem;
  background-image: url(/static/images/sub/common/icon_tooltip.png);
}
.icon_link {
  width: 1.083rem;
  height: 1.083rem;
  background-image: url(/static/images/sub/view/icon_link.png);
}
.icon_download {
  width: 0.375rem;
  height: 0.375rem;
  background-image: url(/static/images/sub/common/icon_download.png);
}
.icon_kakao_gray {
  width: 1.083rem;
  height: 1.083rem;
  background-image: url(/static/images/sub/common/icon_kakao_gray.png);
}
.icon_tele_gray {
  width: 1.083rem;
  height: 1.083rem;
  background-image: url(/static/images/sub/common/icon_tele_gray.png);
}
.icon_facebook_gray {
  width: 1.083rem;
  height: 1.083rem;
  background-image: url(/static/images/sub/common/icon_facebook_gray.png);
}
.icon_band_gray {
  width: 1.083rem;
  height: 1.083rem;
  background-image: url(/static/images/sub/common/icon_band_gray.png);
}
.icon_story_gray {
  width: 1.083rem;
  height: 1.083rem;
  background-image: url(/static/images/sub/common/icon_story_gray.png);
}
.icon_love {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(/static/images/sub/view/icon_love.png);
}
.icon_more {
  width: 0.625rem;
  height: 0.125rem;
  background-image: url(/static/images/sub/view/icon_more.png);
}
.icon_lang {
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(/static/images/common/icon_lang.png);
}
.icon_support {
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.041rem;
  background-image: url(/static/images/common/icon_support.png);
}
.icon_arrow_up {
  width: 0.333rem;
  height: 0.166rem;
  background-image: url(/static/images/sub/mypage/arrow_up.png);
}

.btn {
  transition: all 0.2s;
}
.btn_close {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(/static/images/common/btn_close.png);
}
.btn_hover.btn_blue {
  color: #182647;
  border-color: #182647;
}
.btn_hover_white::before {
  background-color: #fff;
}
.btn_default {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 3.75rem;
  height: 1.208rem;
  font-weight: 500;
  font-size: 0.375rem;
  color: #fff;
  border-radius: 0.166rem;
  font-weight: 500;
  z-index: 2;
}
.btn_default_blue {
  background-color: #182647;
  color: #fff;
}
.btn_default_brown {
  background-color: #85786e;
}

.arrow {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}
.arrow span {
  display: block;
  margin-right: 0.312rem;
  color: inherit;
  font-weight: inherit;
}
.arrow .wrap_link {
  position: relative;
}
.arrow .wrap_link .icon {
  position: relative;
  z-index: 1;
  right: 0;
}
.arrow .wrap_link::before {
  content: "";
  position: absolute;
  right: -0.313rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #85786e;
  border-radius: 100%;
}
.arrow_link_bw {
  color: #333;
}
.arrow_link_bw .wrap_link .icon {
  opacity: 0.3;
  filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(1956%) hue-rotate(41deg) brightness(94%) contrast(96%);
}
.arrow_link_bw .wrap_link::before {
  transition: opacity 0.2s;
  opacity: 0;
  background-color: rgba(133, 120, 110, 0.8);
}

.small {
  font-family: inherit;
  display: inline-block;
  color: #333;
  font-size: 0.416rem;
  font-weight: inherit;
}

.section {
  overflow: clip;
}
.section .em_tit {
  letter-spacing: 0.15rem;
  color: #85786e;
  font-weight: bold;
  margin-bottom: 0.312rem;
}
.section .em_tit.white {
  color: #fff;
}
.section .sub_tit_l {
  font-weight: bold;
  margin-bottom: 0.937rem;
}
.section .sub_tit_l + .sub_tit_s {
  font-weight: 500;
  margin-top: -0.313rem;
}
.section .swiper-button {
  z-index: 8;
  top: 40%;
  width: 1.666rem;
  height: 1.666rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 1 !important;
}
.section .swiper-button-prev {
  left: -0.417rem !important;
}
.section .swiper-button-next {
  right: -0.417rem !important;
  transform: rotate(180deg);
}
.section .swiper-button::after {
  content: "";
  display: block;
  font-size: 0;
  width: 0.458rem;
  height: 0.5rem;
  background: url(/static/images/common/btn_swiper_point.png) no-repeat center center/contain;
  position: absolute;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_obj {
  position: relative;
}
.section_obj::before, .section_obj::after {
  content: "";
  position: absolute;
  background: url(/static/images/common/round_obj.png) no-repeat 0 0/contain;
  width: 8.5rem;
  height: 8.5rem;
  opacity: 0.2;
}
.section_obj::before {
  top: -4.25rem;
  right: -4.25rem;
}
.section_obj::after {
  bottom: -4.25rem;
  left: -4.25rem;
}
.section_obj_02 {
  overflow: hidden;
}
.section_obj_02::before, .section_obj_02::after {
  background: url(/static/images/common/round_obj_02.png) no-repeat 0 0/contain;
}
.section_swiper {
  padding-bottom: 0 !important;
}
.section_swiper .sub_tit_l {
  margin-bottom: 0 !important;
}
.section_swiper .inner {
  position: relative;
  padding: 0;
}
.section_swiper .swiper {
  padding: 0.937rem 0.416rem 2.916rem;
}
.section_half_bg {
  position: relative;
}
.section_half_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8.145rem;
  background: url(/static/images/sub/common/bg_obj.png) no-repeat center center/cover, #f1f1f1;
}
.section_banner {
  padding: 0;
  width: 100%;
  height: 9.583rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section_banner .inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.section_banner .inner .wrap_txt > * {
  text-align: left !important;
}
.section_banner .inner .wrap_txt .sub_tit_l {
  font-weight: 500;
  margin-bottom: 0.333rem;
}
.section_banner .inner .wrap_txt .desc {
  font-size: 0.416rem;
  color: #444;
  margin-bottom: 0.833rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.section_banner .inner .wrap_txt .btn {
  background: #182647;
  width: 4.75rem;
}
.section_banner.section_newsletter {
  background-image: url(/static/images/common/banner_img_news.jpg);
}
.section_banner.section_faq {
  background-image: url(/static/images/common/banner_img_faq.jpg);
}
.section_banner.section_faq_v2 {
  background-image: url(/static/images/common/banner_img_faq_v2.jpg);
}
.section_inquiry .list_bot .wrap_list > ul li {
  padding: 0;
}
.section_inquiry .list_bot .wrap_list > ul li .content::before {
  display: none;
}
.section_inquiry .list_bot .wrap_list > ul li.active .summary_w .tit_right .icon_arrow_up {
  background-image: url(/static/images/sub/mypage/arrow_down.png);
}
.section_inquiry .list_bot .wrap_list > ul li .status_w {
  display: flex;
  align-items: center;
}
.section_inquiry .list_bot .wrap_list > ul li .status_w .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.291rem;
  height: 0.833rem;
  font-size: 0.333rem;
  font-weight: 700;
  letter-spacing: -0.007rem;
  color: #888;
  border: 0.041rem solid #ccc;
  border-radius: 2.083rem;
  background-color: #fff;
}
.section_inquiry .list_bot .wrap_list > ul li .status_w .status.done {
  background-color: #182647;
  color: #fff;
}
.section_inquiry .list_bot .wrap_list > ul li .status_w .status.inq {
  background-color: transparent;
  border-color: #2f5fa8;
  color: #2f5fa8;
}
.section_inquiry .list_bot .wrap_list > ul li .summary_w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.083rem;
  padding: 1.041rem 0.666rem;
  cursor: pointer;
}
.section_inquiry .list_bot .wrap_list > ul li .summary_w > div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_title span {
  font-size: 0.416rem;
  letter-spacing: -0.009rem;
  font-weight: 700;
}
.section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_category {
  font-size: 0.416rem;
  letter-spacing: -0.009rem;
  font-weight: 700;
  color: #2f5fa8;
  margin-bottom: 0.083rem;
}
.section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_right .date {
  font-size: 0.333rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
  color: #888;
}
.section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_right .icon {
  width: 0.333rem;
  background-position: center;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div {
  position: relative;
  padding: 1.041rem 0.666rem;
  display: flex;
  gap: 1.25rem;
  background-color: #f1f1f1;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div:first-child {
  border-top: 1px solid #ccc;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div:first-child::after {
  content: "";
  width: calc(100% - 1.333rem);
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #ccc;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div .status {
  color: #444;
  background: #e1e1e1;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div strong {
  margin-top: 0.625rem;
  font-weight: bold;
  color: #666;
  display: block;
}
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div strong,
.section_inquiry .list_bot .wrap_list > ul li .detail_w > div a {
  display: inline;
}
.section_bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(/static/images/sub/activity/bg_01.jpg);
}
.section_diagram {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(/static/images/common/diagram_bg.jpg);
}
.section .study .swiper .swiper-slide,
.section .search .swiper .swiper-slide {
  border-radius: 0.333rem;
}
.section .study .swiper .swiper-slide .wrap_img,
.section .search .swiper .swiper-slide .wrap_img {
  overflow: hidden;
  border-radius: 0.333rem;
}
.section .study .swiper .swiper-slide .wrap_img img,
.section .search .swiper .swiper-slide .wrap_img img {
  transition: all 0.2s;
  width: 100%;
}
.section .study .swiper .swiper-slide .wrap_txt,
.section .search .swiper .swiper-slide .wrap_txt {
  padding-top: 0.729rem;
  padding-left: 0.354rem;
}
.section .study .swiper .swiper-slide .wrap_txt .cont_tit_s,
.section .search .swiper .swiper-slide .wrap_txt .cont_tit_s {
  font-weight: bold;
  margin-bottom: 0.312rem;
  color: #85786e;
}
.section .study .swiper .swiper-slide .wrap_txt .sub_tit_s,
.section .search .swiper .swiper-slide .wrap_txt .sub_tit_s {
  font-weight: bold;
  margin-bottom: 0.104rem;
  position: relative;
}
.section .study .swiper .swiper-slide .wrap_txt .sub_tit_s span,
.section .search .swiper .swiper-slide .wrap_txt .sub_tit_s span {
  font-weight: inherit;
}
.section .study .swiper .swiper-slide .wrap_txt .cont_tit,
.section .search .swiper .swiper-slide .wrap_txt .cont_tit {
  font-weight: 500;
}
.section .activity .swiper .swiper-slide {
  position: relative;
  border-radius: 0.333rem;
}
.section .activity .swiper .swiper-slide .wrap_img {
  position: relative;
}
.section .activity .swiper .swiper-slide .wrap_img::before, .section .activity .swiper .swiper-slide .wrap_img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.333rem;
  transition: all 0.3s;
}
.section .activity .swiper .swiper-slide .wrap_img::before {
  background-image: linear-gradient(180deg, rgba(24, 38, 71, 0) 0%, #182647 53.1%);
}
.section .activity .swiper .swiper-slide .wrap_img::after {
  opacity: 0;
  background: url(/static/images/common/hover_img_bg.png);
}
.section .activity .swiper .swiper-slide .wrap_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.833rem 1.041rem 1.145rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.2s;
}
.section .activity .swiper .swiper-slide .wrap_txt .tag {
  border-radius: 0.666rem;
  width: fit-content;
  background: #ededed;
  color: #182647;
  font-weight: bold;
  padding: 0 0.52rem;
  height: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.52rem;
  transition: all 0.2s;
}
.section .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
  line-height: 0.729rem;
  color: #fff;
  font-weight: bold;
  word-break: keep-all;
  word-wrap: break-word;
}
.section .activity .swiper-button {
  top: 50%;
}
.section .swiper_common_box .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.section .swiper_common_box .swiper-wrapper .swiper-slide .wrap_img {
  border-radius: 0.333rem 0.333rem 0 0;
}
.section .swiper_common_box .swiper-wrapper .swiper-slide .wrap_txt {
  padding: 0.625rem 1.041rem;
  background-color: #fff;
  border-radius: 0.333rem;
}

.dot_line {
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.791rem;
  height: 0.791rem;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.dot_line_two {
  -webkit-line-clamp: 2;
  line-height: 0.625rem;
  height: 1.25rem;
}

.new_tag {
  position: absolute;
  z-index: 2;
  right: 0.52rem;
  top: 0.52rem;
  background-color: #119a79;
  width: fit-content;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.333rem;
  padding: 0 0.52rem;
  border-radius: 2.083rem;
}

.end_tag {
  background-color: #f1f1f1;
  color: #555;
}

.wrap_tag {
  position: absolute;
  right: 0.729rem;
  top: 0.729rem;
}
.wrap_tag .new_tag {
  position: unset;
  width: 1.75rem;
  padding: 0;
}
.wrap_tag .new_tag_live {
  background-color: #d73227;
}
.wrap_tag .new_tag_ing {
  background-color: #15285e;
}
.wrap_tag .new_tag + .new_tag {
  margin-top: 0.25rem;
}

.best_tag {
  background-color: #ef8422;
}

.scrap {
  position: absolute;
  z-index: 8;
  width: 1.083rem;
  height: 1.083rem;
  top: 0.5rem;
  left: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/static/images/sub/common/icon_scrab.png);
  transition: all 0.2s;
}

.member {
  width: 1.083rem;
  height: 1.083rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(/static/images/sub/common/icon_member.png);
}

.wrap_label {
  position: absolute;
  z-index: 8;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: column;
}
.wrap_label button {
  position: unset;
}
.wrap_label button + button {
  margin-top: 0.25rem;
}

.content {
  position: relative;
}
.content::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 5.458rem;
  background: linear-gradient(180deg, rgba(24, 38, 71, 0) 0%, rgba(24, 38, 71, 0.9) 64.61%, #182647 99.87%);
  z-index: 1;
  border-radius: 0 0 0.333rem 0.333rem;
  transition: all 0.2s;
  opacity: 0;
}
.content .wrap_img {
  border-radius: 0.333rem;
  position: relative;
  transition: all 0.2s;
}
.content .wrap_img::before, .content .wrap_img::after {
  opacity: 0;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 0.375rem;
  transition: all 0.2s;
}
.content .wrap_img::before {
  content: "자세히 보기";
  bottom: 2.083rem;
}
.content .wrap_img::after {
  bottom: 0.833rem;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/static/images/sub/common/btn_more.png);
}
.content .wrap_txt .sub_tit_s {
  font-weight: bold;
}
.content .wrap_txt .sub_tit_s span,
.content .wrap_txt .sub_tit_s p {
  font-weight: inherit;
}

.no_post {
  border-top: 2px solid #333333;
}
.no_post p {
  padding: 3.125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333333;
}

.wrap_select .sbHolder {
  position: relative;
}
.wrap_select .sbHolder .sbSelector {
  width: 3.541rem;
  padding: 0 0.625rem;
  height: 100%;
  color: rgba(136, 136, 136, 0.8);
  font-size: 0.375rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
}
.wrap_select .sbHolder .sbSelector::after {
  transition: all 0.2s;
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.125rem;
  background: url(/static/images/sub/common/icon_select.png) no-repeat 0 0/contain;
}
.wrap_select .sbHolder .sbToggle {
  width: 3.541rem;
  height: 1.25rem;
  border: 1px solid #333333;
  border-radius: 0.166rem;
  padding: 0 0.625rem;
  position: relative;
}
.wrap_select .sbHolder .sbToggle.sbToggleOpen {
  border-radius: 0.166rem 0.166rem 0 0;
  border-bottom: none;
}
.wrap_select .sbHolder .sbToggle.sbToggleOpen + .sbSelector::after {
  transform: rotate(180deg);
}
.wrap_select .sbHolder .sbOptions {
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: 0 0 0.166rem 0.166rem;
  border: 1px solid #333333;
  z-index: 9;
  background: #fff;
}
.wrap_select .sbHolder .sbOptions li a {
  width: 100%;
  padding: 0 0.625rem;
  height: 1.25rem;
  font-size: 0.375rem;
  font-weight: 500;
  color: #888;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.wrap_select .sbHolder .sbOptions li a.sbFocus, .wrap_select .sbHolder .sbOptions li a.on {
  background-color: #85786e;
  background-color: rgba(136, 120, 110, 0.08);
}

.form-group .input_w label.error_msg {
  margin-left: 0.333rem;
  margin-top: 0.333rem;
  color: #d73227;
  font-size: 0.333rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
}

@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .pc_cont {
    display: block !important;
  }
  .mo_cont {
    display: none !important;
  }
  .tit {
    font-size: 1.166rem;
  }
  .sub_tit_s {
    font-size: 0.666rem;
  }
  .sub_tit_m {
    font-size: 0.75rem;
  }
  .sub_tit_l {
    font-size: 0.833rem;
  }
  .cont_tit {
    font-size: 0.5rem;
  }
  .cont_tit_s {
    font-size: 0.375rem;
  }
  .icon {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_login {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_arrow {
    width: 0.375rem;
    height: 0.375rem;
  }
  .icon_youtube {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_kakao {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_facebook {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_telegram {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_btn_link_arrow_b {
    width: 0.5rem;
    height: 1rem;
  }
  .icon_btn_link_arrow {
    width: 1.291rem;
    height: 0.437rem;
  }
  .icon_eye {
    width: 0.479rem;
    height: 0.479rem;
  }
  .icon_new {
    width: 0.479rem;
    height: 0.479rem;
  }
  .icon_related {
    width: 0.479rem;
    height: 0.479rem;
  }
  .icon_tooltip {
    width: 0.479rem;
    height: 0.479rem;
  }
  .icon_link {
    width: 1.666rem;
    height: 1.666rem;
  }
  .icon_download {
    width: 0.5rem;
    height: 0.5rem;
  }
  .icon_kakao_gray {
    width: 1.666rem;
    height: 1.666rem;
  }
  .icon_tele_gray {
    width: 1.666rem;
    height: 1.666rem;
  }
  .icon_facebook_gray {
    width: 1.666rem;
    height: 1.666rem;
  }
  .icon_band_gray {
    width: 1.666rem;
    height: 1.666rem;
  }
  .icon_story_gray {
    width: 1.666rem;
    height: 1.666rem;
  }
  .icon_love {
    width: 0.5rem;
    height: 0.5rem;
  }
  .icon_more {
    width: 0.75rem;
    height: 0.291rem;
  }
  .icon_lang {
    width: 0.937rem;
    height: 0.937rem;
  }
  .icon_support {
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.208rem;
  }
  .icon_arrow_up {
    width: 1rem;
    height: 0.5rem;
    background-image: url(/static/images/sub/mypage/arrow_up.png);
  }
  .btn_close {
    width: 1.666rem;
    height: 1.666rem;
  }
  .btn_default {
    width: 4.583rem;
    height: 1.354rem;
    font-size: 0.416rem;
  }
  .arrow span {
    font-size: 0.583rem;
  }
  .arrow .wrap_link::before {
    right: -0.209rem;
    width: 0.729rem;
    height: 0.729rem;
  }
  .small {
    font-size: 0.5rem;
  }
  .section .em_tit {
    margin-bottom: 0.833rem;
  }
  .section .sub_tit_l {
    margin-bottom: 2.291rem;
  }
  .section .sub_tit_l + .sub_tit_s {
    margin-top: -0.625rem;
  }
  .section_obj::before, .section_obj::after {
    width: 10rem;
    height: 10rem;
  }
  .section_obj::before {
    top: -3.125rem;
    right: -4.48rem;
  }
  .section_obj::after {
    bottom: -3.125rem;
    left: -4.48rem;
  }
  .section_swiper .inner {
    padding: 0 1.666rem;
  }
  .section_swiper .swiper {
    padding: 1.145rem 0 2.5rem;
  }
  .section_half_bg::before {
    height: 9.666rem;
  }
  .section_banner {
    height: 12.916rem;
  }
  .section_banner .inner .wrap_txt .sub_tit_l {
    margin-bottom: 0.52rem;
  }
  .section_banner .inner .wrap_txt .desc {
    line-height: 0.708rem;
    font-size: 0.541rem;
    margin-bottom: 1.666rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .status_w .status {
    width: 4.166rem;
    height: 1.25rem;
    font-size: 0.416rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_title span {
    display: block;
    font-size: 0.5rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_category {
    font-size: 0.458rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_right .date {
    font-size: 0.375rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_right .icon {
    width: 0.52rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div .cont {
    font-size: 0.5rem;
  }
  .section_bg {
    background-image: url(/static/images/sub/activity/bg_01_m.jpg);
  }
  .section_diagram {
    background-image: url(/static/images/common/diagram_bg_m.jpg);
  }
  .section .study .swiper .swiper-slide .wrap_txt,
  .section .search .swiper .swiper-slide .wrap_txt {
    padding-top: 1.354rem;
    padding-left: 0.354rem;
  }
  .section .study .swiper .swiper-slide .wrap_txt .cont_tit_s,
  .section .search .swiper .swiper-slide .wrap_txt .cont_tit_s {
    margin-bottom: 0.52rem;
  }
  .section .study .swiper .swiper-slide .wrap_txt .sub_tit_s,
  .section .search .swiper .swiper-slide .wrap_txt .sub_tit_s {
    margin-bottom: 0.312rem;
  }
  .section .activity .swiper .swiper-slide .wrap_txt {
    padding: 1.25rem 1.041rem;
  }
  .section .activity .swiper .swiper-slide .wrap_txt .tag {
    padding: 0 0.625rem;
    height: 1.125rem;
  }
  .section .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
    line-height: 0.937rem;
  }
  .section .activity .swiper .swiper-slide .wrap_txt .arrow {
    font-size: 0.5rem;
    margin-top: 0.833rem;
  }
  .section .swiper_common_box .swiper-wrapper .swiper-slide .wrap_txt {
    padding: 1.041rem 0.833rem;
  }
  .dot_line {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1rem;
    height: 1rem;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
  .dot_line_two {
    -webkit-line-clamp: 2;
    line-height: 0.729rem;
    height: 1.458rem;
  }
  .new_tag {
    right: 0.52rem;
    top: 0.52rem;
    height: 0.895rem;
    font-size: 0.458rem;
    padding: 0 0.52rem;
    border-radius: 2.083rem;
  }
  .wrap_tag .new_tag {
    width: 2.708rem;
  }
  .scrap {
    width: 1.666rem;
    height: 1.666rem;
    top: 0.52rem;
    left: 0.52rem;
  }
  .member {
    width: 1.666rem;
    height: 1.666rem;
  }
  .wrap_label {
    top: 0.52rem;
    left: 0.52rem;
  }
  .wrap_label button + button {
    margin-top: 0.312rem;
  }
  .content::before {
    height: calc(100% - 4.8rem);
  }
  .content .wrap_img {
    border-radius: 0.333rem;
    position: relative;
    transition: all 0.2s;
  }
  .content .wrap_img::before, .content .wrap_img::after {
    font-size: 0.458rem;
  }
  .content .wrap_img::after {
    width: 1.166rem;
    height: 1.166rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
  .content .wrap_txt .sub_tit_s {
    font-weight: bold;
  }
  .content .wrap_txt .sub_tit_s span {
    font-weight: inherit;
  }
  .no_post p {
    padding: 3.125rem 0;
  }
  .wrap_select .sbHolder .sbSelector {
    width: 3.75rem;
    font-size: 0.375rem;
  }
  .wrap_select .sbHolder .sbSelector::after {
    width: 0.375rem;
    height: 0.187rem;
  }
  .wrap_select .sbHolder .sbToggle {
    height: 1.25rem;
    border: 1px solid #ccc;
  }
  .wrap_select .sbHolder .sbOptions li a {
    height: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn:hover {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.18);
  }
  .arrow:hover .wrap_link::before {
    animation: scaleObj 2s infinite ease-in-out;
  }
  .arrow_link_bw:hover .wrap_link::before {
    opacity: 1;
  }
  .under {
    width: 100%;
  }
  .under span,
  .under p {
    display: inline;
    padding-bottom: 2px;
    background-size: 0 2px;
    transition: background-size 0.5s;
  }
  .under.on span,
  .under.on p {
    background-size: 100% 2px;
    background-image: linear-gradient(#000, #000);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
  }
  .section .study .swiper .swiper-slide:hover .wrap_img img,
  .section .search .swiper .swiper-slide:hover .wrap_img img {
    transform: scale(1.1);
    transform-origin: center center;
  }
  .section .activity .swiper .swiper-slide:hover {
    box-shadow: 4px 6px 25px 0px rgba(0, 0, 0, 0.55);
  }
  .section .activity .swiper .swiper-slide:hover .wrap_img::before {
    background-color: #182647;
  }
  .section .activity .swiper .swiper-slide:hover .wrap_img::after {
    opacity: 1;
  }
  .section .activity .swiper .swiper-slide:hover .wrap_txt {
    justify-content: flex-start;
  }
  .section .activity .swiper .swiper-slide:hover .wrap_txt .tag {
    margin-bottom: auto;
  }
  .section .activity .swiper .swiper-slide:hover .wrap_txt .arrow {
    margin-top: 1.416rem;
    display: inline-flex !important;
  }
  .section .swiper_common_box .swiper-wrapper .swiper-slide:hover {
    box-shadow: 4px 6px 25px rgba(0, 0, 0, 0.2);
  }
  .section .swiper_common_box .swiper-wrapper .swiper-slide:hover .wrap_img {
    box-shadow: none;
  }
  .section .swiper-button:hover {
    background: #85786e;
  }
  .section .swiper-button:hover::after {
    filter: brightness(0) invert(1);
  }
  .content:hover::before {
    opacity: 1;
  }
  .content:hover .wrap_img {
    box-shadow: 4px 6px 25px rgba(0, 0, 0, 0.5);
  }
  .content:hover .wrap_img::before, .content:hover .wrap_img::after {
    opacity: 1;
  }
  .scrap.on, .scrap:hover {
    background-image: url(/static/images/sub/common/icon_scrab_on.png);
  }
}
@media screen and (max-width: 1199px) {
  .pc_cont {
    display: none !important;
  }
  .mo_cont {
    display: block !important;
  }
  .tit {
    font-size: 2rem;
  }
  .sub_tit_s {
    font-size: 1.333rem;
  }
  .sub_tit_m {
    font-size: 1.5rem;
  }
  .sub_tit_l {
    font-size: 1.666rem;
  }
  .cont_tit {
    font-size: 1rem;
  }
  .cont_tit_s {
    font-size: 0.916rem;
  }
  .icon {
    width: 1.875rem;
    height: 1.875rem;
  }
  .icon_login {
    width: 1.5rem;
    height: 1.5rem;
  }
  .icon_arrow {
    width: 0.75rem;
    height: 0.75rem;
  }
  .icon_instagram {
    width: 2.5rem;
    height: 2.5rem;
  }
  .icon_youtube {
    width: 2.5rem;
    height: 2.5rem;
  }
  .icon_kakao {
    width: 2.5rem;
    height: 2.5rem;
  }
  .icon_facebook {
    width: 2.5rem;
    height: 2.5rem;
  }
  .icon_telegram {
    width: 2.5rem;
    height: 2.5rem;
  }
  .icon_btn_link_arrow_b {
    width: 0.5rem;
    height: 1rem;
  }
  .icon_btn_link_arrow {
    width: 1.708rem;
    height: 0.583rem;
  }
  .icon_eye {
    width: 0.958rem;
    height: 0.958rem;
  }
  .icon_new {
    width: 0.958rem;
    height: 0.958rem;
  }
  .icon_related {
    width: 0.958rem;
    height: 0.958rem;
  }
  .icon_tooltip {
    width: 0.958rem;
    height: 0.958rem;
  }
  .icon_link {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_download {
    width: 1rem;
    height: 1rem;
  }
  .icon_kakao_gray {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_tele_gray {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_facebook_gray {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_band_gray {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_story_gray {
    width: 3.75rem;
    height: 3.75rem;
  }
  .icon_love {
    width: 1rem;
    height: 1rem;
  }
  .icon_more {
    width: 1.666rem;
    height: 0.666rem;
  }
  .icon_lang {
    width: 1.875rem;
    height: 1.875rem;
  }
  .icon_support {
    width: 1rem;
    height: 1rem;
    margin-left: 0.208rem;
  }
  .icon_arrow_up {
    width: 1rem;
    height: 0.5rem;
    background-image: url(/static/images/sub/mypage/arrow_up.png);
  }
  .btn {
    background-position: center center;
    background-repeat: no-repeat;
  }
  .btn_close {
    width: 1.666rem;
    height: 1.666rem;
  }
  .btn_default {
    font-size: 1rem;
    width: 9.583rem;
    height: 3.125rem;
    font-size: 1rem;
    border-radius: 0.5rem;
  }
  .arrow span {
    margin-right: 1.041rem;
  }
  .arrow .wrap_link::before {
    right: -0.73rem;
    width: 1.666rem;
    height: 1.666rem;
  }
  .wrap_progress {
    margin-top: 2.083rem;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }
  .wrap_progress .swiper-pagination_fraction {
    width: 4.166rem;
    font-size: 0.916rem;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .wrap_progress .swiper-pagination_fraction span {
    margin: 0 0.416rem;
    color: #707070;
  }
  .wrap_progress .swiper-pagination_fraction .swiper-pagination-current {
    font-weight: bold;
    color: #85786e;
  }
  .wrap_progress .swiper-pagination_fraction .swiper-pagination-total {
    color: #666;
  }
  .wrap_progress .swiper-pagination-progressbar {
    width: calc(100% - 4.166rem) !important;
    height: 0.125rem;
    background-color: #ddd;
    border-radius: 1.333rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .wrap_progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 0.666rem;
    background-color: #85786e;
    height: 100%;
  }
  .small {
    font-size: 1rem;
  }
  .section .em_tit {
    margin-bottom: 0.833rem;
  }
  .section .sub_tit_l {
    margin-bottom: 2.291rem;
  }
  .section .sub_tit_l + .sub_tit_s {
    margin-top: -0.625rem;
  }
  .section_obj::before, .section_obj::after {
    width: 10rem;
    height: 10rem;
  }
  .section_obj::before {
    top: -3.125rem;
    right: -4.48rem;
  }
  .section_obj::after {
    bottom: -3.125rem;
    left: -4.48rem;
  }
  .section_swiper .inner {
    padding: 0 1.666rem;
  }
  .section_swiper .swiper {
    padding: 2.291rem 0 5rem;
  }
  .section_half_bg::before {
    height: 20.083rem;
    background: url(/static/images/sub/common/bg_obj_m.png) no-repeat left bottom/cover, #f1f1f1;
  }
  .section_banner {
    height: 19.166rem;
  }
  .section_banner .inner .wrap_txt .sub_tit_l {
    margin-bottom: 0.937rem;
  }
  .section_banner .inner .wrap_txt .desc {
    line-height: 1.708rem;
    font-size: 1.083rem;
    margin-bottom: 1.666rem;
  }
  .section_banner .inner .wrap_txt .btn {
    width: 12.354rem;
  }
  .section_banner.section_newsletter {
    background-image: url(/static/images/common/banner_img_news_m.jpg);
  }
  .section_banner.section_faq {
    background-image: url(/static/images/common/banner_img_faq_m.jpg);
  }
  .section_banner.section_faq_v2 {
    background-image: url(/static/images/common/banner_img_faq_v2_m.jpg);
  }
  .section_inquiry .list_bot .wrap_list > ul li {
    padding: 0;
  }
  .section_inquiry .list_bot .wrap_list > ul li .status_w {
    display: flex;
    align-items: center;
  }
  .section_inquiry .list_bot .wrap_list > ul li .status_w .status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.437rem;
    height: 1.791rem;
    font-size: 0.916rem;
    font-weight: 700;
    letter-spacing: -0.019rem;
    color: #888;
    border: 0.083rem solid #ccc;
    border-radius: 2.083rem;
    background-color: #fff;
  }
  .section_inquiry .list_bot .wrap_list > ul li .status_w .status.done {
    background-color: #182647;
    color: #fff;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w {
    display: block;
    gap: 0;
    padding: 2.083rem 0.833rem;
    cursor: pointer;
    position: relative;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div {
    display: block;
    gap: 0;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box {
    margin-top: 1rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_title span {
    font-size: 1.083rem;
    font-weight: 700;
    letter-spacing: -0.022rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_title {
    padding-right: 5.416rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_left .box .inq_category {
    font-size: 1.083rem;
    font-weight: 700;
    letter-spacing: -0.022rem;
    color: #2f5fa8;
    margin-bottom: 0.083rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_right .date {
    margin-top: 1rem;
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #888;
  }
  .section_inquiry .list_bot .wrap_list > ul li .summary_w > div.tit_right .icon {
    width: 1rem;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translate(-50%);
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div {
    position: relative;
    padding: 2.083rem 1.666rem;
    display: block;
    background-color: #f1f1f1;
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div:first-child {
    border-top: 0.02rem solid #ccc;
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div:first-child::after {
    content: "";
    width: calc(100% - 1rem);
    height: 0.041rem;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    background: #ccc;
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div .status_w {
    margin-bottom: 1rem;
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div .status_w .status {
    color: #444;
    background: #e1e1e1;
    border: none;
  }
  .section_inquiry .list_bot .wrap_list > ul li .detail_w > div .cont {
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    color: #666;
    padding-left: 0.333rem;
  }
  .section_bg {
    background-image: url(/static/images/sub/activity/bg_01_m.jpg);
  }
  .section_diagram {
    background-image: url(/static/images/common/diagram_bg_m.jpg);
  }
  .section .study .swiper .swiper-slide .wrap_txt,
  .section .search .swiper .swiper-slide .wrap_txt {
    padding-top: 1.354rem;
    padding-left: 0.354rem;
  }
  .section .study .swiper .swiper-slide .wrap_txt .cont_tit_s,
  .section .search .swiper .swiper-slide .wrap_txt .cont_tit_s {
    margin-bottom: 0.937rem;
  }
  .section .study .swiper .swiper-slide .wrap_txt .sub_tit_s,
  .section .search .swiper .swiper-slide .wrap_txt .sub_tit_s {
    margin-bottom: 0.625rem;
  }
  .section .activity .swiper .swiper-slide {
    border-radius: 0.666rem;
  }
  .section .activity .swiper .swiper-slide .wrap_img::before, .section .activity .swiper .swiper-slide .wrap_img::after {
    border-radius: 0.666rem;
  }
  .section .activity .swiper .swiper-slide .wrap_img::before {
    background-image: linear-gradient(180deg, rgba(24, 38, 71, 0) 0%, #182647 58.1%, #182647 72.56%, #182647 73.63%);
  }
  .section .activity .swiper .swiper-slide .wrap_img::after {
    display: none;
  }
  .section .activity .swiper .swiper-slide .wrap_txt {
    padding: 2.5rem 2.083rem 3.125rem;
  }
  .section .activity .swiper .swiper-slide .wrap_txt .tag {
    border-radius: 1.333rem;
    padding: 0 1.25rem;
    height: 2.25rem;
    margin-bottom: auto;
  }
  .section .activity .swiper .swiper-slide .wrap_txt .sub_tit_s {
    width: 70%;
    line-height: 1.875rem;
  }
  .section .activity .swiper .swiper-slide .wrap_txt .arrow {
    margin-top: 1.666rem;
    display: inline-flex !important;
  }
  .section .swiper_common_box .swiper-wrapper .swiper-slide .wrap_img {
    border-radius: 0.666rem 0.666rem 0 0;
  }
  .section .swiper_common_box .swiper-wrapper .swiper-slide .wrap_txt {
    padding: 2.083rem 1.666rem;
    border-radius: 0.666rem;
  }
  .dot_line {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.333rem;
    height: 1.333rem;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
  .dot_line_two {
    -webkit-line-clamp: 2;
    line-height: 1.458rem;
    height: 2.916rem;
  }
  .new_tag {
    right: 1.041rem;
    top: 1.041rem;
    height: 1.791rem;
    font-size: 0.916rem;
    padding: 0 1.041rem;
    border-radius: 2.083rem;
  }
  .wrap_tag {
    right: 1.25rem;
    top: 1.25rem;
  }
  .wrap_tag .new_tag {
    width: 3.958rem;
  }
  .wrap_tag .new_tag + .new_tag {
    margin-top: 0.416rem;
  }
  .scrap {
    width: 3.75rem;
    height: 3.75rem;
    top: 1.041rem;
    left: 1.041rem;
  }
  .member {
    width: 3.75rem;
    height: 3.75rem;
  }
  .wrap_label {
    top: 1.041rem;
    left: 1.041rem;
  }
  .wrap_label button + button {
    margin-top: 0.625rem;
  }
  .content {
    position: relative;
  }
  .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.416rem;
    background: linear-gradient(180deg, rgba(24, 38, 71, 0) 0%, rgba(24, 38, 71, 0.9) 64.61%, #182647 99.87%);
    z-index: 1;
    border-radius: 0 0 0.333rem 0.333rem;
    transition: all 0.2s;
    opacity: 0;
  }
  .content .wrap_img {
    border-radius: 0.333rem;
    position: relative;
    transition: all 0.2s;
  }
  .content .wrap_img::before, .content .wrap_img::after {
    opacity: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 500;
    font-size: 0.375rem;
    transition: all 0.2s;
  }
  .content .wrap_img::before {
    content: "자세히 보기";
    bottom: 2.083rem;
  }
  .content .wrap_img::after {
    bottom: 0.833rem;
    width: 0.875rem;
    height: 0.875rem;
    background-image: url(/static/images/sub/common/btn_more.png);
  }
  .content .wrap_txt .sub_tit_s {
    font-weight: bold;
  }
  .content .wrap_txt .sub_tit_s span {
    font-weight: inherit;
  }
  .no_post p {
    padding: 6.25rem 0;
  }
  .wrap_select {
    width: 100%;
    margin-bottom: 0.833rem;
  }
  .wrap_select .sbHolder {
    position: relative;
  }
  .wrap_select .sbHolder .sbSelector {
    width: 100%;
    padding: 0 1.666rem;
    font-size: 1rem;
  }
  .wrap_select .sbHolder .sbSelector::after {
    right: 1.666rem;
    width: 0.75rem;
    height: 0.375rem;
  }
  .wrap_select .sbHolder .sbToggle {
    width: 100%;
    height: 3.75rem;
    padding: 0 1.666rem;
    position: relative;
    border-radius: 0.5rem;
  }
  .wrap_select .sbHolder .sbToggle.sbToggleOpen {
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: none;
  }
  .wrap_select .sbHolder .sbToggle.sbToggleOpen + .sbSelector::after {
    transform: rotate(180deg);
  }
  .wrap_select .sbHolder .sbOptions {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #333333;
    z-index: 12;
    background: #fff;
  }
  .wrap_select .sbHolder .sbOptions li a {
    width: 100%;
    padding: 0 1.666rem;
    height: 3.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #888;
    display: flex;
    align-items: center;
    transition: all 0.2s;
  }
  .wrap_select .sbHolder .sbOptions li a.sbFocus, .wrap_select .sbHolder .sbOptions li a.on {
    background-color: #85786e;
    background-color: rgba(136, 120, 110, 0.08);
  }
  .form-group .input_w label.error_msg {
    margin-left: 0.75rem;
    margin-top: 0.833rem;
    color: #d73227;
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
/* NotoSansKr-300 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Light.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Light.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Light.woff") format("woff");
  /* Modern Browsers */
}
/* NotoSansKr-400 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Regular.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Regular.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Regular.woff") format("woff");
  /* Modern Browsers */
}
/* NotoSansKr-500 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Medium.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Medium.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Medium.woff") format("woff");
  /* Modern Browsers */
}
/* NotoSansKr-700 */
@font-face {
  font-family: "NotoSansKr";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/NotoSansKr/NotoSansKr-Bold.otf") format("opentype"), url("/static/fonts/NotoSansKr/NotoSansKr-Bold.woff2") format("woff2"), url("/static/fonts/NotoSansKr/NotoSansKr-Bold.woff") format("woff");
  /* Modern Browsers */
}
/* NotoSerifKR-400 */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-Regular.otf") format("opentype"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Regular.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Regular.woff") format("woff");
  /* Modern Browsers */
}
/* NotoSerifKR-500 */
@font-face {
  font-family: "NotoSerifKR";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-Medium.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Medium.woff") format("woff"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Medium.otf") format("opentype");
}
/* NotoSerifKR-600 */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-SemiBold.otf") format("opentype"), url("/static/fonts/NotoSerifKR/NotoSerifKR-SemiBold.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-SemiBold.woff") format("woff");
  /* Modern Browsers */
}
/* NotoSerifKR-700 */
@font-face {
  font-family: "NotoSerifKR";
  font-style: normal;
  font-weight: 780;
  src: url("/static/fonts/NotoSerifKR/NotoSerifKR-Bold.otf") format("opentype"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Bold.woff2") format("woff2"), url("/static/fonts/NotoSerifKR/NotoSerifKR-Bold.woff") format("woff");
  /* Modern Browsers */
}
header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.083rem;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.2s;
  z-index: 12;
}
header .header_inner {
  padding: 0 3.125rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  color: #fff;
  font-size: 0.416rem;
  font-weight: bold;
}
header .header_inner .logo {
  width: 2.791rem;
}
header .header_inner nav .depth1_list {
  display: flex;
  flex-wrap: wrap;
}
header .header_inner nav .depth1_list .depth1 {
  color: #fff;
}
header .header_inner nav .depth1_list .depth1 > a {
  text-align: center;
  line-height: 2.083rem;
  height: 2.083rem;
  padding: 0 0.833rem;
  position: relative;
}
header .header_inner nav .depth1_list .depth1 > a::after {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.083rem;
  background-color: #b3aaa4;
}
header .header_inner nav .depth1_list .depth1 > a.ham_cont {
  display: none;
}
header .header_inner nav .depth1_list .depth1 > div {
  width: 100%;
  height: 2.416rem;
  position: absolute;
  display: none;
  left: 0;
}
header .header_inner nav .depth1_list .depth1 .depth2_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: normal;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #333333;
  background: #f1f1f1;
  padding: 0 0 0 12.083rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list .depth2 {
  font-weight: bold;
  font-size: 0.416rem;
  padding: 0 0.729rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list .depth2 .depth3_list {
  margin-top: 0.416rem;
  color: #444444;
}
header .header_inner nav .depth1_list .depth1 .depth2_list .depth2 .depth3_list .depth3 {
  font-weight: 500;
  line-height: 0.916rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list + .depth2_list {
  margin-top: 1.666rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_side {
  width: 21.041rem;
  align-content: flex-start;
  justify-content: flex-start;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_side .depth2 {
  height: fit-content;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_side .depth2:nth-of-type(n + 5) {
  margin-top: 1.666rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_line {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 3.437rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_line > div + div {
  margin-top: 1.666rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_line .depth2 {
  padding-left: 0;
  margin-bottom: 0.625rem;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_line .depth3_list {
  display: flex;
  flex-wrap: wrap;
}
header .header_inner nav .depth1_list .depth1 .depth2_list.p_line .depth3_list .depth3 + .depth3 {
  margin-left: 1.041rem;
}
header .header_inner nav .depth1_list .depth1:hover > a::after, header .header_inner nav .depth1_list .depth1.active > a::after {
  opacity: 1;
  animation: line forwards 0.5s;
}
header .header_inner nav .depth1_list .depth1:hover > div {
  display: block;
}
header .header_inner .etc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
header .header_inner .etc .subscribe {
  margin-left: 0.625rem;
  height: 0.875rem;
  background-color: #85786e;
  font-size: 0.375rem;
  font-weight: bold;
  padding: 0 0.52rem;
  border-radius: 4.166rem;
  color: #fff;
}
header .header_inner .etc .search {
  margin-left: 0.333rem;
}
header .header_inner .etc .menu_btn {
  margin-left: 0.52rem;
  display: block;
  width: 0.458rem;
  height: 0.416rem;
  position: relative;
}
header .header_inner .etc .menu_btn span {
  border-radius: 0.312rem;
  display: block;
  width: 100%;
  height: 0.041rem;
  background: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}
header .header_inner .etc .menu_btn span.top {
  top: 0;
}
header .header_inner .etc .menu_btn span.middle {
  top: 0.187rem;
}
header .header_inner .etc .menu_btn span.bottom {
  top: 0.375rem;
}
header.on {
  border-color: #dbdbdb;
  background-color: #182647;
}
header.on .bg {
  z-index: -1;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2.416rem;
  background: #f1f1f1;
  overflow: hidden;
}
header.scrollon {
  border-color: #dbdbdb;
  background-color: #182647;
}
header.open .header_inner .menu_btn:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header.open .header_inner .menu_btn span {
  transition: transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
header.open .header_inner .menu_btn span.top {
  top: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
header.open .header_inner .menu_btn span.middle {
  top: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  opacity: 0;
}
header.open .header_inner .menu_btn span.bottom {
  top: 50%;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
}

.ham_menu {
  z-index: 12;
  overflow-y: auto;
  width: 10rem;
  height: 100%;
  position: fixed;
  transition: all 0.5s;
  right: -100%;
  top: 0;
  background: url(/static/images/common/gnb_bg.png) no-repeat 0 0/cover, #fff;
}
.ham_menu .top_info {
  position: fixed;
  width: 100%;
  height: 2.083rem;
  border-bottom: 2px solid #ccc;
  padding: 0 0.833rem;
  font-weight: 500;
  background: #fff;
}
.ham_menu .top_info > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.ham_menu .top_info > ul > li {
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
}
.ham_menu .top_info > ul > li:first-of-type {
  padding-left: 0;
}
.ham_menu .top_info > ul > li + li {
  position: relative;
}
.ham_menu .top_info > ul > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.416rem;
  background-color: #ccc;
}
.ham_menu .top_info > ul > li .icon {
  margin-right: 0.312rem;
}
.ham_menu .depth1_list {
  padding: 2.395rem 0.833rem 0;
}
.ham_menu .depth1_list .depth1 > a {
  padding: 0 0.312rem;
  border-bottom: 1px solid #ccc;
  font-family: "NotoSerifKR";
  font-weight: bold;
  height: 1.458rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ham_menu .depth1_list .depth1 > a .icon {
  transition: all 0.2s;
}
.ham_menu .depth1_list .depth1 > a.nav_cont {
  display: none;
}
.ham_menu .depth1_list .depth1.on .depth2_list {
  padding-top: 0.312rem;
  padding-bottom: 0.312rem;
  border-bottom: 1px solid #ccc;
}
.ham_menu .depth1_list .depth1.on > a .icon {
  transform: rotate(180deg);
}
.ham_menu .depth1_list .depth1.active > a {
  font-weight: bold;
  color: #85786e;
}
.ham_menu .depth1_list .depth1 .depth2_list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 0.52rem;
  padding-right: 0.52rem;
}
.ham_menu .depth1_list .depth1 .depth2_list .depth2:hover a, .ham_menu .depth1_list .depth1 .depth2_list .depth2.on a {
  font-weight: bold;
  color: #85786e;
}
.ham_menu .depth1_list .depth1 .depth2_list .depth2 > a {
  transition: all 0.2s;
  font-weight: 500;
  line-height: 0.854rem;
  font-size: 0.375rem;
  color: #444444;
  margin-bottom: 0.104rem;
}
.ham_menu .depth1_list .depth1 .depth2_list .depth3_list {
  padding-left: 0.312rem;
}
.ham_menu .depth1_list .depth1 .depth2_list .depth3_list .depth3 {
  line-height: 0.729rem;
}
.ham_menu .depth1_list .depth1 .depth2_list .depth3_list .depth3 > a {
  font-weight: 500;
  font-size: 0.333rem;
  color: #555555;
}
.ham_menu .depth1_list .depth1 .wrap_img {
  display: none;
}
.ham_menu .sns_list {
  margin-top: 0.729rem;
  padding: 0 1.041rem 0.729rem;
  display: flex;
  flex-wrap: wrap;
}
.ham_menu .sns_list li + li {
  margin-left: 0.312rem;
}
.ham_menu .btn {
  position: fixed;
  right: 0.791rem;
  top: 0.791rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.ham_menu.open {
  right: 0;
}
.ham_menu.open .btn {
  opacity: 1;
  pointer-events: all;
}

.wrap_lang {
  margin-left: 0.937rem;
}
.wrap_lang a {
  color: #fff;
  font-weight: 500;
  font-size: 0.416rem;
}
.wrap_lang.mo_cont {
  margin-left: auto;
  margin-right: 0.52rem;
}
.wrap_lang.mo_cont a {
  color: #aaa;
  font-size: 1.166rem;
}

.gte {
  width: 2.208rem;
  height: 0.5rem;
}
.gte .goog-te-gadget {
  font-size: 0.291rem !important;
}
.gte .goog-te-gadget .goog-te-gadget-simple {
  padding: 0 !important;
  font-size: 0.291rem !important;
  width: 2.208rem;
  height: 0.5rem;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.gte .goog-te-gadget .goog-te-gadget-simple .goog-te-gadget-icon {
  margin: 0 !important;
}
.gte .goog-te-gadget .goog-te-gadget-simple > span {
  display: block;
  width: calc(100% - 0.333rem);
}
.gte .goog-te-gadget .goog-te-gadget-simple > span > a {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1480px) {
  header .header_inner .etc .wrap_lang ul li:hover a {
    background-color: #e6e6e6;
    color: #000;
  }
}
@media screen and (max-width: 1640px) {
  header .header_inner {
    padding: 0;
    width: 30rem;
  }
}
@media screen and (max-width: 1480px) {
  header {
    height: 4.166rem;
  }
  header .header_inner {
    padding: 0 1.666rem;
    height: 4.166rem;
    width: auto;
  }
  header .header_inner .logo {
    width: 5.375rem;
  }
  header .header_inner nav {
    display: none;
  }
  header .header_inner .etc .lang {
    display: none;
  }
  header .header_inner .etc .subscribe {
    width: 5.562rem;
    height: 1.958rem;
    font-size: 0.958rem;
  }
  header .header_inner .etc .search {
    margin-left: 1.041rem;
  }
  header .header_inner .etc .menu_btn {
    margin-left: 1.354rem;
    width: 1.166rem;
    height: 1.041rem;
  }
  header .header_inner .etc .menu_btn span {
    border-radius: 0.625rem;
    height: 0.125rem;
    transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -moz-transition: -moz-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
  }
  header .header_inner .etc .menu_btn span.top {
    top: 0;
  }
  header .header_inner .etc .menu_btn span.middle {
    top: 0.458rem;
  }
  header .header_inner .etc .menu_btn span.bottom {
    top: 0.916rem;
  }
  header .wrap_img {
    display: none;
  }
  .wrap_lang {
    margin-left: 0;
    position: absolute;
    right: 4.479rem;
    top: 1.145rem;
  }
  .wrap_lang button .icon {
    filter: none;
  }
  .wrap_lang ul {
    top: 120%;
  }
  .wrap_lang ul li a {
    width: 5rem;
    height: 2.5rem;
    font-size: 0.958rem;
  }
  .ham_menu {
    width: 100%;
    background: url(/static/images/common/gnb_bg_m.png) no-repeat 0 0/cover, #fff;
  }
  .ham_menu .top_info {
    background: #fff;
    height: 4.166rem;
    padding: 0 1.666rem;
  }
  .ham_menu .top_info > ul {
    width: 100%;
  }
  .ham_menu .top_info > ul > li {
    font-size: 1.083rem;
    padding: 0 1.25rem;
  }
  .ham_menu .top_info > ul > li + li::before {
    content: "";
    width: 2px;
    height: 0.833rem;
  }
  .ham_menu .top_info > ul > li .icon {
    margin-right: 0.625rem;
  }
  .ham_menu .depth1_list {
    padding: 5rem 1.666rem 0;
  }
  .ham_menu .depth1_list .depth1 > a {
    font-size: 1.083rem;
    padding: 0 0.833rem;
    height: 3.791rem;
  }
  .ham_menu .depth1_list .depth1.on .depth2_list {
    padding: 0.625rem 0;
  }
  .ham_menu .depth1_list .depth1 .depth2_list .depth2 {
    padding-left: 0.937rem;
    padding-right: 0.937rem;
  }
  .ham_menu .depth1_list .depth1 .depth2_list .depth2 > a {
    font-size: 1rem;
    line-height: 2.625rem;
  }
  .ham_menu .depth1_list .depth1 .depth2_list .depth3_list {
    padding-left: 1.25rem;
  }
  .ham_menu .depth1_list .depth1 .depth2_list .depth3_list .depth3 {
    line-height: 2.604rem;
  }
  .ham_menu .depth1_list .depth1 .depth2_list .depth3_list .depth3 > a {
    color: #555555;
    font-size: 0.958rem;
  }
  .ham_menu .depth1_list .depth1:last-of-type .depth2_list .depth3_list .depth3 {
    padding-left: 1.354rem;
  }
  .ham_menu .sns_list {
    margin-top: 2.5rem;
    bottom: 2.916rem;
    padding: 0 1.666rem 2.916rem;
  }
  .ham_menu .sns_list li + li {
    margin-left: 0.833rem;
  }
  .ham_menu .btn {
    right: 1.875rem;
    top: 1.25rem;
  }
  .gte {
    position: absolute;
    width: 7.354rem;
    height: 1.666rem;
    right: 1.666rem;
    z-index: 9;
  }
  .gte .goog-te-gadget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(255, 255, 255, 0);
  }
  .gte .goog-te-gadget span {
    display: none;
  }
  .gte .goog-te-gadget > div {
    width: 100%;
    height: 100%;
  }
  .gte .goog-te-gadget > div select {
    display: block !important;
    width: inherit;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/static/images/sub/common/icon_select.png");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 0.75rem auto;
  }
  .gte .goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    height: 1.666rem;
    font-size: 0.958rem !important;
  }
}
footer {
  background-color: #222;
  color: #fff;
  position: relative;
}
footer .btn_top {
  background-color: #666;
  position: absolute;
  right: 0.833rem;
  top: 0;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
footer .bottom_info {
  overflow: hidden;
}
footer .bottom_info .inner {
  padding-top: 1.666rem;
  padding-bottom: 1.666rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
footer .bottom_info .inner::before {
  content: "";
  position: absolute;
  right: -3.334rem;
  bottom: -1.042rem;
  background: url(/static/images/common/footer_obj.png) no-repeat 0 0/contain;
  width: 4.312rem;
  height: 4.937rem;
}
footer .bottom_info .inner .left_info .footer_logo {
  width: 3.875rem;
  opacity: 0.6;
  margin-right: 4.166rem;
}
footer .bottom_info .inner .right_info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .bottom_info .inner .right_info dl:first-of-type, footer .bottom_info .inner .right_info dl:last-of-type {
  margin-bottom: 0.5rem;
}
footer .bottom_info .inner .right_info dl * {
  line-height: 0.541rem;
  font-size: 0.333rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom_info .inner .right_info dl:first-of-type div * {
  color: rgba(255, 255, 255, 0.75);
}
footer .bottom_info .inner .right_info dl:first-of-type div + div {
  position: relative;
}
footer .bottom_info .inner .right_info dl:first-of-type div + div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.375rem;
  background-color: rgba(255, 255, 255, 0.75);
}
footer .bottom_info .inner .right_info dl div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .bottom_info .inner .right_info dl div + div {
  padding-left: 0.208rem;
  margin-left: 0.208rem;
}
footer .bottom_info .inner .right_info .copyrights {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.291rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1480px) {
  footer .btn_top {
    right: 1.666rem;
    width: 4.583rem;
    height: 4.583rem;
  }
  footer {
    background-color: #222;
    color: #fff;
    position: relative;
  }
  footer .btn_top {
    background-color: #666;
    position: absolute;
    right: 0.833rem;
    top: 0;
    transform: translateY(-50%);
    width: 4.583rem;
    height: 4.583rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
  }
  footer .bottom_info {
    overflow: hidden;
  }
  footer .bottom_info .inner {
    display: block;
    padding: 2.5rem 1.666rem;
  }
  footer .bottom_info .inner::before {
    content: "";
    right: 1.666rem;
    bottom: -1.875rem;
    width: 7.666rem;
    height: 8.75rem;
  }
  footer .bottom_info .inner .left_info .footer_logo {
    width: 6.458rem;
    margin-bottom: 2.083rem;
  }
  footer .bottom_info .inner .right_info dl:first-of-type {
    margin-bottom: 2.083rem;
  }
  footer .bottom_info .inner .right_info dl:last-of-type {
    margin-bottom: 2.5rem;
  }
  footer .bottom_info .inner .right_info dl:last-of-type {
    margin-top: 0.833rem;
  }
  footer .bottom_info .inner .right_info dl * {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.395rem;
    font-size: 0.916rem;
  }
  footer .bottom_info .inner .right_info dl div + div {
    padding-left: 0.52rem;
    margin-left: 0.52rem;
  }
  footer .bottom_info .inner .right_info dl div + div::before {
    width: 0.083rem;
    height: 1.041rem;
  }
  footer .bottom_info .inner .right_info dl div:last-of-type {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  footer .bottom_info .inner .right_info .copyrights {
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    margin-top: 0;
  }
}
/*****

http://pf.event-manager.co.kr/popup_test.php

<? require_once $_SERVER["DOCUMENT_ROOT"]."/inc/popup/popup_campaign.php"; ?>

*****/
.popup_comm {
  position: fixed;
  left: 0;
  right: 0;
  margin: 8vh auto 0 auto;
  top: 0;
  max-width: 13.479rem;
  z-index: 10001;
  background-color: #fff;
  border-radius: 0.333rem;
  display: none;
}
.popup_comm.overflow .inner .popup_cont {
  overflow-y: hidden;
}
.popup_comm .inner {
  width: 13.479rem;
  padding: 0;
}
.popup_comm .inner .popup_tit {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.333rem 0.333rem 0px 0px;
  background: #152b5e;
}
.popup_comm .inner .popup_tit p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  font-size: 0.583rem;
  font-weight: 700;
  letter-spacing: -0.006rem;
}
.popup_comm .inner .popup_tit .popup_close {
  cursor: pointer;
  width: 1.333rem;
  height: 1.333rem;
}
.popup_comm .inner .popup_cont {
  border: 1px solid #ccc;
  padding: 1rem 1.458rem 1.083rem 1.458rem;
  border-radius: 0px 0px 0.333rem 0.333rem;
}
.popup_comm.refuse_email_popup .inner .popup_cont {
  border: 1px solid #ccc;
  padding: 1.333rem 0 1.666rem 0;
  border-radius: 0px 0px 0.333rem 0.333rem;
}
.popup_comm.refuse_email_popup .inner .popup_cont .desc {
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 0.833rem;
}
.popup_comm.refuse_email_popup .inner .popup_cont .etc {
  font-size: 0.333rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
  text-align: center;
  border-radius: 0.333rem;
  padding: 0.666rem 1.875rem;
  background-color: rgba(17, 154, 121, 0.04);
  margin: 0 1.458rem;
}
.popup_comm.refuse_email_popup .inner .popup_cont .etc span {
  color: #119a79;
}
.popup_comm.popup_my_agenda .inner .popup_cont {
  padding: 1rem 1.25rem 1.083rem 1.25rem;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w {
  height: 8.583rem;
  overflow: hidden;
  overflow-y: scroll;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w::-webkit-scrollbar {
  width: 0.125rem;
  padding: 0.25rem 0.375rem;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w::-webkit-scrollbar-thumb {
  background: rgb(133, 120, 110);
  border-radius: 0.25rem;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.4);
  border-radius: 0.25rem;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w .subtit {
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  margin-bottom: 0.666rem;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w .form-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0.75rem;
}
.popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w:not(:first-child) {
  margin-top: 1.333rem;
}
.popup_comm.popup_report .inner .popup_cont .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.416rem;
}
.popup_comm.popup_report .inner .popup_cont .form-group .textarea_w {
  margin-top: 0.416rem;
  height: 3.75rem;
}
.popup_comm.popup_report .inner .popup_cont .button_w {
  margin-top: 1.666rem;
}
.popup_comm.popup_main {
  margin: 4vh auto 0 auto;
  background-color: transparent;
}
.popup_comm.popup_main .inner .popup_cont {
  border: none;
  padding: 2rem 0.833rem 1.041rem 0.833rem;
  position: relative;
}
.popup_comm.popup_main .inner .popup_cont .popup_close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  width: 1.333rem;
  height: 1.333rem;
}
.popup_comm.popup_main .inner .popup_cont .img_cont {
  position: relative;
  width: 100%;
  height: auto;
}
.popup_comm.popup_main .inner .popup_cont .img_cont .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 0.333rem 0.333rem 0 0;
  background: #eee;
}
.popup_comm.popup_main .inner .popup_cont .img_cont .swiper-container .swiper-wrapper .swiper-slide {
  background-color: transparent;
}
.popup_comm.popup_main .inner .popup_cont .img_cont .pagination {
  position: absolute;
  bottom: -1rem;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.popup_comm.popup_main .inner .popup_cont .img_cont .pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  opacity: 1;
}
.popup_comm.popup_main .inner .popup_cont .img_cont .pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 0.5rem;
}
.popup_comm.popup_main .inner .popup_cont .img_cont .pagination .swiper-pagination-bullet-active {
  background-color: #119a79;
}
.popup_comm.popup_main .inner .popup_cont .button_w {
  margin-top: 0.666rem;
}
.popup_comm.popup_main .inner .popup_cont .modal_footer {
  background-color: #eee;
  border-radius: 0 0 0.333rem 0.333rem;
  padding: 0 0.729rem;
  height: 1.729rem;
}
.popup_comm.popup_main .inner .popup_cont .modal_footer .check_box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.popup_comm.popup_main .inner .popup_cont .modal_footer .check_box input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.popup_comm.popup_main .inner .popup_cont .modal_footer .check_box input + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #888;
  font-weight: 500;
  font-size: 0.52rem;
}
.popup_comm.popup_main .inner .popup_cont .modal_footer .check_box input + label::before {
  content: "";
  display: block;
  width: 0.833rem;
  height: 0.833rem;
  margin-right: 0.312rem;
  background: url(/static/images/common/icon_check_main.png) no-repeat 0 0;
  background-size: contain;
}
.popup_comm.popup_main .inner .popup_cont .modal_footer .check_box input:checked + label::before {
  background-image: url(/static/images/common/icon_check_on_main.png);
  background-size: contain;
}
.popup_comm.popup_inquiry .inner .popup_cont .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.666rem;
}
.popup_comm.popup_inquiry .inner .popup_cont .form-group .textarea_w .box {
  margin-top: 0.416rem;
}
.popup_comm.popup_campaign .inner .popup_cont .info {
  font-size: 0.416rem;
  font-weight: 700;
  letter-spacing: -0.009rem;
}
.popup_comm.popup_campaign .inner .popup_cont .form-group {
  margin-top: 1.333rem;
}
.popup_comm.popup_campaign .inner .popup_cont .form-group .input_w:not(:first-child) {
  margin-top: 0.666rem;
}
.popup_comm.popup_campaign .inner .popup_cont .form-group .checkbox_w {
  margin-top: 0.416rem;
  margin-left: 0.333rem;
}
.popup_comm.popup_campaign .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label {
  color: #888;
}
.popup_comm.popup_campaign .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label span {
  color: #888;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.041rem;
}
.popup_comm.popup_newsletter .inner .popup_cont .info, .popup_comm.popup_preapplication .inner .popup_cont .info {
  font-size: 0.416rem;
  font-weight: 700;
  letter-spacing: -0.009rem;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group, .popup_comm.popup_preapplication .inner .popup_cont .form-group {
  margin-top: 1.333rem;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group .input_w:not(:first-child), .popup_comm.popup_preapplication .inner .popup_cont .form-group .input_w:not(:first-child) {
  margin-top: 0.666rem;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w {
  position: relative;
  margin-top: 0.416rem;
  margin-left: 0.333rem;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input {
  top: 0;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label {
  color: #888;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label p, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label p {
  width: calc(100% - 2rem);
  display: flex;
  flex-wrap: wrap;
}
.popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label a, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label a {
  color: #888;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.041rem;
  cursor: pointer;
  z-index: 1;
}
.popup_comm.popup_complete {
  max-width: 10rem;
}
.popup_comm.popup_complete .inner {
  width: 10rem;
}
.popup_comm.popup_complete .inner .popup_cont {
  border-radius: 0.333rem;
  padding: 1.041rem 0;
}
.popup_comm.popup_complete .inner .popup_cont .tit {
  font-size: 0.583rem;
  font-weight: 700;
  letter-spacing: -0.012rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.popup_comm.popup_complete .inner .popup_cont .desc {
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  color: #555;
  text-align: center;
}
.popup_comm.popup_complete .inner .popup_cont .button_w {
  margin-top: 0.833rem;
}
.popup_comm.popup_major .inner .popup_cont {
  padding: 0.625rem 0.416rem 1.145rem 1.041rem;
}
.popup_comm.popup_major .inner .popup_cont .cont_w dl {
  display: flex;
  line-height: 0.5rem;
  font-size: 0.375rem;
}
.popup_comm.popup_major .inner .popup_cont .cont_w dl dt {
  font-weight: bold;
  width: 1.458rem;
}
.popup_comm.popup_major .inner .popup_cont .cont_w dl dd {
  width: calc(100% - 1.458rem);
  color: #555;
  font-weight: 500;
  word-break: keep-all;
  word-wrap: break-word;
}
.popup_comm.popup_major .inner .popup_cont .cont_w dl + dl {
  margin-top: 0.208rem;
}
.popup_comm.popup_noready {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dimmed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.06);
  z-index: 10000;
  display: none;
  pointer-events: none;
}
.dimmed_main {
  background-color: rgba(0, 0, 0, 0.6);
}

.form-group .error_msg {
  margin-left: 0.333rem;
  margin-top: 0.333rem;
  color: #d73227;
  font-size: 0.333rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
}
.form-group .input_w label {
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  margin-left: 0.333rem;
}
.form-group .input_w label .asterisk {
  color: #d73227;
}
.form-group .input_w input {
  width: 100%;
  margin-top: 0.416rem;
  padding: 0 0.625rem;
  height: 1.25rem;
  color: rgba(136, 136, 136, 0.8);
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  border-radius: 0.166rem;
  border: 1px solid #ccc;
}
.form-group .input_w input::placeholder {
  color: rgba(136, 136, 136, 0.8);
  opacity: 1; /* Firefox */
}
.form-group .select_w label {
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  margin-left: 0.333rem;
}
.form-group .select_w label .asterisk {
  color: #d73227;
}
.form-group .select_w select {
  width: 100%;
  margin-top: 0.416rem;
  appearance: none;
  padding: 0 0.625rem;
  height: 1.25rem;
  color: rgba(136, 136, 136, 0.8);
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  border-radius: 0.166rem;
  border: 1px solid #ccc;
  background: url(/static/images/sub/common/icon_select.png) no-repeat right 0.625rem center;
  background-size: 0.25rem;
  background-color: #fff;
}
.form-group .checkbox_w {
  display: flex;
  align-items: center;
}
.form-group .checkbox_w input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.form-group .checkbox_w input[type=checkbox]:checked + label i.icon_check {
  border-color: #182647;
  background-color: #182647;
  background-image: url(/static/images/common/icon_check.png);
  background-position: center;
  background-size: 0.291rem auto;
  background-repeat: no-repeat;
}
.form-group .checkbox_w input[type=checkbox] + label {
  display: flex;
  align-items: center;
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  color: #444;
}
.form-group .checkbox_w input[type=checkbox] + label i.icon_check {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border: 0.02rem solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  flex-shrink: 0;
}
.form-group .radio_w {
  position: relative;
  display: flex;
  align-items: center;
}
.form-group .radio_w input[type=radio] {
  position: absolute;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.form-group .radio_w input[type=radio]:checked + label {
  font-weight: 700;
}
.form-group .radio_w input[type=radio]:checked + label i.radio_chk {
  border-color: #182647;
  background-image: url(/static/images/common/radio_chk.png);
  background-position: center center;
  background-size: 0.25rem auto;
  background-repeat: no-repeat;
}
.form-group .radio_w input[type=radio] + label {
  display: flex;
  align-items: center;
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  color: #333;
}
.form-group .radio_w input[type=radio] + label i.radio_chk {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border: 0.02rem solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.form-group .textarea_w label {
  font-size: 0.416rem;
  font-weight: 500;
  letter-spacing: -0.009rem;
  margin-left: 0.333rem;
}
.form-group .textarea_w label .asterisk {
  color: #d73227;
}
.form-group .textarea_w .box {
  width: 100%;
  height: 3.75rem;
  border: 0.02rem solid #ccc;
  border-radius: 0.166rem;
  padding: 0.583rem;
  overflow-y: auto;
  position: relative;
}
.form-group .textarea_w .box textarea {
  width: 100%;
  resize: none;
  padding: 0;
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  color: rgba(136, 136, 136, 0.8);
  font-family: "NotoSansKr";
  border: none;
}
.form-group .textarea_w .box textarea:focus {
  outline: none;
}
.form-group .textarea_w .box textarea::placeholder {
  color: rgba(136, 136, 136, 0.8);
  opacity: 1;
}
.form-group .textarea_w .box .text_w {
  position: absolute;
  bottom: 0.583rem;
  right: 0.583rem;
  font-size: 0.333rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
  color: #aaa;
}
.form-group .textarea_w .box .text_w .textCount {
  font-size: 0.333rem;
  font-weight: 500;
  letter-spacing: -0.007rem;
  color: #aaa;
}

.button_w {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.666rem;
}
.button_w a {
  width: 3.75rem;
  height: 1.208rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.375rem;
  font-weight: 500;
  letter-spacing: -0.008rem;
  border-radius: 0.166rem;
  color: #fff;
  background-color: #182647;
}
.button_w a.gray {
  background-color: #85786e;
}
.button_w:hover a {
  box-shadow: 0.083rem 0.083rem 0.166rem 0px rgba(0, 0, 0, 0.18);
}

.icon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  display: block;
  flex-shrink: 0;
}
.icon_close {
  background-image: url(/static/images/common/icon_close2.png);
}
.icon_close_b {
  background-image: url(/static/images/common/icon_close_b.png);
}
.icon_close_main {
  background-image: url(/static/images/common/popup_main_close.png);
}
.icon_check {
  background-image: url(/static/images/common/icon_check.png);
}

@media screen and (min-width: 1480px) and (max-height: 960px) {
  .popup_comm.overflow {
    overflow-x: hidden;
    overflow-y: auto;
    height: 16.979rem;
  }
  .popup_comm.overflow::-webkit-scrollbar {
    width: 0.125rem;
    padding: 0.25rem 0.375rem;
    -webkit-appearance: none;
  }
  .popup_comm.overflow::-webkit-scrollbar:vertical {
    width: 0.104rem;
  }
  .popup_comm.overflow::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 0.25rem;
  }
  .popup_comm.overflow::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 0.25rem;
  }
  .popup_comm.overflow .inner .popup_cont {
    padding: 2rem 0.833rem 3rem 0.833rem;
  }
}
@media screen and (min-width: 1480px) and (max-height: 740px) {
  .popup_comm.overflow .inner .popup_cont {
    padding: 2rem 0.833rem 5rem 0.833rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .popup_comm {
    max-width: 15.562rem;
  }
  .popup_comm.overflow .inner .popup_cont {
    height: auto;
  }
  .popup_comm .inner {
    width: 15.562rem;
  }
  .popup_comm .inner .popup_tit p {
    margin-top: 0;
    font-size: 0.666rem;
  }
  .popup_comm.refuse_email_popup .inner .popup_cont .desc {
    font-size: 0.5rem;
  }
  .popup_comm.refuse_email_popup .inner .popup_cont .etc {
    font-size: 0.375rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w .subtit {
    font-size: 0.5rem;
  }
  .popup_comm.popup_report .inner .popup_cont .form-group .textarea_w {
    margin-top: 0.416rem;
    height: 3.75rem;
  }
  .popup_comm.popup_report .inner .popup_cont .button_w {
    margin-top: 1.666rem;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.666rem;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group .textarea_w .box {
    margin-top: 0.416rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .info {
    font-size: 0.5rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .info, .popup_comm.popup_preapplication .inner .popup_cont .info {
    font-size: 0.5rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox], .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] {
    width: 0.666rem;
    height: 0.666rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox]:checked + label i.icon_check, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox]:checked + label i.icon_check {
    background-size: 0.291rem auto;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label {
    font-size: 0.458rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label i.icon_check, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label i.icon_check {
    width: 0.666rem;
    height: 0.666rem;
  }
  .popup_comm.popup_complete {
    max-width: 12.083rem;
  }
  .popup_comm.popup_complete .inner {
    width: 12.083rem;
  }
  .popup_comm.popup_complete .inner .popup_cont .tit {
    font-size: 0.666rem;
  }
  .popup_comm.popup_complete .inner .popup_cont .desc {
    font-size: 0.5rem;
  }
  .popup_comm.popup_major .inner .popup_cont {
    padding: 0.625rem 0.416rem 1.145rem 1.041rem;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl {
    line-height: 0.666rem;
    font-size: 0.5rem;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl dt {
    width: 20%;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl dd {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) and (max-height: 1040px) {
  .popup_newsletter.overflow {
    overflow-x: hidden;
    overflow-y: auto;
    height: 22rem;
  }
  .popup_newsletter.overflow::-webkit-scrollbar {
    width: 0.125rem;
    padding: 0.25rem 0.375rem;
    -webkit-appearance: none;
  }
  .popup_newsletter.overflow::-webkit-scrollbar:vertical {
    width: 0.104rem;
  }
  .popup_newsletter.overflow::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 0.25rem;
  }
  .popup_newsletter.overflow::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 0.25rem;
  }
  .popup_newsletter.overflow .inner .popup_cont {
    padding: 2rem 0.833rem 3rem 0.833rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) and (max-height: 800px) {
  .popup_comm.overflow {
    overflow-x: hidden;
    overflow-y: auto;
    height: 22rem;
  }
  .popup_comm.overflow::-webkit-scrollbar {
    width: 0.125rem;
    padding: 0.25rem 0.375rem;
    -webkit-appearance: none;
  }
  .popup_comm.overflow::-webkit-scrollbar:vertical {
    width: 0.104rem;
  }
  .popup_comm.overflow::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 0.25rem;
  }
  .popup_comm.overflow::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 0.25rem;
  }
  .popup_comm.overflow .inner .popup_cont {
    padding: 2rem 0.833rem 3rem 0.833rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) and (max-height: 760px) {
  .popup_comm.overflow .inner .popup_cont {
    padding: 2rem 0.833rem 5rem 0.833rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1480px) {
  .dimmed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.06);
    z-index: 10000;
    display: none;
    pointer-events: none;
  }
  .dimmed_main {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .form-group .error_msg {
    font-size: 0.375rem;
  }
  .form-group .input_w label {
    font-size: 0.5rem;
  }
  .form-group .input_w input {
    height: 1.666rem;
    font-size: 0.416rem;
  }
  .form-group .select_w label {
    font-size: 0.5rem;
  }
  .form-group .select_w select {
    font-size: 0.416rem;
    height: 1.666rem;
  }
  .form-group .checkbox_w input[type=checkbox] {
    width: 0.666rem;
    height: 0.666rem;
  }
  .form-group .checkbox_w input[type=checkbox]:checked + label i.icon_check {
    background-size: 0.291rem auto;
  }
  .form-group .checkbox_w input[type=checkbox] + label {
    font-size: 0.458rem;
  }
  .form-group .checkbox_w input[type=checkbox] + label i.icon_check {
    width: 0.666rem;
    height: 0.666rem;
  }
  .form-group .radio_w input[type=radio] {
    width: 0.666rem;
    height: 0.666rem;
  }
  .form-group .radio_w input[type=radio]:checked + label i.radio_chk {
    background-size: 0.375rem auto;
    background-position: left 52% top 47%;
  }
  .form-group .radio_w input[type=radio] + label {
    font-size: 0.5rem;
  }
  .form-group .radio_w input[type=radio] + label i.radio_chk {
    width: 0.666rem;
    height: 0.666rem;
  }
  .form-group .textarea_w label {
    font-size: 0.5rem;
  }
  .form-group .textarea_w .box textarea {
    display: block;
    font-size: 0.416rem;
  }
  .form-group .textarea_w .box .text_w {
    bottom: 0.583rem;
    right: 0.583rem;
    font-size: 0.375rem;
  }
  .form-group .textarea_w .box .text_w .textCount {
    font-size: 0.375rem;
  }
  .button_w a {
    width: 4.583rem;
    height: 1.354rem;
    font-size: 0.416rem;
  }
}
@media screen and (max-width: 1199px) {
  .popup_comm {
    position: fixed;
    left: 0;
    right: 0;
    margin: 3vh 1.875rem 3vh 1.875rem;
    top: 0;
    max-width: 100%;
    z-index: 10001;
    background-color: #fff;
    border-radius: 0.666rem;
  }
  .popup_comm .inner {
    width: 100%;
    padding: 0;
  }
  .popup_comm .inner .popup_tit {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.666rem;
    border-radius: 0.666rem 0.666rem 0px 0px;
    background: #152b5e;
  }
  .popup_comm .inner .popup_tit p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: #fff;
    font-size: 1.333rem;
    font-weight: 700;
    letter-spacing: -0.014rem;
  }
  .popup_comm .inner .popup_tit .popup_close {
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
  }
  .popup_comm .inner .popup_cont {
    border: 1px solid #ccc;
    padding: 2.5rem 2.083rem;
    border-radius: 0px 0px 0.666rem 0.666rem;
  }
  .popup_comm.refuse_email_popup .inner .popup_tit p {
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
    width: 100%;
  }
  .popup_comm.refuse_email_popup .inner .popup_cont {
    padding: 2.5rem 2.083rem;
    border-radius: 0px 0px 0.333rem 0.333rem;
  }
  .popup_comm.refuse_email_popup .inner .popup_cont .desc {
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    padding: 0 1.458rem;
    text-align: center;
    margin-bottom: 2.083rem;
  }
  .popup_comm.refuse_email_popup .inner .popup_cont .etc {
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    text-align: center;
    border-radius: 0.666rem;
    padding: 2.5rem 2.041rem;
    background-color: rgba(17, 154, 121, 0.04);
    margin: 0;
  }
  .popup_comm.refuse_email_popup .inner .popup_cont .etc span {
    color: #119a79;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont {
    padding: 2.5rem 1.875rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w {
    height: 23.083rem;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 0.208rem 0.416rem 0.208rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w::-webkit-scrollbar {
    width: 0.25rem;
    padding: 0.25rem 0.375rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w .subtit {
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    margin-bottom: 1.666rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w .form-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1.666rem;
  }
  .popup_comm.popup_my_agenda .inner .popup_cont .cont_w .form_w:not(:first-child) {
    margin-top: 3.333rem;
    margin-bottom: 0.416rem;
  }
  .popup_comm.popup_report .inner .popup_cont .form-group {
    display: flex;
    flex-direction: column;
    gap: 1.333rem;
    height: 23.083rem;
    padding: 0 0.208rem 1.25rem 0.208rem;
    overflow: hidden;
    overflow-y: scroll;
  }
  .popup_comm.popup_report .inner .popup_cont .form-group::-webkit-scrollbar {
    width: 0.25rem;
    padding: 0.25rem 0.375rem;
  }
  .popup_comm.popup_report .inner .popup_cont .form-group::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_report .inner .popup_cont .form-group::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_report .inner .popup_cont .form-group .textarea_w {
    width: 100%;
    height: 9.375rem;
  }
  .popup_comm.popup_report .inner .popup_cont .button_w {
    margin-top: 4.166rem;
  }
  .popup_comm.popup_main .inner .popup_cont {
    border: none;
    padding: 3.833rem 1.666rem 1.666rem 1.666rem;
    position: relative;
  }
  .popup_comm.popup_main .inner .popup_cont .popup_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
  }
  .popup_comm.popup_main .inner .popup_cont .img_cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .popup_comm.popup_main .inner .popup_cont .img_cont .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 0.666rem 0.666rem 0 0;
  }
  .popup_comm.popup_main .inner .popup_cont .img_cont .pagination {
    position: absolute;
    bottom: -1.5rem;
    display: flex;
    justify-content: center;
    z-index: 1;
    gap: 0.375rem;
  }
  .popup_comm.popup_main .inner .popup_cont .img_cont .pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
    opacity: 1;
  }
  .popup_comm.popup_main .inner .popup_cont .img_cont .pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 0.75rem;
  }
  .popup_comm.popup_main .inner .popup_cont .img_cont .pagination .swiper-pagination-bullet-active {
    background-color: #119a79;
  }
  .popup_comm.popup_main .inner .popup_cont .button_w {
    margin-top: 1.333rem;
  }
  .popup_comm.popup_main .inner .popup_cont .modal_footer {
    border-radius: 0 0 0.666rem 0.666rem;
    padding: 0 1.354rem;
    height: 3.208rem;
  }
  .popup_comm.popup_main .inner .popup_cont .modal_footer .check_box input + label {
    font-size: 1rem;
  }
  .popup_comm.popup_main .inner .popup_cont .modal_footer .check_box input + label::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.52rem;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group {
    display: flex;
    flex-direction: column;
    gap: 1.333rem;
    height: 23.083rem;
    padding: 0 0.208rem 0.416rem 0.208rem;
    overflow: hidden;
    overflow-y: scroll;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group::-webkit-scrollbar {
    width: 0.25rem;
    padding: 0.25rem 0.375rem;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_inquiry .inner .popup_cont .form-group .textarea_w .box {
    margin-top: 0.833rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .info {
    font-size: 1.083rem;
    font-weight: 700;
    letter-spacing: -0.022rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group {
    margin-top: 2.5rem;
    height: 21rem;
    padding: 0 0.208rem 0.416rem 0.208rem;
    overflow: hidden;
    overflow-y: scroll;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group::-webkit-scrollbar {
    width: 0.25rem;
    padding: 0.25rem 0.375rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group::-webkit-scrollbar-thumb {
    background: rgb(133, 120, 110);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 20.812rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group .input_w:not(:first-child) {
    margin-top: 1.333rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group .checkbox_w {
    margin-top: 1.25rem;
    margin-left: 0.666rem;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label {
    color: #888;
  }
  .popup_comm.popup_campaign .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label span {
    color: #888;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.083rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .info, .popup_comm.popup_preapplication .inner .popup_cont .info {
    font-size: 1.083rem;
    font-weight: 700;
    letter-spacing: -0.022rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group, .popup_comm.popup_preapplication .inner .popup_cont .form-group {
    margin-top: 2.5rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .input_w:not(:first-child), .popup_comm.popup_preapplication .inner .popup_cont .form-group .input_w:not(:first-child) {
    margin-top: 1.333rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w {
    margin-top: 1.25rem;
    margin-left: 0.666rem;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label {
    color: #888;
  }
  .popup_comm.popup_newsletter .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label a, .popup_comm.popup_preapplication .inner .popup_cont .form-group .checkbox_w input[type=checkbox] + label a {
    color: #888;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.083rem;
  }
  .popup_comm.popup_complete {
    max-width: 100%;
    margin: 25% 3.333rem 0 3.333rem;
  }
  .popup_comm.popup_complete .inner {
    width: 100%;
  }
  .popup_comm.popup_complete .inner .popup_cont {
    border-radius: 0.666rem;
    padding: 2.083rem 0;
  }
  .popup_comm.popup_complete .inner .popup_cont .tit {
    font-size: 1.333rem;
    font-weight: 700;
    letter-spacing: -0.027rem;
    text-align: center;
    margin-bottom: 1.333rem;
  }
  .popup_comm.popup_complete .inner .popup_cont .desc {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #555;
    text-align: center;
  }
  .popup_comm.popup_complete .inner .popup_cont .button_w {
    margin-top: 1.666rem;
  }
  .popup_comm.popup_major .inner .popup_cont {
    padding: 1.354rem 2.5rem 0.416rem 2.5rem;
    height: 17.916rem;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w {
    height: 100%;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl {
    line-height: 1.5rem;
    font-size: 1rem;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl dt {
    width: 3.958rem;
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl dd {
    width: calc(100% - 3.958rem);
  }
  .popup_comm.popup_major .inner .popup_cont .cont_w dl + dl {
    margin-top: 0.375rem;
  }
  .dimmed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.06);
    z-index: 10000;
    display: none;
  }
  .dimmed_main {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .form-group .error_msg {
    margin-left: 0.75rem;
    margin-top: 0.833rem;
    color: #d73227;
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
  .form-group .input_w label {
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    margin-left: 0.666rem;
  }
  .form-group .input_w label .asterisk {
    color: #d73227;
  }
  .form-group .input_w input {
    width: 100%;
    margin-top: 0.833rem;
    padding: 0 1.666rem;
    height: 3.75rem;
    color: rgba(136, 136, 136, 0.8);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    border: 0.041rem solid #ccc;
  }
  .form-group .input_w input::placeholder {
    color: rgba(136, 136, 136, 0.8);
    opacity: 1; /* Firefox */
  }
  .form-group .select_w label {
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    margin-left: 0.666rem;
  }
  .form-group .select_w label .asterisk {
    color: #d73227;
  }
  .form-group .select_w select {
    width: 100%;
    margin-top: 0.833rem;
    appearance: none;
    padding: 0 1.666rem;
    height: 3.75rem;
    color: rgba(136, 136, 136, 0.8);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    border: 0.041rem solid #ccc;
    background: url(/static/images/sub/common/icon_select.png) no-repeat right 1.666rem center;
    background-size: 0.75rem;
    background-color: #fff;
  }
  .form-group .checkbox_w {
    display: flex;
    align-items: center;
  }
  .form-group .checkbox_w input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
  }
  .form-group .checkbox_w input[type=checkbox]:checked + label i.icon_check {
    border-color: #182647;
    background-color: #182647;
    background-image: url(/static/images/common/icon_check.png);
    background-position: center;
    background-size: 1rem auto;
    background-repeat: no-repeat;
  }
  .form-group .checkbox_w input[type=checkbox] + label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #444;
  }
  .form-group .checkbox_w input[type=checkbox] + label i.icon_check {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0.25rem;
    flex-shrink: 0;
  }
  .form-group .radio_w {
    position: relative;
    display: flex;
    align-items: center;
  }
  .form-group .radio_w input[type=radio] {
    position: absolute;
    overflow: hidden;
    width: 1.291rem;
    height: 1.291rem;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
  }
  .form-group .radio_w input[type=radio]:checked + label {
    font-weight: 700;
  }
  .form-group .radio_w input[type=radio]:checked + label i.radio_chk {
    border-color: #182647;
    background-image: url(/static/images/common/radio_chk.png);
    background-position: center center;
    background-size: 0.625rem auto;
    background-repeat: no-repeat;
  }
  .form-group .radio_w input[type=radio] + label {
    display: flex;
    align-items: center;
    font-size: 1.083rem;
    font-weight: 500;
    letter-spacing: -0.022rem;
    color: #333;
  }
  .form-group .radio_w input[type=radio] + label i.radio_chk {
    display: block;
    width: 1.291rem;
    height: 1.291rem;
    margin-right: 0.5rem;
    border: 0.02rem solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .form-group .textarea_w label {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    margin-left: 0.666rem;
  }
  .form-group .textarea_w label .asterisk {
    color: #d73227;
  }
  .form-group .textarea_w .box {
    width: 100%;
    height: 9.375rem;
    border: 0.041rem solid #ccc;
    border-radius: 0.5rem;
    padding: 1.333rem;
    margin-top: 0.833rem;
    overflow-y: auto;
    position: relative;
  }
  .form-group .textarea_w .box textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: rgba(136, 136, 136, 0.8);
    font-family: "NotoSansKr";
    border: none;
  }
  .form-group .textarea_w .box textarea:focus {
    outline: none;
  }
  .form-group .textarea_w .box textarea::placeholder {
    color: rgba(136, 136, 136, 0.8);
    opacity: 1;
  }
  .form-group .textarea_w .box .text_w {
    position: absolute;
    bottom: 1.333rem;
    right: 1.333rem;
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #aaa;
  }
  .form-group .textarea_w .box .text_w .textCount {
    font-size: 0.958rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #aaa;
  }
  .button_w {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.166rem;
  }
  .button_w a {
    width: 9.375rem;
    height: 3.208rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.02rem;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #182647;
  }
  .button_w a.gray {
    background-color: #85786e;
  }
}

.popup_comm .popup_cont {
  overflow: overlay;
  max-height: 700px;
  height: 100%;
}