﻿@charset 'utf-8';

@import url('//img.modetour.co.kr/fonts/nanumgothic.css');
/*전체 페이지 구성*/
body { margin:0px; font-size:14px; background-color:#fff; }

/*페이지 구성*/

/*상단메뉴 구성*/
/*#Topwrap { height:160px; background:url('//img.modetour.co.kr/mode2010/modetour/common/bg_header.gif') 0 0 repeat-x; }*/
#Topwrap { position:relative; width:100%; margin:0px; padding:0px; z-index:8888; } /* overflow:hidden;; */


/*좌우측메뉴 구성*/
#Containerwrap { margin:0px auto; width:936px; }

/*이벤트 페이지 구성*/
#EventwarpBody {width:937px; text-align:center; margin:0 auto;}
.EventIE8Warp {width:800px; margin:0 auto;}
.Event920Warp {width:920px; margin:0 auto;}
.Event920Warp img {vertical-align:top;}

	/*좌측메뉴 규성*/
	#Leftwrap { float:left; width:153px; overflow:hidden;}


	/*본문 구성*/
	#Contentwrap { float:right; width:763px;}

/*하단메뉴 구성*/
#Footerwrap {width:936px; margin:0 auto;}

/*네이게이션 */
.Navigation {width:auto; clear:both; height:23px; padding:10px 0 6px 0; border-bottom:4px solid #029C14; margin:0 auto; overflow:hidden; } /* 좌측메뉴 유무에 따라 틀려지므로 width는 auto 처리 , 고정 안됨 */
.Navigation ul {float:right}
.Navigation ul li {float:left; padding-right:5px; color:#898989}
.Navigation ul li.current {padding-right:0px; color:#333333}

/*호텔쪽 Accordion 메뉴*/
#Left_Accordion {margin:0; padding:0; width:149px; font-weight:bold; color:gray; font-size:12px; text-align:left; font-family:Segoe UI, Gulim; }
#Left_Accordion dt {padding:8px 10px; border-top:solid 1px gray; background:no-repeat left top; cursor:pointer;}

#Left_Accordion dd {margin:0; padding:0px; border-top:solid 1px gray; display:none;}
#Left_Accordion dd ul {margin:0px; padding:0px;list-style:none; width:149px;}
#Left_Accordion dd ul li {padding:10px 10px; border-top:solid 1px gray;border-bottom:solid 1px white; background-color:#EEEEEF; cursor:pointer;}

#Left_Accordion dd ul li.subMenuSelected {color:black;}

.bottomBorder {border-bottom:solid 1px gray;}
#Left_Accordion .whiteBG{background-image:url('//img.modetour.co.kr/mode2010/modetour/common/menu/LeftMenu_BG_white.png'); color:gray;}
#Left_Accordion .greenBG{background-image:url('//img.modetour.co.kr/mode2010/modetour/common/menu/LeftMenu_BG_green.png'); color:white;}

.content_title {width:763px;margin:0 auto;padding-bottom:7px;border-bottom:1px solid #1ab59a;}
.content_title h2{float:left;width:164px;padding-left:20px;background:url("//img.modetour.co.kr/modetour/2014/coupon/bt_titlebg.jpg") no-repeat 3px 6px}
.content_title {float:right;margin-top:12px;}
.content_title ul{ float:right; padding-left:19px;background:url("//img.modetour.co.kr/modetour/2014/coupon/ico_coupon_navi.jpg") no-repeat 3px 0}
.content_title li{float:left;}
.content_title li a{color:#a7a7a7;font-size:11px;}
.content_title li a.dep2list{color:#666666;font-weight:bold;}


@media screen and (-webkit-min-device-pixel-ratio:0){
	body,html { letter-spacing:0; }
}
