@charset "utf-8";

/**************************************** 
    page 공통 :  key_visual_area
****************************************/
.key_visual_area {
  width: 1260px;
  height: 200px;
  border-radius: 10px;
  margin: 0;
  color: #fff;
  padding: 35px 80px 35px 80px;
  display: flex;
  background: #37c375;
  box-sizing: border-box;
}
.key_visual_area .txt_area {
  display: flex;
  flex-direction: column;
}
.key_visual_area.visual_customer .img {
  width: 227px;
  height: 173px;
  background: transparent url("../images/page/visual_customer.png") no-repeat 0
    0;
  background-size: 227px 200px;
  position: absolute;
  right: 219px;
  top: 27px;
}
.key_visual_area.visual_edu .img {
  width: 371px;
  height: 172px;
  background: transparent url("../images/page/visual_edu.png") no-repeat 90% 0px;
  background-size: 371px 221px;
  position: absolute;
  right: 80px;
  top: 28px;
}
.key_visual_area.visual_cyberedu .img {
  width: 434px;
  height: 187px;
  background: transparent url("../images/page/visual_cyberedu.png") no-repeat
    90% 0px;
  background-size: 434px 248px;
  position: absolute;
  right: 147px;
  top: 13px;
}
.key_visual_area.visual_mypage .img {
  width: 473px;
  height: 190px;
  background: transparent url("../images/page/visual_mypage.png") no-repeat 0 0;
  background-size: 473px 180px;
  position: absolute;
  right: 227px;
  top: 20px;
}
.key_visual_area.visual_purpose .img {
  width: 325px;
  height: 190px;
  background: transparent url("../images/page/visual_new_customer.png") no-repeat 0 0;
  position: absolute;
  right: 286px;
  top: 10px;
}
.key_visual_area.visual_sitemap .img {
  width: 324px;
  height: 178px;
  background: transparent url("../images/page/visual_sitemap.png") no-repeat 0 0;
  position: absolute;
  right: 173px;
  top: 22px;
}
.key_visual_area h2 {
  font-size: 40px;
  font-family: "PRETSB";
  letter-spacing: 2px;
}
.key_visual_area p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.key_visual_area ul {
  margin: 20px 0 0 20px;
}

.key_visual_area ul li {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 15px;
  line-height: 1.4;
}

.key_visual_area .txt_area .login_txt {
  font-family: "PRETSB",serif;
  margin-top:18px
}

.key_visual_area .txt_area .btn_setup {
  margin-top:16px
}

/**************************************** 
    page 공통 : control_area
****************************************/
.sch_area.row1 {
  width: 100%;
  height: 100px;
  background: #eff1f3;
  border-radius: 10px;
  padding: 0 58px;
  display: flex;
  align-items: center;
}
.sch_area.row2, .menu_info_area.row2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #eff1f3;
  border-radius: 10px;
  padding:26px 60px;
  justify-content: center;
  margin-bottom: 60px;
}
.menu_info_area .title {
  width:186px;
  height:48px;
  background:#37C375;
  border-radius: 24px;
  line-height: 48px;
  color:#fff;
  text-align: center;
  font-size: 19px;
  font-family: "PRETSB", serif;
}
.sch_area.row1 .select,
.sch_area.row2 .select,
.sch_area.row2 .input.txt {
  height: 48px;
  border: 0;
}

.sch_area.row2 > div {
  display: flex;
  align-items: center;
  position: relative;
}
.sch_area.row2 .last_div {
  margin-top:12px
}
.sch_area.row2 .select,
.sch_area.row2 .input.txt {
  width: 600px;
}

.sch_area .pos_re strong:nth-of-type(1) {
  font-size: 17px;
  width: 103px;
}
.sch_area .pos_re strong:nth-of-type(2) {
  font-size: 17px;
  margin: 0 40px;
}
.list_control_box {
  display: flex;
  height: 80px;
  align-items: center;
  flex-direction: row;
}

.list_num {
  min-width: calc(100% - 180px);
  color: #999;
  text-indent: 10px;
}

.list_num.color_active {
  color:#09AA5C
}

.list_seleted {
  display: flex;
  align-self: flex-end;
  height:40px
}

.sch_area .chk_area {
	height: 34px;
	margin-top: 14px;
}

/**************************************** 
    공통 : 로그인
****************************************/
.member_login_area {
  width: 600px;
  margin: 60px auto auto auto;
}
.member_login_area .form_group {
  padding: 40px 60px;
  margin-bottom: 20px;
}

.member_login_area .col2 {
  display: flex;
  justify-content: space-between;
}

.member_login_area .col2 .round12 {
  padding: 40px 30px 47px 35px;
  width: 290px;
  box-sizing: border-box;
  color: #25282b;
}

.member_login_area .form_group .title_area {
  margin-bottom: 16px;
}

.member_login_area .form_group .title_area h3,
.member_login_area .col2 .title_area h3 {
  color: #25282b;
  font-family: "PRETSB", serif;
}
.member_login_area .form_group .title_area h3 {
  font-size: 31px;
  margin-bottom: 20px;
}
.member_login_area .col2 .title_area h3 {
  font-size: 16px;
  line-height: 1.6;
}

.member_login_area .join_link h3 {
  background: transparent url("../images/common/ico_my_green.svg") no-repeat;
}
.member_login_area .idPw_link h3 {
  background: transparent url("../images/common/ico_logout_blue.svg") no-repeat;
}
.member_login_area .join_link h3,
.member_login_area .idPw_link h3 {
  background-size: 45px 45px;
  background-position: 100% 50%;
}

.member_login_area .title_area p,
.member_login_area .form_group .chk_area {
  color: #5a6265;
  font-size: 15px;
}
.member_login_area .title_area p {
  margin-top: 17px;
  line-height: 1.6;
}
.member_login_area .col2 .title_area p {
  font-size: 15px;
}
.member_login_area .group {
  margin-top: 8px;
}
.member_login_area .group .input.txt {
  height: 56px;
  line-height: 56px;
  padding: 0 24px;
  width: 480px;
}
.member_login_area .group .input.txt::placeholder {
  font-size: 16px;
  color: #5a6265;
}
.member_login_area .form_group .btn.btn_active {
  width: 100%;
  font-size: 19px;
  font-family: "PRETSB", serif;
  padding: 0;
  height: 56px;
  line-height: 56px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.util_group a.color_active {
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.util_group a.color_active:hover {
  text-decoration: underline;
}
.util_group a.color_active .chk,
.user_guide_area a.color_active .chk {
  width: 6px;
  height: 10px;
  display: inline-block;
  background: transparent url("../images/common/ico_arrow_r_green.svg")
    no-repeat 0 0;
  transform: rotate(180deg);
  margin-left: 2px;
  background-size: 100%;
}

/**************************************** 
    공통 : 아이디/비밀번호 찾기
****************************************/
.idpw_area {
  width: 800px;
  margin: 60px auto auto auto;
}
.certi_info_area {
  width: 800px;
  margin: 40px auto 0 auto;
  font-size: 14px;
  color: #5a6265;
  line-height: 1.4;
}
.idpw_area .col2,
.idpw_area .title_group {
  display: flex;
  justify-content: space-between;
}
.idpw_area .title_group,
.idpw_area .col2 .round12 {
  color: #5a6265;
  font-size: 14px;
}
.idpw_area .col2 .round12 {
  padding: 40px 24px 47px 24px;
  width: 390px;
  height: 420px;
  box-sizing: border-box;
}
.idpw_area .title_group {
  align-items: center;
  margin-bottom: 44px;
}
.idpw_area .title_group h3 {
  font-size: 31px;
  color: #25282b;
  font-family: "PRETSB", serif;
}
.idpw_area .col2 .title_area h3 {
  font-size: 19px;
  color: #25282b;
  font-family: "PRETSB", serif;
  display: flex;
  align-items: center;
}

.idpw_area .col2 .title_area h3::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  margin-right: 8px;
}

.idpw_area .col2 .title_area.id_find h3::before {
  background: url("../images/common/ico_my_green.svg") no-repeat;
  background-size: 32px 32px;
}
.idpw_area .col2 .title_area.pw_find h3::before {
  background: url("../images/common/ico_logout_blue.svg") no-repeat;
  background-size: 32px 32px;
}

.idpw_area .title_area p,
.idpw_area .title_area label {
  font-size: 16px;
}

.idpw_area .title_area p {
  margin-top: 36px;
}

.idpw_area .title_area .input.txt {
  width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
}

.idpw_area .col2 .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.idpw_area .user_certi_area {
  display: flex;
  margin-top: 30px;
}
.idpw_area .user_certi_area.mt14 {
  margin-top: 44px;
}
.idpw_area .user_certi_area .ipin_area,
.idpw_area .user_certi_area .certi_area {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right:10px
}

.idpw_area .user_certi_area .ipin_area p,
.idpw_area .user_certi_area .certi_area p {
  line-height: 1.4;
}
.idpw_area .user_certi_area .btn.default {
  padding: 0 14px;
  font-size: 15px;
  color: #5a6265;
  font-family: "PRETSB", serif;
  margin-top: 20px;
}

.idpw_area .user_certi_area .img_ipin,
.idpw_area .user_certi_area .img_certi {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: 100%;
  margin-bottom: 18px;
}

.idpw_area .user_certi_area .img_ipin {
  background: url("../images/common/ico_ipin.svg") no-repeat;
}
.idpw_area .user_certi_area .img_certi {
  background: url("../images/common/ico_certi.svg") no-repeat;
}

.certi_info_area .ul_dot {
  margin-left: 10px;
}
.certi_info_area .ul_dot li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 12px;
}
.certi_info_area .ul_dot li:last-of-type {
  margin-bottom: 0;
}
.certi_info_area .ul_dot li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #5a6265;
  border-radius: 4px;
  position: absolute;
  top: 20%;
  left: -1px;
}
.certi_info_area .ul_dot.nchild3 li:nth-of-type(3):before {
  top: 40%;
}
.certi_info_area .ul_dot li > div {
  display: inline-block;
  word-break: keep-all;
}

/**************************************** 
    공통 : 회원가입-회원유형선택
****************************************/
.join_area {
  width: 800px;
  margin: 60px auto 0 auto;
}
.join_area .header_group h3 {
  font-size: 31px;
  color: #25282b;
  font-family: "PRETSB", serif;
}
.join_area .header_group p.txt {
  color: #5a6265;
  font-size: 15px;
  margin-top: 18px;
}
.join_area .header_group + .col2 {
  margin-top: 60px;
}

