<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
* {
	word-break: keep-all;
}
html, body {	
	font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕',  'Dotum', '돋움', 'Gulim', '굴림', 'AppleGothic', Sans-serif;
	font-size: 1em;
	background: #fff;
}
#accessibility, .blind, legend {
    display: none;
}
body.contentView {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
body.contentView .exitTutorial{
	position:absolute;
	top:6px;
	right:0px;
	z-index:200000;
	cursor: pointer;
    color:#fff;
	width:213px !important;
	height:41px !important;
	background: url("../img/btn_exit_tutorial_2.gif") no-repeat center center !important;
	border:0px;
	line-height:41px;
	text-align:left;
    padding-left:50px;
	font-weight:bold;
	font-size:13pt;
}
body.contentView .exitTutorial.dark{
	position:absolute;
	top:6px;
	right:0px;
	z-index:200000;
	cursor: pointer;
    color:#fff;
	width:213px !important;
	height:41px !important;
	background: url("../img/btn_exit_tutorial_1.gif") no-repeat center center !important;
	border:0px;
	line-height:41px;
	text-align:left;
    padding-left:50px;
	font-weight:bold;
	font-size:13pt;
}
.loading-modal{
	display: block;  
    position: absolute; 
	z-index: 10000;
    left: 0; 
    top: 0; 
	width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.05; 
    opacity: .50;
    filter: alpha(opacity=7); 
}
.loading-mark{
	display: block; 
	position:absolute;
	z-index:99999;
	left:0;
	top:0;
	width:100%;
	height:93%;
	opacity: .50;
	background-color:black;
	background:url(../img/ajax-loader-20.gif) no-repeat center bottom;
}
img {
	border: none;
	vertical-align: middle;
}
b {
	font-weight: bold;
}
button {
	cursor: pointer;
}
a, input, button {
	-ms-touch-action: none !important;
}
body, div, p, span, button, select {	
	font-family: 'Nanum Gothic', 'NanumGothic', '나눔고딕', 'Dotum', '돋움', 'Gulim', '굴림', 'AppleGothic', Sans-serif;
	color: #36353B;
}
body, p {
	margin: 0px;
	padding: 0px;
}
div {
	border-collapse: collapse !important;
}
ul, ul li {
    list-style-type: none;
}
input {
	outline: none;
}
.commonBtn {
	margin: 0px 2px;
	border: 1px solid #b4b4b4;
	font-size: 9pt;
	height: 24px;
	border-radius: 2px;
	padding: 0px 6px;
	background: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f7f7));
	background: -moz-linear-gradient(top, #fff, #f7f7f7);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7');
}
#tooltip-operator{
	position: absolute; 
	width:227px;
	height:539px; 
	top:50%;
	left:50%;
	margin-left:-413px;
	margin-top:-269px;
	background: url("../img/tooltip_operator.gif") no-repeat center center;
	z-index: 100002; 
}
#tooltip-operator.awsome{
	position: absolute; 
	width:227px;
	height:539px; 
	top:50%;
	left:50%;
	margin-left:-413px;
	margin-top:-269px;
	background: url("../img/tooltip_operator_awsome.gif") no-repeat center center;
	z-index: 100002; 
}
#tooltip-operator.stop{
	background: url("../img/tooltip_operator_stop.gif") no-repeat center center;
}
#tooltip-box{
    position:absolute; 
	width:498px;
	overflow: hidden;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-255px;
	z-index: 100001; 
}
#tooltip-box .tooltip-header{
	position:relative;
	text-align:center;
	width:498px;
	height:67px; 
	padding-top:20px;
	color:#fff;
	font-weight:bold;
	font-size:18pt;
	overflow: hidden;
	background: url("../img/tooltip_header.gif") no-repeat center center;
}
#tooltip-box .tooltip-content{
	position:relative;
	text-align:center;
	width:458px;	
	height:200px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-size:18pt;
	line-height:32px;
	font-weight:bold;
	background: url("../img/tooltip_content.gif") repeat-y center center;
}
#tooltip-box .tooltip-footer{
	position:relative;
	text-align:center;
	width:498px;
	height:91px; 
	overflow: hidden;
	background: url("../img/tooltip_footer.gif") no-repeat center center;
}
#tooltip-box .tooltip-footer .tooltip-btn-confirm{
	display:block;
	color:#fff;
	width:138px !important;
	height:60px !important;
	background: url("../img/btn_confirm_tooltip.gif") no-repeat center center !important;
	border:0px;
	margin:0 auto;
	margin-top:15px;
	line-height:60px;
	text-align:center;
	font-weight:bold;
	font-size:14pt;
	cursor:pointer;
}
.tooltip-modal{
	display: block;  
    position: absolute; 
	z-index: 100000;
    left: 0; 
    top: 0; 
	width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.05; 
    opacity: .50;
    filter: alpha(opacity=50); 
}

