﻿@CHARSET "UTF-8";

/** font nanum link **/
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url('/font/NanumGothic-Regular.eot');
  src: url('/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/font/NanumGothic-Regular.woff2') format('woff2'),
       url('/font/NanumGothic-Regular.woff') format('woff'),
       url('/font/NanumGothic-Regular.ttf') format('truetype');
}

/*This CSS stylesheet defines styles used by required elements in a flex application page that supports browser history*/
#ie_historyFrame { width: 0px; height: 0px; display:none }
#firefox_anchorDiv { width: 0px; height: 0px; display:none }
#safari_formDiv { width: 0px; height: 0px; display:none }
#safari_rememberDiv { width: 0px; height: 0px; display:none }

/*
* {margin:0;padding:0;border:0;}
body, html {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height:100%;
    overflow:hidden;overflow-x:hidden;overflow-y:hidden;
}
*/

html, 
body {margin:0;padding:0;border:0;width:100%;height:100%;font:13px/18px NanumGothic,Dotum,Gulim,Tahoma;color:#666;text-align:left;}

html:first-child select{padding-right:6px;height:20px} /* Opera 9 & Below Fix */
option {padding-right:6px;overflow:auto} /* Firefox Fix */

table{border-collapse:collapse; font:13px/18px NanumGothic,Dotum,Gulim,Tahoma;color:#666666}
img,fieldset,iframe{border:none}
input,form,textarea,select{font:13px/18px NanumGothic,Dotum,Gulim,Tahoma;color:#666666;line-height:13px;}

a {cursor:hand}
hr, button img{display:none}
ul{list-style-type:none}
li{list-style:none}

/** link **/
A:link    {color:#666;text-decoration:none}
A:visited {color:#666;text-decoration:none}
A:hover   {color:#336699;text-decoration:none}
A:active  {color:#666;text-decoration:none}

/*input::placeholder {
	color: lightgray;
	font-style: italic;
}
textarea::placeholder {
	color: lightgray;
	font-weight: bold;
}*/

/* - Chrome ≤56,
   - Safari 5-10.0
   - iOS Safari 4.2-10.2
   - Opera 15-43
   - Opera Mobile 12-12.1
   - Android Browser 2.1-4.4.4
   - Samsung Internet ≤6.2
   - QQ Browser */
   ::-webkit-input-placeholder {
	color: lightgray;
	font-style: italic;
    /*font-weight: 400;*/
}

/* Firefox 4-18 */
:-moz-placeholder {
	color: lightgray;
	font-style: italic;
    /*font-weight: 400;*/
}

/* Firefox 19-50 */
::-moz-placeholder {
	color: lightgray;
	font-style: italic;
    /*font-weight: 400;*/
}

/* - Internet Explorer 10–11
   - Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
	color: lightgray !important;
	font-style: italic !important;
    /*font-weight: 400 !important;*/
}

/* Edge (also supports ::-webkit-input-placeholder) */
::-ms-input-placeholder {
	color: lightgray;
	font-style: italic;
    /*font-weight: 400;*/
}

/* CSS Pseudo-Elements Level 4 Editor's Draft
   - Browsers not mentioned in vendor prefixes
   - Browser of newer versions than mentioned in vendor prefixes */
::placeholder {
	color: lightgray;
	font-style: italic;
    /*font-weight: 400;*/
}

a
{
	text-decoration: none;
	color: #555;
}

img
{
	border:none;
}

#wrap {
    width:100%;
}

#container {
    margin-top: 105px;
}

/* header*/
.header
{
    width:100%;
	border-bottom: 3px solid #144e9c;
	background:url(/images/main/header/img_bg_top_01_1.png) top center repeat-x;

    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 2;
}

.header_top
{
	margin: 0 auto;
	width: 980px;
	height: 46px;
}

.header_logo
{
	margin: 10px auto;
	float: left;
}

.header_link
{
	margin: 10px 16px auto;
	float: right;
	display: inline-block;
}


.header_menubar
{
	margin: 0 auto;
	width: 958px;
	height: 53px;
}

.header_menu
{
	float: right;
	height: 51px;
}

@-moz-document url-prefix() {
	.header_menu a
	{
		float: left;
	}  
}

.menu
{
	float: left;
	position: relative;
	height: 51px;
}

.sub_menu
{
	position: absolute;
	height: 300px;
	width: 100%;
	top: 104px;
	left: 0px;
	z-index:10;
	display: none;
	background-color: #fff;
	filter:alpha(opacity=95); opacity:0.95;
	border-top: 1px solid #333e6a;
	border-bottom: 1px solid #333e6a;
}

/*
#sub_menu_01, #sub_menu_03, #sub_menu_04
{
	width: 100%;
}
*/
.sub_menu_float
{
    margin: 0 auto;
	width: 1130px;
}

.sub_menu_img
{
	margin: 20px auto;
	float: left;
}
.sub_menu_list
{
    margin: 0 auto;
	float: left;
}
.sub_list_over
{ 
	float:left;
	padding: 10px 0px 0px 10px;
	width: 122px;
	height: 290px;
	background-color: #ddd;
	filter:alpha(opacity=60); opacity:0.6;
	border-right: 1px solid #ddd;
}
.sub_list_over a, ul, li
{ 
	line-height:23px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.sub_list_over a:hover {color:#0066cc;}

.sub_list_off
{ 
	float:left;
	padding: 10px 0px 0px 10px;
	width: 121px;
	height: 290px;
	border-right: 1px solid #eee;
}
.sub_list_off a, ul, li
{ 
	line-height:23px;
	color: #666;
	font-weight: 400;
}

#sub_list_over
{ 
	float:left;
	padding: 10px 0px 0px 10px;
	width: 122px;
	height: 290px;
	background-color: #ddd;
	filter:alpha(opacity=60); opacity:0.6;
	border-right: 1px solid #ddd;
}
#sub_list_over a, ul, li
{ 
	line-height:23px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
#sub_list_off
{ 
	float:left;
	padding: 10px 0px 0px 10px;
	width: 122px;
	height: 290px;
	border-right: 1px solid #eee;
}
#sub_list_off a, ul, li
{ 
	line-height:23px;
	color: #666;
	font-weight: 400;
}

#sub_list_sitemap
{ 
	float:left;
	padding: 10px 0px 0px 16px;
	width: 140px;
	height: 268px;
	border-right: 1px solid #eee;
}
#sub_list_sitemap a, ul, li
{ 
	line-height:23px;
	text-decoration: none;
}

/* image slide  */
.slider {
	width:100%;
	min-width:960px;
	height:350px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.slider .bd {
	width:960px;
	position:absolute;
	left:50%;
	margin-left:-480px
}
.slider .bd li {
	width:960px;
	overflow:hidden;
}
.slider .bd li img {
	display:block;
	width:960px;
	height:350px;
}
.slider .tempWrap {
	overflow:visible !important
}
.slider .tempWrap ul {
	margin-left:-960px !important;
}
.slider .hd {
	position:absolute;
	width:100%;
	left:0;
/* 	z-index:1; */
	height:8px;
	bottom:20px;
	text-align:center;
}
.slider .hd li {
	display:inline-block;
	*display:inline;
	zoom:1.5;
	width:8px;
	height:8px;
	line-height:99px;
	overflow:hidden;
	background:url(/images/main/slider/slider-btn.png) 0 -10px no-repeat;
	margin:0 5px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .hd li.on {
	background-position:0 0;
	filter:alpha(opacity=100);
	opacity:1;
}
.slider .pnBtn {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:350px;
	cursor:pointer;
}
.slider .prev {
	left:-50%;
	margin-left:-480px;
}
.slider .next {
	left:50%;
	margin-left:480px;
}
.slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:350px;
	background:url('/images/main/slider/subslide_pattern.png');;
/* 	filter:alpha(opacity=80); */
/* 	opacity:0.8; */
}
.slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:1;
	width:60px;
	height:350px;
}
.slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .prev .arrow {
	right:0;
	background:url(/images/main/slider/slider-arrow.png) -136px 0 no-repeat;
}
.slider .next .arrow {
	left:0;
	background:url(/images/main/slider/slider-arrow.png) 0 0 no-repeat;
}

#icon
{
	width: 960px;
	height: 150px;
	margin: 20px auto;
	
}

.icon
{
	margin: 0 auto;
	width: 158px;
	float: left;
	position: relative;
	text-align:center;
	border-right: 1px solid #ddd;
}
.icon li
{
	color: #000;
	font-size:14px;
	font-weight: 600;
}
.icon span
{
	color: #999;
	font-size:12px;
	line-height:16px;
}

#icon01 > a span
{
	position: absolute;
	top:0px;
	left:0px;
    width: 240px;
    height: 230px;
    opacity: 0;
    background: url('/images/main/mainicon_01_p.png');
    transition: opacity 0.3s linear;
    background-repeat:no-repeat
}

#icon01 > a:hover span
{
	opacity: 1;
}

#icon02 > a span
{
	position: absolute;
	top:0px;
	left:0px;
    width: 240px;
    height: 230px;
    opacity: 0;
    background: url('/images/main/mainicon_02_p.png') ;
    transition: opacity 0.3s linear;
    background-repeat:no-repeat
}

#icon02 > a:hover span
{
	opacity: 1;
}

#icon03 > a span
{
	position: absolute;
	top:0px;
	left:0px;
    width: 240px;
    height: 230px;
    opacity: 0;
    background: url('/images/main/mainicon_03_p.png');
    transition: opacity 0.3s linear;
    background-repeat:no-repeat
}

#icon03 > a:hover span
{
	opacity: 1;
}

#icon04 > a span
{
	position: absolute;
	top:0px;
	left:0px;
    width: 240px;
    height: 230px;
    opacity: 0;
    background: url('/images/main/mainicon_04_p.png');
    transition: opacity 0.3s linear;
    background-repeat:no-repeat
}

#icon04 > a:hover span
{
	opacity: 1;
}

#service_01
{
	width: 960px;
	height: 210px;
	margin: 20px auto;
}
#service_02
{
	width: 960px;
	height: 120px;
	margin: 20px auto;
}
#service_03
{
	width: 960px;
	height: 60px;
	margin: 14px auto;
}
.banner_01
{
	margin: 0 auto;
	float: left;
	margin-right: 20px;
}
.banner_02
{
	margin: 0 auto;
	float: left;
	margin-left: 20px;
}
.banner_03
{
	margin: 0 auto;
	float: left;
	margin-right: 16px;
}
.banner_box
{
	margin-top: 22px;
}
.certificate
{
	margin: 11px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.notice
{
	float: left;
	width: 450px;
	height: 220px;
}
#title
{
    color: #333;
	font-weight: 600;
	font-size: 14px;
	word-spacing: -1px;
	height: 34px;
}
#list
{
    float: left;
	color: #666;
	font-size: 12px;
	word-spacing: -1px;
	margin-left: 10px;
}
#list_service
{
    float: left;
	color: #666;
	font-size: 12px;
	width: 120px;
	word-spacing: -1px;
	margin-right: 28px;
}
#list_service span
{
    color: #333;
	font-weight: 600;
	font-size: 14px;
	word-spacing: -1px;
	line-height: 30px;
}

/* footer */
#sitemapbar
{
	border-top: 1px solid #D9D9D9;
	background-color: #F7F7F7;
	clear: both;
}
#sitemap
{
	margin: 0 auto;
	margin-top: 10px;
	width: 960px;
	height: 318px;
}
#sitemap-admin {
    margin: 0 auto;
    margin-top: 10px;
    width: 960px;
    height: 418px;
}

#footerbar
{
	border-top: 1px solid #D9D9D9;
	background-color: #F7F7F7;
	clear: both;
}

#footer
{
	margin: 0 auto;
	padding: 25px 0px 25px 0px;
	width: 960px;
	height: 48px;
}

#footer_logo
{
	width: 160px;
	float: left;
}

#footer_copyright
{
	float: left;
	font-size: 11px;
	word-spacing: 1px;
	color: #999;
}

#footer_site
{
	float: right;
}

#selectSite
{
	width: 160px;
	height: 30px;
	color: #666;
	font-weight: 400;
	padding-left: 4px;
}

/* category tree */
#tree {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	width: 960px;
}
#left_menu {
	margin: 0px auto;
	margin-right: 20px;
	float: left;
}
#left_menu_tilte {
	width: 186px;
	height: 40px;
	font-size: 28px;
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #333;
}
#left_menu_btn {
	width: 186px;
	height: 40px;
	font-size: 14px;
	line-height:40px;
	border-bottom: 1px solid #ddd;
	cursor:pointer;
}
#left_menu_btn:hover {
	color: #336699;
	font-weight: 600;
	background:url(/Images/sub/img_bg_leftmenu_over.gif);
}
#left_menu_btn span {
	color: #336699;
	font-weight: 600;
}
#sub {
	width: 754px;
	margin: 0px auto;
	float: left;
}
#sub_menu_tilte {
	width: 100%;
	height: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	float: left;
}
#sub_menu_tilte span {
	font-size: 13px;
	color: #000;
}
#sub_company_01 {
	font-size: 16px;
	margin: 0px auto;
	margin-top: 20px;
	float: left;
	line-height: 26px;
}
#sub_company_01 span{
	font-size: 24px;
	color: #1a6eb6;
	font-weight: 500;
}
#sub_company_02 {
	font-size: 13px;
	line-height: 24px;
}
#sub_company_03 {
	width: 100%;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#sub_company_03 span {
	font-size: 24px;
	color: #1a6eb6;
	font-weight: 500;
}
.history_text_01 {
	height: 40px;
	color: #000;
	background-color: #fbfcfd;
	text-align: center;
}
.history_text_02 {
	line-height: 22px;
	padding:10px;
}
.history_text_03 {
	line-height: 22px;
	padding:30px;
}
.partner_board_01 {
	padding: 8px;
	line-height: 22px;
}
.partner_board_02 {
	text-align:center;
	padding:8px;
}
.partner_board_03 {
	padding:8px;
	font-size: 14px;
	height: 28px;
	font-weight: 600;
	color: #333;
	background-color: #fbfcfd;
}
.partner_board_04 {
	text-align:center;
	background-color: #fbfcfd;
	padding:8px;
}
.tab_menu {
	width: 100%;
	height: 47px;
	background:url(/Images/sub/img_tab_bg.gif);
}
.history_tab {
	margin: 0 auto;
	width: 105px;
	height: 47px;
	font-size: 15px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/img_tab.gif);
	cursor:pointer;
	float: left;
}
.history_tab:hover {
	color: #1a6eb6;
	background:url(/Images/sub/img_tab_over.gif);
}
.history_tab_on {
	margin: 0 auto;
	width: 105px;
	height: 47px;
	font-size: 15px;
	color: #1a6eb6;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/img_tab_over.gif);
	cursor:pointer;
	float: left;
}
#reference_01 {
	margin: 20px auto;	
}
#reference_02 {
	margin: 20px auto;
    position: relative;
    display: none;
	/*position: absolute;
	visibility: hidden;*/
}
#reference_03 {
	margin: 20px auto;
    position: relative;
    display: none;
	/*position: absolute;
	visibility: hidden;*/
}
#reference_04 {
	margin: 20px auto;
    position: relative;
    display: none;
	/*position: absolute;
	visibility: hidden;*/
}
#reference_05 {
	margin: 20px auto;
    position: relative;
    display: none;
	/*position: absolute;
	visibility: hidden;*/
}
#reference_06 {
	margin: 20px auto;
    position: relative;
    display: none;
	/*position: absolute;
	visibility: hidden;*/
}
#sub_product_01 {
	font-size: 14px;
	margin: 0px auto;
	float: left;
	line-height: 26px;
}
#sub_product_01 span{
	font-size: 25px;
	font-weight: 500;
}
.tab_menu_product {
	width: 100%;
	height: 40px;
	background:url(/Images/sub/img_tab_bg_mini.gif);
}