.join_area .header_group + .col2.mb230 {
    padding-bottom:230px
}
.join_area .col2 {
  display: flex;
  justify-content: space-between;
}
.join_area .col2 .round12 {
  padding: 40px 30px 40px 40px;
  width: 390px;
  height: 330px;
  box-sizing: border-box;
}
.join_area .title_area {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.join_area .col2 .title_area h3 {
  font-size: 23px;
  color: #fff;
  font-family: "PRETSB", serif;
}
.join_area .col2 .title_area h3 + p {
  margin-top: 14px;
}
.join_area .link_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.join_area .link_area .public_user {
  width: 189px;
  height: 183px;
  background: transparent url("../images/page/img_public_user.svg") no-repeat 0
    0;
}
.join_area .link_area .childern_user {
  width: 154px;
  height: 126px;
  background: transparent url("../images/page/img_children_user.svg") no-repeat
    0 0;
}

.join_area .link_area .public_user {
  position: absolute;
  left: -9px;
  top: 10px;
}
.join_area .link_area .childern_user {
  position: absolute;
  top: 69px;
}
.join_area .link_area .btn.white {
  position: absolute;
  right: 0;
  top: 100px;
}
/**************************************** 
    공통 : 회원가입 SPEP
****************************************/

.join_area .page_title_area h2 {
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 31px;
}

.join_area .page_title_area h2,
.join1_area fieldset legend h3 {
    font-family: "PRETSB", serif;
}

.join1_area fieldset legend {
    position: relative;
    height: 26px;
    margin-bottom:19px
}
.join1_area fieldset legend h3{
    display: block;
    width: 800px;
    font-size: 19px;
    text-indent: 0;
    height: 26px;
    line-height: 26px;    
}

.join1_area fieldset {
    display: flex;
    flex-direction: column;
}
.join1_area .scroll_area{
    border: 1px solid #DEE1E5;
    box-sizing: border-box;
    padding:0 0 20px 0;
    position: relative;
    height:140px;
}

.join1_area .scroll_area .clause_area {
    font-size: 15px;
    color: #5A6265;
    line-height: 1.4;
    margin:30px 0 0 20px
}

.join1_area .chk_area{
    margin: 17px 0 37px 0;
}

.join1_area .personal_link {
    color:#348CAD;
    font-size: 15px;
    font-family: "PRET" serif;
    margin-bottom:29px
}

.join2_area .title_group h3 {
  font-size: 19PX;
  font-family: "PRETSB", serif;
  margin-bottom:27px
}
.join2_area .certi_info_area {
    width: 800px;
    margin: 0;
    font-size: 14px;
    color: #5a6265;
    line-height: 1.4;
  }

  .join2_area .certi_info_area .ul_dot{
    margin-left:0
  }
  .join2_area .col2 {margin-top:38px}
  .join2_area .col2 .round12 {
    height: 240px;
    padding:37px 40px 52px 40px;
  }

  .join2_area .col2 .round12:nth-child(1) {
    background: url('../images/common/ico_ipin.svg') no-repeat 250px 40px;
    background-size: 100px 100px;
  }
  .join2_area .col2 .round12:nth-child(2) {
    background: url('../images/common/ico_certi.svg') no-repeat 250px 40px;
    background-size: 100px 100px;
  }
  .join2_area .col2 .round12 .certi_area strong,
  .join2_area .col2 .round12 .ipin_area strong{
    font-size: 19px;
    font-family: "PRETSB", serif;
    margin-bottom:9px;
    display: inline-block;
  }
  .join2_area .col2 .round12 .certi_area p,
  .join2_area .col2 .round12 .ipin_area p{
    font-size: 16px;
    color:#5A6265;
    line-height: 1.5;
  }

  .join2_area .col2 .round12 .ipin_area .btn.default,
  .join2_area .col2 .round12 .certi_area .btn.default{
    padding: 0 14px;
    font-size: 15px;
    color: #5a6265;
    font-family: "PRETSB", serif;
    margin-top: 30px;
}

  .join2_area .round12.default {
    padding:38px;
    margin-top:40px
  }

  .join2_area .col1 .certi_info_area .ul_dot li > div {
    display: inline-block;
    word-break: break-all;
    width: 724px;
}
.join3_area {
  padding-top:21px
}
 .join3_area .title_group {
  display: flex;
  justify-content: space-between;
}
 .join3_area .title_group {
  align-items: center;
  margin-bottom: 21px;
}
 .join3_area .title_group h3 {
  font-size: 19px;
  color: #25282b;
  font-family: "PRETSB", serif;
}
.join3_area .title_group p {
  color:#5A6265;
  font-size: 15px;
}
 .join3_area .title_group .num_filter {
  font-size: 14px;
  color:#fff;
  font-family: "PRETSB", serif;
  display: inline-block;
  width:18px;
  height: 18px;
  border-radius: 18px;
  background:#25282b;
  text-align: center;
  line-height: 1.3;
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.join3_area .tb_area {
  border-top:1px solid #25282B;
  margin-bottom:57px
}
.join3_area .tb_area:last-of-type{
  margin-bottom:0
}
.join3_area table.board.list.left th, table.board.list.left td{
  padding:12px 0
}
.join3_area table.board.list.left.service_form th,
.join3_area table.board.list.left.service_form td{
  padding:22px 0
}
.join3_area table.board.list.left.service_form th{
  vertical-align: top;
}
.join3_area table.board.list.left .tr_top_group th,
.join3_area table.board.list.left .tr_top_group td{
  padding:12px 0 5px 0;
  border-bottom:0
}
.join3_area table.board.list.left .tr_bot_group th,
.join3_area table.board.list.left .tr_bot_group td{
  padding:5px 0 12px 0;
  border-bottom:0
}
.join3_area table.board.list.left .tr_bot_group {border-bottom:1px solid #EFF1F3}
.join3_area .obj_area,
.join3_area .obj_area .tel_group{
  display:flex;
  align-items: center;
}
.join3_area label,
.join3_area .obj {
  font-size:15px;
  color:#25282B;
  font-family: "PRETSB",serif;
  position: relative
}
.join3_area .input.txt,
.join3_area .input.txt,
.join3_area .select_box2{
  height:40px;
}
.join3_area  .obj p{
  font-size: 14px;
  font-family: "PRET", serif;
  line-height: 1.2;
  color:#8E8E8E
}

.join3_area .tel_group {
  display: flex;
  align-items: center;
}

.join3_area .zone_group{
  height: 40px;
}

.join3_area .tel_group .obj .select_box2 > a,
.join3_area .mail_group .obj .select_box2 > a,
.join3_area .zone_group .obj .select_box2 > a {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  padding: 9px 0 9px 16px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 15px;
  font-family: "PRET", serif;
  color:#5A6265
}
.join3_area .tel_group .obj .select_box2 > a{
  width:100%;
  min-width:80px;
  
}
.join3_area .mail_group .obj .select_box2 > a,
.join3_area .zone_group .obj .select_box2 > a{
  width:100%;
  min-width:156px;
}

.join3_area .tel_group .obj .select_box2 > a::after,
.join3_area .mail_group .obj .select_box2 > a::after,
.join3_area .zone_group .obj .select_box2 > a::after {
  content: '';
  background: transparent url('../images/common/ico_selcct.svg') no-repeat 100% 50%;
  display: inline-block;
  width: 26px;
  height: 40px;
  position: absolute;
  top: 0;
  right:2px
}

.join3_area .tel_group .obj .select_box2 > ul,
.join3_area .mail_group .obj .select_box2 > ul,
.join3_area .zone_group .obj .select_box2 > ul {
  top:-3px
}
.join3_area .tel_group .obj .dash,
.join3_area .mail_group .obj .mail_ent {
  display:inline-block;
  width:18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color:#5A6265;
  font-family: "PRET", serif;
}

.join3_area .mail_group .obj .mail_ent {
  width:14px
}

.join3_area .tel_group .obj .input.txt,
.join3_area .mail_group .obj .input.txt,
.join3_area .zone_group .obj .input.txt,
.pop_tb_area .obj .input.txt {
  padding:0 10px
}
.join3_area .tel_group .select_box2 {
  z-index:6
}
.join3_area .tel_group.first .select_box2 {
  z-index:7
}
.join3_area .mail_group .select_box2 {
  top:0;
  left:349px
}

.join3_area .chk_btn_area {
  height: 24px;
  margin:8px 0 11px 0
}
.join3_area .chk_btn_area .btn {
  font-size: 15px;
  background: transparent url("../images/common/btn_chk_g_off.svg") no-repeat 0
    50%;
  background-size: 24px 24px;
  text-indent: 30px;
  height: 24px;
  line-height: 24px;
}
.join3_area .btn + .btn {
  margin-left: 13px;
  height: 24px;
  line-height: 24px;
}
.join3_area .btn.active {
  background: transparent url("../images/common/btn_chk_g_on.svg") no-repeat 0 50%;
  background-size: 24px 24px;
}
.join3_area .join1_btn_list .btn.active {
    background: #37c375;
    font-family: "PRETSB", serif;
    color: #fff;
    margin-left: 8px;
    height:48px;
    line-height: 48px;
}
.join3_area .sns_service,
.join3_area .mail_service {
  font-size: 15px;
  color: #5A6265;
}
.join3_area .sns_service strong,
.join3_area .mail_service strong{
  color:#25282B;
  font-size: 15px;
}
.join3_area .sns_service p,
.join3_area .mail_service p{
  color:#8E8E8E;
  font-size: 14px;
  line-height: 1.5;
}

.join3_area .careerEngin_service,
.join3_area .careerInfo_service {
  display: flex;
  justify-content: space-between;
}

.join3_area .careerEngin_service .chk_btn_area,
.join3_area .careerInfo_service .chk_btn_area {
  margin:0
}

.join3_area .careerEngin_service .txt_group,
.join3_area .careerInfo_service .txt_group{
  padding:15px 20px;
  width:287px;
  box-sizing: border-box;
  color:#fff
}

.join3_area .careerEngin_service .txt_group{
  height:92px;
  background:#93AA97;  
}

.join3_area .careerInfo_service .txt_group{
  height:84px;
  background:#C6BAAA;  
}

.join3_area .careerEngin_service .txt_group p,
.join3_area .careerInfo_service .txt_group p{
  font-size: 13px;
  line-height: 1.2;
}

.join3_area .careerEngin_service .txt_group strong,
.join3_area .careerInfo_service .txt_group strong{
  font-size: 17px;
  font-family: "PRETSB",serif;
  margin-top:7px;
  display: inline-block;
}

.join_area .join4_area .round0.accent{
  display:flex;
  justify-content: space-between;
}
.join_area .join4_area .col1.mb200 {
  margin-bottom:200px
}
.join_area .join4_area .col1 .round0 {
  padding: 58px 24px 0 80px;
  width: 800px;
  height: 400px;
  box-sizing: border-box;
  background: #37c375 url('../images/page/visual_new_customer.png') no-repeat 73px 119%;
  background-size: 325px 234px;
}

.join_area .join4_area .title_area {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-display: flex;
}

.join_area .join4_area .title_area h3 {
  font-family: "PRETSB", serif;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 6px;
}

.join_area .join4_area .link_area{
  justify-content: flex-start;
  margin-top:20px
}

.join_area .join4_area .col1 .txt_group{
  font-size: 16px;
  line-height: 1.6;
}

.join_area .join4_area .link_area .btn.white {
  position: relative;
  top:0;
  height:40px;
  padding:0 13px;
  line-height: 40px;
  color:#5A6265;
  font-size: 14px;
}

.join_area .join4_area .link_area .btn.white + .btn.white {
  margin-left:8px
}


/**************************************** 
    마이페이지 : 내수강 현황, 나의 강의실
****************************************/
.visual_mypage .col2{
  display: flex;
    justify-content: space-between;
    width: 100%;
}
.mypage_area {
  display: flex;
  flex-direction: column;
}
.mypage_area .page_title_area h2 {
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 31px;
  font-family: "PRETSB", serif;
  padding-left: 10px;
  margin-bottom:12px
}
.mypage_area .page_title_area h3,
.mypage_area .my_survey_area h3 {
  font-size: 19px;
  font-family: "PRETSB", serif;
  padding-left: 10px;
}
.mypage_area .page_title_area h3{
  margin-bottom:20px
}
.mypage_area .my_survey_area h3{
  padding:50px 0 30px 0
}
.mypage_area .card_col3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mypage_area .card_col3 .card {
  margin:0 30px 30px 0;
}
.mypage_area .card_col3 .card:nth-child(3n){
  margin-right:0
}
.mypage_area .card_col3 .card.round12 {
  border: 1px solid #DEE1E5;
  width: 400px;
  height: 300px;
  padding:30px 20px 48px 30px
}
.mypage_area .card_col3 .card.round12.no_data {
  border: 0;
  width: 400px;
  height: 300px;
  padding:0
}
.mypage_area .card_col3 .card.round12.no_data img {
  width: 400px;
  height: 300px;
}
.mypage_area .card_col1 + .line_tab_area{
    margin:20px 0 40px 0
}
.mypage_area .card_col3.fix_width .card {
    margin:0 20px 0 0
}
.mypage_area  .card_col3.fix_width .card:last-child{
    margin:0
}
.mypage_area .card_col3.fix_width .card:nth-child(1),
.card_col3.fix_width .card:nth-child(2) {
    width:240px
}
.mypage_area .card_col3.fix_width .card:last-child {
    width:740px
}
.mypage_area .card_col3.fix_width .card .press_title {
  color: #25282B;
  font-size: 17px;
  font-family: "PRETSB",serif;
  margin-bottom:20px
}
.mypage_area .card_col3 .card.default {
  border: 1px solid #f4f4f5;
  position: relative;
}
.mypage_area .card_col1 .card.default {
  border: 1px solid #f4f4f5;
  padding:40px 80px;
  width:100%;
  box-sizing: border-box;
  margin-bottom:36px;
  height: 586px;
}
.mypage_area .card_col1 .card.default .list_btn_area .btn.btn_active:hover {
  background:#28B968;
  color:#fff
}
.accent.progress{
  background:#6DDE84;
  width:240px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: absolute;
  bottom:0
}
.mypage_area .card_col3 .card.default .accent_group,
.mypage_area .card_col3 .card.default .learn_group {
  position: relative;
  z-index: 2;
  display:flex;
  flex-direction: column;
}

.mypage_area .card_col3 .card.default .accent_group  p {
  font-size: 17px;
  font-family: "PRETSB", serif;
  position: relative;
  top: 27px;
  left: 25px;
}
.mypage_area .card_col3 .card.default  .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top:110px;
}
.mypage_area .card_col3 .card.default .learn_group  .txt {
  top:117px
}
.mypage_area .card_col3 .card.default  .txt strong {
  font-size:31px;
  font-family: "PRETSB", serif;
}
.mypage_area .card_col3 .card.default .txt span {
  font-size: 15px;
  font-family: "PRET", serif;
  display: inline-block;
  margin-top:10px;
  letter-spacing: -1px;
}
.mypage_area .card_col3 .card.default .learn_group .txt span {
  margin-top:12px;
}
.mypage_area .card .card_title_area {
    display: flex;
    flex-direction: column;
    margin-bottom:40px
}
.mypage_area .card_col1 .card.default .card.round12.line {
  padding:0 40px
}

.progress.learn_progress {
  color:#191919;
  font-size: 16px;
}
.progress_area {
  display: flex;
  height:20px;
  align-items: center;
}
.progress.learn_progress,
.progress.suggest_progress {
  background:#DEE1E5;
  width:500px;
  height: 20px;
  border-radius: 0;
  border:0;
}
.progress.learn_progress .progress {
 height: 20px;
 background: #37c375;
}
.progress.learn_progress .progress.warning {
 background: #D54D50;
}
.progress.suggest_progress .progress {
  height: 20px;
  background: #4EB1D6;
}
.progress_area span {
  margin-left:20px;
}

.mypage_area .card .card_title_area .title{
    font-size: 31px;
    font-family: "PRETSB",sans-serif;
    margin-top:10px
}
.mypage_area .card_group  dl dt  .inner,
.mypage_area .card_group  dl dd{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mypage_area .card_group  dl dt  .inner .edu_key{
  margin-bottom:12px
}
.mypage_area .card_group  dl dt  .inner strong a {
  font-size: 18px;
  font-family: "PRETSB", serif;
  line-height: 1.4;
  word-break: keep-all;
}
.mypage_area .card_group  dl dd {
  margin-top:10px;
  font-size: 15px;
  color:#5A6265;
  line-height: 1.4;
}

.mypage_area .card_group  dl dd p{
  line-height: 1.4;
}

.mypage_area .card_group .card-util-group {
  display: flex;
  margin-top:30px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #5A6265;
}
.mypage_area  .card_group .card-util-group  .progress-txt {
  display:flex;
  align-items: center;
}
.mypage_area  .card_group .card-util-group  .progress-txt strong {
  font-size: 23px;
  color: #25282b;
  font-family: "PRETSB";
  margin-left:8px;
  margin-top:-1px
}
.mypage_area  .card_group .card_btn_area {
  width:210px;
  display: flex;
  justify-content: flex-end;
}
.mypage_area  .card_group .card_btn_area .btn.active_btn.active{
  font-family: "PRET",serif;
}

.mypage_area  .card_group .card_btn_area .btn.active_btn.active .chk {
  display: inline-block;
  width: 6px;
  height: 9px;
  background: transparent url('../images/common/ico_arrow_w_r.svg') no-repeat 0 0;
  margin-left: 4px;
}

.mypage_area .tb_area .txt_area ul {
  display: flex;
  margin-top: 10px;
}
.mypage_area .tb_area .txt_area ul li strong {
  font-family: "PRET", serif;
  font-size: 16px;
  color: #191919;
}
.mypage_area .tb_area .txt_area ul li:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #191919;
  margin: 0 4px;
  position: relative;
  top: 1px;
}

.mypage_area .my_lecture_area .tb_area {
  margin: 0 40px 0 60px;
}
.mypage_area .tb_area .txt_area strong {
  font-size: 16px;
  font-family: "PRETSB", serif;
}
.mypage_area .tb_area .txt_area ul {
  display: flex;
  margin-top: 7px;
}
.mypage_area .tb_area .txt_area ul li strong {
  font-family: "PRET", serif;
  font-size: 16px;
  color: #191919;
}
.mypage_area .tb_area .txt_area .online_txt {
  font-size:15px;
  color:#8E8E8E;
  margin-top:7px
}
.mypage_area .tb_area .txt_area ul li:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #8e8e8e;
  margin: 0 4px;
  position: relative;
  top: 1px;
}
.mypage_area .tb_area span.color_active {
  font-size: 40px;
  font-family: "PRETSB", serif;
}
.mypage_area .tb_area .active_btn.active {
  display: inline-block;
  color: #fff;
}
.mypage_area .tb_area .active_btn.active:hover {
  background:#28B968;
  color:#fff
}
.mypage_area .tb_area .active_btn.active + .active_btn.active {
  margin-right: 0;
}

.mypage_area .my_link_area {
  margin-top: 10px;
}
.mypage_area .my_link_area,
.mypage_area .my_link_list {
  display: flex;
  height: 50px;
  align-items: center;
}
.mypage_area .my_survey_area {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.mypage_area .my_link_area h3 {
  font-size: 17px;
  color: #25282b;
  font-family: "PRETSB", serif;
  margin-right: 36px;
}
.mypage_area .my_link_area .my_link_list li {
  margin-right: 10px;
}

/**************************************** 
    마이페이지 : 학습 중인 교육과정
****************************************/
.mypage_area .my_study_text{
  color:#5A6265;
  font-size:15px;
  padding-left:10px;
  height: 140px;
  box-sizing: border-box;
  margin-bottom:17px
}
.mypage_area .my_study_text h3 {
  font-size: 31px;
  color:#25282B;
  font-family: "PRETSB", serif;
  margin-top:30px
}
.mypage_area .my_study_text p{
  margin-top:8px;
  line-height: 1.4;
}
.mypage_area .my_study_area h3 {
  font-size: 19px;
  color:#25282B;
  font-family: "PRETSB", serif;
  margin-bottom:19px;
  display: inline-block;
  padding-left:10px
}
.mypage_area .my_study_area .tb_area .txt_area ul li,
.mypage_area .my_study_area .tb_area .txt_area ul li strong {
  font-family: "PRET", serif;
  font-size: 16px;
  color: #8e8e8e;
}
.mypage_area .my_study_area .tb_area .txt_area ul li:nth-child(1)::after {
  background: #8e8e8e;
}
.mypage_area table.board.list td a.btn.line,
.mypage_area table.board.list td span.btn.line {
  display: inline-block;
  line-height: 40px;
  margin-right: 6px;
  color: #5a6265;
}
.mypage_area table.board.list td span.btn.line,
.mypage_area table.board.list td span.btn.d_gray {
  cursor: default;
}
.my_study_area + .my_study_area {
  margin-top: 37px;
}

/**************************************** 
    마이페이지 : 수료 이력, 수료이력조회
****************************************/
.mypage_area .chk_btn_area .btn {
  font-size: 17px;
  background: transparent url("../images/common/btn_chk_off.svg") no-repeat 0
    50%;
  background-size: 24px 24px;
  text-indent: 32px;
  display: inline-block;
  height: 24px;
  margin-right: 15px;
}
.mypage_area .chk_btn_area .btn:last-of-type {
  margin-right: 0;
}
.mypage_area .chk_btn_area .btn.active {
  background: transparent url("../images/common/btn_chk_on.svg") no-repeat 0 50%;
  background-size: 24px 24px;
}
.mypage_area .tb_area .flex_row.btn_area {
  display: flex;
  justify-content: center;
}
.mypage_area .tb_area .flex_row.btn_area .btn + .btn {
  margin-left: 8px;
}
.mypage_area table.board.list.center td a.btn:hover {
  text-decoration: none;
}

 .sch_area.row2 .select_box1,
 .sch_area.row2 .select_box1 > a {
  height:48px;
  line-height: 48px
}

.sch_area.row2 .select_box1 > a {
  background:#fff;
  border-radius: 4px;
  padding-left: 16px;
  max-width: 540px;
  overflow:hidden;
}

.sch_area.row2 .select_box1 > ul {
  z-index:5;
  top:49px
}

 .sch_area.row2 .select_box1 > a::after {
  height:48px
}
 .sch_area.row2 .first_div strong,
 .sch_area.row2 .last_div strong {
  width:140px;
  color:#5A6265;
  font-size: 17px;
}

 .sch_area.row2 .first_div strong:nth-of-type(2){
  width:73px;
  padding:0 30px 0 40px
}


/**************************************** 
    온라인 교육 : 리스트
****************************************/
.edu_guide_area img {
  width: 200px;
  height: 133px;
  border-radius: 10px;
  position: relative;
}
.edu_guide_area .txt_area {
  display: flex;
  flex-direction: column;
}
.edu_guide_area .txt_area ul {
  display: flex;
  font-size: 15px;
  color: #25282b;
}
.edu_guide_area .txt_area ul:first-of-type {
  margin-bottom: 11px;
}
.edu_guide_area .txt_area ul li {
  margin-right: 12px;
  color:#5A6265
}
.edu_guide_area .txt_area a strong {
  display: block;
  font-size: 16px;
  font-family: "PRETSB", serif;
  margin:8px 0 18px 0;
}
.edu_guide_area .txt_area ul li .color_active {
  color:#09AA5C
}
.edu_guide_area table.board.list td a.btn.btn_active {
  display: inline-block !important;
  color: #fff !important;
}
.edu_guide_area table.board.list td a.btn.btn_active:hover {
  background:#28B968;
  color:#fff;
  text-decoration: none;
}

/**************************************** 
    온라인 교육 : 상세
****************************************/
.content_area .view_data_area .round12.line {
  padding: 40px 80px;
}
.content_area .view_data_area .dtail_inner {
  display: flex;
  justify-content: space-between;
}

.content_area .view_data_area .dtail_inner .image_area {
  width: 320px;
  margin-top: 100px;
}
.content_area .view_data_area .dtail_inner .image_area img {
  width: 320px;
  height: 213px;
}
.content_area .view_data_area .dtail_inner + .dtail_inner {
  width: 100%;
  display: block;
}
.view_data_area .dtail_inner .board + .board {
  margin: 20px 0 80px 0;
}

.content_area
  .view_data_area
  .dtail_inner
  + .dtail_inner
  table.board.view.top_line_gray
  tbody
  tr.tb_content:first-child {
  border-top: 1px solid #e4e8ec;
}

.content_area
  .view_data_area
  .dtail_inner:nth-of-type(1)
  table.board.view.top_line_gray
  tbody
  tr.tb_content:last-child
  th,
.content_area
  .view_data_area
  .dtail_inner:nth-of-type(1)
  table.board.view.top_line_gray
  tbody
  tr.tb_content:last-child
  td {
  border-bottom: 0;
}


.register_area {width:100%; height:80px; position:fixed; bottom:0; z-index:10; background:#25282B; display:flex; align-items: center; left: 0px;}
.register_area .register_interest,
.register_area .register_edu {
    width:50%; 
    height:80px;  
    position: relative;
    display: flex;
    align-items: center;
}

.register_area .register_interest {
  justify-content: flex-end;
}

.register_area .register_interest div,
.register_area .register_edu div {
    height: 80px;
    line-height: 80px;
}

.register_area .register_interest > div,
.register_area .register_edu > div {width:630px; display: flex;
  justify-content: center;}

.register_area .register_edu {
    background:#37C375;
}
.register_area .register_interest a,
.register_area .register_edu a {
    color: #37C375; 
    padding-left:34px
}
.register_area .register_edu a {color:#fff}
.register_area .register_interest a,
.register_area .register_edu a {
    font-size: 21px;
    font-family: 'PRETB', serif;
    display: inline-block;
}
.register_area a.btn.ico_hert {
    background:transparent url('../images/common/ico_hart.svg') no-repeat 0 50%;
    background-size: 25px 25px;
}
.register_area a.btn.ico_w_arrow {
    background:transparent url('../images/common/ico_arrow_w_right.svg') no-repeat 0 50%;
    background-size: 25px 25px;
}
.register_area p {
    color: #fff;
    font-size: 21px;
    font-family: "PRETB", serif;
}
.register_area figure {
    width: 121px;
    height: 109px;
    position: absolute;
    top: -28px;
    left: 611px;
    display:none
}

footer.active {margin: 0 auto; padding: 0 0 100px 0;}

footer.fixed {position: fixed; bottom:0}


/**************************************** 
    진로지도 자료 : 리스트
****************************************/
.sch_area.row2 .first_div .select_box1 + .input.txt {
  margin-left:20px
}

/**************************************** 
    커리어Info
****************************************/
.career_info {
  padding:30px 80px
}
.career_info .careerInfo_btnArea {
  display: flex; 
  justify-content: flex-end
}
.career_info .careerInfo_btnArea .btn.line {
  margin-bottom:26px
}
.career_info .careerInfo_btnArea .btn.line:hover {
    background: #37C375;
    color: #fff;
}
.career_info .dtail_inner{
  display:flex;
  justify-content: space-between;
  padding-bottom:60px;
  border-bottom:1px solid #DEE1E5;
  width: 1100px;
}
.career_info .dtail_inner:last-of-type {
  border-bottom:0 none;
} 
.career_info .dtail_inner + .dtail_inner {
  margin-top:56px
}
.career_info table {padding:0}
.career_info table.board.view.career_info thead div.tb_title_area {
  width:100%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  padding:0;
  align-items: baseline;
  padding-bottom: 19px;
}
.career_info table.board.view.career_info thead div.tb_title_area strong{
  font-size: 29px;
}

.career_info table.board.view.career_info thead div.tb_title_area p{font-size:15px;
  color:#8E8E8E 
}

table.board.view.career_info .info_list {
  font-size: 16px;
  margin-left: -6px;
}
table.board.view.career_info .info_list dt {
  color: #191919;
  font-family: "PRETSB", serif;
  margin: 0 0 10px 24px;
  text-indent: -24px;
}
table.board.view.career_info .info_list dt span {
  background: transparent url('../images/common/ico_selcct.svg') no-repeat 0 50%;
  background-size: 100%;
  width: 20px;
  height: 12px;
  display: inline-block;
  transform: rotate(
-90deg);
}
table.board.view.career_info .info_list dd {
  color:#5A6265;
  margin-left: 20px;
  line-height: 1.4;
}
table.board.view.career_info tbody tr  td {
  border-bottom:1px solid #F4F4F5 !important
}
table.board.view.career_info tbody tr.tb_content:last-of-type td {
  padding:18px 0 0 0;
  border-bottom:0 none !important
}

.career_info .dtail_inner .image_area {
  text-align: center;
  width: 320px;
}

.career_info .dtail_inner .image_area .webzin_btn {
  display: inline-block;
  margin-top:20px
}

/**************************************** 
    센터소개 : 사이버진로교육센터 소개
****************************************/
.center_area .card_col1 {
  margin-bottom:20px
}
.center_area .card_col1.etc {
  margin-bottom:0
}
.center_area .card_col1.introduce .round12{
  height:230px; 
  padding:60px 50px;
  box-sizing: border-box;
  background:#f4f4f5 url('../images/page/img_introduce1.png') no-repeat 1060px 60px
}

.center_area .card_col1.obj .round12{
  height:540px; 
  padding:60px 50px;
  box-sizing: border-box;
}

.center_area .card_col1 .round12 .txt_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.center_area .card_col1 .round12 .txt_group .title {
  width:96px;
  height:48px;
  background:#37C375;
  border-radius: 24px;
  line-height: 48px;
  color:#fff;
  text-align: center;
  font-size: 19px;
  font-family: "PRETSB", serif;
}

.card_col1 .round12 .txt_group .txt,
.card_col1 .round12 .txt_group .txt_s {
  font-size: 25px;
  font-family: "PRETSB", serif;
  line-height: 1.6;
  margin-left:30px
}

.card_col1 .round12 .txt_group .txt_s {
  font-size: 16px;
  font-family: "PRET", serif;
}

.card_col1.obj .obj_list{
  display: flex;
  margin:46px 0 0 126px
}

.card_col1.obj .obj_list dt{
  font-family: "PRETSB", serif;
}
.card_col1.obj .obj_list dd{
  margin-top:12px;
  color:#5A6265;
  line-height: 1.6;
}

.card_col1.obj .obj_list .obj_group {
  border-right: 1px solid #DEE1E5;
  height: 320px;
}
.card_col1.obj .obj_list .obj_group.obj4{
  border-right:0
}

.card_col1.obj .obj_list .obj_group.obj1 {
  width:240px;
  background:transparent url('../images/page/img_introduce2.png') no-repeat 0 100%
}
.card_col1.obj .obj_list .obj_group.obj2{
  background:transparent url('../images/page/img_introduce3.png') no-repeat 59px 100%
}
.card_col1.obj .obj_list .obj_group.obj3{
  background:transparent url('../images/page/img_introduce4.png') no-repeat 91px 100%
}
.card_col1.obj .obj_list .obj_group.obj4{
  background:transparent url('../images/page/img_introduce5.png') no-repeat 139px 100%
}
.card_col1.obj .obj_list .obj_group.obj2,
.card_col1.obj .obj_list .obj_group.obj3,
.card_col1.obj .obj_list .obj_group.obj4 {
  width:240px;
  margin-left:20px;
  margin-top:2px
}

.card_col1.etc{
  display: flex;
  justify-content: space-between;
}
.card_col1.etc .round12.col1{
  width:620px;
  padding:60px 50px;
  height: 360px;
  box-sizing: border-box;
}

.card_col1.etc .round12.col1.last {
  padding:60px 50px 0 36px;
}

.card_col1.etc .txt_group .etc_list1,
.card_col1.etc .txt_group .etc_list2 {
  margin-left:30px
}

.card_col1.etc .txt_group .etc_list1 dt {
  font-family: "PRETSB", serif;
  margin-bottom:12px
}

.card_col1.etc .txt_group .etc_list1 dd {
  line-height: 1.6;
}

.card_col1.etc .txt_group .etc_list1 dl + dl,
.card_col1.etc .txt_group .etc_list2 dl + dl {
  margin-top:20px
}

.card_col1.etc .txt_group .etc_list2 dl {
  display: flex;
}
.card_col1.etc .txt_group .etc_list2 dt {
  font-family: "PRETSB", serif;
  line-height: 1.6;
}
.card_col1.etc .txt_group .etc_list2 dd {
  line-height: 1.6;
  margin-left:20px
}

/**************************************** 
    센터소개 : 목적 및 현황
****************************************/
.purpose_text{
  color:#5A6265;
  padding-left:10px;
  box-sizing: border-box;
  margin-bottom:47px;
}
.purpose_text h3 {
  font-size: 31px;
  color:#25282B;
  font-family: "PRETSB", serif;
  margin-top:33px;
}

.purpose_text ul  {
  margin:0 0 12px 20px
}
.purpose_text ul li{
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.5;
  color:#5A6265;
  text-indent: -4px;
}
.purpose_text strong {
  font-family: "PRETSB", serif;
  font-size: 18px;
}
.purpose_text table {
  margin-top: 2px;
}

/**************************************** 
    동영상
****************************************/
.movie_main {
  width: 100%; 
  height: 100%; 
  display: flex; 
  background:#EFF1F3
}
.movie_bg.movie { 
  width: 100%; 
  height: 100%; 
/*   display: flex;  */
  background:#EFF1F3
}
.movie_bg.movie .layer_btn_area {
  position: absolute;
  top: 5px;
  right: 0px;
}

.movie_bg.movie .layer_btn_area .btn_movie_close {
  width:30px;
  height: 30px;
  background:transparent url('../images/common/btn_movie_close.png') no-repeat 0 0;
  background-size:30px 30px;
  font-size: 0;
  margin-top: 5px;
}

.movie_bg.movie .movie_area {
  width: auto;
  height: auto;
  margin: auto;
/*   position: relative; */
}
.movie_bg.movie .movie_tilte {
  font-size: 31px; 
  font-family: "PRETSB", serif; 
  display: flex; 
  align-items: center;
  margin: 10px 0 0 50px;
}
.movie_bg.movie .movie_tilte h2 {
  margin-left:12px;
  word-break:keep-all;
}
.movie_bg.movie .movie_group {
  margin:10px 0 0 50px; 
/*   width:69rem;  */
/*   min-height:40rem; */
}
.movie_bg.movie .movie_group .img {
    width: 80rem;
    height: 40rem;
    background: url('../images/page/img_move.png') no-repeat 0 0;
    background-size: 80rem 40rem;
}
.movie_bg.movie .move_btn_area {
  margin-top:10px; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.movie_bg.movie .move_btn_area .btn + .btn {
  margin-left:20px
}
.menu_bg.movie .logo_area {
  height: 120px;
  border-bottom:1px solid #EFF1F3
}
.movie_main .menu {
  position:absolute;
  top:0px; 
  left:-100%; 
  width:320px; 
  height: 100%; 
  background:#fff;  
  transition: all 0.3s;
}
.movie_main .menu > div.menu_group { 
  padding: 40px 20px 0px 20px;
  overflow-y: scroll;
  height: auto;
}
.movie_main .left_open_area {
  width:20px;
  height: 100%;
  position: absolute;
  background:#fff;
}

.movie_main .left_open_area button{
  height:136px;
  width:24px;
  background:transparent url('../images/common/btn_left_open.png') no-repeat 0 0;
  position: absolute;
  left:20px;
  cursor: pointer;
  font-size: 0;
  top: 50%;
    margin-top: -68px;
}

.movie_main .left_close_area button{
  height:136px;
  width:24px;
  background:transparent url('../images/common/btn_left_close.png') no-repeat 0 0;
  position: absolute;
  right: -20px;
  display: flex;
  cursor: pointer;
  font-size: 0;
  top: 50%;
    margin-top: -68px;
}
.movie_main .logo_area {
  padding:40px 0 0 20px
}
.movie_main .logo_area h1.logo {
    width: 220px;
    height: 51px;
    background: transparent url('../images/common/logo.svg') no-repeat 0 0;
    background-size: 54px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 9px 0 0 0;
    box-sizing: border-box;
}
.movie_main .logo_area h1 img {
  display: block;
  margin-left: 70px;
  height: 11px;
  width: 68px;
}
.movie_main .logo_area h1 .logo_txt2 {
  font-family: "PRETB";
  font-size: 19px;
  color: #38404a;
  display: inline-block;
  margin-left: 70px;
  height: 31px;
  line-height: 31px;
}
.movie_main .tree a,
.movie_main .tree .color_active {
  margin-left:10px; 
  background:transparent; 
  border:0;
  font-size: 15px;
  color:#5A6265;
  position: relative;
}
.movie_main .tree .jstree-default .jstree-clicked,
.movie_main .tree a:hover {
  color:#37C375
}
.movie_main .tree .depth01.unfold .color_active{
  font-family: "PRETSB", serif;
}
.movie_main .tree ul.depth2 > li {
  margin:20px 0
}
.movie_main .tree ul.depth3 {
  padding-top: 7px;
}
.movie_main .tree ul.depth3 > li {
  margin:7px 0
}
.movie_main .tree li.unfold>ul {
  display:block;
}
.movie_main .tree li {
  position: relative;
  min-height: 20px;
  display: block;
}
.movie_main .tree li.depth01,
.movie_main .tree ul.depth02 > li {
  margin-bottom:20px
}
.movie_main .tree ul.depth02 {
  margin-top:20px
}
.movie_main .tree ul.depth03 {
  margin-top:15px
}
.movie_main .tree ul.depth03 > li {
  padding-bottom:7px
}
.movie_main .tree ul.depth03 > li:last-of-type{
  padding-bottom:0
}
.movie_main .tree>li:first-child::after {
  top:0; 
  left:-1px; 
  width:1px; 
  height:10px; 
  background:#fff
}
.movie_main .tree li.last::after {
  top:11px; 
  left:-1px; 
  width:1px; 
  height:100%; 
  background:#fff
}

.movie_main .tree li span {
  cursor:default;
  position:absolute; 
  top:4px; 
  left:0; 
  width:20px; 
  height:20px; 
  background:#fff; 
  text-align:center; 
  cursor:pointer; 
  border:1px solid #DEE1E5
}
.movie_main .tree li span::before {
  content:'+';
  color:#37C375; 
}
.movie_main .tree li.unfold > span {
  cursor:default;
  position:absolute; 
  top:4px; 
  left:0; 
  width:20px; 
  height:20px; 
  background:#fff; 
  text-align:center; 
  line-height:17px; 
  cursor:pointer; 
  border:1px solid #DEE1E5
}
.movie_main .tree li.unfold > span::before {
  content:'-';	
  color:#37C375; 
}
.movie_main .tree li.final span{
  cursor:default;
  position:absolute; 
  top:4px; 
  left:0; 
  width:0px; 
  height:0px; 
  background:transparent; 
  text-align:center; 
  line-height:17px; 
  cursor:pointer; 
  border:0
}
.movie_main .tree li.final span::before {
  content:'없음';	
  font-size: 0;
}

.movie_main .tree li.final > a,
.movie_main .tree li.nofold > a {
  margin-left:-7px
}

.movie_main .tree > li.unfold > span {
  position:absolute; 
  top:4px; 
  left:0; 
  width:20px; 
  height:20px; 
  text-align:center; 
  line-height:17px; 
  cursor:pointer; 
  border:0;
  background:#37C375
}
.movie_main .tree > li.unfold > span::before {
  content:'-';
  color: #fff;
}

.movie_main .tree li.nofold > span{
  cursor:default;
  position:absolute; 
  top:4px; 
  left:0; 
  width:0px; 
  height:0px; 
  background:transparent; 
  text-align:center; 
  line-height:17px; 
  cursor:pointer; 
  border:0
}

.movie_main .tree li.nofold > span::before{
  content:'없음';
}

/**************************************** 
    사이트맵
****************************************/
.sitemap_area {
  display:flex; 
  width: 1260px;
  flex-wrap: wrap;
}

.sitemap_area  .col1{
  width:400px;
  margin:30px 30px 0 0;
}
.sitemap_area  .col1 .round12.default{
  width:400px;
  padding:37px 40px;
  box-sizing: border-box;
}

.sitemap_area > div:nth-of-type(3),
.sitemap_area > div:nth-of-type(6){
  margin-right:0
}

.sitemap_area > div:nth-of-type(1),
.sitemap_area > div:nth-of-type(2),
.sitemap_area > div:nth-of-type(3){
  margin-top:0
}

.sitemap_area  .col1 .sitemap_group h3{
  font-family: "PRETSB", serif;
  font-size: 19px;
  color:#25282B;
  margin-bottom:19px
}

.sitemap_area  .col1 .sitemap_group ul  {
  margin:0 0 0 20px
}
.sitemap_area  .col1 .sitemap_group ul li{
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.4;
  border-bottom:1px solid #E4E8EC
}

.sitemap_area  .col1 .sitemap_group ul li:last-of-type{
  border:0
}

.sitemap_area  .col1 .sitemap_group ul li a {
  display:inline-block;
  color:#5A6265;
  padding:18px 0 20px 0;
  margin-left:-4px
}

.sitemap_area  .col1 .sitemap_group ul li a:hover{
  color: #37c375;
}

.login_input_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.login_form_area label {
  color: #5a6265;
  font-size: 16px;
}

.obj_list li {
  background: url(../images/common/bul/bul_grayDot.gif) 0 8px no-repeat;
  padding-left: 6px;
  margin: 0 6px 6px 6px;
  word-break: keep-all;
}

/* 240716 사이버진로교육 new style kyolimsoft */
@font-face {
  font-family: "jalnan";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/JalnanGothic.woff") format("woff");
}
body {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.key_visual_area.visual_result {
  position: relative;
}

.key_visual_area.visual_result .img {
  display: inline-block;
  width: 340px;
  height: 166px;
  background: transparent url("../images/page/visual_result.png") no-repeat 0 0;
  position: absolute;
  right: 90px;
  bottom: 0;
}

.result-tit {
  font-size: 24px;
  font-weight: 600;
  margin-top: 36px;
}

.result-box {
  font-size: 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  margin-top: 42px;
  position: relative;
  z-index: 0;
}
.result-box > * {
  font-size: 16px;
}
.result-box .bubble {
  width: 80px;
  height: 80px;
  background-color: #eee;
  border-radius: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}
.result-box .bubble::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-color: #eee;
}
.result-box .right {
  display: inline-flex;
  width: calc(100% - 100px);
  align-items: center;
  vertical-align: middle;
}
.result-box .grade::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/page/ico_grade1.png") no-repeat center;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-left: 2px;
}

.result-pie-box {
  text-align: center;
  width: 212px;
  height: 212px;
  box-sizing: border-box;
  border-radius: 190px;
  background-color: #f5f5f5;
  padding: 6px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.result-pie-box .txt {
  color: #333;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 57px;
  width: 100%;
}
.result-pie-box .txt .tit {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.result-pie-box .score {
  margin-top: 13px;
  display: block;
  font-size: 40px;
  font-family: "jalnan";
}
.result-pie-box .grade {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  padding: 6px 8px;
  min-width: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
}

.pie-graph-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  --percentage: 0; /* 초기에는 0으로 설정 */
}
.pie-graph-wrap::before {
  content: "";
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #666;
  border-radius: 100px 100px 0 0;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  z-index: 3;
  background: url("../images/page/pie_bullet_bg.png") no-repeat 0 5px;
}

.pie-graph {
  position: relative;
  width: 100%;
  height: 100%;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.3s ease;
  animation: pieGraph 0.9s ease-in-out forwards;
}
.pie-graph::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: conic-gradient(#666, #666 calc(var(--percentage, 0) / 2), #ccc 0);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
  transform: rotate(270deg);
}
.pie-graph::after {
  content: "";
  position: absolute;
  display: block;
  background: #f5f5f5;
  z-index: 0;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  border-radius: 50%;
  top: 18px;
  left: 18px;
}

.pcnt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: pieGraphBullet 0.9s ease-in-out forwards;
}

.pie-graph-wrap .dim {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 100px 100px;
  z-index: 1;
  overflow: hidden;
}
.pie-graph-wrap .dim::before {
  content: "";
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ccc;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: -9px;
  z-index: 2;
}

.pie-graph-wrap .dim2 {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(50% - 9px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 100px 100px;
  z-index: 2;
  overflow: hidden;
  overflow: hidden;
}

.pcnt-wrap .pcnt {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) rotate(calc(var(--percentage, 0) * 1.8deg));
  transform-origin: center center;
  width: 100%;
  height: 200%;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform-origin: center;
  width: 18px;
  height: 100%;
}

.pcnt-wrap .pcnt::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #666;
  border-radius: 50%;
  top: 0;
  left: 0;
  left: calc(50% - 9px);
}

.result-bar-box {
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  padding: 15px 20px 15px 76px;
  box-sizing: border-box;
  margin-left: -50px;
  border-radius: 0 10px 10px 0;
}
.result-bar-box .item {
  margin-top: 15px;
  display: flex;
}
.result-bar-box .item .txt {
  margin-right: 27px;
  white-space: nowrap;
  min-width: 150px;
}
.result-bar-box .item .txt .tit {
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
}
.result-bar-box .item .txt .score {
  font-size: 24px;
  font-weight: 600;
  font-family: "jalnan";
  min-width: 43px;
  text-align: right;
  display: inline-block;
}
.result-bar-box .item .txt .mg {
  font-weight: 600;
  font-size: 18px;
}
.result-bar-box .item:first-child {
  margin-top: 0;
}
.result-bar-box .bar-graph {
  overflow: hidden;
  background-color: #ccc;
  height: 28px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.result-bar-box .bar-graph span.pcnt {
  display: inline-block;
  height: 100%;
  background-color: #666;
  width: calc(var(--percentage, 0) * 1%);
  position: relative;
  animation: pcntage 1.5s ease forwards;
  white-space: nowrap;
  z-index: 1;
}
.result-bar-box .bar-graph span.pcnt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(50%, -50%, 0) rotate(45deg);
  z-index: -1;
}
.result-bar-box .bar-graph .pcnt-txt {
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  padding-left: 11px;
  padding-top: 5px;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.result-bar-box .bar-graph .pcnt-txt::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/page/ico_grade1.png") no-repeat center;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-left: 2px;
}

.ico-score {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/page/ico_grade1.png") no-repeat center;
  vertical-align: middle;
  transform: translateY(-1px);
}

.custom-chk, .custom-rdo {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 8px;
}
.custom-chk input[type=checkbox],
.custom-chk input[type=radio], .custom-rdo input[type=checkbox],
.custom-rdo input[type=radio] {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  display: inline-block;
}
.custom-chk input[type=checkbox] + label,
.custom-chk input[type=radio] + label, .custom-rdo input[type=checkbox] + label,
.custom-rdo input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease;
}
.custom-chk input[type=checkbox]:focus-visible,
.custom-chk input[type=radio]:focus-visible, .custom-rdo input[type=checkbox]:focus-visible,
.custom-rdo input[type=radio]:focus-visible {
  outline: none;
}
.custom-chk input[type=checkbox]:focus-visible + label,
.custom-chk input[type=radio]:focus-visible + label, .custom-rdo input[type=checkbox]:focus-visible + label,
.custom-rdo input[type=radio]:focus-visible + label {
  outline: 2px dotted #000;
  outline-offset: -2px;
}
.custom-chk input[type=checkbox] + label::before, .custom-rdo input[type=checkbox] + label::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  top: 1px;
}
.custom-chk input[type=checkbox]:checked + label::before, .custom-rdo input[type=checkbox]:checked + label::before {
  background: #fff url("../images/page/ico_check.png") no-repeat center;
}
.custom-chk input[type=radio] + label::before, .custom-rdo input[type=radio] + label::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  top: 1px;
}
.custom-chk input[type=radio]:checked + label::before, .custom-rdo input[type=radio]:checked + label::before {
  background: #fff;
}
.custom-chk input[type=radio]:checked + label::after, .custom-rdo input[type=radio]:checked + label::after {
  content: "";
  background: #555;
  border-radius: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 8px;
  height: 8px;
}

