@charset "UTF-8";
/****************************************/
/*  Name : 에듀넷 재구조화
/*  PART : font style
/*  Author : 
/*
/*  Summary: /* 파일 내용 */
/*  01) GmarketSans
/*  02) Pretendard
/****************************************/
/* ********************************************************************************* *
* 01) GmarketSans // font-family: 'GmarketSans';
* ********************************************************************************* */
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 700;
  src: url("/@/assets/fonts/GmarketSansBold.woff2") format("woff2"), url("/@/assets/fonts/GmarketSansBold.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  src: url("/@/assets/fonts/GmarketSansMedium.woff2") format("woff2"), url("/@/assets/fonts/GmarketSansMedium.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 300;
  src: url("/@/assets/fonts/GmarketSansLight.woff2") format("woff2"), url("/@/assets/fonts/GmarketSansLight.woff") format("woff");
}
/* ********************************************************************************* *
* 02) Pretendard // font-family: 'Pretendard';
* ********************************************************************************* */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("/@/assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("/@/assets/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("/@/assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("/@/assets/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("/@/assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("/@/assets/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("/@/assets/fonts/Pretendard-Light.woff2") format("woff2"), url("/@/assets/fonts/Pretendard-Light.woff") format("woff");
}
/*변수*/
.color_red {
  color: #D50136 !important;
}

.color_yellow {
  color: #FFFF00 !important;
}

.color_blue {
  color: #2a55e4;
  font-weight: 600;
}

.color_navy {
  color: #083b87;
  font-weight: 600;
}

.color_purple {
  color: #865dd5;
  font-weight: 600;
}

.color_orange {
  color: #1f1b1a !important;
  font-weight: 600;
}

/*absolute 중앙정렬*/
/*헤더 관련사이트*/
/*게시글 필수 입력 표시*/
/****************************************/
/*  Name :에듀넷 재구조화
/*  PART :sub page style
/*  Author : 
/*  Summary:/* 파일 내용 */
/*  01)
/****************************************/
/*width 최소값*/
body {
  min-width: 360px;
}

/*너비*/
.width5 {
  width: 5% !important;
}

.width10 {
  width: 10% !important;
}

.width15 {
  width: 15% !important;
}

.width20 {
  width: 20% !important;
}

.width25 {
  width: 25% !important;
}

.width30 {
  width: 30% !important;
}

.width33 {
  width: 33% !important;
}

.width40 {
  width: 40% !important;
}

.width50 {
  width: 50% !important;
}

.width60 {
  width: 60% !important;
}

.width70 {
  width: 70% !important;
}

.width80 {
  width: 80% !important;
}

.width90 {
  width: 90% !important;
}

.width100 {
  width: 100% !important;
}

/*정렬*/
.flex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*select, checkbox, radio*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 4rem 0 1rem;
  font-size: 1.5rem;
  background: url(/@/assets/images/sub/icon_small_down_arrow.png) no-repeat calc(100% - 10px) center/14px, #fff;
  border: 1px solid #e4e7ea;
  border-radius: 4px !important;
}

.checkbox_group, .radio_group, .sel_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.checkboxBtn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0 0.45rem;
  cursor: pointer;
} /* rhd 2024.12.27 */
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccd1d6;
  border-radius: 4px;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: url(/@/assets/images/sub/icon_check.png) no-repeat center center/12px, #865dd5;
  border: 1px solid #865dd5;
}
input[type=checkbox] + span {
  color: #212121;
  padding-left: 0.4rem;
}
input[type=checkbox]:focus-visible {
  outline: 1px dashed #000 !important;
  outline-offset: 2px;
}

.radioBtn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0 0.45rem;
  cursor: pointer;
} /* rhd 2024.12.27 */
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 0;
  background: #fff;
  border: 1px solid #ccd1d6;
  border-radius: 50%;
  cursor: pointer;
}
input[type=radio]:hover {
  border: 1px solid #865dd5;
  background: #f4f9fb;
}
input[type=radio]:checked {
  background: radial-gradient(circle at center, #865dd5 1px, #865dd5 5px, #fff 6px, #fff 20px);
  border: 1px solid #865dd5;
}
input[type=radio]:disabled {
  background: #e4e7ea;
  border: 1px solid #d6dbe0;
  cursor: default;
}
input[type=radio]:checked:disabled {
  background: radial-gradient(circle at center, #d6dbe0 1px, #d6dbe0 5px, #f2f3f5 6px, #f2f3f5 20px);
  border: 1px solid #d6dbe0;
  cursor: default;
}
input[type=radio]:focus-visible {
  outline: 1px dashed #000 !important;
  outline-offset: 2px;
}

input[type=radio].large {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ccd1d6;
  border-radius: 50%;
  cursor: pointer;
}
input[type=radio].large:hover {
  border: 1px solid #865dd5;
  background: #f4f9fb;
}
input[type=radio].large:checked {
  background: radial-gradient(circle at center, #865dd5 1px, #865dd5 6px, #fff 7px, #fff 20px);
  border: 1px solid #865dd5;
}
input[type=radio].large:disabled {
  background: #f2f3f5;
  border: 1px solid #d6dbe0;
  cursor: default;
}
input[type=radio].large:checked:disabled {
  background: radial-gradient(circle at center, #d6dbe0 1px, #d6dbe0 6px, #f2f3f5 7px, #f2f3f5 20px);
  border: 1px solid #d6dbe0;
  cursor: default;
}
input[type=radio].large:focus-visible {
  outline: 1px dashed #000 !important;
  outline-offset: 2px;
}

input[type=text].input_date {
  background: url(/@/assets/images/sub/icon_date.png) no-repeat 96% center/16px, #fff;
  padding: 0 2.6rem 0 1.2rem;
}

/*버튼*/
.btn_navy {
  flex-shrink: 0;
  min-width: 80px;
  height: 42px;
  background: #083b87;
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 6px;
  transition: all 0.15s linear;
  padding: 0 20px;
}
.btn_navy:hover {
  background: #062F6C;
}
.btn_navy:active {
  background: #06295F;
}

.btn_purple {
  flex-shrink: 0;
  min-width: 80px;
  height: 42px;
  background: #865dd5;
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 6px;
  transition: all 0.15s linear;
  padding: 0 20px;
}
.btn_purple:hover {
  background: #6B4AAA;
}
.btn_purple:active {
  background: #5E4196;
}

.btn_gray {
  flex-shrink: 0;
  min-width: 80px;
  height: 42px;
  background: #5a5e6a;
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 6px;
  transition: all 0.15s linear;
  padding: 0 20px;
}
.btn_gray:hover {
  background-color: #3b3b40 !important;
}

.btn_search {
  width: 46px;
  height: 46px;
  background: url(/@/assets/images/common/icon_search.png) no-repeat center center/24px, linear-gradient(135deg, #865dd5, #4a24b9);
  flex-shrink: 0;
  border-radius: 50%;
}
.btn_search a {
  width: 100%;
  height: 100%;
  display: block;
}
.btn_search:hover {
  background-color: #6B4AAA !important;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1rem;
}

/*jys20250117모바일 반응형 jys button, input, select , checkbtn, radiobtn 사이즈 작게 및 텍스트 작게추가*/
@media all and (max-width: 768px) {
  /*버튼*/
  .btn_navy, .btn_purple, .btn_gray {
    min-width: 70px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
  }
  .btn_search {
    width: 42px;
    height: 42px;
  }
  .checkboxBtn, .radioBtn {
    font-size: 1.5rem;
  }
  /*select, checkbox, radio*/
  select, input[type=text] {
    height: 38px !important;
  }

}
.btn_preview {
  width: 36px;
  height: 36px;
  background: url(/@/assets/images/sub/icon_preview.png) no-repeat center center/contain, #00867B;
  border-radius: 50%;
}

.btn_preview_gr {
  width: 24px;
  height: 24px;
  background: url(/@/assets/images/sub/icon_search_wh_bd.png) no-repeat center center/17px, #707586;
  border-radius: 50%;
}

.btn_data_down {
  width: 36px;
  height: 36px;
  background: url(/@/assets/images/sub/icon_filedown.png) no-repeat center center/contain, #00867B;
  border-radius: 50%;
}

/***아이콘사이즈 통일을위해  30px-->24px로 수정***/
.btn_zip {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_zip.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_video, .btn_mp4, .btn_mov, .btn_mpeg, .btn_wmv, .btn_avi {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_mov.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_pdf {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_pdf.png) no-repeat center 40%/100%;
  border-radius: 50%;
}

.btn_hwp, .btn_hwpx {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_hwp.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_ppt, .btn_pptx {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_ppt.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_xls, .btn_xlsx {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_xls.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_doc, .btn_docx {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_doc.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_jpg, .btn_png, .btn_jpeg, .btn_gif, .btn_bmp, .btn_svg, .btn_webp {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_img.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_wav, .btn_mp3 {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_mp3.png) no-repeat center center/100%;
  border-radius: 50%;
}

.btn_etc {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_etc.png) no-repeat center center/100%;
  border-radius: 50%;
}

/***아이콘 추가***/
.btn_txt {
  width: 24px;
  height: 24px;
  display: block;
  background: url(/@/assets/images/common/ico_txt.png) no-repeat center 40%/100%;
  border-radius: 50%;
}

.ico_new {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5px;
  background: url(/@/assets/images/common/ico_new.png) no-repeat center center/100%;
  border-radius: 50%;
}

/* 도움말 추가 */
.noti_caption {
  position: relative;
  margin: 1rem 0;
  padding: 0.4rem 0 0 2rem;
  font-size: 14px;
  color: #D50136;
}
.noti_caption:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_hint.png) no-repeat center center/contain;
}
.noti_caption.star:before {
  content: "*";
}

.cant_click {
  pointer-events: none;
  cursor: default;
}

.btn_tooltip {
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_tooltip.png) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
}

.btn_navy_down {
  position: relative;
  width: 108px;
  height: 36px;
  background: #083b87;
  padding-left: 1.6rem;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
}
.btn_navy_down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_donw_wh.png) no-repeat center center/contain;
  transform: translateY(-50%);
}

.btn_sch_rect {
  position: relative;
  width: 82px;
  height: 36px;
  background: #865dd5;
  display: block;
  padding-left: 1.6rem;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  transition: all 0.15s linear;
}
.btn_sch_rect:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_search_wh.png) no-repeat center center/contain;
  transform: translateY(-50%);
}

.btn_refresh {
  position: relative;
  width: 95px;
  height: 36px;
  background: #5a5e6a;
  display: block;
  padding-left: 1.6rem;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
}
.btn_refresh:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_refresh.png) no-repeat center center/contain;
  transform: translateY(-50%);
}

