@import url("layout.css");
@import url("main.css");
@import url("navi.css");
@import url("tour.css");
@import url("helper.css");
@import url("medical.css");
@import url("table.css");
@import url("other.css");

/* [Common Start] */
* {
	margin:0;
	padding:0;	
}



p,br,body,table,td,select,input,form,textarea,option {
	font-family: "굴림", "Verdana". "tahoma";
	color: #333333;
	line-height: 140%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	word-break:break-all;
}

img {
	border: none;
}

.input {
	margin: 0px;
	padding: 0px;
	border:solid 1px;
	border-color:#DDDDDD;
	background-color:#FFFFFF;
	height:19px;
	font-size:8pt;
 }

.form {
	margin: 0px;
	padding: 0px;
	border:solid 1px;
	border-color:#DDDDDD;
	background-color:#FFFFFF;
	height:19px;
	font-size:8pt;
 }

.textarea {
	font-size:12px;
	border:#CCCCCC 1px solid;
	color: #666666;
	scrollbar-face-color:#E5E5E5;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#808080;
}

li {
	list-style: none;
}

table {
	border-collapse:collapse;
	empty-cells:show;
}


a:link    {color: #333333;text-decoration: none;}
a:visited {color: #333333;text-decoration: none;}
a:active  {color: #333333;text-decoration: none;}
a:hover   {color: #000000;text-decoration: underline;}
/* [Common End] */

/* [Text Start] */
.t11_blue {color: #366FB3; font-size: 11px;}
.t11_black {color: #000000; font-size: 11px;}
.t11_red {color: #FF5400; font-size: 11px;}
.t12_red {color: #FF5400; font-size: 12px;}
.t12_blueB {color: #366FB3; font-weight: bold;}
.t12_black {color: #000000;}
.t12_blue {color: #366FB3;}
.t12_orange {color: #FF5400; font-size: 12px;}
.t11_redB {color: #FF5400; font-size: 11px; font-weight: bold;}
.t12_redB {color: #FF0000; font-weight: bold;}
.t12_blackB {color: #000000; font-weight: bold;}
.t12_orangeB {color: #FF5400; font-size: 12px; font-weight: bold;}
.t12_greenB {color: #177900; font-size: 12px; font-weight: bold;}
.t12_violetB {color: #8080C0; font-size: 12px; font-weight: bold;}
.t12_violetB2 {color: #6464AF; font-size: 12px; font-weight: bold;}
.t15_orangeB {color: #FF5400; font-size: 15px; font-weight: bold;}



/* [Text End] */

/* [Quick Start] */
#top_div {
	position:absolute;
	width:83px;
	z-index: 2;
}
/* [Quick End] */

/* [Padding Start] */
.p_t_5 {padding-top:5px;}
.p_t_10 {padding-top:10px;}
.p_t_15 {padding-top:15px;}
.pl180 {padding-left:180px;}
.pr180 {padding-right:50px;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.ptb5 {padding: 5px 0 5px 0px;}
.ptbl5 {padding: 5px 0 5px 5px;}
.ptb10 {padding: 10px 0 10px 0px;}
.ptb15 {padding: 15px 0 15px 0px;}
.ptb20 {padding: 20px 0 20px 0px;}
.ptb30 {padding: 30px 0 30px 0px;}
.ptrbl15 {padding: 15px 15px 15px 15px;}
.pl10 {padding-left: 10px;}
.pl5 {padding-left: 5px;}
.pl50 {padding-left: 50px;}
.plb10 {padding: 0 0 10px 10px;}


