@charset "utf-8";

/* NotoSans KR font */

@font-face {
  font-family: "NotoSans";
  font-weight: 200;
  font-style: normal;
  src: local('Noto Sans KR Light'),
  url("/fonts/NotoSans-Light.eot"),
  url('/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
  url("/fonts/NotoSans-Light.woff") format("woff"),
  url("/fonts/NotoSans-Light.woff2") format("woff2"),
  url("/fonts/NotoSans-Light.otf") format("opentype");
}

@font-face {
  font-family: "NotoSans";
  font-weight: 400;
  font-style: normal;
  src: local('Noto Sans KR Regular'),
  url("/fonts/NotoSans-Regular.eot"),
  url('/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
  url("/fonts/NotoSans-Regular.woff") format("woff"),
  url("/fonts/NotoSans-Regular.woff2") format("woff2"),
  url("/fonts/NotoSans-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSans";
  font-weight: 600;
  font-style: normal;
  src: local('Noto Sans KR Medium'),
  url("/fonts/NotoSans-Medium.eot"),
  url('/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
  url("/fonts/NotoSans-Medium.woff") format("woff"),
  url("/fonts/NotoSans-Medium.woff2") format("woff2"),
  url("/fonts/NotoSans-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Raleway";
  font-weight: 800;
  font-style: normal;
  src: local('Raleway ExtraBold'),
  url("/fonts/Raleway-ExtraBold.eot"),
  url('/fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url("/fonts/Raleway-ExtraBold.woff") format("woff"),
  url("/fonts/Raleway-ExtraBold.woff2") format("woff2"),
  url("/fonts/Raleway-ExtraBold.otf") format("opentype");
}


/* reset */
*{margin:0; padding:0; box-sizing:border-box;}
*:active, *:focus { box-shadow: none !important; }
html{width:100%; height:100%}
body{min-width:1260px; position:relative; font-family:"NotoSans",Malgun Gothic,"맑은 고딕",dotum,"돋움",gulim,"굴림",Arial,AppleGothic,verdana,sans-serif,helvetica !important; font-size:16px !important; line-height: 24px !important; font-weight: 200 !important; color:#222222 !important; letter-spacing:-0.6px; -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch;}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,table,tr,th,td{margin:0; margin-bottom: 0 !important; padding:0; word-break: keep-all; word-wrap: break-word;}
ul,ol,li{list-style:none}
img, fieldset{border:none; vertical-align:top}
legend, caption{position:absolute; top:-9999px; left:-9999px; z-index:-1}
textarea, button{vertical-align:middle}
input, select{ vertical-align:middle; background:#fff; border:1px solid #cccccc; letter-spacing:-0.6px; padding: 5px 10px; border-radius:3px; font-size:15px !important}
input[type="radio"],input[type="checkbox"] {border:0; padding:0; height:auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
input[type="password"] {border:1px solid #cccccc; background:#fff; -webkit-appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
input[type="text"] {background:#fff; -webkit-appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
select{padding:5px; border:1px solid #cccccc; background:#fff;}
textarea{padding:10px; vertical-align:middle; background:#fff; border:1px solid #cccccc; font-size:14px; letter-spacing:-0.6px; -webkit-appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-radius:0}
p {margin-bottom: 0px !important}
a{text-decoration:none; color: inherit !important; }
a:hover, a:focus, a:active{text-decoration:none !important; }
table{border-collapse:collapse; width:100%;}
button{background:none; border:none; padding:0; margin:0; cursor:pointer; overflow:visible; white-space: nowrap;  font-size:14px;}
button:active {outline: none}
button::-moz-focus-inner {padding:0; border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
input:placeholder-shown, textarea:placeholder-shown {color: #cccccc !important;}/* Standard */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #cccccc !important;}/* WebKit, Blink, Edge */
input:-moz-placeholder, textarea:-moz-placeholder { color: #cccccc !important;}/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc !important;}/* Mozilla Firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc !important;} /* Internet Explorer 10-11 */


input:-internal-autofill-selected {
	background-color: #cccccc !important;
	background-image: none !important;
	color: #f37321 !important;
}

/* screen */
@media (max-width: 576px) {
    .container {
      max-width: 1280px !important;
    }
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 1280px !important;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 1280px !important;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 1280px !important;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px !important;
    }
  }
  
  @media (max-width: 576px) {
    .modal-lg,
    .modal-xl {
      max-width: 1280px !important;
      width: 1280px !important;
    }
  }
  
  @media (min-width: 576px) {
    .modal-lg,
    .modal-xl {
      max-width: 1280px !important;
      width: 1280px !important;
    }
  }
  
  @media (min-width: 768px) {
    .modal-lg,
    .modal-xl {
      max-width: 1280px !important;
      width: 1280px !important;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 1280px !important;
      width: 1280px !important;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1280px !important;
      width: 1280px !important;
    }
  }


/* IR */
.ir_wa {display:block;overflow:hidden;position:relative;z-index:-10;width:100%;height:100%} 
.ir_pm {display:block;overflow:hidden; text-indent:200%; white-space:nowrap }
.blind {display:block;overflow:hidden;position:absolute;top:-1000em;left:0}

/* IE-type:control */
input[type="text"]::-ms-clear {
  display: none;
}