@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/assets/fonts/Pretendard/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

body {
    height: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

#wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    margin: 0 auto;
    padding: 0 100px 0 100px;
    align-items: center;
    justify-content: space-between;
}

#header .h1 {
    position: absolute;
}

#header ul {
}

#header #lnb {
    display: flex;
    flex: 1;
}

#header .top_menu {
    display: flex;
}

#header .top_menu ul {
    padding: 0 50px;
    gap: 50px;
	    display: flex;
}

#header #lnb a,
#header .top_menu a {
    font: normal normal 500 18px/21px "Pretendard";
    text-decoration: none;
    color: #F9F9F9;
}

footer {
    position: relative;
    width: 100%;
    height: auto;
}

#footer {
    position: relative;
    height: auto;
}

#footer .footer_top {
    display: flex;
    height: 83px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#footer .footer_top ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 75%;
}

#footer .footer_top ul a,
#footer .footer_top ul span {
    font: normal normal bold 15px/18px "Pretendard";
    color: #8B8B8B;
    text-decoration: none;
    padding: 0 8px;
}


#footer .footer_bottom {
    display: flex;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    height: 354px;
    width: 100%;
    justify-content: center;
}

#footer .footer_bottom .footer_bottom_wrap {
    display: flex;
    width: 75%;
    justify-content: flex-start;
    flex-direction: column;
    font: normal normal 300 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #8B8B8B;
    gap: 10px;
}

#footer .footer_bottom .footer_bottom_wrap img {
    filter: grayscale(100%) brightness(0.3) sepia(1) hue-rotate(0deg) saturate(0) brightness(1.5);
    padding: 40px 0 30px 0;
}

#footer .footer_bottom .footer_tel {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#footer .footer_bottom .footer_tel span {
    font: normal normal 600 15px/18px "Pretendard";
}

#dashboard {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#left_menu {
    width: 260px;
    display: flex;
    box-sizing: border-box;
    gap: 50px;
    flex-direction: column;
    border: 1px solid #E8E8E9;
    flex: 1;
}

#left_menu h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#left_menu h1 img {
    margin-top: 25px;
}

#left_menu #lnb {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#left_menu #lnb button {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 61px;
    padding: 19px 28px;
    box-sizing: border-box;
    align-items: center;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    gap: 10px;
}

#left_menu #lnb button.active {
    background-color: #F2F3F8;
    color: #233B8F;
    font-weight: bold;
}

#left_menu #lnb button img {
    width: 24px;
}

#left_menu #lnb .children_menu_wrap {
    display: none;
    flex-direction: column;
}

#left_menu #lnb .children_menu_wrap.active {
    display: flex;
}

#left_menu #lnb .children_menu button {
    height: 38px;
    padding: 10px 62px;
    font: normal normal 500 15px/18px "Pretendard";
}

#left_menu #lnb .children_menu button.active {
    background-color: #ffffff;
}

#menu_wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 260px);
}

#menu_wrap > ul {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 13px;
    align-items: center;
    padding-right: 60px;
    border-bottom: 1px solid #E8E8E9;
}

#menu_wrap ul li {
    font: normal normal 500 14px / 16px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu_wrap ul li .user_name {
    color: #233B8F;
}

#menu_wrap .content_wrap {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fafafa;
    min-height: calc(100vh - 81px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-content: flex-start;
}

#menu_wrap .content_wrap.option_menu {
    justify-content: center;
    padding: 20px 25px 25px 25px;
}

#menu_wrap .content_wrap .dashboard_wrap {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E9;
    border-radius: 6px;
    padding: 20px 25px;
    box-sizing: border-box;
}

#menu_wrap .content_wrap .dashboard_wrap.half_width {
    width: calc(50% - 15px);
}

#menu_wrap .content_wrap .dashboard_wrap.fill-height {
    min-height: calc(100vh - 141px);
}

#menu_wrap .content_wrap.option_menu .dashboard_wrap {
    width: 550px;
}

