#container{
    padding: 80px 0 0;
}

/* header */
#header {
    position: relative;
    overflow: hidden;
    height: 80px;
    margin-bottom:-80px;
}

.header-right{
	position:absolute;
	top:0;
	right:0;
}

/* logo */
.site-logo >a{
	height:80px;
	float:left;
}
.hy-logo{
	display: inline-block;
    width: 122px;
    background-repeat:no-repeat;
    background-position:50% 50%;
	background-image: url("../images/part/layout/hy-logo.3b35cd.png");
}
.logo{
	font-size:20px;
	line-height:80px;
	padding-left:8px;
	margin-left:8px;
}
.logo:before{
	content: '';
    display: inline-block;
	width: 2px;
    height: 28px;
    background-color: #cdd3dc;
    position:absolute;
	left:0;
	top:50%;
	margin-top:-14px;
}

/* sitemap */
.sitemap-mobile-open,
.sitemap-mobile-close{
	width:80px;
	height:80px;
}

/* main */
.main-left{
	padding-top:80px;
}


/* calender */
.table-calender tr th,
.table-calender tr td{
    font-size: 16px;
}
.table-calender tr th{
	padding:20px 0 25px 0;
}
.table-calender tr td{
	padding:25px 0;
}
.table-calender tr td a{
	font-size: 16px;
}


/* 서브페이지 - 국제처 예약시스템 */

