@charset "utf-8";

/* nav */
	#nav {width: 100%; position:fixed; z-index: 1000;}
	#nav > iframe { width:100%; height: 180px; margin:0px; border:0px; overflow:hidden; }
	/* nav media query*/
		@media (max-width: 1000px){
			#nav {height: 250px;}
			#nav > iframe {height: 250px; }
		}

/* slide¸ÞÀÎ */
	#slide {width: 100%; padding-top: 190px; }
	#slide .mainslide {width: 100%; height: auto;}
	#slide .mobileslide {display: none; }
	/* slide media query*/
		@media (max-width: 1000px){
			#slide {padding-top: 160px;}
			#slide .mainslide {display: none; }
			#slide .mobileslide {display: inline; }
			#slide .mobileslide img {width: 100%; height: auto;}
		}

/* contents¸ÞÀÎ */
	#contents {width: 100%; padding-top: 50px; }
	#contents .container {width: 1200px; margin: 0 auto; }
	#contents .container ul li {font-size: 20px; padding-bottom: 10px;}	
	#contents .container ul li img {width: 1200px; margin: 5px auto;}
	/* contents¸ÞÀÎ media query*/
		@media (max-width: 1000px){
			#contents {padding-top: 250px; }
			#contents .container {width: 100%; }
			#contents .container ul li {font-size: 60px; padding-bottom: 10px;}
			#contents .container ul li img {width: 100%; }
		}
-------------------------------------------------------------------------
/* title¼­ºê°ø¿ë */
	#title {width: 100%; }
	#title .title .ttlname {font-size: 40px; padding-top: 200px;}
	#title .title .ttlname span {color: #139c4f;}
	#title .title .ttlsbj {font-size: 25px; padding-bottom: 10px;}
	#title .title .ttlen {font-size: 12px; text-transform: uppercase; color: #005666; border-bottom: 1px solid #005d8b; border-top: 1px solid #005d8b; margin: 15px 350px 15px 350px; padding: 5px; letter-spacing: 20px; font-family: 'Satisfy', cursive;}
	/* title media query*/
		@media (max-width: 1000px){
			#title { padding-top: 100px;}
			#title .title {width: 100%; height: auto; }
			#title .title .ttlname {font-size: 36px; }
			#title .title .ttlen {font-size: 18px; margin: 20px 200px 20px 200px; padding: 10px; letter-spacing: 5px; font-family: 'Satisfy', cursive;}
		}
-------------------------------------------------------------------------


/* contentsÆæ¼Ç¼Ò°³ */
	#contents .intro h1 {padding-bottom:30px; color: red;}
	#contents .intro p {width: 100%; text-align: center; font-size: 24px; margin-bottom:50px;}
	#contents .intro p.sil a {border: 10px solid #139c4f; padding: 4px 8px;  display: inline-block; border-radius: 12px;}
	#contents .intro ul li img {width: 1200px; margin: 5px auto;}
	/* contentsÆæ¼Ç¼Ò°³ media query */
		@media (max-width: 1000px){
			#contents .intro {padding-top: 50px;}
			#contents .intro h1 {padding: 50px; }
			#contents .intro p {font-size: 24px;}
	        #contents .intro p.sil a {border: 10px solid #139c4f; padding: 4px 8px;  display: inline-block; border-radius: 24px;}
			#contents .intro ul li img {width: 100%; }
		}

/* contents°´½Çº¸±â */
	#contents .roomtotal {width: 1200px; margin: 0 auto; }
	#contents .roomtotal li {display: inline-block; padding: 20px; margin-bottom: 10px; border: 1px solid #ccc; background: #fff;}
	#contents .roomtotal li img {width: 400px; }
	#contents .roomtotal .more {font-size: 22px;}
	/* contents°´½Çº¸±â media query */
		@media (max-width: 1000px){
			#contents .roomtotal {width: 100%;}
			#contents .roomtotal li h2 {font-size: 28px;}
			#contents .roomtotal li img { width: 100%;}
			#contents .roomtotal .more {font-size: 28px;}
		}

/* contentsºÎ´ë½Ã¼³ */
	#contents .special img {width: 1200px; margin: 0 auto; height: auto;}
	/* contentsºÎ´ë½Ã¼³ media query */
		@media (max-width: 1000px){
			#contents .special img {width: 100%;}
		}

/* contents ¿¹¾à¾È³» */
	/* ´Þ·Â¿ä±ÝÇ¥*/
		#contents .resertable {width: 100%; height: 1700px;}
		#contents .resertable p {font-style: 24px; border: 0px solid #ccc;}
		#contents .resertable iframe {width: 1200px; margin: 0 auto; height: 1700px;} /*³ôÀÌ ¸ÂÃçÁÖ¼¼¿ä*/
			/*´Þ·Â¿ä±ÝÇ¥ media query */
				@media (max-width: 1000px){
					#contents .resertable {padding-top: 120px;}
					#contents .resertable p {font-style: 36px; }
					#contents .resertable iframe {width: 100%; } /*³ôÀÌ ¸ÂÃçÁÖ¼¼¿ä*/
				}
	/*¿ä±Ýtable*/
		#contents .resertable table {width: 100%; border-collapse: collapse; padding: 1px; border: 1px solid #ccc;}
		#contents .resertable th, td {padding: 10px; border: 1px solid #ccc; } 
		#contents .resertable th {width: 14%; background: #E8E8E8;}
		#contents .resertable td {vertical-align:top; }
		#contents .resertable tr:nth-child(even) {background-color: #e7f7f7;}
		#contents .resertable td img {width: 100%; }
	/*ÀÌ¿ë¾È³»*/
		#contents .reser li {font-size: 14px; text-align: left; padding-left: 30%; padding-right: 30%;}
		#contents .reser h1 {text-align: left; padding-left: 30%; }
		/* contents¿¹¾à media query */
			@media (max-width: 1000px){
				#contents .reser h1 {font-size: 25px;}
				#contents .reser li {font-size: 24px; text-align: left; padding-left: 10%; padding-right: 10%;}
			}

/* contents ÁÖº¯¿©Çà */
	#contents .tour {width: 1200px; margin: 0 auto; }
	#contents .tour li {display: inline-block; padding: 20px; margin-bottom: 10px; border: 1px solid #ccc; background: #99ffcc;}
	#contents .tour li img {width: 400px; }
	/* contents ÁÖº¯¿©Çà media query */
		@media (max-width: 1000px){
			#contents .tour {width: 100%;}
			#contents .tour li h2 {font-size: 28px;}
			#contents .tour li img { width: 100%;}
		}

/* contents ¿À½Ã´Â±æ */
	#contents .traffic iframe {width: 1200px; height: 500px;}
	/* contents¿À½Ã´Â±æ media query */
		@media (max-width: 1000px){
			#contents .traffic iframe {width: 100%; }
		}

/* contents¹æ */
	#contents .room .detail {font-size: 18px;}
	#contents .room li {font-size: 14px;} 
	/* contents¹æ media query */
		@media (max-width: 1000px){
			#contents .room .detail {width: 100%; font-size: 36px;}
			#contents .room li {font-size: 32px;}
		}

/* footer */
	#footer {width:100%;}
	#footer iframe {width:100%; position: relative; }