@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@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=Oswald:wght@200;300;400;500;600;700&display=swap");

html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 1em;
    background-color: rgba(56, 56, 56, 0.925);
}

#wrap {
    overflow: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

/* ---------- */

#header {
  position: fixed;
  width: 100%;
  z-index: 99;
  height: 8rem;
}

#header .h_cont {
  width: 100%;
  height: 8rem;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

#header .gnb {
  position: fixed;
  padding: 0% 7.5%;
  height: 8rem;
  width: 100%;
  z-index: 109;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  box-sizing: border-box;
  background-color: rgba(145, 145, 145, 0);
}


#header .gnb ul {
  /* width: 100%; */
  height: 8rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

#header .gnb ul li {
  cursor: pointer !important;
}


#header .gnb ul li a {
  font-size: 2.5rem;
  color: rgb(139, 139, 139);
  font-weight: 500;
}

#header .gnb ul .menu_about a {
  font-size: 2.5rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

#header .gnb ul li:hover a {}


#container {
  padding: 0 7.5%;
  width: 85%;
  height: 400rem;
}

#container .c_cont {
  width: 100%;
  height: 250rem;
  position: relative ;
}

#container .c_cont #section1 {
  padding: 0 7.5%;
  height: 110rem;
}

#container .c_cont #section1 .placeholder {

  position: relative;
  width: 50vw;
  height: 51vw;
  overflow: hidden;
  box-sizing: border-box;
  /* margin-top: 8rem; */
  opacity: 0.5;
  /* position: absolute; */
  left: -20%;
  /* transform: translateX(-50%); */
}

#container .c_cont #section1 .placeholder img {
  width: 100%;
  height: 100%;
  z-index: 99;
}

.gridContainer {
  width: 100%;
  height: 100%;
}

.gridTile {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: center;
}

#container .c_cont #section1 .logo h2 {
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 0 1px rgb(255, 255, 255), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(194, 194, 194), 0 0 20px #7a7a7a, 0 0 40px #4e4e4e;

}

#container .c_cont #section1 .profile{
  width: 40vw;
  height: 30vw;
  position: absolute;
  top: 10%;
  left: 60%;
  /* transform: translate(-70%, -5%); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#container .c_cont #section1 .profile .two{
width: 30vw;
}

.profile .name{
  font-size: 2.5rem;
  line-height: 5rem;
}

.profile p {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 2.5rem !important;
}

.profile p .bold {
  font-weight: 700;
}

.profile p .italic {
  font-style: italic;
}




#container .c_cont #section2 {
  padding: 0 7.5%;
  height: 90rem;
}

#container .c_cont #section2 .list {
  color: #fff;
  font-size: 2rem;
  line-height: 3.4rem;
  text-align: center;
}

#section2 .list .bold {
  font-weight: 700;
}





