@font-face{
 font-family:NanumGothic;
 font-style:normal; 
src: url('/css/NanumGothic.eot');src: url('/css/NanumGothic.eot?') format('eot');src:url('/css/NanumGothic.woff') format('woff'), url('/css/NanumGothic.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; width:100%; height:100%; margin:0;padding:0;background:url('/template/272_chapelnote/img/bg.gif');z-index:1}
#index {position:relative; z-index:1; margin:0 auto; padding:0;width:480px;}
.body {
	font-family:"NanumGothic";
	background:url('/template/272_chapelnote/img/bg.gif');
	overflow:hidden;
	letter-spacing:0px;
}
/* ��Ų ��׶��� ���� ��*/
.profile {
	background: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: "NanumGothic";
	text-decoration: none;
	color: #454545;
}

/* ������ �޴� ��Ÿ���� �ִϸ��̼� ���� */
.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;margin-left:-10px}
#content{position:relative}

/* ������ ����޴� ��ư */
#rightSliderBtn3{right:20px;top:22px;cursor:pointer;position:absolute;z-index:9999}

/* ������ �̹��� ���� ���� */
#gallery {position:relative; width:100%; padding:0px; border:0px; background:transparent;}
*+html #gallery {margin-bottom:-6px;}
#image {position:relative; width:450px; margin:0 auto;border:0px;overflow:hidden}
#image img {position:relative; top:0px; width:460px; border:0px; z-index:10;}
#thumbarea {position:absolute; height:58px; width:100%; z-index:100; padding-left:0px; text-align:center; right:20px; bottom:25px;}
 *+html #thumbarea {position:absolute; height:58px; width:100%; z-index:100; padding-left:0px; text-align:center; right:20px; bottom:15px;}
#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;}
#imgTop{width:470px;position:relative;z-index:9999999;height:9px;margin:auto;background:url('/template/272_chapelnote/img/img_frame_top.png');margin-top:8px}
#bigimage {text-align:center;position:relative;background:url('/template/272_chapelnote/img/img_frame_middle.png');width:470px;margin-left:5px}
#bigimage img {width:450px;}
#imgBottom{width:470px;position:relative;z-index:9999999;height:9px;margin:auto;background:url('/template/272_chapelnote/img/img_frame_bottom.png');}
#imgBottomBlank{width:470px;position:relative;z-index:9999999;height:9px;margin:auto;background:url('/template/272_chapelnote/img/img_frame_bottom.png');display:none}
/* ������ �̹��� ���� �� */

/* �λ� ���� ���� */
#msgBox {width:480px;text-align:center;margin:auto;margin-top:11px;}
#msg {width:414px;background:url('/template/272_chapelnote/img/msgbox_bg.png');text-align: left;padding:0; color:#fff; line-height:22px; font-size:15px; word-wrap:break-word;margin:auto;padding:11px 33px 11px 33px}
#msgBottom {background:url(/template/272_chapelnote/img/bg.png) no-repeat;background-position:left top;width:480px;height:16px;margin-top:-8px}
/* �λ� ���� �� */

/* �޴����� ���� */
#bannerBox {margin-top:8px;}
#bannerBox table{position:relative;height:55px;background:url(/template/272_chapelnote/img/menu_bg.png) no-repeat;width:465px;margin:auto;margin-top:6px}
	/* �޴� Ÿ��Ʋ */
.title_ellipsis {width:100%;overflow:hidden; color:#000000;text-overflow:ellipsis; text-align:left; font-size:20px; padding-left:35px;line-height:52px;height:56px}
/* �޴����� �� */

/* ī�Ƕ���Ʈ ���� */
#copyright {width:100%;height:45px;text-align:center;padding-bottom:48px;padding-top:35px}
#copyright img{margin-top:20px;border:0}
/* ī�Ƕ���Ʈ �� */

/* ������ ����޴� ���� */
#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:62px;padding-left:10px;text-align:left;}
#stitleSns img{margin-top:33px}
#snsBox{width:100%;margin:auto;overflow:hidden;padding-bottom:5px}
#snsBox div{text-align:center;margin:auto;margin-top:50px !important;font-size:17px;color:#fff;height:45px;line-height:45px;width:204px;cursor:pointer;background:url('/template/img/common/rightmenu/img_share.png');position:relative;}
#snsBox #shareLayerBtn span{font-family:NanumGothic, NanumBarunGothic;position:relative;left:-13px;top:-1px}
#smsBox{margin:auto;width:100%;padding-left:19px;padding-right:19px;margin-top:40px;border-top:1px solid #2a2a2a;padding-top:35px;overflow:hidden;text-align:center;display:table;padding-bottom:5px}
#snsCopy{margin-top:100px;margin-bottom:10px;width:100%;height:16px;text-align:center;z-index:999999;}

.bandLinkWrapper{position:relative}
.bandLinkWrapper img{width:53px;height:53px;opacity:0 !important;filter:alpha(opacity=0) !important;}
.bandLinkWrapper .bandBtn{opacity:1 !important;filter:alpha(opacity=100) !important;position:absolute;z-index:0;top:0;}
/* ������ ����޴� �� */

/* ī�� ���̾� ���� */
#copyBg{width:100%;height:100%;position:fixed;background:#000;filter:alpha(opacity=60);opacity:0.6;display:none;z-index:99998;top:0;left:0}
#copyLayer{width:400px;height:155px;position:fixed;text-align:center;top:50%;left:50%;margin-left:-200px;margin-top:-70px;background:#fff;border-radius:5px;z-index:99999;display:none}
#copyDesc{width:400px;height:55px;line-height:55px;color:#38b1e6;font-size:21px;border-bottom:1px solid #38b1e6;font-family:NanumGothic;}
#copyUrl{width:370px;height:70px;line-height:70px;text-align:center;font-size:24px;cursor:pointer;font-family:NanumGothic;padding:0;border:0;background:#eaeef1;-webkit-appearance:none;-webkit-border-radius:1px;display:block;margin:auto;border-radius:5px;margin-top:15px}
/* ī�� ���̾� �� */

/* ���� ���̾� ���� */
#shareBg{width:100%;height:100%;position:fixed;background:#000;filter:alpha(opacity=60);opacity:0.6;display:none;z-index:99998;top:0;left:0}
#shareLayer{width:406px;position:fixed;text-align:center;top:50%;left:50%;margin-left:-203px;background:#fff;border-radius:5px;z-index:99999;display:none;overflow:hidden;font-family:NanumGothic;}
#shareLayerTitle{width:100%;height:50px;line-height:50px;color:#000;font-size:19px;border-bottom:1px solid #E6E6E6;background:#F8F8F8;border-radius:5px 5px 0px 0px;position:relative}
#shareLayerTitle #closeShareBtn{position:absolute;top:17px;right:14px;cursor:pointer}
#shareLayer .sb_div_wrapper{overflow:hidden;padding-top:13px}
#shareLayer .sb_div_wrapper .sb_div{text-align:center;float:left;margin-left:24px;margin-top:25px;line-height:250%;font-size:14px;color:#444444;letter-spacing:-1px;cursor:pointer}
#shareLayer .sb_div img{width:71px}
#shareUrl{width:376px;height:46px;line-height:46px;text-align:center;font-size:19px;cursor:pointer;font-family:NanumGothic;padding:0;border:0;background:#FCFCFC;-webkit-appearance:none;-webkit-border-radius:1px;display:block;margin:auto;margin-top:28px;margin-bottom:14px;border:1px solid #D9D9D9}
/* ���� ���̾� �� */