
@charset "euc-kr";
/* CSS Document */


/* All - ¸ðµç ÇØ»óµµ¿¡¼­ ÇØ¼®ÇÏ´Â ÄÚµå(¹Ìµð¾î Äõ¸® Àû¿ë ¾È ÇÔ) */


/* Mobile - 767px ÀÌÇÏ ÇØ»óµµ¿¡¼­ ÇØ¼®ÇÏ´Â ÄÚµå */
@media (max-width:767px){ ¡¦ }
/* Tablet & Desktop - 768px ÀÌ»ó ÇØ»óµµ¿¡¼­ ÇØ¼®ÇÏ´Â ÄÚµå */
@media (min-width:768px){ ¡¦ }
/* Tablet - 768px~1024px ÇØ»óµµ¿¡¼­ ÇØ¼®ÇÏ´Â ÄÚµå */
@media (min-width:768px) and (max-width:1024px){ ¡¦ }
/* Desktop - 1025px ÀÌ»ó ÇØ»óµµ¿¡¼­ ÇØ¼®ÇÏ´Â ÄÚµå */
@media (min-width:1025px){ ¡¦ }


*{margin:0;padding:0;}

@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url()

@font-face {
  font-family: 'NanumGothic';
  src: url('fonts/NanumGothic.eot');
  src: url('fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), /* ie 6,7,8 Àû¿ë embedded-opentype ie 8,9 Àû¿ë */
        url('fonts/NanumGothic.woff') format('woff'), /* ie Á¦¿ÜÇÑ ³ª¸ÓÁö */
        url('fonts/NanumGothic.ttf') format('truetype'),
        url('fonts/NanumGothic.svg#NanumGothic') format('svg'); /*¸ð¹ÙÀÏºê¶ó¿ìÁ®¸¦ À§ÇØ¼­*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

body {
	font: 12px;
	font-family: 'Noto Sans KR', sans-serif !important;
	marfine: 0 auto;
	background: url(img/bg.jpg) no-repeat;
	background-size: cover;
	list-style: none;
	line-height: 110%;
	/* letter-spacing: -0.3px !important; */
	color:#ffffff;
}

#bu1 a{font-size:12px; color:#ffffff;font-weight:500;}
#bu1 a:hover{font-size:12px; color:#ffffff;font-weight:500;}

.ttext {
	font-size:14px; font-weight:900; letter-spacing:-1.2; color:#fff; text-align:center;}
}




/*---¹öÆ° ½ºÅ¸ÀÏ---*/
.button2, .button2:link{
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
    font-family: '³ª´®°íµñ', 'Nanum Gothic','NanumGothicWeb';
	  LETTER-SPACING: -0.2px;	}
.button2, .button2:visited {
background: #646464 url(overlay.png) repeat-x;
display: inline-block;
font-weight: bold;
padding:  5px 5px 5px;
color: #ffffff;
text-decoration: none;
position: relative;
 font-size: 8px;
cursor: pointer;
  LETTER-SPACING: -0.2px;
  }


.button2:hover
{ background-color: #000000; color: #ffffff; font-size: 10px; font-weight: bold;   LETTER-SPACING: -0.2px;}




#blog-header-container {
    position: fixed;
    top: 5px;
    left: 0px;

    width: 100%;
    height: 0px;

    background-color: #fff;
}

#blog-header-container h1 {
    position: relative;
    top: 0px;
    left: 0px;

    font-size: 20px;
    font-weight: bold;
}

#menu-container {
    position: fixed;
    top: -15px;
    left: 0px;

    width:100%;
    padding-left: 0px;
    padding-top: 0px;
    box-sizing: border-box;

	z-index:10;

    background-color: #000000;

    -webkit-transition: padding-left 200ms linear;
    -moz-transition: padding-left 200ms linear;
    -ms-transition: padding-left 200ms linear;
    -o-transition: padding-left 200ms linear;
    transition: padding-left 200ms linear;
}
#menu-container.fixed {
    padding-left: 0px;
    opacity: 0.95;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
}
#menu-container .menu-item {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	background-color:#000;
	padding:0;
}

#blog-container {
	width:100%;
    margin-top:66px;
    padding: 0px 0 0px 0;
}
#contents {
	/* background-color:#fff; */
	color: #222;
}

