.wrap .header {
  border-bottom: 1px solid #f4f4f4;
}
.wrap .main {
    margin: 0 auto 100px;
}
.main .sub_header {
  background-image: url(/assets/img/sub_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 170px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;

}
@media (max-width: 1023px) and (min-width: 280px) {
  .main .sub_header {
    background-image: url(/assets/img/subvisualbg_m.png);
    height: 25dvh;
    text-align: center;
  }

}
.main .sub_tit {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
}

.main .sub_menu {
    border: 1px solid #ddd;
    border-top: 0;
}

.main .sub_menu ul {
    display: flex;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    padding: 0 20px;
}

@media (max-width: 1200px) and (min-width: 280px) {
    .main .sub_menu ul {
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around;
        padding: 0;
    }
      .main .sub_menu {
        border: 0;
    }
    .main .sub_menu ul {
        max-width: initial;
    }
}

.main .sub_menu ul li {
    position: relative;
}

@media (max-width: 1200px) and (min-width: 280px) {
    .main .sub_menu ul li {
        width: 50%;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }
}

.main .sub_menu ul li a {
    padding: 30px 0px;
    display: block;
}

@media (max-width: 1200px) and (min-width: 280px) {
    .main .sub_menu ul li a {
        padding: 15px 0;
    }
}

.main .sub_menu ul li:after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.main .sub_menu ul li.active {
    font-weight: 900;
    background: linear-gradient(to right, #0f8df6, #2ee2be);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1200px) and (min-width: 280px) {
    .main .sub_menu ul li.active {
        border-bottom: 0;
    }
}

.main .sub_menu ul li.active:after {
    display: block;
}
.loginWrap {
  margin: 80px auto;
  display: flex;
  justify-content: center;
}
.loginWrap .cont1 {
  max-width: 600px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 50px;
}
.loginWrap .cont1 #UpdatePanel1 input {
  font-size: 18px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}
.loginWrap .cont1 .login_btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(to right, #0f8df6, #2ee2be);
  color: #fff;
  font-weight: 600;
  margin: 30px 0;
  cursor: pointer;
}
.loginWrap .cont1 .find_wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.loginWrap .cont1 .find_wrap a {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.loginWrap .cont1 .find_wrap a:first-child {
  padding-right: 20px;
}
.loginWrap .cont1 .find_wrap a:first-child::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #aaa;
}
.loginWrap .cont1 .find_wrap .join {
  margin-left: auto;
  font-weight: 600;
  color: #444;
}

.page-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.home-button,
.prev-step-button,
.step-button {
  width: 200px;
  padding: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.home-button {
  background: #00DFAB;
  color: #fff;
}

.prev-step-button {
  background: #eee;
}

.step-button {
  background: #16A6FF;
  color: #fff;
}

.sub_con .logo_wrap {
  width: 20%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
.sub_con h2 {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}

.members_wrap hr {
  margin: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
}
.members_wrap .signin-chapter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 80px 0 40px;
}
.members_wrap .signin-chapter .chapter {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  background: #ddd;
  color: #fff;
  position: relative;
}
.members_wrap .signin-chapter .chapter:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: 24px;
  height: 1px;
  background: #16A6FF;
}
.members_wrap .signin-chapter .chapter.active {
  background: linear-gradient(to right, #0f8df6, #2ee2be);
  color: #fff;
  font-weight: 700;
}
.members_wrap .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.members_wrap .form .box-outlined-gray {
  border: 1px solid #ddd;
  padding: 40px 56px;
  min-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
.members_wrap .ox {
  position: relative;
  display: inline-flex;
  min-height: 20px;
}
.members_wrap .ox input[type=checkbox] + label {
  padding-left: 28px;
  min-height: 20px;
  display: inline-flex;
  align-items: flex-start;
  color: #a4a4a4;
  cursor: pointer;
}
.members_wrap .ox input[type=checkbox] + label + label {
  padding-left: 28px;
  display: inline-flex;
  align-items: flex-start;
  min-height: 20px;
  color: #a4a4a4;
  cursor: pointer;
}
.members_wrap .ox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.members_wrap .ox input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/assets/img/icon-check.svg) no-repeat center;
  opacity: 0;
}
.members_wrap .ox input[type=checkbox]:checked + label {
  color: #888;
}
.members_wrap .ox input[type=checkbox]:checked + label::after {
  background-color: #16A6FF;
  opacity: 1;
}
.members_wrap .ox.find_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
.members_wrap .ox.find_box .view-cont {
  margin-left: auto;
  font-size: 12px;
  position: relative;
}
.members_wrap .ox.find_box .view-cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #999;
}
.members_wrap .ox.select {
  display: flex;
  width: 100%;
}
.members_wrap .ox.select .view-cont {
  margin-left: auto;
  position: relative;
  color: #999;
}
.members_wrap .ox.select .view-cont::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #999;
}
.members_wrap #step2 .tit {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 15px;
}
.members_wrap #step2 .tit + .tit {
  margin-top: 50px;
}
.members_wrap #step2 .join_info {
  border-top: 2px solid #16A6FF;
}
.members_wrap #step2 .join_info ~ .tit {
  margin-top: 30px;
}
.members_wrap #step2 .join_info dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.members_wrap #step2 .join_info dl:first-child {
  border-top: 1px solid #cecece;
}
.members_wrap #step2 .join_info dl:last-child {
  border-bottom: 1px solid #cecece;
}
.members_wrap #step2 .join_info dl dt,
.members_wrap #step2 .join_info dl dd {
  display: table-cell;
  vertical-align: middle;
}
.members_wrap #step2 .join_info dl dt {
  width: 170px;
  background: #f9f9f9;
  padding: 15px 35px;
  font-size: 15px;
}
.members_wrap #step2 .join_info dl dd {
  padding: 15px 0 15px 15px;
}
.members_wrap #step2 .join_info dl input[type=text],
.members_wrap #step2 .join_info dl input[type=password] {
  width: 250px;
  height: 35px;
  padding: 5px;
  border: 1px solid #d0d0d0;
  background: #fff;
  font-size: 15px;
}
.members_wrap #step2 .join_info dl select {
  height: 35px;
  padding: 0 30px 0 5px;
  border: 1px solid #d0d0d0;
  font-size: 15px;
  background: url("/assets/img/select.png") no-repeat center right #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.members_wrap #step2 .join_info dl .phone_wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.members_wrap #step2 .join_info dl .phone_wrap input[type=text] {
  width: 65px;
  text-align: center;
}
.members_wrap #step2 .join_info dl .inputStyle {
  padding: 10px 0;
}
.members_wrap #step2 .join_info dl .inputStyle label {
  font-size: 14px;
  font-weight: 500;
}
.members_wrap #step2 .join_info dl .inputStyle label em {
  color: #16b7ff;
  padding-left: 5px;
}
.members_wrap #step2 .join_info dl .inputStyle span {
  display: block;
  padding: 10px 0;
  color: #8c8c8c;
  font-size: 13px;
}
.members_wrap #step2 .join_info dl .inputStyle input {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
              vertical-align: bottom;
