<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/**********************************************

* Project   : 홍익대학교 게임학부
* File name : hg_main.css
* Author    : Hightouch

**********************************************/


/*---------------------------------------------

	섹션

-----------------------------------------------*/

#main-major{
    background: #fff;
}

#main-graduate{
    background: #f7f7f7;
}

#main-people{
    background: #fff;
}

#main-project{
    background: #f7f7f7;
}
#main-news{
    background: #fff;
}

.vc_row.home-section_row{
    padding: 190px 0px;
}

.vc_row.home-section_row.first {
    padding: 30px 0px 0px;
    margin-top: 30px;
}


/* **************************************** *
 *
 * 메인섹션
 * 타이틀
 *
 * **************************************** */

.home-section_title .inner h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}

.home-section_title .inner .small{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}


/* **************************************** *
 *
 * 메인섹션
 * 버튼
 *
 * **************************************** */
.btn_circle{
    display: inline-block;
    width: 67px;
    height: 67px;
    border-radius: 67px;
    margin-top: 65px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 67px;
}

.btn_round{
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 0px 33px;
    border-radius: 67px;
    margin-top: 50px;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

.btn_round.black{
    display: inline-block;
    width: auto;
    height: 40px;
    padding: 0px 33px;
    border-radius: 67px;
    margin-top: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}

.btn_arrow{
    display: inline-block;
    width: auto;
    padding: 0px 8px 7px 21px;
    border-bottom: 1px solid #666;
    margin-top: 50px;
    background: url('../images/icon/icon-arrow.png')no-repeat;
    background-position: 8px 5px;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}


.btn_arrow.white{
    border-bottom: 1px solid #fff;
    margin-top: 0px;
    background: url('../images/icon/icon-arrow_wh.png')no-repeat;
    background-position: 8px 5px;
    color: #fff;
}



/* **************************************** *
 *
 * 메인섹션
 * #main-major
 *
 * **************************************** */

#main-major{
    padding: 140px 0px;
}

#main-major .home-section_title{
    text-align: center;
}

#main-major .home-section_title.major{
    padding: 120px 0px;
}

#main-major .home-section_title.major.first{
    border-right: 1px solid rgba(255, 255, 255, .5);
}

#main-major .home-section_title.major .inner h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}

#main-major .home-section_title.major .inner .small{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}


/* **************************************** *
 *
 * 메인섹션
 * #main-graduate
 *
 * **************************************** */
#main-graduate{
    padding: 120px 0px;
    margin-top: 10px;
}

#main-graduate .home-section_title{
    text-align: center;
}

#main-graduate .home-section_title .inner .small {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}


/* **************************************** *
 *
 * 메인섹션
 * #main-people
 *
 * **************************************** */
#main-people{
    padding: 120px 0px 176px;
    margin-top: 10px;
}

#main-people .home-section_people_cont{
    padding: 0px 15px 0px 0px;
}

#main-people .home-section_people_cont{
    padding: 0px 15px 0px 0px;
    margin-top: 187px;
}

#main-people .home-section_people_cont .inner{
    position: relative;
    min-height: 449px;
    border-radius: 0px 30px 30px 0px;
    background: url('../images/bg/main-bg_professor.jpg') no-repeat;
    background-size: cover;
}

#main-people .home-section_people_cont.gstudent{
    padding: 0px 0px 0px 15px;
    margin-top: 0px;
}

#main-people .home-section_people_cont.gstudent .inner{
    border-radius: 30px 0px 0px 30px;
    background: url('../images/bg/main-bg_gstudent.jpg') no-repeat;
    background-size: cover;
    background-position: center right;
}

#main-people .home-section_people_cont .inner .title{
    position: absolute;
    top: 276px;
    display: inline-block;
    min-width: 515px;
    padding: 60px 88px;
    border-radius: 0px 30px 0px 0px;
    background: #fff;
}

#main-people .home-section_people_cont.gstudent .inner .title{
    border-radius: 0px 30px 0px 0px;
}

#main-people .home-section_people_cont .inner h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1px;
    color: #333;
}

#main-people .home-section_people_cont .inner .small {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #666;
}


#main-people{
    padding: 140px 0px;
}

#main-people .home-section_title{
    text-align: center;
}

#main-people .home-section_title.major{
    padding: 120px 0px;
}

#main-people .home-section_title.major.first{
    border-right: 1px solid rgba(255, 255, 255, .5);
}

#main-people .home-section_title.major .inner h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}

#main-people .home-section_title.major .inner .small{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}

/* **************************************** *
 *
 * 메인섹션
 * #main-project
 *
 * **************************************** */

#main-best_project{
    padding: 165px 0px 120px;
}

#main-best_project .home-section_title.left .inner{
    position: relative;
    margin-bottom: 60px;
}

#main-best_project .home-section_title.left .inner .btn_plus{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
}

#main-graduate_ex{
    padding: 0px 0px 0px;
    margin-top: -40px;
    background: url('../images/bg/main-bg_ex.png') repeat-x;
    background-position: bottom;
}

#main-graduate_ex .home-section_title.left {
    padding-top: 110px;
}

#main-graduate_ex .list_subtxt{
    display: flex;
    width: 100%;
    margin-top: 25px;
}

#main-graduate_ex .list_subtxt li{
    float: left;
}

#main-graduate_ex .list_subtxt li:first-child{
    padding-right: 60px;
    margin-right: 30px;
    border-right: 1px solid #fff;
}


#main-graduate_ex .list_subtxt li .small {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}


/* **************************************** *
 *
 * 메인섹션
 * #main-news
 *
 * **************************************** */
#main-news{
    padding: 165px 0px 120px;
}

#main-news .home-wrap_btn {
    text-align: center;
}

