@charset "utf-8";

html {
  height: 100%;
}
body.join {
  background: #f8f8f8;
}
header.join {
  background: #fff !important;
  padding: 35px 0;
}
header.join .tip {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  background: #32334f;
  color: #fff;
  font-size: 1.5rem;
  padding: 13px 25px;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.3);
}
header.join .tip i {
  margin-right: 10px;
}
header.join h1 {
  text-align: center;
  padding:0;
}
header.join h1 a{display:inline-block;}
header.join .top_logo{display:flex;align-items:center;justify-content:center;}
header.join h1 img{width:280px;}
@media (max-width: 739px) {
  header.join{padding:20px 0;}
  header.join .tip {
    font-size: 1.2rem;
    padding: 8px 8px;
    letter-spacing: -1px;
  }
  header.join h1 img {
    width: 220px;
  }
}
@media (max-width: 639px) {
  header.join {
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  header.join .tip {
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    border-radius: 0;
    font-size: 1.3rem;
    padding: 8px 10px;
  }
  header.join h1 {
    margin-top: 25px;
  }
  header.join h1 img{width:170px;}
}
@media (max-width: 599px) {
  header.join .tip{margin-left:0;}
  header.join .top_logo{margin-top:8px;padding:0;}
}

.contents h1.m0autoh1 {
  text-align: center;
  margin: 50px auto;
}
@media (max-width: 639px) {
  .contents {
    padding-top: 100px;
  }
  .contents h1.m0autoh1 {
    margin: 0px auto;
  }
  /* 로고 공통으로 쓰는 클래스를 추가하여 주석처리함 251112 */
  /* .contents h1.m0autoh1 img {
    width: 160px;
  } */
}
footer {
  background: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  padding: 30px 10px;
  border-top: 1px solid #f7f7f7;
}
footer ul {
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
footer ul li {
  float: left;
  padding: 0 5px;
  font-size: 1.3rem;
}
footer ul li:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 15px;
  vertical-align: middle;
  background: #ccc;
  margin-left: 10px;
}
footer ul li:last-child:after {
  display: none;
}
footer ul li strong {
  color: #3d3d3d;
}
footer .logo_copyright img {
  width: 85px;
  vertical-align: middle;
  margin-right: 10px;
}
footer .logo_copyright.white ul li {
  color: #333;
}
footer .logo_copyright.white ul li strong {
  color: #333;
}
footer .logo_copyright.white .copyright {
  color: #333;
}
@media (max-width: 599px) {
  footer {
    font-size: 1.3rem;
    padding: 20px !important;
    height: auto;
    text-align: left;
  }
  footer ul {
    text-align: left;
  }
  footer ul li {
    float: left;
    padding: 3px;
    font-size: 1.3rem;
    letter-spacing: -0.04rem;
  }
  footer ul li:after {
    height: 10px;
    margin-left: 2px;
  }
  footer ul li:last-child:after {
    display: none;
  }
  footer .logo_copyright {
    padding-top: 0px;
  }
  footer .logo_copyright img {
    width: 85px;
    vertical-align: middle;
    margin: 20px 0 10px 0px;
    display: block;
  }
  footer .logo_copyright span.copyright {
    font-size: 1.3rem;
    display: block;
  }
}
.noti {
  text-align: center;
  margin: 50px auto;
}
.noti h1 {
  font-size: 3.6rem;
  color: #111;
  font-weight: 700;
}
.noti P {
  font-size: 1.4rem;
  color: #555;
}
.noti .stepbox {
  overflow: hidden;
  margin: 50px 0px;
}
.noti .stepbox ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.noti .stepbox ul:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.noti .stepbox ul.w2 li {
  width: 50%!important;
}
.noti .stepbox ul li.step {
  float: left;
  display: inline-block;
  width: 33%;
  background-image: url('/images/ttFriendship/member/dot_basic.png');
  background-repeat: no-repeat;
  background-position: 100% 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
}
.noti .stepbox ul li.step .nn {
  width: 100%;
  text-align: center;
}
.noti .stepbox ul li.step .nn span.num {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #e4e4e4;
  color: #32334f;
  border-radius: 30px;
  font-size: 2.2rem;
  font-family: 'Roboto';
}
.noti .stepbox ul li.step .nn span.name {
  font-size: 1.7rem;
  color: #333;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.noti .stepbox ul li.step.on {
  background-image: url('/images/ttFriendship/member/dot.png');
  background-repeat: no-repeat;
}
.noti .stepbox ul li.step.on .nn span.num {
  background: #4a65f6;
  color: #fff;
}
.noti .stepbox ul li.step:last-child {
  background-image: none !important;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.join_wrap {
  padding: 60px 0;
}
.joined_p {
  font-size: 3.6rem;
  color: #111;
  text-align: center;
}
.joined_box {
  margin: 80px auto 60px auto;
  width: 100%;
  max-width: 700px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px;
  background-color: #f8f8f8;
  border-radius: 120px;
  letter-spacing: -0.08rem;
}
.joined_box dl {
  background-image: url('/images/ttFriendship/member/join_teacher1.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 135px;
  padding-left: 200px;
  min-height: 135px;
}
.joined_box dl dt {
  overflow: hidden;
  margin-bottom: 30px;
}
.joined_box dl dt span.name {
  font-size: 3.6rem;
  color: #111;
  display: inline-block;
  vertical-align: middle;
}
.joined_box dl dt span.name strong {
  font-weight: 700;
}
.joined_box dl dt span.bluetip {
  display: inline-block;
  padding: 10px 15px;
  background: #4a65f6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 20px;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
}
.joined_box dl dt span.redtip {
  display: inline-block;
  padding: 10px 15px;
  background: #de5465;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 20px;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
}
.joined_box dl dd {
  font-size: 1.7rem;
  color: #111;
  padding: 10px 0;
}
.joined_box.unauth {
  border-radius: 0;
  background: #fff;
  max-width: 830px;
}
.joined_box.unauth dl {
  background-image: url('/images/ttFriendship/member/join_teacher2.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 135px;
  padding-left: 180px;
}
.joined_box.unauth dl dt {
  overflow: hidden;
  margin-bottom: 30px;
}
.joined_box.unauth dl dt span.name {
  font-size: 3.6rem;
  color: #111;
  display: inline-block;
  vertical-align: middle;
}
.joined_box.unauth dl dt span.name strong {
  font-weight: 700;
}
.joined_box.unauth dl dt span.bluetip {
  display: inline-block;
  padding: 10px 15px;
  background: #4a65f6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 20px;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
}
.joined_box.unauth dl dt span.redtip {
  display: inline-block;
  padding: 10px 15px;
  background: #de5465;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 20px;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
}
.joined_box.unauth dl dd {
  font-size: 1.7rem;
  color: #111;
  padding: 10px 0;
}
.joined_box.unauth dl dd.f24 {
  font-size: 2.4rem;
  color: #333;
  text-align: center;
  line-height: 3.5rem;
}
.joined_box.unauth dl dd span.info {
  font-size: 2rem;
  color: #111;
  padding: 5px 0;
}
.joined_box.unauth dl dd span.info.info3 {
  display: block;
}
.joined_box.unauth dl dd span.pp_color {
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 0;
}
.joined_box.unauth dl dd p.fax,
.joined_box.unauth dl dd p.email {
  font-size: 1.8rem;
  color: #333;
  font-family: 'Roboto';
  display: inline-block;
  padding-left: 30px;
  margin: 0;
  font-weight: bold;
}
.joined_box.unauth dl dd P.fax {
  background-image: url('/images/ttFriendship/member/fax.png');
  background-repeat: no-repeat;
}
.joined_box.unauth dl dd P.email {
  background-image: url('/images/ttFriendship/member/email.png');
  background-repeat: no-repeat;
}
.certify_way {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: -0.09rem;
}
.certify_way span.info {
  font-size: 2rem;
  color: #111;
  padding: 5px 0;
}
.certify_way span.info.info3 {
  display: block;
}
.certify_way span.pp_color {
  font-weight: 700;
  font-size: 2rem;
  padding: 5px 0;
}
.certify_way p.fax,
.certify_way p.email {
  font-size: 1.8rem;
  color: #333;
  font-family: 'Roboto';
  display: inline-block;
  padding-left: 30px;
  margin: 10px 0;
  font-weight: bold;
}
.certify_way P.fax {
  background-image: url('/images/ttFriendship/member/fax.png');
  background-repeat: no-repeat;
}
.certify_way P.email {
  background-image: url('/images/ttFriendship/member/email.png');
  background-repeat: no-repeat;
}
.charge_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.charge_wrap .pay_info {
  margin-top: 2rem;
}
.charge_wrap .pay_info h2 {
  display: inline-block;
  margin-bottom: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3550eb;
}
.charge_wrap .pay_info .info {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.charge_wrap .pay_info .info li {
  position: relative;
  font-size: 1.3rem;
  color: #333;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.charge_wrap .pay_info .info li:before {
  display: inline-block;
  background-color: #333;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  content: '';
}
.charge_wrap .pay_info .info li a {
  display: inline-block;
  line-height: 24px;
  padding: 0 15px;
  background-color: #333;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 18px;
  margin-left: 5px;
  text-align: center;
}
.charge_wrap .pay_info .info li a i {
  margin-right: 10px;
}
.charge_wrap .pay_info .info li strong {
  color: #ff3300;
  font-weight: 400;
}
.charge_wrap p.info {
  font-size: 3.4rem;
  color: #111;
  text-align: center;
  letter-spacing: -0.14rem;
}
.charge_wrap p.info span {
  font-weight: 700;
}
.charge_wrap span.info {
  position: relative;
  font-size: 1.3rem;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  line-height: 18px;
  margin-bottom: 20px;
}
.charge_wrap span.info:before {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('/images/ttFriendship/member/info.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  margin-right: 5px;
  vertical-align: middle;
}
.charges_list {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.charges_list th,
.charges_list td {
  font-size: 1.5rem;
  color: #111;
  line-height: 18px;
  border: 1px solid #dddddd;
  padding: 20px 10px;
  text-align: center;
}
.charges_list th {
  background: #f8f8f8;
  font-weight: 500;
}
.charges_list td {
  background: #fff;
}
.charges_list td .btn_member {
  font-size: 1.4rem !important;
  padding: 10px 15px!important;
  min-width: auto;
}
.charges_list_mobile {
  display: none;
}
.code_form {
  width: 100%;
  margin: 2rem 0;
}
.code_form ul {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.code_form ul:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.code_form ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 40%;
  height: 50px;
  line-height: 48px;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 20px;
}
.code_form ul li:last-child {
  width: 60%;
  padding: 0 100px 0 0;
  border-left: 1px solid #ddd;
}
.code_form ul li:last-child input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #fff;
  padding: 0 10px;
  font-weight: 400;
}
.code_form ul li:last-child button {
  width: 100px;
  height: 52px;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #4a65f6;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
.code_form ul li:last-child button:hover {
  background-color: #3550eb;
}
.contact {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.contact p {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  font-weight: 600;
  line-height: 30px;
  margin: 0 20px 10px 0;
}
.contact p span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #999;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.contact p span i {
  font-size: 1.4rem;
  color: #fff;
}
.contact p strong {
  color: #000;
}
.charge_progress_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #ddd;
}
.charge_progress_wrap:last-of-type {
  border-bottom: none;
}
.charge_progress_wrap p.info {
  font-size: 3.4rem;
  color: #111;
  text-align: center;
  letter-spacing: -0.14rem;
}
.progress_list {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.progress_list th,
.progress_list td {
  font-size: 1.5rem;
  color: #111;
  line-height: 18px;
  border: 1px solid #dddddd;
  padding: 20px 10px;
  text-align: center;
}
.progress_list th {
  background: #f8f8f8;
  font-weight: 500;
}
.progress_list td {
  background: #fff;
}
.progress_list td .btn_member {
  font-size: 1.4rem !important;
  padding: 10px 15px!important;
  min-width: auto;
}
.pay_sum {
  width: 100%;
  clear: both;
  position: relative;
  padding-left: 50%;
}
.pay_sum p {
  width: 100%;
  border: 2px solid #000;
  margin: 2rem 0;
}
.pay_sum p:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.pay_sum p span {
  width: 50%;
  height: 60px;
  line-height: 58px;
  display: inline-block;
  float: left;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.pay_sum p span.th {
  background-color: #f8f8f8;
  border-right: 1px solid #ddd;
}
.pay_sum p span strong {
  font-size: 2.4rem;
  color: #ff3300;
  font-family: 'Roboto', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
  font-family: 'Saira Semi Condensed', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pay_sum .info {
  position: absolute;
  left: 0;
  width: 50%;
}
.pay_sum .info li {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 10px;
}
.pay_sum .info li.red {
  color: #ff3300;
}
.pay_form {
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.pay_form ul {
  width: 100%;
  border: 1px solid #ddd;
}
.pay_form ul:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.pay_form ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  height: 80px;
  padding: 10px;
}
.pay_form ul li .method_w .r_method {
  width: 50%;
  float: left;
  height: 60px;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
}
.pay_form ul li .method_w .r_method .radio {
  padding: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.pay_form ul li .method_w .r_method .radio + label {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  line-height: 58px;
  font-size: 15px;
  width: 100%;
  clear: both;
  color: #888888;
  border: 1px solid #e1e1e1;
}
.pay_form ul li .method_w .r_method .radio:checked + label {
  height: 100%;
  margin-top: 0px !important;
  margin-left: 0px !important;
  border: 1px solid #4a65f6;
  background-color: #4a65f6;
  color: #fff;
}
.pay_form ul li .payment_w {
  position: relative;
  width: 100%;
  height: 100%;
}
.pay_form ul li .payment_w .m_control {
  max-width: 160px;
  font-size: 13px;
  line-height: 15px;
  top: 15px;
}
.pay_form ul li .payment_w .m_control .control-indicator {
  left: 0;
}
.pay_form ul li .payment_w button {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 170px);
  height: 100%;
  background-color: #ff9409;
  font-size: 2rem;
  color: #fff;
}
.pay_form ul li .payment_w button:hover {
  background-color: #d55a0b;
}
@media (max-width: 690px) {
  .charge_wrap p.info {
    font-size: 2.6rem;
  }
  .charge_wrap p.info span.m_show {
    display: block;
  }
  .charge_wrap span.info {
    font-size: 1.3rem;
  }
  .charges_list {
    display: none;
  }
  .charges_list_mobile {
    display: block;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .charges_list_mobile tr {
    overflow: hidden;
    width: 100%;
    clear: both;
    border-top: 2px solid #555;
  }
  /*position 추가 - 230214 kmj*/
  .charges_list_mobile tr td {
    width: 100%;
    float: left;
    padding: 10px 8px;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
    position:relative;
    padding-left:80px;
  }

  /*position 추가 - 230214 kmj*/
  .charges_list_mobile tr td span.label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4a65f6;
    display: inline-block;
    width: 80px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0
  }

  .td_data{line-height: 1.3;}
  
  /*본문 행간조정 - 230217 kmj*/
  .charges_list_mobile tr td span.td_data{line-height: 1.3;}

  .charges_list_mobile tr td a.btn_member {
    text-align: center;
    padding: 7px 10px !important;
    display: inline-block;
  }
  .code_form ul li {
    width: 100%;
    float: none;
    padding-left: 10px;
  }
  .code_form ul li:last-child {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .code_form ul li:last-child button {
    height: 51px;
  }
}

@media (max-width: 800px) {
  .noti {
    text-align: center;
    margin: 50px auto;
  }
  .noti h1 {
    font-size: 3.6rem;
    color: #111;
    font-weight: 700;
  }
  .noti P {
    font-size: 1.4rem;
    color: #555;
  }
  .noti .stepbox {
    overflow: hidden;
    margin: 50px 0px;
  }
  .noti .stepbox ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .noti .stepbox ul li.step {
    background-position: 90% 20px;
  }
  .noti .stepbox ul li.step .nn {
    width: 100%;
    text-align: center;
  }
  .noti .stepbox ul li.step .nn span.num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
  .noti .stepbox ul li.step .nn span.name {
    font-size: 1.3rem;
  }
  .joined_box dl dt span.name {
    font-size: 2.8rem;
  }
  .charge_wrap span.info a {
    display: block;
    width: 160px;
    margin: 5px 0 0 0;
  }
  .charge_progress_wrap p.info {
    font-size: 2.6rem;
  }
  .pay_sum {
    padding-left: 0;
  }
  .pay_sum .info {
    position: relative;
    width: 100%;
    clear: both;
  }
  .pay_sum .info li {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .pay_form ul li {
    width: 100%;
    clear: both;
    height: auto;
  }
  .pay_form ul li .payment_w .m_control {
    max-width: 100%;
    top: 0;
    line-height: 25px;
    margin-bottom: 1rem;
    text-align: center;
    padding-left: 0;
  }
  .pay_form ul li .payment_w .m_control br {
    display: none;
  }
  .pay_form ul li .payment_w .m_control .control-indicator {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
  }
  .pay_form ul li .payment_w button {
    position: relative;
    width: 100%;
    clear: both;
    height: 60px;
  }
}
@media (max-width: 639px) {
  .join_wrap {
    padding: 10px 0;
  }
  .noti {
    margin: 50px auto;
  }
  .noti h1 {
    font-size: 3rem;
  }
  .noti p {
    font-size: 1.3rem;
  }
  .noti .stepbox {
    margin: 30px 0px;
  }
  .noti .stepbox ul {
    width: 98%;
    margin-left: -10px;
  }
  .noti .stepbox ul li.step {
    width: 33%;
    background-position: 100% 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0px;
    background-size: 15px;
  }
  .noti .stepbox ul li.step .nn {
    width: 100%;
    text-align: center;
  }
  .noti .stepbox ul li.step .nn span.num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
  .noti .stepbox ul li.step .nn span.name {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  .joined_p {
    font-size: 2.6rem;
  }
  .joined_box {
    margin: 30px auto;
    padding: 30px 20px;
    border-radius: 0px;
    min-width: 320px;
    width: 70%;
  }
  .joined_box dl {
    background-position: 0px center;
    background-size: 60px;
    padding-left: 80px;
  }
  .joined_box dl dt {
    margin-bottom: 10px;
  }
  .joined_box dl dt span.name {
    font-size: 2rem;
  }
  .joined_box dl dt span.bluetip {
    padding: 7px 10px;
    font-size: 1.2rem;
    border-radius: 15px;
  }
  .joined_box dl dd {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .unauth {
    width: 100%;
    padding: 0;
  }
  .unauth dl {
    background-position: 50% top;
    background-size: 80px !important;
    padding: 110px 0 0 0;
  }
  .unauth dl dt {
    margin-bottom: 30px;
  }
  .unauth dl dt span.name {
    font-size: 3rem;
    padding: 0 20px;
  }
  .unauth dl dt span.redtip {
    padding: 7px 10px;
    font-size: 1.2rem;
    border-radius: 15px;
  }
  .unauth dl dd {
    font-size: 1.4rem;
    padding: 0;
  }
  .unauth dl dd.f24 {
    font-size: 1.7rem;
    line-height: 23px;
    margin-bottom: 50px;
  }
  .unauth dl dd span.info {
    font-size: 1.6rem;
  }
  .unauth dl dd span.info.info1,
  .unauth dl dd span.info.info2,
  .unauth dl dd span.info.info3 {
    display: block;
  }
  .unauth dl dd span.info.info3 {
    margin-bottom: 20px;
  }
  .unauth dl dd span.pp_color {
    font-size: 1.6rem;
    padding: 5px 0;
  }
  .unauth dl dd p.fax,
  .unauth dl dd p.email {
    font-size: 1.4rem;
    padding: 5px 0 5px 30px ;
    margin: 0;
  }
}
@media (max-width: 439px) {
  .joined_p {
    font-size: 2rem;
  }
  .certify_way {
    margin-bottom: 10px;
  }
  .certify_way span.info {
    font-size: 1.6rem;
    display: block;
    padding: 5px 0;
  }
  .certify_way span.info.info2,
  .certify_way span.info.info3 {
    display: block;
  }
  .certify_way span.pp_color {
    font-size: 1.6rem;
  }
  .certify_way p.fax,
  .certify_way p.email {
    font-size: 1.5rem;
    padding-left: 25px;
    margin: 5px 0;
  }
}
.school_search {
  width: 100%;
  max-width: 1420px;
  min-width: 360px;
  padding: 10px;
  box-sizing: border-box;
}
.school_search h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}
.school_search .svmng_ar {
  padding: 10px 0 !important;
  clear: both;
}
.srh-box .inline-block {
  vertical-align: middle;
}
.srh-box input[type="text"]#searchKeyword {
  width: 285px;
  height: 35px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  margin-right: 5px;
}
.srh-box a,
.srh-box button {
  font-size: 1.3rem;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  background: #32334f;
  color: #fff;
}
.srh-box span {
  font-size: 1.3rem;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.srh-box .board_info {
  font-size: 1.5rem;
  color: #333;
  width: 100%;
  overflow: hidden;
}
.srh-box .board_info .board_infoR {
  float: right;
  padding: 10px 0;
}


/* 결제 영수증 - 240116 kmj */
.receipt-wrap {width:100%;padding:20px;margin:0 auto;background: linear-gradient(180deg, #4a65f6 24%, #ececec 24%);}
.receipt-wrap .receipt-inner {width:100%;}
.receipt-wrap .contents {max-width:700px;margin:0 auto;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);padding:30px;page-break-before:avoid;}
.receipt-wrap h1 {text-align:right;}
.receipt-wrap h1 img {width:30%;}
.receipt-wrap h2 {font-weight:600;text-align:center;}
.receipt-wrap h4 {padding-left:15px;position:relative;}
.receipt-wrap h4::before {display:block;content:'';width:6px;height:6px;background-color:#4a65f6;position:absolute;top:50%;left:0;transform:translateY(-50%);}
.receipt-wrap .myinfo_w .info_form .info_item span.cont {font-weight:600;}
.receipt-wrap .print-btn {text-align:center;}
.receipt-wrap .print-btn a {padding:15px 35px;border-radius:50px;}

@media (min-width: 690px) {
  .receipt-wrap .contents {width:100%;}
  .receipt-wrap h1 {margin-bottom:32px;}
  .receipt-wrap h2 {font-size:2.8rem;}
  .receipt-wrap .myinfo_w h4 {font-size:1.8rem;margin-bottom:8px;}
  .receipt-wrap .myinfo_w .info_form {padding:3px 0;}
  .receipt-wrap .myinfo_w .info_form .info_item {padding: 3px 10px 3px 30%;}
  .receipt-wrap .myinfo_w .info_form .info_item span.ttl {max-width:30%;}
}
@media (max-width: 689px) {
  .receipt-wrap h1 {margin-bottom:25px;}
  .receipt-wrap h2 {font-size:2rem;}
  .receipt-wrap .myinfo_w {padding:18px 20px;}
  .receipt-wrap .myinfo_w h4 {font-size:1.7rem;margin-bottom:12px;}
  .receipt-wrap .myinfo_w .info_form {padding:3px 0;}
  .receipt-wrap .myinfo_w .info_form .info_item {padding: 3px 10px 3px 4%;}
  .receipt-wrap .myinfo_w .info_auth {margin-bottom:0;}
  
}
@media (max-width: 450px) {
  .receipt-wrap .myinfo_w {padding:18px 0;}
}

/* 프린트시 '인쇄하기' 버튼 안보이기 */
@media print {
  .noprint {display:none !important;}
}