@charset "utf-8";
@import url('reset.css');
@import url('/app/theme/css/css.css'); /* 시스템 css */
@font-face {
font-family: '나눔고딕';
font-style: normal;
font-weight: normal;
src: url(/font/NanumGothic-Regular.eot);
src: local('※'), url(/font/NanumGothic-Regular.woff) format('woff')
}
@font-face {
font-family: '나눔고딕';
font-style: normal;
font-weight: bold;
src: url(/font/NanumGothic-Bold.eot);
src: local('※'), url(/font/NanumGothic-Bold.woff) format('woff')
}
@font-face {
font-family: '나눔고딕ExtraBold';
font-style: normal;
font-weight: normal;
src: url(/font/NanumGothic-ExtraBold.eot);
src: local('※'), url(/font/NanumGothic-ExtraBold.woff) format('woff')
}

body {
	margin:0;
	padding:0;
	font-family:'나눔고딕', sans-serif !important;
	color:#595959;
	font-size:13px;
  font-weight:normal;
	line-height:1.6;
}
select,input,button,textarea,option{
	font-family:'나눔고딕', sans-serif !important;
}
/* 숨김속성_대체텍스트 */
.hide{position:absolute; width:0; height:0;	font-size:0; line-height:0;	overflow:hidden; visibility:hidden;}
a {text-decoration:none; color:#006bb6;}
a:hover {text-decoration:none;}
.input_check,
.input_radio {
	margin:2px 5px 2px 0;
	padding:0;
	width:13px;
	height:13px;
	vertical-align:middle
}
.input_text {
	margin:2px;
}

.clr_b {clear:both;}
.clr_l {clear:left;}
.clr_r {clear:right;}
.fl_left {float:left;}
.fl_right {float:right;}
.al_left {text-align:left;}
.al_right {text-align:right;}
.al_center {text-align:center;}
.al_justify {text-align:justify;}

.clr_f {clear:both; height:0; overflow:hidden;}
.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
/* skip navigation */
#accessibility {
	top:0;
	left:0;
	width:100%;
	z-index:9999;
}
#accessibility a {
	display:block;
	position:absolute;
	top:-9999px;
	width:100%;
	height:20px;
	text-align:center;
	background:#000;
	color:#fff;
	z-index:9999;
}
#accessibility a:focus,
#accessibility a:active,
#accessibility a:hover {
	top:0;
	padding:7px 0 5px;
	font-weight:bold;
}
/*-------------------------------------------------------------------------------- layout:common ------------------------------------------------------------------------------------------*/
#hp_header {
	position:relative;
	background-color:#fff;
	border-bottom:1px solid #e5e5e5;
}
.sec_wrap {
	margin:0 auto;
  width:1024px;
}
/* Header
--------------------------------------------------------------------------------*/
/*----- Gnb -----*/
.gnb_wrap {
  background:#4a3185;
}
.gnb_wrap ul {
	margin:0 auto;
  padding:0;
	width:1024px;
  line-height:1;
  list-style:none;
  text-align:right;
}
.gnb_wrap li {
	margin:0;
  padding:0;
	display:inline-block;
  *display:inline;
  zoom:1;
  background:url(../img/bupum/gnb_line.png) 0 50% no-repeat;
  font-size:13px;
  list-style:none;
  vertical-align:middle;
}
.gnb_wrap li.log_time{
  padding-left:15px;
  margin-right:13px;
}
.gnb_wrap li.log_time span{
  display:inline-block;
  color:#fff;
}
.gnb_wrap li.log_time a{
  display:inline-block;
  padding:9px 10px;
  margin-left:5px;
  background:#826498;
}
/* no line */
.gnb_wrap li.favorite,
.gnb_wrap li.signin {
	background:none;
}
/* align left */
.gnb_wrap li.favorite,
.gnb_wrap li.search {
	float:left;
}
/* a tag */
.gnb_wrap a {
	display:block;
  padding:9px 14px;
  padding-left:40px;
  background-position:16px 9px;
  background-repeat:no-repeat;
	color:#fff;
}
/* a:icon */
.gnb_wrap li.favorite > a {background-image:url(../img/bupum/gnb_ic_favorite.png); background-position:2px 9px; padding-left:30px;}
.gnb_wrap li.search > a 	{background-image:url(../img/bupum/gnb_ic_search.png);}
.gnb_wrap li.signin > a 	{background-image:url(../img/bupum/gnb_ic_signin.png);}
.gnb_wrap li.register > a	{background-image:url(../img/bupum/gnb_ic_register.png);}
.gnb_wrap li.mypage > a	 	{background-image:url(../img/bupum/gnb_ic_mypage.png);}
/* language */
.language {
  position:relative;
  vertical-align:middle;
}
.language .arrow {
  position:absolute;
  top:15px;
  right:10px;
  width:0;
  height:0;
  background:transparent;
  border-top:6px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
}
.language .myvalue {
	display:block;
	margin:0;
  padding:9px 28px;
  padding-left:40px;
  background-color:transparent;
  background-position:10px 9px;
  background-repeat:no-repeat;
  border:none;
  font-size:13px;
	color:#fff;
  vertical-align:middle;
  cursor:pointer;
}
.language .clist {
  display:none;
  position:absolute;
  top:33px;
  right:0;
  width:100%;
  background:#fff;
  border:1px solid #006bb6;
  text-align:left;
	z-index:10;
}
.language .clist li {
	display:block;
  font-size:12px;
	color:#595959;
  font-weight:bold;
  line-height:2;
  text-transform:uppercase;
}
.language .clist a {
	display:block;
  padding:.5em 1em;
  padding-left:40px;
  background-position:10px 9px;
  background-repeat:no-repeat;
	color:#595959;
  font-weight:bold;
  line-height:1.5;
}
.language .clist li.kr > a {background-image:url('../img/bupum/gnb_flag_korea.png');}
.language .clist li.id > a {background-image:url('../img/bupum/gnb_flag_indonesia.png');}
.language .clist li.cn > a {background-image:url('../img/bupum/gnb_flag_china.png');}
.language .clist a:hover,
.language .clist a:focus {
	background-color:#d7eeff
}

