/* Reset */
*, *::before, *::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color:#313131;
  font-family: 'NotoSansKR', sans-serif;
  font-size:62.5% !important;
  letter-spacing:-0.02em;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
  animation:entry .3s ease forwards;
  opacity: 0;
}

html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-size:1.6rem;
}

a {
  color:inherit;
  outline: none;
  text-decoration: none;
}

ol,ul {
  list-style: none;
}

b, strong {
  font-weight:700;
}

img {
  max-width:100%;
}

button {
  font-family:inherit;
  background-color:transparent;
  border:none;
  outline:none;
  cursor:pointer;
}

select {
  outline: none;
  border:1px solid transparent;
  font-family:inherit;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-color:#fff;
  /* background-size:14px auto;
  background-image: url('/child/img/bbs/select_icon.png'); */
  background-repeat:no-repeat;
  background-position:right 15px center;
}

input, textarea {
  font-family:inherit;
  outline: none;
  border:1px solid transparent
}

:focus{
  outline:none;
}

::placeholder {
  color:#a0a0a0;
}

@-webkit-keyframes entry {
    to{opacity: 1;}
}

@keyframes entry {
    to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  /* select {
    background-size:12px auto;
    background-position:right 10px center;
  } */
}
@media screen and (max-width:576px) {

}


/* Overflow */
.hidden {
  overflow: hidden;
}


/* Display */
.sp{display:none;}
.mo{display:none;}

@media screen and (max-width:992px){
  .sp{display:block;}
  .pc{display:none;}
}

@media screen and (max-width:768px){
  .tb{display:none;}
  .mo{display:block;}
}


/* Block */
.d-none {
  display: none;
}

/* Ellip */
.ellip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* Blind */
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}


/* Font Family */
.font-family--poppins {
  font-family: 'Poppins', sans-serif;
}

/* Font Weight */
.font-weight--bold {
  font-weight:700;
}


/* Text Align */
.text-center {
  text-align: center;
}

/* Text Color */
.color-yellow {
  color:#f5a200;
}

.color-yellow2 {
  color:#f19149;
}


/* Button */
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

.button--line {
  color:#fff;
  border-color: #fff;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Container */
.container {
  max-width:1470px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}


/* Wrap */
.wrap--main {

}

.wrap--sub {

}

@media screen and (max-width:1200px) {
  .wrap--sub {
    padding-top:60px;
  }
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  .wrap--sub {
    padding-top:50px;
  }
}
@media screen and (max-width:576px) {

}


/* Main */
#main {
  min-height: calc(100vh - 220px);
  overflow: hidden;
}


/* Header */
#header {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index:999;
}

#header .h-container {
  max-width:1470px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}

#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .h_logo {
  width:163px;
  height:36px;
}

#header .h_logo a {
  display: block;
  width:100%;
  height:100%;
  background:url('/child/img/inc/h_logo.png') no-repeat center;
}

#header .h_mobile {
  display: none;
}

#header .h-menu {
  display: flex;
  margin:0px -40px;
}

#header .h-menu__list {
  position: relative;
  padding:30px 40px;
}

#header .h-menu__link {
  font-family: 'Poppins', sans-serif;
  font-size:1.8rem;
  color:#fff;
  margin:10px;
}

#header .h-submenu {
  position: absolute;
  top:100%;
  left:0;
  width:100%;
  min-width:220px;
  background-color: #fff;
  padding:14px 0px;
  text-align: center;
  opacity:0;
  visibility:hidden;
  transition:all .15s ease;
}

#header .h-submenu li {
  padding:8px 0px;
}

#header .h-submenu a {
  font-size:1.8rem;
}

