#topMenu_Pc {
    height: 60px;
    position: relative;
    background-color: #003366;
    width: 100%;
    text-align: center;
}

#logo_Pc {
    height: 80px;
    position: relative;
    max-width: 1100px;
    margin: auto;
    /* width: 1100px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    text-align: left;
    padding: 3px 0;
}

#login {
    float: right;
    padding-left: 20px;
}

.mainMenu {
    text-align: center;
    display: inline-block;
    margin: auto;
    /* padding: 3px 10px; */
    /* border: solid 1px #003366; */
    /* border-radius: 3px; */
    /* background-color: red; */
    height: 100%;
    cursor: pointer;
    /* border: 1px solid red; */
    width: 16%;
}

.mainMenu>a {
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 3px;
    padding: 3px 15px;
    margin: 15px 0 0;
    font-size: 19px;
    font-weight: 500;
}

.mainMenu>a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.4);
}

.mainMenu>.selectedMainMenu {
    background-color: rgba(255, 255, 255, 0.2);
    /* border: solid 1px rgba(255,255,255,.4); */
}

.subMenu a {
    color: #ffffff;
}

.subMenu .subMenuLink {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    margin: 17px 10px 0;
}

.subMenu {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 2;
    text-align: left;
    background-color: rgba(0, 0, 0, .5);
}

.subMenu .subMenuItem {
    display: inline-block;
    /* float: left; */
}

.mainMenu:hover .subMenu {
    height: 60px;
}

.subMenuLink:hover {
    color: orange;
}

.subMenu .selectedClickMenu {
    color: #fff;
    border-bottom: 2px #fff solid;
}

.selectedSubMenu {
    height: 60px;
    z-index: 1;
}

/* 모바일메뉴 시작 */
* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.topMenu_Mo_logo {
    text-align: center;
    width: 100%;
    /* line-height: 60px; */
    background-color: rgba(0, 51, 102, .5);
    display: none;
    position: fixed;
    z-index: 8888;
}

#topMenu_Mo {
    position: absolute;
    left: -300px;
    transition: 1s;
    display: none;
    position: fixed;
    z-index: 9999;
}

#topMenu_Mo>.topMenu_Mo_login {
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    height: 60px;
    line-height: 60px;
}

#topMenu_Mo>.topMenu_Mo_login>a {
    color: #fff;
}

#topMenu_Mo.active {
    left: 0;
}

#topMenu_Mo>ul {
    width: 300px;
}

#topMenu_Mo>ul>li {
    text-align: left;
    background-color: #ddd;
    line-height: 40px;
    font-weight: 400;
    border-top: solid #eee 1px;
}

#topMenu_Mo>ul>li>ul {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(0, 51, 102, .5);
    transition: 1s;
}

#topMenu_Mo>ul>li>ul>li {
    border-top: solid #d6d6d6 1px;
}

#topMenu_Mo>ul>li.active>ul {
    max-height: 320px;
}

#topMenu_Mo>ul>li.active>ul>li>a {
    color: #fff;
}

#topMenu_Mo>.btn_Mobile {
    width: 50px;
    height: 60px;
    color: #fff;
    background-color: rgba(0, 51, 102, 1);
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 300px;
    font-size: 2rem;
    cursor: pointer;
}


/* 서브메뉴 왼쪽 띄우기 시작 */
.sub_left_blank {
    float: left;
    height: 40px;
}

.sub_left_blank_A {
    width: 0px;
}

.sub_left_blank_B {
    width: 208px;
}

.sub_left_blank_C {
    width: 424px;
}

.sub_left_blank_D {
    width: 420px;
}

.sub_left_blank_E {
    width: 700px;
}

.sub_left_blank_F {
    width: 905px;
}

/* 구미시청 */
.sub_left_blank_A_gumi {
    width: 100px;
}

.sub_left_blank_B_gumi {
    width: 380px;
}

.sub_left_blank_C_gumi {
    width: 600px;
}

.sub_left_blank_D_gumi {
    width: 620px;
}

/* 구미시청 */

/* 서브메뉴 왼쪽 띄우기 끝 */
/* 수강신청 팝업크기 */
.pop_learning_registration {
    width: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 0px solid red;
}

.pop_learning_registration_inside {
    padding: 10px;
    background-color: #ffffff;
    border: 0px solid red;
    text-align: center;
}

/* 수강신청 팝업크기 */



/* 메뉴 글자크기 조정 */
@media screen and (max-width: 929px) {
    .mainMenu>a {
        font-size: 16px;
    }

    /* 서브메뉴 왼쪽 띄우기 시작 */
    .sub_left_blank {
        float: left;
        height: 40px;
    }

    .sub_left_blank_A {
        width: 0px;
    }

    .sub_left_blank_B {
        width: 148px;
    }

    .sub_left_blank_C {
        width: 340px;
    }

    .sub_left_blank_D {
        width: 320px;
    }

    .sub_left_blank_E {
        width: 550px;
    }

    .sub_left_blank_F {
        width: 705px;
    }
}

