@charset "UTF-8";
.gnb2 .sitemap_title a,
.header .logo .main_logo {
  background-image: url(../img/common/logo.svg);
}

.header .logo .sub_logo {
  display: none;
}

.topmenu > li.lnb2 > a > span::before {
  display: none;
}

.sub1002 .title_area .title_h1 {
  display: block;
}

/*.view_section .title_area .etc_info{color:var(--txt6);}*/
.relate_area {
  background: #fbfbfc;
}

.comment_area .cmt_write .text_area .form-control {
  background: #F4F7FE;
}

/* 다크모드 */
html.dark-theme .view_section .view_cont .detail_area p span {
  color: #fff !important;
}

html.dark-theme .view_section .view_cont .relate_area .item {
  color: #000;
}

html.dark-theme .comment_area .cmt_write .text_area .form-control::-webkit-input-placeholder {
  color: #000;
}

html.dark-theme .comment_area .cmt_write .text_area .form-control:-moz-placeholder {
  color: #000;
}

html.dark-theme .comment_area .cmt_write .text_area .form-control::-moz-placeholder {
  color: #000;
}

html.dark-theme .comment_area .cmt_write .text_area .form-control:-ms-input-placeholder {
  color: #000;
}

@media (prefers-color-scheme: dark) {
  .main .view_section .view_cont .detail_area p span {
    color: var(--black) !important;
  }
  .main .view_section .view_cont .relate_area .item {
    color: #000;
  }
  .comment_area .cmt_write .text_area .form-control {
    color: #000;
  }
  .comment_area .cmt_write .text_area .form-control::-webkit-input-placeholder {
    color: #000;
  }
  .comment_area .cmt_write .text_area .form-control:-moz-placeholder {
    color: #000;
  }
  .comment_area .cmt_write .text_area .form-control::-moz-placeholder {
    color: #000;
  }
  .comment_area .cmt_write .text_area .form-control:-ms-input-placeholder {
    color: #000;
  }
}
/* ==============================================================================================================
서브메인
============================================================================================================== */
.swiper-autoplay {
  position: relative;
  z-index: 3;
}
.swiper-autoplay button {
  display: none;
}
.swiper-autoplay button.active {
  display: block;
}

.section_glteen {
  margin-top: 5.5rem;
  margin-bottom: 8rem;
  color: #fff;
}
.section_glteen .item_list .bg {
  display: block;
  height: 41.5rem;
}
.section_glteen .item_list .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_glteen .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.section_glteen .txt .date {
  display: block;
  margin-bottom: 6rem;
}
.section_glteen .txt .major_txt {
  font-size: 3.6rem;
}
.section_glteen .txt .visual_sm {
  display: block;
  font-size: 2rem;
}
.section_glteen .txt .visual_big {
  font-size: 15rem;
}
.section_glteen .swiper-controls {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 4rem;
  z-index: 2;
  display: flex;
  align-items: center;
}
.section_glteen .swiper-controls i {
  font-size: 2.8rem;
}
.section_glteen .swiper-pagination {
  display: flex;
  position: static;
  margin: 0 2rem;
}
.section_glteen .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 1px solid #fff;
  margin: 0 0.5rem;
}
.section_glteen .swiper-pagination-bullet-active {
  background: #fff;
}

.section_glteen_list {
  margin-bottom: 13rem;
}
.section_glteen_list.title_area {
  text-align: left;
}
.section_glteen_list .category_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--txtd);
}
.section_glteen_list .category_wrap i {
  font-size: 3rem;
}
.section_glteen_list .category_wrap .depth3,
.section_glteen_list .category_wrap .depth4 {
  margin-bottom: 0;
}
.section_glteen_list .category_wrap .depth3 button::after,
.section_glteen_list .category_wrap .depth4 button::after {
  margin-top: 2rem;
}
.section_glteen_list .more {
  display: block;
  border-radius: 0.4rem;
  border: 1px solid #707070;
  background: #353540;
  padding: 1rem 9rem;
  margin: 6rem auto;
  transition: 0.2s;
  color: #fff;
}
.section_glteen_list .more i {
  font-size: 2.4rem;
  margin-left: 1rem;
}
.section_glteen_list .more:hover {
  background: black;
  border-color: transparent;
}

