﻿@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------------ */
/* Document : Header */
/* ------------------------------------------------------------------------------------------------------------------ */

.dwp_header {box-sizing:border-box;overflow:hidden;width:1300px;padding:16px 30px;}

.dlo_user {width:100%;font-weight:bold;line-height:16px;}
.ko .dlo_user {font-size:13px;}
.en .dlo_user {font-size:12px;color:#333;}
.dlo_mgmt {width:100%;padding-top:4px;color:#444;font-weight:bold;font-size:12px;line-height:16px;}

.dlo_member {display:table;width:100%;font-weight:bold;font-size:12px;line-height:16px;}
.dlo_member .dlg_user {display:table-cell;color:#333;text-align:left;}
.en .dlo_member .dlg_user .dls_site_en {color:#cc6633;}
.ko .dlo_member .dlg_user .dls_site_ko {color:#cc6633;}
.dlo_member .dlg_mgmt {display:table-cell;color:#000;text-align:right;}

.dlo_logo {display:table;width:1240px;padding-top:12px;}
.dlo_logo .dlg_logo {display:table-cell;width:216px;text-align:left;vertical-align:bottom;}
.dlo_logo .dlg_serch {display:table-cell;width:1024px;text-align:right;}

.dlo_banner {padding:16px 16px 0 16px;background-color: #fff;}
.dlo_banner:after {content:'';display:block;clear:both;}
.dlo_banner .dlg_lpane {float:left;width:618px;}
.dlo_banner .dlg_rpane {float:right;width:618px;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Document : MenuBar */
/* ------------------------------------------------------------------------------------------------------------------ */

.dwp_menubar {box-sizing:border-box;width:1300px;}
.dwp_menubar.dws_type1 {height:34px;padding:0 30px;background-color:#fff;}
.dwp_menubar.dws_type2 {height:34px;padding:0 22px;background:url('/images/common/menu.bg.gif') repeat-x;}
.dwp_menubar .dwi_item {float:right;padding:0;margin:0;}
.dwp_menubar .dwi_search {float:right;}
.dwp_menubar .dwi_clear {clear:both;}

.dsg_sform {box-sizing:content-box;position:relative;width:160px;height:16px;padding:7px 30px 7px 10px;color:#717171;background:#faf9f7 url('/images/common/search&listmode.gif') no-repeat;line-height:normal;}
.dsg_sform .dsi_edit {width:160px;color:#717171;border-width:0;background-color:#faf9f7;font-size:13px;font-weight:bold;font-family:'Helvetica Neue','arial','sans-serif';}
.dsg_sform .dsi_icon {display:block;position:absolute;top:7px;right:10px;width:16px;height:16px;background:#faf9f7 url('/images/common/search&listmode.gif') no-repeat;background-position:-174px -7px;}
.dsg_sform .dsi_icon:hover {background-position:-174px -37px;}
.dsg_sform[data-focus] {background-position:0 -30px;}
.dsg_sform[data-focus] .dsi_icon {background-position:-174px -37px;}

.dsg_dropdown {display:none;position:relative;left:-22px;width:1300px;background-color:transparent;z-index:9999;font-family:'arial';}
.dsg_dropdown .dsi_frame {padding:0 30px;background:url('/images/common/menu.dropdown.contents.png') repeat-y top left;}
.dsg_dropdown .dsi_bottom {height:46px;background-image:url('/images/common/menu.dropdown.bottom.png');background-repeat:no-repeat;background-color:transparent;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Document : Custom MenuBar */
/* ------------------------------------------------------------------------------------------------------------------ */

.dwp_custom {}
.dwp_custom a {position:relative;text-decoration:none;}
.dwp_custom a:hover {}
.dwp_custom a:before {content:'';position:absolute;width:100%;height:2px;bottom:-2px;left:0;background-color:#cc6633;visibility:hidden;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;}
.dwp_custom a:hover:before {visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1);}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Banner Bar */
/* ------------------------------------------------------------------------------------------------------------------ */

/*
.gwp_bannerbar {padding:16px 16px 0 16px;background-color:#fff;}
.gwp_bannerbar .gbi_deco {width:222px;}
.gwp_bannerbar .gbi_banner {width:746px;}
.gwp_bannerbar .gbi_banner img {padding:8px;border:1px solid #ffe697;}
*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* Notice Bar */
/* ------------------------------------------------------------------------------------------------------------------ */

.gwp_noticebar {padding:16px 16px 0 16px;background-color:#fff;}
.gwp_noticebar .gni_item {box-sizing:content-box;height:16px;padding:7px 16px;line-height:16px;text-align:center;}
.ko .gwp_noticebar .gni_item {font-weight:bold;font-size:14px;font-family:'Malgun Gothic','맑은 고딕','tahoma','dotum','돋움';}
.en .gwp_noticebar .gni_item {font-weight:bold;font-size:13px;font-family:'tahoma','dotum','돋움';}
.gwp_noticebar .gni_item a {color:#00f;text-decoration:none;} /*color:#e00000;*/
.gwp_noticebar .gni_item a:hover {color:#cc6633;text-decoration:none;}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Ads */
/* ------------------------------------------------------------------------------------------------------------------ */

#uiDailyOnce {}
.uiDailyOnce {}
.uiDailyOnce .uigContents {}
.uiDailyOnce .uigFooter {height:30px;padding:8px;line-height:30px;text-align:right;}
.uiDailyOnce .uicButton {
	display:inline-block;
	overflow:hidden;
	width:100px;
	height:30px;
	-webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
	user-select:none;
	font-size:13px;
	font-family:'tahoma';
}
.uiDailyOnce .uicButton a {
	box-sizing:border-box;
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:0;
	padding:1px 10px;
	border:1px solid #9b7831;
	border-radius:4px;
	background-color:#f7f7f7;
	background-image:linear-gradient(#fff, #f0f0f0);
	color:#555;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	text-shadow:2px 2px #fff;
	outline:none;
}
.uiDailyOnce .uicButton a:hover {
	border-color:#9b7831;
	color:#130f06;
	text-decoration:none;
}
.uiDailyOnce .uicButton a:focus {
	padding:0 9px;
	border:2px solid #8bade4;
	color:#222;
	text-decoration:none;
}
