@charset "utf-8";
/************************************************
YUANTA
commnet : layout
*************************************************/
.spr, #header a.btnSnb>span, #header a.btnHome>span, #header h2>a>span, .lnbListWrap > ul > li > a:after, #header a.btnSns>span
{display:inline-block;background:url("/myasset/common/img/mobile/spr_m_com.png") no-repeat;background-size:250px auto;font-size:0;overflow:hidden;line-height:0}

/*===================================================[layout] ==========================================================*/
#wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-family:AppleSDGothicNeo,'맑은 고딕','Malgun Gothic','돋움',Dotum,Helvetica,Sans-serif
}
/*===================================================[left-panel] ======================================================*/
#left-panel {
	position: absolute;
	top: 0;
	left: -280px;
	width: 280px;
	background-color: #0e5eb0;
	z-index: 10000;
}
#left-panel.accel {
  left: -280px;
}
#left-panel.panel-opened {
  left: 0px;
}
#left-panel.accel-3d {
  -webkit-transition: -webkit-transform 200ms ease;
  -webkit-transform: translate3d(0, 0, 0);
}
#left-panel.panel-opened-3d {
  -webkit-transform: translate3d(280px, 0, 0);
}
/* left top */
.left-panel-top {
	position: relative;
	height: 25px;
	line-height: 25px;
	padding: 10px 10px 10px 40px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #0157ac), color-stop(100%, #00a0e9));
	box-sizing: content-box;
}/* 220329 수정(padding-right:20 ->10) */
.left-panel-guest {height: 25px; line-height: 25px;}
.left-panel-guest .left-panel-home {
	position: absolute;
	left: 10px;
	top: 8px;
	display: inline-block;
	width: 22.5px;
	height: 25px; 
	line-height: 25px;
	background-image: url('/templets/mobile/img/btn_home.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.left-panel-guest .left-panel-home a {
	display: block;
	height: 100%;
	color: transparent;
	font-size:0;
	overflow: hidden;
	white-space: nowrap;
}
.left-panel-guest .guest-name {
	font-size: 18px;
	font-weight: bold;
	letter-spacing:-0.06em;
}/* 220329 수정(letter-spascing추가) */
.left-panel-guest .guest-name em {
	color: #fff;
}
.left-panel-guest .left-panel-btn-log {
	display: inline-block;
	vertical-align: top;
	height: 17px;
	margin-top: 3px;
	margin-left: 3px;
}
.left-panel-guest .left-panel-btn-log a {
	display: inline-block;
	width: 45px;
	height: 17px;
	line-height: 17px;
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: top;
}
.left-panel-guest .left-panel-btn-log .login{
	background-image: url('/templets/mobile/img/btn_login.png');
}
.left-panel-guest .left-panel-btn-log .logout{
	background-image: url('/templets/mobile/img/btn_logout.png');
}
.left-panel-guest .left-panel-btn-log .join{
	background-image: url('/templets/mobile/img/btn_join.png');
}
.left-panel-guest .left-panel-btn-close {position: absolute;left:-10px;top:-10px;}
.left-panel-servie {
	position: absolute;
	right: 20px;
	top: 13.5px;
}
.left-panel-servie a {
	display:block;
	width: 16px;
	height: 18px;
	background-image: url('/templets/mobile/img/btn_notice.png');
	background-size: 100%;
	background-repeat: no-repeat;
	color: transparent;
	font-size:0;
}
.left-panel-servie a >span{
	position: absolute;
	right: -7.5px;
	top: -7.5px;
	display:block;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	font-size: 10px;
	background: #e02f00;
	border-radius: 50%;
	text-align: center;
}
.left-panel-btn-close {position: absolute;top: -90px;}
/* left quick-counsel */
.quick-counsel-form {
	padding: 0;
	margin: 0;
}
.quick-counsel-form .quick-menu {padding: 0;}
.quick-counsel-form .quick-menu.top {
	display:none;/* 240701 추가 */
	position: relative;
	z-index: 2001;
	-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 0 0 rgba(0,0,0,.3);
	height: 40px;
	background-color: #fff;
	background-image: url('/templets/mobile/img/btn_quickMenu_top.png');
	background-size: 100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #034487;
	overflow: hidden;
}
.quick-counsel-form .quick-menu.top a {
	float: left;
	display: inline-block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: transparent;
}
.quick-counsel-form .quick-menu.left {
	position: absolute;
	top: 45px;/* 240701 수정(86-> 45) */
	left: 0;
	width: 50px;
}
.quick-counsel-form .quick-menu.left>ul>li.on {background-color: #034487;}
.quick-counsel-form .quick-menu.left>ul>li>a {
	display: block;
	height: 62px;
	color: transparent;
	background-image: url('/templets/mobile/img/btn_quickMenu_left.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.quick-counsel-form .quick-menu.left .qm_01 a {background-position: 0 0;}
.quick-counsel-form .quick-menu.left .qm_02 a {background-position: 0 -62px;}
.quick-counsel-form .quick-menu.left .qm_03 a {background-position: 0 -124px;}
.quick-counsel-form .quick-menu.left .qm_04 a {background-position: 0 -186px;}
.quick-counsel-form .quick-menu.left .qm_05 a {background-position: 0 -248px;}
.quick-counsel-form .quick-menu.left .qm_06 a {background-position: 0 -310px;}
/* GNB 메뉴 목록 */
.m-gnb {
	margin-left: 50px;
	background-color: #fff;
}
.m-gnb-depth-3-wrap,
.m-gnb-depth-4-wrap {display: none;}
.m-gnb-depth-2.active+.m-gnb-depth-3-wrap,
.m-gnb-depth-2.opened+.m-gnb-depth-3-wrap,
.m-gnb-depth-3.active+.m-gnb-depth-4-wrap,
.m-gnb-depth-3.opened+.m-gnb-depth-4-wrap,
.m-gnb-depth-2-wrap.opened,
.m-gnb-depth-3-wrap.opened,
.m-gnb-depth-4-wrap.opened {display: block;}
/* gnb links */
.m-gnb .hasChild{position: relative;}
.m-gnb .hasChild:after {
	content:' ';
	position: absolute;
	right: 14px;
	top: 11px;
	width: 10px;
	height: 10px;
	background-image: url('/templets/mobile/img/icon_gnbMenu.png');
	background-size: 50px auto;
	background-repeat: no-repeat;
}
.m-gnb a {
	display: block;
	color: #3d3d3d;
	letter-spacing: 0;
}
.m-gnb-depth-1:first-child {
	border-top: 0;
}
a.m-gnb-depth-1 {
	height: 40px;
	line-height: 40px;
	background: #edf5fd;
	border-top: 1px solid #8ebfe8;
	border-bottom: 1px solid #1779cc;
	color: #1779cc;
	text-indent: 20px;
	font-size: 15px;
	font-weight: bold;
}
.m-gnb-depth-1.hasChild:after {display: none;}
.m-gnb-depth-2 {
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #e6e6e6;
	text-indent: 20px;
	font-size: 13px;
	font-weight: bold;
}
a.m-gnb-depth-2.active {
	color: #0e5eb0;
}
.m-gnb-depth-2.hasChild:after { background-position: 0 5px; }
.m-gnb-depth-2.hasChild.opened:after,
.m-gnb-depth-2.hasChild.active:after { background-position: -14px 5px; }
.m-gnb-depth-2:first-child {border-top: 0;}
.m-gnb-depth-3-wrap {
	background-color: #f2f2f2;
	border-top: 1px solid #e6e6e6;
}
.m-gnb-depth-3 {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	/* border-top: 1px solid #e6e6e6; */
	background: url('/templets/mobile/img/m-gnb3-bg.gif') 0 0 no-repeat;
	text-indent: -5px;
	font-size: 12px;
}
.m-gnb-depth-3:first-child {background: none;}
.m-gnb-depth-3.active + .m-gnb-depth-4-wrap + .m-gnb-depth-3,
.m-gnb-depth-4-wrap.active + .m-gnb-depth-3,
.m-gnb-depth-3:first-child {border-top: 0;}
.m-gnb-depth-3.active {color: #0e5eb0;font-weight: bold;letter-spacing: -1px;}
.m-gnb-depth-3.hasChild:after { background-position: 0 -10px; }
.m-gnb-depth-3.hasChild.opened:after, 
.m-gnb-depth-3.hasChild.active:after { background-position: -14px -10px; }
.m-gnb-depth-4-wrap {
	padding: 5px 0;
	background-color: #d9d9d9; 
}
.m-gnb-depth-4 {
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
}
.m-gnb .m-gnb-depth-4:before {content:'- ';}
/* main-panel-covered */
.disabled-panel-wraper {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  background-color: black;
	  opacity: 0.7;
	  z-index: 9999;
	  -webkit-box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.75);
	  box-shadow: -5px 0px 5px rgba(50, 50, 50, 0.75);
}
/*===================================================[main-panel] ======================================================*/
#main-panel {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#main-panel.accel {
  	left: 0px;
}
#main-panel.panel-revealed {
  	left: 280px;
}
#main-panel.accel-3d {
	  -webkit-transition: -webkit-transform 200ms ease;
	  -webkit-transform: translate3d(0, 0, 0);
}
#main-panel.panel-revealed-3d {
  	-webkit-transform: translate3d(280px, 0, 0);
}
/*===================================================[header] ======================================================*/
#main-panel.accel {
  	left: 0px;
}
#main-panel.panel-revealed {
  	left: 280px;
}
#main-panel.accel-3d {
	  -webkit-transition: -webkit-transform 200ms ease;
	  -webkit-transform: translate3d(0, 0, 0);
}
#main-panel.panel-revealed-3d {
  	-webkit-transform: translate3d(280px, 0, 0);
}
.panel-opened-3d~#header{-webkit-transform: translate3d(280px, 0, 0);}
#header{position: fixed;top:0;left:0;width: 100%;height:45px;background-color:#0157ac;z-index:20;
-webkit-transition: -webkit-transform 200ms ease;
-webkit-transform: translate3d(0, 0, 0);
background: -webkit-linear-gradient(left, #0157ac, #00a0e9); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #0157ac, #00a0e9); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #0157ac, #00a0e9); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #0157ac, #00a0e9); /* Standard syntax */}
#header #h{position:relative;height:45px;line-height:45px;padding:0 45px;}
#header h1{display:block;overflow:hidden;position:absolute;left:-9999px;width:1px !important;height:1px !important;font-size:0;line-height:0;text-indent:-9999px;}
#header h2{position:relative;display:block;line-height:45px;height:45px;overflow:hidden;}
#header h2 .btnLnb{display:inline-block;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;padding-left: 15px;padding-right:22px;box-sizing:border-box;position:relative;font-size:18px;color:#fff;font-weight:normal}
#header a.btnLnb.hasChild>span{width:15px;height:8px;display:block;position:absolute;top:18px;right:0;background-position:-57px -1px !important}
#header a.btnLnb.hasChild.show>span{background-position:-57px -17.25px !important}
#header a.btnSnb, #header a.btnHome, #header a.btnSns{position:absolute;top:0;}
#header a.btnSnb{left:0;width:45px;height:45px;background-color:#013273}
#header a.btnSnb>span{width:26px;height:24px;background-position:-1px -1px !important;position:absolute;top:8px;left:8px}
#header a.btnHome{width:45px;height:45px;right:0}
#header a.btnHome>span{width:25px;height:21px;background-position:-30px -1px !important;position:absolute;top:12px;right:10px}
#header a.btnSns{width:45px;height:45px;right:0}
#header a.btnSns>span{width:16px;height:20px;background-position:-225px -20px !important;position:absolute;top:12px;right:15px}
#header .mTitHide, #lnb4 .mTitHide {display: none;}
/*===================================================[sub-menu] bxSlider ==========================================*/
.lnbsWrapper {padding-top: 45px;-webkit-transition: -webkit-transform 200ms ease; -webkit-transform: translate3d(0, 0, 0);}
.panel-opened-3d~.lnbsWrapper{-webkit-transform: translate3d(280px, 0, 0);}
/* m-lnb3-wrap */
.lnbListWrap {display:none;position: relative;max-height:215px;overflow:hidden;overflow-y:scroll;border-bottom:1px solid #0157ac;background-color:#fff}
.lnbListWrap > ul{}
.lnbListWrap > ul > li{height:35px;line-height:35px;padding:0;margin:0;border-top:1px solid #e6e6e6;background: none;text-align:left}
.lnbListWrap > ul > li:first-child{border-top:none;}
.lnbListWrap > ul > li > a {position:relative;display:block;height:35px;line-height:35px;padding:0 18px 0 20px;}
.lnbListWrap > ul > li > a:after {content:' ';width:8px;height:14.5px;background-position:-217px 0;position:absolute;right:18px;top:10px;}
.lnbListWrap > ul > li.active > a {background-color:#eee;color:#f26522;}
.lnbListWrap > ul > li.active a:after {width:13px;height:12.5px;background-position:-227px 0;right:17px;top:11.5px;}
.m-lnb3-wrap.show {display: block;}
.accel-3d .m-lnb3-wrap {
	top: -9999px;
	-webkit-transition: -webkit-transform 200ms ease;
  	-webkit-transform: translate3d(0, -100px, 0);}
.accel-3d .m-lnb3-wrap.show {top:0;-webkit-transform: translate3d(0, 0, 0);}
.m-lnb4-wrap {
  	display: none;
  	position: relative;
  	height: 42px;
  	background: #fff;
  	z-index: 10;
  	text-align: center;
  	border-bottom: 1px solid #1f80d2;
}
.m-lnb4-wrap.show{display: block;}
.m-lnb4-wrap .m-lnb-slider-left-arrow,
.m-lnb4-wrap .m-lnb-slider-right-arrow {position: absolute;top: 0;width: 20px; height: 100%; z-index: 3000;}
.m-lnb4-wrap .m-lnb-slider-left-arrow {left: 0;background: #fff url('/WEB-APP/webponent/tab/img/btn_tab_l.png') 0 0 no-repeat;background-size: 22px auto;}
.m-lnb4-wrap .m-lnb-slider-right-arrow {right: 0;background: #fff url('/WEB-APP/webponent/tab/img/btn_tab_r.png') 0 0 no-repeat;background-size: 22px auto;}
.m-lnb4-wrap .m-lnb {overflow: hidden;}
.m-lnb4-wrap .m-lnb-menu {float: left;height: 42px;line-height:42px;padding:0;margin:0 0 0 20px;text-align: center;}
.m-lnb4-wrap .m-lnb-menu+.m-lnb-menu {margin-left: 30px;}
.m-lnb4-wrap .m-lnb-menu a {display: block;height: 40px;line-height: 42px;padding: 0 5px;white-space: nowrap;color:#555;font-weight: bold;font-size: 15px;}
.m-lnb4-wrap .m-lnb-menu.active a {border-bottom: 2px solid #1f80d2;color:#1f80d2;}
.m-lnb4-wrap .m-lnb-menu ul {display: none;}

/* #depth4MenuWrap{overflow:hidden;border-bottom:1px solid #1f80d2}
#depth4MenuWrap>ul{padding:0 10px;}
#depth4MenuWrap li{float:left;height:42px;line-height:40px;padding:0 10px;}
#depth4MenuWrap li>a{display:inline-block;border-bottom:2px solid transparent;font-size:15px;color:#3d3d3d;font-weight:bold}
#depth4MenuWrap li>a.on{border-color:#1f80d2;color:#1f80d2;} */

/* pager-link */
.bx-pager-item {display: inline-block;}
.bx-pager-item + .bx-pager-item {margin-left: 3px;}
.bx-pager-item .bx-pager-link {display: block;padding: 3px; background: #eee;}
.bx-pager-item .bx-pager-link.active {background: #195b95; color: #fff;}
/*===================================================[c] contents======================================================*/
#container {position: relative;z-index: 0}
/*===================================================[foot] ======================================================*/
#footer {overflow:hidden;/* height:77px; */padding:16px 0 8px 0; text-align:center; background:#013475 url("/myasset/common/img/mobile/bg_footer.png") no-repeat right bottom; background-size:85px 66px; box-sizing: initial;}/* 230406 수정 */
#footer ul {/* width:316px; margin:0 auto */ margin:0 8px;}/* 230406 수정 */
#footer ul:after{display:block;clear:both;content:''}
#footer ul.f_link {display:inline-block;}/* 230406 추가 */
#footer ul li{float:left; border-left:1px solid #4e7ead; /* height:10px; line-height:10px; */ padding-left:15px; margin-right:14px; letter-spacing:-1px}/* 230406 수정 */
#footer ul li:first-child{border-left:none}
#footer li a{color:#fff;font-size:12px;position:relative;top:-2px}

/* Footer 수정 (180612 안정모) */
#footer div.call{padding:8px 0 10px 15px; color:#fff; position:relative; line-height:14px; text-align:left; font-size:13px;}/* 230406 수정 */
#footer div.call a{color:#ff712e;line-height:14px;font-size:13px}
#footer div.call a.go-top {/*position:absolute;top:0;top:1px;right:0;*/display:inline-block;width:34px;height:12px;line-height:12px;border: 1px solid #8fa6c2;background-color: #5376a2;color: #013475;text-align:center;font-size:11px;font-weight:bold;margin-left: 10px;}/*170428수정*/
#footer .copy {color: #809aba;font-size:11px;}
#footer div.call span,
#footer div.call a {display: inline-block;vertical-align:middle;}

/*170428추가*/
#footer div.call a {color:#ff712e;line-height:14px;font-size:13px}
#footer div.call a.sns_link {margin-left:10px;}
#footer div.call .ico.naverBlog {width:18px;height:15px;background-position:0px -1198px;}
#footer div.call .ico.facebook {width:18px;height:15px;background-position:-22px -1198px;}
/*170428추가(e)*/

/*170907추가*/
/*#footer .footerLogo_wrap {margin-top:5px}*/
#footer .footerLogo_wrap .ico.footerLogo {/* width:116px; */width:74px; height:15px; background-position:-50px -1198px;}/* 230406 수정(원대증권 삭제 관련 width값 수정) */
/*170907추가(e)*/

#footer div.call .f_line.n01 ul {padding:0 0 5px 0;margin:0;width:auto;}
#footer div.call .f_line.n01 ul li {position:relative; float:none; padding: 0 0 0 5px; line-height:normal; margin:3px 0 0 0; /* height:auto; */ border:0 none;}/* 230406 수정 */
#footer div.call .f_line.n01 ul li:after {display:block;content:'';width:2px;height:2px;background: #99aec8;position:absolute;left:0;top:50%;margin-top: -1px;}
#footer div.call .f_line.n01 a {color:#99aec8;}
#footer div.call .f_line.n01 a.org {color:#ff712e;}
/* Footer 수정 (180612 안정모) (e) */

#footer div.call .f_line.n03 {margin-top:3px;}/* 230406 추가 */

/* lyPopWrap */
.lyPopWrap .popTitWrap, .lyPopWrap .popTitWrap h1{background:url("/myasset/common/img/mobile/spr_dialog.png") 0 0 no-repeat;background-size:100px 200px}
.lyPopWrap{position:relative;border:2px solid #0157ac;}
.lyPopWrap .popTitWrap{height:52px;line-height:45px;padding:0;background-position:left -100px;background-repeat:repeat;border:0;font-weight:normal;color:#fff;font-family:'나눔고딕',NanumGothic,'돋움',Dotum,helvetica,sans-serif;margin-bottom:5px}
.lyPopWrap .popTitWrap h1{height:52px;padding:0 0 0 63px;background-position:left top;font-size:20px;font-weight:normal}
.lyPopWrap .btnCls{position:absolute;width:17px;height:17px;top:8px;right:5px;padding:5px;margin:0;background-position: -127px -80px;text-indent:-9999999px;}
.lyPopWrap .btnCls>span{display:block;width:17px;height:17px;background:url("/myasset/common/img/mobile/spr_dialog.png") 0 -183px no-repeat;background-size:100px 200px}
.lyPopWrap .popBody{padding:0 10px 15px;background-color:#fff;-webkit-transition: -webkit-transform 200ms ease;-webkit-transform: translate3d(0, 0, 0);}

/* loading */
.loadingWrap{position:relative;width: 80%;margin:auto;border:4px solid #bee5ff;min-height:100px;text-align:center;padding:12px;border-radius:6px;color:#000;}
.loadingWrap.type2{width:240px}
.loadingWrap.type2 > p{margin:10px 0;}
.loadingWrap.type2 .loading{margin-top:10px}
.loadingWrap .stateMsgWrap{border:1px solid #e8e8e8;background-color:#fff;text-align:center;padding:20px;min-height:90px;}
.loadingWrap .stateMsgWrap p{font-size:13px;color:#666;}
.loadingWrap .stateMsgWrap>strong{font-size:18px;color:#333;display:block;margin-bottom:30px;line-height: 1.3em;}
.loadingWrap .stateMsgWrap>strong>em{display: block;}
.loadingWrap > p {margin:30px 0;font-size:12px}
.loadingWrap .loading{display:block;width:38px;height:38px;background:url("/myasset/common/img/loading.gif") 0 0 no-repeat;margin:30px auto 0;}

/*winPopWrap*/
.winPopWrap{/*width:862px;*/padding:10px;overflow:hidden;background-color:#fff;color:#000 !important;}
.winPopWrap h1{text-align:center;font-size:18px;color:#000;margin-bottom:10px}
.winPopWrap th, .winPopWrap td{padding:5px !important;height:auto !important;color:#000 !important;}
.winPopWrap .printGroup{overflow:hidden;border:1px solid #000;padding:10px;margin-top:10px}
.winPopWrap .printGroup:first-child{margin-top:0;}
.winPopWrap .markWrap{text-align:center;margin-top:30px;}
.winPopWrap .markWrap img{display:block;margin:0 auto}
.winPopWrap .printGroup .tblTxtWrap{padding:0;}

/* winPopWrap2(200214추가) */
.winPopWrap2 {margin:0; padding:0; overflow:hidden;background-color:#fff;color:#000 !important;}
.winPopWrap2 .top_logo {height:22px; padding:15px 10px 0; text-align:right;}
.winPopWrap2 .top_logo img {display:inline-block; width:130px}
.winPopWrap2 .popTitWrap {height:53px; line-height:53px; padding:0; background:#0161b5; border:0; font-weight:normal; color:#fff; font-family:'나눔고딕',NanumGothic,'돋움',Dotum,helvetica,sans-serif}
.winPopWrap2 .popTitWrap h1 {height:70px; padding:0 0 0 30px; font-size:20px; /* font-weight:normal */}
.winPopWrap2 .popBody {padding:20px 14px;}

/* 200219추가 */
.winPopWrap2 .guideTxt.olType.useStep li, 
.winPopWrap2 .guideTxt.olType.useStep dt {margin-left:0;text-indent:0;}
.winPopWrap2 .guideTxt.olType.useStep dd {padding-left:0}
.winPopWrap2 .guideTxt.olType.useStep > li > dl {margin:0;}
.winPopWrap2 .guideTxt.olType.useStep > li > strong {display:inline-block; margin:0 10px;}
.winPopWrap2 .guideTxt.olType.useStep dd > img:first-child {margin-top:5px}
.winPopWrap2  div.noticeWrap {margin:30px -14px -20px}

/* 대구닷컴 header */
#header.daegu_header {background-color:#e44b3b; text-align:center;
background: -webkit-linear-gradient(left, #e44b3b, #e44b3b); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #e44b3b, #e44b3b); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #e44b3b, #e44b3b); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #e44b3b, #e44b3b); /* Standard syntax */}
#header.daegu_header #h {padding:0}
#header.daegu_header h2 a {display:inline-block;padding-top:13px}
#header.daegu_header h2 .header_logo {display:inline-block;height:16px;}
/* 대구닷컴 header(e) */
