@font-face{
 font-family:NanumBarunGothic;
 font-style:normal; 
 src: url('/css/NanumBarunGothic.eot');src: url('/css/NanumBarunGothic.eot?') format('eot');src:url('/css/NanumBarunGothic.woff') format('woff'), url('/css/NanumBarunGothic.ttf') format('truetype');
}
html {height:100%; margin:0; padding:0;-webkit-text-size-adjust:100%;}
body {height:100%; margin:0; padding:0;;display:none}

*{-webkit-tap-highlight-color:  rgba(0, 0, 0, 0)}
*{-moz-tap-highlight-color:  rgba(0, 0, 0, 0)}
*{-o-tap-highlight-color:  rgba(0, 0, 0, 0)}

#page-background {position:fixed; top:0; left:0; width:100%; height:100%; margin:0; padding:0;background:url('/template/215_artorange/img/bg.png')}
#index {position:relative; z-index:1; margin:0 auto; padding:0;width:480px;min-height:100%;}
.body {
    background: transparent;
	background-repeat: repeat;
	font-family:"NanumBarunGothic";
	background:url('/template/215_artorange/img/bg.png');
	overflow:hidden;
	letter-spacing:0px;
}
.profile {
	background-color:transparent;
	background-size: 100% 100%;
	padding:0px;
	margin-top:0px;
}
a {
	selector-dummy: expression(this.hideFocus=true);
	outline:0;
}
a:link, a:visited, a:active {
	line-height: 20pt;
	font-family: "NanumBarunGothic";
	text-decoration: none;
	color:#17a2a9;
}
.menuShow { 
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s; 
    animation-duration: 0.4s; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -moz-animation-timing-function: ease; 
    -o-animation-timing-function: ease; 
    -webkit-animation-timing-function: ease; 
    animation-timing-function: ease;
    -webkit-animation-name: menuShow;
	-moz-animation-name: menuShow;
	-o-animation-name: menuShow;
	animation-name: menuShow;
}

