@charset "utf-8";
/**
 * @File Name : style.css
 * @Description : Layout, CSS Adjust
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2019.04.19 | 문영신 | 최초 등록
 * 2019.05.02 | 문영신 | 요구반영. 결함개선. 고도화.
 * </pre>
 * @author 웹표준화실 문영신
 * @since 2019.04.19
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* Table of contents ))
 | 공통 스타일과 다른 개별 스타일 겹쳐 쓰다!
 | RWD ◇◆
 */

/* ◇◆ all.css, sub.css, lib*.css  )) Overwrite. 20180514. ◇◆◇◆◇◆◇◆◇◆ */


/* #tnb1 div.d1>ul>li:nth-child(5)>a>.t1{width:3em;} */


/* ◇◆ StyleName. YYYYMMDD. @Who	 ◇◆ */


#search1 .b1.toggle{right:20px !important;}
#tnb1 .b1.toggle{right:65px !important;}
@media all and (min-width:768px){
	#tnb1 .b1.toggle{right:20px !important;}
}

@media all and (min-width:1000px){
	#tnb1 .b1.toggle{right:00px !important;}
}


/* 날씨 20190723 */
#weather3{display:block;
	position:relative;
	margin:auto;
	padding:20px;
	background:#f7f7f7;
	border-top:1px solid #eee;
	color:#000;
	text-align:center;
}
#weather3 .wrap1{}
#weather3 .ic1{display:inline-block;
	width:60px;height:60px;
	margin:-8px 0;
	vertical-align:middle;
}
#weather3 .ic1 img{
	width:100%;
	height:auto;
}
#weather3 .tg1{display:inline;
	vertical-align:middle;
}
#weather3 .t1{display:inline-block;
	margin:0 6px;
	font-weight:600;
	font-size:34px;
	line-height:34px;
	vertical-align:middle;
}
#weather3 .t1t1{}
#weather3 .t1t2{
	font-size:22px;
}
#weather3 .t2{display:inline-block;
	margin:6px 0;
	padding:5px 12px;
	border-radius:9999px;
	/*background:#959595;*/
	background:#767676;
	color:#fff;
	font-weight:400;
	font-size:13px;
	line-height:16px;
	vertical-align:middle;
}
#weather3 .t3{display:inline-block;
	font-size:13px;
	margin:0;
	vertical-align:middle;
}
#weather3 .t3t1{display:inline-block;
	padding:0 8px;
}
#weather3 .t3t2{display:inline-block;
	position:relative;
	padding:0 8px;
}
#weather3 .t3t2:before{content:''; /*│*/
	display:block;
	position:absolute;left:0;top:50%;
	width:0;
	height:10px;
	margin:-5px 0;
	border-left:1px solid #888;
}


/* RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */
@media all and (min-width:768px){/* medium ◇◆◇◆◇◆◇◆◇◆ */


/* h1#logo{margin:8px 60px 8px 0;}
h1#logo>a>img{height:64px;} */


} /* /(min-width:768px) */
@media all and (min-width:1000px){/* large ◇◆◇◆◇◆◇◆◇◆ */
} /* /(min-width:1000px) */
@media all and (min-width:1260px){/* xlarge (1200+20*2+16+2*2) ◇◆◇◆◇◆◇◆◇◆ */


#tnb1 div.d1>ul>li.m5 ~ li{display:none;} /* ☆ */

#weather3{
	display:inline-block;
	position:absolute;right:0;top:50%;
	height:56px;
	margin:-28px 0;
	padding:0;
	background:none;
	border:0;
	text-align:right;
}
#weather3 .tg1{
	display:inline-block;
	text-align:left;
}
#weather3 .t1{
	vertical-align:bottom;
}
#weather3 .t2{
	vertical-align:bottom;
}
#weather3 .t3{
	display:block;
}

} /* /(min-width:1260px) */
/* /RWD ◇◆◇◆◇◆◇◆◇◆◇◆ */


