/* reset */
.notice_swiper{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

html,
body {
  font-family: 'Pretendard';
  color: #1B1D1F;
  width: 100%;
  /* height: 100%; */
  letter-spacing: -0.3px;
  /* overflow-x: hidden; */
}

ul,
ol {
  list-style: none
}


li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

body::-webkit-scrollbar {
  width: 0px;
  /* 스크롤바의 너비 */
}





.popup_overlay {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 반투명 검은색 배경 */
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }

  .popup_overlay_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .popup_content {
    border-radius: 8px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .popup_content iframe {
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  .popup_close {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    background: #05B46E;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    word-break: keep-all;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }

  .popup_close:hover {
    background: #088a56;
  }








/* 공통css */
#wrap {
  width: 100%;
  position: relative;
}

.black_dim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 105;
  backdrop-filter: blur(5px);
}

.contents_wrap {
  position: relative;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.photo_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1440px;
  margin: 0 auto;
}

.h1_txt {
  color: #333;
  font-size: 44px;
  font-family: 'GmarketSansBold';
  position: relative;
  display: inline;
  letter-spacing: -1px;
}

.h1_txt::after {
  position: absolute;
  right: -24px;
  top: -20px;
  display: block;
  content: url(../img/dmz_title_point.svg);
  z-index: -1;
}

.h2_txt {
  color: #333;
  font-size: 36px;
  font-family: 'GmarketSansBold';
  letter-spacing: -1px;
}

.grspan {
  color: #00BC61;
}

.small_h2_txt {
  color: #333;
  font-size: 22px;
  font-family: 'GmarketSansMedium';
}

.h3_txt {
  color: #00BC61;
  font-size: 26px;
  font-family: 'GmarketSansBold';
}

.h3_black_txt {
  color: #333;
  font-size: 26px;
  font-family: 'GmarketSansBold';
}

.h4_txt {
  color: #00BC61;
  font-size: 18px;
  font-family: 'GmarketSansBold';
}

.p_txt {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  word-break: keep-all;
  line-height: 24px;
  position: relative;
}

.blspan {
  color: #333;
}

.blspan700 {
  color: #333;
  font-weight: 700;
}

.p_txt_arrow::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #00BC61;
  border-right: 3px solid #00BC61;
  position: absolute;
  left: -20px;
  top: 8px;
  transform: rotate(45deg);
  z-index: 1;
}

.bold_p_txt {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 30px;
}

.bold_p_txt span {
  color: #00BC61;
  font-weight: 700;
}

.big_p_txt {
  color: #666;
  font-size: 24px;
  font-family: 'GmarketSansLight';
}

.big_p_txt span {
  color: #00BC61;
}

.indent_txt {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  word-break: keep-all;
  text-indent: -12px;
  padding-left: 14px;
  line-height: 24px;
}

.gray_box {
  background: #F7F7F9;
  border-radius: 20px;
  padding: 45px 30px;
}

.green_border_box {
  border: 2px solid #00BC61;
}

.indent_box {
  padding: 0 0 0 20px;
}

.green_p_txt {
  color: #00BC61;
  font-weight: 600;
}


.step_top {
  margin-top: 100px;
}

.mar_t200,
.st200 {
  margin-top: 200px;
}

.mar_t150,
.st150 {
  margin-top: 150px;
}

.mar_t90,
.st90 {
  margin-top: 90px;
}

.mar_t80,
.st80 {
  margin-top: 80px;
}

.mar_t70,
.st70 {
  margin-top: 70px;
}

.mar_t60,
.st60 {
  margin-top: 60px;
}

.mar_t50,
.st50 {
  margin-top: 50px;
}

.mar_t40,
.st40 {
  margin-top: 40px;
}

.mar_t30,
.st30 {
  margin-top: 30px;
}

.mar_t25,
.st25 {
  margin-top: 25px;
}

.mar_t20,
.st20 {
  margin-top: 20px;
}

.mar_t15,
.st15 {
  margin-top: 15px;
}

.mar_t10,
.st10 {
  margin-top: 10px;
}

.mar_t7,
.st07 {
  margin-top: 7px;
}

.mar_t5,
.st5 {
  margin-top: 5px;
}

.mar_t3,
.st3 {
  margin-top: 3px;
}


/* input */

.dmz_apply_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.input_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ip_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ygrspan {
  color: #00bc6180;
}

.ggrspan {
  color: #00bc61;
}

.input_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.input_box .ip_box {
  width: 100%;
  display: flex;
}

.ip_box input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  outline: 0;
  font-size: 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #CECECE;
  font-weight: 400;
  letter-spacing: -0.5px;
  transition: 0.3s;
  /* caret-color: transparent; */
  /* 커서 깜빡임을 없앰 */
}

.ip_box input:focus {
  border: 1px solid #00BC61;
  background: #fff;
  box-shadow: 0 0 6px#00bc61bf;
}

.ip_box input::placeholder {
  color: #72787F;
  transition: 0.3s;
  font-family: 'Pretendard';
  letter-spacing: 0.5px;
}

.ip_box input:focus::placeholder {
  color: #666;
}

.ip_box_half {
  max-width: 49.5%;
}

.dmz_apply_wrap form .input_wrap:nth-child(9) .ip_box_half {align-items: center;}

.input_gray_box {
  background: #F7F7F9;
  border-radius: 10px;
  padding: 25px 20px;
}

.igb_ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.igb_list {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.igb_list:last-child {
  margin-right: 0px;
}

.igb_list .p_txt {
  padding-left: 15px;
}

.igb_list .p_txt::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #00BC61;
  position: absolute;
  border-radius: 100px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.radio_box input[type="radio"] {
  display: none;
}


.radio_box .radio_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 500;
  word-break: keep-all;
  border: 1px solid #CECECE;
  color: #c1c1c1;
}

.radio_box input:checked+.radio_label {
  background: #00BC61;
  color: #fff;
  border: 1px solid #00BC61;
}






/* 서브 경로 */
.course_wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.course_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #999;
  padding-bottom: 20px;
}

.course_view_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course_ul {
  display: flex;
  align-items: center;
}

.course_list {
  display: flex;
  align-items: center;
  margin-right: 35px;
  position: relative;
}

.course_list::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) rotate(45deg);
}

.course_list:last-child:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  background: #999;
  border: none;
  position: absolute;
}

.course_txt {
  font-weight: 500;
  color: #999;
}

.course_list:last-child .course_txt {
  font-weight: 800;
  color: #333;
}

.page_save_ul {
  display: flex;
  align-items: center;
}

.page_save_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_save_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
}


/* 헤더 css */
.header_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  /* border-bottom: 1px solid #d8d8d8; */
  z-index: 106;
  transition: 0.3s;
}

.header_box_pc {
  width: 100%;
  height: 100px;
  display: flex;
  transition: 0.3s;
  justify-content: center;
  background: #fff;
}

.header_pc_kate_box .header_inner {
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.header_pc_kate_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  position: relative;
  z-index: 110;
}

.hd_pc_url_ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.hd_pc_url_list {
  display: flex;
  align-items: center;
  height: 100%;
}

.hd_pc_url_list a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 12px 15px;
  font-size: 14px;
}

.hd_pc_url_list:first-child a {
  padding-left: 5px;
}

.hd_pc_enter_ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.hd_pc_enter_list {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}

.hd_pc_enter_list:last-child {
  margin-right: 0px;
}

.hd_pc_enter_list a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 14px;
}

.hd_pc_enter_icon_img {
  margin-right: 5px;
}

.header_logo_box a {
  display: flex;
  align-items: center;
}

.lo_ttxt {
  font-family: 'SEBANG_Gothic_Bold';
  transition: 0.3s;
  word-break: keep-all;
}

.header_box_pc .lo_ttxt {
  font-size: 24px;
  margin-left: 10px;
}

.header_box_pc .lo_ttxt.on {
  font-size: 20px;
  margin-left: 0px;
}

.header_box_mo .lo_ttxt {
  font-size: 22px;
  margin-left: 0px;
}

.header_box_mo .lo_ttxt.on {
  font-size: 18px;
  margin-left: -17px;
}

.lo_ttxt span {
  color: #00BC61;
}

.header_box_mo {
  width: 100%;
  height: 80px !important;
  display: none;
  transition: 0.3s;
  justify-content: center;
  position: relative;
  background: #fff;
}

.header_box_pc.scroll {
  height: 80px;
  background: #fff;
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
  ;
}

.header_box_mo.scroll {
  height: 60px !important;
  background: #fff;
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
  ;
}

.header_inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.header_inner_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_left_box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo_box {
  display: flex;
  align-items: center;
}

.header_logo_box a {
  display: flex;
}

