
@import url('//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');

body, td, p, input, button, textarea, select, .c1 {font-family: "Nanum Square", "Malgun Gothic", "맑은 고딕"; font-size:9pt; color:#222222; }

form { margin:0px; }

/* img {border:0px;} */

a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:underline; }

a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }

.member {font-weight:bold;color:#888888;}
.guest  {font-weight:normal;color:#888888;}

.lh { line-height: 150%; }
.jt { text-align:justify; }

.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }

.ul { list-style-type:square; color:#66AEAD; }

.ct { font-family: Verdana, 굴림; color:#222222; } 

.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 

.small { font-size:8pt; font-family:돋움; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */

input.ed { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }


/* top 메뉴 */
.top_menu_w .logo {float:left; width:210px; }
ul.top_menu {list-style:none; font-size:16px; margin: 0; background: #fff; width: 820px;  z-index:999999; float:right; border:1px #ccc solid; margin-top:15px; transition-duration: 0.4s;}
ul.top_menu li{background: #fff; float: left; text-align: center;  border-bottom: 3px solid #fff;    }
ul.top_menu li:hover{border-bottom: 3px solid #059ad9; color:#059ad9; transition-duration: 0.4s;}
ul.top_menu li.selected{border-bottom: 3px solid #059ad9; color:#059ad9}
ul.top_menu > li.selected a{ color:#059ad9}
ul.top_menu li a{display:block;  text-decoration:none; color:#000; padding: 15px 20px;}
ul.top_menu li a:hover{color:#059ad9;}

/* 좌측 메뉴 */
ul.left_menu {list-style:none; font-size:16px; font-weight:900; letter-spacing:1px; margin: 0; background: #fff; width: 225px;  z-index:999999; float:right; border:1px #ccc solid; margin-top:25px; padding:20px; transition-duration: 0.4s;}
ul.left_menu > li{background: #fff; float: left; text-align: left; padding: 10px; width:90%; border-bottom: 3px solid #059ad9;    }
ul.left_menu > li:hover{border-bottom: 3px solid #059ad9; color:#059ad9; background:#e3edff;   transition-duration: 0.4s;}
ul.left_menu > li:hover a{ color:#059ad9 }
ul.left_menu > li.selected{border-bottom: 3px solid #059ad9; color:#059ad9; background:#e3edff; }
ul.left_menu > li.selected a{ color:#059ad9}
ul.left_menu a{display:block; text-decoration:none; color:#000 }

ul.left_menu ul {clear:both;  list-style:none; background:#efefef; padding:10px; margin:0; width:90% }
ul.left_menu ul li{ border-bottom: 1px solid #ddd;  padding:5px}
ul.left_menu ul li a {color:#333; font-size:12px; border:none;}
ul.left_menu ul li:hover, ul.left_menu ul li.selected {text-decoration:none;  background:#fff; color:#3664b8}



/* 좌측 서브메뉴 */
.content_left .box {clear:both; padding:10px 20px; border-bottom:1px dotted #dcdcdc; background:#f1f3f2}
.content_left .box h4 {font-size:16px; font-weight:400; color:#333; line-height:1.1; margin-bottom:10px; font-weight: 700}
.content_left .box p {color:#666}
.content_left .box p span {font-size:16px; font-weight:600; color:#444;  }

.content_left .box.box2 { background:#3ebeb3; padding:10px 0 10px 20px}
.content_left .box.box2 h4 {color:#fff; }
.content_left .box.box2 p {color:#eee; text-shadow:1px 1px 1px #000}
.content_left .box.box2 p span { color:#fff; }
.font_yellow {color:yellow}
.box.box2 p span.font_yellow{color:yellow;  text-shadow:none;}