@charset "UTF-8";

#lnb {
  background-color: var(--mainColor);
  padding: 15px 0;
}
#lnb .inner > *  {
  border-right: 1px solid rgba(255,255,255,0.3);
}
#lnb .home {
  width: 4.375rem;
  border-left: 1px solid rgba(255,255,255,0.3);
}
#lnb .home a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
#lnb .depth1,
#lnb .depth2 {
  max-width: 300px;
  width: calc(50% - 2.1875rem);
  position: relative;
}
#lnb .depth1 > a,
#lnb .depth2 > a {
  padding: 11px 1.5625rem;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1;
  color: #fff;
  background: url(../img/sub/lnb_arr.png) no-repeat right 20px center;
}
#lnb .depth1 ul,
#lnb .depth2 ul {
  /* display: none; */
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  background-color: #fff;
  width: 100%;
  z-index: 99;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.list-ul.active {
  max-height: 1000px; 
  box-shadow: var(--box-shadow);

}
#lnb .depth2 ul li {
  padding: 0 ;
  border-bottom: 1px dashed #ddd;
  line-height: 48px;
}
#lnb .depth2 ul li:last-child {
  border-bottom: none;
}
#lnb .depth2 ul li a {
  font-weight: 400;
  font-size: var(--size16);
  color: var(--textBlack01);
  display: block;
  padding: 0 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#lnb .depth2 ul li a:hover {
  color: var(--white);
  background-color: var(--mainColor);
  font-weight: 500;
}

.sub-wrap {
  padding: 6.25rem 0 13.5rem;
}
.sub-title {
  font-weight: 600;
  font-size: var(--size48);
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 5rem;
}

.snb { 
  display: flex;
  flex-wrap: nowrap;
  width: 100%; 
  border-bottom: 2px solid var(--mainColor);
}
.snb li {
  flex: 1 1 0;
  margin-bottom: -2px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #ddd;
  border-bottom: 2px solid rgba(255,255,255,0);
  overflow: hidden;
  height: 3.4375rem;
}
.snb li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1;
  text-align: center;
  color: #666;
}

.snb li.on {
  border: 2px solid var(--mainColor);
  border-bottom: 2px solid rgba(255,255,255,1);
}
.snb li.on a {
  color: var(--mainColor);
}
.sub-content-wrap {
  margin-top: 3.75rem;
}
.sub-login-wrap {
  margin-top: 0;
}
.sub-content {
  margin-bottom: 5rem;
}
.sub-content:last-of-type {
  margin-bottom: 0;
}
.sub-content h3.scontent-title,
.mypage-content h3.scontent-title {
  font-weight: 600;
  font-size: var(--size24);
  line-height: 1.4;
  color: var(--textBlack01);
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
}

.scontent-title.t2 {
  margin: 1.875rem 0;
}

.sub-content .table-title {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1.409091;
  color: var(--textBlack01);
  margin-bottom: 1.25rem;
}
.sub-content .table-wrap {
  border-top: 1px solid #000;
}

.col-8 { width: 8%; }
.col-10 { width: 10%; }
.col-12 { width: 12%; }
.col-14 { width: 14%; }
.col-15 { width: 15%; }
.col-16 { width: 16%; }
.col-17 { width: 17%; }
.col-18 { width: 18%; }
.col-20 { width: 20%; }
.col-22 { width: 22%; }
.col-25 { width: 25%; }
.col-30 { width: 30%; }
.col-35 { width: 35%; }
.col-38 { width: 38%; }
.col-40 { width: 40%; }
.col-45 { width: 45%; }
.col-65 { width: 65%; }
.col-68 { width: 68%; }
.col-80 { width: 80%; }

