<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%;min-height:998px;margin:0;margin-left:-240px; padding:0;background:url(/template/242_tradition/img/bg.jpg) no-repeat 0 0;z-index:1;-webkit-transform:translate3d(0,0,0)}
#index {position:relative; z-index:2; margin:0 auto; padding:0;width:480px;}
.body {
	font-family:"NanumGothic";
	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;overflow:hidden;height:48px;z-index:99;}
#topTitle {position:absolute;top:0;left:0;height:52px;width:100%;color:#121212;font-size:24px;font-weight:bold;text-align:left;overflow:hidden;text-overflow:ellipsis;line-height:55px;z-index:999;padding-left:40px}
	/* ������ ����޴� ��ư */
#rightSliderBtn3{position:absolute;z-index:9999;right:0;top:0;cursor:pointer;}
/* Ÿ��Ʋ ���� �� */

/* ������ �̹��� ���� ���� */
#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;}
#image img {position:absolute; top:45px;left:70px; width:400px;height:365px; border:0px; z-index:10;}
#thumbarea {position:absolute; width:42px; z-index:100; top:64px; padding-left:0px; text-align:center; left:20px; bottom:25px;}
 *+html #thumbarea {position:absolute; width:42px; z-index:100; top:64px; padding-left:0px; text-align:center; left:20px; bottom:15px;}
#thumbs {position:relative; list-style:none; width:100%; padding-left:0px;}
#thumbs li {display:inline-block;cursor:pointer;border:1px solid #aaa;padding:0;margin-bottom:3px;}
#thumbs li img {display:inline-block;width:40px; height:40px;}
#bigimage {text-align:center;height:410px}
#bigimage .gallerybg_layer{position:absolute;top:0;left:0;z-index:20;}
#bigimage .gallerybg_layer img{width:480px}
#bigimage img {width:400px;}
/* ������ �̹��� ���� �� */

/* �λ� ���� ���� */
#msgBox {width:480px;text-align:center;margin:auto;}
#msgTop {background:url(/template/242_tradition/img/msgbox_top.png) no-repeat 0 0; width:480px;height:30px;}
#msg {background:url(/template/242_tradition/img/msgbox_middle.png) repeat-y 0 0 ;text-align: left; color:#414141; line-height:26px; font-size:17px; word-wrap:break-word;padding:15px 40px 5px 40px;}
#msg p {color:#663333;}
#msgBottom {background:url(/template/242_tradition/img/msgbox_bottom.png) no-repeat 0 0;width:480px;height:46px;}
/* �λ� ���� �� */

/* �޴����� ���� */
#bannerBox {margin-top:14px;overflow:hidden;}
#bannerBox table{position:relative;height:56px;width:240px;margin:auto;}
	/* �޴� Ÿ��Ʋ */
.title_ellipsis {width:142px;overflow:hidden; color:#383838;text-overflow:ellipsis; text-align:left; font-weight:600;font-size:16px; padding:0px 0 0 50px; line-height:72px;height:72px}
#bannerBox &gt; div{width:240px;float:left;}
.banner0{margin-top:6px;background:url(/template/242_tradition/img/bg_banner01.png) no-repeat 7px 0}
.banner1{margin-top:6px;background:url(/template/242_tradition/img/bg_banner02.png) no-repeat 7px 0}
.banner2{margin-top:6px;background:url(/template/242_tradition/img/bg_banner03.png) no-repeat 7px 0}
.banner3{margin-top:6px;background:url(/template/242_tradition/img/bg_banner04.png) no-repeat 7px 0}
.banner4{margin-top:6px;background:url(/template/242_tradition/img/bg_banner05.png) no-repeat 7px 0}
.banner5{margin-top:6px;background:url(/template/242_tradition/img/bg_banner06.png) no-repeat 7px 0}
/* �޴����� �� */

/* ī�Ƕ���Ʈ ���� */
#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;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}
/* ���� ���̾� �� */</pre></body></html>