.section_glteen_news {
  display: grid;
  grid: auto/1fr 1fr;
  gap: 11rem;
  margin-bottom: 13rem;
}
.section_glteen_news article {
  display: flex;
  position: relative;
}
.section_glteen_news article h2 {
  flex: 0 0 16rem;
}
.section_glteen_news article .item_list {
  padding-right: 5rem;
  height: 10rem;
  width: calc(100% - 16rem);
}
.section_glteen_news article .item a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 5.6rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  margin-bottom: 2rem;
}
.section_glteen_news article .item .date {
  font-size: 1.6rem;
  color: var(--txt6);
}
.section_glteen_news article .more {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--txt7);
}
.section_glteen_news article .more i {
  margin-left: 1rem;
}
.section_glteen_news .swiper-controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.section_glteen_news .swiper-controls .swiper-button {
  font-size: 2.4rem;
}
.section_glteen_news .swiper-button.swiper-button-prev:hover i {
  transform: translate(0, -20%);
}
.section_glteen_news .swiper-button.swiper-button-next:hover i {
  transform: translate(0, 20%);
}

/* ==============================================================================================================
콘텐츠
============================================================================================================== */
.cont_visual {
  background-image: url("../img/sub/s3_visual.jpg");
}

.sub0902 .cont_visual {
  background-image: url("../img/sub/s3_visual_02.jpg");
}

.s3_glteen .top_box {
  margin-bottom: 9rem;
  display: flex;
  align-items: center;
  padding: 5rem 4rem;
  background-color: #f4f5f8;
}
.s3_glteen .top_box .icon {
  flex-shrink: 0;
  padding-right: 4rem;
}
.s3_glteen .top_box .desc p + p {
  margin-top: 2rem;
}
.s3_glteen .row ~ .row {
  margin-top: 10rem;
}
.s3_glteen .row .img {
  text-align: right;
}
.s3_glteen .row.award .img {
  text-align: left;
}
.s3_glteen .row.mv {
  position: relative;
  padding: 5rem 0;
  text-align: center;
}
.s3_glteen .row.mv::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f8f8f8;
}
.s3_glteen .row.mv .title_group {
  text-align: center;
}
.s3_glteen .video_wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.s3_glteen .intro_major_txt {
  width: 50%;
  font-family: var(--font);
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 12rem;
}
.s3_glteen .intro_major_txt strong {
  text-decoration: underline;
}
.s3_glteen .intro_major_txt2 {
  color: var(--txt1);
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 12rem;
  letter-spacing: -0.06rem;
  font-weight: 500;
  line-height: 1.625;
}
.s3_glteen .intro_major_txt2 strong {
  font-weight: 700;
}
.s3_glteen .intro_major_txt2 .desc {
  font-size: 2rem;
}
.s3_glteen .intro_major_txt2 .desc + .desc {
  margin-top: 3rem;
}
.s3_glteen .title_group {
  margin-top: 0;
  text-align: left;
}
.s3_glteen .title_group .title_h1_s {
  margin-top: 0;
}
.s3_glteen .title_group .desc {
  font-size: 2rem;
  color: var(--txt2);
}
.s3_glteen .title_group .desc + .desc {
  margin-top: 3rem;
}
.s3_glteen .txt_bg {
  font-family: var(--font);
  font-size: 22rem;
  color: var(--txte);
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  line-height: 1;
}
.s3_glteen .works_group {
  display: grid;
  grid: auto/repeat(3, 1fr);
  gap: 3.2rem;
  padding: 0;
}
.s3_glteen .works_group .item {
  border: 1px solid var(--txte);
  border-radius: 0.7rem; /* height: 45rem; padding: 5rem 3rem;*/
  position: relative;
}
.s3_glteen .works_group .item .category {
  font-size: 3.4rem;
  display: block;
  margin-bottom: 6rem;
  font-weight: 500;
}
.s3_glteen .works_group .item img {
  margin: 0 auto 6rem;
  display: block;
}
.s3_glteen .works_group .item .title {
  display: block;
  text-align: center;
  font-family: var(--font);
  font-size: 3rem;
}
.s3_glteen .works_group .item::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
}
.s3_glteen .works_group .item.type1::before {
  background: var(--category1);
}
.s3_glteen .works_group .item.type2::before {
  background: var(--category2);
}
.s3_glteen .works_group .item.type3::before {
  background: var(--category3);
}
.s3_glteen .works_group .item.type4::before {
  background: var(--category4);
}
.s3_glteen .works_group .item.type1::before {
  left: auto;
  right: 20%;
  top: 13rem;
}
.s3_glteen .works_group .item.type2::before {
  left: 20%;
  top: 28rem;
}
.s3_glteen .works_group .item.type3::before {
  left: 20%;
  top: 13rem;
}
.s3_glteen .works_group .item.type4::before {
  right: 20%;
  top: 28rem;
}
.s3_glteen .works_group .item.type5::before {
  left: 20%;
  top: 28rem;
  background: #373B44;
}
.s3_glteen .works_group .item:nth-child(1) {
  grid-column-start: 2;
  grid-column-end: 3;
}
.s3_glteen .works_group .item.col_start {
  grid-column-start: 1;
  grid-column-end: 1;
}
.s3_glteen .works_group .item.col_mid {
  grid-column-start: 2;
  grid-column-end: 3;
}
.s3_glteen .works_group .item.col_end {
  grid-column-start: 3;
  grid-column-end: 3;
}
.s3_glteen .channel_staff .item_list button {
  min-height: 5rem;
}
.s3_glteen .channel_staff .title_group .desc {
  max-width: inherit;
  width: calc(100% + 11rem);
}
.s3_glteen .channel_staff .title_h1_s {
  margin-bottom: 3rem;
}
.s3_glteen .channel_staff .tab_cont_wrap .row .works_text {
  flex: 0 0 27%;
  max-width: 27%;
}
.s3_glteen .channel_staff .tab_cont_wrap .row .works_group {
  flex: 0 0 73%;
  max-width: 73%;
}