#main-news .home-section_title .inner{
    position: relative;
    height: 100px;
}

#main-news .home-section_title .inner .home-list_tab{
    position: absolute;
    display: inline-block;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-48%);
}

#main-news .home-section_title .inner .home-list_tab li{
    display: inline-block;
    padding: 0px 30px;
}


#main-news .home-section_title .inner .home-list_tab li:first-child{
    border-right: 0px solid #cfcfcf;
}

#main-news .home-section_title .inner a {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #cfcfcf;
}

#main-news .home-section_title .inner a .small {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    color: #cfcfcf;
}

#main-news .home-section_title .inner .home-list_tab li.active a,
#main-news .home-section_title .inner .home-list_tab li.active a .small{
    color: #333;
}

#main-notice_list{
    display: none;
}

#main-notice_list.active{
    display: block;
}

#main-news_list{
    display: none;
}

#main-news_list.active{
    display: block;
}

/* **************************************** *
 *
 * 메인섹션
 * #main-esp
 *
 * **************************************** */
 #main-esp{
    padding: 120px 0px;
    margin-top: 10px;
}

#main-esp .home-section_title{
    text-align: center;
}

#main-esp .home-section_title h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    color: #fff;
}

#main-esp .home-section_title .inner .small {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}


/* **************************************** *
 *
 * 메인섹션
 * #main-footer_menu
 *
 * **************************************** */
#main-footer_menu .footer_menu_cont {
    padding: 60px 0px 60px;
}

#main-footer_menu .footer_menu_cont .title{
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #535353;
}

#main-footer_menu .footer_menu_cont .title h3{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

#main-footer_menu .footer_menu_cont .title img{
    position: absolute;
    top: 5px;
    right: 0px;
}

#main-footer_menu .footer_menu_cont .list_footer_menu{
    display: inline-block;
    padding-top: 20px;
}

#main-footer_menu .footer_menu_cont .list_footer_menu li{
    
}

#main-footer_menu .footer_menu_cont .list_footer_menu li a{
    position: relative;
    padding-left: 20px;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

#main-footer_menu .footer_menu_cont .list_footer_menu li a::before{
    position: absolute;
    content: '';
    top: 11px;
    left: 8px;    
    width: 2px;
    height: 2px;
    background: #777;
    
}




/* **************************************** *
 *
 * 메인페이지 
 * 풋터
 *
 * **************************************** */

#footer #footer-inner {
    padding: 60px 0px;
    margin-top: 0px;
    border-top: 0px solid #e8e8e8;
}


/*************************************************
 * Notebook Area - PC Contents Area End Point
 * Max width : 1600px

 PC 컨텐츠 넓이 : 1600px
	
*************************************************/

@media only screen and (max-width: 1600px) {

}

/*************************************************
 * Notebook Area - PC Contents Area End Point
 * Max width : 1180px

 PC 컨텐츠 넓이 : 1180px
	
*************************************************/

@media only screen and (max-width: 1300px) {
    
}

/*************************************************
 * Tablet Area
 * Max width : 800px;

 타블렛 PC, 아이패드 768 x 1024
	
*************************************************/

@media only screen and (max-width: 960px) {
    .btn_round.black {
        display: inline-block;
        width: auto;
        height: 40px;
        padding: 0px 33px;
        border-radius: 67px;
        margin-top: 0px;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
    }

    #main-graduate_ex{
        background: url('../images/bg/main-bg_ex.png') repeat;
    }

    #main-graduate_ex .home-section_title.left {
        padding-top: 40px;
    }

    #main-graduate_ex .home-section_title .inner h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1px;
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {

    /* 디스플레이 */
    .pc_show{
        display: none;
    }

    .mobile_show{
        display: block;
    }

    /* 모바일 컬럼 조정 */
    .col_icon_mobile{        
        width: 50%;
        display: inline-block;
        vertical-align: top;              
    }

    /* 섹션 */
    #main-news {
        padding: 90px 0px 120px;
    }

    #main-major {
        padding: 90px 0px;
    }

    #main-major .home-section_title.major {
        padding: 60px 0px;
    }

    #main-major .home-section_title.major.first {
        border-right: 0px solid rgba(255, 255, 255, .5);
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    #main-people {
        padding: 90px 0px;
    }

    #main-people .home-section_title.major.first {
        border-right: 0px solid rgba(255, 255, 255, .5);
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    #main-people .home-section_people_cont .inner .title {
        top: 300px;
        padding-left: 50px;
    }

    #main-people .home-section_people_cont {
        padding: 0px 15px 0px 0px;
        margin-top: 0px;
        margin-bottom: 155px !important;
    }

}

/*************************************************
 * Mobile Area
 * Max width : 425px;

 모바일
	
*************************************************/

@media only screen and (max-width: 600px) {

    #main-news .home-section_title .inner .home-list_tab li {
        width: 49%;
    }

    #main-news .home-section_title .inner a {
        font-size: 26px;
    }

    #main-news .home-section_title .inner a .small {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }

    #main-people .home-section_people_cont.gstudent .inner {
        border-radius: 30px 0px 0px 30px;
        background: url(../images/bg/main-bg_gstudent.jpg) no-repeat;
        background-size: cover;
        background-position: center right;
    }

    #main-best_project {
        padding: 90px 0px 120px;
    }

    #main-graduate_ex {
        padding: 0px 0px 0px;
        margin-top: -40px;
        background: url(../images/bg/main-bg_ex.png) repeat-x;
        background-position: bottom;
        background-size: cover;
    }

    #main-footer_menu .footer_menu_cont {
        padding: 30px 0px 30px;
    }
}

@media only screen and (max-width: 425px) {

}</pre></body></html>