/* 유케이션 공지사항 */

.noticeList_ui {
    margin-top: 2.4rem;
}

.noticeList_ui .top_msg {
    font-size: 2rem;
}

.notice_ui .boardSearch_g {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 7rem;
}

.notice_ui .boardSearch_g label {
    display: none;
}

.notice_ui .boardSearch_g .total {
    font-size: 1.8rem;
}

.notice_ui .boardSearch_g .total span {
    color: #DC1736;
}

.notice_ui .boardSearch_g .col_right {
    display: flex;
    align-items: center;
}

.notice_ui .boardSearch_g select {
    width: 13rem;
    height: 5rem;
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    padding-left: 1.8rem;
    background: url(../img/ucation/ic_sel.png) calc(100% - 1.8rem) center / 1.7rem 0.9rem no-repeat;
    appearance: none;
    margin-right: 0.5rem;
}

.notice_ui .boardSearch_g input[type="text"] {
    width: 45rem;
    height: 5rem;
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    padding: 0 2rem;
    margin-right: 1rem;
}

.notice_ui .boardSearch_g input[type="text"]::placeholder {
    font-size: 1.6rem;
    color: #CCCCCC;
}

.notice_ui .boardSearch_g .btn_search {
    width: 7rem;
    height: 5rem;
    border-radius: 0.5rem;
    line-height: 5rem;
    background: #333;
    font-size: 1.6rem;
    color: #fff;
    vertical-align: middle;
}

.notice_ui .boardSearch_g .btn_search:hover {
    background: #CE001F;
}

.noticeList_ui .table_wrap {
    margin-top: 2rem;
}

.noticeList_ui table th {
    height: 5.5rem;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #212121 !important;
    font-size: 1.8rem;
}

.noticeList_ui table td {
    height: 6.5rem;
    border-bottom: 1px solid #707070;
    text-align: center;
    font-size: 1.8rem;
    color: #666;
}

.noticeList_ui table tr.notice_fix td {
    background: #FAFAFA;
}

.noticeList_ui table tr.notice_fix td .nt_fix {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #DC1736;
    text-align: center;
    line-height: 3rem;
    margin: 0 auto;
}

.noticeList_ui table tr.notice_fix .tit {
    color: #121212;
    font-weight: 700;
}

.noticeList_ui table td.tit {
    text-align: left;
    padding-left: 3rem;
    color: #212121;
}

.noticeList_ui table td.cate {
    color: #212121;
}

.noticeList_ui table td span.cate_02 {
    color: #fff;
    border-radius: 5rem;
    background-color: #2E5177;
    padding: 0.6rem 1.3rem;
    box-sizing: border-box;
}

.noticeList_ui table td span.cate_02.noti {
    background-color: #333333 !important;
}

.btm_wrap {
    position: relative;
    margin-top: 4rem;
}

.btm_wrap .btng {
    position: absolute;
    top: -0.5rem;
    right: 0;
}

.btm_wrap .btn_write {
    display: block;
    width: 15rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    border-radius: 5rem;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    font-size: 1.8rem;
    z-index: 1
}

.noticeView_ui {
    margin-top: 4rem;
}

.noticeView_ui .nt_view_title {
    padding: 2.7rem 0 2.7rem 3rem;
    border: 1px solid #212121;
    border-radius: 1.5rem;
}

.noticeView_ui .nt_view_title p {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'NanumSquareNeo';
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.noticeView_ui .nt_view_title.title_row p {
    flex-direction: column;
    align-items: flex-start;
}

.noticeView_ui .nt_view_title p.nt_view_p {
    gap: 1.6rem;
}

.noticeView_ui .nt_view_title.title_row p.nt_view_p {
    gap: 0.8rem;
}

.noticeView_ui .b_head {
    margin-top: 1.2rem;
    border-radius: 1.5rem;
    border: 1px solid #E0E0E0;
}

.noticeView_ui .b_head .top_wrap {
    position: relative;
    background: #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 2rem 2.9rem;
}

.noticeView_ui .b_head .top_wrap .date,
.noticeView_ui .b_head .top_wrap .hits,
.noticeView_ui .b_head .btm_wrap {
    display: flex;
    margin-top: 0;
}

.noticeView_ui .b_head .name {
    position: relative;
    width: 7.4rem;
    font-size: 1.8rem;
    color: #888888;
}

.noticeView_ui .b_head .name:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0.1rem;
    height: 2rem;
    background: #CCCCCC;
}

.noticeView_ui .b_head .top_wrap span {
    font-size: 1.8rem;
    color: #888888;
    padding-left: 2rem;
}

.noticeView_ui .b_head .top_wrap .hits {
    position: absolute;
    top: 2rem;
    right: 3rem;
}

.noticeView_ui .b_head .hits .name::before {
    display: none;
}

.noticeView_ui .b_head .hits span {
    padding-left: 0;
}

.noticeView_ui .b_head .btm_wrap {
    padding: 2.3rem 0 2.3rem 3rem;
}

.noticeView_ui .b_head .btm_wrap.file {
    margin-top: 0;
}

.noticeView_ui .b_head .btm_wrap ul {
    padding-left: 2rem;
}

.noticeView_ui .b_head .btm_wrap li+li {
    margin-top: 1rem;
}

.noticeView_ui .b_head .btm_wrap li a {
    font-size: 1.8rem;
    color: #212121;
    text-decoration: underline;
}

.noticeView_ui .b_body {
    padding: 4rem 0 8.8rem 3rem;
    font-size: 2rem;
}

.noticeView_ui .b_body img {
    width: 100%;
    margin-top: 2.9rem;
}

.noticeView_ui .b_bottom {
    width: 100%;
    margin-bottom: 2rem;
    padding: 2rem 3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #E0E0E0;
    display: flex;
    gap: 4rem;
    justify-content: flex-start;
}

.noticeView_ui .b_bottom .tel {
    font-size: 1.5rem;
    color: #212121;
    position: relative;
}

.noticeView_ui .b_bottom .tel::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 2rem;
    background-color: #ccc;
    margin-right: -2rem;
}

.noticeView_ui .b_bottom .list {
    font-size: 1.5rem;
    color: #888;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}

.noticeView_ui .prevNxt_list {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.noticeView_ui .prevNxt_list li {
    position: relative;
    display: flex;
    align-items: center;
    height: 6rem;
}

.noticeView_ui .prevNxt_list li+li {
    border-top: 1px solid #E0E0E0;
}

.noticeView_ui .prevNxt_list .tit {
    display: block;
    height: 100%;
    width: 18rem;
    line-height: 6rem;
    background: #FAFAFA;
    padding-left: 2.9rem;
    font-size: 1.8rem;
}

.noticeView_ui .prevNxt_list a {
    max-width: 50rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4rem;
    font-size: 1.8rem;
}

.noticeView_ui .prevNxt_list .date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    font-size: 1.8rem;
    color: #AAAAAA;
}

.noticeView_ui .btng {
    display: flex;
    justify-content: flex-end;
    margin-top: 4rem;
}

.noticeView_ui .btng.btng_style_02 {
    justify-content: space-between;
}

.noticeView_ui .btng.btng_style_02 .btng_container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: left;
}

