/* 서브 공용 */
.sub-wrap .inner {
  display: flex;
  flex-flow: row wrap;
  gap: 5rem;
  padding: 3.4375rem 0 6.25rem;
}
.sub-wrap .lnb-wrap {
  width: 280px;
}
.sub-wrap .lnb-wrap .top {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 2.5rem 1.875rem 2.5rem ;
  border-radius: 15px;
  background: url(../img/sub/lnb_top.png) no-repeat right  bottom, linear-gradient(180deg, #233670 0%, #02073A 100%);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  z-index: 2;
}
.sub-wrap .lnb-wrap .top h3 {
  font-family: 'Suit';
  font-weight: 800;
  font-size: var(--size26);
  line-height: 1.23077;
  color: var(--white);
  word-break: keep-all;
}
.sub-wrap .lnb-wrap > ul {
  padding: 3.875rem 1.5rem 2.75rem;
  border: 1px solid #ddd;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-top: -2.5rem;
}
.sub-wrap .lnb-wrap .lnb > li {
  background: url(../img/sub/lnb_line.png) no-repeat bottom left;
}
.sub-wrap .lnb-wrap .lnb > li > a {
  display: block;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1;
  padding: 1.375rem 0.9375rem;
  position: relative;
}
.sub-wrap .lnb-wrap .lnb > li > a::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../img/sub/lnb_arr.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sub-wrap .lnb-wrap .lnb > li.on > .depth2 {
  display: block;
}
.sub-wrap .lnb-wrap .lnb > li > .depth2 {
  display: none;
  padding: 12px 0;
}
.sub-wrap .lnb-wrap .lnb > li > .depth2 > li {}
.sub-wrap .lnb-wrap .lnb > li > .depth2 > li > a {
  font-weight: 400;
  font-size: var(--size14);
  line-height: 1.214286;
  color: var(--black03);
  background: #F6F6F6;
  border-radius: 8px;
  padding: 0.875rem 0;
  position: relative;
  width: 100%;
  display: block;
  padding-left: 1.5625rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.sub-wrap .lnb-wrap .lnb > li > .depth2 > li > a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 10px;
  top: 1.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sub-wrap .lnb-wrap .lnb > li.on > a {
  font-weight: 700;
  color: var(--mainColor);
  border-bottom: 4px solid #375778;
}
.sub-wrap .lnb-wrap .lnb > li > .depth2 > li.on > a {
  background: #E9F3FF;
  font-weight: 600;
  color: #375778;
}
.sub-wrap .lnb-wrap .lnb > li.on > a::after {
  display: none;
}
.sub-wrap .s-container {
  width: calc(100% - 5rem - 280px);
}
.sub-wrap .sub-top {
  padding: 1.25rem 0 1.5rem;
  background: url(../img/sub/sub_navi.png) no-repeat bottom left;
  margin-bottom: 5rem;
}
.sub-wrap .sub-top h2 {
  font-family: "SUIT";
  font-weight: 700;
  font-size: var(--size35);
  line-height: 1.257143;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.sub-wrap .sub-top ul {
  gap: 1.0625rem;
  align-items: center;
}
.sub-wrap .sub-top ul li {
  display: flex;
  align-items: center;
}
.sub-wrap .sub-top ul li a {
  font-family: "SUIT";
  font-weight: 500;
  font-size: var(--size15);
  line-height: 1.4;
  color : #517FA2;
}
.sub-wrap .sub-top ul li:nth-child(5) a {color: #375778;}
.sub-wrap .sub-top ul li:nth-child(7) a {color: #57134B;}
.mobileDepth2 {
  display: none;
}
select {
  padding: 6px calc(1.25rem + 1.9375rem) 6px 1.25rem;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--black);

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("/img/sub/select_arr.png"); /* 커스텀 화살표 */
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}
.tabs-wrap.w800 {
  max-width: 800px;
}
.tabs-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto 3.125rem;
}
.tabs-wrap li {
  flex: 1;
  width: calc(50% + 1px);
  margin-left: -1px;
}
.tabs-wrap li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  position: relative;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1;
  padding: 1.375rem 0.9375rem;
  background-color: #F8F8F8;
}
.tabs-wrap li.on a {
  font-weight: 500;
  background: var(--mainColor);
  color: var(--white);
  border-color: var(--mainColor);
}
.table-wrap {
  border-top: 1px solid #375778;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrap table {
  width:100%;
  max-width: 100%;
  min-width: 500px;
}
.table-wrap table tr {
  border-bottom: 1px solid #ddd;
}
.table-wrap table th,
.table-wrap table td {
  border-right: 1px solid #ddd;
}
.table-wrap table th:last-child,
.table-wrap table td:last-child,
.table-wrap table .brNone {
  border-right: 0;
}
.table-wrap table thead tr th {
  padding: 0.9375rem 0;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.1875;
  text-align: center;  
  color: var(--black);
  background: #F6F6F6;
  vertical-align: middle;
}
.table-wrap table tbody tr {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.table-wrap table tbody tr td {
  padding: 0.9375rem 5px;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.1875;
  text-align: center; 
  color: var(--black06); 
  vertical-align: middle;
  word-break: keep-all;
}
.table-wrap table tr.brNone {
  border-bottom: 0;
}
.table-title {
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.table-wrap2 {}
.table-wrap2 table thead tr th {
  padding: 8.75px 0;
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.77778;
  color: var(--mainColor);
}
.table-wrap2 table tbody tr th {
  vertical-align: middle;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.8125;
  text-align: center;
  color: var(--black);
}
.table-wrap2 table tbody tr td {
  vertical-align: middle;
  text-align: left;
  padding: 0;
}
.table-wrap2 table tbody tr td .cbt-td {
  padding: 1.875rem;  
  padding-right: 0;
}
.table-wrap2 table tbody tr td .cbt-td h4 {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.8125;
  color: var(--mainColor);
  margin-bottom: 1.875rem;
}
.table-wrap2 table tbody tr td .cbt-td h5 {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--black);
  margin-top: 1.25rem;
}
.table-wrap2 table tbody tr td .cbt-td p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.8125;
  color: #483C3C;
  margin-top: 10px;
}
.table-wrap2 table tbody tr td dl dt {
  font-weight: 600;
  font-size: var(--size16);
  line-height:1.625;
  color: var(--black);
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-wrap2 table tbody tr td dl dd {
  padding: 1.875rem 0 1.875rem 1.25rem;
  width: calc(100% + 20px);
}
.table-wrap2 table tbody tr td dl dd p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.8125;
  color: #483C3C;
  margin-bottom: 10px;
}
.table-wrap2 table tbody tr td dl dd p:last-of-type {
  margin-bottom: 0;
}
.table-wrap2 table tbody tr td dl dd ul {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 1.25rem 1.875rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 10px;

}
.table-wrap2 table tbody tr td dl dd ul li {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.8125;
  color: #483C3C;
}
.table-wrap2 table tbody tr td dl dd ul li span {
  font-size: var(--size12);
  font-weight: 500;
  margin-right: 2px;
}

.sub-title {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.2;
  color: var(--mainColor);
}

/* 공통 폼 */
.applyForm-wrap {
  margin-top: 1.75rem;
}
.applyForm-wrap form > p {
  margin-top: 3.125rem;
  font-weight: 500;
  font-size: var(--size18);
  line-height: 2.5;
  text-align: center;
  color: #483C3C;
}
.applyForm-wrap form > .btn-wrap {
  margin: 1.5625rem auto 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.applyForm-wrap form > .btn-wrap > a,
.applyForm-wrap form button[type="submit"] {
  width: 12.5rem;
  height: 3.125rem;
  border-radius: 10px;
  background-color: var(--mainColor);
  font-weight: 600;
  font-size: var(--size16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.applyForm-wrap form > button[type="submit"] {
  margin: 1.5625rem auto 0;
}
.applyForm-wrap form > .btn-wrap > a {
  background-color: #aaa;
}
.applyForm-table-wrap h4 {
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1.2;
  color: var(--black);
}
.applyForm-table-wrap h4 span {
  font-weight: 400;
  font-size: var(--size16);
}
.radio-wrap .radio-box {
  
}
.radio-wrap .radio-box input {
  display: none;
}
.radio-wrap .radio-box label {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.25;
  padding: 10px 0;
  color: #483C3C;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
}
.radio-wrap .radio-box label .check-box {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff url(/img/sub/check_arr_off.png) no-repeat center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.radio-wrap .radio-box input:checked + label .check-box {
  background: #375778 url(/img/sub/check_arr_on.png) no-repeat center center;
  border-color: #375778;
}
.applyForm-table {
  margin-top: 1.25rem;
  border-top: 1px solid #375778;
  width: 100%;
  overflow-x: auto;
}
.applyForm-table table {
  width: 100%;
  min-width: 700px;
}
.applyForm-table table th {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.25;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: #F6F6F6;
  color: var(--black);
  padding: 0.9375rem 1.25rem;
}
.applyForm-table table thead th {
  border-right: 1px solid #ddd;
}
.applyForm-table table thead th:last-child {
  border-right: 0;
}
.applyForm-table table tr {
  border-bottom: 1px solid #ddd;
}
.applyForm-table table td {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.25;
  color: #483C3C;
  padding: 10px;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.applyForm-table table td.pl-20 {
padding-left: 1.25rem;
}
.applyForm-table table td:last-child {
  border-right: 0;
}
.applyForm-table table td.tex-cen {
  text-align: center;
  vertical-align: middle;
}
.applyForm-table01 table th {
  text-align: left;
}
.applyForm-table01 table td {
  padding: 10px 1.25rem;
}
.applyForm-table01 table td .profile-wrap {
  padding: 10px 0;
  align-items: flex-start;
  gap: 1.25rem;
}
.applyForm-table01 table td .profile-wrap .preview {
  width: 7.5rem;
  height: 10rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #F2F2F2;
  overflow: hidden;
}
.applyForm-table01 table td .profile-wrap .preview img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  display: none;
}
.applyForm-table table td .profile-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.applyForm-table table td .file-add-box {
  gap: 0.5rem;
}
.applyForm-table table td .profile-box02 {
  padding: 10px 0;
}
.applyForm-table table td .profile-box input {
  display: none;
}
.applyForm-table table td .profile-box .file-btn {
  width: 5.625rem;
  height: 2.5rem;
  border: 1px solid #375778;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1;
  color: #375778;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.applyForm-table table td .profile-box .file-name {
  font-weight: 500;
  font-size: var(--size14);
  color: #375778;
  word-break: keep-all ;
}
.applyForm-table table td .profile-box .file-name {
  max-width: calc(100% - 6.125rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
}
.applyForm-table01 table td .input-wrap {
  max-width: 780px;
  width: 100%;
}
.applyForm-table table td .input-wrap input[type="text"],
.applyForm-table table td .input-wrap input[type="tel"],
.applyForm-table table td .select-wrap select {
  width: 100%;
  height: 2.5rem;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.25;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0.625rem;
  color: var(--black);
}
.applyForm-table table td .select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("/img/sub/select_arr2.png"); /* 커스텀 화살표 */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size:10px 5px;
}
.applyForm-table table td .pay-wrap {
  display: flex;
  gap: 5px;
  align-items: center;
}
.applyForm-table table td .pay-wrap input{
  max-width: 150px;
  width: calc(100% - 20px);
}
.applyForm-table table td .check-wrap {
  display: flex;
  align-items: center;
  margin: 0px auto;
  height: 1.875rem;
  justify-content: center;
}
.applyForm-table table td .check-wrap input {
  display: none;
}
.applyForm-table table td .check-wrap input + label {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff url(/img/sub/check_arr_off.png) no-repeat center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.applyForm-table table td .check-wrap input:checked + label {
  background: #375778 url(/img/sub/check_arr_on.png) no-repeat center center;
  border-color: #375778;
}
.applyForm-table table td .radio-wrap {
  gap: 1.5rem;
}
.applyForm-table table td .period-wrap {
  align-items: center;
  gap: 2px
}
.applyForm-table table td .date-box {
  position: relative;
}
.applyForm-table table td .period-wrap .date-box {
  width: calc(50% - 8px);
}

.applyForm-table table td .period-wrap .date-input {
  width: 100%;
  height: 2.5rem;
  padding: 10px;

  font-weight: 400;
  font-size: var(--size12);
  line-height: 1.25;
  color: var(--black);

  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;

  overflow: hidden;
}
.applyForm-table table td .date-box .date-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.applyForm-table table td .period-wrap .date-input:focus {
  outline: none;
  border-color: #3b5bdc;
}
.applyForm-table .addTrBtnWrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.applyForm-table .addTrBtnWrap button {
  width: 5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.applyForm-table .addTrBtnWrap button.addTrBtn {
  background-color: var(--mainColor);
  color: var(--white);
}
.applyForm-table01 table td .input-wrap input[type="text"]::placeholder {
  color: var(--black09);
}
.applyForm-table01 table td .flex-2 {
  max-width: 745px;
  gap: 5px;
}
.applyForm-table01 table td .flex-2 .input-wrap.input-2 {
  width: calc(50% - 2.5px);
}
.applyForm-table01 table td .flex-3 {
  max-width: 370px;
  gap: 5px;
}
.applyForm-table01 table td .flex-3 .input-wrap,
.applyForm-table01 table td .flex-3 .select-wrap {
  width: calc(33.33334% - 3.333334px);
}
.applyForm-table01 table td .flex-3 .input-wrap input[type="text"]
.applyForm-table01 table td .flex-3 .input-wrap input[type="tel"],
.applyForm-table01 table td .flex-3 .select-wrap select {
  text-align: center;
}
.applyForm-table01 table td .address-wrap {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
.applyForm-table01 table td .address-wrap .zip-row {
  max-width: 485px;
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
.applyForm-table01 table td .address-wrap .zip-row input[type="text"] {
  width: calc(100% - 6.875rem - 5px);
}
.applyForm-table01 table td .address-wrap .zip-row button {
  width: 6.875rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid #375778;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: var(--size14);
  line-height: 1;
  color: #375778;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dl-style1 {
  border-top: 1px solid var(--mainColor);
}
.dl-style1 dl {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.dl-style1 dt {
  width: 160px;
  box-sizing: border-box;
  padding: 16px;
  font-weight: 600;
  background: #f6f6f6;
}
.dl-style1 dd {
  padding: 16px;
  width: calc(100% - 160px);
  box-sizing: border-box;
  line-height: 1.4;
}
.dl-flex {
  display: flex;
}
.dl-flex > dl {
  width: 50%;
}

/* 인사말 */
.s1_1 h3 {
  font-weight: 600;
  font-size: var(--size26);
  line-height: 1.615385;
  color: var(--mainColor);
}
.s1_1 p {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.8125;
  color: var(--black);
}
.s1_1 .img-box {
  gap: 3.5625rem;
  margin: 3.125rem 0 1.875rem;
}
.s1_1 .img-box .p-wrap {
  width: calc(100% - 14.8125rem);
}
.s1_1 .img-box p:nth-child(2) {
  margin-top: 1.875rem;
}
.s1_1 .img-box .img-wrap {
  width: 11.25rem;
}
.s1_1 h4 {
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1.8;
  color: var(--mainColor);
}
.s1_1 .p-wrap2 {
  margin-top: 1.875rem;;
}
.s1_1 .p-wrap2 h5 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.777778;
  color: var(--black);
  margin-bottom: 10px;
}
.s1_1 .p-wrap2 p {
  margin-bottom: 1.875rem;
}
.s1_1 .p-wrap2 p:last-of-type {margin-bottom: 0;}
.s1_1 .ceo-box {
  margin-top: 5rem;
}
.s1_1 .ceo-box p {
  line-height: 1.625;
  text-align: right;
}
.s1_1 .ceo-box h5 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.6111112;
  color: var(--black);
  text-align: right;
  margin-top: -3px;
}

/* 연혁 */
.s1_2 h3 {
  font-weight: 700;
  font-size: var(--size30);
  line-height: 1.2;
  color: var(--mainColor);
}
.s1_2 .history {
  margin-top: 3.875rem;
  display: flex;
  flex-flow: row wrap;
  gap: 3.75rem;
}
.s1_2 .history-box {
  width: 100%;
  position: relative;
}
.s1_2 .history-box h4 {
  font-weight: 700;
  font-size: var(--size24);
  line-height: 1;
  color: var(--white);
  width: 6.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 5.75rem;
}
.s1_2 .history-box::before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.s1_2 .history-box::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 7.125rem);
  position: absolute;
  top: 6.4375rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.s1_2 .history-box .year-wrap {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}
.s1_2 .history-box .year-box {
  width: 50%;
  align-self: flex-start;
  padding-right: 5rem;
}
.s1_2 .history-box .year-box2 {
  align-self: flex-end;
  padding-left: 5rem;
  padding-right: 0;
}
.s1_2 .history-box .year-box dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 2.4375rem;
  margin-bottom: 1.25rem;
}
.s1_2 .history-box .year-box2 dl {
  justify-content: flex-start;
}
.s1_2 .history-box .year-box dl dt {
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--mainColor);
}
.s1_2 .history-box .year-box2 dl dt {
  width: 8.875rem;
  white-space: nowrap;
}
.s1_2 .history-box .year-box dl dd {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--mainColor);
  text-align: right;
}
.s1_2 .history-box .year-box2 dl dd {
  text-align: left;
  /* white-space: nowrap; */
  width: calc(100% - 11.3125rem);
}
.s1_2 .history-box .year-box dl dd ul li {
  width: 100%;
  padding-left: 1.5625rem;
  position: relative;
}
.s1_2 .history-box .year-box dl dd ul li::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left:0.65625rem;
  top:0.6875rem;
  background-color: #111;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.s1_2 .history-box:nth-child(1) h4 {
  background-color: #57134B;
}
.s1_2 .history-box:nth-child(1)::before {
  border: 1px solid #57134B;
  background: radial-gradient(circle,#57134B 0%,#57134B 38%,#fff 45%,#fff 100% );
}
.s1_2 .history-box:nth-child(1)::after {
  background: #57134B;
}
.s1_2 .history-box:nth-child(2) h4 {
  background-color: #517FA2;
}
.s1_2 .history-box:nth-child(2)::before {
  border: 1px solid #517FA2;
  background: radial-gradient(circle,#517FA2 0%,#517FA2 38%,#fff 45%,#fff 100% );
}
.s1_2 .history-box:nth-child(2)::after {
  background: #517FA2;
}
.s1_2 .history-box:nth-child(3) h4 {
  background-color: #92BFF4;
}
.s1_2 .history-box:nth-child(3)::before {
  border: 1px solid #92BFF4;
  background: radial-gradient(circle,#92BFF4 0%,#92BFF4 38%,#fff 45%,#fff 100% );
}
.s1_2 .history-box:nth-child(3)::after {
  background: #92BFF4;
}

/* 위원회 */
.s1_3 .page-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.25rem;
}
.s1_3 .page-title-wrap h3 {
  font-weight: 600;
  font-size: var(--size30);
  line-height: 1.6;
  color: var(--black);
}
.s1_3 .page-title-wrap h3 span {
  color: #375778;
}
/* .s1_3 .table-wrap table tbody tr:nth-child(2) {
  background-color: #E9F3FF;
} */

/* 인지행동상담전문가 소개 */
.s2_1 .blue-wrap {
  border-radius: 20px;
  padding:2.25rem 4.375rem;
  background-color: #E9F3FF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s2_1 .blue-wrap h3 {
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1.719;
  color: var(--mainColor);
}
.s2_1 .blue-wrap h3 span {
  font-weight: 600;
  font-size: var(--size28);
}
.s2_1 h4 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.6111112;
  color: var(--black);
  margin-top: 2.5rem;
}
.s2_1 h4 span {
  font-weight: 400;
}
.s2_1 .img-wrap {
  width: 100%;
  max-width: 600px;
  margin: 4.75rem auto;
}
.s2_1 .img-wrap img {
  width: 100%;
}
.s2_1 h5 {
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1.8;
  color: var(--mainColor);
}
.s2_1 ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
.s2_1 ul li {
  border-radius: 10px;
  background-color: #F2F2F2;
  padding: 1.6875rem 3.125rem;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.737;
  color: var(--black);
  position: relative;
}
.s2_1 ul li span {
  font-weight: 700;
  font-size: var(--size20);
}
.s2_1 ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 1.875rem;
  top: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2_1 p {
  font-weight: 400;
  font-size: var(--size18);
  line-height: 1.611112;
  color: var(--black);
  margin-top: 2.5rem;
}

/* 자격명단 */
.s2_3 .list-alert  {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 1.625rem 0 0.875rem;
}
.s2_3 .list-alert p {
  font-weight: 400;
  font-size: var(--size14);
  line-height: 1.214286;
  color: var(--black06);
}
.s2_3 .list-alert h5 {
  font-family: Pretendard;
  font-weight: 500;
  font-size: var(--size14);
  line-height: 1.214286;
  color: var(--black);
}

/* 윤리강령 */
.s2_4 .page-title {
  font-weight: 600;
  font-size: var(--size30);
  line-height: 1.6;
  color: var(--mainColor);
}
.s2_4 .blue-text {
  font-weight: 500;
  font-size: var(--size18);
  line-height: 1.77778;
  color: var(--black);
  padding: 2.625rem 2.8125rem;
  background: #E9F3FF;
  margin-top: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.s2_4 .dl-wrap {
  margin-top: 3.75rem;
  display: flex;
  flex-flow: row wrap;
  gap: 5rem;
}
.s2_4 .dl-wrap dl {
  width: 100%;
  border-top: 1px solid #ccc;
}
.s2_4 .dl-wrap dt {
  padding: 10px;
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.611112;
  color: var(--black);
  border-bottom: 1px solid #ccc;
}
.s2_4 .dl-wrap dl dd {}
.s2_4 .dl-wrap dl dd ul {}
.s2_4 .dl-wrap dl dd ul li {
  margin-top: 2.5rem;
}
.s2_4 .dl-wrap dl dd ul li h4 {
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1.625;
  color: #375778;
}
.s2_4 .dl-wrap dl dd ul li p {
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.8125;
  color: var(--black);
}

/* 교육 및 사례발표 일정 뷰페이지 */
.s3 .page-title {
  font-weight: 600;
  font-size: var(--size30);
  line-height: 1.6;
  color: var(--mainColor);
}
.s3 .view_wrap h3 {
  /* padding: 200px; */
  padding-bottom: 1.25rem;
  color: var(--black);
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  font-size: var(--size24);
  font-weight: 700;
  text-align: left;
}
.s3 .view_wrap .info-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 1.875rem;
  margin: 1.875rem auto;
}
.s3 .view_wrap .info-box {
  width: 100%;
}
.s3 .view_wrap .info-box h4 {
  color: var(--mainColor);
  font-size: var(--size20);
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.s3 .view_wrap .info-box p {
  font-size: var(--size16);
  line-height: 1.625;
  color: var(--black);
}
.s3 .view_wrap .button-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
.s3 .view_wrap .button-wrap a {
  width: 16.25rem;
  height: 4.375rem;
  border-radius: 60px;
  background: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--size20);
  line-height: 1;
  letter-spacing: 0;
  color: var(--white);
}
.s3 .view_wrap .button-wrap a.gray {
  background-color: #949494;;
}

/* 원서접수 */
.s4_1 .page-title {
  font-weight: 600;
  font-size: var(--size30);
  line-height: 1.6;
  color: var(--mainColor);
}
.s4_1 .apply-start-box01 h4 {
  font-weight: 700;
  font-size: var(--size24);
  line-height: 1.583334;
  text-align: center;
  color: #375778;
}
.s4_1 .apply-start-box01 .img-wrap {
  gap: 9px;
  align-items: flex-start;
  margin-top: 1.875rem;
}
.s4_1 .apply-start-box01 .content-box {
  
}
.s4_1 .apply-start-box01 .content-box .img-box {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: no-repeat center center;
  background-size: contain;
}
.s4_1 .apply-start-box01 .content-box .img-box::after {
  content: "";
  display: block;
  width: 88.462%;
  height: 88.462%;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 8px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.s4_1 .apply-start-box01 .content-box .img-box img {
  max-width: 90%;
}
.s4_1 .apply-start-box01 .content-box h5 {
  font-weight: 500;
  font-size: var(--size14px);
  line-height: 1.571429;
  text-align: center;
  margin-top: 12px;
}
.s4_1 .apply-start-box01 .content-box p {
  font-weight: 500;
  font-size: var(--size16);
  line-height: 1.625;
  text-align: center;
  color: var(--black);
  margin-top: 4px;
}
.s4_1 .apply-start-box01 .content-box01 h5 {color: #8DBAED;}
.s4_1 .apply-start-box01 .content-box01 .img-box {
  background-image: url(/img/sub/s4_1_dot01.png);
}
.s4_1 .apply-start-box01 .content-box01 .img-box::after {
  border-color: #8DBAED;
}
.s4_1 .apply-start-box01 .content-box02 h5 {color: #517FA2;}
.s4_1 .apply-start-box01 .content-box02 .img-box {
  background-image: url(/img/sub/s4_1_dot02.png);
}
.s4_1 .apply-start-box01 .content-box02 .img-box::after {
  border-color: #3E80CA;
}
.s4_1 .apply-start-box01 .content-box03 h5 {color: #2B3859;}
.s4_1 .apply-start-box01 .content-box03 .img-box {
  background-image: url(/img/sub/s4_1_dot03.png);
}
.s4_1 .apply-start-box01 .content-box03 .img-box::after {
  border-color: #517FA2;
}
.s4_1 .apply-start-box01 .content-box04 h5 {color: #375778;}
.s4_1 .apply-start-box01 .content-box04 .img-box {
  background-image: url(/img/sub/s4_1_dot04.png);
}
.s4_1 .apply-start-box01 .content-box04 .img-box::after {
  border-color: #375778;
}
.s4_1 .apply-start-box01 .content-box05 h5 {color: #2B3859;}
.s4_1 .apply-start-box01 .content-box05 .img-box {
  background-image: url(/img/sub/s4_1_dot05.png);
}
.s4_1 .apply-start-box01 .content-box05 .img-box::after {
  border-color: #2B3859;
}
.s4_1 .apply-start-box01 .content-box06 h5 {color: #10175B;}
.s4_1 .apply-start-box01 .content-box06 .img-box {
  background-image: url(/img/sub/s4_1_dot06.png);
}
.s4_1 .apply-start-box01 .content-box06 .img-box::after {
  border-color: #10175B;
}
.s4_1 .apply-start-box01 .dot-box {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  align-items: center;
  margin-top: 3.875rem;
}
.s4_1 .apply-start-box01 .dot-box img {
  width: 34px;
}
.s4_1 .apply-start-box01 .dot-box .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s4_1 .apply-start-box02 h4,
.s4_1 .apply-start-box03 h4 {
  font-weight: 600;
  font-size: var(--size18);
  line-height: 1.6112;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.s4_1 .apply-start-box03 ul {
  margin-top: 1.25rem;
  gap: 2.5rem;
}
.s4_1 .apply-start-box03 ul li {
  width: calc(50% - 1.25rem);
  border-radius: 30px;
  border: 1px solid;
  padding: 2.8125rem 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.s4_1 .apply-start-box03 ul li .img-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 80%;
  width: auto;
  height: 56px;
}
.s4_1 .apply-start-box03 ul li .img-box img {
  max-width: 100%;
}
.s4_1 .apply-start-box03 ul li h5 {
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1.6;
  color: var(--black);
  text-align: center;
  margin-top: 1.375rem;
}
.s4_1 .apply-start-box03 ul li a {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2.5rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: var(--size16);
  line-height: 1;
  text-align: center;
  color: var(--white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.s4_1 .apply-start-box03 ul li:nth-child(1) {border-color: #517FA2;}
.s4_1 .apply-start-box03 ul li:nth-child(1) .img-box {
  padding-top: 3px;
}
.s4_1 .apply-start-box03 ul li:nth-child(1) a {background: #517FA2;}
.s4_1 .apply-start-box03 ul li:nth-child(2) {border-color: #2B3859;}
.s4_1 .apply-start-box03 ul li:nth-child(2) a {background: #2B3859;}

.s4_2 .table-wrap table td.complet {
  color: var(--mainColor);
} 
.s4_2 .table-wrap table td.accept {
  color: var(--subColor);
} 
.s4_2 .table-wrap table td.gray {
  color: var(--gray06);
}
.s4_2 .table-wrap table td a {
  width: 90%;
  max-width: 75px;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: var(--size15);
  line-height: 1;
  text-align: center;
  color: var(--white);
  background-color: var(--mainColor);
  margin: 0 auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.s4_2 .table-wrap table td a.deleteBtn {
  background-color: var(--gray06);
}
.s4_2 .table-wrap table td a.completBtn {
  border: 1px solid var(--gray06);
  background-color: var(--white);
  color: var(--black);
}
.s1_3 .table-wrap table tbody tr:hover,
.s2_3 .table-wrap table tbody tr:hover {
  background-color: #E9F3FF;
} 

/* 사이트맵 */
.sitemap-wrap {
  gap: 4.375rem;
}
.sitemap-box {
  width: calc(33.33334% - 2.916666rem);
}
.sitemap-box h4 {
  font-weight: 600;
  font-size: var(--size20);
  line-height: 1.2;
  text-align: center;
  color: var(--black);
  width:100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #CCCCCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sitemap-box ul {
  margin-top: 1.5625rem;
}
.sitemap-box ul li {
  text-align: center;
  padding: 10px 0;
}
.sitemap-box ul li a {
  font-weight: 400;
  font-size: var(--size16);
  line-height: 1.5625;
  text-align: center;
  display: inline;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: var(--black);
}
.sitemap-box ul li a:hover {
  color: #375778;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px
}

/* 마이페이지 갱신 */
/* 윤리강령 */
.s0_6 .page-title {
  font-weight: 600;
  font-size: var(--size30);
  line-height: 1.6;
  color: var(--mainColor);
}