@charset "UTF-8";

/* SUB 공용 */
.table-wrap {
  margin-top: 3.75rem;
}
.table-wrap.mtb {
  margin: 3.75rem 0;
}
.table-wrap .table-title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--mainColor);
  position: relative;
}
.table-wrap .table-title2 {
  font-weight: 700;
  font-size: var(--size22);
  line-height: 1.59091;
  letter-spacing: 0;
  color: var(--black);
  margin-bottom: 0.875rem;
}
.table-wrap .table-box {
  border-top: 1px solid var(--mainColor);
}
.table-wrap table {
  width: 100%;
}
.table-wrap table thead {
  background: #EEF2EE;
}
.table-wrap table thead th {
}
.table-wrap table th {
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1.3889;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 10px;
  vertical-align: middle;
}
.table-wrap table tbody td {
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.3889;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  padding: 0.75rem 10px;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.table-wrap table th:last-child,
.table-wrap table th.bdrNone,
.table-wrap table td:last-child,
.table-wrap table td.bdrNone {
  border-right: none;
}
.table-wrap02 .table-box {border-top: 0;}
.table-wrap02 .table-box:nth-child(n+2) {
  margin-top: 3.125rem;
}
.table-wrap02 span.alert {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 12px;
}

.top-btn-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 1.25rem;
}
.top-btn-wrap a,
.top-btn-wrap button {
  display: block;
  padding: 12px 20px;
  background: #007F43;
  border-radius: 10px;
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.sub-content .content-box {
  margin-bottom: 6.25rem;
}
.sub-content .content-box:last-of-type {
  margin-bottom: 0;
}
.sub-content .content-box > h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
  margin-bottom: 1.875rem;
}
.sub-content .content-box ol li {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.6111112;
  letter-spacing: 0;
  padding: 3px 0;
  color: var(--black);
  position: relative;
  padding-left: 1.625rem;
}
.sub-content .content-box ol li::before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.6875rem;
  background: var(--black);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* SUB 공용 E */

/* 미니홈피 */
.mini-wrap {
  padding-top: 124px;
}
.mini-content .mini-top {
  padding: 1.4375rem;
  width: 100%;
  background: var(--mainColor);
}
.mini-content .mini-top h3 {
  font-weight: 700;
  font-size: var(--size40);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--white);
}
.mini-title-wrap {
  justify-content: space-between;
  align-items: center;
}
.mini-title-wrap h4 {
  font-weight: 800;
  font-size: var(--size30);
  line-height: 140%;
  letter-spacing: 0;
}
.mini-title-wrap a.plus {
  width: 2rem;
  height: 2rem;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
}
.mini-info-wrap {
}
.mini-info-wrap h4{
  font-weight: 800;
  font-size: var(--size30);
  line-height: 140%;
  letter-spacing: 0;
  color: var(--black02);
}
.mini-info {
  gap: 1.875rem;
  margin-top: 1.25rem;
}
.mini-info .left-box {
  width: 15.625rem;
  border: 1px solid var(--gray05);
  padding: 2.1875rem
}
.mini-info .left-box .icon-wrap {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:  0 auto;
  background-color: #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mini-info .left-box .icon-wrap img {
  max-width: 55%;
}
.mini-info .left-box h5 {
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1.388889;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 0.9375rem;
}
.mini-info .left-box a {
  width: 11.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FFF100;
  margin-top: 1.25rem;
  color: var(--black);
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.mini-info .right-box {
  width: calc(100% - 17.5rem);
  margin-top: 0;
}
.mini-info .right-box .table-box table colgroup col:nth-child(1) {width: 12.9465%;}
.mini-info .right-box .table-box table colgroup col:nth-child(2) {width: 19.4643%;}
.mini-info .right-box .table-box table colgroup col:nth-child(3) {width: 23.2143%;}
/* .mini-info .right-box .table-box table colgroup col:nth-child(4) {width: ;} */

.mini-info .right-box02 {
  border: 1px solid #ddd;
  padding: 1.25rem 2.9375rem 5rem;
}

.mini-info .right-box02 ol li {
  position: relative;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.388889;
  letter-spacing: 0;
  color: var(--black);
  padding: 7.5px 0;
}
.mini-info .right-box02 ol li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  top: 1.09375rem;
  left: -1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mini-info .right-box02 ol li span {
  text-decoration: underline;
}

.mini-info .right-box02 a.kakao {
  width: 11.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FFF100;
  margin-top: 10px;
  color: var(--black);
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mini-gall {margin-top: 1.875rem;}
.mini-gall ul {
  gap: 2.5rem;
}
.mini-gall ul li {
  width: calc(25% - 1.875rem);
}
.mini-gall ul li a {
  display: block;
  width: 100%;
}
.mini-gall ul li .img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-height: 240px;
}
.mini-gall ul li .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.mini-gall ul li h5 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.30556;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 보여줄 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.mini-gall ul li h6 {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  text-align: right;
  color: var(--gray06);
  margin-top: 1.4375rem;
}
.mini-notice-wrap {
  background: #F6F6F6;
  padding: 6.25rem 0;
}
.mini-notice {margin-top: 1.875rem;}
.mini-notice ul li {
  border-bottom: 1px solid #ddd;
}
.mini-notice ul li a {
  align-items: center;
  justify-content: space-between;
  padding: 1.46875rem 0;
}
.mini-notice ul li h5 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
  max-width: 1006px;
  width: calc(100% - 7rem);
  white-space: nowrap;         /* 줄바꿈 없이 한 줄로 표시 */
  overflow: hidden;            /* 넘치는 텍스트 숨김 */
  text-overflow: ellipsis;     /* 말줄임표(...) 표시 */
}
.mini-notice ul li h6 {
  width: 6.25rem;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray06);
  
}