@media screen and (max-width: 816px) {
    .mainMenu>a {
        font-size: 14px;
    }

    /* 서브메뉴 왼쪽 띄우기 시작 */
    .sub_left_blank {
        float: left;
        height: 40px;
    }

    .sub_left_blank_A {
        width: 0px;
    }

    .sub_left_blank_B {
        width: 122px;
    }

    .sub_left_blank_C {
        width: 296px;
    }

    .sub_left_blank_D {
        width: 320px;
    }

    .sub_left_blank_E {
        width: 460px;
    }

    .sub_left_blank_F {
        width: 590px;
    }
}

/* 모바일메뉴 740px */
@media screen and (max-width: 744px) {

    #topMenu_Pc,
    #logo_Pc {
        display: none;
    }

    #topMenu_Mo,
    .topMenu_Mo_logo {
        display: block;
    }

    .sub_page_menu_area {
        display: none;
    }

    .sub_page_content_area {
        padding-left: 0px;
    }

    .sub_page_image_main {
        font-size: 24px;
    }

    .sub_page_image_sub {
        font-size: 18px;
    }

    .footer_logo {
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .footer_text {
        width: 100%;
        padding-left: 20px;
    }

    /* 팝업 위치 지정 */
    .popup_schedule {
        top: 100px;
        left: 0px;
        width: 360px;
        letter-spacing: -1.5px;
    }

    .popup_notice {
        left: 0px;
        width: 360px;
        letter-spacing: -1.5px;
    }

    .popup_notice1 {
        top: 300px;
    }

    .popup_notice2 {
        top: 350px;
    }

    .popup_notice3 {
        top: 400px;
    }

    /* 팝업 폰트 크기 지정 */
    .popup_schedule,
    .popup_notice,
    .popup_notice1,
    .popup_notice2,
    .popup_notice3 {
        font-size: 13px;
    }


    .main_text_1 {
        font-size: 28px;
    }

    .main_text_2 {
        font-size: 22px;
    }

    .main_text_3 {
        font-size: 16px;
    }

    /* 메인화면 레이아웃 조정 시작 */
    /* 메인화면 글자 줄이고 아래로 조금 내리기 */
    .main_container_top_in_left {
        width: calc(100% - 300px);
        padding: 100px 0;
    }

    .main_container_top_in_right {
        width: 300px;
    }

    .main_container_bottom_in_left {
        width: calc(100% - 300px);
    }

    .main_container_bottom_in_right {
        width: 300px;
    }

    .main_container_bottom_in_right_sub {
        font-size: 10px;
    }

    .main_container_bottom_in_right_cell {
        display: none;
    }

    /* 메인화면 레이아웃 조정 끝 */

    /* 교육과정 시작 */
    .curriculum_list {
        width: 46%;
    }

    .curriculum_title {
        font-size: 18px;
        line-height: 32px;
    }

    .curriculum_content {
        padding: 10px;
        font-size: 16px;
    }

    /* 교육과정 끝 */

    /* 서브페이지 타이틀 시작 */
    .sub_page_title {
        font-size: 24px;
        line-height: 60px;
    }

    /* 서브페이지 타이틀 끝 */


    /* 수강신청 팝업크기 */
    .pop_learning_registration {
        width: 100%;
    }

    .pop_learning_registration_inside {
        padding: 0;
    }

    .content_box {
        padding: 0;
    }

    /* 수강신청 팝업크기 */
}

@media all and (max-width: 480px) {
    .main_text_1 {
        font-size: 24px;
    }

    .main_text_2 {
        font-size: 18px;
    }

    .main_text_3 {
        font-size: 12px;
    }

    .main_container_top {
        width: 100%;
    }

    .main_container_top_in {
        width: 100%;
    }

    .main_container_top_in_left {
        width: 100%;
    }

    .main_container_top_in_right {
        display: none;
    }

    .main_container_bottom_in {
        width: 100%;
        /* height: 400px; */
    }

    .main_container_bottom_in_left {
        width: 100%;
    }

    .main_container_bottom_in_right {
        width: 100%;
    }

    .main_container_bottom_in_left_1,
    .main_container_bottom_in_left_2,
    .main_container_bottom_in_left_3,
    .main_container_bottom_in_left_4 {
        width: 50%;
    }


    /* 메인화면 : 학습지원센터 */
    .main_container_bottom_in_right_sub {
        font-size: 13px;
    }

    .main_container_bottom_in_right_cell {
        display: block;
    }

    /* 게시판 칼럼 숨기기 시작 */
    .mobile_none {
        display: none;
    }

    /* 게시판 칼럼 숨기기 끝 */
}