@media (max-width: 1024.98px) {
  .section_glteen_news {
    display: block;
  }
  .glteen_camp {
    margin-bottom: 6rem;
  }
  .section_glteen_list .category_wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .section_glteen_list .category_wrap .btn-prev,
  .section_glteen_list .category_wrap .btn-next {
    display: none;
  }
  .section_glteen_list .category_wrap .depth3 button span,
  .section_glteen_list .category_wrap .depth4 button span {
    white-space: nowrap;
  }
  .section_glteen_list .category_wrap .depth3 ul li ~ li,
  .section_glteen_list .category_wrap .depth4 ul li ~ li {
    margin: 0;
  }
  .s3_glteen .intro_major_txt {
    width: 100%;
  }
  .s3_glteen .works_area .item {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .s3_glteen .txt_bg {
    display: none;
  }
  .s3_glteen .works_group {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .s3_glteen .works_group .item:first-child, .s3_glteen .works_group .item.col_start, .s3_glteen .works_group .item.col_mid, .s3_glteen .works_group .item.col_end {
    grid-column: inherit;
  }
  .s3_glteen .award {
    display: flex;
    flex-direction: column-reverse;
  }
  .s3_glteen .row .img,
  .s3_glteen .row.award .img {
    text-align: center;
  }
  .s3_glteen .channel_staff .title_group .desc {
    width: 100%;
  }
  .s3_glteen .channel_staff .tab_cont_wrap .row .works_text, .s3_glteen .channel_staff .tab_cont_wrap .row .works_group {
    max-width: 100%;
    width: 100%;
    flex: auto;
  }
  .s3_glteen .top_box {
    margin-bottom: 5rem;
    padding: 4rem;
  }
  .s3_glteen .top_box .icon {
    display: none;
  }
  .s3_glteen .top_box .desc br {
    display: none;
  }
  .section_glteen {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .section_glteen_list {
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
  .section_glteen_list .more {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .section_glteen_list .category_wrap .depth3,
  .section_glteen_list .category_wrap .depth4 {
    margin-left: auto;
    margin-right: auto;
  }
  .section_glteen_news {
    margin-bottom: 7rem;
  }
  .intro_major_txt2 .desc br {
    display: none;
  }
}/*# sourceMappingURL=sub03.css.map */