input:focus {
    outline: none;
}
a {
    color: inherit;
    text-decoration: none; /* 기본 언더라인 제거 */
}

a:visited {
    color: transparent;
}

.gnb_parent {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    background-color: #ffffff;
}

.gnb_container {
    width: 1220px;
    height: 130px;
    background-color: #ffffff;
    position: relative;
    /*box-shadow: 0px 1px 0px #00000014;*/
}
.gnb_line {
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 1px 0px #00000014;
            box-shadow: 0px 1px 0px #00000014;
}

.gnb_logo {
    position: absolute;
    width: 68px;
    height: 26px;
    top: 25px;
}

.gnb_login {
    position: absolute;
    width: 65px;
    height: 38px;
    top: 15px;
    right: 0px;
    border-radius: 8px;
    border: 1px solid;
    border-color: #f14556;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #f14556;

    cursor: pointer;
}

.gnb_user {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 16px;
    right: 0px;
}

.gnb_user_image {
    border-radius: 50%;
}
.gnb_year_partner {
    width: 92px;
    height: 30px;
    cursor: pointer;
}

.gnb_mentor {
    width: 52px;
    height: 30px;
    cursor: pointer;
}
.gnb_link_area {
    position: absolute;
    bottom: 11px;
    right: 0px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;

}
.gnb_link_area_line {
    width: 1px;
    height: 16px;
    margin-left: 15.5px;
    margin-right: 15.5px;
    background-color: #00000040;
}
.gnb_partners {
    width: 67px;
    height: 30px;
    cursor: pointer;
}
.gnb_partners_icon {
    width: 16px;
    height: 16px;
    margin-left: 2px;
    cursor: pointer;
}

.gnb_text {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #000000b2;
    font-weight: 500;
}

.gnb_menu {
    position: absolute;
    left: 0px;
    bottom: 12px;
    /*height: 68px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
}

.gnb_menu_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
}

.gnb_menu_img {
    width: 22px;
    height: 22px;
}
.gnb_menu_text {
    font-size: 16px;
    color: #000000;
    font-weight:700;
    margin-left: 8px;
}

.gnb_menu_text_home {
    font-size: 16px;
    color: #000000;
    font-weight:600;
}

.gnb_menu_home {
    margin-right: 48px;
}
.gnb_menu_class {
    margin-right: 37px;
}
.gnb_menu_mentor {
    margin-right: 39px;
}
.gnb_menu_vod {
    position: relative;
    margin-left: 36px;
}
.gnb_menu_personality_test {
    position: relative;
    margin-left: 36px;

}
.gnb_menu_personality_test_layer {
    position: absolute;
    width: 200px;
    left: 0px;
    top: 25px;
    background: #ffffff;
    border-radius: 12px;
    z-index: 50;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-width: 1px;
}
.gnb_menu_personality_test_career {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.gnb_menu_personality_test_personality {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243, 244, 246 / 0.5);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.personality_test_layer_item {
    font-size: 14px;
    height: 40px;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
.personality_test_layer_item:hover {
    color: #f14556;
    background: #FFF8F8;
}
.gnt_menu_vod_badge {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 28px;
    height: 17px;
    background-color: #262626e6;
    border-radius: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 9px;

}
.gnb_search_bar {
    position: absolute;
    top: 17px;
    left: 93px;
    width: 383px;
    height: 46px;
}

.gnb_search_bar_input {
    width: 383px;
    height: 46px;
    background-color: #f5f5f5 !important;
    border-radius: 102px !important;
    border: 0px;
    text-indent: 20px;
}



.gnb_search_bar_input::-webkit-input-placeholder {
    color: #00000066;
    font-size: 14px;
}



.gnb_search_bar_input::-moz-placeholder {
    color: #00000066;
    font-size: 14px;
}



.gnb_search_bar_input:-ms-input-placeholder {
    color: #00000066;
    font-size: 14px;
}



.gnb_search_bar_input::-ms-input-placeholder {
    color: #00000066;
    font-size: 14px;
}



.gnb_search_bar_input::placeholder {
    color: #00000066;
    font-size: 14px;
}

.gnb_search_image {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 13px;
    top: 9px;
}

.gnb_search_close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 6px;
    top: 9px;
    display: none;
}

.gnb_menu_layer {
    position: absolute;
    top: 55px;
    right: 0px;
    width: 230px;
    height: auto;
    min-height: 308px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid;
    border-color: #e5e5e5;
    -webkit-box-shadow: 0px 4px 8px #00000029;
            box-shadow: 0px 4px 8px #00000029;
    z-index: 500;
    overflow: hidden;
}
.menu_layer_user_name {
    margin-top: 16px;
    margin-left: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}
.year_partner_container {
    margin-top: 8px;
    margin-left: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 206px;
    background-color: #f5f6fa;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.year_partner_university {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    text-align: left;
}
.year_partner_check_container {
    width: 51px;
    height: 15px;
    background-color: #e0e4ff;
    border-radius: 2px;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;

    font-weight: 700;
    color: #5767f3;
    font-size: 9px;
}
.year_partner_check_image {
    width: 11px;
    height: 11px;
    margin-right: 2px;
}
.year_partner_container_top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.year_partner_menu_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 22px;
}
.item_name {
    text-align: left;
}
.item_content {
    text-align: right;
}
.year_partner_text {
    font-weight: 400;
    color: #000000cc;
    font-size: 12px;
}
.menu_layer_email {
    margin-top: 2px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-weight: 400;
    color: #000000b2;
    font-size: 11px;
}
.menu_line {
    width: 200px;
    height: 1px;
    margin-top: 8px;
    background-color: #e5e5e5;
}
.menu_layer_title {
    margin-top: 22px;
    margin-left: 20px;
    font-weight: 700;
    color: #00000066;
    font-size: 12px;
}
.menu_layer_text {
    width: 230px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 20px;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}
.menu_layer_sub_text {
    width: auto;
}
.menu_layer_text:hover {
    background-color: #f1455614;
}
.menu_layer_receive_count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    background-color: #fc4760;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
}

.gnb_mobile_container {
    width: 100%;
    height: 54px;
    position: fixed; /* 화면에 고정합니다. */
    top: 0; /* 화면 위쪽에 위치하도록 설정합니다. */
    left: 0; /* 왼쪽 정렬합니다. */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #ffffff;
    z-index: 999;
}