/* 인사말 */
.s1_1 > .flex-box {
  justify-content: space-between;
  align-items: flex-start;
}
.s1_1 > .flex-box .img-wrap {
  border-radius: 30px;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.s1_1 .img-wrap {
  width: 22.223%;
}

.s1_1 .text-wrap {
  width: 70.371%;
}

.s1_1 .text-wrap h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
}
.s1_1 .text-wrap p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 1.875rem;
}
.s1_1 .text-wrap p:first-of-type {
  margin-top: 3.125rem;
}
.s1_1 .sign-wrap {
  width: 100%;
  justify-content: flex-end;
  align-items:center;
  gap: 30px;
}
.s1_1 .sign-wrap .left {
  text-align: right;
}
.s1_1 .sign-wrap h5 {
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1.5625rem;
  letter-spacing: 0;
  color: var(--black);
}
.s1_1 .sign-wrap h6 {
  font-weight: 400;
  font-size: var(--size15);
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 4px;
}

/* 역대회장 */
.s1_2 ul {
  gap: 1.875rem;
}
.s1_2 ul li {
  width: calc(33.3334% - 1.25rem);
  border: 1px solid var(--gray05);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 50px;
}
.s1_2 ul li .img-wrap {
  margin: 0 auto;
  max-width: 170px;
  width: 80%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s1_2 ul li h4 {
  font-weight: 700;
  font-size: var(--size24);
  line-height: 1.416667;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.25rem;
  color: var(--black);
}
.s1_2 ul li h5 {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.38889;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
  color: var(--black);
}
.s1_2 ul li .line {
  width: 2.5rem;
  height: 1px;
  background-color: var(--gray05);
  margin: 1.25rem auto 0;
}
.s1_2 ul li p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.125rem;
  color: var(--black);
}

/* 설립목적 */
.s1_3 h4 {
  font-weight: 900;
  font-size: var(--size45);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
}
.s1_3 .line {
  width: 4px;
  height: 2.5rem;
  background-color: var(--black);
  margin: 3.5625rem auto 0;
}
.s1_3 h5 {
  font-weight: 800;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 3.125rem;
}
.s1_3 p {
  font-weight: 400;
  font-size: var(--size20);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 1.875rem;
}
.s1_3 .img-wrap {
  margin-top: 7.5rem;
  max-width: 1040px;
  width: 100%;
}

/* 협회연혁 */
.s1_4 {
  padding-top: 7.5rem;
  position: relative;
}
.s1_4 .top {
  gap: 2.8125rem;
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1.25rem 0;
  z-index: 1;
}
.s1_4 .top li {
  font-weight: 500;
  font-size: var(--size20);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--gray06);
  cursor: pointer;
  position: relative;
  min-width: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.s1_4 .top li:hover,