#menu_wrap .content_wrap .dashboard_title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#menu_wrap .content_wrap .dashboard_title h1 {
    font: normal normal bold 18px/21px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

#menu_wrap .content_wrap .dashboard_title.sub h1 {
    color: #233B8F;
}

#menu_wrap .content_wrap .dashboard_title a {
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
}

#menu_wrap .content_wrap .dashboard_post {
    width: 100%;
    height: 54px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font: normal normal 500 16px/19px "Pretendard";
}

#menu_wrap .content_wrap .dashboard_post .post_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#menu_wrap .content_wrap .dashboard_post .post_wrap .notice {
    font-weight: 600;
    color: #233B8F;
}

#menu_wrap .content_wrap .dashboard_post .post_wrap .qa_type {
    width: 55px;
    margin-right: 20px;
}

#menu_wrap .content_wrap .dashboard_post .post_date,
#menu_wrap .content_wrap .dashboard_post .post_wrap .qa_type.wait {
    color: #9C9C9C;
}

#menu_wrap .content_wrap .dashboard_post .post_wrap .qa_type.complete {
    color: #00A558;
}

#menu_wrap .content_wrap .lecture_box_list.dashboard_content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box {
    width: 360px;
    height: 530px;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_img_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_img_wrap .lecture_limit {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #233B8F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 135px;
    height: 33px;
    font: normal normal 300 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_img_wrap .lecture_favorite {
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_img_wrap .lecture_favorite.on {
    filter: brightness(0) saturate(100%) invert(17%) sepia(89%) saturate(7494%) hue-rotate(1deg) brightness(103%) contrast(111%);
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_img_wrap .lecture_end {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 62px;
    height: 27px;
    background: #262626 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font: normal normal 300 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu_wrap .content_wrap .dashboard_data {
    height: 200px;
    width: 100%;
}

#menu_wrap .content_wrap .dashboard_data .data_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 175px;
}

#menu_wrap .content_wrap .dashboard_data .data_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu_wrap .content_wrap .dashboard_data .data_icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    background: #F2F3F8 0% 0% no-repeat padding-box;
}

#menu_wrap .content_wrap .dashboard_data .data_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#menu_wrap .content_wrap .dashboard_data .data_wrap .text {
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

#menu_wrap .content_wrap .dashboard_data .data_wrap .text:first-child {
    font-weight: bold;
}

#menu_wrap .content_wrap .dashboard_data .data_wrap .number {
    font: normal normal bold 26px/31px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
}



#menu_wrap .content_wrap .dashboard_content {
    margin-top: 30px;
    font: normal normal 500 16px/19px "Pretendard";
}

#menu_wrap .content_wrap .dashboard_content .content_title {
    font: normal normal bold 16px/19px "Pretendard";
    color: #233B8F;
    margin-bottom: 12px;
}

#menu_wrap .content_wrap .dashboard_content p {
    color: #262626;
}

#menu_wrap .content_wrap .dashboard_content .content_date {
    color: #9C9C9C;
    margin-top: 22px;
}

#menu_wrap .content_wrap .dashboard_content .content_name {
    color: #9C9C9C;
    margin-top: 12px;
}


#menu_wrap .content_wrap .lecture_box_list .lecture_box_wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;

}

