<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

	/* 서브비쥬얼 버튼.S */
#sub_visual_button_area .sub_visual_button_wrap { width:1200px; text-align:center; position:absolute; left:50%; margin-left:-600px; margin-top:40px; z-index:10; }
	#sub_visual_button_area .sub_visual_button1	{ text-align:center; background:none; border:none; width:30%; height:188px; color:#fff; font-weight:bold; text-shadow:1px 1px 1px #000; opacity:1; line-height:28px; }
	#sub_visual_button_area .sub_visual_button2	{ text-align:center; background:none; width:30%; height:188px; color:#fff; font-weight:bold; text-shadow:1px 1px 1px #000; margin:0 0px; opacity:1; line-height:28px; border-left:1px solid #FFF; border-right:1px solid #FFF; border-bottom:none; border-top:none; }

	#sub_visual_button_area .sub_visual_button1:hover, .sub_visual_button2:hover, .sub_visual_button3:hover { opacity:1; }
	#sub_visual_button_area .sub_visual_button_cus	{ font-size:18px; font-weight:bold; color:#FFFFFF; font-weight:bold; padding:12px 50px; border:1px solid #FFF; background:none; text-shadow:1px 1px 1px #000; }
	/* 서브비쥬얼 버튼.E */	</pre></body></html>