.sec1 {width: 100%; height: auto; padding: 120px 0; box-sizing: border-box; background: var(--wt_f2);}
.sec_notice_list {width: 100%; height: auto; margin-top: 60px; background: var(--wt_f2);}
.sec_notice_list ul {display: flex; align-items: center; flex-wrap: wrap; margin: 0 -20px;}
.sec_notice_list ul li {width: calc(100% / 3); padding: 0 20px; box-sizing: border-box;}
.sec_notice_list ul li .child-box {display: flex; flex-flow: column; gap: 20px;}
.sec_notice_list ul li .child-box .img-box {width: 100%; height: auto; aspect-ratio: 400/292; overflow: hidden;}
.sec_notice_list ul li .child-box .img-box img {width: 100%; height: 100%; object-fit: cover; transition: all .3s;}
.sec_notice_list ul li:hover .child-box .img-box img {transform: scale(1.2);}

.sec_notice_list ul li .child-box .txt-box {}
.sec_notice_list ul li .child-box .txt-box .tit {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-bottom: 20px; font-size: 22px; font-weight: 600; line-height: 1.2; letter-spacing: -0.88px; color: var(--black_3);}
.sec_notice_list ul li .child-box .txt-box .sub {font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.72px; color: var(--gray_6); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

/* rolling-box */
.rolling-box {width: 100%; height: auto; padding: 70px 0; box-sizing: border-box; background: var(--wt);}
.rolling-box .container {display: flex; align-items: center; gap: 134px;}
.rolling-box .r_tit {font-size: 22px; font-weight: 600; line-height: 2; letter-spacing: -0.22px; color: var(--black_3); white-space: nowrap;}

.rolling-box .rolling-banner {display: flex; align-items: center; gap: 33px; max-width: 1076px; width: 100%; overflow: hidden;}
.rolling-box .rolling-banner ul {animation: roll 10s linear infinite; display: flex; align-items: center; gap: 33px;}
/* 롤링 애니메이션 정의 */
@keyframes roll {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-100%);
 }
}
.rolling-box .rolling-banner ul li {width: auto; height: auto;}
.rolling-box .rolling-banner ul li .img-box {width: auto; height: 41px;}
.rolling-box .rolling-banner ul li .img-box img {width: auto; height: 100%;}

/* form-sec */
.form-sec {width: 100%; height: auto; margin-top: 220px; margin-bottom: 307px;}
.form-sec.form-sec2 {margin-top: 0;}

.form-sec .form-area {width: 100%; height: auto; margin-top: 60px; padding: 40px 30px; box-sizing: border-box; border-top: 2px solid var(--black_3); border-bottom: 1.3px solid var(--gray_c9);}
.form-sec .form-area2 {display: none; width: 100%; height: auto; padding: 40px 30px; box-sizing: border-box; border-top: 0; border-bottom: 1.3px solid var(--gray_c9);}
.form-sec .form-area2.gp {display: block !important;}
.form-sec .form-area2.imp_wp {display: block !important;}

.input-box {display: flex; align-items: center; gap: 10px; margin-bottom: 40px;}
.input-box2 {flex-flow: column; align-items: flex-start; justify-content: start;}
.input-box2.or {display: none;}
.input-box2.or.off {display: none !important;}
.input-box.or {display: none;}
.input_toggle {width: 100%; height: auto; padding: 30px; box-sizing: border-box; border: 1px solid var(--gray_d9);}
.input_toggle .input-box {margin-bottom: 20px;}
.input-box.a_center {align-items: flex-start;}
.input-box.a_center .tit {padding-top: 10px;}
.input-box:last-of-type {margin-bottom: 0;}
.input-box .d-flex {display: flex; align-items: center; gap: 10px; width: 100%;}
.input-box .tit {min-width: 140px; width: 140px; height: auto; font-size: 18px; font-weight: 500; line-height: 1; letter-spacing: 0.1px; color: var(--black_3);}
.input-box .tit i {color: var(--red); font-style: unset;}
.input-box select {width: 100%; height: 50px; padding: 0 20px; box-sizing: border-box; border: 1px solid var(--gray_d9); appearance: none; background: url(./../img/select_icon.png)no-repeat calc(100% - 20px) 50%; background-size: 9px 5px; font-size: 16px; font-weight: 400; line-height: 1; color: var(--gray_6);}
.input-box input {width: 100%; height: 50px; padding: 0 20px; box-sizing: border-box; border: 1px solid var(--gray_d9); font-size: 16px; font-weight: 400; line-height: 1; color: var(--gray_6);}
.input-box input::placeholder {color: var(--gray_c9);}
.input-box textarea {width: 100%; height: auto; aspect-ratio: 1070/150; padding: 20px; box-sizing: border-box; border: 1px solid var(--gray_d9); font-size: 16px; font-weight: 400; line-height: 1; color: var(--gray_6); resize: none;}
.input-box textarea.big {aspect-ratio: 1070/360;}
.input-box textarea::placeholder {color: var(--gray_c9);}
.input-box .address_btn {display: flex; align-items: center; justify-content: center; min-width: 140px; width: 140px; height: 50px; background: var(--gray_db); font-size: 16px; font-weight: 400; line-height: 1; letter-spacing: -0.1px; color: var(--black_3);}