#menu_wrap .content_wrap .lecture_box_list .lecture_box_wrap .lecture_title {
    font: normal normal 600 20px/24px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    width: 100%;
    height: 68px;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box_wrap .lecture_date_wrap {
    display: flex;
    flex-direction: row;
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
    gap: 5px;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box_wrap .lecture_date_wrap .lecture_data_title {
    width: 65px;
    overflow: hidden;
    font-weight: 300;
    color: #262626;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_btn_wrap {
    margin-top: 27px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_btn {
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #233B8F;
    border-radius: 6px;
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

#menu_wrap .content_wrap .lecture_box_list .lecture_box .lecture_btn.listen {
    background: #233B8F 0% 0% no-repeat padding-box;
    color: #F9F9F9;
}

#menu_wrap .content_wrap .dashboard_search_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .notice_write {
    width: 111px;
    height: 44px;
    background: #233B8F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    font: normal normal 300 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #F9F9F9;
    border: none;
    justify-content: center;
    align-items: center;
}

#menu_wrap .content_wrap .dashboard_search_wrap .notice_write img {
    width: 18px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .dashboard_sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .dashboard_sort select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    width: 140px;
    height: 44px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .checkbox_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .checkbox_wrap input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    margin-left: 20px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .checkbox_wrap label {
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

#menu_wrap .content_wrap .dashboard_search_wrap .dashboard_search {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .dashboard_search input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    padding: 13px 15px;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    width: 285px;
    height: 44px;
}

#menu_wrap .content_wrap .dashboard_search_wrap .dashboard_search button {
    background: #233B8F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    border: none;
}

#menu_wrap .content_wrap .dashboard_line {
    width: 100%;
    height: 1px;
}


#menu_wrap .content_wrap .noticeboard .noticeboard_title {
    font: normal normal bold 26px/31px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap {
    margin-top: 10px;
}


