.sub-visual {
  position: relative;
}
.sub-visual .img-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-visual .img-wrap img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.sub-visual .img-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(4, 57, 130, 0.3);
}
.sub-visual .text-wrap {
  position: absolute;
  width: 100%;
  z-index: 4;
  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%);
}
.sub-visual .text-wrap h3 {
  font-weight: 700;
  font-size: var(--size45);
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}
.sub-visual .text-wrap ul {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.6875rem;
   justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.sub-visual .text-wrap ul li {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.1875;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-title {
  color: var(--mainColor);
  font-size: var(--size20);
  font-weight: 700;
  margin-bottom: 20px;
}
.sub-tnb {
  margin-top: 5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.sub-tnb li {
  position: relative;
}
.sub-tnb li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--mainColor);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sub-tnb li a {
  font-weight: 500;
  font-size: var(--size20);
  line-height: 1.2;
  display: block;
  transition: all 0.3s;
  text-align: center;
  padding-bottom: 0.5625rem;
}
.sub-tnb li.on::before {
  opacity: 1;
}
.sub-tnb li.on a {
  color: var(--mainColor);
  font-weight: 700;
}
.sub-container {
  padding: 6.25rem 0;
}
.table-tit {
  margin-bottom: 1.875rem;
}
.table-tit h4 {
  font-weight: 600;
  font-size: var(--size24);
  line-height: 1.208334;
  color: var(--black);
}
.table-tit h4 span {
  color: var(--mainColor);
}
.table-wrap {
  border-top: 2px solid var(--mainColor);
}
.table-wrap table {
  width: 100%;
}
.table-wrap table tr {
  border-bottom: 1px solid #ddd;
}
.table-wrap table tr > * {
  border-right: 1px solid #ddd;
}
.table-wrap table tr > *:last-child {
  border-right: none;
}
.table-wrap2 table tr > * {
  border-right: none;
}
.table-wrap table thead th {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.1875;
  color: var(--black);
  padding: 0.9375rem 5px;
  text-align: center;
  background-color: rgba(32, 86, 160, 0.03);
}
.table-wrap table tbody th {
  background-color: #F8F8F8;
}
.table-wrap table tbody th,
.table-wrap table tbody td {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.1875;
  padding: 0.9375rem 5px;
  text-align: center;
  vertical-align: middle;
}
.table-wrap table.left-table tbody td {
  text-align: left;
  padding-left: 1.625rem;
}
.table-wrap table tbody td button {
  padding: 7px 0;
  width: 72px;
  background: #2d2d2d;
  border-radius: 7px;
  font-size: var(--size14);
  color: var(--white);
}
.table-wrap table tbody td button.btn2 {
  background-color: var(--mainColor);
}
.tab-menu {
  align-items: center;
  justify-content: center;
  margin: -2.5rem auto 3.125rem;
}
.tab-menu.w800 {
  max-width: 800px;
  width: 100%;
}
.tab-menu li {
  flex: 1;
}
.tab-menu li a {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.375;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  background-color: #F8F8F8;
}
.tab-menu li.on a {
  font-weight: 700;
  color: #fff;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

/* 협회소개 */
.s1_1 p {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.61112;
  letter-spacing: 0%;
  color: var(--black);
  margin-top: 2.0625rem;
}
.s1_1 p:first-of-type {
  margin-top: 0;
}
.s1_1 h5 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.61112;
  line-height: 160%;
  color: var(--black);
  margin-top: 4.375rem;
}
.s1_1 h4 {
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1.6;
  color: var(--black);
  margin-top: 2.5rem;
}
.s1_1 ul {
  margin-top: 1.25rem;
  background-color: #F6F6F6;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 2.5rem;
}
.s1_1 ul li {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.4445;
  padding: 5px 0 5px 1.75rem;
  letter-spacing: 0%;
  position: relative;
  color: var(--black);
}
.s1_1 ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  top: 0.96875rem;
  left: 0.6875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* 정관 */
.s1_3 .article-wrap:not(:first-child) {
  margin-top: 6.25rem;
}
.s1_3 .article-tit {
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1.6;
  text-align: center;
  padding: 1.5rem 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  color: var(--black);
}
.s1_3 .arricle-box {
  margin-top: 2.5rem;
}
.s1_3 div.arricle-box:first-of-type {
  margin-top: 3.125rem;
}
.s1_3 div.arricle-box h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.625;
  color: var(--black);
  margin-bottom: 0.625rem;
}
.s1_3 div.arricle-box p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--black03);
}
.s1_3 div.arricle-box p:not(:first-of-type) {
  margin-top: 1.25rem;
}
.s1_3 div.arricle-box p span {
  display: inline-block;
  margin-top: 0.625rem;
}
.s1_3 div.arricle-box p span.rule-num {
  display: inline-block;
  margin: 0;
  font-size: 0.75em;
  font-weight: 500;
}