.product_tab {
	margin: 0 auto;
	width: 100px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/img_tab_mini.gif);
	cursor:pointer;
	float: left;
}
.product_tab:hover {
	color: #1a6eb6;
	background:url(/Images/sub/img_tab_mini_over.gif);
}
.product_tab_on {
	margin: 0 auto;
	width: 100px;
	height: 40px;
	font-size: 14px;
	color: #1a6eb6;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/img_tab_mini_over.gif);
	cursor:pointer;
	float: left;
}

.product_tab_150 {
	margin: 0 auto;
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/img_tab_mini_150.gif);
	cursor:pointer;
	float: left;
}
.product_tab_150:hover {
	color: #1a6eb6;
	background:url(/Images/sub/img_tab_mini_over_150.gif);
}
.product_tab_on_150 {
	margin: 0 auto;
	width: 150px;
	height: 40px;
	font-size: 14px;
	color: #1a6eb6;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/img_tab_mini_over_150.gif);
	cursor:pointer;
	float: left;
}

#sub_product_content {
	margin: 0px auto;
	margin-top: 24px;
	line-height: 22px;
}

#sub_product_content span {
	font-weight: 600;
	font-size: 15px;
}
#parner_01 {
	margin: 0px auto;
	margin-top: 24px;
	float:left;
	margin-left:16px;
	line-height: 14px;
}
.td_page_number {font:12px NanumGothic,Tahoma; color:#333; width:20px; height:24px; text-align:center; vertical-align:middle; font-weight:800;}
.td_page_number_over {background:url(/Images/page_img_bg_01.gif); font:13px NanumGothic,Tahoma; color:#0066cc; width:24px; height:24px; text-align:center; font-weight:800;}

.noticet_01 {
	height: 38px;
	color: #000;
	background-color: #fff;
	text-align: center;
	font-weight: 600;
}
.notice_02 {	
	padding:4px;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	color: #336699;
}
.notice_search {
	font-weight: 600;
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.notice_search_textarea {
	height: 22px;
	font-weight: 600;
	border: 1px solid #e0e0e0;
}
#customer_01 {
	font-size: 14px;
	margin: 0px auto;
	float: left;
	line-height: 26px;
}
#customer_01 span{
	font-size: 25px;
	font-weight: 500;
	color: #000;
}
.customer_text_01 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.customer_text_02 {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}

.faq_tab {
	margin: 0 auto;
	margin-right: 4px;
	width: 120px;
	height: 46px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/customer/img_faq_tap.gif);
	cursor:pointer;
	float: left;
}
.faq_tab:hover {
	color: #fff;
	background:url(/Images/sub/customer/img_faq_tap_over.gif);
}
.faq_tab_on {
	margin: 0 auto;
	margin-right: 4px;
	width: 120px;
	height: 46px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background:url(/Images/sub/customer/img_faq_tap_over.gif);
	cursor:pointer;
	float: left;
}
.download_01 {
	float: left;
	width: 100%;
	line-height: 22px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
}
.download_01 span {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-decoration:underline;
}
.download_02 {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.down_board_title {
	padding:8px;
	font-size: 14px;
	height: 24px;
	font-weight: 600;
	color: #333;
}

.demo_title {
	text-align:center;
	background-color: #f9fbfc;
	padding:8px;
	font-weight: 600;
	border-right: 1px solid #d9d9d9;
}
.demo_title span {
	color: #cc3300;
}
.event_title {
	padding: 8px;
	font-size: 14px;
	height: 40px;
	font-weight: 600;
}
#mall_01 {
	font-size: 14px;
	margin: 0px auto;
	float: left;
	line-height: 26px;
}
#mall_01 span{
	font-size: 25px;
	font-weight: 500;
	color: #000;
}
.mall_title_01 {
	font-size: 16px;
	float:left;
	width: 100%;
	height: 30px;
	color: #333;
	font-weight: 600;
	border-bottom: 2px solid #4e5f93;
}
.mall_title_02 {
	float:left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 24px;
}
.mall_title_02 span {
	font-size: 14px;
	color: #4e5f93;
	font-weight: 600;
}
.mall_board_01 {
	padding:4px;
	font-size: 12px;
	height: 24px;
	color: #666;
	text-align: center;
}
.mall_board_02 {
	padding:4px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.combobox_01 {
	height: 26px;
	font-weight: 600;
	border: 1px solid #e0e0e0;
}
.combobox_02 {
	height: 28px;
	border: 1px solid #e0e0e0;
}

/*** textarea css  ***/
.textarea_01 {border:1px solid #ccc; background-color:#fff; height:24px; color:#666; padding-left:6px; font-weight:600;}
.textarea_02 {border:1px solid #ccc; background-color:#fff; height:200px; color:#666; padding:6px;}
.textarea_03 {border:1px solid #ccc; background-color:#eee; height:20px; color:#666; padding-left:6px;}
.textarea_04 {border:1px solid #ccc; height:20px; color:#666; padding-left:6px;}

/*** button css  ***/
.button,
.button a,
.button button,
.button input {
	position:relative;
	margin:0;
	display:-moz-inline-stack;
	display:inline-block;
	text-decoration:none !important;
	border:0;
	font-size:12px;
	font-family: NanumGothic,Dotum,Gulim,Tahoma;
	white-space:nowrap;
	background:url(/images/button.gif) no-repeat;    
	overflow:visible;
	color:#333;
}
.button {font:12px NanumGothic,Dotum,Gulim,Tahoma; letter-spacing:-1px; height:23px; padding:0; vertical-align:middle; margin-right:2px; background-position:left top;}
.button111 {}
.button a,
.button button,
.button input{
	left:2px;
	vertical-align:top;
	cursor:pointer;
}
.button *:hover{ color:#690;}

/* Button Size */
.button.top {height:29px; background-position:left -24px; }
.button.search {height:25px; background-position:left -115px; }
.button.tab {height:28px; background-position:left -141px; }
.button.taboff {height:28px; background-position:left -170px; }
.button.small {height:21px; background-position:left -199px; }
.button.go {height:21px; background-position:left -199px; }
.button.pop01 {height:23px; background-position:left top; }
.button.pop02 {height:30px; background-position:left -221px; }
.button.effect {height:23px; background-position:left -393px; }

.button.board {height:54px; background-position:left -260px; }
.button.notice_search {height:40px;}

.button a,
.button button,
.button input {height:23px; padding:0 10px 0 8px; font-size:12px; line-height:26px; background-position:right top;}
.button.top a,
.button.top button,
.button.top input {height:29px; padding:0 14px 0 14px; font-size:13px; line-height:30px; background-position:right -24px; font-weight:bold; color:#5c636c; width:80px; text-align:center;}
.button.top *:hover {color:#9b5f40; background-position:right -54px;}
.button.search a,
.button.search button,
.button.search input {height:25px; padding:0 14px 0 14px; font-size:13px; line-height:24px; background-position:right -115px; font-weight:bold; color:#5c636c;}
.button.search *:hover{ color:#2ea8ff;}
.button.tab a,
.button.tab button,
.button.tab input {height:28px; padding:0 14px 0 14px; font-size:13px; line-height:30px; background-position:right -141px; font-weight:bold; color:#867c6a;}
.button.taboff a,
.button.taboff button,
.button.taboff input {height:28px; padding:0 14px 0 14px; font-size:13px; line-height:30px; background-position:right -170px; color:#867c6a;}
.button.taboff *:hover {height:28px; padding:0 14px 0 14px; font-size:13px; line-height:30px; background-position:right -141px; font-weight:bold; color:#867c6a;}
.button.small a,
.button.small button,
.button.small input {height:21px; padding:0 6px 0 4px; font-size:12px; line-height:26px; background-position:right -199px; color:#666666;}
.button.go a,
.button.go button,
.button.go input {height:21px; padding:0 4px 0 2px; font-size:13px; line-height:20px; background-position:right -199px; font-weight:bold; color:#666666;}
.button.go *:hover{ color:#2ea8ff;}
.button.pop01 a,
.button.pop01 button,
.button.pop01 input {height:23px; padding:0 5px 0 2px; font-size:12px; line-height:26px; background-position:right top; color:#777;}
.button.pop02 a,
.button.pop02 button,
.button.pop02 input {height:30px; padding:0 14px 0 12px; font-size:13px; line-height:32px; font-weight:bold; background-position:right -221px; color:#777;}
.button.pop02 *:hover{ color:#333;}
.button.effect a,
.button.effect button,
.button.effect input {height:23px; padding:0 10px 0 8px; font-size:12px; line-height:27px; font-weight:bold; background-position:right -393px; color:#8d3431;}
.button.effect *:hover{ color:#e31445;}

.button.board a,
.button.board button,
.button.board input {height:54px; padding:0 10px 0 8px; font-size:14px; line-height:58px; font-weight:bold; background-position:right -260px; color:#666;}
.button.board *:hover{ color:#2ea8ff;}

/* Button Text Strong */
.button.strong * {font-weight:bold !important;}

/** top menu button css **/
.td_menu_button_5 {font:12px Dotum,Gulim,Tahoma;color:#666;text-align:center;word-spacing:-1px;font-weight:bold;background:url(/_Images/ko-KR/Bg/img_menu_font_5.gif);width:81px;cursor:pointer;}
.td_menu_button_5:hover {color:#555;background:url(/_Images/ko-KR/Bg/img_menu_font_5_over.gif)}
.td_menu_button_5_focus {font:12px Dotum,Gulim,Tahoma;color:#555;text-align:center;word-spacing:-1px;font-weight:bold;background:url(/_Images/ko-KR/Bg/img_menu_font_5_over.gif);width:81px;cursor:pointer;}

.button_fix_top {font:12px Dotum,Gulim,Tahoma;color:#666;text-align:center;word-spacing:-1px;font-weight:bold;background:url(/_Images/ko-KR/Button/button_fix_01.gif);width:100px;height:29px;cursor:pointer;}
.button_fix_top:hover {color:#9b5f40;background:url(/_Images/ko-KR/Button/button_fix_02.gif)}
.button_fix_01 {font:12px Dotum,Gulim,Tahoma;color:#5c636c;text-align:center;word-spacing:-1px;font-weight:bold;background:url(/_Images/ko-KR/Button/button_fix_03.gif);width:80px;height:25px;cursor:pointer;}
.button_fix_01:hover {color:#000;}
.button_fix_02 {font:12px Dotum,Gulim,Tahoma; letter-spacing:-1px; height:23px; text-align:center; background:url(/_Images/ko-KR/Button/button_fix_04.gif);width:60px;cursor:pointer;}
.button_fix_02:hover {color:#690;}

.button_fix_01_off {font:12px Dotum,Gulim,Tahoma;color:#5c636c;text-align:center;word-spacing:-1px;font-weight:bold;background:url(/_Images/ko-KR/Button/button_fix_03.gif);width:80px;height:25px;cursor:pointer;}
.button_fix_01_off:hover {color:#000;}
.button_fix_01_on {font:12px Dotum,Gulim,Tahoma;color:#5c636c;text-align:center;word-spacing:-1px;font-weight:bold;background:url(/_Images/ko-KR/Button/button_fix_03_on.gif);width:80px;height:25px;cursor:pointer;}
.button_fix_01_on:hover {color:#0063B3;}

.cgweb_p_title {
    font-size:16px;
    font-weight:bold;
    color:#666;
}

.cgweb_s_title {
    font-size:13px;
    font-weight:bold;
    color:#666;
}

.pop-layer .pop-container {
padding: 20px 25px;
}

.pop-layer p.ctxt {
color: #666;
line-height: 25px;
}

.pop-layer .btn-r {
width: 100%;
margin: 10px 0 20px;
padding-top: 10px;
border-top: 1px solid #DDD;
text-align: right;
}

.pop-layer {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 410px;
height: auto;
background-color: #fff;
border: 5px solid #3571B5;
z-index: 10;
}

.dim-layer {
display: none;
position: fixed;
_position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

.dim-layer .dimBg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
display: block;
}

a.btn-layerClose {
display: inline-block;
height: 25px;
padding: 0 14px 0;
border: 1px solid #304a8a;
background-color: #3f5a9d;
font-size: 13px;
color: #fff;
line-height: 25px;
}

a.btn-layerClose:hover {
border: 1px solid #091940;
background-color: #1f326a;
color: #fff;
}