.input-box .radio_box {display: flex; align-items: center; gap: 20px;}
.input-box .radio_box input[type="radio"] {display: none;}
.input-box .radio_box label {display: flex; align-items: center; gap: 7px; font-size: 16px; font-weight: 400; line-height: 1; color: var(--gray_6);}
.input-box .radio_box label:before {content: ''; display: block; width: 16px; height: auto; aspect-ratio: 1; background: url(./../img/radio_off.png)no-repeat 50% 50%; background-size: cover;}
.input-box .radio_box input[type="radio"]:checked + label:before {content: ''; display: block; width: 16px; height: auto; aspect-ratio: 1; background: url(./../img/radio_on.png)no-repeat 50% 50%; background-size: cover;}

.input-box .ckd-box {display: flex; align-items: center; gap: 20px; margin-top: 22px;}
.input-box .ckd-box .d-block:not(:last-of-type) {margin-bottom: 20px;}
.input-box .ckd-box input[type="checkbox"] {display: none;}
.input-box .ckd-box label {display: flex; align-items: center; gap: 7px; font-size: 18px; font-weight: 400; line-height: 1; letter-spacing: 0.1px; color: var(--black_3);}
.input-box .ckd-box label:before {content: ''; display: block; width: 18px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_off.png)no-repeat 50% 50%; background-size: cover;}
.input-box .ckd-box input[type="checkbox"]:checked + label:before {content: ''; display: block; width: 18px; height: auto; aspect-ratio: 1; background: url(./../img/ckd_on.png)no-repeat 50% 50%; background-size: cover;}

/* id_pw_join_link */
.id_pw_join_link {display: flex; flex-flow: column; gap: 10px; margin-top: 20px;}
.id_pw_join_link a {font-size: 18px; font-weight: 400; line-height: 1; letter-spacing: 0.1px; color: var(--black_3); text-decoration: underline;}

/* form_btn */
.form_btn {margin-top: 60px; text-align: center;}
.form_btn .submit-btn {display: flex; align-items: center; justify-content: center; width: 200px; height: 60px; margin: 0 auto; background: var(--pr); font-size: 20px; font-weight: bold; line-height: 1.4; letter-spacing: -0.4px; color: var(--wt);}

/* about_sec */
.about_sec {width: 100%; height: auto; margin-top: 100px;}

/* tab_btn */
.tab_btn {position: relative; width: 100%; height: auto; margin-top: -220px; margin-bottom: 160px; z-index: 2;}
.tab_btn ul {display: flex; align-items: center; justify-content: space-between;}
.tab_btn ul li {width: 100%;}
.tab_btn ul li a {display: flex; align-items: flex-start; justify-content: center; width: 100%; height: 61px; border-bottom: 1px solid var(--gray_ac); font-size: 24px; font-weight: 600; line-height: 1.3; letter-spacing: -0.48px; color: var(--gray_ac);}
.tab_btn ul li.active a {border-color: var(--pr); color: var(--pr);}

