@charset "utf-8";

/* margin, padding */
.mgt0 {
  margin-top: 0 !important;
}
.mgt5 {
  margin-top: 5px !important;
}
.mgt8 {
  margin-top: 8px !important;
}
.mgt10 {
  margin-top: 10px !important;
}
.mgt15 {
  margin-top: 15px !important;
}
.mgt16 {
  margin-top: 16px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt24 {
  margin-top: 24px !important;
}
.mgt25 {
  margin-top: 25px !important;
}
.mgt30 {
  margin-top: 30px !important;
}
.mgt35 {
  margin-top: 35px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt45 {
  margin-top: 45px !important;
}
.mgt50 {
  margin-top: 50px !important;
}

.mgt_10 {
  margin-top: -10px !important;
}
.mgt_20 {
  margin-top: -20px !important;
}
.mgt_30 {
  margin-top: -30px !important;
}
.mgt_40 {
  margin-top: -40px !important;
}
.mgt_50 {
  margin-top: -50px !important;
}
.mgl_0{
  margin-left: 0px !important;
}
.mgb_16{
  margin-bottom: 16px !important;
}

.br_pc {
  display: block;
}
.br_t,
.br_m {
  display: none;
}

.pg_0{
  padding: 0 !important;
}
@media screen and (max-width: 1279px) {
  .br_pc {
    display: none;
  }
  .br_t {
    display: block;
  }
}
@media screen and (max-width: 795px) {
  .br_t {
    display: none;
  }
  .br_m {
    display: block;
  }
}

/* txt color */
.txt_col_blue{
  color: #0C5155;
}
.txt_col_red{
  color: #F00;
}
/* txt color */
.mgl_10{
  margin-left: 10px !important;
}
.text_start{
  text-align: start !important;
}
.text_underline{
  text-decoration: underline;
}


/* 공통 */
.sub_visual {
  position: relative;
}

.sub_visual .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub_visual .bg_pc {
  display: block;
}

.sub_visual .bg_t,
.sub_visual .bg_m {
  display: none;
}

.sub_visual .visual_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 227px;
  color: #fff;
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}

.sub_content_wrap .inner_center {
  display: flex;
  padding: 40px 10px 100px;
}

#lnb {
  flex: none;
  width: 300px;
}

#lnb .lnb_title_area {
  width: 100%;
  height: 120px;
  background-image: url(../images/sub/250418_img_snb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 10px;
  background-blend-mode: multiply, normal;
  box-shadow: 0px 3px 6px 0px rgba(35, 65, 27, 0.16);
  
  display: flex;
  padding: 40px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 20px;
}
#lnb .lnb_title_area .lnb_title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "GmarketSans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.84px;
}
#lnb .lnb_title_area .lnb_title::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -13px;
  left: 5px;
}
#lnb .lnb_list {
  display: block;
  padding: 4px 20px 24px 20px;

  border-radius: 10px;
  border: 1px solid #D8D8D8;
  background: #FFF;
}

#lnb .lnb_list > li + li {
  margin-top: 0px;
}

#lnb .lnb_list > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 17px 55px 17px 23px;
  border-bottom: 1px dashed #8E8E8E;
  border-radius: 0px;
  background: #fff;
  color: #1D1D1D;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.9px;
}

#lnb .lnb_list > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico_20_arrow_right_white.svg),
    url(../images/ico_20_arrow_right_gray.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center -9999px, center center;
  background-size: 14px;
  transform: translateY(-50%);

  border-radius: 4px;
  background-color: #F1F1F1;
  /* box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16); */
}
/* #lnb .lnb_list > li > a[target="_blank"]::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background: url(http://localhost:8080/static/css/../images/sub/250418_icon_link.svg) no-repeat center / contain;
  box-shadow: unset;
} */

#lnb .lnb_list > li > a:hover {
  /* background-color: #f8f8f8;
  text-decoration: underline;
  text-underline-offset: 5px; */
  color: #006743;
}
#lnb .lnb_list > li > a:hover::before {
  /* box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16); */
}
#lnb .lnb_list > li > a.link::before {
  content: unset;
}

#lnb .lnb_list > li > a.active {
  color: #00452D;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.9px;
  border-bottom: 2px solid #00452D;
}
#lnb .lnb_list > li > a.active::before {
  background-position: center center, center -9999px;
  border-radius: 4px;
  background-color: #F06E00;
  /* box-shadow: 2px 2px 4px 0px rgba(113, 113, 113, 0.30); */
}
#lnb .lnb_list > li > a .lnb_link {
  width: 19px;
  height: 19px;
  margin-left: 3px;
  background-image: url(../images/250516_lnb_link_ico.svg);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: 12px;
}

.sub_content {
  flex: 1;
  margin-left: 80px;
}

.sub_headbar {
  display: none;
}

.sub_con_head {
  padding-bottom: 16px;
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
}

.sub_con_head .title {
  color: #1d1d1d;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  width: 100%;
}

.sub_con_head .share {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: url(../images/sub/250421_share_icon.svg);
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100px;
  border: 1px solid #E4E4E4;
  background-color: #FFF;
  /* box-shadow: 0px 4px 8px 0px rgba(35, 65, 27, 0.10); */
}

.sub_con_head .print {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url(../images/sub/250421_print_icon.svg);
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100px;
  border: 1px solid #E4E4E4;
  background-color: #FFF;
  /* box-shadow: 0px 4px 8px 0px rgba(35, 65, 27, 0.10); */
}