@media screen and (min-width:1201px) {
  #header .h-menu__list:hover .h-submenu {
    opacity:1;
    visibility: visible;
  }

  #header .h-submenu li:hover a {
    color:#26499d;
  }
}
@media screen and (max-width:1200px) {
  #header {
    position: fixed;
    height:60px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
  }

  #header .h-container {
    padding:0px;
  }

  #header .h_logo {
    position: absolute;
    top:16px;
    left:15px;
    width:128px;
    height:28px;
  }

  #header .h_logo a {
    background-size:auto 28px;
    background-image: url('/child/img/inc/h_logo__moible.png');
  }

  #header .h_mobile {
    display: block;
    position: absolute;
    top:0;
    right:0;
    width:60px;
    height:60px;
    cursor:pointer;
    z-index:999;
  }

  #header .h_mobile__btn {
    display:inline-block;
    position:relative;
    width:100%;
    height:100%;
  }

  #header .h_mobile__btn span {
    position:relative;
    margin:0 auto;
    pointer-events: none;
  }

  #header .h_mobile__btn span::before,
  #header .h_mobile__btn span::after {
    content:'';
    position:absolute;
  }

  #header .h_mobile__btn span,
  #header .h_mobile__btn span::before,
  #header .h_mobile__btn span::after {
    display: block;
    width:25px;
    height:3px;
    background-color:#001b38;
  }

  #header .h_mobile__btn span::before {
    margin-top:-8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }

  #header .h_mobile__btn span::after {
    margin-top:8px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }

  #header .h_mobile__btn[aria-pressed="true"] span {
    background-color: rgba(0,0,0,0) !important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  #header .h_mobile__btn[aria-pressed="true"] span::before {
    background-color: rgba(255,255,255,1) !important;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }

  #header .h_mobile__btn[aria-pressed="true"] span::after {
    background-color: rgba(255,255,255,1) !important;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }

  #header .h-menu {
    display: block;
    overflow-y: auto;
    z-index: 998;
    position: fixed;
    top: 0;
    right: -100%;
    max-width:100%;
    width: 100%;
    height: 100%;
    background-color: #001b38;
    padding: 70px 25px;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    margin:0px;
  }

  #header .h-menu__list {
    padding:0px;
  }

  #header .h-menu__link {
    display: block;
    position: relative;
    padding:6px 0px;
    margin:4px 0px;
  }

  #header .h-menu__toggle::before,
  #header .h-menu__toggle::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #fff;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #header .h-menu__toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
  }

  #header .h-submenu {
    position: relative;
    min-width:100%;
    top:unset;
    left:unset;
    transform: none;
    background-color: transparent;
    margin:-4px 0px 4px;
    padding:0px;
    height:auto;
    max-height:0px;
    min-height:inherit;
    text-align: left;
  }

  #header .h-submenu li {
    padding:6px 0px;
  }

  #header .h-submenu a {
    font-size:1.6rem;
    color:#c7c7c7;
  }

  #header[data-header-mobile="on"] .h-menu {
    right:0px;
  }

  #header .h-menu__toggle[aria-toggle="true"]::before {
    background: #fff !important;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #header .h-menu__toggle[aria-toggle="true"]::after {
    opacity: 0;
    background: #fff !important;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #header .h-menu__toggle[aria-toggle="true"] + .h-submenu {
    max-height:340px;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  #header {
    height:50px;
  }

  #header .h_logo {
    top:13px;
    width:110px;
    height: 24px;
  }

  #header .h_logo a {
    background-size:auto 24px;
  }

  #header .h_mobile {
    width:50px;
    height:50px;
  }
}
@media screen and (max-width:576px) {

}


/* Footer */
#footer {
  padding:50px 0px;
  background-color: #001b38;
}

#footer .f-container {
  max-width:1470px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}

#footer .f_logo {
  display: block;
  width:163px;
  height:36px;
  background:url('/child/img/inc/f_logo.png') no-repeat center;
}

#footer .f_info {
  display: flex;
  flex-wrap: wrap;
  max-width:660px;
  margin:40px -12px 20px;
}

#footer .f_info li {
  font-size:1.6rem;
  color:#fff;
  padding:0px 12px;
  margin:3px 0px;
  position: relative;
}

#footer .f_info li.line::after {
  content:"";
  display:block;
  position: absolute;
  top:50%;
  right:0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width:1px;
  height:12px;
  background-color: #fff;
}

#footer .f_copyright {
  font-size:1.6rem;
  color:#fff;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
  #footer  {
    padding:44px 0px;
  }

  #footer .f_logo {
    width:147px;
    height:32px;
    background-size:auto 32px;
  }

  #footer .f_info {
    margin:24px -8px 12px;
  }

  #footer .f_info li {
    font-size:1.4rem;
    padding:0px 8px;
    margin:2px 0px;
  }

  #footer .f_copyright {
    font-size:1.4rem;
  }
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
  #footer  {
    padding:36px 0px;
  }

  #footer .f_logo {
    width:129px;
    height:28px;
    background-size:auto 28px;
  }

  #footer .f_info {
    margin:20px -4px 8px;
  }

  #footer .f_info li {
    font-size:1rem;
    padding:0px 8px;
    margin:2px 0px;
  }

  #footer .f_info li.line::after {
    height:8px;
  }

  #footer .f_copyright {
    font-size:1rem;
  }
}
