@charset "UTF-8";
/* asta */
@font-face {
  font-family: 'Asta Sans';
  font-weight: 300;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Light.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Light.woff") format("woff");
}

@font-face {
  font-family: 'Asta Sans';
  font-weight: 400;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Regular.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Asta Sans';
  font-weight: 500;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Medium.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Asta Sans';
  font-weight: 600;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-SemiBold.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Asta Sans';
  font-weight: 700;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-Bold.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Asta Sans';
  font-weight: 800;
  src: url("/resource/templete/assets/fonts/asta/AstaSans-ExtraBold.woff2") format("woff2"), url("/resource/templete/assets/fonts/asta/AstaSans-ExtraBold.woff") format("woff");
}

/* pretendard */
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Regular.woff2") format("woff2");
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2");
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Black.woff2") format("woff2");
  src: url("/resource/templete/assets/fonts/pretendard/Pretendard-Black.woff") format("woff");
}

/* gmarket */
@font-face {
  font-family: 'GmarketSans';
  font-weight: 400;
  src: url("/resource/templete/assets/fonts/gmarket/GmarketSansLight.otf") format("woff");
}

@font-face {
  font-family: 'GmarketSans';
  font-weight: 600;
  src: url("/resource/templete/assets/fonts/gmarket/GmarketSansMedium.otf") format("woff");
}

@font-face {
  font-family: 'GmarketSans';
  font-weight: 800;
  src: url("/resource/templete/assets/fonts/gmarket/GmarketSansBold.otf") format("woff");
}

.certified_box_phone {
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
}

/****************************************/
/*  Name :학교생활기록부 종합지원포털
/*  PART :common style
/*  Author :KTP
/*
/*  Summary :/* 파일 내용 */
/*  로그인 회원가입 */
/****************************************/
/* 로그인 */
.login_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
}

.login_wrap h2 {
  font-family: 'GmarketSans';
  font-size: 5.0rem;
  font-weight: 800;
  color: #0062CC;
  margin-bottom: 7rem;
  margin-top: 5rem;
}

.login_wrap .login_box {
  width: 70rem;
  margin: 0 auto;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  padding: 7rem;
  background: #F3F9F9;
}

.login_wrap .login_box .input_in {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login_wrap .login_box .input_in .input_text {
  width: 100%;
  margin-bottom: 10px;
  padding: 1.6rem 0 1.6rem 4.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border: 1px solid #CCD1D6;
  color: #282828;
}

.login_wrap .login_box .input_in .ic_id {
  position: relative;
}

.login_wrap .login_box .input_in .ic_id:before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 1.0rem;
  width: 3rem;
  height: 3rem;
  background-image: url("/resource/templete/assets/images/common/ic_member_b.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2rem;
  opacity: 0.65;
}

.login_wrap .login_box .input_in .ic_password {
  position: relative;
}

.login_wrap .login_box .input_in .ic_password:before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 1.0rem;
  width: 3rem;
  height: 3rem;
  background-image: url("/resource/templete/assets/images/common/login_ic_password.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.5rem;
}

.login_wrap .login_box .input_check_wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: left;
}

.login_wrap .login_box .input_check_wrap:first-of-type:before {
  display: block;
  clear: both;
  content: '';
}

.login_wrap .login_box .input_check_wrap label {
  color: #5A5E6A;
}

.login_wrap .login_box .input_check {
  top: 1px;
  left: inherit;
  width: 19px;
  height: 19px;
}

.login_wrap .login_box .input_check + label {
  vertical-align: inherit;
  margin-top: 0;
  padding: 0;
}

.login_wrap .login_box .input_check:checked + label:before {
  background-position: -21px -44px;
}

.login_wrap .login_box .login_btn_wrap {
  margin-top: 4rem;
}

