/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  /* font: inherit; 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, li {
  list-style: none!important;
}

a, p, span {
  color: #000000;
  text-decoration: none!important;
  margin: 0;
  padding: 0;
}

a, p, span, div, li, td, input {
  font-family: 'NanumSquare', sans-serif;
}

@font-face {
  font-family: 'MaruBuri-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.sound_only {
  display: none!important;
}




/* OMNIUS CSS Ver1.1 */



/* HEADER */

.om_header .gnb_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #253b80;
}
.om_header .gnb_wrap > .con {
  width: 100%;
  max-width: 1140px;
  height: 100px;
}

/* HEADER */


/* OM_GNB_WRAP */

.om_gnb_wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.om_gnb_wrap > .gnb {
  display: flex;
}
.om_gnb_wrap > .gnb > .one {
  position: relative;
  /* width: 130px; */
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 0 20px; */
  box-sizing: border-box;
}
.om_gnb_wrap > .gnb > .one > .tit {
  /* padding-left: 10px; */
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 999;
  background-color: #253b80;
  height: 90px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.om_gnb_wrap > .gnb > .one::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #253b80;
  z-index: 999;
}
.om_gnb_wrap > .gnb > .one::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: #179bd7;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}
.om_gnb_wrap > .gnb > .one:hover:after {
  width: 100%;
  /* transition: width 0.3s; */
}
.om_gnb_wrap > .gnb > .one:hover > .tit + .sub {
  max-height: 500px;
  opacity: 1;
  /* transition: all 0.7s; */
}
.om_gnb_wrap > .gnb > .one > .tit > a {
  color: white;
  font-size: 14px;
  cursor: pointer;
}
.om_gnb_wrap > .gnb > .one > .sub {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 150px;
  background-color: #000000;
  z-index: 3;
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.om_gnb_wrap > .gnb > .one > .sub > li {
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.om_gnb_wrap > .gnb > .one > .sub > li:hover {
  background-color: #179bd7;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.om_gnb_wrap > .gnb > .one > .sub > li:hover a {
  color: white;
}
.om_gnb_wrap > .gnb > .one > .sub a {
  font-size: 13px;
  color: #cccccc;
}
.om_gnb_wrap > .gnb > .close {
  display: none;
}
.om_gnb_wrap > .toggle {
  display: none;
  padding: 10px;
}

@media screen and (max-width: 1140px){
  .om_gnb_wrap > .gnb {
    position: fixed;
    top: 0;
    left: -120%;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #253b80;
    overflow: auto;
    padding-top: 50px;
    box-sizing: border-box;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    z-index: 99;
  }
  .om_gnb_wrap > .gnb > .one::before {
    display: none;
  }
  .om_gnb_wrap > .gnb > .one::after {
    display: none;
  }
  .om_gnb_wrap > .gnb > .one {
    height: auto;
  }
  .om_gnb_wrap > .gnb > .one > .tit {
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .om_gnb_wrap > .gnb > .one > .sub {
    position: static;
    width: 100%;
  }
  .om_gnb_wrap > .gnb > .one:hover > .tit + .sub {
    max-height: 0px;
    opacity: 0;
  }
  .om_gnb_wrap > .gnb > .one > .sub > li {
    padding: 10px 20px;
  }
  .om_gnb_wrap > .gnb > .one > .sub > li:hover {
    background-color: #000000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .om_gnb_wrap > .gnb > .one > .sub > li:hover a {
    color: #cccccc;
  }
  .om_gnb_wrap > .gnb > .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    z-index: 99999;
    font-size: 25px;
    padding: 10px;
  }
  .om_gnb_wrap > .logo {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .om_gnb_wrap > .toggle {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: white;
    font-size: 25px;
  }
}

/* OM_GNB_WRAP */





/* OM_FOOTER */

.om_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  box-sizing: border-box;
  background-color: #212327;
  margin-top: 30px;
}
.om_footer > .con {
  width: 100%;
  max-width: 1140px;
  /* height: 300px; */
}
.om_footer > .con > .tit {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
}
.om_footer > .con > .desc > p {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  padding: 5px 0;
}

/* OM_FOOTER */



/* MAIN */

.om_main_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.om_main_wrap > .con {
  width: 100%;
  max-width: 1140px;
}
.om_main_wrap > .con > .om_main_banner {
  width: 100%;
}
.om_main_wrap > .con > .om_main_banner > img {
  width: 100%;
}

/* MAIN */



/* SUB_TOP */

/* font-family: 'MaruBuri-Regular'; */
/* 28 11 */
.om_subtop_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  margin-bottom: 30px;
}
.om_subtop_wrap > .con {
  width: 100%;
  max-width: 1140px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.om_subtop_wrap > .con > .tit > p {
  font-family: 'MaruBuri-Regular';
  font-weight: 400;
  font-size: 28px;
  color: #343434;
}
.om_subtop_wrap > .con > .loca > a {
  font-size: 11px;
  color: #666666;
}

/* SUB_TOP */




/* SUB_WRAP */

.om_sub_content_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.om_sub_content_wrap > .con {
  width: 100%;
  max-width: 1140px;
}

/* SUB_WRAP */



/* BOARD */

.om_board_edit_bt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.om_board_edit_bt a i {
  padding-left: 3px;
}
.om_bo_write_bt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.om_bo_write_bt > .con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.om_bo_write_bt > .con > .cancel_bt {
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 14px;
}
.om_bo_write_bt > .con > .submit_bt {
  background-color: #253b80;
  border: 1px solid #253b80;
  border-radius: 5px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
}
.om_board_else_input > .con > .input > .one {
  display: flex;
  justify-content: center;
  align-items: center;
}
.om_board_else_input > .con > .input > .one > input {
  width: 20%;
  height: 30px;
}
.om_board_else_input > .con > .input > .one > textarea {
  width: 80%;
  height: 100px;
}
.om_board_else_input > .con > .add_del_bt {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.om_board_else_input > .con > .add_del_bt > div {
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}

/* BOARD */


/* PAGING */

nav.pg_wrap {
  width: 100%;
}
nav.pg_wrap > .pg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.pg_wrap > .pg > a,
nav.pg_wrap > .pg > strong {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 15px;
}
nav.pg_wrap > .pg > strong {
  background-color: #253b80;
  border-radius: 5px;
  color: white;
}

/* PAGING */


/* BOARD VIEW */

.om_board_top {
  width: 100%;
}
.om_board_top > .con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
}
.om_board_top > .con1 > li {
  margin: 0 15px 0 0;
  font-size: 13px;
  font-weight: 400;
}
.om_board_top > .con1 {
  background-color: #f4f4f4;
  border-top: 2px solid #3a3a3a;
}
.om_board_top > .con2 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 22px;
  font-weight: 400;
}
#bo_v_img {
  text-align: center;
}
.bo_v_nb {
  padding: 0!important;
}
.om_board_list {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100px;
}
.om_board_list > li {
  width: 45px;
  height: 30px;
  border-radius: 5px;
  background-color: #777777;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.om_board_list > li > a {
  font-size: 12px;
  font-weight: 400;
  color: white;
}
.om_view_content {
  margin-top: 50px;
}