.btn_thumb_type_1 {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_thumb_type_1.png) no-repeat center center/contain;
}
.btn_thumb_type_1.active, .btn_thumb_type_1:hover {
  background: url(/@/assets/images/sub/icon_thumb_type_1_active.png) no-repeat center center/contain;
}

.btn_thumb_type_2 {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_thumb_type_2.png) no-repeat center center/contain;
}
.btn_thumb_type_2.active, .btn_thumb_type_2:hover {
  background: url(/@/assets/images/sub/icon_thumb_type_2_active.png) no-repeat center center/contain;
}

.btn_sort_all {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_type_all.png) no-repeat center center/contain;
}
.btn_sort_all.active, .btn_sort_all:hover {
  background: url(/@/assets/images/sub/icon_type_all_active.png) no-repeat center center/contain;
}

.btn_sort_video {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_type_video.png) no-repeat center center/contain;
}
.btn_sort_video.active, .btn_sort_video:hover {
  background: url(/@/assets/images/sub/icon_type_video_active.png) no-repeat center center/contain;
}

.btn_sort_gallery {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_type_img.png) no-repeat center center/contain;
}
.btn_sort_gallery.active, .btn_sort_gallery:hover {
  background: url(/@/assets/images/sub/icon_type_img_active.png) no-repeat center center/contain;
}

.btn_outfile_down {
  position: relative;
  width: 128px;
  height: 36px;
  background: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5a5e6a;
  text-align: center;
  line-height: 34px;
  border: 1px solid #d6dbe0;
  border-radius: 4px;
  transition: all 0.15s linear;
}
.btn_outfile_down:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_filedown_bk.png) no-repeat center center/13px;
  margin: 0 0 -0.15rem 0.5rem;
}
.btn_outfile_down:hover {
  background: #707586;
  color: #fff;
  border: 1px solid #707586;
}
.btn_outfile_down:hover:after {
  background: url(/@/assets/images/sub/icon_donw_wh.png) no-repeat center center/17px;
}

.btn_line_search {
  width: 24px;
  height: 24px;
  background: url(/@/assets/images/common/icon_search_bk_2.png) no-repeat center center/contain;
  display: block;
}

.btn_filter {
  width: 50px;
  height: 50px;
  background: url(/@/assets/images/common/icon_filter.png) no-repeat center center/24px, #f2f3f5;
  display: block;
  flex-shrink: 0;
  border-radius: 50px;
  transition: all 0.15s linear;
  display: none;
}
.btn_filter:hover, .btn_filter.active {
  background: url(/@/assets/images/common/icon_filter_wh.png) no-repeat center center/24px, #865dd5;
}

.btn_ham {
  width: 44px;
  height: 44px;
  background: url(/@/assets/images/common/icon_ham_bk.png) no-repeat center center/contain;
  text-indent: -9999px;
  color: transparent;
  font-size: 0;
}
.btn_ham:hover {
  background: url(/@/assets/images/common/icon_ham_hover.png) no-repeat center center/contain;
}
.btn_ham.active {
  background: url(/@/assets/images/common/icon_cls.png) no-repeat center center/30px;
}

.btn_more {
  height: 32px;
  padding: 0 1.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  color: #3b3b40;
  gap: 8px;
  border: 1px solid #e4e7ea;
  border-radius: 30px;
  line-height: 32px;
  transition: border 0.15s linear;
}
.btn_more i {
  display: block;
  width: 13px;
  height: 13px;
  background: url(/@/assets/images/sub/plus_gray_20.png) no-repeat center center/13px;
}
.btn_more:hover {
  border: 1px solid #5a5e6a;
}
.btn_more:hover i {
  transform: rotate(180deg);
}

/* vue datapicker */
.dp__main {
  position: relative;
  width: auto !important;
  min-width: 120px;
  display: inline-block;
  vertical-align: top;
}
.dp__main > div {
  display: inline-block;
  float: left;
}
.dp__main .dp__input_wrap {
  position: relative;
  float: left;
}
.dp__main .dp__input_wrap input {
  max-width: 140px;
  min-width: 110px;
  height: 42px;
  padding: 6px 2rem 6px 2.6rem !important;
  line-height: 40px;
  font-size: 1.4rem;
  letter-spacing: -1px;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.dp__main .dp__input_wrap svg {
  width: 16px;
  height: 16px;
  padding: 0.6rem;
  inset-inline-start: auto;
  cursor: pointer;
}

/* scroll top */
.move_top_w {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
}
.move_top_w button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 10px 10px 0 0;
  background-color: #6B4AAA;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.move_top_w button:before {
  content: "";
  display: block;
  width: 17px;
  height: 25px;
  background: url(/@/assets/images/common/scroll_top.png) no-repeat center center/100%;
  transition: all 0.5s;
}
.move_top_w button:hover {
  background-color: #5E4196;
}
.move_top_w button:hover:before {
  margin-bottom: 10px;
}
.move_top_w button:focus-visible {
  outline: 2px dotted #000;
  outline-offset: 2px;
}

/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  .move_top_w {
    height: 50px;
  }
  .move_top_w button {
    width: 50px;
    height: 50px;
  }
  .move_top_w button:before {
    width: 14px;
    height: 20px;
  }
}
/* 20250118 jys 클릭시 툴팁박스 수정보완 + 반응형*/
.btn_tooltip {
  position: relative;
  cursor: pointer;
}
.btn_tooltip input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
}
.btn_tooltip input[type=checkbox] + .tooltip_box {
  display: none;
  position: absolute;
  bottom: calc(100% + 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: 380px;
  min-width: 340px;
  width: 100%;
  background: #865dd5;
  padding: 1.5rem;
  border-radius: 4px;
  line-height: 1.2;
  z-index: 1;
  /*jys 툴팁 폰트사이즈 줄높이 조절함*/
}
.btn_tooltip input[type=checkbox] + .tooltip_box:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0px 10px;
  border-color: #865dd5 transparent transparent transparent;
}
.btn_tooltip input[type=checkbox] + .tooltip_box > span {
  font-weight: 400;
  color: #fff;
  font-size: 1.4rem;
}
.btn_tooltip input[type=checkbox] + .tooltip_box > p {
  font-weight: 400;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.btn_tooltip input[type=checkbox] + .tooltip_box i {
  font: inherit;
}
.btn_tooltip input[type=checkbox]:checked + .tooltip_box {
  display: block;
}

@media all and (max-width: 1024px) {
  .btn_tooltip input[type=checkbox] + .tooltip_box {
    max-width: 300px;
    min-width: 250px;
    padding: 1rem;
  }
}
@media all and (max-width: 1024px) {
  .btn_tooltip input[type=checkbox] + .tooltip_box {
    max-width: 250px;
    min-width: 220px;
    padding: 0.7rem 1rem;
    font-size: 1.3rem;
  }
}
/*폰트*/
strong {
  font-weight: 600;
}

.color_red {
  color: #D50136 !important;
}

.color_yellow {
  color: #FFFF00 !important;
}

.color_blue {
  color: #2a55e4;
  font-weight: 600;
}

.color_purple {
  color: #865dd5;
  font-weight: 600;
}

/*좋아요, 스크랩 버튼 활성화 클래스 : active*/
.btn_like {
  font-weight: 500;
  color: #3b3b40;
}
.btn_like:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/@/assets/images/sub/icon_like.png) no-repeat center center/contain;
  margin: -0.2rem 0.4rem 0 0;
  vertical-align: middle;
}
.btn_like:hover {
  color: #865dd5;
  font-weight: 600;
}
.btn_like:hover:before {
  background: url(/@/assets/images/sub/icon_like_hover.png) no-repeat center center/contain;
}
.btn_like.active:before {
  background: url(/@/assets/images/sub/icon_like_active.png) no-repeat center center/contain;
}

.btn_scrap {
  font-weight: 500;
  color: #3b3b40;
}
.btn_scrap:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/@/assets/images/sub/icon_scrap.png) no-repeat center center/contain;
  margin: -0.2rem 0.4rem 0 0;
  vertical-align: middle;
}
.btn_scrap:hover {
  color: #865dd5;
  font-weight: 600;
}
.btn_scrap:hover:before {
  background: url(/@/assets/images/sub/icon_scrap_hover.png) no-repeat center center/contain;
}

.btn_share {
  font-weight: 500;
  color: #3b3b40;
}
.btn_share:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/@/assets/images/sub/icon_share.png) no-repeat center center/contain;
  margin: -0.2rem 0.4rem 0 0;
  vertical-align: middle;
}
.btn_share:hover {
  color: #865dd5;
  font-weight: 600;
}

.btn_print {
  font-weight: 500;
  color: #3b3b40;
}
.btn_print:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/@/assets/images/sub/icon_print.png) no-repeat center center/contain;
  margin: -0.2rem 0.4rem 0 0;
  vertical-align: middle;
}
.btn_print:hover {
  color: #865dd5;
  font-weight: 600;
}
.btn_print:hover:before {
  background: url(/@/assets/images/sub/icon_print_hover.png) no-repeat center center/contain;
}

.btn_filedownload {
  font-weight: 500;
  color: #3b3b40;
}
.btn_filedownload:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/@/assets/images/sub/icon_filedown_bk.png) no-repeat center center/contain;
  margin: -0.2rem 0.4rem 0 0;
  vertical-align: middle;
}
.btn_filedownload:hover {
  color: #865dd5;
  font-weight: 600;
}
.btn_filedownload:hover:before {
  background: url(/@/assets/images/sub/icon_filedown_hover.png) no-repeat center center/contain;
}

button:focus-visible {
  outline: 2px dotted #000;
}

.btn_list_default {
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_list_default.png) no-repeat center center/contain;
  transition: all 0.15s linear;
}
.btn_list_default:hover, .btn_list_default.active {
  background: url(/@/assets/images/sub/icon_list_default_hover.png) no-repeat center center/contain;
}

.btn_list_type {
  width: 32px;
  height: 32px;
  background: url(/@/assets/images/sub/icon_list_type.png) no-repeat center center/contain;
  transition: all 0.15s linear;
}
.btn_list_type:hover, .btn_list_type.active {
  background: url(/@/assets/images/sub/icon_list_type_hover.png) no-repeat center center/contain;
}

/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  .btn_like:before, .btn_scrap:before, .btn_share:before, .btn_print:before, .btn_filedownload:before {
    width: 16px;
    height: 16px;
  }
}
/*숨기기*/
.type_hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*서브 공통*/
/*헤더 높이 변경에 따른 서브페이지 상단 여백설정 rhd 2025.2.2 스크롤 오류인한 미디어쿼리 추가 */
.sub_content_wrap {
  min-width: 360px;
  padding-top: calc(157px + 3rem);
}

