/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap'); */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


.fw-T{font-weight: 100;}
.fw-EL{font-weight: 200;}
.fw-L{font-weight: 300;}
.fw-R{font-weight: 400;}
.fw-M{font-weight: 500;}
.fw-SB{font-weight: 600;}
.fw-B{font-weight: 700;}
.fw-EB{font-weight: 800;}
.fw-Black{font-weight: 900;}


.spacer{display: block;}
.spacer-m{display: none;}
.spacer-w{display: none;}
@media (min-width: 400px) and (max-width: 616px){
  .hero .spacer-m{display: block;}
}
@media (min-width: 660px){
  .hero .spacer-w{display: block;}
}

.group-spacer{
  height: 100px;
}
@media (min-width: 1100px){
  .group-spacer{
    height: 200px;
  }
}

.width-full-set{width: 100%;}

body{
  font-family: Pretendard;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

.back-black{
  background-color: #050F11 !important;
  color: #FFFFFF !important;
}

.p-white{
  color: #FFFFFF !important;
}
.p-blue{
  color: #6ACFDC !important;
}
.p-lightgray{
  color: #E5EEF0 !important;
}

/*///////////// header : MBK 23.07.25 update /////////////*/
header.header_main{
  padding-top: 0 !important;
}
header #navi_header_body{
  position: fixed;
  top: 0;
  width: -webkit-fill-available;
  background-color: #fff;
}
header #navi_header_body .container {
  width: 100%;
  margin: auto;
}
@media (min-width: 1101px){
  header #navi_header_body .container {
    min-width: 1101px;
  }
}
@media (min-width: 1680px){
  header #navi_header_body .container {
    max-width: 1680px;  /* full : 1680px */
  }
}
/* header .nav-header-logo {
  width: auto;
  height: 52px;  
  padding-left: 1rem;
}
@media (max-width: 1100px){
  header .nav-header-logo {
    height: 40px;  
  }
} */

header .nav-header-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
}

@media (min-width: 1101px){
  header li.menu{
    height: 28px;  /* full : 1680px */
  }
}

header li.menu:hover {
  background-color: #050F11;
}

header .nav-header-title a {
  text-decoration: none;
  color: #fff;
  font-size: 1.125rem;
}

header .nav-header-btn{
  display: none;
}
@media (min-width: 1101px){
  header .nav-header-btn{
    display: block;
    width: 132px;
    height: 132px;
    background-color: #101010;
  }
}
@media (max-width: 1100px){
  header .menu04 a{
    color: #4cff00 !important;
  }
}
#menu_mobile{
  background-color: rgb(132 138 142 / 96%);
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  opacity: 1;
  margin-top: 20px;
  height: fit-content;
  width: 100%;
  width: -webkit-fill-available;
}
#menu_mobile_wrap {
  display: block;
  text-align: center;
  background-color: #101010;
}
@media (min-width: 1101px){
  #menu_mobile, #menu_mobile_wrap {
    display: none;
  }
}
#menu_mobile_wrap #menu_mobile_open{
  border-radius: unset;
  background-color: unset;
  padding: 0;
}
#menu_mobile_wrap #menu_mobile_open img{
  width: 66px;
  height: 66px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 21px;
  padding-right: 21px;
}
#menu_mobile_close{
  margin-top: -20px;
}
#menu_mobile_wrap #menu_mobile_close img{
  width: 66px;
  height: 66px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 21px;
  padding-right: 21px;
  background-color: #101010;
  border-radius: unset;
}
#menu_mobile ul{
  padding-top: 40px;
  padding-bottom: 31px;
  padding-left: 66px;
  padding-right: 66px;
  margin-bottom: 0;
}
#menu_mobile li{
  text-align: center;
  display: block;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
  color: #ffffff;
}
#menu_mobile li a{
  background-color: unset;
  border-radius: unset;
  width: unset;
}

#menu_mobile_wrap #menu_mobile li.menu:hover{
  background-color: unset;
}

header .web_btn_img{
  height: 56px;    /* .nav-header-logo 28px */
  width: auto;
}
@media (max-width: 1100px){
   header .web_btn_img{
    height: 40px;    /* .nav-header-logo 28px */
  }
}

/*///////////// footer : MBK 23.07.26 update /////////////*/
footer .navi_footer_body{
  width: 100%;
}

footer .navi_footer_body .container {
  width: 100%;
  margin: auto;
  padding: 0;
  max-width: unset;
}

@media (min-width: 1101px){
  footer .navi_footer_body .container {
    min-width: 1101px;
  }
}
@media (min-width: 1680px){
  footer .navi_footer_body .container {
    max-width: 1680px;  /* full : 1680px */
  }
}

footer .nav-footer{
  margin-bottom: -92px;
}
@media (max-width: 1100px){
  footer .nav-footer{
    margin-bottom: -42px;
  }
}
footer .nav-footer-logo {
  width: auto;
  height: 32px;  /* full : 1680px */
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 1rem;
}
@media (min-width: 1101px){
  footer .nav-footer-logo {
    width: auto;
    height: 66px;  /* full : 1680px */
    padding-top: 16px;
    padding-bottom: 7px;
    padding-left: 1rem;
  }
}

footer .nav-footer-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  padding-top: 19px;
  padding-bottom: 19px;
  height: 66px;  /* full : 1680px */
}
@media (max-width: 1100px){
  footer .nav-footer-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    height: fit-content;
  }
}

@media (min-width: 1101px){
  footer li.menu{
    height: 28px;  /* full : 1680px */
  }
}

footer li.menu:hover {
  background-color: rgb(251 251 252 / 8%);
}

footer .nav-footer-title a {
  text-decoration: none;
  color: #101010;
  font-size: 1.125rem;
}

footer .menu04 a{
  color: #51dc12;
}
footer .nav-footer-btn{
  width: 66px;
  height: 66px;
  background-color: #101010;
}
@media (min-width: 1101px){
  footer .nav-footer-btn{
    width: 132px;
    height: 132px;
    background-color: #101010;
  }
}
footer .nav-footer-btn img{
  width: 18px;
  height: 18px;
  margin-bottom: 26px;
  margin-top: 22px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 1101px){
  footer .nav-footer-btn img{
    width: 24px;
    height: 24px;
    margin-bottom: 58px;
    margin-top: 50px;
    margin-left: 54px;
    margin-right: 54px;
  }
}

footer .cprt{
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 1100px){
  footer .cprt{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}

footer .cprt p{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1100px){
  footer .cprt p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: auto;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 80px;
    margin-right: 80px;
  }
}
footer #menu_mobile_wrap{
  background-color: unset;
}
footer #menu_mobile_wrap .menu{
  margin-bottom: 32px;
}

footer .web_btn_img{
  height: 40px;    /* .nav-footer-logo 28px */
  width: auto;
}
@media (max-width: 1100px){
  footer .web_btn_img{
    height: 32px;    /* .nav-footer-logo 28px */
  }
}