margin-right: 5px;
            }
.members_wrap #step2 .btn_zip {
  height: 35px;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 13px;
  background: #666;
  color: #fff;
  border-radius: 5px;
  vertical-align: middle;
}
.members_wrap #step2 .bus_btn_zip {
  height: 35px;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 13px;
  background: #666;
  color: #fff;
  border-radius: 5px;
  vertical-align: middle;
}
.members_wrap #step2 .es {
  color: red;
  margin-left: 5px;
}

.good {
  color: #16A6FF;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.good::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/assets/img/ico_good.png) no-repeat;
  background-size: contain;
}

.bad {
  color: #E44459;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.bad::before {
  content: "";
  width: 20px;
  height: 20px;
  margin:0 5px;
  background: url(/assets/img/ico_bad.png) no-repeat;
  background-size: contain;
}

.comm_table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.comm_table dl {
  display: flex;
  width: 100%;
}
.comm_table dt {
  width: 30%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  color: #333;
  text-align: center;
}
.comm_table dd {
  width: 70%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 17px;
}
.comm_table dd input[type=text],
.comm_table dd input[type=password] {
  width: 100%;
  max-width: 300px;
  height: 35px;
  padding: 6px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}
.comm_table dd input {
  font-size: 13px;
}
.comm_table dd input::-moz-placeholder {
  color: #999;
}
.comm_table dd input::placeholder {
  color: #999;
}
.comm_table dl:last-child dt,
.comm_table dl:last-child dd {
  border-bottom: 0;
}