#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_header {
    height: 53px;
    border: 1px solid #DDDDDD;
    border-top: 1px solid #233B8F;
    background: #F2F3F8 0% 0% no-repeat padding-box;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_body {
    display: flex;
    flex-direction: column;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 0;
    border: none;
    gap: 0;
    font: normal normal 500 14px/16px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_header .noticeboard_data_wrap {
    font-weight: 700;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_body .noticeboard_data {
    width: 100%;
    height: 58px;
    border: 1px solid #DDDDDD;
    border-top: none;
    box-sizing: border-box;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .importance {
    font-weight: 700;
    color: #233B8F;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .index {
    width: 84px;
}


#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .type {
    width: 120px;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .title {
    flex: 1;
    justify-content: flex-start;
    padding-left: 30px;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .author {
    width: 150px;
    justify-content: flex-start;
    padding-left: 30px;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .date {
    width: 150px;
    justify-content: flex-start;
    padding-left: 30px;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_data_wrap .views {
    width: 100px;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_page {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_page .page_btn_number_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_page .page_btn_number_wrap .page_btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font: normal normal 600 14px/16px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 150ms linear;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_page .page_btn_number_wrap .page_btn:hover {
    background: #F2F3F8 0% 0% no-repeat padding-box;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_page .page_btn_number_wrap .page_btn:active {
    background: #233B8F 0% 0% no-repeat padding-box;
    color: #F9F9F9;
}

#menu_wrap .content_wrap .noticeboard .noticeboard_wrap .noticeboard_page .page_btn_number_wrap .page_btn.now {
    background: #233B8F 0% 0% no-repeat padding-box;
    color: #F9F9F9;
}

.notice_write {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 141px);
}

.notice_write .notice_write_wrap {
    margin-top: 75px;
    margin-bottom: 75px;
    width: 760px;
}

.notice_write .notice_write_wrap .notice_write_title {
    font: normal normal bold 24px/29px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
}

.notice_write .notice_write_wrap .notice_write_sub_title {
    margin-top: 3px;
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.notice_write .notice_write_wrap .dashboard_line {
    margin-top: 20px;
    background: #262626 0% 0% no-repeat padding-box;
}

.notice_write .notice_write_wrap .notice_write_input_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 44px;
    margin-top: 25px;
}

.notice_write .notice_write_wrap .notice_write_input_wrap.area {
    height: 210px;
}

.notice_write .notice_write_wrap .notice_write_input_wrap .notice_write_input_title {
    width: 110px;
    font: normal normal bold 14px/16px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.notice_write .notice_write_wrap .notice_write_input_wrap select {
    flex: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    height: 100%;
}

.notice_write .notice_write_wrap .notice_write_input_wrap textarea,
.notice_write .notice_write_wrap .notice_write_input_wrap input {
    flex: 1;
    height: 100%;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 13px 15px;
    box-sizing: border-box;
    color: #262626;
}

.notice_write .notice_write_wrap .notice_write_input_limits {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.notice_write .notice_write_wrap .notice_write_button_wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
    height: 44px;
}

.notice_write .notice_write_wrap .notice_write_button {
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #252F4A;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    width: 97px;
    border: none;
    border-radius: 6px;
}

.notice_write .notice_write_wrap .notice_write_button.write {
    color: #F9F9F9;
    background: #233B8F 0% 0% no-repeat padding-box;
}


.notice_write_success {
    width: 100%;
    height: calc(100vh - 141px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.notice_write_success h2 {
    font: normal normal bold 24px/29px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
    margin-top: 15px;
}

.notice_write_success p {
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    margin-top: 5px;
}

.notice_write_success a {
    background: #233B8F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    width: 97px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 40px;
}

.option_menu .option_title_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.option_menu .option_title {
    font: normal normal bold 18px/21px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.option_menu .input_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    gap: 30px;
    margin-top: 30px;
    align-items: flex-end;
    position: relative;
}

.option_menu .input_wrap .at_icon {
    position: absolute;
    left: 50%;
    height: 50%;
    transform: translate(-50%, 0);
    font: normal normal 500 16px/19px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.option_menu .option_input {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.option_menu .option_input .input_gap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.option_menu .input_wrap .option_input .title {
    font: normal normal 600 14px/16px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    margin-bottom: 7px;
}


.option_menu .input_wrap .option_input .title.sub {
    font: normal normal 400 12px/14px "Pretendard";
}

.option_menu .input_wrap .option_input .title.blue {
    color: #233B8F;
}

.option_menu .input_wrap .option_input select,
.option_menu .input_wrap .option_input input {
    flex: 1;
    min-height: 44px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E9;
    border-radius: 6px;
    font: normal normal 300 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    padding: 0 13px;
}

.option_menu .input_wrap .option_input input:read-only {
    background: #DDDDDD 0% 0% no-repeat padding-box;
}

.option_menu .input_wrap .option_input .radio_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
}

.option_menu .input_wrap .option_input .radio_wrap label {
    font: normal normal 600 13px/15px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.option_menu .input_wrap .option_input .radio_wrap input {
    width: 16px;
    height: 16px;
    flex: 0;
}

.option_menu .input_wrap .option_input .radio_wrap label {
    margin-right: 25px;
}

.option_menu .input_wrap .option_input .checkbox_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 7px;
}

.option_menu .input_wrap .option_input .checkbox_wrap li {
    display: flex;
    flex-direction: row;
}

.option_menu .input_wrap .option_input .checkbox_wrap li::marker {
    content: none;
}

.option_menu .input_wrap .option_input .checkbox_wrap li input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    min-width: 18px;
    min-height: 18px;
    flex: 0;
}

.option_menu .input_wrap .option_input .checkbox_wrap li label {
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.option_menu .input_wrap .option_input .text_area {
    width: 100%;
    padding: 15px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font: normal normal 400 13px/17px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
}

.option_menu .input_wrap button {
    border: 1px solid #E8E8E9;
    border-radius: 6px;
    width: 104px;
    height: 44px;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
}

.option_menu .option_button_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
    gap: 15px;
}

.option_menu .option_button_wrap button,
.option_menu .option_button_wrap a {
    width: 97px;
    height: 44px;
    background: #233B8F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font: normal normal 500 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option_menu .option_button_wrap a.delete {
    background-color: #f4f4f4;
    color: #D11A1A;
}

#mypage_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    background: #26262693 0% 0% no-repeat padding-box;
}

#mypage_modal.on {
    display: block;
}

#mypage_modal .modal_wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 500px;
    height: 276px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E9;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

#mypage_modal .modal_wrap .title {
    font: normal normal bold 24px/29px "Pretendard";
    letter-spacing: 0px;
    color: #233B8F;
    margin-top: 15px;
}

#mypage_modal .modal_wrap .sub {
    font: normal normal 500 14px/16px "Pretendard";
    letter-spacing: 0px;
    color: #262626;
    text-align: center;
    margin-top: 8px;
}

#mypage_modal .modal_wrap .move {
    width: 97px;
    height: 44px;
    background: #233B8F 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font: normal normal 400 15px/18px "Pretendard";
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
}

#mypage_modal .modal_wrap img {
    width: 42px;
    height: 42px;
}


@media screen and (max-width: 1200px) {
	#header {
	    width: 100%;
		padding: 0;
	}
}
#wrap .on {     }
#new_navigation_pc {
    --top-gap : 72px;}