.noticeView_ui .btng .btn_list {
    width: 15rem;
    height: 5rem;
    border-radius: 5rem;
    text-align: center;
    line-height: 5rem;
    border: 1px solid #E0E0E0;
    font-size: 1.8rem;
}

.noticeView_ui .btng .btn_ed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 5rem;
    border-radius: 5rem;
    text-align: center;
    line-height: 5rem;
    border: 1px solid #E0E0E0;
    font-size: 1.6rem;
    background-color: #fafafa;
    letter-spacing: -0.32px;
    padding: 1.6rem 3.2rem;
    box-sizing: border-box;
}

/* 문의하기 */
.inquiry_ui .top_msg {
    margin-top: 2.4rem;
    font-size: 2rem;
}

.inquiry_ui .txt_g {
    background: #FAFAFA;
    border-radius: 1.5rem;
    padding: 4rem;
}

.inquiry_ui .txt_g .tit {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.inquiry_ui .txt_g p {
    position: relative;
    padding-left: 1.8rem;
    font-size: 1.8rem;
    color: #888888;
    line-height: 1.3;
}

.inquiry_ui .txt_g p+p {
    margin-top: 2.4rem;
}

.inquiry_ui .txt_g p:before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #013874;
    box-sizing: border-box;
}

.inquiry_ui .form_g {
    margin-top: 4rem;
}

.inquiry_ui .form_g li {
    display: flex;
    align-items: stretch;
}

.inquiry_ui .form_g li+li {
    margin-top: 2rem;
}

.inquiry_ui .form_g li .form_tit {
    width: 20rem;
    /* height: 6rem; */
    background: #FAFAFA;
    padding-left: 2rem;
    line-height: 6rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'NanumSquareNeo';
}

.inquiry_ui .form_g li .form_cont {
    width: calc(100% - 20rem);
    padding-left: 2rem;
}

.inquiry_ui .form_g li .form_cont input[type="text"],
.inquiry_ui .form_g li .form_cont textarea {
    width: 100%;
    height: 6rem;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
}

.inquiry_ui .form_g li .form_cont input::placeholder,
.inquiry_ui .form_g li .form_cont textarea::placeholder {
    font-size: 1.8rem;
    color: #CCCCCC;
}

.inquiry_ui .form_g li .form_cont textarea {
    height: 15rem;
    padding: 2rem;
    box-shadow: none;
}

.inquiry_ui .form_g .filebox {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
}

.inquiry_ui .form_g .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.inquiry_ui .form_g .filebox .upload_name {
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    width: 105.5rem;
    order: 1;
}

.inquiry_ui .form_g .filebox .upload_name::placeholder {
    color: #ccc;
}

.inquiry_ui .form_g .filebox label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.9rem;
    height: 6rem;
    border: 1px solid #E0E0E0;
    background: #F0F0F0;
    color: #888888;
    font-size: 1.8rem;
}

.inquiry_ui .form_g .form_cont .commt {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    color: #888888;
}

.inquiry_ui .form_g .form_cont .commt span {
    color: #333333;
}

.inquiry_ui .terms_wrap {
    margin-top: 7rem;
    padding-top: 1.75rem;
    border-top: 1px solid #DC1736;
}

.inquiry_ui .terms_wrap .tit {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'NanumSquareNeo';
    margin-bottom: 4rem;
}

.inquiry_ui .terms_wrap .cont {
    padding-right: 0.7rem;
    border: 1px solid #E0E0E0;
    border-radius: 0.6rem;
}

.inquiry_ui .terms_wrap .cont .in {
    height: 20rem;
    padding: 2rem;
    overflow-y: auto;
    font-size: 1.6rem;
    color: #888888;
}

.inquiry_ui .terms_wrap .cont .in::-webkit-scrollbar,
.inquiry_ui .terms_wrap .cont .in::-webkit-scrollbar-thumb {
    width: 0.4rem;
}

.inquiry_ui .terms_wrap .cont .in::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 0.2rem;
}

.inquiry_ui .terms_wrap .chk_box {
    position: relative;
    display: block;
    margin-top: 1.8rem;
}

.inquiry_ui .terms_wrap .chk_box input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.inquiry_ui .terms_wrap .chk_box label {
    display: inline-block;
    padding-left: 2.4rem;
    font-size: 1.6rem;
    color: #666666;
}

.inquiry_ui .terms_wrap .chk_box label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #E0E0E0;
}

.inquiry_ui .terms_wrap .chk_box input:checked+label::before {
    background: #ddd;
}

.inquiry_ui .btn_g {
    justify-content: flex-start;
    margin-top: 7rem;
}

.inquiry_ui .btn_g .btnD1.red {
    background: #CE001F url(../img/infra/icon_arrow.svg) center right 30px no-repeat
}

/* 갤러리 */
.gallery_ui .top_msg {
    margin-top: 2.4rem;
    font-size: 2rem;
}

.gallery_ui .gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.6rem;
    row-gap: 0;
    margin-top: 2rem;
}

.gallery_ui .gallery_list li {
    position: relative;
    width: calc(33.333% - 3.1rem);
}

.gallery_ui .gallery_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery_ui .gallery_list li .thum {
    max-height: 28rem;
    overflow: hidden;
    border-radius: 1.5rem;
}

.gallery_ui .gallery_list li .thum img {
    width: 100%;
    border-radius: 1.5rem;
    transition: 0.3s;
}

.gallery_ui .gallery_list li .data_g {
    position: relative;
    height: 18rem;
    border-radius: 1.5rem 1.5rem 8rem 1.5rem;
    background: #fff;
    border: 1px solid #F0F0F0;
    padding: 3.3rem 3rem;
    transform: translateY(-3rem);
    transition: 0.3s;
}

.gallery_ui .gallery_list li .data_g .tit {
    font-size: 2.2rem;
    font-family: 'NanumSquareNeo';
    margin-bottom: 0.7rem;
}

.gallery_ui .gallery_list li .data_g .memo {
    font-size: 1.8rem;
    color: #888888;
}

.gallery_ui .gallery_list li .data_g .date {
    font-size: 1.6rem;
    color: #AAAAAA;
    margin-top: 4rem;
}

.gallery_ui .gallery_list li .btn_more {
    position: absolute;
    right: 4.7rem;
    bottom: 6.2rem;
    width: 2rem;
    height: 2rem;
    background: url(../img/ucation/btn_more.png) 0 0 / cover;
}

.gallery_ui .gallery_list li:hover .thum img {
    transform: scale(1.1);
}

.gallery_ui .gallery_list li:hover .data_g {
    border-radius: 1.5rem;
    box-shadow: 2px 3px 24px 0px rgba(17, 17, 18, 0.28);
}

.gallery_ui .gallery_list li:hover .btn_more {
    right: 3.2rem;
    bottom: 4.7rem;
    width: 5rem;
    height: 5rem;
    background: url(../img/ucation/btn_more_ov.png) 0 0 / cover;
}

