@import url("./jquery-ui-1.11.0.custom/jquery-ui.min.css");

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	margin: 0;
	padding: 0;
}

body {
	/*width: 100%;
	height: 100%;*/
	background-color: #000000;
	color: #bababa;
}


.blind {
	overflow: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.center {
	position: absolute;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 3;
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	z-index: 0;

	animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1s;
}

#background .photo {
	position: absolute;
}

#background .dim {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-image: url(/images/wonkyu/dot.png);
	background-repeat: repeat;*/
	z-index: 2;
}

#menu {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #ffffff;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 30px;
	font-weight: 600;
}

body.mobile #menu {
	top: 10px;
	left: 10px;
}

#menu li {
	margin-bottom: 5px;
}

#menu li a {
	text-decoration: none;
	color: #ffffff;
}

#menu a {
	display: block;
	height: 50px;
	background-position: 0 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.mobile #menu a {
	height: 25px;
	background-size: 100%;
}

#menu a:hover {
	background-position: 0 -50px;
}

body.mobile #menu a:hover {
	background-position: 0 -25px;
}

#menu li {
	width: 500px;
}

body.mobile #menu li {
	width: 250px;
}

#menu .menu_about {
	background-image: url(/images/wonkyu/btn_about.png);
}

#menu .menu_studio {
	background-image: url(/images/wonkyu/btn_studio.png);
}

#menu .menu_celeb {
	background-image: url(/images/wonkyu/btn_celebrities.png);
}

#menu .menu_location {
	background-image: url(/images/wonkyu/btn_location.png);
}

#menu .menu_selection {
	background-image: url(/images/wonkyu/btn_selection.png);
}

#menu .menu_consulting {
	background-image: url(/images/wonkyu/btn_consulting.png);
}

#menu .menu_confirm {
	background-image: url(/images/wonkyu/btn_confirm.png);
}

#menu .menu_review {
	background-image: url(/images/wonkyu/btn_review.png);
}

#menu .menu_confirm {
	background-image: url(/images/wonkyu/btn_confirm.png);
}

#menu .menu_invitation {
	background-image: url(/images/wonkyu/btn_invitation.png);
}

#menu .menu_event {
	background-image: url(/images/wonkyu/btn_news.png);
}

#menu .menu_request {
	background-image: url(/images/wonkyu/btn_request.png);
}



.logo_sub {
	text-align: center;
}

.logo_sub img {
	width: 250px;
	height: auto;
}

body.mobile .logo_sub img {
	width: 180px;
	height: auto;
}



#logo {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 238px;
	height: 112px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.mobile #logo {
	bottom: 40px;
	width: 167px;
	height: 78px;
}

#outlink {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 22px;
}

body.mobile #outlink {
	right: 0;
}

#outlink a {
	display: block;
	float: left;
	height: 22px;
	margin-right: 5px;
}

body.mobile #outlink a {
	width: 22px;
	background-position-x: 100%;
}

#outlink .pho {
	width: 22px;
	background-image: url(/images/wonkyu/tele.png);
}

#outlink .kaka {
	width: 22px;
	background-image: url(/images/wonkyu/kakao.png);
}

#outlink .blog {
	width: 22px;
	background-image: url(/images/wonkyu/blog.png);
}

#outlink .cafe {
	width: 22px;
	background-image: url(/images/wonkyu/cafe.png);
}

#outlink .facebook {
	width: 22px;
	background-image: url(/images/wonkyu/face.png);
}

#outlink .instagram {
	width: 22px;
	background-image: url(/images/wonkyu/insta.png);
}

#outlink .music {
	width: 21px;
}

#outlink .music sp2an {
	display: block;
	width: 21px;
	height: 17px;
	margin-top: 3px;
}

#outlink .music.on span {
	background-image: url(/images/wonkyu/btn_music_on.png);
}

#outlink .music.off span {
	background-image: url(/images/wonkyu/btn_music_off.png);
}

#copyright {
	display: block;
	position: absolute;
	height: 20px;
	left: 10px;
	bottom: 10px;
	margin: 0;
}

body.mobile #copyright {
	bottom: 20px;
}

#copyright span {
	display: block;
	margin-right: 2px;
	height: 14px;
	float: left;
}

#copyright span.address {
	width: 435px;
	background-repeat: no-repeat;

}

#copyright span.tel {
	width: 120px;
	background-repeat: no-repeat;
}

#copyright span.fax {
	width: 118px;
	background-repeat: no-repeat;
}

#copyright span.scheduling a {
	color: yellow;
	margin-top: 0;
	font-size: 8pt;
}

body.mobile #copyright span.address {
	width: 224px;
	background-size: 100%;
}

body.mobile #copyright span.tel {
	width: 60px;
	background-size: 100%;
}

body.mobile #copyright span.fax {
	width: 60px;
	background-size: 100%;
}

body.mobile #copyright span.scheduling a {
	color: yellow;
	font-size: 6pt;
}


#copyright a {
	display: block;
	height: 14px;
	margin-top: 1px;
	margin-left: 3px;
	float: left;
}

body.mobile #copyright a {
	margin-top: -1px;
}


#loading {
	display: block;
	position: absolute;
	z-index: 10000;
	width: 50px;
	height: 50px;
	background-image: url(/images/wonkyu/loading_plus.png);
	border: none;

	transition: opacity 1s;
	-webkit-transition: opacity 1s;

	animation-name: loadingSpin;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-name: loadingSpin;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
}


@keyframes fadeIn {
	0% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes loadingSpin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(90deg);
	}
}

@-webkit-keyframes loadingSpin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(90deg);
	}
}

@keyframes menuShowing {
	0% {
		margin-left: -700px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes menuShowing {
	0% {
		margin-left: -700px;
	}

	100% {
		margin-left: 0;
	}
}

#menu {
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1s;
}

#menu li {
	animation-name: menuShowing;
	animation-duration: 1s;
	animation-fill-mode: backwards;
	-webkit-animation-name: menuShowing;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
}

#menu li:nth-of-type(1) {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}

#menu li:nth-of-type(2) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}

#menu li:nth-of-type(3) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

#menu li:nth-of-type(4) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

#menu li:nth-of-type(5) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

#menu li:nth-of-type(6) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

#menu li:nth-of-type(7) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

#menu li:nth-of-type(8) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

#menu li:nth-of-type(9) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

#menu li:nth-of-type(10) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}



#jp_container {
	display: inline-block;
	float: left;
}

#jp_container ul {
	margin: 0px;
	padding: 1px 5px 0px 0px;
	list-style: none;
}

#jp_container ul:after {
	content: "";
	display: block;
	clear: both;
}

#jp_container ul li {
	padding: 0px;
	text-align: left;
	float: left;
	cursor: pointer;
}



#outlink a {
	margin-top: 3px
}