@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 100;
  src: url(../fonts/NanumBarunGothicUltraLight.eot);
  src: url(../fonts/NanumBarunGothicUltraLight.eot),
    url(../fonts/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumBarunGothicUltraLight.woff) format('woff');
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 300;
  src: url(../fonts/NanumBarunGothicLight.eot);
  src: url(../fonts/NanumBarunGothicLight.eot),
    url(../fonts/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumBarunGothicLight.woff) format('woff');
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 500;
  src: url(../fonts/NanumBarunGothic.eot);
  src: url(../fonts/NanumBarunGothic.eot),
    url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumBarunGothic.woff) format('woff');
}

@font-face {
  font-family: 'NanumBarunGothic';
  font-weight: 700;
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: url(../fonts/NanumBarunGothicBold.eot),
    url(../fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumBarunGothicBold.woff) format('woff');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
    url(../fonts/NotoSansKR-Thin.woff) format('woff'),
    url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
    url(../fonts/NotoSansKR-Light.woff) format('woff'),
    url(../fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
    url(../fonts/NotoSansKR-Regular.woff) format('woff'),
    url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
    url(../fonts/NotoSansKR-Medium.woff) format('woff'),
    url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
    url(../fonts/NotoSansKR-Bold.woff) format('woff'),
    url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
    url(../fonts/NotoSansKR-Black.woff) format('woff'),
    url(../fonts/NotoSansKR-Black.otf) format('opentype');
}
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

* {
  margin:0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Noto Sans KR';
}

html, body {
  height: 100vh;
  background-color: #ecf0f1;
}

.fullbox {
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
}
.fullbox img {
  max-width: 100%;
}
.fullbox>div {
  width: 50%;
}
.fullleft {
  /* padding-bottom: 120px; */
  padding-left: 40px;
}
.fullright {
  text-align: right;
  padding-right: 50px;
}
.logo {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
}
h1 {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 130%;
}
h3 {
  font-size: 1.4rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  color: #fff;
  font-size: 1.3rem;
  background-color: #000;
  margin-top: 2rem;
}
.icon {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.icon i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.icon a>div {
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: .5rem 1.3rem;
  cursor: pointer;
  margin-bottom: 10px;
}
.youtube {
  border: 1px solid red;
  color: red;
}
.youtube:hover {
  background-color: red;
  color: #fff;
  transition: all linear 0.2s;
}
.email {
  border: 1px solid #888;
  color: #888;
}
.email:hover {
  background-color: #888;
  color: #fff;
  transition: all linear 0.2s;
}
.tel {
  border: 1px solid darkblue;
  color: darkblue;
}
.tel:hover {
  background-color: darkblue;
  color: #fff;
  transition: all linear 0.2s;
}
@media (max-width: 680px){
  html,body {
    font-size: 11px;
  }
  .fullbox {
    height:auto;
    display: block;
  }
  .fullbox>div {
    width: 100%;
  }
  h3 {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .fullleft {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }
  .icon a>div {
    margin-bottom: 10px;
  }
  .fullright {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