.container > .y_wrap {
  width: 100%;
  padding: 0;
}
.container > .y_wrap > .inquiry {
  margin-bottom: 90px;
}
.container > .y_wrap > div {
  width: 1022px;
  margin: 0 auto 60px;
}

.inquiry_wrap {
  width: 580px;
  margin: 0 auto;
  position: relative;
}

.inquirytab_wrap {
  display: flex;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
  background: #f1f1f1;
  border-radius: 50px;
}
.inquirytab_wrap > button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  font-size: 16px;
  color: #777;
  border-radius: 50px;
  position: relative;
  background: transparent;
  cursor: pointer;
}
.inquirytab_wrap > button.on {
  background: #00DFAB;
  color: #fff;
  font-weight: 600;
}
.inquirytab_wrap > button.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -14px;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #00DFAB transparent transparent transparent;
}
.inquirytab_wrap > button::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.inquirytab_wrap > button:first-child::before {
  background-image: url(/assets/img/ico_id.png);
}
.inquirytab_wrap > button:first-child.on::before {
  background-image: url(/assets/img/ico_id_on.png);
}
.inquirytab_wrap > button:last-child::before {
  background-image: url(/assets/img/ico_pw.png);
}

.find_box {
  margin-top: 30px;
}
.find_box .find_wrap {
  display: none;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  text-align: left;
}
.find_box .find_wrap.on {
  display: block;
}
.find_box .find_wrap > div dl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.find_box .find_wrap > div dl dt {
  width: 120px;
  font-size: 15px;
  color: #333;
  text-align: left;
}
.find_box .find_wrap > div dl dd {
  flex: 1;
}
.find_box .find_wrap > div dl dd input[type=text],
.find_box .find_wrap > div dl dd input[type=password] {
  width: 100%;
  max-width: 300px;
  height: 35px;
  padding: 6px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}
.find_box .find_wrap > div dl dd .phone_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.find_box .find_wrap > div dl dd .phone_wrap input {
  width: 75px;
  text-align: center;
}
.find_box .find_wrap .btn_findpw {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 5px;
  background: #16A6FF;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.find_box .find_wrap .btn_findpw:hover {
  background: rgb(0, 145.9776824034, 236.2);
}

.box_800 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.mem_find {
  margin-top: 80px;
}
.mem_find .find_id_wrap {
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  background: #f9f9f9;
}

.box-outlined-gray + .btn_wrap, .page-buttons {
  margin-top: 30px;
}
.box-outlined-gray + .btn_wrap button + button, .page-buttons button + button {
  margin-left: 15px;
}

.btn_wrapper {
  margin: 70px auto;
  text-align: center;
}
.btn_wrapper a {
  display: inline-block;
  min-width: 200px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 20px;
  box-sizing: border-box;
}
.btn_wrapper a.line {
  background: #fff;
  border: 2px solid #16A6FF;
  color: #16A6FF;
  line-height: 58px;
}
.btn_wrapper a.fill {
  background: #16A6FF;
  color: #fff;
}

.find_panel {
  display: none;
}

