@charset "utf-8";

/****************************** RESET ******************************/

* { padding: 0; margin: 0; border: 0; outline: 0; box-sizing: border-box; }
:focus { outline: 0; }
::before, ::after { box-sizing: border-box; }
::-webkit-input-placeholder { font-size: 14px; font-weight: normal; text-transform: none; }
:-moz-placeholder { font-size: 14px; font-weight: normal; text-transform: none; opacity: 1; filter: alpha(opacity=100); }
::-moz-placeholder { font-size: 14px; font-weight: normal; text-transform: none; opacity: 1; filter: alpha(opacity=100); }
:-ms-input-placeholder { font-size: 14px; font-weight: normal; text-transform: none; }
body {font: 400 14px 'Noto Sans KR', sans-serif;  word-break: keep-all; -webkit-overflow-scrolling: touch;  }
h1, h2, h3, h4, h5, h6 { display: block; line-height: 100%; }
i, em, address { font-style: normal; }
input, select, textarea, button, label { color: inherit; font-family: inherit; font-size: 100%; vertical-align: middle; border-radius: 0; box-shadow: 0; outline: none; -webkit-appearance: none; appearance: none; }
select::-ms-expand { display:none; }
textarea { resize: none; }
label { cursor: pointer; }
fieldset, img, iframe { border: none; }
img { vertical-align: top; outline: none; }
a { color: inherit; text-decoration: none; }
a:hover, a:active, a:visited { text-decoration: none; }
menu, li { list-style: none; }
button { font-family: inherit; cursor: pointer; vertical-align: middle; background: none; }
caption { width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; visibility: hidden; }
hr { display: none; }
table { width: 100%; border-spacing: 0; }
th, td { font-weight: normal; text-align: left; }
mark { background: none; }
canvas { display: block; width: 100%; height: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }


body{
    width: 100%;
    overflow-x: hidden;
}
.container { position: relative; width: 100%; padding-top: 155px; }
.wrap { position: relative; width: 100%; height: 100%; }
.inner { display: block; width: 100%; max-width: 1200px; margin: 0 auto; position: relative; height: 100%; }

.hide { display: none !important; }
.overflow { overflow: hidden !important; }

.fl { float: left !important; }
.fr { float: right !important; }
.cb { clear: both !important; }
.tl { text-align: left !important}
.tr { text-align: right !important}
.tc { text-align: center !important}

.tof {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }


.after::after{ content: ""; display: block; clear: both;}