.header_logo_img {
  width: 60px;
}

.header_box_pc .header_logo_img {
  transform: scale(1);
  transition: 0.3s;
}

.header_box_mo .header_logo_img {
  transform: scale(0.8);
  transition: 0.3s;
}

.header_box_pc .header_logo_img.on {
  transform: scale(0.8);
}

.header_box_mo .header_logo_img.on {
  transform: scale(0.6);
  transform-origin: left;
}




.header_box_pc .header_menu_box {
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
  transition: width 0.5s ease, max-width 0.5s ease;
}


.header_bg_box {
  width: 100vw;
  height: 400px;
  background: #fafafa;
  position: absolute;
  top: 100%;
  left: 0;
  /* display:none; */
  opacity: 0;
  visibility: hidden;
  /* transition: 0.3s; */
  border-top: 1px solid #f1f1f1;
}

.header_box_pc:hover .header_bg_box {
  opacity: 1;
  visibility: visible;
}

.header_menu_1dep_ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.header_box_pc .header_menu_1dep_list {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.header_box_mo .header_menu_1dep_list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.header_box_pc .header_menu_1dep_list:last-child .header_menu_2dep_ul {
  border-right: 1px solid #f1f1f1;
}

.header_menu_1dep_a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  word-break: keep-all;
  text-align: center;
  position: relative;
}

.header_menu_1dep_list:hover .header_menu_1dep_a {
  color: #00BC61;
}

.header_box_pc .header_2dep_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 400px;
  display: flex;
  background: #fff;
  /* transition: all 0.2s ease; */
  opacity: 0;
  visibility: hidden;
  /* transition: 0.3s; */
  border-top: 1px solid #f1f1f1;
}

.header_box_mo .header_2dep_box {
  width: 100%;
  display: none;
  background: #fff;
}

.header_box_pc:hover .header_2dep_box {
  /* display: flex; */
  opacity: 1;
  visibility: visible;
  /* transition: 0.3s; */
}

.header_box_pc .header_menu_2dep_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 0 0;
  border-left: 1px solid #f1f1f1;
  /* transition: 0.2s; */
}

.header_box_mo .header_menu_2dep_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00BC61;
}

.header_box_pc .header_menu_1dep_list:hover .header_2dep_box .header_menu_2dep_ul {
  background-color: #00BC61;
}

.header_menu_2dep_list {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header_box_pc .header_menu_2dep_a {
  color: #454C53;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  word-break: keep-all;
  text-align: center;
}

.header_box_mo .header_menu_2dep_a {
  color: #fff;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 25px;
  word-break: keep-all;
  text-align: center;
}

.header_box_pc .header_menu_1dep_list:hover .header_2dep_box .header_menu_2dep_ul .header_menu_2dep_list .header_menu_2dep_a {
  color: #fff;
}

.header_box_pc .header_menu_1dep_list:hover .header_2dep_box .header_menu_2dep_ul .header_menu_2dep_list .header_menu_2dep_a:hover {
  color: #03624C;
  font-weight: 700;
}


/* 푸터 css */
.footer_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_point_img {
  width: 100%;
}

.footer_box {
  width: 100%;
  background: #232323;
  padding: 50px 0;
  /* height: 300px; */
  display: flex;
  justify-content: center;
}

.footer_align {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_info_box {
  display: flex;
  flex-direction: column;
}

.footer_info_title {
  font-family: 'SEBANG_Gothic_Bold';
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.footer_info_ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer_info_list {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.footer_info_list:last-child {
  margin-right: 0px;
}

.footer_info_icon_img {
  margin-right: 7px;
}

.footer_info_txt {
  color: #fff;
}

.footer_info_copy {
  font-size: 14px;
  color: #9EA4AA;
  font-weight: 300;
}

.footer_policy_box {
  display: flex;
  align-items: center;
}

.footer_policy_ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer_policy_list {
  display: flex;
  align-items: center;
  justify-self: center;
}

.footer_policy_list a {
  color: #9EA4AA;
  font-weight: 600;
  padding: 10px 0 10px 10px;
}











.m_menu_btn {
  position: relative;
  width: 24px;
  height: 16px;
  cursor: pointer;
  display: flex;
}

.m_menu_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 0;
  transition: 0.5s;
}

.m_menu_btn .bar1 {
  top: 0;
  transform-origin: top right;
}

.m_menu_btn .bar2 {
  top: 50%;
}

.m_menu_btn .bar3 {
  top: 100%;
  transform-origin: bottom right;
}

.m_menu_btn.on .bar1 {
  top: -0px;
  transform: rotate(-45deg);
}

.m_menu_btn.on .bar2 {
  width: 0;
  opacity: 0;
}

.m_menu_btn.on .bar3 {
  top: 100%;
  transform: rotate(45deg);
}

.header_box_mo .header_menu_box {
  width: 100vw !important;
  height: auto !important;
  max-width: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -100vw;
  top: 80px;
  background: #fff;
}

.header_box_mo .header_menu_box.on {
  top: 60px;
}

.header_box_mo .header_menu_box.active {
  right: 0;
  transition: right 0.7s cubic-bezier(0.63, 0.02, 0.25, 1), top 0.3s;
}

.header_box_mo .header_menu_1dep_ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(100vh - 199px);
  border-top: 1px solid #e6e6e6;
}

.header_box_mo .header_menu_1dep_ul.on {
  max-height: calc(100vh - 179px);
}

.header_box_mo .header_menu_1dep_list {
  width: 100%;
}

.header_box_mo .header_menu_1dep_a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: #26282B;
  word-break: keep-all;
  text-align: left;
  position: relative;
  padding: 20px 25px;
}

.header_box_mo .header_menu_1dep_a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #26282B;
  border-left: 2px solid #26282B;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(calc(-50% - 3px)) rotate(-45deg);
  transform-origin: center;
  transition: 0.3s;
}

.header_box_mo .header_menu_1dep_a.on::after {
  transform: translateY(calc(-50%)) rotate(135deg);
  transform-origin: center;
}

.header_login_box_mo {
  background: #E8EBED;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  justify-content: space-between;
}

.header_login_mo_txt {
  color: #454C53;
  font-size: 400;
}

.header_login_mo_wrap {
  display: flex;
  align-items: center;
}

.header_login_mo_wrap a {
  display: flex;
  align-items: center;
  color: #1B1D1F;
  font-weight: 500;
}

.icon_human_box_mo {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

.icon_human_box_mo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}









.photo_box {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}

.photo_Swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.photo_Swiper .swiper-wrapper {
  width: 100%;
  /* display: flex; */
}

.photo_Swiper .swiper-slide {
  position: relative;
}

.photo_Swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: auto;
  border-radius: 40px 40px 150px 150px;
  overflow: hidden;
  position: relative;
}

.photo_Swiper .swiper-slide .photo_bn_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.photo_txt_box {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 90px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.photo_txt_box .photo_txt {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  transition-delay: 0.3s;
}

.photo_txt_box .photo_maintxt {
  font-size: 64px;
  font-weight: 800;
  position: relative;
  color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  transition-delay: 0.8s;
}

.photo_dim {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0000005e;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease;
}

.one_line_img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 1s;
  max-width: 800px;
  transform: translateY(25px);
}

.photo_Swiper .swiper-slide-active {
  /* box-shadow: 10px 10px 10px #0000002c; */
}

.photo_Swiper .swiper-slide-active .photo_txt {
  opacity: 1;
  transform: translateY(0px);
}

.photo_Swiper .swiper-slide-active .photo_maintxt {
  opacity: 1;
  transform: translateY(0px);
}

.photo_Swiper .swiper-slide-active .one_line_img {
  opacity: 1;
  transform: translateY(0px);
}

.photo_Swiper .swiper-slide-active .main_bn_button_box {
  opacity: 1;
  pointer-events: inherit;
}

.photo_Swiper .swiper-slide-active .photo_dim {
  opacity: 1;
}

.main_bn_button_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}

.main_bn_prev {
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #f7c035be 30%, #00ca80bd);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transform: translateX(-30px);
  cursor: pointer;
}

.main_bn_next {
  width: 60px;
  height: 60px;
  background: linear-gradient(to left, #f7c035be 30%, #00ca80bd);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transform: translateX(30px);
  cursor: pointer;
}

.left_arrow_mb {
  transform: translateX(-3px);
}

.right_arrow_mb {
  transform: translateX(3px);
}

.dmz_application_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 130px;
}

