* {
  padding: 0;
  margin: 0;
}
html,
body {
  word-break: keep-all;
}
body {
  background: #181e24;

  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-family: "Noto Sans KR", sans-serif;
}
/*font-family: 'Noto Sans KR', sans-serif;

font-family: 'Oswald', sans-serif;
font-family: 'Oswald', sans-serif;
*/
#main {
/*   height: 100%; */
  overflow: hidden;
  /* overflow-x: hidden; */
  position: relative;
  background: url("/img/main/main_bg.jpg") no-repeat center;
  background-size: cover;
  /* overflow-y: hidden; */
}
#particle-canvas {
  z-index: 9;
  width: 100%;
  height: 70%;
  position: fixed !important;
  left: 0;
  top: 0;
  opacity: 0.1;
}
#particle-canvas > div {
  background: none !important;
}

.info::-webkit-scrollbar {
  display: none;
}
.info h1 img {
  width: 200px;
}

.info {
  text-align: center;
  color: #fff;
  padding: 100px 0;
  max-width: 1400px;
  letter-spacing: -1px;
  margin: 0 auto;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
  z-index: 10;
  /* overflow: auto; */
  max-height: 100%;
  -ms-overflow-style: none;
}
.info dl {
  margin-top: 34px;
}
.info dt {
  font-size: 2.8rem;
  line-height: 1.3;
}
.info dd {
  font-size: 1.4rem;
  margin-top: 33px;
}
.calendar {
  background: rgba(255, 255, 255, 0.1);
  margin: 30px auto;
  border-radius: 6px;
  /* height: 128px; */
  padding: 30px 20px;
}

.calendar .s_txt a {
  color: #fff;
}
.calendar .tit {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
}
.calendar .s_txt {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.calendar .s_txt p {
  margin-bottom: 10px;
}
.calendar .s_txt p:last-child {
  margin-bottom: 0;
}

.calendar img {
  margin-right: 20px;
}
.calendar svg {
  width: 258px;
  margin-left: 18px;
}
.calendar text {
  text-transform: uppercase;
  stroke-width: 1;
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
}

.links {
  margin: 0 0 20px 0;
}
.links ul {
  display: flex;

  justify-content: center;
}
.links li {
  list-style: none;
  margin-right: 20px;
  width: 100%;
  max-width: 250px;
}
.links li:last-child {
  margin: 0;
}
.links li a {
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  height: 58px;

  font-size: 1rem;
}
.links li a:hover {
  background: #0d1023;
}

.links li a img {
  margin-right: 18px;
}
.contact {
  margin-top: 20px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 6px;
  padding: 20px;
  line-height: 1.4;
  /* font-size: 0.9rem; */
}
.contact p {
  margin-right: 18px;
}
.contact p:last-child {
  margin: 0;
}
.contact > div {
  margin-bottom: 10px;
}
.contact > div:last-child {
  margin: 0;
}
.contact li {
  display: flex;
}
.contact li span {
  width: 80px;
}
.contact li p {
  flex: 1 1 0%;
}

.circle img {
  opacity: 0.6;
  transform: rotate(180deg);
}
.line {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  /* border: 1px solid #ccc; */
  position: absolute;
  transform: translateY(100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.circle {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
  margin: auto;
  text-align: center;
  animation: circle 25s ease-in infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube {
  display: inline-block;
  background: #0095da;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 25px 15px 25px;
  color: #fff !important;
  border-radius: 6px;
}

@keyframes circle {
  0% {
    transform: rotate(-35deg) translate(70%) rotate(-35deg);
  }
  100% {
    transform: rotate(-180deg) translate(70%) rotate(-180deg);
  }
}

@media (max-width: 1200px) {
  html,
  body {
    font-size: 14px;
  }
  .info dt {
    font-size: 2.5rem;
  }
  .calendar .tit {
    font-size: 2.8rem;
  }
  .line {
    transform: translateY(40%);
  }
  .line img {
    width: 150px;
  }
  .calendar svg {
    width: 226px;
  }
}

@media (max-width: 1800px) and (max-height: 950px) {
  /* .info {
    transform: translateY(-50%) scale(0.8);
  } */
}

@media (max-width: 767px) {
  .calendar .tit {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .calendar .s_txt,
  .calendar .tit svg {
    /* margin-top: -20px; */
  }
}

@media (max-width: 640px) {
  html,
  body {
    font-size: 14px;
  }

  .info {
    padding: 100px 20px;
    transform: translateY(0);
  }
  .info dl {
    margin-top: 20px;
  }
  .info dt {
    font-size: 2.2rem;
  }
  .calendar .tit {
    font-size: 1.8rem;
  }
  .calendar {
    /* flex-direction: column; */
    height: auto;
    /* padding: 30px 20px 80px; */
    position: relative;
    margin: 32px auto 22px;
  }
  .calendar img {
    /* margin-right: 0; */
    /* margin-bottom: 10px; */
  }
  .calendar .tit img {
    margin-bottom: 20px;
  }

  .calendar svg {
    /* position: absolute;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%); */
    /* width: 119px; */
    /* bottom: 20px; */
    /* height: 50px; */
  }

  .links ul li {
    width: 48%;
    margin-right: 4%;
  }
  .links ul li:last-child {
    margin: 0;
  }
  .links ul li a {
    width: auto;
  }

  .contact {
    margin-top: 20px;
    padding: 20px;
    height: auto;
    flex-direction: column;
  }

  .contact p {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 520px) {
  #main br {
    display: none;
  }

  .calendar .tit {
    font-size: 2rem;
  }
  .calendar {
    /* padding: 20px 20px 60px; */
    margin: 20px auto;
  }
  .calendar svg {
    /* width: 94px;
		height: 80px; */
    width: 159px;
  }
  .info dt {
    font-size: 1.5rem;
  }
  .info dd {
    margin-top: 20px;
    font-size: 1.1rem;
  }
  .links ul li a {
    font-size: 1.1rem;
  }
  .links li a img {
    margin-right: 5px;
  }

  .links ul {
    display: block;
  }
  .links ul li {
    width: 100%;
    max-width: 100%;
  }
  .links ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