.sub-content .table-wrap table {
  width: 100%;
}
.sub-content .table-wrap table tr {}
.sub-content .table-wrap table th,
.sub-content .table-wrap table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.sub-content .table-wrap table th:last-child,
.sub-content .table-wrap table td:last-child {
  border-right: 0;
}
.sub-content .table-wrap table th.b-r,
.sub-content .table-wrap table td.b-r {
  border-right: 1px solid #ddd;
}
.sub-content .table-wrap.t2 {
  margin-bottom: 3.75rem;
}
.sub-content .table-wrap.mt {
  margin: 2.5rem 0;
}
.sub-content .table-wrap.mts {
  margin: 0.625rem 0;
}
.sub-content .table-wrap.t2 table th, 
.sub-content .table-wrap.t2 table td,
.sub-content .table-wrap.bbs table th,
.sub-content .table-wrap.bbs table td {
 border-right: 0;
}

.sub-content .table-wrap table thead th {
  font-weight: 600;
  font-size: var(--size17);
  line-height: 1.375;
  text-align: center;
  color: var(--textBlack01);
  padding: 1.109375rem 5px;
  background: rgba(0, 90, 171, 0.04);
  vertical-align: middle;
}
.sub-content .table-wrap table tbody th {
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1.375;
  text-align: center;
  color: var(--textBlack01);
  vertical-align: middle;
  background: rgba(0, 90, 171, 0.04);
  padding: 1.109375rem 5px;
}
.sub-content .table-wrap table tbody th:first-child {
  font-weight: 400;
  background: #fff;
  padding: 0.625rem 5px;
}
.sub-content .table-wrap.form table tbody th,
.sub-content .table-wrap.bbs table tbody th:first-child {
  font-weight: 400;
  background: rgba(0, 90, 171, 0.04);
  padding: 0.625rem 5px;
}
.sub-content .table-wrap.col table tbody th {
  padding: 1.109375rem 20px;
  text-align: left;
}

.sub-content .table-wrap table tbody td {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  text-align: center;
  color: #000;
  vertical-align: middle;
  padding: 1.109375rem 5px;
}
.sub-content .table-wrap.mp table tbody td {
  padding: 0.625rem 5px;
}
.sub-content .table-wrap.td table tbody td:last-child,
.sub-content .table-wrap.tds table tbody td:first-child,
.sub-content .table-wrap.tds table tbody th,
.sub-content .table-wrap.bbs table tbody td {
  text-align: left;
  padding: 1.109375rem 5px 1.109375rem 20px;
}
.sub-content .table-wrap table tbody .border-right {
  border-right: 1px solid #ddd;
}
.sub-content .table-wrap table tbody tr.notice {
  background: #f3f3f3;
}
.sub-content .table-wrap table tbody tr.notice th:first-child {
  font-weight: 400;
  background: #f3f3f3;
  padding: 0.625rem 5px;
}
.sub-content .table-wrap table tbody tr.notice p {
  width: 3.75rem;
  height: 1.875rem;
  line-height: 1.875;
  padding: 0 0.5rem;
  color: var(--white);
  font-size: var(--size15);
  text-align: center;
  margin: 0 auto;
  background: var(--mainColor);
  border: 1px solid var(--mainColor);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sub-content ol {padding-left: 0.625rem;}
.sub-content ol li {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--textBlack01);
  padding: 3px 0;
  padding-left: 1.25rem;
  position: relative;
  text-align: left;
}
.sub-content ol li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.90625rem;
  left: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sub-content ol li.nod::before,
.sub-content ol.t2 li::before {
  content: none;
}
.sub-content ol.t2 {
  padding-left: 1.25rem;
}
.sub-content ol.t2 li {
  font-weight: 600;
  font-size: var(--size18);
  padding: 3px 0 0.625rem;
}
.sub-content ol.t2 li > p {
  position: relative;
  font-weight: 400;
  font-size: var(--size16);
  padding-left: 0.938rem;
}
.sub-content ol.t2 li > p:before {
  content:'-';
  position: absolute;
  top: 0;
  left: 0;
}
.sub-content .num {
  font-size: var(--size11);
  padding-right: 0.188rem;
  display: inline-block;
  vertical-align: middle;
}
.sub-content h3 {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1;
  color: var(--textBlack01);  
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
}
.sub-content h3.com {
  margin-bottom: 0;
}
.sub-content h4 {
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1;
  color: var(--textBlack01);  
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
}
.sub-content .stxt {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.6;
  color: var(--textBlack01);
  margin-bottom: 0.938rem;
  padding-left: 0.625rem;
}
.sub-content .txt {
  font-weight: 400;
  font-size: var(--size15);
  color: var(--black06);
  letter-spacing: -0.04em;
}
.sub-content .txt.t2 {
  padding-top: 0.313rem;
  display: block;
}