/* 통합검색 */
.entireSch_ui #subContent {
    max-width: 152rem;
    margin: 0 auto;
    padding: 24.5rem 0 18rem;
}

.entireSch_ui h2 {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'GmarketSans';
    margin-bottom: 4.2rem;
}

.entireSch_ui .entireSearch_g {
    position: relative;
}

.entireSch_ui .entireSearch_g .related_sch {
    position: absolute;
    top: 6.8rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 70rem;
    width: 100%;
    background: #fff;
    padding: 2.8rem 3rem;
    border: 1px solid #E0E0E0;
    border-radius: 2rem;
    z-index: 2;
    display: none;
}

.entireSch_ui .entireSearch_g .related_sch.show {
    display: block
}

.entireSch_ui .entireSearch_g .related_sch .tit {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #212121;
}

.entireSch_ui .entireSearch_g .related_sch .realated_list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
}

.entireSch_ui .entireSearch_g .related_sch .realated_list button {
    height: 4rem;
    border-radius: 4rem;
    border: 1px solid #E0E0E0;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    color: #888888;
}

.entireSch_ui .entireSearch_g .related_sch .realated_list .active button {
    background: #CC694B;
    border: 1px solid #CC694B;
    color: #fff;
}

.entireSch_ui .search_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70rem;
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    padding: 0 0.6rem 0 3rem;
    border: 1px solid #DC1736;
    border-radius: 4rem;
}

.entireSch_ui .search_wrap input[type="text"] {
    width: calc(100% - 4.5rem);
    height: 100%;
    border: 0;
    border-radius: 4rem;
    font-size: 1.6rem;
}

.entireSch_ui .search_wrap input[type="text"]::placeholder {
    color: #CCCCCC;
}

.entireSch_ui .search_wrap input[type="text"]:focus {
    outline: none;
}

.entireSch_ui .search_wrap .btn_search img {
    width: 100%;
}

.entireSch_ui .result_area {
    position: relative;
    margin-top: 7rem;
    padding-top: 5.1rem;
    border-top: 1px solid #212121;
}

.entireSch_ui .result_area .msg {
    font-size: 2.4rem;
    font-family: 'NanumSquareNeo';
}

.entireSch_ui .result_area .msg strong {
    color: #CE001F;
}

.entireSch_ui .result_area .select_g {
    position: absolute;
    top: 4rem;
    right: 0;
    display: flex;
    gap: 1.5rem;
}

.entireSch_ui .result_area .select_g select {
    position: relative;
    display: none;
}

.entireSch_ui .result_area .select_g .selectric-input {
    display: none;
}

.entireSch_ui .result_area .select_g .selectric-wrapper {
    width: 22rem;

}

.entireSch_ui .result_area .select_g .selectric {
    position: relative;
    height: 5rem;
    border: 1px solid #F0F0F0;
    border-radius: 0.5rem;
    line-height: 5rem;
    padding: 0 1.5rem;
}

.entireSch_ui .result_area .select_g .selectric .label {
    font-size: 1.6rem;
}

.entireSch_ui .result_area .select_g .selectric .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    width: 1.7rem;
    height: 0.9rem;
    background: url(../img/ucation/ic_sel2.png) 0 0 / cover;
    font-size: 0;
}

.entireSch_ui .result_area .select_g .selectric-items {
    position: relative;
    top: 0.2rem;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid #F0F0F0;
    background: #fff;
    border-radius: 0.5rem;
    z-index: 2;
}

.entireSch_ui .result_area .select_g .selectric-items li {
    height: 4.5rem;
    line-height: 4.5rem;
    background: none;
    padding: 0 1.4rem;
    font-size: 1.4rem;
    color: #666666;
}

.entireSch_ui .result_area .select_g .selectric-items li:hover {
    background: #1967D2;
    color: #fff;
}

.entireSch_ui .result_area .select_g .selectric-items li:first-child {
    border-radius: 0.4rem 0.4rem 0 0;
}

.entireSch_ui .result_area .select_g .selectric-items li:last-child {
    border-radius: 0 0 0.4rem 0.4rem;
}

.entireSch_ui .result_area .tab_filter {
    margin-top: 4rem;
    padding: 2.8rem;
    background: #FAFAFA;
    border-radius: 1.5rem;
    margin-bottom: 5rem;
}

.entireSch_ui .result_area .tab_filter ul {
    display: flex;
    gap: 1.5rem;
    justify-content: center
}

.entireSch_ui .result_area .tab_filter li {
    flex-grow: 1;
    height: 5.5rem;
    border: 1px solid #F0F0F0;
    border-radius: 5rem;
    background: #fff;
    line-height: 5.5rem;
    text-align: center;
}

.entireSch_ui .result_area .tab_filter li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    color: #888888;
}

.entireSch_ui .result_area .tab_filter li.on,
.entireSch_ui .result_area .tab_filter li:hover {
    background: #013874;
    border: 1px solid #013874;
}

.entireSch_ui .result_area .tab_filter li.on a,
.entireSch_ui .result_area .tab_filter li:hover a {
    color: #fff;
    font-weight: 700;
}

.entireSch_ui .result_item {
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 1.5rem;
    background: #fff;
    padding: 3.7rem 3rem 5.1rem 3rem;
}

.entireSch_ui .result_item+.result_item {
    margin-top: 4rem;
}

.entireSch_ui .result_item .cate {
    position: relative;
    padding-left: 1.3rem;
    font-size: 2.4rem;
    font-family: 'NanumSquareNeo';
    font-weight: 800;
}

.entireSch_ui .result_item .cate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3rem;
    height: 2.3rem;
    background: #CE001F;
}

.entireSch_ui .result_item .link_more {
    position: absolute;
    top: 3.9rem;
    right: 3rem;
    font-size: 1.6rem;
    color: #666666;
}

.entireSch_ui .result_item .result_list {
    margin-top: 5rem;
}

.entireSch_ui .result_item .result_list li {
    padding: 3rem 0;
    border-bottom: 1px solid transparent;
    border-image: url(../img/ucation/border2.png) 30 round;
}

.entireSch_ui .result_item .result_list li:last-child {
    border-bottom: 0;
}

.entireSch_ui .result_item li .tit {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
}

.entireSch_ui .result_item li .tit em {
    color: #CE001F;
    font-weight: 700;
}

.entireSch_ui .result_item li .location {
    font-size: 1.4rem;
    color: #888888;
}

.entireSch_ui .result_item .btn_more {
    display: block;
    width: 15rem;
    height: 5rem;
    margin: 5rem auto 0 auto;
    line-height: 5rem;
    text-align: center;
    border: 1px solid #212121;
    border-radius: 5rem;
    font-size: 1.6rem;
}

.entireSch_ui .result_item .btn_more:hover {
    background: #013874;
    border: 1px solid #013874;
    color: #fff;
    font-weight: 700;
}

.entireSch_ui .result_item.type .location+.tit {
    margin-top: 1rem;
}

