@charset "UTF-8";
/*_user.scss*/
/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article.join_term, .find_tab > ul.tab_ex > li > article.tab4, .find_tab > ul.tab_ex > li > article.tab2, .find_tab > ul.tab_ex {
  *zoom: 1;
}
article.join_term:before, .find_tab > ul.tab_ex > li > article.tab4:before, .find_tab > ul.tab_ex > li > article.tab2:before, .find_tab > ul.tab_ex:before, article.join_term:after, .find_tab > ul.tab_ex > li > article.tab4:after, .find_tab > ul.tab_ex > li > article.tab2:after, .find_tab > ul.tab_ex:after {
  content: "";
  display: table;
}
article.join_term:after, .find_tab > ul.tab_ex > li > article.tab4:after, .find_tab > ul.tab_ex > li > article.tab2:after, .find_tab > ul.tab_ex:after {
  clear: both;
}

/*_forms.scss*/
.custom-radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/radio-sprite.png) no-repeat 0 0 transparent;
}
.custom-radio:hover {
  background-position: 0 -16px;
}
.custom-radio.selected {
  background-position: 0 -32px;
}
.custom-radio input[type=radio] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/checkbox-sprite.png) no-repeat 0 0 transparent;
}
.custom-checkbox.selected {
  background-position: 0 -32px;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

/*_sub.scss*/
section.sub_wrap {
  position: relative;
  width: 930px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0 0 50px 0;
}
section.sub_wrap h1 {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-size: 2.08rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: -1.2px;
}
section.sub_wrap > p {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0;
  text-align: center;
}

/*_colors.scss*/
/*_buttons.scss*/
.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 1s;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
button, input {
  outline: 0;
}

/*_icons.scss*/
.ic_pop1, .ic_pop2 {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
}

.ic_pop_book {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #cccccc;
}

.ic_price {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #ff6a4c;
}

.ic_box {
  padding: 2px 10px 4px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  font-weight: bold;
  background: #fff;
}

/*_placeholders.scss*/
table.tb_user, article.join_term table.tb_st_hor {
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #000;
  color: #666666;
}
table.tb_user caption, article.join_term table.tb_st_hor caption {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
table.tb_user tr.first_tr th, article.join_term table.tb_st_hor tr.first_tr th,
table.tb_user tr.first_tr td,
article.join_term table.tb_st_hor tr.first_tr td {
  border-top: 1px solid #000;
}
table.tb_user tr th, article.join_term table.tb_st_hor tr th {
  text-align: left;
  padding: 13px 20px 13px 20px;
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
}
table.tb_user tr td, article.join_term table.tb_st_hor tr td {
  padding: 13px 20px 13px 20px;
  border-top: 1px solid #e6e6e6;
}
table.tb_user tr td input, article.join_term table.tb_st_hor tr td input {
  display: inline-block;
  border: 1px solid #e6e6e6;
  width: 275px;
  padding: 5px;
}
table.tb_user tr td input:focus, article.join_term table.tb_st_hor tr td input:focus {
  border: 1px solid #000;
}
table.tb_user tr td p, article.join_term table.tb_st_hor tr td p {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #666666;
}
table.tb_user tr td p.warning, article.join_term table.tb_st_hor tr td p.warning {
  background: url(/_Resources/img/ic_warning.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  padding: 0 0 0 30px;
}
table.tb_user tr td button.btn_small, article.join_term table.tb_st_hor tr td button.btn_small {
  width: 70px;
  height: 30px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  margin: 0 0 0 10px;
  vertical-align: top;
  background: #4d5259;
  font-size: 12px;
}
table.tb_user tr td div.select_wrap, article.join_term table.tb_st_hor tr td div.select_wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 86px;
  height: 30px;
  overflow: hidden;
  font-size: 14px !important;
}
table.tb_user tr td div.select_wrap.select_wrap, article.join_term table.tb_st_hor tr td div.select_wrap.select_wrap {
  border: 1px solid #e6e6e6;
  background: #fff url(/_Resources/img/ic_arrow_s.png) no-repeat top right;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}
table.tb_user tr td div.select_wrap.select_wrap:hover, article.join_term table.tb_st_hor tr td div.select_wrap.select_wrap:hover {
  border: 1px solid #000;
}
table.tb_user tr td div.select_wrap label, article.join_term table.tb_st_hor tr td div.select_wrap label {
  position: absolute;
  top: 5px;
  left: 5px;
}
table.tb_user tr td div.select_wrap select, article.join_term table.tb_st_hor tr td div.select_wrap select {
  padding: 5px;
  width: 100%;
  height: 30px;
  border: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
table.margin_bottom.tb_user, article.join_term table.margin_bottom.tb_st_hor {
  margin: 0 0 50px 0;
}

div.agree_btns, div.join_btns {
  margin: 70px 0 0 0;
  text-align: center;
}
div.agree_btns button.left, div.join_btns button.left {
  margin: 0 10px 0 0;
}
div.agree_btns button.btn_ok, div.join_btns button.btn_ok {
  width: 190px;
  height: 50px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
}
div.agree_btns button.btn_cancel, div.join_btns button.btn_cancel {
  border: 1px solid #000;
  color: #000;
  width: 190px;
  height: 50px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
}
div.agree_btns button.btn_cancel:hover, div.join_btns button.btn_cancel:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.layer_pop {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/_Resources/img/all_bg.png) repeat;
}
.layer_pop article.notice_ban_wrap {
  position: relative;
  width: 930px;
  margin: 100px auto 0 auto;
  padding: 30px;
  background: #fff;
}
.layer_pop article.notice_ban_wrap .layer_close {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(/_Resources/img/ic_close.png) no-repeat;
}
.layer_pop article.notice_ban_wrap .btn_close {
  position: static;
  display: block;
  margin: 40px auto 20px auto;
  border: 1px solid #000;
  color: #000;
  width: 150px;
  height: 50px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
}
.layer_pop article.notice_ban_wrap .btn_close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.layer_pop article.notice_ban_wrap .layer_top {
  position: fixed;
  bottom: 50px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: #f8f8f8 url(/_Resources/img/quick/ic_top.png) center no-repeat;
}

nav.join_nav {
  width: 100%;
  height: 155px;
  background: url(/_Resources/img/line_e6e6e6.png) repeat-x 0 35px;
}
nav.join_nav ul.join_nav_ul {
  text-align: center;
}
nav.join_nav ul.join_nav_ul li {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 90px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 0 0 65px;
  background: url(/_Resources/img/join_bg_off.png) no-repeat 0 0;
}
nav.join_nav ul.join_nav_ul li:first-child {
  margin: 0;
}
nav.join_nav ul.join_nav_ul li.on {
  background: url(/_Resources/img/join_bg_on.png) no-repeat 0 0;
}
nav.join_nav ul.join_nav_ul li span {
  position: absolute;
  top: -11px;
  left: 0;
  display: block;
  width: 70px;
  height: 90px;
  padding: 85px 0 0 0;
}
nav.join_nav ul.join_nav_ul li span.join_check {
  background: url(/_Resources/img/ic_join_check.png) no-repeat center;
}
nav.join_nav ul.join_nav_ul li span.join_confirm {
  background: url(/_Resources/img/ic_join_confirm.png) no-repeat center;
}
nav.join_nav ul.join_nav_ul li span.join_write {
  background: url(/_Resources/img/ic_join_write.png) no-repeat center;
}
nav.join_nav ul.join_nav_ul li span.join_finish {
  background: url(/_Resources/img/ic_join_finish.png) no-repeat center;
}

.find_tab {
  margin: 80px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.find_tab > ul.tab_ex {
  position: relative;
  width: 100%;
}
.find_tab > ul.tab_ex > li button.btn_tab {
  width: 170px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
  font-size: 17px;
  font-size: 1.105rem;
}
.find_tab > ul.tab_ex > li button.btn_tab:hover {
  border-bottom: 2px solid #000;
}
.find_tab > ul.tab_ex > li.on button.btn_tab {
  border-bottom: 2px solid #000;
}
.find_tab > ul.tab_ex > li button.btn1 {
  position: absolute;
  top: 0;
  left: 0;
}
.find_tab > ul.tab_ex > li button.btn2 {
  position: absolute;
  top: 0;
  left: 170px;
}
.find_tab > ul.tab_ex > li button.btn3 {
  position: absolute;
  top: 0;
  left: 340px;
}
.find_tab > ul.tab_ex > li button.btn4 {
  position: absolute;
  top: 0;
  left: 510px;
}
.find_tab > ul.tab_ex > li article.tab_content {
  display: none;
  margin: 50px 0 0 0;
  border-top: 1px solid #c1c1c1;
}
.find_tab > ul.tab_ex > li > article.tab1 {
  padding: 50px 0 10px 0;
}
.find_tab > ul.tab_ex > li > article.tab1 > h4 {
  font-size: 15px;
  font-size: 0.975rem;
  margin: 0 0 20px 0;
}
.find_tab > ul.tab_ex > li > article.tab1 > p {
  margin: 0 0 40px 0;
  line-height: 21px;
  line-height: 1.375rem;
  color: #666666;
}
.find_tab > ul.tab_ex > li > article.tab2 {
  padding: 50px 0;
}
.find_tab > ul.tab_ex > li > article.tab2 table.table_st3 {
  float: left;
  margin: 0 0 0 40px;
}
.find_tab > ul.tab_ex > li > article.tab2 table.table_st3 caption {
  display: none;
}
.find_tab > ul.tab_ex > li > article.tab2 table.table_st3 th {
  text-align: left;
  font-size: 14px;
  font-size: 0.91rem;
  width: 100px;
  padding: 10px;
  background: url(/_Resources/img/table_bg.png) no-repeat 99px 12px;
  vertical-align: top;
}
.find_tab > ul.tab_ex > li > article.tab2 table.table_st3 td {
  font-size: 14px;
  font-size: 0.91rem;
  color: #666666;
  padding: 5px 10px 10px 40px;
  line-height: 22px;
  line-height: 1.5rem;
}
.find_tab > ul.tab_ex > li > article.tab3 {
  padding: 50px 0;
}
.find_tab > ul.tab_ex > li > article.tab3 ol {
  font-size: 14px;
  font-size: 0.91rem;
  color: #666666;
  line-height: 22px;
  line-height: 1.5rem;
}
.find_tab > ul.tab_ex > li > article.tab4 {
  padding: 50px 0;
}
.apply.find_tab ul.tab_ex .box_title, .apply.find_tab ul.tab_ex li article.tab_content.tab1 h4 {
  padding: 5px 50px;
  color: #4c9ecd;
  border: 1px solid #4c9ecd;
  font-weight: bold;
  margin: 0 15px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
}
.apply.find_tab ul.tab_ex li button.btn5 {
  position: absolute;
  top: 0;
  left: 680px;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab1 h4 {
  width: 100px;
  padding: 5px;
  text-align: center;
  margin: 0 0 15px 0;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab2 table td {
  font-size: 13px;
  font-size: 0.845rem;
  letter-spacing: 0;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab2 .teacher_box img {
  height: auto !important;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab3 ol li {
  padding: 10px 0 10px 50px;
  font-size: 13px;
  font-size: 0.845rem;
  letter-spacing: 0;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab3 ol li span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: center;
  width: 120px;
  color: #4c9ecd;
  border: 1px solid #4c9ecd;
  font-weight: bold;
  margin: 0 15px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab4 .bookinfo_box img {
  height: 150px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.apply.find_tab ul.tab_ex li article.tab_content.tab5 {
  padding: 50px 0;
}

article.join_term label {
  cursor: pointer;
  margin: 0 0 0 3px;
}
article.join_term label em {
  color: #ff5151;
}
article.join_term label em.selec {
  color: #008fea;
}
article.join_term div.all_agree {
  margin: 0 0 75px 0;
  padding: 11px 0 15px 0;
  text-align: center;
  background: #f7f7f7;
}
article.join_term article.join_term1, article.join_term article.join_term2 {
  position: relative;
  text-align: right;
}
article.join_term article.join_term1 h4, article.join_term article.join_term2 h4 {
  margin: 25px 0 0 0;
  font-size: 15px;
  font-size: 0.975rem;
  text-align: left;
}
article.join_term article.join_term1 h3, article.join_term article.join_term2 h3 {
  margin: 25px 0 0 0;
  font-size: 15px;
  font-size: 0.975rem;
  text-align: left;
}
article.join_term article.join_term1 ol.ol_2nd > li, article.join_term article.join_term2 ol.ol_2nd > li {
  margin-left: 10px;
  list-style: decimal;
}
article.join_term article.join_term1 ol.ol_2nd h4, article.join_term article.join_term2 ol.ol_2nd h4 {
  margin: 20px 0 5px 0;
  font-size: 13px;
  font-size: 0.845rem;
}
article.join_term article.join_term1 button, article.join_term article.join_term2 button {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #e6e6e6;
  color: #e6e6e6;
  width: 80px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #666666;
  font-weight: normal;
  background: none;
}
article.join_term article.join_term1 button:hover, article.join_term article.join_term2 button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
article.join_term article.join_term1 .checkbox_wrap, article.join_term article.join_term2 .checkbox_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
article.join_term article.join_term1 table, article.join_term article.join_term2 table {
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
article.join_term article.join_term1 table caption, article.join_term article.join_term2 table caption {
  display: none;
}
article.join_term article.join_term1 table td, article.join_term article.join_term2 table td,
article.join_term article.join_term1 table th,
article.join_term article.join_term2 table th {
  padding: 3px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.78rem;
  text-align: center;
  border-right: 1px solid #ddd;
  letter-spacing: -0.5px;
}
article.join_term article.join_term1 article.term_box, article.join_term article.join_term2 article.term_box {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  margin: 20px 0 15px 0;
  padding: 20px 20px 0 20px;
  border: 1px solid #c1c1c1;
  color: #666666;
  font-size: 12px;
  font-size: 0.78rem;
  text-align: left;
}
article.join_term article.join_term1 article.term_box h5, article.join_term article.join_term2 article.term_box h5 {
  font-size: 13.5px;
  font-size: 0.8775rem;
  margin: 0 0 10px 0;
}
article.join_term article.join_term1 article.term_box ol, article.join_term article.join_term2 article.term_box ol,
article.join_term article.join_term1 article.term_box p,
article.join_term article.join_term2 article.term_box p {
  margin: 10px 0;
}
article.join_term article.join_term2 {
  margin: 60px 0;
}
article.join_term article.join_confirm1, article.join_term article.join_confirm2 {
  float: left;
  width: 445px;
  height: 345px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
article.join_term article.join_confirm1 h4, article.join_term article.join_confirm2 h4 {
  margin: 40px 0 15px 0;
  padding: 110px 0 0 0;
  font-size: 17px;
  width: 100%;
  height: auto;
  background: url(/_Resources/img/ic_join_confirm1.png) no-repeat top center;
}
article.join_term article.join_confirm1 p, article.join_term article.join_confirm2 p {
  color: #666666;
  line-height: 22px;
  margin: 0 0 30px 0;
}
article.join_term article.join_confirm1 p em, article.join_term article.join_confirm2 p em {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
article.join_term article.join_confirm1 button.btn_confirm, article.join_term article.join_confirm2 button.btn_confirm {
  width: 100px;
  height: 40px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  margin: 0 10px 0 0;
}
article.join_term article.join_confirm2 {
  position: relative;
  float: right;
}
article.join_term article.join_confirm2 h4 {
  background: url(/_Resources/img/ic_join_confirm1.png) no-repeat top center;
}
article.join_term article.join_confirm2 button.btn_confirm_pop {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #666;
  color: #666;
  width: 90px;
  height: 27px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
}
article.join_term article.join_confirm2 button.btn_confirm_pop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
article.join_term article.join_confirm2 div.pop_ipin {
  display: none;
  position: absolute;
  top: -300px;
  left: -250px;
  width: 590px;
  border: 1px solid #666;
  background: #f7f7f7;
  text-align: left;
  padding: 25px;
}
article.join_term article.join_confirm2 div.pop_ipin h5 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
article.join_term article.join_confirm2 div.pop_ipin div.pop_ipin_1 {
  margin: 0 0 40px 0;
}
article.join_term article.join_confirm2 div.pop_ipin div.pop_ipin_1 p strong {
  display: block;
  color: #000;
}
article.join_term article.join_confirm2 div.pop_ipin div.pop_ipin_2 p {
  margin: 0 0 15px 0;
}
article.join_term article.join_confirm2 div.pop_ipin div.pop_ipin_2 p strong {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 3px 0;
  text-align: center;
  display: block;
  color: #fff;
  background: #4d5259;
}
article.join_term article.join_confirm2 div.pop_ipin div.pop_ipin_2 a {
  display: inline-block;
  background: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 5px 10px 5px 10px;
}
article.join_term table.nhj_tbl td.nhj_td {
  vertical-align: middle;
}
article.join_term table.nhj_tbl .nhj_row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 20px;
  width: 100%;
}
article.join_term table.nhj_tbl .nhj_row.nhj_row_3 .nhj_f {
  flex: 1 1 160px;
  min-width: 140px;
  max-width: 280px;
}
article.join_term table.nhj_tbl .nhj_row.nhj_row_2 .nhj_f.nhj_f_grow {
  flex: 1 1 200px;
  min-width: 180px;
}
article.join_term table.nhj_tbl .nhj_f {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px 0;
}
article.join_term table.nhj_tbl .nhj_lab {
  font-weight: bold;
  font-size: 13px;
  color: #666666;
  white-space: nowrap;
}
article.join_term table.nhj_tbl .nhj_in {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}
article.join_term table.nhj_tbl .nhj_line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  width: 100%;
}
article.join_term table.nhj_tbl .nhj_line > input[type=text],
article.join_term table.nhj_tbl .nhj_line > input[type=password] {
  flex: 0 0 auto;
}
article.join_term table.nhj_tbl input.nhj_ro {
  background-color: #e6e6e6 !important;
  color: #393939;
  cursor: default;
}
article.join_term table.nhj_tbl input.nhj_ro:disabled {
  background-color: #e6e6e6 !important;
  color: #393939;
  border-color: #e6e6e6;
  opacity: 1;
  cursor: default;
  -webkit-text-fill-color: #393939;
}
article.join_term table.nhj_tbl input.nhj_ro:disabled:focus {
  border-color: #e6e6e6;
  outline: none;
}
article.join_term table.nhj_tbl .nhj_tip {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #666666;
  background: url(/_Resources/img/ic_info.png) no-repeat center left;
  background-size: 14px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  box-sizing: border-box;
}
article.join_term section.nhj_law {
  margin-top: 40px;
  width: 100%;
}
article.join_term section.nhj_law .nhj_tit {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: #666666;
}
article.join_term section.nhj_law .nhj_rrn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
article.join_term section.nhj_law .nhj_rrn > label {
  font-weight: bold;
  font-size: 13px;
  color: #666666;
  white-space: nowrap;
}
article.join_term section.nhj_law .nhj_rrn .nhj_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
article.join_term section.nhj_law .nhj_rrn input.nhj_pin {
  width: 120px;
  padding: 5px 8px;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #393939;
  font-size: 13px;
  box-sizing: border-box;
}
article.join_term section.nhj_law .nhj_rrn input.nhj_pin:focus {
  border-color: #000000;
  outline: none;
}
article.join_term section.nhj_law .nhj_rrn input.nhj_pin:disabled {
  background-color: #e6e6e6 !important;
  color: #393939;
  border-color: #e6e6e6;
  opacity: 1;
  cursor: default;
  -webkit-text-fill-color: #393939;
}
article.join_term section.nhj_law .nhj_rrn input.nhj_pin:disabled:focus {
  border-color: #e6e6e6;
  outline: none;
}
article.join_term section.nhj_law .nhj_rrn .nhj_hyp {
  color: #666666;
  font-size: 14px;
}
article.join_term section.nhj_law .all_agree.nhj_chk {
  margin: 8px 0 0 0;
  margin-bottom: 0;
  padding: 12px 20px 0 20px;
  text-align: left;
  box-sizing: border-box;
}
article.join_term section.nhj_law .all_agree.nhj_chk label {
  font-size: calc(1em + 1px);
}
article.join_term section.nhj_law .nhj_note {
  margin: 0 0 24px 0;
  padding: 16px 20px 20px 20px;
  background: #f7f7f7;
  color: #666666;
  font-size: 12px;
  line-height: 1.65;
  text-align: left;
}
article.join_term section.nhj_law .nhj_note p {
  margin: 0 0 12px 0;
}
article.join_term section.nhj_law .nhj_note ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}
article.join_term section.nhj_law .nhj_note ul li {
  position: relative;
  margin: 0 0 8px 0;
  padding-left: 14px;
}
article.join_term section.nhj_law .nhj_note ul li:last-child {
  margin-bottom: 0;
}
article.join_term section.nhj_law .nhj_note ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #666666;
}
article.join_term section.nhj_law .nhj_note table.nhj_grid {
  width: 100%;
  margin-top: 4px;
  border-collapse: collapse;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #000000;
  background: #fff;
}
article.join_term section.nhj_law .nhj_note table.nhj_grid thead th {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #000000;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 2px solid #000000;
  border-bottom: 1px solid #000000;
}
article.join_term section.nhj_law .nhj_note table.nhj_grid tbody td {
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
article.join_term article.join_finished {
  padding: 50px 0 0 0;
  border: 1px solid #e6e6e6;
  text-align: center;
}
article.join_term article.join_finished h4 {
  font-size: 27px;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  padding: 120px 0 0 0;
  font-weight: normal;
  color: #666666;
  background: url(/_Resources/img/ic_join_finish_bg.png) no-repeat top center;
}
article.join_term article.join_finished h4 em {
  color: #000;
  font-weight: bold;
}
article.join_term article.join_finished p.join_txt {
  font-size: 17px;
  color: #666666;
}
article.join_term article.join_finished p.join_txt2 {
  padding-top: 30px;
  line-height: 22px;
  font-size: 15px;
  font-size: 0.975rem;
  letter-spacing: -1px;
  color: #666666;
}
article.join_term article.join_finished p.join_txt2 em {
  font-weight: bold;
  color: #000;
}
article.join_term article.join_finished p.join_txt2 strong {
  color: #0074eb;
}
article.join_term article.join_finished p.join_txt2 span {
  display: inline-block;
  padding-top: 10px;
  font-size: 13px;
  font-size: 0.845rem;
  color: #95a0b3;
}
article.join_term article.join_finished p.center {
  margin: 40px 0 0 0;
  padding: 20px 0 30px 0;
  color: #666666;
  border-top: 1px solid #e6e6e6;
}
article.join_term article.join_finished p.center strong {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 35px;
  color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 28px;
  font-size: 1.82rem;
  font-weight: normal;
}

ul.notice_ul {
  margin-top: 10px;
}
ul.notice_ul li {
  position: relative;
  padding: 5px 0 5px 7px;
  font-size: 12px;
  font-size: 0.78rem;
  word-break: keep-all;
}
ul.notice_ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
}

div.join_btns a {
  padding: 20px 50px;
}
div.join_btns .btn_main {
  background: #fff;
  border: 1px solid;
  color: #393939;
}
div.join_btns .btn_kakao {
  position: relative;
  background: #ffc516;
  color: #393939;
}
div.join_btns .btn_kakao:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 33px;
  background: url(/_Resources/img/naebaeca/ic_kakao.png) no-repeat top center;
  background-size: 30px;
}

.kakao {
  margin-top: 30px;
  padding: 20px 0;
  line-height: 20px;
  line-height: 1.25rem;
  font-size: 14px;
  font-size: 0.91rem;
  color: #393939;
  text-align: center;
}

.user_wrap {
  margin-bottom: 50px;
}
.user_wrap h3 {
  font-size: 17px;
  font-size: 1.105rem;
  font-weight: normal;
}

.user_wrap h3 {
  margin-top: 50px;
}
.user_wrap p.pri_box {
  padding: 20px 30px;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  text-align: center;
  background: #f7f7f7;
}
.user_wrap p {
  margin-top: 10px;
  line-height: 20px;
  color: #666666;
}
.user_wrap p em {
  color: #ff6a4c;
}
.user_wrap p a {
  text-decoration: underline;
}
.user_wrap div.all_agree {
  margin-top: 50px;
}

.find_tab {
  margin: 0 !important;
  margin-bottom: 0;
  border-bottom: none;
}
.find_tab h3 {
  margin: 0 !important;
}
.find_tab ul li {
  position: static;
}
.find_tab ul li .tab_content {
  overflow: hidden;
}
.find_tab ul li .tab_content .p_top {
  padding-left: 40px;
  margin-bottom: 50px !important;
  font-size: 15px;
  color: #000000 !important;
}
.find_tab ul li .tab_content dl {
  padding-left: 40px;
  margin: -30px 0 50px 0;
  color: #666666;
  line-height: 22px;
}
.find_tab ul li .tab_content dl dt {
  float: left;
  margin-right: 5px;
}
.find_tab ul li .tab_content .id_input {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 220px;
  height: 30px;
}
.find_tab ul li .tab_content div.radio {
  margin: 10px 0 20px 0;
}
.find_tab ul li .tab_content label.right {
  margin-right: 30px;
}
.find_tab ul li button.btn_tab {
  width: 50% !important;
}
.find_tab ul li button.btn2 {
  left: 50% !important;
}

.idfw_search ul li article.tab_content article.join_confirm1,
.idfw_search ul li article.tab_content article.join_confirm2 {
  height: auto;
  padding: 50px 0;
}
.idfw_search ul li article.tab_content article.join_confirm1 h4,
.idfw_search ul li article.tab_content article.join_confirm2 h4 {
  width: 100%;
  height: auto;
  padding: 130px 0 18px 0;
  margin: 40px 0 15px 0;
  font-size: 21px;
}
.idfw_search ul li article.tab_content article.join_confirm1 h4 em,
.idfw_search ul li article.tab_content article.join_confirm2 h4 em {
  color: #4c9ecd;
}
.idfw_search ul li article.tab_content article.join_confirm1 > h4, .idfw_search ul li article.tab_content article.join_term article.join_confirm2 > h4, article.join_term .idfw_search ul li article.tab_content article.join_confirm2 > h4 {
  background: url("http://wdr.ubion.co.kr/common/ic_phone_info.png") no-repeat top center;
}
.idfw_search ul li article.tab_content article.join_confirm2 > h4 {
  background: url("http://wdr.ubion.co.kr/common/ic_email_info.png") no-repeat top center;
}
.idfw_search ul li article.tab_content input {
  width: 300px;
  height: 40px;
  margin: 5px 0;
  border: 1px solid #c1c1c1;
  text-align: center;
  font-size: 14px;
  color: #4d5259;
}
.idfw_search ul li article.tab_content input.input_number {
  width: 195px;
  margin-left: 3px;
}
.idfw_search ul li article.tab_content button.number {
  width: 100px;
  margin: 0px;
  background-color: #999;
}
.idfw_search ul li article.tab_content button.go {
  width: 300px;
  height: 55px;
  margin: 20px 0;
  font-size: 20px;
}
.idfw_search ul li article.tab_content p.result {
  margin: 0px;
  padding: 30px 0;
}
.idfw_search ul li article.tab_content p.result em {
  color: #ff6a4c;
  text-decoration: none;
  font-weight: normal;
}
.idfw_search ul li article.tab_content p.p_bottom {
  margin: 0px;
  padding: 0 0 20px 0;
  color: #666666;
}
.idfw_search ul li article.tab_content dl {
  font-size: 13px;
  color: #000000;
}
.idfw_search ul li article.tab_content dl dt {
  margin-right: 12px;
  padding-left: 10px;
  font-weight: bold;
  background: url("http://wdr.ubion.co.kr/common/bullet_square.png") 0 10px no-repeat;
}

table.tb_user .bouncing_info {
  float: right;
  font-size: 13px !important;
  padding-left: 20px;
  color: #666666;
  background: url(/_Resources/img/ic_info.png) 0 3px no-repeat;
}
table.tb_user td input {
  text-align: center;
}
table.tb_user td input.check {
  width: 0;
}
table.tb_user td input.mail {
  width: 235px;
  text-align: left;
}
table.tb_user td input.phone {
  width: 71px;
}
table.tb_user td input.post {
  width: 154px !important;
}
table.tb_user td input.spot {
  width: 70px;
  margin-left: 8px;
}
table.tb_user td.center {
  text-align: center;
}
table.tb_user th em {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
table.tb_user td.pos {
  position: relative;
}
table.tb_user td.pos button {
  position: relative;
  width: 100px;
  height: 29px;
  margin-left: 5px;
  color: #fff;
}
table.tb_user td.pos dl {
  margin-top: 10px;
}
table.tb_user td.pos dl dt {
  float: left;
  width: 70px;
}
table.tb_user td.pos dl dt,
table.tb_user td.pos dl dd {
  line-height: 40px;
}
table.tb_user td.pos dl dt input,
table.tb_user td.pos dl dd input {
  text-align: left;
}
table.tb_user td.pos dl dt input.address,
table.tb_user td.pos dl dd input.address {
  width: 630px;
}
table.tb_user td.pos dl dt input.adress2,
table.tb_user td.pos dl dd input.adress2 {
  width: 430px;
}
table.tb_user td.pos dl dt input.adress3,
table.tb_user td.pos dl dd input.adress3 {
  margin-left: 10px;
  width: 190px;
}
table.tb_user td p.apply_same {
  top: 15px;
  right: 25px;
}
table.tb_user td p.adress_p {
  margin: 5px 0 0 0 !important;
  line-height: 20px;
}

.layer_pop {
  overflow-y: auto;
}
.layer_pop .notice_ban_wrap {
  display: block !important;
}
.layer_pop .notice_ban_wrap h2 {
  padding-left: 45px;
  font-size: 30px;
  background: url("/_Resources/img/ic_notice01.png") 0 2px no-repeat;
}
.layer_pop .notice_ban_wrap h2.result {
  padding-left: 60px;
  background: url("/_Resources/img/ic_notice03.png") 0 6px no-repeat;
}
.layer_pop .notice_ban_wrap p.sub_tt {
  padding: 20px 0;
  font-size: 12px;
  line-height: 20px;
  color: #ff5151;
}
.layer_pop .notice_ban_wrap .scroll_wrap {
  overflow-y: auto;
  height: 300px;
  padding: 0 0 30px 0;
}
.layer_pop .notice_ban_wrap .scroll_wrap .agree_checkbox {
  margin: 10px 0;
}
.layer_pop .notice_ban_wrap .layer_content {
  margin-top: 50px;
}
.layer_pop .notice_ban_wrap .layer_content h3 {
  margin-bottom: 15px;
  font-size: 17px;
}
.layer_pop .notice_ban_wrap .layer_content h3 strong {
  font-size: 22px;
}
.layer_pop .notice_ban_wrap .layer_content .select_country {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 27px;
  overflow: hidden;
  margin: 0 0 0 5px;
  vertical-align: middle;
  border: 1px solid #c1c1c1;
}
.layer_pop .notice_ban_wrap .layer_content .select_country.select_wrap {
  border: 1px solid #e6e6e6;
  background: #fff url(/_Resources/img/ic_arrow_s.png) no-repeat top right;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}
.layer_pop .notice_ban_wrap .layer_content .select_country.select_wrap:hover {
  border: 1px solid #000;
}
.layer_pop .notice_ban_wrap .layer_content .select_country label {
  position: absolute;
  top: 5px;
  left: 5px;
}
.layer_pop .notice_ban_wrap .layer_content .select_country select {
  padding: 5px;
  width: 100%;
  height: 27px;
  border: none;
  box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.layer_pop .notice_ban_wrap .layer_content div.content_box {
  margin-top: 20px;
  padding: 20px;
  line-height: 20px;
  color: #666666;
  border: 1px solid #e6e6e6;
}
.layer_pop .notice_ban_wrap .layer_content div.content_box ul {
  padding: 10px 0 0 18px;
}
.layer_pop .notice_ban_wrap .layer_content div.content_box ul li {
  padding: 3px 0;
  font-size: 13px;
  line-height: 18px;
  list-style: square;
}
.layer_pop .notice_ban_wrap .layer_content div.content_box ul li em {
  display: block;
}
.layer_pop .notice_ban_wrap .layer_content div.content_box table {
  margin: 0 0 20px 0;
}
.layer_pop .notice_ban_wrap .layer_content div.content_box table tr th {
  text-align: center;
}
.layer_pop .notice_ban_wrap .layer_content div.content_box table tr td {
  text-align: center;
}
.layer_pop .notice_ban_wrap .layer_content p.con_box {
  height: auto;
  max-height: 130px;
  margin-top: 20px;
  padding: 20px;
  line-height: 20px;
  color: #666666;
  border: 1px solid #e6e6e6;
  overflow-y: auto;
}
.layer_pop .notice_ban_wrap .layer_content p.con_box em {
  color: #000000;
}
.layer_pop .notice_ban_wrap .layer_content p.con_box em.red {
  color: #eb7159;
}
.layer_pop .notice_ban_wrap .layer_content p.con_box a {
  text-decoration: underline;
}
.layer_pop .notice_ban_wrap .layer_content dl.layer_dl {
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 35px;
  border-bottom: 1px dashed #e6e6e6;
}
.layer_pop .notice_ban_wrap .layer_content dl.layer_dl dt {
  float: left;
  width: 60px;
  font-weight: bold;
}
.layer_pop .notice_ban_wrap .layer_content dl.layer_dl dd {
  color: #666666;
}
.layer_pop .notice_ban_wrap .layer_content dl.layer_dl dd span {
  margin: 0 10px;
}
.layer_pop .notice_ban_wrap .layer_content ul.layer_ul {
  padding: 25px 30px;
  background: #f7f7f7;
}
.layer_pop .notice_ban_wrap .layer_content ul.layer_ul li {
  padding-left: 12px;
  line-height: 25px;
  background: url("/_Resources/img/bullet.png") 0 14px no-repeat;
}
.layer_pop .notice_ban_wrap .layer_content ul.layer_ul li em {
  font-size: 17px;
  color: #ff6a4c;
}
.layer_pop .notice_ban_wrap .layer_p {
  margin: 40px 0 20px 0;
  line-height: 22px;
  color: #666666;
}
.layer_pop .notice_ban_wrap .layer_p strong {
  font-size: 15px;
  color: #000000;
}
.layer_pop .notice_ban_wrap .layer_p em {
  color: #ff6a4c;
}
@media (max-width: 960px) {
  .layer_pop .hrdflex {
    width: 100% !important;
    margin: 0 !important;
  }
}
.layer_pop .hrdflex div.layer_content {
  overflow-x: auto;
}
@media (max-width: 960px) {
  .layer_pop .hrdflex div.layer_content table.tb_user {
    width: 820px;
  }
}
.layer_pop .hrdflex div.layer_content table.tb_user tbody tr th {
  width: 100px;
}
.layer_pop .hrdflex .agree_btns .btn_ok {
  background: #00a0e9;
}
@media (max-width: 450px) {
  .layer_pop .hrdflex .agree_btns .btn_ok {
    margin: 0 0 10px 0;
  }
}
.layer_pop .hrdflex button.layer_close {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
}
.layer_pop .result_bg {
  background: #fff url("/_Resources/img/result_img.png") right 100px no-repeat !important;
}
.layer_pop .exam_pop {
  width: 1000px !important;
  height: 750px;
}
.layer_pop .exam_pop h3 {
  font-size: 22px;
  padding: 10px 0 20px 0;
  border-bottom: 2px solid #4c9ecd;
}
.layer_pop .exam_pop .table_wrap {
  overflow-y: auto;
  width: 945px;
  height: 650px;
  padding: 20px;
}
.layer_pop .exam_pop .table_wrap table {
  width: 99% !important;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.layer_pop .exam_pop .table_wrap table tr th {
  border-right: 1px solid #e6e6e6;
  padding-right: 19px;
  text-align: center;
}
.layer_pop .exam_pop .table_wrap table tr th.border_r_none {
  border-right: none;
}
.layer_pop .exam_pop .table_wrap table tr td {
  border-right: 1px solid #e6e6e6;
  padding-right: 19px;
  text-align: center;
}
.layer_pop .exam_pop .table_wrap table tr td.border_r_none {
  border-right: none;
}

div.agree_btns {
  margin: 60px 0 20px 0;
}

div.all_agree {
  margin-top: 0px;
  padding: 20px 0 24px 0;
  text-align: center;
  background: #f7f7f7;
}

.layer_pop > .password {
  width: 500px !important;
  margin-top: 300px !important;
}
.layer_pop > .password .layer_p {
  font-size: 14px;
}
.layer_pop > .password .layer_p span {
  font-weight: bold;
}
