@charset "utf-8";
html.show-modal { overflow: hidden; }
*{ margin: 0; padding: 0; list-style: none; }
a{ text-decoration:none !important; color: #333; }
img { vertical-align: top; }
body{ background: rgb(255, 255, 255); font: 0.75em/1.5 "NanumBarunGothic", "Malgun Gothic", dotum, sans-serif; color: #333; font-size-adjust: none; font-stretch: normal; overflow: hidden; }
br { font-family: "Malgun Gothic", dotum, sans-serif; }
input[type=checkbox]{}
input[type=text]{}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999 !important; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #999 !important; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #999 !important; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999 !important; }
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder { color: #999 !important; }
.inner { width: 100%; max-width: 1800px; margin: 0 auto !important; clear: both; padding: 0 90px; box-sizing: border-box; }
.inner-wrap { width: 1200px; margin: 0 auto !important; clear: both; }
.main-color { color: #f17297 !important; }
.main-bg-color { background: #f17297; color: #fff; }
.second-bg-color { color: #000; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.engFont { font-family: 'Oswald', sans-serif; }
.left-box { float: left; }
.right-box { float: right; }
.root_daum_roughmap { margin: 0; padding: 0; border: 0; }

#wrap { width: 100%; overflow: hidden; min-width: 1200px !important; }
#header { width: 100%; overflow: hidden; position: fixed; height: 90px; background: #fff; z-index: 99; box-shadow: 0 1px 8px 0px rgba(0,0,0,0.2); }
#header .inner-wrap {}
#header .inner-wrap .logo { float: left; }
/* #header .inner-wrap .mm { float: right; } */
#header .inner-wrap .mm > li { float: left; line-height: 90px; font-size: 17px; color: #000; cursor: pointer; margin-left: 50px; }

#container { width: 100%; overflow: hidden; padding-top: 90px; }

#footer { width: 100%; background: #fff; text-align: center; padding: 40px 0 60px; font-size: 16px; }
#footer > p:nth-child(2) { padding-top: 10px; }
#footer > p:nth-child(3) { font-size: 11px; padding-top: 15px; }

#quick { width: 50px; overflow: hidden; position: fixed; right: 50px; bottom: 120px; z-index: 99; display: block; }
#quick > ul > li { width: 50px; height: 50px; margin-top: 10px;  }
#quick > ul > li img { width: 100%; }

.naver-reserv { position: fixed; top: 10px; right: 10px; z-index: 99; width: 61px; height: 61px; background: #01c73c; text-align: center; line-height: 61px; }
.naver-reserv > a { color: #fff; display: block; width: 100%; height: 100%; }
.naver-reserv::after { content: ''; width: 61px; height: 61px; background: url('../img/common/naver_off.jpg'); position: absolute; left: 0; top: 0; }
.naver-reserv:hover::after { display: none; }

.kakao-reserv { position: fixed; top: 10px; right: 80px; z-index: 99; width: 61px; height: 61px; background: #fed829; text-align: center; line-height: 61px; }
.kakao-reserv > a { color: #fff; display: block; width: 100%; height: 100%; }
.kakao-reserv::after { content: ''; width: 61px; height: 61px; background: url('../img/common/kakao_off.jpg'); position: absolute; left: 0; top: 0; }
.kakao-reserv:hover::after { display: none; }