/* 1. ������ ���ۿ� ��� ��� */
.subpage {
  overflow: hidden;
}
.subpage .header {
  background: #000;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*IR*/
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.pc-only {
  display: block;
}

.m-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .m-only {
    display: block;
  }
  .mt-11030m {
    margin-top: 30px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-11030m {
  margin-top: 110px !important;
}

/* 2. ���� ��ü �����̳� */
.article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
}

.article-wrap picture img {
  
 margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .article-wrap {
    padding: 80px 0;
    gap: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .article-wrap {
    padding: 50px 0;
    gap: 50px 0;
  }
  .article-wrap picture img {
  
  margin-top: 30px;
}
}
.article-top-img {
  height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .article-top-img {
    padding-bottom: 20px;
    max-height: 560px;
  }
}
.article-top-img .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-top-img .cover-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-top-img .text-wrap {
  max-width: 1280px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 70px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  color: white;
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .article-top-img .text-wrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-top-img .text-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 20px;
  }
}

@media screen and (max-width: 360px) {
  .article-top-img .text-wrap {
    padding: 0 20px;
  }
}

.article-top-img .text-wrap .category span {
  background: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  border-radius: 40px;
  font-size: 23px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1024px) {
  .article-top-img .text-wrap .category span {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-top-img .text-wrap .category span {
    height: 30px;
    font-size: 12px;
    padding: 0 12px;
  }
}

.article-top-img .text-wrap .title {
  margin-top: 30px;
  font-size: 55px;
  font-family: 'S-CoreDream', sans-serif;
  font-weight: 700;
}
.article-top-img .text-wrap .title01 {
  margin-top: 30px;
  font-size: 50px;
  font-family: 'S-CoreDream', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .article-top-img .text-wrap .title {
    font-size: 36px;
    margin-top: 10px;
  }
   .article-top-img .text-wrap .title01 {
    font-size: 36px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .article-top-img .text-wrap .title {
    font-size: 18px;
  }
  .article-top-img .text-wrap .title01 {
    font-size: 18px;
  }

}

.article-top-img .text-wrap .sub-title {
  margin-top: 55px;
  font-size: 27px;
  font-family: 'S-CoreDream', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .article-top-img .text-wrap .sub-title {
    font-size: 22px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-top-img .text-wrap .sub-title {
    font-size: 12px;
    margin-top: 20px;
  }
}

.article-top-img .text-wrap .info {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .article-top-img .text-wrap .info {
    margin-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  .article-top-img .text-wrap .info {
    margin-top: 40px;
  }
}

.article-top-img .text-wrap .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'S-CoreDream', sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .article-top-img .text-wrap .info-item {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .article-top-img .text-wrap .info-item {
    font-size: 11px;
  }
}

.article-top-img .text-wrap .info-item:not(:first-child) {
  padding-left: 16px;
}

.article-top-img .text-wrap .info-item:not(:first-child)::before {
  content: '';
  width: 3px;
  background: white;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3px;
}

.article-top-img .text-wrap .info-item dt {
  font-weight: 700;
}

.article-top-img .text-wrap .info-item dd {
  font-weight: 400;
  padding-left: 4px;
}

.keyword-title {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .keyword-title {
    padding-bottom: 40px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 640px) {
  .keyword-title {
    padding-bottom: 20px;
  }
}

.keyword-title > span {
  color: #a4a4a4;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .keyword-title > span {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .keyword-title > span {
    font-size: 16px;
  }
}

.keyword-title > span::before {
  content: '';
  width: 11px;
  height: 28px;
  background: url("../images/articles/article-ico-keyword.png") no-repeat center/contain;
  display: block;
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .keyword-title > span::before {
    width: 5px;
    height: 14px;
  }
}

.keyword-title .key {
  color: #ff7c17;
  font-size: 55px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .keyword-title .key {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  .keyword-title .key {
    font-size: 32px;
  }
}

.article-text-line-left {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-text-line-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-text-line-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-text-line-left .inner {
  padding-left: 35px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .article-text-line-left .inner {
    padding-left: 20px;
  }
}

.article-text-line-left .inner::before {
  content: '';
  width: 7px;
  height: 100%;
  background: #ffa800;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .article-text-line-left .inner::before {
    width: 3px;
  }
}

.article-text-line-left .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .article-text-line-left .text {
    font-size: 16px;
  }
}

.article-normal-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-normal-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-normal-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-normal-text .article-picture {
  
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .article-normal-text .article-picture {
   /* margin: 40px auto;*/
  }
}

.article-picture {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-picture {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-picture {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-picture picture {
  /*border: 1px solid #d1d1d1;*/
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .article-picture picture {
    border: 0;
  }
}

.article-picture picture img {
  width: 100%;
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .article-picture.m-full {
    padding: 0;
  }
}

.article-intro-box {
  background: #f8f8f8;
  padding: 80px;
}

@media screen and (max-width: 1024px) {
  .article-intro-box {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-intro-box {
    padding: 40px 20px;
  }
}

.article-intro-box .inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .article-intro-box .inner {
    padding: 0;
  }
}

.article-intro-box .tit {
  color: #ffa800;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .article-intro-box .tit {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .article-intro-box .tit {
    font-size: 20px;
  }
}

.article-intro-box .text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .article-intro-box .text {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .article-intro-box .text {
    font-size: 14px;
  }
}

.article-intro-box .text:first-of-type {
  margin-top: 20px;
}

.article-intro-box .text ~ .text {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .article-intro-box .text ~ .text {
    margin-top: 20px;
  }
}
.article-intro-box02 {
  background: #e9e7e5;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .article-intro-box {
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-intro-box02 {
    padding: 40px 20px;
	text-align: center;
  }
}

.article-intro-box02 .inner {
  max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30PX;
}

@media screen and (max-width: 1024px) {
  .article-intro-box02 .inner {
    padding: 0;
  }
}

.article-intro-box02 .tit {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .article-intro-box02 .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .article-intro-box02 .tit {
    font-size: 20px;
  }
}

.article-intro-box02 .text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .article-intro-box02 .text {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .article-intro-box02 .text {
    font-size: 14px;
  }
}

.article-intro-box02 .text:first-of-type {
  margin-top: 20px;
}

.article-intro-box02 .text ~ .text {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .article-intro-box02 .text ~ .text {
    margin-top: 20px;
  }
}
.article-picture-flow {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .article-picture-flow {
    padding: 0;
  }
}

.article-picture-flow .article-picture {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .article-picture-flow .ac-title {
    padding: 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-picture-flow .ac-title {
    padding: 0 20px;
  }
}

.article-picture-flow .inner {
  overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-around;
}

.article-picture-flow .inner + .inner {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .article-picture-flow .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 20px 0;
  }
}

.article-picture-flow .inner ~ .ac-text {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .article-picture-flow .inner ~ .ac-text {
    margin-top: 20px;
  }
}

.article-picture-flow picture {
  border: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 1024px) {
  .article-picture-flow picture {
    width: 100%;
    margin: auto;
    display: block;
    max-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .article-picture-flow picture {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .article-picture-flow picture img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .article-picture-flow .ac-text {
    padding: 0 20px;
  }
}

.article-picture-flow .text-wrap {
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .article-picture-flow .text-wrap {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .article-picture-flow .text-wrap {
    font-size: 14px;
  }
}

.article-picture-flow .text-wrap .pic-title {
  font-size: 20px;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .article-picture-flow .text-wrap .pic-title {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-picture-flow .text-wrap .pic-title {
    font-size: 16px;
  }
}

.article-picture-flow .text-wrap .ac-text + .ac-text,
.article-picture-flow .text-wrap .ac-text ~ .ac-text {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .article-picture-flow .text-wrap .ac-text + .ac-text,
  .article-picture-flow .text-wrap .ac-text ~ .ac-text {
    margin-top: 20px;
  }
}

.article-picture-flow.--reverse .article-picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.article-comment {
    padding: 40px 0;
  background: #f8f8f8;
  text-align: center;
  font-family: 'Nanum Myeongjo', serif;
}
/* 202409025 �߰� ��*/
.article-comment02 {
    padding: 25px 0;
	color: #fff;
 background: url("../images/articles/kmovie09_bg.png");
  text-align: center;
  font-family: 'Nanum Myeongjo', serif;
}

@media screen and (max-width: 1024px) {
  .article-comment02 {
    padding: 40px 0;
  }
}

.article-comment02 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-comment02 .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-comment02 .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-comment02 .text {
  font-size: 26px;
  font-weight: 400;
  color: #373737;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .article-comment02 .text {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .article-comment02 .text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.article-comment .text::after {
  background-image: url("../images/articles/article-ico-comment-btm.png");
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .article-comment .text::after {
    margin-top: 10px;
  }
}

.article-filmography {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-filmography {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-filmography {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-filmography .slide-controls-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 0 20px;
}

@media screen and (max-width: 640px) {
  .article-filmography .slide-controls-bottom {
    margin-top: 10px;
  }
}

.article-filmography .filmography-list {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .article-filmography .filmography-list {
    margin-top: 15px;
  }
}

.article-filmography .filmography-list .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1024px) {
  .article-filmography .filmography-list .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article-filmography .filmography-list .swiper-slide {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.article-filmography .filmography-list dl {
  margin-top: 10px;
  max-width: 240px;
}

.article-filmography .filmography-list dt {
  font-weight: 700;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
  .article-filmography .filmography-list dt {
    font-size: 16px;
  }
}

.article-filmography .filmography-list dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 640px) {
  .article-filmography .filmography-list dd {
    font-size: 12px;
  }
}

.article-profile {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-profile {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-profile {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-profile .inner {
  background: #f3f3f3;
  padding: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 177px auto;
      grid-template-columns: 177px auto;
  grid-gap: 0 35px;
}

@media screen and (max-width: 1024px) {
  .article-profile .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-profile .inner {
    padding: 20px;
  }
}

.article-profile .inner .picture {
  width: 120px;
  height: 120px;
 /* overflow: hidden;*/
  border-radius: 200px;
}

.article-profile .inner .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .article-profile .inner .picture {
    width: 90px;
    height: 90px;
	margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .article-profile .inner .picture {
    width: 90px;
    height: 90px;
	margin-bottom: 20px;
  }
}

.article-profile .inner .profile-title {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .article-profile .inner .profile-title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .article-profile .inner .profile-title {
    font-size: 12px;
  }
}

.article-profile .inner .name {
  font-size: 25px;
  font-weight: 700;
  /*display: block;*/
}
@media screen and (max-width: 1024px) {
  .article-profile .inner .name {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .article-profile .inner .name {
    font-size: 16px;
  }
}

.article-profile .inner .text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;
}

.article-profile .inner .text + .name {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .article-profile .inner .text {
    font-size: 13px;
   
    margin-top: 8px;
  }
}

.article-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-video {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-video {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .article-video {
    padding: 0;
  }
}

.article-video .inner video {
  display: block;
  width: 100%;
  height: 100%;
}

.article-location {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-location {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-location {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-location .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .article-location .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.article-location .inner strong {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  display: block;
  width: 100%;
}

.article-location .inner .location-img {
  max-width: 740px;
  width: 100%;
  border: 1px solid #d1d1d1;
}

@media screen and (max-width: 1024px) {
  .article-location .inner .location-img {
    max-width: unset;
  }
}

.article-location .inner .location-detail {
  width: calc(100% - 740px);
}

@media screen and (max-width: 1024px) {
  .article-location .inner .location-detail {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-location .inner .location-detail {
    margin-top: 10px;
  }
}

.article-location .inner .location-detail dl {
  padding-top: 15px;
}

.article-location .inner .location-detail dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-location .inner .location-detail dl .item + .item {
  margin-top: 5px;
}

.article-location .inner .location-detail dl dt {
  font-weight: 700;
  width: 75px;
}
.article-profile .inner02 {
  background: #f3f3f3;
  padding: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 177px ;
      grid-template-columns: auto 177px ;
  grid-gap: 0 35px;
}

@media screen and (max-width: 1024px) {
  .article-profile .inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-profile .inner02 {
    padding: 20px;
  }
}

.article-profile .inner02 .picture {
  width: 120px;
  height: 120px;
  /*overflow: hidden;*/
  border-radius: 200px;
  order:2;
}

.article-profile .inner02 .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .article-profile .inner02 .picture {
   width: 90px;
    height: 90px;
    margin-bottom: 20px;
	 order:0;
  }
}
@media screen and (max-width: 640px) {
  .article-profile .inner02 .picture {
   width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
}

.article-profile .inner02 .profile-title {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .article-profile .inner02 .profile-title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .article-profile .inner02 .profile-title {
    font-size: 12px;
  }
  .article-profile .inner02 .text-wrap {
    order: 2;
  }
}

.article-profile .inner02 .name {
  font-size: 25px;
  font-weight: 700;
  /*display: block;*/
}
@media screen and (max-width: 1024px) {
  .article-profile .inner02 .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .article-profile .inner02 .name {
    font-size: 16px;
  }
}

.article-profile .inner02 .text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 15px;
}

.article-profile .inner02 .text + .name {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .article-profile .inner02 .text {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
  }
}
.article-tag-list ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 50px 0 0;
}

@media screen and (max-width: 1280px) {
  .article-tag-list ul {
    padding-left: 40px;
    padding-right: 40px;
	padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .article-tag-list ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-tag-list ul {
    gap: 4px;
  }
}

.article-tag-list ul li {
  font-weight: 500;
  background: #efefef;
  font-size: 16px;
  min-width: 175px;
  border-radius: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}

@media screen and (max-width: 1024px) {
  .article-tag-list ul li {
    min-width: 160px;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .article-tag-list ul li {
    font-size: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    height: 36px;
    padding: 0 20px;
  }
}

.article-like {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-like {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-like {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-like .inner {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #a4a4a4;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
}

@media screen and (max-width: 1024px) {
  .article-like .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .article-like .inner {
    font-size: 16px;
    padding: 20px 0;
  }
}

.article-like .inner .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .article-like .inner .button-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
}

.article-like .inner button {
  width: 50px;
  height: 50px;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  .article-like .inner button img {
    width: 22px;
  }
}

@media screen and (max-width: 640px) {
  .article-like .inner button img {
    width: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .article-like .inner button {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-like .inner button {
    width: 30px;
    height: 30px;
  }
}

.article-like .inner span {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .article-like .inner span {
    font-size: 14px;
  }
}

.article-related {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  padding: 50px 0 50px 0;
}

@media screen and (max-width: 1280px) {
  .article-related {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-related {
    padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 0;
    padding-top: 0;
  }
}

.article-related .tit {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 1024px) {
  .article-related .tit {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .article-related .tit {
    font-size: 16px;
  }
}

.article-related .related-list {
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .article-related .related-list {
    gap: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-related .related-list {
    gap: 0 10px;
    margin-top: 10px;
  }
}

.article-related .related-list li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.article-related .related-list picture {
  position: relative;
  height: 0;
  padding-bottom: 45%;
  width: 100%;
  display: block;
}

.article-related .related-list picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	 margin-top: 0px;
}

.article-related .related-list dl {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .article-related .related-list dl {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-related .related-list dl {
    margin-top: 10px;
  }
}

.article-related .related-list dl dt {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  font-weight: 700;
  color: #6b6b6b;
}

@media screen and (max-width: 1024px) {
  .article-related .related-list dl dt {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .article-related .related-list dl dt {
    font-size: 11px;
    padding-bottom: 4px;
  }
}

.article-related .related-list dl dd {
  padding-top: 15px;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'S-CoreDream', sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .article-related .related-list dl dd {
    font-size: 14px;
    padding-top: 8px;
  }
  /*.article-related .related-list dl dd br {
    display: none;
  }*/
}

.article-bgbox-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  background: #f8f8f8;
}

@media screen and (max-width: 1280px) {
  .article-bgbox-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-bgbox-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-bgbox-content .inner {
  max-width: 870px;
  width: 100%;
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .inner {
    padding: 40px 0;
  }
}

.article-bgbox-content .title-wrap {
  border-bottom: 1px solid #d1d1d1;
  font-family: 'GmarketSans', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #ffa800;
  font-size: 36px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .article-bgbox-content .title-wrap {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .title-wrap {
    font-size: 24px;
  }
}

.article-bgbox-content .cont {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .cont {
    margin-top: 15px;
  }
}

.article-bgbox-content .cont picture {
  margin: 30px auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .cont picture {
    margin: 15px auto;
  }
}

.article-bgbox-content .cont-gallery picture {
  margin-top: 0;
}

.article-bgbox-content .cont-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 12px;
}

@media screen and (max-width: 1024px) {
  .article-bgbox-content .cont-gallery ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .article-bgbox-content .cont-gallery ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 260px auto;
        grid-template-columns: 260px auto;
    gap: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .cont-gallery ul li {
    -ms-grid-columns: 140px auto;
        grid-template-columns: 140px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-bgbox-content .cont-gallery ul strong {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .cont-gallery ul strong {
    font-size: 16px;
  }
}

.article-bgbox-content .cont-gallery ul p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .cont-gallery ul p {
    font-size: 12px;
  }
}

.article-bgbox-content .tit {
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .article-bgbox-content .tit {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .tit {
    font-size: 20px;
  }
}

.article-bgbox-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .article-bgbox-content .text {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.article-bgbox-content .article-picture {
  margin: 80px auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .article-bgbox-content .article-picture {
    margin: 40px auto;
  }
}

.article-out-link {
  padding: 0 20px;
}

.article-out-link .box {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .article-out-link .box {
    padding: 32px 20px;
  }
}

.article-out-link .box strong {
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .article-out-link .box strong {
    font-size: 16px;
  }
}

.article-out-link .box p {
  margin-top: 8px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .article-out-link .box p {
    font-size: 12px;
  }
}

.article-out-link .link {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .article-out-link .link {
    font-size: 12px;
    margin-top: 10px;
  }
}

.article-out-link .link a {
  display: inline-block;
}

/* MQ
@include breakpoint('tablet-1024') {}

@include breakpoint('mobile-640') {}

*/
.article-interview {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;

}

@media screen and (max-width: 1280px) {
  .article-interview {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-interview {
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 0px;
  }
}

.article-interview .title {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .article-interview .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-interview .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

.article-interview .interview-pic {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: 1px solid #d1d1d1;
}

@media screen and (max-width: 640px) {
  .article-interview .interview-pic {
    max-width: unset;
  }
  .article-interview .interview-pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.article-interview .interview-item {
  margin: 0 0 0x;
  
}

@media screen and (max-width: 1024px) {
  .article-interview .interview-item {
    margin-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  .article-interview .interview-item {
    margin-top: 0px;
    margin-bottom: 0px;
	width: 100%;
  }
}

.article-interview .interview-item [class*="interview-item__"] {
  display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px auto;
    grid-template-columns: 40px auto;
    grid-gap: 0 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .article-interview .interview-item [class*="interview-item__"] {
    /*grid-gap: 0 12px;*/
    -ms-grid-columns: 40px auto;
        grid-template-columns: 40px auto;
  }
}

.article-interview .interview-item [class*="interview-item__"] .icon {
  /*width: 30px;
  height: 30px;
  border-radius: 50px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  color: black;
  font-family: 'Nanum Myeongjo', serif;

}

@media screen and (max-width: 640px) {
  .article-interview .interview-item [class*="interview-item__"] .icon {
    width: 40px;
    height: 35px;
    font-size: 20px;
  }
}

.article-interview .interview-item__q .icon {
  /*background-color: #999;*/
}

.article-interview .interview-item__q > p {
  padding-top: 5px;
  color:black;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .article-interview .interview-item__q > p {
    padding-top: 8px;
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-interview .interview-item__q > p {
    font-size: 18px;
  }
}

.article-interview .interview-item__a {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .article-interview .interview-item__a {
    margin-top: 12px;
  }
}

.article-interview .interview-item__a > p {
  padding-top: 0px;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .article-interview .interview-item__a > p {
    font-size: 16px;
  }
}

.article-interview .interview-item__a .icon {
 /* background-color: black;*/
}
.article-interview .inner {
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.article-interview .inner + .inner {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .article-interview .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 20px 0;
  }
}
.article-movie-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1280px) {
  .article-movie-info {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-movie-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-movie-info .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 255px auto;
      grid-template-columns: 255px auto;
  grid-gap: 0 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .article-movie-info .inner {
    display: block;
  }
}

.article-movie-info .movie-desc-wrap {
  width: 100%;
}

.article-movie-info .movie-desc-wrap dl {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px 0;
  margin-top: 12px;
}

.article-movie-info .movie-desc-wrap dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .article-movie-info .movie-desc-wrap dl .item {
    font-size: 12px;
  }
}

.article-movie-info .movie-desc-wrap dl .item dt {
  font-weight: 700;
  min-width: 70px;
}

.article-movie-info .movie-desc-wrap dl .item dd {
  color: #373737;
}

@media screen and (max-width: 640px) {
  .article-movie-info .poster {
    max-width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.article-movie-info .poster img {
  width: 100%;
}

.article-movie-info .movie-title {
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

@media screen and (max-width: 640px) {
  .article-movie-info .movie-title {
    padding-top: 20px;
    font-size: 14px;
  }
}

.article-hit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-hit {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-hit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-hit .hit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .article-hit .hit-list {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-hit .hit-list {
    gap: 20px 12px;
  }
}

.article-hit .hit-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(20% - 32px);
}

@media screen and (max-width: 1024px) {
  .article-hit .hit-list__item {
    width: calc(25% - 15px);
  }
}

@media screen and (max-width: 640px) {
  .article-hit .hit-list__item {
    width: calc(50% - 6px);
  }
}

.article-hit .hit-list__item img {
  width: 100%;
}

.article-hit .hit-list__item.--first::before, .article-hit .hit-list__item.--second::before, .article-hit .hit-list__item.--third::before {
  content: '';
  width: 46px;
  height: 66px;
  position: absolute;
  left: -10px;
  top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*.article-hit .hit-list__item.--first::before {
  background-image: url("../images/articles/article-04-hit-icon-01.png");
}

.article-hit .hit-list__item.--second::before {
  background-image: url("../images/articles/article-04-hit-icon-02.png");
}

.article-hit .hit-list__item.--third::before {
  background-image: url("../images/articles/article-04-hit-icon-03.png");
}*/

.article-hit .hit-list__item .desc {
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .article-hit .hit-list__item .desc {
    padding-top: 10px;
  }
}

.article-hit .hit-list__item .desc .title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
  .article-hit .hit-list__item .desc .title {
    font-size: 15px;
  }
}

.article-hit .hit-list__item .desc dl {
  gap: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .article-hit .hit-list__item .desc dl {
    gap: 2px 0;
    margin-top: 4px;
  }
}

.article-hit .hit-list__item .desc dl .desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .article-hit .hit-list__item .desc dl .desc-item {
    font-size: 11px;
  }
}

.article-hit .hit-list__item .desc dl .desc-item dt {
  font-weight: 700;
  min-width: 55px;
}

.article-link-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-link-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-link-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-link-list li + li {
  margin-top: 6px;
}

.article-link-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 105px;
  border: 1px solid #d1d1d1;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  color: black;
}

@media screen and (max-width: 1024px) {
  .article-link-list li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .article-link-list li a {
    height: 60px;
    font-size: 14px;
  }
}

.article-link-list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-link-list li a span::after {
  content: '';
  width: 35px;
  height: 24px;
  background: url("../images/articles/article-04-link-arrow.png") no-repeat center/contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .article-link-list li a span::after {
    margin-left: 40px;
    width: 28px;
    height: 19px;
  }
}

@media screen and (max-width: 640px) {
  .article-link-list li a span::after {
    margin-left: 20px;
    height: 13px;
    width: 20px;
  }
}

.article-link-list-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  max-width: 512px;
}

@media screen and (max-width: 1280px) {
  .article-link-list-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-link-list-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-link-list-2 li + li {
  margin-top: 16px;
}

@media screen and (max-width: 640px) {
  .article-link-list-2 li + li {
    margin-top: 8px;
  }
}

.article-link-list-2 a {
  font-size: 20px;
  font-weight: 700;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black;
  height: 88px;
}

@media screen and (max-width: 640px) {
  .article-link-list-2 a {
    font-size: 14px;
    height: 60px;
  }
}

.article-link-list-2 a .icon {
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .article-link-list-2 a .icon {
    max-width: 20px;
  }
}

.article-state-prod {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .article-state-prod {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .article-state-prod {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-state-prod .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-state-prod .title-wrap > h2 {
  color: #999;
  font-size: 55px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .article-state-prod .title-wrap > h2 {
    font-size: 36px;
  }
}

.article-state-prod .title-wrap > p {
  font-size: 21px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .article-state-prod .title-wrap > p {
    font-size: 14px;
  }
}

.article-state-prod .flim-list {
  gap: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .article-state-prod .flim-list {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list {
    gap: 40px 0;
    margin-top: 20px;
  }
}
.article-state-prod .flim-list02 {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .article-state-prod .flim-list02 {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list02 {
    gap: 40px 0;
    margin-top: 20px;
  }
}

.article-state-prod .flim-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333% - 47px);
}

.article-state-prod .flim-list__item .thumb {
  border: 0px solid #d1d1d1;
}

.article-state-prod .flim-list__item .thumb img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .article-state-prod .flim-list__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list__item {
    width: 100%;
  }
}
.article-state-prod .flim-list__item02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(35.74% - 47px);
}

.article-state-prod .flim-list__item02 .thumb {
  border: 0px solid #d1d1d1;
}

.article-state-prod .flim-list__item02.thumb img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .article-state-prod .flim-list__item02 {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list__item02 {
    width: 100%;
  }
}

.article-state-prod .flim-list img {
  width: 100%;
}

.article-state-prod .flim-list .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list .desc {
    padding-top: 10px;
  }
}

.article-state-prod .flim-list .desc strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list .desc strong {
    font-size: 16px;
    padding-bottom: 4px;
  }
}

.article-state-prod .flim-list .desc p {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list .desc p {
    font-size: 12px;
  }
}
.article-state-prod .flim-list02 .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list02 .desc {
    padding-top: 10px;
  }
}

.article-state-prod .flim-list02 .desc strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list02 .desc strong {
    font-size: 16px;
    padding-bottom: 4px;
  }
}

.article-state-prod .flim-list02 .desc p {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .article-state-prod .flim-list02 .desc p {
    font-size: 12px;
  }
}
.article-top-img .cover-img {
  position: absolute;
  top: 0;
} 

.card-component {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  max-width: 295px;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.13);
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.card-component a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-component .desc {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .card-component {
    width: 100%;
    height: auto;
    max-width: unset;
  }
}

.card-component .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 93%;
  position: relative;
}

.card-component .thumb .badge {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  color: white;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 24px;
}

.card-component .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-component dl {
  padding: 20px;
}

.card-component dl dt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 640px) {
  .card-component dl dt {
    font-size: 17px;
  }
}

.card-component dl dd {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .card-component dl dd {
    font-size: 12px;
    margin-top: 5px;
  }
}

.card-component--wide {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-component--wide .thumb {
  width: 275px;
  height: 100%;
  padding-bottom: 20%;
  overflow: hidden;
}

.card-component--wide .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .card-component--wide .desc {
    padding: 16px;
  }
}

.card-component--wide .desc dl {
  padding: 0;
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .card-component--wide .desc dl {
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .card-component--wide .desc dl dt {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .card-component--wide .desc dl dd {
    font-size: 11px;
  }
}

.card-component--wide .desc .badge {
  color: #959595;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .card-component--wide .desc .badge {
    font-size: 11px;
  }
}

.card-component--wide .desc .badge__label::after {
  content: "/";
  margin-left: 5px;
}

@media screen and (max-width: 640px) {
  .card-component.m-landscape a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .card-component.m-portrait a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video-component {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  max-width: 290px;
  -webkit-box-shadow: 0px 8px 34.78px 2.22px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 34.78px 2.22px rgba(0, 0, 0, 0.1);
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 480px) {
  .video-component {
    max-width: 100%;
  }
}

.video-component.video-no-icon .thumb::after {
  display: none;
}

.video-component .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 139.7%;
  position: relative;
}

.video-component .thumb::after {
  content: "";
  width: 90px;
  height: 90px;
  background: url("../images/ico-play-video.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .video-component .thumb::after {
    top: 50%;
    width: 70px;
    height: 70px;
  }
}

.video-component .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-component .video-title {
  background: white;
  border-radius: 12px;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  padding: 25px;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .video-component .video-title {
    padding: 16px;
    left: 10px;
    width: calc(100% - 20px);
    bottom: 10px;
  }
}

.video-component .video-title span {
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .video-component .video-title span {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .video-component .video-title span {
    font-size: 12px;
  }
}

.video-component .video-title p {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .video-component .video-title p {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .video-component .video-title p {
    font-size: 14px;
  }
}

.video-component .badge {
  display: none;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  .video-component .badge__label-right {
    font-weight: 700;
    margin-top: 5px;
  }
  .video-component .badge span {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .video-component.mobile-wide {
    max-width: 100%;
  }
  .video-component.mobile-wide a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .video-component.mobile-wide .thumb {
    width: 140px;
    padding: 0;
    height: auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .video-component.mobile-wide .video-title {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .video-component.mobile-wide .video-title > span {
    margin-top: 30px;
    display: block;
  }
}

.ac-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  font-family: "Pretendard", "S-CoreDream", arial, sans-serif;
}

@media screen and (max-width: 1024px) {
  .ac-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .ac-title {
    font-size: 24px;
	word-break: break-all;
  }
}

.ac-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .ac-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .ac-text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
	word-break: break-all;
  }
}

.ac-pic-description {
  margin-top: 20px;
  color: #6b6b6b;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.ac-pic-description.align-center {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .ac-pic-description {
    padding: 0 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .ac-pic-description {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 30px;
  }
}
.title-pic-description {
  margin-top: 10px;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.title-pic-description.align-center {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .title-pic-description {
    padding: 0 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .title-pic-description {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 30px;
  }
}
.ac-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .ac-image {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .ac-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ac-image img {
  display: block;
  margin: auto;
}

.table-wrap {
  width: 100%;
  border-top: 3px solid black;
  overflow: scroll;
}

.table-wrap table {
  width: 100%;
  font-size: 16px;
}

.table-wrap table thead th {
  border-bottom: 0;
  font-weight: 700;
  color: black;
}

.table-wrap table tbody tr:first-child td {
  border-top-color: black;
}

.table-wrap table th,
.table-wrap table td {
  border: 1px solid #e4e4e4;
  padding: 15px 10px;
  text-align: center;
}

.table-wrap table td {
  color: #6b6b6b;
}
.btn-top {
  display: none;
  position: fixed;
  opacity: 0;
  right: 0;
  z-index: 7;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.btn-top.active {
  display: block;
  position: fixed;
  opacity: 0;
  bottom: 0;
}

.btn-top.active.fixed {
  position: fixed;
  opacity: 1;
  top: auto;
  bottom: 0;
}

.btn-top .scroll-top {
 right: 10rem;
    bottom: 5rem;
    position: absolute;
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    line-height: 10rem;
    z-index: 1;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
  .btn-top .scroll-top {
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    right: 1rem;
    line-height: 10rem;
  }
}

.btn-top .scroll-top.reader {
  margin-bottom: 12rem;
  background: #fff;
  color: #111;
  text-align: center;
  border: 1px solid #dadada;
}

.btn-top .scroll-top.reader span {
  font-family: 'Nanum Square' !important;
  font-weight: 800;
}

@media screen and (max-width: 1024px) {
  .btn-top .scroll-top.reader {
    margin-bottom: 11rem;
  }
}

.btn-top .scroll-top span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7rem;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 1.5rem;
 
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .btn-top .scroll-top span {
    font-size: 1.5rem;
    min-width: 5rem;
  }
}