/* tab_btn2 */
.tab_btn2 {width: 100%; height: auto; margin-bottom: 120px;}
.tab_btn2_2 {margin-top: 120px;}
.tab_btn2 ul {display: flex; align-items: center; justify-content: center; gap: 25px;}
.tab_btn2 ul li {width: 100%;}
.tab_btn2 ul li .child-box {display: flex; align-items: center; justify-content: center; flex-flow: column; gap: 7px; width: 100%; height: 200px; border: 1px solid var(--gray_c9);}
.tab_btn2 ul li .child-box .icon {width: auto; height: 76px;}
.tab_btn2 ul li .child-box .icon img {width: auto; height: 100%;}
.tab_btn2 ul li .child-box .program1 {width: 56px; background: url(./../img/tab_icon1.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li .child-box .program2 {width: 74px; background: url(./../img/tab_icon2.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li .child-box .program3 {width: 61px; background: url(./../img/tab_icon3.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li .child-box .program4 {width: 76px; background: url(./../img/tab_icon4.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li.active .child-box .program1 {background: url(./../img/tab_icon1_on.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li.active .child-box .program2 {background: url(./../img/tab_icon2_on.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li.active .child-box .program3 {background: url(./../img/tab_icon3_on.png)no-repeat 50% 50%; background-size: cover;}
.tab_btn2 ul li.active .child-box .program4 {background: url(./../img/tab_icon4_on.png)no-repeat 50% 50%; background-size: cover;}

.tab_btn2 ul li .child-box .tit {font-size: 18px; font-weight: 400; line-height: 1.2; letter-spacing: -0.36px; color: var(--gray_c9);}
.tab_btn2 ul li.active .child-box .tit {color: var(--pr); font-weight: bold;}

/* about-content */
.about-content {display: flex; align-items: flex-start; gap: 96px; width: 100%; height: auto; margin-top: 60px; margin-bottom: 120px;}
.about-content .tit {margin-bottom: 40px; font-size: 40px; font-weight: 400; line-height: 1.3; letter-spacing: -0.8px; color: var(--black_3);}
.about-content .tit b {}
.about-content .txt {font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.36px; color: var(--gray_6);}
.about-content .name {margin-top: 19px; font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.36px; color: var(--black_3);}
.about-content .name b {}

.about-content .img-box {width: 545px; height: auto;}
.about-content .img-box img {width: 100%; height: auto;}

/* about-content2 */
.about-content2 {width: 100%; height: auto; margin-top: 60px; margin-bottom: 120px;}
.about-content2 .img-box {margin-bottom: 60px; width: 100%; height: auto;}
.about-content2 .img-box img {width: 100%; height: auto;}

.about-content2 .small_tit {margin-bottom: 60px;}
.about-content2 .small_tit .tit {margin-bottom: 20px; font-size: 26px; font-weight: bold; line-height: 1.5; letter-spacing: -0.26px; color: var(--black_3);}
.about-content2 .small_tit .sub {font-size: 18px; font-weight: 400; line-height: 1.4; letter-spacing: -0.18px; color: var(--gray_6);}

.about-content2 .img-box2 {width: 900px; height: auto; margin: 0 auto;}
.about-content2 .img-box2 img {width: 100%; height: auto;}

/* history-content */
.history-content {position: relative; display: flex; align-items: flex-start; gap: 113px; width: 100%; height: auto; margin-top: 60px; padding-bottom: 120px;}
.history-content .img-box {position: sticky; top: 100px; width: 100%; height: auto;}
.history-content .img-box ul {display: flex; flex-flow: column; gap: 60px;}
.history-content .img-box ul li {width: 100%; height: auto;}
.history-content .img-box ul li img {width: 100%; height: auto;}

.history-content .txt-img {min-width: 567px; width: 567px; height: auto;}
.history-content .txt-img img {width: 100%; height: auto;}

/* organization_chart */
.about_sec2 {width: 100%; height: auto; padding: 120px 0; background: var(--wt_f2);}
.organization_chart {margin-top: 60px;}

/* directors_sec */
.directors_sec {width: 100%; height: auto; padding: 120px 0;}
.small_tit2 {padding-bottom: 29px; margin-bottom: 30px; border-bottom: 1px solid var(--black_3);}
.small_tit2 .tit {font-size: 26px; font-weight: bold; line-height: 1.3; letter-spacing: -0.52px; color: var(--black_3);}

.directors_sec .directors-list {width: 100%; height: auto;}
.directors_sec .directors-list ul {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 57px 0;}
.directors_sec .directors-list ul li {width: calc(100% / 2); box-sizing: border-box;}
.directors_sec .directors-list ul li .child-box {display: flex; align-items: center; gap: 44px; width: 100%; height: auto;}
.directors_sec .directors-list ul li .child-box .img-box {width: 200px; height: auto; aspect-ratio: 1;}
.directors_sec .directors-list ul li .child-box .img-box img {width: 100%; height: 100%; object-fit: cover; object-position: top;}

.directors_sec .directors-list ul li .child-box .txt-box {}
.directors_sec .directors-list ul li .child-box .txt-box .sub {margin-bottom: 7px; font-size: 16px; font-weight: bold; line-height: 1.3; letter-spacing: -0.32px; color: var(--pr);}
.directors_sec .directors-list ul li .child-box .txt-box .name {margin-bottom: 20px; font-size: 22px; font-weight: bold; line-height: 1.3; letter-spacing: -0.44px; color: var(--black_3);}
.directors_sec .directors-list ul li .child-box .txt-box .txt {font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.36px; color: var(--gray_6);}

/* table-area */
.table_sec {padding-bottom: 120px;}
.table_sec .small_tit2 {padding-bottom: 0; border: none;}
.table-area {width: 100%; height: auto;}
.table-area ul {display: flex; align-items: center; height: auto; border-top: 1px solid var(--black_3); border-bottom: 1px solid var(--gray_c1);}
.table-area ul .th {min-width: 300px; width: 300px; height: auto;}
.table-area ul .th p {display: flex; align-items: center; justify-content: center; width: 100%; height: auto; padding: 18px 0; box-sizing: border-box; background: var(--wt_f2); box-sizing: border-box; font-size: 18px; font-weight: 500; line-height: 1.3; letter-spacing: -0.36px; color: var(--black_3);}
.table-area ul .td {width: 100%; height: auto;}
.table-area ul .td p {display: flex; align-items: center; width: 100%; height: auto; padding: 18px 0; box-sizing: border-box; padding: 0 83px; font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.36px; color: var(--gray_6);}

/* join_member_ac */
.join_member_ac {padding: 60px 0 120px;}
.join_member_ac .img-box {width: 100%; height: auto; margin-bottom: 120px;}
.join_member_ac .img-box img {width: 100%; height: auto;}

.join_member_ac .small-tit {margin-bottom: 57px;}
.join_member_ac .small-tit .tit {font-size: 26px; font-weight: bold; line-height: 1; color: var(--black_3);}

.join_member_ac .join_member_ac-list {width: 100%; height: auto;}
.join_member_ac .join_member_ac-list ul {display: flex; align-items: center; justify-content: center; gap: 65px;}
.join_member_ac .join_member_ac-list ul li {width: 100%; height: auto;}
.join_member_ac .join_member_ac-list ul li .img-box {width: 100%; height: auto;}
.join_member_ac .join_member_ac-list ul li .img-box img {width: 100%; height: auto;}

section .link_btn {display: flex; align-items: center; justify-content: center; width: 200px; height: 60px; margin: 0 auto; background: var(--pr); font-size: 20px; font-weight: bold; line-height: 1.4; letter-spacing: -0.4px; color: var(--wt);}

/* notice-area */
.notice_sec {padding: 100px 0;}
.notice-area {padding-bottom: 120px;}
.notice-area .d-flex {display: flex; align-items: center; justify-content: space-between; margin-top: 52px;}
.notice-area .search-box {position: relative; max-width: 400px; width: 100%; height: 56px; border: 1px solid var(--gray_c1);}
.notice-area .search-box input {width: 100%; height: 100%; padding: 0 22px; box-sizing: border-box; font-size: 16px; font-weight: 400; line-height: 1.4; color: var(--black_3);}
.notice-area .search-box input::placeholder {color: var(--gray_6);}
.notice-area .search-box .search_btn {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 19px; height: auto;}
.notice-area .search-box .search_btn img {width: 100%; height: auto;}

.notice-area .wt_btn {display: flex; align-items: center; justify-content: center; width: 120px; height: 56px; background: var(--wt_f2); font-size: 18px; font-weight: bold; line-height: 1.5; letter-spacing: -0.36px; color: var(--black_3);}

/* notice-list */
.notice-list {width: 100%; height: auto; margin-top: 30px;}
.notice-list ul {display: flex; align-items: flex-start; gap: 20px 0; flex-wrap: wrap; margin: 0 -13.5px;}
.notice-list ul li {width: calc(100% / 4); height: auto; padding: 0 13.5px; box-sizing: border-box;}
.notice-list ul li .child-box {display: block; width: 100%; height: auto;}
.notice-list ul li .child-box .img-box {width: 100%; height: auto; aspect-ratio: 1; margin-bottom: 16px; overflow: hidden;}
.notice-list ul li .child-box .img-box img {width: 100%; height: 100%; object-fit: cover; transition: all .3s;}
.notice-list ul li:hover .child-box .img-box img {transform: scale(1.2);}

.notice-list ul li .child-box .txt-box {width: 100%; height: auto; margin-bottom: 16px;}
.notice-list ul li .child-box .txt-box .tit {margin-bottom: 10px; font-size: 20px; font-weight: bold; line-height: 1.4; letter-spacing: -0.4px; color: var(--black_3); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.notice-list ul li .child-box .txt-box .sub {margin-bottom: 29px; font-size: 16px; font-weight: 400; line-height: 1.4; letter-spacing: -0.32px; color: var(--gray_6); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.notice-list ul li .child-box .txt-box .date {font-size: 16px; font-weight: 500; line-height: 1.4; letter-spacing: -0.32px; color: var(--gray_6);}

/* view-area */
.view-area {width: 100%; height: auto;}
.view-area .view-top {width: 100%; height: auto; border-top: 1px solid var(--black_3); border-bottom: 1px solid var(--gray_c9);}
.view-area .view-top .tit {padding: 20px 30px; box-sizing: border-box; background: var(--wt_f4); font-size: 18px; font-weight: bold; line-height: 1.5; letter-spacing: -0.36px; color: var(--gray_6);}
.view-area .view-top .date_name {display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; box-sizing: border-box; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: -0.32px; color: var(--gray_6);}
.view-area .view-top .date_name .name {}
.view-area .view-top .date_name .date {}

.view-area .view_ct {padding: 60px 0 85px; text-align: center;}

.detail-area p {font-size: 18px; font-weight: 400; line-height: 1.44; letter-spacing: -0.36px; color: var(--gray_6);}
.detail-area p span{font-size: 18px; font-weight: 400; line-height: 1.44; letter-spacing: -0.36px; color: var(--gray_6);}
.detail-area span{font-size: 18px; font-weight: 400; line-height: 1.44; letter-spacing: -0.36px; color: var(--gray_6);}
.detail-area h2 {font-size: 30px; font-weight: 600; line-height: 1.6; letter-spacing: -0.32px; color: #000; margin: 10px 0 5px;}
.detail-area h3 {font-size: 24px; font-weight: 600; line-height: 1.6; letter-spacing: -0.32px; color: #000; margin: 10px 0 5px;}
.detail-area h4 {font-size: 22px; font-weight: 600; line-height: 1.6; letter-spacing: -0.32px; color: #000; margin: 10px 0 5px;}
.detail-area h2 span {font-size: 30px; font-weight: 600; line-height: 1.6; letter-spacing: -0.32px; color: #000;}
.detail-area h3 span {font-size: 24px; font-weight: 600; line-height: 1.6; letter-spacing: -0.32px; color: #000;}
.detail-area h4 span {font-size: 22px; font-weight: 600; line-height: 1.6; letter-spacing: -0.32px; color: #000;}

.detail-area img {width: auto; height: auto; max-width: 100%; margin: 20px 0;}
.detail-area figure {width: auto; height: auto; margin: 20px 0;}

.detail-area .text-huge {font-size: 1.8em;}
.detail-area .text-big {font-size: 1.4em;}
.detail-area .text-small {font-size: .85em;}
.detail-area .text-tiny {font-size: .7em;}

.detail-area a {font-weight: 600; text-decoration: underline;}
.detail-area a span{font-weight: 600; text-decoration: underline;}
.detail-area a p{font-weight: 600; text-decoration: underline;}

.view-area .list_btn {display: flex; align-items: center; justify-content: flex-end; gap: 20px;}
.view-area .list_btn a {display: flex; align-items: center; justify-content: center; width: 111px; height: 47px; background: var(--pr); font-size: 18px; font-weight: bold; line-height: 1.5; letter-spacing: -0.36px; color: var(--wt);}

.view-area .prev_next_detail {width: 100%; height: auto; margin-top: 22px;;}
.view-area .prev_next_detail ul {}
.view-area .prev_next_detail ul li {}
.view-area .prev_next_detail ul li a {display: flex; align-items: center; gap: 36px; width: 100%; height: 55px; padding: 0 20px; box-sizing: border-box; border-top: 1px solid var(--gray_c9); border-bottom: 1px solid var(--gray_c9);}
.view-area .prev_next_detail ul li a .btn_txt {display: flex; align-items: center; gap: 10px; white-space: nowrap;}
.view-area .prev_next_detail ul li a .btn_txt img {width: 10px; height: auto;}
.view-area .prev_next_detail ul li a .btn_txt p {font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -0.32px;}

.view-area .prev_next_detail ul li a .tit {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: -0.32px; color: var(--gray_6);}

/* education-ct */
.edu_sec {padding-top: 100px;}
.education-ct {display: flex; flex-flow: column; gap: 60px; width: 100%; height: auto; padding: 120px 0;}
.education-ct:nth-child(2) {padding-top: 60px;}
.education-ct .txt-box {}
.education-ct .txt-box .tit {font-size: 26px; font-weight: bold; line-height: 1.5; letter-spacing: -0.26px; color: var(--pr);}
.education-ct .txt-box .txt {margin-top: 20px; font-size: 18px; font-weight: 400; line-height: 1.8; letter-spacing: -0.18px; color: var(--gray_6);}
.education-ct .txt-box dl {display: flex; gap: 4px;}
.education-ct .txt-box dl dt {font-size: 18px; font-weight: 400; line-height: 1.8; letter-spacing: -0.18px; color: var(--gray_6);}
.education-ct .txt-box dl dd {font-size: 18px; font-weight: 400; line-height: 1.8; letter-spacing: -0.18px; color: var(--gray_6);}
.education-ct .txt-box .txt b {}
.education-ct .txt-box .txt a {text-decoration: underline; font-size: 18px; font-weight: 400; line-height: 1.8; letter-spacing: -0.18px; color: var(--gray_6);}
.education-ct .txt-box .txt .span1 {font-weight: 600;}
.education-ct .txt-box .txt .span2 {padding-left: 8px;}

.education-ct .img-box {margin-top: 40px;}
.education-ct .img-box2 {margin-top: 20px;}
.education-ct .img-box3 {width: auto; height: auto;}
.education-ct .img-box3 img {width: auto; height: auto;}
.education-ct .img-box ul {display: flex; align-items: center; justify-content: center; gap: 25px;}
.education-ct .img-box ul li {width: 100%; height: auto;}
.education-ct .img-box ul li img {width: 100%; height: auto;}

/* table_area */
.table_area {table-layout: fixed; width: 100%; height: auto; border-top: 1px solid var(--black_3);}
.table_area th {width: 100%; height: 51px; vertical-align: middle; font-size: 18px; font-weight: 500; line-height: 1.2; letter-spacing: -0.36px; color: var(--black_3);}
.table_area tr {border-bottom: 1px solid var(--gray_c9);}
.table_area th:first-child {min-width: 109px; width: 109px;}
.table_area th:nth-child(3) {min-width: 109px; width: 109px;}
.table_area th:nth-child(4) {min-width: 229px; width: 229px;}
.table_area td {height: 71px; vertical-align: middle; text-align: center; font-size: 18px; font-weight: 400; line-height: 1.2; letter-spacing: -0.36px; color: var(--black_3);}
.table_area td:nth-child(2) {text-align: left;}

/* ck */
.ck.ck-editor {width: 88% !important;}
.ck-editor__top {height: 100% !important;}
.ck-content {height: 360px !important;}


/* completed_sec_box */
.completed_sec {padding: 220px 0 280px;}
.completed_sec_box {width: 100%; height: auto; padding: 64px 64px 60px; box-sizing: border-box; border: 1px solid var(--gray_c1);}
.completed_sec_box .tit {margin-bottom: 40px; font-size: 26px; font-weight: bold; line-height: 1.3; color: var(--black_3);}
.completed_sec_box .sub {margin-bottom: 20px; font-size: 18px; font-weight: 400; line-height: 1.3; color: var(--gray_6);}
.completed_sec_box .ckd_txt {margin-bottom: 20px; font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--pr);}
.completed_sec_box .ckd_txt span {color: var(--black_3);}
.completed_sec_box .link {margin-bottom: 20px; font-size: 18px; font-weight: 400; line-height: 1; color: var(--gray_6);}
.completed_sec_box .link a {color: var(--pr); text-decoration: underline;}
.completed_sec_box .last {font-size: 18px; font-weight: 400; line-height: 1.3; color: var(--gray_6);}

/* completed_btn */
.completed_btn {display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 60px;}
.completed_btn .btn {display: flex; align-items: center; justify-content: center; width: 200px; height: 60px; background: var(--pr); font-size: 20px; font-weight: bold; line-height: 1.4; letter-spacing: -0.4px; color: var(--wt); border: 1px solid var(--pr); box-sizing: border-box;}
.completed_btn button {}
.completed_btn a.btn {background: var(--wt); color: var(--pr); font-weight: bold;}

.banner_list ul li {cursor: pointer;}
.sec_notice_list ul li {cursor: pointer;}
button {cursor: pointer;}
.notice-list .table_area tr {cursor: pointer;}
.tab_btn2 ul li {cursor: pointer;}
.tab_btn ul li {cursor: pointer;}