.result-sort-wrap {
  text-align: right;
  margin-top: 40px;
}
.result-sort-wrap .mg {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.result-sort-wrap .sort-box {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.result-sort-wrap .sort-box .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.sort-box .custom-chk label, .sort-box .custom-rdo label {
  padding: 6px 15px 4px;
  box-sizing: border-box;
  background-color: #8a8a8a;
  color: #fff;
  border-radius: 100px;
  height: 28px;
}
.sort-box .custom-chk label::after, .sort-box .custom-rdo label::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/page/ico_grade1.png") no-repeat center;
  vertical-align: middle;
  transform: translateY(-1px);
}

@keyframes pcntage {
  0% {
    width: 0;
  }
  100% {
    width: calc(var(--percentage, 0) * 1%);
  }
}
@keyframes pieGraph {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pieGraphBullet {
  0% {
    transform: rotate(-270deg);
    z-index: 1;
  }
  100% {
    transform: rotate(-90deg);
    z-index: 2;
  }
}
.result-percent-box {
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  height: 24px;
  position: relative;
  background-color: #eee;
  margin-right: 15px;
}
.result-percent-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/page/bg_result_per.png") repeat-x;
}
.result-percent-box .pcnt {
  width: calc(var(--percentage, 0) * 1%);
  height: 100%;
  background-color: #ccc;
  display: inline-block;
  transition: 0.3s ease;
}

.result-list-wrap {
  margin-top: 20px;
}
.result-list-wrap .item {
  margin-top: 80px;
  font-size: 0;
}
.result-list-wrap .item > * {
  font-size: 16px;
}
.result-list-wrap .item:first-child {
  margin-top: 0;
}
.result-list-wrap .left-tit {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-right: 38px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  box-sizing: border-box;
}
.result-list-wrap .left-tit img {
  display: block;
  margin: 0 auto;
}
.result-list-wrap .left-tit span {
  display: block;
  margin-top: 14px;
  font-weight: 600;
}
.result-list-wrap .right-percent {
  display: inline-block;
  width: calc(100% - 200px);
  vertical-align: middle;
}
.result-list-wrap .right-percent .result-item {
  border: 1px dashed #ddd;
  box-sizing: border-box;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.result-list-wrap .right-percent .result-item:first-child {
  margin-top: 0;
}
.result-list-wrap .result-pop-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  box-sizing: border-box;
  height: 100%;
  background-color: #8a8a8a;
  display: inline-block;
  color: #fff;
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
  line-height: 120%;
}
.result-list-wrap .result-pop-btn::before {
  content: "?";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #fff;
  right: 17px;
  top: 13px;
  position: absolute;
  color: #666;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
.result-list-wrap .result-pop-btn .blind {
  position: absolute;
  display: inline-block;
  text-indent: -99999px;
}
.result-list-wrap .right-percent .item-tit {
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  margin-right: 36px;
  box-sizing: border-box;
  position: relative;
}
.result-list-wrap .right-percent .item-tit::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ddd;
}
.result-list-wrap .right-percent .result-item .score {
  padding-left: 34px;
  position: relative;
  font-size: 24px;
  color: #666;
  font-weight: 600;
  min-width: 90px;
  margin-right: 20px;
  text-align: right;
}
.result-list-wrap .right-percent .result-item .score::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.result-list-wrap .right-percent .result-item .score::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #aaa;
  position: absolute;
  left: 28px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.result-list-wrap .result-item .grade {
  background-color: #999;
  width: 65px;
  height: 28px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 6px 5px;
  border-radius: 100px;
}
.result-list-wrap .result-item .grade::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/page/ico_grade1.png") no-repeat center;
  vertical-align: middle;
  transform: translateY(-1px);
}

