<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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; left:50%; width:480px; height:100%; margin:0;margin-left:-240px; padding:0;background:#E6E6E6;}
#index {position:relative; z-index:1; margin:0 auto; padding:0;width:480px;}
.body {
	font-family:"NanumGothic";
	background:#E6E6E6;
	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;}
#content{position:relative;letter-spacing:-1px}

/* Ÿ��Ʋ ������ ���� */
#topTitleArea{position:relative;background:url('/template/240_torypurple/img/img_bottom_bg.png');overflow:hidden;height:55px;z-index:99;}
#topTitle {position:absolute;top:0;left:0;height:53px;width:100%;color:#fff;font-size:22px;text-align:left;overflow:hidden;text-overflow:ellipsis;line-height:53px;z-index:999;padding-left:28px}
	/* ������ ����޴� ��ư */
#rightSliderBtn3{float:right;margin-right:12px;margin-top:12px;cursor:pointer;position:relative;z-index:9999}
/* Ÿ��Ʋ ���� �� */

/* ������ �̹��� ���� ���� */
#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:480px; 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;}
#bigimage {text-align:center;margin-top:-3px}
#bigimage img {width:480px;}
/* ������ �̹��� ���� �� */

/* �λ� ���� ���� */
#msgBox {width:430px;text-align:center;margin:auto;margin-top:14px;}
#msgTop {background:url(/template/240_torypurple/img/msgbox_top.gif) no-repeat;background-position:left bottom;width:430px;height:10px;}
#msg {width:400px;background:url('/template/240_torypurple/img/msgbox_middle.gif');text-align: left;padding:0; color:#414141; line-height:26px; font-size:17px; word-wrap:break-word;padding:5px 15px 5px 15px}
#msgBottom {background:url(/template/240_torypurple/img/msgbox_bottom.gif) no-repeat;background-position:left top;width:430px;height:10px;}
/* �λ� ���� �� */

/* �޴����� ���� */
#bannerBox {margin-top:14px;}
#bannerBox table{position:relative;height:56px;background:url(/template/240_torypurple/img/menu_bg.png) no-repeat;background-position:center bottom;width:434px;margin:auto;}
	/* �޴� Ÿ��Ʋ */
.title_ellipsis {width:100%;overflow:hidden; color:#fff;text-overflow:ellipsis; text-align:center; font-size:20px; padding:0px;line-height:52px;height:56px}
.banner1{margin-top:6px}
.banner2{margin-top:6px}
.banner3{margin-top:6px}
.banner4{margin-top:6px}
.banner5{margin-top:6px}
.banner6{margin-top:6px}
.banner7{margin-top:6px}
.banner8{margin-top:6px}
.banner9{margin-top:6px}
.banner10{margin-top:6px}
/* �޴����� �� */

/* ī�Ƕ���Ʈ ���� */
#copyright {width:100%;height:45px;text-align:center;padding-bottom:48px;padding-top:30px}
#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;float:left;margin-left:17px !important;margin-top:17px !important}
#snsBox img{width:53px}
#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{position:absolute;bottom:1030px;*bottom:30px;right:0;width:100%;height:16px;text-align:center}

.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}
/* ī�� ���̾� �� */</pre></body></html>