/*PC 반응형 1440*/
@media all and (max-width: 1440px) {
  .sub_content_wrap {
    padding-top: calc(148px + 2.5rem);
  }
}
/*태블릿 반응형 1024*/
@media all and (max-width: 1024px) {
  .sub_content_wrap {
    padding-top: calc(130px + 2rem);
  }
}
/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  .sub_content_wrap {
    padding-top: calc(74px + 1.5rem);
  }
}
.sub_content_body {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  /*breadcrum*/
  /*서브 제목*/
  /*서브 제목(snb없을때)*/
  /*서브 페이지 하위항목 제목*/
  /*서브페이지 테이블 제목*/
  /*서브페이지 이너 테이블(게시글 안 작은 테이블, 테이블 안 테이블)*/
  /*서브 탭 박스*/
  /*가로 스크롤 탭박스*/
}
.sub_content_body > #content {
  position: relative;
  padding-bottom: 12rem;
}
.sub_content_body > .sub_content_box {
  max-width: 1080px;
  min-height: 800px;
  width: calc(100% - 360px);
  margin-left: 8rem;
}
.sub_content_body > .sub_content_box.width100 {
  max-width: 100% !important;
  margin-left: 0;
}
.sub_content_body .breadcrumb {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  flex-wrap: wrap;
  padding-left: 25px;
}
.sub_content_body .breadcrumb li {
  position: relative;
}
.sub_content_body .breadcrumb li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 1rem;
  height: 1rem;
  background: url(/@/assets/images/sub/icon_breadcrumb_arrow.png) no-repeat center center/contain;
}
.sub_content_body .breadcrumb li:first-child a {
  width: 24px;
  height: 24px;
  background: url(/@/assets/images/sub/icon_home.png) no-repeat center center/contain;
  display: block;
  text-indent: -9999px;
  color: transparent;
  left: -25px;
  position: absolute;
  top: -13px;
}
.sub_content_body .breadcrumb li:last-child a {
  font-weight: 600;
  color: #212121;
}
.sub_content_body .breadcrumb li:hover a {
  color: #865dd5;
}
.sub_content_body .breadcrumb li a {
  color: #3b3b40;
}
.sub_content_body .sub_big_title {
  margin: 2.4rem 0;
  font-family: "GmarketSans", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
}

.sub_content_body .sub_big_title.des_exists {
  display: flex;
  align-items: center
}

.sub_content_body .sub_big_title.des_exists .h2_title {
  flex-shrink: 0;
  font-size: inherit
}

.sub_content_body .sub_big_title.des_exists .h2_description {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  word-break: keep-all
}

.sub_content_body .sub_big_title.des_exists .h2_description:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f2f3f5;
  content: ""
}

.sub_content_body .box_description {
  min-height: 200px;
  margin-bottom: 30px;
  background-color: #f3fbe3;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden
}

.sub_content_body .box_description.purple {
  background-color: #f3eefb
}

.sub_content_body .box_description.blue {
  background-color: #f4f9fb
}

.sub_content_body .box_description .des_left {
  width: 60%;
  position: relative;
  z-index: 1;
  padding: 30px 0 30px 30px
}

.sub_content_body .box_description .des_left h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #212121;
  text-align: left
}

.sub_content_body .box_description .des_left p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  word-break: keep-all
}

.sub_content_body .box_description .des_left p span {
  color: #d50136
}

.sub_content_body .box_description .des_right {
  width: 40%;
  position: relative;
  right: -2%;
  display: flex;
  align-items: flex-end
}

.sub_content_body .sub_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.sub_content_body .sub_header .sub_big_title {
  margin: 0;
}
.sub_content_body .sub_small_title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #212121;
}
.sub_content_body .table_sbjt {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #212121;
}
.sub_content_body .table_sbjt:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #707586;
  border-radius: 50%;
}
.sub_content_body .table_sbjt:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #865dd5;
  border-radius: 50%;
}
.sub_content_body .inner_table_type_1 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #e4e7ea;
}
.sub_content_body .inner_table_type_1.bt_none {
  border-top: none;
}
.sub_content_body .inner_table_type_1 thead tr th {
  background: #f2f3f5;
  padding: 0.7rem 1.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5a5e6a;
}
.sub_content_body .inner_table_type_1 tbody tr {
  border-bottom: 1px solid #f2f3f5;
}
.sub_content_body .inner_table_type_1 tbody tr td {
  padding: 1.2rem;
  font-weight: 500;
  color: #212121;
}
.sub_content_body .inner_table_type_2 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #e4e7ea;
}
.sub_content_body .inner_table_type_2 tr {
  border-bottom: 1px solid #e4e7ea;
}
.sub_content_body .inner_table_type_2 tr th {
  background: #f2f3f5;
  padding: 0.9rem 2.3rem;
  font-weight: 600;
  color: #083b87;
}
.sub_content_body .inner_table_type_2 tr td {
  background: #fff;
  padding: 0.9rem 1rem;
  font-weight: 400;
  color: #3b3b40;
}
.sub_content_body .sub_tab_box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e4e7ea;
}
.sub_content_body .sub_tab_box > li a {
  position: relative;
  padding: 1.5rem 2.25rem;
  font-size: 2rem;
  font-weight: 600;
  color: #707586;
  display: block;
}
.sub_content_body .sub_tab_box > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background: #ccd1d6;
  transform: translateY(-50%);
}
.sub_content_body .sub_tab_box > li.active a {
  font-weight: 700;
  color: #865dd5;
}
.sub_content_body .sub_tab_box > li.active a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background: #865dd5;
}
.sub_content_body .sub_tab_box > li:last-child a:after {
  display: none;
}
.sub_content_body .width_scroll_box {
  position: relative;
  width: 100%;
}
.sub_content_body .width_scroll_box > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 36px;
  display: block;
  border: 1px solid #e4e7ea;
  z-index: 2;
}
.sub_content_body .width_scroll_box > button.hidden {
  display: none;
}
.sub_content_body .width_scroll_box button[class*=left] {
  left: 0;
  background: url(/@/assets/images/sub/icon_prev_page.png) no-repeat center center/24px, #fff;
  border: 1px solid #e4e7ea;
}
.sub_content_body .width_scroll_box button[class*=right] {
  right: 0;
  background: url(/@/assets/images/sub/icon_next_page.png) no-repeat center center/24px, #fff;
  border: 1px solid #e4e7ea;
}
.sub_content_body .width_scroll_box button[class*=right]:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0px;
  width: 100px;
  height: 42px;
  background: url(/@/assets/images/sub/bg_scroll_gra.png) no-repeat center center;
}
.sub_content_body .width_scroll_box .sub_tab_box {
  position: relative;
  max-width: 400vw;
  width: 100%;
  flex-wrap: nowrap;
  overflow: auto;
  z-index: 1;
}
.sub_content_body .width_scroll_box .sub_tab_box > li {
  flex-shrink: 0;
  white-space: nowrap;
}
.sub_content_body .width_scroll_box .sub_tab_box::-webkit-scrollbar {
  display: none;
}