.bottom-tip-box {
  border-radius: 10px;
  margin-top: 84px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #f4f4f5;
}
.bottom-tip-box .tit {
  font-size: 26px;
  font-weight: 600;
  color: #333;
}
.bottom-tip-box .txt-wrap {
  margin-top: 10px;
}
.bottom-tip-box .txt-wrap .left-txt {
  display: inline-block;
  max-width: 35%;
  word-break: keep-all;
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 45px;
  position: relative;
  z-index: 1;
}
.bottom-tip-box .txt-wrap .left-txt-tit {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 600;
}
.bottom-tip-box .txt-wrap .basic {
  font-size: 16px;
  margin-top: 10px;
  line-height: 120%;
}
.bottom-tip-box .right-grade-graph {
  display: inline-block;
  vertical-align: middle;
}
.bottom-tip-box .right-grade-graph .grade-graph {
  display: inline-block;
  width: 230px;
  height: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  vertical-align: bottom;
}
.bottom-tip-box .right-grade-graph .grade-graph .item {
  font-size: 24px;
  height: 25%;
  display: inline-flex;
  align-items: center;
  color: #fff;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  letter-spacing: -1px;
}
.bottom-tip-box .right-grade-graph .grade-graph .item.score1 {
  height: 50%;
  padding-top: 45px;
}
.bottom-tip-box .right-grade-graph .grade-graph .bg-left, .bottom-tip-box .right-grade-graph .grade-graph .bg-right {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #f4f4f5;
}
.bottom-tip-box .right-grade-graph .grade-graph .bg-left {
  left: 0;
  transform: translateX(-50%) skew(-31deg);
  box-sizing: border-box;
}
.bottom-tip-box .right-grade-graph .grade-graph .bg-right {
  right: 0;
  transform: translateX(50%) skew(31deg);
  border-left: 20px solid #f4f4f5;
  box-sizing: border-box;
  overflow: hidden;
}
.bottom-tip-box .right-grade-graph .grade-graph .line {
  position: absolute;
  right: 20px;
  top: 30px;
  transform: skew(-31deg);
  width: 97px;
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bottom-tip-box .right-grade-graph .grade-graph .line i {
  width: 100%;
  height: 25%;
  position: relative;
}
.bottom-tip-box .right-grade-graph .grade-graph .line i:first-child {
  height: 50%;
}
.bottom-tip-box .right-grade-graph .grade-graph .line i::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-top: 40px;
  height: 2px;
  background-color: #aaa;
  width: 100%;
}
.bottom-tip-box .right-grade-graph .grade-graph .line i::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #aaa;
}
.bottom-tip-box .right-grade-graph .tip-txt-wrap {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin-left: 60px;
  margin-bottom: 17px;
}
.bottom-tip-box .right-grade-graph .tip-txt-wrap .tip-tit {
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  padding-left: 60px;
}
.bottom-tip-box .right-grade-graph .tip-txt-wrap .txt-box {
  margin-top: 22px;
}
.bottom-tip-box .right-grade-graph .tip-txt-wrap .item {
  margin-top: 15px;
}
.bottom-tip-box .right-grade-graph .tip-txt-wrap .item:first-child {
  margin-top: 0;
}
.bottom-tip-box .right-grade-graph .tip-txt-wrap .score-tit {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 10px;
}
.bottom-tip-box .right-grade-graph .bottom-tip {
  font-size: 14px;
  margin-top: 22px;
  text-align: center;
}

