@charset "utf-8";
.li_3_7033 {display:none;}

/* wrap lnb */
.wrap-lnb{
  padding:15px 20px;
}

/*  lnb  */
.area-lnb{
  width:100%;
  /* max-width:500px; */
  height: calc(100vh - 70px) !important;
  position:absolute;
  right:-100%;
  top:0px;
  z-index:20;
  /* background-color:#fff; */
  /* transition:all 0.5s ease; */
  overflow-y: scroll;
  display: none;
  margin-left: -100px;
  margin-top: 70px;  
}
.area-lnb.on{
  right:0;
  display: block;
}
.area-lnb .area-link{
  line-height:55px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #3b3c3e;
}
.area-lnb .area-link li {
	float:left;
	width:25%;
	text-align:center;
}
.area-lnb .area-link li:hover {
	 background-color:#c00c0c;
}
.area-lnb .area-link a{
	width:100%;
	color:#fff;
	font-family: 'Nanum Gothic',nanumgothic,"돋움",dotum !important;
	/* background: url(../images/common/dot_lnb.gif) no-repeat left center;
	padding: 0 0 0 8px; */
}
.area-lnb .area-link a:first-child{
  border-left:0 none;
}
.area-lnb .area-link a:hover{
  font-weight:bold;
}
.area-lnb .area-link a.no_line {
	border-left: 0px;
}
.area-lnb .menuUItop{
  /* margin-top: -8px; */
}
.menuUItop .a_1{
  border-top:1px solid #3b3c3e;
  background: url('../images/common/arrow_open.gif') no-repeat right center;
}
.menuUItop .li_1 {
	position: relative;
}
.menuUItop .li_1.on .a_1,
.menuUItop .li_1:hover .a_1,
.menuUItop .li_1._active .a_1{
  border-top:1px solid #a60d12;
  display: block;
  background: #c00c0c url('../images/common/arrow_close.gif') no-repeat right center;
  color: #fff;
}
.menuUItop .li_1._active .div_2  {
  display: block;
}
.menuUItop .a_1 {
	font-size: 17px;
}
.menuUItop .a_1,
.menuUItop .a_2{
  padding-left: 18px;
  color:#fff;
  display: block;
}
.menuUItop li div {
  display: none;
}
.menuUItop .div_2{
  background: transparent;
}
.menuUItop .a_2{
  color:#fff;
  /* border-bottom:1px solid #ffffff; */
  background: url('../images/common/arrow_open2.gif') no-repeat right center;
}
.menuUItop .li_2.on .a_2,
.menuUItop .a_2:hover,
.menuUItop .a_2._active {
  color: #c00c0c !important;
  background: #fff url('../images/common/arrow_close2.gif') no-repeat right center;
  /* border-bottom:1px solid #222 */
}
.menuUItop .li_2.on .div_3{
  display: block;
}
.menuUItop .li_2._last {
	/* border-bottom: 1px solid #c8c8c8; */
}
.menuUItop .li_2._last a {
	border-bottom: 0;
}
.menuUItop .a_2.noBg {
	background-image: none;
}
.menuUItop .div_3 {
	/* background: #fff; */
}
.menuUItop .li_3 {
	height: 30px;
    line-height: 30px;
}
.li_3_1877 {
	background: url(/sites/wu/images/common/link2.gif) no-repeat 115px 10px;
}
.li_3_2677{
	background: url(/sites/wu/images/common/link2.gif) no-repeat 90px 10px;
}
/*
.li_3_1414 {
	background: url(/sites/wu/images/common/link2.gif) no-repeat 102px 10px;
}
*/
.menuUItop .a_3 {
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 40px;
	background: url('../images/common/dot_lnb.gif') no-repeat 20px center;
}
.menuUItop .a_3._active{
  color: #c00c0c !important;
}
.menuUItop .ul_3 {
	padding: 10px 0;
	border-bottom: 1px solid #3b3c3e;
}

.m_search {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
}
.m_search .btn_m_search {
	width: 70px;
    height: 70px;
    background: #fff url('../images/common/icon_m_search.gif') no-repeat center center;
	background-size: 24px 24px;
    border: 0;
    border-right: 1px solid #d6d6d6;
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.m_search .btn_m_search.on {
	background-image: url('../images/common/icon_m_search_close.gif');
}
.m_search .box_m_search {
	position: absolute;
    top: 0px;
    left: 0;
    height: 70px;
    width: 100%;
    background: #fff;
	text-align: center;
	margin-top: -70px;
	transition:all 0.5s ease;
}
.m_search .box_m_search p {
	display: inline-block;
	border: 1px solid #c00c0c;
	width: 42%;
	margin: 15px 0 0 0;
}
.m_search .box_m_search.on {
	margin-top: 0;
	transition:all 0.5s ease;
}
.m_search .box_m_search input {
	float: left;
}
.m_search #m_searchBox {
	height: 35px;
	border: 0px;
	text-indent: 10px;
	width: 65%;
}
.m_search #m_searchBtn {
	width: 35px;
    height: 35px;
    background: url(../images/common/btn_search.gif) no-repeat center center;
    border: 0px;
	float: right;
  	text-indent:-9999px;
}
.bg_black {
	width: 100%;
	height: 100%;
	background: url('../images/common/bg_black.png') repeat center center;
	position: fixed;
	left: 0px;
	top: 0;
	z-index: 10;
	display: none;
	margin-top: 70px;
}
.bg_black.on {
	display: block;
}

/* address */
.area-address .address-mail{
  display:block;
}

/* family site */
.area-family-site select{
  width:calc(100% - 45px)
}

.row_header h1 {
    width: 140px;
    margin: 0 auto;
    float: none;
}
.row_header #searchSection {
	display: none;
}

#btn_link a{
  width:85px;
  height:85px;
  position:fixed;
  right:15px;
  bottom:100px;
  background: url('../images/common/btn_ipsiqna_m.png') no-repeat center center;
  overflow:hidden;
  z-index: 10;
  text-indent: -9999px;
}