.login_wrap .login_box .login_btn_wrap .std_btn {
  min-width: 100%;
  margin-top: 10px;
  font-weight: 500;
  margin-left: 0;
  height: 6.7rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.login_wrap .login_box .util {
  margin-top: 40px;
  border-top: 1px solid #CCD1D6;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.login_wrap .login_box .util li.util_item {
  width: 100%;
  font-size: 16px;
  color: #5A5E6A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login_wrap .login_box .util li.util_item p {
  font-size: 1.6rem;
  color: #464646;
  font-weight: 400;
}

@media (max-width: 1040px) {
  .login_wrap .login_box {
    width: 100%;
  }
  .login_wrap .login_box .util li.util_item {
    flex-direction: column;
    align-items: baseline;
    gap: 1rem;
  }
  .login_wrap .input_in {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .login_wrap .login_box {
    width: 100%;
  }
  .login_wrap .login_box .input_in {
    width: 100%;
  }
}

/* 회원가입 */
.member_wrap {
  width: 100%;
  margin: auto;
}

.member_wrap h2 {
  font-family: 'GmarketSans';
  font-size: 5.0rem;
  margin: 0 auto 6rem auto;
  text-align: center;
  color: #0062CC;
}

@media (max-width: 1040px) {
  .member_wrap h2 {
    margin: 4rem auto;
  }
}

.join01_wrap {
  margin: 100px 0 50px;
}

.join01_wrap .input_check {
  top: 1px;
  right: 1px;
  left: inherit;
  width: 19px;
  height: 19px;
  margin-top: 20px;
}

.join01_wrap .input_check + label {
  margin-top: 20px;
  padding: 0;
}

.join01_wrap .input_check + label::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 1px 0 0 15px;
}

.join01_wrap .input_check:checked + label::before {
  background-position: -21px -44px;
}

.join01_wrap .btn_wrap {
  text-align: center;
}

.join_box_wrap {
  margin-bottom: 60px;
  /* 약관 동의 */
}

.join_box_wrap h3.join_tit {
  color: #464646;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2rem;
}

.join_box_wrap .input_agree_wrap {
  display: flex;
  background: #F3F9F9;
  align-items: center;
  gap: 1rem;
  justify-content: left;
  border: 1px solid #E4E7EA;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 2.5rem 3rem;
}

.join_box_wrap .input_agree_wrap label {
  color: #464646;
  font-weight: 500;
  font-size: 1.8rem;
}

.join_view_all {
  width: 100%;
  padding: 0 0 10px;
  text-align: right;
}

.join_view_all a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 6px;
}

.join_box {
  text-align: left;
  width: 100%;
  border: 1px solid #D6DBE0;
  border-radius: 1.5rem 1.5rem 0 0;
  -webkit-border-radius: 1.5rem 1.5rem 0 0;
  -moz-border-radius: 1.5rem 1.5rem 0 0;
  -ms-border-radius: 1.5rem 1.5rem 0 0;
  -o-border-radius: 1.5rem 1.5rem 0 0;
  padding: 2rem;
  height: 30rem;
  overflow-y: auto;
}

.join_box h4 {
  color: #282828;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0;
  text-align: left;
}

.join_box h5 {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
  text-align: left;
}

.join_box ul {
  margin: 1rem 0;
}

.join_box ul li {
  margin-bottom: 0.5rem;
}

.join_box_innr {
  width: 100%;
  max-height: 250px;
  /* overflow-y: scroll;*/
  text-align: left;
  padding-right: 10px;
}

.join_box_innr .privacy_wrap h4 {
  color: #282828;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0;
  text-align: left;
}

.join_box_innr .privacy_wrap h5 {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
  text-align: left;
}

.join_box_innr .privacy_wrap ul {
  line-height: 1.6;
}

.join_box_innr .privacy_wrap .privacy_table {
  width: 100%;
  padding: 10px 0 20px;
}

.join_box_innr .privacy_wrap .privacy_table table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid #ddd;
}

.join_box_innr .privacy_wrap .privacy_table table thead {
  border-bottom: 1px solid #ddd;
}

.join_box_innr .privacy_wrap .privacy_table table .bottom {
  border-bottom: 1px solid #ddd;
}

.join_box_innr .privacy_wrap .privacy_table table .left {
  border-left: 1px dotted #ddd !important;
}

.join_box_innr .privacy_wrap .privacy_table table th {
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: black;
  border-left: 1px dotted #c1c1c1;
}

.join_box_innr .privacy_wrap .privacy_table table td {
  text-align: left;
  padding: 10px 15px;
  font-size: 16px;
  color: #555;
  border-left: 1px dotted #ddd;
  vertical-align: top;
}

.join_box_innr .privacy_wrap .privacy_table table td.c {
  text-align: center;
}

.join_box_innr .privacy_wrap .privacy_table table td.vm {
  vertical-align: middle;
}

.join_box_innr .privacy_wrap .privacy_table table tr th:first-child {
  border-left: none;
}

