@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* Noto Sans KR Web Font */
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */

/* CSS Reset */
* {
  box-sizing: border-box;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
html {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.05rem;
  box-sizing: border-box;
}
/* @media screen and (max-width: 1130px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 12px;
  }
} */
a:focus-visible,
div:focus-visible,
input:focus-visible,
span:focus-visible,
button:focus-visible,
label:focus-visible,
select:focus-visible,
dl:focus-visible,
textarea:focus-visible,
article:focus-visible {
  outline: 3px dotted #022658;
  outline-offset: 1px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
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 {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}
body,
input,
select,
textarea,
button {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section,
time,
mark,
canvas,
video,
audio,
details,
summary {
  display: block;
}
ul {
  list-style: none;
}
address {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  color: inherit;
  transform: skew(-0.1deg);
}
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  transform: skew(-0.1deg);
}
ins {
  background-color: #ff9;
  text-decoration: none;
  color: #000;
}
mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}
input[type="text"],
input[type="password"],
input[type="url"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear {
  display: none;
}
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
img {
  max-width: 100%;
}
.select,
.has_clear {
  position: relative;
  display: inline-block;
}
.select::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url("/resources/images/ico.png") no-repeat -13px -277px;
  background-size: 25px auto;
}
.select::after,
.has_clear button {
  position: absolute;
  right: 1.3333rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select,
.has_clear input {
  padding-left: 0.6667rem;
  padding-right: calc(2.3333rem + 12px) !important;
}
.has_clear input {
  width: 100%;
}
.has_clear button {
  display: none;
  height: 0.833rem;
  line-height: 0.5rem;
}
.has_clear.on button {
  display: block;
}
.has_clear button::before {
  content: "X";
  font-size: 0.8rem;
  color: #666;
}
.file_route {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.file_route input {
  position: absolute;
}
.file_route input:focus + span {
  border: 3px dashed #035199;
  background-color: #e9e9e9;
}
.file_route span {
  display: block;
  font-size: 1rem;
  line-height: 2.5rem;
  width: 6rem;
  background: #fff;
  text-align: center;
  color: #222;
  letter-spacing: -0.05em;
  border: 1px solid #666;
  box-sizing: border-box;
}
.file_route + input {
  padding-left: 5px;
  vertical-align: middle;
  line-height: 2.5rem;
  border: 1px solid transparent;
  color: #4c4c4c;
}

/* common */
body {
  overflow-x: hidden;
}
.hidden {
  position: absolute;
  display: inline-block !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .mobile_only {
    display: none !important;
  }
}
.horizontal {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
}
.horizontal > * {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}

/* icons */
*[class^="ico_"] {
  display: inline-block;
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
}
.ico_menu {
  width: 20px;
  height: 14px;
  background-position: left top;
}
.ico_close {
  width: 21px;
  height: 21px;
  background-position: left -115px;
}
.ico_close_thin {
  width: 16px;
  height: 16px;
  background-position: 0.5px -135px;
}
.ico_search,
.search .ico_search::before,
.search_atc .ico_search::before {
  width: 20px;
  height: 20px;
  background-position: left -15px;
}
.ico_share {
  width: 16px;
  height: 17.5px;
  background-position: left -36px;
}
.ico_refresh,
.search_atc .ico_refresh::before {
  width: 16px;
  height: 20px;
  background-position: left -55px;
}
.ico_arr {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.ico_arr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 22px;
  margin: auto;
  background: url("/resources/images/ico.png") no-repeat -38px -72px;
}
.ico_arr.next::before {
  transform: rotate(180deg);
}
.ico_pause {
  display: block;
  position: relative;
  width: 0.8rem;
  height: 0.9333rem;
  background: none;
}
.ico_pause::before,
.ico_pause::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .ico_pause::before,
  .ico_pause::after {
    width: 4px;
  }
}
.ico_pause::before {
  left: 0;
}
.ico_pause::after {
  right: 0;
}
.ico_play {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4667rem 0.8rem;
  border-color: transparent transparent transparent #fff;
  background: none;
}
button.ico_arr:hover,
button.ico_arr:focus {
  background: #fff;
}
*[class^="sns_"] {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url("/resources/images/ico_sns.png");
  background-repeat: no-repeat;
  background-size: 27px auto;
}
.sns_youtube {
  background-position: left top;
}
.sns_instagram {
  background-position: left -28px;
}
.sns_facebook {
  background-position: left -56px;
}
.sns_linkedin {
  background-position: left -84px;
}
*[class^="share_"]::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url("/resources/images/ico_share.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.share_url::before {
  background-position: left top;
}
.share_facebook::before {
  background-position: left -31px;
}
.share_twitter::before {
  background-position: left -62px;
}
.share_kakao::before {
  background-position: left -93px;
}
.share_google::before {
  background-position: left -124px;
}
.share_kakaotalk::before {
  background-position: left -124px;
}
*[class^="link_"]::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
}
.link_jump::after {
  width: 11px;
  height: 11px;
  background-position: left -152px;
}
.link_jump.case::after {
  opacity: 0.5;
}
.link_jump.case2::after {
  background-position: left -191px;
  opacity: 0.7;
}
.link_plus::after {
  width: 11px;
  height: 11px;
  background-position: left -164px;
}
.link_download::after,
.btn_download::after {
  width: 14px;
  height: 12px;
  background-position: left -251px;
}
.link_download:hover::after,
.link_download:focus::after {
  background-position: left -264px;
}
.link_download:not(.btn_02):hover,
.link_download:not(.btn_02):focus {
  text-decoration: underline;
  color: #022658;
}

/* buttons */
.btn_00,
.btn_01 {
  display: inline-block;
  background: #25292c;
  color: #fff;
}
.btn_00 {
  min-width: 6rem;
  height: 2.8rem;
  padding: 0 1rem;
  background: #25292c;
  font-size: 1.0666rem;
  text-align: center;
  line-height: 2.8rem;
  margin-top: 15px;
}
.btn_01 {
  position: relative;
  height: 2.6666rem;
  padding: 0 1.3333rem;
  font-size: 1rem;
  text-align: left;
  line-height: 2.6666rem;
}
.btn_01.case {
  background: #022658;
}
.btn_02 {
  display: inline-block;
  position: relative;
  padding: 0 0.6666rem;
  background: #fff;
  height: 2.1333rem;
  font-size: 0.9333rem;
  letter-spacing: -0.05em;
  line-height: 2.1333rem;
  color: #666;
}
.btn_00:hover,
.btn_00:focus,
.btn_01:hover,
.btn_01:focus,
.btn_02:hover,
.btn_02:focus {
  background: #022658;
  color: #fff !important;
}
.btn_01.case:hover,
.btn_01.case:focus {
  background: #184e97;
}
.btn_00:hover,
.btn_00:focus,
.btn_01:hover,
.btn_01:focus {
  text-decoration: underline;
}
.btn_01.link_download {
  padding-right: 4.6666rem;
}
.btn_02.link_download {
  padding-right: 2rem;
}
.btn_01.link_download::after,
.btn_02.link_download::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_01.link_download::after {
  right: 1.3333rem;
}
.btn_02.link_download::after {
  right: 0.6666rem;
}
.btn_01.link_download::after,
.btn_02.link_download:hover::after,
.btn_02.link_download:focus::after {
  background-position: left -238px;
}

/* texts, boxes */
.highlight {
  color: #022658 !important;
}
.txt_title {
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #222;
}
.txt_title.case {
  color: #25292c;
}
.txt_title_point {
  font-weight: normal;
  color: #184e97;
}
.txt_title_big {
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #333;
}
.txt_title_big strong {
  font-weight: 500;
}
.txt_point {
  color: #022658;
}
.txt_headline {
  font-weight: 700;
  color: #184e97;
}
.txt_num {
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #666;
}
.txt_date {
  letter-spacing: -0.05em;
  color: #666;
}
.txt_numbers {
  font-size: 1rem;
  color: #666;
}
.txt_numbers em {
  font-style: normal;
  font-weight: 500;
}
.txt_overview {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
  color: #333;
}
.txt_overview p + p {
  padding-top: 1.4666rem;
}
.box_summary {
  background: #f0f0f0;
  font-size: 1.0666rem;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  color: #222;
}
.box_summary p + p,
.box_summary dd + dd {
  padding-top: 0.7rem;
}
.box_summary dt {
  position: absolute;
  margin-top: 0.1rem;
  border-right: 1px solid #333;
  line-height: 1rem;
  font-weight: 500;
  color: #333;
}
.box_summary dd a {
  text-decoration: underline;
  color: #333;
}
.box_category {
  display: inline-block;
  height: 23px;
  padding: 0 0.6666rem;
  border: 1px solid #333;
  font-size: 0.9333rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 23px;
  color: #333;
}
.box_category.type00 {
  border-color: #022658;
  color: #022658;
}
.box_category.type01 {
  border-color: #005386;
  color: #005386;
}
.box_category.type02 {
  border-color: #c51a77;
  color: #c51a77;
}
.box_category.type03 {
  border-color: #00883c;
  color: #00883c;
}
ul.dot > li,
.dot:not(ul) {
  position: relative;
}
ul.dot > li::before,
.dot:not(ul)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 2px;
  height: 2px;
  background: #25292c;
}
span.dot {
  display: inline-block;
}

/* texts : pc */
@media screen and (min-width: 961px) {
  .txt_title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .txt_title.case {
    font-size: 1.3333rem;
  }
  .txt_title_point {
    font-size: 3.2rem;
  }
  .txt_title_big {
    font-size: 2rem;
  }
  .txt_headline {
    font-size: 1.6rem;
  }
  .txt_num {
    font-size: 1.2rem;
  }
  .txt_date {
    font-size: 0.8666rem;
  }
  .box_summary {
    padding: 2.6rem 3rem;
  }
  .box_summary dt {
    padding-right: 1.3333rem;
  }
  .box_summary dd {
    padding-left: 4.4666rem;
  }
  .box_padding_both {
    padding: 0 3.3333rem;
  }
  ul.dot > li,
  .dot:not(ul) {
    padding-left: 10px;
  }
  ul.dot > li::before,
  .dot:not(ul)::before {
    top: 0.7rem;
  }
}