.result-popup .layer .pop-layer {
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-left: 0;
  margin-top: 0;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
.result-popup .pop_container {
  max-width: 580px;
  width: 100%;
  padding: 0;
}
.result-popup .pop_container .scroll_area .scroll_inner {
  padding: 20px;
  max-height: 600px;
}
.result-popup .pop_title_area {
  height: 52px;
  box-sizing: border-box;
  padding: 17px 63px 17px 17px;
  position: relative;
  background-color: #31a866;
}
.result-popup .pop_title_area h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.result-popup .pop_btn2.cbtn {
  position: absolute;
  right: 18px;
  top: 13px;
  width: 26px;
  height: 26px;
  text-indent: -99999px;
  overflow: hidden;
  transform: rotate(45deg);
  background-color: transparent;
}
.result-popup .pop_btn2.cbtn::before, .result-popup .pop_btn2.cbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
}
.result-popup .pop_btn2.cbtn::before {
  width: 100%;
  height: 2px;
}
.result-popup .pop_btn2.cbtn::after {
  height: 100%;
  width: 2px;
}

.graph-cont .graph-tr {
  display: flex;
  justify-content: end;
  box-sizing: border-box;
}
.graph-cont .graph-tr .align {
  width: 420px;
  display: flex;
  justify-content: space-between;
  padding-right: 45px;
  padding-left: 45px;
}
.graph-cont .graph-tr .num {
  font-size: 14px;
  color: #666;
}
.graph-cont .graph-list {
  margin-top: 20px;
}
.graph-cont .graph-list .graph-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.graph-cont .graph-list .graph-item:first-child {
  margin-top: 0;
}
.graph-cont .graph-list .graph-item .tit {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  min-width: 105px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.graph-cont .graph-list .graph-item .bar-box {
  font-size: 0;
  position: relative;
  width: 420px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 45px;
  box-sizing: border-box;
}
.graph-cont .graph-list .item-grade {
  display: inline-block;
  width: 45px;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  line-height: 23px;
  z-index: 1;
}
.graph-cont .graph-list .item-score {
  color: #666;
  position: absolute;
  width: 45px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}
.graph-cont .graph-list .result-bar {
  height: 14px;
  width: calc(100% + 2px);
  margin-left: -2px;
  box-sizing: border-box;
  background-color: #ccc;
  display: inline-block;
  position: relative;
}
.graph-cont .graph-list .result-bar::before {
  content: "";
  display: inline-block;
  width: calc(var(--percentage, 0) * 1%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #666;
}

span.score1 {
  background-color: #37c375;
}

.result-pie-box .score1 .pie-graph::before {
  background-image: conic-gradient(#37c375, #37c375 calc(var(--percentage, 0) * 1% / 2), #ccc 0);
}
.result-pie-box .score1::before {
  background-color: #37c375;
}
.result-pie-box .score1 + .txt .grade {
  background-color: #37c375;
}
.result-pie-box .score1 .pcnt-wrap .pcnt::before {
  background-color: #37c375;
}
.result-pie-box .score1 + .txt .grade::after {
  background: url("../images/page/ico_grade1.png") no-repeat center;
}

.result-bar-box .bar-graph.score1 .pcnt {
  background-color: #37c375;
}
.result-bar-box .bar-graph.score1 .pcnt::before {
  background-color: #37c375;
}
.result-bar-box .bar-graph.score1 .pcnt-txt::after {
  background: url("../images/page/ico_grade1.png") no-repeat center;
}

.ico-score.score1 {
  background: url("../images/page/ico_grade1.png") no-repeat center;
}

input.score1:checked + label {
  background-color: #37c375;
}

.sort-box input.score1 + label::after {
  background: url("../images/page/ico_grade1.png") no-repeat center;
}

.result-list-wrap .result-item.active.score1 .pcnt {
  background-color: #37c375;
}

.result-list-wrap .result-item.active.score1 .grade {
  background-color: #37c375;
}

.result-list-wrap .result-item.score1 .grade::after {
  background: url("../images/page/ico_grade1.png") no-repeat center;
}

.right-grade-graph .grade-graph .item.score1 {
  background-color: #37c375;
}

.graph-cont .graph-list .graph-item.score1 .item-grade {
  background-color: #37c375;
}

.graph-cont .graph-list .graph-item.score1 .result-bar::before {
  background-color: #37c375;
}

span.score2 {
  background-color: #f2ad18;
}

.result-pie-box .score2 .pie-graph::before {
  background-image: conic-gradient(#f2ad18, #f2ad18 calc(var(--percentage, 0) * 1% / 2), #ccc 0);
}
.result-pie-box .score2::before {
  background-color: #f2ad18;
}
.result-pie-box .score2 + .txt .grade {
  background-color: #f2ad18;
}
.result-pie-box .score2 .pcnt-wrap .pcnt::before {
  background-color: #f2ad18;
}
.result-pie-box .score2 + .txt .grade::after {
  background: url("../images/page/ico_grade2.png") no-repeat center;
}

.result-bar-box .bar-graph.score2 .pcnt {
  background-color: #f2ad18;
}
.result-bar-box .bar-graph.score2 .pcnt::before {
  background-color: #f2ad18;
}
.result-bar-box .bar-graph.score2 .pcnt-txt::after {
  background: url("../images/page/ico_grade2.png") no-repeat center;
}

.ico-score.score2 {
  background: url("../images/page/ico_grade2.png") no-repeat center;
}

input.score2:checked + label {
  background-color: #f2ad18;
}

.sort-box input.score2 + label::after {
  background: url("../images/page/ico_grade2.png") no-repeat center;
}

.result-list-wrap .result-item.active.score2 .pcnt {
  background-color: #f2ad18;
}

.result-list-wrap .result-item.active.score2 .grade {
  background-color: #f2ad18;
}

.result-list-wrap .result-item.score2 .grade::after {
  background: url("../images/page/ico_grade2.png") no-repeat center;
}

.right-grade-graph .grade-graph .item.score2 {
  background-color: #f2ad18;
}

.graph-cont .graph-list .graph-item.score2 .item-grade {
  background-color: #f2ad18;
}

.graph-cont .graph-list .graph-item.score2 .result-bar::before {
  background-color: #f2ad18;
}

span.score3 {
  background-color: #d71921;
}

.result-pie-box .score3 .pie-graph::before {
  background-image: conic-gradient(#d71921, #d71921 calc(var(--percentage, 0) * 1% / 2), #ccc 0);
}
.result-pie-box .score3::before {
  background-color: #d71921;
}
.result-pie-box .score3 + .txt .grade {
  background-color: #d71921;
}
.result-pie-box .score3 .pcnt-wrap .pcnt::before {
  background-color: #d71921;
}
.result-pie-box .score3 + .txt .grade::after {
  background: url("../images/page/ico_grade3.png") no-repeat center;
}

.result-bar-box .bar-graph.score3 .pcnt {
  background-color: #d71921;
}
.result-bar-box .bar-graph.score3 .pcnt::before {
  background-color: #d71921;
}
.result-bar-box .bar-graph.score3 .pcnt-txt::after {
  background: url("../images/page/ico_grade3.png") no-repeat center;
}

.ico-score.score3 {
  background: url("../images/page/ico_grade3.png") no-repeat center;
}

input.score3:checked + label {
  background-color: #d71921;
}

.sort-box input.score3 + label::after {
  background: url("../images/page/ico_grade3.png") no-repeat center;
}

.result-list-wrap .result-item.active.score3 .pcnt {
  background-color: #d71921;
}

.result-list-wrap .result-item.active.score3 .grade {
  background-color: #d71921;
}

.result-list-wrap .result-item.score3 .grade::after {
  background: url("../images/page/ico_grade3.png") no-repeat center;
}

.right-grade-graph .grade-graph .item.score3 {
  background-color: #d71921;
}

.graph-cont .graph-list .graph-item.score3 .item-grade {
  background-color: #d71921;
}

.graph-cont .graph-list .graph-item.score3 .result-bar::before {
  background-color: #d71921;
}

.process-custom-popup .pop_container {
  padding-top: 50px;
}
.process-custom-popup .layer .pop-layer {
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-left: 0;
  margin-top: 0;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 1260px;
  width: 100%;
}
.process-custom-popup .pop_title_area {
  height: 113px;
  display: block;
  text-align: center;
}
.process-custom-popup .pop_title_area h3 {
  font-size: 20px;
  padding-top: 40px;
  box-sizing: border-box;
  background: url("../images/page/ico_popup_cont.svg") no-repeat center 0;
}
.process-custom-popup .pop_title_area .basic {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  color: #8E8E8E;
  line-height: 140%;
}
.process-custom-popup .scroll_area {
  max-height: 700px;
}
.process-custom-popup .scroll_area .scroll_inner {
  padding: 0;
  overflow-y: visible;
}
.process-custom-popup .pop_btn2.cbtn {
  border-radius: 100px;
  position: absolute;
  right: 18px;
  top: 13px;
  width: 22px;
  height: 22px;
  text-indent: -99999px;
  overflow: hidden;
  transform: rotate(45deg);
  background-color: transparent;
}
.process-custom-popup .pop_btn2.cbtn::before, .process-custom-popup .pop_btn2.cbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #aaa;
}
.process-custom-popup .pop_btn2.cbtn::before {
  width: 100%;
  height: 2px;
}
.process-custom-popup .pop_btn2.cbtn::after {
  height: 100%;
  width: 2px;
}
.process-custom-popup .pop-tab-btn-list {
  margin-top: 50px;
  display: flex;
  align-content: center;
  justify-content: space-around;
}
.process-custom-popup .pop-tab-btn-list > .item {
  width: 33.3%;
  text-align: center;
}
.process-custom-popup .pop-tab-btn-list .pop-tab-btn {
  background-color: transparent;
  padding-bottom: 24px;
  color: #8E8E8E;
  font-size: 18px;
  position: relative;
}
.process-custom-popup .pop-tab-btn-list .pop-tab-btn.active {
  color: #00A84A;
  font-weight: 700;
}
.process-custom-popup .pop-tab-btn-list .pop-tab-btn::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  transition: 0.3s ease;
  background-color: #00A84A;
  opacity: 0;
}
.process-custom-popup .pop-tab-btn-list .pop-tab-btn.active::before {
  opacity: 1;
}
.process-custom-popup .tab-cont-wrap {
  background-color: #fafafa;
  height: 550px;
  box-sizing: border-box;
  padding: 40px 50px;
  overflow-y: auto;
}
.process-custom-popup .tab-cont-wrap .txt-wrap {
  display: table;
  height: 70px;
  width: 100%;
}
.process-custom-popup .tab-cont-wrap .basic {
  text-align: center;
  line-height: 140%;
  color: #666;
  display: table-cell;
  vertical-align: middle;
}
.process-custom-popup .pop-result-list {
  margin-top: 48px;
}
.process-custom-popup .pop-result-list .item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  padding: 12px 135px 12px 15px;
  box-sizing: border-box;
  margin: 4px 0;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  width: 100%;
  position: relative;
}
.process-custom-popup .pop-result-list .tit {
  color: #394043;
  line-height: 23px;
  font-weight: 700;
  width: 150px;
  text-align: center;
  display: inline-block;
  word-break: keep-all;
}
.process-custom-popup .pop-result-list .txt {
  color: #5A6265;
  margin-left: 20px;
}
.process-custom-popup .pop-result-list .more-btn {
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
  color: #00A84A;
  padding-right: 14px;
}
.process-custom-popup .pop-result-list .more-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #00A84A;
  border-left: 0;
  transform: rotate(-45deg);
  border-top: 0;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 4px;
}
.process-custom-popup .pop-tab-cont {
  display: none;
}
.process-custom-popup .pop-tab-cont.active {
  display: block;
}

.c-point {
  color: #00A84A;
}

.result-tit + .tb_area {
  margin-top: 16px;
}

.ico-state {
  display: inline-block;
  height: 33px;
  border-radius: 100px;
  padding: 6px 16px;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  background-color: #ddd;
  color: #333;
}

.ico-state.complete {
  background-color: #E8F6EE;
  color: #00A84A;
}

.ico-state.complete::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: transparent url("../images/page/ico_complate.png") no-repeat 0 0;
  background-size: 14px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 0;
}

