<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*_user.scss*/
/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.find_tab &gt; ul.tab_ex, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab4, article.join_term {
  *zoom: 1; }

.find_tab &gt; ul.tab_ex:before, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2:before, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab4:before, article.join_term:before, .find_tab &gt; ul.tab_ex:after, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2:after, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab4:after, article.join_term:after {
  content: "";
  display: table; }

.find_tab &gt; ul.tab_ex:after, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2:after, .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab4:after, article.join_term: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 &gt; 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*/
article.join_term table.tb_st_hor, table.tb_user {
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #000;
  color: #666666; }
  article.join_term table.tb_st_hor caption, table.tb_user caption {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: bold;
    text-align: left; }
  article.join_term table.tb_st_hor tr.first_tr th, table.tb_user tr.first_tr th,
  article.join_term table.tb_st_hor tr.first_tr td,
  table.tb_user tr.first_tr td {
    border-top: 1px solid #000; }
  article.join_term table.tb_st_hor tr th, table.tb_user tr th {
    text-align: left;
    padding: 13px 20px 13px 20px;
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6; }
  article.join_term table.tb_st_hor tr td, table.tb_user tr td {
    padding: 13px 20px 13px 20px;
    border-top: 1px solid #e6e6e6; }
    article.join_term table.tb_st_hor tr td input, table.tb_user tr td input {
      display: inline-block;
      border: 1px solid #e6e6e6;
      width: 275px;
      padding: 5px; }
      article.join_term table.tb_st_hor tr td input:focus, table.tb_user tr td input:focus {
        border: 1px solid #000; }
    article.join_term table.tb_st_hor tr td p, table.tb_user tr td p {
      display: inline-block;
      margin: 0 0 0 10px;
      font-size: 12px;
      color: #666666; }
      article.join_term table.tb_st_hor tr td p.warning, table.tb_user 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; }
    article.join_term table.tb_st_hor tr td button.btn_small, table.tb_user 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; }
    article.join_term table.tb_st_hor tr td div.select_wrap, table.tb_user tr td div.select_wrap {
      display: inline-block;
      position: relative;
      padding: 0;
      margin: 0;
      width: 86px;
      height: 30px;
      overflow: hidden;
      font-size: 14px !important; }
      article.join_term table.tb_st_hor tr td div.select_wrap.select_wrap, table.tb_user 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; }
        article.join_term table.tb_st_hor tr td div.select_wrap.select_wrap:hover, table.tb_user tr td div.select_wrap.select_wrap:hover {
          border: 1px solid #000; }
      article.join_term table.tb_st_hor tr td div.select_wrap label, table.tb_user tr td div.select_wrap label {
        position: absolute;
        top: 5px;
        left: 5px; }
      article.join_term table.tb_st_hor tr td div.select_wrap select, table.tb_user tr td div.select_wrap select {
        padding: 5px;
        width: 100%;
        height: 30px;
        border: none;
        box-shadow: none;
        opacity: 0;
        filter: alpha(opacity=0); }
  article.join_term table.margin_bottom.tb_st_hor, table.margin_bottom.tb_user {
    margin: 0 0 50px 0; }

div.join_btns, div.agree_btns {
  margin: 70px 0 0 0;
  text-align: center; }
  div.join_btns button.left, div.agree_btns button.left {
    margin: 0 10px 0 0; }
  div.join_btns button.btn_ok, div.agree_btns button.btn_ok {
    width: 190px;
    height: 50px;
    color: #fff;
    position: relative;
    border: none;
    outline: none; }
  div.join_btns button.btn_cancel, div.agree_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.join_btns button.btn_cancel:hover, div.agree_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 &gt; ul.tab_ex {
    position: relative;
    width: 100%; }
    .find_tab &gt; ul.tab_ex &gt; 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 &gt; ul.tab_ex &gt; li button.btn_tab:hover {
        border-bottom: 2px solid #000; }
    .find_tab &gt; ul.tab_ex &gt; li.on button.btn_tab {
      border-bottom: 2px solid #000; }
    .find_tab &gt; ul.tab_ex &gt; li button.btn1 {
      position: absolute;
      top: 0;
      left: 0; }
    .find_tab &gt; ul.tab_ex &gt; li button.btn2 {
      position: absolute;
      top: 0;
      left: 170px; }
    .find_tab &gt; ul.tab_ex &gt; li button.btn3 {
      position: absolute;
      top: 0;
      left: 340px; }
    .find_tab &gt; ul.tab_ex &gt; li button.btn4 {
      position: absolute;
      top: 0;
      left: 510px; }
    .find_tab &gt; ul.tab_ex &gt; li article.tab_content {
      display: none;
      margin: 50px 0 0 0;
      border-top: 1px solid #c1c1c1; }
    .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab1 {
      padding: 50px 0 10px 0; }
      .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab1 &gt; h4 {
        font-size: 15px;
        font-size: 0.975rem;
        margin: 0 0 20px 0; }
      .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab1 &gt; p {
        margin: 0 0 40px 0;
        line-height: 21px;
        line-height: 1.375rem;
        color: #666666; }
    .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2 {
      padding: 50px 0; }
      .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2 table.table_st3 {
        float: left;
        margin: 0 0 0 40px; }
        .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab2 table.table_st3 caption {
          display: none; }
        .find_tab &gt; ul.tab_ex &gt; li &gt; 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 &gt; ul.tab_ex &gt; li &gt; 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 &gt; ul.tab_ex &gt; li &gt; article.tab3 {
      padding: 50px 0; }
      .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab3 ol {
        font-size: 14px;
        font-size: 0.91rem;
        color: #666666;
        line-height: 22px;
        line-height: 1.5rem; }
    .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab4 {
      padding: 50px 0; }
      .find_tab &gt; ul.tab_ex &gt; li &gt; article.tab4 img {
        float: left;
        width: 120px;
        height: 147px; }

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 &gt; li, article.join_term article.join_term2 ol.ol_2nd &gt; 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: 11px;
      font-size: 0.715rem;
      text-align: center;
      border-right: 1px solid #ddd;
      letter-spacing: -1px; }
  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 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_term article.join_confirm2, article.join_term .idfw_search ul li article.tab_content article.join_confirm2,
.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_term article.join_confirm2 h4, article.join_term .idfw_search ul li article.tab_content article.join_confirm2 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_term article.join_confirm2 h4 em, article.join_term .idfw_search ul li article.tab_content article.join_confirm2 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 &gt; h4, .idfw_search ul li article.tab_content article.join_term article.join_confirm2 &gt; h4, article.join_term .idfw_search ul li article.tab_content article.join_confirm2 &gt; 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 &gt; 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 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: 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 a {
          text-decoration: underline; }
      .layer_pop .notice_ban_wrap .layer_content div.cont_box {
        height: 130px;
        margin-top: 20px;
        padding: 20px;
        line-height: 20px;
        color: #666666;
        border: 1px solid #e6e6e6;
        overflow-y: auto;
        font-size: 13px; }
        .layer_pop .notice_ban_wrap .layer_content div.cont_box ul &gt; li {
          padding: 5px 0;
          font-size: 13px; }
          .layer_pop .notice_ban_wrap .layer_content div.cont_box ul &gt; li ul {
            padding-left: 15px; }
            .layer_pop .notice_ban_wrap .layer_content div.cont_box ul &gt; li ul &gt; li {
              position: relative;
              padding: 2px 0 0 10px;
              font-size: 11px; }
              .layer_pop .notice_ban_wrap .layer_content div.cont_box ul &gt; li ul &gt; li:before {
                content: "";
                position: absolute;
                top: 10px;
                left: 0;
                width: 4px;
                height: 1px;
                background: #444; }
        .layer_pop .notice_ban_wrap .layer_content div.cont_box table {
          word-break: keep-all;
          text-align: center; }
          .layer_pop .notice_ban_wrap .layer_content div.cont_box table thead tr th {
            padding: 10px;
            border: 1px solid #e6e6e6;
            font-size: 13px; }
          .layer_pop .notice_ban_wrap .layer_content div.cont_box table tbody tr td {
            padding: 10px;
            border: 1px solid #e6e6e6;
            font-size: 13px; }
          .layer_pop .notice_ban_wrap .layer_content div.cont_box table tbody tr th {
            padding: 10px;
            border: 1px solid #e6e6e6;
            font-size: 13px; }
      .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.popup_agreedata .tb_user th,
    .layer_pop .notice_ban_wrap.popup_agreedata .tb_user td,
    .layer_pop .notice_ban_wrap.popup_agreedata .all_agree,
    .layer_pop .notice_ban_wrap.popup_agreedata .agree_btns button {
      font-size: 15px;
      font-size: 0.975rem; }
    .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 &gt; .password {
  width: 500px !important;
  margin-top: 300px !important; }
  .layer_pop &gt; .password .layer_p {
    font-size: 14px; }
    .layer_pop &gt; .password .layer_p span {
      font-weight: bold; }
</pre></body></html>