/* CSS for desktop 
/*****Basic Layout 템플릿의 기본 요소가 이곳에 기록됩니다.*****/
#con_top_bg{
    width: 100%;
    height: 150px;
    float: left;
    background: #000;
    position: relative; 
}

#con_top{
    width: 100%;
    float: left;
    z-index: 5;
    position: absolute; 
}

#con_top_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    height: 150px;
    overflow-y: auto;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    opacity : 1;
}
#top_title{
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}
#do_menu_area{
    width: 100%;
    float: left;
    background: #fff;
}
#do_menu_area{
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    float: left;
    background: #fff;
    margin-bottom: 30px;
}
#do_menu{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#do_menu a{
    font-weight: bold;
}
#main_con_right h3{
    text-align: left;
}
#other_info{
    margin-top: 30px;
}
#mobile_search{
	display: none;
}