@keyframes menuShow {
	from {transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
	to {transform: translateX(0px) scale3d(1,1,1); opacity:1}
}
@-webkit-keyframes menuShow {
	from {-webkit-transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
	to {-webkit-transform: translateX(0px) scale3d(1,1,1);opacity:1}
}
@-moz-keyframes menuShow {
	from {-moz-transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
	to {-moz-transform: translateX(0px) scale3d(1,1,1);opacity:1}
}
@-o-keyframes menuShow {
	from {-o-transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
	to {-o-transform: translateX(0px) scale3d(1,1,1);opacity:1}
}

.menuHide { 
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s; 
    animation-duration: 0.4s; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -moz-animation-timing-function: ease; 
    -o-animation-timing-function: ease; 
    -webkit-animation-timing-function: ease; 
    animation-timing-function: ease;
    -webkit-animation-name: menuHide;
	-moz-animation-name: menuHide;
	-o-animation-name: menuHide;
	animation-name: menuHide;
}

@keyframes menuHide {
	from {transform: translateX(0px) scale3d(1,1,1);opacity:1}
	to {transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
}
@-webkit-keyframes menuHide {
	from {-webkit-transform: translateX(0px) scale3d(1,1,1);opacity:1}
	to {-webkit-transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
}
@-moz-keyframes menuHide {
	from {-moz-transform: translateX(0px) scale3d(1,1,1);opacity:1}
	to {-moz-transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
}
@-o-keyframes menuHide {
	from {-o-transform: translateX(0px) scale3d(1,1,1);opacity:1}
	to {-o-transform: translateX(50px) scale3d(0.8,0.8,0.8);opacity:0.5}
}

.pageSlideLeft { 
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s; 
    animation-duration: 0.4s; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -moz-animation-timing-function: ease; 
    -o-animation-timing-function: ease; 
    -webkit-animation-timing-function: ease; 
    animation-timing-function: ease;
    -webkit-animation-name: pageSlideLeft;
	-moz-animation-name: pageSlideLeft;
	-o-animation-name: pageSlideLeft;
	animation-name: pageSlideLeft;
}

@keyframes pageSlideLeft {
	from {transform: translateX(0px)}
	to {transform: translateX(-227px)}
}
@-webkit-keyframes pageSlideLeft {
	from {-webkit-transform: translateX(0px)}
	to {-webkit-transform: translateX(-227px)}
}
@-moz-keyframes pageSlideLeft {
	from {-moz-transform: translateX(0px)}
	to {-moz-transform: translateX(-227px);}
}
@-o-keyframes pageSlideLeft {
	from {-o-transform: translateX(0px)}
	to {-o-transform: translateX(-227px)}
}

.pageSlideRight { 
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s; 
    animation-duration: 0.4s; 
    -moz-animation-fill-mode: both; 
    -o-animation-fill-mode: both; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -moz-animation-timing-function: ease; 
    -o-animation-timing-function: ease; 
    -webkit-animation-timing-function: ease; 
    animation-timing-function: ease;
    -webkit-animation-name: pageSlideRight;
	-moz-animation-name: pageSlideRight;
	-o-animation-name: pageSlideRight;
	animation-name: pageSlideRight;
	margin:0 auto;
}

@keyframes pageSlideRight {
	from {transform: translateX(-227px);)}
	to {transform: translateX(0px);}
}
@-webkit-keyframes pageSlideRight {
	from {-webkit-transform: translateX(-227px)}
	to {-webkit-transform: translateX(0px)}
}
@-moz-keyframes pageSlideRight {
	from {-moz-transform: translateX(-227px)}
	to {-moz-transform: translateX(0px)}
}
@-o-keyframes pageSlideRight {
	from {-o-transform: translateX(-227px)}
	to {-o-transform: translateX(0px)}
}
p {margin-top:0px;margin-bottom:0px;word-wrap:break-word;}
.title_ellipsis {overflow:hidden; text-align:center; color:#fff; text-overflow:ellipsis; font-size:20px;line-height:54px;height:52px;width:100%;margin-top:0;}
/* ÇÁ·ÎÇÊ ÀÌ¹ÌÁö ¿µ¿ª ½ÃÀÛ */
#imgWrapper{position:relative;overflow:hidden;margin:0;padding:0}
#gallery {position:relative; width:100%; padding:0px; border:0px; background:transparent;}
*+html #gallery {margin-bottom:-6px;}
#image {position:relative; width:480px; margin:0 auto;border:0px;overflow:hidden}
#image img {position:relative; top:0px; width:458px; border:0px; z-index:10;border-radius:5px;}
#thumbarea {position:absolute; height:58px; width:100%; z-index:100; padding-left:0px; text-align:center; right:20px; bottom:45px;}
 *+html #thumbarea {position:absolute; height:58px; width:100%; z-index:100; padding-left:0px; text-align:center; right:20px; bottom:38px;}
#thumbs {position:relative; list-style:none; margin-left:5px; height:58px; width:100%; padding-left:5px;  text-align:center;}
#thumbs li {float:right; margin-right:8px; cursor:pointer}
#thumbs li img {width:58px; height:58px;border-radius:5px;}
#bigimage {text-align:center;margin-top:-8px;}
#bigimage img {width:480px;}
#imgBottom{background:url(/template/215_artorange/img/img_bottom.png) no-repeat;width:480px;height:32px;margin-top:-26px;*margin-top:-34px;position:relative;z-index:99}
/* ÇÁ·ÎÇÊ ÀÌ¹ÌÁö ¿µ¿ª ³¡ */

#linkBox {position:relative;width:480px;height:100%;margin:0 auto;text-align:center;background:#259DD1;}
#bottom {width:480px;height:61px;position:fixed;bottom:0;text-align:center;z-index:1;left:50%;margin-left:-240px}
#share img{cursor:pointer}
#msgTop{width:442px;height:10px;background:url('/template/215_artorange/img/msg_top.gif');margin:auto;margin-top:25px;}
#msgBox {padding:0px;width:450px;margin:auto}
#msg {background:url('/template/215_artorange/img/msg_middle.png');color:#686868;text-align:left; width:400px; padding: 10px 25px 10px 25px; font-size:17px; word-wrap:break-word;margin:auto;line-height:140%}
#msgBottom{width:450px;height:10px;background:url('/template/215_artorange/img/msg_bottom.png');margin:auto;}
#play{cursor:pointer}
#audioWrapper audio{position:absolute;z-index:0;left:-100px;top:-100px}
#audioWrapper{position:absolute;top:225px;right:27px;z-index:30}
#bannerBox {width:440px;margin:auto;position:relative;overflow:hidden;margin-top:22px}
#bannerBox table{height:52px !important}
#bannerBox img{width:440px}
.banner0{margin-bottom:3px}
.banner1{margin-bottom:3px}
.banner2{margin-bottom:3px}
.banner3{margin-bottom:3px}
.banner4{margin-bottom:3px}
.banner5{margin-bottom:3px}

#copyright{text-align:center;padding-top:30px;padding-bottom:30px;width:100%}
#copyright img{border:0;}

#rightSliderBtn3{position:absolute;top:0;right:0;width:70px;height:70px;cursor:pointer;z-index:99999;background:#000;opacity:0;filter:alpha(opacity=0)}
#rightSliderBtn3Img{position:absolute;top:15px;right:15px;cursor:pointer;z-index:9999;}
#rightSlider3{height:100%;width:226px;position:fixed;right:50%;margin-right:-240px;top:0;background:#000;z-index:0;overflow:hidden;display:none;border-left:1px solid #414046}
#rightSliderBox{width:100%;height:100px;background:#000}
#snsTitle{height:67px;width:100%;border-bottom:1px solid #262626;text-align:center;}
#snsTitle img{margin-top:26px;}
#stitleSns{width:100%;height:79px;padding-left:10px;text-align:left;}
#stitleSns img{margin-top:33px}
#snsBox{width:206px;margin:auto;overflow:hidden}
#snsBoxTop{width:206px;height:2px;background:url('/template/img//common/rightmenu/sns_box_top.png');margin:auto}
#snsBoxMiddle{width:206px;background:url('/template/img//common/rightmenu/sns_box_middle.png') repeat;overflow:hidden;margin:auto}
#snsBoxBottom{width:206px;height:2px;background:url('/template/img//common/rightmenu/sns_box_bottom.png');float:left;margin:auto}
#snsBox div{text-align:center}
#stitleContact{width:100%;height:77px;padding-left:10px;line-height:93px;text-align:left}
#stitleContact img{margin-top:31px}
#smsBox{width:206px;margin:auto;overflow:hidden}
#smsBoxTop{width:206px;height:2px;background:url('/template/img//common/rightmenu/sns_box_top.png');float:left}
#smsBoxMiddle{width:206px;background:url('/template/img//common/rightmenu/sns_box_middle.png') repeat;overflow:hidden}
#smsBoxBottom{width:206px;height:2px;background:url('/template/img//common/rightmenu/sns_box_bottom.png');float:left}
#smsBox div{text-align:center}
#snsCopy{position:absolute;bottom:1030px;*bottom:30px;right:0;width:100%;height:16px;text-align:center}