@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 "Noto Sans KR", "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: 1400px; 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; }
.img { position: relative; width: 1920px; left: 50%; margin-left: -960px; }

#wrap { width: 100%; overflow: hidden; min-width: 1400px !important; }
#header { width: 100%; overflow: hidden; position: fixed; height: 100px; background: rgba(255,255,255,0.85); 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: 100px; font-size: 20px; color: #000; cursor: pointer; margin-left: 50px; font-weight: 700; }

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

#footer { width: 100%; background: #e6e6e6; text-align: center; }