.dmz_application_box {
  max-width: 1000px;
  width: 100%;
  height: 150px;
  border-radius: 30px;
  padding: 0 20px;
  margin: 0 20px;
  display: flex;
  position: relative;
  background-color: #00CA81;
  background-image: url(../img/application_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0.3s;
}

.dmz_application_box:hover {
  box-shadow: 5px 5px 25px #00ff84b6;
}

.dmz_application_box a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.application_img {
  position: absolute;
  left: 0px;
  bottom: 0;
}

.application_txt_wrap {
  margin-left: 320px;
  display: flex;
  align-items: flex-end;
}

.application_txt_box {
  display: flex;
  flex-direction: column;
}

.application_stxt {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.application_mtxt {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
}

.application_mtxt span {
  color: #153F05;
}

.bee_img {
  margin-left: 10px;
}

.right_slide_wrap {
  width: 100%;
  padding: 0 0px 0 20px;
  position: relative;
}

.right_slide_box {
  padding-left: calc((100vw - 1440px) / 2);
  width: 100%;
}




.nine_swiper {
  width: 100%;
  display: flex;
}

.nine_swiper .swiper-wrapper {}

.nine_swiper .right_slide {}

.nine_swiper .right_slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.nine_bg_img_box {
  width: 100%;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.nine_swiper .right_slide:hover .nine_bg_img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.1);
}

.nine_swiper .right_slide:hover .nine_dim {
  height: 100%;
}

.nine_swiper .right_slide:hover .nine_txt {
  color: #08A95B;
  font-weight: 700;
}

.nine_swiper .right_slide:hover .nine_icon_img {
  animation: nine_icon;
  animation-duration: 0.25s;
}

.nine_swiper .right_slide:hover .nine_num_box {
  background: #08A95B;
  box-shadow: 0 0 10px #0000002d;
}


@keyframes nine_icon {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.nine_num_box {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #08a95b71;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: 0.3s;
}

.nine_num_txt {
  font-family: 'GmarketSansBold';
  color: #fff;
  font-size: 18px;
  transform: translateY(2px);
  transition: 0.3s;
  text-align: center;
}

.nine_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: grayscale(0);
  /* opacity: 0.8;
  filter: grayscale(1); */
  transition: 0.3s;
}

.nine_txt {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
  text-align: center;
  margin-top: 15px;
}

.dmz_title_box {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.dmz_s_title {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -4px;
}

.dmz_m_title {
  color: #333;
  font-size: 44px;
  font-family: 'GmarketSansBold';
  position: relative;
  margin-bottom: 30px;
}

.dmz_m_title::after {
  position: absolute;
  right: -21px;
  top: -7px;
  display: block;
  content: url(../img/dmz_title_point.svg);
  z-index: -1;
}

.dmz_info_box {
  width: 100%;
  display: flex;
}

.dmz_info_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.dmz_info_list {
  width: 32%;
  height: 600px;
  position: relative;
  transition: 0.2s;
}

.blue_bg {
  background: linear-gradient(#1670F5, #004BBA);
  border-radius: 20px;
  overflow: hidden;
}

.yellow_bg {
  background: linear-gradient(#FFE355, #F9D315);
  border-radius: 20px;
  overflow: hidden;
}

.dmz_info_list a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 50px;
}

.dmz_info_in_txt_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dmz_info_in_stxt_box {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
}

.dmz_info_in_mtxt_box {
  font-weight: 800;
  font-size: 60px;
  /* word-break: keep-all; */
}

.blue_txt .dmz_info_in_stxt_box {
  color: #ffffffb2;
}

.blue_txt .dmz_info_in_mtxt_box {
  color: #fff;
}

.yellow_txt .dmz_info_in_stxt_box {
  color: #612E08;
}

.yellow_txt .dmz_info_in_mtxt_box {
  color: #333333;
}

.dmz_info_in_blueimg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: 80%;
  transition: 0.5s cubic-bezier(0, 0.89, 0.63, 1.06);
}

.blue_bg:hover .dmz_info_in_blueimg {
  bottom: -80px;
}

.blue_bg:hover {
  box-shadow: 0px 5px 20px #1930ff77;
}

.dmz_info_in_yellowimg {
  position: absolute;
  left: 50%;
  transform: translateX(-40%);
  bottom: -100px;
  width: 90%;
  transition: 0.5s cubic-bezier(0, 0.89, 0.63, 1.06);
}

.yellow_bg:hover .dmz_info_in_yellowimg {
  bottom: -80px;
}

.yellow_bg:hover {
  box-shadow: 0px 5px 20px #ffd41477;
}

.blue_bg .dmz_info_in_mtxt_box span {
  position: relative;
  display: inline;
}

.blue_bg:hover .dmz_info_in_mtxt_box span::after {
  width: 100%;
}

.blue_bg .dmz_info_in_mtxt_box span::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  display: block;
  content: "";
  height: 5px;
  background: #ffffffb2;
  border-radius: 100px;
  transition: 0.3s;
}

.yellow_bg .dmz_info_in_mtxt_box span {
  position: relative;
  display: inline;
}

.yellow_bg:hover .dmz_info_in_mtxt_box span::after {
  width: 100%;
}

.yellow_bg .dmz_info_in_mtxt_box span::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  display: block;
  content: "";
  height: 5px;
  background: #612E08;
  border-radius: 100px;
  transition: 0.3s;
}

.dmz_info_happy_txt_box {
  width: 100%;
  height: 150px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}

.dmz_info_happy_stxt {
  font-weight: 600;
  color: #333333b7;
  font-size: 18px;
  margin-bottom: 5px;
}

.dmz_info_happy_mtxt {
  font-weight: 600;
  color: #333;
  font-size: 36px;
}

.dmz_info_happy_ul {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.dmz_info_happy_list {
  height: 48%;
  border-radius: 20px;
  overflow: hidden;
}

.gr01_bg {
  background: #05B46E;
  transition: 0.3s;
}

.gr01_bg:hover {
  box-shadow: 0px 5px 10px #05b46e80;
}

.gr02_bg {
  background: #169557;
  transition: 0.3s;
}

.gr02_bg:hover {
  box-shadow: 0px 5px 10px #048b5580;
}

.dmz_info_happy_list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dmz_small_txt_box {
  display: inline;
}

.dmz_small_stxt {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}

.dmz_small_mtxt {
  font-weight: 800;
  color: #fff;
  font-size: 38px;
  position: relative;
  display: inline;
}

.dmz_info_happy_list:hover .dmz_small_mtxt::after {
  width: 100%;
}

.dmz_info_happy_list .dmz_small_mtxt::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  display: block;
  content: "";
  height: 5px;
  background: #ffffffa6;
  border-radius: 100px;
  transition: 0.3s;
}

.dih_img_box {
  position: relative;
}

.dih_img_box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffffb4;
  border-radius: 100px;
  z-index: 0;
}

.dmz_info_happy_img {
  transition: 0.5s cubic-bezier(0, 0.89, 0.63, 1.06);
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.dmz_info_happy_list:hover .dmz_info_happy_img {
  transform: translateY(-10px);
}

.main_notice_wrap {
  width: 100%;
  display: flex;
  background: #EEF0F3;
  padding: 70px 0 120px 0;
  position: relative;
  overflow: hidden;
}

.notice_bg01 {
  position: absolute;
  left: -150px;
  bottom: -300px;
  opacity: 0.3;
}

.notice_bg02 {
  position: absolute;
  right: -30px;
  bottom: -200px;
  opacity: 0.3;
}

.main_notice_wrap .inner {
  display: flex;
  flex-direction: column;
}

.main_notice_wrap .dmz_title_box {
  align-items: center;
}

.main_more_button_box {
  position: absolute;
  right: 0;
  top: 50%;
}

.main_more_button_box a {
  display: flex;
  align-items: center;
  color: #7F7F7F;
  font-weight: 600;
}

.more_circle_box {
  border: 2px solid #7F7F7F;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  position: relative;
}

.more_circle_box::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  width: 7px;
  height: 2px;
  z-index: 1;
  background: #7F7F7F;
}

.more_circle_box::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  width: 2px;
  height: 7px;
  z-index: 1;
  background: #7F7F7F;
}

.main_dmz_notice_box {
  display: flex;
  width: 100%;
}


.notice_slide {
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  display: flex !important;
}

.notice_slide:hover {
  /* box-shadow: 0px 5px 15px #00000023; */
}

.notice_slide a {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
}

.point_txt_box {
  border: 1.5px solid #08A95B;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.3s;
}

.point_txt {
  color: #08A95B;
  font-weight: 500;
  padding: 3px 10px;
  transition: 0.3s;
}

.notice_slide:hover .point_txt_box {
  background: #08A95B;
}

.notice_slide:hover .point_txt {
  color: #ffffff;
}

.notice_mtxt {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 58px;
}