#message-box{
	position: absolute; 
	width:692px;
	height:188px; 
	overflow: hidden;
	top:50%;
	left:50%;
	margin-left:-296px;
	margin-top:175px;
	background: url("../img/guide_box.gif") no-repeat center center;
	z-index: 100001; 
}
#message-box .message-content{
	position:relative;
	text-align:center;
	margin-top:35px;
	margin-left:30px;
	height:116px;
	width:622px;
	padding-left:20px;
	padding-right:20px;	
	font-size:15pt;
	line-height:30px;
	font-weight:bold;
}
#message-box-operator{
	position: absolute; 
	width:145px;
	height:195px; 
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:170px;
	background: url("../img/message_box_operator.gif") no-repeat center center;
	z-index: 100002; 
}
#message-box-operator.stop{
	background: url("../img/message_box_operator_stop.gif") no-repeat center center;
}
#message-box .message-btn-confirm{
	color:#fff;
	width:128px;
	height:35px;
	background: url("../img/btn_check.gif") no-repeat center center !important;
	border:0px;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-weight:bold;
	font-size:14pt;
	cursor:pointer;
}
#arrow-circle{
	position:absolute; 
	width:100px;
	height:100px; 
	overflow: hidden;
	margin-left:-50px;
	margin-top:-50px;
	background: url("../img/arrow_circle_11.gif") no-repeat center center;
	z-index: 100001; 
	filter: alpha(opacity=75); 
}

#arrow-circle .arrow-wrap {
	position:relative;
	width:100%;
	height:100%;	
}
#arrow-circle .arrow-wrap .arrow-btn-confirm{
	position:absolute; 
	width:80px;
	height:80px;	
	overflow: hidden;
	top:50%;
	left:50%;
	margin-left:-40px;
	margin-top:-40px;
	z-index: 100007;
	cursor: pointer;
}
#arrow{
	position: absolute;
	width:51px;
	height:50px; 
	overflow: hidden;
	margin-top:3px;
	background: url("../img/pointer.gif") no-repeat center center;
	z-index: 100006; 
}
#arrow.reverse{
	position: absolute;
	width:51px;
	height:50px; 
	overflow: hidden;
	margin-left:3px;
	margin-top:-53px;
	background: url("../img/pointer_reverse.gif") no-repeat center center;
	z-index: 100006; 
}
.tutorial-basic-modal{
	display: block;  
    position: absolute; 
	z-index: 99999;
    left: 0; 
    top: 0; 
	width: 100%;
    height: 100%;
     background-color: black;
    -moz-opacity: 0.001; 
    opacity: .01;
    filter: alpha(opacity=1); 
}
.viewPanel{
	background: url("../img/viewPanel/1.jpg") no-repeat top center #fff;
    margin:0 auto;
    position: relative;
    width:980px;
    /*height:590px;*/
    height:768px;
}
#previewPop{
	position:relative;
	background:#534E58;
	height:768px;
}
/** 웹체험 메인 */
#winPop1024 {
    background: url("../img/bg_top.jpg") no-repeat top center #fff;
    margin:0 auto;
    position: relative;
    width:980px;
    height:768px;
}
#winPop1024 .header{
	margin:0 auto;
	width:980px;
	height:100px;
	line-height:100px;
	color:#fff;
	text-align:center;
	font-size:25pt;
	font-weight:bold;
}
#winPop1024 .content{
	margin:0 auto;
	margin-top:64px;
	width:980px;
	height:494px;
}
#winPop1024 .content .main{
	display:block;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:30px;
	width:980px;
	color:#53535D;
	text-align:center;
	font-size:18.5pt;
	font-weight:bold;
	
}
#winPop1024 .content .sub{
	display:block;
	margin:0 auto;
	width:980px;
	color:#435E71;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}
#winPop1024 .content .btnStart{
	display:block;
	margin:0 auto;
	margin-top:100px;
	width:487px;
	height:75px;
	line-height:75px;
	color:#fff;
	background: url("../img/btn_green.gif") no-repeat center center;
	text-align:center;
	font-size:17pt;
	font-weight:bold;
	cursor:pointer;
}
#winPop1024 .footer{
	background: url("../img/bg_bottom.gif") no-repeat center center;
	position:absolute;
	width:980px;
	height:142px;
	bottom:0px;
}
#winPop1024 .footer .title{
	display:block;
	margin:0 auto;
	margin-top:20px;
	width:183px;
	height:36px;
	line-height:36px;
	color:#fff;
	background: url("../img/bg_cs.gif") no-repeat center center;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}
#winPop1024 .footer .main{
	display:block;
	margin:0 auto;
	margin-top:5px;
	width:980px;
	color:#9E9E9E;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}
#winPop1024 .footer .main span{
	font-size:18pt;
	color:#ffffff;	
}</pre></body></html>