/* list-bbs */
.list-page .select {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0.9375rem;
  height: auto;
}
.list-page .select select {
  display: block;
  width: 9.375rem;
  height: 2.5rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-weight: 400;
  font-size: var(--size15);
  line-height: 1.4;
  color: var(--black);
  padding: 0 10px 0 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;

  background: url("/img/sub/selectArrow.png") no-repeat right 10px center;
  background-size: 12px;

}
.page_nation {
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 2.5rem;
}
.page_nation a {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_nation ul {
  gap: 14px;
}
.page_nation ul li a {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1;
  color: var(--black);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.page_nation ul li.on a {
  background-color: var(--mainColor);
  color: var(--white);
}
.view-title {
  font-weight: 600;
  font-size: var(--size24);
  line-height: 1.2083334;
  color: var(--black);
  margin-bottom: 1.875rem;
}
.view-title span {
  color: var(--mainColor);
}
.view-tabs {
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.view-tabs li {
  width: calc(25% + 1px);
  margin-left: -1px;
  z-index: 1;
}
.view-tabs li.on {
  z-index: 2;
}
.view-tabs li a {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.375;
  text-align: center;
  color: var(--black09);
  height: 3.125rem;
}
.view-tabs li.on a {
  border-color: var(--mainColor);
  font-weight: 600;
  color: var(--mainColor);
}
.view-table {border-top: 2px solid var(--mainColor);}
.view-table table {width: 100%;}
.view-table table tr {
  border-bottom: 1px solid #ddd;
}
.view-table table tbody tr th {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
  text-align: center;
  color: var(--black);
  padding: 0.71875rem 0;
  vertical-align: middle;
  background-color: rgba(32, 86, 160, 0.03);
}
.view-table table tbody tr td {
  padding: 0.71875rem 1.25rem ;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  text-align: center;
  vertical-align: middle;
  text-align: left;
  color: var(--black);
}
.view-content {
  margin-top: 3.125rem;
}
.view-gall {
  margin-top: 3.125rem; 
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
}
.view-gall li {
  width: calc(25% - 1.875rem);
}
.view-gall li a {}
.view-gall li .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.view-gall li .img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.view-gall li .text-wrap {
  margin-top: 1.25rem;
}
.view-gall li .text-wrap h4 {
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1.1875;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* 보여줄 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-gall li .text-wrap p {
  margin-top: 10px;
  font-weight: 400;
  font-size: var(--size15);
  line-height: 1.125;
  color: var(--black06);
}
.view-img-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
.view-img-wrap .view-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.view-img-wrap .view-img .img-wrap {
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.view-img-wrap .view-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
}
.view-img-wrap .view-img .close-btn {
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  top: calc(-1.5625rem - 5px);
  right: calc(-1.5625rem - 4px);
}
.view-img-wrap .view-img .close-btn img {
  width: 100%;
}

.s2_1_2 .award-box:not(:first-of-type) {
  margin-top: 5rem;
}
.s2_1_2 .award-box h4 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.2;
  color: var(--black);
}
.s2_1_2 .award-box .text-wrap {
  margin-top: 1.5rem;
}
.s2_1_2 .award-box .text-wrap h4 {
  border-top: 2px solid #33B4B2;
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.166667;
  color: #33B4B2;
  border-bottom: 1px solid #ddd;
  background: #2056A008;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.875rem;
}
.s2_1_2 .award-box .text-wrap02 {
  margin-top: 1.875rem;
}
.s2_1_2 .award-box .text-wrap02 h4 {
  border-top-color: #2056A0;
  color: #2056A0;
}
.s2_1_2 .award-box .text-wrap ul {
  padding: 0 1.875rem;
}
.s2_1_2 .award-box .text-wrap ul li {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--black);
  padding-left: 1.5rem;
  position: relative;
}
.s2_1_2 .award-box .text-wrap ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  top: 0.75rem;
  left: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2_1_2 .award-box .text-wrap p {
  padding: 0 1.875rem;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--black);
  margin-top: 1.25rem;
}

.dl-style1 dt {display:flex; justify-content: center; align-items:center; font-size: 15px; font-weight: 500; text-align: center;}
.dl-style1 {
  border-top: 1px solid var(--mainColor);
}
.dl-style1 dl {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.dl-style1 dt {
  width: 21.4286%;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
  text-align: center;
  color: var(--black);
  padding: 0.71875rem 0;
  vertical-align: middle;
  background-color: rgba(32, 86, 160, 0.03);
}
.dl-style1 dd {
  width: 78.5715%;
  padding: 0.71875rem 1.25rem;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  text-align: center;
  vertical-align: middle;
  text-align: left;
  color: var(--black);
}
.dl-flex {
  display: flex;
}
.dl-flex > dl {
  width: 50%;
}

.infomaiton-wrap .info-tit {    
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.infomaiton-wrap .info-tit h2 {color:var(--mainColor);}
.infomaiton-wrap .info-tit p {}

.infomaiton-wrap .info-table {
  margin-bottom: 100px;
}
.infomaiton-wrap .info-table .dl-style1 dd.input-dl {
  padding: 7px 16px;
}
.infomaiton-wrap .info-table .input-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.infomaiton-wrap .info-table .input-box input {
  width: 320px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--gray03);
  padding: 0 16px;
}
.infomaiton-wrap .info-table .input-num input {
  width: 160px;
}
.infomaiton-wrap .info-table .input-mail input {
  width: 240px;
}
.infomaiton-wrap .info-table .input-mail input:last-child {
  width: 160px;
}
.infomaiton-wrap .info-table .input-radio {
  gap: 20px;
}
.infomaiton-wrap .info-table .input-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.infomaiton-wrap .info-table .input-radio label input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
}
.infomaiton-wrap .info-table .input-radio label input:checked {
  background-color: var(--mainColor);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 1px var(--mainColor);
}
.infomaiton-wrap .info-table .input-long input {
  width: 100%;
  max-width: 680px;
  min-width: 680px;
}
.input-file {
  position: relative;
}
.input-file label {
  width: 96px;
  height: 40px;
  box-sizing: border-box;
  color:#000;
  border: 1px solid var(--gray03);
  background: var(--gray01);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.infomaiton-wrap .info-table .input-box input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}


.infomaiton-wrap .info-table .input-add {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.infomaiton-wrap .info-table .input-add .add-num {
  display: flex;
  gap: 10px;
}
.infomaiton-wrap .info-table .input-add .add-num input {
  width: 160px;
  max-width: none;
  min-width: auto;
}
.infomaiton-wrap .input-pfo {}
.infomaiton-wrap .input-pfo input {
  width: 90%;
  max-width: none;
  min-width: auto;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--gray03);
  padding: 0 16px;
}

.infomaiton-wrap .info-table a.btn {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid var(--gray03);
  background: var(--gray01);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infomaiton-wrap .info-table .input-box select {
  width: 120px;
  height: 40px;
  background: url("../img/icon/ic-select.svg") calc(100% - 8px) center no-repeat;
  background-size: 12px;
  padding: 0 20px 0 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid var(--gray03);
  font-size: 1rem;
}

.infomaiton-wrap select {
    width: 120px;
    height: 40px;
    background: url(../img/icon/ic-select.svg) calc(100% - 8px) center no-repeat;
    background-size: 12px;
    padding: 0 20px 0 10px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid var(--gray03);
    font-size: 1rem;
}

.infomaiton-wrap .info-table .input-box .input-radio2 {
  display: flex;
  gap: 10px;
}
.infomaiton-wrap .table-area .table-style1 tbody td {
  border-right: 0;
}
.infomaiton-wrap .table-area table:nth-of-type(1) {
  border-top: 1px solid var(--mainColor);
}
.infomaiton-wrap .table-area .head {
  background: var(--mainColor);
  font-weight: 600;
}
.infomaiton-wrap .table-area button {
  width: 80px;
  height: 40px;
  border-radius: 10px;
  background: var(--mainColor);
  color: var(--white);
}
.infomaiton-wrap .info-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.infomaiton-wrap .info-btn button {
  width: 160px;
  height: 40px;
  border-radius: 10px;
  background: var(--mainColor);
  color: var(--white);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infomaiton-wrap .title {
  color: var(--mainColor);
  font-size: var(--size20);
  font-weight: 700;
  margin-bottom: 20px;
}
.infomaiton-wrap .dl-style1 .dl-title {
  background: var(--mainColor);
  color: var(--white);
  font-weight: 700;
  padding: 16px;
  text-align: center;
}
.infomaiton-wrap .dl-style1.mt15 {margin-top:15px;}
.infomaiton-wrap .alert {
  color: var(--mainColor);
  margin-top: 10px;
}
.infomaiton-wrap .info-table2 {
  margin-bottom: 0;
}
.infomaiton-wrap .dl-style1 dd.table-dd {
  padding: 0;
}
.infomaiton-wrap dd.table-dd .table-area .table-style1 tbody td {
  border-right: 1px solid var(--gray03);
}
.infomaiton-wrap dd.table-dd .table-area .table-style1 tbody td:last-child {
  border-right: 0;
}
.infomaiton-wrap dd.table-dd .table-area table:nth-child(1),
.infomaiton-wrap dd.table-dd .table-area .table-style1 thead tr {
  border-top: 0;
}
.infomaiton-wrap dd.table-dd .table-area .table-style1 tbody tr:last-child {
  border-bottom: 0;
}
/* .infomaiton-wrap .btn-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.infomaiton-wrap .btn-wrap .btn {
  width: 10rem;
  max-width: calc(50% - 0.625rem);
  height: 3rem;
  background-color: #333;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: var(--size16);
  font-weight: 500;
}
.infomaiton-wrap .btn-wrap button.btn {
  background-color: var(--mainColor);
} */