.notice_stxt {
  color: #7F7F7F;
  font-weight: 400;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 76px;
}

.notice_day_box {
  width: 100%;
  display: flex;
  align-items: center;
}

.notice_day_txt {
  color: #08A95B;
  font-weight: 600;
  margin-left: 5px;
}

.travel_swiper {
  display: none !important;
  padding-bottom: 20px !important;
}

.travel_swiper.on {
  display: flex !important;
}

.travel_swiper .right_slide {
  width: 100%;
  height: 330px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 5px 4px 15px #0000001a;
}

.travel_swiper .right_slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.travel_swiper .right_slide:hover .travel_img {
  transform: scale(1.1);
}

.travel_txt_box {
  width: 100%;
  height: 45%;
  display: flex;
  flex-direction: column;
}

.travel_mtxt {
  color: #333;
  font-size: 22px;
  font-weight: 800;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  padding: 0 20px;
}

.travel_stxt {
  color: #7F7F7F;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  padding: 0 20px;
}

.travel_stxt br{
  display: none;
}

.travel_tab_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.travel_tab_ul {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: scroll;
}

.travel_tab_ul::-webkit-scrollbar {
  height: 0px;
}

.travel_tab_list {
  background: #EEF0F3;
  border-radius: 100px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.travel_tab_list.on {
  background: #08A95B;
}

.travel_tab_list.on .travel_tab_txt {
  color: #fff;
  font-weight: 600;
}

.travel_tab_list:last-child {
  margin-right: 0px;
}

.travel_tab_txt {
  padding: 5px 15px;
  color: #999;
  white-space: nowrap;
}

.sub_banner_wrap {
  margin-top: 140px;
  height: 300px;
  width: 100%;
  display: flex;
  background-image: url(../../common/img/sub_banner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 50px 50px;
}

.sub_banner_txt_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sub_banner_stxt {
  color: #ffffffde;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'GangwonEdu_OTFLightA';
  font-weight: 300;
}

.sub_banner_mtxt {
  color: #fff;
  font-size: 64px;
  font-family: 'SEBANG_Gothic_Bold';
  margin-bottom: 50px;
}

.sub_banner_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #00BC61;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}

.yang_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}

.yang_position {
  width: 100%;
  height: 100%;
  position: relative;
}

.yang_img {
  position: absolute;
  right: 30px;
  top: -69px;
}

.sub_banner_ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub_banner_list {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sub_banner_list.on {
  background: #08A95B;
}


.sub_banner_list a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.sub_banner_list.on a {
  font-weight: 700;
}

.sub_banner_list:after {
  width: 1px;
  height: 50%;
  display: block;
  content: "";
  background: #ffffff42;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.sub_banner_list:last-child::after {
  width: 0px;
}

.sub_banner_list.on::after {
  width: 0;
}

.sub_banner_list.on::before {
  position: absolute;
  content: url(../../common/img/sub_nav_point.png);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.what_img_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.what_img_box {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.what_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what_img_txt {
  margin-top: 20px;
  color: #999;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  font-family: 'GangwonEdu_OTFBoldA';
}

.greeting_img_box {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.greeting_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.greeting_line {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

.greeting_txt_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.greeting_title {
  font-size: 36px;
  font-family: 'GmarketSansLight';
}

.greeting_title .gr_span01 {
  font-size: 150px;
  font-family: 'GmarketSansLight';
}

.greeting_title .gr_span02 {
  font-family: 'GmarketSansMedium';
}








.dc_history_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.dc_cont {
  /* animation: d_show2 1s 0.2s forwards cubic-bezier(0.34, 0.23, 0.25, 1);
  opacity: 0; */
}

@keyframes d_show2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.dc_history_wrap .tit_box {
  margin-right: 10%;
  position: sticky;
  top: 140px;
}

.dc_history_wrap .tit_box .tit_txt {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: 'SEBANG_Gothic_Bold';
  color: #333;
}

.dc_history_wrap .tit_box .tit_txt span {
  color: #00BC61;
}

.dc_history_wrap .tit_box .img_box {
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dc_history_wrap .tit_box .img_box img {
  transform: scale(0.8);
  margin-top: 40px;
}

.dc_history_wrap .history_box ul {
  position: relative;
}

.dc_history_wrap .history_box ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  border-left: 1px dashed #999;
  width: 0px;
  height: 100%;
}

.dc_history_wrap .history_box ul li {
  display: flex;
  margin-bottom: 80px;
}

.dc_history_wrap .history_box ul li .hs_tit_box {
  margin-right: 40px;
}

.dc_history_wrap .history_box ul li .hs_tit_box p {
  font-size: 36px;
  font-weight: 700;
  color: #d1d1d1;
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
  font-family: 'GmarketSansBold';
}

.dc_history_wrap .history_box ul li .hs_tit_box p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-80%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d1d1;
}

.dc_history_wrap .history_box ul li:nth-child(1) .hs_tit_box p:before {
  background: #00BC61;
}

.dc_history_wrap .history_box ul li .hs_tit_box p bold {
  color: #333;
}

.dc_history_wrap .history_box ul li .hs_cont_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list {
  display: inline-flex;
  padding: 18px 28px;
  background: #fff;
  box-shadow: 4px 4px 25px rgb(0 0 0 / 10%);
  border-radius: 8px;
  margin-bottom: 12px;
}

.dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list p {
  font-weight: 700;
  color: #00BC61;
  margin-right: 20px;
  font-family: 'GmarketSansBold';
}

.dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list span {
  color: #555;
  display: block;
  font-size: 18px;
}

.dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list .deep_length span {
  display: block;
  margin-bottom: 8px;
}

.dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list .deep_length span:nth-last-child(1) {
  margin-bottom: 0;
}

.oga_title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.oga_title {
  font-size: 48px;
  font-weight: 700;
  font-family: 'SEBANG_Gothic_Bold';
  color: #333;
}

.oga_title span {
  color: #00BC61;
}

.oga_sub_title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oga_sub_mtitle {
  color: #666;
  font-size: 26px;
  font-weight: bold;
}

.oga_sub_stitle {
  color: #999;
  font-weight: 500;
}

.oga_human_box {
  width: 100%;
  display: flex;
  padding-bottom: 200px;
  position: relative;
}

.oga_human_box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: url(../../common/img/oga_point.png);
  transform: scale(0.8);
  transform-origin: bottom right;
}

.oga_human_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oga_human_list {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.oga_human_list:last-child {
  margin-bottom: 0px;
}

.oga_human_in_ul {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.oga_human_in_list {
  max-width: 300px;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 20px;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.oga_in_bg01 {
  background: #00DF82;
}

.oga_in_bg01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -400px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed #999;
  height: 400px;
  z-index: -10;
}

.oga_in_bg02 {
  background: #00CE6A;
}

.oga_in_bg02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -200%;
  transform: translateY(-50%);
  border-top: 1px dashed #999;
  width: 200%;
  z-index: -10;
}

.oga_in_bg03 {
  background: #2CC295;
}

.oga_in_bg04 {
  background: #00CE6A;
}

.oga_in_bg05 {
  background: #FFC621;
  z-index: 10;
}

.oga_6line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  border-top: 1px dashed #999;
  width: 100%;
  z-index: -10;
}

.oga_in_bg06 {
  background: #03624C;
}

.oga_human_mtxt {
  color: #fff;
  font-size: 24px;
  font-family: 'GmarketSansBold';
  transform: translateY(3px);
}

.oga_human_ntxt {
  color: #ffffffbb;
  font-size: 18px;
  font-family: 'GmarketSansBold';
  transform: translateY(3px);
}

.oga_human_toptxt {
  color: #fff;
  font-size: 30px;
  font-family: 'GmarketSansBold';
  transform: translateY(3px);
}

.map_info_ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.map_info_list {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.map_info_list:last-child {
  margin-right: 0px;
}

.map_info_icon_img {
  margin-right: 7px;
}

.map_info_txt {
  color: #333;
  font-weight: 500;
}

.direct_map_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.direct_map_box {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.try_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.try_icon_box {
  margin-top: 70px;
  display: flex;
  align-items: flex-end;
}

.try_icon_box:first-child {
  margin-top: 20px;
}

.try_icon_img {
  margin-right: 10px;
}

.try_icon_txt {
  font-family: 'GmarketSansMedium';
  font-size: 24px;
  color: #333;
}

.try_icon_txt span {
  font-family: 'GmarketSansMedium';
  font-size: 16px;
  color: #333;
}

.come_road_wrap {
  width: 100%;
  display: flex;
}

.come_road_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.come_road_list {}

.come_road_title_box {
  background: #333;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.come_road_list:first-child .come_road_title_box {
  margin-top: 20px;
}

.come_road_title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 3px 15px;
}

.come_way_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.come_way_list {
  margin-top: 10px;
}

.come_way_txt {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.come_way_txt::after {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 100px;
}

.come_way_txt .bol_span {
  color: #333;
  font-weight: 700;
}

.come_way_txt .gr_span {
  color: #00BC61;
  font-weight: 500;
}

.top_map_nine_box {
  width: 100%;
  display: flex;
  align-items: center;
}

.top_map_nine_img {
  max-width: 400px;
  width: 100%;
}

.top_map_txt_box {
  margin-left: 5%;
}

.sub_nine_swiper {}

.sub_nine_swiper .right_slide {
  width: 100%;
  border-radius: 20px;
}

.sub_nine_swiper .right_slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.travel_img_box {
  width: 100%;
  height: 55%;
  border-radius: 20px;
  overflow: hidden;
}

.nine_tra_box{
  height: 220px;
}

.travel_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.sub_nine_swiper .right_slide:hover .travel_img {
  transform: scale(1.1);
}

.top_tab_box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.top_tab_ul {
  max-width: 70%;
  width: 100%;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 20px #00000023;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_tab_list {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_tab_list.on {
  width: 55%;
  background: linear-gradient(to right, #00BC61, #08A95B);
  border-radius: 100px;
  box-shadow: 0 0 10px #08a95b80;
}

.top_tab_list a {
  color: #CDCDCD;
  font-size: 36px;
  font-family: 'GmarketSansBold';
  transform: translateY(4px);
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_tab_list.on a {
  color: #fff;
  font-size: 36px;
  font-family: 'GmarketSansBold';
  transform: translateY(4px);
}

.plane_course_wrap {
  background: #F7F7F7;
  padding: 70px 0;
}

.plane_course_box {
  width: 100%;
}

.plane_course_num_box {
  background: #03624C;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.plane_course_num_txt {
  font-size: 24px;
  color: #fff;
  font-family: 'GmarketSansBold';
  padding: 5px 40px;
}

.plane_course_step_ul {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.plane_course_step_list {
  width: 31%;
  margin-right: 3.5%;
}

.plane_course_step_list:nth-child(3n) {
  margin-right: 0%;
}

.plane_course_step_list:nth-child(n+4) {
  margin-top: 100px;
}


.plane_course_step_img_box {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.plane_course_step_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plane_course_step_txt_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.plane_course_step_txt_box::after {
  top: 37px;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background: #C6ECD9;
  width: 150%;
  height: 2px;
  z-index: 0;
}

.plane_course_step_txt_box::before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #00BC61;
  border-right: 3px solid #00BC61;
  position: absolute;
  top: 34px;
  right: -7%;
  transform: rotate(45deg);
  z-index: 1;
}

.plane_course_step_list:nth-child(3n) .plane_course_step_txt_box:after {
  width: 100%;
}

.plane_course_step_list:nth-child(3n) .plane_course_step_txt_box:before {
  display: none;
}

.plane_course_step_list:last-child .plane_course_step_txt_box:before {
  display: none;
}

.plane_course_step_list:last-child .plane_course_step_txt_box:after {
  width: 100%;
}

.plane_course_step_stxt {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  margin-top: 70px;
  position: relative;
}

.plane_course_step_stxt::after {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  display: block;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #00BC61;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.plane_course_step_mtxt {
  color: #03624C;
  font-size: 24px;
  font-weight: 700;
}

.plane_course_addinfo_box {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

.plane_course_bgimg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scale(0.7);
  transform-origin: right bottom;
}

.im_gr {
  color: #00BC61;
  font-weight: bold;
}

.indent_txt a {
  color: #367AFF;
  word-break: break-all;
}

.plane_course_footer_box {
  background-image: url(../../common/img/course_footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 160px 0;
  position: relative;
  margin-bottom: -180px;
  z-index: -1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gr_bg_box {
  background: #03624cd8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pc_footer_txt_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.yb_mtxt {
  color: #FFF853;
  font-size: 30px;
  font-family: 'GmarketSansBold';
}

.yb_ptxt {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.yb_ytxt {
  color: #FFF853;
  line-height: 26px;
}

.pcf_line_img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 800px;
  width: 100%;
}

.day_course_wrap {
  padding: 70px 0;
}

.day_course_step_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  position: relative;
}

.day_course_step_ul::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #03624c33;
  left: 290px;
  top: 0;
  z-index: 0;
}

.day_course_step_ul::before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #03624c;
  left: 276px;
  bottom: -15px;
  z-index: 1;
}

.day_course_step_list {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.day_course_step_box .day_course_step_list:first-child::after {
  position: absolute;
  display: block;
  font-size: 24px;
  color: #fff;
  font-family: 'GmarketSansBold';
  padding: 5px 40px;
  border-radius: 100px;
  background: #03624c;
  left: 222px;
  top: -80px;
  z-index: 1;
}

.day_course_step_box:nth-child(1) .day_course_step_list:first-child::after {
  content: "1일차";
}

.day_course_step_box:nth-child(2) .day_course_step_list:first-child::after {
  content: "2일차";
}

.day_course_step_box:nth-child(3) .day_course_step_list:first-child::after {
  content: "3일차";
}

.day_course_step_list:last-child {
  margin-bottom: 0px;
}

.dcs_img_box {
  width: 100%;
  max-width: 240px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.dcs_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dcs_circle {
  min-width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
  border: 3px solid #03624C;
  margin: 0 40px;
}

.dcs_img_txt {
  color: #03624C;
  font-size: 24px;
  font-weight: bold;
  padding-top: 26px;
}

.dcs_img_txt span {
  color: #9F9F9F;
  font-size: 18px;
  font-weight: 500;
}

.ope_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ope_list {
  width: 100%;
  display: flex;
  align-items: center;
}

.ope_title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 100%;
  max-width: 450px;
  height: 80px;
}

.ope_ygbox {
  background: #00BC61;
}

.ope_ggbox {
  background: #03624C;
}

.ope_title_txt {
  font-family: 'GmarketSansBold';
  font-size: 24px;
  padding: 0 20px;
  color: #fff;
  text-align: center;
}

.ope_info_box {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px dashed #999;
  margin-left: 50px;
  width: 100%;
}

.ope_list:last-child .ope_info_box {
  border-bottom: none;
}

.ope_info_txt {
  color: #666;
  font-size: 18px;
}

.ope_human_img {
  position: absolute;
  transform: scale(0.8);
  transform-origin: bottom right;
  right: 100px;
  bottom: 0;
  z-index: 5;
}

.ope_leaf_img {
  position: absolute;
  transform: scale(0.8);
  transform-origin: right;
  right: 0;
  top: 0;
  z-index: 5;
}

.gr_dim{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  content: "";
  background: linear-gradient(to top, #00bc61 -20%, #00bc6100 40% );
  z-index: 0;
}

.st_brno br{
  display: none;
}
















































/* 반응형 */
@media(max-width : 1600px) {
  .sub_banner_wrap {border-radius: 0;}
}

@media(max-width : 1400px) {
  .header_box_pc,.mub_pc {display: none;}
  .header_box_mo,.m_menu_btn {display: flex;}
  .photo_box {height: 500px; margin-top: 120px;}
  .photo_Swiper .swiper-slide a {border-radius: 40px 40px 120px 120px;}
  .photo_txt_box .photo_maintxt {font-size: 55px;}
  .one_line_img {max-width: 600px;}
  .dmz_application_box {height: 130px;}
  .application_img {transform: scale(0.8); transform-origin: bottom;}
  .application_txt_wrap {margin-left: 300px;}
  .application_stxt {font-size: 22px;}
  .application_mtxt {font-size: 40px;}
  .dmz_application_wrap {margin-top: 100px;}
  .step_top {margin-top: 80px;}
  .dmz_s_title {font-size: 18px;}
  .dmz_m_title {font-size: 40px; margin-bottom: 20px;}
  .dmz_info_list {height: 520px;}
  .dmz_info_in_stxt_box {margin-bottom: 10px; font-size: 20px;}
  .dmz_info_in_mtxt_box {font-size: 54px;}
  .dmz_info_happy_txt_box {height: 130px;}
  .dmz_info_happy_ul {height: 390px;}
  .dmz_info_in_blueimg {width: 75%;}
  .dmz_info_in_yellowimg {width: 85%;}
  .dmz_info_happy_img {width: 90px;}
  .dmz_info_list a {padding: 45px;}
  .dmz_info_happy_mtxt {font-size: 34px;}
  .sub_banner_wrap{height: 260px; margin-top: 120px;}
  .sub_banner_stxt {font-size: 22px;}
  .sub_banner_mtxt {font-size: 50px; margin-bottom: 55px;}
  .sub_banner_nav {height: 60px; border-radius: 20px 20px 0 0;}
  .yang_box {height: 60px;}
  .h1_txt {font-size: 40px;}
  .h2_txt{font-size: 32px;}
  .st25{margin-top: 15px;}
  .st90{margin-top: 80px;}
  .h3_txt {font-size: 22px;}
  .what_img_box {height: 350px;}
  .greeting_img_box {height: 450px;}
  .greeting_title {font-size: 32px;}
  .dc_history_wrap .tit_box .tit_txt,.oga_title {font-size: 44px;}
  .oga_human_in_ul {width: 90%;}
  .direct_map_box {height: 500px;}
  .top_tab_list.on a, .top_tab_list a {font-size: 30px;}
  .plane_course_step_img_box {height: 200px;}
  .plane_course_footer_box {padding: 100px 0 160px 0;}
  .yb_mtxt {font-size: 28px;}
  .top_map_nine_img {max-width: 350px;}
  .big_p_txt {font-size: 22px;}
  .nine_tra_box{height: 200px;}
}

@media(max-width : 1200px) {
  .photo_box {height: 400px;}
  .photo_Swiper .swiper-slide a {border-radius: 30px 30px 100px 100px;}
  .photo_txt_box .photo_txt {font-size: 18px;}
  .photo_txt_box .photo_maintxt {font-size: 45px;}
  .one_line_img {max-width: 500px;}
  .main_bn_next {width: 50px; height: 50px; transform: translateX(25px);}
  .main_bn_prev {width: 50px; height: 50px; transform: translateX(-25px);}
  .left_arrow_mb {transform: scale(0.8) translateX(-3px);}
  .right_arrow_mb{transform: scale(0.8) translateX(3px);}
  .dmz_application_box {height: 100px; border-radius: 20px;}
  .application_stxt {font-size: 20px;}
  .application_mtxt {font-size: 36px;}
  .dmz_info_list {height: 450px;}
  .dmz_info_in_stxt_box,.dmz_small_stxt {font-size: 18px;}
  .dmz_info_in_mtxt_box {font-size: 48px;}
  .dmz_info_happy_txt_box {display: none;}
  .dmz_info_happy_ul {height: 450px;}
  .dmz_info_happy_img {width: 80px;}
  .dmz_info_list a {padding: 35px;}
  .dmz_info_happy_mtxt {font-size: 30px;}
  .travel_swiper .right_slide {height: 280px;}
  .travel_mtxt{font-size: 20px;}
  .travel_stxt {-webkit-line-clamp: 3;}
  .h1_txt {font-size: 38px;}
  .h2_txt{font-size: 30px;}
  .gray_box {border-radius: 10px; padding: 35px 20px;}
  /* .st25{margin-top: 10px;} */
  .st90{margin-top: 70px;}
  .h3_txt {font-size: 20px;}
  .what_img_box {height: 300px;}
  .greeting_img_box {height: 400px;}
  .dc_history_wrap {align-items: center; flex-direction: column;}
  .dc_history_wrap .tit_box {margin-right: 0%; text-align: center; position: unset;}
  .dc_history_wrap .tit_box .img_box {width: auto; height: auto; margin-bottom: 50px;}
  .dc_history_wrap .tit_box .img_box img {transform: scale(0.7); margin-top: -60px; width: 100%; max-width: 400px;}
  .st30{margin-top: 20px;}
  .oga_human_in_ul {width: 100%;}
  .oga_human_in_list {height: 90px;}
  .oga_human_in_ul .oga_human_in_list:first-child{margin-left: 0;}
  .oga_human_in_ul .oga_human_in_list:last-child{margin-right: 0;}
  .oga_human_mtxt {font-size: 22px;}
  .oga_human_box {padding-bottom: 150px;}
  .oga_human_box::after {transform: scale(0.7);}
  .try_icon_img {width: 40px;}
  .try_icon_txt {font-size: 22px;}
  .come_road_title_box {margin-top: 30px;}
  .try_icon_box {margin-top: 60px;}
  .top_tab_list.on a, .top_tab_list a {font-size: 26px; transform: translateY(2px);}
  .plane_course_step_img_box {height: 170px;}
  .plane_course_num_txt {font-size: 22px; padding: 7px 30px 5px 30px;}
  .plane_course_wrap {padding: 50px 0;}
  .plane_course_step_stxt {margin-top: 60px;}
  .plane_course_step_stxt::after {top: -30px;}
  .plane_course_step_stxt {font-size: 16px;}
  .plane_course_step_mtxt {font-size: 22px;}
  .plane_course_footer_box {padding: 80px 0 160px 0;}
  .yb_mtxt {font-size: 28px;}
  .pcf_line_img {max-width: 700px;}
  .dcs_img_txt {font-size: 22px;}
  .day_course_step_list {margin-bottom: 35px;}
  .dcs_circle {min-width: 18px; height: 18px; margin: 0px 30px;}
  .day_course_step_ul::after {left: 278px;}
  .day_course_step_box .day_course_step_list:first-child::after {font-size: 20px; padding: 7px 30px 3px 30px;
    left: 225px;}
  .day_course_step_ul::before {width: 24px; height: 24px; left: 267px;}
  .day_course_wrap {padding: 60px 0;}
  .st200{margin-top: 170px;}
  .h3_black_txt {font-size: 24px;}
  .p_txt_arrow {margin-top: 3px;}
  .ope_title_box {max-width: 400px; height: 70px;}
  .ope_info_box {padding: 30px 0; margin-left: 30px;}
  .ope_title_txt {font-size: 22px;}
  .ope_human_img {transform: scale(0.7); right: 50px;}
  .ope_leaf_img {transform: scale(0.7);}
  .top_map_nine_img {max-width: 320px;}
  .big_p_txt {font-size: 20px;}
}

@media(max-width : 1000px) {
  .photo_box {height: 300px;}
  .photo_Swiper .swiper-slide a {border-radius: 20px 20px 50px 50px;}
  .photo_txt_box .photo_txt {font-size: 16px;}
  .photo_txt_box .photo_maintxt {font-size: 40px;}
  .one_line_img {max-width: 450px;}
  .main_bn_next {width: 46px; height: 46px; transform: translateX(23px);}
  .main_bn_prev {width: 46px; height: 46px; transform: translateX(-23px);}
  .left_arrow_mb {transform: scale(0.8) translateX(-3px);}
  .right_arrow_mb{transform: scale(0.8) translateX(3px);}
  .photo_txt_box {padding: 0px 70px;}
  .dmz_application_box {height: 80px; max-width: 700px;}
  .application_img,.application_stxt,.yang_box{display: none;}
  .application_txt_wrap {margin-left: 0px; width: 100%; justify-content: center; align-items: center;}
  .dmz_application_wrap {margin-top: 50px;}
  .application_mtxt {font-size: 32px;}
  .bee_img {transform: scale(0.7); transform-origin: left;}
  .dmz_m_title {font-size: 38px;}
  .dmz_info_ul {flex-direction: column;}
  .dmz_info_list,.dmz_info_happy_list {width: 100%; height: 130px; margin-bottom: 15px;}
  .dmz_info_list:last-child,.dmz_info_happy_list:last-child {margin-bottom: 0px;}
  .dmz_info_list a {align-items: center;}
  .dmz_info_in_mtxt_box,.dmz_small_mtxt {font-size: 30px;}
  .dmz_info_in_mtxt_box br,.blue_bg .dmz_info_in_mtxt_box span::after,.yellow_bg .dmz_info_in_mtxt_box span::after,.dmz_info_happy_list .dmz_small_mtxt::after{display: none;}
  .dmz_info_in_stxt_box {margin-bottom: 3px;}
  .dmz_info_in_blueimg {left: auto; right: 30px; bottom: -50px; transform: translateX(0%) scaleX(-1);
    width: 150px;}
  .dmz_info_in_yellowimg {left: auto; right: 30px; bottom: -40px; transform: translateX(0%) scaleX(-1);
    width: 160px;}
  .blue_bg:hover .dmz_info_in_blueimg {bottom: -35px;}
  .yellow_bg:hover .dmz_info_in_yellowimg {bottom: -20px;}
  .ban_hi,.dmz_info_happy_ul{height: auto !important;}
  .step_top {margin-top: 70px;}
  .main_notice_wrap {padding: 60px 0 90px 0;}
  .nine_txt {font-size: 18px;}
  .nine_num_box {width: 44px; height: 44px;}
  .nine_num_txt {font-size: 16px; transform: translateY(1px);}
  .travel_swiper .right_slide {height: 240px;}
  .travel_stxt {-webkit-line-clamp: 2;}
  .footer_box {padding: 40px 0;}
  .footer_info_title {font-size: 22px; margin-bottom: 15px;}
  .footer_info_ul {margin-bottom: 15px;}
  .footer_policy_list a {padding: 10px 0 5px 5px; font-size: 14px;}
  .nine_bg_img {opacity: 1; filter: grayscale(0);}
  .sub_banner_wrap{height: 220px;}
  .sub_banner_stxt {font-size: 20px;}
  .sub_banner_mtxt {font-size: 40px; margin-bottom: 40px;}
  .sub_banner_nav {height: 50px; border-radius: 10px 10px 0 0;}
  .sub_banner_list a {font-size: 16px;}
  .h1_txt {font-size: 34px;}
  .course_box {align-items: flex-start; flex-direction: column;}
  .h2_txt{font-size: 28px;}
  .gray_box {padding: 25px 15px;}
  .p_txt,.indent_txt,.bold_p_txt {font-size: 16px; line-height: 22px;}
  .st90{margin-top: 60px;}
  .indent_box {padding: 0;}
  .what_img_box {height: 250px; border-radius: 10px;}
  .what_img_txt {font-size: 18px; margin-top: 15px;}
  .greeting_img_box {height: 350px; border-radius: 10px;}
  .dc_history_wrap .history_box ul li .hs_tit_box {margin-right: 30px;}
  .dc_history_wrap .history_box ul li .hs_tit_box p {font-size: 30px; padding-left: 34px;}
  .dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list span {font-size: 16px;}
  .dc_history_wrap .tit_box .tit_txt,.oga_title {font-size: 40px;}
  .oga_human_in_list {border-radius: 10px; margin: 0 10px;}
  .oga_human_toptxt {font-size: 26px;}
  .oga_human_box {padding-bottom: 100px;}
  .oga_human_box::after {transform: scale(0.6);}
  .direct_map_box {border-radius: 10px;}
  .direct_map_box {height: 400px;}
  .try_icon_img {width: 36px;}
  .try_icon_txt {font-size: 20px;}
  .come_way_txt {font-size: 16px;}
  .come_road_title {font-size: 16px; padding: 5px 15px;}
  .come_road_title_box {margin-top: 30px;}
  .try_icon_box {margin-top: 50px;}
  .top_tab_ul {max-width: 80%;}
  .top_tab_list.on a, .top_tab_list a {font-size: 22px;}
  .small_h2_txt {font-size: 18px;}
  .plane_course_step_img_box {height: 150px;}
  .plane_course_num_txt {font-size: 20px;}
  .plane_course_wrap {padding: 40px 0;}
  .plane_course_step_txt_box::after {top: 32px;}
  .plane_course_step_stxt::after {top: -36px;}
  .plane_course_step_txt_box::before {top: 29px;}
  .plane_course_step_list:nth-child(n+4) {margin-top: 80px;}
  .plane_course_bgimg{display: none;}
  .plane_course_box .st150{margin-top: 100px;}
  .plane_course_footer_box {padding: 60px 0 160px 0;}
  .yb_mtxt {font-size: 24px;}
  .pcf_line_img {max-width: 600px;}
  .yb_ptxt {font-size: 16px;}
  .dcs_img_box {max-width: 200px; height: 120px; border-radius: 10px;}
  .dcs_img_txt {font-size: 20px; padding-top: 10px;}
  .dcs_img_txt span {font-size: 16px;}
  .dcs_circle {display: none;}
  .day_course_step_ul {padding: 0px 0;}
  .day_course_step_ul::after {display: none;}
  .day_course_step_box .day_course_step_list:first-child::after {left: 0px; top: -50px;}
  .st200 {margin-top: 150px;}
  .day_course_step_list {align-items: flex-start; flex-direction: column;}
  .day_course_step_list {margin-bottom: 50px;}
  .day_course_step_ul::before {display: none;}
  .dcs_img_box {max-width:50%; height: 200px;}
  .dcs_none .dcs_img_box{display: none;}
  .dcs_none .dcs_img_txt{padding-top: 0;}
  .day_course_step_ul {padding: 0px;}
  .plane_course_footer_box.st150{margin-top: 60px;}
  .h3_black_txt {font-size: 22px;}
  .p_txt_arrow::after{display: none;}
  .ope_title_box {max-width: 300px; height: 60px;}
  .ope_info_box {padding: 26px 0; margin-left: 20px;}
  .ope_title_txt {font-size: 20px; letter-spacing: 0.5px;}
  .ope_human_img {transform: scale(0.6); right: 50px;}
  .ope_leaf_img {transform: scale(0.6);}
  .top_map_nine_img {max-width: 300px;}
  .big_p_txt {font-size: 18px;}
  .ip_box_half {max-width: 100%;}
  .dmz_apply_wrap form .input_wrap:nth-child(4) .ip_box_half {max-width: 49%;}
}

@media(max-width : 900px) {}

@media(max-width : 800px) {
  .photo_box {height: 280px; margin-top: 80px;}
  .photo_Swiper .swiper-slide a {border-radius: 20px;}
  .photo_txt_box {width: 100%; text-align: center; left: 50%; top: 50%;
    padding: 0 40px; transform: translate(-50%, -60%);}
  .photo_maintxt {word-break: break-all;}
  .photo_maintxt br, .one_line_img,.header_pc_kate_box,.bee_img,.footer_info_icon_img{display: none;}
  .photo_txt_box .photo_maintxt.mar_t15{margin-top: 10px;}
  .dmz_application_box {height: 60px; max-width: 70%; border-radius: 10px;}
  .dmz_application_wrap {margin-top: 40px;}
  .application_mtxt {font-size: 28px;}
  .application_img{display: flex; transform: scale(0.2); transform-origin: left bottom; }
  .step_top {margin-top: 60px;}
  .dmz_s_title {font-size: 16px; letter-spacing: 0px;}
  .dmz_m_title {font-size: 30px; margin-bottom: 10px;}
  .dmz_info_list,.dmz_info_happy_list {height: 100px; margin-bottom: 10px;}
  .dmz_info_in_stxt_box,.dmz_small_stxt {font-size: 16px;}
  .dmz_info_in_mtxt_box,.dmz_small_mtxt {font-size: 26px;}
  .dmz_info_in_blueimg {bottom: -30px; width: 100px;}
  .dmz_info_in_yellowimg {bottom: -20px; width: 110px;}
  .blue_bg:hover .dmz_info_in_blueimg {bottom: -10px;}
  .yellow_bg:hover .dmz_info_in_yellowimg {bottom: -0px;}
  .dmz_info_happy_img {width: 65px;}
  .blue_bg,.yellow_bg,.dmz_info_happy_list,.notice_slide,.nine_bg_img_box {border-radius: 10px;}
  .main_notice_wrap {padding: 50px 0 80px 0;}
  .main_dmz_notice_box {margin-top: 5px;}
  .notice_mtxt {font-size: 22px; margin-bottom: 10px;}
  .main_dmz_notice_box .point_txt{font-size: 14px;}
  .footer_align {flex-direction: column; text-align: center;}
  .footer_info_box {align-items: center;}
  .footer_info_ul {flex-direction: column; align-items: center;}
  .footer_info_list {margin-right: 0px; margin-bottom: 10px;}
  .footer_info_list:last-child {margin-bottom: 0px;}
  .footer_policy_box{margin-top: 30px;}
  .footer_policy_ul {align-items: center;}
  .sub_banner_wrap{height: 180px; margin-top: 80px; box-shadow: 10px 0 20px #0000004f;}
  .sub_banner_stxt {font-size: 20px;}
  .sub_banner_mtxt {font-size: 34px; margin-bottom: 0;}
  .sub_banner_nav{display: none;}
  .h1_txt {font-size: 32px;}
  .course_list {margin-right: 25px;}
  .course_list::after {right: -15px;}
  .course_list:last-child:after {right: -20px;}
  .h2_txt{font-size: 26px;}
  .st90{margin-top: 50px;}
  .what_img_box {height: 200px;}
  .gr_dim{display: block;}
  .greeting_img_box {height: 300px;}
  .greeting_title {font-size: 30px;}
  .dc_history_wrap .tit_box,.history_box {width: 100%;}
  .dc_history_wrap .history_box ul li {flex-direction: column; margin-bottom: 60px;}
  .dc_history_wrap .history_box ul li .hs_tit_box {margin-right: 0px; margin-bottom: 10px;}
  .dc_history_wrap .history_box ul li .hs_cont_box .hs_cont_list {padding: 18px 23px;}
  .dc_history_wrap .history_box ul li .hs_cont_box {margin-left: 34px;}
  .dc_history_wrap .tit_box .tit_txt,.oga_title {font-size: 36px;}
  .dc_history_wrap .tit_box .img_box img {max-width: 300px;}
  .oga_human_in_ul {flex-direction: column;}
  .mono_list,.oga_in_bg02::after,.come_way_txt::after {display: none;}
  .oga_human_in_list {margin: 0px; margin-bottom: 20px; max-width: 100%;}
  .oga_human_in_list:last-child {margin-bottom: 0px;}
  .oga_human_list {margin-bottom: 40px;}
  .oga_human_in_list {height: 80px;}
  .oga_human_mtxt {font-size: 20px;}
  .oga_human_ntxt {font-size: 16px;}
  .oga_in_bg01::after {bottom: -550px; height: 550px;}
  .oga_human_box {padding-bottom: 0;}
  .oga_human_box::after {display: none;}
  .map_info_ul {align-items: flex-start; flex-direction: column;}
  .map_info_list {margin-right: 0px; margin-bottom: 10px;}
  .map_info_list:last-child {margin-bottom: 0px;}
  .h4_txt {font-size: 16px;}
  .come_way_txt {padding-left: 0px;}
  .top_tab_ul {max-width: 100%;}
  .plane_course_step_ul {margin-top: 15px;}
  .plane_course_step_list {width: 48.5%; margin-right: 3%;}
  .plane_course_step_list:nth-child(2n) {margin-right: 0%;}
  .plane_course_step_list:nth-child(3) {margin-right: 3%;}
  .plane_course_step_list:last-child {margin-right: 0%;}
  .plane_course_step_list:nth-child(n+4) {margin-top: auto;}
  .plane_course_step_list:nth-child(n+3) {margin-top: 60px;}
  .plane_course_step_txt_box::after {width: 110%;}
  .plane_course_step_list:nth-child(3n) .plane_course_step_txt_box:after {width: 110%;}
  .plane_course_step_list:nth-child(2n) .plane_course_step_txt_box:after {width: 100%;}
  .plane_course_step_txt_box::before {right: -2%;}
  .plane_course_step_list:nth-child(3n) .plane_course_step_txt_box:before {display: block;}
  .plane_course_step_list:nth-child(2n) .plane_course_step_txt_box:before {display: none;}
  .plane_course_step_stxt {margin-top: 50px;}
  .plane_course_step_txt_box::after {top: 27px;}
  .plane_course_step_stxt::after {top: -30px; border: 2px solid #00BC61;}
  .plane_course_step_txt_box::before {top: 24px;}
  .plane_course_step_mtxt {font-size: 20px; margin-top: 3px;}
  .plane_course_num_txt {font-size: 18px;}
  .plane_course_footer_box {padding: 60px 0 200px 0;}
  .yb_mtxt {font-size: 22px;}
  .pcf_line_img {display: none;}
  .dcs_img_box {max-width:100%;}
  .plane_course_footer_box.st150{margin-top: 50px;}
  .h3_black_txt {font-size: 20px;}
  .ope_title_box {max-width: 100%; height: 60px; border-radius: 10px;}
  .ope_info_box {padding: 10px 0 30px 0; margin-left: 0px; justify-content: center; border-bottom: none;}
  .ope_title_txt {font-size: 20px; letter-spacing: 0.5px; text-align: center;}
  .ope_human_img,.ope_leaf_img {display: none;}
  .ope_list {flex-direction: column;}
  .ope_info_txt {font-size: 16px;}
  .top_map_nine_box {flex-direction: column;}
  .top_map_txt_box {margin-left: 0%;}
  .top_map_txt_box{display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 40px;}
  .igb_ul {align-items: flex-start; flex-direction: column;}
}

@media(max-width : 700px) {}

@media(max-width : 600px) {
  .photo_box {height: 250px; margin-top: 60px;}
  .photo_Swiper .swiper-slide a {border-radius: 10px;}
  .photo_txt_box .photo_maintxt {font-size: 32px;}
  .photo_txt_box {padding: 0 30px;}
  .photo_txt_box .photo_maintxt.mar_t15{margin-top: 5px;}
  .main_bn_next {width: 40px; height: 40px; transform: translateX(20px);}
  .main_bn_prev {width: 40px; height: 40px; transform: translateX(-20px);}
  .left_arrow_mb {transform: scale(0.7) translateX(-3px);}
  .right_arrow_mb{transform: scale(0.7) translateX(3px);}
  .dmz_application_box {height: 50px; max-width: 100%;}
  .dmz_application_wrap {margin-top: 30px;}
  .application_mtxt {font-size: 22px;}
  .header_box_mo {height: 60px !important;}
  .header_logo_box{transform: scale(0.8); transform-origin: left;}
  .s_mono,.dmz_m_title::after,.course_list:last-child:after,.page_save_ul,.h1_txt::after{display: none;}
  .dmz_m_title {font-size: 26px;}
  .step_top {margin-top: 50px;}
  .dmz_info_list, .dmz_info_happy_list {height: 90px;}
  .dmz_info_in_mtxt_box, .dmz_small_mtxt {font-size: 22px;}
  .dmz_info_list a {padding: 0 30px 0 20px;}
  .dmz_info_in_blueimg {bottom: -10px; width: 80px;}
  .dmz_info_in_yellowimg {bottom: -10px; width: 90px;}
  .blue_bg:hover .dmz_info_in_blueimg {bottom: -0px;}
  .yellow_bg:hover .dmz_info_in_yellowimg {bottom: -0px;}
  .dmz_info_happy_img {width: 55px;}
  .main_dmz_notice_box {margin-top: 0px;}
  .sub_banner_wrap{margin-top: 60px;}
  .sub_banner_stxt {font-size: 18px;}
  .sub_banner_mtxt {font-size: 30px;}
  .course_ul {margin-top: 10px; flex-wrap: wrap;}
  .h1_txt {font-size: 28px;}
  .course_txt {line-height: 25px;}
  .h2_txt{font-size: 24px;}
  .st90{margin-top: 40px;}
  .h3_txt {font-size: 18px;}
  .what_img_box {height: 170px;}
  .greeting_img_box {height: 250px;}
  .greeting_title {font-size: 26px;}
  .dc_history_wrap .tit_box .tit_txt,.oga_title {font-size: 32px;}
  .direct_map_box {height: 300px;}
  .top_tab_list.on a, .top_tab_list a {font-size: 20px;}
  .plane_course_step_list {width: 100%; margin-right: 0%; margin-bottom: 70px;}
  .plane_course_step_list:last-child {margin-bottom: 0px;}
  .plane_course_step_img_box {height: 200px;}
  .plane_course_step_list:nth-child(n+3) {margin-top: 0px; margin-right: 0;}
  .plane_course_step_txt_box::before {width: 14px; height: 14px; border-top: 4px solid #00BC61;
    border-right: 4px solid #00BC61; top: 124px; right: 50%; transform: rotate(135deg) translateX(-50%);}
  .plane_course_step_list:nth-child(2n) .plane_course_step_txt_box:before {display: block;}
  .plane_course_step_list:last-child .plane_course_step_txt_box:before {display: none;}
  .plane_course_num_txt {font-size: 16px;}
  .st_brno br{display: block;}
  .plane_course_footer_box.st150{margin-top: 40px;}
  .dcs_img_txt {font-size: 18px;}
  .h3_black_txt {font-size: 18px;}
  .header_box_mo .header_menu_box {top: 60px;}
}

@media(max-width : 500px) {
  .top_tab_list.on a, .top_tab_list a {font-size: 18px; padding: 10px; text-align: center;}
  .top_tab_list.on, .top_tab_list {width: 50%;}
}

@media(max-width : 400px) {
  .photo_txt_box .photo_maintxt {font-size: 28px;}
  .application_img,.dih_img_box::after{display: none;}
  .dmz_info_in_blueimg {bottom: 0px; right:20px; width: 60px;}
  .dmz_info_in_yellowimg {bottom: 0px; right:20px; width: 70px;}
  .dmz_info_happy_img {width: 45px;}
  .h1_txt {font-size: 26px;}
  .h2_txt{font-size: 22px;}
  .st90{margin-top: 30px;}
  .greeting_title {font-size: 24px;}
  .plane_course_footer_box.st150{margin-top: 30px;}
}

@media(max-width : 370px) {
  .photo_txt_box .photo_maintxt {font-size: 28px;}
  .application_img,.dih_img_box::after,.dmz_info_in_blueimg,.dmz_info_in_yellowimg{display: none;}
}