/*setting font styles*/
@font-face {
  font-family: "Rastin-Circle";
  src: url('../font/Digi-Rastin-Plus/Digi Rastin Plus Circle.ttf') format(truetype);
}

@font-face {
  font-family: "Rastin-Line";
  src: url('../font/Digi-Rastin-Plus/Digi Rastin Plus Line.ttf') format(truetype);
}

@font-face {
  font-family: "Rastin-Rectangle";
  src: url('../font/Digi-Rastin-Plus/Digi Rastin Plus Rectangle.ttf') format(truetype);
}

/*variables*/
/*common attributes for all elements*/
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/*setting wrapper styles*/
.wrapper {
  font-family: "Rastin-Line";
  overflow-x: hidden;
  background: rgb(242, 255, 255);
  background: linear-gradient(90deg, rgb(242, 255, 255) 0%, rgb(177, 224, 249) 100%);
  /*quotes styles*/
  /*header picture styles*/
  /*introduction styles*/
  /*registration conditions styles*/
  /*conditions for continuing education & major job market styles*/
  /*all notices styles*/
  /*calendar styles*/
  /*clock styles*/
  /*back to top styles*/
}

.wrapper .quotes {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
  height: auto;
  padding-top: 144px;
  padding-bottom: 32px;
}

.wrapper .quotes .blockquote {
  color: #000000;
}

.wrapper .header-picture {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
  background-color: rgba(14, 30, 37, 0.12);
  box-shadow: rgba(14, 30, 37, 0.12) 0px 4px 5px 0px, rgba(14, 30, 37, 0.32) 0px 4px 25px 0px;
  width: 100%;
}

.wrapper .introduction {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
}

.wrapper .introduction .text-and-image .text {
  height: auto;
  font-size: 1.2rem;
}

.wrapper .introduction .text-and-image .picture .carousel-inner {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 4px 5px 0px, rgba(14, 30, 37, 0.32) 0px 4px 25px 0px;
}

.wrapper .introduction .text-and-image .picture .carousel-inner .carousel-item {
  background-color: #005B5C;
}

.wrapper .introduction a {
  background-color: #005B5C;
  color: #FFFFFF;
  margin-right: 7.5rem;
  transition: all 0.3s;
}

.wrapper .introduction a:hover {
  opacity: 0.7;
}

.wrapper .registration-conditions {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
}

.wrapper .registration-conditions h5 {
  text-decoration: underline;
  text-decoration-color: red;
}

.wrapper .conditions-for-continuing-education,
.wrapper .major-job-market {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
}

.wrapper .notice {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
}

.wrapper .notice h5 {
  margin-right: 7%;
}

.wrapper .notice .notices-all a {
  width: 90%;
  color: #003B5C;
  transition: all 0.2s;
}

.wrapper .notice .notices-all a img {
  width: 14%;
  height: auto;
}

.wrapper .notice .notices-all a:hover {
  opacity: 0.5;
}

.wrapper .survey-part {
  transform: translateY(-50px);
  animation: opacities 0.7s forwards;
  background-color: #005B5C;
  color: #FFFFFF;
  width: 85%;
}

.wrapper .survey-part .questions-all input:checked {
  background-color: #003B5C;
}

.wrapper .survey-part .questions-all input {
  border: 1px solid #FFFFFF;
}

.wrapper .survey-part .questions-all label {
  font-size: 14px;
  color: #FFFFFF;
}

.wrapper .survey-part .submit-btn button {
  background-color: #FFFFFF;
  color: #003B5C;
  transition: all 0.3s;
}

.wrapper .survey-part .submit-btn button:hover {
  opacity: 0.7;
}

.wrapper .calendar .calendar-btn {
  position: fixed;
  bottom: 205px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 20px;
  z-index: 1000;
}

.wrapper .calendar .calendar-box {
  position: fixed;
  bottom: 213px;
  right: 105px;
  width: 200px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: none;
  text-align: center;
  z-index: 999;
}

.wrapper .calendar .calendar-box .date-display {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wrapper .clock #clockContainer {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  z-index: 1000;
}

.wrapper .clock #clockContainer {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.wrapper .clock #clockContainer .clickable {
  font-size: 20px;
}

.wrapper .clock #clockModal {
  position: fixed;
  bottom: 81px;
  right: 48px;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1001;
}

.wrapper .clock #clockModal #modalContent {
  text-align: center;
  height: 30px;
}

.wrapper .clock #clockModal #modalClock {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.wrapper .clock .hidden {
  display: none;
}

.wrapper .arrowtop-part {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.wrapper .arrowtop-part .arrowtop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.wrapper .arrowtop-part .arrowtop img {
  background-color: #FFFFFF;
  transition: all 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.wrapper .arrowtop-part .arrowtop img:hover {
  opacity: 0.7;
}

/*making index responsive for 1200px or less*/
@media screen and (max-width: 1200px) {
  .wrapper .quotes {
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .wrapper .introduction a {
    margin-right: 12.5rem;
  }

  .wrapper .notice h5 {
    margin-right: 8%;
  }

  .wrapper .notice .notices-all a img {
    width: 18.5%;
  }

  .wrapper .survey-part {
    width: 92%;
  }
}

/*making index responsive for 980px or less*/
@media screen and (max-width: 980px) {
  .wrapper .quotes {
    padding-top: 73.6px;
    padding-bottom: 6.4px;
  }

  .wrapper .introduction a {
    margin-right: 10.5rem;
  }

  .wrapper .notice h5 {
    margin-right: 9%;
  }

  .wrapper .notice .notices-all a img {
    width: 26%;
  }
}

/*making index responsive for 767px or less*/
@media screen and (max-width: 767px) {
  .wrapper .quotes {
    height: 250px;
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .wrapper .introduction .text-and-image .text {
    font-size: 14px;
  }

  .wrapper .introduction a {
    margin-right: 2.5rem;
    font-size: 0.9rem;
  }

  .wrapper .notice h5 {
    margin-right: 10%;
  }

  .wrapper .notice .notices-all a img {
    width: 37%;
  }

  .wrapper .notice .notices-all a span {
    font-size: 14px;
  }
}

/*making index responsive for 576px or less*/
@media screen and (max-width: 576px) {
  .wrapper .quotes {
    padding-top: 30px;
  }

  .wrapper .quotes .item-two {
    padding-top: 5px;
  }

  .wrapper .quotes .item-four {
    padding-top: 30px;
  }

  .wrapper .introduction a {
    font-size: 0.8rem;
  }

  .wrapper .notice h5 {
    margin-right: 9%;
  }

  .wrapper .notice .notices-all a {
    width: 100%;
  }

  .wrapper .notice .notices-all a img {
    width: 40%;
  }

  .wrapper .survey-part {
    margin-right: 0%;
  }
}

/*making index responsive for 400px or less*/
@media screen and (max-width: 400px) {
  .wrapper .quotes {
    padding-top: 35px;
    height: 290px;
  }

  .wrapper .quotes .item-two {
    padding-top: 0px;
  }

  .wrapper .quotes .item-four {
    padding-top: 0px;
  }

  .wrapper .introduction a {
    font-size: 0.7rem;
  }

  .wrapper .notice h5 {
    margin-right: 5%;
  }
}

/*opacity animation*/
@keyframes opacities {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=index-style.css.map */