.join_box_innr .privacy_wrap .privacy_table table tr td:first-child {
  border-left: none;
}

.join02_wrap table .btn {
  margin-left: 5px;
  padding: 7px 23px 6px;
  background: #666;
}

.join02_wrap .btn:first-child {
  margin-left: 0;
}

.join02_wrap .ok_id {
  margin-left: 5px;
}

.join02_wrap .no_id {
  margin-left: 5px;
}

.join02_wrap .reference {
  display: block;
  margin: 5px 0 0;
}

.join02_wrap .input_date {
  height: 32px;
  border: 0;
}

.join02_wrap .btn_date {
  width: 27px;
  height: 27px;
  right: -40px;
}

.join02_wrap .input_select_wrap2 {
  width: 100%;
  height: auto;
}

.join02_wrap .input_select_wrap2 input, .join02_wrap .input_select_wrap2 select {
  width: 15%;
  margin-right: 5px;
  border: 1px solid #cfcfcf;
  padding: 5px 18px 5px 14px;
  height: 32px;
}

.join02_wrap .email_box input, .join02_wrap .email_box select {
  margin-right: 0;
}

.join02_wrap .input_member_type {
  width: 15%;
  padding: 9px 10px;
  text-align: center;
}

@media (max-width: 1040px) {
  .member_wrap {
    width: 95%;
  }
}

/* 회원가입 선택 화면 */
.find_inner {
  /*@extend %select-shadow;@include radius(2rem);padding:5rem;*/
  width: 100%;
  border-bottom: 1px solid #CCD1D6;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.find_inner .img_wrap {
  margin: 70px 0 50px;
  text-align: center;
}

.find_inner .find_txt {
  display: block;
  text-align: center;
  font-size: 2.0rem;
  color: #464646;
}

.find_wrap .btn_wrap {
  text-align: center;
}

.btn_wrap .find_btn {
  min-width: 324px;
  height: 55px;
  padding: 18px 0;
  font-size: 19px;
  line-height: 19px;
}

.btn_wrap .find_btn2 {
  margin-left: 20px;
  background: #43a6c1;
}

.find_box {
  width: 95%;
  margin: 45px auto;
  background: #f5f5f5;
  border: 1px solid #e0dfdc;
}

.find_box p {
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
}

.certified_box {
  width: 475px;
  margin: 0 auto;
}

.btn_wrap .certified_btn {
  width: 100%;
  height: 55px;
  margin-bottom: 30px;
  padding: 18px 0;
  font-size: 2.0rem;
  line-height: 19px;
  font-weight: 700;
  color: #464646;
}

.btn_wrap .certified_btn:last-child {
  margin: 10px 0;
}

.btn_wrap .certified_btn.btn_close {
  margin: 0;
}

/* 회원가입 선택 화면 */
.find_id_password_wrap {
  width: 100%;
  margin: 0 auto;
}

.find_id_password_wrap h2 {
  font-family: 'GmarketSans';
  font-size: 5.0rem;
  font-weight: 800;
  margin-bottom: 7rem;
  margin-top: 5rem;
  text-align: center;
  color: #0062CC;
}

.find_id_password_wrap h3.join_tit {
  color: #464646;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}

.find_id_password_wrap .layer_wrap .btn_wrap {
  margin: 0;
}

.find_id_password_wrap .confirm_info_child {
  color: #DC1547;
  width: max-content;
  margin: auto;
  background: #fef1ee;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 2.0rem;
  font-weight: 500;
}

.find_id_password_wrap .confirm {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 5rem;
  height: 31rem;
  margin: 5rem auto;
}

.find_id_password_wrap .confirm li {
  position: relative;
  width: 31rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  transition: all 0.3s ease;
}

.find_id_password_wrap .confirm li:hover {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  transform: translateY(-10px);
}

.find_id_password_wrap .confirm li a {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  padding: 3rem;
  z-index: 10;
  position: relative;
}

.find_id_password_wrap .confirm li.type_child {
  background-color: #04CBB4;
  box-shadow: 0 0 20px 0px rgba(86, 215, 200, 0.3);
  transition: all 0.3s ease;
}

.find_id_password_wrap .confirm li.type_child:hover {
  background: #009371;
  box-shadow: 0 0 20px 0px rgba(3, 154, 136, 0.6);
}

.find_id_password_wrap .confirm li.type_child:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../../images/common/member_child_ic.svg");
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 6.5rem;
  background-color: #98f2fa;
  width: 13rem;
  height: 13rem;
  top: 45%;
  left: 50%;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}