.ico-state.ongoing {
  background-color: #FFEFF2;
  color: #DC526A;
}

.ico-state.ongoing::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: transparent url("../images/page/ico_ongoing.png") no-repeat 0 0;
  background-size: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
  background-size: 14px;
  margin-top: 0;
}

.chk-result-btn {
  text-decoration: underline !important;
  color: #00A84A !important;
}

.chk-result-txt {
  color: #C7CBCC;
}

.key_visual_area.visual_mypage2 {
  position: relative;
}

.key_visual_area.visual_mypage2 .img {
  display: inline-block;
  width: 481px;
  height: 270px;
  background: transparent url("../images/page/visual_mypage2.png") no-repeat 0 0;
  position: absolute;
  right: 180px;
  bottom: 0;
}

.key_visual_area.visual_mypage2 .txt_area {
  position: relative;
  z-index: 1;
}

.key_visual_area.visual_mypage2 .col2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tip-gray-box {
  background-color: #F3F5F6;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 40px 44px;
  display: flex;
  align-items: center;
}
.tip-gray-box .left {
  padding-left: 75px;
  background: url("../images/page/ico_tip.png") no-repeat 0 center;
  display: inline-block;
  white-space: nowrap;
}
.tip-gray-box .left .tit {
  font-size: 20px;
  color: #25282B;
  text-align: left;
  display: inline-block;
  font-weight: 600;
  line-height: 150%;
}
.tip-gray-box .right {
  display: inline-block;
  margin-left: 44px;
  letter-spacing: -0.7px;
  word-break: keep-all;
}
.tip-gray-box .right .txt {
  font-size: 14px;
  color: #5A6265;
  text-align: left;
  display: inline-block;
  line-height: 150%;
}

.subtit-wrap {
  position: relative;
  margin-top: 36px;
}
.subtit-wrap .result-tit {
  margin-top: 0;
}
.subtit-wrap .right {
  position: absolute;
  right: 0;
  top: 0;
}
.subtit-wrap .service-btn {
  background: #393939 url("../images/page/ico_popup_cont2.svg") no-repeat 14px center;
  color: #fff;
  padding: 10px 14px 10px 54px;
  border-radius: 100px;
  transition: 0.3s ease;
}