#header .sub_txt #navigation > li > a, #header.sub #new_navigation_pc #navigation > li > a { color:#000; }

#new_navigation_pc {display: flex; width: 100%; position: relative; left: 0; top: 6px; justify-content: flex-start; align-items: flex-start; padding-top: 0; justify-content: center;}
#new_navigation_pc #navigation {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    height: 100%;
    gap: 0;
}
#new_navigation_pc #navigation > li {text-align: center; position: relative; display: flex; flex-direction: column; gap: var(--top-gap); width: 100%; height: 40px; overflow: hidden; justify-content: flex-start; align-items: center;}
#new_navigation_pc #navigation > li > a {display: inline-flex;width: auto;height: auto;justify-content: center;align-items: center;font-size:20px;color: #fff;font-weight:600;transition:.15s ease-in-out;position: relative;text-decoration: none;}
#new_navigation_pc #navigation > li > a > span {position: relative;}
/* #header_wrap.on #new_navigation_pc {padding-top: var(--top-gap);} */

#header.on #new_navigation_pc #navigation > li {overflow: visible;}


#header #new_navigation_pc #navigation > li > a > span::after {content: ''; display: block; width: 0; height:4px; background:#2d8bff; left: 0; bottom: -40px; position: absolute; transition: all 0.35s ease;}
#header #new_navigation_pc #navigation > li.on > a > span::after,
#header #new_navigation_pc #navigation > li:hover > a > span::after,
#header #new_navigation_pc #navigation > li:active > a > span::after,
#header #new_navigation_pc #navigation > li:focus > a > span::after {width: 100%;}
#header #new_navigation_pc #navigation > li > a.blank:before{content:'';position:absolute;right: -20px;top: 3px;height: 11px;background: url(/pages/grad/img/main/ico-link.png) center / contain no-repeat;width: 11px;}
#header.on #new_navigation_pc #navigation > li > a.blank:before,
#header.sub #new_navigation_pc #navigation > li > a.blank:before{background: url(/pages/grad/img/main/ico-link_sub.png) center no-repeat;}

#new_navigation_pc #navigation > li .menu_list_wrap {    z-index: 9999; width: 100%; height: 100vh; max-height:260px; position: absolute; left:20px; bottom: -25px; transform: translate(0,100%); padding: 20px 0; }
/* #new_navigation_pc #navigation > li .menu_list_wrap:after {content: ''; display: block; width: 1px; height: 100%; background-color: #e7e7e7; position: absolute; top: 0; right: -20px;} */
#new_navigation_pc #navigation > li .menu_list_wrap > ul {display: flex; flex-direction: column;}
#new_navigation_pc #navigation > li .menu_list_wrap > ul > li {display: block; width: 100%; height: auto; padding: 0; margin: 0;}
#new_navigation_pc #navigation > li .menu_list_wrap > ul > li > a {display: flex; align-items: center; justify-content: flex-start; padding: 7px 16px 2px 16px; font-size: 17px;     color: #000;     font-weight:400;}
#new_navigation_pc #navigation > li .menu_list_wrap > ul > li:hover > a,
#new_navigation_pc #navigation > li .menu_list_wrap > ul > li:active > a {text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
     text-decoration-color: rgba(13, 14, 15, 0.3);
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.4rem;}


