@charset "euc-kr";
@import url(contents.css);

/* ==============================================
   defaults
   ============================================== */


        body {
            padding:0px;
            margin:0px;
        }

.back-to-top {
    position: fixed;
    bottom: 0em;
    right: 0px;
    padding: 0em;
    display: none;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
}
.back-to-top { position: fixed; bottom: 3em; right: 10px; text-decoration: none; color: #000000; background-color: rgba(235, 235, 235, 0.80); font-size: 12px; padding: 0.5em; display: none;}
.back-to-top:hover { background-color: rgba(156, 156, 156, 0.30);}

.post_content img {max-width:100%; height:auto}
.post_content1 img {max-width:100%; height:auto}

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; vertical-align:middle;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
ol, ul { list-style:none;}
blockquote, q {	quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}

::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
input, select { margin:0; padding:0; vertical-align:middle;}
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; text-indent:-9999px;}
.ir:before { content: ""; display: block; width: 0; height: 150%; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }
.clearfix {  *zoom: 1;}
.hidden { display:none;}

/* box sizing */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ==============================================
   layout
   ============================================== */


html { overflow:auto; overflow-y:scroll;}
input,
select,
button,
textarea,
body { font-size:12px; font-family:sans-serif !important;}
body { color:#222222; background-color: #FFFFFF; }

#wrap { color: #333333; }
#wrapIn {}

.forPC { display: block !important;}
.forMobile { display: none !important;}
.mobileMenu { display: none;cursor: pointer;}

/* header */

#header { padding-top: 50px; }
#header h1 { width: 300px; height: 100px; margin: 0 auto;}
#header h1 a { display: block; height: 80px; text-indent: -9999px; background: url(../logo.png) center center no-repeat; }
#header .gnb { position: relative; width: 800px; height: 70px; margin: 0 auto; }
#header .gnb ul.list {*zoom:1;} /* Hack for browser IE5.5~7 */
#header .gnb ul.list:after { content:" "; display:block; clear:both;} /* float virtual element */
#header .gnb ul.list { height: 70px;}
#header .gnb ul.list.right { position: absolute; right: 0; top: 0; height: 70px; }
#header .gnb ul.list li { float: left; padding: 17px 0; }
#header .gnb ul.list li a { display: block; height: 36px; line-height: 36px; font-size: 13px; font-weight: bold;  color: #555; text-decoration: none; text-transform: uppercase; padding: 0 26px; }
#header .gnb ul.list li.blog a { border: 2px solid #d32626; }
#header .gnb ul.list li a:hover { color: #888; border-color: #fd462e; }
#header .gnb ul.list li.active a { color: #888; }

/* footer */

#footer {text-align: center; width: auto; height: 180px; font-size: 11px; line-height: 20px; color: #777777; border-top: 1px solid #ffffff; margin: 0 auto; }
#footer a { color: #565656; text-decoration: none; }

/* quick */



/* mediaquery for tab */

@media only screen and (min-width: 801px) and (max-width: 1200px) {

}

/* mediaquery for mobile */

@media only screen and (max-width: 800px) {

.forPC { display: none !important;}
.forMobile { display: block !important;}

p.mobileMenu { display: block; width: 100%; height: 32px; line-height: 32px; font-size: 13px; color: #d7d7d7; text-align: center; background-color: #000; border: 1px solid #000; margin: 24px auto 0;}

/* header */

#header { padding: 21px 10px 0; margin-bottom: 30px; }
#header h1 { height: 80px;}
#header h1 a { height: 80px; -webkit-background-size: auto 90%; background-size: auto 90%; }
#header .gnb { width: 100%; height: 0; overflow: hidden;
     -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
#header .gnb ul.list { height: auto;}
#header .gnb ul.list.right { position: relative; right: auto; top: auto; height: auto; }
#header .gnb ul.list li { float: none; text-align: left; padding: 0; background-color: #fff;}
#header .gnb ul.list li a { height: 35px; line-height: 35px; font-size: 12px; font-weight: bold; border: 1px solid #000; border-width: 0 1px 1px; }
#header .gnb ul.list li.blog a { border: 1px solid #83725f; border-width: 0 1px 1px; }
#header .gnb ul.list li a:hover { color: #000; border-color: #83725f; }

/* ¸ð¹ÙÀÏ¸Þ´º ¼¼·Î±æÀÌ */
#header .gnb.active { height: 300px; }

/* footer */

#footer {width: auto; font-size: 12px; padding: 0px 10px; }

}

/* ==============================================
   main
   ============================================== */

/* visual */

.visWrap,
.visWrap { margin-bottom: 10px; }
#mainVisual { position: relative; overflow: hidden; }


/* main body */


#mainBody {text-align: center; width: 1200px; height: 50px;  position: relative; margin: 0 auto; }

#mainBody .info ul.list { position: absolute; top: 0; right: 20px; margin: 0 auto; }
#mainBody .info ul.list li { float: left; height: 20px; line-height: 20px; font-size: 12px; margin-left: 24px; }
#mainBody .info ul.list li span.tel { margin-right: 10px; }
#mainBody .info ul.list li a { color: #333333; text-decoration: none; }


/* mediaquery for tab */

@media only screen and (min-width: 801px) and (max-width: 1200px) {

/* visual */

.visWrap,
#mainVisual,
#mainVisual ul.amazingslider-slides li,
#mainVisual ul.amazingslider-slides li p.img { width: 100%;}

}

@media only screen and (min-width: 801px) and (max-width: 1000px) {

/* visual */

.visWrap,
#mainVisual,
#mainVisual ul.slides li,
#mainVisual ul.slides li p.img { width: 1000px;}

}

/* mediaquery for mobile */

@media only screen and (max-width: 800px) {

/* visual */

.visWrap,
#mainVisual,
#mainVisual ul.slides li,
#mainVisual ul.slides li p.img { width: auto; height: 100%; }
.visWrap { padding: 0 10px; margin-bottom: 10px; }

#mainVisual ul.flex-direction-nav { display: none; }

#mainVisual ol.flex-control-nav { left: 0; bottom: 20px; width: 100%; height: 24px; margin-left: 0; }
#mainVisual ol.flex-control-nav li { height: 24px; }
#mainVisual ol.flex-control-nav li a { height: 24px; line-height: 24px; font-size: 12px; padding: 0 14px;}

/* main body */

#mainBody { width: auto; padding: 0 0px; margin: 0 auto 0px; }
#mainBody .reservation { width: auto; padding-left: 20px; margin-bottom: 20px; }
#mainBody .reservation h3 { height: 20px; line-height: 20px; font-size: 15px; }
#mainBody .reservation a.btnMore { width: 20px; height: 20px; -webkit-background-size: 90% auto; background-size: 90% auto; }
#mainBody .reservation ul.list li { font-size: 12px; }

#mainBody .info { padding-left: 0px; }
#mainBody .info ul.list { position: relative; top: auto; right: auto; }
#mainBody .info ul.list li { float: none; height: 20px; line-height: 20px; font-size: 12px; margin-left: 0; margin-bottom: 0px; }
#mainBody .info ul.list li span.title { margin-right: 10px; }
#mainBody .info ul.list li span.title img { width: auto; height: 100%; }

}