.tb-checkbox-wrap {
  font-size: 0;
  margin-top: 16px;
}
.tb-checkbox-wrap > * {
  font-size: 15px;
}
.tb-checkbox-wrap .tb-checkbox {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 12px;
  overflow: hidden;
}
.tb-checkbox-wrap .tb-checkbox input {
  outline: none;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  border: 0;
}
.tb-checkbox-wrap .tb-checkbox label {
  transition: 0.3s ease;
  cursor: pointer;
  color: #8E8E8E;
  display: inline-block;
  padding: 8px 16px 8px 36px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #E2E2E2;
  background-color: #F9F9F9;
  padding-left: 16px;
}
.tb-checkbox-wrap .tb-checkbox label::before,
.area-checkbox-wrap .area-checkbox.check-all label::before {
  content: "";
  display: inline-block;
  background: transparent url("../images/page/ico_complate.png") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  transition: 0.3s ease;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.tb-checkbox-wrap .tb-checkbox.check3 label::before,
.area-checkbox-wrap .area-checkbox.check-all label::before {
  content: "";
  display: inline-block;
  background: transparent url("../images/page/ico_complate3.png") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  transition: 0.3s ease;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.tb-checkbox-wrap .tb-checkbox.check2 label::before,
.area-checkbox-wrap .area-checkbox.check-all label::before {
  content: "";
  display: inline-block;
  background: transparent url("../images/page/ico_complate2.png") no-repeat 0 0;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  transition: 0.3s ease;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.tb-checkbox-wrap .tb-checkbox input:checked + label {
  padding-left: 36px;
  background-color: #fff;
  border-color: #37C375;
  color: #2DB86B;
  font-weight: 600;
}
.tb-checkbox-wrap .tb-checkbox input:checked + label::before,
.area-checkbox-wrap .area-checkbox.check-all input:checked + label::before {
  opacity: 1;
}
.tb-checkbox-wrap .tb-checkbox input:focus-visible + label {
  outline: 2px dashed #000;
  outline-offset: -3px;
}
.tb-checkbox-wrap .tb-checkbox.check-all label,
.area-checkbox-wrap .area-checkbox.check-all label {
  color: #fff;
  background: #37C375;
  border: 1px solid #37C374;
  padding-left: 31px;
}
.tb-checkbox-wrap .tb-checkbox.check-all label::before,
.area-checkbox-wrap .area-checkbox.check-all label::before {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
  left: 12px;
}
.tb-checkbox-wrap .tb-checkbox.check-all input:checked + label,
.area-checkbox-wrap .area-checkbox.check-all input:checked + label {
  color: #fff;
  background: #777;
  border-color: #777778;
  font-weight: 400;
  padding-left: 31px;
}

.tb-checkbox-wrap .tb-checkbox.check1 input:checked + label{
  color: #fff;
  background: #fff;
  border-color: #37C374;
  font-weight: 600;
  padding-left: 31px;
}

.tb-checkbox-wrap .tb-checkbox.check2 input:checked + label{
  color: #fff;
  background: #fff;
  border-color: #f2ad18;
  font-weight: 600;
  padding-left: 31px;
}

.tb-checkbox-wrap .tb-checkbox.check3 input:checked + label{
  color: #fff;
  background: #fff;
  border-color: #d71921;
  font-weight: 600;
  padding-left: 31px;
}

.tb-checkbox-wrap .tb-checkbox.check-all input:checked + label::before,
.area-checkbox-wrap .area-checkbox.check-all input:checked + label::before {
  box-sizing: border-box;
  border: 3px solid #fff;
  background-color: #777;
}

.area-checkbox-wrap {
  background-color: #F8F9FA;
  border-radius: 10px;
  padding: 32px 60px 12px;
  box-sizing: border-box;
  display: flex;
  margin-top: 20px;
}
.area-checkbox-wrap .left {
  display: inline-block;
  vertical-align: top;
}
.area-checkbox-wrap .left .tit {
  color: #25282B;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  padding-right: 14px;
  background: url("../images/page/ico_check_arrow.svg") no-repeat right 0 top 50%;
}
.area-checkbox-wrap .left .txt {
  margin-top: 4px;
  display: block;
  color: #858E92;
  font-size: 13px;
}
.area-checkbox-wrap .right {
  display: inline-block;
  vertical-align: top;
}
.area-checkbox {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 12px;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 28px;
}
.area-checkbox:last-child::after {
  display: none;
}
.area-checkbox input {
  outline: none;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  border: 0;
}
.area-checkbox label {
  cursor: pointer;
  color: #8E8E8E;
  display: inline-block;
  box-sizing: border-box;
}
.area-checkbox input:checked + label {
  font-weight: 500;
  color: #2DB86B;
  text-decoration: underline;
}
.area-checkbox input:focus-visible + label {
  outline: 2px dashed #000;
  outline-offset: -3px;
}

.list_control_box.type2 {
  justify-content: space-between;
}
.list_control_box.type2 .list_num {
  min-width: auto;
}
.list_control_box.type2 .list_seleted {
  display: inline-flex;
  vertical-align: middle;
}
.list_control_box.type2 > * {
  display: inline-block;
  vertical-align: middle;
}

.list_sort {
  position: relative;
  vertical-align: middle;
  width: 140px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
}
.list_sort input {
  outline: none;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  border: 0;
}
.list_sort label {
  cursor: pointer;
  display: inline-block;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1019607843) inset;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: url("../images/page/list_sort_bg.png") no-repeat center;
  background-color: #DEE1E5;
}
.list_sort .type {
  color: #25282B;
  position: relative;
  background-color: #fff;
  padding-left: 36px;
  width: 102px;
  box-sizing: border-box;
  border: 1px solid #DEE1E5;
  border-radius: 100px;
  position: absolute;
  height: 42px;
  display: inline-block;
  padding-top: 13px;
  align-items: center;
  font-size: 14px;
  left: -1px;
  top: 0;
  font-weight: 600;
  transition: 0.3s ease;
}
.list_sort .type.text {
  background: #fff url("../images/page/ico_sort_list.png") no-repeat left 18px top 50%;
  left: auto;
  right: 0;
}
.list_sort .type.img {
  background: #fff url("../images/page/ico_sort_img.png") no-repeat left 18px top 50%;
  right: auto;
  left: 0;
  opacity: 1;
  display: none;
}
.list_sort input + label .type.text {
  right: auto;
  left: 0;
  opacity: 1;
}
.list_sort input:checked + label .type.text {
  left: 0;
  right: auto;
  display: none;
}
.list_sort input:checked + label .type.img {
  right: 0;
  left: auto;
  display: block;
}

.board-list-wrap {
  margin-top: 27px;
}
.board-list-wrap .list-header-box {
  display: none;
}
.board-list-wrap .list-item-box {
  margin: 0 -10px;
  font-size: 0;
}
.board-list-wrap .list-item-box > * {
  font-size: 16px;
}
.board-list-wrap .list-item-box .item {
  vertical-align: top;
  margin: 0 10px 32px;
  width: calc(25% - 20px);
  display: inline-block;
  position: relative;
}
.board-list-wrap .list-item-box .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: #F1F1F1;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.board-list-wrap .list-item-box .item:nth-child(4n+1)::before {
  opacity: 0;
}
.board-list-wrap .list-item-box a {
  display: block;
}
.board-list-wrap .list-item-box .imgbox {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
  min-height: 150px;
  height: 150px;
}
.board-list-wrap .list-item-box img {
  height: 100%;
}
.board-list-wrap .td-type {
  font-size: 14px;
  color: #2DB86B;
  text-decoration: underline;
  display: block;
}
.board-list-wrap .td-tit {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 20px;
}
.view-more-btn {
  position: absolute;
  right: 12px;
  top: 106px;
  background: rgba(0, 0, 0, 0.36) url("../images/page/ico_arrow_w.png") no-repeat right 12px top 50%;
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  display: inline-block;
  padding: 9px 23px 9px 12px;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
.board-list-wrap.text .list-item-box {
  display: table-row-group;
}
.board-list-wrap.text .list-item-box .item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #EEF1F3;
  height: 55px;
}
.board-list-wrap.text .list-item-box .item:hover {
  background-color: #fafafa;
}
.board-list-wrap.text .list-item-box a {
  height: 100%;
  width: 100%;
  display: table;
}
.board-list-wrap.text .list-item-box .item::before {
  display: none;
}
.board-list-wrap.text .list-item-box .imgbox {
  display: none;
}
.board-list-wrap.text .list-item-box .txtbox {
  display: table-row-group;
  height: 100%;
}
.board-list-wrap.text .list-item-box .td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.board-list-wrap.text .list-item-box .view-more-btn {
  top: auto;
  right: auto;
  position: relative;
  color: #4A4A4A;
  background: transparent url("../images/page/ico_arrow_b.png") no-repeat right 12px top 1px;
  padding: 0 25px 0 0;
}
.board-list-wrap.text .list-item-box .td-tit {
  margin-top: 0;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.board-list-wrap.text .list-item-box .td-tit .tit {
  max-width: 750px;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board-list-wrap.text .list-header-box {
  border-top: 1px solid #37C375;
  color: #8E8E9D;
  width: 100%;
  display: table;
}
.board-list-wrap.text .list-header-box .list-header {
  display: table-row-group;
}
.board-list-wrap.text .list-header-box .th {
  height: 53px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #E4E8EC;
}
.board-list-wrap.text .th-type, .board-list-wrap.text .td-type {
  width: 15%;
}
.board-list-wrap.text .th-tit, .board-list-wrap.text .td-tit {
  width: 70%;
}
.board-list-wrap.text .th-view, .board-list-wrap.text .td-view {
  width: 15%;
}

.info_inner {
  margin: 0 auto;
  padding: 40px 41px;
  width: 100%;
  background-color: #f4f4f5;
  border-radius: 10px;
  color: #333333;
  box-sizing: border-box;
}

.tit_box {
  margin-top: 20px;
  font-family: "PRETSB";
  font-size: 22px;
  text-align: center;
}
.tit_box p {
  margin-bottom: 20px;
  font-size: 26px;
}

/* 슬라이드커스텀 */
.swiper-container {
  position: relative;
  overflow: visible;
}
.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #999999;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #37c375;
  border-radius: 5px;
}

.btn_slide_prev, .btn_slide_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: #fff url(../images/page/btn_slide_prev.png) no-repeat center;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  text-indent: -9999px;
  z-index: 1;
}

.btn_slide_prev {
  left: -23px;
}

.btn_slide_next {
  right: -23px;
  background: #fff url(../images/page/btn_slide_next.png) no-repeat center;
}

.edu_step_container {
  margin: 40px auto 0;
  height: 450px;
}
.edu_step_container .edu_step {
  display: flex;
  height: 420px;
}
.edu_step_container .swiper-pagination {
  width: 100%;
}

.edu_step {
  position: relative;
  height: 420px;
  background-color: #fff;
  border: 1px solid #DEE1E5;
  border-radius: 10px;
}
.edu_step .slide_contents {
  display: flex;
  gap: 31px;
  margin: 0 auto;
  position: relative;
}
.edu_step .slide_contents::after {
  content: "";
  display: inline-block;
  width: 190px;
  height: 216px;
  background: url("../images/page/img_info_slide_person.png") no-repeat center;
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  bottom: 0;
}
.edu_step .slide_contents .slide_txt {
  margin-top: 124px;
  width: 337px;
  font-family: "PRETSB";
  font-size: 14px;
  line-height: 1.286;
  color: #333;
  word-break: keep-all;
}
.edu_step .slide_contents .slide_txt p {
  margin-bottom: 41px;
  font-size: 24px;
}

.edu_step .left_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.edu_step .left_box::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 37px;
  height: 29px;
  background: url(../images/page/img_Triangle.png) no-repeat center;
  transform: translate(-50%, -50%);
  content: "";
}
.edu_step .left_box::after {
  position: absolute;
  left: 110%;
  bottom: 90px;
  width: 37px;
  height: 29px;
  background: url(../images/page/img_Triangle.png) no-repeat center;
  transform: rotate(-90deg);
  content: "";
}

.edu_step .left_box p {
  font-family: "PRETSB";
  font-size: 18px;
  text-align: center;
}
.edu_step .left_box p span {
  font-family: "PRET";
  font-size: 16px;
}

.edu_step .middle_box {
  width: 572px;
  text-align: center;
  position: relative;
  font-size: 0;
}
.edu_step .middle_box h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  width: 107px;
  height: 108px;
  background: url(../images/page/img_ellipse.png) no-repeat center;
  content: "";
}
.edu_step .middle_box::after {
  position: absolute;
  right: -15px;
  top: 45%;
  width: 37px;
  height: 29px;
  background: url(../images/page/img_Triangle.png) no-repeat center;
  transform: rotate(-90deg);
  content: "";
}