.find_id_password_wrap .confirm li.type_normal {
  background-color: #3AA1FF;
  box-shadow: 0 0 20px 0px rgba(181, 198, 218, 0.5);
  transition: all 0.3s ease;
}

.find_id_password_wrap .confirm li.type_normal:hover {
  background: #0678e2;
  box-shadow: 0 0 20px 0px rgba(181, 198, 218, 0.8);
}

.find_id_password_wrap .confirm li.type_normal:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../../images/common/member_normal_ic.svg");
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 6.5rem;
  background-color: #aed9ff;
  width: 13rem;
  height: 13rem;
  top: 45%;
  left: 50%;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}

.find_id_password_wrap .confirm li.type_teacher {
  background-color: #9086FF;
  box-shadow: 0 0 20px 0px rgba(181, 198, 218, 0.5);
  transition: all 0.3s ease;
}

.find_id_password_wrap .confirm li.type_teacher:hover {
  background: #6f64f0;
  box-shadow: 0 0 20px 0px rgba(181, 198, 218, 0.8);
}

.find_id_password_wrap .confirm li.type_teacher:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../../images/common/member_teacher_ic.svg");
  background-repeat: no-repeat;
  background-position: 52% 50%;
  background-size: 6.5rem;
  background-color: #c5bfff;
  width: 13rem;
  height: 13rem;
  top: 45%;
  left: 50%;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}

.find_id_password_wrap .confirm li p {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
}

.input_text_wrap {
  display: inline-block;
  width: 100%;
}

.input_text_wrap::before {
  display: block;
  clear: both;
  content: '';
}

.certified_input_text {
  padding: 16px 0 16px 10px;
}

.certified_input_text1 {
  float: left;
  width: 58%;
  padding: 16px 0 16px 10px;
}

.certified_input_text2 {
  float: right;
  width: 40%;
}

.certified_input_text3 {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1040px) {
  .find_id_password_wrap {
    width: 95%;
  }
  .find_id_password_wrap .confirm {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .find_id_password_wrap {
    width: 95%;
  }
  .find_id_password_wrap .confirm_info_child {
    width: 100%;
  }
  .find_id_password_wrap .confirm {
    width: 100%;
    flex-direction: column;
    height: 100%;
    gap: 3rem;
  }
  .find_id_password_wrap .confirm li {
    width: 80%;
    height: 20rem;
    margin: auto;
  }
  .find_id_password_wrap .confirm li.type_child:after {
    background-size: 5rem;
    width: 9rem;
    height: 9rem;
  }
  .find_id_password_wrap .confirm li.type_normal:after {
    background-size: 5rem;
    width: 9rem;
    height: 9rem;
  }
  .find_id_password_wrap .confirm li.type_teacher:after {
    background-size: 5rem;
    width: 9rem;
    height: 9rem;
  }
}

/* 회원정보 입력 */
table .member_inputbox {
  display: flex;
  gap: 1rem;
  padding: 0 1.6rem;
  align-items: center;
  font-size: 1.8rem;
  color: #464646;
  flex-wrap: wrap;
  /*  
  input[type="radio"]{width:2.5rem;height:2.5rem;
        &:checked{
            &::before{width:10px;height:10px;line-height:25px;top: 5px; left: 5px;}
        }
    }
    input[type="check"]{width:2.5rem;height:2.5rem;
        &:checked{
            &::before{width:10px;height:10px;line-height:25px;top: 5px;left: 5px;}
        }
    }
        */
}

table .member_inputbox input[type="text"] {
  width: 20rem;
}

table .member_inputbox .checks_in {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1040px) {
  table .member_inputbox {
    padding: 0;
  }
  table .member_inputbox input[type="radio"]:checked::before {
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
  }
  table .member_inputbox input[type="check"]:checked::before {
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
  }
}

@media (max-width: 500px) {
  table .member_inputbox {
    flex-wrap: wrap;
  }
  table .member_inputbox input[type="text"], table .member_inputbox input[type="password"] {
    width: 200px;
    max-width: 200px;
  }
}

/* 회원정보입력 게시판 */
.board_member {
  padding: 2rem 0;
}

.board_member table {
  width: 100%;
  border-collapse: collapse;
  border-top: 0.2rem solid #282828;
  border-bottom: 0.1rem solid #CCD1D6;
}

.board_member table thead tr th {
  height: 5.5rem;
  color: #464646;
}

.board_member table tbody tr {
  border-top: 0.1rem solid #CCD1D6;
}

.board_member table tbody tr td {
  padding: 1.6rem 0;
  line-height: 1.7;
  text-align: center;
  vertical-align: top;
  word-break: break-word;
}

.board_member table tbody tr th {
  background: #F2F4F5;
  color: #464646;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1040px) {
  .board_member table {
    table-layout: fixed;
  }
  .board_member table colgroup {
    display: none;
  }
  .board_member table thead {
    display: none;
  }
  .board_member table tbody tr {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.0rem;
  }
  .board_member table tbody tr td {
    position: relative;
    text-align: left;
  }
  .board_member table tbody tr td:before {
    content: attr(data-label) "";
    width: 70px;
    font-size: 13px;
    font-weight: 500;
    color: #0062CC;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .board_member table tbody tr th {
    background: transparent;
  }
}

.reagree_exp {
  width: 100%;
  background: #F3F9F9;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 5rem 3.5rem;
  margin-bottom: 3rem;
  gap: 3rem;
}

.reagree_exp img {
  width: 25rem;
}

.reagree_exp .reagree_in .title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #464646;
}

