/* 공통CSS 부분 */
* {padding:0; margin:0; border:0; }
ul, ol, dl {list-style: none; }
img {vertical-align:top; border:0; }
a {text-decoration: none; color:#707070; bordre:0 }
a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {font-size:12px; -webkit-text-size-adjust:none; font-family:"돋움",dotum,Verdana; color:#707070; line-height:1.5;}
input {height:18px; padding:4px 0 0 2px; font-size:12px; border:solid 1px #d5d7d8; color:#555;}
select {height:24px; font-size:12px; border:solid 1px #d5d7d8; color:#555;}
textarea{font-size:12px; border:solid 1px #d5d7d8; color:#555;}


/* main 부분 */
#header {position:relative; text-align:center; width:100%; height:40px; margin:0 auto;}
#header .logo{position:relative;}
#header .sitemap {position:absolute; top:8px; right:10px;}
#header .sitemap img {cursor:pointer;}

#main_banner{width:100%; background:url(../images/bg_main.png) repeat-x;}
#main_banner .img{width:100%; height:420px; text-align:center;}


/* tab메뉴 부분 */
#tab_menu{width:100%; height:32px; background-color:#353a44;}
#tab_menu ul{height:29px; position:relative; margin:0 10px;}
/*	#tab_menu ul li{width:25%; height:29px; float:left; text-align:center; background:url(/images/tab_line.png) no-repeat;}	*/
#tab_menu ul li{width:20%; height:29px; margin-top:8px; float:left; text-align:center;}
#tab_menu ul li a {display:block; width:100%; height:100%; color:white; font-weight:700;}
#tab_menu .line_none{width:100%; height:3px; background:#202020;}


/* footer 부분 */
#footer {width:100%; height:50px;}
#footer .copy {height:25px; margin-top:25px; border-top:1px solid #c9c9c9; color:#676767; text-align:center;}
#footer .bottom_menu{width:100%; height:20px; margin-top:8px; text-align:center;}
#footer .bottom_menu ul li{display:inline;}
#footer .bottom_menu ul li a{text-decoration: none; font:12px Daum_Regular;}
#footer .bottom_menu ul li img{margin-top:-1px;}


/* 서브메뉴 부분*/
#menu_s{width:100%; height:40px; background:#dadee6; position:relative;}
#menu_s #menu{margin:0 auto; width:100%; overflow:hidden;}
#menu_s #menu ul {margin-left:22px; margin-right:15px;}
#menu_s #menu li{display:inline; float:left; padding-right:15px; margin-top:7px; font-weight:700;}


/*sub 부분 */
#sub{width:100%;}
#sub ul{margin:0 10px 0 10px;}
#sub ul li p{padding-top:10px;font-size:13px; font-family:"돋움"; color:#565656; line-height:1.4;}
#sub ul li p strong{margin-left:5px;}
#sub ul li p.gray_txt{font-size:11px; font-family:"돋움"; color:gray; line-height:1.4;}
#sub ul li p.or_txt{font-weight:700; font-size:13px; font-family:"돋움"; color:#ed8320; line-height:1.4;}


/*고객센터 부분*/
#list ul .title{height:50px; background:none;}
#list ul .title_top {height:40px; background:none;}
#list ul .title_top img{margin:10px 0 0 15px;}
#list ul .title img{margin:20px 0 0 15px;}
#list ul .tell p{padding:5px 0 0 25px;}
