@charset "UTF-8";
/* CSS Document */

html {
  overflow-x: hidden;
  font-family: Helvetica Neue, Roboto Light, PingFang SC, Lantinghei SC,
    Hiragino Sans GB, Microsoft Yahei, Arial;
}

html[lang="ja"] {
  font-family: Hiragino sans, Osaka, メイリオ, Meiryo, ＭＳ\Ｐゴシック,
    MS PGothic, Helvetica Neue, Roboto Light, Arial, sans-serif;
}

html[lang="ko"] {
  font-family: 맑은\고딕, malgun gothic, AppleGothicNeoSD, Apple SD 산돌고딕 Neo,
    Helvetica Neue, Roboto Light, Arial, sans-serif;
}

body {
  padding: 0;
  font-weight: 200;
  color: #666;
  font-size: 62.5%;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
  overflow-y: scroll !important;
  height: 100vh;
}

body,
h1 {
  margin: 0;
}

.content-wrapper {
  min-height: calc(100vh - 333px);
  max-width: 1800px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

.info_container {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin: 104px 100px;
}

.company_location_container {
  width: 500px;
  /* height: 500px; */
  padding: 10px;
  border-radius: 50px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_location {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.info-title-desc {
  align-self: center;
}

.info_container_title {
  color: #000;
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5px;
}

.info_container_desc {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-top: 37px;
  line-height: 2;
}

.contact_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 100px 50px 100px;
}

.contact_item {
  width: 500px;
  padding: 15px 0 15px 60px;
  border-radius: 20px;
  background: #f5f5f5;
  gap: 13px;
}

.contact_item_title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 13px;
}

.contact_item_desc {
  color: #696969;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.4px;
}