button.kr{background:url('../img/bupum/gnb_flag_korea.png');}
button.cn{background:url('../img/bupum/gnb_flag_china.png');}
button.id{background:url('../img/bupum/gnb_flag_indonesia.png');}

/* Etc */
.language .myvalue.open + .clist {display:block;}
html[lang="kr"] .myvalue {background-image:url('../img/bupum/gnb_flag_korea.png');}
html[lang="id"] .myvalue {background-image:url('../img/bupum/gnb_flag_indonesia.png');}
html[lang="cn"] .myvalue {background-image:url('../img/bupum/gnb_flag_china.png');}
/*----- Logo -----*/
#hp_header .logo {
	margin:0;
	float:left;
  background:url(../img/bupum/h_logo.png) 0 50% no-repeat;
  width:350px;
}
#hp_header .logo > a {
	display:block;
  height:101px;
}
/* Lnb
--------------------------------------------------------------------------------*/
.lnb_wrap {
	margin:0 auto;
  width:1024px;
}
#hp_lnb {
	position:relative;
	float:right;
  width:610px;
}
#hp_lnb ul,
#hp_lnb li {
	margin:0;
  padding:0;
  list-style:none;
}
#hp_lnb > ul {
	display:table;
  width:100%;
  margin-left:-20px;
}
#hp_lnb > ul > li {
	display:table-cell;
  height:101px;
  background:url(../img/bupum/lnb_line1.png) 0 50% no-repeat;
	font-size:18px;
	color:#343434;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
  white-space:nowrap;
  vertical-align:middle;
}
#hp_lnb > ul > li > a {
	display:table;
  width:100%;
  height:100%;
	color:#343434;
	margin:0 30px;
	font-size:15px;
	font-weight:bold;
}