.gnb_mobile_logo {
    position: absolute;
    width: 68px;
    height: 26px;
    left: 20px;
    top: 12px;
}

.gnb_mobile_search {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 64px;
}
.gnb_mobile_menu {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;

}

.gnb_mobile_menu_layer {
    position: fixed;
    top:0px;
    width: 288px;
    height: 100vh;
    right: -288px;
    -webkit-box-shadow: -4px 0px 8px #00000014;
            box-shadow: -4px 0px 8px #00000014;
    z-index: 1000;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    background-color: #ffffff;
    overflow-y: auto;

}
.gnb_mobile_menu_layer_sub {
    width: 100%;
    /*min-height: 100vh;*/
    /*height: 936px;*/
    /*max-height: 936px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow-y: auto;
    background-color: #ffffff;
}
.gnb_mobile_menu_layer.show_menu {
    right: 0 !important; /* 슬라이드하여 나타날 때 오른쪽으로 이동 */
}
.mobile_menu_close_button {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 28px;
    height: 28px;
}
.gnb_mobile_signin_container {
    margin-left: 24px;
    margin-top: 58px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
}
.gnb_mobile_signin_container_user {
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

}

.gnb_mobile_no_image {
    width: 42px;
    height: 42px;
    border-radius: 42px;
}
.gnb_mobile_signin_text {
    margin-left: 12px;
    font-weight: 700;
    color: #000000;
    font-size: 17px;
}
.gnb_mobile_signin_text2 {
    font-weight: 700;
    color: #000000;
    font-size: 17px;
}
.gnb_mobile_signin_text3 {
    font-weight: 400;
    color: #00000099;
    font-size: 12px;
}

.gnb_signin_image {
    width: 18px;
    height: 18px;
}

.gnb_mobile_basic_menu_container {
    /*position: absolute;*/
    /*top: 30px;*/
    margin-top: 12px;

}
.gnb_mobile_menu_item {
    width: 288px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
}
.gnb_mobile_menu_item_text {
    margin-left: 24px;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.gnb_partners_icon_m {
    width: 16px;
    height: 16px;
}
.gnb_mobile_menu_item_detail_text {
    margin-left: 24px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.gnb_mobile_menu_item_detail_text_logout {
    margin-left: 24px;
    font-weight: 500;
    color: #00000080;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.gnb_mobile_line {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 288px;
    height: 1px;
    background-color: #00000014;
}
.gnb_mobile_line2 {
    width: 288px;
    height: 1px;
    background-color: #00000014;
}
.my_page_dropdown {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
}

.gnb_mobile_menu_item_text_sub {
    margin-left: 24px;
    font-weight: 700;
    color: #00000066;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}
