#wrap {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

#content {
    overflow: unset;
}

#content-page {
    width: 100%;
    max-width: 1240px;
    padding: 50px 20px 80px;
    margin: 0 auto;
    overflow: unset;
}

.common-tit .line {
    font-weight: 700;
}

.common-tab li{
    height: 50px;
}
.common-tab li a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

@media screen and (min-width: 1201px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1023px) {

    .table-scroll,
    .con22_list {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .table-scroll>table,
    .con22_list>table {
        min-width: 780px;
    }
}

@media screen and (max-width: 767px) {
    #content-page {
        padding: 50px 20px 50px;
    }

    #content {
        min-height: 0;
        padding-top: 30px;
    }

    #locations .s-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    #locations .navigation {
        position: static;
        float: unset;
        margin-bottom: 8px;
    }

    #locations .common-tit {
        float: unset;
    }

    .common-tit .line {
        font-size: 28px;
    }

    .tabList:not(#contents:has(.mainSection) .tabList),
    .common-tab:not(#contents:has(.mainSection)) {
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
    }

    .tabList:not(#contents:has(.mainSection) .tabList)>li,
    .common-tab:not(#contents:has(.mainSection))>li {
        flex: 1 1 auto;
    }

    .tabList:not(#contents:has(.mainSection) .tabList) li a,
    .common-tab:not(#contents:has(.mainSection)) li a {
        height: 44px;
        /*line-height: 44px;*/
        white-space: nowrap;
        padding: 0 8px;
    }
}

@media screen and (max-width: 500px) {}

/* 20250730 최유림 추가*/
.con22_header_c3in .con22_gnb > ul > li > h2 > a,
.con22_tit,
.con22_noti2 ul li span.fop1,
.con22_classboard_c,
.con22_classboard_c .desc22 .desc22_c span,
.con22_classboard3_c1 ul li.tit22,
.con22_classboard3_c1 ul li.tit22 span,
.con22_classlist3_c1 .con1_2 ul li.desc span.fop3,
.con22_classboard3_c2,
.con22_classboard3_c2 .desc22 .desc22_c a,
.con22_calender2 ul li,
.con22_classlist3_c2,
.con22_classlist3_c1 .con1_2 ul li.htit a,
.con22_classlist3_c1 .con1_2 ul li.desc {
    font-family: "Pretendard", sans-serif !important;
    letter-spacing: inherit !important;
}

.smPc {
    display: block !important;
}

.common-tab3.smPc {
    display: flex !important;
}
.common-tab.smPc {
    display: table  !important;
}

.smMo {
    display: none !important;
}

.textDeco {
    text-decoration: underline;
}

button.textDeco {
    padding: 4px;
    max-width: 100%;
}

@media screen and (max-width: 1023px) {
    .common-tab3.smPc,
    .common-tab.smPc,
    .smPc {
        display: none !important;
    }

    .smMo {
        display: block !important;
    }

    button.textDeco {
        color: var(--primary-base);
        font-weight: 700;
    }
}

.common-tab3 {
    display: flex;
    margin-bottom: 30px;
}

.common-tab3 li {
    flex: 1 1 100%;
}

.con22_tab.tabList {
    display: flex;
}

.con22_tab.tabList li {
    flex: 1 1 auto;
}

.con22_tab.tabList li>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    line-height: 1.4;
}

.con22_tab.tabList li.active>a {
    color: #111111;
    font-size: 17px;
    background: #ffffff;
    border: 2px solid #111111;
    border-width: 2px 2px 0 2px;
}

.con22_tab2 .con2.bgop8 {
    margin-top: 40px;
}
.con22_tab2 .con2.bgop8 .con2_2 {
    padding: 25px 20px !important;
}
.con22_tab2 .con2 .con2_3 {
    display: flex;
    align-items: center;
    font-size: 0;
    gap: 10px 8px;
    flex-wrap: wrap;
}
.con22_tab2 .con2 .con2_3 em {
    height: auto;
}
.con22_tab2 .con2 .con2_3 span {
    margin: 0;
}
.depth3-tab-mo {
    margin: 30px 0;
}

/* 서브 검색영역 */
.con22_search,
.con22_search.mop3 {
    padding: 30px 40px;
    background: #fff;
    background-color: #fff;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0px 10px #00000015;
}

.searchGroup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 54px;
}

.searchGroup + .searchGroup {
    margin-top: 20px;
}

.searchGroup.center {
    justify-content: center;
}

.searchGroup .w100 {
    width: 100%;
}

.con22_search ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 24px;
    overflow: unset;
}

.con22_search.left ul {
    justify-content: flex-start;
    margin: 0;
}

.con22_search ul li {
    float: unset;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.con22_search ul:has(li:only-child) {
    display: block;
}

.con22_search ul:has(li:only-child) .btn-search{
    margin: 0 auto;
}

.wop2.btn-select,
.con22_search ul li select {
    padding: 0 30px 0 17px;
    border: 1px solid var(--border-color-dark);
    height: 55px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    background-image: url(../image/select-bg-arrow-primary2.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
}

.con22_search ul li input {
    width: 100%;
    min-width: 385px;
    border: 1px solid var(--border-color-dark);
    padding: 0 17px;
    height: 55px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}

.con22_search.long ul{
    flex-wrap: wrap;
}
.con22_search.long ul li input{
    min-width: 0;
}
.con22_search.long ul li.mop1{
    flex-basis: 0;
    flex-grow: 1;
}
.con22_search.long ul li:not(.mop1){
    flex: 0 0 auto;
}

.con22_search ul li input.md {
    min-width: 174px;
}

.con22_search ul li a.link1.brop1 {
    width: 165px;
    height: 55px;
    background-color: #00367B;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchDateW p,
.searchTit {
    font-size: 17px;
    font-weight: 700;

}

.searchTit {
    min-width: 60px;
}

.searchDateW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
    max-width: 390px;
}

/* S:: 20250915 최유림 */
.searchDateW input {
    color: #333;
}

.searchDateW input::placeholder {
    color: var(--grey-base);
}

.con22_search ul li .searchDateW input.md {
    padding: 0 40px 0 16px;
    color: #333;
}

.con22_search ul li input#datepicker{
    padding-right: 42px;
}
.con22_search ul li:has(input#datepicker){
    position: relative;
}
.con22_search ul li:has(input#datepicker)>img{
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    display: block;
}

/* S:: 20250915 최유림 */

/* .con22_list_option2 .con22_1, */
.con22_list_option .con22_1 {
    padding: 6px 0 0 0;
    margin: 0 20px 0 0;
    float: left;
    overflow: hidden;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.01em;
    background-image: none;
}
.con22_list_option .con22_1,
.con22_list_option .con22_1 *{
    font-style: normal;
}

.con22_list_option2 .con22_1 span,
.con22_list_option .con22_1 span {
    color: var(--primary-base);
}

.con22_attach .con22_attach_c1 select{
    background-image: none;
}

@media screen and (max-width: 1439px) {
    .con22_search ul:has(select:nth-child(3)) {
        flex-wrap: wrap;
    }
    .con22_search ul:has(select:nth-child(3)) li.mop1  {
        flex: 1 1 auto;
    }
    .con22_search ul li:has(select:nth-child(3)) {
        flex: 1 1 100%;
        justify-content: center;
    }
    .con22_search ul li:has(select:nth-child(3)) select {
        width: calc(33.33% - 20px/3);
    }

}

@media screen and (max-width: 1023px) {
    .con22_search,
    .con22_search.mop3 {
        padding: 20px 30px;
    }

    .con22_search ul {
        justify-content: space-between;
    }

    .con22_search ul li:nth-child(2) {
        flex: 1 1 auto;
    }

    .con22_search ul li input {
        min-width: unset;
        width: 100%;
    }
    .searchGroup {
        gap: 6px 30px;
    }
    .con22_search ul {
        gap: 10px 20px;
    }
    .con22_search.long ul li:not(.mop1):has(select){
        flex: 1 1 calc((100% - 48px) / 3);
    }
    .con22_search.long ul li:not(.mop1):has(select) select{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .searchGroup,
    .con22_search {
        flex-direction: column;
        align-items: flex-start;
    }
    .con22_search ul {
        flex-direction: column;
        width: 100%;
    }

    .con22_search,
    .con22_search.mop3 {
        padding: 20px;
    }

    .wop2.btn-select,
    .con22_search ul li a.link1.brop1,
    .con22_search ul li select {
        height: 45px;
        font-size: 16px;
        margin: 0 auto;
    }

    .con22_write select.wop2,
    .con22_search ul li select  {
        width: 100%;
    }

    .con22_search ul li input {
        height: 45px;
    }

    .con22_search ul li {
        flex: 1 1 100%;
        width: 100%;
    }

    .searchDateW {
        max-width: 100%;
        width: 100%;
    }
    /* S:: 20250915 최유림 수정 */
    .searchDateW>input {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .con22_search ul li:has(select:nth-child(3)) select,
    .con22_search ul li a.link1.brop1 {
        width: 100%;
    }


    .con22_search ul li:has(select:nth-child(3)) {
        flex-direction: column;
    }

    .con22_search,
    .con22_search.mop3 {
        padding: 20px 16px;
    }
    
    .searchDateW {
        gap: 0 8px;
    }
    
    .con22_search ul li .searchDateW input.md {
        min-width: unset;
        padding: 0 30px 0 10px;
        background-size: 20px auto;
        background-position: right 10px center;
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 374px) {
    .searchDateW {
        flex-direction: column;
    }
    .con22_search ul li .searchDateW input.md {
        width: 100%;
    }
}

/* E:: 20250915 최유림 수정 */

/* 시설안내 모달 */
.modalFootBtnW.center {
    justify-content: center;
}

.con_modal .modal {
    padding: 0;
    height: 100% !important;
    overflow-y: hidden;
    background-color: transparent;
}

.con_modal .modal-slacker {
    width: 100% !important;
    max-width: 1240px;
    padding: 20px;
    height: auto;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: transparent;
}

.con_modal .pop-container {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 20px;
}

.con_modal .pop-tit {
    padding: 30px 30px 10px;
    position: relative;
    border: 0;
}

.pop-container .pop-tit p {
    float: unset;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-dark);
    padding-right: 44px;
}

.pop-container .btn-close>a {
    position: absolute;
    right: 30px;
    top: 24px;
    width: 34px;
    height: 34px;
    background-color: var(--primary-base);
    border-radius: 99px;
    background-image: url(../image/icon-close-white.svg);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-container .btn-close>a>img {
    display: none;
}

.pop-cont {
    margin: 0 !important;
    padding: 14px 30px 30px;
}

.pop-cont>img {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .pop-container .btn-close>a:hover {
        background-color: var(--primary-darken1);
    }
}
@media screen and (max-width: 767px) {
    .con_modal .pop-tit {
        padding: 30px 20px 0;
    }

    .pop-container .pop-tit p {
        padding-bottom: 12px;
        font-size: 18px;
    }

    .pop-container .btn-close>a {
        width: 32px;
        height: 32px;
        top: 16px;
        right: 20px;
    }

    .pop-cont {
        padding: 20px 20px 30px;
    }
}

/* 상단 안내 */
@media screen and (max-width: 767px) {
    .con22_noti.mop1 {
        padding: 40px 18px 14px 14px;
        background-position: top 12px center;
    }

    .con22_noti2.pop1,
    .con22_noti2 {
        padding: 90px 20px 20px;
        background-position: top 20px center;
    }

    .con22_address,
    .con22_address.bg22_1 {
        padding: 120px 0 20px;
        background-position: top 20px center;
    }
}

/* 글쓰기 폼 */
.con22_btn_center+.con22_search.mop3 {
    margin-top: 30px;
}

.list-faq dl dt .txt {
    word-break: break-word;
}

.con22_btn_center {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.con22_btn_center.taop1,
.con22_btn_right {
    justify-content: flex-end;
}
.con22_btn_center a {
    margin: 0;
}
.con22_btn_center>a,
.con22_btn_center>li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 55px;
    padding: 0 16px;
    border-radius: 10px;
    transition: all var(--transition);
    min-width: 167px;
}

.con22_write th {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    background-color: var(--grey-lighten4);
    padding: 18px 30px;
}

.con22_write td {
    padding: 20px 30px;
    height: 80px;
}
.con22_write td:has(select),
.con22_write td:has(input) {
    padding: 12px 30px;
}

.con22_write td .noti {
    padding: 0;
}

.textareaInner {
    width: 100%;
    min-height: 315px;
}

#captchaTd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    align-items: center;
}

#captcha {
    float: unset !important;
    height: auto;
}

#captChaanswer {
    margin-left: 0 !important;
    min-width: 375px;
}

/* S:: 20250915 최유림수정 */
#reLoad {
    background-color: var(--primary-darken4) !important;
    color: #fff;
    width: 167px;
    text-align: center;
    height: 55px;
    padding: 0 16px;
    border-radius: 10px;
    transition: all var(--transition);
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    cursor: pointer;
}
/* E:: 20250915 최유림수정 */

@media screen and (max-width: 1023px) {
    .con22_write th {
        padding: 18px 20px;
    }
}
@media screen and (max-width: 767px) {
    .con22_write td:has(select),
    .con22_write td:has(input) {
        padding-left: 0;
        padding-right: 0;
    }
    .con22_btn_center>a,
    .con22_btn_center>li{
        min-width: unset;
    }
    .con22_btn_center>.btn {
        flex: 1 1 0;
    }
    .con22_write th,
    .con22_write td {
        padding: 8px 12px;
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .con22_write td {
        min-height: unset;
        height: auto;
    }
    .con22_write td:has(input:nth-child(3)) {
        display: flex;
        align-items: center;
    }
    .con22_write td:has(.wop11) {
        flex-wrap: wrap;
    }
    .con22_write select.wop11 {
        width: 100%;
    }
    .con22_write td:has(input:nth-child(3)) input[type="text"].wop12 {
        flex: 1 1 0;
        width: 100%;
    }
    .con22_write td:has(input:nth-child(3)) select.wop11 {
        width: 100%;
        max-width: 100%;
        margin: 10px 0 0;
    }

    .con22_write input[type="text"],
    #reLoad {
        margin: 0 !important;
        font-size: 16px !important;
    }

    .con22_write input[type="text"].wop2 {
        width: calc(100% - 35px);
    }

    .con22_write>table,
    .con22_write>table tbody,
    .con22_write>table tr,
    .con22_write>table th,
    .con22_write>table td {
        display: block;
    }

    .con22_write th {
        border-right: 0;
        min-height: unset;
        font-size: 16px;
    }
    #reLoad {
        width: 100%;
        height: 45px;
        border-radius: 8px;
    }
    #captChaanswer {
        width: 100% !important;
        min-width: unset;
        height: 45px !important;
    }

    .con22_write a.link1 {
        margin: 0;
    }
    .con22_btn_center>a,
    .con22_btn_center>li {
        font-size: 16px;
        height: 45px;
    }
}

@media screen and (max-width: 500px) {
    .con22_write select.wop2,
    .con22_attach_c1,
    .con22_write select.wop13 {
        width: 100%;
    }

    .con22_btn_center>a,
    .con22_btn_center>li {
        flex: 1 1 0;
    }
}

/* 게시판 목록 */
.con22_list {
    border: 0;
    margin: 16px 0 0;
}

.border_list table{
    border-top : 1px solid var(--border-color-dark);
}

.con22_list thead {
    border-top : 1px solid var(--border-color-dark);
}

.con22_list tr {
    border-bottom: 1px solid var(--border-color-dark);
}

.con22_list th,
.con22_list td {
    border: 0;
}

.con22_list th {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 0;
}

.con22_list td {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    max-height: 58px;
}

.con22_list td.tit22 {
    position: relative;
}

.con22_list td.tit22 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    display: inline-block;
    max-width: calc(100% - 28px);
}

.con22_list td.tit22 .icon {
    display: inline-flex;
    gap: 5px;
    width: 19px;
    height: 16px;
    margin-left: 5px;
}

.con22_list td .imgop1 {
    margin: 0;
    vertical-align: unset;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 1023px) {
    .con22_list td {
        max-height: unset;
    }
}

/* 게시판 상세 */
/* .con22_view_file, */
.con22_view_head,
.con22_view_content {
    padding-right: 0;
    padding-left: 0;
}

/* 게시판 페이지네이션 */
.list-paging {
    margin-top: 60px;
}
.list-paging .pagination li {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
}

.list-paging .pagination li.prev a,
.list-paging .pagination li.next a,
.list-paging .pagination li.active a,
.list-paging .pagination li a {
    margin: 0;
    border-radius: 99px;
    border: 0;
}

.list-paging .pagination .page a  {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    border-radius: 99px;
}

.list-paging .pagination li.active a {
    background-color: var(--primary-base) !important;
    border-color: var(--primary-base);
}

.list-paging .pagination li.prev a,
.list-paging .pagination li.next a {
    background-image: none;
    background-color: #F5F5F7;
    position: relative;
}