/* texts : mobile */
@media screen and (max-width: 960px) {
  .txt_title {
    font-size: 1.0769rem;
    line-height: 1.3077rem;
  }
  .txt_title_point {
    font-size: 2rem;
  }
  .txt_title_big {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .txt_headline {
    font-size: 1.3077rem;
  }
  .txt_num {
    font-size: 1rem;
  }
  .txt_date {
    font-size: 0.6923rem;
  }
  .box_summary {
    padding: 1rem;
  }
  .box_summary dt {
    padding-right: 1rem;
  }
  .box_summary dd {
    padding-left: 4rem;
  }
  ul.dot > li,
  .dot:not(ul) {
    padding-left: 6px;
  }
  ul.dot > li::before,
  .dot:not(ul)::before {
    top: 0.6rem;
  }
}

/* header */
.skip > a {
  z-index: -1;
  display: block;
  position: absolute;
  left: -300%;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #222;
  top: 0;
}
.skip > a:focus,
.skip > a:hover {
  z-index: 99999;
  position: fixed;
  left: 0;
  outline: 3px dotted #022658;
  outline-offset: -3px;
}

/* 헤더  */
.header {
    background: rgba(255, 255, 255, 0.5);
    /* border-bottom: 1px solid #e0e0e0; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    line-height: 1 !important;
}

.header:has(.gnb-item:hover),
.header:has(.gnb-item:focus-within) {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

/* active 상태인 메뉴에 hover 또는 focus 시 배경 유지 */
.header:has(.gnb-item:has(.gnb-link.active):hover),
.header:has(.gnb-item:has(.gnb-link.active):focus-within) {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

/* 구형 브라우저용 폴백 (JS로 .gnb-hover 클래스 토글) */
.header.gnb-hover {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.header .header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}

.header .logo-area {
    flex-shrink: 0;
}

.header .logo {
    margin: 0;
}

.header .logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header .logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* GNB 영역 */
.header .gnb-area {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.header .gnb-list {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 60px;
}

.header .gnb-item {
    position: relative;
}

.header .gnb-link {
    display: block;
    padding: 2.2813rem 0;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 1.125rem;
    transition: color 0.3s ease;
    position: relative;
    letter-spacing: -0.9px;
}

.header .gnb-link:hover,
.header .gnb-link:focus {
    color: #F77E0B;
}

.header .gnb-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #F77E0B;
    transition: width 0.3s ease;
}

.header .gnb-link:hover::after,
.header .gnb-link:focus::after {
    width: 100%;
}

.header .gnb-item {
    position: relative;
}

.header .gnb-item:hover > .gnb-link,
.header .gnb-item:focus-within > .gnb-link {
    color: #F77E0B;
}

/* gnb 마우스 hover 했을 때 배경 레이어 */
.shared-submenu-background {
    position: fixed;
    inset: 100px 0 auto 0; /* top, right, bottom, left */
    width: 100%;
    height: 0;
    background-color: #fff;
    backdrop-filter: blur(10px);
    /* border-bottom: 1px solid #e0e0e0; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.header .submenu {
    position: absolute;
    top: 125%;
    left: 120%;
    transform: translateX(-50%);
    background-color: transparent;
    min-width: 200px;
    margin: 0;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.header .gnb-list > .gnb-item:nth-of-type(2) > .submenu {
    left: 150%;
}

.header .submenu-item {
    margin: 0;
    padding: 0;
}

.header .submenu-link {
    display: block;
    padding: 12px 25px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
}

.header .submenu-link:hover,
.header .submenu-link:focus {
    color: #000;
    font-weight: bold;
}

.header .gnb-item:hover .submenu,
.header .gnb-item:focus-within .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* active 상태인 메뉴에 hover 시 서브메뉴 표시 */
.header .gnb-item:has(.gnb-link.active):hover .submenu,
.header .gnb-item:has(.gnb-link.active):focus-within .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.header .mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 27px;
    height: 22px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.header .hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.header .hamburger-line:nth-of-type(2) {
    width: 70%;
}

/* header : mobile */
@media screen and (max-width: 769px) {
    .header:has(.gnb-area.active) {
        background: #fff;
    }
    /* 모바일: 메뉴 열림 시 헤더 배경 흰색 (구형 브라우저 폴백) */
    .header.menu-open {
        background: #fff;
    }
    .header .header-container {
        padding: 0 22px;
        min-height: 64px;
        justify-content: flex-start;
        position: relative;
    }

    .header .header-container .logo-area.item1 {
        order: 2;
    }

    .header .header-container .gnb-area.item2 {
        order: 1;
    }

    .header .header-container .logo-area {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header .logo-link {
        max-width: 7.5rem;
    }
    
    .header .gnb-area {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: height 0.3s ease;
        z-index: 999;
        overflow: hidden;
    }
    
    .header .gnb-area.active {
        height: calc(100dvh - 64px);
        /* border-top: 1px solid #e0e0e0; */
        justify-content: flex-start;
    }
    
    .header .gnb-list {
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
        width: 100%;
    }
    
    .header .gnb-item {
        /* border-bottom: 1px solid #f0f0f0; */
        position: relative;
    }
    
    .header .gnb-item:last-child {
        border-bottom: none;
    }
    
    .header .gnb-link {
        padding: .7813rem 0;
        font-size: 1.375rem;
        color: #707070;
    }

    .header .gnb-item.active .gnb-link {
        color: #F77E0B;
    }

    .header .gnb-link::after {
        content: none;
    }

    .header .gnb-item.has-submenu > .gnb-link {
        position: relative;
    }
    .header .gnb-item.has-submenu > .gnb-link::before,
    .header .gnb-item.has-submenu > .gnb-link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #707070;
        border-radius: 1px;
        pointer-events: none;
    }

    .header .gnb-item.has-submenu > .gnb-link::before {
        width: 18px;
        height: 2px;
    }

    .header .gnb-item.has-submenu > .gnb-link::after {
        right: .5rem;
        left: auto;
        width: 2px;
        height: 18px;
        opacity: 1; 
    }

    .header .gnb-item.has-submenu.active > .gnb-link::after {
        opacity: 0;
    }

    .header .gnb-item.has-submenu.active > .gnb-link::before,
    .header .gnb-item.has-submenu.active > .gnb-link::after {
        background-color: #F77E0B;
    }
    
    .shared-submenu-background {
        display: none;
    }
    
    .header .submenu {
        position: static;
        transform: none;
        background-color: #fff;
        min-width: auto;
        width: 100%;
        padding: 0;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-radius: 4px;
    }
    
    .header .gnb-item.active .submenu {
        max-height: 300px;
        margin: 0;
    }
    
    .header .submenu-item:last-child {
        border-bottom: none;
    }
    
    .header .submenu-link {
        padding: 12px 0;
        font-size: 1.25rem;
        color: #000;
    }
    
    .header .submenu-link:hover {
        color: #000;
        transform: none;
    }
    
    .header .submenu-link::before {
        display: none;
    }
    
    .header .gnb-item:hover .submenu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    
    .header .mobile-menu-btn {
        display: flex;
    }
    
    .header .mobile-menu-btn.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 8px);
    }
    
    .header .mobile-menu-btn.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }
    
    .header .mobile-menu-btn.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -8px);
    }
}

/* footer */
.footer {
    background-color: #EDEDED;
    font-size: .9375rem;
    color: #000;
    line-height: 1.5;
}

.footer .footer-util {
    background-color: #E6EC9E;
}

.footer .footer-util-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: .9375rem 20px;
    position: relative;
}

.footer .footer-util .pipe-type1 {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.footer .footer-util .pipe-type1 li + li {
    position: relative;
}

.footer .footer-util .pipe-type1 li + li::before {
    content: "";
    position: absolute;
    left: -0.625rem;
    top: 50%;
    transform: translateY(-50%);
    height: .875rem;
    border-right: 1px solid #000;
}

.footer .footer-util .family-link-select {
    display: inline-flex;
    gap: 1.5rem;
    font-weight: bold;
    font-size: 1.125rem;
    background-color: transparent;
}

.footer .footer-util .family-link-select::after {
    content: "";
    background: url(/resources/images/common/ico_family-link.svg) no-repeat center / 100% auto;
    width: 1.125rem;
    aspect-ratio: 1;
}

.footer .footer-util .family-site-list {
    display: none;
    position: absolute;
    top: 50px;
    right: 0.85rem;
    background-color: #fff;
    padding: .5rem;
    border-radius: 5px;
    z-index: 20;
}

.footer .footer-util .family-site-list a {
    display: block;
    padding: .25rem;
    font-size: 1.125rem;
}

.footer .footer-util .family-site-list a:hover {
    background-color: #FFEBD8;
    border-radius: 5px;
    font-weight: bold;
}

.footer .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem;
    display: flex;
    justify-content: space-between;
}

.footer .footer-logo > a {
    display: block;
    width: 9.375rem;
}

.footer .footer-info .address {
    display: inline-flex;
    gap: 1.25rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

.footer .footer-info .address li + li {
    position: relative;
}

.footer .footer-info .address li + li::after {
    content: "";
    position: absolute;
    left: -0.625rem;
    top: 50%;
    transform: translateY(-50%);
    height: .875rem;
    border-right: 1px solid #707070;
}

.footer .footer-info .address li span {
    font-weight: bold;
    padding-right: .5625rem;
}

.footer .footer-info .copyright {
    color: #B1B1B1;
    font-weight: lighter;
}

.footer .sns-list {
    display: flex;
    gap: .625rem;
}

.footer .sns-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #B1B1B1;
    border-radius: 50%;
}

.footer .sns-list a::before {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 0;
}

.footer .sns-list a.yotube::before {
    background: url(/resources/images/common/ico_youtube.svg) no-repeat center / 100% auto;
}

.footer .sns-list a.insta::before {
    background: url(/resources/images/common/ico_insta.svg) no-repeat center / 100% auto;
}

.footer .sns-list a.facebook::before {
    width: .5625rem;
    height: 1.1875rem;
    background: url(/resources/images/common/ico_facebook.svg) no-repeat center / 100% auto;
}

.footer .sns-list a.linkedin::before {
    background: url(/resources/images/common/ico_linkedin.svg) no-repeat center / 100% auto;
}

.jumpto_top {
  z-index: 700;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #505050;
}
.jumpto_top::before,
.jumpto_top::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.jumpto_top::before {
  transform: rotate(45deg);
  right: 5px;
}
.jumpto_top::after {
  transform: rotate(-45deg);
  left: 5px;
}
.groups {
  z-index: 10;
  position: absolute;
  background: #fff;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 2;
  border: 1px solid #ccc;
  padding: 3px 10px;
  text-align: left;
}
.groups a:focus,
.groups a:hover {
  text-decoration: underline;
}