.entireSch_ui .result_item.type .memo {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    color: #AAAAAA;
}

.entireSch_ui .result_item.type .date {
    margin-top: 1.9rem;
    font-size: 1.4rem;
    color: #888888;
}

.entireSch_ui .paging {
    margin-top: 5rem;
}

.entireSch_ui .paging ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.entireSch_ui .paging li {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.entireSch_ui .paging li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #AAAAAA;
}

.entireSch_ui .paging li.on {
    background: #CE001F;
}

.entireSch_ui .paging li.on a {
    color: #fff;
    font-weight: 700;
}

.entireSch_ui .paging .prev {
    margin-right: 2rem;
}

.entireSch_ui .paging .next {
    margin-left: 2rem;
}

/* 신규통합회원로그인 */
.login_ui #subContent {
    max-width: 134rem;
    padding: 30.6rem 0 18rem;
    margin: 0 auto;
}

.login_ui h2 {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'GmarketSans';
    margin-bottom: 10rem;
}

.login_ui .login_wrap ul {
    display: flex;
}

.login_ui .login_wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50rem;
    border-radius: 1.5rem;
    border: 1px solid #E0E0E0;
    text-align: center;
    transition: 0.3s;
}

.login_ui .login_wrap li .cate {
    font-size: 1.6rem;
    font-family: 'NanumSquareNeo';
    margin-bottom: 1rem;
    transition: 0.3s;
}

.login_ui .login_wrap li .title {
    font-size: 2.8rem;
    font-weight: 800;
    font-family: 'NanumSquareNeo';
    margin-bottom: 3.8rem;
}

.login_ui .login_wrap li .ic {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    transition: 0.3s;
}

.login_ui .login_wrap li.l1 .ic {
    background: url(../img/ucation/ic_login01.png) 0 0 / cover;
}

.login_ui .login_wrap li.l2 .ic {
    background: url(../img/ucation/ic_login02.png) 0 0 / cover;
}

.login_ui .login_wrap li .txt {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.4;
}

.login_ui .login_wrap li:hover {
    border: 1px solid #CE001F;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}


.login_ui .login_wrap li:hover .cate {
    color: #CE001F;
}

.login_ui .login_wrap li.l1:hover .ic {
    background: url(../img/ucation/ic_login01_ov.png) 0 0 / cover;
}

.login_ui .login_wrap li.l2:hover .ic {
    background: url(../img/ucation/ic_login02_ov.png) 0 0 / cover;
}

.login_ui .member_noti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12rem;
    background: #FAFAFA;
    border-radius: 1.5rem;
    padding: 4.9rem 4rem;
}

.login_ui .member_noti .txt_g {
    position: relative;
    padding-left: 6rem;
}

.login_ui .member_noti .txt_g:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background: url(../img/ucation/ic_login03.png) 0 0 / cover;
}

.login_ui .member_noti .txt_g .txt1 {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'NanumSquareNeo';
    margin-bottom: 0.9rem;
}

.login_ui .member_noti .txt_g .txt2 {
    font-size: 1.6rem;
    color: #888888;
}

.login_ui .btn_g .btnD1.red {
    width: 34.2rem;
    background: #CE001F url(../img/infra/icon_arrow.svg) center right 30px no-repeat;
}


/* 신청서작성 */
.apply_ui .head {
    padding: 4.6rem 4rem;
    border: 1px solid #E0E0E0;
    border-radius: 1.5rem;
}

.apply_ui .head .msg {
    margin-top: 3.6rem;
    font-size: 1.8rem;
    color: #888888;
}

.apply_ui .head .msg em {
    text-decoration: underline;
}

.apply_ui .apply_g {
    margin-top: 4rem;
}

.apply_ui .apply_g .item+.item {
    margin-top: 7rem;
}

.apply_ui .apply_g .item .tit_g {
    height: 7.5rem;
    background: #FAFAFA;
    padding: 2.4rem 2rem;
    border-left: 3px solid #CE001F;
    margin-bottom: 4rem;
}

.apply_ui .apply_g .item .tit_g .tit {
    font-size: 2.2rem;
    font-family: 'NanumSquareNeo';
}

.apply_ui .apply_g .item .tit_g .tit span {
    padding-left: 3.9rem;
    font-size: 1.6rem;
    font-family: 'Pretendard';
    color: #888888;
}

.apply_ui .apply_g .item .box {
    display: flex;
    gap: 3rem;
}

.apply_ui .apply_g .item .box.type {
    display: block;
}

.apply_ui .apply_g .item .box+.box {
    margin-top: 3.4rem;
}

.apply_ui .apply_g .item .input_g {
    flex-grow: 1;
}