@media all and (max-width: 768px) {
  .sub_content_body {
    /*서브 제목*/
  }
  .sub_content_body .sub_big_title {
    font-size: 3rem;
    margin: 1.8rem 0 1.5rem 0;
  }
  .sub_content_body .sub_big_title.des_exists {
    flex-wrap: wrap
  }

  .sub_content_body .sub_big_title.des_exists .h2_description {
    margin: .7rem 0 0;
    padding-left: 0;
    font-size: 1.6rem
  }

  .sub_content_body .sub_big_title.des_exists .h2_description:before {
    display: none
  }

  .sub_content_body .box_description {
    min-height: auto
  }

  .sub_content_body .box_description .des_left {
    width: 100%;
    padding: 30px
  }

  .sub_content_body .box_description .des_left p {
    font-size: 1.5rem
  }

  .sub_content_body .box_description .des_right {
    display: none
  }
}
@media all and (max-width: 500px) {
  .sub_content_body {
    /*서브 제목(snb없을때)*/
  }
  .sub_content_body .sub_header {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .sub_content_body .sub_header .sub_big_title {
    flex-shrink: 0;
    margin: 0;
  }
}
/*서브페이지 리스트 테이블*/
.list_table {
  width: 100%;
  table-layout: fixed;
}
.list_table thead th {
  position: relative;
  background: #f2f3f5;
  padding: 1.2rem 0.5rem;
  font-weight: 500;
  color: #212121;
  border-top: 1px solid #707586;
  font-size: 1.6rem;
  /* 타이틀 라인없애기위해 삭제  &:not(:last-child):after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 19px; background: $light_gray_2; transform: translateY(-50%);}*/
}
.list_table tbody tr {
  border-bottom: 1px solid #e4e7ea;
}
.list_table tbody tr:last-child {
  border-bottom: 1px solid #707586;
}
.list_table tbody th {
  text-align: center !important;
  display: table-cell !important;
}
.list_table tbody th[scope=row] img, .list_table tbody th[scope=col] img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.list_table tbody td {
  padding: 1rem;
  font-size: 1.5rem;
  color: #212121;
  text-align: center;
  height: 42px; /**첨부파일 이미지 없을때 지정된높이 필요 42px 추가**/
}
.list_table tbody td a[class*=btn_] {
  display: block;
  margin: 0 auto;
}

/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  .list_table tbody td {
    padding: 0.7rem 1rem;
    height: auto;
  }
  .inner_table_type_2.type1 {
    border-top: none;
  }
  .inner_table_type_2.type1 tr {
    margin-bottom: 10px;
    border-top: 1px solid #e4e7ea;
    border-bottom: none;
  }
  .inner_table_type_2.type1 td {
    position: relative;
    padding-left: 8rem !important;
    width: 50%;
    text-align: left;
  }
  .inner_table_type_2.type1 td.width100 {
    width: 100% !important;
  }
  .inner_table_type_2.type1 td:before {
    content: attr(data-label) "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    background-color: #f2f3f5;
    font-size: 1.4rem;
    font-weight: 500;
    color: #083b87;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .sub_content_body .sub_tab_box {
    margin-bottom: 1.5rem;
  }
}
/*서브페이지 게시글 등록, 수정 테이블*/
.write_table {
  width: 100%;
  border-top: 1px solid #3b3b40;
  border-bottom: 1px solid #3b3b40;
}
.write_table thead tr {
  border-bottom: 1px solid #e4e7ea;
}
.write_table thead tr th {
  padding: 1.65rem 1rem;
  color: #333;
  font-weight: 500;
  text-align: left;
}
.write_table thead tr th .essential {
  position: relative;
}
.write_table thead tr th .essential:after {
  content: "*";
  position: absolute;
  top: 50%;
  right: -1.4rem;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  font-weight: 600;
  color: #FD5A50;
  line-height: 1;
}
.write_table thead tr td {
  padding: 1rem;
}
.write_table thead tr td > input[type=text] {
  width: calc(100% - 120px);
  height: 42px;
  margin-right: 0.8rem;
  padding: 0 1.4rem;
  border: 1px solid #e4e7ea;
  border-radius: 4px;
}
.write_table thead tr td > .checkboxBtn {
  display: inline-block;
  vertical-align: middle;
}
.write_table thead tr td > .checkboxBtn input[type=checkbox] {
  vertical-align: top;
  margin-right: 0.4rem;
}
.write_table thead tr td > label {
  width: 80px;
  vertical-align: middle;
  cursor: pointer;
}
.write_table thead tr td > label input[type=checkbox] {
  vertical-align: middle;
}
.write_table thead tr td > label span {
  color: #212121;
  padding-left: 0.4rem;
}
.write_table tbody tr {
  border-bottom: 1px solid #e4e7ea;
}
.write_table tbody tr th {
  padding: 1.65rem 1rem;
  color: #333;
  font-weight: 500;
  text-align: left;
}
.write_table tbody tr th .essential {
  position: relative;
}
.write_table tbody tr th .essential:after {
  content: "*";
  position: absolute;
  top: 50%;
  right: -1.4rem;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  font-weight: 600;
  color: #FD5A50;
  line-height: 1;
}
.write_table tbody tr td {
  padding: 1rem;
}
.write_table tbody tr td > textarea {
  width: 100%;
  min-height: 40vh;
  margin-right: 0.8rem;
  padding: 1rem;
  border: 1px solid #e4e7ea;
  border-radius: 4px;
}
.write_table tbody tr td ul.upload_desc, .write_table tbody tr td ul.irx_filetree_list {
  display: block !important;
}
.write_table tbody tr td ul.upload_desc li, .write_table tbody tr td ul.irx_filetree_list li {
  font-size: 14px;
  color: #5a5e6a;
  line-height: 1.5;
}
.write_table tbody tr td ul:not(.upload_desc, .irx_filetree_list, .ck ul) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.write_table tbody tr td ul:not(.upload_desc, .irx_filetree_list, .ck ul) li {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.write_table tbody tr td ul:not(.upload_desc, .irx_filetree_list, .ck ul) li label {
  cursor: pointer;
}
.write_table tbody tr td .hint {
  position: relative;
  padding: 0.4rem 0 0 2rem;
  font-size: 14px;
  color: #D50136;
}
.write_table tbody tr td .hint:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_hint.png) no-repeat center center/contain;
}
.write_table tbody tr td .hint.bblue {
  color: #2a55e4;
}
.write_table tbody tr td .hint.bblue:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/common/info_circle_dark_16x16.png) no-repeat center center/contain;
}
.write_table tbody tr td .hint.ggray {
  color: #3b3b40;
}
.write_table tbody tr td .hint.ggray:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/common/info_circle_dark_16x16.png) no-repeat center center/contain;
}
.write_table tbody tr td select {
  height: 42px;
}
.write_table tbody tr td input[type=text] {
  height: 42px;
  padding: 0 1rem;
  border-radius: 4px;
}
.write_table tbody tr td .tel_input_box {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.write_table tbody tr td .tel_input_box > :is(select, input) {
  max-width: 100px;
  min-width: unset !important;
  width: 100% !important;
}
.write_table tbody tr td .file_upload_btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: #f2f3f5;
}
.write_table tbody tr td .file_upload_btns button {
  min-width: 8rem;
  height: 38px;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 1px solid #ccd1d6;
  border-radius: 8px;
}
.write_table tbody tr td .file_upload_btns button:hover {
  color: #fff;
  background-color: #09a3e4;
  border-color: #09a3e4;
}

.write_table.type2 th {
  background: #f2f3f5;
  padding: 1.3rem 1.5rem;
  font-weight: 500;
}
.write_table.type2 th span.title_desc {
  display: block;
  font-size: 1.4rem;
}
.write_table.type2 td {
  padding: 0.7rem 2.4rem;
}
.write_table.type2 td ul:not(.upload_desc, .irx_filetree_list, .ck ul) {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.write_table.type2 td ul:not(.upload_desc, .irx_filetree_list, .ck ul) li {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
.write_table.type2 td ul:not(.upload_desc, .irx_filetree_list, .ck ul) li label {
  cursor: pointer;
}
.write_table.type2 td input[type=text] {
  width: 100%;
}
.write_table.type2 td select {
  min-width: 200px;
}
.write_table.type2 td .btn_box {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.write_table.type2 td .btn_box input[type=text] {
  width: calc(100% - 122px);
}

/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  .write_table tbody tr td .file_upload_btns {
    gap: 0.5rem;
  }
  .write_table tbody tr td .file_upload_btns button {
    min-width: none;
    height: 34px;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  /*교원연수정보검색*/
  .write_table.type2 td .btn_box button {
    height: 34px !important;
    line-height: 34px !important;
  }
  .write_table.type2 td .btn_box.etc1 {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .write_table.type2 td .btn_box.etc1 .btn_navy {
    width: 40% !important;
  }
  .write_table.type2 td .url_box .btn_navy { /*width: 40%;*/
    height: 34px !important;
    line-height: 34px !important;
  }
}
/*에러페이지*/
.sub_content_box.error {
  position: relative;
  margin: 0 auto;
}
.sub_content_box.error:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(/@/assets/images/sub/bg_default_gray.png) no-repeat center center/cover;
  z-index: -1;
}
.sub_content_box.error .error_box {
  max-width: 600px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub_content_box.error .error_box .logo_color {
  width: 170px;
  height: 75px;
  display: block;
  margin: 0 auto 2rem;
  background: url(/@/assets/images/common/img_logo_20260611.png) no-repeat center center/contain;
}
.sub_content_box.error .error_box .error_cont {
  width: 100%;
  background: #fff;
  padding: 4rem 2rem;
  border-radius: 30px;
  text-align: center;
}
.sub_content_box.error .error_box .error_cont img {
  width: 152px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_content_box.error .error_box .error_cont .title {
  margin: 3rem 0 2rem 0;
  font-family: "GmarketSans", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  color: #212121;
}
.sub_content_box.error .error_box .error_cont .desc li {
  font-size: 1.5rem;
  color: #5a5e6a;
}
.sub_content_box.error .error_box .error_cont .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 2rem;
}
.sub_content_box.error .error_box .error_cont .tel > li {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
}
.sub_content_box.error .error_box .error_cont .tel > li.color_blue {
  color: #2a55e4;
}
.sub_content_box.error .error_box .error_cont .tel > li:nth-child(2) {
  margin-right: -0.5rem;
}
.sub_content_box.error .error_box .error_cont .tel > li img {
  width: 86px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_content_box.error .error_box .error_cont .error_btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 3rem;
}
.sub_content_box.error .error_box .error_cont .error_btn_box .btn_to_home {
  width: 120px;
  height: 44px;
  background: #2a55e4;
  color: #fff;
  border-radius: 44px;
  line-height: 44px;
}
.sub_content_box.error .error_box .error_cont .error_btn_box .btn_to_home:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/@/assets/images/sub/icon_home_wh.png) no-repeat center center/contain;
  margin-right: 0.5rem;
}
.sub_content_box.error .error_box .error_cont .error_btn_box .btn_to_home:hover {
  box-shadow: inset -9999px -9999px rgba(0, 0, 0, 0.2);
}
.sub_content_box.error .error_box .error_cont .error_btn_box .btn_to_cs {
  width: 173px;
  height: 44px;
  background: #3b3b40;
  color: #fff;
  border-radius: 44px;
  line-height: 44px;
}
.sub_content_box.error .error_box .error_cont .error_btn_box .btn_to_cs:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/@/assets/images/sub/icon_right_arrow.png) no-repeat center center/contain;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.sub_content_box.error .error_box .error_cont .error_btn_box .btn_to_cs:hover {
  background: #000;
}
.sub_content_box.error .error_box .copyright {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #707586;
  font-weight: 500;
  text-align: center;
}

/* 모달 마스크 배경*/
.modal_dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999;
}

/*팝업_공통*/
div[class*=popwrap] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
div[class*=popwrap] > .pop_header {
  background: #f2f3f5;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div[class*=popwrap] > .pop_header > .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #212121;
}
div[class*=popwrap] > .pop_header > .btn_cls {
  display: flex;
  justify-content: center;
  width: 36px;
  height: 36px;
  line-height: 0.9;
  font-size: 3.6rem;
  font-weight: 100;
  color: #3b3b40;
  border-radius: 50%;
  overflow: hidden;
}
div[class*=popwrap] > .pop_header > .btn_cls:hover {
  color: #000;
}
div[class*=popwrap] .pop_body {
  background: #fff;
  padding: 2rem;
}
div[class*=popwrap] .pop_body .cont_box {
  max-height: 253px;
  overflow: auto;
  font-weight: 500;
  color: #3b3b40;
  /**팝업 내 테이블 **/
}
div[class*=popwrap] .pop_body .cont_box :is(a, p, li, span, div) {
  font-weight: 500;
  color: #3b3b40;
}
div[class*=popwrap] .pop_body .cont_box .inner_table_type_2 {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e4e7ea;
  font-size: 1.5rem;
}
div[class*=popwrap] .pop_body .cont_box .inner_table_type_2 tr {
  border-bottom: 1px solid #e4e7ea;
}
div[class*=popwrap] .pop_body .cont_box .inner_table_type_2 tr th {
  background: #f2f3f5;
  padding: 0.9rem 2.3rem;
  font-weight: 600;
  color: #083b87;
  text-align: center;
}
div[class*=popwrap] .pop_body .cont_box .inner_table_type_2 tr td {
  background: #fff;
  padding: 0.9rem 1rem;
  font-weight: 400;
  color: #3b3b40;
  border-right: 1px solid #e4e7ea;
}
div[class*=popwrap] .pop_body .cont_box .inner_table_type_2 tr td:last-child {
  border-right: none;
}
div[class*=popwrap] .pop_body .cont_box.max_w450 {
  max-height: 450px;
}
div[class*=popwrap] .pop_foot {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  padding: 1rem 0 1.5rem 0;
  border-top: 1px solid #f2f3f5;
}
div[class*=popwrap] .pop_foot > button {
  width: 76px;
  height: 36px;
  font-weight: 100;
  border-radius: 40px;
  line-height: 36px;
}

/*팝업_450픽셀*/
div[class*=popwrap].pop450 {
  max-width: 450px;
}

