@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html, body {
  margin: 0;
  padding: 0; }

body {
  font: 16px/1.3 'Noto Sans KR', '맑은 고딕', 맑은고딕, sans-serif;
  color: #000; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  vertical-align: top; }

img {
  border: 0; }

input, select, button, textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit; }

.icon-location,
.icon-tel,
.icon-mail {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-top: -2px;
  vertical-align: middle; }

.icon-location {
  background-image: url("../images/icon_location.png"); }

.icon-tel {
  background-image: url("../images/icon_tel.png"); }

.icon-mail {
  background-image: url("../images/icon_mail.png"); }

.fm_bebas {
  font-family: "Bebas Neue"; }

.pc-show {
  display: block !important; }
  @media (max-width: 1000px) {
    .pc-show {
      display: none !important; } }

.mo-hidden {
  display: none !important; }
  @media (max-width: 1000px) {
    .mo-hidden {
      display: block !important; } }

@media (min-width: 1201px) {
  .pc-br {
    display: block; } }

.tac {
  text-align: center; }

.cs-table-center {
  display: table;
  width: 100%;
  height: 100%; }
  .cs-table-center > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.cs-table th, .cs-table td {
  padding: 15px 20px; }

.cs-table table {
  width: 100%;
  table-layout: fixed; }

.cs-table thead th, .cs-table thead td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece; }

.cs-table tbody th, .cs-table tbody td {
  border-top: 1px solid #dddddf;
  border-bottom: 1px solid #dddddf;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece; }

.cs-table tr > *:first-child {
  border-left: 0; }

.cs-table tr > *:last-child {
  border-right: 0; }

.cs-list-check {
  font-size: 14px;
  color: #4e4e4e; }
  .cs-list-check, .cs-list-check li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .cs-list-check li {
    margin-top: 5px;
    position: relative;
    padding-left: 15px; }
    .cs-list-check li::after {
      content: '';
      width: 8px;
      height: 3px;
      border: 1px solid #000;
      position: absolute;
      left: 0;
      top: 7px;
      border-top: 0;
      border-right: 0;
      transform: rotate(-45deg); }

.lay-header,
.lay-logo,
.lay-logo a,
.lay-gnb {
  transition: all .3s; }

.lay-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 200; }
  .lay-header h1 {
    margin: 0;
    padding: 0; }

.lay-logo {
  position: absolute;
  left: 50px;
  top: 30px; }
  .lay-logo a {
    background: url("../images/logo.png") no-repeat;
    font-size: 0;
    width: 88px;
    height: 49px;
    display: block;
    background-size: 80px 49px; }
  @media (max-width: 1000px) {
    .lay-logo {
      left: 20px;
      top: 20px; }
      .lay-logo a {
        width: 44px;
        height: 25px;
        background-size: 44px 25px; } }

.lay-gnb {
  position: absolute;
  right: 50px;
  top: 50px; }
  .lay-gnb a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    margin-left: 75px;
    font-weight: 100; }
    .lay-gnb a:first-child {
      margin-left: 0; }
  @media (max-width: 1000px) {
    .lay-gnb {
      right: 20px;
      top: 20px; }
      .lay-gnb a {
        font-size: 15px;
        margin-left: 20px; } }

.lay-header.fixed {
  background: #123f7c;
  height: 40px; }
  .lay-header.fixed .lay-gnb {
    top: 10px;
    right: 10px; }
    .lay-header.fixed .lay-gnb a {
      font-size: 15px;
      margin-left: 15px; }
  .lay-header.fixed h1 {
    left: 10px;
    top: 5px; }
    .lay-header.fixed h1 a {
      width: 54px;
      height: 30px;
      background-size: 54px 30px; }

.lay-header.fixed:hover {
  height: 60px; }
  .lay-header.fixed:hover h1 {
    left: 20px;
    top: 15px; }
  .lay-header.fixed:hover .lay-gnb {
    right: 20px;
    top: 18px; }

.w1 img {
  position: relative;
  left: 50%;
  margin-left: -960px; }