#footer{height:70px;width:100%;position:relative;bottom:0;background:#000000;}



#table {display: table; width: 100%;}
.row {display: table-row;}
.cell {display: table-cell; padding: 3px; border-bottom: 1px solid #DDD;}
.col1 { width: 20%;}
.col2 {width: 20%;}
.col3 {width: 40%;}
.col4 {width: 20%;}

.pad { padding:3%; }

.dctit {
	color: #343434;
	font-weight: bold;
	font-size: 13px;
}

.dctit2 {
	color: #343434;
	font-weight: bold;
	font-size: 12px;
}

.daynumber_dc3 {
	font-size:14px;
	font-weight: bold;
	color: #fff;
	}

.tline { border:1px #d8d8d8 solid; padding:2%; }
.tline2 { border:1px #d8d8d8 solid; }

.dctt {
	color: #343434;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.tp {  padding:4px 3px 2px 3px; }

.topnumber {
	color: #175d86;
	font-size: 0.95em;
	font-weight: 700;
	text-align: center;
}
.toplocal { color:#ff1e33; font-size:11px; font-weight:700;}
.topgun { color:#888888; font-size:11px; font-weight:700; }
.st { color:#878787; font-size:0.95em; font-weight:700; }

.topnumber_s2 { color:#ff1e33; font-size:16px; font-weight:600;}
.toplocal_s { color:#3b3b3b; font-size:11px; font-weight:700;}
.topgun_s { color:#888888;  font-size:11px; font-weight:600; }
.toptext_s { color:#3b3b3b; font-size:11px; font-weight:600; text-align:left;}
.toptext2_s { color:#888888; font-size:11px;}


select{
  text-align:center;
  font-size: 12px;
  color: #4e4e4e;
  font-weight:600;
  font-family:inherit;
  padding: 3px 10px;
  border: 1px solid #9b9b9b;
}



INPUT{
  font-size: 12px;
  font-weight:600;
  font-family:inherit;
  padding: 8px 10px; /* inputÀÇ ¿©¹é Å©±â ¸¸Å­ */
  color: #4e4e4e;
  border: 0px solid #9b9b9b;
}

.room{
  text-align:center;
  font-size: 12px;
  color: #4e4e4e;
  font-weight:600;
  font-family:inherit;
  padding: .3em .8em;
  border: 1px solid #9b9b9b;
}

 /* position À» ÀÌ¿ëÇÑ ¹æ¹ý */
div.box1 {
	position:relative;
	width:39px; height:25px;
}
div.box1 > img {
	position:absolute;
	max-width:100%; max-height:100%;
	width:auto; height:auto;
	margin:auto;
	top:0; bottom:0; left:0; right:0;
}

div.box2 {
	position:relative;
	width:37px; height:24px;
}
div.box2 > img {
	position:absolute;
	max-width:100%; max-height:100%;
	width:auto; height:auto;
	margin:auto;
	top:0; bottom:0; left:0; right:0;
}

.msearchsubbt{ width:100%; text-align:center; display: inline-block;overflow: hidden; padding: 7px 13px; border: 0px solid #ff493d;border-radius: 0px;background-color: #ff493d; background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff493d), to(#ff493d));font-size:12pt; color:#FFF; font-weight:700; letter-spacing:0em;}

.minwonbt{ width:100%; text-align:center; display: inline-block;overflow: hidden; padding: 4px 1px; border: 0px solid #ff493d;border-radius: 0px;background-color: #ff493d; background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff493d), to(#ff493d));font-size:11px; color:#FFF; font-weight:300; letter-spacing:-0.5px;}

.chutour {
	color:#281e14;
	font-weight:700;
	font-size:14px;
	padding-left:7px;
	line-height: 120%;
    letter-spacing: 0.5px;
	}

.chutourlink:link, .chutourlink:visited, .chutourlink:hover, .chutourlink:active {
	color:#281e14;
	font-weight:600;
	font-size:12px;
	line-height: 120%;
    letter-spacing: -0.5px;
	text-decoration:none;
	}

.msangpumexpad {
	padding:10px 10px 5px 10px;
	background-color: #ffffff;
}
.msangpumline {
	border:solid 2px #f45046;
}
.msangpumline2 {
	border:solid 2px #f6a228;
}
.msangpumline3 {
	border:solid 2px #3d59bd;
}
.msale {
	font-size:12px;
	font-weight:800;
	padding:3px 3px;
	color:#ffffff;
	}
.mevent {
	font-size:12px;
	font-weight:800;
	padding:3px 3px;
	color:#ffffff;
    }
.mimgautocs {
	max-width:  100%;
	min-width: 130px;
	min-height: 105px;
	overflow: hidden;
    height: 105px;
}

.msangpumpad{
    padding-left:10px;
	align:center;
	line-height:100%;
}

.tgname {
	padding:0 0  2px 0;
	font-weight:700;
	font-size:17px;
	color:#2a2a2a;
}

.psnametg {
	padding:3px 0  0 0;
	font-weight: 500;
    font-size: 10pt;
    color: #999;
    line-height: 90%;
}

.tgdate {
	padding:5px 0  5px 0;
	height:10px;
	font-weight:500;
	font-size:9px;
	color:#ccc;
	line-height: 100%;
	Background : rgba(0, 0, 0, 0.5)
}

.tgdatetit {
	font-weight:500;
	font-size: 10pt;
    color: #666;
}

.mpsname {
	padding: 3px 0 5px 0;
    font-weight: 700;
    font-size: 17px;
    color: #2a2a2a;
	line-height:110%;
}

.mstarsale {
	max-width:  100%;
	min-width: 22px;
	background-color:#87ba44;
	}

.msangpumlh {
	line-height:130%;
	font-size:13px;
	}
.msangpumtel {
	font-weight:900;
	}

.mpspricest {
	font-size:12px;
	color:#a6a6a6;
	font-weight:300;
	text-decoration:line-through;
}

.mpenbangtt{
	width:40px;
	height:10px;
	padding-bottom:4px;
	background-image: url('img/penbang_pr.png');
    background-position: 0 center; /* µðÆúÆ®´Â top left, È¤Àº 0 0 */
    background-repeat: no-repeat; /* µðÆúÆ®´Â repeat */
}

.msort_wrap {width:100%; margin-left:1px;}
.msort_wrap:after {content:""; display:block; clear:both; *zoom:1}
.msortbt {float:left; text-align:center; margin-left:2px ;margin-right:2px;}
.msortbt a:link, .msortbt a:visited, .msortbt a:active {
 display:block;
 width:50px;
 border:0px solid #d7d7d7;
 text-align:center;
 padding:5px 0;
 text-decoration: none;
 background-repeat:repeat-x;
 background-color:none;
 color:#ffffff;
 font-size:12px;
 font-weight:500;
 letter-spacing:-0.5px;
}

.msortbt a:hover {
 display:block;
 border:0px solid #999999;
 text-align:center;
 text-decoration: none;
 background-color:none;
 font-size:12px;
 font-weight:500;
 color:#feca3f;
 letter-spacing:-0.5px;
}


.msortbt2 {float:left; text-align:center; margin-left:2px ;margin-right:2px;}
.msortbt2 a:link, .msortbt2 a:visited, .msortbt2 a:active {
 display:block;
 width:50px;
 border:0px solid #d7d7d7;
 text-align:center;
 padding:5px 0;
 text-decoration: none;
 background-repeat:repeat-x;
 background-color:none;
 color:#feca3f;
 font-size:12px;
 font-weight:500;
 letter-spacing:-0.5px;
}

.msortbt2 a:hover {
 display:block;
 border:0px solid #999999;
 text-align:center;
 text-decoration: none;
 background-color:none;
 font-size:12px;
 font-weight:500;
 color:#ffffff;
 letter-spacing:-0.5px;
}

.msortbar{
	float:left;
	width:1px;
	height:5px;
    display:block;
	padding:4px 2px 0px 2px;
	color:#9e9e9e;
	font-size:13px;
	vertical-align:middle;
	}

.marrowicon {
 color:#ee2d23;
 font-size:10px;
}

.msangpumlinesub {
border:solid 1px #b4b4b4;
}

.sangpumdist {
	font-size:8px;
	}

.sangpumdist2 {
	font-size:8px;
	color:#0077ae;
	}

.m_mapback{width:100%; text-align:center; display: inline-block;overflow: hidden;padding: 13px 0px; background-color: #008a75;background: -webkit-gradient(linear, 0 0, 0 100%, from(#008a75), to(#008a75));font-size: 11pt;line-height: 1.4em; color: #ffffff; font-weight:500}

.mreserbt{ width:80px; text-align:center; display: inline-block;overflow: hidden;padding: 7px 0px;border: 0px solid #676767;border-radius: 0px;background-color: #676767;background: -webkit-gradient(linear, 0 0, 0 100%, from(#676767), to(#676767));font-size: 14px;line-height: 1.4em;color: #fff;font-weight:500}

.mmorebt{ width:80px; text-align:center; display: inline-block;overflow: hidden;padding: 7px 0px;border: 0px solid #8d8d8d;border-radius: 0px;background-color: #8d8d8d;background: -webkit-gradient(linear, 0 0, 0 100%, from(#8d8d8d), to(#8d8d8d));font-size: 14px;line-height: 1.4em;color: #fff;font-weight:500}

.tabspbt{ width:100%; text-align:center; display: inline-block;overflow: hidden;padding: 5px 0px;border: 1px solid #f45046;border-radius: 0px;background-color: #f45046; background: -webkit-gradient(linear, 0 0, 0 100%, from(#f45046), to(#f45046));font-size: 15px;line-height: 1.4em;color: #fff;font-weight:500; box-shadow: 1px -1px 3px 2px rgba(0,0,0,0.5);}

.tabccbt{ width:100%; text-align:center; display: inline-block;overflow: hidden;padding: 5px 0px;border: 1px solid #f6a228;border-radius: 0px;background-color: #f6a228; background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6a228), to(#f6a228));font-size: 15px;line-height: 1.4em;color: #fff;font-weight:500; box-shadow: 1px -1px 3px 2px rgba(0,0,0,0.5);}

.tabtkbt{ width:100%; text-align:center; display: inline-block;overflow: hidden;padding: 5px 0px;border: 1px solid #3d59bd;border-radius: 0px;background-color: #3d59bd; background: -webkit-gradient(linear, 0 0, 0 100%, from(#3d59bd), to(#3d59bd));font-size: 15px;line-height: 1.4em;color: #fff;font-weight:500; box-shadow: 1px -1px 3px 2px rgba(0,0,0,0.5);}


/*---¹öÆ° ½ºÅ¸ÀÏ---*/
.mbt_wrap {width:100%; margin-left:1px; clear:both}
.mbt_wrap:after {content:""; display:block; clear:both; *zoom:1}
.mlocalbt {float:left; text-align:center; margin-right:3px; width:31%;}
.mlocalbt a:link, .mlocalbt a:visited, .mlocalbt a:active {
 display:block;
 width:100%;
 border:0px solid #d7d7d7;
 text-align:center;
 padding:5px 0;
 text-decoration: none;
 background-repeat:repeat-x;
 background-color:#a5a5a5;
 color:#ffffff;
 font-size:1em;
 font-weight:500;
}

.mlocalbt a:hover {
 display:block;
 border:0px solid #999999;
 text-align:center;
 text-decoration: none;
 background-color:#4460ba;
 font-size:1em;
 font-weight:500;
 color:#ffffff;
}



.mlocalbt2 {float:left; text-align:center; margin-right:3px; width:31%;}
.mlocalbt2 a:link, .mlocalbt2 a:visited, .mlocalbt2 a:active {
 display:block;
 width:100%;
 border:0px solid #d7d7d7;
 text-align:center;
 padding:5px 0;
 text-decoration: none;
 background-repeat:repeat-x;
 background-color:#4460ba;
 color:#ffffff;
 font-size:1em;
 font-weight:500;
}

.mlocalbt2 a:hover {
 display:block;
 border:0px solid #999999;
 text-align:center;
 text-decoration: none;
 background-color:#a5a5a5;
 font-size:1em;
 font-weight:500;
 color:#ffffff;
}


/* ´ºµå¸²È¨ÇÇ ²Ù¹Ò */

.m_morepsname { font-family: 'Nanum Gothic', serif; font-size:2.5em; color: #272727; font-weight:600; padding:29px 0 27px 0;}
.m_morepsbpad { padding:0 0 0 46px; }
.m_morepsbpad2 { padding:46px; }
.m_morepsbpad3 { padding:20px 0 20px 0; }
.m_morepsbpad4 { padding:0px; }
.m_morepsinfot { color: #343434; padding:0 0 8px 0; font-size:1em;  }
.m_morepsinfotext { color: #838383; font-size:1em;  }
.m_morepsresertit {  font-family: 'Noto Sans KR'; font-size:1.4em; color: #444443; font-weight:500; padding:0px 0 10px 0; }
.m_morepsresertext { font-family: 'Noto Sans KR'; color: #888; font-size:14px; line-height:140%; font-weight:400; }
.m_submtit { font-size:1.2em; color:#3c3c3c; font-weight:700; padding:20px 0 15px 0; }
.m_listbpad { padding:0 0 44px 0; }

.m_ndbt_wrap {width: 100%; position:relative; }
.m_ndbt_pad {padding-top:3px;}
.m_ndbt_pad2 {padding:2px;}
.m_ndbt_wrap:after {content:""; display:block; clear:both; *zoom:1}
.m_ndbt { float:left;  width:32%; margin-right:0.1em; margin-left:0.1em; margin-bottom: 3px;}
.m_ndbt a:link, .m_ndbt a:visited, .m_ndbt a:active {
 display:block;
 border:1px solid #222222;
 text-align:center;
 padding: 6px 5px 6px 5px;
 text-decoration: none;
 background-repeat:repeat-x;
 background:#ffffff;
 color:#222;
 font-size:0.95em;
 font-weight:500;
 letter-spacing:-0.7px;
 overflow:hidden;
 border-radius: 20px;
}

.m_ndbt a:hover {
 display:block;
 border:1px solid #222222;
 text-align:center;
 padding: 6px 5px 6px 5px;
 text-decoration: none;
 background:#393939;
 color:#ffffff;
 font-size:0.95em;
 font-weight:500;
 letter-spacing:-1px;
 overflow:hidden;
}

.m_ndbton { float:left; width:32%; margin-right:0.1em; margin-left:0.1em;  }
.m_ndbton {
 display:block;
 text-align:center;
 padding: 6px 5px 6px 5px;
 text-decoration: none;
 background:#393939;
 color:#ffffff;
 font-size:0.95em;
 font-weight:500;
 letter-spacing:-1px;
 overflow:hidden;
 border-radius: 20px;
 border:1px solid #222222;
 margin-bottom: 3px;
}
.m_ndbton a:link, .m_ndbton a:visited, .m_ndbton a:active, .m_ndbton a:hover {
	color:#ffffff;
	text-decoration: none;
	text-align:center;
	font-weight:500;
	overflow:hidden;
	border-radius: 20px;
}

.m_ndsmpad{
    display: block;
	width:auto;
    height: 3px;
}

.m_dsmtline { border-top:1px dotted #989898; }

.mlocalpad { padding: 1px;}

.m_submtit { font-size:1.2em; color:#3c3c3c; font-weight:700; padding:5px 0 5px 0; }

.newdmmenu a:link, .newdmmenu a:visited, .newdmmenu a:active {
	color:#ffffff;
	text-decoration: none;
	text-align:center;
	font-weight:600;
	}

.newdmmenu a:hover {
	color:#ededed;
	text-decoration: none;
	text-align:center;
	font-weight:600;
	}


/* °´½Ç¹Ù·Î°¡±â È¿°ú */
.column {
	margin: 5px 5px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}

figure {
	width: 100%;
	margin: 0;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	color:#222;
}

figure :link, figure:hover: {
	width: 100%;
	margin: 0;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	color:#222;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
	color:#222;
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}


.m_green_window {
	display: inline-block;
	width: 78%;
	height: 35px;
	border: 3px solid #ff493d;
	background: white;
	box-sizing: border-box;
}
.m_input_text {
	width: 92%; height:auto;
	padding: 6px 10px;
	border: 0;
	line-height: 16px;
	font-weight: 400;
	font-size: 14px;
	outline: none;
	letter-spacing:-1px;
}
.m_sch_smit {
	width: 20%; height: 35px;
	margin: 0; border: 0;
	vertical-align: top;
	background: #ff493d;
	color: white;
	font-weight: bold;
	border-radius: 1px;
	cursor: pointer;
}
.m_sch_smit:hover {
	background: #ff493d;
}