.sub-content .stxt.red,
.sub-content .stxt span,
.required,
.red {
  color: #FF5956 !important;
  font-weight: 500;
}
.red-box {
  font-size: var(--size13);
  color: #FF5956 !important;
  border: 1px solid #ffb4b2;
  border-radius: 7px;
  background: #ffe8e8;
  padding: 2px 7px;
  display: inline-block;
  vertical-align: bottom;
}
.sub-content .blue,
.sub-content .stxt .blue {
  color: var(--blue04) !important;
}
.mgb {
    margin-bottom: 0.938rem; 
}
a.table_link {
  font-weight: 500;
  font-size: var(--size16);
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  -moz-text-decoration-style: solid;
  color: #005AAB;
  margin-top: 7px;
  text-align: left;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 8px;
}
.import_p {
  text-align: left;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  color: var(--mainColor);
}
.import_p.mt {
  margin-top: 1.25rem;
}
.import_red {
  color: #ff5956!important;
}
.alert-box {
  color: #FF5956;
}
.alert-box .tit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1;
}

.alert-box p {
  margin-top: 10px;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
}
.bar-text {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
}

.manager-box ul {
  border-radius: 20px;
  background-color: #f5f5f5;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  height: 6.25rem;
  gap: 2.125rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.manager-box ul li.text {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1;
  color: var(--textBlack01);
}
.manager-box ul li.line {
  width: 1px;
  height: 1.25rem;
  background-color: #ddd;
}


/* 거주자주차 이용안내 */
.s2_2_1 .sub-content0 .sub-tab-box {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 1.875rem 3.125rem;
  margin-bottom: 2.5rem;  
}
.s2_2_1 .sub-content0 .parking-type {
  display: flex;
  justify-content: center;
}
.s2_2_1 .sub-content0 .parking-type a {
  font-size: var(--size22);
  line-height: 1.4;
  color: var(--black09);
  padding: 0 3.125rem;
}
.s2_2_1 .sub-content0 .parking-type a.on {
  font-weight: 600;
  color: var(--textBlack01);
}
.s2_2_1 .sub-content0 .parking-type a:last-child {
  border-left: 1px solid var(--gray05);
}
.s2_2_1 .sub-content01 .flow-label {
  background:var(--subColor);
  color:#fff;
  font-weight: 700;
  font-size: var(--size18);
  line-height: 3.125rem;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 1.875rem;
}
.s2_2_1 .sub-content01 .flow-steps {
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  align-items:center;
  justify-content:center;
  margin-bottom: 1.875rem;
}
.s2_2_1 .sub-content01 .step {
  background:#fff;
  border:1px solid var(--subColor);
  border-radius:10px;
  width: calc(20% - 2.5rem);
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1.2;
  text-align: center;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}
.s2_2_1 .sub-content01 .flow-steps.t2 .step{
  width: calc(25% - 2.5rem);
}
.s2_2_1 .sub-content01 .step.alert {
  color: #FF5956;
  border: 1px solid #FF5956;
}
.s2_2_1.col6 .sub-content01 .step {
  width: calc(16% - 2.5rem);
  font-size: var(--size18);
}
.s2_2_1.st .sub-content01 .step {
  font-size: var(--size18);
}

.s2_2_1 .sub-content01 .arrow {
  width:1.125rem;
}
.s2_2_1 .sub-content01 .arrow02 {
  display:flex;
  justify-content:center;
  margin-bottom: 1.875rem;
}

.s2_2_1 .sub-content01 .role-bar {
  background:var(--mainColor);
  color:#fff;
  font-weight: 700;
  font-size: var(--size18);
  line-height: 3.125rem;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 1.875rem;
}

.s2_2_1 .sub-content01 .flow-bottom {
  display:flex;
  flex-wrap:wrap;
  gap: 1rem;
  justify-content:center;
  align-items: center;
}
.s2_2_1 .sub-content01 .bottom-step {
  background: rgba(0,90,171,0.1);
  border: 1px solid var(--mainColor);
  color:var(--textBlack01);
  width: calc(50% - 1.5625rem);
  height: 4.375rem;
  border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1;
  text-align: center;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}
.s2_2_1 .sub-content01 .bottom-step.t2 {
  width: 20%;
}
.s2_2_1 .sub-content01 .bottom-step.t2 {
  background: #fff;
  color:var(--mainColor);
}
.s2_2_1 .sub-content01 .bottom-step.t2:last-child {
  color: #FF5956;
  border: 1px solid #FF5956;
}

.s2_2_1 .sub-content02 .inner > ol {
  margin-top: 1.875rem;
}
.s2_2_1 .sub-content02 table td ol li {padding-top: 0; padding-bottom: 0;}
.s2_2_1 .sub-content02 table td ol li::before {
  top: 0.71875rem;
}
.s2_2_1 .sub-content02 .import_p {margin-top: 1.25rem;}
.s2_2_1 .sub-content02 table td .import_p {padding-left: 11px; margin-top: 8px;}
.s2_2_1 .sub-content03 .import_p,
.s2_2_1 .sub-content06 .import_p {padding: 3px 0; padding-left: 0.5rem;}
.s2_2_1 .sub-content06 a.table_link {
  padding-left: 28px;
}
.sub-content .import_pd {
  text-align: left;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  color: var(--mainColor);
  padding: 0.188rem 0.5rem; 
}
.sub-content .import_pdb {
  text-align: left;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  color: var(--mainColor);
  padding: 0.188rem 0.5rem 0.188rem 1.063rem; 
}
.table-wrap.form {
    margin-bottom: 3.75rem;
}

.col table thead th:nth-child(1) {
    width: 25%;
}
.col table tbody th:nth-child(1) {
    width: 25%;
}
.col table thead th:last-child {
    width: 75%;
}
.col table tbody th:last-child {
    width: 75%;
}
.col4 table thead th:nth-child(2n+1) {
    width: 20%;
}
.col4 table thead th:nth-child(2n+2) {
    width: 30%;
}

.col5 table thead th {
    width: 20%;
}

/* MYPAGE */
.login-box {
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 3.75rem;
  padding: 4.0625rem 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.login-box::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8.125rem);
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.login-box .left-box,
.login-box .right-box {
  width: 50%;
  padding: 15px 7.1875rem;
}
.login-box .login-title {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1.18182;
  text-align: center;
  color: var(--textBlack01);
  margin-bottom: 1.25rem;
}
.login-box.find {
  margin-bottom: 1.875rem;
}
.login-form .input-wrap,
.query-form .input-wrap {
  margin-bottom: 10px;
}
.login-form.find .input-wrap {
  width: calc(100% - 5.625rem);
  margin-bottom: 0;
}

.login-form .input,
.query-form .input {
  width: 100%;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  color: #222;
  border: 1px solid #ddd;
  padding: 1.125rem 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.login-form .input::placeholder {color: #999;}
.query-form .input::placeholder {color: #999;}
.login-form .check-wrap {
  position: relative;
}
.check-wrap {
    position: relative;
}
.check-wrap.tg {
    width: 30%;
}
.check-wrap.ml {
    margin-left: 1.25rem;
}
.check-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.check-wrap label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  width: 100%;
}
.check-wrap.cnt label {
  justify-content: center;
}
.check-wrap label .check-box {
    display: inline-block; 
    width: 1.25rem;
    height: 1.25rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.check-wrap label span{
    width: calc(100% - 1.875rem);
    line-height: 1.4;
}
.check-wrap input:checked + label .check-box {
  background: var(--mainColor) url(../img/sub/checkbox_icon.png) no-repeat center center;
}


.check-wrap label .radio-box {
  display: inline-block; 
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #aaa;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}
 .check-wrap label .radio-box::before {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--mainColor);
  transition: all 0.3s;
  opacity: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 50%;
  z-index: 2;
}
.check-wrap label .radio-box::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--mainColor);
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-sizing: border-box;
  z-index: 1;
}
.check-wrap input:checked + label .radio-box::before,
.check-wrap input:checked + label .radio-box::after {
  opacity: 1;
}
.login-form .find_ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.login-form .find_ul .text {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  color: #666;
}
.login-form .find_ul .line {
  width: 1px;
  height: 10px;
  background-color: #ddd;
}
.login-form .example,
.query-form .example {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  color: var(--textBlack01);
  margin-bottom: 1.25rem;
}
.login-wrap .left-box .btn01 {
  margin-top: 1.875rem;
}
.login-wrap .right-box .btn01 {
  margin-top: 1.25rem;
}
.login-form .btn02 {
  margin-top: 1.25rem;
}


/* JOIN */
.join-step {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.join-step li {
    position: relative;
    flex: none;
    padding: 3rem 6.5rem 0;
    width: 25%;
}
.join-step li.on::before {
    background: url(../img/sub/icon_step_on.png) no-repeat center;
    width: 1.875rem;
    height: 1.875rem;
    top: 3%;
}
.join-step li:before {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #D9D9D9;
}
.join-step li.pass:before {
    background: #005AAB;
}
.join-step li .line_bar {
    position: absolute;
    top: 1.1rem;
    left: 50%;
    width: 100%;
    height: 4px;
    background: #D9D9D9;
    z-index: -1;
}
.join-step li.pass .line_bar {
    background: #005AAB;
}
.join-step li .txt {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-align: center;
}
.join-step li div {
    text-align: center;
}
.join-step li .txt:first-of-type {
    font-size: 0.9rem;
    font-weight: 600;
    color: #005AAB;
    padding-bottom: 0.625rem;
    line-height: 1;
}
.mypage-content {
    margin-top: 5rem;
}

.mypage-content .list-box li {
    display: flex;
    border: 1px solid #ddd;
    padding: 1.563rem 3.125rem;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.list-box-sm li {
    display: flex;
    border: 1px solid #ddd;
    padding: 0.938rem 3.125rem;
    border-radius: 10px;
    align-items: center;
    font-weight: 300;
    margin-bottom: 0.625rem;
    line-height: 1;
} 
.list-box-sm li span {
    width: 3.5rem;
    text-align: justify;
    font-weight: 600;
    margin-right: 2.5rem;
}
.list-box-sm li span:after {
  content:'';
  display: inline-block;
  width: 100%;
}
.list-box-sm li span:before {
  content:'';
  display: inline-block;
  width: 100%;
}

.toggle-list-box li {
   border: 1px solid #ddd;
   padding: 1.563rem 3.125rem;
   border-radius: 10px;
   align-items: center; 
   margin-bottom: 1.25rem;
   position: relative;
}
.toggle-list-box li.all {
   background: #F5F5F5;
}
.toggle-list-box li .tgl-btn {
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 35px;
    top: 32px;
    border: 0;
    z-index: 100;
    text-indent: -9999em;
    background: transparent;
}

.toggle-list-box li .tgl-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 30px;
    background: url(../img/sub/menu_down.png) no-repeat center top;
}
.toggle-list-box li.on .tgl-btn:after {
    background: url(../img/sub/menu_up.png) no-repeat center top;
}
.toggle-list-box li .agree-txt {
    padding: 1.875rem 3.125rem 1.875rem 2.25rem;
    line-height: 1.438;
    max-height:18.75rem;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}
.toggle-list-box li .agree-txt::-webkit-scrollbar {
    display: none;
}


.query-box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4.0625rem 0;
}
.query-form {
    width: 50%;
    padding: 15px 7.1875rem;
}
.query-form .btn01 {
    margin-top: 1.25rem;
}
.join-box {
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 3.75rem;
  padding: 4.0625rem 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.join-box::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8.125rem);
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.join-box .left-box,
.join-box .right-box {
  width: 50%;
  padding: 15px 7.1875rem;
}
.join-box .join-title {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1.18182;
  text-align: center;
  color: var(--textBlack01);
  margin-bottom: 1.25rem;
}
.join-box .join-title.t2 {
  margin-bottom: 2.5rem;
}
.join-box .stxt-box {
  font-weight: 400;
  font-size: var(--size16);
  height: 5rem;
  line-height: 1.375;
  color: var(--textBlack01);
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.guide-box00 {
  background: url(../img/sub/img_border.png) no-repeat center center;
  width: 100%;
  height: 10.938rem;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  padding: 0 3.75rem;
  margin-bottom: 5rem;
}

.guide-box {
  width: 100%;                /* 부모 크기에 맞춰 늘어남 */
  max-width: 1280px;           /* 최대 크기 제한 */
  box-sizing: border-box;     /* padding + border 포함 크기 계산 */
  border: clamp(8px, 2vw, 10px) solid transparent;
  border-image-source: url('../img/sub/img_border.png');
  border-image-slice: 20 fill;
  border-image-repeat: repeat;
  border-image-width: clamp(8px, 2vw, 20px);
  border-radius: clamp(5px, 1vw, 15px); /* 둥근 모서리 반응형 */
  padding: 1.875rem 3.125rem;
  margin-bottom: 2.5rem;
}
.guide-box.mt {
  margin-top: 2.5rem;
}
.guide-box.com {
  text-align: center;
}
.guide-box.com h3 {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1;
  color: var(--textBlack01);  
}
.guide-box.com .ph3 {
  font-weight: 600;
  font-size: var(--size22);
  line-height: 1;
  color: var(--textBlack01);  
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
}
.guide-box.com p {
  margin-top: 2.5rem;
}
.guide-box .guide-box-tit {
  font-size: var(--size18);
  font-weight: 600;
  color: var(--textBlack01);
  line-height: 1;
  margin-bottom: 0.625rem;
}
.guide-box dl {
  
}
.guide-box dt {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}
.guide-box dt .ph4 {
  font-size: var(--size28);
  font-weight: 600;
  
}
.guide-box dd {
  font-size: var(--size18);
  line-height: 1.5;
}
.icon-wrap {
  padding-bottom: 0.625rem;
}
.icon-wrap i {
  color: #ff6363;
}
.dot-li {
  margin: 1.25rem;
}
.dot-li.t2 {
  margin: 0 1.25rem;
}
.guide-box li,
.dot-li li {
  position: relative;
  margin-bottom: 0.313rem;
  line-height: 1.5;
  padding-left: 15px;
  text-align: left;
  font-weight: 300;
}
.guide-box li:before,
.dot-li li:before {
  content:'';
  display:block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #222;
}
.guide-box li:last-child,
.dot-li li:last-child {
  margin-bottom: 0;
}
.pass-box {
  background: url(../img/sub/img_cert.png) no-repeat center top;
  padding-top: 9.375rem;
  text-align: center;
}
.pass-box p {
  line-height: 1.6;
}
.pass-box.t2 {
  padding-top: 10.188rem;
}
.pass-box.t3 {
  background: url(../img/sub/img_cert.png) no-repeat center 20%;
  padding-top: 14.563rem;
}
.pass-box dl dt {
  font-size: var(--size20);
  font-weight: 600;
  color: var(--textBlack01);
  line-height: 1;
  margin-bottom: 1.25rem;
}
.pass-box dl dd {
  font-size: 1rem;
  font-weight: 400;
  color: var(--textBlack01);
  line-height: 1.4;
  margin-bottom: 2.5rem;
    
}
a.btn01.t2,
button.btn01.t2 {
  width: 12.5rem;
  margin: 0 auto;
}
.comment-box {
  margin-top: 6.25rem;
}
.comment-box h5 {
  font-size: var(--size22);
  font-weight: 600;
  color: var(--textBlack01);
  line-height: 1;
  margin-bottom: 1.875rem;
}
.comment-box p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--textBlack01);
  line-height: 2;
}
.comment-box span.red {
  font-size: 1rem;
  font-weight: 400;
  color: #FF5956;
}

.sub-content.join,
.sub-content.mypage {
  margin-top:5rem;
}
.table-wrap.form table tbody th {
  padding: 1.109375rem 20px;
}
.table-wrap.form table tbody td {
  padding: 1.109375rem 20px;
  text-align: left;
}
.table-wrap.info table tbody th {
  text-align: center;
}
.table-wrap.info table tbody td {
  text-align: left;
  padding: 1.109375rem 20px;
}

.table-wrap.form .input.w100 {
  width: 100%;
}
.table-wrap.form .input {
  width: 50%;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1;
  color: #222;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.query-form .col-flex,
.table-wrap.form .col-flex {
    width: 50%;
    display: flex;
    gap: 5px;        
    justify-content: space-between;
    align-items: center;
}
.query-form .col-flex.t2,
.table-wrap.form .col-flex.t2 {
    width: 100%;
}
.query-form .col-flex .input,
.table-wrap.form .col-flex .input {
    width: 100%;
}
.table-wrap.form .col-flex .input.zip {
    width: calc(100% - 7.813rem);
}
.query-form .col-flex select {
    height: 60px;
}
.table-wrap.form input[name *= 'address'] {
    width: 100%;
    margin: 4px 0 0;
    display: block;
    max-width: 600px;
}
.flie-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.input-file-box {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    width: 50%;
}
.input-file-box label {
    width: 7.5rem;
    height: 2.563rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--mainColor);
    color: #fff;
    font-size: var(--size14);
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.input-file-box .upload-name {
    width: calc(100% - 7.813rem); 
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: var(--size14);
}
.input-file-box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
select.pos {
    background: url(../img/sub/select_arr.png) #fff no-repeat 95% 50%;
}

.search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #ddd;
    padding: 2.5rem 4.375rem;
    border-radius: 10px;
    gap: 10px;
}
.search-box.half {
   justify-content: flex-start;
}
.search-box ul {
    width: 100%;
    display: flex;
    gap: 20px;
}
.search-box.half ul {
    width: 50%;
}

.search-box ul li {
    width: 100%;
    display: flex;    
    align-items: center;
    gap: 20px;
}
.gray-box {
    border: 3px solid #ddd;
    padding: 2.5rem 4.375rem;
    border-radius: 10px;
    margin: 2.5rem 0;
}
.flex-area {  
    display: flex;
    justify-content: space-between;
    align-items: center;   
    margin: 1.25rem 0;
}
.flex-area.t2,
.flex-area.bbs {  
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
}
.flex-area.t3 {  
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 0.625rem;
}
.flex-area.cnt {  
    justify-content: center;
    gap: 20px;
    margin: 0 0 1.25rem;
}
.flex-area.cnt p {  
    width: 20%;
    text-align: center;
    font-size: var(--size18);
}
.flex-area.find {  
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

.guide-box select {
    width: 12.5rem;
    margin-bottom: 1.25rem;
}
.flex-area select {
    width: 12.5rem;
}
select.select01 {
    width: 12.5rem;
}

.flow-box {
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  align-items:center;
  margin: 1.875rem;
}
.flow-box.t2 {
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  align-items:center;
  margin: 0 0 2.5rem;
}
.flow-box .step {
  background:#fff;
  border:1px solid var(--subColor);
  border-radius:10px;
  width: 20.625rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1;
  text-align: center;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}
.flow-box.t2 .step {
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    font-size: var(--size22);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.flow-box .step.on {
    background: var(--subColor);
    color: #fff;
}

.flow-box .arrow {
  width:1.125rem;
}
.txt-t1 {
  font-weight: 600;
  margin: 1.25rem 0;
  text-align: right;
}
#section-list {
    margin-top: 5px;
    min-height: 150px;
    overflow-y: auto;
}
.input-form {
    margin: 0.625rem 0;
}
.input-form .input {
    width: 20.625rem;
    font-weight: 400;
    font-size: var(--size16);
    line-height: 1.375;
    color: #222;
    border: 1px solid #ddd;
    padding: 1.125rem 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.agree-txt-box {
    overflow-y: scroll;
    border: 1px solid #d9d9d9;
    padding: 1.563rem 3.125rem;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 1.875rem 3.125rem 1.875rem 2.25rem;
    line-height: 1.438;
    max-height: 8.75rem;
}
.map-wrap {
    width: 100%;
    margin-top: 2.5rem;
}
.contact-wrap {
    display: flex;
    gap: 5rem;

}
.contact-wrap .map-area {
    width: 50%;
}
.root_daum_roughmap .cont,
.root_daum_roughmap .wrap_controllers .tit_controllers,
.root_daum_roughmap .wrap_controllers .wrap_btn_roadview {
   display: none;
}

.root_daum_roughmap .wrap_controllers {
   padding: 0 !important;
   border: 0 !important;
   border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.root_daum_roughmap {
   width: 100% !important;
}
.root_daum_roughmap .wrap_map {
   height: 37.5rem !important;
}
.contact-wrap .traffic {
    width: 50%;
}

.contact-wrap .traffic dl dt {
    font-weight: 700;
    font-size: var(--size24);
    line-height: 1;
    letter-spacing: 0;
    color: var(--mainColor);
    
}
.contact-wrap .traffic dl dd {
    font-weight: 600;
    font-size: var(--size18);
    line-height: 1.6;
    letter-spacing: 0;
    color: var(--black02);
    padding: 1.875rem 0 1.875rem 3.125rem;
    border-bottom: 1px solid #ddd;
    background: url(../img/sub/icon_pos.png) no-repeat 0 center;

}
.contact-wrap .traffic dl dd span {
    display: inline-block;
    width: 52px;
    text-align: justify;
}
.contact-wrap .traffic dl dd span:last-child {
    letter-spacing: 0.938rem;
}
.contact-wrap .traffic .way {
    padding: 1.875rem 0;
}

.sub-content h3.bbs-title {
    font-weight: 600;
    font-size: var(--size22);
    line-height: 1.6;
    text-align: center;
    color: #222;
}
.search-box.bbs {
    margin: 3.125rem 0;
}
.search-box.bbs,
.search-box.bbs ul {
    display: block;
}
.search-box.bbs ul li {
    margin-bottom: 0.625rem;
}
.search-box .input-wrap {
    width: 100%;
}
.search-box .input-wrap .input {
    width: calc(100% - 15rem);
    height: 3.125rem;  
    font-weight: 400;
    font-size: var(--size16);
    line-height: 1.375;
    color: #222;
    border: 1px solid #ddd;
    padding: 0.625rem 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-box.bbs select {
    width: 13.75rem;
    height: 3.125rem;  
}
.result-area {
    text-align: right;
    margin-bottom: 0.625rem;
}
.result-area p {
    font-weight: 500;
}
.my-cont {
    font-weight: 300;
    line-height: 1.4;
}
.my-cont p {
    font-weight: 500;
    margin-bottom: 0.625rem;
}
.my-cont span {
    font-size: var(--size11);
}

/* 모달 팝업창 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}
.modal-overlay.active {
    display: flex;
  }

.modal {
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 580px;
    padding: 1.875rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease;
    position: relative;
 }

 @keyframes fadeIn {
    from {opacity: 0; transform: translateY(-20px);}
    to {opacity: 1; transform: translateY(0);}
 }

 .modal-header {
    font-size: var(--size22);
    font-weight: bold;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray05);
 }


 .modal-close {
    background: none;
    border: none;
    font-size: 38px;
    cursor: pointer;
    color: #666;
    transition: color 0.2s;
    position: absolute;
    top: 1.25rem;
    right: 1.875rem;
 }

.modal-close:hover {
    color: #000;
}
.modal-content .hd {
    color : var(--blue04);
}
.modal-content span {
    font-size: var(--size16);
    font-weight: 600;
    color: var(--textBlack01);
}
.modal-content h4 {
    font-size: var(--size18);
    color: var(--textBlack01);
    font-weight: 600;
    padding: 1.25rem 0;
    line-height: 1.3;
}
.modal-content p {
    font-size: var(--size15);
    color: var(--gray02);
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.3;
}
.modal-content .spinner {
    padding: 2.5rem 0;
    text-align: center;
    color: var(--mainColor);
}