.find_panel.on {
  display: block;
}
@media (max-width: 1023px) and (min-width: 280px) {
    .bad::before {
        margin-top: 5px;
    }
    #idDupMsg{
        margin-top: 5px;
        margin-left: 0;
    }
    .copy_check{
        vertical-align: -webkit-baseline-middle;
    }
    .loginWrap {
        padding: 0 20px;
    }
    .loginWrap .cont1 {
        max-width: 100%;
    }
    .members_wrap .form {
        padding: 0 10px;
    }
    .members_wrap .form .box-outlined-gray {
        min-width: 200px;
        padding: 40px;
    }
    .members_wrap #step2 .es {
        margin-left: 0;
    }
    .members_wrap #step2 .join_info dl select, .members_wrap #step2 .join_info dl input {
        /* width: 100%; */
        margin-top: 10px;
    }
    .members_wrap #step2 .join_info dl dt {
        width: 35vw;
        min-width: 120px;
        text-align: center;
        line-height: 1.3;
    }
    /* .members_wrap #step2 .join_info dl input[type=text], .members_wrap #step2 .join_info dl input[type=password] {
        width: 100%;
    } */
    /* .email_wrap input[type=text] {
        width: 90% !important;
    } */
    .members_wrap #step2 .join_info dl .phone_wrap input[type=text] {
        width: 30%;
    }
    .btn_wrap{
        display: flex;
        width: 100%;
    }
    .home-button, .prev-step-button, .step-button {
        flex: 1;
    }
    .members_wrap #step2 .join_info dl dt,
    .members_wrap #step2 .join_info dl dd, 
    .members_wrap #step2 .join_info dl {
        display: flex;
        width: 100%;
    }
    .members_wrap #step2 .join_info dl dt{
        min-width: initial;
        padding: 10px 0;
        background: 0;
    }
    .members_wrap #step2 .join_info dl dd{
        padding: 0;
        flex-direction: column;
    }
    .members_wrap #step2 .join_info dl dt label{
        width: auto;
    }
    .members_wrap #step2 .join_info dl {
        flex-direction: column;
        padding-bottom: 10px;
    }
    .members_wrap #step2 .join_info dl input[type=text], .members_wrap #step2 .join_info dl input[type=password] {
        width: 100%;
    }
    .members_wrap #step2 .join_info dl select {
        width: 40%;
    }
    #manager4, #email1, #bus_email1{
        width: 50% !important;
    }
    #manager5, #email2, #bus_email2{
        margin: 10px 0 !important;
    }
    .btn_zip, .bus_btn_zip  {
        margin: 10px 0;
    }
    .loginWrap .cont1 .find_wrap  {
        flex-wrap: wrap;

    }
}

/* 아이디,비번 찾기 */ 
.sub_idpw{margin-bottom:0 !important;}
.sub_idpw .sub_tit{font-size:40px;}
.sub_idpw h6{text-align:center;padding:80px 0 0;font-size:22px;}
.tabs_wrap .tab_panel{ display: block;padding: 70px 50px;width: 100%;max-width:900px;box-sizing:border-box;margin:0 auto;}
.tabs_wrap .btn_wrap{margin-top:30px;text-align:center;display:flex;gap:20px;justify-content: center;}
.idpw_box { border-top: 2px solid #16A6FF; }
.idpw_box ~ .tit { margin-top: 30px; }
.idpw_box dl { display: table; width: 100%; border-bottom: 1px solid #ececec; }
.idpw_box dl:last-child { border-bottom: 1px solid #cecece; }
.idpw_box dl dt,
.idpw_box dl dd { display: table-cell; vertical-align: middle;font-size:15px;}
.idpw_box dl dt { width: 170px; padding: 15px 20px; background: #f9f9f9; font-size: 15px; }
.idpw_box dl dd {padding:15px 20px;}
.idpw_box dl input[type="text"],
.idpw_box dl input[type="password"] { width: 280px; height: 35px; padding: 5px; border: 1px solid #d0d0d0; background: #fff; font-size: 15px; }
.idpw_box dl .mail_wrap input[type="text"]:first-child{width:100px;}
.idpw_box dl .mail_wrap input[type="text"]:last-child{width:200px;}
.idpw_box dl select { height: 35px; padding: 0 30px 0 5px; border: 1px solid #d0d0d0; background: url("/assets/img/select.png") no-repeat center right #fff; font-size: 15px; appearance: none;min-width:80px;}
.idpw_box dl .phone_wrap { display: inline-flex; align-items: center; gap: 6px; }
.idpw_box dl .phone_wrap input[type="text"] { width: 80px; text-align: center; }

.loginWrap .cont1 .fw2{gap:0;color:#444;font-weight:600;}


@media (max-width: 1023px) and (min-width: 280px) {
  .sub_idpw h6{line-height:120%;padding:50px 10px 0;font-size:20px;}
  .idpw_box dl,.idpw_box dl dt,.idpw_box dl dd { display: flex; width: 100%; flex-direction: column; }
  .idpw_box dl dt {display:flex;width:100%;padding:15px 10px;}
  .idpw_box dl dd { padding:15px 10px;}
  .idpw_box dl input[type="text"],
  .idpw_box dl input[type="password"] { width: 100%; max-width:200px; }
  .idpw_box dl select { width: 35%; }
  .idpw_box dl .phone_wrap input[type="text"] { width: 30%; }
  .tabs_wrap .tab_panel{padding:40px 20px;}
  .idpw_box dl .mail_wrap input[type="text"]:first-child{width:40%;}
  .idpw_box dl .mail_wrap input[type="text"]:last-child{width:100%;margin-top:5px;max-width:none;}


}