@charset "utf-8";

	.wrap{width:100%; position: relative; background: #fff; min-width: 1000px;overflow: hidden;} /* [Sohyeon] 2022.05.10 디지털마케팅팀 요청으로  #f5f5f5에서 #fff으로 변경 */
	.inner{width:1000px ;margin:0 auto;}
	.gnb_bg{background:#ff5000; height:27px;} /* [Sohyeon] 2022.05.10 디지털마케팅팀 요청으로  #f58220에서 #ff5000으로 변경 */
	.gnb{overflow: hidden;}
	.gnb > ul{float:right; }
	.gnb > ul > li{float:left;padding:0 10px 0 11px;}
	.gnb > ul > li > select{background: #f15a22; border:0; color:#fff; line-height: 27px; font-size:11px; margin-top:5px; font-family: 'Flight Sans', sans-serif;}
	.gnb > ul > li + li{background:url('/common/images/gnb_bg_line.gif') no-repeat 0 6px;}
	.gnb > ul > li > a{color:#fff; font-size:11px; line-height: 27px }
	.gnb > ul > li.loginInfo {color:#fff; font-size:11px; line-height: 27px }
	.gnb > ul > li:last-child{background: #f15a22; height: 27px; }

	.tnb_bg{background: #fff; height:80px; border-bottom: 1px solid #ddd;} /* [Sohyeon] 2022.05.10 디지털마케팅팀 요청으로  #f15a22에서 #fff으로 변경, 메뉴라인 아래 수평선 추가 */
	.tnb{overflow: hidden;}
	.tnb > h1{float:left; margin-top:20px;}
	.tnb > h1 > a > img{width : 170px; margin:5px 0px 0px 0px;} /* [Sohyeon] 2022.05.10 디자인 변경으로 로고 사이즈 변경 / 2022.05.24 margin-top 값 추가*/
	.tnb > ul{float:right;}
	/* .tnb > ul > li{float:left; padding:0 24px 0 26px;}
	.tnb > ul > li:last-child{ padding:0 0 0 26px;} 2018.10.04 bk*/
	/* 2018.10.16 bk */
	/* .tnb > ul > li{float:left; padding:0 18px 0 20px;}
	.tnb > ul > li:last-child{ padding:0 0 0 20px;} */
	.tnb > ul > li{float:left; padding:0 16px 0 18px; max-width:125px; }
	.tnb > ul > li:last-child{ padding:0 0 0 18px;}
	.tnb > ul > li + li{background:url('/common/images/tnb_bg_line.gif') no-repeat  0 32px ;  }
	.tnb > ul > li > a{font-size:18px; color:#333; font-weight: bold; line-height: 80px; } /* [Sohyeon] 2022.05.24 디지털마케팅팀 요청으로  #fff에서 #ff5000 -> 다시 #333 으로 변경 */
	.tnb > ul > li > a.on {text-decoration: none; border-bottom:5px solid #ff5000; padding-bottom:23px;} /* [Sohyeon] 2022.05.10 디지털마케팅팀 요청으로  #fff에서 #ff5000으로 변경 */
	.tnb > ul > li > a:hover{text-decoration: none; border-bottom:5px solid #06a7e0; padding-bottom:23px;}
	.clear{clear:both;}
