@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/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', sans-serif;
}

html, body {
  height: 100vh;
  background-color: #ecf0f1;
  font-size: 0.9vw;
}

.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: 10vh; */
}
.logo {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
}
.logo img {
  max-width: 260px;
}
h1 {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 130%;
  margin-top: 30px;
}
h3 {
  font-size: 1.2rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.5rem;
  background-color: #000;
  margin-top: 2rem;
}
.icon {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.icon a {
  display: inline-block;
  width: 47%;
}
.icon a.rightmar {
  margin-right: 5%;
}
.icon a.longicon {
  width: 99%;
}
.icon i {
  font-size: 1.3rem;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.icon a>div {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 40px;
  padding: .8rem 0 .8rem 1.5rem;
  cursor: pointer;
  margin-bottom: 15px;
}
.youtube {
  border: 1px solid red;
  color: red;
}
.youtube:hover {
  background-color: red;
  color: #fff;
  transition: all linear 0.2s;
}
.email {
  border: 1px solid #1e87a7;
  color: #1e87a7;
}
.email:hover {
  background-color: #1e87a7;
  color: #fff;
  transition: all linear 0.2s;
}
.tel {
  border: 1px solid #555;
  color: #555;
}
.tel:hover {
  background-color: #555;
  color: #fff;
  transition: all linear 0.2s;
}

.facebook {
  border: 1px solid #4867aa;
  color: #4867aa;
}
.facebook:hover {
  background-color: #4867aa;
  color: #fff;
  transition: all linear 0.2s;
}
.e_home {
  border: 1px solid #c0760d;
  color: #c0760d;
}
.e_home:hover {
  background-color: #c0760d;
  color: #fff;
  transition: all linear 0.2s;
}
.addtxt {
  margin: 20px 0 0;
  min-height: 100px;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #ccc;
  padding: 40px;
  font-size: 1.4rem;
  line-height: 180%;
}
.addtxt span {
  font-size: 2rem;
  font-weight: 600;
}
.addtxt li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 16px;
  background-color: #1e87a7;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
/* h2 br {
  display: none;
} */
.e_img {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 680px){
  html,body {
    font-size: 11px;
  }
  br {
    display: none;
  }
  .fullbox {
    height:auto;
    display: block;
  }
  .fullbox>div {
    width: 100%;
  }
  .fullleft {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
  }
  .icon {
    width: 100%;
    padding: 0 20px;
  }
  .icon a {
    width: 100%;
    margin-right: 0 !important;
  }
  .icon a>div {
    margin-bottom: 10px;
  }
  .addtxt {
    text-align: left !important;
  }
  .addtxt br {
    display: block;
  }
  h2 br {
    display: block;
  }
}
