@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Gyeonggi_Batang_Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  unicode-bidi: isolate;
  list-style: none;
}
li {
  list-style: none;
}

a{
  text-decoration: none;
  color: inherit;
}

html{
  font-size: 10px;
  height: 100%;
}
body{
  background-color: #3c4f5e;
  color: #efc4b7;
  text-align: center;
  font-family: 'Gyeonggi_Batang_Regular';
  font-weight: 400;
  font-size: 1.6rem;
  height: 100%;
  overflow-y: auto;
}

.container{
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.logo h1{
  font-weight: 400;
  color: #fbedd5;
  font-size: 3.6rem;
  margin-top: 2rem;
}
.logo h1 strong{
  font-weight: 700;
}
.logo p{
  font-size: 2.0rem;
  margin-top: 1rem;
  line-height: 1.6;
}
.logo img{
  max-width: 30rem;
  width: 100%;
}

.txt_ceo{
  margin-top: 2rem;
}
.txt_ceo strong{
  color: #fbedd5;
  font-size: 2.4rem;
}

.slider_container{
  width: 100%;
  margin: 3rem auto 0;
}

.slider_container ul li img{
  width: 28rem;
  height: 28rem;
  margin: 2rem;
}

@media (max-width: 767px) {
  .logo img{
    max-width: 16rem;
    width: 100%;
  }
  .slider_container ul li img{
    width: 16rem;
    height: 16rem;
    margin: 2rem;
  }
  
  body{
    margin-top: 6rem;
  }
  
}