@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0; padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url(./common/js/iePngFix.htc); } 
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; }

.zbxe_widget_output { background:url("/common/css/../tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/css/../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top;}
a.button, x:-moz-any-link { font:0/23px Sans-serif; padding:12px 0; top:1px;} /* Firefox 2 Fix */
a.button, x:-moz-any-link, x:default { padding:0; top:0;} /* Firefox 2 Fix */
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
a.button.large, x:-moz-any-link { font:0/29px Sans-serif; padding:15px 0;} /* Firefox 2 Fix */
a.button.large, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
a.button.xLarge, x:-moz-any-link { font:0/35px Sans-serif; padding:18px 0;} /* Firefox 2 Fix */
a.button.xLarge, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}
a.button.small, x:-moz-any-link { font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
a.button.small, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button, x:-moz-any-link{ font:0/23px Sans-serif; padding:11px 0;} /* Firefox 2 Fix */
span.button, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; *padding:0 5px 0 3px; line-height:24px; background-position:right top; cursor:pointer;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large, x:-moz-any-link{ font:0/29px Sans-serif; padding:14px 0;} /* Firefox 2 Fix */
span.button.large, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge, x:-moz-any-link{ font:0/35px Sans-serif; padding:17px 0;} /* Firefox 2 Fix */
span.button.xLarge, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small, x:-moz-any-link{ font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
span.button.small, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; *padding:0 3px 0 2px; font:11px/18px Sans-serif; background-position:right -107px;}
span.button.small button, x:-moz-any-link,
span.button.small input, x:-moz-any-link{ top:-1px;} /* Firefox 2 Fix */
span.button.small button, x:-moz-any-link, x:default,
span.button.small input, x:-moz-any-link, x:default{ top:0;} /* Firefox 2 Fix */

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/css/../tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/css/../tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/css/../tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/css/../tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}



.system_message_box {
    position:relative;
    *zoom:1;
}

.system_message_box blockquote {
    text-align:center; 
    margin:30px 0 20px 0;
    font-size:1.3em; 
    font-weight:bold;
    text-decoration:underline;
}

.system_message_box ul {
    padding:0;
    margin:0;
    overflow:hidden;
    *zoom:1;
    text-align:center;
}

.system_message_box ul li {
    padding:0;
    margin:0 10px 0 0;
    display:inline;
    list-style:none;
}

.system_message a {
    margin-top:1em;
}

.loginForm {
    width:200px;
    margin:30px auto 0 auto;
}

﻿ 

/* common CSS */

html { margin:0; padding:0; }
body {
	display:block;
	margin:0; padding:0;
	background:#FFFFFF;
	font:normal, Dotum, Gulim, arial, Verdana, AppleGothic, sans-serif;
	font-family:돋움;
	font-size:12px;
	color:#666666;
	text-align:left;
	line-height:1.2em;
}
body.frameBody { _height:100%; _overflow:auto; }

div, ul, ol, li, dl, dt, dd, form, fieldset, p, h1, h2, h3, h4, h5, h6, blockquote, iframe { margin:0; padding:0; }

img { border:0 none; }
a {color:#666; text-decoration:none;} a:visited, a:active {text-decoration:none;} a:hover {text-decoration:underline;}
input, select	{font-size:100%; vertical-align:middle;}
ol,ul,li,dt,dd {list-style:none;} fieldset,blockquote,iframe {border:none;}
i,em,u,cite	{font-style:normal;} 
h1,h2,h3,h4,h5	{clear:both;font:bold 12px Dotum,Gulim,Verdana,Arial,San-Serif;}
legend,caption	{display:none;clear:both;font:bold 12px Dotum,Gulim,Verdana,Arial,San-Serif;}
form	{display:inline;}
input, textarea, select {font:12px Dotum;}
label { cursor:pointer; }

hr {display:none; clear:both;}
table {table-layout:fixed; border-collapse:collapse;border-spacing:0;}
th,td {border-collapse:collapse;}

/* sarangcontainer area */
.visualarea {position:relative; height:186px;}
.gnbarea {position:relative; height:30px;}

#sarangWraper {margin:0px auto; position:relative; width:880px; }

	#header {height:246px; margin:0 auto; position:relative; text-align:left; width:880px;}
		
	#contentBody {}
	#contentBody {padding:15px 0 20px 0; position:relative;}
	#contentBody:after{content:""; display:block; clear:both;}
	#contentBody .depth1LeftBox {float:left; position:relative; width:690px;}
		#contentBody .depth2LeftBox {float:left; width:360px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box {display:block; position:relative;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox {text-align:left; height:160px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box h5 {background-position:left top; background-repeat:no-repeat; border-bottom:1px solid #F6C6AF; 
			overflow:hidden; text-indent:-1000px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox h5 {background:url("/layouts/yos_main/../../html/css/../img/notice_title.gif") no-repeat 2px 0; height:20px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox h5.boardtab {background:none; height:18px; text-indent:0; padding-bottom:2px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox h5.boardtab img {margin-right:10px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box a.more {display:block; position:absolute; right:0; top:6px;}
				#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox ul {line-height:150%; margin-top:10px; position:relative; width:360px;}
				#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox ul li {background:transparent url("/layouts/yos_main/../../html/css/../img/dot_gray.gif") no-repeat scroll 3px 6px; 
				height:18px; padding-left:10px; overflow:hidden; position:relative; text-align:left;}
				#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox ul li span.dateInfo 
				{color:#929292; font-size:11px; padding:0 5px 0 5px; position:absolute; right:0; top:0;}
				#contentBody .depth2LeftBox .mdl_headtitle_Box.noticebox ul li span.personInfo 
    {color:#666; font-size:12px; padding:0 5px 0 5px; position:absolute; right:50px; top:0;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.M_banner {width:360px; margin:5px 0 22px 0;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.noticeing span.btn {display:block; position:absolute; right:0; top:7px; padding:0 5px 0 5px;}
			#contentBody .depth2LeftBox .mdl_headtitle_Box.noticeing span.btn img {cursor:pointer; margin:0 3px 0 0;}
		#contentBody .depth2RightBox {float:right; width:310px;}
			#contentBody .depth2RightBox .VOD_Box {display:block; position:relative; background:url("/layouts/yos_main/../../html/css/../img/vod_bg.jpg") no-repeat top left; height:225px;}
			
			#videoflash {margin-left:12px; margin-top:12px;}
			
			#contentBody .depth2RightBox .VOD_Box h5 {height:20px; font-size:12px; color:#E94A0C; font-weight:normal}
			#contentBody .depth2RightBox .VOD_Box .VODarea {background:url("/layouts/yos_main/../../html/css/../img/VOD_bg.gif") no-repeat top left; height:184px; width:298px; padding:12px 0 0 12px;}
				#contentBody .depth2RightBox .VOD_Box .VODarea .playBox {height:148px; width:286px;}
				#contentBody .depth2RightBox .mdl_headtitle_Box.VODlist {background:url("/layouts/yos_main/../../html/css/../img/vod_title.gif") no-repeat 2px 0; height:19px; margin: 7px 0 30px 0  ; text-align:right;}
			#contentBody .depth2RightBox .mdl_headtitle_Box.VODlist img {margin-left:3px;}
			#contentBody .depth2RightBox .mdl_headtitle_Box {display:block; position:relative;}
			#contentBody .depth2RightBox .mdl_headtitle_Box h5 {background-position:left top; background-repeat:no-repeat; border-bottom:1px solid #F6C6AF; 
			overflow:hidden; text-indent:-1000px;}
			#contentBody .depth2RightBox .mdl_headtitle_Box.YOSbox {text-align:left;}
			#contentBody .depth2RightBox .mdl_headtitle_Box.YOSbox h5 {background:url("/layouts/yos_main/../../html/css/../img/YOS_title.gif") no-repeat 2px 0; height:20px;}
			#contentBody .depth2RightBox .mdl_headtitle_Box a.more {display:block; position:absolute; right:0; top:6px;}
				#contentBody .depth2RightBox .mdl_headtitle_Box.YOSbox ul {line-height:150%; margin-top:10px; position:relative; width:310px;}
				#contentBody .depth2RightBox .mdl_headtitle_Box.YOSbox ul li {background:transparent url("/layouts/yos_main/../../html/css/../img/dot_gray.gif") no-repeat scroll 3px 6px; 
				height:18px; padding-left:10px; overflow:hidden; position:relative; text-align:left; float:left; width:145px;}
			#contentBody .depth2RightBox .mainbanner1 {margin:20px 0 10px 0; height:64px ;}
			
			
		#contentBody .f_clear {display:block; min-height:1px; }
		#contentBody .column3 {}
		#contentBody .sectionNavigation {float:left; width:110px; margin-top:3px;}
			#boardContainer {float:right; width:760px;}	
			#boardContainer .boardArea {width:760px;}	
		#contentBody .contentBox {float:left; padding:0 0 0 13px;  width:570px; //margin-top:-35px; }
		#contentBody .contentBox h4 {margin-top:5px; height:18px;}
		#contentBody .contentBox span.currentPosition {display:block; padding-bottom:2px; text-align:right; width:100%; font-size:11px; color:#929292;}
		#contentBody .contentBox .contentsArea {border:1px solid #e8e7e6; width:568px;}
		#contentBody .subContentBox {float:right; width:170px;}
		/* 우측로그인&배너 start */	
			#login_wrap {border:2px solid #A9B3E2; height:87px; overflow:hidden; width:166px; margin-bottom:10px;}
			#login_wrap td.data {background:#A9B3E2; color:#fff; text-align:center;}
			#login_wrap input.id_field[type="text"], #login_wrap input.pw_field[type="password"] { height:10px; width:92px; padding:3px 0 3px 5px; top:8px; color:#B8B8B8; font-size:11px; background:#E9E9E9; border:1px solid #D9D9D9;}
			#login_wrap table {width:150px; height:70px; margin:8px auto 0;}
			#login_wrap table img.MT3 {margin-top:3px;}
			#quickbanner img {display:block; width:170px;}
			#quickbanner img.MB5 {margin-bottom:5px;}
			#quickbanner img.MB10 {margin-bottom:10px;}
		/* 우측로그인&배너 end */	
		
		#contentBody .infoContentBox {clear:both; float:left; width:784px; height:41px; background:url("/layouts/yos_main/../../html/css/../img/bankAccount_bg.gif") no-repeat top left; margin-top:30px;
		 padding:20px 0 0 96px;}
		#contentBody .infoContentBox select {margin-right:40px;}

/* footer start */	
		#footer {height:80px; float:left; margin:0 auto; width:880px; background:url("/layouts/yos_main/../../html/css/../img/footer_bg.gif") no-repeat top left; margin:30px 0 0 0;}
		#footer .logobg {background:url("/layouts/yos_main/../../html/css/../img/sarang_logo.gif") no-repeat top left; width:680px; height:53px; padding:13px 0 0 200px; color:#909090; font-size:11px; line-height:160%; margin-top:10px; letter-spacing:-0.5px;}
		#footer .logobg a {color:#AD4766;}
		#footer .logobg a:hover {color:#AD4766; text-decoration:underline;}
/* footer end */	




/* contents area */

/* 내용 start */	
#contentsContainer {margin:23px 17px 17px 17px;}
#contentsContainer .tab2 {margin-bottom:20px; margin-top:-25px; background:url("/layouts/yos_main/../../html/css/../img/tab_bgline.gif") left bottom repeat-x; height:26px; _height:23px; float:right; text-align:right;}
#contentsContainer .tab1 {margin-bottom:30px; background:url("/layouts/yos_main/../../html/css/../img/tab_bgline.gif") left bottom repeat-x; height:26px; _height:23px; text-align:left;}
#contentsContainer .tab1 ul li, #contentsContainer .tab2 ul li {float:left; height:26px; _height:23px;}
#contentsContainer .tab1 ul li img, #contentsContainer .tab2 ul li img {margin-right:3px;}
#contentsContainer .tab1 ul li img.spaceR-3, #contentsContainer .tab2 ul li img.spaceR-3 {margin-right:0px;}
#contentsContainer dl {margin-bottom:30px;}
#contentsContainer dl dt {}
#contentsContainer dl dt.headtitle {margin-bottom:5px; vertical-align:top;}
#contentsContainer dl dt.headtitlegbs {margin-bottom:10px; vertical-align:top;}
#contentsContainer dl dt.headtitle img {}
#contentsContainer dl dd {line-height:1.6em; padding:0px 7px 0px 7px; text-align:justify;}
#contentsContainer dl dd img {margin:2px 0 2px -6px;}
#contentsContainer dl dd img.allmember {margin:10px 0 2px -10px;}
#contentsContainer dl dd ul {left:0; top:0;}
#contentsContainer dl dd ul li.minititle {left:0; padding:10px 7px 2px 7px;}
#contentsContainer dl dd ul li.mini_discgbs {line-height:1.6em; padding-left:10px; margin-bottom:10px;}
#contentsContainer dl dd ul li.mini_disc {line-height:1.6em; padding-left:10px; margin-bottom:10px;}
#contentsContainer dl dd ul li.mini_disc img {margin:5px 0;}
#contentsContainer dl dd ul li.mini_disc img.BSC {margin:5px 0 0px -14px;}
#contentsContainer dl dd ul li.mini_disc a {color:#aaaaaa;}
#contentsContainer dl dd ul li.mini_disc a:hover {color:#aaaaaa; text-decoration:underline;}
#contentsContainer dl dd ul li.mini_disc a.communitylink {color:#eca220;}
#contentsContainer dl dd ul li.mini_disc table.workdate {border: solid 1px #BBC8DA;}
#contentsContainer dl dd ul li.mini_disc table.workdate td {text-align:center; padding:3px 0 2px 0; border: solid 1px #E7E7E7;}
#contentsContainer dl dd ul li.mini_disc table.workdate td.title {color:#FFFFFF; font-weight:bold; background:#617CA0; border: solid 1px #778EAD;}
#contentsContainer dl dd ul li.mini_disc table.workdate td.titleM {color:#FFFFFF; font-weight:bold; background:#617CA0; border: solid 1px #778EAD; width:45px;}
#contentsContainer dl dd ul li.mini_disc table.workdate td.month {color:#FFFFFF; background:#BBC8DA; border-bottom: solid 1px #C7D2DF; width:45px;}
#contentsContainer dl dd ul li.mini_disc table.workdate td.titleG {color:#FFFFFF; font-weight:bold; background:#617CA0; border: solid 1px #778EAD; width:100px;}
#contentsContainer dl dd ul li.mini_disc table.workdate td.group {color:#FFFFFF; background:#BBC8DA; border-bottom: solid 1px #C7D2DF; width:100px;}
#contentsContainer dl dd ul li.lastli {line-height:1.6em; padding-left:10px; margin-bottom:0px;}
#contentsContainer dl dd ul li.lastli img {margin:5px 0;}

#contentsContainer dl dd.line_top {border-top:1px solid #d6d6d6;}
#contentsContainer dl dd.line_middle {border-bottom:1px solid #ebebeb; padding:15px 5px 15px 5px;}
#contentsContainer dl dd.line_bottom {background:url("/layouts/yos_main/../../html/css/../img/teacher_bgline.gif") left bottom repeat-x; padding:15px 5px 15px 5px;}
#contentsContainer dl dd.GBSinfo {background:url("/layouts/yos_main/../../html/css/../img/GBSinfo_img.gif") no-repeat left top; width:535px; height:456px; margin-left:-1px; padding:280px 0px 0px 100px;}
#contentsContainer dl dd table td {padding:0;}
#contentsContainer dl dd table td.picture {width:106px; vertical-align:top; padding-left:6px;}
#contentsContainer dl dd table td.namearea {height:18px;}
#contentsContainer dl dd table td.namearea img.teacher_job {margin:0px 15px 2px 3px; vertical-align:bottom;}
#contentsContainer dl dd table td.namearea a {color:#aaaaaa;}
#contentsContainer dl dd table td.namearea a:hover {color:#aaaaaa; text-decoration:underline;}
#contentsContainer dl dd table td .name {font-size:11pt; font-weight:bold; color:#177cbd;}
#contentsContainer dl dd table td.info {padding:3px 0px 0px 5px; height:18px;}
#contentsContainer dl dd table td.info span {padding:0 20px 0 3px;}
#contentsContainer dl dd table td.info span img {width:2px; vertical-align:20%;}
#contentsContainer dl dd table td.speech {padding:5px 5px 0px 0px;}
/* 내용 end */	

/* 우측배너 start */
#skyban {position:absolute; height:80px; float:right; margin:0 auto; top:237px; left:900px; z-index:555;}
#skyban_sub {}
.skyban1 {margin-bottom:5px;}
.skyban2 {margin-top:15px; float:left; margin-right:17px;}
.skyban3 {margin-top:15px; float:left; margin-right:0px;}


/* 우측배너 end */	

/* 인증&로그인창 start */			
	#login {width:348px; height:210px; margin:60px auto 0; background:url("/layouts/yos_main/../../html/css/../img/login_topimg.gif") no-repeat left top;}
	#info_input {background:url("/layouts/yos_main/../../html/css/../img/login_bg1.gif") repeat-y left top; height:68px; margin-top:63px;}
	#info_input table {width:304px; margin:6px auto;}
	#info_input table input {width:182px; height:16px; border:1px solid #dedede;}
	#info_btn {background:url("/layouts/yos_main/../../html/css/../img/login_bg2.gif") repeat-y left top; height:40px; text-align:right;}
	#info_btn img {cursor:pointer;}
	#info_btn img.MRspace {margin:10px 21px 0px 5px;}
	#info_bttom {background:url("/layouts/yos_main/../../html/css/../img/login_bottom.gif") no-repeat left top; height:35px;}
	
	#infochangeform {width:488px; margin:60px auto 0; background:url("/layouts/yos_main/../../html/css/../img/title_info_change.gif") no-repeat left top;}
	#joinform {width:488px; margin:60px auto 0; background:url("/layouts/yos_main/../../html/css/../img/title_join.gif") no-repeat left top;}
		#joindiscription {padding:12px 0 5px 0; text-align:right; width:100%;}
		#joinlist table {width:100%;}
		#joinlist table tr td {padding:5px 10px; border-right:1px solid #ededed; border-bottom:1px solid #ededed;}
		#joinlist table tr td.linetop {border-top:1px solid #ededed;}
		#joinlist table tr td.Minititle {width:94px; background:#f7f7f7; border-left:1px solid #ededed;}
			input.nameinfo {width:96px; border:1px solid #dedede; height:16px;}
			input.etcinfo {width:115px; border:1px solid #dedede; height:16px;}
			input.numberW {width:48px; border:1px solid #dedede; height:16px;}
		
		#joinbtn {text-align:center; width:100%; margin-top:30px;}
		#joinbtn img {margin:0 3px; cursor:pointer;}
		
	#certification {width:454px; margin:30px auto;}
	#certification h3 {padding-bottom:15px; text-align:center; font-weight:bold; font-size:14px;}
	#certification h3 span.areaname {color:#fb7c00;}
	
		#checkmember {}
		#checkmember table {width:100%}
		#checkmember table td {text-align:center; padding:7px 0 6px 0; border-bottom:1px solid #ebebeb;}
		#checkmember table td input {margin:0;}
		#checkmember table td.titlebg {border-top:1px solid #afafaf; border-bottom:1px solid #d8d8d8; background:#f6f6f6;}
		#checkmember table td.namecolor {color:#1273b1;}
		#checkmember table td.member_name {width:120px;}
		#checkmember table td.member_phone {width:160px;}
		#checkmember table td.member_day {width:90px;}
		
		#checkmember table td.leader_name {width:110px;}
		#checkmember table td.leader_level {width:80px;}
		#checkmember table td.leader_phone {width:130px;}
		#checkmember table td.leader_day {width:80px;}
		
		#checkmember table td.change_name {width:110px;}
		#checkmember table td.change_level {width:90px;}
		#checkmember table td.change_phone {width:160px;}
		#listbtn {cursor:pointer; margin:20px 0 15px 0; text-align:center;}
		#listline {background:url("/layouts/yos_main/../../html/css/../img/dotline_gray.gif") repeat-x left top; height:1px;}
		#certi_discript {background:#f9f9f9; color:#999; font-size:11px; padding:10px 0; text-align:center; margin-top:10px;}
		
		#changeimg {margin-bottom:10px;}
		#change_search {background:#f4f4f4; color:#999; font-size:11px; padding:10px 0; text-align:center; margin:10px 0 20px 0;}
		#change_search input {width:140px; border:1px solid #dedede; height:16px;}
		#change_search img {margin:0 8px;}
		#change_search img.searchbtn {vertical-align:-65%; cursor:pointer;}
/* 인증&로그인창 end */	

/* popup start */				
	#popupContainer {}
	#popupContainer h3 {padding:12px 10px 10px 10px; color:#333; font-weight:bold; font-size:14px; border-top:3px solid #1198de; border-bottom:1px solid #dcdcdc; margin-bottom:15px;}
	#popupContent {width:370px; padding:15px;}
		#textdiscript {line-height:160%; text-align:center; margin-bottom:15px;}
		#textdiscript strong span.stress {color:#fb7c00}
		#memberlist {line-height:160%; padding:10px 20px; font-weight:bold;}
		
		#memberarea {background:#f4f4f4; font-size:12px; font-weight:bold; padding:12px 20px 9px 22px; line-height:170%; margin:10px 0 20px 0;}
		
		#textdiscript2 {margin-bottom:10px; font-weight:bold;}
		#textdiscript2 span {color:#fb7c00}
		#memberarea2 {background:#f4f4f4; font-size:12px; padding:12px 20px 9px 22px; line-height:170%; margin:10px 0 20px 0;}
/* popup end */					
		

/* club start */		
#clubGNB {height:40px; width:880px; position:relative;}
	#clubGNB .clublogo {float:left; height:20px; width:195px; background:url("/layouts/yos_main/../../html/css/../img/club_logo.gif") no-repeat left top; padding:20px 0px 0px 125px; position:relative;}
	#clubGNB .miniquick {float:right; text-align:right; height:23px; position:relative; width:550px; padding-top:17px;}
	#clubGNB .miniquick .quickline {color:#999;}
	#clubGNB .miniquick a {padding:0 6px; color:#666666}
	#clubGNB .miniquick a:hover {padding:0 6px; color:#000000;}
	#clubTop {height:59px; width:880px; background:url("/layouts/yos_main/../../html/css/../img/club_titlebg.gif") no-repeat left top; clear:both;}
	#clubTop .clubtitle {float:left; width:660px; padding:24px 0px 0px 20px; color:#ffffff; font-size:16px; font-weight:bold;}
	#clubTop .clubadmin {float:right; width:180px; text-align:right; font-weight:bold; color:#fff; padding:25px 20px 0px 0px;}
	
	#contentBody .clubleftBox {width:185px; float:left; background-color:#99ccff;}
		#clublogin {width:185px; background-color:#FFFFFF}
			.clublogin_wrap {border:4px solid #99ccff; height:87px; overflow:hidden; width:177px;}
			.clublogin_wrap td.data {background:#99ccff; color:#fff; text-align:center;}
			.clublogin_wrap input.id_field[type="text"], .clublogin_wrap input.pw_field[type="password"] { height:10px; width:107px; padding:3px 0 3px 5px; top:8px; color:#B8B8B8; font-size:11px; background:#E9E9E9; border:1px solid #D9D9D9;}
				.clublogin_wrap table {width:165px; height:70px; margin:8px auto 0;}
				.clublogin_wrap table img.MT3 {margin-top:3px;}
			.linkmenu {height:21px; overflow:hidden; position:relative; width:185px; background-color:#99ccff; text-align:center; color:#AFD2AC; padding-top:7px;}
			.linkmenu a {padding:0 8px; font-weight:bold; color:#fff;}
				
		#club-menu {margin:0 0 5px 6px; padding:6px 0; overflow:hidden; width:173px;}
		#club-menu .box-g-t {background:url("/layouts/yos_main/../../html/css/../img/club-menu-bg-t.gif") no-repeat left top; height:4px; clear:both; width:173px;}
		#club-menu .box-g-m {background:url("/layouts/yos_main/../../html/css/../img/club-menu-bg-m.gif") repeat-y left top;  padding-bottom:5px; padding:15px 0px 5px 15px; width:158px;}
		#club-menu .box-g-m .club-menu-space {margin:2px 0 10px 0px; background:url("/layouts/yos_main/../../html/css/../img/club-menu-space.gif") no-repeat left top; height:1px; width:147px;}
		#club-menu .box-g-m ul.cafe-menu-list {position:relative; width:150px;}
		#club-menu .box-g-m ul.cafe-menu-list li {overflow:hidden; padding:0 0 8px; text-align:left; vertical-align:top; font-weight:bold;}
		#club-menu .box-g-m ul.cafe-menu-list li.depth {overflow:hidden; padding:0 0 4px 15px; text-align:left; vertical-align:top; background:url("/layouts/yos_main/../../html/css/../img/club_depth-icon.gif") no-repeat 3px -3px; font-weight:normal;}

		#club-menu .box-g-m3 {background-color:#ffffff; border:3px solid #88bbee; padding-bottom:5px; padding:15px 0px 5px 15px; width:152px;}
		#club-menu .box-g-m3 .club-menu-space {margin:2px 0 10px 0px; height:1px; width:147px;}
		#club-menu .box-g-m3 ul.club-menu-top {height:35px;}
		#club-menu .box-g-m3 ul.club-menu-top li {float: left; margin-left:18px; display:inline; margin-top:15px; height:10px;}
		#club-menu .box-g-m3 ul.club-menu-top img {margin-right:30px;}
		#club-menu .box-g-m3 ul.cafe-menu-list {width:150px;}
/*		#club-menu .box-g-m3 ul.cafe-menu-list li overflow:hidden; padding:0 0 8px; text-align:left; vertical-align:top; font-weight:bold;}
*/		#club-menu .box-g-m3 ul.cafe-menu-list li {background:url("/layouts/yos_main/../../html/css/../img/icon_blue.gif") no-repeat left 6px; padding:2px 0px 2px 7px; overflow:hidden; text-align:left; vertical-align:top; font-weight:bold;}
		#club-menu .box-g-m3 ul.cafe-menu-list li.depth {overflow:hidden; padding:0 0 4px 15px; text-align:left; vertical-align:top; background:url("/layouts/yos_main/../../html/css/../img/club_depth-icon.gif") no-repeat 3px -3px; font-weight:normal;}

		#club-menu .ico-list {margin-right:3px;}
		#club-menu .box-g-b {background:url("/layouts/yos_main/../../html/css/../img/club-menu-bg-b.gif") no-repeat left top; height:10px; clear:both; width:173px;}
		#club-menu .box-g-m2title {background:url("/layouts/yos_main/../../html/css/../img/club-menu-bg-m2-1.gif") no-repeat left top; height:16px; padding:8px 0 5px 13px; width:160px; font-weight:bold; color:#21371c;}
		#club-menu .box-g-m2 {background:url("/layouts/yos_main/../../html/css/../img/club-menu-bg-m2-2.gif") repeat-y left top;  padding:6px 0 5px 15px; width:158px;}
		#club-menu .box-g-m2 ul.brith-list {position:relative; width:150px;}
		#club-menu .box-g-m2 ul.brith-list li {background:url("/layouts/yos_main/../../html/css/../img/club_dot-green.gif") no-repeat left 6px; padding:2px 0px 2px 7px; text-align:left; vertical-align:top; color: #40652E;}
		#club-menu .box-g-b2 {background:url("/layouts/yos_main/../../html/css/../img/club-menu-bg-b2.gif") no-repeat left top; height:5px; clear:both; width:173px;}
		#club-menu .box-g-admin {padding:6px 0px 5px 15px; width:158px;}
		#club-menu .box-g-admin ul.admingo {position:relative; width:150px;}
		#club-menu .box-g-admin ul.admingo li {background:url("/layouts/yos_main/../../html/css/../img/club_dot-gray.gif") no-repeat left 6px; padding:2px 0px 2px 7px; text-align:left; vertical-align:top; color:#666666;}
	#contentBody .clubContentsArea {float:right; width:675px;}
	#contentBody .clubContentsArea .contentTitle {font-weight: bold; padding: 20px 10px 8px;}
/* club end */		



.teacher_img {margin:5px 0px 20px 0px;}
.teacher_area {margin:10px 5px 10px 5px;}
.colorblue {color:#2e6bbd;}
.fixed11 {font-size:11px;}
.purple {color:#643FA7}
.ML5 {margin-left:5px;}
.MR8 {margin-right:8px;}
.MR35 {margin-right:35px;}
.MR30 {margin-right:30px;}
.MB20 {margin-bottom:20px;}
.MT10 {margin-top:10px;}
.PT10 {padding-top:10px;}
.clear {clear:both; height:1px;}

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("/widgets/newest_document/skins/yos/normal/./title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;
    border-bottom:1px solid #EEEEEE;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("/widgets/newest_document/skins/yos/normal/./document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:underline;
    color:#000000;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}


.date {
    position:absolute;  top:270px;  }

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("/widgets/newest_document/skins/yos1/normal/./title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;
    border-bottom:1px solid #EEEEEE;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("/widgets/newest_document/skins/yos1/normal/./document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:underline;
    color:#000000;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}


.date {
    position:absolute;  top:270px;  }

.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.latest_white h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url("/widgets/newest_document/skins/xe_official/css/../images/white/lineNotice.gif") no-repeat left bottom; font-size:1em;}

.latest_white ul { margin:0; padding:0; }
.latest_white ul li { height:20px; background:url("/widgets/newest_document/skins/xe_official/css/../images/white/bulletD0.gif") no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}

.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }

.latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;}
.latest_white a.more { text-decoration:none;} 
.latest_white a.more:hover { text-decoration:underline;} 