/* footer : pc */
@media screen and (min-width: 961px) {
  .jumpto_top {
    right: -3.8rem;
    top: -67px;
  }
  .groups {
    right: 1rem;
    top: 0;
    margin-top: 4.5rem;
    width: 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1299px) {
  .jumpto_top {
    right: 1rem;
  }
}

/* footer : mobile */
@media screen and (max-width: 960px) {
  .footer {
      font-size: .875rem;
  }

  .footer .footer-util .family-link-select {
      font-size: .875rem;
      gap: .875rem;
  }

  .footer .footer-util .family-link-select::after {
      width: .875rem;
  }

  .footer .footer-util .family-site-list {
    padding: .3125rem;
  }

  .footer .footer-util .family-site-list a {
    font-size: .875rem;
    padding: .3125rem;
  }

  .footer .footer-inner {
      flex-direction: column;
  }

  .footer .footer-info .address {
      flex-direction: column;
      gap: .3125rem;
  }

  .footer .footer-info .address li + li::after {
      content: none;
  }

  .footer .footer-info .copyright {
      margin: .9375rem 0 1.25rem;
      font-size: .75rem;
  }

  .jumpto_top {
    right: 1.6154rem;
    top: -50px;
  }
  .groups {
    right: 1rem;
    top: 0;
    margin-top: 35px;
    width: 100px;
  }
}

/* popup */
.popup {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup:not(.notice_pop) > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 2rem);
  max-width: 900px;
  margin: auto;
  height: calc(100% - 6rem);
  background: #fff;
}
.popup > div > header {
  border-bottom: 1px solid #022658;
  position: relative;
  letter-spacing: -0.05em;
}
.popup > div > header h1 {
  font-weight: normal;
  color: #022658;
}
.popup > div > header button {
  position: absolute;
  cursor: pointer;
}
.popup > div > dl,
.opinion {
  overflow: auto;
  font-size: 1rem;
  letter-spacing: -0.05em;
}
.popup > div > dl > dt,
.box_policy dt {
  color: #333;
  font-weight: 700;
}
.popup > div > dl > dd,
.box_policy dd {
  padding-top: 0.3rem;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
}
#opinion:focus-visible {
  outline: 3px dotted #022658;
  outline-offset: 1px;
}
.popup > div > dl > dd > * + * {
  margin-top: 1rem;
}
.popup > div > dl > dd + dt,
.box_policy dd + dt {
  margin-top: 2rem;
}
.opinion > p {
  background: #f3f6fb;
  color: #333;
  line-height: 1.6;
}
.opinion h2 {
  color: #333;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 1.3333rem;
}
.box_policy {
  border: 1px solid #e6e6e6;
  overflow: auto;
}
.opinion .labels {
  text-align: right;
  color: #4c4c4c;
  font-weight: 400;
}
.opinion .labels label + label {
  margin-left: 2rem;
}
.opinion .buttons {
  text-align: right;
  padding-top: 10px;
}
.opinion .buttons button + button {
  margin-left: 5px;
}
.circled {
  counter-reset: item;
}
.circled > li {
  counter-increment: item;
  list-style: none inside;
  position: relative;
  line-height: 1.6rem;
  padding-left: 18px;
}
.circled > li + li {
  margin-top: 4px;
}
.circled > li:before {
  content: counter(item);
  display: block;
  position: absolute;
  font-size: 10px;
  font-weight: 500;
  left: 0;
  top: 0;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 15px;
  text-align: center;
}
.circled > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #666;
}
.table.default {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a6a6a6;
  line-height: 1.2;
}
.table.default thead {
  padding-top: 1px;
}
.table.default thead th {
  color: #333;
  font-weight: 700;
  background: #f8f8f8;
  box-shadow: inset 0 2px 0 #fff, inset 0 -1px 0 #fff;
}
.table.default tr > *,
.table.form th {
  padding: 1rem;
}
.table.default tbody td {
  border-top: 1px solid #ccc;
  word-break: break-all;
}
.table.form {
  table-layout: auto;
  width: 100%;
  border-bottom: 2px solid #25292c;
}
.table.form tbody {
  border-top: 2px solid #25292c;
}
.table.form tbody tr + tr > * {
  border-top: 1px solid #e6e6e6;
}
.table.form th {
  color: #333;
  font-weight: 700;
  background: #f8f8f8;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff;
  text-align: left;
}
.table.form td {
  color: #666;
  padding: 7px 1.3333rem;
}
.table.form .select select,
.table.form .has_clear input,
.table.form textarea {
  border: 1px solid #ccc;
}
.table.form .select,
.table.form .has_clear {
  width: 245px;
}
.table.form .select select,
.table.form .has_clear input {
  height: 2.4rem;
  padding: 0 0.6667rem;
  font-size: 1rem;
  font-weight: 300;
}
.table.form textarea {
  width: 100%;
  resize: none;
  line-height: 1.6;
}
.table.form .has_clear.long {
  width: calc(100% - 3rem);
}
.notice_pop > div {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 541px;
  margin-top: -285px;
}
.notice_pop .footer {
  background: #222;
  padding: 1rem 1.3333rem;
  color: #fff;
  letter-spacing: -0.05em;
}
.notice_pop .footer label {
  float: left;
}
.notice_pop .footer button {
  float: right;
}
@media screen and (max-width: 600px) {
  .notice_pop > div {
    width: 80%;
    margin-top: -40%;
  }
}

/* popup : pc */
@media screen and (min-width: 961px) {
  .popup > div > header {
    line-height: 80px;
    font-size: 2rem;
    padding-left: 2rem;
  }
  .popup > div > header button {
    right: 2rem;
    top: 30px;
    cursor: pointer;
  }
  .popup > div > dl,
  .opinion {
    height: calc(100% - 83px);
    padding: 2rem;
  }
  .opinion > p {
    padding: 2rem;
    margin-bottom: 40px;
  }
  .opinion .box_policy {
    margin-top: 20px;
  }
  .box_policy {
    padding: 2rem;
    height: 250px;
  }
  .opinion .labels {
    padding-top: 20px;
  }
  .opinion .table.form {
    margin-top: 40px;
  }
  .opinion .table.form th {
    width: 150px;
    padding-left: 30px;
  }
  .table.default tr > *,
  .table.form tr > * {
    min-height: 3.3333rem;
  }
  .circled > li:after {
    top: 0.33rem;
  }
}

/* popup : mobile */
@media screen and (max-width: 960px) {
  .popup > div > header {
    line-height: 50px;
    font-size: 1.6rem;
    padding-left: 1rem;
  }
  .popup > div > header button {
    right: 1rem;
    top: 15px;
    cursor: pointer;
  }
  .popup > div > dl,
  .opinion {
    height: calc(100% - 55px);
    padding: 1rem;
  }
  .opinion > p {
    padding: 1rem;
    margin-bottom: 20px;
  }
  .opinion .box_policy {
    margin-top: 10px;
  }
  .box_policy {
    padding: 1rem;
    height: 150px;
  }
  .opinion .labels {
    padding-top: 10px;
  }
  .opinion .table.form {
    margin-top: 20px;
  }
  .opinion .table.form th {
    width: 100px;
    padding-left: 15px;
  }
  .table.default tr > *,
  .table.form tr > * {
    min-height: 3.3333rem;
  }
  .table.form .select,
  .table.form .has_clear {
    width: calc(100% - 3rem);
  }
  .table.form .file_route + input {
    width: calc(100% - 6.2rem);
  }
  .circled > li:after {
    top: 0.23rem;
  }
}

/* 전체 */
#contents > header.mArt_bg {
  background: none;
}
#contents > header > div.aBg_pc,
.aBg_m {
  vertical-align: top !important;
}

.mArt_bg > .aBg_pc > img {
  display: block;
}
.mArt_bg > .aBg_m > img {
  display: none;
}

#contents > section.mArt_wrapper {
  padding: 75px 0rem 190px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  color: #333;
}
#contents > section.mArt_wrapper_sub {
  padding: 50px 0rem 190px;
  max-width: 100%;
  color: #333;
  text-align: center;
  letter-spacing: -0.0334rem;
}

.page-title-txtbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  font-size: 2.1875rem;
}

.page-visual {
  min-height: 100%;
  height: 580px;
  position: relative;
}

.page-visual > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-visual .visual-title-box {
  position: absolute;
  top: 50%;
  left: 20rem;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2.1875rem;
  color: #fff;
  text-shadow: 0px 3px 6px #00000029;
  font-weight: lighter;
}

.page-visual .visual-title-box h2 {
  font-size: 3.125rem;
  margin-bottom: .8125rem;
}

@media screen and (max-width: 1600px) {
  .page-visual .visual-title-box {
    left: 6.25rem;
  }
}

