html,
body {
    @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

    font-family: "Noto Sans KR", sans-serif;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

a:focus {
    color: #000;
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

.content_area {
    width: 100%;
    min-height: 400px;
}

.PageWidth {
    height: 100%;
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.bg_quad {
    background: Url(../image/bg_quad.png) no-repeat;
    padding: 8px 0 0 12px;
}


red {
    color: red;
}

green {
    color: green;
}

blue {
    color: blue;
}

yellow {
    color: yellow;
}

orange {
    color: orange;
}

pink {
    color: pink;
}

gold {
    color: gold;
}

dodgerblue {
    color: dodgerblue;
}

violet {
    color: #7f00ff;
}

/* sub_page */
.sub_page_menu_area {
    float: left;
    width: 220px;
    height: 100%;
    background-color: #fff;
}

.sub_page_content_area {
    width: 100%;
    height: 100%;
    padding-left: 250px;
}

.sub_page_image_main {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #2a92f1;
}

.sub_page_image_sub {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

/* footer 로고 */
.footer_logo {
    float: left;
    /* padding-right: 150px; */
    width: 250px;
}

.footer_text {
    float: left;
    width: calc(100% - 250px);
}

/* 팝업스케줄 */
.popup_schedule {
    left: 100px;
    top: 200px;
    width: 600px;
    height: 300px;
    position: absolute;
    z-index: 999;
}

/* 팝업 3개까지 설정 */
.popup_notice {
    width: 550px;
    height: 300px;
    position: absolute;
    z-index: 99;
}

.popup_notice1 {
    left: 750px;
    top: 200px;
}

.popup_notice2 {
    left: 850px;
    top: 250px;
}

.popup_notice3 {
    left: 950px;
    top: 300px;
}

/* 메인페이지 레이아웃 시작 */
.main_container {
    width: 100%;
    height: 800px;
    background: url('../image/main.jpg') no-repeat;
    background-size: cover;
    filter: opacity(75%);
    background-position: center;
    /* font-size: 0px; */
}

.main_container_top {
    position: relative;
    height: 600px;
    /* max-width: 1100px; left: 50%; transform: translateX(-50%); */
    /* max-width: 1100px; margin: auto; */
}

.main_container_top_in {
    position: relative;
    height: 100%;
    /* max-width: 1100px; left: 50%; transform: translateX(-50%); */
    max-width: 1100px;
    margin: auto;
}

.main_container_top_in_left {
    height: 100%;
    width: calc(100% - 400px);
    float: left;
    padding: 50px 0;
}

.main_container_top_in_right {
    height: 100%;
    width: 400px;
    /* background-color: #fff; */
    float: right;
}

.main_container_bottom {
    position: relative;
    height: 200px;
    /* max-width: 1100px; left: 50%; transform: translateX(-50%); */
    /* max-width: 1100px; margin: auto; */
    background-color: rgba(0, 0, 0, .2);
}

.main_container_bottom_in {
    position: relative;
    height: 100%;
    /* max-width: 1100px; left: 50%; transform: translateX(-50%); */
    max-width: 1100px;
    margin: auto;
    background-color: rgba(0, 0, 0, .2);
}

.main_container_bottom_in_left {
    height: 100%;
    width: calc(100% - 400px);
    /* background-color : pink; */
    float: left;
}

.main_container_bottom_in_right {
    height: 100%;
    width: 400px;
    background-color: #003366;
    float: right;
    padding: 20px;
    position: relative;
}

.main_container_bottom_in_left_SON_1 {
    height: 50%;
    width: 50%;
    float: left;

    padding-top: 12px;
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    font-size: 20px;
    text-align: center;
}

.main_container_bottom_in_left_SON_2 {
    height: 50%;
    width: 50%;
    float: left;

    padding-top: 12px;
    color: #003366;
    background-color: rgba(255, 255, 255, .4);
    font-size: 20px;
    text-align: center;
}

.main_container_bottom_in_left_SON_3 {
    height: 50%;
    width: 50%;
    float: left;

    padding-top: 12px;
    color: #003366;
    background-color: rgba(255, 255, 255, .4);
    font-size: 20px;
    text-align: center;
}

.main_container_bottom_in_left_SON_4 {
    height: 50%;
    width: 50%;
    float: left;

    padding-top: 12px;
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    font-size: 20px;
    text-align: center;
}

.main_text_1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 66px;
    color: #2a92f1;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 20px;
}

.main_text_2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 66px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    ;
    padding: 10px 20px;
}

.main_text_3 {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px 20px;
}

/* 메인페이지 레이아웃 끝 */


/* 학습지원센터 시작 */
.main_container_bottom_in_right_tt {
    font-size: 21px;
    font-weight: normal;
    letter-spacing: -2px;
    text-align: left;
    color: #fff;
}

.main_container_bottom_in_right_sub {
    color: #9eccfe;
    letter-spacing: -2.5px;
    font-size: 16px;
}

.main_container_bottom_in_right_phone_number {
    margin-top: 10px;
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    letter-spacing: -0.3px;
}

.main_container_bottom_in_right_kakao {
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
}

.main_container_bottom_in_right_consulting {
    font-size: 16px;
    line-height: 24px;
    color: #e0ecfc;
}

.main_container_bottom_in_right_cell {
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, .5);
    color: #fff;
    padding-top: 15px;
}

/* 학습지원센터 끝 */

/* 교육과정 시작 */
.curriculum_list {
    float: left;
    margin: 0 3.3% 50px 0;
    width: 30%;
    background-color: #eee;
    min-height: 300px;
}

.curriculum_title {
    color: #fff;
    line-height: 40px;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    background-color: #2a92f1;
}

.curriculum_content {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 300;
}

/* 교육과정 끝 */

/* 서브페이지 타이틀 시작 */
.sub_page_title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
}

/* 서브페이지 타이틀 끝 */