.reagree_exp .reagree_in .txt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #464646;
}

@media (max-width: 760px) {
  .reagree_exp {
    flex-direction: column;
  }
  .reagree_exp img {
    width: 20rem;
  }
}

/* 아이디 / 비밀번호 찾기 */
.find_inner_password {
  width: 80%;
  margin: auto;
  background: #F3F9F9;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  display: flex;
  padding: 7rem;
  margin-bottom: 3rem;
  /* 아이디 비밀번호 찾기 화면 */
}

.find_inner_password .find_inner_btn {
  border-left: 1px solid #CCD1D6;
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  gap: 5rem;
  justify-content: center;
}

.find_inner_password .find_inner_btn button {
  width: 30rem;
}

.find_inner_password .text_box {
  text-align: left;
  position: relative;
  padding: 20rem 3rem 3rem 3rem;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.find_inner_password .text_box .find_txt {
  display: block;
  font-size: 2rem;
  color: #464646;
  margin-bottom: 1rem;
  word-break: keep-all;
}

.find_inner_password .text_box .find_txt.title {
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.find_inner_password .text_box:before {
  content: '';
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  background-image: url("/resource/templete/assets/images/sub/member_img_01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 20rem;
  height: 23rem;
  background-size: 100%;
}

.find_inner_password.result_in {
  flex-direction: column;
}

.find_inner_password.result_in .find_txt {
  width: 100%;
  text-align: center;
}

.find_inner_password.result_in .find_txt.title {
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #464646;
}

.find_inner_password.result_in .pw_font {
  width: 100%;
  background: #fff;
  padding: 2rem;
  color: #0062CC;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
}

.certified_box_phone {
  width: 50%;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  background: #fff;
  margin: auto;
  padding: 5rem 3rem;
  min-height: 50rem;
  display: flex;
  justify-content: center;
}

.certified_box_phone fieldset {
  width: 100%;
  margin: auto;
}

.certified_box_phone .input_password_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}

.certified_box_phone .input_password_wrap input {
  width: 100%;
}

@media (max-width: 1040px) {
  .find_inner_password {
    width: 100%;
    flex-direction: column;
  }
  .find_inner_password .find_inner_btn {
    border-left: 0;
    width: 100%;
  }
  .find_inner_password .find_inner_btn button {
    width: 60%;
  }
  .find_inner_password .text_box {
    width: 100%;
  }
  .certified_box_phone {
    width: 100%;
    min-height: 25rem;
  }
  .certified_box_phone fieldset {
    width: 100%;
  }
  .certified_box_phone .input_password_wrap input {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .find_inner_password {
    padding: 4rem;
  }
}

/* 휴대폰 인증 모달 화면 */
.layer_inner .layer_tit {
  font-size: 2.2rem;
  color: #464646;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 1rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.layer_inner.lypop_report_fin {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.layer_inner button {
  flex-shrink: 0;
}

.layer_inner .input_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
}

.layer_inner .btn_wrap {
  margin: 2rem auto;
  text-align: center;
}

@media (max-width: 760px) {
  .layer_inner {
    min-width: 30rem;
  }
  .layer_inner .input_wrap input {
    width: 100%;
  }
}

/* 이용약관 */
.terms_of_use_wrap {
  width: 100%;
  min-width: 360px;
  box-sizing: border-box;
  text-align: left;
}

.terms_of_use_wrap .tab-10 {
  padding-left: 10px;
}

.terms_of_use_wrap .tab-20 {
  padding-left: 20px;
}

.terms_of_use_wrap h4 {
  width: 100%;
  color: #4460B0;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  font-size: 24px;
  padding: 30px 0 20px 0;
}

.terms_of_use_wrap h5 {
  width: 100%;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  font-size: 20px;
  padding: 20px 0 10px 10px;
}

.terms_of_use_wrap p {
  width: 100%;
  color: #555;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
  padding: 0 0 5px 0;
}

.terms_of_use_wrap ul.list-d1 {
  width: 100%;
}

.terms_of_use_wrap ul.list-d1 li {
  width: 100%;
  position: relative;
  color: #555;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  padding: 0 0 5px 20px;
}

.terms_of_use_wrap ul.list-d1 li span.num {
  position: absolute;
  left: 0;
  top: 0;
}

.terms_of_use_wrap ul.list-d2 {
  width: 100%;
  padding-top: 5px;
}

.terms_of_use_wrap ul.list-d2 li {
  width: 100%;
  position: relative;
  color: #666;
  font-weight: normal;
  line-height: 1.5;
  font-size: 15px;
  padding: 0 0 5px 12px;
}

.terms_of_use_wrap ul.list-d2 li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.terms_of_use_wrap .version_wrap {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.terms_of_use_wrap .version_wrap ul {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0 10px;
}

/* 개인정보 처리방침 */
.privacy_wrap {
  width: 100%;
  min-width: 330px;
  box-sizing: border-box;
  text-align: left;
}

.privacy_wrap .tab-10 {
  padding-left: 10px;
}

.privacy_wrap .tab-20 {
  padding-left: 20px;
}

.privacy_wrap .tab-30 {
  padding-left: 30px;
}

.privacy_wrap .tab-40 {
  padding-left: 40px;
}

.privacy_wrap h4 {
  width: 100%;
  color: #4460B0;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  font-size: 24px;
  padding: 30px 0 20px 0;
}

.privacy_wrap h5 {
  width: 100%;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  position: relative;
}

.privacy_wrap h5 i {
  flex: 0 0 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.privacy_wrap h5 i img {
  width: 60px;
  height: auto;
}

.privacy_wrap h6 {
  width: 100%;
  color: #12254D;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  font-size: 16px;
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.privacy_wrap p {
  width: 100%;
  color: #555;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 16px;
  padding: 0 0 10px 0;
}

.privacy_wrap ul.list-d1 {
  width: 100%;
}

.privacy_wrap ul.list-d1 li {
  width: 100%;
  position: relative;
  color: #555;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
  padding: 0 0 5px 20px;
  letter-spacing: normal;
}

.privacy_wrap ul.list-d1 li span.num {
  position: absolute;
  left: 0;
  top: 0;
}

.privacy_wrap ul.list-d2 {
  width: 100%;
  padding-top: 5px;
}

.privacy_wrap ul.list-d2 li {
  width: 100%;
  position: relative;
  color: #666;
  font-weight: normal;
  line-height: 1.5;
  font-size: 15px;
  padding: 0 0 5px 12px;
  letter-spacing: normal;
}

.privacy_wrap ul.list-d2 li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.privacy_wrap .version_wrap {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.privacy_wrap .version_wrap ul {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0 10px;
}

.privacy_wrap .easy_wrap {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.privacy_wrap .easy_wrap ul {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 0 10px;
}

.privacy_wrap .easy_wrap ul a {
  position: relative;
  display: block;
  background-color: white;
  border: 2px solid #333;
  color: #333;
  padding: 0 30px 0 30px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 15px;
}

.privacy_wrap .doc_download {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.privacy_wrap .doc_download ul {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5px 10px;
}

.privacy_wrap .doc_download ul a {
  position: relative;
  display: block;
  background-color: white;
  border: 1.5px solid #333;
  color: #333;
  padding: 8px 40px 10px 15px;
  line-height: 1.3;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.privacy_wrap .doc_download ul a.reverse {
  background-color: #4460B0;
  border: 2px solid #4460B0;
  color: white;
}

.privacy_wrap .doc_download ul a.reverse:hover {
  background-color: #374e8e;
  border: 2px solid #374e8e;
}

.privacy_wrap .doc_download ul a:hover {
  background-color: #efefef;
  font-weight: 400;
}

.privacy_wrap .doc_download ul a .feather {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

.privacy_wrap .doc_download ul button {
  position: relative;
  display: block;
  background-color: white;
  border: 2px solid #333;
  color: #333;
  padding: 8px 40px 10px 15px;
  line-height: 1.3;
  font-size: 14px;
  border-radius: 6px;
}

.privacy_wrap .doc_download ul button.reverse {
  background-color: #4460B0;
  border: 2px solid #4460B0;
  color: white;
}

.privacy_wrap .doc_download ul button .feather {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}

.privacy_wrap .privacy_table {
  width: 100%;
  padding: 10px 0 20px 0;
}

.privacy_wrap .privacy_table table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid #ddd;
}

.privacy_wrap .privacy_table table thead {
  border-bottom: 1px solid #ddd;
}

.privacy_wrap .privacy_table table .bottom {
  border-bottom: 1px solid #ddd;
}

.privacy_wrap .privacy_table table .left {
  border-left: 1px dotted #ddd !important;
}

.privacy_wrap .privacy_table table th {
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: black;
  border-left: 1px dotted #c1c1c1;
}

.privacy_wrap .privacy_table table td {
  text-align: left;
  padding: 10px 15px;
  font-size: 16px;
  color: #555;
  border-left: 1px dotted #ddd;
  vertical-align: top;
}

.privacy_wrap .privacy_table table td.c {
  text-align: center;
}

.privacy_wrap .privacy_table table td.vm {
  vertical-align: middle;
}

.privacy_wrap .privacy_table table tr th:first-child {
  border-left: none;
}

.privacy_wrap .privacy_table table tr td:first-child {
  border-left: none;
}

.privacy_wrap .labeling dl {
  width: 100%;
}

.privacy_wrap .labeling dt {
  width: 100%;
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
}

.privacy_wrap .labeling dd {
  width: 100%;
  text-align: center;
  color: #555;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.4;
}

.privacy_wrap .labeling dd.label img {
  width: 100%;
  max-width: 110px;
  height: auto;
}

.privacy_wrap .label_index {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}

.privacy_wrap .label_index ul {
  flex: 0 0 50%;
}

.privacy_wrap .label_index ul li {
  width: 100%;
  margin: 4px 0;
}

.privacy_wrap .label_index ul li a {
  width: 100%;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 40px;
  position: relative;
  min-height: 40px;
  line-height: 1.3;
  font-size: 16px;
}

.privacy_wrap .label_index ul li a:hover {
  text-decoration: underline !important;
  font-weight: 400;
}

.privacy_wrap .label_index ul li i {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.privacy_wrap .label_index ul li i img {
  width: 100%;
  height: auto;
}

.privacy_wrap .hidden {
  display: none;
}

.privacy_wrap .privacy_process {
  width: 100%;
}

.privacy_wrap .privacy_process ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 15px 0;
}

.privacy_wrap .privacy_process ul.bottom {
  border-bottom: 1px dotted #ddd;
}

.privacy_wrap .privacy_process ul li {
  flex: 0 0 20%;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-image: url("/resource/templete/kofacstd/src/img/sub/arrow_privacy.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right 50%;
}

.privacy_wrap .privacy_process ul li.bg-bot {
  background-position: right 75%;
}

.privacy_wrap .privacy_process ul li:last-child {
  padding-right: 0;
  background-image: none;
}

.privacy_wrap .privacy_process ul li .p_box {
  flex: 1 0 auto;
  font-size: 14px;
  line-height: 1.3;
  padding: 20px;
  border-radius: 10px;
  min-height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.privacy_wrap .privacy_process ul li .p_box.gray {
  background-color: #e1e1e1;
  color: #333;
}

.privacy_wrap .privacy_process ul li .p_box.blue {
  background-color: #05308C;
  color: white;
}

.privacy_wrap .privacy_process ul li.bot-box {
  flex-direction: column-reverse;
}

@media (max-width: 1040px) {
  .privacy_wrap h5 {
    min-height: 50px;
  }
  .privacy_wrap h5 i img {
    width: 50px;
  }
}