/* BOARD VIEW */

/* BOARD WRITE */

.full_input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.btn_confirm {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.btn_confirm > a,
.btn_confirm > button {
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px!important;
  border-radius: 10px!important;
}
.btn_confirm > a {
  border: 1px solid #cccccc;
}
.btn_confirm > button {
  background-color: #253b80;
  border: 1px solid #253b80;
  margin-left: 10px;
  color: white;
}

/* BOARD WRITE */


/* LATEST Main */

.om_late1_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.om_late1_wrap > .con {
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.om_late1_wrap > .con > .one {
  width: 18%;
  margin-bottom: 20px;
}
.om_late1_wrap > .con > .one > li.img {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}
.om_late1_wrap > .con > .one > li.img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  width: 100%;
}
.om_late1_wrap > .con > .one > li.img a img {
  width: 100%;
}
.om_late1_wrap > .con > .one > li.tit a {
  font-size: 13px;
}

@media screen and (max-width: 1140px){
  .om_late1_wrap > .con > .one {
    width: 30%;
  }
}
@media screen and (max-width: 800px){
  .om_late1_wrap > .con > .one {
    width: 45%;
  }
}
@media screen and (max-width: 550px){
  .om_late1_wrap > .con > .one > li.img {
    height: 170px;
  }
}
@media screen and (max-width: 420px){
  .om_late1_wrap > .con > .one {
    width: 100%;
  }
}
.om_tit_img img {
  width: 428px
}
.om_tit_img2 img {
  width: 398px
}



.om_late2_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.om_late2_wrap > .con {
  width: 100%;
  max-width: 1140px;
}
.om_late2_wrap > .con > .om_main_late2 > .tit a {
  font-size: 13px;
}
.om_late2_wrap > .con > .om_main_late2 {
  display: flex;
  justify-content:space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
}
.om_late2_wrap > .con > .om_main_late2 > .info span {
  font-size: 13px;
}

@media screen and (max-width: 1000px){
  .om_late2_wrap > .con > .om_main_late2 > .info {
    display: none;
  }
}


/* LATEST Main */



/* om_login */

.om_login {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.om_login > .con {
  width: 100%;
  max-width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.om_login > .con #login_fs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.om_login > .con #login_fs input {
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  color: gray;
  font-family: 'NanumSquare', sans-serif;
  font-size: 13px;

}
.om_login > .con #login_fs input[type=password]{
  font-family: '굴림', sans-serif!important;
}
.om_login > .con #login_fs button[type="submit"] {
  width: 250px;
  margin-top: 15px;
  padding: 10px;
  color: gray;
  font-family: 'NanumSquare', sans-serif;
  font-size: 13px;
  
}

/* om_login */


.om_hid { display: none!important; }
.gtx-trans-icon { display: none!important; }

/* OMNIUS CSS Ver1.1 */