@charset "utf-8";
/* .main {
  background: #000;
} */

/**** common ****/
body {
  /*max-width: 1280px;*/
  min-width: 1100px;
  /*padding-top: 110px;*/
  position: relative;
  background: linear-gradient(#929498, rgba(0,0,0,0.5) 100px);
}

/* header */
header {
  width: 100%;
  /*background: linear-gradient(rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.1));*/
  background: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0));
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  min-width: 1100px;
  margin: auto;
  transition: all 0.2s ease-in-out !important;
}
header a.pc-menu-title {
  color: #f1f1f1 !important;
}
header .lgb-title img {
  filter: grayscale(100%) contrast(200%) invert(100%);
}
header .lgb button.mobile > img {
  filter: grayscale(100%) brightness(5);
}
header.scrolled {
  background: rgba(255,255,255, 0.96);
  border-bottom: 1px solid #eeeeee;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}
header.scrolled a.pc-menu-title {
  color: inherit !important;
}
header.scrolled .lgb-title img {
  filter: inherit;
}
header.scrolled .lgb button.mobile > img {
  filter: inherit;
}
.logo {
  background: #00477F;
  height: 30px;
  width: 100%;
  align-items: center;
  visibility: hidden;
}
.logo img {
  width: auto;
  height: 24px;
  float: right;
  margin-right: 16px;
}

.lgb {
  height: 80px;
  display: block;
  padding: 0 10px;
  max-width: 1280px;
}
.lgb .lgb-title {
  width: auto;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.lgb .lgb-title a {
  font-size: 1.625rem;
  font-weight: 500;
  color: #00477F;
}
.lgb .lgb-title a img {
  width: 200px;
  padding-bottom: 10px;
  margin-left: 30px;
}
.lgb .pc {
  float: right;
  height: 100%;
}

.lgb .pc .pc-menu {
  width: auto;
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.lgb .pc .pc-menu:nth-child(3) {
  /*margin-right: 80px;*/
}
.lgb .pc .pc-menu:last-child {
  margin-right: 0;
}

.lgb .pc .pc-menu .pc-menu-title {
  font-family: Noto Sans KR;
  font-weight: 500;
  text-align: left;
  color: #000;
  line-height: 28.96px;
  font-size: 1.25rem;
}
.lgb .pc .pc-menu .pc-menu-title:hover {
  color: #00477F;
}

.lgb .pc .pc-menu .pc-nav {
  margin-left: 10px;
}

.lgb .pc .pc-menu .pc-nav img {
  height: 54px;
}

.lgb .pc .pc-menu .pc-submenu {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 80px;
  width: 100%;
  min-width: 120px;
  margin: 13px 0 16px 0;
  display: none;
  overflow: hidden;
}
.lgb .pc .pc-menu .pc-submenu .pc-submenu-name {
  line-height: 26.06px;
  color: #666666;
  font-weight: 500;
}
.lgb .pc .pc-menu .pc-submenu .pc-submenu-name a {
  display: block;
  font-size: 1rem;
  line-height: 26.06px;
  color: #f1f1f1 !important;
}
.lgb .pc .pc-menu .pc-submenu .pc-submenu-name a:hover {
  color: #00477F;
}

.pc-nav_bg {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
  width: 100%;
  height: 191px;
  background: #142F48;
  border-bottom: 1px solid #333;
  display: none;
}
.mobile {
  display: none;
}
.m-lgb {
  display: none;
}

/* main */
main > section.popup-container {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 170px;
  left: 0;
}
main > section.popup-container > section.image-popup {
  width: 414px;
  z-index: 5;
  font-size: 20px;
  background: #0E2B45;
  display: inline-block;
}
main > section.popup-container > section.image-popup > * {
  display: block;
}
main > section.popup-container > section.image-popup input {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-appearance: checkbox;
  display: inline;
  vertical-align: top;
}
main > section.popup-container > section.image-popup label {
  color: #fff;
  vertical-align: middle;
  font-size: 10px;
}
main > section.popup-container > section.image-popup a.close {
  float: right;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  font-weight: bold;
  color: #fff;
}
main > section.popup-container > section.image-popup:nth-child(2) {
  left: 414px;
}

main > section.popup {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

main > section.popup .notice {
  /*z-index: 100;*/
  left: initial;
  bottom: -80px;
  right: 0;
}

main > section.made {
  max-width: 1280px;
  margin: 0 auto;
}

/* footer */
.footer {
  max-width: 1280px;
  margin: 0 auto;
  height: 140px;
  padding: 8px 20px 16px 32px;
  background: rgba(58, 58, 58, 1);
}
.footer .fnb {
  overflow: hidden;
  float: right;
}
.fnb .fnb-btn {
  display: none;
  float: left;
}
.fnb .fnb-btn a {
  float: left;
  background: transparent;
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}
.fnb .fnb-btn a img {
  width: 13px;
  height: auto;
  margin-right: 2px;
}
.fnb .fnb-btn a p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20.27px;
}
.fnb .fnb-ul {
  float: right;
  display: inline-flex;
  align-items: center;
}
.fnb .fnb-ul li {
}
.fnb .fnb-ul li:first-child {
  margin-right: 45px;
}
.fnb .fnb-ul li:nth-child(2) {
  margin-right: 32px;
}
.fnb .fnb-ul li a {
  color: #fff;
}

#footer {
  background: rgba(58, 58, 58, 1);
}

.footer .fnb-add {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.06em;
  text-align: left;
  font-style: normal;
}

.m-lgb .m-menu {
  display: none;
}

.rtp {
  position: absolute;
  right: 0px;
  top: 0px;
}

.telephone {
  color: #fff;
  font-size: 24px;
  padding: 4px 8px 8px 16px;
  font-weight: 600;
  background: #da0c0c;
  border-radius: 0 0 0 30px;
  display: inline-block;
  clear: both;
}

/***************** breakpoint *****************/

@media (max-width: 1000px) {
  body {
    min-width: 240px;
  }

  /* header */
  header {
    min-width: initial;
  }

  .logo {
    visibility: visible;
  }

  .logo img {
    margin-top: 4px;
    width: 135px;
    height: auto;
    float: left;
    margin-left: -50px;
  }

  .lgb {
    padding: 0 20px 0 10px;
  }

  .lgb .pc {
    display: none;
  }

  .lgb .mobile {
    display: block;
    float: right;
    height: 100%;
    background: transparent;
  }

  .lgb .lgb-title a img {
    margin-left: 10px;
  }

  .m-lgb {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 12;
    display: none;
  }

  .m-lgb .m-menu {
    display: list-item;
  }
  .m-menu-title {
    width: 100%;
    display: block;
    height: 60px;
    padding: 0 16px 0 26px;
    border-bottom: 1px solid #eeeeee;
  }
  .m-menu-title p {
    float: left;
    line-height: 60px;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .m-menu-title .m-menu-img {
    float: right;
    line-height: 60px;
    background: url("../image/right_arrow.svg") no-repeat center center;
    width: 24px;
    height: 60px;
  }
  .m-menu-title .m-menu-img.toggle {
    background: url("../image/down_arrow.svg") no-repeat center center;
  }
  .m-menu .m-submenu {
    background: #f1f1f1;
    padding: 12px 0 15px 33px;
    display: none;
  }
  .m-menu .m-submenu .m-submenu-name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 26.06px;
  }

  /* main */
  main > section.popup-container > section.image-popup {
    width: 45%;
  }
  main > section.popup-container > section.image-popup img {
    width: 100%;
  }
  main > section.popup-container > section.image-popup:nth-child(2) {
    left: 0;
  }

  /* footer */
  .footer {
    height: 100%;
    padding: 9px 18px 16px 18px;
  }
  .footer .fnb {
    overflow: hidden;
    float: initial;
  }
  .fnb .fnb-btn {
    display: block;
    width: 100%;
  }
  .fnb .fnb-ul {
    margin-top: 16px;
    float: left;
    display: block;
  }
  .fnb .fnb-ul li {
    float: left;
  }
  .fnb .fnb-ul li:nth-child(2) {
    margin-right: 42px;
  }
  .fnb .fnb-ul li a {
    color: #fff;
  }

  .footer .fnb-add {
    width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 18px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.06em;
    text-align: left;
    font-style: normal;
  }
}

/* style */
.text-center {
  text-align: center;
}

@media (max-width: 1000px) {
  .m-wide {
    width: 100% !important;
  }
}

.btn {
  padding: 10px 20px;
  background: #008DFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26.06px;
  color: #fff;
}



/* animation */
.slide-down {
  position: relative;
  top: -100px;
  opacity: 0;
}
.slide-down.play {
  transition: all 1000ms ease-in-out;
  top: 0;
  opacity: 1;
}