@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
}

input, textarea, label, button, select, option {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  border: none;
}

input, textarea {
  outline: none;
  border: none;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  display: block;
  width: 100%;
}

.portfolio_form {
  max-width: 160px;
  margin: 10px auto;
}
.portfolio_form a {
  display: block;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
  background: #FFFF00;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  padding: 15px 0;
  height: 75px;
  z-index: 100;
}
header .logo {
  width: 80%;
  margin: 0 auto;
}
header .logo h1 a {
  display: block;
}
header .logo h1 a img {
  display: block;
  width: 25%;
  max-width: 120px;
  min-width: 100px;
}
header .logo h1.center_logo a {
  display: flex;
  justify-content: center;
}
header .logo h1.center_logo img {
  text-align: center;
}

section:last-of-type {
  padding-bottom: 100px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 100;
  height: 140px;
  padding: 20px 0;
}
footer .inner .footer_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .inner .footer_sns .sns_icon a img {
  width: 30px;
}
footer .inner .copy {
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 0.8125rem;
}
footer .inner .copy p.count span {
  margin-right: 10px;
}
footer .inner .copy p.count span:last-of-type {
  margin-right: 0;
}
footer .go_top {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -70px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.bold_txt {
  font-weight: 700;
}

h2 {
  font-weight: 300;
  font-size: 1.5rem;
}
h2.h2_center {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  #container h4,
  #container h2 {
    font-size: 19.2px;
  }
  #container .gray_txt {
    font-size: 0.9375rem;
  }
  #container .reference_title_btn {
    gap: 10px;
  }
  #container .reference_title_btn img {
    width: 30px;
  }
  #container .info_content .phone_number span:nth-of-type(1),
  #container .info_content .email span:nth-of-type(1) {
    width: 80px;
    min-width: 80px;
  }
  #container .info_content .right .body_item span:nth-of-type(1),
  #container .info_content .left .body_item span:nth-of-type(1) {
    width: 80px;
  }
}
@media (max-width: 380px) {
  #container .info_content .email span:nth-of-type(2) {
    word-break: keep-all;
    word-wrap: break-word;
  }
  #container .info_content .model_body {
    gap: 20px;
  }
}
@media (max-width: 380px) {
  #container .model_body {
    flex-direction: column;
    gap: 10px;
  }
}
.reference_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reference_title h2 {
  font-size: 1.5rem;
}

.reference_title_btn {
  display: flex;
  gap: 20px;
}
.reference_title_btn img {
  width: 40px;
  cursor: pointer;
}

.career {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 60px;
  margin-bottom: 100px;
}
.career .career_title {
  margin: 0 auto;
  max-width: 768px;
}
.career .career_content {
  margin: 0 auto;
  margin-top: 80px;
  padding: 0 20px;
  max-width: 768px;
}
.career .career_content .career_content_item {
  display: flex;
  margin-bottom: 10px;
}
.career .career_content .career_content_item:last-of-type {
  margin-bottom: 0;
}
.career .career_content .career_content_item > p {
  width: 100px;
  min-width: 100px;
}
.career .career_content .career_content_item .career_txt p {
  margin-bottom: 10px;
  word-break: keep-all;
  word-wrap: break-word;
}

.template_visit_btn {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: flex;
}

.template_visit_btn a {
  display: block;
  padding: 8px 10px;
  flex: 1;
  text-align: center;
  font-size: 0.875rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.template_visit_btn a:not(:nth-of-type(1)) {
  border-left: 1px solid #fff;
}