.sub_con_head .location {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.sub_con_head .location > li + li {
  padding-left: 18px;
  margin-left: 6px;
  background: url("../images/ico_12_arrow_right_gray.svg") no-repeat 0 center;
  background-size: auto 12px;
}

.sub_con_head .location > li .ico_home {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/ico_20_home_gray.svg") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

.sub_con_head .location > li > a,
.sub_con_head .location > li > em,
.sub_con_head .location > li > span {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.sub_cont {
  min-height: 618px;
  margin-top: 40px;
}

.sub_cont > *:first-child {
  margin-top: 0;
}

/* 내용 */
/* 내용 */
/* 내용 */

/* 서브탭 */
.sub_tabbox > ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}
.sub_tabbox > ul > li {
  flex: 0 1 calc(100% / 4 + 1px);
  margin: 0 0 -1px -1px;
  border: 1px solid #d8d8d8;
}
.sub_tabbox > ul > li:nth-child(-n + 4) {
  border-top: none;
}
.sub_tabbox.__02 > ul > li {
  flex: 0 1 calc(100% / 2 + 1px);
}
.sub_tabbox.__02 > ul > li:last-child{
  border: none;
}
.sub_tabbox.__03 > ul > li {
  flex: 0 1 calc(100% / 3 + 1px);
}
.sub_tabbox.__03 > ul > li:last-child{
  border: none;
}
.sub_tabbox > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}
.sub_tabbox > ul > li > a:focus,
.sub_tabbox > ul > li > a:hover {
  background-color: #f8f8f8;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sub_tabbox > ul > li.active {
  border-right-color: #172d9d;
  z-index: 1;
}
.sub_tabbox > ul > li.active > a {
  background-color: #172d9d;
  color: #fff;
  font-weight: 700;
}

.js_tabcont {
  display: none;
}
.js_tabcont.active {
  display: block;
}

/* table */
.mobile_scroll {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}
.mobile_minwidth .txt_ex_scroll {
  display: none;
}

.subtit_l_con .mobile_scroll {
  margin: 0 0 24px -40px;
}

/* 세로형 */
.table_data {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #006743;
}
.table_data thead th {
  padding: 12px 16px;
  border-bottom: 1px solid #d8d8d8;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.table_data tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #d8d8d8;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.table_data tbody td.align_left {
  text-align: left;
}
.table_data.table_border tbody td {
  border-right: 1px solid #d8d8d8;
}
.table_data.table_border tbody td:last-child {
  border-right: none;
}
/* 가로형 */
.table_data_row {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #006743;
}
.table_data_row th {
  padding: 12px;
  border-bottom: 1px solid #d8d8d8;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
.table_data_row td {
  padding: 12px 16px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

/* contents */
.contents {
  min-height: 590px;
  margin: 40px 0 90px;
}
.contents > *:first-child,
.contents > .inner_center:first-child > *:first-child {
  margin-top: 0 !important;
}

.subnotice_box {
  margin: 40px 0;
  padding: 30px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}
.subnotice_box .text_dot {
  position: relative;
  padding-left: 10px;
}
.subnotice_box .text_dot::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #919191;
}
.subnotice_box .tit {
  display: flex;
  gap: 6px;
}
.subnotice_box .tit .subnotice_icon {
  width: 30px;
  height: 27px;
  aspect-ratio: 10/9;
  background-image: url(../images/sub/250421_icon_안내사항.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.subnotice_box .left_top{
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 40px 0px 0px 0px;
  border-top: 3px solid #F06E00;
  border-left: 3px solid #F06E00;
  top: 0;
  left: 0;
}

.subtit_l {
  display: block;
  margin-top: 40px;
  padding-left: 35px;
  background: url(../images/sub/250421_welldying_small_logo.svg) no-repeat 0 0;
  background-size: 29px;
  color: #1D1D1D;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}
.subtit_l.no_bg {
  padding-left: 0px;
  background: none;
}
.subtit_l_con {
  padding: 2px 0 30px 30px;
}
.subtit_m {
  display: block;
  position: relative;
  margin-top: 14px;
  padding-left: 11px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.subtit_m::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #006743;
}
.subtit_m.no_bg{
  padding-left: 0;
  margin-top: 40px;
}
.subtit_m.no_bg::before {
  display: none;
}
.subtit_m_con {
  padding: 0 0 0 11px;
}
.subtit_s {
  display: block;
  position: relative;
  margin-top: 8px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.subtit_s::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #555;
}
.subtit_s.in_num {
  padding-left: 16px;
}
.subtit_s.in_num::before {
  display: none;
}
.subtit_s.in_num .num {
  position: absolute;
  top: 0;
  left: 0;
}
.subtit_s_con {
  padding: 0 0 0 12px;
}
.subtit_non{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.subnoti_red {
  margin-top: 8px;
  color: #ff0000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.btn_bd_blue {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 7px 15px;
  border: 1px solid #172d9d;
  border-radius: 4px;
  background-color: #f6f7ff;
  color: #172d9d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.btn_bd_blue[target="_blank"]::after {
  content: "";
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../images/ico_16_blank_blue.svg) no-repeat center/contain;
}
.btn_bd_blue:focus,
.btn_bd_blue:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 1279px) {
  .br_t {
    display: block;
  }
  .br_pc,
  .br_m {
    display: none;
  }
  /* 공통 */
  .sub_visual .bg_pc {
    display: none;
  }

  .sub_visual .bg_t {
    display: block;
  }

  .sub_visual .bg_m {
    display: none;
  }

  .sub_visual .visual_title {
    height: 168px;
  }

  .sub_content_wrap .inner_center {
    padding: 20px 35px 80px;
  }

  #lnb {
    display: none;
  }

  .sub_content {
    width: 100%;
    margin: 0;
  }

  .sub_headbar {
    display: flex;
    position: relative;
    z-index: 10;
  }

  .sub_headbar .sub_depth_box {
    flex: 1;
    position: relative;
  }

  /* .sub_headbar .sub_depth_box > a {
    display: block;
    position: relative;
    padding: 18px 56px 19px 24px;
    border-radius: 10px;
    background: linear-gradient(0deg, #172d9d, #172d9d),
      linear-gradient(
        114.94deg,
        #3c78ee -10.69%,
        #244cb8 45.74%,
        #0d2185 99.97%
      );
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    z-index: 1;
  } */
  .sub_headbar .sub_depth_box > a {
    display: block;
    position: relative;
    padding: 18px 56px 19px 24px;
    border-radius: 10px;
    background: url(../images/sub/250418_img_snb.png);
    background-size: 229% 250%;
    background-repeat: no-repeat;
    background-position: 79% 0%;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    z-index: 1;
  }

  .sub_headbar .sub_depth_box > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../images/sub/ico_depth_select_arrow.svg") no-repeat center
      center;
    background-size: contain;
  }

  /* .sub_headbar .sub_depth_box > .sub_depth {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -9px;
    padding: 8px 0 0 0;
    border: 1px solid #172d9d;
    border-radius: 0 0 8px 8px;
    background: #fff;
    overflow: hidden;
  }

  .sub_headbar .sub_depth_box > .sub_depth > li + li {
    border-top: 1px solid #172d9d;
  } */

  .sub_headbar .sub_depth_box > .sub_depth {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -9px;
    padding: 8px 0 0 0;
    border: 1px solid #006743;
    border-radius: 0 0 8px 8px;
    background: #fff;
    overflow: hidden;
  }

  .sub_headbar .sub_depth_box > .sub_depth > li + li {
    border-top: 1px solid #006743;
  }

  .sub_headbar .sub_depth_box > .sub_depth > li > a {
    display: block;
    padding: 15px 23px;
    color: #444;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    word-break: break-all;
  }

  .sub_headbar .sub_depth_box > a.active:after {
    transform: rotate(180deg);
  }

  .sub_headbar .sub_depth_box > a.active + .sub_depth {
    display: block;
  }

  .sub_con_head {
    margin-top: 20px;
    padding-bottom: 16px;
  }

  .sub_con_head .title {
    width: 100%;
  }

  .sub_cont {
    min-height: 655px;
  }

  /* 내용 */
  /* 내용 */
  /* 내용 */

  /* 서브탭 */
  .sub_tabbox > ul > li {
    flex: 0 1 calc(100% / 3 + 1px);
  }
  .sub_tabbox > ul > li:nth-child(-n + 3) {
    border-top: none;
  }
  .sub_tabbox > ul > li:nth-child(4) {
    border-top: 1px solid #d8d8d8;
  }
  .sub_tabbox > ul > li > a:focus,
  .sub_tabbox > ul > li > a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .br_m {
    display: block;
  }
  .br_pc,
  .br_t {
    display: none;
  }

  /* 공통 */
  .sub_visual .bg_pc {
    display: none;
  }

  .sub_visual .bg_t {
    display: none;
  }

  .sub_visual .bg_m {
    display: block;
  }

  .sub_visual .visual_title {
    height: 109px;
    font-size: 24px;
    line-height: 29px;
  }

  .sub_content_wrap .inner_center {
    padding: 16px 16px 60px;
  }

  .sub_con_head {
    margin-top: 16px;
  }

  .sub_con_head .title {
    font-size: 24px;
    line-height: 29px;
  }

  .sub_cont {
    min-height: 466px;
    margin-top: 24px;
  }

  /* 내용 */
  /* 내용 */
  /* 내용 */

  /* 서브탭 */
  .sub_tabbox {
    position: relative;
    height: 52px;
  }
  .sub_tabbox > ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-height: 52px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0s cubic-bezier(0, 1, 0, 1);
  }
  .sub_tabbox > ul.open {
    max-height: 600px;
    z-index: 11;
    transition: max-height 0s ease-in-out;
  }
  .sub_tabbox > ul > li,
  .sub_tabbox.__02 > ul > li,
  .sub_tabbox.__03 > ul > li {
    flex: none;
    order: 2;
    position: relative;
    width: 100% !important;
    margin: 0;
    border: none;
    border-top: 1px solid #d8d8d8 !important;
    background-color: #fff;
    overflow: hidden;
  }
  .sub_tabbox > ul > li > a {
    justify-content: flex-start;
    height: auto;
    min-height: 51px;
    padding: 15px;
    background: #fff;
    line-height: 20px;
    text-align: left;
  }
  .sub_tabbox > ul > li.active {
    order: 1;
    border-top: none !important;
  }
  .sub_tabbox > ul > li.active > a {
    padding-right: 45px;
    background: #fff;
    color: #1d1d1d;
    font-weight: 500;
  }
  .sub_tabbox > ul > li.active > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/ico_20_arrow_down_black.svg) no-repeat
      center/contain;
  }
  .sub_tabbox > ul.open > li.active > a:before {
    transform: rotate(180deg);
  }

  /* table */
  .subtit_l_con .mobile_scroll {
    margin: 0 0 24px -20px;
  }
  .mobile_minwidth {
    min-width: 739px; /* 767px - 28px */
  }
  .mobile_minwidth .txt_ex_scroll {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sub/bg_ex_scroll.svg) no-repeat center 45px;
    background-size: 70px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 5;
  }

  /* 세로형 */
  .table_data {
    margin-top: 16px;
  }

  /* 가로형 */
  .table_data_row {
    margin-top: 16px;
  }

  /* contents */
  .subnotice_box {
    margin: 24px 0;
    padding: 20px 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .subtit_l {
    margin-top: 24px;
    padding: 0 0 0 35px;
    background-position: 0 -2px;
    font-size: 16px;
    line-height: 26px;
  }
  .subtit_l_con {
    padding: 0 0 0 20px;
  }
  .subtit_m {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .subtit_m::before {
    top: 9px;
  }
  .subtit_m_con {
    padding: 0;
  }
  .subtit_s {
    margin-top: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 21px;
  }
  .subtit_s::before {
    top: 9px;
  }
  .subtit_s.in_num {
    padding-left: 12px;
  }
  .subtit_s.in_num .num {
    position: static;
  }
  .subtit_s_con {
    padding: 0 0 10px 12px;
  }

  .subnoti_red {
    margin-top: 6px;
    font-size: 14px;
    line-height: 21px;
  }

  .btn_bd_blue {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }
}
/* 준비중 */
.preparing {
  width: 100%;
  min-height: 618px;
  /* background-color: #F4F9FF; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/sub/250509_img_no\ data_pc.png);
  background-size: cover;
  background-position: center;
}
.preparing-wrap {
  display: inline-flex;
  flex-direction: column;
  max-width: 391px;
}
.preparing-wrap .imgBox {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.preparing-wrap .imgBox .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/sub/250421_ico_preparing.svg);
}
.preparing-wrap .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-top: 20px;
}
.preparing-wrap .tit > span {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #41AC48;
}
.preparing-wrap .cont {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-top: 16px;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .preparing {
      min-height: 650px;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .preparing {
      min-height: 450px;
  }
}

.txt_col_main{
  color: #172D9D;
}
.txt_col_b tbody td{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
  padding: 14px 16px;
}


/* greeting */
.greeting{
  padding: 24px 30px 0px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 16px;
  background-image: url(../images/sub/contents/bg_greeting_pc.png);
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
  border: 3px solid #EEF0FF;
}
.pre_intro{
  width: 500px;
}
.pre_intro > h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 44px; /* 157.143% */
  margin-bottom: 12px;
}
.pre_intro .bar{
  display: block;
  width: 100%;
  height: 2px;
  background:  #DEE4FF;
  position: relative;
}
.pre_intro .bar::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 2px;
  background:  #172D9D;
}
.pre_intro > h2 > em{
  font-weight: 700;
}
.pre_intro > p{
  margin-top: 16px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.8px;
  padding-right: 32px;
}
.pre_intro > p > em{
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1px;
}
.greeting .pre_sub_img{
  width: 350px;
  height: 320px;
  background-image: url(../images/sub/contents/greeting.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.greeting_info{
  margin-top: 40px;
}
.greeting_info > p{
color: #1D1D1D;
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: -0.8px;
}
.greeting_info > p > em{
  font-weight: 700;
}
.greeting_bottom{
  display: flex;
  align-items: end;
  justify-content: right;
}
.greeting_bottom > h2{
color: #1D1D1D;
font-size: 20px;
font-weight: 500;
line-height: 150%;
letter-spacing: -1px;
}
.greeting_bottom > h2 > em{
  font-weight: 700;
}
.greeting_bottom .img{
  width: 90px;
  height: 43px;
  background-image: url(../images/sub/contents/img_get.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .greeting{
    padding: 20px 40px 0px 50px;
    gap: 10px;
    background-image: url(../images/sub/contents/bg_greeting_t.png);
  }
  .pre_intro .bar{
    width: 300px;
  }
  .pre_intro .bar::before{
    width: 100px;
  }
  .pre_intro > h2{
    font-size: 20px;
    line-height: 32px;
  }
  .greeting_info{
    margin-top: 32px;
  }
  .pre_intro > p,
  .pre_intro > p > em,
  .greeting_info > p{
    font-size: 14px;
  }
  .pre_intro > p{
    line-height: 26px;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .greeting{
    padding: 32px 32px 0px 32px;
    flex-wrap: wrap;
    background-image: url(../images/sub/contents/bg_greeting_m.png);
  }
  .pre_intro > h2{
    font-size: 18px;
    line-height: 24px;
  }
}
/* greeting */

/* business + historical */
.form_list.business,
.form_list.historical{
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
.form_list.business > li{
  border: solid 1px #D8D8D8;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 32px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.form_list.business > li::after{
  content: '';
  position: absolute;
  width: 42px; height: 40px;
  top: 0; left: 0;
  background-color: #172D9D;
  border-radius: 0px 0 10px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.form_list.business > li:nth-child(1)::after {
  content: '01';
}
.form_list.business > li:nth-child(2)::after {
  content: '02';
}
.form_list.business > li:nth-child(3)::after {
  content: '03';
}
.form_list.business > li:nth-child(4)::after {
  content: '04';
}
.form_list.business > li:nth-child(5)::after {
  content: '05';
}
.form_list.business > li > .form_imgbox{
  border-right: dashed 1px #D8D8D8;
  min-width: 70px;
  height: 70px;
  padding: 12px;
}
.form_list.business > li > .form_imgbox > .img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form_list.business > li:nth-child(1) > .form_imgbox > .img{
  background-image: url(../images/sub/contents/ico_business_01.svg);
}
.form_list.business > li:nth-child(2) > .form_imgbox > .img{
  background-image: url(../images/sub/contents/ico_business_02.svg);
}
.form_list.business > li:nth-child(3) > .form_imgbox > .img{
  background-image: url(../images/sub/contents/ico_business_03.svg);
}
.form_list.business > li:nth-child(4) > .form_imgbox > .img{
  background-image: url(../images/sub/contents/ico_business_04.svg);
}
.form_list.business > li:nth-child(5) > .form_imgbox > .img{
  background-image: url(../images/sub/contents/ico_business_05.svg);
}
.form_list.business > li > .form_txtbox{
  color: #1D1D1D;
  font-weight: 500;
  line-height: 150%;
}
.business_br_pc{
  display: block;
}
.business_br_m{
  display: none;
}
@media screen and (max-width: 1380px) {
  .business_br_pc{
    display: none;
  }
}
/* tablet */
@media screen and (max-width: 1279px) {
  .form_list.business{
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .form_list.business > li{
    padding: 16px 24px;
    gap: 16px;
  }
  .form_list.business > li > .form_imgbox{
    padding: 16px;
  }
  .form_list.business > li::after{
    width: 38px;
    height: 37px;
  }
  .form_list.business > li::after{
    font-size: 14px;
  }
}
/* mobile */
@media screen and (max-width: 370px) {
  .business_br_m{
    display: block;
  }
}
/* business + historical */

/* CI */
.logo_Box{
  border: solid 1px #E8E8E8;
  margin-top: 16px;
  width: 100%;
  height: 262px;
  border-radius:  16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/sub/contents/bg_ci.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.logo_Box .img{
  width: 411px;
  height: 112px;
  background-image: url(../images/sub/contents/ico_ci.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contVieW > .btn-group {
	margin-top: 32px;
}
.contVieW > .btn-group > .btn-group-inr{
	text-align: center;
}
.contVieW > .btn-group > .btn-group-inr > .btn.btn_down{
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	line-height: 150%;
	width: 220px;
	padding: 10px 16px;
	border-radius: 8px;
	background-color: #172D9D;
	color: #fff;
	text-align: center;
}
.contVieW > .btn-group > .btn-group-inr > .btn.btn_down:hover,
.contVieW > .btn-group > .btn-group-inr > .btn.btn_down:focus-visible{
	text-decoration: underline;
}
.contVieW > .btn-group > .btn-group-inr > .btn.btn_down span{
  padding-right: 24px;
  position: relative;
}
.contVieW > .btn-group > .btn-group-inr > .btn.btn_down > span::before{
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  right: 0;
  top: 50%; transform: translateY(-50%);
  background-image: url(../images/sub/contents/ico_btn_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .logo_Box{
    height: 147px;
  }
  .logo_Box .img{
    width: 211px;
    height: 57px;
  }
  .contVieW > .btn-group{
    margin-top: 24px;
  }
}
/* CI */

/* Map */
.contVieW .map_Box{
  border-radius: 16px;
  overflow: hidden;
}
.contVieW .map_Box .img{
  width: 100%;
  /* padding-bottom: 39.22%;  */
  height: 400px;
  position: relative;
}
.contVieW .map_Box .img > .kakao_map{
  width: 100% ;
  height: 100% ;
  position: absolute;
  top: 0; left: 0;
}
.contVieW .map_Box .img .kakao_map._pc{
  display: block;
}
.contVieW .map_Box .img .kakao_map._m{
  display: none;
}
@media screen and (max-width: 767px){
  .contVieW .map_Box .img .kakao_map._pc{
    display: none;
  }

  .contVieW .map_Box .img .kakao_map._m{
    display: block;
  }

}
.contVieW .map_Box .txt_Box{
  display: flex;
  background: #172D9D;
  padding: 28px 30px;
  color: #fff;
  background-image: url(../images/sub/contents/bg_map_logo.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.contVieW .map_Box .txt_Box > p{
font-size: 18px;
font-weight: 500;
letter-spacing: -0.9px;
}
.contVieW .map_Box .txt_Box > p + p{
  margin-left: 20px;
}
.contVieW .map_Box .txt_Box > p:first-child{
  position: relative;
  padding-left: 24px;
}
.contVieW .map_Box .txt_Box > p:first-child::after{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%; transform: translateY(-50%);
  left: 0;
  background-image: url(../images/sub/contents/ico_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contVieW .map_Box .txt_Box > p:last-child{
  position: relative;
}
.contVieW .map_Box .txt_Box > p:last-child::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.50);
  left: -10px;
  top: 50%; transform: translateY(-50%);
}
/* mobile */
@media screen and (max-width: 767px) {
  .contVieW .map_Box .txt_Box{
    padding: 20px 16px;
    background-image: none;
  }
  .contVieW .map_Box .txt_Box > p{
    font-size: 14px;
    }
  .contVieW .map_Box .txt_Box > p:first-child{
    border: solid 1px black;
    display: none;
  }
  .contVieW .map_Box .txt_Box > p:last-child{
    margin-left: 0px;
  }
  .contVieW .map_Box .txt_Box > p:last-child::after{
    display: none;
  }
}
/* Map */

/* Sub Con AccoList */
.sub_con_accoList > li + li{
  margin-top: 16px;
}
.sub_con_accoList > li > .sub_con_accoItem > dt > button{
  border: solid 1px #D8D8D8;
  background: #F3F5FF;
  color: #172D9D;
  width: 100%;
  text-align: left;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.9px;
  border-radius: 10px;
  position: relative;
}
.sub_con_accoList > li > .sub_con_accoItem > dt > button::before{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%; transform: translateY(-50%);
  right: 24px;
  background-image: url(../images/sub/contents/ico_acco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_con_accoList > li > .sub_con_accoItem.sub__open > dt > button::before{
  background-image: url(../images/sub/contents/ico_acco_white.svg);
}
.sub_con_accoList > li > .sub_con_accoItem.sub__open > dt > button{
  border-radius: 10px 10px 0px 0px;
  background: #172D9D;
  border: solid 1px #172D9D;
  color: #fff;
}
.sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a{
  width: 100%;
  border: solid 1px #D8D8D8;
  border-radius: 0px 0px 10px 10px;
  padding: 24px;
}
.sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a .subtit_l{
  margin-top: 0;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .sub_con_accoList > li > .sub_con_accoItem > dd{
    height: auto !important;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a{
    height: 400px;
    overflow: auto;
    position: relative;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox {
    position: relative;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox > * {
    overflow: auto;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scrollCont::-webkit-scrollbar {
    display: none;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll {
    position: absolute;
    top: 14px; right: 14px;
    width: 4px;
    height: calc(100% - 28px);
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll::-webkit-scrollbar {
    width: 2px;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll::-webkit-scrollbar-thumb {
    background-color: #1C1C1C;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll::-webkit-scrollbar-track {
    background-color: #D4D4D4;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll {
    width: calc(100% - 28px);
    padding: 10px;
    margin: 0;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a{
    padding: 16px;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll {
    top: 20px; right: 16px;
  }
  .sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a.sub_scrollbox .scroll {
    padding: 0px 10px 10px 0px;
  }
}

/* historical */
.form_list.historical > li{
  border: solid 1px #E4E4E4;
  background: #F9F9F9;
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
}
.form_list.historical > li > .form_imgbox{
  width: 120px;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #E4E4E4;
  background-image: url(../images/sub/contents/bg_historical.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px;
  overflow: hidden;
}
.form_list.historical > li > .form_imgbox > .img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.form_list.historical.__05 > li:nth-child(5) > .form_imgbox > .img{
  background-image: url(../images/sub/contents/img_historical.png);
}
.form_list.historical > li > .form_txtbox{
  width: calc(100% - 144px);
}
.form_list.historical > li > .form_txtbox > .tit{
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 10px;
  color: #172D9D;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}
.form_list.historical > li > .form_txtbox > .term{
  margin-top: 16px;
}
.form_list.historical > li > .form_txtbox > .term > div + div{
  margin-top: 6px;
}
.form_list.historical > li > .form_txtbox > .term > div > span{
  color: #1D1D1D;
font-size: 16px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.8px;
}
.form_list.historical > li > .form_txtbox > .term > div > span:first-child{
  width: 56px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  font-weight: 600;
}
.form_list.historical > li > .form_txtbox > .term > div > span:first-child::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 8px;
  top: 50%; transform: translateY(-50%);
  right: -8px;
  background: #C6C6C6;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .form_list.historical{
    grid-template-columns: 1fr;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .form_list.historical > li{
    padding: 16px;
    gap: 16px;
  }
  .form_list.historical > li > .form_txtbox > .tit{
    margin-bottom: 8px;
    font-size: 16px;
  }
  .form_list.historical > li > .form_txtbox > .term{
    margin-top: 10px;
  }
  .form_list.historical > li > .form_txtbox > .term > div > span:first-child{
    margin-right: 12px;
  }
  .form_list.historical > li > .form_txtbox > .term > div > span:first-child::before{
    right: -6px;
  }
  .form_list.historical > li > .form_txtbox > .term > div > span{
    font-size: 14px ;
  }
}
/* historical */

/* 학회연혁 */
.board_r{
  border-right: 1px solid #d8d8d8;
}
/* 학회연혁 */

/* Button */
.btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.btn-box .btn {
  width: 96px;
  height: 32px;
  border-radius: 4px;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.7px;
}
.btn-box .btn-log {
  border: 1px solid #172D9D;
  background: #FFF;
  color: #172D9D;
}
.btn-box .btn-pw {
  border: 1px solid #172D9D;
  background: #172D9D;
  color: #fff;
}
.btn-box .btn:hover,
.btn-box .btn:focus-visible{
  text-decoration: underline;
}
/* Button */

/* Login */
.login_Box{
  padding: 50px 40px 60px 40px;
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #F4F9FF;
}
.login_Box > p{
  color: #1D1D1D;
  text-align: center;
}
.login_Box > .tit{
font-size: 32px;
font-weight: 700;
}
.login_Box > .cont{
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.Login_user {
  width: 420px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.Login_user .Login_tbl {
  width: 374px;
  margin-right: 12px;
}
.Login_user .Login_tbl tr {
  text-align: left;
}
.Login_user .Login_tbl tr + tr input,
.Login_user .Login_tbl tr + tr span{
  margin-top: 10px;
}
.Login_user .Login_tbl .login_name,
.Login_user .Login_tbl .login_email,
.Login_user .Login_tbl .login_id,
.Login_user .Login_tbl .login_pw{
  font-size: 14px;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #C6C6C6;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 16px;
}
.Login_user .Login_tbl .login_id,
.Login_user .Login_tbl .login_pw{
  padding-left: 38px;
  background: #FFF url(../images/sub/board/ico_login.svg) no-repeat left 16px center;
  background-size: 20px;
}
.Login_user .Login_tbl .login_id.__not_ico{
  padding-left: 16px;
  background: #fff;
}
.Login_user .Login_tbl .login_pw{
  background: #FFF url(../images/sub/board/ico_pw.svg) no-repeat left 16px center;
}
.Login_user .Login_tbl tr > .email{
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: auto;
  background: none;
  padding: 0;
}
.Login_user .Login_tbl tr > .email > span{
font-size: 14px;
font-weight: 400;
}
.Login_user .Login_tbl tr > .email > .login_email,
.Login_user .Login_tbl tr > .email  .selectbox button{
  width:  174px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #C6C6C6;
}
.select{
  height: 48px;
}
.input_group {
  margin-top: 16px;
  order: 2;
}
.chkRememberMe {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #C6C6C6;
  background: #FFF;
}
.chkRememberMe_txt{
  vertical-align: middle;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.Login_btn,
.capstone_btn {
  display: flex;
  width: 114px;
  height: 106px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(165deg, #3C78EE -4.69%, #244CB8 47.22%, #0D2185 97.11%), #172D9D;
  font-size: 18px;
  font-weight: 600;
}
/* .capstone_btn {
  display: flex;
  width: 114px;
  height: 48px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(165deg, #3C78EE -4.69%, #244CB8 47.22%, #0D2185 97.11%), #172D9D;
  font-size: 18px;
  font-weight: 600;
} */

.Login_opt{
  width: 500px;
  margin: auto;
  margin-top: 20px;
  padding-top: 16px;
  border-top : solid 1px #D8D8D8;
}
.Login_opt > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Login_opt > div + div{
  margin-top: 8px;
}
.Login_opt > div > span{
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  background-image: url(../images/sub/board/ico_log_help.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.Login_opt > div > a{
  border-radius: 4px;
  border: 1px solid #172D9D;
  /* background: #FFF; */
  width: 96px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #172D9D;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.Login_view{
  width: 500px;
  margin: auto;
  margin-top: 24px;
  border-top: solid 1px #D8D8D8;
  padding-top: 24px;
}
.ViewBox{
  padding: 24px 30px;
  border-radius: 8px;
  border: 1px solid #172D9D;
  background: #FFF;
  display: flex;
  flex-direction: column;
}
.ViewBox > p{
font-size: 16px;
font-weight: 500;
line-height: 150%;
width: 100%;
text-align: center;
}
.ViewBox > p > .id{
  color: #172D9D;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}
/* mobile */
@media screen and (max-width: 767px) {
  .login_Box{
    padding: 32px 20px;
  }
  .login_Box > .tit{
  font-size: 24px;
  }
  .login_Box > .cont{
    font-size: 14px;
  }
  .Login_user {
    width: 100%;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .Login_user .Login_tbl {
    width: 100%;
    margin-right: 0px;
    flex-direction: column;
  }
  .Login_user .Login_tbl tr + tr input,
  .Login_user .Login_tbl tr + tr span{
    margin-top: 8px;
  }
  .input_group {
    margin-top: 12px;
  }
  .chkRememberMe_txt{
    font-size: 14px;
  }
  .Login_btn,
  .capstone_btn {
    margin-top: 12px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    display: flex;
    order: 1;
  }
  .Login_opt{
    width: 100%;
    margin-top: 16px;
  }
  .Login_view{
    width: 100%;
  }
  .Login_opt > div > span{
    font-size: 14px;
    background-size: 16px;
  padding-left: 20px;
  }
  .Login_opt > div > a{
    width: 88px;
    height: 28px;
    font-size: 13px;
  }
  .Login_user .Login_tbl tr > .email > .login_email,
  .Login_user .Login_tbl tr > .email  .select {
    width:  48%;
  }
  .Login_user .Login_tbl tr > .email  .selectbox button{
    width: 100%;
  }
  .capstone_btn{
    width: 100%;
    margin-top: 8px;
  }
}
/* Login */


/* SignUp */
.subnotice_box.signup{
  padding: 26px 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.subnotice_box.signup > p{
color: #1D1D1D;
font-size: 18px;
font-weight: 500;
}
.subnotice_box.signup > p.active{
  color: #172D9D;
  font-weight: 700;
}
.subnotice_box.signup > div{
  display: flex;
  align-items: center;
  gap: 2px;
}
.subnotice_box.signup > div > span{
  display: block;
  width: 6px;
  height: 12px;
  background-image: url(../images/sub/contents/ico_arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subnotice_box.signup > div.active > span:nth-child(1){
  background-image: url(../images/sub/contents/ico_arrow_blue_01.svg);
}
.subnotice_box.signup > div.active > span:nth-child(2){
  background-image: url(../images/sub/contents/ico_arrow_blue_02.svg);
}
.subnotice_box.signup > div.active > span:nth-child(3){
  background-image: url(../images/sub/contents/ico_arrow_blue_03.svg);
}
.subnotice_box.txt_con{
  padding: 24px 0;
  text-align: start;
}
.subnotice_box.txt_con .subtit_m{
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
}
.subnotice_box.txt_con li + li{
  margin-top: 8px;
}

.certification {
  width: 100%;
}
.certification .tit {
  width: 100%;
  word-break: keep-all;
  border-radius: 16px 16px 0px 0px;
  background: #000F5E;
  text-align: center;
  padding: 30px 0;
  background-image: url(../images/sub/contents/bg_logo.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.certification .tit > p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.certification .tit > p > span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.certification .tit > p > span + span{
  margin-top: 8px;
}
.certification .tit > p > span.main {
  font-size: 24px;
  font-weight: 700;
}
.certification .tit > p > span.sub {
  font-size: 16px;
  font-weight: 500;
}
.certification .certification_box{
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 50px 80px;
}
.certification .certification_box > .title {
  text-align: center;
  color: #1D1D1D;
}
.certification .certification_box > .title > .img_Box{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #F3F5FF;
  margin: auto;
  position: relative;
}
.certification .certification_box > .title > .img_Box.signup::after{
  position: absolute;
  content: '';
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-image: url(../images/sub/contents/ico_sign.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.certification .certification_box > .title > span.main {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
.certification .certification_box > .title > span.sub {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  display: block;
  padding-bottom: 16px;
  position: relative;
}
.certification .certification_box > .title > span.sub::before{
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #717171;
}
.certification .certification_box.pay_success > .title > span.sub {
  padding-bottom: 0;
}
.certification .certification_box.pay_success > .title > span.sub::before{
  display: none;
}
.certification .certification_box > .title > .btn-box{
  margin-top: 24px;
}
.certification .certification_box > .title > .btn-box.signup > .btn.btn-sign{
  border-radius: 8px;
  border: 1px solid #172D9D;
  background: #FFF;
  color: #172D9D;
  width: 300px;
  height: 43px;
  padding: 12px 0;
}
.certification + .subnotice_box.txt_con{
  margin-top: 32px;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .subnotice_box.signup{
    padding: 26px 40px;
  }
  .certification .tit{
    padding: 24px 0;
  }
  .certification .certification_box{
    padding: 40px 44px;
  }
  .certification .tit > p > span.main {
    font-size: 18px;
  }
  .certification .tit > p > span.sub {
    font-size: 14px;
  }
  .certification .certification_box > .title > .img_Box{
    width: 90px;
    height: 90px;
  }
  .certification .certification_box > .title > .img_Box.signup::after{
    width: 54px;
    height: 54px;
  }
  .certification .certification_box > .title > span.main{
    margin-top: 16px;
    font-size: 20px;
  }
  .certification .certification_box > .title > span.sub{
    font-size: 14px;
  }
  .certification .certification_box > .title > .btn-box{
    margin-top: 16px;
  }
  .certification .certification_box > .title > .btn-box > .btn.btn-sign{
    width: 260px;
  }
  .certification + .subnotice_box.txt_con{
    margin-top: 24px;
  }
  .certification + .subnotice_box.txt_con > .subtit_l_con{
    padding: 0 24px;
  }
  .certification + .subnotice_box.txt_con > .subtit_l_con li + li{
    margin-top: 4px;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .certification .tit {
    background-image: none;
  }
  .subnotice_box.signup{
    padding: 16px 40px;
  }
  .contVieW .subnotice_box.signup p:not(.active),
  .contVieW .subnotice_box.signup div{
    display: none;
  }
  .certification .tit{
    padding: 20px 16px;
  }
  .certification .tit > p > span.main{
    font-size: 16px;
  }
  .certification .tit > p > span.sub{
    font-size: 14px;
  }
  .certification .certification_box{
    padding: 40px 20px;
  }
  .certification .certification_box > .title > .img_Box {
    width: 70px;
    height: 70px;
  }
  .certification .certification_box > .title > .img_Box.signup::after {
    width: 42px;
    height: 42px;
  }
  .certification .certification_box > .title > span.main {
    margin-top: 12px;
    font-size: 18px;
  }
  .certification + .subnotice_box.txt_con {
    margin-top: 20px;
  }
  .certification + .subnotice_box.txt_con > .subtit_l_con .subtit_m{
    font-size: 14px;
  }
}
/* SignUp */

/* SignUp Options + phone */
.certification .certification_box.signup_options.phone{
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certification .certification_box.signup_options.phone > ul > li{
  width: auto;
}
.certification .certification_box.signup_options.phone > .text_box{
  margin-top: 20px;
}
.certification .certification_box.signup_options.phone > .text_box > .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.certification .certification_box.signup_options{
  padding: 60px 50px;
}
.certification .certification_box.signup_options > .phone {
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid #172D9D;
  background: #FFF;
}
.certification .certification_box.signup_options > .phone > .title {
  display: flex;
  align-items: center;
  text-align: start;
}
.certification .certification_box.signup_options > .phone > .title > .img_Box{
  width: 76px;
  height: 76px;
  background: #F3F5FF;
  border-radius: 50%;
  position: relative;
  margin-right: 16px;
}
.certification .certification_box.signup_options > .phone > .title > .img_Box > .img{
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.certification .certification_box.signup_options > .phone > .title > .img_Box > .img{
  background-image: url(../images/sub/contents/ico_signOtions_phone.svg);
}
.certification .certification_box.signup_options > .phone .title > p > span.main{
  font-size: 20px;
  color: #172D9D;
  font-weight: 700;
  display: block;
}
.certification .certification_box.signup_options > .phone .title > p > span.sub{
  font-size: 16px;
  display: block;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  letter-spacing: -0.8px;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .certification .certification_box.signup_options{
    padding: 50px 100px;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .certification .certification_box.signup_options.phone{
    padding: 24px 20px;
  }
  .certification .certification_box.signup_options{
    padding: 24px 20px;
  }
  .certification .certification_box.signup_options > .phone{
    padding: 20px 16px;
  }
  .certification .certification_box.signup_options > .phone > .title{
    align-items: flex-start;
  }
  .certification .certification_box.signup_options > .phone > .title > .img_Box{
    width: 50px;
    height: 50px;
    margin-right: 12px;
    display: block;
  }
  .certification .certification_box.signup_options > .phone > .title > .img_Box > .img{
    width: 28.947px;
    height: 28.947px;
  }
  .certification .certification_box.signup_options > .phone > .title > p{
    width: calc(100% - 62px);
  }
  .certification .certification_box.signup_options > .phone .title > p > span.main{
    font-size: 16px;
  }
  .certification .certification_box.signup_options > .phone .title > p > span.sub{
    font-size: 14px;
  }
  .certification .certification_box.signup_options.phone > .text_box{
    margin-top: 16px;
  }
  .certification .certification_box.signup_options.phone > .text_box > .txt{
    font-size: 14px;
  }
}
/* SignUp Options */

/* SignUp AlreadyExists +  Signup Success */
.certification .certification_box.already_Exists,
.certification .certification_box.signup_success,
.certification .certification_box.pay_success{
  padding: 60px 0px;
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #F4F9FF;
}
.certification .certification_box.already_Exists .img_Box,
.certification .certification_box.signup_success .img_Box,
.certification .certification_box.pay_success .img_Box{
  width: 308px;
  height: 150px;
}
.certification .certification_box.already_Exists .img_Box .img,
.certification .certification_box.signup_success .img_Box .img,
.certification .certification_box.pay_success .img_Box .img{
  width: 100%;
  height: 100%;
  background-image: url(../images/sub/contents/ico_sign_alreadyExists.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.certification .certification_box.pay_success .img_Box .img{
  background-image: url(../images/sub/contents/ico_pay_success.svg);
}
.certification .certification_box.already_Exists > .title > span.main,
.certification .certification_box.signup_success > .title > span.main{
  font-size: 20px;
  margin-top: 32px;
}
.certification .certification_box.signup_success > .title > span.sub{
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.certification .certification_box.signup_success > .title > span.sub::before{
  display: none;
}
.certification .certification_box.already_Exists > .title > div.sub{
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.certification .certification_box.already_Exists > .title > div.sub > p{
font-size: 16px;
font-weight: 500;
}
.certification .certification_box.already_Exists > .title > div.sub > p + p{
  margin-left: 8px;
}
.certification .certification_box.already_Exists > .title > .btn-box,
.certification .certification_box.signup_success > .title > .btn-box{
  margin-top: 32px;
}
.certification .certification_box.already_Exists > .title > .btn-box > .btn,
.certification .certification_box.signup_success  > .title > .btn-box > .btn{
  width: 160px;
  height: 43px;
  border-radius: 8px;
  border: 1px solid #172D9D;
  background: #000F5D;
  color: #fff;
  padding: 12px 0;
}
/* mobile */
@media screen and (max-width: 767px) {
  .certification .certification_box.already_Exists{
    padding: 50px 0;
  }
  .certification .certification_box.already_Exists .img_Box{
    width: 248px;
    height: 120px;
  }
  .certification .certification_box.already_Exists > .title > span.main{
    font-size: 24px;
    font-size: 16px;
  }
  .certification .certification_box.already_Exists > .title > .btn-box,
  .certification .certification_box.signup_success > .title > .btn-box{
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
/* SignUp AlreadyExists +  Signup Success */


/* SignUp Agreement */
.subtit{
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 700;
}
.subtit > span{
  color: #717171;
}
.agree_Box{
  margin-top: 16px;
}
.agree{
  border: 1px solid #D8D8D8;
  border-top: 2px solid #172D9D;;
  background: #FFF;
  height: 400px;
  overflow: auto;
}
.agree.h_200{
  height: 200px;
}
.agree > .subtit_l{
  margin-top: 0;
}

.agree.agree_scrollbox {
  position: relative;
}
.agree.agree_scrollbox > * {
  overflow: auto;
}
.agree.scrollCont::-webkit-scrollbar {
  display: none;
}
.agree.agree_scrollbox .scroll {
  position: absolute;
  top: 24px; right: 8px;
  z-index: 10;
  width: calc(100% - 8px);
  height: calc(100% - 48px);
  padding-left: 24px;
  padding-right: 16px;
}
.agree.agree_scrollbox .scroll::-webkit-scrollbar {
  width: 2px;
}
.agree.agree_scrollbox .scroll::-webkit-scrollbar-thumb {
  background-color: #1C1C1C;
}
.agree.agree_scrollbox .scroll::-webkit-scrollbar-track {
  background-color: #D4D4D4;
}
.agree_checkBox{
  border: 1px solid #D8D8D8;
  border-top: none;
  background: #F3F5FF;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agree_checkBox > p{
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.agree_checkBox label.radio,
.agree_checkBox label.check{
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.agree_checkBox label.radio input,
.agree_checkBox label.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.agree_checkBox input[type="radio"],
.agree_checkBox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
}
.agree_checkBox input[type="checkbox"]{
  width: 18px;
  height: 18px;
}
.agree_checkBox label span.checkbox,
.agree_checkBox label span.check {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: solid 1px #172D9D;
}
.agree_checkBox label span.check {
  border-radius: 2px;
  background-color: #fff;
}
.agree_checkBox label.radio input:checked ~ span.checkbox:after{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/sub/contents/ico_radio_checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.agree_checkBox label.check input:checked ~ span.check:after {
  position: absolute;
  content: '';
  width: 9px;
  height: 7px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/sub/contents/ico_check_checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-box.agree_btn{
  margin-top: 40px;
}
.btn-box.agree_btn > .btn{
  width: 100px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.btn-box.agree_btn > .btn{
  width: 100px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.btn-box.agree_btn > .btn.btn-signup{
  color: #fff;
  background: #006743;
}
/* mobile */
@media screen and (max-width: 767px) {
  .agree_Box{
    margin-top: 12px;
  }
  .agree{
    padding: 16px 16px 0px 16px;
  }
  .agree_checkBox{
    padding: 20px;
  }
  .agree_checkBox > p{
    font-size: 14px;
  }
  .btn-box.agree_btn{
    margin-top: 24px;
  }
  .btn-box.agree_btn > .btn{
    width: calc(50% - 5px);
  }
  .agree{
    height: 460px;
  }
  .agree.agree_scrollbox .scroll {
    top: 16px;
    right: 8px;
    width: calc(100% - 8px);
    height: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 8px;
  }
  .subtit{
    font-size: 20px;
  }
}
/* SignUp Agreement */


/* SignUp Process */
.subnotice_box.signup.process{
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 32px 0;
  gap: 24px;
  margin-top: 16px;
}
.subnotice_box.signup.process > .con_Box{
  display: flex;
  flex-direction: column;
}
.subnotice_box.signup.process > .con_Box > .img_Box{
  width: 90px;
  height: 90px;
  background: #F3F5FF;
  border-radius: 50%;
  position: relative;
}
.subnotice_box.signup.process > .con_Box > .img_Box > .img{
  position: absolute;
  content: '';
  width: 54px;
  height: 54px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subnotice_box.signup.process > .con_Box > .img_Box > .img_01{
  background-image: url(../images/sub/contents/ico_process_01.svg);
}
.subnotice_box.signup.process > .con_Box > .img_Box > .img_02{
  background-image: url(../images/sub/contents/ico_process_02.svg);
}
.subnotice_box.signup.process > .con_Box > .img_Box > .img_03{
  background-image: url(../images/sub/contents/ico_process_03.svg);
}
.subnotice_box.signup.process > .con_Box > .img_Box > .img_04{
  background-image: url(../images/sub/contents/ico_process_04.svg);
}
.subnotice_box.signup.process > .con_Box > p{
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
  min-width: 122px;
  text-align: center;
}
.table_data.membership tbody td{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.table_data.membership tbody td:last-child{
  text-align: start;
}
.subtit_l_con.membership_pay .subtit_m{
  margin-top: 16px;
}
.subtit_l_con.membership_pay li + li .subtit_m{
  margin-top: 8px;
}
.btn-box.pay{
  margin-top: 16px;
  justify-content: right;
}
.btn-box.pay .btn-pay{
  border-radius: 8px;
  background: #172D9D;
  padding: 10px 18px;
  color: #fff;
  border: none;
  width: auto;
  height: 47px;
  font-size: 18px;
  font-weight: 500;
}
/* mobile */
@media screen and (max-width: 767px) {
  .subnotice_box.signup.process{
    padding: 24px 0;
    gap: 20px;
    flex-wrap: wrap;
  }
  .contVieW .subnotice_box.signup.process p,
  .contVieW .subnotice_box.signup.process div{
    display: flex;
  }
  .contVieW .subnotice_box.signup.process div:nth-child(4){
    display: none;
  }
  .subnotice_box.signup.process > .con_Box > p{
    justify-content: center;
  }
}
/* SignUp Process */


/* SignUp MemberInfo */
.memberInfo_tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.memberInfo_tit > span{
  color: #F00;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.evaluation_status{
  margin-right : 10px;
}
.btn-box.memberInfo_btn{
  margin-top: 40px;
}
.btn-box.memberInfo_btn > .btn{
  width: 100px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 10px 16px;
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.btn-box.memberInfo_btn > .btn.btn.btn-signup{
  color: #fff;
  background: #006743;
}
.btn-box.memberInfo_btn > .btn.btn_memberInfochange{
  color: #fff;
  background: #006743;
  border: none;
}
/* SignUp MemberInfo */

/* Pay */
.pay_border{
  border: 1px solid #D8D8D8;
  border-radius: 16px;
  padding: 40px;
}
.board_write.memberInfo.__pay td > span{
  padding: 8px 12px;
}
.board_write.memberInfo.__pay td > input.account_number{
  width: 100%;
}
.subnotice_box.txt_con.pay{
  margin-top: 24px;
}
.subnotice_box.txt_con.pay .subtit_l_con{
  padding:  0 0 0 30px
}
.subnotice_box.txt_con.pay .subtit_l_con .subtit_m{
  font-size: 16px;
}
.subnotice_box.txt_con.pay .subtit_l_con .tit{
  margin-top: 16px;
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
.subnotice_box.txt_con.pay .subtit_l_con > ul > li:first-child .tit{
  margin-top: 0px;
}

.btn-box.__pay .btn{
  width: 134px;
  height: 47px;
  padding: 10px 18px;
  border-radius: 8px;
  background: #172D9D;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
}
.btn-box.__option{
  margin-top: 32px;
}
.btn-box.__option .btn{
  width: 160px;
  height: 43px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #172D9D;
  background: #000F5D;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.btn-box.__option .btn:hover,
.btn-box.__option .btn:focus-visible{
  text-underline-offset: 3px;
  /* text-decoration: none; */
}
/* mobile */
@media screen and (max-width: 767px) {
  .btn-box.__pay .btn{
    width: 100%;
  }
  .pay_border{
    padding: 24px;
  }
}
/* Pay */

/* MyPage */
.mypage_tit{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.mypage_tit > span{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.mypage_tit > span .asterisk{
  color: #E05600;
}
.mypage_con tbody td{
  /*display: flex;*/
  gap: 20px;
}
.mypage_con tbody td > p > span{
  display: inline-block;
}
.mypage_con tbody td > p > span:first-child{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-right: 8px;
}
.mypage_con tbody td > p > span:first-child::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #C8C8C8;
  top: 50%; transform: translateY(-50%);
  right: -8px;
}
.mypage_con tbody td > p > span:last-child{
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}
.mypage tbody td.pw{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage tbody .img_Box{
  background-color: #C6C6C6;
}
.mypage tbody .img{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.btn-changePw{
  border-radius: 6px;
  background: #E4E4E4;
  color: #1D1D1D;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border: none;
  padding: 4px 12px;
}
.btn-changePw:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btn-box.mypage{
  margin-top: 40px;
}
.btn-box.mypage .a_editInfo{
  border-radius: 8px;
  background: #006743;
  width: 100px;
  height: 44px;
  padding: 10px 16px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-align: center;
}
.pop_view{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.popup.pw_change {
  background-color: white;
  border-radius: 16px;
  width: 460px;
  overflow: hidden;
  z-index: 110;
}
.popup_tit{
  background: #0C5155;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_tit .tit{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.popup_tit .btn_close{
  width: 29px;
  height: 29px;
  border: none;
  background-color: #0C5155;
  background-image: url(../images/sub/contents/ico_btn_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.popup_con{
  padding: 24px;
  background: #FFF;
}
.popup_con .txt_box{
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #F8F8F8;
  padding: 14px 16px;
  text-align: center;
}
.popup_con .txt_box > p{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.btn-box.popup{
  margin-top: 32px;
}
.btn-box.popup .btn{
  width: 78px;
  height: 36px;
  padding: 0px 24px;
  border-radius: 8px;
  border: 1px solid #0C5155;
  background: #FFF;
  color: #0C5155;
  font-size: 16px;
  font-weight: 500;
}
.btn-box.popup .btn-change{
  border-radius: 8px;
  background: #0C5155;
  color: #fff;
}
.popup.pw_change .form_box{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup.pw_change .form_box > div{
  display: flex;
  align-items: center;
}
.popup.pw_change .form_box > div > .tit{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
  padding-left: 11px;
  position: relative;
  width: 112px;
  margin-right: 20px;
}
.popup.pw_change .form_box > div > .tit::after{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  left: 0;
  background: #8E8E8E;
}
.popup.pw_change .form_box > div > .pw_change_Input{
  border-radius: 6px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 10px 12px;
  width: calc(100% - 132px);
}
/* tablet */
@media screen and (max-width: 1279px) {
  .mypage tbody td.pw{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .mypage tbody th.img_Box{
    width: 186px;
  }
  .popup.pw_change{
    width: 328px;
  }
  .popup_tit{
    padding: 16px 20px;
  }
  .popup_tit .tit{
    font-size: 16px;
  }
  .popup_tit .btn_close{
    width: 24px;
    height: 24px;
  }
  .popup_con{
    padding: 20px;
  }
  .popup_con .txt_box{
    padding: 12px 16px;
  }
  .popup_con .txt_box > p{
    font-size: 14px;
  }
  .popup.pw_change .form_box{
    margin-top: 16px;
  }
  .popup.pw_change .form_box > div{
    flex-wrap: wrap;
  }
  .popup.pw_change .form_box > div > .tit{
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
  .popup.pw_change .form_box > div > .tit::after{
    display: none;
  }
  .popup.pw_change .form_box > div > .pw_change_Input{
    width: 100%;
    margin-top: 6px;
  }
  .btn-box.popup{
    margin-top: 24px;
  }
}
/* MyPage */

/* 신고글 등록하기 버튼 */
.btn-box.report_submit{
  margin-top: 40px ;
}
.btn-box.right{
  justify-content: right;
}
.btn-box .btn_report_submit{
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  width: 150px;
  cursor: pointer;
  color: #1D1D1D;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.btn-box .btn_report_submit:hover,
.btn-box .btn_report_submit:focus-visible{
  text-decoration: underline;
  background: #F8F8F8;
  text-underline-offset: 3px;
}
.btn-box .btn_report_submit:active{
  background: #172D9D;
  color: #fff;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn-box.report_submit{
    margin-top: 30px ;
  }
}
/* 신고글 등록하기 버튼 */

/* 투고/심사/윤리규정 */
.math_content{
  /* border: 1px solid black;
  background-color: url(../images/sub/contents/math_content.png); */
}
/* 투고/심사/윤리규정 */


/* 조직안내 */
.org_chart{
  position: relative;
}
.org_chart::before{
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #C6C6C6;
  z-index: -1;
}
.org_chart .president {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  width: 208px;
  height: 51px;
  margin: 0 auto;
  color:#FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.9px;
  background: linear-gradient(115deg, #3C78EE -10.69%, #244CB8 45.74%, #0D2185 99.97%), #002E6C;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
 /* lv2 */
.org_chart .lv2_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  width: 704px;
  margin: auto;
}
.org_chart .lv2_list::before {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 25px;
width: 100%;
height: 1px;
background: #C6C6C6;
content: '';
}
.org_chart .lv2_list > li {
width: 208px;
height: 51px;
}
.org_chart .lv2_list .org_ttl {
position: relative;
transition: all .3s ease;
width: 100%;
height: 100%;
background: #172D9D;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
font-size: 18px;
font-weight: 700;
line-height: 150%;
letter-spacing: -0.9px;
}
 /* lv3 */
.org_chart .lv3{
  position: relative;
  padding-top: 60px;
}
.org_chart .lv3::after{
position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #C6C6C6;
  z-index: -1;
  content: '';
}
.org_chart .lv3_list {
  border: 1px solid #C6C6C6;
  background: #F8F8F8;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.org_chart .lv3_list > li {
  width: 100%;
}
.org_chart .lv3_list .org_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 4px;
  position: relative;
  border: 1px solid #D8D8D8;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.org_chart .lv3_list .org_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 795px) {
  .org_chart{
    padding-left: 40px;
  }
  .org_chart .president,
  .org_chart .lv2_list > li,
  .org_chart .lv2_list .org_ttl{
    width: 100%;
    height: 48px;
  }
  .org_chart .lv2_list{
    flex-direction: column;
    width: 100%;
    padding-top: 24px;
    gap: 24px;
  }
  .org_chart .lv3{
    padding-top: 24px;
  }
  .org_chart .lv3_list{
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
    gap: 10px;
  }
  .org_chart::before {
    top: 24px;
    left: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 227px;
  }
  .org_chart .lv2_list::before{
    display: none;
  }
  .org_chart .lv3::after{
    top: 57.5px;
    left: -40px;
    transform: translateX(0);
    width: 100%;
    height: 1px;
  }
  .org_chart .president{
    position: relative;
  }
  .org_chart .president::after,
  .org_chart .lv2_list .org_ttl::after{
    position: absolute;
    top: 24px;
    left: -40px;
    width: 100%;
    height: 1px;
    background: #C6C6C6;
    content: '';
    z-index: -1;
  }
}

/* signup */
.email_inr > div{
  display: flex;
  align-items: center;
}
.email_inr > div:nth-child(1){
  width: 66%;
}
.email_inr > div:nth-child(1) input.text{
  width: 50%;
}
.email_inr > div:nth-child(2){
  width: 34%;
}
.input_box{
  width: 240px !important;

}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 795px) {
  .email_inr{
    flex-direction: column;
    gap: 8px;
  }
  .email_inr > div{
    width: 100%;
  }
  .email_inr > div:nth-child(1),
  .email_inr > div:nth-child(2){
    width: 100%;
  }
  .email_inr > div:nth-child(2) span{
    margin-left: 0;
  }
  .input_box{
    width: 100% !important;
  }
}
/* 개인정보처리방침 */
.update_date{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.update_date .tit{
  font-size: 20px;
  font-weight: 700;
  line-height: 26px
}
.update_date .date{
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.update_date .date.welldying_date{
  color: #1D1D1D;
  text-align: right;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.9px;
}

/* 사이트맵 */
.allmenu > li > a {
  display: block;
  padding-bottom: 12px;
  border-bottom: 2px solid #006743;
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
.allmenu > li > a > span::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #F06E00;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -12px;
  left: 5px;
}
.allmenu > li > .depth_box {
  margin-top: 24px;
  margin-bottom: 50px;
}
.allmenu > li .depth {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 20px;
}
.allmenu > li .depth > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fff ;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
}
.allmenu > li .depth > li > a:hover,
.allmenu > li .depth > li > a:focus-visible{
  color: #1E6B70;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
  border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
  background-image: url(../images/sub/250421_welldying_logo.svg), none;
  background-color: #F4FAF9;
  background-position: 100% 0%;
  background-size: 34.1% 164.628%, auto;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.allmenu > li .depth > li > .depth02 {
  margin-bottom: 0;
}
.allmenu > li .depth > li:nth-child(-n+4) > .depth02:has(li){
  margin-bottom: 16px;
}
.allmenu > li .depth > li > .depth02 > li {
  position: relative;
  padding-left: 12px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.allmenu > li .depth > li > .depth02 > li > a {
  color: #1D1D1D;
}
.allmenu > li .depth > li > .depth02 > li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #C6C6C6;
  transform: rotate(-45deg);
}
.allmenu > li .depth > li > .depth02 > li > a:hover,
.allmenu > li .depth > li > .depth02 > li > a:focus-visible{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #00AD88;
}
.allmenu > li .depth > li > .depth02:not(:has(li)){
  display: none;
}
/* tablet */
@media screen and (max-width: 1279px) {
  .allmenu > li .depth {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
  }
}
/* mobile */
@media screen and (max-width: 767px) {
  .allmenu > li .depth {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .allmenu > li > .depth_box{
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .allmenu > li .depth > li .depth02 {
    margin-bottom: 6px;
  }
  .allmenu > li .depth > li:nth-child(-n+4) > .depth02:has(li){
    margin-bottom: 12px;
  }
}
/* 사이트맵 */

/* 하단배너 */
.bannerList ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 20px;
  margin-top: 16px;
}
.bannerList ul{
}
.bannerList ul li {
  position: relative;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
}
.bannerList ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 2px;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.bannerList ul.platinum li::before {
  background: linear-gradient(to bottom right, #0008DA 0%, #C8001D 49%, #0008DA 100%);
}
.bannerList ul.diamond li::before {
  background: linear-gradient(to bottom right, #B6DAD4 -20%, #4C6B63 50%, #B6DAD4 120%);
}
.bannerList ul.gold li::before {
  background: linear-gradient(to bottom right, #FFFBE9 -20%, #AA8058 55%, #FFFBE9 120%);
}
.bannerList ul.silver li::before {
  background: linear-gradient(to bottom right, #E6E6E6 -20%, #C1C1C1 48%, #989898 75%, #D8D8D8 103%, #E6E6E6 120%);

}

.bannerList ul li::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
}
.bannerList ul.platinum li::after{
  background-image: url(../images/sub/banner/ico_logo.svg);
}
.bannerList ul.diamond li::after{
  background-image: url(../images/sub/banner/ico_logo2.svg);
}
.bannerList ul.gold li::after{
  background-image: url(../images/sub/banner/ico_logo3.svg);
}
.bannerList ul.silver li::after{
  background-image: url(../images/sub/banner/ico_logo4.svg);
}
.bannerList ul li span{
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  z-index: 4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 0.8px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.bannerList ul li .imgBox {
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.bannerList ul li .imgBox .img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.bannerList ul.platinum li .imgBox .img.img_01{
  background-image: url(../images/sub/banner/img_logo_01.png);
}
.bannerList ul.platinum li .imgBox .img.img_02{
  background-image: url(../images/sub/banner/img_logo_02.png);
}
.bannerList ul.platinum li .imgBox .img.img_03{
  background-image: url(../images/sub/banner/img_logo_03.png);
}
.bannerList ul.platinum li .imgBox .img.img_04{
  background-image: url(../images/sub/banner/img_logo_04.png);
}
.bannerList ul.platinum li .imgBox .img.img_05{
  background-image: url(../images/sub/banner/img_logo_05.png);
}
.bannerList ul.platinum li .imgBox .img.img_06{
  background-image: url(../images/sub/banner/img_logo_06.png);
}
.bannerList ul.platinum li .imgBox .img.img_07{
  background-image: url(../images/sub/banner/img_logo_07.png);
}

.bannerList ul.diamond li .imgBox .img.img2_01{
  background-image: url(../images/sub/banner/img_logo2_01.png);
}
.bannerList ul.diamond li .imgBox .img.img2_02{
  background-image: url(../images/sub/banner/img_logo2_02.png);
}
.bannerList ul.diamond li .imgBox .img.img2_03{
  background-image: url(../images/sub/banner/img_logo2_03.png);
}
.bannerList ul.diamond li .imgBox .img.img2_04{
  background-image: url(../images/sub/banner/img_logo2_04.png);
}
.bannerList ul.diamond li .imgBox .img.img2_05{
  background-image: url(../images/sub/banner/img_logo2_05.png);
}
.bannerList ul.diamond li .imgBox .img.img2_06{
  background-image: url(../images/sub/banner/img_logo2_06.png);
}
.bannerList ul.diamond li .imgBox .img.img2_07{
  background-image: url(../images/sub/banner/img_logo2_07.png);
}
.bannerList ul.diamond li .imgBox .img.img2_08{
  background-image: url(../images/sub/banner/img_logo2_08.png);
}


.bannerList ul.gold li .imgBox .img.img3_01{
  background-image: url(../images/sub/banner/img_logo3_01.png);
}
.bannerList ul.gold li .imgBox .img.img3_02{
  background-image: url(../images/sub/banner/img_logo3_02.png);
}
.bannerList ul.gold li .imgBox .img.img3_03{
  background-image: url(../images/sub/banner/img_logo3_03.png);
}
.bannerList ul.gold li .imgBox .img.img3_04{
  background-image: url(../images/sub/banner/img_logo3_04.png);
}
.bannerList ul.gold li .imgBox .img.img3_05{
  background-image: url(../images/sub/banner/img_logo3_05.png);
}
.bannerList ul.gold li .imgBox .img.img3_06{
  background-image: url(../images/sub/banner/img_logo3_06.png);
}
.bannerList ul.gold li .imgBox .img.img3_07{
  background-image: url(../images/sub/banner/img_logo3_07.png);
}
.bannerList ul.gold li .imgBox .img.img3_08{
  background-image: url(../images/sub/banner/img_logo3_08.png);
}
.bannerList ul.gold li .imgBox .img.img3_09{
  background-image: url(../images/sub/banner/img_logo3_09.png);
}
.bannerList ul.gold li .imgBox .img.img3_10{
  background-image: url(../images/sub/banner/img_logo3_10.png);
}
.bannerList ul.gold li .imgBox .img.img3_11{
  background-image: url(../images/sub/banner/img_logo3_11.png);
}
.bannerList ul.gold li .imgBox .img.img3_12{
  background-image: url(../images/sub/banner/img_logo3_12.png);
}
.bannerList ul.gold li .imgBox .img.img3_13{
  background-image: url(../images/sub/banner/img_logo3_13.png);
}

.bannerList ul.silver li .imgBox .img.img4_01{
  background-image: url(../images/sub/banner/img_logo4_01.png);
}
.bannerList ul.silver li .imgBox .img.img4_02{
  background-image: url(../images/sub/banner/img_logo4_02.png);
}
.bannerList ul.silver li .imgBox .img.img4_03{
  background-image: url(../images/sub/banner/img_logo4_03.png);
}
.bannerList ul.silver li .imgBox .img.img4_04{
  background-image: url(../images/sub/banner/img_logo4_04.png);
}
.bannerList ul.silver li .imgBox .img.img4_05{
  background-image: url(../images/sub/banner/img_logo4_05.png);
}
.bannerList ul.silver li .imgBox .img.img4_06{
  background-image: url(../images/sub/banner/img_logo4_06.png);
}
.bannerList ul.silver li .imgBox .img.img4_07{
  background-image: url(../images/sub/banner/img_logo4_07.png);
}
.bannerList ul.silver li .imgBox .img.img4_08{
  background-image: url(../images/sub/banner/img_logo4_08.png);
}
.bannerList ul.silver li .imgBox .img.img4_09{
  background-image: url(../images/sub/banner/img_logo4_09.png);
}
.bannerList ul.silver li .imgBox .img.img4_10{
  background-image: url(../images/sub/banner/img_logo4_10.png);
}
.bannerList ul.silver li .imgBox .img.img4_11{
  background-image: url(../images/sub/banner/img_logo4_11.png);
}
.bannerList ul.silver li .imgBox .img.img4_12{
  background-image: url(../images/sub/banner/img_logo4_12.png);
}
.bannerList ul.silver li .imgBox .img.img4_13{
  background-image: url(../images/sub/banner/img_logo4_13.png);
}
.bannerList ul.silver li .imgBox .img.img4_14{
  background-image: url(../images/sub/banner/img_logo4_14.png);
}
.bannerList ul.silver li .imgBox .img.img4_15{
  background-image: url(../images/sub/banner/img_logo4_15.png);
}






@media screen and (max-width: 1279px) {
  .bannerList .subtit_l{
    margin-top: 32px;
  }
  .bannerList ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
  }
}
@media screen and (max-width: 795px) {
  .bannerList ul{
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}



@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 795px) {
}







/* welldying */
.gh_sub_content_wrap.sub_content_wrap #lnb .lnb_list > li > a {
  padding: 16px 7px;
}
.gh_sub_content_wrap.sub_content_wrap #lnb .lnb_list > li > a::before {
  width: 24px;
  height: 24px;
}

.sub_visual .location {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;

  position: relative;
}

.sub_visual .visual_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 227px;
  gap: 7px;
}

.sub_visual .visual_title .title {
  /* color: #fff;
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  color: #1D1D1D;
  font-family: "GmarketSans";
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 60px */
  letter-spacing: -1.2px;
}

.sub_visual .location > li + li {
  padding-left: 18px;
  margin-left: 6px;
  background: url("../images/sub/250421_arrow_right_black.svg") no-repeat 0 center;
  background-size: auto 12px;
}

.sub_visual .location > li .ico_home {
  display: block;
  padding-left: 23px;
  height: 23px;
  background: url("../images/250421_live_area.svg") no-repeat 44% 50%;
  background-size: 12px;
  background-position: left;
}

.sub_visual .location > li > a,
.sub_visual .location > li > em,
.sub_visual .location > li > span {
  overflow: hidden;
  color: #1D1D1D;
  text-align: right;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}


/** 개인정보처리방침 */
.subnotice_box.top_notice {
  margin: 40px 0;
  padding: 30px 40px;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;

  border-radius: 40px 10px 10px 10px;
  border: 1px solid #C6C6C6;
  background-image: url(../images/sub/250421_welldying_logo.svg), none;
  background-color: #FFF;
  background-position: 99% 170%;
  background-size: 140px 84.574%;
  background-repeat: no-repeat;
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 8px;

  /* box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1); */
}
@media screen and (max-width: 767px) {
  .subnotice_box.top_notice {
    padding: 24px;
  }
  .sub_visual .visual_title {
    height: 130px;
  }
  .sub_visual .visual_title .title {
    font-size: 24px;
  }
}
/** 개인정보처리방침 */
/** 회원서비스 */
.subnotice_box.signup.process.welldying{
  border-radius: 0px;
  border:unset;
  border-top: 2px solid #006743;
  border-bottom: 1px solid #C6C6C6;
  background: #FFF;
  padding: 40px 0;
  gap: 24px;
  margin-top: 16px;
}
.subnotice_box.signup.process.welldying > .con_Box > .img_Box{
  width: 90px;
  height: 90px;
  border-radius: 24px;
  background: #E4E4E4;
  position: relative;
}
.subnotice_box.signup.process.welldying > .con_Box > .img_Box > .img{
  position: absolute;
  content: '';
  width: 54px;
  height: 58px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subnotice_box.signup.process.welldying > .con_Box > .img_Box > .img_01{
  background-image: url(../images/sub/contents/250421_ico_process_01.svg);
}
.subnotice_box.signup.process.welldying > .con_Box > .img_Box > .img_02{
  background-image: url(../images/sub/contents/250421_ico_process_02.svg);
}
.subnotice_box.signup.process.welldying > .con_Box > .img_Box > .img_03{
  background-image: url(../images/sub/contents/250421_ico_process_03.svg);
}
.subnotice_box.signup.process.welldying > .con_Box > .img_Box > .img_04{
  background-image: url(../images/sub/contents/250421_ico_process_04.svg);
}
.subnotice_box.signup.welldying > div.active > span:nth-child(1){
  background-image: url(../images/sub/contents/250421_ico_arrow_green_01.svg);
}
.subnotice_box.signup.welldying > div.active > span:nth-child(2){
  background-image: url(../images/sub/contents/250421_ico_arrow_green_02.svg);
}
.table_data.welldying {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #006743;
}
.table_data_row.welldying {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #006743;
}
@media screen and (max-width: 767px) {
  .contVieW .subnotice_box.signup.process.welldying div:nth-child(4){
    display: flex;
  }
}
@media screen and (max-width: 498px) {
  .contVieW .subnotice_box.signup.process.welldying div:nth-child(4){
    display: none;
  }
}

/* 실명인증 */
.subnotice_box.signup.gh_subnotice_box {
  padding: 0px;
  display: flex;
  justify-content: center;
  gap: 0px;
  border: unset;
}
.subnotice_box.signup.gh_subnotice_box ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  overflow: hidden;
}
.subnotice_box.signup.gh_subnotice_box ul li {
  display: inline-block;
  padding: 30px 24px;
  width: 25%;
  position: relative;
  background-color: #FFFFFF;

  color: #1D1D1D;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}
.subnotice_box.signup.gh_subnotice_box ul li.active {
  background-color: #F6FAF4;
}
.subnotice_box.signup.gh_subnotice_box ul li::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background-image: url(../images/sub/250421_white_circle_black_arrow_right.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  z-index: 1;
}
.subnotice_box.signup.gh_subnotice_box ul li.active::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background-image: url(../images/sub/250421_green_circle_white_arrow_right.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  z-index: 1;
}
.subnotice_box.signup.gh_subnotice_box ul li:last-child:after {
  background-image: none;
}
.subnotice_box.signup.gh_subnotice_box ul li + li {
  border-left: 1px solid #D8D8D8;
}
.subnotice_box.signup.gh_subnotice_box ul li span {
  overflow: hidden;
  color: #919191;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.subnotice_box.signup.gh_subnotice_box ul li.active span {
  color: #82BD40;
}
.certification.gh_certification {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 20px;
}
.certification.gh_certification .title {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.certification.gh_certification .title .subtit_l {
  margin-top: 0px;
}
.certification.gh_certification .title span{
  color: #1D1D1D;
  text-align: right;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.certification.gh_certification .title span span{
  color: #E05600;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.certification .certification_box.gh_certification_box {
  border: unset;
  border-bottom: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
  background: linear-gradient(180deg, #FFF 44.72%, #FAFCFC 86.93%, #F4F9F9 100%), #FFF;
}
.certification .certification_box.gh_certification_box.signup_options.phone {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 0px;
  border-top: 2px solid #006743;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area:first-child {
  border-right: 1px dashed #8E8E8E;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area .img_box {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  box-shadow: -4px -4px 8px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 8px 0px rgba(255, 255, 255, 0.25) inset;

  margin-bottom: 16px;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area .img_box.phone {
  background-image: url(../images/sub/250421_phone_icon.svg), linear-gradient(163deg, #3CD4CC -78.54%, var(--1-e-6-b-70, #1E6B70) 112.31%);
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area .img_box.ipin {
  background-image: url(../images/sub/250421_ipin_icon.svg), linear-gradient(163deg, #3CD4CC -78.54%, var(--1-e-6-b-70, #1E6B70) 112.31%);
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area h5 {
  overflow: hidden;
  color: #30414A;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;

  margin-bottom: 12px;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area p {
  overflow: hidden;
  color: #1D1D1D;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;

  margin-bottom: 24px;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area button {
  display: flex;
  width: 250px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 6px;
  border: 1px solid #D8D8D8;
  background: var(--ffffff, #FFF);
  /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10); */

  overflow: hidden;
  color: #1D1D1D;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
}
.certification .certification_box.gh_certification_box.signup_options.phone .box_area button:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #1E6B70;
}

.subnotice_box.top_notice .subtit_l_con {
  padding: 0px;
}

@media screen and (max-width: 1279px) {
  .subnotice_box.signup.gh_subnotice_box ul li {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  .subnotice_box.signup.gh_subnotice_box ul li span {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}
@media screen and (max-width: 800px) {
  .subnotice_box.signup.gh_subnotice_box ul {
    flex-wrap: wrap;
  }
  .subnotice_box.signup.gh_subnotice_box ul li:nth-child(2)::after {
    content: none;
  }
  .subnotice_box.signup.gh_subnotice_box ul li:nth-child(2).active::after {
    content: none;
  }
  .subnotice_box.signup.gh_subnotice_box ul li {
    width: 50%;
  }
  .subnotice_box.signup.gh_subnotice_box ul li + li {
    border-left: unset;
  }
  .subnotice_box.signup.gh_subnotice_box ul li:first-child {
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .subnotice_box.signup.gh_subnotice_box ul li:nth-child(2n) {
    border-bottom: 1px solid #D8D8D8;
  }
  .subnotice_box.signup.gh_subnotice_box ul li:last-child {
    border-bottom: unset;
  }
  .subnotice_box.signup.gh_subnotice_box ul li:nth-last-child(2) {
    border-right: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 767px) {
  .certification.gh_certification .title {
    flex-direction: column;
    text-align: left;
  }

  .certification.gh_certification .title span {
    text-align: left;
    text-indent: 35px;
  }

  .subnotice_box.top_notice {
    background-image: none;
  }
  .certification .certification_box.gh_certification_box.signup_options.phone {
    flex-direction: column;
    padding: 0px 20px 24px 20px;
  }
  .certification .certification_box.gh_certification_box.signup_options.phone .box_area:first-child {
    border-right: unset;
    border-bottom: 1px dashed #8E8E8E;
    padding-bottom: 32px;
  }
  .certification .certification_box.gh_certification_box.signup_options.phone .box_area {
    width: 100%;
    padding-top: 32px;
  }
  .subnotice_box.signup.gh_subnotice_box ul li {
    padding: 30px 14px;
  }
}
/* 실명인증 */
/* 약관동의 */
.subtit.gh_subtit > span {
  color: #F06E00;
}

.gh_agree_Box .agree{
  border: 1px solid #D8D8D8;
  border-top: 2px solid #006743;
  background: #FFF;
  height: 400px;
  overflow: auto;
}

.gh_agree_Box .agree_checkBox label.check input:checked ~ span.check:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/sub/contents/250424_ico_check_checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gh_agree_Box .agree_checkBox label span.checkbox, .gh_agree_Box .agree_checkBox label span.check {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: solid 1px #C6C6C6;
}
.gh_agree_Box .agree_checkBox label span.check {
  border-radius: 50%;
}
.gh_agree_Box .agree_checkBox {
  background: #F8F8F8;
}
.gh_agree_Box .subtit_s.in_num {
  padding-left: 27px;
}
.gh_agree_Box .subtit_s.in_num .num {
  background-color: #FFEDD9;
  color: #1D1D1D;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}
.gh_agree_Box .date_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.9px;
  padding-top: 10px;
}
/* 약관동의 */
/*회원정보입력*/
.gh_pop_view .popup_tit{
  background: #006743;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gh_pop_view .popup_tit .tit{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.gh_pop_view .popup_tit .btn_close{
  width: 29px;
  height: 29px;
  border: none;
  background-color: #006743;
  background-image: url(../images/sub/contents/ico_btn_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gh_pop_view .btn-box.popup .btn-change {
  border-radius: 8px;
  background: #006743;
  color: #fff;
}
.gh_pop_view .btn-box.popup .btn {
  border: 1px solid #006743;
}
/*회원정보입력*/

/*회원중복확인*/
.certification .certification_box.gh_certification_box > .title.box_area > span.main {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-top: 0px;
  color: #30414A;
}

.certification .certification_box.gh_certification_box.signup_options.user {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 0px;
  border-top: 2px solid #006743;
}
.certification .certification_box.gh_certification_box.signup_options.user .sub {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.certification .certification_box.gh_certification_box.signup_options.user .sub .gray {
  color: #555;
}
.certification .certification_box.gh_certification_box.signup_options.user .txt_col_main {
  color: #82BD40;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area .img_box {
  width: 120px;
  height: 120px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  /* box-shadow: -4px -4px 8px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 8px 0px rgba(255, 255, 255, 0.25) inset; */

  margin-bottom: 16px;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area .img_box.user {
  background-image: url(../images/sub/contents/250424_ico_duplicate.svg);
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area .img_box.search_id {
  background-image: url(../images/sub/250424_ico_search_id.svg);
  background-size: cover;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area .img_box.search_pw {
  background-image: url(../images/sub/250424_ico_search_passward.svg);
  background-size: cover;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area h5 {
  overflow: hidden;
  color: #30414A;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;

  margin-bottom: 12px;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area p {
  overflow: hidden;
  color: #1D1D1D;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;

  margin-bottom: 24px;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area button {
  display: flex;
  width: 200px;
  height: auto;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 6px;
  border: 1px solid #D8D8D8;
  background: var(--ffffff, #FFF);
  /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10); */

  overflow: hidden;
  color: #1D1D1D;
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
}
.certification .certification_box.gh_certification_box.signup_options.user .box_area button:hover{
  color: #1E6B70;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 767px) {
  .certification .certification_box.gh_certification_box.signup_options.user .box_area .img_box {
    width: 80px;
    height: 80px;
    border-radius: 0px;
    background-size: cover;
  }
  .certification .certification_box.gh_certification_box.signup_options.user .box_area p {
    margin-bottom: 0px;
  }
  .certification .certification_box > .title > .btn-box {
    margin-top: 20px;
  }
}
/*회원중복확인*/

/** 회원서비스 */
/** 로그인 */

/*로그인페이지*/
.login_Box.gh_login_Box {
  padding: 50px 40px 60px 40px;
  border-radius: 0px;
  border-top: 2px solid var(--006743, #006743);
  border-bottom: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
  border-right: unset;
  border-left: unset;
  background: linear-gradient(180deg, #FFF 44.72%, #FAFCFC 86.93%, #F4F9F9 100%), var(--ffffff, #FFF);
}
.login_Box.gh_login_Box .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl {
  width: 100%;
  margin-right: 0px;
}
.login_Box.gh_login_Box .Login_btn, .capstone_btn {
  margin-top: 12px;
  width: 100%;
  height: auto;
  font-size: 16px;
  display: flex;
  order: 1;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(155deg, #3CD4CC -120.39%, var(--1-e-6-b-70, #1E6B70) 94.74%);
  font-size: 18px;
  font-weight: 600;
}
.login_Box.gh_login_Box .Login_btn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.login_Box.gh_login_Box .Login_user {
  margin-top: 24px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .login_id,.login_Box.gh_login_Box .Login_user .Login_tbl .login_pw {
  /* box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1); */
}

.login_Box.gh_login_Box .input_group {
  order: 0;
  margin-bottom: 10px;
}

.login_Box.gh_login_Box .Login_opt {
  border-top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  padding-top: 0px;
}
.login_Box.gh_login_Box .Login_opt > div > a {
  width: unset;
  height: unset;
  border: unset;
  color: #1D1D1D;
  font-size: 16px;
}
.login_Box.gh_login_Box .Login_opt > div > a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.login_Box.gh_login_Box .Login_opt > div {
  position: relative;
}
.login_Box.gh_login_Box .Login_opt > div > a::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #C6C6C6;
  position: relative;
  top: 0px;
  right: -11px;
}
.login_Box.gh_login_Box .Login_opt > div:last-child > a:after {
  content: unset;
}
.login_Box.gh_login_Box .Login_opt > div + div {
  margin-top: 0px;
}
/* 체크박스 숨기기 */
.login_Box.gh_login_Box .chkRememberMe {
  display: none;
}
/* 커스텀 체크박스 만들기 */
.login_Box.gh_login_Box .chkRememberMe_txt {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.login_Box.gh_login_Box .chkRememberMe_txt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid var(--006743, #006743);
  border-radius: 4px;
  transform: translateY(-50%);
}
.login_Box.gh_login_Box .chkRememberMe:checked + .chkRememberMe_txt::before {
  background-image: url(../images/sub/250424_pass_checked.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.login_Box.gh_login_Box .Login_user .Login_tbl .login_name:focus, 
.login_Box.gh_login_Box .Login_user .Login_tbl .login_email:focus, 
.login_Box.gh_login_Box .Login_user .Login_tbl .login_id:focus, 
.login_Box.gh_login_Box .Login_user .Login_tbl .login_pw:focus{
  border: 1px solid #1E6B70;
  background-color: #F4FAF9;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .login_id {
  color: #1D1D1D;
  font-weight: 500px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .login_pw {
  color: #1D1D1D;
  font-weight: 400px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email > .login_email,
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email  .selectbox button{
  width:  198.6px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #C6C6C6;
}

.login_Box.gh_login_Box .Login_user .Login_tbl .login_id, .Login_user .Login_tbl .login_name {
  padding-left: 38px;
  background: #FFF url(../images/sub/board/ico_login.svg) no-repeat left 16px center;
  background-size: 20px;
}
.Login_user .Login_tbl .login_email#sno1 {
  padding-left: 38px;
  background: #FFF url(../images/sub/board/250424_ico_email.svg) no-repeat left 16px center;
  background-size: 20px;
}
.sub_content_wrap.gh_sub_content_wrap .sub_cont {
  min-height: auto;
}

/*selectbox*/
.login_Box.gh_login_Box .Login_user .Login_tbl .select {
  width: 100%;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .select.scroll .selectbox .option {
	position: relative;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .select.scroll .selectbox .optionWrap::-webkit-scrollbar {
	display: none;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .select.scroll .scroll {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 4px;
	height: calc(100% - 20px);
	z-index: 10;
	overflow: auto;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .select.scroll .scroll::-webkit-scrollbar {
	width: 2px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .select.scroll .scroll::-webkit-scrollbar-thumb {
	background-color: #1C1C1C;
}
.login_Box.gh_login_Box .Login_user .Login_tbl .select.scroll .scroll::-webkit-scrollbar-track {
	background-color: #D4D4D4;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email .selectbox .option {
  border: unset;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email .selectbox button {
  width: 100%;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email .selectbox button span {
  margin-top: 0px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email .selectbox > button:after {
    background-image: url(../images/sub/board/ico_select_arrow.svg);
    width: 16px;
    min-width: 16px;
    height: 16px;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email .selectbox .option button {
  width: 100%;
  display: block;
  text-align: left;
  background: #fff;
  padding: 0 12px;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  border-radius: unset;
}
.login_Box.gh_login_Box .Login_user .Login_tbl tr > .email {
  max-width: 100%;
}

/*selectbox*/

@media screen and (max-width: 767px) {
  .login_Box.gh_login_Box .Login_user .Login_tbl tr > .email > .login_email,
  .login_Box.gh_login_Box .Login_user .Login_tbl tr > .email  .select {
    width:  48%;
  }
  .login_Box.gh_login_Box {
    padding: 50px 16px 60px 16px;
  }
  .login_Box.gh_login_Box .Login_btn, .capstone_btn {
    height: 48px;
  }
  .login_Box.gh_login_Box .Login_opt > div > a {
    font-size: 16px;
  }
}

/*로그인페이지*/

/** 로그인 */

/** 결재 */
/*무통장입금*/
.gh_contVieW .color_orange {
  color: #F06E00;
  font-weight: 600;
}

.gh_contVieW .btn-box.__pay .btn {
  border-radius: 6px;
  background: var(--006743, #006743);
}
.gh_contVieW .subnotice_box.top_notice {
  background-position: 99% 254%;
}
.gh_contVieW .pay_border {
  border: unset;
  padding: 0px;
}
.gh_contVieW .board_write {
  border-top: 2px solid var(--006743, #006743);
}
.gh_contVieW .board_write th {
  text-align: left;
  background: var(--f-8-f-8-f-8, #F8F8F8);
}
.gh_contVieW .board_write span.asterisk {
  color: #E05600;
  margin-right: 3px;
}
.gh_contVieW .memberInfo_tit > span > span.asterisk {
  color: #E05600;
  margin-right: 3px;
}
.gh_contVieW .memberInfo_tit > span{
  color: #1D1D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.gh_contVieW .memberInfo_tit {
  position: relative;
}
.gh_contVieW .subtit {
  text-indent: 30px;
}
.gh_contVieW .subtit::before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../images/sub/250421_welldying_small_logo.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .gh_contVieW .subtit::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 6px;
  }
  .gh_contVieW .subtit {
    text-indent: 26px;
  }
}
/*무통장입금*/
/*결재완료*/
.certification .certification_box.gh_certification_box.pay_success {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 0px;
  border-top: 2px solid #006743;
}
.certification .certification_box.gh_certification_box.pay_success > .title > .main span {
  color: #82BD40;
}
.certification .certification_box.gh_certification_box.pay_success > .title > .img_Box {
  background: unset;
}
.certification .certification_box.gh_certification_box.pay_success .img_Box .img {
  background-image: url(../images/sub/contents/250424_ico_duplicate.svg);
  background-size: 120px;
}
.certification .certification_box.gh_certification_box.pay_success > .title > span.main {
  margin-top: 0px; 
}
/*결재완료*/
/** 결재 */

/** 연구윤리규정위반신고 */
.gh_sub_content_wrap .btn-box .btn_report_submit {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--006743, #006743);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  color: #FFF;
  text-align: center;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
  border: unset;
  width: unset;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .gh_sub_content_wrap .board_write td .select.board_write_select .selectbox {
      width: 100%;
  }
}
@media screen and (max-width: 795px) {
  .gh_sub_content_wrap .email_inr > div:nth-child(2) span {
    width: 100%;
    margin-top: 6px;
  }
}
/** 연구윤리규정위반신고 */

/** 논문투고안내 */
/*헤더박스*/
.paper-guide .strong_font {
  color: var(--1-d-1-d-1-d, #1D1D1D) !important;
  font-family: "Pretendard" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important; /* 27px */
  letter-spacing: -0.9px !important;
}
.paper-guide .notice_area {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background: #FFE8D5;
}
.paper-guide .subnotice_box.top_notice {
  margin: 0;
  padding: 50px;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;

  border-radius: 40px 10px 10px 10px;
  border: 1px solid rgba(255, 115, 0, 0.70);
  background-image: url(../images/sub/250421_welldying_logo.svg), none;
  background-color: rgba(255, 255, 255, 0.80);
  background-position: top -27px right -18px;
  background-size: 185px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  background-blend-mode: multiply, normal;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); */

  display: flex;
  flex-direction: column;
  gap: 16px;
}
.paper-guide .subnotice_box.top_notice .tit {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.paper-guide .subnotice_box.top_notice .tit .gradient_bold {
  background: linear-gradient(100deg, #FFA600 -4.1%, #E05600 37.69%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "GmarketSans";
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 39px */
  letter-spacing: -1.3px;
}
.paper-guide .subnotice_box.top_notice .tit .bold {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "GmarketSans";
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -1.3px;
}
.paper-guide .subnotice_box.top_notice span {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.paper-guide .subnotice_box.top_notice p {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.9px;
}
.paper-guide .subnotice_box.top_notice h5 {
  display: flex;
  gap: 4px;
}
.paper-guide .subnotice_box.top_notice .divider {
  width: 30px;
  height: 2px;
  background: var(--c-6-c-6-c-6, #C6C6C6);
}
/*헤더박스*/

.paper-guide .subtit_l_con {
  padding: 2px 0 40px 30px;
}

/*하단박스*/
.paper-guide .info-box {
  width: 100%;
  border-top: 2px solid var(--006743, #006743);
  border-bottom: 2px solid var(--006743, #006743);
  padding: 30px 0px;
}
.paper-guide .info-box > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.paper-guide .info-box ul > li {
  width: 100%;
  display: flex;
  position: relative;
}
.paper-guide .info-box > ul > li::after {
  content: '';
  position: absolute;
  left: 3%;
  bottom: -17px;
  height: 1px;
  width: 94%;
  background-image: repeating-linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 4px, transparent 7px);
}
.paper-guide .info-box > ul > li:last-child::after {
  content: unset;
}
.paper-guide .info-box ul > li > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.paper-guide .info-box ul > li > ul li.info_content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 50%;
  position: relative;
  padding: 0px 20px;
}
.paper-guide .info-box ul > li > ul li.info_content.left_li::after {
  content: '';
  position: absolute;
  right: 0px;
  height: 84%;
  width: 1px;
  background-image: repeating-linear-gradient(to top, #c6c6c6, #c6c6c6 5px, transparent 4px, transparent 7px);
}
.paper-guide .info-box .info_content .img {
  display: flex;
  width: 90px;
  height: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  background: #e4e4e4;
}
.paper-guide .info-box .info_content .img img {
  display: block;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
}
.paper-guide .info-box .info_content .tit {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.paper-guide .info-box .info_content .tit h5 {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
}
.paper-guide .info-box .info_content .tit p {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}

@media screen and (max-width: 845px) {
  .paper-guide .subnotice_box.top_notice {
    padding: 24px;
  }
  .paper-guide .subnotice_box.top_notice h5 {
    flex-direction: column;
  }
  .paper-guide .info-box .info_content .tit p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .paper-guide .info-box {
    padding: 0px;
  }
  .paper-guide .info-box > ul {
    gap: 0px;
}
  .paper-guide .info-box ul > li > ul {
    flex-direction: column;
  }
  .paper-guide .info-box ul > li > ul li.info_content {
    width: 100%;
    padding: 16px 0px;
  }
  .paper-guide .info-box > ul > li::after {
    content: unset;
  }
  .paper-guide .info-box ul > li > ul li.info_content.left_li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-image: repeating-linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 4px, transparent 7px);
  }
  .paper-guide .info-box ul > li > ul li.info_content::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    background-image: repeating-linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 4px, transparent 7px);
  }
  .paper-guide .info-box ul > li:last-child > ul li.info_content:last-child::after {
    content: unset;
  }
}
@media screen and (max-width: 500px) {
  .paper-guide .subnotice_box.top_notice .tit .gradient_bold {
    font-size: 20px;
  }
  .paper-guide .subnotice_box.top_notice .tit .bold {
    font-size: 20px;
  }
  .paper-guide .subnotice_box.top_notice p {
    font-size: 16px;
  }
  .paper-guide .subtit_m {
    font-size: 16px;
  }
}

/*하단박스*/
/** 논문투고안내 */

/** 규정안내 */
.rules-guide .sub_tabbox.__03 > ul > li {
  flex: 0 1 calc(100% / 4 + 1px);
}
.rules-guide .sub_tabbox > ul > li.active > a {
  background-color: #006743;
  color: #fff;
  font-weight: 700;
}
.rules-guide .sub_tabbox > ul > li > a:focus,
.rules-guide .sub_tabbox > ul > li > a:hover {
  font-weight: 700;
  text-decoration: unset;
  text-underline-offset: 5px;
}
.rules-guide .subtit_s.in_num {
  padding-left: 27px;
}
.rules-guide .subtit_s.in_num .num {
  background-color: #FFEDD9;
  color: #1D1D1D;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}
.rules-guide .label-wrap {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.rules-guide .label-title {
  white-space: nowrap;
}
.rules-guide .label-content {
  word-break: break-word;
  max-width: 100%;
}
.rules-guide .date_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  text-align: right;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.9px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .rules-guide .sub_tabbox.__03 > ul > li {
    flex: none;
  }
  .rules-guide .sub_tabbox > ul > li.active > a {
      padding-right: 45px;
      background: #fff;
      color: #1d1d1d;
      font-weight: 500;
  }
}
/** 규정안내 */


/** 연구소장 인사말 */
.contVieW .well_introduction {
  display: flex;
  justify-content: center;
  flex-direction: column;

  padding-left: 30px;
  position: relative;
}
.contVieW .well_introduction .introduction_img {
  width: 300px;
  height: 390px;
  flex-shrink: 0;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  background-image: url(../images/sub/250507_introduction_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: absolute;
  left: 0px;
  top: 0px;
}
.contVieW .well_introduction .introduction_img .img_tit {
  display: inline-flex;
  padding: 16px 24px;
  align-items: flex-start;
  gap: 8px;

  position: absolute;
  bottom: 0px;
  right: 0px;

  border-radius: 10px 10px 8px 0px;
  background: var(--82-bd-40, #82BD40);
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.16);
}
.contVieW .well_introduction .introduction_img .img_tit span {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.5px;
}
.contVieW .well_introduction .introduction_img .img_tit span.highlight {
  font-size: 24px;
  font-weight: 700;
}
.contVieW .well_introduction .introduction_box .tit {
  width: 100%;
  padding-left: 330px;
  margin-bottom: 27px;
  position: relative;

  background-image: url(../images/sub/contents/250418_img_background_1.svg);
  background-position: top -37px right -22px;
  background-size: 201px 150px;
  background-repeat: no-repeat;
}
.contVieW .well_introduction .introduction_box .tit p {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "GmarketSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.4px;
}
.contVieW .well_introduction .introduction_box .tit p .highlight {
  background: linear-gradient(214deg, #97C33D 45.3%, #41AC48 107.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "GmarketSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.4px;
}
.contVieW .well_introduction .introduction_box .tit p .m_br {
    display: none;
}
.contVieW .well_introduction .introduction_box .tit .line {
  width: 2px;
  height: 50px;
  background: var(--c-6-c-6-c-6, #C6C6C6);

  position: absolute;
  bottom: -58px;
  left: 340px;
}
.contVieW .well_introduction .introduction_box .box {
  display: flex;
  width: 100%;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  border-radius: 16px;
  border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);
  background-image: url(../images/sub/250507_introduction_bg.png);
  background-color: var(--f-8-f-8-f-8, #F8F8F8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  background-blend-mode: normal, multiply, normal;
}
.contVieW .well_introduction .introduction_box .box .text {
  display: flex;
  padding-left: 288px;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}
.contVieW .well_introduction .introduction_box .box .text p {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
}
.contVieW .well_introduction .introduction_box .box .text p .highlight {
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .contVieW .well_introduction {
    align-items: center;
    gap: 40px;
    padding-left: 0px;
  }
  .contVieW .well_introduction .introduction_img {
    position: relative;
    filter: none;
  }
  .contVieW .well_introduction .introduction_box .tit {
    padding-left: 0px;
  }
  .contVieW .well_introduction .introduction_box .box .text {
    padding-left: 0px;
  }
  .contVieW .well_introduction .introduction_box .box {
    background-image: none;
    padding: 40px;
  }
  .contVieW .well_introduction .introduction_box .tit .line {
    display: none;
  }
}
@media screen and (max-width: 795px) {
  .contVieW .well_introduction .introduction_box .tit p .m_br {
    display: block;
  }
  .contVieW .well_introduction .introduction_box .box {
    padding: 24px;
  }
  .contVieW .well_introduction .introduction_box .tit p {
    font-size: 18px;
  }
  .contVieW .well_introduction .introduction_box .tit p .highlight {
    font-size: 18px;
  }
}

/** 연구소장 인사말 */

/** 설립취지 */
/*헤더박스*/
.paper-guide2 .strong_font {
  color: var(--1-d-1-d-1-d, #1D1D1D) !important;
  font-family: "Pretendard" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important; /* 27px */
  letter-spacing: -0.9px !important;
}
.paper-guide2 .notice_area {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background: #E4F3F0;
}
.paper-guide2 .subnotice_box.top_notice {
  margin: 0;
  padding: 50px;
  background: #f8f8f8;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;

  border-radius: 40px 10px 10px 10px;
  border: 1px solid #31AEAB;
  background-image: url(../images/sub/250421_welldying_logo.svg), none;
  background-color: rgba(255, 255, 255, 0.80);
  background-position: top -27px right -18px;
  background-size: 185px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  background-blend-mode: multiply, normal;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); */

  display: flex;
  flex-direction: column;
  gap: 16px;
}
.paper-guide2 .subnotice_box.top_notice .tit {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.paper-guide2 .subnotice_box.top_notice .tit .gradient_bold {
  background: linear-gradient(112deg, #3CD4CC -14.96%, var(--1-e-6-b-70, #1E6B70) 53.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "GmarketSans";
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 39px */
  letter-spacing: -1.3px;
}
.paper-guide2 .subnotice_box.top_notice .tit .bold {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "GmarketSans";
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -1.3px;
}
.paper-guide2 .subnotice_box.top_notice span {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.paper-guide2 .subnotice_box.top_notice p {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.9px;
}
.paper-guide2 .subnotice_box.top_notice h5 {
  display: flex;
  gap: 4px;
}
.paper-guide2 .subnotice_box.top_notice .divider {
  width: 30px;
  height: 2px;
  background: var(--c-6-c-6-c-6, #C6C6C6);
}
/*헤더박스*/

.gh_establish {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px;
  margin-top: 20px;
  gap: 24px;
}
.gh_establish .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.gh_establish .box .box_index {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  width: 240px;

  position: relative;

  border-radius: 30px 10px 10px 10px;
  border: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
  background: var(--ffffff, #FFF);
  /* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04); */
}

.gh_establish .box .box_index .box_deco {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 30px 0px 0px 0px;
  border-top: 3px solid var(--f-06-e-00, #F06E00);
  border-left: 3px solid var(--f-06-e-00, #F06E00);

  position: absolute;
  top: 0px;
  left: 0px;
}

.gh_establish .box .box_index .box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.gh_establish .box .box_index .box_top .no {
  color: var(--f-06-e-00, #F06E00);
  font-family: "GmarketSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
}
.gh_establish .box .box_index .box_top .line {
  height: 1px;
  flex: 1 0 0;
  background: #C6C6C6;
}
.gh_establish .box .box_index .box_top .icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gh_establish .box .box_index .box_top .icon.icon1{
  width: 18px;
  height: 28px;
  aspect-ratio: 9/14;
  background-image: url(../images/sub/250507_icon1.svg);
}
.gh_establish .box .box_index .box_top .icon.icon2{
  width: 26px;
  height: 28px;
  aspect-ratio: 13/14;
  background-image: url(../images/sub/250507_icon2.svg);
}
.gh_establish .box .box_index .box_top .icon.icon3{
  width: 25px;
  height: 22px;
  aspect-ratio: 25/22;
  background-image: url(../images/sub/250507_icon3.svg);
}
.gh_establish .box .box_index .box_top .icon.icon4{
  width: 26px;
  height: 26px;
  background-image: url(../images/sub/250507_icon4.svg);
}
.gh_establish .box .box_index .box_top .icon.icon5{
  width: 21px;
  height: 26px;
  aspect-ratio: 21/26;
  background-image: url(../images/sub/250507_icon5.svg);
}
.gh_establish .box .box_index .box_top .icon.icon6{
  width: 18px;
  height: 28px;
  aspect-ratio: 9/14;
  background-image: url(../images/sub/250507_icon6.svg);
}
.gh_establish .box .box_index .box_top .icon.icon7{
  width: 24px;
  height: 22px;
  background-image: url(../images/sub/250507_icon7.svg);
}
.gh_establish .box .box_index .box_top .icon.icon8{
  width: 30px;
  height: 22px;
  background-image: url(../images/sub/250507_icon8.svg);
}

.gh_establish .box .box_index .box_txt {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}

@media screen and (max-width: 1279px) {
  .gh_establish .box {
    flex-wrap: wrap;
  }
  .gh_establish .box .box_index {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 795px) {
  .gh_establish .box .box_index {
    width: 100%;
  }
}
@media screen and (max-width: 697px) {
  .paper-guide2 .subnotice_box.top_notice {
    padding: 24px;
  }
  .paper-guide2 .subnotice_box.top_notice h5 {
    flex-direction: column;
  }
  .paper-guide2 .subnotice_box.top_notice .tit .gradient_bold {
    font-size: 20px;
  }
  .paper-guide2 .subnotice_box.top_notice .tit .bold {
    font-size: 20px;
  }
}

/** 설립취지 */

/** 연구소 연혁 */
.welldying_history {
  display: flex;
  gap: 40px;

  margin-top: 40px;
}
.welldying_history .side_logo {
  display: flex;
  width: 173px;
  height: 173px;
  align-items: flex-start;
  gap: 10px;
  background-image: url(../images/sub/250507_img_history.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.welldying_history .box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(100% - 210px);
}
.welldying_history .box > .year {
  display: flex;
  padding-bottom: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 2px solid var(--006743, #006743);
}
.welldying_history .box > .year h4 {
  color: var(--006743, #006743);
  font-family: "GmarketSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -1.2px;
  flex: 1 0 0;
}

.welldying_history .box .history {
  display: flex;
  gap: 20px;

  padding-bottom: 30px;
  border-bottom: 1px dashed var(--8-e-8-e-8-e, #8E8E8E);
}
.welldying_history .box .history.end_history {
  border-bottom: 2px solid var(--006743, #006743);
}
.welldying_history .box .history .year {
  flex-shrink: 0;
  overflow: hidden;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.1px;
}
.welldying_history .box .history .year {
  width: 70px;
}
.welldying_history .box .history .story_line {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.welldying_history .box .history .story_line > ul {
  display: flex;
  gap: 10px;
  position: relative;
}
.welldying_history .box .history .story_line > ul > .txt ul {
  display: flex;
  gap: 10px;
}
.welldying_history .box .history .story_line > ul > .txt ul .line_icon {
  display: inline-block;
  width: 6px;
  height: 2px;
  flex-shrink: 0;

  background-image: url(../images/sub/250507_line_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
  top: 11px;
}
.welldying_history .box .history .story_line > ul > .txt ul li {
  display: flex;
  gap: 4px;
}
.welldying_history .box .history .story_line > ul > .txt ul li.month {
  align-items: baseline;
}
.welldying_history .box .history .story_line > ul > .txt ul li ul {
  display: flex;
  flex-direction: column;
}

.welldying_history .box .history .story_line > ul > .txt ul li .txt {
  display: flex;
  align-items: center;
  max-width: 632px;
}

.welldying_history .box .history .story_line > ul > .txt {
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.08px;
}
.welldying_history .box .history .story_line > ul .month {
  width: 40px;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--006743, #006743);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.09px;
}

.welldying_history .box .history .story_line .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 11px;
  height: 11px;

  padding-top: 13.5px;
}
.welldying_history .box .history .story_line > ul .icon .icon_dot1 {
  width: 11px;
  height: 11px;
  background-image: url(../images/sub/250507_history_dot1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.welldying_history .box .history .story_line > ul .icon .icon_dot2 {
  width: 6px;
  height: 6px;
  background-image: url(../images/sub/250507_history_dot2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.welldying_history .box .history .story_line::before {
  content: '';
    display: block;
    width: 1px;
    height: calc(100% - 11px);
    border-left: 1px solid #C6C6C6;
    position: absolute;
    left: 5px;
    top: 11px;
}
.welldying_history .box .history .story_line > ul:last-child::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 16.5px);
  border-left: 1px solid #fff;
  position: absolute;
  left: 5px;
  top: 16.5px;
  z-index: 10;
}


@media screen and (max-width: 1279px) {
  .welldying_history .side_logo {
    display: none;
  }
  .welldying_history .box {
    width: 100%;
  }
  .welldying_history .box .history .story_line > ul > .txt ul li .txt {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .welldying_history .box .history .story_line > ul .txt ul {
    display: block;
  }
  /* .welldying_history .box .history .story_line::before {
    height: 75%;
  } */
}
@media screen and (max-width: 400px) {
  /* .welldying_history .box .history .story_line::before {
    left: 4px;
  } */
}
/** 연구소 연혁 */

/** 조직도 */
.welldying_org_chart{
  min-height: 652px;
  display: flex;
  padding: 40px 40px 50px 40px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid var(--d-8-d-8-d-8, #D8D8D8);  
  background: url(../images/sub/250421_welldying_logo.svg) top -38px left -59px / 354px no-repeat, linear-gradient(180deg, var(--ffffff, #FFF) 0%, #F4F9F9 125.38%);
  background-blend-mode: multiply, normal;
}

.welldying_org_chart .org_chart_list{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.welldying_org_chart .org_chart_list .depth1_box {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #DBE8E6;

  position: relative;
}
.welldying_org_chart .org_chart_list .depth1_box::before {
  content: '';
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-image: url(../images/sub/contents/250508_org_dot.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.welldying_org_chart .org_chart_list .depth1_box::after {
  content: '';
  width: 1px;
  height: 40px;
  background: var(--919191, #919191);

  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translate(-50%);
}
.welldying_org_chart .org_chart_list .depth1_box .deco_box {
  display: flex;
  width: 140px;
  height: 140px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  border: 1px solid var(--1-e-6-b-70, #1E6B70);
  background: linear-gradient(163deg, #3CD4CC -78.54%, var(--1-e-6-b-70, #1E6B70) 112.31%);
  box-shadow: -4px -4px 8px 0px rgba(255, 255, 255, 0.25) inset, 4px 4px 8px 0px rgba(255, 255, 255, 0.25) inset;
}
.welldying_org_chart .org_chart_list .depth1_box .deco_box span {
  color: var(--ffffff, #FFF);
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  font-family: "GmarketSans";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;

  position: relative;
}
.welldying_org_chart .org_chart_list .depth1_box .deco_box span::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F06E00;
  position: absolute;
  top: -1px;
  right: -10px;
}

.welldying_org_chart .org_chart_list .line_box{
  width: 242px;
  height: 40px;
  border-radius: 16px 16px 0px 0px;
  border-top: 1px solid var(--919191, #919191);
  border-right: 1px solid var(--919191, #919191);
  border-left: 1px solid var(--919191, #919191);
  margin-top: 40px;
}

.welldying_org_chart .org_chart_list > ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
.welldying_org_chart .org_chart_list > ul li {
  display: flex;
  flex-direction: column;
}
.welldying_org_chart .org_chart_list > ul li ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.welldying_org_chart .org_chart_list > ul li .depth2_box {
  display: flex;
  width: 168px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 30px 4px 4px 4px;
  border: 1px solid var(--1-e-6-b-70, #1E6B70);
  background: var(--ffffff, #FFF);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);

  color: var(--0-c-5155, #0C5155);
  text-align: center;
  font-family: "GmarketSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.9px;

  position: relative;
}
.welldying_org_chart .org_chart_list > ul li .depth2_box::before {
  content: '';
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-image: url(../images/sub/contents/250508_org_dot.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.welldying_org_chart .org_chart_list > ul li .depth2_box::after {
  content: '';
  width: 1px;
  height: 40px;
  background: var(--919191, #919191);

  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translate(-50%);
}
.welldying_org_chart .org_chart_list > ul li .depth2_box .deco_box{
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 35px 0px 0px 0px;
  border-top: 8px solid var(--1-e-6-b-70, #1E6B70);
  border-left: 8px solid var(--1-e-6-b-70, #1E6B70);

  position: absolute;
  top: -8px;
  left: -8px;
}
.welldying_org_chart .org_chart_list > ul li ul li{
  display: flex;
  padding: 6px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;

  border-radius: 100px;
  background: #E4F3F0;
}
.welldying_org_chart .org_chart_list > ul li ul li .deco_box_sub{
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 100px;
  border: 1px solid #699598;
  background: #FAFFFE;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);

  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .welldying_org_chart .org_chart_list .line_box {
    display: none;
  }
  .welldying_org_chart .org_chart_list > ul {
    flex-direction: column;
    margin-top: 40px;
  }
  .welldying_org_chart .org_chart_list > ul {
    gap: 40px;
  }
  .org_chart_list {
    padding-left: 0px;
  }
}

/** 조직도 */
/** 연구소정관 */
.welldying_sub_con_accoList.sub_con_accoList > li + li{
  margin-top: 0px;
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem > dt > button{
  border: unset;
  border-bottom: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
  background: unset;
  color: #1D1D1D;
  width: 100%;
  text-align: left;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.9px;
  border-radius: 0px;
  position: relative;
}
.welldying_sub_con_accoList.sub_con_accoList > li:first-child > .sub_con_accoItem > dt > button{
  border-top: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem > dt > button span{
  color: #006743;
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem > dt > button::before{
  position: absolute;
  content: '정관 보기';
  width: 91px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url(../images/sub/contents/250509_ico_acco_down.svg);
  background-repeat: no-repeat;
  background-position: 89% 50%;
  background-size: 16px;
  background-color: #EEF4E9;
  padding: 4px 10px 4px 14px;
  font-size: 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem.sub__open > dt > button::before{
  content: '정관 닫기';
  background-image: url(../images/sub/contents/250509_ico_acco_up.svg);
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem.sub__open > dt > button{
  border-radius: 0px;
  background: unset;
  border: unset;
  border-top: 2px solid var(--c-6-c-6-c-6, #006743);
  border-bottom: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
  color: #1D1D1D;
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a{
  width: 100%;
  border: unset;
  border-bottom: 2px solid var(--c-6-c-6-c-6, #006743);
  background: #F9F9F9;
  border-radius: 0px;
  padding: 24px;
}
.welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem > dd > .sub_item_a .subtit_l{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .welldying_sub_con_accoList.sub_con_accoList > li > .sub_con_accoItem > dt > button{
    padding: 16px 16px;
  }
}
/** 연구소정관 */

/** CI소개 */
.contVieW > .ci_introduction > .btn-group {
  margin-top: 16px;
}
.contVieW > .ci_introduction > .btn-group > .btn-group-inr {
  text-align: center;
}
.contVieW > .ci_introduction > .btn-group > .btn-group-inr > .btn.btn_down {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  line-height: 150%;
  width: 220px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #0C5155;
  text-align: center;
  border: 1px solid var(--1-e-6-b-70, #1E6B70);
}
.contVieW > .ci_introduction > .btn-group > .btn-group-inr > .btn.btn_down:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  background: #F4FAF9;
}
.contVieW > .ci_introduction > .btn-group > .btn-group-inr > .btn.btn_down span {
  padding-right: 24px;
  position: relative;
}
.contVieW > .ci_introduction > .btn-group > .btn-group-inr > .btn.btn_down > span::before{
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  right: 0;
  top: 50%; transform: translateY(-50%);
  background-image: url(../images/sub/contents/250509_ico_btn_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contVieW > .ci_introduction .logo_Box .img {
  width: 411px;
  height: 112px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contVieW > .ci_introduction .color_info {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
}
.contVieW > .ci_introduction .color_info .info_box {
  display: flex;
  align-items: center;
}
.contVieW > .ci_introduction .color_info .info_box .color {
  display: flex;
  width: 139px;
  height: 132px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px 0px 0px 10px;

  color: #FFF;
  text-align: center;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
}
.contVieW > .ci_introduction .color_info .info_box1 .color {
  background: var(--006743, #006743);
}
.contVieW > .ci_introduction .color_info .info_box2 .color {
  background: var(--006743, #82BD40);
}
.contVieW > .ci_introduction .color_info .info_box3 .color {
  background: var(--006743, #555);
}
.contVieW > .ci_introduction .color_info .info_box .info {
  display: flex;
  padding: 17px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  border-radius: 0px 10px 10px 0px;
  border: 1px solid #D8D8D8;
  background: #FFF;

  width: 179px;
}
.contVieW > .ci_introduction .color_info .info_box .info .info_1 {
  flex: 1 0 0;
  align-self: stretch;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
}
.contVieW > .ci_introduction .color_info .info_box .info .info_2 {
  flex: 1 0 0;
  align-self: stretch;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.contVieW > .ci_introduction .color_info .info_box .info .info_3 {
  flex: 1 0 0;
  align-self: stretch;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.8px;
}
.contVieW > .ci_introduction .color_info .info_box1 .info .info_1 {
  color: var(--006743, #006743);
}
.contVieW > .ci_introduction .color_info .info_box2 .info .info_1 {
  color: var(--82-bd-40, #82BD40);
}
.contVieW > .ci_introduction .color_info .info_box3 .info .info_1 {
  color: #555;
}

@media screen and (max-width: 1279px) {
  .contVieW > .ci_introduction .color_info {
    justify-content: space-between;
  }
  .contVieW > .ci_introduction .color_info .info_box {
    gap: 20;
    flex-direction: column;
    width: 30%;
  }
  .contVieW > .ci_introduction .color_info .info_box .color {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }
  .contVieW > .ci_introduction .color_info .info_box .info {
    border-radius: 0px 0px 10px 10px;
    width: 100%;
  }
  .contVieW > .ci_introduction .color_info .info_box .color .br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contVieW > .ci_introduction .logo_Box .img {
    width: 211px;
    height: 57px;
  }
  .contVieW > .ci_introduction .color_info {
    flex-direction: column;
    gap: 20px;
  }
  .contVieW > .ci_introduction .color_info .info_box {
    width: 100%;
  }
  .contVieW > .ci_introduction > .btn-group > .btn-group-inr > .btn.btn_down {
    width: 100%;
  }
}
/** CI소개 */

/** 오시는 길 */
.map_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-top: 32px;
}

.map_info .map_info_head {
  display: flex;
  padding-bottom: 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-bottom: 1px solid var(--c-6-c-6-c-6, #C6C6C6);
}
.map_info .map_info_head .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;

  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
}
.map_info .map_info_head .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;

  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  color: var(--1-d-1-d-1-d, #1D1D1D);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
}
.map_info .map_info_head .tit .impact {
  background: linear-gradient(228deg, #97C33D 10%, #41AC48 96.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.map_info .map_info_head .button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.map_info .map_info_head .button button {
  display: flex;
  padding: 12px 16px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 50px;

  border-radius: 100px;
  border: 1px solid var(--1-e-6-b-70, #1E6B70);
  background: var(--ffffff, #FFF);

  overflow: hidden;
  color: var(--1-e-6-b-70, #1E6B70);
  text-align: center;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}
.map_info .map_info_head .button .kakao_map .ico {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sub/contents/250509_icon_kakao.svg);
}
.map_info .map_info_head .button .naver_map .ico {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sub/contents/250509_icon_naver.svg);
}
.map_info .map_info_head .button .kakao_map:hover,
.map_info .map_info_head .button .naver_map:hover {
  border: 1px solid var(--1-e-6-b-70, #1E6B70);
  background: var(--1-e-6-b-70, #1E6B70);
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
}
.map_info .map_info_head .button .kakao_map:hover .ico {
  background-image: url(../images/sub/contents/250509_icon_kakao_hover.svg);
}
.map_info .map_info_head .button .naver_map:hover .ico {
  background-image: url(../images/sub/contents/250509_icon_naver_hover.svg);
}

.map_info .map_info_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.map_info .map_info_body .info {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.map_info .map_info_body .info .line {
  width: 1px;
  height: 13px;
  background: var(--8-e-8-e-8-e, #8E8E8E);
}
.map_info .map_info_body .info .tit {
  display: flex;
  align-items: center;
  gap: 4px;

  overflow: hidden;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}
.map_info .map_info_body .info .info_txt {
  overflow: hidden;
  color: var(--1-d-1-d-1-d, #1D1D1D);
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
}
.map_info .map_info_body .info .tit .ico {
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: #EFF3F2;
}
.map_info .map_info_body .info .tit .ico .ico_img {
  display: block;
  width: 18px;
  height: 18px;
}
.map_info .map_info_body .addr .tit .ico .ico_img {
  background-image: url(../images/sub/contents/250509_icon_adress.svg);
  background-repeat: no-repeat;
}
.map_info .map_info_body .tel .tit .ico .ico_img {
  background-image: url(../images/sub/contents/250509_icon_call.svg);
  background-repeat: no-repeat;
}
.map_info .map_info_body .workt .tit .ico .ico_img {
  background-image: url(../images/sub/contents/250509_icon_calendar.svg);
  background-repeat: no-repeat;
}
.map_info .map_info_body .info .tit .txt {
  width: 56px;
  height: 19px;
}

@media screen and (max-width: 767px) {
  .map_info .map_info_head {
    flex-direction: column;
    align-items: baseline;
    gap: 16px
  }
  .map_info .map_info_head .tit {
    flex: unset;
    font-size: 20px;
  }
  .map_info .map_info_head .button button {
    font-size: 14px;
    gap: 36px;
  }
}
/** 오시는 길 */

/* welldying */