@media screen and (max-width: 1320px) {
  .page-visual .visual-title-box {
    left: 6.25rem;
  }

  .page-title-txtbox {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 960px) {
  .page-visual {
    height: 40.625rem;
  }

  .page-visual .visual-title-box {
    top: 40%;
    left: 1.25rem;
  }
 
  .page-title-txtbox {
    flex-direction: column;
    align-items: flex-start;
    gap: .625rem;
  }
}

.mArt_mBr {
  display: none;
}
.mArt_pcBr {
  display: block;
}

/* 네비_tab  */
.mArt_tab {
  border-bottom: 3px solid #e2e2e2;
  margin-bottom: 80px;
}
.mArt_tab > ul {
  padding: 15px 0 20px;
}
.mArt_tab > ul:after {
  content: "";
  display: block;
  clear: both;
}
.mArt_tab > ul li {
  float: left;
  text-align: center;
  width: 33.333333%;
}
.mArt_tab > ul li a {
  width: 100%;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.125rem;
  color: #333;
}
.mArt_tab > ul li a span {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("/resources/images/mArt_point_off.png") no-repeat center;
  bottom: -26px;
  left: calc(50% - 5px);
}
.mArt_tab > ul li a.on {
  color: #022658;
}
.mArt_tab > ul li a.on span {
  background: url("/resources/images/mArt_point_on.png") no-repeat center;
  width: 19px;
  height: 19px;
  bottom: -31px;
  left: calc(50% - 9.5px);
}
.mArt_tab > ul li a:hover {
  color: #022658;
}
.mArt_tab > ul li a:hover span {
  background: url("/resources/images/mArt_point_on.png") no-repeat center;
  width: 19px;
  height: 19px;
  bottom: -31px;
  left: calc(50% - 9.5px);
}

/* 캠페인 소개 */
.mArt_textM {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 70px;
}
.mArt_conBox01 > .mArt_vodBox {
  max-width: calc(1000px - 2.5rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.mArt_conBox01 > .mArt_vodBox > .mArt_vod {
  position: relative;
  height: 0;
  padding-bottom: 55.5%;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mArt_conBox01 > .mArt_vodBox > .mArt_vod > #u_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.mArt_vod {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.mArt_imgBox {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}

/*
.mArt_conBox01 {letter-spacing: -0.0334rem;}

.mArt_conBox01 > .mArt_vod > video {position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: auto;}
.mArt_vod {position: relative; height: 0; padding-bottom: 57%;}

.mArt_tWrap {position: relative;}

.mArt_tBox1 {margin-top: 90px;}
.mArt_tBox1 h2 {font-size: 2.5rem; color: #0b3f84; font-weight: 900; }
.mArt_tBox1 dl dt{font-size: 1.3125rem; color: #333; font-weight: 400; margin-top: 20px;}
.mArt_tBox1 dl dd{font-size: 1rem; color: #333; font-weight: 400; margin-top: 37px; line-height: 25px;}

.mArt_imgBox {position: absolute; top: 0; right: 0;}

.mArt_tBox2 {margin-top: 437px;}
.mArt_tBox2::before {content: ''; display: block; width: 100px; height: 5px; background-color: #0b3f84;}
.mArt_tBox2 > dl dt{font-size: 1.5rem; color: #333; font-weight: 500; margin-top: 68px;}
.mArt_tBox2 > dl dd{font-size: 1rem; color: #333; font-weight: 400; margin-top: 37px; line-height: 25px;}
*/

/* 예술인 소개 */
.mArt_conBox02_1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.mArt_conBox02_2 {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.mArt_navSeason {
  margin: 0 auto;
  max-width: 770px;
}
.mArt_navSeason > ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 90px;
}
.mArt_navSeason > ul > li > a {
  display: block;
  background: #555555;
  border-radius: 30px;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 39px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto;
}
.mArt_navSeason > ul > li > a.on {
  background: #022658;
  color: #fff;
}

.mArt_titBox {
  text-align: center;
}
.mArt_titBox > dl dt {
  font-size: 3rem;
  color: #0b3f84;
  font-weight: 900;
}
.mArt_titBox > dl dd {
  font-size: 1.3125rem;
  color: #333;
  font-weight: 400;
  padding-top: 10px;
}

.mArt_imgSeason01 {
  margin-top: 70px;
}
.mArt_imgSeason01 > ul::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_imgSeason01 > ul > li {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-top: 3%;
}
.mArt_imgSeason01 > ul > li > a > img {
  width: 100%;
}
.mArt_imgSeason01 > ul > li:nth-of-type(1),
.mArt_imgSeason01 > ul > li:nth-of-type(2) {
  margin-top: 0;
}
.mArt_imgSeason01 > ul > li:nth-of-type(2n) {
  margin-right: 0;
}

.mPlusBox {
  margin-top: 30px;
}
.mPlusBox > span {
  display: block;
  text-align: center;
}

.mArt_imgSeason03 {
  margin-top: 70px;
}
.mArt_imgSeason03 > ul::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_imgSeason03 > ul > li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 3.5%;
}
.mArt_imgSeason03 > ul > li:nth-of-type(1),
.mArt_imgSeason03 > ul > li:nth-of-type(2),
.mArt_imgSeason03 > ul > li:nth-of-type(3) {
  margin-top: 0;
}
.mArt_imgSeason03 > ul > li:nth-of-type(3n) {
  margin-right: 0;
}

.mArt_imgSeason03 > ul > li > a {
  position: relative;
  display: block;
}
.mArt_imgSeason03 > ul > li > a > img {
  max-width: 100%;
}
.mArt_imgSeason03 > ul > li > a > .sS3_img_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.mArt_imgSeason03 > ul > li > a:hover > .sS3_img_on,
.mArt_imgSeason03 > ul > li > a:focus > .sS3_img_on {
  display: block;
  opacity: 1;
}

.mArt_imgWrap {
  margin-top: 92px;
}
.mArt_imgWrap > ul::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_imgWrap > ul > li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 3.5%;
  color: #fff;
}
.mArt_img a:focus {
  display: block;
  outline: 3px dotted #022658;
  outline-offset: 1px;
}
.mArt_img:nth-of-type(1),
.mArt_img:nth-of-type(2),
.mArt_img:nth-of-type(3) {
  margin-top: 0;
}
.mArt_img:nth-of-type(3n) {
  margin-right: 0;
}
.mArt_img {
  color: #fff;
}

/* 예술인 소개_컬러 */
.cI_01 {
  background-color: #be282a;
  color: #fff;
}
.cI_01:after {
  content: "";
  background-color: rgba(190, 40, 42, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_02 {
  background-color: #f77320;
  color: #fff;
}
.cI_02:after {
  content: "";
  background-color: rgba(247, 115, 32, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_03 {
  background-color: #feb229;
  color: #fff;
}
.cI_03:after {
  content: "";
  background-color: rgba(254, 178, 41, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_04 {
  background-color: #eee379;
  color: #fff;
}
.cI_04:after {
  content: "";
  background-color: rgba(238, 227, 121, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_05 {
  background-color: #0172dc;
  color: #fff;
}
.cI_05:after {
  content: "";
  background-color: rgba(1, 114, 220, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_06 {
  background-color: #fb9587;
  color: #fff;
}
.cI_06:after {
  content: "";
  background-color: rgba(251, 149, 135, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_07 {
  background-color: #cca0cc;
  color: #fff;
}
.cI_07:after {
  content: "";
  background-color: rgba(204, 160, 204, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_08 {
  background-color: #fedf82;
  color: #fff;
}
.cI_08:after {
  content: "";
  background-color: rgba(254, 223, 130, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_09 {
  background-color: #a2d1c7;
  color: #fff;
}
.cI_09:after {
  content: "";
  background-color: rgba(162, 209, 199, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_10 {
  background-color: #febbd9;
  color: #fff;
}
.cI_10:after {
  content: "";
  background-color: rgba(254, 187, 217, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_11 {
  background-color: #9de6fb;
  color: #fff;
}
.cI_11:after {
  content: "";
  background-color: rgba(157, 230, 251, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.cI_12 {
  background-color: #ff66ff;
  color: #fff;
}
.cI_12:after {
  content: "";
  background-color: rgba(255, 102, 255, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

/* 예술인 소개_텍스트 및 효과 */
.mArt_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
}
.mArt_in * {
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mArt_in img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.mArt_in:after,
.mArt_in figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mArt_in figcaption {
  z-index: 1;
  padding: 33px;
}
.mArt_in figcaption > ul {
  height: 100%;
  position: relative;
}
.mArt_in figcaption > ul > li {
  width: 100%;
  opacity: 0;
}
.mArt_in figcaption > ul > li.over_tit > h3 {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
}
.mArt_in figcaption > ul > li.over_tit > p {
  font-size: 1.625rem;
  font-weight: 500;
  padding-top: 10px;
  letter-spacing: -0.5px;
}
.mArt_in figcaption > ul > li.over_text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: -0.5px;
  opacity: 0;
  top: 25%;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  position: absolute;
}
.mArt_in figcaption > ul > li.over_text::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin: 18px 0;
  background-color: #fff;
}
.mArt_in figcaption > ul > li.over_tag {
  opacity: 0;
  top: 85%;
  -webkit-transform: translateY(90%);
  transform: translateY(90%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  letter-spacing: -0.9px;
}
.mArt_in figcaption > ul > li.over_tag > p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.mArt_in figcaption > ul > li.over_tag > p > em {
  font-style: normal;
}

.mArt_in:hover img,
.mArt_img > a:focus img,
.mArt_in.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.mArt_in:hover:after,
.mArt_img > a:focus .mArt_in:after,
.mArt_in.hover:after {
  opacity: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.mArt_in:hover figcaption > ul > li.over_tit,
.mArt_img > a:focus figcaption > ul > li.over_tit,
.mArt_in.hover figcaption > ul > li.over_tit,
.mArt_in:hover figcaption > ul > li.over_text,
.mArt_img > a:focus figcaption > ul > li.over_text,
.mArt_in.hover figcaption > ul > li.over_text,
.mArt_in:hover figcaption > ul > li.over_tag,
.mArt_img > a:focus figcaption > ul > li.over_tag,
.mArt_in.hover figcaption > ul > li.over_tag {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/* 예술인 소개 상세 */
#contents > section.artist_inBox {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
section.artist_inBox > div.artist_hTit {
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 1rem 0;
}
section.artist_inBox > div.artist_hTit > header {
  position: relative;
}
section.artist_inBox > div.artist_hTit > header h3 {
  margin-bottom: 60px;
  font-size: 2.6667rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}
section.artist_inBox > div.artist_hTit > header .share {
  position: absolute;
  right: 0;
  top: -4px;
}
#contents > section.artist_inBox .aBoxWidth {
  max-width: 1170px;
  margin: 0 auto;
}

.artist_conBox > div {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 30px 0;
}

.mArt_in_width {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 1rem 0;
}
.mArt_sub_tbox {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.aDp_t01 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b3f84;
}
.aDp_t02 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #333333;
}
.aDp_t03 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #333333;
  line-height: 1.625rem;
}

.aDp_t01_sS03 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #f69393;
}
.aDp_sns > p.aDp_t01_sS03_2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ff6687;
}
.aDp_sns > p.aDp_t01_sS03_2::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #ff6687;
  margin: 0 auto 20px;
}

.mArt_conBox_D {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.mArt_conBox_D > p {
  margin-top: 60px;
}

.mArt_top_pBtn {
  position: absolute;
  top: 80px;
  left: 0;
}

.aDp_top {
  padding-top: 58px;
  text-align: center;
}
.aDp_top > p {
  text-align: center;
  display: inline-block;
}
.aDp_top > p img {
  max-width: 100%;
}
.aDp_top > h2 {
  font-size: 2.375rem;
  font-weight: 300;
  color: #505050;
  margin: 90px 0;
}
.aDp_top > ul li:nth-of-type(2) {
  margin: 30px 0 35px;
}
.aDp_top > h2 > span {
  font-weight: 500;
}
.aDp_top > h2 > span.sS03C_pink {
  color: #ff6687;
}

.aDp_top > h2.aDp_sS01tit {
  font-size: 2.375rem;
  color: #505050;
  font-weight: 400;
}
.aDp_top > h2.aDp_sS01tit > span {
  font-weight: 800;
  color: #0b3f84;
}

.aDp_top > h2.s4M_title {
  margin: 90px 0 0;
}
.aDp_top > p > .s4M_img {
  margin: 90px 0 25px;
}

.aDp_bottom {
  margin-top: 112px;
  width: 100%;
  text-align: center;
}
.aDp_bottom > ul {
  margin-bottom: 70px;
}
.aDp_bottom > ul::after {
  content: "";
  display: table;
  clear: both;
}
.aDp_bottom > ul li {
  float: left;
  width: 48.94%;
}
.aDp_bottom > ul li:first-child {
  margin-right: 2.12%;
}

.aDp_bottom > dl dt {
  margin-bottom: 25px;
}
.aDp_bottom > dl.aDp_sS01t {
  margin-bottom: 90px;
}
.aDp_bottom > dl.aDp_sS01t > dt {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b3f84;
}
.aDp_bottom > dl.aDp_sS01t > dd {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.aDp_bottom > dl.aDp_sS01t > dd > em {
  font-weight: 700;
  font-style: normal;
}
.aDp_bottom > p {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  padding-bottom: 10px;
}

.mArt_conBox_S {
  width: 100%;
  margin-top: 144px;
  padding: 70px 0 105px;
  background-color: #f3f6fb;
  text-align: center;
}
.mArt_conBox_S > ul.aDp_slide {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
.mArt_conBox_S > ul.aDp_slide::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_conBox_S > ul.aDp_slide li {
  float: left;
}

.sS03Cbg {
  background-color: #fff6f6 !important;
}

.aDp_sWrap {
  overflow: hidden;
  width: 100%;
  max-width: 1140px;
  margin: 65px auto 0;
  position: relative;
}
.aDp_sWrap .swiper-container {
  max-width: 980px;
}
.aDp_sWrap .swiper-slide {
  width: 100%;
  max-width: 385px;
  transform: scale(0.8495);
  transition: 0.1s;
  overflow: hidden;
  opacity: 0;
}
.aDp_sWrap .swiper-slide-prev {
  transform: translateX(70px) scale(0.8495);
  z-index: -99;
  opacity: 0.3;
  overflow: visible;
}
.aDp_sWrap .swiper-slide-next {
  transform: translateX(-70px) scale(0.8495);
  z-index: -99;
  opacity: 0.3;
  overflow: visible;
}
.aDp_sWrap .swiper-slide-active {
  transform: scale(1);
  z-index: 99;
  opacity: 1;
  overflow: visible;
}
.aDp_sWrap .aDp_img {
  width: 100%;
  height: 100%;
}
.aDp_btnN {
  background: url("/resources/images/aDp_btnN.png") no-repeat center;
  width: 35px;
  height: 35px;
}
.aDp_btnP {
  background: url("/resources/images/aDp_btnP.png") no-repeat center;
  width: 35px;
  height: 35px;
}

.aDp_sns {
  margin-top: 120px;
}
.aDp_sns > p {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b3f84;
}
.aDp_sns > p::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #0b3f84;
  margin: 0 auto 20px;
}
.aDp_sns > ul.s_twO {
  margin-top: 40px;
}
.aDp_sns > ul.s_twO::after {
  content: "";
  display: table;
  clear: both;
}
.aDp_sns > ul.s_twO > li {
  display: inline-block;
  margin-right: 20px;
}
.aDp_sns > ul.s_twO > li:last-child {
  margin-right: 0;
}
.aDp_sns > ul.s_twO > li > a {
  background-color: #222;
  width: 74px;
  height: 74px;
  display: inline-block;
  background-size: cover;
}

.aDp_sns > ul.s_twO > li > a {
  width: 74px;
  height: 74px;
  display: inline-block;
}
.aDp_sns > ul.s_twO > li > a.aDp_sY {
  background: url("/resources/images/aDp_sY.png") no-repeat center;
  background-size: cover;
}
.aDp_sns > ul.s_twO > li > a.aDp_sI {
  background: url("/resources/images/aDp_sI.png") no-repeat center;
  background-size: cover;
}
.aDp_sns > ul.s_twO > li > a.aDp_sW {
  background: url("/resources/images/aDp_sW.png") no-repeat center;
  background-size: cover;
}
.aDp_sns > ul.s_twO > li > a.aDp_sN {
  background: url("/resources/images/aDp_sN.png") no-repeat center;
  background-size: cover;
}

.aDp_sns > ul {
  margin-top: 40px;
}
.aDp_sns > ul > li {
  text-align: center;
}
.aDp_sns > ul > li > a {
  width: 74px;
  height: 74px;
  display: inline-block;
}
.aDp_sns > ul > li > a.aDp_sY {
  background: url("/resources/images/aDp_sY.png") no-repeat center;
  background-size: cover;
}
.aDp_sns > ul > li > a.aDp_sI {
  background: url("/resources/images/aDp_sI.png") no-repeat center;
  background-size: cover;
}
.aDp_sns > ul > li > a.aDp_sW {
  background: url("/resources/images/aDp_sW.png") no-repeat center;
  background-size: cover;
}
.aDp_sns > ul > li > a.aDp_sN {
  background: url("/resources/images/aDp_sN.png") no-repeat center;
  background-size: cover;
}

/* 비디오 갤러리 */
.mArt_conBox03 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.mArt_imGs {
  margin-bottom: 50px;
}
.mArt_imGs > img {
  max-width: 32%;
}

.mArt_tab_in {
  margin: 0 auto 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mArt_tab_in > a {
  background: #555555;
  border-color: #dedede;
  border-radius: 30px;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto;
}
.mArt_tab_in > a.on {
  background: #022658;
  color: #fff;
}
.mArt_tab_in > a.on > span {
  margin-top: -3px;
}

.mArt_tab_in > span {
  float: left;
  background: #555555;
  border-color: #dedede;
  border-radius: 30px;
  color: #fff;
  width: 111px;
  height: 40px;
  line-height: 39px;
  margin: 5px 10px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
}
.mArt_season_m {
  display: none;
}

.mA_s01 {
  margin: 0 auto;
  max-width: 770px;
}
.mA_s01 > .tabNlist > a {
  display: inline;
}
.mA_s01 > .tabNlist > a:nth-of-type(7) {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: 2px;
}

.mA_s02 {
  margin: 0 auto;
  max-width: 786px;
  display: flex;
  justify-content: center;
}
.mA_s02 > .tabNlist > a {
  display: inline;
}
.mA_s02 > .tabNlist > a:nth-of-type(11) {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: 2px;
}

.mA_s03 {
  margin: 0 auto;
}
.mA_s03 > .mArt_tab_in {
  flex-wrap: wrap;
  gap: 15px;
}
.mA_s03 > .mArt_tab_in > a {
  margin: 0;
}

.mA_s03.mA_s03_1s,
.mA_s03.mA_s03_3s {
  max-width: 760px;
}
.mA_s03.mA_s03_2s {
  max-width: 665px;
}
.mA_s03.mA_s03_5s {
  max-width: 100%;
}
.mA_s03.mA_s03_5s > .mArt_tab_in > a {
  width: auto;
  padding: 0 1rem;
}

.mArt_vBox::after {
  content: "";
  display: block;
  clear: both;
}
.mArt_vBox > div {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.mArt_vBox > .vBox_center {
  margin: 0 auto !important;
  float: none;
  width: 47%;
}
.mArt_vBox > div:last-child {
  margin-right: 0;
}
.mArt_vBox > div h4 {
  text-align: center;
  color: #393939;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03125rem;
  margin-bottom: 15px;
}
.mArt_vBox > div ul li p.vBox_mtit {
  display: none;
}
.mArt_vBox > div ul li a:focus {
  display: block;
  outline: 3px dotted #022658;
  outline-offset: 1px;
}
.mArt_vBox > div ul li a figure figcaption {
  display: none;
}
.mArt_vBox > div ul li a figure > img {
  display: block;
  width: 100%;
}

a.video_add_btn {
  margin-top: 54px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.tab-con_sub > .mArt_csBtn {
  display: none;
}
.tab-con_sub > .goods_tit {
  margin: 0 auto;
  width: 100%;
  background-color: #ccc;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  max-width: 500px;
  height: 250px;
  line-height: 250px;
}

.vBox_tit {
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
.vBox_tit > dt {
  font-size: 1.875rem;
  color: #0965eb;
  margin: 15px 0;
}
.vBox_tit > dd {
  font-size: 1.4rem;
  color: #393939;
  letter-spacing: -0.05em;
}
.vBox_tit > .letter_spac {
  letter-spacing: 0.3em;
}
.vBox_st {
  display: block;
}
.vBox_tit p {
  font-size: 1.2rem;
  color: #393939;
  margin-top: 48px;
  line-height: 1.7rem;
}

.reusable {
  text-align: center;
  margin: 0 auto;
}
.reusable .reusable_cup,
.reusable .reusable_back {
  font-size: 1.4rem;
  color: #393939;
  font-weight: 700;
}
.reusable .reusable_cup {
  padding-right: 15px;
}
.reusable .reusable_back {
  padding-left: 15px;
}
.reusable .reusable_cup::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #393939;
  left: 1.2rem;
  top: 0.2rem;
}
.reusable img {
  display: block;
  margin: 50px auto 0;
  max-width: 100%;
}
.winner {
  height: 100%;
  text-align: center;
  margin-top: 146px;
}
.winner h4 {
  font-size: 2rem;
  color: #0965eb;
  font-weight: 500;
  padding-bottom: 50px;
  letter-spacing: -0.05em;
}
.winner ul {
  width: 720px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.winner ul li {
  width: 240px;
  padding: 0 20px 16px;
  float: left;
  font-weight: 500;
  font-size: 1.2666rem;
}

/* 프로그램 소개 */
.program_cot_01 {
  margin: 0 auto;
  padding: 0 1rem;
  text-align: left;
}
.program_cot_01 .con_01_title {
  padding: 1rem 0;
  border-radius: 0 0 10px 10px;
  background-color: #022658;
}
.program_cot_01 .con_01_title h3 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1.2rem;
}
.program_cot_01 .con_01_df {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  margin: 30px 0;
}
.program_cot_01 .con_01_df .m_text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #022658;
  padding: 1.2rem;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  width: 50%;
}
.program_cot_01 .con_01_df .m_text > .con_01_ds {
  margin-top: 15px;
}
.program_cot_01 .con_01_df .m_text > .con_01_ds > li {
  font-size: 1.1rem;
  font-weight: 400;
  color: #4c4c4c;
}

/* 예술인소개_2023 */
.mArt_tab_baner {
  max-width: 1140px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.mArt_imgSeason04 {
  max-width: 1140px;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  gap: 30px;
}
.mArt_imgSeason04 .mArt_tab_menu {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.mArt_imgSeason04 .mArt_tab_menu li {
  cursor: pointer;
  opacity: 0.9;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.mArt_imgSeason04 .mArt_tab_menu li.active,
.mArt_imgSeason04 .mArt_tab_menu li:hover {
  opacity: 1;
}
.mArt_imgSeason04 .mArt_tab_menu li img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.mArt_tab_wrap {
  width: 100%;
  overflow: hidden;
}
.mArt_tab_wrap .mArt_tab_cont a {
  display: block;
  width: 100%;
}
.mArt_tab_wrap .mArt_tab_cont a:focus {
  outline: 3px dotted #022658;
  outline-offset: -4px;
}
.mArt_tab_wrap .mArt_tab_cont a img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.mArt_tab_wrap .mArt_tab_cont {
  display: none;
}
.mArt_tab_wrap .mArt_tab_cont.active {
  display: block;
}

/* 예술인소개_2024*/
.mArt_imgSeason05 {
  margin-top: 70px;
}
.mArt_imgSeason05 .s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
.mArt_imgSeason05 .s5 > li {
  width: calc(100% / 2 -30px);
  max-width: 270px;
  position: relative;
  overflow: hidden;
}
.mArt_imgSeason05 .s5 > li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.mArt_imgSeason05 .s5 li img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.mArt_imgSeason05 .s5 li .s5_tit {
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  width: 100%;
  text-align: center;
  letter-spacing: -0.05rem;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 1;
}
.mArt_imgSeason05 .s5 li .s5_tit li {
  margin-bottom: 10px;
}
.mArt_imgSeason05 .s5 li .s5_tit li p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
}
.mArt_imgSeason05 .s5 li .s5_tit li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
}
.mArt_imgSeason05 .s5 li .s5_tit li a:hover,
.mArt_imgSeason05 .s5 li .s5_tit li a:focus {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline-color: #fff;
}
.mArt_imgSeason05 .s5 li.on:hover::after {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.mArt_imgSeason05 .s5 li.on.active::after {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.mArt_imgSeason05 .s5 li.on:hover .s5_tit {
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.mArt_imgSeason05 .s5 li.on.active .s5_tit {
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

@media (max-width: 911px) {
  .mArt_imgSeason05 .s5 {
    justify-content: center;
  }
  .mArt_imgSeason05 .s5 > li:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .mArt_imgSeason05 {
    margin-top: 46px;
  }
  .mArt_imgSeason05 .s5 {
    gap: 10px;
  }
  .mArt_imgSeason05 .s5 > li {
    width: calc(50% - 10px);
  }
  .mArt_imgSeason05 .s5_tit {
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    width: 100%;
    text-align: center;
    letter-spacing: -0.05rem;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    line-height: 1;
  }
  .mArt_imgSeason05 .s5_tit li p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .mArt_imgSeason05 .s5_tit li a {
    font-size: 1.35rem;
  }
}

/* 작가별 영상 및 자막 */
.lpop_vodBox > dl dt {
  font-size: 1.6rem;
}
.lpop_vodM dt {
  margin-top: 50px;
}
.l_vodBox {
  max-width: calc(870px - 6rem);
  margin-left: auto;
  margin-right: auto;
}
.l_vodB {
  position: relative;
  height: 0;
  padding-bottom: 55.5%;
  width: calc(100% + 6rem);
  margin-left: -3rem;
  margin-right: -3rem;
}
.l_vodT {
  background-color: #eee;
}
.l_vodT dd {
  margin: 0 44px;
  padding-bottom: 42px;
}
.l_vodT dd div > p {
  text-align: left;
  font-size: 1rem;
  margin: 10px 0;
}

#u_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.l_vodBox {
  line-height: 1.7333;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.l_vodBox > dl dt {
  line-height: 1;
  letter-spacing: -0.05em;
  color: #333;
}
.l_vodT dt {
  padding: 25px 0;
  font-weight: 500;
  text-align: center;
  font-size: 2.25rem;
  color: #0b3f84;
}
.l_vodT textarea {
  width: 100%;
  height: 210px;
  padding: 25px 20px;
  font-size: 1.25rem;
  line-height: 1.6rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  resize: none;
  font-weight: 400;
  color: #222;
}

li.conB_text {
  overflow-y: scroll;
  max-height: 227px;
}
.lpop_vodBox {
  background-color: #fff;
}

#lpop_vBox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.lpop_con {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 870px;
  width: 100%;
  min-height: 30%;
  z-index: 999;
}
.lpop_con.vPop_donation_01 {
  /* max-width: 1000px; */
  max-width: 900px;
  /* height: 640px;
  overflow-y: auto; */
  font-family: 'GongGothicLight';
  /* font-family: 'HakgyoansimAllimjangTTF-R'; */
}

@media screen and (max-width: 768px) {
  .lpop_con.vPop_donation_01 { height: 610px; overflow-y: auto; top: 54%; } 
}

.lpop_con .title {
  font-size: 20px;
}
.lpop_con .con {
  font-size: 15px;
  line-height: 1.3;
  padding: 30px;
}
.lpop_con .close {
  display: block;
  position: absolute;
  right: -50px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 100%;
}
.lpop_con .close img {
  display: block;
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
}

/* 이벤트 페이지 */
.event_tab {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.mArt_conBox04 {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
}
/*.mArt_conBox04 > .event_gate {background: url('/resources/images/event_gate_bg.jpg') no-repeat center; background-size: contain;}*/
.mArt_conBox04 > .event_gate > dl {
  position: relative;
}
.mArt_conBox04 > .event_gate > dl > dt {
  position: relative;
  z-index: -999;
}

.mArt_conBox04 > .event_gate > dl > dt > img.event_bg_pc {
  display: block;
}
.mArt_conBox04 > .event_gate > dl > dt > img.event_bg_m {
  display: none;
}

.mArt_conBox04 > .event_gate > dl > dd {
  position: absolute;
  left: 50%;
  top: 67%;
  transform: translate(-50%, -50%);
}
.mArt_conBox04 > .event_gate > dl > dd > a > img {
  width: 100%;
  max-width: 70%;
}

.mArt_conBox04 > .event_Qbox {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit {
  margin: 30px 0 60px;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit::after {
  display: table;
  content: "";
  clear: both;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit > li {
  float: left;
  font-size: 2rem;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 2.5rem;
  letter-spacing: -0.8px;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit > li > span {
  color: #5c5c5c;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit > li:nth-of-type(1) {
  width: 13%;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit > li:nth-of-type(2) {
  width: 75%;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit > li:nth-of-type(3) {
  width: 12%;
}
.mArt_conBox04 > .event_Qbox > .event_Qtit > li > img {
  width: 100%;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext {
  margin-bottom: 80px;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li:first-child {
  margin-bottom: 20px;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a {
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > span {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 85px;
  background-color: #f4f4f4;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2f2f2f;
  position: relative;
  font-weight: 500;
  border-radius: 7px;
  letter-spacing: -0.8px;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > span::before {
  display: block;
  background-color: #2f2f2f;
  padding: 5px 14px;
  color: #fff;
  border-radius: 50% 50% 0 0;
  font-size: 1.375rem;
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 15px;
  box-sizing: border-box;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > strong {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 85px;
  background-color: #f4f4f4;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #2f2f2f;
  position: relative;
  font-weight: 500;
  border-radius: 7px;
  letter-spacing: -0.8px;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > strong::before {
  display: block;
  background-color: #2f2f2f;
  padding: 5px 14px;
  color: #fff;
  border-radius: 50% 50% 0 0;
  font-size: 1.375rem;
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 29px;
  box-sizing: border-box;
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a.Qtext_A > span::before {
  content: "A";
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a.Qtext_B > span::before {
  content: "B";
}
.mArt_conBox04 > .event_Qbox > .event_Qtext > li > a.Qtext_B > strong::before {
  content: "B";
}
.mArt_conBox04 > .event_Qbox > .event_page {
  text-align: center;
  background-color: #f4f4f4;
  color: #2f2f2f;
  border-radius: 50% 50% 0 0;
  font-size: 1.25rem;
  font-weight: 400;
  width: 60px;
  height: 55px;
  line-height: 60px;
  margin: 0 auto;
}

.mArt_conBox04 > .event_result {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.mArt_conBox04 > .event_result > .result_btnBox01 {
  padding-top: 26px;
  margin-top: -1px;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > p {
  width: 100%;
  max-width: 422.5px;
  margin: 0 auto;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > ul {
  width: 100%;
  max-width: 422.5px;
  margin: 53px auto 0;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > ul::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > ul > li {
  float: left;
  width: 48.8%;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > ul > li:last-child {
  margin-left: 2.4%;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > ul > li {
  text-align: center;
}
.mArt_conBox04 > .event_result > .result_btnBox01 > p.imgText {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 85px 0 40px;
}
.mArt_conBox04 > .event_result > .re_bgC01 {
  background-color: #fdb323;
}
.mArt_conBox04 > .event_result > .re_bgC02 {
  background-color: #d21e1f;
}
.mArt_conBox04 > .event_result > .re_bgC03 {
  background-color: #7ecffc;
}
.mArt_conBox04 > .event_result > .re_bgC04 {
  background-color: #0158dd;
}
.mArt_conBox04 > .event_result > .re_bgC05 {
  background-color: #a2d2c6;
}
.mArt_conBox04 > .event_result > .re_bgC06 {
  background-color: #ffb4d2;
}
.mArt_conBox04 > .event_result > .re_bgC07 {
  background-color: #ff9130;
}
.mArt_conBox04 > .event_result > .re_bgC08 {
  background-color: #ffde7f;
}
.mArt_conBox04 > .event_result > .re_bgC09 {
  background-color: #eade6e;
}
.mArt_conBox04 > .event_result > .re_bgC10 {
  background-color: #d085e4;
}
.mArt_conBox04 > .event_result > .re_bgC11 {
  background-color: #feab99;
}
.mArt_conBox04 > .event_result > .re_bgC12 {
  background-color: #f56bfc;
}

.mArt_conBox04 > .event_result > .result_btnBox02 {
  padding: 60px 0 55px;
  background-color: #f4f4f4;
}
.mArt_conBox04 > .event_result > .result_btnBox02 > h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}
.mArt_conBox04 > .event_result > .result_btnBox02 > ul {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.mArt_conBox04 > .event_result > .result_btnBox02 > ul::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_conBox04 > .event_result > .result_btnBox02 > ul > li {
  float: left;
  width: 17.5%;
  margin-left: 10%;
}
.mArt_conBox04 > .event_result > .result_btnBox02 > ul > li:first-child {
  margin-left: 0;
}

.mArt_conBox04 > .event_result > .result_btnBox03 > ul {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.mArt_conBox04 > .event_result > .result_btnBox03 > ul::after {
  content: "";
  display: table;
  clear: both;
}
.mArt_conBox04 > .event_result > .result_btnBox03 > ul > li {
  float: left;
  width: 49.5%;
  margin-left: 1%;
}
.mArt_conBox04 > .event_result > .result_btnBox03 > ul > li:first-child {
  margin-left: 0;
}
.mArt_conBox04 > .event_result > .result_btnBox03 > p {
  width: 100%;
  max-width: 375px;
  margin: 30px auto 0;
}

/* 지난호 뉴스레터 */
.newsletter {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.newsletter li a,
.newsletter li a img,
.newsletter.di img,
.newsletter.di a {
  display: block;
}
.newsletter li a:focus {
  outline: 3px dotted #022658;
  outline-offset: -4px;
}
.newsletter.di div a:focus {
  outline: 3px dotted #022658;
  outline-offset: -4px;
}

/* 만남이 예술이 되다 (신규) mobile */
@media (max-width: 1200px) {
  .mArt_imgSeason04 {
    flex-wrap: wrap;
    gap: 7px;
  }
  .mArt_imgSeason04 .mArt_tab_menu {
    justify-content: space-between;
    max-width: 1200px;
    gap: 5px;
  }
  .mArt_imgSeason04 .mArt_tab_menu li {
    width: 32%;
  }
}

@media screen and (max-width: 960px) {
  /* 전체 */
  #contents > header.mArt_bg {
    background: none;
  }
  .mArt_bg > .aBg_pc > img {
    display: none;
  }
  .mArt_bg > .aBg_m > img {
    display: block;
  }
  #contents > section.mArt_wrapper {
    padding: 30px 30px 70px;
  }
  #contents > section.mArt_wrapper_sub {
    padding: 30px 0px 70px;
  }

  .mArt_mBr {
    display: block;
  }
  .mArt_pcBr {
    display: none;
  }

  /* 네비_tab  */
  .mArt_tab {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 25px 0;
  }
  .mArt_tab > ul {
    padding: 0px;
  }
  .mArt_tab > ul li {
    border-left: 2px solid #e2e2e2;
    height: 50px;
    line-height: 50px;
  }
  .mArt_tab > ul li:last-child {
    border-left: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
  }
  .mArt_tab > ul li a {
    font-weight: 400;
    font-size: 1.125rem;
    color: #737373;
    line-height: 1.5rem;
    vertical-align: middle;
    display: inline-block;
  }
  .mArt_tab > ul li a span {
    display: none;
  }
  .mArt_tab > ul li a.on {
    font-weight: 700;
  }

  /* 캠페인 소개 */
  .mArt_tBox1 {
    margin-top: 30px;
  }
  .mArt_tBox1 h2 {
    font-size: 1.6875rem;
  }
  .mArt_tBox1 dl dt {
    font-size: 1.25rem;
    margin-top: 12px;
  }
  .mArt_tBox1 dl dd {
    font-size: 1.125rem;
    margin-top: 20px;
  }

  .mArt_conBox01 > .mArt_vodBox {
    padding-bottom: 25px;
  }
  .mArt_conBox01 > .mArt_vodBox > .mArt_vod > #u_video {
    padding: 0 20px;
  }
  .mArt_textM {
    margin-bottom: 45px;
  }

  .mArt_imgBox > img {
    width: 100%;
  }

  .mArt_tBox2 {
    margin-top: 180px;
  }
  .mArt_tBox2::before {
    width: 50px;
    height: 2.5px;
  }
  .mArt_tBox2 > dl dt {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 20px;
  }
  .mArt_tBox2 > dl dd {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 25px;
  }

  /* 예술인 소개 */
  .mArt_conBox02_2 {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
  }

  .mArt_titBox {
    text-align: center;
  }
  .mArt_titBox > dl dt {
    font-size: 1.6875rem;
  }
  .mArt_titBox > dl dd {
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 20px;
  }
  .mArt_vBox > .vBox_center {
    width: 100%;
  }

  .mArt_imgSeason01 {
    margin-top: 35px;
  }
  .mArt_imgSeason01 > ul > li {
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-top: 3%;
  }
  .mArt_imgSeason01 > ul > li:nth-of-type(1),
  .mArt_imgSeason01 > ul > li:nth-of-type(2) {
    margin-top: 3%;
  }
  .mArt_imgSeason01 > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }

  .mArt_imgWrap {
    margin-top: 46px;
  }
  .mArt_imgWrap > ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .mArt_imgWrap > ul > li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
    color: #fff;
  }
  .mArt_img:nth-of-type(1),
  .mArt_img:nth-of-type(2) {
    margin-top: 0;
  }
  .mArt_img:nth-of-type(2n) {
    margin-right: 0;
  }
  .mArt_img:nth-of-type(3) {
    margin-top: 2%;
  }
  .mArt_img:nth-of-type(3n) {
    margin-right: 2%;
  }

  /* 예술인 소개_텍스트 및 효과 */
  .mArt_in > img {
    width: 100%;
  }
  .mArt_in figcaption {
    padding: 15px;
  }
  .mArt_in figcaption > ul > li.over_tit > h3 {
    font-size: 1.3125rem;
  }
  .mArt_in figcaption > ul > li.over_tit > p {
    font-size: 0.8125rem;
    padding-top: 8px;
  }
  .mArt_in figcaption > ul > li.over_text {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    top: 20%;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  .mArt_in figcaption > ul > li.over_text::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    margin: 9px 0;
    background-color: #fff;
  }
  .mArt_in figcaption > ul > li.over_tag {
    top: 85%;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
  }
  .mArt_in figcaption > ul > li.over_tag > p {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }

  /* 비디오 갤러리 */
  .mArt_conBox03 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .mArt_imGs {
    margin-bottom: 30px;
  }
  .mArt_imGs > img {
    max-width: 80%;
  }

  .mArt_tab_M {
    margin: 0 auto 45px;
    width: 210px;
  }
  .mArt_tab_M::after {
    content: "";
    display: table;
    clear: both;
  }
  .mArt_tab_M > a {
    float: left;
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #d5d5d5;
    color: #d5d5d5;
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin-right: 0px;
    font-size: 1.125rem;
    text-align: center;
  }
  .mArt_tab_M > a.on {
    background: #fff;
    color: #25292c;
    border-bottom: 3px solid #25292c;
  }
  .mArt_tab_M > a.on > span {
    margin-top: -3px;
  }

  .mArt_tab_in {
    gap: 10px;
    margin: 0 auto 30px;
  }
  .mArt_tab_in > span {
    width: 56px;
    height: 26px;
    line-height: 26px;
    margin: 5px 5px;
    font-size: 0.8125rem;
  }

  .mA_s01 > .tabNlist > a {
    display: inline;
  }
  .mA_s01 > .tabNlist > a:nth-of-type(7) {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding-top: 0;
  }

  .mA_s02 {
    margin: 0 auto;
    max-width: 272px;
  }
  .mA_s02 > .tabNlist > a {
    display: inline;
  }
  .mA_s02 > .tabNlist > a:nth-of-type(11) {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding-top: 0;
  }

  .mA_s03.mA_s03_3s > .mArt_tab_in > a {
    width: 46%;
  }

  .mArt_vBox > div {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .mArt_vBox > div ul {
    margin-top: 0px;
  }
  .mArt_vBox > div ul li {
    margin-bottom: 20px;
  }
  .mArt_vBox > div ul li p.vBox_mtit {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
    border-bottom: solid 2px #d5d5d5;
    font-size: 1.125rem;
    letter-spacing: -1px;
  }
  .mArt_vBox > div ul li p.vBox_mtit > em {
    font-style: normal;
    position: absolute;
    left: 10px;
    color: #022658;
  }
  .mArt_vBox > div ul li p.vBox_mtit > span {
    font-style: normal;
    position: absolute;
    right: 10px;
    color: #3a3a3a;
  }
  .mArt_vBox > div ul li a figure figcaption {
    display: none;
  }

  a.video_add_btn {
    margin-top: 54px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .tab-con_sub > .mArt_csBtn {
    display: block;
    margin: 25px auto;
    width: 150px;
    background-color: #d5d5d5;
    border-radius: 5px;
    padding: 5px;
  }
  .tab-con_sub > .goods_tit {
    font-size: 16px;
    max-width: 100%;
    height: 150px;
    line-height: 150px;
  }

  .mArt_csBtn::after {
    content: "";
    display: table;
    clear: both;
  }
  .mArt_csBtn li {
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
  }
  .mArt_csBtn li:last-child {
    margin-right: 0;
  }
  .mArt_csBtn li button {
    display: block;
    padding: 10px 0;
    width: 100%;
    background-color: #d5d5d5;
    border-radius: 5px;
  }
  .mArt_csBtn li button.on {
    background-color: #fff;
  }

  .vBox_tit {
    margin-bottom: 30px;
  }
  .vBox_tit > dt {
    font-size: 1.6rem;
  }
  .vBox_tit > dd {
    font-size: 1.25rem;
  }
  .vBox_tit p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .reusable .reusable_cup,
  .reusable .reusable_back {
    font-size: 1.2rem;
  }
  .reusable .reusable_cup::after {
    height: 15px;
    left: 1.3rem;
    top: 0.1rem;
  }
  .winner ul {
    width: 100%;
  }
  .winner ul li {
    width: 50%;
    font-size: 1.25rem;
    padding: 0 0 16px;
  }

  /* 작가별 영상 및 자막 */
  .lpop_vodBox > dl dt {
    font-size: 0.875rem;
  }
  .lpop_vodM dt {
    margin-top: 25px;
  }
  .l_vodBox {
    max-width: calc(360px - 6rem);
  }
  .l_vodB {
    padding-bottom: 63%;
  }
  .l_vodT {
    margin-top: 15px;
  }
  .l_vodT dd {
    margin: 0 22px;
    padding-bottom: 21px;
  }
  #u_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .l_vodBox {
    line-height: 1.7333;
    letter-spacing: -0.05em;
    color: #4c4c4c;
  }
  .l_vodBox > dl dt {
    line-height: 1;
    letter-spacing: -0.05em;
    color: #333;
  }
  .l_vodT dt {
    padding: 15px 0;
    font-size: 0.875rem;
  }
  .l_vodT textarea {
    height: 105px;
    padding: 15px 10px;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  li.conB_text {
    overflow-y: scroll;
    max-height: 227px;
  }
  .lpop_vodBox {
    background-color: #fff;
  }

  #lpop_vBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .lpop_con {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    width: 100%;
    min-height: 30%;
    z-index: 999;
  }
  .lpop_con .title {
    font-size: 20px;
  }
  .lpop_con .con {
    font-size: 15px;
    line-height: 1.3;
    padding: 30px;
  }
  .lpop_con .close {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
  }

  /* 예술인 소개 상세 */
  #contents > section.artist_inBox .aBoxWidth {
    padding: 0 1.6154rem;
  }
  .artist_conBox > div {
    padding: 20px 1.6154rem 0;
  }
  .artist_conBox {
    margin-bottom: 115px;
  }
  .mArt_sub_tbox {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
  }

  section.artist_inBox > div.artist_hTit {
    padding: 25px 1.6154rem 0;
  }
  section.artist_inBox > div.artist_hTit > header h1 {
    margin-bottom: 25px;
    font-size: 1.5385rem;
    font-weight: 500;
  }
  section.artist_inBox > div.artist_hTit > header .share {
    top: 0px;
  }

  .aDp_t01 {
    font-size: 0.875rem;
  }
  .aDp_t02 {
    font-size: 0.875rem;
  }
  .aDp_t03 {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .aDp_t01_sS03 {
    font-size: 0.875rem;
  }
  .aDp_sns > p.aDp_t01_sS03_2 {
    font-size: 0.875rem;
  }
  .aDp_sns > p.aDp_t01_sS03_2::before {
    width: 40px;
    height: 1px;
    margin: 0 auto 10px;
  }
  .mArt_conBox_D {
    padding: 0 30px;
  }
  .mArt_conBox_D > p {
    margin-top: 30px;
  }
  .mArt_top_pBtn {
    position: absolute;
    top: -11px;
    left: 5%;
  }
  .mArt_top_pBtn > img {
    width: 36px;
    height: 36px;
  }
  .aDp_top {
    padding-top: 29px;
  }
  .aDp_top > p img {
    width: 250px;
  }
  .aDp_top > p > .s4M_img {
    margin: 40px 0 12.5px;
  }
  .aDp_top > h2 {
    font-size: 1.1875rem;
    margin: 40px 0;
  }
  .aDp_top > h2.s4M_title {
    margin: 40px 0 0;
  }
  .aDp_top > ul li:nth-of-type(2) {
    margin: 15px 0 18px;
  }
  .aDp_top > p.aDp_sS01img > img {
    width: 100%;
  }
  .aDp_top > h2.aDp_sS01tit {
    font-size: 1.1875rem;
  }
  .aDp_bottom {
    margin-top: 55px;
  }
  .aDp_bottom > ul {
    margin-bottom: 35px;
  }
  .aDp_bottom > ul li {
    float: left;
    width: 48.94%;
  }
  .aDp_bottom > ul li:first-child {
    margin-right: 2.12%;
  }
  .aDp_bottom > dl dt {
    margin-bottom: 12.5px;
  }
  .aDp_bottom > dl.aDp_sS01t {
    margin-bottom: 40px;
  }
  .aDp_bottom > dl.aDp_sS01t > dt {
    font-size: 0.875rem;
  }
  .aDp_bottom > dl.aDp_sS01t > dd {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .aDp_bottom > p {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
  }
  .aDp_bottom > p.aDp_sS01text {
    font-size: 0.875rem;
    padding-bottom: 5px;
  }

  .mArt_conBox_S {
    margin-top: 70px;
    padding: 30px 0 50px;
  }

  .aDp_sWrap {
    max-width: 370px;
    margin: 30px auto 0;
  }
  .aDp_sWrap .swiper-container {
    max-width: 320px;
  }
  .aDp_sWrap .swiper-slide {
    max-width: 170px;
    transform: scale(0.8495);
  }
  .aDp_sWrap .swiper-slide-prev {
    transform: translateX(65px) scale(0.8495);
  }
  .aDp_sWrap .swiper-slide-next {
    transform: translateX(-65px) scale(0.8495);
  }
  .aDp_sWrap .swiper-slide-active {
    transform: scale(1);
  }
  .aDp_btnN {
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .aDp_btnP {
    width: 15px;
    height: 15px;
    background-size: cover;
  }

  .aDp_sns {
    margin-top: 60px;
  }
  .aDp_sns > p {
    font-size: 0.875rem;
  }
  .aDp_sns > p::before {
    width: 40px;
    height: 1px;
    margin: 0 auto 10px;
  }
  .aDp_sns > ul.s_twO {
    margin-top: 20px;
  }
  .aDp_sns > ul.s_twO > li {
    margin-right: 10px;
  }
  .aDp_sns > ul.s_twO > li > a {
    width: 37px;
    height: 37px;
  }
  .aDp_sns > ul {
    margin-top: 20px;
  }
  .aDp_sns > ul > li {
    text-align: center;
  }
  .aDp_sns > ul > li > a {
    width: 37px;
    height: 37px;
  }

  /* 이벤트 페이지 */
  .mArt_conBox04 > .event_gate > dl > dt > img.event_bg_pc {
    display: none;
  }
  .mArt_conBox04 > .event_gate > dl > dt > img.event_bg_m {
    display: block;
  }
  .mArt_conBox04 > .event_gate > dl > dd {
    top: 62%;
  }
  .mArt_conBox04 > .event_gate > dl > dd > a > img {
    width: 100%;
  }
  .mArt_conBox04 > .event_Qbox {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtit {
    margin: 20px 0 40px;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtit > li {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtit > li:nth-of-type(1) {
    width: 15%;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtit > li:nth-of-type(2) {
    width: 72%;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtit > li:nth-of-type(3) {
    width: 13%;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtext {
    margin-bottom: 50px;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtext > li:first-child {
    margin-bottom: 12px;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > span {
    padding: 12px 12px 12px 50px;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > span::before {
    padding: 2px 9px;
    font-size: 0.875rem;
    left: 10px;
    top: 9px;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > strong {
    padding: 12px 12px 12px 50px;
    font-size: 0.875rem;
    line-height: 1.2rem;
  }
  .mArt_conBox04 > .event_Qbox > .event_Qtext > li > a > strong::before {
    padding: 2px 9px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    left: 10px;
    top: 14px;
  }
  .mArt_conBox04 > .event_Qbox > .event_page {
    font-size: 1rem;
    width: 50px;
    height: 42px;
    line-height: 47px;
  }
  .mArt_conBox04 > .event_result > .result_btnBox01 {
    padding-top: 15px;
  }
  .mArt_conBox04 > .event_result > .result_btnBox01 > p {
    width: 75%;
  }
  .mArt_conBox04 > .event_result > .result_btnBox01 > ul {
    width: 75%;
    margin: 30px auto 0;
  }
  .mArt_conBox04 > .event_result > .result_btnBox01 > p.imgText {
    padding: 40px 0 20px;
    width: 35%;
  }
  .mArt_conBox04 > .event_result > .result_btnBox02 {
    padding: 35px 0 30px;
  }
  .mArt_conBox04 > .event_result > .result_btnBox02 > h4 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .mArt_conBox04 > .event_result > .result_btnBox02 > ul {
    width: 50%;
  }
  .mArt_conBox04 > .event_result > .result_btnBox02 > ul > li {
    float: left;
    width: 17.5%;
    margin-left: 10%;
  }
  .mArt_conBox04 > .event_result > .result_btnBox02 > ul > li:first-child {
    margin-left: 0;
  }
  .mArt_conBox04 > .event_result > .result_btnBox03 > ul {
    width: 70%;
  }
  .mArt_conBox04 > .event_result > .result_btnBox03 > p {
    width: 70%;
    margin: 10px auto 0;
  }

  /* 프로그램 소개 */
  .program_cot_01 {
    padding: 0 0;
  }
  .program_cot_01 .con_01_df {
    flex-wrap: wrap;
    gap: 10px;
  }
  .program_cot_01 .con_01_df .m_text {
    width: 100%;
  }
}

/* eng_btn */
#header .clearfix {
  position: relative;
}
.lng_btn a {
  position: absolute;
  top: 25px;
  right: 1.6154rem;
  width: 30px;
  height: 30px;
  text-indent: -999rem;
  background: url("/resources/images/main/leng_icon.png") no-repeat center;
  background-size: contain;
}

/* 첨부파일 대체텍스트 안내 */
.file_txt {
  font-size: 0.8rem;
  font-weight: 400;
  color: #332f2f;
}

@media screen and (max-width: 960px) {
  .lng_btn a {
    top: 17.5px;
    top: 1.3rem;
    width: 25px;
    height: 25px;
  }
}

.report {
  max-width: 1170px;
  margin: 0 auto;
}
.report > h1 {
  position: absolute;
}
.report li {
  position: relative;
  background: #fff;
}
.report li a {
  display: block;
  border: 1px solid #e6e6e6;
}
.report li a::before,
.report li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.report li a::before {
  background: #022658;
  border-radius: 50%;
}
.report li a::after {
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
}
.report small {
  display: block;
  letter-spacing: -0.05em;
  color: #333;
}
.report a:hover .txt_title,
.report a:focus .txt_title {
  text-decoration: underline;
  color: #022658;
}

/* main news - pc */
@media screen and (min-width: 961px) {
  .report {
    display: flex;
    justify-content: center;
    padding: 0 1rem 5rem;
  }
  .report ul {
    margin-left: -2rem;
  }
  .report li {
    width: 300px;
    margin: 30px 0 0 2rem;
  }
  .report li a {
    height: 80px;
    padding: 0 1.3333rem;
    overflow: hidden;
  }
  .report li a::before {
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .report li.type00 a::after {
    right: 30px;
    width: 29px;
    height: 22px;
    background-position: left -662px;
  }
  .report li.type01 a::after {
    right: 34px;
    width: 22px;
    height: 19px;
    background-position: -26px -304px;
  }
  .report .txt_title {
    font-size: 1.3333rem;
    line-height: 80px;
  }
  .report small + .txt_title {
    line-height: 30px;
  }
  .report small {
    padding-top: 20px;
    font-size: 1rem;
  }
}

/* main news : mobile */
@media screen and (max-width: 960px) {
  .report {
    padding: 0 1.6154rem;
  }
  .report li {
    width: 100%;
    margin-top: 20px;
  }
  .report li a {
    height: 40px;
    padding: 0 1rem;
    overflow: hidden;
  }
  .report li a::before {
    right: 13px;
    width: 25px;
    height: 25px;
  }
  .report li a::after {
    background-size: 25px auto;
  }
  .report li.type00 a::after {
    right: 18px;
    width: 14.5px;
    height: 11px;
    background-position: left -331px;
  }
  .report li.type01 a::after {
    right: 20px;
    width: 11px;
    height: 9.5px;
    background-position: -13px -152px;
  }
  .report .txt_title {
    line-height: 38px;
  }
  .report small + .txt_title {
    line-height: 15px;
  }
  .report small {
    padding-top: 7px;
    font-size: 0.8462rem;
  }
}

/* ========================================
   웹 접근성 개선 - 팝업 닫기 버튼
   날짜: 2024-12-08
   ======================================== */
.popup > div > header button.ico_close,
.popup > div > header button.ico_close:hover,
.popup > div > header button.ico_close:focus,
.popup > div > header .ico_close,
.popup > div > header .ico_close:hover,
.popup > div > header .ico_close:focus,
.popup button.ico_close,
.popup .ico_close {
  cursor: pointer !important;
}