.apply_ui .apply_g .item .input_g .subj {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.apply_ui .apply_g .item .input_g .subj span {
    padding-left: 3.2rem;
    font-size: 1.6rem;
    color: #888888;
}

.apply_ui .apply_g .item .input_g input[type="text"] {
    width: 100%;
    height: 6rem;
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    padding: 0 1.5rem;
    font-size: 1.8rem;
}

.apply_ui .apply_g .item .input_g input[type="text"]:focus {
    border: 1px solid #013874;
    outline: none;
}

.apply_ui .apply_g .item .input_g input[type="text"]::placeholder {
    color: #CCCCCC;
}

.apply_ui .apply_g .item .addr_g .input01 {
    display: flex;
    gap: 1rem;
}

.apply_ui .apply_g .item .addr_g .input01 input[type="text"],
.apply_ui .apply_g .item .file_g input[type="text"] {
    width: calc(100% - 21rem);
}

.apply_ui .apply_g .item .addr_g .btn_addr {
    width: 20rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    border: 1px solid #E0E0E0;
    background: #F0F0F0;
    border-radius: 0.5rem;
    font-size: 1.8rem;
    color: #888888;
}

.apply_ui .apply_g .item .addr_g .input02 {
    margin-top: 1.1rem;
}

.apply_ui .apply_g .item .box.type .subj {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.apply_ui .apply_g .item .box.type .subj em {
    padding-left: 1.3rem;
    font-size: 1.4rem;
    color: #DC1736;
}

.apply_ui .apply_g .filebox {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.4rem;
}

.apply_ui .apply_g .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.apply_ui .apply_g .filebox .upload_name {
    border-radius: 0.5rem;
    border: 1px solid #E0E0E0;
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    width: 105.5rem;
    order: 1;
}

.apply_ui .apply_g .filebox .upload_name::placeholder {
    color: #ccc;
}

.apply_ui .apply_g .filebox label {
    width: 20rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    border: 1px solid #E0E0E0;
    background: #F0F0F0;
    border-radius: 0.5rem;
    padding: 0;
    font-size: 1.8rem;
    color: #888888;
}

.apply_ui .apply_g .file_g .noti+.noti {
    margin-top: 1.2rem;
}

.apply_ui .apply_g .file_g .noti span {
    font-size: 1.6rem;
    color: #888888;
}

.apply_ui .apply_g .file_g .noti .noti1 {
    color: #333;
}

.apply_ui .apply_g .item.type .tab_program {
    padding-top: 3.4rem;
}

.apply_ui .apply_g .item.type .box {
    padding-bottom: 3.4rem;
    border-bottom: 1px solid #F0F0F0;
    gap: 1rem;
}

.apply_ui .apply_g .item.type .input_g {
    display: flex;
    gap: 1rem;
    font-size: 1.8rem;
}

.apply_ui .apply_g .item.type .input_g em {
    line-height: 6rem;
}

.apply_ui .apply_g .item.type .subj {
    flex-shrink: 0;
    width: 17rem;
    padding: 2rem;
    background: #FAFAFA;
    border-radius: 0.5rem;
    font-size: 1.8rem;
}

.apply_ui .apply_g .item.type .subj .memo {
    display: block;
    margin-top: 2.6rem;
    font-size: 1.6rem;
    color: #888888;
}

.apply_ui .apply_g .item.type select {
    width: 100%;
    height: 6rem;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    padding: 0 2rem;
    font-size: 1.8rem !important;
    appearance: none;
    background: url(../img/ucation/ic_sel.png) calc(100% - 3.5rem) center / 1.7rem 0.9rem no-repeat;
}

.apply_ui .apply_g .radio_g.typea {
    /* display: flex;
    gap: 1.6rem; */
    width: 100%;
    padding: 2rem;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
}

.apply_ui .apply_g .radio_box {
    position: relative;
    display: block;
    min-width: 13rem;
}

.apply_ui .apply_g .radio_g.typea .radio_box {
    display: inline-block;
}

.apply_ui .apply_g .radio_g.typea .radio_box+.radio_box {
    margin-left: 1.6rem;
}

.apply_ui .apply_g .radio_box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.apply_ui .apply_g .radio_box label {
    display: inline-block;
    padding-left: 2.4rem;
    font-size: 1.8rem;
    white-space: nowrap;

}

.apply_ui .apply_g .radio_box label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    box-sizing: border-box;
}

.apply_ui .apply_g .radio_box input:checked+label::before {
    background: url(../img/ucation/radio_on.png) 0 0 / cover;
    border: 0;
}

.apply_ui .apply_g .chkbox_wrap {
    width: 100%;
}

.apply_ui .apply_g .chkbox_wrap .chk_g {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    padding: 2rem;
}

.apply_ui .apply_g .chkbox_wrap .chk_g+.chk_g {
    margin-top: 1rem;
}

.apply_ui .apply_g .chk_box input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.apply_ui .apply_g .chk_box label {
    display: inline-block;
    padding-left: 2.4rem;
    font-size: 1.8rem;
}

.apply_ui .apply_g .chk_box label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.apply_ui .apply_g .chk_box input:checked+label::before {
    background: url(../img/ucation/checkbox_on.png) 0 0 / cover;
    border: 0;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 {
    padding-left: 2.5rem;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 li {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    margin-top: 1.3rem;
    font-size: 1.8rem;
    color: #AAAAAA;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 li .name {
    padding-top: 0.1rem;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 li div {
    display: flex;
    width: 22rem;
    align-items: center;
}

.apply_ui .apply_g .chkbox_wrap .dp_2.type li {
    gap: 1rem;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 select,
.apply_ui .apply_g .chkbox_wrap .dp_2 input {
    width: 20rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    padding: 0 1.5rem;
    color: #AAAAAA;
    font-size: 1.8rem;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 input {
    background: #FAFAFA;
}

.apply_ui .apply_g .chkbox_wrap .dp_2 select {
    background: url("../img/ucation/ic_sel.png") calc(100% - 2rem) center / 1.7rem 0.9rem no-repeat;
    background-color: #FAFAFA;
}

.apply_ui .apply_g .radio_g .noti_g {
    position: relative;
    margin-top: 2rem;
    padding-top: 1.8rem;
    font-size: 1.6rem;
}

.apply_ui .apply_g .radio_g .noti_g:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: url(../img/ucation/border.png) 0 0 / cover;
}

.apply_ui .apply_g .radio_g .noti_g dl+dl {
    margin-top: 1.2rem;
}

.apply_ui .apply_g .radio_g .noti_g dt {
    line-height: 1.4;
}

.apply_ui .apply_g .radio_g .noti_g dd {
    color: #888888;
    line-height: 1.4;
}

.apply_ui .apply_g textarea {
    width: 100%;
    height: 16rem;
    padding: 2rem;
    font-size: 1.8rem;
    box-shadow: none;
    border-radius: 0.5rem;
}

.apply_ui .apply_g textarea:focus {
    outline: none;
    border: 1px solid #013874;
}

.apply_ui .terms_noti {
    font-size: 1.8rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.apply_ui .terms_box+.terms_box {
    margin-top: 3.4rem;
}

.apply_ui .terms_box .cont {
    height: 20rem;
    padding: 2rem 0.7rem 2rem 2rem;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    color: #888888;
    margin-bottom: 1.8rem;
}

.apply_ui .terms_box .cont .in {
    height: 100%;
    overflow-y: auto;
}

.apply_ui .terms_box .cont .in::-webkit-scrollbar,
.apply_ui .terms_box .cont .in::-webkit-scrollbar-thumb {
    width: 0.4rem;
}

.apply_ui .terms_box .cont .in::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: #E0E0E0;
}

.apply_ui .terms_box .chk_box label {
    font-size: 1.6rem;
    color: #666;
}

.apply_ui .btn_g {
    justify-content: flex-start;
    margin-top: 7rem;
}

.apply_ui .btn_g .btnD1.red {
    background-color: #CE001F;
}



@media (max-width: 1080px) {
    .notice_ui .boardSearch_g {
        flex-direction: column-reverse;
        align-items: baseline;
    }
}

@media (max-width: 920px) {
    .noticeList_ui {
        margin-top: 0.7rem;
    }

    .noticeList_ui .top_msg {
        font-size: 1.4rem;
    }

    .notice_ui .boardSearch_g {
        margin-top: 3.2rem;
    }

    .notice_ui .boardSearch_g input[type="text"] {
        margin-right: 0;
    }

    .notice_ui .boardSearch_g .total {
        font-size: 1.4rem;
        margin-top: 2.3rem;
    }

    .notice_ui .boardSearch_g .col_right {
        width: 100%;
    }

    .notice_ui .boardSearch_g select {
        width: 7rem;
        height: 4.5rem;
        padding-left: 0.8rem;
        font-size: 1.4rem !important;
        background: url("https://newunipage.mycafe24.com/uc/assets/css/../img/ucation/ic_sel.png") calc(100% - 0.8rem) center / 1.5rem 0.8rem no-repeat;
    }

    .notice_ui .boardSearch_g .search_wrap {
        width: calc(100% - 7.5rem);
    }

    .notice_ui .boardSearch_g input[type="text"] {
        width: calc(100% - 5.4rem);
        height: 4.5rem;
        padding-left: 0.8rem;
        font-size: 1.4rem;
    }

    .notice_ui .boardSearch_g input[type="text"]::placeholder {
        font-size: 1.4rem;
    }

    .notice_ui .boardSearch_g .btn_search {
        width: 5rem;
        height: 4.5rem;
        font-size: 1.4rem;
        line-height: 4.5rem;
    }

    .noticeList_ui .site_table_wrap {
        margin-top: 0.8rem;
    }

    .noticeList_ui table colgroup {
        display: none;
    }

    .noticeList_ui table th {
        height: 5rem;
        font-size: 1.4rem;
    }

    .noticeList_ui table tr.notice_fix td span {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }

    .noticeList_ui table td {
        height: 5rem;
        font-size: 1.6rem;
    }

    .noticeList_ui table td.tit {
        padding-left: 1.2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 12rem;
    }

    .noticeList_ui table th.date,
    .noticeList_ui table td.date {
        display: none;
    }

    .btm_wrap {
        margin-top: 2.4rem;
    }

    .btm_wrap .btng {
        position: static;
        display: flex;
        justify-content: flex-end;
    }

    .btm_wrap .btn_write {
        width: 8rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
    }

    .site_custom_ui.noticeList_ui .paging {
        margin-top: 2.4rem;
    }

    .noticeView_ui {
        margin-top: 0.7rem;
    }

    .noticeView_ui .top_msg {
        font-size: 1.4rem;
        margin-bottom: 3.2rem;
    }

    .noticeView_ui .site_top_msg {
        font-size: 1.4rem;
        margin-bottom: 3.2rem;
    }

    .noticeView_ui .nt_view_title {
        padding: 1.9rem 1rem 2rem 1.8rem;
    }

    .noticeView_ui .nt_view_title p {
        font-size: 1.8rem;
    }

    .noticeView_ui .b_head {
        margin-top: 1.2rem;
    }

    .noticeView_ui .b_head .top_wrap {
        padding: 1.3rem 1.7rem;
    }

    .noticeView_ui .b_head .name {
        width: 6rem;
        font-size: 1.4rem;
    }

    .noticeView_ui .b_head .name:before {
        height: 1.6rem;
    }

    .noticeView_ui .b_head .btm_wrap .name:before {
        right: -0.5rem;
    }

    .noticeView_ui .b_head .top_wrap span {
        font-size: 1.4rem;
        padding-left: 1.25rem;
    }

    .noticeView_ui .b_head .top_wrap .hits {
        top: 1.3rem;
        right: 1.7rem;
    }

    .noticeView_ui .b_head .hits span {
        padding-left: 0;
    }

    .noticeView_ui .b_head .btm_wrap {
        padding: 1.35rem 0 1.5rem 1.8rem;
    }

    .noticeView_ui .b_head .btm_wrap ul {
        padding-left: 1.25rem;
    }

    .noticeView_ui .b_head .btm_wrap li a {
        font-size: 1.4rem;
    }


    .noticeView_ui .b_body {
        padding: 2rem 1.8rem;
        font-size: 1.6rem;
    }

    .noticeView_ui .b_body img {
        margin-top: 2rem;
    }

    .noticeView_ui .b_bottom {
        gap: 2rem;
    }

    .noticeView_ui .b_bottom .tel::after {
        margin-right: -1rem;
    }

    .noticeView_ui .b_bottom .tel {
        font-size: 1.4rem;
    }

    .noticeView_ui .b_bottom .tel_list {
        row-gap: 1rem;
        font-size: 1.4rem;
    }

    .noticeView_ui .prevNxt_list li {
        height: 5rem;
    }

    .noticeView_ui .prevNxt_list .tit {
        width: 5rem;
        padding: 0;
        text-align: center;
        line-height: 5rem;
        font-size: 1.4rem;
    }

    .noticeView_ui .prevNxt_list a {
        max-width: 15rem;
        padding-left: 3.8rem;
        font-size: 1.4rem;
    }

    .noticeView_ui .prevNxt_list .date {
        right: 0;
        font-size: 1.4rem;
    }

    .noticeView_ui .btng {
        margin-top: 2.4rem;
    }

    .noticeView_ui .btng .btn_list {
        width: 8rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
    }

    .noticeView_ui .btng .btn_ed {
        width: 7rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
        padding: 1.6rem 2.2rem;
    }

    .inquiry_ui .top_msg {
        margin-top: 0.7rem;
        font-size: 1.4rem;
    }

    .inquiry_ui .txt_g {
        padding: 2.2rem;
    }

    .inquiry_ui .txt_g .tit {
        font-size: 1.6rem;
        margin-bottom: 1.7rem;
    }

    .inquiry_ui .txt_g p {
        padding-left: 1.3rem;
        font-size: 1.4rem;
    }

    .inquiry_ui .txt_g p:before {
        width: 0.6rem;
        height: 0.6rem;
    }

    .inquiry_ui .form_g {
        margin-top: 4rem;
    }

    .inquiry_ui .form_g li {
        flex-direction: column;
    }

    .inquiry_ui .form_g li .form_tit {
        width: 100%;
        height: auto;
        background: none;
        padding-left: 0;
        font-size: 1.6rem;
    }

    .inquiry_ui .form_g li .form_cont {
        width: 100%;
        padding-left: 0;
    }

    .inquiry_ui .form_g li .form_cont input[type="text"],
    .inquiry_ui .form_g li .form_cont textarea {
        height: 4rem;
        line-height: 4rem;
        padding-left: 1.2rem;
    }

    .inquiry_ui .form_g li .form_cont input[type="text"]::placeholder,
    .inquiry_ui .form_g li .form_cont textarea::placeholder {
        font-size: 1.4rem;
        line-height: 4rem;
    }

    .inquiry_ui .form_g .filebox {
        gap: 0.5rem;
    }

    .inquiry_ui .form_g .filebox .upload_name {
        width: calc(100% - 8rem);
        height: 4rem;
        padding: 1.2rem;
        font-size: 1.4rem;
    }

    .inquiry_ui .form_g .filebox .upload_name::placeholder {
        font-size: 1.4rem;
    }

    .inquiry_ui .form_g .filebox label {
        width: 7rem;
        height: 4rem;
        font-size: 1.4rem;
    }

    .inquiry_ui .form_g .form_cont .commt {
        margin-top: 2.4rem;
        font-size: 1.3rem;
    }

    .inquiry_ui .form_g .form_cont .commt span {
        display: block;
    }

    .inquiry_ui .terms_wrap {
        margin-top: 4rem;
        padding-top: 1.25rem;
    }

    .inquiry_ui .terms_wrap .tit {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }

    .inquiry_ui .terms_wrap .cont {
        padding-right: 0.4rem;
        padding-top: 2rem;
    }

    .inquiry_ui .terms_wrap .cont .in {
        font-size: 1.3rem;
        padding-top: 0;
    }

    .inquiry_ui .terms_wrap .cont .in::-webkit-scrollbar,
    .inquiry_ui .terms_wrap .cont .in::-webkit-scrollbar-thumb {
        width: 0.4rem;
    }

    .inquiry_ui .terms_wrap .chk_box {
        margin-top: 1.3rem;
    }

    .inquiry_ui .terms_wrap .chk_box label {
        padding-left: 2rem;
        font-size: 1.4rem;
    }

    .inquiry_ui .terms_wrap .chk_box label::before {
        top: -0.2rem;
        width: 1.4rem;
        height: 1.4rem;
    }

    .inquiry_ui .btn_g {
        justify-content: center;
        margin-top: 8rem;
    }

    .inquiry_ui .btn_g .btnD1.red {
        width: 19rem;
    }

    .gallery_ui .top_msg {
        margin-top: 0.7rem;
        font-size: 1.4rem;
    }

    .gallery_ui .gallery_list {
        display: block;
        margin-top: 1.2rem;
    }

    .gallery_ui .gallery_list li {
        width: 100%;
    }

    .gallery_ui .gallery_list li .thum {
        max-height: 20rem;
    }

    .gallery_ui .gallery_list li .data_g {
        height: 14rem;
        padding: 2rem;
        border-radius: 1.5rem 1.5rem 3rem 1.5rem;
        transform: translateY(-2.5rem);
    }

    .gallery_ui .gallery_list li .data_g .tit {
        font-size: 2rem;
        font-family: 'NanumSquareNeo';
        margin-bottom: 0.6rem;
    }

    .gallery_ui .gallery_list li .data_g .memo {
        font-size: 1.4rem;
    }

    .gallery_ui .gallery_list li .data_g .date {
        font-size: 1.4rem;
        margin-top: 3.5rem;
    }

    .gallery_ui .gallery_list li .btn_more {
        bottom: 4.9rem;
        right: 2rem;
        width: 1.3rem;
        height: 1.3rem;
        background: url("https://unipage123.cafe24.com/uc/assets/css/../img/ucation/mo/btn_more.png") 0 0 / cover;
    }

    .gallery_ui .gallery_list li:hover .data_g {
        border-radius: 1.5rem 1.5rem 3rem 1.5rem;
        box-shadow: none;
    }

    .gallery_ui .gallery_list li:hover .btn_more {
        bottom: 4.9rem;
        right: 2rem;
        width: 1.3rem;
        height: 1.3rem;
        background: url("https://unipage123.cafe24.com/uc/assets/css/../img/ucation/mo/btn_more.png") 0 0 / cover;
    }

    .entireSch_ui #subContent {
        padding: 7.7rem 0 12rem
    }

    .entireSch_ui h2 {
        font-size: 2.8rem;
        margin-bottom: 2.6rem;
    }

    .entireSch_ui .entireSearch_g {
        padding: 0 2rem;
    }

    .entireSch_ui .entireSearch_g .related_sch {
        padding: 2rem;
    }

    .entireSch_ui .entireSearch_g .related_sch .tit {
        padding-bottom: 1.2rem;
    }

    .entireSch_ui .entireSearch_g .related_sch .realated_list {
        gap: 0.8rem;
        margin-top: 1.2rem;
    }

    .entireSch_ui .entireSearch_g .related_sch .realated_list button {
        padding: 0 1.2rem;
        font-size: 1.3rem;
    }

    .entireSch_ui .search_wrap {
        padding: 0 1rem 0 2rem;
    }

    .entireSch_ui .search_wrap input[type="text"] {
        font-size: 1.4rem
    }

    .entireSch_ui .search_wrap .btn_search {
        width: 4.5rem;
        height: 4.5rem;
    }

    .entireSch_ui .search_wrap .btn_search img {
        width: 100%;
    }

    .entireSch_ui .result_area {
        margin-top: 4rem;
        padding-top: 1.1rem;
    }

    .entireSch_ui .result_area .msg {
        font-size: 1.4rem;
        padding: 0 2rem;
    }

    .entireSch_ui .result_area .select_g {
        position: static;
        gap: 1.4rem;
        margin-top: 2.4rem;
        padding: 0 2rem;
    }

    .entireSch_ui .result_area .select_g .selectric-hover .selectric-items {
        display: block;
        z-index: 98;
    }

    .entireSch_ui .result_area .select_g .selectric-wrapper {
        position: relative;
        width: 50%;
    }

    .entireSch_ui .result_area .select_g .selectric {
        height: 3.5rem;
        padding: 0 1.2rem;
        line-height: 3.5rem;
    }

    .entireSch_ui .result_area .select_g .selectric-items {
        position: absolute;
        top: 3.7rem;
        left: 0;
        width: 100%;
    }

    .entireSch_ui .result_area .select_g .selectric-items li {
        height: 3.5rem;
        line-height: 3.5rem;
    }

    .entireSch_ui .result_area .select_g .selectric .label {
        font-size: 1.4rem;
    }

    .entireSch_ui .result_area .select_g .selectric .button {
        width: 0.9rem;
        height: 0.5rem;
    }

    .entireSch_ui .result_area .tab_filter {
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
        padding: 1rem 2rem;
        border-radius: 0;
    }

    .entireSch_ui .result_area .tab_filter ul {
        gap: 0.9rem;
    }

    .entireSch_ui .result_area .tab_filter li {
        width: calc(20% - 0.2rem);
        height: 4.5rem;
        line-height: 4.5rem;
        border-radius: 0.5rem;
    }

    .entireSch_ui .result_area .tab_filter li a {
        font-size: 1.4rem;
    }

    .entireSch_ui .result_item {
        margin: 0 2rem;
        padding: 3.2rem 2rem;
    }

    .entireSch_ui .result_item .cate {
        font-size: 2rem;
    }

    .entireSch_ui .result_item .link_more {
        top: 3.2rem;
        right: 2rem;
        font-size: 1.6rem;
    }

    .entireSch_ui .result_item .result_list {
        margin-top: 4rem;
    }

    .entireSch_ui .result_item .result_list li {
        padding: 2rem 0 3rem 0;
    }

    .entireSch_ui .result_item li .tit {
        margin-bottom: 1rem;
    }

    .entireSch_ui .result_item .btn_more {
        width: 9rem;
        height: 4rem;
        line-height: 4rem;
        margin: 1rem auto 0 auto;
        font-size: 1.4rem;
    }

    .entireSch_ui .paging li {
        width: 2.4rem;
        height: 2.4rem;
    }

    .entireSch_ui .paging li a {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .entireSch_ui .paging .site_prev {
        margin-right: 1.3rem;
    }

    .entireSch_ui .paging .site_next {
        margin-left: 1.3rem;
    }

    .login_ui #subContent {
        padding: 13rem 2rem 12rem
    }

    .login_ui h2 {
        font-size: 2.8rem;
        margin-bottom: 4.2rem;
    }

    .login_ui .login_wrap ul {
        gap: 1.5rem
    }

    .login_ui .login_wrap li {
        align-items: flex-start;
        height: 40.2rem;
        padding-top: 5.3rem;
    }

    .login_ui .login_wrap li .cate {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    .login_ui .login_wrap li .title {
        font-size: 2rem;
        margin-bottom: 3.9rem;
    }

    .login_ui .login_wrap li .ic {
        width: 6rem;
        height: 6rem;
    }

    .login_ui .login_wrap li .txt {
        margin-top: 4rem;
        padding: 0 1rem;
        font-size: 1.4rem;
    }

    .login_ui .member_noti {
        display: block;
        margin-top: 1.2rem;
        padding: 0;
        background: none;
    }

    .login_ui .member_noti .txt_g {
        padding: 2.1rem 2.3rem 2.1rem 7.6rem;
        background: #FAFAFA;
        border-radius: 1.5rem;
    }

    .login_ui .member_noti .txt_g:before {
        top: 2.1rem;
        transform: translateY(0);
        left: 2.3rem;
    }

    .login_ui .member_noti .txt_g .txt1 {
        font-size: 1.6rem;
        margin-bottom: 0.7rem;
    }

    .login_ui .member_noti .txt_g .txt2 {
        font-size: 1.4rem;
    }

    .custom_ui .btn_g {
        margin-top: 5.2rem;
    }

    .login_ui .btn_g .btnD1.red {
        max-width: 27rem;
        width: 100%;
    }

    .login_ui .btn_g .btnD1 span {
        font-size: 1.4rem;
    }

    .apply_ui .head {
        margin-top: 4rem;
        padding: 2rem;
    }

    .apply_ui .head .msg {
        margin-top: 1.8rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g {
        margin-top: 4.2rem;
    }

    .apply_ui .apply_g .radio_box {
        min-width: 8rem
    }

    .apply_ui .apply_g .item+.item {
        margin-top: 4rem;
    }

    .apply_ui .apply_g .item .tit_g {
        height: auto;
        padding: 1.8rem 0 1.6rem 2rem;
        margin-bottom: 3.2rem;
    }

    .apply_ui .apply_g .item .tit_g .tit {
        font-size: 1.8rem;
    }

    .apply_ui .apply_g .item .tit_g .tit span {
        font-size: 1.4rem;
        padding-left: 0;
        padding-top: 0.8rem;
        display: inline-block;
    }

    .apply_ui .apply_g .item .box {
        display: block;
    }

    .apply_ui .apply_g .item .input_g+.input_g,
    .apply_ui .apply_g .item .box+.box {
        margin-top: 1.8rem;
    }

    .apply_ui .apply_g .item .input_g .subj {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }

    .apply_ui .apply_g .item .input_g .subj span {
        padding-left: 2.7rem;
        font-size: 1.3rem;
    }

    .apply_ui .apply_g .item .box.type .subj em {
        padding-left: 1rem;
        font-size: 1.3rem;
    }

    .apply_ui .apply_g .item .input_g input[type="text"] {
        height: 4rem;
        padding: 0 1.2rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .item .addr_g .input01 input[type="text"],
    .apply_ui .apply_g .item .file_g input[type="text"] {
        width: calc(100% - 7.5rem);
    }

    .apply_ui .apply_g .item .addr_g .input01 {
        gap: 0.5rem;
        margin-bottom: 2.4rem;
    }

    .apply_ui .apply_g .item .addr_g .btn_addr,
    .apply_ui .apply_g .filebox label {
        width: 7rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .filebox {
        gap: 0.5rem;
    }

    .apply_ui .apply_g .filebox .upload_name {
        width: calc(100% - 7.5rem);
        height: 4rem;
        padding: 1rem 1.2rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .file_g .noti+.noti {
        margin-top: 1.8rem;
    }

    .apply_ui .apply_g .file_g .noti span {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .apply_ui .apply_g .item.type .box {
        padding-bottom: 2.5rem;
    }

    .apply_ui .apply_g .item.type .input_g {
        display: block;
        font-size: 1.6rem;
    }

    .apply_ui .apply_g .item.type .subj {
        width: 100%;
        padding: 0;
        background: none;
        font-size: 1.6rem;
    }

    .apply_ui .apply_g .item.type .subj {
        margin-bottom: 0.8rem;
    }

    .apply_ui .apply_g .item.type select {
        height: 4rem;
        font-size: 1.4rem !important;
        padding: 0 1.2rem;
        background: url("../img/ucation/ic_sel.png") calc(100% - 1.3rem) center / 1.5rem 0.8rem no-repeat
    }

    .apply_ui .apply_g .radio_g.typea {
        padding: 1.2rem;
    }

    .apply_ui .apply_g .radio_g.typea .radio_box+.radio_box {
        margin-left: 3.5rem;
    }

    .apply_ui .apply_g .radio_box label {
        padding-left: 1.9rem;
        font-size: 1.4rem;
        min-width: auto;
    }

    .apply_ui .apply_g .radio_box label::before {
        width: 1.1rem;
        height: 1.1rem
    }

    .apply_ui .apply_g .item.type .subj .memo {
        margin-top: 0.7rem;
        font-size: 1.3rem;
    }

    .apply_ui .apply_g .chkbox_wrap .chk_g {
        padding: 1.7rem 2rem;
    }

    .apply_ui .apply_g .chk_box label {
        padding-left: 1.9rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .chk_box label::before {
        width: 1.1rem;
        height: 1.1rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 {
        padding-left: 2rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 li {
        gap: 3.4rem;
        margin-top: 1.5rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 li div {
        justify-content: flex-start;
        gap: 2.4rem;
        width: 18rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2.type li {
        display: block;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2.type li .name {
        font-size: 1.4rem;
        margin-right: 1.2rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 select {
        width: 22rem;
        height: 4rem;
        background-color: #FAFAFA;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 li .input_wr {
        position: relative;
        width: 22rem;
        margin-top: 0.4rem;
        margin-left: 3.7rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 input {
        width: 100%;
        height: 4rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .chkbox_wrap .dp_2 li .input_wr em {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.2rem;
    }

    .apply_ui .apply_g .radio_g .noti_g {
        margin-top: 1.8rem;
        padding-top: 1.8rem;
        font-size: 1.3rem;
    }

    .apply_ui .apply_g .item3 .input_g:first-child {
        width: 100% !important;
    }

    .apply_ui .apply_g .item3 .input_g:last-child input {
        width: 92%;
        margin-right: 1.3rem;
    }

    .apply_ui .apply_g .item.type .input_g em {
        font-size: 1.4rem;
        color: #212121;
    }

    .apply_ui .apply_g textarea {
        height: 18rem;
        font-size: 1.4rem;
    }

    .apply_ui .apply_g .item4 .tit_g {
        margin-bottom: 1.2rem;
    }

    .apply_ui .terms_noti {
        font-size: 1.4rem;
        margin-bottom: 2.4rem;
        padding-left: 0;
    }

    .apply_ui .terms_box+.terms_box {
        margin-top: 2.4rem;
    }

    .apply_ui .terms_box .cont {
        padding: 4rem 0.5rem 1rem 2rem;
        font-size: 1.3rem;
        margin-bottom: 1.3rem;
    }

    .apply_ui .btn_g {
        justify-content: flex-start;
        margin-top: 8rem;
    }

    .apply_ui .btn_g .btnD1.red {
        width: 19rem;
        padding-left: 3rem;
    }



































}