.step-wrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.step-wrap h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-family: "PRETSB";
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
  background: linear-gradient(127deg, rgb(236, 237, 234) 0%, rgb(248, 248, 246) 50%, rgb(220, 219, 216) 100%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.edu_step .middle_box_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.edu_step .middle_box {
  display: flex;
  flex-wrap: wrap;
}

.edu_step .middle_box div {
  position: relative;
  width: 50%;
  height: 50%;
  font-size: 16px;
}
.edu_step .middle_box div::before {
  position: absolute;
  width: 57px;
  height: 41px;
  background: url(../images/page/img_arrow.png) no-repeat center;
  content: "";
}
.edu_step .middle_box div img {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
}
.edu_step .middle_box div .desc_box {
  display: inline-block;
  position: relative;
  font-family: "PRET";
  font-size: 14px;
  background: linear-gradient(-30deg, rgb(220, 219, 216) 0%, rgb(248, 248, 246) 50%, rgb(236, 237, 234) 100%);
  border-radius: 10px;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
  padding: 8px 70px 8px 14px;
  position: absolute;
  min-width: 156px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
}
.edu_step .middle_box div .desc_box .ul_tit {
  font-family: "PRETSB";
  font-size: 16px;
}
.edu_step .middle_box div .desc_box li {
  margin: 2px 0;
}
.edu_step .middle_box div:nth-child(odd) {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding-right: 38px;
}
.edu_step .middle_box div:nth-child(odd) img {
  order: 2;
  box-sizing: border-box;
}
.edu_step .middle_box div:nth-child(odd) .desc_box {
  order: 1;
  margin-right: 41px;
}
.edu_step .middle_box div:nth-child(even) {
  text-align: left;
  padding-left: 38px;
}
.edu_step .middle_box div:nth-child(even) .desc_box {
  padding: 8px 32px 8px 74px;
  min-width: 192px;
  left: 68px;
}
.edu_step .middle_box div:first-child, .edu_step .middle_box div:nth-child(2) {
  padding-top: 83px;
}
.edu_step .middle_box div:first-child .desc_box, .edu_step .middle_box div:nth-child(2) .desc_box {
  margin-top: -12px;
  vertical-align: top;
}
.edu_step .middle_box div:first-child .desc_box::before, .edu_step .middle_box div:nth-child(2) .desc_box::before {
  top: -8px;
}
.edu_step .middle_box div:nth-child(3), .edu_step .middle_box div:last-child {
  padding-top: 24px;
}
.edu_step .middle_box div:nth-child(3) .desc_box, .edu_step .middle_box div:last-child .desc_box {
  vertical-align: bottom;
}
.edu_step .middle_box div:nth-child(3) .desc_box::before, .edu_step .middle_box div:last-child .desc_box::before {
  top: -8px;
}
.edu_step .middle_box div:nth-child(3) .desc_box, .edu_step .middle_box div:last-child .desc_box {
  margin-top: 35px;
}
.edu_step .middle_box div:first-child::before {
  left: 100%;
  top: 25%;
  transform: translateX(-50%);
}
.edu_step .middle_box div:nth-child(2)::before {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.edu_step .middle_box div:nth-child(3)::before {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.edu_step .middle_box div:last-child::before {
  left: 0;
  bottom: 25%;
  transform: translateX(-50%) rotate(180deg);
}

.edu_step .right_box {
  display: flex;
  align-items: center;
  font-family: "PRETSB";
  font-size: 18px;
  text-align: center;
}

/* 슬라이드 커스텀 끝 */
.diagnosis {
  display: flex;
  justify-content: space-between;
  margin: 105px auto 0;
}

.diagnosis_list {
  position: relative;
  padding: 78px 20px;
  width: 242px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.diagnosis_list img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.diagnosis_list > p {
  font-family: "PRETSB";
  font-size: 18px;
  margin-bottom: 16px;
  word-break: keep-all;
}
.diagnosis_list > div {
  margin-top: 18px;
  border: 1px dashed #dddddd;
  border-radius: 10px;
  box-sizing: border-box;
}
.diagnosis_list > div p {
  padding: 5px;
  background-color: #ffc6c5;
  border-radius: 10px 10px 0 0;
  font-family: "PRETSB";
  color: #a1211e;
}

.diagnosis_list.second > div p {
  background-color: #b8d7de;
  color: #305f69;
}
.diagnosis_list.third > div p {
  background-color: #a6d2b2;
  color: #0e5521;
}
.diagnosis_list.fourth > div p {
  background-color: #e8dfd4;
  color: #884f09;
}

.diagnosis_list .desc_box {
  width: 100%;
  padding: 9px 12px;
  text-align: left;
}

a.link_diagnosis {
  margin: 40px auto 0;
  padding: 15px 48px;
  background-color: #37c375;
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
}

h4 {
  margin: 6px 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  color: #25282B;
}

p.txt_500 {
  font-size: 18px;
  font-weight: 500;
  color: #5A6265;
}

.input_area {
  margin-top: 33px;
  font-size: 16px;
  color: #5A6265;
}
.input_area tr:first-child th {
  border-radius: 12px 12px 0 0;
}
.input_area tr:first-child td::after {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1047px;
  height: 1px;
  background-color: #F1F4F6;
  content: "";
}
.input_area tr:last-child th {
  border-radius: 0 0 12px 12px;
}
.input_area tr:last-child th::before {
  display: none;
}
.input_area tr th {
  position: relative;
  padding: 24px 28px;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}
.input_area tr th::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background-color: #E4E8EC;
  content: "";
}
.input_area tr td {
  position: relative;
  padding: 20px 32px;
  box-sizing: border-box;
}
.input_area tr td::before {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 1047px;
  height: 1px;
  background-color: #F1F4F6;
  content: "";
}
.input_area tr td label {
  display: inline-block;
}
.input_area ul {
  display: inline-block;
  font-size: 0;
}
.input_area ul li {
  position: relative;
  margin-right: 32px;
  height: 23px;
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
}
.input_area ul li:last-child {
  margin-right: 0;
}
.input_area span.red {
  margin-left: 18px;
  font-size: 14px;
  color: #DC526A;
}
.input_area span.gray {
  display: inline-block;
  margin: 0 0 4px 2px;
  font-size: 14px;
  color: #8E8E8E;
}
.input_area tr.year_box span.age {
  margin: 0 6px 0 21px;
  font-weight: 600;
  color: #2DB86B;
}
.input_area tr.job_box li:nth-child(1), .input_area tr.job_box li:nth-child(2), .input_area tr.job_box li:nth-child(3) {
  margin-bottom: 8px;
}
.input_area tr.edu_box li:nth-child(1), .input_area tr.edu_box li:nth-child(2), .input_area tr.edu_box li:nth-child(3), .input_area tr.edu_box li:nth-child(4), .input_area tr.edu_box li:nth-child(5) {
  margin-bottom: 8px;
}
.input_area tr.privacy_box li:last-child {
  margin-right: 0;
}
.input_area tr.privacy_box span.red {
  margin-left: 8px;
}

.btn_wrap {
  position: relative;
  margin-top: 51px;
  width: 100%;
  height: 61px;
}
.btn_wrap .link_area {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.btn_wrap .link_area .a_link {
  position: relative;
  display: inline-block;
  padding: 16px 32px 16px 52px;
  margin-right: 20px;
  height: 61px;
  background-color: #777777;
  border-radius: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  box-sizing: border-box;
}
.btn_wrap .link_area .a_link::before {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 19px;
  background: url(../images/common/ico_arrow.png) no-repeat center;
  content: "";
}
.btn_wrap .link_area .a_link.active {
  margin-right: 0;
  padding: 16px 52px 16px 32px;
  background-color: #37C375;
}
.btn_wrap .link_area .a_link.active::before {
  left: auto;
  right: 32px;
  transform: translateY(-50%) rotate(180deg);
}
.btn_wrap .link_area .a_link.disabled {
  padding: 16px 52px 16px 32px;
  margin-right: 0;
  background-color: #D3E2DA;
  color: #8AB49D;
}
.btn_wrap .link_area .a_link.disabled::before {
  left: auto;
  right: 32px;
  background: url(../images/common/ico_arrow_dis.png) no-repeat center;
  transform: translateY(-50%);
}
.btn_wrap .btn_draft {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 16px 32px 16px 54px;
  width: 158px;
  height: 61px;
  background: url(../images/page/ico_draft.png) no-repeat 30px center;
  background-color: #FBFBFB;
  border: 1px solid #B4B4B4;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  box-sizing: border-box;
}

.num-rdo[type=radio] {
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F1F4F6;
}
.num-rdo[type=radio] + label i.num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #B3C0C5;
}
.num-rdo[type=radio]:checked {
  background-color: #2DB86B;
  color: #fff;
}
.num-rdo[type=radio]:checked + label i {
  color: #fff;
  font-weight: 600;
  line-height: 11px;
}
.num-rdo[type=radio]:checked + label span {
  color: #2DB86B;
  font-weight: 600;
}

.description_wrap {
  padding: 45px 50px;
  margin-top: 2px;
  background-color: #F8F9FA;
  border: 1px solid #E8EEF3;
  border-radius: 10px;
  font-size: 16px;
}
.description_wrap p {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #5A6265;
}

.point_wrap {
  background-color: #fff;
  border-radius: 4px;
}

.point_area {
  padding: 36px 47px 32px 47px;
}
.point_area h5 {
  position: relative;
  margin: 0 0 8px 22px;
  font-size: 18px;
  color: #00A84A;
  font-weight: 700;
}
.point_area h5::before {
  position: absolute;
  left: -22px;
  top: 0;
  width: 15px;
  height: 20px;
  background: url(../images/page/ico_diagnosis.png) no-repeat center;
  content: "";
}
.point_area p {
  margin-bottom: 20px;
  line-height: 1.2;
}

ul.point_radios {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 900px;
}
ul.point_radios::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-49%);
  width: 88%;
  height: 4px;
  border: none;
  border-top: 4px dotted #F0F0F0;
}
ul.point_radios li {
  z-index: 2;
  position: relative;
}
ul.point_radios .question {
  display: block;
  width: 100%;
}
ul.point_radios .main-rdo[type=radio] {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  /*라디오 미체크 상태*/
  /*라디오 체크 상태*/
}
ul.point_radios .main-rdo[type=radio]:focus-visible {
  outline: 2px dashed red;
  outline-offset: 20px;
}
ul.point_radios .main-rdo[type=radio] + label span.point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
  width: 30px;
  height: 30px;
  background-color: #F4F4F4;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  box-sizing: border-box;
  transition: 0.3s ease;
  cursor: pointer;
}
ul.point_radios .main-rdo[type=radio]:checked + label span.point {
  margin: 0;
  width: 38px;
  height: 38px;
  background-color: #37C375;
  border: 4px solid #C3EDD6;
  color: #fff;
}
ul.point_radios label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 118px;
  height: 100%;
}
ul.point_radios label span.answer {
  font-size: 18px;
  font-weight: 600;
  color: #5A6265;
  cursor: pointer;
}

.tit_wrap h4 {
  display: inline-block;
}
.tit_wrap p.tit_green {
  position: relative;
  padding-left: 45px;
  font-size: 24px;
  font-weight: 700;
  color: #37C375;
}
.tit_wrap p.tit_green::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../images/page/ico_num.png) no-repeat;
  content: "";
}
.tit_wrap .txt_box {
  position: relative;
  padding: 16px 36px 20px;
  background-color: #F7FCF9;
  border: 1px solid #D3EFDE;
  border-radius: 10px;
  font-size: 16px;
  color: #6A9E81;
}
.tit_wrap .txt_box .bottom {
  position: relative;
  padding: 16px 0 0 51px;
  margin-top: 12px;
  border-top: 1px solid #D3EFDE;
}
.tit_wrap .txt_box .bottom::before {
  position: absolute;
  left: 5px;
  bottom: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid #37C375;
  color : #37C375;
  text-align : center;
  line-height : 24px;
  background: #fff;
  border-radius : 30%;
  content: attr(title);
}
.tit_wrap .txt_box h5 {
  font-size: 20px;
  font-weight: 700;
  color: #1BBE63;
  line-height: 1.4;
}

.question_wrap {
  margin-top: 32px;
}
.question_wrap .question {
  position: relative;
  padding: 48px 0;
  margin: 0 auto;
  color: #999FA1;
  text-align: center;
}
.question_wrap .question:last-child::before {
  display: none;
}
.question_wrap .question::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1033px;
  height: 1px;
  background-color: #EFEFEF;
  content: "";
}
.question_wrap .question .question_n {
  position: relative;
  display: inline-block;
  height: 39px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #00A84A;
}
.question_wrap .question .question_n::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: #00A84A;
  border-radius: 3px;
  content: "";
}
.question_wrap .question p {
  font-size: 24px;
  font-weight: 600;
  color: #394043;
}
.question_wrap .question .point_area {
  padding: 0;
  margin-top: 45px;
}
.question_wrap .question .point_radios {
  margin: 0 auto;
}

.step-1 .txt_box .tit_green::before {
  background-position: 0 0;
}

.step-2 .txt_box .tit_green::before {
  background-position: -32px 0;
}

.step-3 .txt_box .tit_green::before {
  background-position: -64px 0;
}

.step-4 .txt_box .tit_green::before {
  background-position: -96px 0;
}

.step-5 .txt_box .tit_green::before {
  background-position: -128px 0;
}

.step-6 .txt_box .tit_green::before {
  background-position: 0 -32px;
}

.step-7 .txt_box .tit_green::before {
  background-position: -32px -32px;
}

.step-8 .txt_box .tit_green::before {
  background-position: -64px -32px;
}

.step-9 .txt_box .tit_green::before {
  background-position: -96px -32px;
}

.step-10 .txt_box .tit_green::before {
  background-position: -128px -32px;
}
.step-10 .btn_wrap .a_link.active {
  padding: 16px 32px;
}
.step-10 .btn_wrap .a_link.active::before {
  display: none;
}

.center_txt_box {
  position: relative;
  padding-top: 224px;
  text-align: center;
}
.center_txt_box::before {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  background: url(../images/page/ico_check_green.png);
  content: "";
}
.center_txt_box p {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  color: #25282B;
  line-height: 1.4;
}
.center_txt_box span.gray {
  font-size: 18px;
  color: #8E8E8E;
  line-height: 1.2;
}

.alert_popup .layer .pop_bg {
  background: #000;
  opacity: 0.05; /*backdrop-filter: blur(3px);*/
}

.pop_layer {
  position: fixed;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 71px 32px;
  width: 660px;
  border-radius: 12px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.pop_layer .pop_container {
  padding-top: 0;
}

.alert-cont {
  text-align: center;
}
.alert-cont p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #5A6265;
}
.alert-cont p span {
  color: #009843;
}
.alert-cont .btn_area {
  margin-top: 28px;
  font-size: 0;
}
.alert-cont .btn_area .btn {
  display: inline-block;
  padding: 12px 24px;
  background: #8E8E8E;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
}
.alert-cont .btn_area .btn:last-child {
  margin-left: 20px;
}
.alert-cont .btn_area .btn.active {
  background: #37c375;
}

.pop_btn2.cbtn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  overflow: hidden;
  transform: rotate(45deg);
  background-color: transparent;
}
.pop_btn2.cbtn::before {
  width: 100%;
  height: 2px;
}
.pop_btn2.cbtn::after {
  width: 2px;
  height: 100%;
}
.pop_btn2.cbtn::before, .pop_btn2.cbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #c6cdcf;
}