#hp_lnb > ul > li > a:first-child{
	margin-left:0;
}

#hp_lnb > ul > li > a > span {
	display:table-cell;
  width:100%;
  vertical-align:middle;
}
#hp_lnb > ul > li:first-child {
  background:none;
}
#hp_lnb > ul > li > a:hover,
#hp_lnb > ul > li > a:focus,
#hp_lnb > ul > li.on > a {
	color:#006bb6;
}
/*----- depth2 -----*/
#hp_lnb ul.depth2 {
	display:none;
	position:absolute;
	top:101px;
	left:20px;
  right:0;
  padding-top:20px;
	height:263px;
	z-index:3;
}
#hp_lnb ul.depth2 > li {
	float:left;
  margin-bottom:10px;
  width:50%;
	font-size:16px;
  font-weight:normal;
	line-height:1em;
	text-align:left;
}
#hp_lnb ul.depth2 > li > a,
#hp_lnb ul.depth2 > li > span {
	display:block;
	padding:9px 0;
  padding-left:18px;
	background:url(../img/bupum/lnb_icon.png) 5px 1em no-repeat;
	color:#595959;
}
/* hover, focus */
#hp_lnb ul.depth2 > li > a:hover,
#hp_lnb ul.depth2 > li > a:focus,
#hp_lnb ul.depth2 > li > span:hover,
#hp_lnb ul.depth2 > li > span:focus {
	color:#dd6170;
}
/* depth2 background */
#depth2_bg {
	display:none;
	position:absolute;
	top:136px;
	left:0;
	width:100%;
	height:283px;
	background:url(../img/bupum/lnb-depth2_bg.png) 50% 100% no-repeat #fff;
	border-bottom:1px solid #e5e5e5;
  z-index:1;
}
/* Footer
--------------------------------------------------------------------------------*/
#hp_footer {
	background:url(../img/bupum/foot_bg.png) 50% 0;
}
/* address */
#hp_footer .f_add {
	float:left;
  margin-bottom:40px;
	padding-top:20px;
  width:700px;
}
#hp_footer .com_name {
	margin:0 0 15px;
  padding:0;
  height:46px;
	background:url(../img/bupum/f_logo.png) 0 0 no-repeat;
}
#hp_footer address {
	font-size:14px;
  color:#525252;
	font-style:normal;
  line-height:1.65;
}
/* call */
#hp_footer .call {
	float:right;
	padding:30px 0 30px 40px;
  width:270px;
}
#hp_footer .call p,
#hp_footer .call ul,
#hp_footer .call li {
	margin:0;
  padding:0;
  list-style:none;
}
#hp_footer .call .title {
	margin:0;
  padding:0;
	font-size:20px;
  color:#3c414a;
  font-weight:bold;
}
#hp_footer .call .title > span {
	font-weight:normal;
}
#hp_footer .call .num {
	font-family:'나눔고딕ExtraBold', sans-serif !important;
	font-size:32px;
	color:#e03733;
  font-weight:normal;
}
#hp_footer .call .time {
	margin-bottom:20px;
	font-size:15px;
  color:#525252;
}
#hp_footer .call .time > span {
  font-weight:bold;
}
#hp_footer .call .sns > li {
	float:left;
  margin-right:10px;
  width:31px;
	background:url(../img/bupum/f_sns.png) 0 0 no-repeat;
}
#hp_footer .call .sns > li > a {
	display:block;
  height:31px;
}
/* sns:icon*/
#hp_footer .call .sns > li.facebook 		{background-position:0 0;}
#hp_footer .call .sns > li.twitter 			{background-position:-41px 0;}
#hp_footer .call .sns > li.google_plus 	{background-position:-82px 0;}
#hp_footer .call .sns > li.instagram 		{background-position:-123px 0;}

/* copyright */
#hp_footer .copyright {
	clear:both;
  margin:0;
  padding:10px 0;
  background:#576063;
  font-size:13px;
  color:#b0d0e7;
  text-align:center;
}






