@charset "utf-8";
html.show-modal { overflow-y: hidden !important; padding-right: 17px; box-sizing: border-box; }
html { scroll-behavior: smooth; }
* { 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: #333 !important; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #333 !important; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #333 !important; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #333 !important; }
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder { color: #333 !important; }
.wide-wrap { width: 1700px; margin: 0 auto; clear: both; }
.inner-wrap{ width:1200px; margin:0 auto !important; clear:both; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.ellipsis-line3 { line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.ellipsis-line4 { line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.ellipsis-line6 { line-height: 1.5; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.engFont { font-family: 'Roboto'; }
.img-center { position: relative; left: 50%; margin-left: -960px; width: 1920px; }
.center { display: flex !important; justify-content: center; align-items: center; }
.row-center { display: flex !important; align-items: center; }
.col-center { display: flex !important; justify-content: center; }
.none { display: none !important; }
.youtube_frame { width: 100%; padding-bottom: 56.25%; overflow: hidden; position: relative; }
.youtube_frame iframe { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
#hd_login_msg { display: none; }
#wrap { position: fixed; top: 0; left: 0; width: 100%; overflow: hidden; }
.quick { position: fixed; right: 30px; top: 200px; z-index: 99999; width: 87px; overflow: hidden; }
.quick > p > a { width: 174px; display: flex; }
.quick > p > a:hover { transform: translateX(-87px); }
.quick > p.top_btn > a:hover { transform: translateX(0); } 

#footer { position: relative; }
#footer .tscroll { position: absolute; top: 100px; left: 465px; margin-left: 0px; z-index: 2; }