/* BASIC css start */
/* 
 * Nanum Gothic (Korean) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');
}


#opening {
	width: 100%;
	padding: 15px 0;
    max-width: 1630px;
    margin: 0 auto;
}

#opening .col-xs-5{
    margin-right: 85px;}


#opening .col-xs-2{
    margin-top: 115px;
}

#opening .last{
    width: 18%;
    float: left;
    padding-top: 110px;
    padding-left: 11px;
    text-align: right;}

#opening .last ul.sns{

}

#opening .last ul.sns li{
    display:inline-block;
    vertical-align:top;
    margin-right: 8px;
}

#opening .call-number {
    position:relative;
    width: 100%;    
    font-weight: 500;
    color: #000;
    font-size: 21px;
    margin-top: 45px;
}

#opening .call-number em{
    position:absolute;
    font-size: 27px;
    font-style: unset;
    margin-left: 10px;
    vertical-align: top;
    bottom: -3px;}


#opening .call-number img {
	display: inline-block;
}
#opening .opening-hours {
    display: inline-block;
    font-size: 14px;
    color: #777;
    vertical-align: top;
    line-height: 18px;
    padding: 20px 0 30px;
    font-family: 'Spoqa Han Sans';
}

#opening .notice {
	position: relative;
}
#opening .notice dl {
	font-size: 0;
}
#opening .notice dl dt {
    display: inline-block;
    position:relative;
    width: 340px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 18px;
}

#opening .notice dl dd {
	display: inline-block;
    line-height: 2.1;
	font-size: 13px;
	width: 370px;
}
#opening .notice dl dd a {
	display: block;
	font-size: 13px;
	color: #777;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#opening .notice .btn-more {
	position: absolute;
	right: 0;
	top: 0;
}

#opening .notice .btn-more .btn {
	display: block;
	width: 19px;
	height: 19px;
	font-size: 13px;
	color: #999;
	padding: 0;
}
#footer {
	padding: 50px 0;
	background-color: #eee;
}
#footer .company-info {
	overflow: hidden;
}
#footer .company-info li {
	float: left;
	font-size: 14px;
	color: #000;
	font-weight: 500;
    font-family: 'Spoqa Han Sans';
	line-height: 25px;
}

#footer .company-info li b{
    font-weight: 500;
    margin-right: 5px;
    color: #000;}

#footer .company-info li a {
	color: #000;
}

#footer .company-info li address {
	display: inline-block;
    color: #2e2e2e;
}
#footer .company-info li:nth-of-type(3):after {
	content: "";
	padding: 0;
}
#footer .company-info li:nth-of-type(4) {
	clear: both;
}
#footer .company-info li:nth-of-type(5):after {
	content: "";
	padding: 0;
}
#footer .company-info li:nth-of-type(6) {
	clear: both;
}
#footer .company-info li:last-child:after {
	content: "";
	padding: 0;
}


#footer .policy {
	font-size: 0;
    margin: 73px 0 10px;
    color: #000;
    font-weight: 600;
}

#footer .policy li {
	display: block;
}
#footer .policy li a {
    color: #000;
    font-size: 13px;
    line-height: 2.5;
}


#footer .sns 
}

#footer .sns a {
}

#footer .logo {
}

#footer .copyright {
	font-size: 12px;
	color: #666;
	line-height: 18px;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: 0.3px;
}
#footer .copyright a {
	color: #666;
	text-decoration: none;
}

#event .event-list .col-xs-4{
    padding-right: 7px;}
/* BASIC css end */