/*팝업_650픽셀*/
div[class*=popwrap].pop650 {
  max-width: 650px;
}

/*팝업_800픽셀*/
div[class*=popwrap].pop800 {
  max-width: 800px;
}

/*팝업_1050픽셀*/
div[class*=popwrap].pop1050 {
  max-width: 1050px;
  max-height: 100vh;
  /* 미리보기팝업 height 값높이맞게 주기 20250208*/
}
div[class*=popwrap].pop1050 .pop_body .cont_box {
  max-height: calc(100vh - 220px);
}

/*팝업_1200픽셀*/
div[class*=popwrap].pop1200 {
  max-width: 1200px;
  max-height: 100vh;
  /* 미리보기팝업 height 값높이맞게 주기 20250208*/
}
div[class*=popwrap].pop1200 .pop_body .cont_box {
  max-height: calc(100vh - 220px);
}

/* 모바일 landscape 대응 rhd 2024.12.28*/
@media (orientation: landscape) {
  div[class*=popwrap] {
    max-height: 100vh;
  }
  div[class*=popwrap] .pop_body .cont_box {
    max-height: calc(100vh - 220px);
  }
}
/*로딩스피너*/
.loading_spinner {
  width: 53px;
  height: 53px;
  transition: none !important;
  transition-duration: 0 !important;
}
.loading_spinner *, .loading_spinner *:after {
  transition: none !important;
  transition-duration: 0 !important;
}

/*시스템 모달*/
.alert_box {
  position: fixed;
  z-index: 9999;
  top: calc(50% - 4rem);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 330px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.alert_box .alert_header {
  position: relative;
  padding: 1.5rem 2rem;
}
.alert_box .alert_header .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3b3b40;
}
.alert_box .alert_header .btn_cls {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 24px;
  height: 24px;
  background: #212121;
  font-size: 2.4rem;
  font-weight: 100;
  color: #fff;
  border-radius: 50%;
}
.alert_box .alert_header .btn_cls:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: url(/@/assets/images/sub/icon_close_wh.png) no-repeat center center/contain;
}
.alert_box .alert_header .btn_cls:hover {
  background: #000;
}
.alert_box .alert_body {
  padding: 1rem 2rem 2rem 2rem;
}
.alert_box .alert_body ul li {
  text-align: center;
}
.alert_box .alert_foot {
  background: #f2f3f5;
  padding: 1rem 0;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.alert_box .alert_foot > [class*=btn_] {
  width: auto;
  height: 31px;
  font-weight: 100;
  line-height: 31px;
  padding: 0 1.6rem;
  border-radius: 30px;
}
.alert_box .alert_foot > .btn_gray {
  background: #707586;
}
.alert_box.loading .alert_body {
  padding: 3rem 0 3rem 0;
}
.alert_box.loading .alert_body .loading_spinner {
  width: 70px;
  height: 70px;
  display: block;
  margin: 1rem auto;
}
.alert_box.boxfit {
  position: absolute;
  width: 100%;
  height: 100%;
}
.alert_box.info .alert_body > ul {
  position: relative;
  padding-left: 2.5rem;
}
.alert_box.info .alert_body > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/@/assets/images/sub/icon_info.png) no-repeat center center/contain;
}
.alert_box.info .alert_body > ul > li {
  text-align: left;
}

/*반응형 1440*/
@media all and (max-width: 1440px) {
  .sub_content_body {
    padding: 0 1.6rem 0 1.6rem;
  }
}
/*태블릿 반응형 1024*/
@media all and (max-width: 1024px) {
  /*레이아웃*/
  .sub_content_body > .sub_content_box {
    width: 100%;
    margin-left: 0;
  }
}
/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  /*탭박스*/
  .sub_content_body .sub_tab_box {
    max-width: 400vw;
    overflow: auto;
  }
  .sub_content_body .sub_tab_box > li {
    flex-shrink: 0;
  }
  .sub_content_body .sub_tab_box > li a {
    font-size: 1.8rem;
  }
  .sub_content_body .sub_tab_box::-webkit-scrollbar-track {
    background: transparent;
  }
  .sub_content_body .sub_tab_box::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .breadcrumb {
    gap: 0 1.6rem !important;
  }
  .breadcrumb > li > a {
    font-size: 1.4rem;
  }
  .breadcrumb > li:not(:last-child):after {
    right: -1.2rem !important;
    width: 0.8rem;
    height: 0.8rem;
  }
  /*서브페이지 테이블 제목*/
  .table_sbjt {
    padding-left: 1rem !important;
    font-size: 2rem !important;
  }
  .table_sbjt:before {
    top: 6px !important;
    width: 6px !important;
    height: 6px !important;
  }
  .table_sbjt:after {
    top: 14px !important;
    width: 6px !important;
    height: 6px !important;
  }
  /*inner_table*/
  .inner_table_type_1 {
    /* colgroup {display:none;}
    thead {display:none;}
    tbody {
        tr {display:flex; align-items:center; flex-wrap:wrap; border-bottom: 1px solid #e4e7ea;
            .flex_start {justify-content:flex-start !important;}
            .ellipsis_m {width:100%; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
            td {position:relative; padding-left:7rem !important; width:50%; text-align:left !important;
                &:before {content:attr(data-label) ""; width:70px; font-size:13px; font-weight:500; color:$primary_1; text-align:left; position:absolute; top:50%; left:0; transform:translateY(-50%);}
                a {text-decoration:underline;}
            }
        }
    }*/
  }
  .inner_table_type_1 tbody tr .ellipsis_m {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .inner_table_type_1 tbody tr td {
    padding: 1rem 0 !important;
  }
  .inner_table_type_1 tbody tr td:first-child {
    padding-left: 0 !important;
  }
  .inner_table_type_1 tbody tr td:last-child {
    padding-right: 0 !important;
  }
  .inner_table_type_1 tbody tr td a {
    display: block;
  }
  .inner_table_type_1 .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .inner_table_type_2 {
    font-size: 14px;
  }
  .inner_table_type_2 colgroup {
    display: none;
  }
  .inner_table_type_2 tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: none;
  }
  .inner_table_type_2 tr th {
    width: 50%;
    border-bottom: 1px solid #e4e7ea;
  }
  .inner_table_type_2 tr td {
    width: 50% !important;
    border-bottom: 1px solid #e4e7ea;
  }
  .inner_table_type_2.type1 thead {
    display: none;
  }
  .inner_table_type_2.type1 tr {
    margin-bottom: 10px;
    border-top: 1px solid #e4e7ea;
    border-bottom: none;
  }
  .inner_table_type_2.type1 td {
    position: relative;
    padding-left: 8rem !important;
    width: 50%;
    text-align: left;
  }
  .inner_table_type_2.type1 td.width100 {
    width: 100% !important;
  }
  .inner_table_type_2.type1 td:before {
    content: attr(data-label) "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    background-color: #f2f3f5;
    font-size: 1.4rem;
    font-weight: 500;
    color: #083b87;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  /*전화번호 입력창*/
  .tel_input_box {
    gap: 0 0.4rem !important;
  }
  .tel_input_box select {
    max-width: 70px !important;
    padding-right: 2rem;
  }
  /*에러페이지*/
  .sub_content_box.error .error_box .error_cont .title {
    font-size: 3.2rem;
  }
}
/*모바일 세부 반응형 400*/
@media all and (max-width: 400px) {
  /*탭박스*/
  .sub_content_body .sub_tab_box > li a {
    padding: 1.2rem 1.5rem;
    font-size: 1.7rem;
  }
  .tel_input_box {
    flex-wrap: wrap;
    gap: 0.4rem !important;
  }
  .tel_input_box span {
    display: none;
  }
  .tel_input_box input[type=text], .tel_input_box select {
    max-width: 400px !important;
    padding-right: 2rem;
  }
  /*에러페이지*/
  .sub_content_box.error .error_box .error_cont > img {
    width: 160px;
    height: 70px;
  }
  .sub_content_box.error .error_box .error_cont .title {
    font-size: 2.8rem;
  }
  .sub_content_box.error .error_box .error_btn_box {
    flex-direction: column;
    gap: 0.8rem 0 !important;
  }
  .sub_content_box.error .error_box .error_btn_box > a {
    width: 100% !important;
  }
}
/*토글박스*/
.toggle_box input[type=checkbox] + span {
  position: relative;
  width: 50px;
  height: 24px;
  background: #d6dbe0;
  display: block;
  padding: 0.2rem;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.15s linear;
}
.toggle_box input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0.2rem;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.toggle_box input[type=checkbox]:checked + span {
  background: #865dd5;
}
.toggle_box input[type=checkbox]:checked + span:before {
  left: calc(100% - 2.2rem);
}

