@import "./reset.css";
@import "./variables.css";

@import url("https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&display=swap");
* {
  margin: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Sunflower", sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #dfe6e9;
}

section {
  min-width: 1000px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* scroll-snap-align: start; */
}

img:hover:not(.carouserl-img):not(.profile) {
  transform: scale(1.05);
  -webkit-transform: scale(1.05); /* 크롬 */
  -moz-transform: scale(1.05); /* 파이어폭스 */
  -o-transform: scale(1.05); /* 오페라 */
  z-index: 1;
  align-items: center;
}

/* Index 링크 */

a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

#index {
  position: fixed;
  width: 250px;
  height: 100%;
  display: block;
  background-color: var(--yellow);
  z-index: 1;
}

.goback {
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 13px;
  color: #fad38b;
}

#index_info {
  width: inherit;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 30px;
}

#index_info > span {
  margin-bottom: 15px;
}

#index_img-wrapper {
  display: flex;
  width: inherit;
  height: 187px;
  justify-content: center;
  align-items: center;
}
#index_img-wrapper img {
  position: absolute;
  top: 20px;
  width: 150px;
  height: 150px;
  border: 1px solid #f9f24f;
  border-radius: 50%;
}

#layout-left_contents {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  left: 75px;
  top: 280px;
}

#layout-left_contents h3 {
  margin: 20px 0px;
  text-decoration: none;
  cursor: pointer;
}

#layout-left_contents h3:hover {
  font-size: 1.1em;
  opacity: 1;
  text-shadow: 0.7px 0.7px 0.7px #000;
}

.about {
  display: block;

  transition: 0.5s;
}

.about p {
  padding-left: 40px;
  line-height: 30px;
  letter-spacing: 0.08em;
  overflow: hidden;
}

#about_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 80px;
  padding-left: 40px;
}

#card-container {
  border-color: transparent;
  background-color: inherit;
  padding-top: 80px;
  margin-left: 400px;
}

.col-md-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-inner {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.carousel-inner:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.strength {
  display: flex;
  transition: 0.5s;
  margin-right: 40px;
  flex-direction: column;
}

.strength h1 {
  text-align: center;
}

.strength-pointsbox {
  margin-top: 100px;
  margin-left: 300px;
  display: flex;
}
.strength-point {
  width: 250px;
  height: 400px;
  margin-right: 20px;
}

.strength-content {
  position: relative;
  bottom: 5px;
}

.strength-point {
  line-height: normal;
}

#strength-news {
  width: 400px;
}

.strength-overview {
  padding-top: 50px;
  text-align: center;
  line-height: 30px;
  padding-left: 500px;
}

.news-wrap {
  position: relative;
}

.news-text {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  line-height: normal;
}

#refuge-news {
  vertical-align: middle;
}

.news-image:hover {
  /* background-blend-mode: multiply; */
  filter: brightness(0.5);
  transition: 1s;
}

.news-image:hover + .news-text {
  color: var(--yellow);
  transition: 1s;
}

.workstyle {
  display: flex;
  position: relative;
  z-index: 0;
}

.tmi-text {
  top: 20%;
  font-size: 15px;
}

.tmi-text > p {
  margin-left: 40px;
}
.video-wrap {
  margin-left: 100px;
  width: 500px;
}

.video-wrap:hover {
  cursor: pointer;
}

.video {
  width: 900px;
  height: 500px;
}

.video-text {
  text-align: center;
}

.workstyle_button {
  padding-top: 60px;
  padding-right: 20px;
}

.workstyle_button > button {
  width: 500;
  border: none;
}

.card-body {
  border: none;
  background-color: transparent;
}
.card-body > p {
  line-height: normal;
}

.snowflake {
  width: 8px;
  height: 8px;
  top: -10px;
  left: 30px;
  border-radius: 50%;
  background-color: var(--yellow);
  position: absolute;
}

@keyframes fall {
  from {
  }
  to {
    transform: translateY(100vh);
    opacity: 0;
  }
}

.division-line {
  border-top: 1px solid #444444;
  margin: 30px auto;
  width: 400px;
}