.list-paging .pagination li.prev a::before,
.list-paging .pagination li.next a::before {
    content: '';
    display: block;
    background-image: url(../image/icon-pagination.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.list-paging .pagination li.next a::before {
    transform: translate(-50%,-50%)  rotate(-180deg);
}

.list-paging .pagination .page + .page {
    margin-left: 5px;
}
.list-paging .pagination .prev {
    margin-right: 30px;
}
.list-paging .pagination .next {
    margin-left: 30px;
    margin-right: 6px;
}

@media screen and (max-width: 500px) {
    .list-paging .pagination .prev {
        margin-right: 10px;
    }
    .list-paging .pagination .next {
        margin-left: 10px;
    }
    .list-paging .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/* 인재원소개 */
@media screen and (max-width: 1199px) {
    .con22_greetings .con22_2 {
        padding: 0;
    }

    .con22_greetings .con22_3 {
        margin-right: 0 !important;
    }

    .con22_greetings .con22_3 ul {
        float: none;
    }
}

@media screen and (max-width: 767px) {

    .con22_greetings .con22_1 h2,
    .con22_greetings .con22_1 h2 span {
        font-size: 32px;
    }

    .con22_greetings .con22_1 h3,
    .con22_greetings .con22_1 h3 span {
        font-size: 28px;
    }

    .con22_greetings .con22_2 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 500px) {

    .con22_greetings .con22_1 h2,
    .con22_greetings .con22_1 h2 span {
        font-size: 28px;
    }

    .con22_greetings .con22_1 h3,
    .con22_greetings .con22_1 h3 span {
        font-size: 24px;
    }
}

/* 인재원 소개 > 교육목표 */
.con22_vision h2::after,
.con22_vision h3::after,
.con22_imgs::after {
    content: '';
    display: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
}

.con22_vision h2::after {
    background-image: url(../image/vision_tit_mo_01.png);
    height: 121px;
}

.con22_vision h3::after {
    background-image: url(../image/vision_tit_mo_02.png);
    height: 122px;
}

.con22_imgs::after {
    background-image: url(../image/vision_mo_250731.jpg);
    height: 100%;
}

@media screen and (max-width: 1023px) {

    /*.con22_vision h2::after,*/
    /*.con22_vision h3::after,*/
    /*.con22_imgs::after {*/
    /*    display: block;*/
    /*}*/

    /*.con22_vision h2>img,*/
    /*.con22_vision h3>img,*/
    /*.con22_imgs>img {*/
    /*    display: none;*/
    /*}*/

    .con22_vision h3 {
        padding-top: 30px;
    }

    .con22_imgs {
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .history .timeline-block.timeline-left .dot {
        right: unset;
        left: 0;
    }

    .history .timeline-left strong.year,
    .history .timeline-block.timeline-right .year {
        margin: 0;
        left: 35px;
    }

    .history .timeline-left .dot:before {
        right: unset;
        left: 15px;
    }

    .timeline-block {
        width: 100%;
    }

    .timeline-wrap+.timeline-wrap .timeline-block {
        margin-top: 30px;
    }

    .timeline-line {
        left: 7px;
        height: calc(100% + 35px);
    }

    .timeline-left {
        float: right;
        text-align: left;
    }

    .history .timeline-right .dot {
        left: 0;
    }

    .history .timeline-left .year {
        right: unset;
        top: 0;
        left: 0;
    }

    .history .timeline-left .txt {
        margin: 50px 0 10px 35px;
    }

    .history .timeline-block .txt ul li {
        margin-bottom: 15px;
    }

    .history .timeline-block .txt ul li span.blank22 {
        width: 0;
    }
}

/* 연혁 및 성과 */
.strategy .type2 .txt-wrap {
    width: 100%;
    max-width: 580px;
}

@media screen and (max-width: 1199px) {
    .strategy .box {
        padding: 30px;
    }

    .strategy .type2 .right-cont {
        display: flex;
        gap: 30px;
    }

    .right-cont.clear::after {
        display: none;
    }

    .strategy .img {
        float: none;
        margin: 0;
    }

    .strategy .txt-wrap {
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    .strategy .img img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .strategy .box {
        padding: 20px;
    }

    .strategy .type2 .right-cont {
        flex-direction: column;
    }

    .strategy .img {
        width: 100%;
    }

    .strategy .type2 .right-cont {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {

    .con22_org_c1,
    .con22_org_c2 {
        width: 100%;
    }

    .con22_org_c1 h2,
    .con22_org_c2 h3 {
        max-width: 300px;
        width: 100%;
        padding: 15px 0;
    }

    .con22_org_c1 h2 {
        font-size: 22px;
    }

    .con22_org_c2 h3 {
        font-size: 18px;
    }

    .con22_org_c2 ul {
        width: 100%;
    }

    .con22_org_c2 ul li a {
        padding: 10px 0;
        font-size: 16px;
        max-width: 280px;
        width: 100%;
    }
}

.strategy-img-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px 60px;
}

.strategy-img-wrap>img {
    flex: 1 1 calc(50% - 30px);
    width: 100%;
    max-width: calc(50% - 30px);
}

@media screen and (max-width: 1023px) {
    .action-strategy.ac2 {
        padding: 30px 20px;
    }

    .action-strategy .txt .title {
        font-size: 16px;
        line-height: 1.4;
    }

    .strategy-tab-mo {
        margin-top: 30px;
    }

    .strategy-img-wrap {
        gap: 20px;
    }

    .strategy-img-wrap>img {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .strategy-img-wrap {
        flex-direction: column;
    }

    .strategy-img-wrap>img {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* 학습지원소개 */
.con22_guide_c h3 {
    padding-bottom: 15px;
}

@media screen and (max-width: 1199px) {

    .con22_guide_c h3,
    .con22_guide_c h3 span {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .con22_guide_c {
        padding: 50px 24px 20px;
        margin: 30px 10px 0 0;
        width: calc(50% - 5px);
    }

    .con22_guide_c .imgs22 {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .con22_guide_c {
        width: 100%;
        margin: 30px 0 0;
        padding: 50px 16px 20px;
    }

    .con22_guide_c h3 {
        height: auto;
    }

    .con22_guide_c .imgs22.hop1,
    .con22_guide_c .imgs22 {
        height: auto;
        padding: 10px;
    }
}

.con22_imglist {
    float: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.con22_imglist_c {
    margin: 0;
    flex: 1 1 calc(25% - 40px*3/4);
    width: 100%;
    max-width: calc(25% - 40px*3/4);
}

.con22_imglist_c:nth-child(4n) {
    margin: 0;
}

.con22_imglist_c .con22_2 {
    padding-top: 20px !important;
}

@media screen and (max-width: 1199px) {
    .con22_imglist {
        gap: 30px 20px;
    }

    .con22_imglist_c {
        flex: 1 1 calc(25% - 20px*3/4);
        max-width: calc(25% - 20px*3/4);
    }
}

@media screen and (max-width: 1023px) {
    .con22_imglist_c {
        flex: 1 1 calc(33.33% - 20px*2/3);
        max-width: calc(33.33% - 20px*2/3);
    }
}

@media screen and (max-width: 767px) {
    .con22_imglist_c {
        flex: 1 1 calc(50% - 20px*2/3);
        max-width: calc(50% - 20px*2/3);
    }
}

@media screen and (max-width: 500px) {
    .con22_imglist_c {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .list-faq dl dd,
    .list-faq dl dt {
        padding: 20px 0 20px 34px;
    }

    .list-faq dl dd h6,
    .list-faq dl dt h6 {
        left: 4px;
    }
}

/* 개인정보처리방침 */
.box-wrap {
    gap: 10px;
    width: 100% !important;
    flex-wrap: wrap;
    align-items: stretch !important;
    position: relative;
}

.box-wrap+.box-wrap {
    margin-top: 10px;
}

.box-wrap .box {
    margin: 0;
    flex: 1 1 calc(16.66% - 10px*5/6);
    width: 100%;
    max-width: calc(16.66% - 10px*5/6);
    height: auto;
    min-height: 200px;
}

.box-wrap .box img {
    max-width: 150px;
    width: 100% !important;
    height: auto !important;
    padding: 20px 20px 0;
}

.box-wrap .box>p {
    padding: 0 10px 20px;
    word-break: keep-all;
}

.box:nth-child(6) .info {
    right: 0;
}

@media screen and (max-width: 1023px) {
    .box-wrap .box {
        flex: 1 1 calc(33.33% - 10px*2/3);
        max-width: calc(33.33% - 10px*2/3);
        min-height: unset;
    }

    .box:nth-child(3) .info {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .box-wrap .box img {
        padding: 16px 12px 0;
    }

    .box:nth-child(3) .info,
    .box:nth-child(6) .info,
    .box .info {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        white-space: normal;
        z-index: 1;
    }
}

@media screen and (max-width: 374px) {
    .box-wrap .box>p {
        font-size: 14px !important;
    }
}

.statement-index {
    padding: 40px 60px;
}

.statement-index {
    display: flex;
    gap: 0 20px;
}

.statement-list {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .statement-index {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 1023px) {
    .statement-index {
        padding: 20px 30px;
        gap: 0;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .statement-index {
        padding: 20px 10px;
    }

    .statement-list {
        display: flex;
        flex-direction: column;
    }

    .statement-form th,
    .statement-form td {
        padding: 8px 12px;
    }
}

.sitemap {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 16px;
}

.sitemap-box {
    float: none;
    flex: 1 1 calc(25% - 16px*4/3);
    width: 100%;
    margin: 0;
}

.sitemap-box ul.depth2.hop1,
.sitemap-box ul.depth2 {
    height: auto;
}

.sitemap-box:nth-child(4n) {
    margin: 0;
}

.sitemap-box ul.depth2 li a.depth2_link:after {
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
    .sitemap {
        gap: 24px 10px;
    }

    .sitemap-box {
        flex: 1 1 calc(25% - 10px*4/3);
    }

    .sitemap-box .depth1 {
        padding: 16px 8px;
    }

    .sitemap-box ul.depth2 li a.depth2_link {
        padding: 10px 20px 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .sitemap-box {
        flex: 1 1 calc(50% - 5px);
    }
}

@media screen and (max-width: 500px) {
    .sitemap-box {
        flex: 1 1 100%;
    }
}

a.fileDownBlue {
    display: flex !important;
    justify-content: center;
    gap: 0 8px;
    align-items: center;
}

a.fileDownBlue>img {
    padding: 0 !important;
    height: 16px !important;
}

@media screen and (max-width: 767px) {
    .con22_imgs3.pop1,
    .con22_imgs3.mop2,
    .con22_imgs3 {
        padding: 10px;
    }

    .con22_list2.mop1>table colgroup col:nth-child(1) {
        width: 20% !important;
    }

    .con22_list2.mop1>table colgroup col:nth-child(2) {
        width: 34% !important;
    }

    .con22_list2.mop2>table colgroup col:nth-child(1) {
        width: 26% !important;
    }

    .con22_list2 td.tit22_2,
    .con22_list2 td.multi {
        padding: 20px 12px !important;
    }

    .con22_txt2 {
        padding: 0;
    }

    .moBlock table,
    .moBlock table tbody,
    .moBlock table tr,
    .moBlock table th,
    .moBlock table td {
        display: block;
    }

    .con22_list2 th {
        padding: 14px 4px;
    }

    .moBlock table th,
    .moBlock table td {
        border-top: 0;
    }

    .con22_list3.wop1 {
        width: 100%;
    }

    .con22_list3 td {
        padding: 10px 4px;
    }

}

@media screen and (max-width: 374px) {
    a.fileDownBlue {
        font-size: 14px;
    }
}

/* 신규 페이지 */
.area {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px #00000010;
}

.areaLine {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid var(--border-color-dark);
}

.tabContent:not(#contents:has(.mainSection) .tabContent)>li {
    margin-top: 50px;
}

/* 버튼 */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 55px;
    padding: 0 16px;
    border-radius: 10px;
    transition: all var(--transition);
}

a.btn:hover {
    color: #fff;
}

.btn.lg {
    height: 60px;
}

.btnPrimary {
    background-color: var(--primary-base);
    color: #fff !important;
}

.btnPrimaryDark {
    background-color: var(--primary-darken4);
    color: #fff;
}
.btnGrey {
    background-color: var(--grey-lighten1);
    color: #fff;
}
.btnRed{
    background-color: var(--danger-base);
    color: #fff;
}
.btnRed:hover{
    background-color: #fa6363;
}
.btnPrimaryDark:hover {
    color: #fff;
}
.btnBorder{
    border: 1px solid var(--border-color-dark);
    color: var(--primary-base) !important;
}
.btnBorder:hover{
    background-color: var(--primary-lighten4);
}

.btn.block {
    width: 100%;
}

/* S:: 20250915 최유림 추가 */
.btnPrimaryLighten {
    background-color: var(--primary-lighten5);
    color: var(--primary-base);
}

.btnMd {
    padding: 8px 16px;
    height: auto;
    min-width: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.btnFixMd {
    width: 167px;
    min-width: 167px;
}

.btnFixSm {
    width: 120px;
    min-width: 120px;
}

.btnSm {
    height: 32px;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 500;
}

table .btn {
    display: inline-flex;
}

.btnPrimaryLighten + span {
    margin-left: 8px;
}

@media screen and (min-width: 1024px) {
    .btnPrimary:hover {
        background-color: var(--primary-darken4);
    }
    .btnPrimaryDark:hover {
        background-color: var(--primary-darken2);
        color: #fff;
    }
    .btnGrey:hover {
        background-color: var(--grey-base);
        color: #fff;
    }
    .btnPrimaryLighten:hover {
        background-color: var(--primary-lighten3);

    }
}
/* E:: 20250915 최유림 추가 */

@media screen and (max-width: 767px) {

    .btn {
        height: 45px;
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 6px;
    }

    .btn.lg {
        height: 55px;
    }

    .btnFixSm,
    .btnFixMd {
        width: 100%;
        min-width: unset;
    }

    .btnSm {
        height: 30px;
    }
    .btnMd {
        font-size: 16px;
        height: 32px;
    }
}


/* 입력폼 */
.con22_write input[type="password"],
.con22_write input[type="text"],
.input,
input[type="password"].input,
input[type="text"].input {
    padding: 0 20px;
    height: 55px;
    width: 100%;
    border: 1px solid var(--border-color-dark);
    border-radius: 10px;
    transition: all var(--transition);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.con22_write input[type="text"] {
    border-radius: 8px;
    height: 55px !important;
}

.input::placeholder,
input[type="password"].input::placeholder,
input[type="text"].input::placeholder {
    font-weight: 500;
    color: var(--grey-base);
    transition: all var(--transition);
}

.con22_write input[type="password"]:focus,
input[type="password"].input:focus,
textarea:focus,
.textarea:focus,
.con22_write input[type="text"]:focus,
.input:focus,
input[type="text"].input:focus {
    outline: 0;
    border-color: var(--primary-base);
}

input:disabled,
input[type="text"].input:disabled {
    background-color: var(--grey-lighten4);
    color: var(--grey-base);
}

.input.lg,
input[type="password"].input.lg,
input[type="text"].input.lg {
    height: 64px;
}

input[type='date'] {
    background-position: right 16px center;
    padding-right: 42px;
    padding-left: 20px;
}

.radioStage {
    display: flex;
    align-items: center;
    gap: 0 33px;
}

.radioW {
    gap: 7px;
    flex-wrap: nowrap;
}

input[type="radio"].radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 0;
}

input[type="radio"].radio::before,
input[type="radio"].radio::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 99px;
    transition: all var(--transition);
}

.checkStage {
    display: flex;
    gap: 16px 26px;
}

.checkStage>label {
    flex: 1 1 100%;
}

input[type="radio"].radio::before {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

input[type="radio"].radio::after {
    width: 11px;
    height: 11px;
    background-color: transparent;
}

input[type="radio"].radio:checked::before {
    border-color: var(--primary-base);
}

input[type="radio"].radio:checked::after {
    background-color: var(--primary-base);
}

.btnRadio input[type="radio"].radio {
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: var(--transition);
}

.btnRadio input[type="radio"].radio::before,
.btnRadio input[type="radio"].radio::after {
    display: none;
}

.btnRadio input[type="radio"].radio:focus,
.btnRadio input[type="radio"].radio:focus-visible {
    outline: 0;
}

.btnRadio:has(.radio:focus) {
    border-color: var(--primary-base);
}

.btnRadio {
    border: 1px solid var(--grey-lighten3);
    position: relative;
    cursor: pointer;
    padding: 0;
}

.btnRadio input[type="radio"].radio:disabled {
    background-color: var(--grey-lighten4);
    cursor: default;
}

.btnRadio>p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 500;
    color: #555;
    z-index: 1;
}

.btnRadio:has(:checked) {
    background-color: var(--primary-darken4);
}

.btnRadio:has(:checked) p {
    color: #fff;
}

/* S:: 20250915 최유림 추가 */
.con22_write select,
.con22_write select.wop11,
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;
    padding-right: 56px;
    height: 55px;
    width: 100%;
    border: 1px solid var(--border-color-dark);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--grey-base);
    background-image: url(../image/select-bg-arrow-primary2.svg);
    background-repeat: no-repeat;
    background-position: center right 24px;
    transition: var(--transition);
}

.select:checked {
    background-color: var(--grey-lighten4);
    color: #333;
    opacity: 1;
}

.con22_write select option[disabled][hidden],
.con22_write select.wop11 option[disabled][hidden],
.select option[disabled][hidden] {
    color:var(--grey-lighten3);
}

.con22_write select option,
.con22_write select.wop11 option,
.select option {
    color: var(--grey-base);
}
/* E:: 20250915 최유림 추가 */

.select:focus {
    outline: 0;
    border-color: var(--primary-base);
}

.con22_write select.wop11 {
    width: 250px;
}

.labelTxt {
    font-size: 15px;
    white-space: nowrap;
}
/* S:: 20250915 최유림 수정 */
.inputFileStage {
    display: flex;
    align-items: center;
    gap: 10px 12px;
    width: 100%;
    position: relative;
}


.inputFileStage::after {
    content: '파일선택';
    display: flex;
    width: 167px;
    min-width: 167px;
    max-width: 167px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 55px;
    padding: 0 16px;
    border-radius: 10px;
    transition: all var(--transition);
    background-color: var(--primary-darken4);
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}


input[type="file"].inputFile {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

input[type="file"].inputFile:disabled + .inputFileW .inputFileTxt {
    color: #555;
}

.inputFileW {
    position: relative;
    padding: 0 20px;
    height: 55px;
    width: 100%;
    border: 1px solid var(--grey-lighten3);
    border-radius: 10px;
    transition: all var(--transition);
    display: flex;
    align-items: center;
}
/* E:: 20250915 최유림 수정 */

.inputFile:disabled + .inputFileW {
    background-color: var(--grey-lighten4);
}
.inputFileStage:has(.inputFile:disabled)::after {
    cursor: default;
}
.inputFile:focus + .inputFileW {
    border-color: var(--primary-base);
}

.inputFileTxt {
    font-size: 16px;
    font-weight: 500;
}

.formArea {
    padding: 25px 30px 40px;
}

.formStage {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 33px;
    padding-top: 20px;
}

.formGruop {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
}

.formGruopSm {
    max-width: calc(50% - 33px/2);
}

.formGruopXs {
    max-width: calc(25% - (35px + 15px)/2);
}

.formGruopTit {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 7px;
    display: block;
}

.inputColW {
    display: flex;
    align-items: center;
    gap: 14px;
}

.inputColW>p {
    font-size: 16px;
    font-weight: 500;
}

.formGruopCheck {
    display: flex;
    align-items: center;
    gap: 10px 24px;
}

.addressTop {
    max-width: calc(50% - 33px / 2);
    display: flex;
    align-items: center;
    gap: 10px 24px;
}

.checkboxStage {
    display: flex;
    justify-content: flex-start;
    gap: 17px 10px;
    padding-top: 10px;
    flex-wrap: wrap;
}

.checkboxStage.right {
    justify-content: flex-end;
    position: static;
}

.con22_write + .checkboxStage {
    margin-top: 17px;
}

input[type="checkbox"].checkBox {
    opacity: 0;
    margin: 0;
    width: 0;
    height: 0;
}

.checKLabel {
    display: flex;
    cursor: pointer;
    width: 100%;
}

.checkboxStage .checKLabel {
    flex: 1 1 calc(100% / 6 - 10px*5/6);
    max-width:  calc(100% / 6 - 10px*5/6);
}

.checkboxTxt {
    display: flex;
    gap: 0 16px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
    width: 100%;
}

.checkboxTxt.sm {
    gap: 0 8px;
}

input[type="checkbox"].checkBox:checked + .checkboxTxt::before {
    background-color: #0163C6;
    border-color: #0163C6;
}

.checkboxTxt::before,
.checkboxTxt::after {
    content: '';
    display: block;
}

.checkboxTxt::before {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid var(--border-color-dark);
    border-radius: 4px;
    box-sizing: border-box;
    transition: all var(--transition);
}

.checkboxTxt::after {
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 4px;
    left: 4px;
    transform: rotate(320deg);
}

.addressBottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px 33px;
}

.NumberStage {
    display: flex;
    gap: 10px 24px;
}

.NumberStage>.select {
    width: 139px;
    min-width: 139px;
}

.formGruopAccount {
    display: flex;
    gap: 10px 24px;
    width: 100%;
}

.formGruopAccount .formGruop:nth-child(2) {
    flex: 1 1 200%;
}

.con22_write textarea,
.textarea {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid var(--grey-lighten3);
    border-radius: 10px;
    transition: all var(--transition);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    overflow-x: hidden;
    overflow-y: auto;

}

.textarea::-webkit-scrollbar {
    display: block;
    width: 8px;
}

.textarea::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--grey-lighten3);
}

.textarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--primary-base);
}

.textarea:disabled {
    background-color: var(--grey-lighten4);
    color: #333;
    opacity: 1;
}
/* S:: 20250915 최유림 수정 */
.formTop {
    display: flex;
    align-items: flex-end;
    gap: 6px 12px;
    margin-bottom: 6px;
}

.formTop>.formGruopTit {
    margin: 0;
}
/* E:: 20250915 최유림 수정 */

.fileGruopStage {
    display: flex;
    gap: 10px 23px;
}

.fileGropW {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--grey-lighten3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fileGropCtrlBtnW {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fileGrop {
    display: inline-flex;
    align-items: center;
    padding: 4px;
    border-radius: 5px;
    gap: 5px;
}

.fileGropTxt {
    font-size: 17px;
    font-weight: 500;
    color: #555;
}

.fileDeleteBtn {
    transition: all var(--transition);
    position: relative;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 99px;
}

.fileDeleteBtn::after,
.fileDeleteBtn::before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: var(--danger-base);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.fileDeleteBtn::after {
    transform: translate(-50%,-50%) rotate(45deg);
}

.fileDeleteBtn::before {
    transform: translate(-50%,-50%) rotate(-45deg);
}


@media screen and (min-width: 1024px) {
    .fileDeleteBtn:hover {
        background-color: #BEE5F2;
    }
    .btnRadio:hover input[type="radio"].radio {
        background-color: var(--primary-darken4);
    }
    .btnRadio:hover input[type="radio"].radio:disabled {
        background-color: var(--grey-lighten4);
    }

    .btnRadio:hover p {
        color: #fff;
    }

    .btnRadio:has(input[type="radio"].radio:disabled):hover p {
        color: #555;
    }
}

@media screen and (max-width: 1199px) {
    .checkboxStage .checKLabel {
        flex: 1 1 calc(100% / 5 - 10px*4/5);
        max-width: calc(100% / 5 - 10px*4/5);
    }
}
@media screen and (max-width: 1023px) {
    .checkboxStage .checKLabel {
        flex: 1 1 calc(100% / 4 - 10px*3/4);
        max-width: calc(100% / 4 - 10px*3/4);
    }
    .formArea {
        padding-left: 20px;
        padding-right: 20px;
    }
    .formStage {
        gap: 20px 24px;
    }
    .formGruopSm {
        max-width: calc(50% - 24px / 2);
    }
    .formGruopXs {
        max-width: calc(25% - 36px / 2);
    }
    .con22_write input[type="text"].wop12 {
        width: 158px;
    }
    .con22_write select.wop11 {
        width: 100%;
        max-width: calc(100% - 354px);
    }
}
@media screen and (max-width: 767px) {
    .checkboxStage .checKLabel {
        flex: 1 1 calc(100% / 3 - 10px*2/3);
        max-width: calc(100% / 3 - 10px*2/3);
    }

    /* S:: 20250915 최유림 추가 */
    .con22_write select,
    /* S:: 20250915 최유림 추가 */
    .con22_write select.wop11,
    .inputFileW,
    .select,
    .inputFileStage::after,
    .con22_write input[type="text"],
    .input,
    input[type="text"].input {
        height: 45px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 14px;
        border-radius: 6px;
    }
    .textarea {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 14px;
    }
    .fileGropTxt,
    .btnRadio>p,
    .inputFileTxt {
        font-size: 14px;
    }
    .formGruopTit {
        font-size: 16px;
    }
    .con22_write input[type="text"] {
        height: 45px !important;
    }
    .input.lg,
    input[type="password"].input.lg,
    input[type="text"].input.lg {
        height: 50px;
    }
    .con22_write input[type="text"].wop4,
    .con22_write input[type="password"].wop1 {
        width: 100%;
        height: 45px;
    }
    .formArea {
        padding: 20px 16px 30px;
    }
    .addressTop,
    .formGruopSm,
    .formGruopXs {
        max-width: 100%;
    }
    .checkStage {
        gap: 10px;
    }
    .fileGruopStage,
    .formGruopAccount,
    .addressTop,
    .addressBottom,
    .inputFileStage,
    .formGruopCheck {
        flex-direction: column;
    }
    .inputColW {
        gap: 10px;
    }
    .inputColW>p {
        font-size: 14px;
    }
    .inputFileStage::after {
        max-width: calc(100% - 30px);
        width: 100%;
    }
    .inputColW>input[type="text"].input  {
        width: calc(100% - 30px);
    }

    .checkboxW {
        flex: 1 1 calc(50% - 5px);
    }

    .formTop {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fileGropCtrlBtnW {
        flex-direction: row;
    }
    .checkboxTxt {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .checkboxStage .checKLabel {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .NumberStage {
        flex-direction: column;
    }
    .NumberStage>.select {
        width: 100%;
    }
    .inputColW>input[type="text"].input {
        padding: 0 10px;
    }

}

@media screen and (max-width: 374px) {
    .checkboxStage .checKLabel {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


/* 회원가입 영역 */
.loginArea {
    padding: 44px 34px 37px;
}

.formTitW {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-dark);
}

.formTitW>strong {
    flex: 1 1 0;
    font-size: 19px;
    line-height: 29px;
}

.loginTitW>p {
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
}

.loginTitW>.tit {
    font-size: 20px;
}

.loginTitW>.sub {
    font-size: 17px;
}

.loginCategoryW {
    padding-top: 24px;
    display: flex;
    gap: 27px 30px;
    align-items: center;
}

.loginCategory {
    border-radius: 20px;
    padding: 40px 34px;
    width: 100%;
    max-height: 410px;
}

.loginCategory.blue {
    box-shadow: 0 0 25px #00000030;
    background-color: var(--primary-base);
}

.loginCategory.lightBlue {
    box-shadow: 0 0 25px #00000030;
    background: linear-gradient(45deg, #A1C4FD, #C2E9FB)
}

.loginCategory.green {
    background-color: var(--lightGreen-base);
}

.loginCategoryTit {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.loginInputW {
    padding: 24px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.loginCategory.lightBlue .loginInputW {
    padding: 24px 0 15px;
}

.loginCategory.lightBlue input[type="password"].input,
.loginCategory.lightBlue input[type="text"].input {
    height: 50px;
}

.loginCategory.lightBlue .btn {
    height: 50px;
}

.loginInputW:has(.lg) {
    gap: 17px;
}

.loginList {
    padding-top: 27px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.loginList li+li {
    display: flex;
    gap: 12px;
    align-items: center;
}

.loginList li+li::before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background-color: #fff;
    opacity: .5;
}

.loginLink {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    transition: var(--transition);
    padding: 4px 8px;
}

.loginLink.black {
    color: var(--grey-darken2);
}

.loginLink:hover {
    color: #fff;
    text-decoration: underline;
}

.btnCertificate {
    margin-top: 24px;
    width: 100%;
    height: 230px;
    padding: 36px 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.btnCertificate::before {
    content: '';
    display: block;
    background-image: url(../image/join/icon-certificate.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 198px;
    height: 232px;
    position: absolute;
    bottom: -21px;
    right: 32px;
    transition: all var(--transition);
}

.btnCertificate>p {
    text-align: left;
}

.btnCertificate>.sub {
    color: var(--lightGreen-base);
    font-size: 21px;
    font-weight: 500;
}

.btnCertificate>.tit {
    padding-top: 20px;
    color: var(--grey-base);
    font-size: 25px;
    font-weight: 600;
    line-height: 16px;
}

.loginInfoArea {
    padding: 24px 30px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.loginInfoTitW {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}

.loginInfoTitW>strong {
    font-size: 24px;
    line-height: 1.5;
}

.loginInfoTitW>p {
    font-size: 17px;
    color: var(--grey-base);
    line-height: 1.8;
}

.btnJoinInfo {
    min-width: 280px;
    height: 60px;
}

.formCertificationW {
    gap: 7px;
    display: flex;
}

.btnCertificationW {
    min-width: 160px;
}

@media screen and (min-width: 1024px) {
    .btnCertificate:hover::before {
        scale: 1.1;
    }
}

@media screen and (max-width: 1199px) {
    .btnCertificate::before {
        right: 0;
    }
    .loginCategory {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 1023px) {
    .loginArea {
        padding: 40px 20px 35px;
    }

    .loginInfoArea {
        flex-direction: column;
        align-items: flex-start;
    }

    .btnJoinInfo {
        width: 100%;
        min-width: 100%;
    }
    .loginInfoTitW>strong,
    .loginCategoryTit {
        font-size: 20px;
    }
    .loginCategoryW {
        gap: 27px 20px;
    }
    .loginCategory {
        padding: 20px 16px;
    }
    .loginInfoTitW>p,
    .loginLink {
        font-size: 16px;
    }
    .loginList,
    .loginList li+li {
        gap: 0;
    }
    .btnCertificate {
        padding: 30px 20px;
    }
    .btnCertificate>.sub {
        font-size: 19px;
    }
    .btnCertificate>.tit {
        padding-top: 16px;
    }
    .btnCertificate::before {
        width: 170px;
        height: 202px;
    }
}

@media screen and (max-width: 767px) {
    .loginCategory.lightBlue input[type="password"].input,
    .loginCategory.lightBlue input[type="text"].input,
    .loginCategory.lightBlue .btn {
        height: 45px;
    }
    .formTitW>strong {
        font-size: 17px;
        line-height: 22px;
    }
    .loginCategory {
        max-height: unset;
    }
    .btnJoinInfo {
        height: 50px;
    }
    .loginCategoryW {
        flex-direction: column;
    }
    .loginTitW>.tit {
        font-size: 18px;
    }
    .loginTitW>p {
        line-height: 1.4;
    }

    .loginTitW>.sub {
        padding-top: 10px;
    }

    .loginArea {
        padding: 40px 16px 30px;
    }

    .loginInfoArea {
        padding: 30px 16px;
    }

    .btnCertificate {
        padding: 30px 20px;
    }

    .btnCertificate::before {
        width: 150px;
        height: 180px;
        right: -20px;
    }

    .btnCertificate>.tit {
        padding-top: 0;
        font-size: 18px;
    }

    .btnCertificate>.sub {
        font-size: 16px;
    }

    .loginInfoTitW {
        flex-direction: column;
        align-items: flex-start;
    }

    .loginLink {
        font-size: 15px;
    }

    .loginCategory.lightBlue input[type="text"].input {
        height: 45px;
    }
}

@media screen and (max-width: 500px) {
    .btnCertificate {
        height: 150px;
        padding: 20px;
    }

    .btnCertificate::before {
        width: 110px;
        height: 138px;
    }

    .formCertificationW {
        flex-direction: column;
    }
}

/* 회원가입 - 유형선택 */
.joinSelectStage {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.joinSelectW {
    width: 100%;
    text-align: center;
    padding: 32px 36px;
}

.joinSelectTitW>strong {
    font-size: 24px;
    line-height: 1.5;
}

.joinSelectTitW>p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--grey-base);
}

.joinSelectIcon {
    width: 130px;
    height: 130px;
    background-color: var(--grey-lighten4);
    border-radius: 999px;
    margin: 16px auto 0;
    position: relative;
}

.joinSelectIcon>img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.joinSelectW:nth-child(1) .joinSelectIcon>img {
    left: unset;
    transform: unset;
    top: unset;
    right: 7px;
    bottom: 18px;
}

.joinSelectLink {
    margin-top: 22px;
}

@media screen and (max-width: 1023px) {
    .joinSelectStage {
        gap: 30px 16px;
    }

    .joinSelectW {
        padding: 20px 16px;
    }
}

@media screen and (max-width: 767px) {
    .joinSelectStage {
        flex-direction: column;
        align-items: center;
    }

    .joinSelectW {
        max-width: 350px;
    }
    .joinSelectTitW>strong {
        font-size: 20px;
    }
    .joinSelectTitW>p {
        font-size: 15px;
    }
}
/*  */
.stepInfoArea {
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
    position: relative;
}

.stepInfoTit {
    font-size: 24px;
}

.stepCheckW {
    display: flex;
    align-items: center;
    gap: 13px;
    transition: all var(--transition);
}

.stepCheck {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    background-color: var(--grey-lighten3);
    transition: all var(--transition);
}

.stepCheck>p {
    font-weight: 700;
    font-size: 24px;
    color: var(--grey-darken2);
}

.stepCheck.active {
    background-color: var(--primary-base);
}

.stepCheck.active>p {
    color: #fff;
}

.stepNoticeW {
    padding: 26px 0 30px 10px;
}

.formGruop .stepNoticeW {
    padding: 5px 0 0;
}

.stepNoticeW>p {
    display: flex;
    gap: 8px;
    align-items: baseline;
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;
}

.stepNoticeW>p.check::before {
    content: '✓';
    color: var(--primary-base);
}
.stepNoticeW>p.danger::before {
    content: 'X';
    color: var(--danger-base);
}

.scrollInner {
    height: 170px;
    margin: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollInner::-webkit-scrollbar {
    width: 5px;
}

.scrollInner::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--grey-lighten4);
}

.scrollInner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--primary-base);
}

.agreeTxtW {
}

.agreeTxtW+.agreeTxtW {
    margin-top: 30px;
}

.agreeTit {
    font-size: 17px;
    margin-bottom: 12px;
}

.agreeTxt {
    font-size: 15px;
    line-height: 1.5;
}

.formArea .tablePrimary{
    margin: 16px 0;
}
.formArea .tablePrimary th,
.formArea .tablePrimary td{
    text-align: center;
}
.formArea .tablePrimary td.text-left{
    text-align: left;
}

.agreeBottom {
    border-top: 1px solid var(--border-color-dark);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px 30px;
}

.agreeBottom>p {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .stepNoticeW>p {
        font-size: 16px;
    }
    .stepInfoArea {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px;
    }

    .stepInfoTit {
        font-size: 22px;
    }

    .agreeTxtW {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .agreeTit {
        font-size: 16px;
    }

    .stepCheck {
        width: 36px;
        height: 36px;
    }

    .stepCheck>p {
        font-size: 20px;
    }

    .agreeBottom {
        flex-direction: column;
    }
    .agreeBottom>.radioStage {
        align-self: flex-end;
    }
}

.joinDoneArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 512px;
    justify-content: center;
}

.joinDoneTitW {
    padding-top: 28px;
}
.joinDoneTitW>p {
    line-height: 1.8;
    text-align: center;
}
.joinDoneTitW>.tit {
    font-size: 20px;
}
.joinDoneTitW>.sub {
    font-size: 17px;
}

img[src*=".svg"].joinDoneImg {
    width: 193px;
}

.captionTxt {
    font-size: 17px;
    line-height: 1.8;
    padding-top: 6px;
}
@media screen and (max-width: 767px) {
    .captionTxt {
        font-size: 15px;
        line-height: 1.5;
    }
}
/* 강사 */
.instructorStatusW {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.instructorStatusW::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--grey-base);
    border-radius: 99px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all var(--transition);
}

.statusBlue.instructorStatusW::before {
    background-color: var(--primary-lighten4);
    background-image: url(../image/join/icon-time-waiting.svg);
}
.statusGreen.instructorStatusW::before {
    background-color: #C4EAB3;
    background-image: url(../image/join/icon-checking.svg);
}
.statusRed.instructorStatusW::before {
    background-color: #EAB5B3;
    background-image: url(../image/join/icon-cancel.svg);
}

.instructorStatusW>div {
    display: flex;
    align-items: center;
}

.instructorStatusTxt {
    border-radius: 50px;
    background-color: var(--grey-base);
    padding: 0 16px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-left: 8px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.statusBlue .instructorStatusTxt {
    background-color: var(--primary-base);
}

.statusGreen .instructorStatusTxt {
    background-color: #349E49;
}

.statusRed .instructorStatusTxt {
    background-color: #CC2424;
}

.statusDetail>p {
    text-align: right;
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.btnDanger {
    border: 1px solid var(--grey-lighten3);
    color: #CC2424;
}

@media screen and (min-width: 1024px) {
    .btnDanger:hover {
        background-color: var(--grey-lighten4);
    }
}

@media screen and (max-width: 767px) {
    .stepInfoArea:has(.instructorStatusW) {
        flex-direction: column;
        padding: 20px 12px;
    }

    .instructorStatusW {
        column-gap: 12px;
    }

    .statusDetail {
        padding-left: 50px;
    }

    .statusDetail>p {
        text-align: left;
    }
    .instructorStatusW::before {
        width: 38px;
        height: 38px;
    }
    .instructorStatusTxt {
        font-size: 20px;
        height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .stepInfoTit {
        font-size: 20px;
    }
    .instructorStatusTxt {
        margin-left: 4px;
        font-size: 16px;
    }

    .stepInfoArea:has(.btnDanger) {
        padding-bottom: 60px;
    }
    .stepInfoArea .btnDanger {
        position: absolute;
        bottom: 20px;
        left: 12px;
        width: calc(100% - 24px);
    }
}

.formList>li {
    display: flex;
    align-items: center;
    gap: 6px 20px;
}

.formList>li+li {
    margin-top: 18px;
}

.formTit {
    width: 105px;
    min-width: 105px;
}

.formTit.sm {
    width: 67px;
    min-width: 67px;
}

.formTit>p {
    font-size: 17px;
    font-weight: 700;
}

.formTxt {
    width: 100%;
}

.formTxt>* + * {
    margin-top: 12px;
}

.formTxt>p {
    font-weight: 500;
    font-size: 17px;
}

.formTxt>.select {
    max-width: 280px;
}

@media screen and (max-width: 1023px) {
    .responsiveTable {
        min-width: unset;
        table-layout: fixed;
    }

    .responsiveTable thead {
        display: none;
    }
    .responsiveTable table,
    .responsiveTable tbody,
    .responsiveTable tr,
    .responsiveTable th,
    .responsiveTable td,
    .responsiveTable colgroup {
        display: block;
    }

    .responsiveTable table {
        min-width: unset;
    }

    .responsiveTable tr:first-child {
        border-top: 1px solid var(--border-color);
    }

    .responsiveTable tr {
        position: relative;
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        gap: 16px 8px;
    }

    .con22_list.responsiveTable td,
    .responsiveTable.tablePrimary td>.tableInner {
        min-height: unset;
        padding: 0;
        text-align: left;
        min-height: 0;
    }

    .confirmationTable tr {
        flex-direction: column;
    }

    .responsiveTable td:nth-child(1) {
        display: none;
    }

    .confirmationTable td:nth-child(n+4) {
        position: relative;
        padding-left: 55px;
    }
    .confirmationTable td:nth-child(n+4)::before {
        display: block;
        position: absolute;
        left: 0;
    }
    .confirmationTable td:nth-child(4)::before {
        content: '강의일';
    }
    .confirmationTable td:nth-child(5)::before {
        content: '신청일';
    }

    .communityTable td:nth-child(5),
    .confirmationTable td:nth-child(6) {
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    .bookAgreeTable td:nth-child(-n+4) {
        width: 100%;
    }

    .bookAgreeTable td:nth-child(n+4) {
        position: relative;
        padding-left: 65px;
    }
    .bookAgreeTable td:nth-child(n+4)::before {
        display: block;
        position: absolute;
        left: 0;
    }

    .bookAgreeTable td:nth-child(4)::before {
        content: '교육기간';
    }
    .bookAgreeTable td:nth-child(5)::before {
        content: '동의여부';
    }
    .bookAgreeTable td:nth-child(6)::before {
        content: '동의일시';
    }
    .bookAgreeTable td:nth-child(6) {
        margin-left: 12px;
    }
    .bookAgreeTable td:nth-child(6)::after {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: var(--border-color);
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .communityTable td:nth-child(-n+3) {
        width: 100%;
    }

    .communityTable td:nth-child(4)::before {
        content: '운영기간';
        position: absolute;
        top: 0;
        left: 0;
    }
    .communityTable td:nth-child(4) {
        padding-left: 65px;
        padding-right: 65px;
        position: relative;

    }
}

@media screen and (max-width: 767px) {
    .formList>li {
        flex-direction: column;
        align-items: flex-start;
    }
    .formTit {
        min-width: 100%;
        width: 100%;
    }
    .formTit>p {
        font-size: 16px;
    }
}

@media screen and (max-width: 374px) {
    .bookAgreeTable tr {
        flex-direction: column;
    }
    .bookAgreeTable td:nth-child(6) {
        margin: 0;
    }
    .bookAgreeTable td:nth-child(6)::after {
        display: none;
    }
}

.profileW {
    display: flex;
    align-items: center;
    gap: 8px 16px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.btnProfile {
    border-radius: 99px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #D3E4FF;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all var(--transition);
}

.btnProfile.active {
    outline: 2px solid var(--primary-base);
}

.btnProfile.man1 {
    background-image: url(../image/my/icon-profile-man-1.svg);
}
.btnProfile.man2 {
    background-image: url(../image/my/icon-profile-man-2.svg);
}
.btnProfile.man3 {
    background-image: url(../image/my/icon-profile-man-3.svg);
}
.btnProfile.woman1 {
    background-image: url(../image/my/icon-profile-woman-1.svg);
}
.btnProfile.woman2 {
    background-image: url(../image/my/icon-profile-woman-2.svg);
}
.btnProfile.woman3 {
    background-image: url(../image/my/icon-profile-woman-3.svg);
}

button.btnProfile:focus {
    outline: 0;
}

.chatFootW {
    display: flex;
    gap: 20px;
    position: relative;
}
.chatFootW>label:has(.chatInput){
    width: 100%;
}
.chatInput {
    height: var(--chat-btn) !important;
}
.chatFootW .chatInput.white {
    height: 56px !important;
    background-color: #fff;
}

.chatFootW .chatSend {
    height: 56px;
    width: 56px;
    margin: 0;
}
.charIconArea{
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    transform: translateY(-100%);
    width: 100%;
    padding: 20px 12px 20px 20px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 76, 174, .08);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.charIconArea.active{
    top: -20px;
    opacity: 1;
    visibility: visible;
}
.charIconW{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 126px;
}
.charIconW::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.charIconW::-webkit-scrollbar-track {
    background-color: var(--primary-lighten5);
    border-radius: 999px;
}
.charIconW::-webkit-scrollbar-thumb { 
    background-color: var(--primary-base);
    border-radius: 999px;
}
.charIconW::-webkit-scrollbar-button {
    display: none;
}
.charIcon,
button.charIcon{
    display: block;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-color: #fff;
    flex: 1 1 calc((100% - 90px) / 10);
    width: calc((100% - 90px) / 10);
    max-width: calc((100% - 90px) / 10);
    min-width: calc((100% - 90px) / 10);
    overflow: hidden;
    font-size: 0;
    text-indent: -99999px;
    transition: var(--transition);
}
.chatSpeech .charIcon{
    width: 140px;
    max-width: 140px;
    min-width: 140px;
    border: 0;
}
.charIcon>span{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.chatTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
}

.chatTit {
    font-size: 22px;
    font-weight: 700;
}

.chatParticipants {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.bubbleChatBody {
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.bubbleChatArea{
    position: relative;
}
.bubbleChatArea::before{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 93px);
    top: -63px;
    left: -30px;
    border-radius: 16px;
    background-color: #F0F7FF;
}
.bubbleChatArea>*:not(.bubbleChatArea){
    position: relative;
    z-index: 1;
}
button.chatNotice{
    position: relative;
    z-index: 2;
}

.bubbleSpeech {
    align-items: center;
    max-width: 360px;
}

.bubbleSpeechW {
    align-items: center;
    flex-wrap: wrap;
}

.bubbleSpeechW + .chatNotice,
.chatNotice + .bubbleSpeechW,
.bubbleSpeechW + .bubbleSpeechW {
    margin-top: 30px;
}

.bubbleSpeechW:has(.chatDeleteBtn) {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 8px;
}
.bubbleSpeechR:not(:has(.deleteBtn)) .bubbleSpeech{
    margin-left: auto;
}

.bubbleSpeechW .chatTime{
    flex: 1 1 100%;
    margin-top: 8px;
}
.bubbleSpeechW:has(.btnProfile) .chatTime{
    padding-left: 66px;
}
.bubbleSpeechW.bubbleSpeechR .chatTime{
    text-align: right;
    order: 3;
}

.bubbleSpeech {
    padding: 16px 20px;
    background-color: #fff;
    border: 1px solid var(--primary-lighten4);
    border-radius: 10px;
}

.chatSpeech>p.bubbleSpeechTit {
    font-size: 16px;
    font-weight: 700;
}

.bubbleSpeechR {
    justify-content: flex-end;
    color: var(--primary-base);
}
.chatModal .modalHead {
    padding: 40px 46px 0;
}
.chatModal .modalBodyInner {
    max-height: calc(var(--view-height) - 274px);
    background-color: var(--primary-lighten5);
    padding: 0 32px 30px;
}

.chatModal .modalFoot {
    padding-left: 46px;
    padding-right: 46px;
}
.chatNotice {
    padding: 4px 20px;
    background-color: rgba(0, 0, 0, .15);
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

div.chatNotice{
    margin-top: 10px;
}

.chatNotice>p {
    font-size: 18px;
}
@media screen and (min-width: 1201px) {
    button.charIcon:hover{
        border-color: var(--primary-base);
    }
}
@media screen and (max-width: 1023px) {
    .chatModal .modalHead {
        padding: 30px 20px 0;
    }
    .chatModal .modalBodyInner {
        padding: 0 6px
    }

    .chatModal .modalFoot {
        padding: 6px 20px 30px;
    }
    .charIcon,
    button.charIcon {
        padding: 10px;
        flex: 1 1 58px;
        width: 58px;
        max-width: 58px;
        min-width: 58px;
    }
}
@media screen and (max-width: 767px) {
    .chatModal {
        padding: 0;
        align-items: flex-start
    }
    .chatModal .modalHead{
        height: 112px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .chatModal .chatTop{
        width: 100%;
    }
    .chatModal .chatTit{
        font-size: 20px;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: keep-all;
    }
    .chatparticipants{
        margin-top: 4px;
    }
    .chatModal .modalBody {
        padding: 0;
    }
    .chatModal .modalInner {
        border-radius: 0;
        height: 100vh;
    }

    .chatModal .modalBodyInner {
        height: 100%;
        max-height: calc(var(--view-height) - 182px);
        padding: 0;
    }
    .chatSpeech .charIcon{
        width: 120px;
        max-width: 120px;
        min-width: 120px;
    }

    .chatModal .modalHead {
        padding: 16px 60px 16px 20px;
        box-shadow: 0 3px 10px rgba(0, 76, 174, .08);
    }

    .chatModal .modalFoot {
        padding: 16px 20px;
        box-shadow: 0 -3px 10px rgba(0, 76, 174, .08);
    }

    .bubbleChatArea::before{
        content: none;
    }

    .bubbleChatBody {
        border-radius: 0;
        padding: 30px 20px;
        min-height: calc(var(--view-height) - 182px);
        height: 100%;
        max-height: unset;
    }

    .chatModal .modalFoot{
        height: 72px;
    }
    .chatFootW{
        gap: 0 8px;
    }

    .chatFootW .icon{
        width: 24px;
        height: 24px;
    }
    
    .chatFootW .chatInput.white {
        height: 40px !important;
        padding: 0 20px;
    }
    .chatFootW .chatSend {
        width: 40px;
        height: 40px;
    }
    .charIconArea{
        padding: 20px 12px 12px;
    }
    .charIconW{
        gap: 0 8px;
    }
    .charIcon,
    button.charIcon {
        padding: 6px;
        flex: 1 1 48px;
        width: 48px;
        max-width: 48px;
        min-width: 48px;
    }
}

@media screen and (max-width: 500px) {
    .bubbleSpeech {
        max-width: 80%;
    }
    .btnProfile {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }
    .bubbleSpeechW .chatTime{
        margin-top: 6px;
    }
    .bubbleSpeechW:has(.btnProfile) .chatTime{
        padding-left: 43px;
    }
    .bubbleSpeechW {
        gap: 0 8px;
    }
    .bubbleSpeech {
        padding: 10px 16px;
    }
}

.con22_list td.textLeft {
    text-align: left;
}

.textLink {
    display: inline-block;
    text-align: left;
    position: relative;
}

.textLink+.imgop1 {
    display: inline-block;
}


@media screen and (min-width: 1024px){
    .textLink:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 1023px) {
    .noticeTable tr {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 20px 8px;
    }

    .noticeTable.noticeTable td + td {
        margin: 0;
    }

    .noticeTable td:has(.textLink) {
        overflow: hidden;
        width: 100%;
    }

    .noticeTable td:nth-child(2) {
        order: 2;
    }
    .noticeTable td:nth-child(4) {
        order: 3;
        display: flex;
        align-items: center;
    }

    .noticeTable td:nth-child(4)::before {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: var(--border-color);
        margin-right: 8px;
    }
}

.con22_list td span.top22 {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

/* S:: 20250915 최유림 수정 */
.con22_btn_center.btnRight,
.hopeTable .con22_btn_center {
    justify-content: flex-end;
    margin-top: 24px;
}

.con22_btn_center.btnRight>a,
.hopeTable .con22_btn_center>a,
.hopeTable .con22_btn_center>li{
    width: 120px;
    min-width: 120px;
}

/* E:: 20250915 최유림 수정 */

.hopeTable + .list-paging {
    margin-top: 8px;
}

@media screen and (max-width: 1023px) {
    .hopeTable tr {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        overflow: hidden;
        gap: 16px 8px;
    }
    .responsiveTable.hopeTable tr td + td {
        margin: 0;
    }
    .hopeTable tr td:nth-child(1) {
        display: none;
    }
    .hopeTable tr td:nth-child(2) {
        order: 3;
    }
    .hopeTable tr td:nth-child(3) {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .hopeTable tr td:nth-child(4) {
        order: 4;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .hopeTable tr td:nth-child(4)::before {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: var(--border-color);
    }
}
@media screen and (max-width: 767px) {
    .hopeTable + .list-paging {
        margin-top: 20px;
    }
}

.con22_view_file {
    padding-left: 0;
    padding-right: 0;
}

/* .con22_view_file .con22_1 {
    padding: 0;
    background-image: none;
}
.con22_view_file ul {
    border: 1px solid var(--border-color-dark);
    padding: 20px 10px;
    border-radius: 8px;
}
.con22_view_file ul li {
    background-color: transparent;
    padding: 0;
}
.con22_view_file ul li a {
    background-image: none;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 5px;
    transition: var(--transition);
}

.con22_view_file ul li a,
.con22_view_file ul li a span.fop1 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
} */

.viewAnswerTop {
    margin-top: 20px;
    border-top: 1px solid var(--border-color-dark);
    border-bottom: 1px solid var(--border-color-dark);
    display: flex;
    justify-content: space-between;
    padding: 13px 30px;
    background-color: var(--grey-lighten4);
}

.viewAnswerTop>p {
    font-size: 17px;
    color: #555;
}

.viewAnswerTxt>span,
.viewAnswerTit {
    font-weight: 700;
    color: #333;
}

.viewAnswerBottom {
    padding-top: 40px;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (min-width:1024px) {
    /* .con22_view_file ul li a:hover {
        background-color: #BEE5F2;
    } */
}

/* G맘대로콕 - 과목신청 */
.eduSelectTop {
    display: flex;
    align-items: center;
    gap: 10px 40px;
}

.btnEduMonth,
.eduSelectYears {
    font-size: 20px;
    font-weight: 700;
}

.eduSelectYears {
    line-height: 20px;
}

.eduSelectMonthW,
.eduSelectMonthStage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.eduSelectMonthStage {
    gap: 0 40px;
    max-width: calc(100% - 106px);
}

.btnEduMonth {
    padding: 8px 16px;
}

.con22_calender2 ul li a,
.btnMonthContrl {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--grey-lighten4);
    padding: 0;
    border-radius: 99px;
    position: relative;
    transition: var(--transition);
}

.con22_calender2 ul li a::before,
.btnMonthContrl::before {
    content: '';
    display: block;
    background-image: url(../image/icon-arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}
.con22_calender2 ul li a.link2::before,
.btnMonthContrl.next::before {
    transform: translate(-50%,-50%) rotate(-90deg);
}

.btnEduMonth {
    line-height: 1;
    height: auto;
}
.btnEduMonth.active {
    color: var(--primary-base);
    text-decoration: underline;
}

.eduSelectBottom {
    margin-top: 20px;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
}

.btnDay {
    background-color: var(--grey-lighten4);
    width: 32px;
    height: 32px;
    border-radius: 99px;
    font-size: 17px;
    position: relative;
    padding: 0;
}

.btnDay.notice::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background-color: var(--danger-base);
    border: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: -3px;
    right: -3px;

}

.btnDay.btnBlue {
    color: var(--primary-base);
}

.btnDay.btnRed {
    color: #DE0004;
}

.btnDay.active {
    background-color: var(--primary-base);
    color: #fff;
}


.con22_calender2 {
    margin-top: 40px;
}

.con22_calender2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.con22_calender2 ul li {
    margin: 0;
    float: unset;
    font-size: 0;
}
.con22_calender2 ul li.tit {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.con22_calender2 ul li a,
.con22_calender2 ul li a.link1,
.con22_calender2 ul li a.link2 {
    border: 0;
    background-image: none;
    background-color: var(--grey-lighten4);
}

.con22_classlist3 {
    margin-top: 16px;
}

.con22_classlist3_c1 {
    border-top: 1px solid #000;
    display: flex;
}

.con22_classlist3_c2,
.con22_classlist3_c1 .con_time {
    font-size: 19px;
    font-weight: 700;
    padding: 12px;
}

.con22_classlist3_c1 .con_time {
    float: unset;
    background-color: var(--grey-lighten4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con22_classlist3_c1 .con_class {
    padding: 30px 20px;
    display: flex;
    gap: 30px;
    height: auto;
    width: 100%;
}

.con22_classlist3_c1 .con1 {
    margin: 0;
    float: unset;
    width: 100%;
    flex: 1 1 calc(25% - 30px*3/4);
    max-width: calc(25% - 30px*3/4);
    background-color: transparent;
    position: relative;
}

.con22_classlist3_c1 .con1::before {
    content: '';
    display: block;
    transition: var(--transition);
    outline: 2px solid var(--primary-base);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.con22_classlist3_c1 .con1:has(input:checked)::before {
    opacity: 1;
    visibility: visible;
}

.con22_classlist3_c1 .con1_1 {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    position: relative;
}

.con22_classlist3_c1 .con1_1 a.imgs {
    object-fit: contain;
    height: 165px;
    width: 100%;
    background-size: cover;
    text-indent: -10000px;
    background-repeat: no-repeat;
    background-position: center;
}

.con22_classlist3_c1 .con1_1 input[type="radio"] {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}

.con22_classlist3_c1 .con1_2 {
    padding: 15px;
    border-width: 0;
    background-color: #F5F5F7;
    border-radius:  0 0 16px 16px;
}

.con22_classlist3_c1 .con1_2 ul {
    display: flex;
    flex-wrap: wrap;
}

.con22_classlist3_c1 .con1_2 ul li.htit {
    width: 100%;
}

.con22_classlist3_c1 .con1_2 ul li.htit a {
    min-height: 45px;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    margin-bottom: 30px;
}

.con22_classlist3_c1 .con1_2 ul li:not(.htit) {
    width: 50%;
    float: unset;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.con22_classlist3_c1 .con1_2 ul li.desc {
    text-align: right;
}

.con22_classlist3_c1 .con1_2 ul li.desc .fop1 {
    color: #F16033;
}

.con22_classlist3_c1 .con1_2 ul li.htit a:hover {
    color: inherit;
}

.con22_classlist3_c2 {
    width: 100%;
    background-color: #F2FAFF;
    margin: 30px 0;
    border-top: 1px solid var(--border-color-dark);
    border-bottom: 1px solid var(--border-color-dark);
    text-align: center;
}

.con22_classlist3 + .con22_btn_center.mop3 {
    margin-top: 40px !important;
}

@media screen and (min-width: 1024px){
    .con22_calender2 ul li a:hover,
    .con22_calender2 ul li a.link1:hover,
    .con22_calender2 ul li a.link2:hover,
    .btnDay:hover,
    .btnMonthContrl:hover {
        border: 0;
        background-color: var(--grey-lighten3);
    }
    .btnEduMonth:hover {
        color: var(--primary-base);
        text-decoration: underline;
    }
    .btnDay:hover {
        background-color: var(--primary-base);
        color: #fff;
    }
    .con22_classlist3_c1 .con1_2 ul li.htit a:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 1199px){
    .eduSelectTop,
    .eduSelectMonthStage {
        gap: 0 20px;
    }
    .btnDay {
        width: 30px;
        height: 30px;
    }

}
@media screen and (max-width: 1023px){
    .con22_tab2 .con2.bgop8 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .con22_classlist3_c1 {
        flex-direction: column;
    }
    .con22_classlist3_c1 .con_time {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
    }
    .con22_classlist3_c1 .con_time>br {
        display: none;
    }
    .con22_classlist3_c1 .con1 {
        flex: 1 1 calc(33.33% - 20px * 2 / 3);
        max-width: calc(33.33% - 20px * 2 / 3);
    }
    .con22_classlist3_c1 .con_class {
        width: 100%;
        padding: 30px 0;
        gap: 30px 20px;
        flex-wrap: wrap;
    }
    .con22_classlist3_c2 {
        margin-bottom: 30px;
    }

    .con22_calender2 ul li.tit {
        font-size: 20px;
    }

    .con22_classlist3_c2,
    .con22_classlist3_c1 .con_time {
        font-size: 17px;
    }
    .con22_classlist3_c1 .con1_2 ul li.htit a {
        font-size: 15px;
        min-height: 40px;
    }
    .con22_classlist3_c1 .con1_2 ul li:not(.htit) {
        font-size: 15px;
    }

    .con22_tab2 .con2.bgop8 .con2_2 {
        padding: 20px 16px !important;
    }
    .viewAnswerTop {
        padding: 13px 16px;
    }
}

@media screen and (max-width: 767px) {
    .con22_view_file ul li a,
    .viewAnswerTop>p {
        font-size: 16px;
    }

    .viewAnswerBottom {
        font-size: 15px;
    }

    .con22_classlist3_c1 .con_class {
        flex-wrap: wrap;
    }
    .con22_classlist3_c1 .con1{
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 500px) {
    .con22_classlist3_c1 .con1{
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.g-process-info {
    position: relative;
    padding-top: 58px;
    display: flex;
    gap: 30px;
}
.g-process-info .info-img,
.g-process-info .process-info .info-img {
    float: unset;
}
.g-process-info .info-img {
    width: 486px;
}
.g-process-info .info-img img {
    width: 486px;
    height: 293px;
}
.g-process-info.process-info,
.g-process-info .info-txt {
    overflow: unset;
}

.g-process-info .info-txt {
    float: unset;
    padding-left: 0;
    position: static;
    width: calc(100% - 486px - 30px);
}

.g-process-info .con22_view2 {
    margin: 0;
    width: 100%;
}
.g-process-info .con22_view2 th {
    font-size: 17px;
    font-weight: 700;
    padding: 12px 20px;
}
.g-process-info .con22_view2 td {
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
}

.g-process-info .con22_view2 {
    border-color: var(--border-color);
}

.con-labels-w{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    gap: 0 16px;
}


.g-process-info.process-info .info-txt .con-labels span.label22_2  {
    margin: 0;
    background-color: #F16033;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.g-process-info  .info-txt .tit {
    margin: 0;
    font-size: 20px;
}


@media screen and (max-width: 1199px) {
    .g-process-info .con22_view2 table col:nth-child(1) {
        width: 30%;
    }
}

@media screen and (max-width: 1023px) {
    .g-process-info {
        flex-direction: column;
    }
    .g-process-info .info-img {
        margin: 0 auto;
        width: 100%;
        max-width: 565px;
    }
    .g-process-info .info-img img {
        height: auto;
    }
    .g-process-info .info-txt {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .g-process-info {
        padding: 0;
    }
    .con-labels-w{
        position: static;
        display: block;
    }
    .g-process-info .info-txt .tit {
        padding: 10px 0;
        font-size: 18px;
    }
    .g-process-info .con22_view2 th {
        padding: 12px 0;
    }
}

.myStatusArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 1px solid var(--border-color);
}

.myStatusW {
    flex: 1 1 0;
    padding: 20px;
    text-align: center;
}

.myStatusW + .myStatusW {
    border-left: 1px solid var(--border-color);
}

.myStatusIcon {
    width: 76px;
    height: 76px;
    border-radius: 99px;
    background-color: var(--grey-lighten4);
    padding: 17px 10px;
    margin: 0 auto;
}

.myStatusIcon>img {
    width: auto;
    object-fit: contain;
}

.myStatusTxt {
    padding-top: 10px;
    color: var(--grey-base);
    line-height: 1.8;
    font-size: 17px;
    font-weight: 500;
}

.myStatusTit {
    font-size: 19px;
    font-weight: 700;
}

.myStatusArea + .con22_list_option2 {
    margin: 40px 0 30px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.myStatusArea + .con22_list_option2 .con22_3_2 {
    padding: 0;
    float: unset;
    display: flex;
    gap: 14px;
}
.myStatusArea + .con22_list_option2 .con22_3_2 select {
    padding: 0 30px 0 17px;
    border: 1px solid var(--border-color);
    height: 55px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    background-image: url(/sangs/resources/static/image/select-bg-arrow-primary2.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    width: 168px;
    min-width: 168px;
    margin: 0;
}

/* .con22_list_option2 .con22_3_2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 55px;
    padding: 0 16px;
    border-radius: 10px;
    transition: all var(--transition);
    background-color: var(--primary-base);
    color: #fff;
    min-width: 100px;
}

.con22_list_option2 .con22_3_2 a:hover {
    background-color: var(--primary-darken2);
} */

.processStatusArea {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: var(--grey-lighten5);
    padding: 16px 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.statusChip {
    padding: 6px 16px;
    font-size: 18px;
    border-radius: 15px;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--border-color);
}

.statusChip.done {
    border-color: var(--primary-base);
    color: var(--primary-base);
}

.statusChip p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.processStatusW {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1023px) {
    .processStatusArea {
        margin: 0;
        border-top: 0;
    }
}
@media screen and (max-width: 767px) {

    .myStatusW {
        padding: 20px 10px;
    }
    .myStatusIcon {
        width: 60px;
        height: 60px;
        padding: 10px 14px;
    }
    .myStatusTxt {
        font-size: 16px;
        line-height: 1.4;
    }
    .myStatusTit {
        font-size: 17px;
    }
    .myStatusArea + .con22_list_option2 {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .myStatusArea + .con22_list_option2 .con22_1 {
        align-self: flex-start;
    }
    .myStatusArea + .con22_list_option2 .con22_3 {
        width: 100%;
    }
    .myStatusArea + .con22_list_option2 .con22_3_2 {
        flex-direction: column;
    }
    .myStatusArea + .con22_list_option2 .con22_3_2 select {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .myStatusArea {
        flex-direction: column;
    }
    .myStatusW {
        width: 100%;
    }
    .myStatusW + .myStatusW {
        border-left: 0;
        border-top: 1px solid var(--border-color);
    }
    .processStatusArea {
        flex-direction: column;
    }
    .statusChip {
        align-self: flex-start;
    }
    .processStatusW>a {
        flex: 1 1 auto;
    }
}
.con22_classboard4,
.con22_classboard3,
.con22_classboard2,
.con22_classboard {
    display: flex;
    align-items: center;
    transition: var(--transition);
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0px 10px #00000015;
    padding: 0;
}

.con22_classboard3 {
    padding: 30px 20px;
}

.con22_classboard4_c,
.con22_classboard2_c,
.con22_classboard_c {
    margin: 0;
    float: unset;
    flex: 1 1 auto;
    width: auto;
    font-weight: 600;
    padding: 30px 20px;
}
.con22_classboard4_c .desc22 .desc22_c,
.con22_classboard3_c2 .desc22 .desc22_c a,
.con22_classboard2_c .desc22 .desc22_c,
.con22_classboard_c .desc22 .desc22_c {
    background-color: var(--grey-lighten5) !important;
    font-weight: 700;
    font-size: 19px;
    color: #333 !important;
}
.con22_classboard4_c .desc22 .desc22_c span,
.con22_classboard2_c .desc22 .desc22_c span,
.con22_classboard_c .desc22 .desc22_c span {
    font-size: 19px;
    font-weight: 700;
    color: var(--primary-darken4);
}

.con22_classboard2_c .desc22 .desc22_c span,
.con22_classboard_c .desc22 .desc22_c span {
    color: var(--primary-darken4);
    margin: 0;
}

.con22_classboard2_c .desc22 .desc22_c span.fop1,
.con22_classboard_c .desc22 .desc22_c span.fop1 {
    color: var(--primary-base);
}

.con22_classboard3_c1 {
    padding-right: 30px;
    flex: 1 1 50%;
}

.con22_classboard3_c2 {
    float: unset;
    flex: 1 1 12.5%;
    width: 100%;
    max-width: 12.5%;
    margin: 0;
}
@media screen and (max-width: 1023px) {
    .con22_classboard3 {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .con22_classboard3_c1 {
        flex: 1 1 100%;
        padding-right: 0;
    }
    .con22_classboard3_c2 {
        max-width: 25%;
        flex: 1 1 25%;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .con22_classboard4,
    .con22_classboard {
        flex-wrap: wrap;
    }
    .con22_classboard4_c,
    .con22_classboard3_c,
    .con22_classboard2_c,
    .con22_classboard_c {
        flex: 1 1 33.33%;
        font-size: 16px;
        padding: 16px 10px;
    }
    .con22_classboard_c .desc22 .desc22_c span {
        font-size: 17px;
    }

    .con22_classboard2_c .desc22 .desc22_c,
    .con22_classboard_c .desc22 .desc22_c {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .con22_classboard4_c .desc22 .desc22_c,
    .con22_classboard3_c2 .desc22 .desc22_c a,
    .con22_classboard2_c .desc22 .desc22_c,
    .con22_classboard_c .desc22 .desc22_c {
        padding: 10px 6px;
        width: 75px;
    }
    .con22_classboard_c {
        padding: 20px 8px;
    }
    .con22_classboard4_c,
    .con22_classboard3_c,
    .con22_classboard2_c,
    .con22_classboard_c {
        padding: 16px 8px;
    }

    .con22_classboard4_c:nth-child(2),
    .con22_classboard2_c:nth-child(2),
    .con22_classboard_c:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    .con22_classboard3_c2 {
        max-width: 50%;
        flex: 1 1 50%;
    }

}

.gTabTable tr:nth-child(3n-2) td:first-child {
    border-right: 1px solid var(--border-color-dark);
}

.gTabTable tr:nth-child(3n-2) td:nth-child(4) {
    border-right: 1px solid var(--border-color-dark);
    border-left: 1px solid var(--border-color-dark);
}

.gTabTable tr:nth-child(3n-2) td:nth-child(6) {
    border-left: 1px solid var(--border-color-dark);
}

@media screen and (max-width: 1023px) {
    .gTabTable tr {
        border-radius: 8px;
    }

    .gTabTable td {
        width: 100%;
    }
    .gTabTable td:nth-child(1) {
        display: block;
    }

    .gTabTable tr:nth-child(3n-2),
    .gTabTable tr:nth-child(3n-1),
    .gTabTable tr:nth-child(3n) {
        flex-direction: column;
        gap: 8px;
        padding: 10px 16px;
        border: 1px solid var(--border-color);
    }

    .gTabTable tr:nth-child(3n-2) {
        margin-top: 120px;
        overflow: unset;
    }

    .gTabTable tr:nth-child(1) {
        margin-top: 40px;
    }

    .gTabTable tr:nth-child(3n-1),
    .gTabTable tr:nth-child(3n) {
        margin-top: 10px;
    }

    .gTabTable tr:nth-child(3n) {
        margin-bottom: 62px;
    }

    .gTabTable tr:nth-child(3n-2) td:first-child {
        display: block;
        width: 100%;
        font-weight: 700;
        position: absolute;
        top: -30px;
        left: 0;
    }

    .gTabTable tr:nth-child(3n-2) td:nth-child(4) {
        position: absolute;
        top: -30px;
        right: 0;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .gTabTable tr:nth-child(3n-2) td:nth-child(4)::before{
        content: '신청상태';
        display: block;
        font-weight: 500;
    }

    .gTabTable tr:nth-child(3n-2) td:nth-child(6) {
        position: absolute;
        bottom: -290px;
        height: 52px;
        left: 0;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid var(--border-color);
        padding: 10px 16px;
        border-radius: 8px;
    }

}
@media screen and (max-width: 767px) {
    .gTabTable tr:nth-child(3n-2),
    .gTabTable tr:nth-child(3n-1),
    .gTabTable tr:nth-child(3n) {
        gap: 4px;
    }

    .gTabTable tr:nth-child(3n-2) td:nth-child(6) a {
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

.modalTxt {
    font-size: 18px;
    text-align: center;
}

.btnTableMd {
    width: 60px;
    height: 32px;
    font-size: 16px;
    border-radius: 5px;
}

.modalHead .modalCloseBtnTxt {
    width: auto;
    height: auto;
    padding: 14px 20px;
    background-color: var(--grey-lighten2);
    line-height: 17px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    background-image: none;
    position: static;
}

@media screen and (min-width: 1024px) {
    .modalHead .modalCloseBtnTxt:hover {
        background-color: var(--grey-base);
    }
}
@media screen and (max-width: 767px) {
    .modalHead:has(.modalCloseBtnTxt) {
        padding-right: 20px;
    }
    .modalHead .modalCloseBtnTxt {
        padding: 7px 10px;
        font-size: 15px;
        border-radius: 4px;
    }
}

.checkboxStage.sm .checKLabel{
    flex: 1 1 calc(100% / 4 - 10px * 3 / 4);
    max-width: calc(100% / 4 - 10px * 3 / 4);
}

@media screen and (max-width: 1023px) {
    .checkboxStage.sm .checKLabel {
        flex: 1 1 calc(100% / 3 - 10px * 2 / 3);
        max-width: calc(100% / 3 - 10px * 2 / 3);
    }
}

@media screen and (max-width: 767px) {
    .checkboxStage.sm .checKLabel {
        flex: 1 1 calc(100% / 2 - 10px * 1 / 2);
        max-width: calc(100% / 2 - 10px * 1 / 2);
    }
}

@media screen and (max-width: 500px) {
    .checkboxStage.sm .checKLabel {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* my학습 */
.con-box-6-3 {
    padding: 20px 30px;
    box-shadow: 0 0px 10px #00000015;
    border-radius: 20px;
    margin-top: 10px;
}

.con-box-6-3 ul {
    display: flex;
    align-items: center;
}

.con-box-6-3 li {
    flex: 1 1 0;
    text-align: center;
}

.con-box-6-3 li a .con22_1 {
    background-color: var(--grey-lighten5);
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #555555;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 30px 10px 30px;
    margin-top: 12px;
}

.con-box-6-3 li a .con22_1 span {
    color: var(--primary-base);
}

@media screen and (max-width: 1023px) {
    .con22_list td .imgop2 {
        width: 100%;
        height: auto;
    }
    .con-box-6-3 li a img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .myTable tr {
        display: grid;
        grid-template-columns: 50% 1fr;
        grid-template-rows: repeat(5, 1fr);
        gap: 0 20px;
    }
    .myTable tr>td {
        box-sizing: border-box;
    }
    .myTable tr>td:nth-child(2) {
        grid-row: span 6;
        grid-column: 1;
    }
    .myTable tr>td:nth-child(2) a {
        display: flex;
        align-items: center;
    }
    .myTable tr>td:nth-child(n+3) {
        grid-column: 2;
        display: flex;
        align-items: center;
        position: relative;
    }
    .myTable tr>td:nth-child(n+4):nth-child(-n+7) {
        border-top: 1px solid var(--border-color-dark);
    }

    .myTable tr>td:nth-child(n+3):nth-child(-n+6)::before {
        display: block;
        position: absolute;
        left: 0;
        font-weight: 600;
    }
    .myTable tr>td:nth-child(n+4):nth-child(-n+6){
        padding-left: 65px;
    }
    .con22_list td.tit22 a {
        /*font-weight: 700;*/
    }
    .myTable tr>td:nth-child(4)::before {
        content: '학습기간';
    }
    .myTable tr>td:nth-child(5)::before {
        content: '인정시간';
    }
    .myTable tr>td:nth-child(6)::before {
        content: '학습현황';
    }
    .myTable tr>td:nth-child(7) {
        justify-content: flex-end;
        padding-right: 66px;
        background-color: var(--grey-lighten4);
        border-bottom: 1px solid var(--border-color-dark);
    }
    .myTable tr>td:nth-child(8) {
        position: absolute;
        right: 20px;
        bottom: 11.8%;
        border: 0;
    }

}
@media screen and (max-width: 767px) {
    .con-box-6-3 {
        padding: 20px 16px;
    }
    .con-box-6-3 li a img {
        width: 42px;
        height: 42px;
    }
    .con-box-6-3 li a .con22_1 {
        padding: 10px;
        font-size: 17px;
    }

    .myTable tr {
        display: flex;
        flex-direction: column;
    }

    .myTable.responsiveTable tr>td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .myTable tr>td:nth-child(2) {
        text-align: center;
    }
    .myTable tr>td:nth-child(2) a {
        display: inline-block;
    }

    .myTable tr>td:nth-child(8) {
        bottom: 21px;
    }
}

/* 나의 학습현황 */
.con22_chart2,
.con22_chart {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.con22_chart2 {
    padding: 30px 20px;
}

.con22_chart_c {
    float: unset;
    width: 100%;
    margin: 0;
}

.con22_chart2_c1 {
    width: 100%;
    flex: 1 1 30%;
}

.con22_chart2_c1 ul {
    padding: 20px;
}

.con22_chart2_c1 ul li {
    margin-bottom: 0;
}

.con22_chart2_c1 ul li::before {
    top: 11px;
}

.con22_chart2_c1 ul li + li {
    margin-top: 10px;
}

.con22_chart2_c2 {
    width: 100%;
    padding: 0;
    float: unset;
}

.con22_classboard3_c2 .desc22 .desc22_c a:hover {
    background-color: var(--primary-base) !important;
    border-color: var(--primary-base);
    color: #fff !important;
}

@media screen and (max-width: 1023px) {
    .con22_chart2,
    .con22_chart {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .con22_chart_c {
        padding: 20px 16px;
    }
    .con22_chart2,
    .con22_chart2_c1 ul {
        padding: 20px 16px;
    }
    .con22_chart2_c1 ul li {
        font-size: 14px;
    }
    .con22_chart2_c1 ul li span {
        font-size: 16px;
    }
}
@keyframes con22_tab2_ani1 {
    0% {
        opacity: 1.0;
        transform: translateX(0) translateY(-50%);
    }

    50% {
        opacity: 1.0;
        transform: translateX(12%) translateY(-50%);
    }

    100% {
        opacity: 1.0;
        transform: translateX(0) translateY(-50%);
    }
}
.con22_tab2 .con1 ul {
    display: flex;
    gap: 20px;
}
.con22_tab2 .con1 ul li {
    float: unset;
    width: auto;
    flex: 1 1 calc(33.33% - 40px/3);
    margin: 0;
}
.con22_tab2 .con1 ul li a {
    position: relative;
}
.con22_tab2 .con1 ul li a i {
    transform: translateY(-50%);
}

.con22_tab2 .con1 ul li a.bgop1 i,
.con22_tab2 .con1 ul li a.bgop2 i,
.con22_tab2 .con1 ul li a.bgop3 i {
    top: 50%;
}

.con22_tab2 .con1 ul li a.bgop1 i {
    background-image:url(../image/my/ability_01.png);
}

.con22_tab2 .con1 ul li a.bgop2 i {
    background-image:url(../image/my/ability_02.png);
}

.con22_tab2 .con1 ul li a.bgop3 i {
    background-image:url(../image/my/ability_03.png);
}

.con22_tab2 .con2 .con2_1 ul {
    display: flex;
    gap: 16px 10px;
}

.con22_tab2 .con2 .con2_1 ul li {
    flex: 1 1 auto;
    float: unset;
    width: 100%;
    max-width: calc(25% - 30px/4);
    margin: 0;
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li {
    float: unset;
    margin: 0;
    width: 100%;
    flex: 1 1 calc(25% - 10px*3/4);
    max-width: calc(25% - 10px*3/4);
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li:nth-child(5n) {
    margin: 0;
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li label {
    display: flex;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    position: relative;
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li label::before,
.con22_tab2 .con2 .con2_2 .con2_2_1 ul li label::after {
    content: '';
    display: block;
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li label::before {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid var(--border-color-dark);
    border-radius: 4px;
    box-sizing: border-box;
    transition: all var(--transition);
    margin-right: 10px;
    background-color: #fff;
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li:has(input[type="checkbox"]:checked) label::before {
    background-color: var(--primary-base);
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li label::after {
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 6px;
    left: 5px;
    transform: rotate(320deg);
}

.con22_tab2 .con2 .con2_2 .con2_2_1 ul li input[type="checkbox"] {
    opacity: 0;
    margin: 0;
    width: 0;
    height: 0;
}

@media screen and (max-width: 1023px) {
    .con22_tab2 .con2,
    .con22_tab2 .con1 ul li a {
        padding: 30px 20px;
    }
    .con22_tab2 .con1 ul li a i {
        left: 20px;
    }

    .con22_tab2 .con2 .con2_2 {
        padding: 30px 20px 20px !important;
    }
    .con22_tab2 .con2 .con2_2 .con2_2_1 ul li {
        flex: 1 1 calc(33.33% - 10px*2/3);
        max-width: calc(33.33% - 10px*2/3);
    }
}

@media screen and (max-width: 767px) {
    .con22_tab{
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        height: auto;
    }
    .con22_tab>a{
        /*min-width: 160px;*/
        flex: 1 1 0;
        height: 44px;
        white-space: nowrap;
        padding: 0 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con22_tab2 .con1 ul {
        gap: 10px;
    }
    .con22_tab2 .con1 ul li {
        flex: 1 1 calc(33.33% - 20px/3);
    }
    .con22_tab2 .con1 ul li a {
        font-size: 20px;
        text-align: center;
        padding: 45px 20px 10px;
    }
    .con22_tab2 .con1 ul li a.bgop1 i,
    .con22_tab2 .con1 ul li a.bgop2 i,
    .con22_tab2 .con1 ul li a.bgop3 i {
        top: 10px;
        transform: translateX(-50%);
        left: 50%;
        height: 30px;
        background-size: contain;
        background-position: center;
        animation: none;
    }
    .con22_tab2 .con1 ul li a.bgop1:hover i,
    .con22_tab2 .con1 ul li a.bgop1.on i,
    .con22_tab2 .con1 ul li a.bgop2:hover i,
    .con22_tab2 .con1 ul li a.bgop2.on i,
    .con22_tab2 .con1 ul li a.bgop3:hover i,
    .con22_tab2 .con1 ul li a.bgop3.on i {
        animation: none;
    }
    .con22_tab2 .con2 .con2_1 ul li {
        max-width: unset;
    }
    .con22_tab2 .con2 .con2_1 ul li a {
        font-size: 16px;
    }
    .con22_tab2 .con2 .con2_2 {
        padding: 30px 12px 20px !important;
    }
    .con22_tab2 .con2 .con2_2 .con2_2_1 ul li {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

}

@media screen and (max-width: 500px) {
    .con22_tab2 .con1 ul li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
    }
    .con22_tab2 .con2 .con2_2 .con2_2_1 ul li {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .con22_tab2 .con2 .con2_1 ul:has(li:nth-child(4)) {
        flex-wrap: wrap;
    }
    .con22_tab2 .con2 .con2_1 ul:has(li:nth-child(4)) li {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* 기존 모달 */
.con22_modal .container {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.con22_modal .container::before {
    display: none;
}

.con22_modal .modal-dialog.wop1 {
    width: 100%;
    margin: 0;
}

.con22_modal .modal-content {
    border-radius: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-open .modal {
    background-color: transparent;
    overflow: hidden;
    padding: 20px !important;
}

.con22_modal_header {
    background-color: #fff;
    padding: 30px 30px 10px;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.con22_modal_header h1 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-dark);
    padding-right: 44px;
}

.con22_modal_header a.link_close {
    width: 34px;
    height: 34px;
    background-color: var(--primary-base);
    border-radius: 99px;
    background-image: url(../image/icon-close-white.svg);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.con22_modal_header a.link_close:hover {
    transform: unset;
}

@media screen and (min-width: 1024px) {
    .con22_modal_header a.link_close:hover {
        background-color: var(--primary-darken1);
    }
}

@media screen and (max-width: 767px) {
    .con22_modal .modal-dialog.wop1 {
        width: 100%;
    }
    .con22_modal_header {
        padding: 30px 20px 10px;
    }
    .con22_modal_header h1 {
        padding-bottom: 12px;
        font-size: 18px;
    }
    .con22_modal_body {
        padding: 20px 20px 30px;
    }
}

.list-option ul li select,
.con22_list_option2 .con22_4 select {
    border: 1px solid #d4d4d4;
}


@media screen and (max-width: 767px) {
    .list-option ul.flop1 {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 500px) {
    .list-option ul li select {
        width: 100%;
    }
}





.con22_classlist_c .con22_1{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: calc((180 / 288) * 100%);
}
.con22_classlist_c .con22_1 a.imgs{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.con22_search2{
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 0px 10px #00000015;
    display: flex;
}
.con22_search2 ul.wop2{
    display: flex;
    align-items: center;
    gap: 10px 24px;
    width: 100%;
}
.con22_search2 ul li.tit22{
    flex-basis: 0;
    flex-grow: 1;
    width: auto;
    margin: 0;
    padding: 0;
}
.con22_search2 ul li.desc22_2{
    flex: 0 0 auto;
    width: auto;
    margin: 0;
}
.con22_search2 dl.wop1{
    display: flex;
    gap: 0 12px;
}
.con22_search2 dl.wop1 dt{
    width: 280px;
    margin: 0;
}
.con22_search2 ul li select{
    padding: 0 30px 0 17px;
    border: 1px solid var(--border-color-dark);
    height: 55px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    background-image: url(../image/select-bg-arrow-primary2.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
}
.con22_search2 ul li.btns22{
    width: auto;
    margin: 0;
}
.con22_search2 a.link22_1{
    width: 165px;
    height: 55px;
    background-color: #00367B;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-medu .con-btn .con-btn-1 a.link22_1{
    color: #fff !important;
}
.list-paging .pagination li.first{
    margin-right: 6px;
}
.list-paging .pagination li.last{
    margin-left: 6px;
}
.list-paging .pagination li.first a,
.list-paging .pagination li.last a{
    background-color: #F5F5F7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.con22_calender_c1{
    width: 100%;
}
.con22_calender_c1 ul{
    display: flex;
}
.con22_calender_c1 ul li{
    flex-basis: 0;
    flex-grow: 1;
}
.con22_calender_c1 ul li a{
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.con22_calender:has(.con22_calender_c2){
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.con22_calender:has(.con22_calender_c2) .con22_calender_c1{
    flex-basis: 0;
    flex-grow: 1;
}
.con22_calender_c2{
    flex: 0 0 auto;
    float: unset;
    padding: 0;
}
.process-info .con22_btn_center>a,
.process-info .con22_btn_center>li{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 167px;
    min-width: 0;
}
.sweet-alert{
    border-radius: 20px;
}
.sweet-alert p:has(.btn){
    display: flex;
    justify-content: center;
    gap: 0 8px;
}
.modal #content-pop{
    max-height: calc(var(--view-height) - 246px);
    overflow-x: hidden;
    overflow-y: auto;
}
.con_modal .modal-body{
    background-color: #fff;
}

@media screen and (max-width: 1439px){
}
@media screen and (max-width: 1200px){
    img{
        max-width: 100%;
    }
    .con22_imgs3 img{
        height: auto !important;
    }
    .con22_list_option2{
        display: flex;
        flex-direction: column;
        gap: 16px 0;
    }
    .con22_list_option2>*{
        width: 100%;
    }
    .con22_list_option2 .con22_3{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
    .con22_list_option2 .con22_3_2{
        padding-top: 0;
        flex: 0 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 6px;
        max-width: 100%;
    }
    .con22_list_option2 .con22_3_2 select.mop1{
        margin: 0;
    }
    .con22_search2 ul.wop2{
        flex-wrap: wrap;
    }
    .con22_search2 ul li.tit22{
        flex: 1 1 100%;
        margin-bottom: 8px;
    }
    .con22_search2 ul li.desc22_2{
        flex-basis: 0;
        flex-grow: 1;
    }
    .con22_search2 dl.wop1 dt{
        flex-basis: 0;
        flex-grow: 1;
        width: auto;
    }
    tr .submenu-box{
        width: 100%;
    }
    .submain-submenu .submenu tbody,
    .submain-submenu .submenu tr,
    .submain-submenu .submenu td{
        display: block;
        width: 100%;
    }
    tr:nth-child(2) .submenu-box{
        padding: 0;
    }
    .process-info .info-img{
        margin: 0 auto 30px;
        float: unset;
        width: 100%;
        max-width: 565px;
    }
    .process-info .info-txt{
        width: 100%;
        padding: 0;
    }
    .process-info .info-img img{
        width: 100%;
        height: auto;
    }
    .con22_lwheader_c{
        display: flex;
        padding: 16px 20px;
        max-width: 100%;
    }
    .con22_lwheader_c span.logo22{
        display: none;
    }
    .con22_lwheader_c ul{
        position: static;
    }
    .con_gnb_c,
    .con_mcont_c,
    .con_mcont2_c{
        padding: 0 20px;
        max-width: 100%;
    }
    .con_gnb_c{
        padding: 0;
    }
    .con_gnb{
        height: auto;
        border-bottom: 0;
    }
    .con_gnb_c ul{
        display: flex;
        flex-wrap: wrap;
    }
    .con_gnb_c ul li{
        float: unset;
        width: auto;
        flex-basis: 0;
        flex-grow: 1;
        border-bottom: 1px solid #dddddd;
    }
    .con_gnb_c ul li a {
        padding: 0 16px;
        white-space: nowrap;
        height: 46px;
        font-size: 16px;
        line-height: 46px;
    }
    .con_mcont_c1{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .con_mcont_c2{
        width: 100%;
    }
    .con_mcont_c1 .con ul li.tit2,
    .con_mcont_c1 .con ul li.tit{
        width: 68px;
        min-width: 68px;
    }
    .con_mcont_c1 .con ul li.desc,
    .con_mcont_c1 .con ul li.desc2{
        width: calc(100% - 68px);
    }
    .con_mcont_c1 .htit{
        padding: 0;
    }
    .con_mcont_c1 .htit>span{
        display: block;
    }
    .con_mcont_c1 .htit>span + span{
        margin-top: 8px;
    }
    .con_mcont_c1 h3{
        font-size: 18px;
    }
    .con_mcont_c2 .htit h3,
    .con_mcont_c1 .htit a.tit{
        font-size: 24px;
    }
    .con_mcont_c2 .con2_1 span.graph_txt{
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .con_mcont2_c1 .con2{
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .con_mcont2_c1 .con2 ul{
        display: flex;
        gap: 10px;
    }
    .con_mcont2_c1 .con2 ul li{
        float: unset;
        margin: 0;
        flex: 1 1 0;
    }
    .con_mcont2_c1 .con2 ul li a{
        width: 100%;
    }
}
@media screen and (max-width: 1023px){
    .con22_classlist{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .con22_classlist_c{
        margin: 0;
        width: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
        flex: 1 1 calc((100% - 40px) / 3);
    }
    .con22_recom{
        display: none;
    }
    .con_mcont2_c2.mop2{
        display: flex;
        flex-wrap: wrap;
        gap: 10px 16px;
    }
    .con_mcont2_c2 .htit{
        float: unset;
        order: 1;
        flex: 0 0 auto;
        width: fit-content;
    }
    .con_mcont2_c2 .con{
        order: 3;
        float: unset;
        width: 100%;
        flex: 1 1 100%;
    }
    .con_mcont2_c2 .btns{
        order: 2;
        float: unset;
        padding: 0;
        width: fit-content;
    }
    .con_mcont2_c2 .btns a.link2{
        padding: 5px 16px;
    }
    .con_mcont2_c2 .con ul{
        display: block;
    }
    .con_mcont2_c2 .con ul>li{
        display: block;
        width: 100%;
        position: static !important;
        padding: 0 !important;
    }
    .mobile-menu{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .con22_list_option2 .con22_2{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .con22_list_option2 .con22_2 span{
        display: block;
        flex: 1 1 100%;
        margin-bottom: 4px;
    }
    .con22_list_option2 .con22_2 a{
        margin-right: 0;
    }
    .con22_list_option2 .con22_3 .con22_3_1{
        width: auto;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 300px;
        min-width: 158px;
        margin-right: 0;
    }
    .con22_list_option2 .con22_3_1 input[type="text"]{
        width: 100%;
        padding-right: 42px;
    }
    .con22_list_option2 .con22_3_1 a{
        right: 13px;
    }
    .con22_classlist_c{
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
    }
    .con22_search2{
        padding: 20px;
    }
    .con22_search2 ul li.desc22_2{
        flex: 1 1 100%;
    }
    .con22_search2 dl.wop1{
        display: block;
    }
    .con22_search2 dl.wop1 dt{
        width: 100%;
    }
    .con22_search2 dl.wop1 dt + dt{
        margin-top: 10px !important;
    }
    .con22_search2 ul li.btns22{
        flex: 1 1 100%;
    }
    .con22_search2 a.link22_1{
        height: 45px;
        font-size: 16px;
        margin: 0 auto;
    }
    .con22_search2 ul li select{
        height: 45px;
        font-size: 16px;
        margin: 0 auto;
    }
    .list-medu .box{
        padding: 50px 0 20px;
    }
    .list-medu .box input[type="checkbox"]{
        left: 0;
    }
    .list-medu .img-box{
        float: unset;
        width: 100%;
    }
    .list-medu .img-box .img{
        margcin: 0 auto;
        width: 100%;
    }
    .list-medu .img-box .img img{
        height: auto;
    }
    .list-medu .board-info{
        padding-left: 0;
        width: 100%;
    }
    .board-info .category a{
        text-align: left;
    }
    .process-info .info-txt .tit{
        font-size: 20px;
        line-height: 1.2;
    }
    .con22_view3 colgroup>col:first-child,
    .con22_view2 colgroup>col:first-child{
        width: 78px !important;
    }
    .con22_view3 colgroup>col:last-child,
    .con22_view2 colgroup>col:last-child{
        width: auto !important;
    }
    .con22_view3 th.bgop22_1{
        padding: 10px;
    }
    .con22_calender_c1 ul{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .con22_calender_c1 ul li{
        min-width: 48px;
    }
    .common-tab3.responsive{
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .common-tab3.responsive li{
        flex: 0 0 auto;
        width: auto;
    }
    .common-tab3.responsive li a{
        white-space: nowrap;
        padding: 10px;
    }
    .common-tab3 li a{
        font-size: 14px !important;
    }
    .con22_view3 colgroup{
        display: none;
    }
    .con22_view3 table,
    .con22_view3 tbody,
    .con22_view3 tr,
    .con22_view3 th,
    .con22_view3 td{
        display: block;
        width: 100%;
    }
    .con22_calender:has(.con22_calender_c2){
        flex-direction: column-reverse;
        gap: 16px 0;
        padding: 20px;
    }
    .con22_calender:has(.con22_calender_c2) .con22_calender_c1{
        flex-basis: auto;
    }
    .process-info .con22_btn_center.mop1 a{
        margin: 0;
        font-size: 16px;
        height: 46px;
    }
    .process-info .con22_btn_center{
        gap: 0 8px;
    }
    .con_mcont2_c1{
        padding: 20px 16px;
    }
    .con_mcont2_c1 .con2 ul{
        flex-wrap: wrap;
    }
    .con_mcont2_c1 .con2 ul li{
        flex: 1 1 calc(50% - 5px);
    }
    .con_mcont2_c1 .con ul li{
        font-size: 16px;
    }
    .con_mcont2_c1 .con2 ul li a.link1{
        font-size: 16px;
    }
    .con_mcont2_c2.mop2{
        padding: 20px 16px;
    }
    .con_mcont2_c2 .htit{
        font-size: 17px;
    }
    .con_mcont2_c2 .btns a.link2{
        padding: 5px 12px;
        font-size: 14px;
    }
    .con_mcont2_c2 .con ul li.tit{
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
    .con22_classlist_c{
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .con22_search2 a.link22_1{
        width: 100%;
    }

    .list-paging .pagination li.first{
        margin-right: 2px;
    }
    .list-paging .pagination li.last{
        margin-left: 2px;
    }
    .list-paging .pagination li.first a,
    .list-paging .pagination li.last a{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}


/* sweet-alert */
.sweet-alert {
    border-radius: 20px;
    box-shadow: none;
    border: 0;
}

.sweet-alert p:has(.btn) {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.sweet-alert .btn {
    min-width: 167px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .sweet-alert .btn {
        min-width: unset;
    }
}
@media screen and (max-width: 500px) {
    .sweet-alert .btn {
        flex: 1 1 0;
    }
}

/* S:: 20250915 최유림 추가 */
.orangeTxt {
    color: #F16033;
}
.formGruopSm .captionTxt {
    width: calc(100%*2 + 33px);
}

@media screen and (max-width: 767px) {
    .formGruopSm .captionTxt {
        width: 100%;
    }
}

.btnInstructorSet,
.instructorSetW {
    display: flex;
    border: 1px solid var(--border-color-dark);
    border-radius: 8px;
    height: 160px;
    transition: all var(--transition);
}

.btnInstructorSet {
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--grey-lighten4);
    gap: 0 7px;
    font-weight: 500;
}

.btnInstructorSet>span {
    color:var(--grey-base);
    font-size: 16px;
}

.likeSettingBtn {
    min-height: 55px;
    height: auto;
    padding: 8px 16px;
}

.instructorSetW {
    padding: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px 16px;
}

.likeSettingKeywordW {
    position: relative;
}

.likeSettingKeywordW>.btnDirect {
    position: absolute;
    right: 0;
    top: -30px;
}

.modalBodyInner:has(.btnDirect) .likeSettingTitW {
    padding-right: 101px;
    flex-wrap: wrap;
}

.instructorSearch {
    display: flex;
    gap: 0 8px;
    align-items: center;
    position: relative;
}

.instructorSearch>input {
    width: 287px;
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 8px;
}
.instructorSearch>.btn {
    height: 28px;
    padding: 0 16px;
    border-radius: 8px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 1201px) {
    .btnInstructorSet:not(:disabled):hover {
        background-color: var(--grey-lighten3);
    }
}
@media screen and (max-width: 767px) {
    .btnInstructorSet,
    .instructorSetW {
        height: 120px;
    }
    .instructorSetW {
        padding: 20px 16px;
    }
    .btnInstructorSet>span {
        font-size: 15px;
    }
    .instructorSearch>input,
    .instructorSearch {
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .likeSettingKeywordW>.btnDirect {
        top: -50px;
    }
}

.bookAgreeTable .btn + span {
    margin-left: 8px;
}

.billArea {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    transition: all var(--transition);
}

.billBtn {
    color: var(--grey-base);
    transition: var(--transition);
}

.chargeAmountW {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
}

.chargeAmountW>p {
    font-size: 33px;
}

@media screen and (min-width: 1201px) {
    .billBtn:hover {
        color: var(--primary-base);
    }
}
@media screen and (max-width: 1023px) {
    .lectureHistoryTable td:nth-child(n+4)::before,
    .lectureHistoryTable td:nth-child(n+4)::after {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .lectureHistoryTable td:nth-child(n+4)::before {
        left: 0;
        /* S:: 20250915 최유림 추가 */
        color: #000;
        font-weight: 600;
        /* E:: 20250915 최유림 추가 */
    }
     .lectureHistoryTable td:nth-child(n+4)::after {
        content: '';
        width: 1px;
        height: 12px;
        background-color: var(--border-color-dark);
        margin-left: -8px;
    }

    .lectureHistoryTable td:nth-child(n+4) {
        position: relative;
        width: 100%;
        padding-left: 55px;
    }
    .lectureHistoryTable td:nth-child(n+5) {
        text-align: right;
    }
    .lectureHistoryTable td:nth-child(4)::before {
        content: '강의일';
    }
    .lectureHistoryTable td:nth-child(5)::before {
        content: '청구서';
    }
    .lectureHistoryTable td:nth-child(6) {
        padding-left: 80px;
    }
    .lectureHistoryTable td:nth-child(6)::before {
        content: '출강확인서';
    }
    
}
@media screen and (max-width: 767px) {
    .billArea {
        padding: 20px 16px;
    }
    .chargeAmountW > p {
        font-size: 28px;
    }
}
@media screen and (max-width: 500px) {
    .chargeAmountW > p {
       font-size: 24px;
    }
}

.selectFix {
    max-width: 554px;
}

.con22_search ul li select.selectFix {
    flex: 1 1 auto;
    max-width: 520px;
}

.permitArea {
    display: flex;
    gap: 16px 20px;
    margin-bottom: 40px;
}

.permitArea>div {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    transition: all var(--transition);
}

.permitCntW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 47px 40px;
}

.permitTxt {
    font-size: 24px;
}

.permitNum {
    font-size: 48px;
    text-align: right;
}

.permitNoticeW {
    min-width: 400px;
    padding: 30px 40px;
}

.permitNoticeTit {
    font-size: 24px;
    padding-left: 60px;
    position: relative;
    line-height: 50px;
}

.permitNoticeTit::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(../image/icon-permit-notice.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}

.permitNoticeTxt {
    margin-top: 8px;
}

.permitNoticeTxt {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .permitTxt {
        font-size: 20px;
    }
    .permitNum {
        font-size: 32px;
    }
    .permitArea>div {
        padding: 30px 20px;
    }
    .permitNoticeTit {
        font-size: 22px;
    }
    .permitNoticeW {
        min-width: 330px;
    }
}
@media screen and (max-width: 1023px) {
    .permitTable tr {
        flex-direction: column;
    }
    .permitTable tr td:nth-child(2) {
        font-weight: 700;
    }
    .permitTable tr td:nth-child(n+3):nth-child(-n+5) {
       padding-left: 71px;
       position: relative;
       width: 100%;
    }

    .permitTable tr td:nth-child(n+3):nth-child(-n+5)::before,
    .permitTable tr td:nth-child(n+3):nth-child(-n+5)::after {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .permitTable tr td:nth-child(n+3):nth-child(-n+5)::before {
        left: 0;
    }

    .permitTable tr td:nth-child(3)::before {
        content: '교육기간';
    }

    .permitTable tr td:nth-child(4)::before {
        content: '신청기간';
    }

    .permitTable tr td:nth-child(5)::before {
        content: '신청구분';
    }
    .permitTable tr td:nth-child(n+3):nth-child(-n+5)::after {
        content: '';
        width: 1px;
        height: 12px;
        background-color: var(--border-color-dark);
        margin-left: -8px;
    }
    .permitTable tr td:nth-child(6) {
        text-align: right;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .con22_search ul li select.selectFix,
    .selectFix {
        max-width: 100%;
        /* S:: 20250915 최유림 추가 */
        font-size: 14px;
        /* E:: 20250915 최유림 추가 */
    }
    .permitArea {
        flex-direction: column;
    }
    .permitArea>div {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .permitTxt {
        font-size: 19px;
    }
    .permitCntW {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .permitNum {
        font-size: 24px;
        text-align: right;
        width: 100%;
    }
    .permitNoticeTit::before {
        width: 40px;
        height: 40px;
    }
    .permitNoticeW {
        min-width: unset;
    }
    .permitNoticeTit {
        padding-left: 48px;
        line-height: 40px;
        font-size: 19px;
    }
}

@media screen and (max-width: 500px) {
    
}

.writeTit {
    font-size: 19px;
    margin: 40px 0 20px;
}

.inputSm {
    max-width: 174px;
}

.timeSelectW {
    display: flex;
    gap: 16px 24px;
}

.timeSelectW>.select {
    width: 174px;
}

.con22_write textarea.permitTxtarea {
    height: 240px;
}

@media screen and (max-width: 767px) {
    .inputSm,
    .timeSelectW>.select {
        width: 100%;
        max-width: 100%;
    }
    .timeSelectW {
        gap: 16px;
    }
}

.con22_classlist_c .con22_2 {
    border: 0;
    background-color: #F5F5F7;
    border-radius: 0 0 16px 16px;
}

.con22_classlist_c .con22_2 .con22_2_1 a.divi22 {
    background-color: #fff;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 15px;
    color: #0066CC;
    font-weight: 500;
    height: 31px;
}
.con22_classlist_c .con22_2 .con22_2_2 {
    margin-top: 8px;
    height: 52px;
}
.con22_classlist_c .con22_2 .con22_2_2 a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.con22_classlist_c .con22_2 .con22_2_3  {
    margin-top: 16px;
}
.con22_classlist_c .con22_2 .con22_2_3 ul li:nth-last-of-type(2),
.con22_classlist_c .con22_2 .con22_2_3 ul li:last-child {
    margin: 0;
}

.con22_classlist_c .con22_2 .con22_2_3 ul li.tit22,
.con22_classlist_c .con22_2 .con22_2_3 ul li.desc22 {
    font-size: 16px;
    font-weight: 500;
}

.con22_classlist_c .con22_2 .con22_2_3 ul li.tit22 {
    width: 60px;
}

.con22_classlist_c .con22_2 .con22_2_3 ul li.desc22  {
    width: calc(100% - 60px);
}

.textLeft {
    text-align: left;
}

.tableLink {
    max-width: 100%;
}

@media screen and (min-width: 1201px) {
    .tableLink:hover {
        text-decoration: underline;
    }  
}

/* 20251017 출강확인서 */
.printTit{
    display: none;
}
.attendArea{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.attendW{
    width: 100%;
    min-width: 920px;
}
.greyBgTable{    
    width: 100%;
    background-color: #fff;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    table-layout: fixed;
}
.greyBgTable + .greyBgTable{
    border-top: 0;
}
.greyBgTable tr{
    border-bottom: 1px solid var(--border-color);
}
.greyBgTable th{
    background-color: var(--grey-lighten5);
    font-weight: 700;
}
.greyBgTable th,
.greyBgTable td{
    height: 60px;
    font-size: 17px;
    border-left: 1px solid var(--border-color);
}
.attendInfoBottom{
    padding: 60px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--border-color);
    border-top: 0;
}
.attendInfoBottom p{
    font-size: 18px;
    font-weight: 500;
}
.stampW{
    position: relative;
    width: fit-content;
    margin-top: 30px;
}
.stampW .stamp{
    position: absolute;
    z-index: 0;
    width: 64px;
    height: 64px;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}
.stampW .stamp>img{
    display: block;
    width: 100%;
}
.stampW p{
    position: relative;
    z-index: 1;
}
.attendBottom{
    max-width: 558px;
    margin-left: auto;
    margin-top: 36px;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
    .printPage{
        margin: 0;
        padding: 4mm .1mm;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
    }
    html:has(.attendArea).overflowHidden .header,
    html:has(.attendArea).overflowHidden .fullmenuArea,
    html:has(.attendArea).overflowHidden .searchArea,
    html:has(.attendArea).overflowHidden #contents,
    html:has(.attendArea).overflowHidden .footer,
    html:has(.attendArea).overflowHidden .floating,
    html:has(.attendArea).overflowHidden .chatArea{
        display: none;
    }
    .modal:has(.attendArea){
        position: static;
        padding: 0;
        height: auto;
        background-color: #fff;
    }
    .modal:has(.attendArea) .modalInner{
        box-shadow: none;
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .modal:has(.attendArea) .modalHead,
    .modal:has(.attendArea) .modalFoot{
        display: none;
    }
    .modal:has(.attendArea) .modalBody{
        padding: 0;
    }
    .modal:has(.attendArea) .modalBodyInner{
        padding: 0;
        max-height: unset;
        overflow: unset;
    }
    .printTit{
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 32px;
    }
    .attendW{
        min-width: 0;
    }
    .greyBgTable th{
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* 이러닝 꾸러미 */
.panelList{
    display: block;
}
.panelList>li{
    display: block;
    width: 100%;
}
.panelList>li + li{
    margin-top: 30px;
}
.packageItem{
    border: 1px solid var(--border-color-dark);
    border-radius: 20px;
    overflow: hidden;
}
.packageItem .panelItemHead{
    padding: 34px 40px;
}
.packageTit{
    display: flex;
    align-items: flex-start;
    min-height: 42px;
    gap: 0 10px;
    padding-right: 192px;
}
.labelOutlined{
    padding: 0 10px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
    border: 1px solid var(--border-color-dark);
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
}
.labelOutlined.lg{
    border-width: 2px;
    font-size: 17px;
    height: 36px;
}
.labelOutlined.primary{
    border-color: var(--primary-base);
}
.packageTit>.labelOutlined{
    margin-top: 3px;
}
.packageTit>h3{
    font-size: 22px;
    margin-top: 6px;
}
.packageItem .panelItemHead>p{
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}
.packageCount{
    padding-left: 29px;
    display: flex;
    align-items: center;
    height: 24px;
    background-image: url(../image/icon-giftcard-primary.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
.packageItem .panelItemBody .panelItemBodyInner{
    padding: 30px;
    background-color: var(--primary-lighten5);
}
.packageEduHead{
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}
.packageEduHead>strong{
    flex-basis: 0;
    flex-grow: 1;
    display: block;
    font-size: 20px;
}
.packageEduHead .tabTxt{
    gap: 0 8px;
    position: relative;
    left: 8px;
}
.packageEduHead .tabTxt .tabBtn{
    height: 24px;
    font-size: 16px;
}
.packageEduHead .tabTxt .tabBtn>span::before{
    width: 4px;
    height: 4px;
}
.packageEduW{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
}
.packageEduLinkW{
    flex: 1 1 calc(50% - 14px);
    width: calc(50% - 14px);
    max-width: calc(50% - 14px);
    position: relative;
}
.packageEduLink{
    background-color: var(--primary-base);
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: 1px solid var(--border-color-dark);
    border-radius: 999px;
    padding: 0 10px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    transition: var(--transition);
}
.packageEdu{
    width: 100%;
    border-radius: 15px;
    border: 1px solid var(--border-color-dark);
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.packageEdu::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    border: 2px solid var(--primary-base);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.packageEduLeft{
    flex-basis: 0;
    flex-grow: 1;
    border-radius: 15px;
    overflow: hidden;
}
.packageEduRight{
    flex: 0 0 auto;
    width: 52%;
    max-width: 282px;
    padding: 0 18px;
}
.packageEduRight>.labelOutlined{
    margin-bottom: 8px;
    width: fit-content;
    height: 28px;
    font-size: 14px;
}
.packageEduRight>h4{
    font-size: 17px;
    line-height: 1.2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.packageEduInfo{
    display: block;
    margin-top: 4px;
}
.packageEduInfo>li{
    display: flex;
    font-size: 15px;
    line-height: 1.4;
}
.packageEduInfo>li + li{
    margin-top: 2px;
}
.packageEduInfo>li>strong{
    font-weight: 600;
    color: #F16033;
    min-width: 60px;
    display: block;
    flex: 0 0 auto;
}
.packageEduInfo>li>p{
    flex-basis: 0;
    flex-grow: 1;
    font-weight: 500;
}

@media screen and (min-width: 1201px) {
    .packageEdu:hover::after{
        opacity: 1;
        visibility: visible;
    }
    .packageEduLink:hover{
        background-color: var(--primary-darken2);
    }
}
@media screen and (max-width: 1200px) {
    .packageEduLinkW{
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
    .packageEduRight{
        width: 60%;
        max-width: 60%;
    }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
    .panelList>li + li{
        margin-top: 20px;
    }
    .packageItem .panelItemHead{
        padding: 20px 16px;
    }
    .packageItem .panelItemHead .panelItemBtn{
        margin-top: 10px;
    }
    .packageTit{
        min-height: 0;
        gap: 0 8px;
        padding-right: 0;
    }
    .labelOutlined{
        min-width: 88px;
        font-size: 15px;
        height: 30px;
    }
    .labelOutlined.lg{
        font-size: 16px;
        height: 32px;
    }
    .packageTit>.labelOutlined{
        margin-top: 0;
    }
    .packageTit>h3{
        font-size: 20px;
        margin-top: 2px;
    }
    .packageItem .panelItemHead>p{
        font-size: 16px;
        margin-top: 8px;
    }
    .packageCount{
        padding-left: 26px;
        height: 20px;
        background-size: 20px auto;
        margin-top: 8px;
    }
    .packageItem .panelItemBody .panelItemBodyInner{
        padding: 20px 16px;
    }
    .packageEdu{
        display: block;
    }
    .packageEduRight{
        width: 100%;
        max-width: 100%;
        padding: 20px 12px;
    }
    .packageEduLink{
        top: 12px;
        left: 12px;
    }
}
@media screen and (max-width: 500px) {
    .packageTit{
        flex-direction: column;
    }
    .packageTit>h3{
        margin-top: 8px;
    }
    .packageEduHead{
        display: block;
    }
    .packageEduHead .tabTxt{
        margin-top: 8px;
        justify-content: flex-end;
        left: 6px;
    }
}

/* 체험교육 접수, 자기개발계획서 샘플 */
.modalTxt.sm{
    font-size: 16px;
    margin-bottom: 14px;
    text-align: left;
    font-weight: 500;
    color: var(--grey-base);
}
.modal.training .addressTop{
    max-width: 100%;
    gap: 8px 14px;
}

.modal.sample .modalBody{
    padding-bottom: 15px;
}
.modal.sample .modalBodyInner{
    padding-bottom: 25px;
}
.modal .formStage{
    gap: 15px 20px;
}
.modal .formGruopCheck{
    gap: 10px 15px;
}
.modal.sample .formStage{
    padding-top: 0;
}

.planSampleW{
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    margin-top: 40px;
}
.planSampleContents + .planSampleContents{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--border-color-dark);
}
.planSampleContents>strong{
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}
.planSampleInfo{
    display: block;
}
.planSampleInfo>li{
    display: flex;
    line-height: 1.4;
}
.planSampleInfo>li + li{
    margin-top: 8px;
}
.planSampleInfo>li>strong{
    font-weight: 700;
    min-width: 88px;
    font-size: 17px;
    display: block;
    flex: 0 0 auto;
}
.planSampleInfo>li>p{
    flex-basis: 0;
    flex-grow: 1;
    font-weight: 500;
    font-size: 16px;
}
.modal.sample .con22_list tr>*:not(:last-child){
    border-right: 1px solid var(--border-color-dark);
}

@media screen and (min-width: 1201px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
    .planSampleW{
        padding: 20px 16px;
        margin-top: 30px;
    }
    .planSampleContents + .planSampleContents{
        padding-top: 16px;
        margin-top: 16px;
    }
    .planSampleContents>strong{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .planSampleInfo>li{
        display: block;
    }
    .planSampleInfo>li + li{
        margin-top: 6px;
    }
    .planSampleInfo>li>strong{
        min-width: 0;
        font-size: 16px;
        margin-bottom: 2px;
    }
    .planSampleInfo>li>p{
        font-size: 15px;
    }
    .modal.sample .con22_list th{
        padding: 10px 0;
        font-size: 16px;
    }
    .modal.sample .con22_list td{
        padding: 8px 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
}

/* 선수과정 슬라이드 */
.con22_tit3 .common-tab3{
    margin: 15px 0 0 0;
}
.con22_view3.course-slide{
    border-top: 0;
    position: relative;
}
.course-slide .swiper-container{
    overflow: hidden;
}
.swiper-slide .con22_classlist_c{
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.course-slide .slideBtn{
    border-radius: 50%;
    background-color: var(--primary-lighten5);
    position: absolute;
    top: 50%;
    z-index: 5;
}
.course-slide .slideBtn.slideBtnNext{
    right: 0;
    transform: translate(50%, -50%);
}
.course-slide .slideBtn.slideBtnPrev{
    left: 0;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1201px) {
    .course-slide .slideBtn:hover{
        background-color: var(--primary-lighten3);
    }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
}


@media screen and (min-width: 1201px) {

}

@media screen and (max-width: 1200px) {

    html.html-edu-view{

        max-height: var(--view-height);

        overflow-y: auto;

        overflow-x: hidden;

    }

    html.html-edu-view body{

        height: auto;

    }

    .con-box-32 .con-box-32-c1{

        float: unset;

        width: 100%;

        padding: 0;

    }

    .con-box-32 .con-box-32-c2{

        float: unset;

        width: 100%;

    }

    .con-box-32-control{

        display: none;

    }

}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 767px) {

    .con-box-32{

        padding: 30px 20px;

    }

    .con-box-32 .con-box-32-c2{

        padding: 0;

        margin-top: 30px;

    }

    .tab-content.mop1{

        margin: 20px 16px;

    }

    .con-list-65{

        margin: 0;

    }

    .con-list-65 .con-list-65-c{

        padding: 20px 0;

    }

    html.html-edu-view .con-more-box{

        font-size: 12px;

        right: -10px;

    }

    .con-tab-12 ul.nav-tabs li a{

        padding: 10px 0;

        font-size: 14px;

    }

}

@media screen and (max-width: 500px) {

    html.html-edu-view .con-tab-12 ul.nav-tabs li{

        width: calc((100% - 100px) / 2) !important;

    }

}

/* 알림설정 */
.tit-btn{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-base);
    position: absolute;
    top: 0;
    right: 0;
}

.alarmList{
    margin-top: 40px;
    display: block;
}
.alarmList>li{
    display: block;
}
.alarmList>li + li{
    margin-top: 40px;
}
.alarmList>li>strong{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}
.alarmItemW,
.alarmItemW>li{
    display: block;
}
.alarmItemW>li + li{
    margin-top: 30px;
}
.alarmItem{
    display: block;
    padding: 20px 16px;
    border-radius: 20px;
    border: 1px solid var(--border-color-dark);
}
.alarmItemHead{
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
    margin-bottom: 8px;
}
.alarmItemHead p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 1px;
}
.alarmItemCategory{
    display: flex;
    gap: 0 16px;
}
.alarmItemHead .lineVert{
    display: block;
    width: 1px;
    height: 12px;
    margin-top: 6px;
    background-color: var(--border-color-dark);
}
.alarmItem>p{
    font-size: 16px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 4px;
}
.alarmItem>strong{
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-left: 40px;
}
.bellBtn{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    top: 3px;
    margin-left: 8px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-lighten5);
}
.alarmSetting{
    display: block;
}
.alarmSetting>li{
    display: flex;
    align-items: center;
    gap: 0 4px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color-dark);
}
.alarmSetting>li .toggleSwitch{
    margin-left: auto;
}
.alarmSetting>li>strong{
    font-size: 20px;
    display: block;
}
.infoBoxW{
    position: relative;
}
.infoBoxBtn{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoBox{
    position: absolute;
    left: -23px;
    bottom: -3px;
    width: 208px;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.infoBoxW.active .infoBox{
    opacity: 1;
    visibility: visible;
    bottom: -11px;
}

.infoBoxInner{
    padding: 16px;
    background-color: var(--primary-lighten5);
    border-radius: 12px;
    border: 1px solid var(--border-color-dark);
    position: relative;
    display: flex;
    align-items: center;
}
.infoBoxInner>p{
    font-size: 14px;
    font-weight: 700;
    margin-right: auto;
}
.infoBoxClose{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
    left: 6px;
}
.infoBoxInner::before{
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 14px;
    background-image: url(../image/infobox-obj.png);
    background-size: auto 14px;
    background-repeat: no-repeat;
    background-position: center;
    left: 24px;
    top: 2px;
    transform: translateY(-100%);
}

.formGroupTxt{
    font-size: 17px;
    margin-bottom: 12px;
}
.addRemoveSatge .formGruopCheck{
    gap: 0 10px;
}
.addRemoveSatge .formGruopCheck + .formGruopCheck{
    margin-top: 12px;
}
.addRemoveSatge .formGruopCheck>.input{
    max-width: calc(100% - 144px);
    margin-right: 14px;
}
.addRemoveSatge .formGruopCheck>.btn{
    min-width: 55px;
    width: 55px;
    font-size: 20px;
}
@media screen and (min-width: 1201px){
}
@media screen and (max-width: 1439px){
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1023px){
}
@media screen and (max-width: 767px){
    .formGroupTxt {
        font-size: 14px;
    }
    .addRemoveSatge .formGruopCheck{
        flex-direction: row;
        gap: 0 8px;
    }
    .addRemoveSatge .formGruopCheck>.btn {
        min-width: 45px;
        width: 45px;
        font-size: 18px;
    }
    .addRemoveSatge .formGruopCheck>.input {
        max-width: calc(100% - 106px);
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
}

/* 나만의 성장학습 */
.con22_tab2 .con1 ul li a.bgop1 i{
    background-image: url(../image/my/ability_01.svg);
}
.con22_tab2 .con1 ul li a.bgop2 i{
    background-image: url(../image/my/ability_02.svg);
}
.con22_tab2 .con1 ul li a.bgop3 i{
    background-image: url(../image/my/ability_03.svg);
}
.con22_tab2 .con1 ul li a.bgop4 i{
    background-image: url(../image/my/ability_04.svg);
}
.con22_tab2 .con1 ul li a.bgop5 i{
    background-image: url(../image/my/ability_05.svg);
}
.ability_tab.con22_tab2 .con1 ul{
    gap: 16px;
}
.ability_tab.con22_tab2 .con1 ul li{
    flex: 1 1 0;
}
.ability_tab.con22_tab2 .con1 ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    font-weight: 700;
    position: relative;
}
.ability_tab.con22_tab2 .con1 ul li a::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    top: 0;
    left: 0;
    border: 3px solid #000;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.ability_tab.con22_tab2 .con1 ul li a i{
    position: static;
    transform: translateY(0);
    display: block;
    width: 60px;
    height: 60px;
    background-size: cover;
}
.ability_tab.con22_tab2 .con1 ul li a.on::after{
    opacity: 1;
    visibility: visible;
}
.ability_tab.con22_tab2 .con1 ul li a:hover i,
.ability_tab.con22_tab2 .con1 ul li a.on i{
    animation: con22_tab2_ani1_2 infinite 1s ease;
}
.ability_tab.con22_tab2 .con2 .con2_1 ul li{
    max-width: calc((100% - 50px) / 6);
}
.ability_tab.con22_tab2 .con2 .con2_1 ul li a{
    padding: 10px 0;
}
@keyframes con22_tab2_ani1_2{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(12%);
    }
    100%{
        transform: translateX(0);
    }
}
.ability_tab.con22_tab2 .con1 ul li a.bgop1,
.ability_tab.con22_tab2 .con2.bgop1{
    background-color: #7EADE6;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop1::after{
    border-color: #033067;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop2,
.ability_tab.con22_tab2 .con2.bgop2{
    background-color: #5FB085;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop2::after{
    border-color: #114529;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop3,
.ability_tab.con22_tab2 .con2.bgop3{
    background-color: #FEA348;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop3::after{
    border-color: #8D4C0C;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop4,
.ability_tab.con22_tab2 .con2.bgop4{
    background-color: #9B6FBF;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop4::after{
    border-color: #3C125E;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop5,
.ability_tab.con22_tab2 .con2.bgop5{
    background-color: #E57BA3;
}
.ability_tab.con22_tab2 .con1 ul li a.bgop5::after{
    border-color: #700E33;
}
.ability_tab.con22_tab2 .con2 .con2_2 .con2_2_1 ul li label::after{
    top: 5px;
    left: 4px;
}
.mobile_select{
    position: relative;
    width: 100%;
}
.mobile_select_btn{
    display: none;
}
.con22_tab2 .con1{
    overflow: unset;
}
@media screen and (min-width: 1201px){
}
@media screen and (max-width: 1439px){
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1023px){
    .mobile_select_btn{
        display: block;
        text-align: left;
    }
    .mobile_select ul{
        position: absolute;
        width: 100%;
        left: 0;
        transform: translateY(100%);
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid var(--border-color-dark);
        padding: 10px;
        background-color: #fff;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }
    .mobile_select.active ul{
        bottom: -8px;
        z-index: 10;
        opacity: 1;
        visibility: visible;
    }
    .ability_tab.con22_tab2 .con1 ul{
        display: block;
    }
    .ability_tab.con22_tab2 .con1 ul li{
        width: 100%;
    }
    .ability_tab.con22_tab2 .con1 ul li + li{
        margin-top: 8px;
    }
    .ability_tab.con22_tab2 .con2 .con2_1 ul li{
        max-width: 100%;
        flex: 1 1 auto;
    }
    .ability_tab.con22_tab2 .con1 ul li a{
        padding: 12px;
        font-size: 16px;
    }
    .ability_tab.con22_tab2 .con1 ul li a i{
        width: 32px;
        height: 32px;
    }
}
@media screen and (max-width: 767px){
    .common-tit:has(em) .line{
        float: unset;
    } 
    .common-tit em{
        display: block;
        margin: 4px 0 0;
        line-height: 1.4;
        font-size: 16px;
    }
    .ability_tab.con22_tab2 .con2 .con2_1 ul{
        flex-wrap: wrap;
        gap: 8px;
    }
    .ability_tab.con22_tab2 .con2 .con2_1 ul li{
        flex: 0 0 auto;
        width: auto;
        max-width: unset;
    }
    .ability_tab.con22_tab2 .con2 .con2_1 ul li a{
        padding: 6px 16px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 500px){
    .ability_tab.con22_tab2 .con1 ul li{
        min-width: calc((100% - 10px) / 2);
    }
    .con22_tab2 .con2 .con2_1 ul:has(li:nth-child(4)) li {
        flex: 0 0 auto;
        max-width: unset;
    }
}

.con22_write td ul.lyop11_2 li.btns{
    margin-top: 0;
}
.con22_write td ul.lyop11.lyop11_2 li.btns .btn{
    padding: 0;
    width: 100%;
    min-width: 0;
}
.lyop11.lyop11_2{
    display: flex;
    gap: 8px;
}
.con22_write td ul.lyop11.lyop11_2 li{
    float: unset;
    width: auto;
    flex: 1 1 0;
    max-width: 150px;
}
@media screen and (max-width: 767px){
    .lyop11.lyop11_2{
        flex-wrap: wrap;
    }
    .con22_write td ul.lyop11.lyop11_2 li{
        max-width: 100%;
    }
    .con22_write td ul.lyop11.lyop11_2 li.btns{
        max-width: 100%;
        flex: 1 1 100%;
    }
}
@media screen and (max-width: 500px){
}

.layerPopupMyClassRoom{
    padding: 0 20px;
}
.layerPopupMyClassRoom .pop-layer{
    height: auto !important;
    position: fixed;
    max-width: calc(100% - 40px);
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0;
}
@media screen and (max-width: 767px){
    .con-comment-write{
        padding: 20px 16px !important;
    }
    .con-comment-write .con-comment-write-c2 .con-comment-write-c-1,
    .con-comment-write .con-comment-write-c .con-comment-write-c-1{
        margin: 0;
    }
}
@media screen and (max-width: 500px){
}

.con22_view_content *{
    line-height: 10px;
}
.con22_view_content img{
    display: inline;    
    vertical-align: middle;
    max-width: unset;
    box-sizing: content-box;
}
.con22_view_content a{
    display: inline;
    box-sizing: content-box;
}

.searh_rezlut .keyword{
    min-height: 0;
    border-radius: 0;
}
.searh_rezlut .thum_list li .label_wrap{
    margin-right: 0;
    width: 100%;
    height: auto;
}
.search_keyword{
    padding: 50px 0 0 0;
}
.search_keyword #related{
    display: flex;
    align-items: flex-start;
}
.search_keyword dt,
.search_keyword dd{
    display: block;
}
.search_keyword dt{
    min-width: 78px;
}
.search_keyword dd{
    max-width: calc(100% - 84px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}
.search_keyword dd a{
    margin-left: 0;
}
.searh_rezlut{
    width: calc(100% - 270px);
}
.searh_rezlut .edu_list li .label_wrap{
    min-width: 208px;
    height: auto;
}
.searh_rezlut .edu_list li .desc_wrap{
    max-width: calc(100% - 226px);
}
.searh_rezlut .edu_list li .desc_wrap>a{
    display: block;
}
.searh_rezlut .thum_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px;
    margin: 35px 0 0 ;
}
.searh_rezlut .thum_list li{
    margin: 0;
    flex: 0 0 calc((100% - 75px) / 4);
    width: calc((100% - 75px) / 4);
    max-width: calc((100% - 75px) / 4);
}
.searh_rezlut .label_wrap a.ui-link{
    position: relative;
    height: 0;
    width: 100%;
    padding-top: calc((160 / 270) * 100%);
    overflow: hidden;
    display: block;
}
.searh_rezlut .label_wrap a.ui-link>img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.srh_list .bbs_list li a strong,
.srh_list .bbs_list li a{
    display: block;
}
.srh_list .slider .slick-slide{
    height: auto;
}
.searh_rezlut .edu_list li .desc1{
    height: auto;
}

.searchInput.searchInputPage:not(.searchInner .searchInput.searchInputPage){
    margin: 50px auto 0;
    border-bottom: 0;
    max-width: 700px;
}
.searchInput.searchInputPage:not(.searchInner .searchInput.searchInputPage)::after{
    display: none;
}
@media screen and (max-width: 1439px){
}
@media screen and (max-width: 1200px){
    .srh_right{
        display: none;
    }
    .searh_rezlut{
        width: 100%;
    }
    .search_keyword #related{
        display: block;
    }
    .search_keyword{
        width: 100%;
        padding: 30px 20px 0;
        margin-bottom: -50px;
        position: relative;
        z-index: 5;
    }
    .searchInput.searchInputPage{
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 1023px){
    .search_keyword dt:after{
        display: none;
    }
    .search_keyword dd{
        margin-top: 8px;
        gap: 4px 6px;
    }
}
@media screen and (max-width: 767px){
    .srh_list table.srh_jop{
        min-width: 0;
    }
    .searh_rezlut .edu_list{
        margin: 16px 0 !important;
    }
    .searh_rezlut .edu_list li:not(.noData){
        display: block;
    }
    .searh_rezlut .edu_list li .label_wrap{
        width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .searh_rezlut .edu_list li .desc_wrap{
        width: 100%;
        max-width: 100%;
    }
    .searh_rezlut .thum_list{
        gap: 20px;
        margin: 16px 0;
    }
    .searh_rezlut .thum_list li {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .srh_list .srh_slidewrap{
        padding: 0 42px 15px;
    }
    .srh_list .slick-next,
    .srh_list .slick-prev{
        width: 36px;
        height: 36px;
        background-size: cover;
    }
    .searchInput.searchInputPage{
        max-width: calc(100% - 40px);
    }
}
@media screen and (max-width: 500px){
    .searh_rezlut .thum_list li{
        margin: 0;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .srh_list table.srh_jop{
        min-width: 700px;
    }
}

.con22_classlist_nodata{
    width: 100%;
}
.con22_btn_center.hasTit>strong{
    font-size: 18px;
    font-weight: 700;
    flex: 1 1 100%;
    text-align: center;
}

.txtBanner{

    padding: 20px 35px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px 20px;

    position: relative;

    background-color: #fff;

    border-radius: 20px;

    border: 1px solid var(--border-color-dark);

    margin-bottom: 30px;

}

.txtBanner .btn{

    padding: 0 18px;

    border-radius: 999px;

    height: 44px;

    font-size: 16px;

    font-weight: 600;

    gap: 0 5px;

}

.txtBannerTit{

    font-size: 20px;

    font-weight: 500;

    display: block;

}



.sch-member .fr{

    padding-right: 60px;

}

.inner:has(.sch-member) .con-btn a:not(.form-table.responsive a){

    height: 55px;

    padding: 0 16px;

    font-size: 18px;

    font-weight: 600;

    border-radius: 10px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}

.form-table.responsive .con-btn{

    padding: 0;

    margin-top: 0;

}

.form-table.responsive input[type=password],

.form-table.responsive input[type=text],

.form-table.responsive .con-btn a{

    height: 44px;

    line-height: 44px;

    border-radius: 0;

}

@media screen and (max-width: 1024px) {

    .sch-member .fl{

        width: 30%;

    }

    .form-table.responsiveTable th, .form-table.responsiveTable td{

        height: auto;

        padding: 0;

    }

}

@media screen and (max-width: 767px) {

    .sch-member{

        padding: 30px 20px;

    }

    .sch-member .fl{

        display: block !important;

        margin: 0 auto 20px;

    }

    .sch-member .fr{

        width: 100%;

        border-left: 0;

        padding: 20px 0 0 0;

        display: block !important;

        height: auto;

        border-top: 1px solid #d7d7d7;

    }

    .sch-member .title{

        font-size: 24px;

    }

    .sch-member .txt{

        margin-top: 20px !important;

    }

    .form-table.responsive caption,

    .form-table.responsive thead,

    .form-table.responsive colgroup{

        display: none;

    }

    .form-table.responsive tbody,

    .form-table.responsive tr,

    .form-table.responsive th,

    .form-table.responsive td{

        display: block;

    }

    .form-table.responsive th,

    .form-table.responsive td{

        height: auto;

    }

}

@media screen and (max-width: 500px) {

    .form-table.responsive input[type=password],

    .form-table.responsive input[type=text],

    .form-table.responsive .con-btn a{

        width: 100%;

    }

    .form-table.responsive input + .con-btn{

        margin-top: 8px;

        display: block;

    }

}

.s-inner .btn.btnPrimaryDark.fl{
    padding: 0 18px;
    border-radius: 999px;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    gap: 0 5px;
    margin-left: 20px;
}
#locations .s-inner:has(.btn.btnPrimaryDark.fl) .common-tit{
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    #locations .s-inner:has(.btn.btnPrimaryDark.fl) .common-tit{
        order: 1;
    }
    #locations .s-inner:has(.btn.btnPrimaryDark.fl) .navigation{
        order: 2;
    }
    .s-inner .btn.btnPrimaryDark.fl{
        float: unset;
        margin-left: 0;
        margin-top: 16px;
        order: 0;
    }
}
.con22_imglist_c .con22_1{
    height: auto;
}
.con22_imglist_c .con22_1 a.imgs22{
    height: 0;
    padding-top: calc((216 / 270) * 100%);
}