.s1_4 .top li.on {
  font-weight: 700;
  color: var(--mainColor);
}
.s1_4 .top li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.s1_4 .top li:last-child::before {
  display: none;
}
.s1_4 .top li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1.25rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.s1_4 .top li.on::after {
  opacity: 1;
}
.s1_4 .history-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.s1_4 .history-wrap .left-box {
  width: 11.25rem;
}
.s1_4 .history-wrap .left-box .ul-wrap {
  position: sticky;
  top: 210px;
  left: 0;
  height: 4.8125rem;
  overflow: hidden;
}
.s1_4 .history-wrap .left-box ul {
  height: 4.8125rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.s1_4 .history-wrap .left-box ul li {
  font-weight: 800;
  font-size: var(--size55);
  line-height: 1.4;
  letter-spacing: 0;
}

.s1_4 .history-wrap .listArea {
  max-width: 830px;
  width: calc(100% - 15.625rem);
}

.s1_4 .history-wrap .listArea .box {
  margin-top: 6.25rem;
}
.s1_4 .history-wrap .listArea .box:first-child {
  margin-top: 0;
}
.s1_4 .history-wrap .listArea .box .years-box {
  padding-top: 3.125rem;
}
.s1_4 .history-wrap .listArea .box .years-box:first-child {
  padding-top: 0;
}
.s1_4 .history-wrap .listArea .box .years-box li {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.s1_4 .history-wrap .listArea .box .years-box li h4 {
  width: 7.5rem;
  font-weight: 900;
  font-size: var(--size18);
  line-height: 1.33334;
  letter-spacing: 0;
  color: var(--black);
  padding: 0.5rem 0;
}
.s1_4 .history-wrap .listArea .box .years-box li .content-wrap {
  width: calc(100% - 7.5rem);
}
.s1_4 .history-wrap .listArea .box .years-box li p {
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1.33334;
  letter-spacing: 0;
  color: var(--gray06);
  padding: 0.5rem 0;
}
.s1_4 .history-wrap .listArea .box .years-box li p .small {
  font-size: var(--size16);
}
.s1_4 .history-wrap .listArea .box .years-box li p .bold {
  font-weight: bold;
}

/* 정관 */
.s1_5 .top-box {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}
.s1_5 .top-box p {
  font-weight: 400;
  font-size: var(--size16);
  line-height:1.8125;
  letter-spacing: 0;
  text-align: right;
  color: var(--black);
}
.s1_5 .top-box a {
  margin-top: 1.875rem;
  border: 1px solid var(--gray05);
  width: 15rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
}

.s1_5 .top-box a img {
  width: var(--size16);
}

.s1_5 .bottom-box {
  border-top: 1px solid var(--gray05);
  margin-top: 2.5rem;
}

.s1_5 .bottom-box .box {
  border-bottom: 1px solid var(--gray05);
}
.s1_5 .bottom-box .box-title {
  position: relative;
  padding: 35px 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 35px;
  cursor: pointer;
}
.s1_5 .bottom-box .box-title h5 {
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  color: var(--mainColor);
}
.s1_5 .bottom-box .box-title h4 {
  font-weight: 800;
  font-size: var(--size20);
  line-height: 1;
  letter-spacing: 0;
}
.s1_5 .bottom-box .box-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 11px;
  background: url(/img/sub/association_arr.png) center center no-repeat;
  margin-left: auto;
  margin-right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.s1_5 .bottom-box .content-wrap {
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: padding-bottom 0.5s,max-height 0.5s;
  -webkit-transition: padding-bottom 0.5s,max-height 0.5s;
  -moz-transition: padding-bottom 0.5s,max-height 0.5s;
  -ms-transition: padding-bottom 0.5s,max-height 0.5s;
  -o-transition: padding-bottom 0.5s,max-height 0.5s;
}
.s1_5 .bottom-box .content {
  padding: 50px;
  background: #F8F8F8;
}
.s1_5 .bottom-box .on .box-title::after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.s1_5 .bottom-box .content-wrap h5 {
  font-weight: 800;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  color: var(--black);
  margin: 30px 0 10px;
}
.s1_5 .bottom-box .content-wrap h5:first-child {
  margin-top: 0;
}
.s1_5 .bottom-box .content-wrap p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.8125;
  letter-spacing: 0;
  color: var(--black);
}

/* 조직 및 구성 */
.s1_6_1 .img-wrap {
  max-width: 940px;
  width: 100%;
  margin: 5rem auto 0;
}
.s1_6_2 table col {width: 33.33334%;}
.s1_6_3 table col:nth-child(1) {width: 25%;}
.s1_6_3 table col:nth-child(3) {width: 20.371%;}
.s1_6_3 table col:nth-child(4) {width: 20.371%;}
.s1_6_4 .table-wrap:nth-of-type(1) table col {width: 33.33334%;}
.s1_6_4 .table-wrap:nth-of-type(2) table col {width: 50%;}
.s1_6_4 .table-wrap .table-top {
  margin-bottom: 1.25rem;
}
.s1_6_4 .table-wrap .table-top h5 {
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0;
  color: var(--mainColor);
}
.s1_6_4 .table-wrap .table-top p {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0;
  color: var(--black);
}
.s1_6_4 .table-wrap .table-title2 {
  font-weight: 700;
  font-size: var(--size22);
  line-height: 1.59091;
  letter-spacing: 0;
  color: var(--black);
  margin-bottom: 0.875rem;
}

/* 오시는 길 */
.s1_7 .map-wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.s1_7 .map-box {
  width: 50%;
  position: relative;
  padding-bottom: 51.852%;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.s1_7 .map-box .root_daum_roughmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s1_7 .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.s1_7 .text-wrap {
  padding-top: 1.25rem;
  width: 44.4445%;
}
.s1_7 .text-box {
  max-width: 360px;
  margin-top: 2.5rem;
}
.s1_7 .text-box:first-child {
  margin-top: 0;
}
.s1_7 .text-box h5 {
  font-weight: 800;
  font-size: var(--size22);
  line-height: 1.4091;
  letter-spacing: 0;
  color: var(--black);
}
.s1_7 .text-box p {
  font-weight: 400;
  font-size: var(--size22);
  line-height: 1.4091;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 10px;
}
.s1_7 .text-wrap a {
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  background: #007EF4;
  margin: 2.5625rem auto 0 auto;
  width: 12.5rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* 분과활동 */
.s2_1 .content-box {
  border: 1px solid var(--gray05);
  padding: 2.4375rem 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
}
.s2_1 .content-box .left-box {
  width: 33.30242%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.s2_1 .content-box .left-box .icon-wrap {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2_1 .content-box .left-box .icon-wrap img {
  max-width: 90%;
}
.s2_1 .content-box .left-box h4 {
  font-weight: 700;
  font-size: var(--size26);
  line-height: 1.38462;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 1.125rem;
}
.s2_1 .content-box .left-box a {
  margin-top: 1.25rem;
  width: 10rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007F43;
  border-radius: 10px;
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.s2_1 .content-box:has(.left-box a:hover) {
  border-color: var(--mainColor);
}
.s2_1 .content-box .right-box {
  width: 66.697589%;
  padding: 0 3.125rem;
  border-left: 1px solid var(--gray05);
}
.s2_1 .content-box .right-box ol {
  min-height: 220px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.s2_1 .content-box .right-box ol > li {
  width: 100%;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.33334;
  letter-spacing: 0;
  color: var(--black);
  padding: 0.5rem 0 0.5rem 1.6875rem;
}
.s2_1 .content-box .right-box ol > li::before {
  top: 1.09375rem;
  left: 0.6875rem;
}
.s2_1 .content-box .right-box ol > li > .p-wrap {
  margin-top: 5px;
}
.s2_1 .content-box .right-box ol > li > .p-wrap > p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--black);
  padding: 0 0 0 0.9375rem;
  position: relative;
}
.s2_1 .content-box .right-box ol > li > .p-wrap > p::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.s2_1 .content-box .right-box ol > li:last-child:has(.p-wrap) {
  padding-bottom: 0.1875rem;
}

/* 교육 */
.s2_2 .competitions-wrap .competitions-box {}
.s2_2 .competitions-wrap .competitions-box {
  position: relative; 
  width: 100%; 
  margin: 0 0 20px 0; 
  border: 1px solid var(--gray05); 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);; 
  box-sizing: border-box; 
  border-radius: 20px; 
  padding: 30px; 
  font-weight: 500; 
}
.s2_2 .competitions-wrap .competitions-box h4 {
  font-size: var(--size28); 
  color: var(--blue01); 
  font-weight: 800; 
  margin: 0 0 8px;
}
.s2_2 .competitions-wrap .competitions-box p {
  line-height:1.5;
  color: var(--black);
}
.s2_2 .competitions-wrap .competitions-box p.status {color: var(--p-font-color);}
.s2_2 .competitions-wrap .competitions-box .btns_wrap {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin: 24px 0 0; 
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.s2_2 .competitions-wrap .competitions-box .btns_wrap a {flex: none; display: block; padding: 12px 20px; box-sizing: border-box; background: #eaeaea; color: #333; border-radius: 8px;}
.s2_2 .competitions-wrap .competitions-box .btns_wrap a + a {background: var(--m-color); color: #fff; margin: 0 0 0 8px;}

.edu_list {
  gap: 20px;
}
.edu_list li {
  width: calc(33.3334% - 13.33334px);
}
.edu_list li a {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #000;
}
.edu_list li .top {
  padding: 1.25rem 1.5625rem;
}
.edu_list li .top h3 {
  font-size: var(--size28);
  color: #000;
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 보여줄 줄 수 */
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.35;
  /*min-height: 3.50em;*/
}
.edu_list li .bottom {
  padding: 1.25rem 1.5625rem;
  border-top: 1px solid #ddd;
}
.edu_list li .bottom h4 {
  font-size: var(--size20);
  font-weight: 500;
  color: #000;
}
.edu_list li .bottom dl {
  margin: 1.25rem 0;
  display: flex;
  flex-flow: row wrap;
  gap: 5px 0;
}
.edu_list li .bottom dl dt {
  font-size: var(--size16);
  color: var(--black);
  font-weight: 400;
  width: 2.2rem;
}
.edu_list li .bottom dl dd {
  font-size: var(--size16);
  color: var(--black);
  font-weight: 400;
  width: calc(100% - 2.2rem);
}
.edu_list li .bottom p.date {
  font-size: var(--size14);
  color: var(--black);
  font-weight: 400;
}

/* 출판 */
.s2_3 .content-box01 .text-wrap {
  justify-content: space-between;
  align-items: flex-start;
}
.s2_3 .content-box01 .text-wrap .p-wrap {
  max-width: 700px;
  width: 100%;
}
.s2_3 .content-box01 .text-wrap p {
  font-weight: 400;
  font-size: var(--size18);
  line-height:1.61112;
  letter-spacing: 0;
  color: var(--black);
}
.s2_3 .content-box01 .text-wrap p:last-child {
  margin-top: 1.875rem;
}
.s2_3 .content-box01 .text-wrap .img-wrap {
  max-width: 300px;
  padding: 4.6875% 0;
  width: 27.78%;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2_3 .content-box01 .text-wrap .img-wrap img {
  max-width: 191px;
  width: 65%;
}
.s2_3 .content-box01 .green-box {
  margin-top: 3.75rem;
  background: #EEF2EE;
  padding: 1.875rem 4.8125rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s2_3 .content-box01 .green-box p {
  font-weight: 400;
  font-size: var(--size22);
  line-height: 1.59091;
  letter-spacing: 0;
  color: var(--black);
}
.s2_3 .content-box01 .green-box p span {
  color: var(--mainColor);
  font-weight: 800;
}
.s2_3 .content-box02 ul {
  gap: 1.875rem;
}
.s2_3 .content-box02 ul li {
  width: calc(33.3334% - 1.25rem);
}
.s2_3 .content-box02 ul li a {
  width: 100%;
}
.s2_3 .content-box02 ul li .img-wrap {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 29.875rem;
  background: #F8F8F8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-align: center;
}
.s2_3 .content-box02 ul li .img-wrap img {
  max-width: 208px;
  width: 62%;
}
.s2_3 .content-box02 ul li .img-wrap h6 {
  width: 100%;
  font-family: 'Allura-Regular';
  font-weight: 400;
  font-style: normal;
  font-size: var(--size30);
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--gray06);
}
.s2_3 .content-box02 ul li .img-wrap p {
  width: 100%;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--gray06);
}
.s2_3 .content-box02 ul li a > h5 {
  font-weight: 800;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0;
  text-align: center;
  color: var(--mainColor);
  margin-top: 1.25rem;
}
.s2_3 .content-box02 ul li a > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.61112;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
}
.s2_3 .content-box03 .gray-box {
  border: 1px solid #ddd;
  padding: 2.1875rem 3.75rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s2_3 .content-box03 .gray-box .text-wrap {
  width: calc(100% - 6.25rem);
}
.s2_3 .content-box03 .gray-box .text-wrap h5 {
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
}
.s2_3 .content-box03 .gray-box .text-wrap ol {
  margin-top: 5px;
}
.s2_3 .content-box03 .gray-box .icon-wrap {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #EEF2EE;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2_3 .content-box03 .gray-box .icon-wrap img {
  max-width: 40px;
  width: 70%;
}
.s2_3 .content-box04 > p {
  font-weight: 400;
  font-size: var(--size18);
  line-height:1.61112;
  letter-spacing: 0;
  color: var(--black);
}
.s2_3 .content-box04 .dl-wrap {
  margin: 3.125rem 0 1.25rem;
  width: 100%;
  border-top: 1px solid var(--gray04);
  border-bottom: 1px solid var(--gray04);
  padding: 1.875rem 1.25rem;
}
.s2_3 .content-box04 .dl-wrap dl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.s2_3 .content-box04 .dl-wrap dl:last-child {
  margin-bottom: 0;
}
.s2_3 .content-box04 .dl-wrap dl dt {
  width: 6.25rem;
  height: 1.875rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  background: #007F43;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.s2_3 .content-box04 .dl-wrap dl dd {
  width: calc(100% - 7.5rem);
  margin-top: -0.3125rem;
}
.s2_3 .content-box04 > h6 {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--gray06);
}

/* 국제 협력 */
.s2_5 .activities_title {
  justify-content: space-between;
  align-items: center;
}
.s2_5 .activities_title h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
}
.s2_5 .content01 p {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.5555556;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 1.875rem;
}

.s2_5 .content02 {
  margin-top: 2.5rem;
}
.s2_5 .content02 > a {
  display: flex;
  width: 5.625rem;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1.38889;
  letter-spacing: 0;
  color: var(--mainColor);
  margin-left: auto;
  margin-right: 0;
}
.s2_5 .content02 > a span {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
}
.s2_5 .gall-wrap {position: relative; padding: 0 1.25rem; margin-top: 1.25rem;}
.s2_5 .gall-wrap > button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
}
.s2_5 .gall-wrap > .gall-swiper-prev {
  left: 0;
}
.s2_5 .gall-wrap > .gall-swiper-next {
  right: 0;
}
.s2_5 .gall-wrap .gall-slide {
  width: 100%;
  overflow: hidden;
}

.s2_5 .content03 {margin-top: 3.125rem;}

/* 대외협력 */
.s2_6_1.sub-content .content-box ol li {
  padding-top: 0;
  padding-bottom: 0;
}
.s2_6_1 .list {
  margin-top: 3.125rem;
}
.s2_6_1 .list:first-of-type {margin-top: 0;}
.s2_6_1 .link-wrap {
  border: 1px solid #ddd;
  padding: 2.1875rem 2.5rem;
  border-radius: 20px;
  margin-top: 1.25rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s2_6_1 .link-wrap .link-box {
  border-bottom: 1px solid #ddd;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.s2_6_1 .link-wrap .link-box:first-child {
  margin-top: 0;
}
.s2_6_1 .link-wrap .link-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.s2_6_1 .link-wrap .link-box h5 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0;
  color: var(--black);
}
.s2_6_1 .link-wrap .link-box p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  letter-spacing: 0;
  color: var(--gray06);
  margin-top: 5px;
}
.s2_6_1 .link-wrap .link-box::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.375rem;
  background: url(/img/sub/link_icon.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* IP 자문 */
.s2_7 .content-box {
  margin-bottom: 6.25rem;
}
.s2_7 .content-box:last-of-type {
  margin-bottom: 0;
}
.s2_7 .content-box > h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
  margin-bottom: 1.875rem;
}
.s2_7 .content-box p {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0;
  color: var(--black);
}
.s2_7 .content-box ol {}
.s2_7 .content-box ol li {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.6111112;
  letter-spacing: 0;
  padding: 3px 0;
  color: var(--black);
  position: relative;
  padding-left: 1.625rem;
}
.s2_7 .content-box ol li::before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  top: 0.9375rem;
  left: 0.6875rem;
  background: var(--black);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2_7 .content-box ul > li {
  margin-top: 1.875rem;
}
.s2_7 .content-box ul > li:first-of-type {
  margin-top: 3.125rem;
}
.s2_7 .content-box ul li h5 {
  font-weight: 700;
  font-size: var(--size22);
  line-height: 1.40901;
  letter-spacing: 0;
  color: var(--black);
}
.s2_7 .content-box ul li ol {
  padding: 0.9375rem 2.1875rem;
  background: #F8F8F8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-top: 1.25rem;
}

.s2_7 .procedure-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 2.5rem;
  margin-top: 1.875rem;
}
.s2_7 .procedure-wrap .box {
  border: 8px solid #CEE8D2;
  width: calc(20% - 2rem);
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  color: var(--black);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.s2_7 .procedure-wrap .box01 {border-color: #CEE8D2;}
.s2_7 .procedure-wrap .box02 {border-color: #7CCA8B;}
.s2_7 .procedure-wrap .box03 {border-color: #00AC40;}
.s2_7 .procedure-wrap .box04 {border-color: #007F43;}
.s2_7 .procedure-wrap .box05 {border-color: #124E14;}
.s2_7 .procedure-wrap .box::after {
  display: block;
  content: "";
  width: 13px;
  height: 18px;
  background: url(/img/sub/procedure_arr.png) no-repeat center center;
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.s2_7 .procedure-wrap .box:last-child::after {
  display: none;
}
.s2_7 .btn01 {
  color: var(--white);
}

.s2_8 ul {
  justify-content: center;
  gap: 5rem;
}
.s2_8 ul li {
  width: 33.33334%;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 3.3125rem 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s2_8 ul li .icon-wrap {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:  0 auto;
  background-color: #f6f6f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2_8 ul li .icon-wrap img {
  max-width: 80%;
}
.s2_8 ul li h5 {
  font-weight: 700;
  font-size: var(--size26);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 1.125rem;
}
.s2_8 ul li a {
  margin: 1.25rem auto 0;
  width: 10rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007F43;
  border-radius: 10px;
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: var(--white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* IP 장학 */
.s2_9.s2_7 .procedure-wrap {
  gap: 4.21875rem
}
.s2_9.s2_7 .procedure-wrap .box {
  width: calc(33.333334% - 2.8125rem);
}

/* 회원사현황 */
.s4_1_1_1 {

}
.s4_1_1_1 .border-box,
.s4_1_2_1 .border-box {
  border: 1px solid #ddd;
  border-radius: 20px;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s4_1_1_1 .border-box .chart-title h4,
.s4_1_2_1 .border-box .chart-title h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
}
.s4_1_1_1 .border-box .chart-title h6,
.s4_1_2_1 .border-box .chart-title h6 {
  font-weight: 500;
    font-size: var(--size14);
    line-height: 1.42858;
    letter-spacing: 0;
    text-align: center;
    color: var(--black);
    margin-top: 10px;
}
.s4_1_1_1 .border-box01 .left-box,
.s4_1_2_1 .border-box01 .left-box {
  margin-right: 4rem;
  max-width: 300px;
  width: 100%;
}
.s4_1_1_1 .border-box01 .left-box .chart-title,
.s4_1_2_1 .border-box01 .left-box .chart-title {
  /* padding-left: 9.4375rem; */
}
.s4_1_1_1 .border-box01 .left-box .img-wrap,
.s4_1_2_1 .border-box01 .left-box .img-wrap {
  margin-top: 1.3125rem;
}
.s4_1_1_1 .border-box01 .right-box,
.s4_1_2_1 .border-box01 .right-box {
  /* margin-right: 2.4375rem; */
  max-width: 300px;
  width: 100%;
}
.s4_1_1_1 .border-box01 .right-box .img-wrap,
.s4_1_2_1 .border-box01 .right-box .img-wrap {
  /* margin-top: 3.4375rem; */
  margin-top: 1.3125rem;
}
/* .s4_1_1_1 .border-box02 .box {
  width: 100%;
} */
.s4_1_1_1 .border-box02 .img-wrap,
.s4_1_2_1 .border-box02 .img-wrap {
  width: 616px;
  max-width: 80%;
  margin: 3.4375rem auto 0;
} 
.s4_1_1_1 .border-box02 .img-wrap .chart-box ,
.s4_1_2_1 .border-box02 .img-wrap .chart-box {
  width: 100%;
}
.s4_1_1_1 .border-box .img-wrap .chart-box canvas ,
.s4_1_2_1 .border-box .img-wrap .chart-box canvas {
  width: 100% !important;
  height: auto !important;
}

/* 회원사현황 목록 */
.memberFirms-wrap .search-wrap .form-wrap {
  display: flex; 
  justify-content: flex-start; 
  align-items: center; 
  gap: 10px;
  width: 100%;
}
.memberFirms-wrap .search-wrap .form-wrap select {
  font-family: 'SUIT Variable', sans-serif;
  appearance: none !important;
  padding: 1.1875rem 1em;
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff url(/img/common/search_arr.png) calc(100% - 16px) 54% no-repeat;
  background-size: 14px auto;
}
.memberFirms-wrap .search-wrap .form-wrap .select1 {
  max-width: 260px;
  width: calc(34.211% - 6.6667px);
}
.memberFirms-wrap .search-wrap .form-wrap .select2,
.memberFirms-wrap .search-wrap .form-wrap .select3 {
  max-width: 200px;
  width: calc(26.316% - 6.6667px);
}
.memberFirms-wrap .search-wrap .form-wrap .input-wrap {
  max-width: 300px;
  width: calc(39.474% - 6.6667px);
  padding: 1.0625rem 1em;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.memberFirms-wrap .search-wrap .form-wrap input { 
  font-family: 'SUIT Variable', sans-serif;
  border: none;
  outline: none;
  width: calc(100% - 1.25rem - 10px);
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
.memberFirms-wrap .search-wrap .form-wrap input::placeholder {
  color: #999;
}
.memberFirms-wrap .search-wrap .form-wrap button { 
  width: 1.25rem;
}
.memberFirms-wrap .search-wrap .form-wrap button img {
  width: 100%;
}
.memberFirms-wrap .list-wrap {
  margin-top: 1.25rem;
  border-top: 1px solid #ddd;
  padding: 2.5rem 0 0;
}
.memberFirms-wrap .list-wrap-top {
  justify-content: space-between;
  align-items: flex-end;
}
.memberFirms-wrap .list-wrap-top h5 {
  font-weight: 700;
  font-size: var(--size18);
  line-height: 1.38889;
  letter-spacing: 0;
  color: var(--mainColor);
}
.memberFirms-wrap .list-wrap-top button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
  width: 15rem;
  height: 3.75rem;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
}
.memberFirms-wrap .list-wrap ul {
  margin-top: 2.5rem;
  gap: 5rem  2.5rem;
}
.memberFirms-wrap .list-wrap ul li {
  width: calc(50% - 1.25rem);
}
.memberFirms-wrap .list-wrap ul li .li-wrap {
  width: 100;
  gap: 1.875rem;
}
.memberFirms-wrap .list-wrap ul li .img-wrap {
  width: 11.25rem;
  height: 11.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberFirms-wrap .list-wrap ul li .img-wrap img {
  max-width: 90%;
  max-height: 90%;
}
.memberFirms-wrap .list-wrap ul li .text-wrap {
  width: calc(100% - 13.125rem);
}
.memberFirms-wrap .list-wrap ul li .text-wrap .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.memberFirms-wrap .list-wrap ul li .text-wrap .title h4 {
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black); 
  max-height: 3.4375rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* 두 줄까지만 표시 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 1.1875rem);
}
.memberFirms-wrap .list-wrap ul li .text-wrap .title img {
  width: 1.1875rem;
  margin-top: 4px;
}
.memberFirms-wrap .list-wrap ul li .text-wrap h5 {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  color: var(--black);
  margin-top: 5px;
}
.memberFirms-wrap .list-wrap ul li .text-wrap ol {
  margin-top: 10px;
  width: 100%;
}
.memberFirms-wrap .list-wrap ul li .text-wrap ol li {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 1.25rem;
}
.memberFirms-wrap .list-wrap ul li .text-wrap ol li::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.71875rem;
  left: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.memberFirms-wrap .list-wrap ul li .text-wrap ol li h6 {
  width: 5rem;
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1.3125;
  letter-spacing: 0;
  padding: 4px 0;
  color: var(--black);
  padding-left: 1.4375rem;
}
.memberFirms-wrap .list-wrap ul li .text-wrap ol li p {
  width: calc(100% - 6.25rem);
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1.3125;
  letter-spacing: 0;
  padding: 4px 0;
  color: var(--gray06);
}
.memberFirms-wrap .list-wrap ul li a:hover .text-wrap .title h4 {
  color: var(--mainColor);
}

/* 입회 안내 */
.s4_2_1_1 .green-box {
  padding: 2.1875rem 3.75rem;
  margin-bottom: 1.25rem;
  background: #EEF2EE;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  gap: 1.25rem;
}
.s4_2_1_1 .green-box:last-child {
  margin-bottom: 0;
}
.s4_2_1_1 .green-box .title-wrap {
  width: 15rem;
}
.s4_2_1_1 .green-box .title-wrap h6 {
  font-weight: 900;
  font-size: var(--size20);
  line-height: 1.4;
  letter-spacing: 0;
  color: #007F43;
}
.s4_2_1_1 .green-box .title-wrap h5 {
  font-weight: 700;
  font-size: var(--size28);
  line-height: 1.39286;
  letter-spacing: 0;
  color: var(--black);
}
.s4_2_1_1 .green-box ul {
  width: calc(100% - 16.25rem);
  gap: 1.25rem;
  justify-content: center;
}
.s4_2_1_1 .green-box ul li {
  background-color: #fff;
  width: calc(33.3334% - 0.83334rem);
}
.s4_2_1_1 .green-box ul li a {
  width: 100%;
  height: 100%;
  padding: 3.125rem 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #fff;
}
.s4_2_1_1 .green-box ul li a:hover {
  border-color: var(--mainColor);
}
.s4_2_1_1 .green-box ul li .icon-wrap {
  margin: 0 auto;
  width: 6.25rem;
  position: relative;
  padding-bottom: 6.25rem;
  background: #CEE8D2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s4_2_1_1 .green-box ul li .icon-wrap img {
  position: absolute;
  max-width: 50%;
  max-height: 50%;
  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%);
}
.s4_2_1_1 .green-box ul li p {
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1.3889;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 1.875rem;
}
.s4_2_2_1 .green-box ul li h5 {
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1.3889;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 1.875rem;
}
.s4_2_2_1 .green-box ul li p {
  font-weight: 400;
  font-size: var(--size14);
  line-height: 1.428572;
  margin-top: 0.9375rem;
}

.s4_2_1_2 .content-box01 .green-box {
  margin-top: 3.75rem;
  background: #EEF2EE;
  padding: 1.875rem 4.8125rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s4_2_1_2 .content-box01 .green-box p {
  font-weight: 400;
  font-size: var(--size22);
  line-height: 1.59091;
  letter-spacing: 0;
  color: var(--black);
}
.s4_2_1_2 .content-box02 ul {
  justify-content: space-between;
  align-items: flex-start;
}
.s4_2_1_2 .content-box02 ul li {
  position: relative;
  max-width: 11.5rem;
  width: 17.04%;
}
.s4_2_1_2 .content-box02 ul li .icon-wrap {
  width: 100%;
  padding-bottom: 56.53%;
  position: relative;
  border-width: 8px;
  border-style: solid;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}
.s4_2_1_2 .content-box02 ul li:nth-child(1) .icon-wrap {border-color: #7CCA8B;}
.s4_2_1_2 .content-box02 ul li:nth-child(2) .icon-wrap {border-color: #00A746;}
.s4_2_1_2 .content-box02 ul li:nth-child(3) .icon-wrap {border-color: #007F43;}
.s4_2_1_2 .content-box02 ul li:nth-child(4) .icon-wrap {border-color: #124E14;}
.s4_2_1_2 .content-box02 ul li .icon-wrap::after {
  content: "";
  display: block;
  width: 41.6667%;
  height: 10%;
  background: url(/img/sub/membership02_01_2_icon05.png) no-repeat center center;
  position: absolute;
  left: calc(100% + 29px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.s4_2_1_2 .content-box02 ul li:last-child .icon-wrap::after {
  display: none;
}
.s4_2_1_2 .content-box02 ul li .icon-wrap img {
  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%);
}
.s4_2_1_2 .content-box02 ul li h6 {
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 20px;
}
.s4_2_1_2 .content-box02 ul li p {
  font-weight: 700;
  font-size: var(--size22);
  line-height: 1.4091;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 11px;
}
.s4_2_1_2 .table-wrap02 .right-text {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  text-align: right;
  color: var(--black);
  position: absolute;
  bottom: 0;
  right: 0;
}
.s4_2_1_2 .table-wrap02 .table-box colgroup col:last-child {
  width: 35.186%;
}
.s4_2_1_2 .table-wrap02 table th,
.s4_2_1_2 .table-wrap02 table tbody td {
  font-size: var(--size16);
  line-height: 1.4375;
  padding: 0.8125rem 1.875rem;
}
.s4_2_1_2 .table-wrap02 .table-box:nth-of-type(1) tr td:last-child {text-align: right;}
.s4_2_1_2 .table-wrap02 .table-box:nth-of-type(2) tr td:first-child {text-align: left;}

.s4_2_2_2 .table-wrap02 .table-box colgroup col:last-child {
  width: auto;
}
.s4_2_2_2 .table-wrap02 .table-box colgroup col {
  width: 33.334%;
}
.s4_2_2_2 .table-wrap02 .table-box:nth-of-type(1) tr td:last-child {
  text-align: center;
}
.s4_2_2_2 .table-wrap02 table tbody td ol {
  text-align: left;
}
.s4_2_2_2 .table-wrap02 table tbody td:has(ol) {
  padding-left: 10px;
}

/* 회원가입 */
.verity-wrap .verity-top {
  padding-bottom: 2.125rem;
}
.verity-wrap .verity-top ul {
  padding: 1.625rem 0 0;
  justify-content: center;
  gap: 0.9375rem
}

.verity-wrap .verity-top ul li {}
.verity-wrap .verity-top ul li .icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
}
.verity-wrap .verity-top ul li:nth-child(1) .icon-wrap {
  background: #7CCA8B;
}
.verity-wrap .verity-top ul li:nth-child(3) .icon-wrap {
  background: #00A746;
}
.verity-wrap .verity-top ul li:nth-child(5) .icon-wrap {
  background: #007F43;
}
.verity-wrap .verity-top ul li:nth-child(7) .icon-wrap {
  background: #124E14;

}
.verity-wrap .verity-top ul li .icon-wrap img {
  max-width: 70%;
  max-height: 70%;
}
.verity-wrap .verity-top ul li h6 {
  font-weight: 500;
  font-size: var(--size13);
  line-height: 1.38462;
  letter-spacing: 0;
  text-align: center;
  color: #999;
  margin-top: 1.25rem;
}
.verity-wrap .verity-top ul li h5 {
  font-weight: 700;
  font-size: var(--size16);
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 5px;
}
.verity-wrap .verity-top ul li .bar {
  width: 4.375rem;
  height: 4px;
  margin-top: calc(1.25rem - 2px);
  border-radius: 4px;
  background-color: #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.verity-wrap .verity-top ul li .bar01.active {
  background: #7CCA8B;
}
.verity-wrap .verity-top ul li .bar02.active {
  background: #00A746;
}
.verity-wrap .verity-top ul li .bar03.active {
  background: #007F43;
}
.verity-wrap .verity-top h3 {
  font-weight: 700;
  font-size: var(--size40);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 6.25rem;
}
.verity-wrap .verity-top p {
  font-weight: 400;
  font-size: var(--size20);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
  margin-top: 1.25rem;
}
.verity-wrap .verity-top p span {
  font-weight: 700;
}
.verity-content {
  margin-top: 6.25rem;
}
.verity-content h4.title {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  position: relative;
}
.verity-content .green-box {
  gap: 1.25rem;
  padding: 1.875rem 2.5rem;
  border-radius: 20px;
  border: 1px solid #124E14;
  background: #EEF2EE;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  align-items: center;
}
.verity-content .green-box h5 {
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1;
  letter-spacing: 0;
  color: var(--white);
  background-color: var(--mainColor);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.verity-content .green-box .p-wrap {}
.verity-content .green-box .p-wrap p {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0;
  color: #000;
}
.verity-content .form-wrap {
  padding: 2.8125rem 10px;
  border-radius: 20px;
  border: 1px solid #124E14;
}
.verity-content .form-wrap .input-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: calc(100% - 25rem);
  margin: 0 auto 1.75rem;
}

.verity-content .form-wrap .input-box div {
    font-weight: 500;
    width: 2.5rem;
    font-size: var(--size16);
    line-height: 1.38889;
    letter-spacing: 0;
    color: var(--black);
    text-align: center;
}

.verity-content .form-wrap .input {
  display: block;
  width: 18.75rem;
  max-width: calc(50% - 1.25rem);
  margin: 0 auto;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  padding: 1.09375rem 1.25rem;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.verity-content .form-wrap .input::placeholder {
  color: #999;
}

.verity-content .form-wrap button {
  display: block;
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  padding: 1.3125rem 1.25rem;
  border-radius: 10px;
  background-color: var(--mainColor);
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-type-content ul {
    justify-content: center;
    gap: 5rem;
}
.join-type-content ul li {
  width: 33.33334%;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 3.3125rem 0;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;  
}
.join-type-content ul li h3 {
    font-weight: 700;
    font-size: var(--size28);
    line-height: 1;
    letter-spacing: 0;    
    color: var(--black);
    margin-top: 1.125rem;
}
.join-type-content ul li .icon-wrap {
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.join-type-content ul li a {
    margin: 2.25rem auto 0;
    width: 10rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007F43;
    border-radius: 10px;
    font-weight: 700;
    font-size: var(--size16);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: var(--white);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.join-type-content p {
    margin: 28px 0 48px;
    color: #666;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.065em;
}
.s5.password-wrap h4 {
  font-size: var(--size30);
  font-weight: 700;
  color: var(--black);
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.s5.password-wrap p {
  font-size: var(--size18);
  font-weight: 600;
  color: var(--black);
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1.875rem;
}

.s5.password-wrap .input-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
  gap: 10px;
}
.s5.password-wrap .input-wrap input {
    border: 1px solid #ccc;
    height: 50px;
    padding-left: 100px;
    color: #333;
    font-size: 15px;
    box-sizing: border-box;
}
.s5.password-wrap .input-wrap button {
  height: 50px;
  padding: 0 25px;
  background-color: #124E14;
  font-size: 15px;
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}


/*** tooltip ***/

.tooltip {
    padding:0 !important;
    border-radius:0 !important;
    background:initial !important;
    cursor: pointer;
}
.tooltip .tp-cont {
    position: absolute;
    display: none;
    z-index: 40;
    top: 30px;
    left: 12%;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid var(--gray05);
    box-sizing: border-box;
    transition: all 0.5s linear;
    font-size: var(--size14);
    color: var(--gray02);
    font-style: normal;
    font-weight:normal;
    padding:15px;
    line-height:1.4;
    letter-spacing:-0.04em;
    -webkit-transform: translateX(calc(-35%));
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.tooltip .tp-cont.t2 {
    top: 40px;
}
.tooltip .tp-cont.td {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--black02);
}
.tooltip:hover .tp-cont,
.tooltip:focus .tp-cont {display: block;} 

.field-wrap .flex-title {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.125rem;
}
.field-wrap .flex-title h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
}
.field-box {
  border-top: 1px solid var(--black);
}

.field-box .input-box {
  border-bottom: 1px solid var(--gray05);
  padding: 1.25rem 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.field-box .input-box .input-title {
    width: 15rem;
    font-weight: 700;
    font-size: var(--size18);
    line-height: 1.38889;
    letter-spacing: 0;
    color: var(--black);
}
.field-box .input-box .input-title span.required {
    color: #007F43;
}
.field-box .input-box .input-wrap {
    width: calc(100% - 15rem);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    max-width: 640px;
}
.field-box .input-box .input-wrap .input[type='text'] {
    max-width: 640px;
    width: 100%;
}
.field-box .input-box .input-wrap .input {
    font-weight: 500;
    font-size: var(--size18);
    line-height: 1.38889;
    letter-spacing: 0;
    color: var(--black);
    border: 1px solid var(--gray05);
    padding: 0.71875rem 35px 0.71875rem 10px;
}
.field-box .input-box-wrap .input-sbox {
    border-bottom: 0;
    margin-top: 1.25rem;
}
.field-box .input-box .tel-wrap, 
.field-box .input-box .email-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.field-box .input-box .tel-wrap div {
    font-weight: 500;
    width: 1.5rem;
    font-size: var(--size18);
    line-height: 1.38889;
    letter-spacing: 0;
    color: var(--black);
    text-align: center;
}
.field-box .input-box .tel-wrap input.input[type='text'], 
.field-box .input-box .tel-wrap select.input {
    width: 9rem;
    max-width: calc(33.3334% - 1rem);
}
.field-box .input-box .email-wrap input.input[type='text'], 
.field-box .input-box .email-wrap select.input {
    width: 18.75rem;
    max-width: calc(50% - 1.25rem);
}
.field-box .input-box .email-wrap div {
    font-weight: 500;
    width: 2.5rem;
    font-size: var(--size16);
    line-height: 1.38889;
    letter-spacing: 0;
    color: var(--black);
    text-align: center;
}