/*교사 전용 서비스 안내 화면*/
.sub_content_body.t_nonlogin {
  max-width: 1920px;
}
.sub_content_body.t_nonlogin strong {
  font-weight: 600;
}
.sub_content_body.t_nonlogin .sub_content_box {
  max-width: unset;
  width: 100%;
  margin-left: 0;
  padding: 4rem 5rem;
}
.sub_content_body.t_nonlogin .sub_content_box:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 3rem);
  height: 100%;
  background: url(/@/assets/images/sub/bg_t_nonlogin.jpg) no-repeat center center/cover;
  z-index: -1;
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1rem;
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu > li a {
  position: relative;
  height: 46px;
  background: #865dd5;
  display: block;
  padding: 0 3rem 0 6rem;
  border: 1px solid #865dd5;
  line-height: 46px;
  text-align: right;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 0 20px rgba(134, 93, 213, 0.1);
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 22px;
  height: 22px;
  background: url(/@/assets/images/common/icon_login_wh.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu > li a:hover {
  background: #5E4196;
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu > li.join a {
  background: #fff;
  color: #212121;
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu > li.join a:before {
  background: url(/@/assets/images/common/icon_user.png) no-repeat center center/contain;
}
.sub_content_body.t_nonlogin .sub_content_box .login_menu > li.join a:hover {
  background: #f2f3f5;
}
.sub_content_body.t_nonlogin .sub_content_box .upper {
  padding-top: 0.5rem;
  text-align: center;
}
.sub_content_body.t_nonlogin .sub_content_box .upper a img {
  width: 160px;
  height: 73.38px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_content_body.t_nonlogin .sub_content_box .upper ul {
  padding-top: 5.2rem;
}
.sub_content_body.t_nonlogin .sub_content_box .upper ul li.welcome {
  font-size: 3rem;
  color: #212121;
}
.sub_content_body.t_nonlogin .sub_content_box .upper ul li.login_pls {
  font-size: 4rem;
  color: #212121;
}
.sub_content_body.t_nonlogin .sub_content_box .middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10rem 0 10rem 0;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link {
  position: relative;
  width: calc(25% - 45px);
  height: 505px;
  border-radius: 40px;
  transition: all 0.3s linear;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link > div.menu_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 6rem 4.5rem;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link > div.menu_box:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 70px;
  height: 70px;
  background: url(/@/assets/images/sub/icon_arrow_line.png) no-repeat center center/30px 20px, #fff;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.15s;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link > div.menu_box .menu_title {
  padding-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #212121;
  text-align: center;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link > div.menu_box .menu_desc {
  font-size: 2.2rem;
  font-weight: 500;
  color: #3b3b40;
  word-break: keep-all;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link > div.menu_box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 250px;
  background: url(/@/assets/images/sub/img_t_menu_1.png) no-repeat center center/cover;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:nth-child(2) div.menu_box:before {
  background: url(/@/assets/images/sub/img_t_menu_2.png) no-repeat center center/cover;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:nth-child(3) div.menu_box:before {
  background: url(/@/assets/images/sub/img_t_menu_3.png) no-repeat center center/cover;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:nth-child(4) div.menu_box:before {
  background: url(/@/assets/images/sub/img_t_menu_4.png) no-repeat center center/cover;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:hover div.menu_box {
  transform: translateY(-3rem);
  background: #865dd5;
  box-shadow: 2px 6px 20px rgba(0, 84, 166, 0.25);
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:hover div.menu_box:after {
  opacity: 1;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:hover div.menu_box .menu_title {
  color: #fff;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:hover div.menu_box .menu_desc {
  color: #fff;
  font-weight: 400;
}
.sub_content_body.t_nonlogin .sub_content_box .middle > .menu_box_link:hover div.menu_box .menu_desc .color_purple {
  color: #fff;
}
.sub_content_body.t_nonlogin .sub_content_box .lower {
  display: flex;
  justify-content: center;
}
.sub_content_body.t_nonlogin .sub_content_box .lower ul {
  text-align: center;
}
.sub_content_body.t_nonlogin .sub_content_box .lower ul li {
  font-size: 2.8rem;
  font-weight: 500;
}

/*pc 반응형 1700*/
@media all and (max-width: 1700px) {
  /*교사 비로그인 안내 화면*/
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.welcome {
    font-size: 2.4rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.login_pls {
    font-size: 3rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle {
    flex-wrap: Wrap;
    gap: 2rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link {
    width: calc(25% - 25px);
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box {
    padding: 4rem 2.5rem;
  }
}
/*노트북 반응형 1440*/
@media all and (max-width: 1440px) {
  /*교사 비로그인 안내 화면*/
  .sub_content_body.t_nonlogin .sub_content_box {
    padding: 3rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.welcome {
    font-size: 2.4rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.login_pls {
    font-size: 3rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle {
    flex-wrap: Wrap;
    gap: 4rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link {
    width: calc(50% - 2rem);
    height: 300px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:hover div.menu_box {
    transform: translateY(-2rem);
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:before {
    height: 180px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(1) div.menu_box:before, .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(2) div.menu_box:before, .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(3) div.menu_box:before, .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(4) div.menu_box:before {
    background-position: right bottom;
    background-size: 50%;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box:after {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box .menu_title {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box .menu_desc {
    width: 60%;
  }
}
/*태블릿 반응형 1024*/
@media all and (max-width: 1024px) {
  /*교사 비로그인 안내 화면*/
  .sub_content_body.t_nonlogin .sub_content_box {
    padding: 5rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .login_menu > li a {
    height: 38px;
    background: #865dd5;
    padding: 0 3rem 0 6rem;
    line-height: 38px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper {
    padding-top: 1.5rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.welcome {
    font-size: 2.2rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.login_pls {
    font-size: 2.8rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle {
    flex-wrap: Wrap;
    gap: 4rem 0;
    margin: 5rem 0;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link {
    width: 100%;
    height: 230px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:hover div.menu_box {
    transform: translateY(-1rem);
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:before {
    height: 150px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(1) div.menu_box:before, .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(2) div.menu_box:before, .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(3) div.menu_box:before, .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:nth-child(4) div.menu_box:before {
    background-position: right bottom;
    background-size: 40%;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box {
    display: flex;
    gap: 1rem 0;
    flex-direction: column;
    padding: 4rem 2.4rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box:after {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box .menu_title {
    width: 100%;
    padding-bottom: 0;
    font-size: 2.4rem;
    text-align: left;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box .menu_desc {
    font-size: 2rem;
  }
}
/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  /*교사 비로그인 안내 화면*/
  .sub_content_body.t_nonlogin .sub_content_box {
    padding: 2rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .login_menu > li a {
    height: 34px;
    background: #865dd5;
    padding: 0 2rem 0 6rem;
    line-height: 34px;
    border-radius: 30px;
    font-size: 1.5rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper a img {
    width: 130px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul {
    padding-top: 3rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.welcome, .sub_content_body.t_nonlogin .sub_content_box .upper ul li.login_pls {
    font-size: 2rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle {
    flex-wrap: Wrap;
    gap: 2rem 0;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link {
    width: 100%;
    height: auto;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:after {
    height: 90px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box {
    padding: 2rem 2.4rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .lower ul li {
    font-size: 1.8rem;
    display: inline;
  }
}
/*모바일 세부 반응형 400*/
@media all and (max-width: 400px) {
  /*교사 비로그인 안내 화면*/
  .sub_content_body.t_nonlogin {
    padding: 1rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.welcome {
    font-size: 1.8rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .upper ul li.login_pls {
    font-size: 1.8rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle {
    flex-wrap: wrap;
    gap: 2rem 0;
    margin: 2rem 0;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link {
    width: 100%;
    height: auto;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link:after {
    height: 60px;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box {
    padding-bottom: 8rem !important;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box p[class*=menu_] {
    width: 100%;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box p[class*=menu_].menu_title {
    font-size: 2rem;
  }
  .sub_content_body.t_nonlogin .sub_content_box .middle .menu_box_link div.menu_box p[class*=menu_].menu_desc {
    font-size: 1.6rem;
  }
}
/*** 20250119jys검색결과 및 리스트가 없을때 ***/
.no_data {
  display: flex;
  width: 100%;
  height: 150px;
  margin: 5rem 0rem;
  justify-content: center;
}
.no_data span {
  font-size: 1.7rem;
  color: #5a5e6a;
  position: relative;
  min-width: 220px;
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.no_data span:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 28%;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url(/@/assets/images/sub/ico_nodata.png) no-repeat right center/90px;
}

.no_data_w {
  width: 100% !important;
  padding-left: 0 !important;
}

/*모바일 반응형 768*/
@media all and (max-width: 768px) {
  table.list_table tbody tr td.no_data_w {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
/* 20250123 사이트맵 3depth포함 수정보완 */
.pop_sitemap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 9999;
}
.pop_sitemap.show {
  display: block;
}
.pop_sitemap .sitemap-inner {
  overflow: hidden;
  width: 100%;
  width: 100%;
  max-width: 1060px;
  min-width: 360px;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pop_sitemap .sitemap-inner .sitemapCon {
  background-color: #ffffff;
  max-width: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 60px 0 60px;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu {
  display: none;
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0;
  margin-bottom: 10px;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  text-align: center;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li {
  display: inline-block;
  height: 35px;
  vertical-align: middle;
  float: left;
  background-image: url(/@/assets/images/common/menu_division.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li:first-child a {
  padding-left: 0;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li.login, .pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li.logout {
  background: none;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li a {
  display: block;
  height: 100%;
  padding: 0 5px;
  font-size: 14px;
  color: #212121;
  line-height: 33px;
  text-decoration: none;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li a:hover {
  text-decoration: underline;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li a i.member {
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  background: url(/@/assets/images/common/icon_user.png) no-repeat right center/14px;
}
.pop_sitemap .sitemap-inner .sitemapCon .top_menu ul li a b {
  font-weight: 500;
  color: #062F6C;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  line-height: 32px;
  color: #212121;
  font-weight: 600 !important;
  text-align: left;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 .mymenu_setting {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 1.4rem;
  color: #3b3b40;
  font-weight: 400;
  margin-left: 20px;
  padding-right: 24px;
  background: url(/@/assets/images/common/ico_setting.png) no-repeat right center/24px;
  text-decoration: none;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 .mymenu_setting:hover {
  background-image: url(/@/assets/images/common/ico_setting_on.png);
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 .mymenu_setting:focus {
  outline: 2px dotted black;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join {
  position: absolute;
  right: 0;
  top: 2px;
  height: 16px;
  line-height: 16px;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join a {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  background-color: #865dd5;
  border-radius: 32px;
  padding: 6px 10px;
  margin-left: 5px;
  text-decoration: none;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join a:hover {
  background-color: #5E4196;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join a.gnb_bttn_teaonly {
  background-color: #2a55e4;
  padding: 6px 13px;
}
.pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join a.gnb_bttn_teaonly:hover {
  background-color: #083b87;
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 12px;
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in {
  position: relative;
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in .s-close-btn {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 1px;
  left: 0;
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in .s-close-btn .s-close-btn__cross {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in .s-close-btn .s-close-btn__cross:before {
  content: "";
  margin-top: -1px;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #6d6d6d;
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in .s-close-btn .s-close-btn__cross:after {
  content: "";
  margin-left: -1px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #6d6d6d;
}
.pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in:hover .s-close-btn .s-close-btn__cross {
  transform: scale(1) rotate(135deg);
}
.pop_sitemap .sitemap-inner .sitemap_tabs {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.pop_sitemap .sitemap-inner .sitemap_tabs a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #212121;
  text-decoration: none;
  padding: 10px 20px 10px 24px;
}
.pop_sitemap .sitemap-inner .sitemap_tabs a:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #d6dbe0;
  background-image: url(/@/assets/images/sub/icon_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px auto;
  border-radius: 50%;
  content: "";
}
.pop_sitemap .sitemap-inner .sitemap_tabs a.on {
  color: #6B4AAA;
}
.pop_sitemap .sitemap-inner .sitemap_tabs a.on:before {
  background-color: #865dd5;
}
.pop_sitemap .sitemap-inner nav.top {
  width: 100%;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pop_sitemap .sitemap-inner nav.top:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}
.pop_sitemap .sitemap-inner nav.top ul {
  width: 100%;
}
.pop_sitemap .sitemap-inner nav.top ul:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}
.pop_sitemap .sitemap-inner nav.top ul.sorting_word li.d1 {
  width: auto;
  margin-right: 6%;
}
.pop_sitemap .sitemap-inner nav.top ul.sorting_word li.d1:last-child {
  margin-right: 0;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 {
  border-bottom: 1px solid #e4e7ea;
  margin-bottom: 1.5rem;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 > span {
  width: 100%;
  color: #212121;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 37px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "GmarketSans", sans-serif;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 > a {
  width: 100%;
  color: #212121;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 37px;
  margin-bottom: 10px;
  text-align: left;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 > a:hover {
  color: #062F6C;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li {
  width: auto;
  text-align: left;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li:last-child {
  border-bottom: none;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li > a {
  display: block;
  text-decoration: none;
  color: #3b3b40;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.7rem;
  padding: 0px 0px 10px 20px;
  letter-spacing: -1px;
  position: relative;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li > a:after {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #865dd5;
  background-image: url(/@/assets/images/sub/icon_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px auto;
  border-radius: 50%;
  content: "";
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li > a:hover {
  color: #083b87;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li ul.d3 {
  width: calc(100% - 15px);
  display: flex;
  gap: 0.5rem 4rem;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 15px;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li ul.d3 > li {
  width: auto;
  text-align: left;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li ul.d3 > li:last-child {
  border-bottom: none;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li ul.d3 > li > a {
  display: block;
  text-decoration: none;
  color: #5a5e6a;
  font-weight: 500;
  line-height: 1.3em;
  font-size: 1.6rem;
  padding: 6px 0px;
  letter-spacing: -1px;
  padding: 0px 0px 0px 10px;
  position: relative;
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li ul.d3 > li > a:after {
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #865dd5;
  border-radius: 50%;
  content: "";
}
.pop_sitemap .sitemap-inner nav.top ul li.d1 ul.d2 > li ul.d3 > li > a:hover {
  color: #083b87;
}
.pop_sitemap .sitemap-inner nav.bottom {
  width: calc(100% + 120px);
  position: relative;
  left: -60px;
  background-color: #f8f9fc;
  padding: 10px 60px;
  margin-top: 20px;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link {
  width: 100%;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link.sorting_word li.d1 {
  width: auto;
  margin-right: 6%;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link.sorting_word li.d1:last-child {
  margin-right: 0;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 {
  min-height: 208px;
  border-right: 1px solid #ebecef;
  padding-left: 40px;
  width: 25%;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1:last-child {
  border-right: none;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1:last-child a .arr {
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  background: url(/@/assets/images/common/arrow_right_dark_20x20.png) no-repeat right center/contain;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > span {
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 37px;
  margin-bottom: 5px;
  text-align: left;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > a,
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > a >span {
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 37px;
  margin-bottom: 5px;
  text-align: left;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > a:hover {
  color: #062F6C;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 ul.d2 {
  width: 100%;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 ul.d2 > li {
  width: 100%;
  text-align: left;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 ul.d2 > li:last-child {
  border-bottom: none;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 ul.d2 > li > a {
  display: block;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  line-height: 1.3em;
  font-size: 1.5rem;
  padding: 6px 0px;
  letter-spacing: -1px;
}
.pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 ul.d2 > li > a:hover {
  color: #083b87;
}

@media (min-width: 800px) {
  .pop_sitemap .sitemap-inner {
    padding: 20px 0;
  }
  .pop_sitemap .sitemap-inner .sitemapCon {
    border-radius: 10px;
  }
  .pop_sitemap .sitemap-inner nav ul li.d1 {
    float: left;
    width: 100%;
  }
}
@media (max-width: 799px) {
  .pop_sitemap .sitemap-inner {
    padding: 20px 10px;
  }
  .pop_sitemap .sitemap-inner .sitemapCon {
    padding: 40px 40px 0 40px !important;
    border-radius: 10px;
  }
  .pop_sitemap .sitemap-inner .sitemapcloseBtn {
    width: 24px;
    height: 24px;
    right: 30px;
    top: 15px;
  }
  .pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in .s-close-btn {
    width: 24px;
    height: 24px;
    top: 1px;
    left: 0;
  }
  .pop_sitemap .sitemap-inner nav.bottom {
    width: calc(100% + 100px);
    left: -50px;
    padding: 20px 40px;
    margin-top: 20px;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul li.d1 {
    min-height: auto;
    border-right: none;
    float: left;
    width: 50%;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul li.d1:nth-child(1) {
    min-height: 215px;
    border-right: 1px solid #e4e7ea;
    padding-left: 0;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul li.d1:nth-child(3) {
    clear: none;
  }
}
@media (max-width: 659px) {
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join {
    position: relative;
    right: 0;
    top: 0px;
    float: left;
    display: block;
    height: auto;
    padding-bottom: 0.7rem;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 {
    justify-content: space-between;
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 .mymenu_setting {
    margin-left: 0;
    float: right;
    top: 0;
  }
}
@media (max-width: 500px) {
  .pop_sitemap .sitemap-inner {
    padding: 20px 10px;
  }
  .pop_sitemap .sitemap-inner .sitemapCon {
    padding: 40px 20px 0 20px !important;
    border-radius: 10px;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .top_menu {
    display: block;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top {
    margin-bottom: 15px;
    padding: 0 0 0.5rem 0;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top .join {
    display: flex;
    gap: 0.5rem 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 {
    justify-content: space-between;
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
  }
  .pop_sitemap .sitemap-inner .sitemapCon .sitemap_top h3 .mymenu_setting {
    margin-left: 0;
    float: right;
    top: 0;
  }
  .pop_sitemap .sitemap-inner .sitemapcloseBtn {
    width: 18px;
    height: 18px;
    right: 15px;
    top: 15px;
  }
  .pop_sitemap .sitemap-inner .sitemapcloseBtn .closeBtn_in .s-close-btn {
    width: 18px;
    height: 18px;
    top: 1px;
    left: 0;
  }
  .pop_sitemap .sitemap-inner nav.top {
    width: 100%;
    max-height: 100%;
  }
  .pop_sitemap .sitemap-inner nav ul li.d1 {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .pop_sitemap .sitemap-inner nav ul li.d1 > span {
    font-size: 1.6rem !important;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .pop_sitemap .sitemap-inner nav ul li.d1 > ul.d2 > li > a {
    font-size: 1.5rem !important;
    padding: 5px 0;
  }
  .pop_sitemap .sitemap-inner nav ul li.d1.sorting_word li.d1 {
    width: 100%;
  }
  .pop_sitemap .sitemap-inner nav ul li.d1 > ul.d2 > li ul.d3 > li > a {
    font-size: 1.4rem !important;
    padding: 5px 0;
  }
  .pop_sitemap .sitemap-inner nav.bottom {
    width: calc(100% + 40px);
    left: -20px;
    padding: 20px;
    margin-top: 0;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link {
    display: flex;
    flex-direction: column;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 {
    width: 100% !important;
    padding-left: 0;
    height: auto;
    min-height: 0;
    border-right: none !important;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > a, .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > span {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > ul.d2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 3rem;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > ul.d2 > li {
    width: auto !important;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > ul.d2 > li > a {
    font-size: 1.5rem;
    padding: 0;
  }
  .pop_sitemap .sitemap-inner nav.bottom ul.b_link li.d1 > ul.d2.sorting_word li.d1 {
    width: 100%;
  }
}
.modal_dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* loading box */
.loading_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999;
}
.loading_box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100px;
  background-color: white;
  border-radius: 20px;
}


.mp_sv_sl_outter {
  display: none;
}
.mp_sv_sl_outter.active {
  display: block;
}

.tea_outter .swiper, .stu_outter .swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
}
.tea_outter .swiper-button-prev.swiper-button-disabled, .tea_outter .swiper-button-next.swiper-button-disabled, .stu_outter .swiper-button-prev.swiper-button-disabled, .stu_outter .swiper-button-next.swiper-button-disabled {
  display: none;
}
.tea_outter .swiper-button-prev, .stu_outter .swiper-button-prev {
  background-image: url(/@/assets/images/sub/edunetguide/btn_up.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  background-color: transparent;
  transform: scale(1) rotate(-90deg);
  width: 72px;
  height: 34px;
  left: -20px;
}
.tea_outter .swiper-button-prev:after, .stu_outter .swiper-button-prev:after {
  display: none;
}
.tea_outter .swiper-button-next, .stu_outter .swiper-button-next {
  background-image: url(/@/assets/images/sub/edunetguide/btn_down.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  background-color: transparent;
  width: 72px;
  height: 34px;
  right: -20px;
  top: 50%;
  transform: scale(1) rotate(-90deg);
}
.tea_outter .swiper-button-next:after, .stu_outter .swiper-button-next:after {
  display: none;
}

/* css 덮여서 깨지는 현상으로 주석처리 2025-04-24 차후 이상 없다면 아래 라인 삭제 */
/*.tea_outter .swiper-slide, .stu_outter .swiper-slide {*/
/*  height: 700px;*/
/*  padding: 10px 30px;*/
/*  box-sizing: border-box;*/
/*  width: 100% !important;*/
/*}*/

.tea_outter .swiper-slide .swiper-slide_in, .stu_outter .swiper-slide .swiper-slide_in {
  max-width: 100%;
  margin: auto;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual {
  min-height: 280px;
  padding: 30px 20px;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t1, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t1 {
  font-size: 24px;
  color: #333;
  line-height: 1.3;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t2, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t2 {
  font-size: 36px;
  color: #111;
  line-height: 1.3;
  font-weight: 700;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t2 span, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t2 span {
  color: #15a988;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t2 span.mp_col_yellow, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual .t2 span.mp_col_yellow {
  color: #e9a013;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual.visual_tea, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual.visual_tea {
  background: url(/@/assets/images/sub/edunetguide/t_visual.png) right bottom no-repeat;
  background-size: contain;
}
.tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual.visual_stu, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual.visual_stu {
  background: url(/@/assets/images/sub/edunetguide/s_visual.png) right bottom no-repeat;
  background-size: contain;
}
.tea_outter .swiper-slide .swiper-slide_in h4, .stu_outter .swiper-slide .swiper-slide_in h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  padding: 10px 0 0 45px;
  vertical-align: middle;
  width: 255px;
  min-height: 40px;
  margin-top: 20px;
  background-image: url(/@/assets/images/sub/edunetguide/bg_t_time.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tea_outter .swiper-slide .swiper-slide_in h4.mp_col_yellow, .stu_outter .swiper-slide .swiper-slide_in h4.mp_col_yellow {
  background-image: url(/@/assets/images/sub/edunetguide/bg_s_time.png);
}
.tea_outter .swiper-slide .swiper-slide_in h4 span, .stu_outter .swiper-slide .swiper-slide_in h4 span {
  font-size: 13px;
  padding-left: 5px;
}
.tea_outter .swiper-slide .swiper-slide_in h4.pm1230, .stu_outter .swiper-slide .swiper-slide_in h4.pm1230 {
  background-position: 0 -55px;
}
.tea_outter .swiper-slide .swiper-slide_in h4.pm430, .stu_outter .swiper-slide .swiper-slide_in h4.pm430 {
  background-position: 0 -110px;
}
.tea_outter .swiper-slide .swiper-slide_in h4.pm6, .stu_outter .swiper-slide .swiper-slide_in h4.pm6 {
  background-position: 0 -165px;
}
.tea_outter .swiper-slide .swiper-slide_in h4.pm930, .stu_outter .swiper-slide .swiper-slide_in h4.pm930 {
  background-position: 0 -220px;
}
.tea_outter .swiper-slide .swiper-slide_in h4.pm4, .stu_outter .swiper-slide .swiper-slide_in h4.pm4 {
  background-position: 0 -110px;
}
.tea_outter .swiper-slide .swiper-slide_in h4.pm530, .stu_outter .swiper-slide .swiper-slide_in h4.pm530 {
  background-position: 0 -165px;
}
.tea_outter .swiper-slide .swiper-slide_in > a, .stu_outter .swiper-slide .swiper-slide_in > a {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  width: 100%;
  padding-top: 15px;
}
.tea_outter .swiper-slide .swiper-slide_in > a h5, .stu_outter .swiper-slide .swiper-slide_in > a h5 {
  color: #333;
  font-size: 20px;
  display: inline;
  vertical-align: top;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-top: 10px;
}
.tea_outter .swiper-slide .swiper-slide_in > a h5 span, .stu_outter .swiper-slide .swiper-slide_in > a h5 span {
  font-size: 26px;
}
.tea_outter .swiper-slide .swiper-slide_in > a i, .stu_outter .swiper-slide .swiper-slide_in > a i {
  background-image: url(/@/assets/images/sub/edunetguide/i_hand.png);
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  background-position: 10px -10px;
  background-size: 31px auto;
  width: 40px;
  height: 40px;
}
.tea_outter .swiper-slide .swiper-slide_in > a img, .stu_outter .swiper-slide .swiper-slide_in > a img {
  width: 100%;
  max-width: 536px;
}
.tea_outter .swiper-slide .swiper-slide_in .end_visual, .stu_outter .swiper-slide .swiper-slide_in .end_visual {
  width: 100%;
  text-align: left;
  letter-spacing: -1px;
  transition-duration: 0.5s;
  margin: 50px auto 20px auto;
  min-height: 263px;
  background-size: 100% auto;
  max-width: 465px;
  padding: 30px 20px;
}
.tea_outter .swiper-slide .swiper-slide_in .end_visual.tea, .stu_outter .swiper-slide .swiper-slide_in .end_visual.tea {
  background-image: url(/@/assets/images/sub/edunetguide/t_end_visual.png);
  background-repeat: no-repeat;
}
.tea_outter .swiper-slide .swiper-slide_in .end_t1, .stu_outter .swiper-slide .swiper-slide_in .end_t1 {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.tea_outter .swiper-slide .swiper-slide_in .end_t2, .stu_outter .swiper-slide .swiper-slide_in .end_t2 {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
  margin: 0px auto;
  text-align: center;
  word-break: keep-all;
}
.tea_outter .swiper-slide .swiper-slide_in .end_t2 span, .stu_outter .swiper-slide .swiper-slide_in .end_t2 span {
  color: #15a988;
}
.tea_outter .swiper-slide .swiper-slide_in .end_t2 span.stu, .stu_outter .swiper-slide .swiper-slide_in .end_t2 span.stu {
  color: #e9a013;
}
.tea_outter .swiper-slide .swiper-slide_in .bttn, .stu_outter .swiper-slide .swiper-slide_in .bttn {
  display: flex;
  gap: 20px;
  justify-content: center;
  color: #fff;
  background: #15a988;
  font-size: 20px;
  width: 80% !important;
  max-width: 300px;
  height: 50px;
  margin: 50px auto;
  line-height: 50px;
  border-radius: 50px;
  padding: 0px !important;
  text-align: center;
  text-decoration: none;
}
.tea_outter .swiper-slide .swiper-slide_in .bttn.stu, .stu_outter .swiper-slide .swiper-slide_in .bttn.stu {
  background: #e9b313 !important;
}
.tea_outter .swiper-slide .swiper-slide_in .bttn span, .stu_outter .swiper-slide .swiper-slide_in .bttn span {
  background-image: url(/@/assets/images/sub/edunetguide/ico_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  width: 30px;
  height: 50px;
  padding-right: 5px;
}

@media all and (max-width: 768px) {
  .tea_outter .swiper-slide, .stu_outter .swiper-slide {
    height: auto;
    padding: 15px;
  }
  .tea_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual.visual_tea, .stu_outter .swiper-slide .swiper-slide_in .mp_sl_mainvisual.visual_tea {
    background-size: contain;
  }
}

/* 서비스이용안내 팝업 */
#modal-cneduguide {
  -webkit-overflow-scrolling: touch;
}
#modal-cneduguide .pop_body .cont_box {
  max-height: calc(100vh - 180px);
}
#modal-cneduguide .pop_body .cont_box .mp_service_gd_door {
  height: 710px;
}
#modal-cneduguide .pop_body .cont_box .mp_service_guide_slbox {
  margin: 0 auto;
  border: none;
}
#modal-cneduguide .pop_body .cont_box .tea_outter .swiper-slide, #modal-cneduguide .pop_body .cont_box .stu_outter .swiper-slide {
  height: 660px;
}

@media all and (max-width: 800px) {
  #modal-cneduguide {
    width: calc(100% - 20px); /*max-height:none; position:absolute; top:0; transform: translate(-50%, 0); padding:10px; box-shadow:none;*/
  }
  #modal-cneduguide .pop_body .cont_box .mp_service_gd_door {
    height: auto;
    overflow: hidden;
  }
  #modal-cneduguide .pop_body .cont_box .tea_outter .swiper-slide, #modal-cneduguide .pop_body .cont_box .stu_outter .swiper-slide {
    height: auto;
  }
}
/* 서비스 오픈 가이드 팝업 */
.start_guide_modal {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: none;
  overflow: auto;
}
.start_guide_modal.show {
  display: block;
}
.start_guide_modal .start_guide_content_bottom {
  position: fixed;
  z-index: 5;
  left: 2rem;
  top: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.start_guide_modal .start_guide_content_bottom .checkboxBtn {
  color: white;
}
.start_guide_modal .start_guide_content_bottom .checkboxBtn input:focus-visible {
  outline: 2px dotted #fff !important;
  outline-offset: 2px;
}
.start_guide_modal .start_guide_content_bottom .start_guide_close {
  height: 50px;
  padding: 0 3rem;
  font-size: 1.6rem;
  color: white;
  background-color: #212121;
  border-radius: 50px;
}
.start_guide_modal .start_guide_content_bottom .start_guide_close img {
  display: inline-block;
  margin-right: 0.5rem;
  width: 20px;
}
.start_guide_modal .start_guide_content_bottom .start_guide_close:hover {
  background-color: #000;
}
.start_guide_modal .start_guide_content_bottom .start_guide_close:focus-visible {
  outline-color: white;
  outline-offset: 2px;
}
.start_guide_modal .start_guide_wrap {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 930px;
  max-width: 1430px;
  min-width: 360px;
  position: absolute;
  padding: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.start_guide_modal .start_guide_wrap .start_guide_content {
  max-width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li {
  position: relative;
  height: calc(100vh - 80px);
  display: flex;
  gap: 4rem;
  padding-top: calc(157px + 5rem);
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap img {
  width: 66%;
  height: auto;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap .step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 2rem;
  color: white;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "GmarketSans", sans-serif;
  background-color: #865dd5;
  border-radius: 50%;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap .step:before {
  position: absolute;
  top: -78px;
  width: 52px;
  height: 86px;
  display: block;
  background: url(/@/assets/images/common/start_guide_arr1.png) no-repeat center center/100%;
  content: "";
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap p {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 50px 0 0 0;
  font-size: 2.4rem;
  color: white;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap button.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  font-size: 2rem;
  color: white;
  background-color: #008489;
  border-radius: 60px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap button.btn img {
  width: 20px;
  margin-left: 0.5rem;
  transition: all 0.2s linear;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap button.btn:focus-visible {
  outline-color: white;
  outline-offset: 2px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap button.btn:hover {
  box-shadow: inset -999px -999px rgba(0, 0, 0, 0.2);
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap button.btn:hover img {
  margin-left: 1rem;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap .txt_line2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap .txt_line2 i {
  font: inherit;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: "GmarketSans", sans-serif;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap p {
  font-size: 4rem;
  color: white;
  margin-bottom: 4rem;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap h3 {
  line-height: 1.2;
  font-size: 5rem;
  color: #fafc00;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap h3 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #fff4c6;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) {
  justify-content: flex-end;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) .img_wrap {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) .img_wrap img {
  width: 488px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) .img_wrap p {
  max-width: 310px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) .img_wrap .step:before {
  background: url(/@/assets/images/common/start_guide_arr2.png) no-repeat center center/100%;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) .text_wrap h3 {
  color: #98f621;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(2) .text_wrap h3 span {
  color: #d4fbe8;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) {
  justify-content: flex-end;
  padding-top: 0;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .img_wrap {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .img_wrap img {
  width: 360px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .img_wrap p {
  align-items: flex-end;
  max-width: 180px;
  text-align: center;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .img_wrap .step {
  left: -36px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .img_wrap .step:before {
  background: url(/@/assets/images/common/start_guide_arr2.png) no-repeat center center/100%;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .text_wrap p {
  margin-bottom: 18rem;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .text_wrap h3 {
  position: relative;
  padding: 4rem 5rem;
  color: white;
  background-color: #865dd5;
  border-radius: 20px;
}
.start_guide_modal .start_guide_wrap .start_guide_content ul li:nth-child(3) .text_wrap h3:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -229px;
  display: inline-block;
  width: 500px;
  height: 244px;
  background: url(/@/assets/images/common/start_people.png) no-repeat center center/100%;
}

@media all and (max-width: 1440px) {
  .start_guide_modal .start_guide_wrap {
    padding: 0 1rem;
  }
  .start_guide_modal .start_guide_wrap .start_guide_content ul li .img_wrap p {
    font-size: 2rem;
  }
  .start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap p {
    font-size: 3rem;
  }
  .start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap h3 {
    font-size: 4rem;
  }
  .start_guide_modal .start_guide_wrap .start_guide_content ul li .text_wrap h3 span {
    font-size: 2rem;
  }
}
@media all and (max-width: 1250px) {
  #start_guide_modal.start_guide_modal {
    display: none !important;
  }
}