@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Cypher";
  src: url("../fonts/Cypher-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cypher";
  src: url("../fonts/Cypher-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cypher";
  src: url("../fonts/Cypher-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cypher";
  src: url("../fonts/Cypher-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Pretendard", "Cypher", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  padding: 0;
}

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

em {
  font-style: normal;
}

img {
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

select {
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
}

.blind {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.mo_show {
  display: none;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .mo_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
}
.header {
  width: 100%;
  height: 128px;
  position: fixed;
  z-index: 100;
}
.header.type_white .link {
  color: #fff;
}
.header.type_white .btn_menu img:first-of-type {
  display: none;
}
.header.type_white .btn_menu img:last-of-type {
  display: block;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1786px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header .logo {
  padding-left: 53px;
}
.header .box_right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .link {
  position: relative;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  mix-blend-mode: difference;
}
.header .link .underline {
  position: absolute;
  display: block;
  bottom: 0;
}
.header .box_menu {
  display: none;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
}
.header .box_menu.is_show {
  display: flex;
}
.header .box_menu .btn_menu_close {
  position: absolute;
  right: 60px;
  top: 60px;
}
.header .box_menu .menu_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
}
.header .box_menu .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  gap: 10px;
}
.header .box_menu .nav_link {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 120px;
  font-weight: 700;
  opacity: 0.5;
  gap: 42px;
}
.header .box_menu .nav_link:hover {
  opacity: 1;
  cursor: url("../image/icon_menu_cursor.svg") 0 0, none;
}
.header .box_menu .nav_link:hover:after {
  position: absolute;
  right: -70px;
  top: 60%;
  transform: translate(100%, -50%);
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(../image/icon_menu_link.svg) center/cover no-repeat;
}
.header .box_menu .nav .num {
  font-size: 36px;
  transform: translateY(-10px);
}
.header .box_menu .box_menu_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
  align-self: flex-end;
  align-self: flex-end;
}
.header .box_menu .box_sns {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header .btn_menu img:last-of-type {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 56px;
    background: #fff;
  }
  .header .inner {
    padding: 0 16px;
  }
  .header .logo {
    padding-left: 0;
    width: 68px;
  }
  .header .logo svg {
    width: 100%;
  }
  .header .link {
    display: none;
  }
  .header .btn_menu {
    width: 34px;
    height: 34px;
  }
  .header .btn_menu img {
    width: 100%;
    height: 100%;
  }
  .header .btn_menu img:first-of-type {
    display: block !important;
  }
  .header .btn_menu img:last-of-type {
    display: none !important;
  }
  .header .box_menu {
    display: none;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
  }
  .header .box_menu.is_show {
    display: flex;
  }
  .header .box_menu .btn_menu_close {
    width: 34px;
    right: 16px;
    top: 16px;
  }
  .header .box_menu .btn_menu_close img {
    width: 100%;
  }
  .header .box_menu .menu_inner {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 100px 16px;
    box-sizing: border-box;
  }
  .header .box_menu .nav {
    gap: 20px;
    flex: 1;
  }
  .header .box_menu .nav_link {
    font-size: 40px;
    gap: 15px;
  }
  .header .box_menu .nav_link:hover:after {
    width: 20px;
    height: 20px;
    right: -10px;
  }
  .header .box_menu .nav .num {
    font-size: 13px;
    transform: translateY(-5px);
  }
  .header .box_menu .box_menu_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    align-self: flex-start;
  }
  .header .box_menu .box_sns {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}
.footer {
  display: flex;
}
.footer.type_gray .inner_left {
  background: #eef0f3;
}
.footer .inner_left {
  width: 67%;
}
.footer .inner_left .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1106px;
  margin-left: auto;
  padding: 58px 64px 57px 0;
  box-sizing: border-box;
}
.footer .inner_right {
  width: 33%;
  background: #222527;
}
.footer .inner_right .inner {
  max-width: 430px;
  padding-bottom: 55px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
}
.footer .box_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.footer .box_info .logo {margin-bottom: 73px;}
.footer .box_info .address,
.footer .box_info .en_address,
.footer .box_info .desc {
  font-size: 18px;
  font-family: "Pretendard";
  color: #72787f;
}
.footer .box_info .en_address,
.footer .box_info .desc {
  margin-top: 14px;
}
.footer .box_info .en_address {
  font-family: 600;
}
.footer .sitemap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer .sitemap .sitemap_link {
  text-align: center;
  font-size: 22px;
  font-family: "Pretendard";
  font-weight: 600;
  text-transform: uppercase;
}
.footer .list_sns {
  display: flex;
  gap: 20px;
}
.footer .copyright {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Pretendard";
  color: #72787f;
}

@media screen and (max-width: 1024px) {
  .footer {
    flex-direction: column;
  }
  .footer .inner_left {
    width: 100%;
  }
  .footer .inner_left .inner {
    flex-direction: column-reverse;
    padding: 35px 16px 26px;
  }
  .footer .inner_right {
    width: 100%;
    background: #222527;
  }
  .footer .inner_right .inner {
    padding: 25px 16px 42px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .box_info .logo {
    display: block;
    width: 117px;
    margin-bottom: 0
  }
  .footer .box_info .logo img {
    width: 100%;
  }
  .footer .box_info .address,
  .footer .box_info .en_address,
  .footer .box_info .desc {
    font-size: 12px;
  }
  .footer .box_info .address {
    margin-top: 26px;
  }
  .footer .box_info .en_address,
  .footer .box_info .desc {
    margin-top: 8px;
    line-height: 1.3
  }
  .footer .sitemap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .footer .sitemap .sitemap_link {
    font-size: 16px;
  }
  .footer .list_sns {
    gap: 16px;
  }
  .footer .list_sns .item_sns {
    width: 40px;
  }
  .footer .list_sns .item_sns img {
    width: 100%;
  }
  .footer .copyright {
    margin-top: 8px;
    font-size: 12px;
  }
}
.is_hidden {
  overflow: hidden;
}

.main {
  background: #000;
  transition: all 0.2s ease-in;
}
.main.type_white {
  background: #fff;
}

.sec_message {
  position: relative;
  height: 100vh;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  z-index: 101;
}
.sec_message .message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 88px;
  font-weight: 800;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-clip: text;
  background-size: 0% 100%;
  background-image: linear-gradient(0deg, #fff 0%, #fff 100%);
  transition: background 0.5s cubic-bezier(1, 1, 1, 1) 0.5s, opacity 0.5s ease-in;
  width: 100%;
  opacity: 0;
  text-align: center;
}
.sec_message .message.is_show {
  opacity: 1;
}
.sec_message .message.is_animated {
  background-size: 100% 100%;
}
.sec_message .message:last-child {
  max-width: 1021px;
}
.sec_message .message:last-child img {
  width: 100%;
}

.sec_kv {
  position: relative;
  min-height: 100vh;
  z-index: 100;
}
.sec_kv .poleon {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 132px;
  font-weight: 700;
  color: #fff;
  background: #ff6e00;
  z-index: 5;
  text-align: center;
}
.sec_kv .poleon .inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_kv .kv_content {
  padding: 125px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  background: #fff;
  min-height: 100vh;
  -webkit-clip-path: circle(0% at 50% 50vh);
          clip-path: circle(0% at 50% 50vh);
  transition: all 1s ease-in;
  box-sizing: border-box;
}
.sec_kv .kv_content.is_show {
  transition-duration: 1s;
  -webkit-clip-path: circle(100% at 50% 50vh);
          clip-path: circle(100% at 50% 50vh);
}
.sec_kv .kv_content .inner {
  position: relative;
  max-width: 1536px;
  width: 100%;
  text-align: center;
}
.sec_kv .the,
.sec_kv .group {
  position: relative;
  font-size: 162px;
  font-weight: 700;
  color: #000;
}
.sec_kv .creative {
  position: relative;
  width: 774px;
  z-index: 1;
  margin: -20px auto 0;
}
.sec_kv .group {
  z-index: 1;
}
.sec_kv .list_img {
  position: relative;
  width: 496px;
  height: 658px;
  margin: -362px auto 0;
}
.sec_kv .list_img li {
  position: absolute;
  left: 0;
  top: 0;
}
.sec_kv .box_text {
  text-align: left;
  position: absolute;
  right: 110px;
  top: 550px;
  color: #000;
}
.sec_kv .box_text .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.sec_kv .box_text .desc.type_bold {
  margin-bottom: 32px;
  font-weight: 600;
  color: #FF6E00
}
.sec_kv .scroll {
  position: absolute;
  left: 0;
  bottom: 60px;
}

.sec_wave {
  height: 200vh;
}
.sec_wave .box_sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.sec_wave .box_sticky.is_hide {
  opacity: 0.3;
}
.sec_wave .box_sticky .box_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.sec_wave .box_sticky .box_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_wave .box_sticky .title {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond";
  font-size: 110px;
  text-align: center;
  color: #fff;
}
.sec_wave .box_sticky .title em {
  color: #ff6e00;
}
.sec_wave .list_wave {
  position: relative;
  max-width: 1537px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec_wave .list_wave .item_wave:first-child {
    padding-left: 207px
}
.sec_wave .list_wave .item_wave:last-child {
  align-self: flex-end;
}
.sec_wave .list_wave .item_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
  font-family: "Pretendard";
}
.sec_wave .list_wave .item_desc {
  margin-top: 19px;
  font-size: 22px;
  font-weight: 300;
  line-height: 38px;
  font-family: "Pretendard";
}

.sec_result {
  padding-bottom: 140px;
}
.sec_result .title {
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 114px;
}
.sec_result .title em {
  position: relative;
  color: #ff6e00;
}
.sec_result .title .type_dot:after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff6e00;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
}
.sec_result .list_result {
  color: #fff;
  margin-top: 235px;
}
.sec_result .list_result_mo {
  display: none;
}
.sec_result .list_result .item_result {
  height: 190px;
  position: relative;
}
.sec_result .list_result .item_result:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 110, 0) 100%);
  background-size: 100% 50%;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.sec_result .list_result .item_result:last-child .item_inner {
  border-bottom: 1px solid #505050;
  padding-right: 0;
}
.sec_result .list_result .item_result:hover:before {
  opacity: 0.28;
}
.sec_result .list_result .item_result:hover .box_img {
  opacity: 1;
}
.sec_result .list_result .item_result:hover .item_title:before {
  opacity: 1;
}
.sec_result .list_result .item_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 0 0 130px;
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 660px;
  border-top: 1px solid #505050;
  box-sizing: border-box;
}
.sec_result .list_result .item_title {
  position: relative;
  z-index: 11;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  min-width: 230px;
}
.sec_result .list_result .item_title:before {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: -72px;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../image/about/icon_result.svg) center/cover no-repeat;
  transition: all 0.2s ease-in;
  opacity: 0;
}
.sec_result .list_result .item_desc {
  min-width: 367px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  z-index: 10;
}
.sec_result .list_result .box_img {
  opacity: 0;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.2s ease-in;
  z-index: 10;
}

.sec_team {
  padding: 140px 0 420px;
}
.sec_team.is_active .plus {
  transform: rotate(-360deg);
}
.sec_team.is_active .title {
  transform: perspective(854.701px);
  perspective: 600px;
  transition-delay: 0.2s;
  opacity: 1;
}
.sec_team.is_active .desc {
  letter-spacing: 0;
  transition-delay: 0.7s;
  opacity: 1;
}
.sec_team.is_active .icon,
.sec_team.is_active .list_team {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0px);
}
.sec_team .plus {
  display: block;
  margin: 0 auto 67px;
  width: 74px;
  height: 74px;
  transition: all 0.2s ease-in;
}
.sec_team .plus img {
  width: 100%;
}
.sec_team .inner {
  margin: 0 auto;
  max-width: 1256px;
}
.sec_team .title {
  position: relative;
  font-size: 112px;
  color: #ff6e00;
  font-weight: 800;
  text-align: center;
  transform: perspective(600px) translateY(130%) rotateX(-90deg) scale(0.7);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in, opacity 0.2s ease-in;
  opacity: 0;
}
.sec_team .desc {
  margin-top: 27px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  letter-spacing: 15px;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.sec_team .icon {
  position: relative;
  z-index: 1;
  margin: 80px auto 0;
  width: 496px;
  animation: iconAni 3s ease-in-out infinite;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.sec_team .icon img {
  width: 100%;
}
.sec_team .list_team {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: -10px;
  opacity: 0;
  transition: all 0.5s ease-in;
  transform: translateY(50px);
}
.sec_team .list_team .item_team {
  position: relative;
  max-width: 236px;
  min-height: 330px;
  border: 1px solid #505050;
  width: 100%;
  overflow: hidden;
}
.sec_team .list_team .item_team:nth-child(even) {
  transform: translateY(-60px);
}
.sec_team .list_team .item_team:hover .box_hover {
  opacity: 1;
}
.sec_team .box_hover {
  opacity: 0;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
  top: 0;
  left: 0;
  padding: 32px 24px;
  box-sizing: border-box;
}
.sec_team .box_hover .ko_name {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50px;
  height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.sec_team .box_hover .box_hover_icon {
  position: absolute;
  top: 210px;
  left: 46px;
  opacity: 0.35;
}
.sec_team .box_hover .list_work {
  margin-top: 15px;
  font-size: 18px;
  line-height: 32px;
}
.sec_team .box_default {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
  text-align: center;
}
.sec_team .box_default .en_name {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  font-family: "Pretendard";
  line-height: 38px;
}

.sec_business {
  min-height: 100vh;
}
.sec_business.is_active .box_title .title,
.sec_business.is_active .box_title .desc {
  opacity: 1;
  transform: translateY(0);
}
.sec_business.is_active .box_title .tag {
  animation: tagAni 1s ease-in 0.5s forwards;
}
.sec_business .inner {
  display: flex;
  max-width: 1540px;
  margin: 0 auto;
  width: 100%;
  gap: 100px;
  min-height: 100vh;
}
.sec_business .box_title {
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  top: 0;
  width: 50%;
  color: #fff;
}
.sec_business .box_title .title {
  position: relative;
  font-size: 112px;
  font-weight: 700;
  transform: translate(50px);
  opacity: 0;
  transition: all 0.5s ease-in;
  transform: translateY(20px);
}
.sec_business .box_title .title:after {
  content: "";
  display: block;
  margin-top: 22px;
  width: 46px;
  height: 46px;
  background: url(../image/about/icon_business.svg) center/cover no-repeat;
}
.sec_business .box_title .tag {
  position: absolute;
  right: 160px;
  top: 50px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  height: 34px;
  background: linear-gradient(0deg, rgba(201, 205, 210, 0.88) 0%, rgba(246, 247, 249, 0.88) 100%);
  transform: translateY(100px);
  opacity: 0;
}
.sec_business .box_title .desc {
  margin-top: 60px;
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  transform: translate(50px);
  transition: all 0.5s ease-in 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.sec_business .box_title .desc em {
  font-weight: 600;
  color: #ff6e00;
}
.sec_business .list_business {
  padding: 200px 0;
}
.sec_business .list_business .item_business {
  padding: 45px 0;
  color: #fff;
  opacity: 0.5;
  transition: all 0.2s ease-in;
}
.sec_business .list_business .item_business:hover {
  opacity: 1;
}
.sec_business .list_business .item_business + .item_business {
  border-top: 1px solid #fff;
}
.sec_business .list_business .num {
  font-size: 38px;
  font-family: "Pretendard";
  font-weight: 600;
}
.sec_business .list_business .item_title {
  display: block;
  margin-top: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}
.sec_business .list_business .item_title em {
  font-weight: 600;
  color: #ff6e00;
}
.sec_business .list_business .item_desc {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.sec_show {
  padding: 260px 0 150px;
}
.sec_show .inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}
.sec_show .box_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec_show .box_title .title {
  font-size: 150px;
  font-weight: 600;
}
.sec_show .box_title .title .type_bold {
  font-weight: 700;
}
.sec_show .box_title .title em:not(.type_bold) {
  font-weight: 600;
  font-family: "Cormorant Garamond";
}
.sec_show .box_title .desc {
  font-size: 20px;
  line-height: 32px;
  text-align: right;
}
.sec_show .list_show {
  overflow: hidden;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 317px 290px;
  gap: 24px;
}
.sec_show .list_show .card {
  padding: 40px 30px 30px 40px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec_show .list_show .card .num {
  font-family: "Pretendard";
  font-weight: 600;
  align-self: flex-end;
  font-size: 84px;
}
.sec_show .list_show .card .num .unit {
  margin-left: 7px;
  display: inline-block;
  font-size: 32px;
}
.sec_show .list_show .card .num .unit.type_up {
  vertical-align: top;
}
.sec_show .list_show .card .en_title {
  font-family: "Pretendard";
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.sec_show .list_show .card .ko_title {
  margin-top: 9px;
  font-size: 18px;
}
.sec_show .list_show .growth {
  position: relative;
  grid-column: 1;
  grid-row: span 2;
  background: #dfe0e1;
}
.sec_show .list_show .growth .box_icon {
  max-width: 276px;
  width: 100%;
}
.sec_show .list_show .growth .box_icon img {
  width: 100%;
}
.sec_show .list_show .ad {
  grid-column: 2;
  width: 171.1%;
  background: url(../image/about/img_show1.jpg) center/cover no-repeat;
  color: #fff;
}
.sec_show .list_show .customer {
  grid-column: 3;
  transform: translateX(calc(42% + 48px));
  width: 135.6%;
  background: #ff6e00;
  color: #fff;
}
.sec_show .list_show .partners {
  grid-column: 2;
  width: 171.1%;
  background: url(../image/about/img_show2.jpg) center/cover no-repeat;
  color: #fff;
}
.sec_show .list_show .members {
  grid-column: 3;
  grid-row: 2;
  border: 1px solid #c9cdd2;
}
.sec_show .list_show .members .num {
  color: #ff6e00;
}
.sec_show .list_show .projects {
  position: relative;
  grid-column: 4;
  width: 135.6%;
  transform: translateX(calc(42% + 48px));
  background: #fff2e3;
  grid-column: 3;
}
.sec_show .list_show .projects .box_icon {
  position: absolute;
  top: -54px;
  right: -76px;
}

.sec_prove {
  padding: 230px 0 270px;
}
.sec_prove.is_active .inner .desc .toggle {
  background: #ff6e00;
}
.sec_prove.is_active .inner .desc .toggle:before {
  content: "계약 후";
  padding-left: 0;
  padding-right: 30px;
}
.sec_prove.is_active .inner .desc .toggle::after {
  left: 118px;
}
.sec_prove.is_active .list_prove .item_prove:nth-child(1) .box_img img {
  transition-delay: 0.5s;
}
.sec_prove.is_active .list_prove .item_prove:nth-child(2) .box_img img {
  transition-delay: 0.8s;
}
.sec_prove.is_active .list_prove .item_prove:nth-child(3) .box_img img {
  transition-delay: 1.1s;
}
.sec_prove.is_active .list_prove .box_img img {
  opacity: 1;
  transform: translate(0);
}
.sec_prove .inner {
  max-width: 1536px;
  margin: 0 auto;
}
.sec_prove .inner .tag {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  color: #080808;
  border-bottom: 2px solid #000;
}
.sec_prove .inner .title {
  margin-top: 36px;
  font-size: 136px;
  font-weight: 700;
  line-height: 163px;
}
.sec_prove .inner .desc {
  margin-top: 36px;
  font-size: 58px;
  font-weight: 600;
  color: #c9cdd2;
  line-height: 74px;
}
.sec_prove .inner .desc em {
  color: #000;
}
.sec_prove .inner .desc .point {
  color: #ff6e00;
}
.sec_prove .inner .desc .toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 162px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 20px;
  transform: translateY(15px);
  background: #a4aab1;
  box-sizing: border-box;
  position: relative;
  transition: background 0.2s ease-in;
}
.sec_prove .inner .desc .toggle:before {
  content: "계약 전";
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-left: 30px;
  transition: padding 0.2s ease-in;
}
.sec_prove .inner .desc .toggle:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.2s ease-in;
}
.sec_prove .list_prove {
  display: flex;
  gap: 24px;
  margin-top: 120px;
}
.sec_prove .list_prove .item_prove {
  flex: 1;
}
.sec_prove .list_prove .box_img {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 36px;
  background: #f2f2f2;
}
.sec_prove .list_prove .box_img img {
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s ease-in;
}
.sec_prove .list_prove .item_title {
  position: relative;
  margin: 108px auto 0;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  border: 1px solid #ff6e00;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
}
.sec_prove .list_prove .item_title:before {
  box-sizing: border-box;
  content: "";
  width: 1px;
  height: 64px;
  border: 1px dashed #000;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.sec_prove .list_prove .item_title:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff6e00;
  position: absolute;
  border-radius: 50%;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.sec_success {
  padding: 210px 0;
  background: url(../image/about/bg_success.jpg) center/cover no-repeat;
  background-attachment: fixed;
}
.sec_success.is_active .arrow {
  transform: scale(1);
}
.sec_success.is_active .circle {
  opacity: 1;
  transform: translate(0);
}
.sec_success .inner {
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_success .title {
  font-size: 66px;
  line-height: 88px;
  font-weight: 600;
  color: #72787f;
}
.sec_success .title em {
  color: #fff;
}
.sec_success .title .point {
  color: #ff6e00;
}
.sec_success .box_content {
  position: relative;
}
.sec_success .box_graph {
  position: relative;
  z-index: 1;
}
.sec_success .arrow {
  position: absolute;
  top: 35px;
  left: 90px;
  transform: scale(0);
  transition: all 0.5s ease-in;
  transform-origin: center bottom;
}
.sec_success .circle {
  position: absolute;
  top: 167px;
  left: -9px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease-in 0.2s;
}

.sec_attitude {
  width: 100%;
  background: #ff6e00;
  padding: 345px 0 279px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.sec_attitude .inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}
.sec_attitude .title {
  font-size: 148px;
  font-weight: 700;
}
.sec_attitude .title em {
  font-weight: 600;
  font-style: italic;
  font-family: "Cormorant Garamond";
}
.sec_attitude .desc {
  font-size: 58px;
  font-weight: 600;
}
.sec_attitude .list_desc {
  margin-top: 176px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 28px;
}
.sec_attitude .list_desc .item_desc {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  font-family: "Pretendard";
}
.sec_attitude .list_desc .item_desc:nth-child(1) {
  transform: translateX(-20vw);
}
.sec_attitude .list_desc .item_desc:nth-child(2) {
  transform: translateX(20vw);
}
.sec_attitude .list_desc .item_desc:nth-child(3) {
  transform: translateX(-20vw);
}
.sec_attitude .list_attitude {
  margin-top: 244px;
  display: flex;
  flex-direction: column;
  gap: 170px;
}
.sec_attitude .item_attitude {
  display: flex;
  gap: 70px;
}
.sec_attitude .item_attitude:nth-child(1) .icon {
  margin-right: -97px;
}
.sec_attitude .item_attitude:nth-child(2) {
  gap: 169px;
}
.sec_attitude .item_attitude:nth-child(2) .icon {
  margin-right: -75px;
}
.sec_attitude .item_attitude:nth-child(even) {
  flex-direction: row-reverse;
}
.sec_attitude .item_attitude .box_img {
  max-width: 650px;
}
.sec_attitude .item_attitude .box_img img {
  width: 100%;
}
.sec_attitude .item_attitude .text {
  font-size: 70px;
  font-weight: 700;
  text-align: right;
}
.sec_attitude .item_attitude .text .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sec_with {
  padding: 240px 0 102px;
  background: #000 url(../image/text_with.svg) top 43px right no-repeat;
  color: #fff;
}
.sec_with.type_white {
  background-color: #fff;
  background-image: url(../image/text_with_white.svg);
  color: #000;
}
.sec_with .inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
.sec_with .year {
  display: flex;
  font-size: 32px;
  font-family: "Pretendard";
  font-weight: 800;
  gap: 6px;
}
.sec_with .year:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6e00;
}
.sec_with .title {
  margin-top: 60px;
  font-size: 58px;
  font-weight: 700;
  line-height: 80px;
}
.sec_with .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  align-self: flex-end;
  font-size: 57px;
  font-weight: 700;
}
.sec_with .link:hover .icon {
  background: #ff6e00;
}
.sec_with .link:hover .icon img {
  transform: rotate(-90deg);
}
.sec_with .link .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #33383c;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.sec_with .link .icon img {
  width: 27px;
  transition: all 0.2s ease-in;
}

@keyframes tagAni {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
  }
  70% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes iconAni {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 1024px) {
  .sec_message .message {
    font-size: 40px;
    line-height: 1.45;
  }
  .sec_message .message:last-child {
    width: 246px;
  }
  .sec_kv .poleon {
    font-size: 70px;
    line-height: 1;
  }
  .sec_kv .kv_content {
    position: relative;
    z-index: 10;
    background: #fff;
    min-height: 100vh;
    padding-top: 84px;
    padding-bottom: 70px;
  }
  .sec_kv .the,
  .sec_kv .group {
    font-size: 72px;
  }
  .sec_kv .creative {
    width: 304px;
    margin: -20px auto 0;
  }
  .sec_kv .creative img {
    width: 100%;
  }
  .sec_kv .list_img {
    position: static;
    transform: translate(0);
    margin-top: -140px;
    width: 236px;
    height: 316px;
  }
  .sec_kv .list_img li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec_kv .box_text {
    text-align: center;
    position: static;
    margin-top: 30px;
  }
  .sec_kv .box_text .desc {
    font-size: 16px;
  }
  .sec_kv .box_text .desc.type_bold {
    margin-top: 20px;
  }
  .sec_kv .scroll {
    position: static;
    margin-top: 30px;
  }
  .sec_kv .scroll img {
    width: 96px;
  }
  .sec_wave {
    background: #000;
    height: 220vh;
  }
  .sec_wave .box_sticky {
    overflow: hidden;
  }
  .sec_wave .box_sticky .box_bg {
    width: 150%;
    height: auto;
  }
  .sec_wave .box_sticky .box_bg img {
    height: auto;
  }
  .sec_wave .box_sticky .title {
    font-size: 54px;
  }
  .sec_wave .list_wave {
    padding: 0 16px;
  }
  .sec_wave .list_wave .item_wave:first-child {
      padding-left: 0
  }
  .sec_wave .list_wave .item_wave:last-child {
    text-align: right;
    margin-top: 120px;
  }
  .sec_wave .list_wave .item_title {
    font-size: 20px;
    line-height: 24px;
  }
  .sec_wave .list_wave .item_desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .sec_result {
    padding-bottom: 90px;
  }
  .sec_result .title {
    font-size: 40px;
    line-height: 50px;
  }
  .sec_result .title .type_dot:after {
    width: 8px;
    height: 8px;
    right: auto;
    left: 5px;
    top: 5px;
    transform: translate(-100%, -100%);
  }
  .sec_result .list_result {
    display: none;
  }
  .sec_result .list_result_mo {
    overflow: hidden;
    width: 100%;
    padding: 0 32px;
    margin-top: 80px;
    box-sizing: border-box;
    display: block;
  }
  .sec_result .list_result_mo .box_img {
    width: 100%;
  }
  .sec_result .list_result_mo .box_img img {
    width: 100%;
  }
  .sec_result .list_result_mo .item_title {
    margin-top: 26px;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .sec_result .list_result_mo .item_desc {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
  }
  .sec_team {
    padding: 90px 0 0;
  }
  .sec_team .plus {
    margin: 0 auto 30px;
    width: 48px;
    height: 48px;
  }
  .sec_team .title {
    font-size: 60px;
  }
  .sec_team .desc {
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 10px;
  }
  .sec_team .icon {
    margin: 40px auto 0;
    width: 248px;
  }
  .sec_team .list_team {
    gap: 16px;
    margin-top: 30px;
    padding: 0 16px;
    flex-direction: column;
  }
  .sec_team .list_team .item_team {
    max-width: 100%;
    min-height: auto;
    height: 160px;
  }
  .sec_team .list_team .item_team:nth-child(even) {
    transform: translateY(0);
  }
  .sec_team .box_hover {
    padding: 28px 24px;
    display: flex;
    justify-content: space-between;
  }
  .sec_team .box_hover .ko_name {
    width: 118px;
    box-sizing: border-box;
  }
  .sec_team .box_hover .box_hover_icon {
    width: 130px;
    top: 80px;
    left: 20px;
  }
  .sec_team .box_hover .box_hover_icon img {
      display: block;
      width: 100%
  }
  .sec_team .box_hover .list_work {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    min-width: 120px;
  }
  .sec_team .box_default {
    padding: 0 25px;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left;
  }
  .sec_team .box_default .box_default_icon {
    width: 100px;
  }
  .sec_team .box_default .en_name {
    font-size: 24px;
    line-height: 32px;
  }
  .sec_business .inner {
    flex-direction: column;
    gap: 70px;
    padding: 100px 16px 100px;
    box-sizing: border-box;
  }
  .sec_business .box_title {
    position: static;
    height: auto;
    width: 100%;
    padding-top: 100px;
    color: #fff;
    z-index: 10;
  }
  .sec_business .box_title .title {
    font-size: 68px;
  }
  .sec_business .box_title .title:after {
    margin-top: 16px;
    width: 34px;
    height: 34px;
  }
  .sec_business .box_title .tag {
    position: absolute;
    right: 30px;
    top: 50px;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 10px;
    height: 28px;
  }
  .sec_business .box_title .desc {
    margin-top: 26px;
    font-size: 26px;
    line-height: 36px;
  }
  .sec_business .list_business {
    padding: 0;
    width: 100%;
  }
  .sec_business .list_business .item_business {
    padding: 34px 0;
    opacity: 1;
  }
  .sec_business .list_business .num {
    font-size: 24px;
  }
  .sec_business .list_business .item_title {
    margin-top: 9px;
    font-size: 20px;
    line-height: 28px;
  }
  .sec_business .list_business .item_desc {
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
  }
  .sec_show {
    padding: 0 16px 70px;
  }
  .sec_show .box_title {
    flex-direction: column;
  }
  .sec_show .box_title .title {
    font-size: 90px;
  }
  .sec_show .box_title .desc {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
    align-self: flex-end;
  }
  .sec_show .list_show {
     overflow: hidden;
     margin-top: 74px;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     /* 1~3행은 160px, 4행은 222px로 높이 조정 */
     grid-template-rows: 160px 160px 160px 222px;
     gap: 8px;
   }

   .sec_show .list_show .card {
     padding: 20px;
     /* 데스크탑 버전에 설정된 width와 transform을 모바일에서 리셋 */
     width: 100%;
     transform: none;
   }

   .sec_show .list_show .card .num {
     font-size: 49px;
   }
   .sec_show .list_show .card .num .unit {
     margin-left: 7px;
     display: inline-block;
     font-size: 18px;
   }
   .sec_show .list_show .card .en_title {
     font-size: 18px;
     line-height: 20px;
   }
   .sec_show .list_show .card .ko_title {
     margin-top: 6px;
     font-size: 14px;
   }

   /* --- [1행] 매출 성장률 --- */
   .sec_show .list_show .growth {
     padding-left: 156px;
     height: 160px;
     grid-column: 1 / span 2;
     grid-row: 1;
   }
   .sec_show .list_show .growth .box_icon {
     position: absolute;
     top: 20px;
     left: 8px;
     max-width: 137px;
     width: 100%;
   }
   .sec_show .list_show .growth .box_icon img {
     width: 100%;
   }

   /* --- [2행] 광고 유지율 --- */
   .sec_show .list_show .ad {
     height: 160px;
     grid-column: 1 / span 2;
     grid-row: 2;
   }

   /* --- [3행] 파트너 (전체 너비 차지하도록 수정) --- */
   .sec_show .list_show .partners {
     height: 160px;
     grid-column: 1 / span 2;
     grid-row: 3;
     background: url(../image/about/img_show2.jpg) center/cover no-repeat;
     color: #fff;
   }

   /* --- [4행 좌측] 고객만족도 --- */
   .sec_show .list_show .customer {
     background: #ff6e00;
     grid-column: 1;
     grid-row: 4;
     color: #fff;
   }

   /* --- [4행 우측] 프로젝트 --- */
   .sec_show .list_show .projects {
     position: relative;
     background: #fff2e3;
     grid-column: 2;
     grid-row: 4;
   }
   .sec_show .list_show .projects .box_icon {
     position: absolute;
     /* 모바일 환경에 맞게 아이콘 위치를 조금 조정해야 할 수 있습니다 */
     top: -30px;
     right: -30px;
     transform: scale(0.6); /* 데스크탑 아이콘이 너무 크면 스케일을 줄여줍니다 */
   }
  .sec_prove {
    padding: 100px 0 150px;
  }
  .sec_prove.is_active .inner .desc .toggle:before {
    padding-right: 15px;
  }
  .sec_prove.is_active .inner .desc .toggle::after {
    left: 69px;
  }
  .sec_prove .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .sec_prove .inner .tag {
    font-size: 16px;
  }
  .sec_prove .inner .title {
    margin-top: 20px;
    font-size: 80px;
    line-height: 1;
  }
  .sec_prove .inner .desc {
    margin-top: 24px;
    font-size: 32px;
    line-height: 44px;
  }
  .sec_prove .inner .desc .toggle {
    height: 28px;
    width: 92px;
    margin-right: 4px;
    transform: translateY(10px);
  }
  .sec_prove .inner .desc .toggle:before {
    font-size: 16px;
    padding-left: 15px;
  }
  .sec_prove .inner .desc .toggle:after {
    width: 18px;
    height: 18px;
    left: 5px;
  }
  .sec_prove .list_prove {
    flex-direction: column;
    gap: 74px;
    margin-top: 50px;
  }
  .sec_prove .list_prove .item_prove {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec_prove .list_prove .box_img {
    padding: 0px;
  }
  .sec_prove .list_prove .item_title {
    margin: 0 auto 12px;
    padding: 0 14px;
    max-width: 100%;
    height: 36px;
    font-size: 18px;
  }
  .sec_prove .list_prove .item_title:before {
    display: none;
  }
  .sec_prove .list_prove .item_title:after {
    display: none;
  }
  .sec_success {
    padding: 110px 0 90px;
    background-image: url(../image/about/bg_success_mo.png);
  }
  .sec_success.is_active .circle {
    opacity: 1;
    transform: translate(-50%, -100%);
  }
  .sec_success .inner {
    flex-direction: column;
  }
  .sec_success .title {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .sec_success .box_content {
    position: relative;
    margin-top: 197px;
  }
  .sec_success .box_content img {
    width: 100%;
  }
  .sec_success .arrow {
    top: 35px;
    width: 254px;
    height: 165px;
    left: 0;
  }

  .sec_success.is_active .arrow {
      transform: scale(1.3);
  }

  .sec_success .arrow img {
    width: 100%;
  }
  .sec_success .circle {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    width: 140px;
    transform: translate(-50%, -100%);
  }
  .sec_attitude {
    padding: 150px 0 142px;
  }
  .sec_attitude .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .sec_attitude .title {
    font-size: 64px;
  }
  .sec_attitude .desc {
    font-size: 24px;
  }
  .sec_attitude .list_desc {
    margin: 50px -16px 0;
    width: calc(100% + 32px);
    gap: 16px;
  }
  .sec_attitude .list_desc .item_desc {
    font-size: 18px;
    line-height: 1.2
  }
  .sec_attitude .list_desc .item_desc:nth-child(1) {
    transform: translateX(-5vw);
  }
  .sec_attitude .list_desc .item_desc:nth-child(2) {
    transform: translateX(5vw);
  }
  .sec_attitude .list_desc .item_desc:nth-child(3) {
    transform: translateX(-5vw);
  }
  .sec_attitude .list_attitude {
    margin-top: 80px;
    gap: 88px;
  }
  .sec_attitude .item_attitude {
    flex-direction: column;
    gap: 17px;
    max-width: 258px;
  }
  .sec_attitude .item_attitude .icon {
    width: 43px;
  }
  .sec_attitude .item_attitude .icon img {
    width: 100%;
  }
  .sec_attitude .item_attitude:nth-child(even) {
    flex-direction: column;
  }
  .sec_attitude .item_attitude:nth-child(1) .icon {
    margin-right: -53px;
  }
  .sec_attitude .item_attitude:nth-child(1) .text {
    margin-right: 53px;
  }
  .sec_attitude .item_attitude:nth-child(2) {
    gap: 17px;
    align-self: flex-end;
    align-items: flex-start;
  }
  .sec_attitude .item_attitude:nth-child(2) .text {
    margin-left: -50px;
  }
  .sec_attitude .item_attitude:nth-child(2) .icon {
    margin-right: -22px;
  }
  .sec_attitude .item_attitude .box_img {
    max-width: 258px;
  }
  .sec_attitude .item_attitude .text {
    font-size: 26px;
  }
  .sec_with {
    padding: 114px 16px 57px;
    background: #000 url(../image/text_with.svg) bottom 108px left 35px/497px no-repeat;
    color: #fff;
    box-sizing: border-box;
  }
  .sec_with .inner {
    gap: 34px;
  }
  .sec_with .year {
    font-size: 20px;
  }
  .sec_with .year:after {
    width: 8px;
    height: 8px;
  }
  .sec_with .title {
    margin-top: 25px;
    font-size: 26px;
    line-height: 36px;
  }
  .sec_with .link {
    flex-direction: row-reverse;
    align-self: flex-start;
    gap: 12px;
    font-size: 32px;
    margin-top: 253px;
  }
  .sec_with .link .icon {
    width: 40px;
    height: 40px;
  }
  .sec_with .link .icon img {
    width: 16px;
  }
}
.sec_story_kv {
  position: relative;
  background: #ff6e00;
  min-height: 1045px;
}
.sec_story_kv .box_bg {
  top: -6px;
  bottom: -6px;
  position: absolute;
}
.sec_story_kv .box_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_story_kv .text {
  display: block;
  position: absolute;
  font-size: 10.41vw;
  color: #fff;
  top: 24px;
  font-weight: 600;
  opacity: 0;
  animation: textAni 0.4s ease-in forwards;
}
.sec_story_kv .text:first-of-type {
  left: 60.9vw;
}
.sec_story_kv .text:first-of-type em {
  font-size: 13.1vw;
}
.sec_story_kv .text:nth-of-type(2) {
  left: 74.9vw;
  top: 12.5vw;
  animation-delay: 0.4s;
}
.sec_story_kv .text:nth-of-type(3) {
  left: 46.9vw;
  top: 22.5vw;
  animation-delay: 0.8s;
}
.sec_story_kv .text:nth-of-type(4) {
  left: 65vw;
  top: 22.9vw;
  animation-delay: 0.8s;
}
.sec_story_kv .text em {
  font-family: "Cormorant Garamond";
  font-style: italic;
}
.sec_story_kv .icon_arrow {
  position: absolute;
  top: 16.6vw;
  left: 63.5%;
  width: 10vw;
  animation: textAni 0.2s ease-in forwards 0.4s;
  opacity: 0;
}
.sec_story_kv .icon_arrow img {
  width: 100%;
}
.sec_story_kv .link {
  font-size: 20px;
  position: absolute;
  top: 725px;
  right: 100px;
  display: flex;
  gap: 18px;
  align-items: center;
  color: #fff;
  font-family: "Pretendard";
  opacity: 0;
  animation: textAni 0.2s ease-in forwards 1.2s;
}
.sec_story_kv .link .icon {
  display: block;
  width: 42px;
}
.sec_story_kv .link .icon img {
  width: 100%;
}
.sec_story_kv .desc {
  color: #fff;
  font-size: 0.83vw;
  font-weight: 300;
  line-height: 1.45vw;
  position: absolute;
  top: 9.53vw;
  opacity: 0;
  left: 22vw;
  animation: textAni 0.2s ease-in forwards 1.2s;
}

.sec_story {
  padding: 275px 16px 340px;
}
.sec_story .inner {
  max-width: 1536px;
  margin: 0 auto;
}
.sec_story .title {
  font-size: 129px;
  font-weight: 700;
}
.sec_story .box_tabs {
  display: inline-flex;
  margin-top: 30px;
  border-radius: 23px;
  border: 1px solid #c9cdd2;
}
.sec_story .box_tabs .tab {
  min-width: 132px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Pretendard";
  border-radius: 23px;
  transition: all 0.2s ease-in;
}
.sec_story .box_tabs .tab:hover {
  background: #eef0f3;
}
.sec_story .box_tabs .tab.is_active {
  background: #000;
  color: #fff;
}
.sec_story .list_story {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 180px 80px;
  margin-top: 100px;
}
.sec_story .list_story .item_story {
  cursor: pointer;
}
.sec_story .list_story .box_img img {
  width: 100%;
  vertical-align: top;
}
.sec_story .list_story .box_info {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_story .list_story .item_title {
  font-size: 20px;
  color: #33383c;
}
.sec_story .list_story .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 36px;
  border-radius: 20px;
  color: #fff;
}
.sec_story .list_story .tag.type_notice {
  background: #ff6e00;
}
.sec_story .list_story .tag.type_news {
  background: #737cf9;
}
.sec_story .list_story .tag.type_life {
  background: #5eec7d;
}

.layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.layer.is_show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in;
}
.layer.is_show .layer_inner {
  transform: translate(0);
}
.layer.type_notice .box_title {
  background: #ff6e00;
}
.layer.type_notice .box_title .tag {
  color: #ff6e00;
}
.layer.type_life .box_title {
  background: #5eec7d;
}
.layer.type_life .box_title .tag {
  color: #5eec7d;
}
.layer.type_life .box_title .title {
  color: #000;
}
.layer.type_news .box_title {
  background: #737cf9;
}
.layer.type_news .box_title .tag {
  color: #737cf9;
}
.layer .btn_layer_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.layer .layer_inner {
  display: flex;
  height: 100%;
  width: 90%;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.3s ease-in 0.2s;
}
.layer .box_img {
  max-width: 756px;
  width: 50%;
}
.layer .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layer .box_text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.layer .box_title {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 80px 40px 60px;
}
.layer .box_title .box_top {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.layer .box_title .box_top .tag {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  border-radius: 20px;
  font-family: "Pretendard";
}
.layer .box_title .box_top .sub_title {
  flex: 1;
  font-size: 20px;
  font-family: "Pretendard";
  color: #fff;
}
.layer .box_title .title {
  display: block;
  margin-top: 108px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.layer .box_desc {
  overflow-y: auto;
  flex: 1;
}
.layer .box_desc .desc {
  padding: 50px 70px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

@keyframes textAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1600px) {
  .sec_story_kv .text,
  .sec_story_kv .icon_arrow {
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .sec_story_kv {
    min-height: auto;
  }
  .sec_story_kv .box_bg {
    top: 0;
    bottom: 0;
    position: relative;
  }
  .sec_story_kv .box_bg img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: top;
  }
  .sec_story_kv .text {
    font-size: 28.61vw;
    top: 21.6vw;
  }
  .sec_story_kv .text:first-of-type {
    left: 4.4vw;
  }
  .sec_story_kv .text:first-of-type em {
    font-size: 36.39vw;
  }
  .sec_story_kv .text:nth-of-type(2) {
    left: 45.83vw;
    top: 55vw;
  }
  .sec_story_kv .text:nth-of-type(3) {
    left: 4.4vw;
    top: 77vw;
  }
  .sec_story_kv .text:nth-of-type(4) {
    left: 25.56vw;
    top: 104.72vw;
  }
  .sec_story_kv .icon_arrow {
    position: absolute;
    top: 67.5vw;
    left: 13.06vw;
    width: 28.33vw;
  }
  .sec_story_kv .link {
    font-size: 5vw;
    top: 203.33vw;
    right: 4.4vw;
    gap: 2.22px;
  }
  .sec_story_kv .link .icon {
    width: 42px;
  }
  .sec_story_kv .desc {
    font-size: 4.4vw;
    line-height: 6.67vw;
    top: 145.83vw;
    left: 4.4vw;
  }
  .sec_story {
    padding: 112px 16px 200px;
  }
  .sec_story .title {
    font-size: 72px;
  }
  .sec_story .box_tabs {
    margin-top: 20px;
    border-radius: 0;
    flex-wrap: wrap;
    border: 0;
    gap: 10px;
  }
  .sec_story .box_tabs .tab {
    min-width: 87px;
    padding: 0 20px;
    height: 39px;
    font-size: 16px;
    border: 1px solid #c9cdd2;
  }
  .sec_story .list_story {
    grid-template-columns: repeat(1, 1fr);
    gap: 86px;
    margin-top: 80px;
  }
  .sec_story .list_story .box_info {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec_story .list_story .item_title {
    margin-top: 16px;
  }
  .sec_story .list_story .tag {
    padding: 0 15px;
    height: 28px;
    border-radius: 20px;
    font-size: 16px;
  }
  .layer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .layer.type_notice .box_title {
    background: #ff6e00;
  }
  .layer.type_notice .box_title .tag {
    color: #ff6e00;
  }
  .layer .btn_layer_close {
    width: 20px;
    z-index: 10;
  }
  .layer .btn_layer_close img {
    width: 100%;
  }
  .layer_inner {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .layer .box_img {
    width: 100%;
    height: 180px;
  }
  .layer .box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layer .box_title {
    position: relative;
    width: 100%;
    padding: 30px 16px;
  }
  .layer .box_title .box_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .layer .box_title .box_top .tag {
    height: 25px;
    padding: 0 10px;
    font-size: 14px;
  }
  .layer .box_title .box_top .sub_title {
    font-size: 14px;
  }
  .layer .box_title .title {
    margin-top: 88px;
    font-size: 28px;
    line-height: 36px;
  }
  .layer .box_title .outlink {
    position: absolute;
    width: 40px;
    right: 20px;
    bottom: 34px;
  }
  .layer .box_title .outlink img {
    width: 100%;
  }
  .layer .box_desc {
    overflow-y: auto;
    flex: 1;
  }
  .layer .box_desc .desc {
    padding: 40px 16px;
    font-size: 18px;
    line-height: 27px;
  }
}
.sec_business_kv {
  padding-top: 143px;
}
.sec_business_kv .inner {
  max-width: 1692px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.sec_business_kv .title {
  height: 250px;
  background: url(../image/business/text_business.svg) repeat-x;
  background-size: auto 100%;
  background-position: center;
}
.sec_business_kv .box_text {
  position: relative;
  margin-top: 63px;
}
.sec_business_kv .box_text .desc {
  font-size: 62px;
  line-height: 86px;
  font-weight: 700;
}
.sec_business_kv .box_text .desc em {
  color: #ff6e00;
}
.sec_business_kv .box_text .sub_desc {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.sec_business_kv .box_point {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 27px;
}
.sec_business_kv .box_point .text {
  font-size: 116px;
}
.sec_business_kv .box_point .text2 {
  font-family: "Cormorant Garamond";
  font-size: 116px;
}
.sec_business_kv .box_point .text2 em {
  font-style: italic;
}
.sec_business_kv .box_bg {
  height: 576px;
  background: url(../image/business/bg_business.jpg) center no-repeat;
  background-attachment: fixed;
}

.sec_strategy {
  height: 100vh;
  background: #ff6e00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_strategy .box_title {
  position: relative;
}
.sec_strategy .title {
  font-size: 7.34vw;
  font-weight: 700;
  text-transform: uppercase;
}
.sec_strategy .tag {
  position: absolute;
  border: 1px solid #fff;
  width: 5.73vw;
  height: 2.08vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 195, 106, 0.8) 100%);
  font-size: 1.09vw;
  opacity: 0;
}
.sec_strategy .tag.is_show:nth-of-type(1) {
  animation: tagAni1 1s ease-in forwards;
}
.sec_strategy .tag.is_show:nth-of-type(2) {
  animation: tagAni2 1s ease-in forwards;
}
.sec_strategy .tag.is_show:nth-of-type(3) {
  animation: tagAni1 1s ease-in forwards;
}
.sec_strategy .tag em {
  font-weight: 700;
}
.sec_strategy .tag:nth-of-type(1) {
  left: 6.04vw;
  bottom: -1.04vw;
  transform: rotate(-7deg);
}
.sec_strategy .tag:nth-of-type(2) {
  left: 50%;
  top: -0.36vw;
  transform: rotate(7deg);
}
.sec_strategy .tag:nth-of-type(3) {
  right: 6.04vw;
  bottom: -1.04vw;
  transform: rotate(-7deg);
}
.sec_strategy .box_text {
  overflow: hidden;
}
.sec_strategy .box_text .inner {
  transform: translateX(-100%);
  align-items: center;
  display: flex;
}
.sec_strategy .list_contents {
  display: flex;
  flex-direction: column;
  margin-left: 2.6vw;
  gap: 1.56vw;
}
.sec_strategy .list_contents .item_contents {
  font-size: 4.58vw;
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
.sec_strategy .list_contents .item_contents .index {
  margin-left: 1.04vw;
  font-weight: 300;
  font-size: 2.19vw;
  font-family: "Cormorant Garamond";
  vertical-align: top;
}

.sec_sub_business {
  padding: 220px 16px;
}
.sec_sub_business.is_active .box_title .title_inner {
  transform: translateY(0);
}
.sec_sub_business .inner {
  max-width: 1536px;
  margin: 0 auto;
}
.sec_sub_business .box_top {
  padding-bottom: 40px;
  border-bottom: 1px solid #c9cdd2;
}
.sec_sub_business .box_top .desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}
.sec_sub_business .box_title {
  overflow: hidden;
}
.sec_sub_business .box_title .title_inner {
  justify-self: flex-end;
  transform: translateY(100%);
  display: flex;
  gap: 18px;
  align-items: center;
  transition: all 0.3s ease-in 0.2s;
}
.sec_sub_business .box_title .title {
  font-size: 128px;
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
.sec_sub_business .box_title .title em {
  font-style: italic;
  color: #ff6e00;
}
.sec_sub_business .box_title .box_title_info {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: flex-end;
  margin-top: -23px;
}
.sec_sub_business .box_title .box_title_info .num {
  font-family: "Cormorant Garamond";
  font-size: 60px;
  font-style: italic;
}
.sec_sub_business .box_title .box_title_info .category {
  font-family: "Pretendard";
  font-size: 20px;
  text-transform: uppercase;
}
.sec_sub_business .box_content {
  padding-top: 86px;
  display: flex;
  gap: 78px;
}
.sec_sub_business .box_content .box_img {
  width: 442px;
  height: 663px;
  margin-top: -240px;
}
.sec_sub_business .box_content .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_sub_business .box_content .list_content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.sec_sub_business .box_content .item_title {
  font-size: 34px;
  font-weight: 600;
}
.sec_sub_business .box_content .item_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Pretendard";
}

.sec_management {
  padding: 180px 16px 165px;
  background: #000;
}
.sec_management .box_top {
  color: #fff;
}
.sec_management .box_top .desc {
  text-align: center;
}
.sec_management .box_title .title_inner {
  justify-self: center;
  margin-left: 255px;
}
.sec_management .box_title .title_inner .title {
  color: #ff6e00;
}
.sec_management .box_title .title_inner .title em {
  color: #fff;
}
.sec_management .list_management {
  padding-top: 120px;
  max-width: 1430px;
  margin-left: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.sec_management .item_management {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sec_management .item_management:nth-child(1), .sec_management .item_management:nth-child(3) {
  max-width: 1260px;
  margin-right: auto;
}
.sec_management .item_title {
  min-width: 264px;
  font-size: 34px;
  font-weight: 700;
}
.sec_management .item_desc {
  font-size: 20px;
  line-height: 30px;
  margin-left: 70px;
  flex: 1;
  font-family: "Pretendard";
}

@keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1690px 0;
  }
}
@keyframes tagAni1 {
  0% {
    transform: translateY(100px) rotate(-7deg);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px) rotate(-7deg);
  }
  70% {
    opacity: 1;
    transform: translateY(10px) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-7deg);
  }
}
@keyframes tagAni2 {
  0% {
    transform: translateY(100px) rotate(7deg);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px) rotate(7deg);
  }
  70% {
    opacity: 1;
    transform: translateY(10px) rotate(7deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(7deg);
  }
}
@media screen and (max-width: 1690px) {
  .sec_business_kv .title {
    animation: scrollBg 20s linear infinite;
  }
}
@media screen and (max-width: 1024px) {
  .sec_business_kv {
    padding-top: 56px;
  }
  .sec_business_kv .inner {
    margin-bottom: 108px;
  }
  .sec_business_kv .title {
    height: 123px;
  }
  .sec_business_kv .box_text {
    margin-top: 52px;
    padding: 0 16px;
  }
  .sec_business_kv .box_text .desc {
    font-size: 30px;
    line-height: 42px;
  }
  .sec_business_kv .box_text .sub_desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .sec_business_kv .box_point {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: static;
    margin-top: 70px;
  }
  .sec_business_kv .box_point .text {
    font-size: 54px;
  }
  .sec_business_kv .box_point .text2 {
    font-size: 54px;
  }
  .sec_business_kv .box_bg {
    height: 380px;
  }
  .sec_strategy {
    height: auto;
    padding: 100px 0;
    flex-direction: column;
  }
  .sec_strategy .box_title {
    display: inline-block;
    margin: 0 auto;
  }
  .sec_strategy .title {
    font-size: 72px;
  }
  .sec_strategy .tag {
    width: 73px;
    height: 27px;
    font-size: 13px;
  }
  .sec_strategy .tag:nth-of-type(1) {
    left: 25px;
    bottom: -10px;
  }
  .sec_strategy .tag:nth-of-type(2) {
    left: 50%;
    top: -20px;
  }
  .sec_strategy .tag:nth-of-type(3) {
    right: 7px;
    bottom: -10px;
  }
  .sec_strategy .box_text {
    margin-top: 50px;
    overflow: hidden;
  }
  .sec_strategy .box_text .inner {
    flex-direction: column;
    transform: translateX(-100%);
    align-items: center;
    display: flex;
  }
  .sec_strategy .number {
    height: 253px;
  }
  .sec_strategy .number img {
    height: 100%;
  }
  .sec_strategy .list_contents {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-left: 0;
    gap: 10px;
  }
  .sec_strategy .list_contents .item_contents {
    font-size: 44px;
  }
  .sec_strategy .list_contents .item_contents .index {
    margin-left: 12px;
    font-size: 22px;
  }
  .sec_sub_business {
    padding: 140px 16px;
  }
  .sec_sub_business .box_top {
    padding-bottom: 30px;
  }
  .sec_sub_business .box_top .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .sec_sub_business .box_title .title_inner {
    flex-direction: column-reverse;
    justify-self: flex-start;
    gap: 2px;
  }
  .sec_sub_business .box_title .title {
    font-size: 46px;
  }
  .sec_sub_business .box_title .box_title_info {
    flex-direction: row-reverse;
    gap: 8px;
    align-self: flex-start;
    margin-top: 0;
  }
  .sec_sub_business .box_title .box_title_info .num {
    font-size: 30px;
  }
  .sec_sub_business .box_title .box_title_info .category {
    font-size: 14px;
  }
  .sec_sub_business .box_content {
    padding-top: 30px;
    flex-direction: column;
    gap: 16px;
  }
  .sec_sub_business .box_content .box_img {
    width: 100%;
    height: 142px;
    margin-top: 0;
  }
  .sec_sub_business .box_content .list_content {
    gap: 50px;
  }
  .sec_sub_business .box_content .item_title {
    font-size: 22px;
  }
  .sec_sub_business .box_content .item_desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .sec_management {
    padding: 90px 16px 130px;
  }
  .sec_management .box_title .title_inner {
    margin-left: 0;
  }
  .sec_management .box_top {
    border: 0;
  }
  .sec_management .list_management {
    padding-top: 60px;
    gap: 90px;
  }
  .sec_management .item_management {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_management .box_img {
    width: 100%;
    order: 1;
  }
  .sec_management .box_img img {
    width: 100%;
  }
  .sec_management .item_title {
    order: 2;
    margin-top: 16px;
    font-size: 22px;
  }
  .sec_management .item_desc {
    order: 3;
    font-size: 14px;
    line-height: 24px;
    margin: 16px 0 0;
  }
}
.sec_hiring_kv {
  position: relative;
  background: #000;
}
.sec_hiring_kv .box_bg {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  opacity: 0.5;
}
.sec_hiring_kv .box_bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec_hiring_kv .inner {
  margin-top: -100vh;
  position: relative;
  z-index: 10;
}
.sec_hiring_kv .title {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 132px;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
.sec_hiring_kv .title .semi {
  font-weight: 600;
}
.sec_hiring_kv .title .italic {
  font-style: italic;
  font-family: "Cormorant Garamond";
}
.sec_hiring_kv .box_sub_title {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.sec_hiring_kv .box_sub_title .title_inner {
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
}
.sec_hiring_kv .box_sub_title .sub_title {
  display: flex;
  font-size: 9.79vw;
  font-weight: 700;
}
.sec_hiring_kv .box_sub_title .sub_title em {
  color: #ff6e00;
}
.sec_hiring_kv .box_sub_title .sub_title .icon {
  width: 8.13vw;
  height: 8.13vw;
  margin-top: -2.08vw;
}
.sec_hiring_kv .box_sub_title .sub_title .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_hiring_kv .box_sub_title .sub_title_sans {
  display: flex;
  align-items: center;
  gap: 2.6vw;
  font-size: 10.47vw;
  font-weight: 700;
  font-style: italic;
  font-family: "Cormorant Garamond";
}
.sec_hiring_kv .box_sub_title .sub_title_sans .box_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.7vw;
}
.sec_hiring_kv .box_sub_title .sub_title_sans .box_img:hover img:last-child {
  opacity: 1;
}
.sec_hiring_kv .box_sub_title .sub_title_sans .box_img img {
  width: 100%;
}
.sec_hiring_kv .box_sub_title .sub_title_sans .box_img img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sec_hiring_kv .box_desc {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.sec_hiring_kv .box_desc .desc_inner {
  max-width: 1536px;
  margin: 0 auto;
  width: 100%;
}
.sec_hiring_kv .box_desc .sub_desc {
  display: flex;
  font-size: 32px;
}
.sec_hiring_kv .box_desc .sub_desc:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff6e00;
}
.sec_hiring_kv .box_desc .desc {
  margin-top: 145px;
  font-size: 50px;
  font-weight: 700;
  line-height: 81px;
}

.sec_benefit {
  position: relative;
  background: #f6f7f9;
  overflow: hidden;
  padding: 255px 0 190px;
}
.sec_benefit .inner {
  position: relative;
  max-width: 1536px;
  height: 733px;
  width: 100%;
  margin: 0 auto;
}
.sec_benefit .title {
  font-size: 132px;
  font-weight: 700;
  position: absolute;
}
.sec_benefit .title .icon {
  position: absolute;
  right: 73px;
  top: 21px;
}
.sec_benefit .benefit {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
}
.sec_benefit .benefit.type_hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}
.sec_benefit .benefit.type_hover .icon img {
  width: 100%;
}
.sec_benefit .benefit.type_hover .box_hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.sec_benefit .benefit.type_hover .box_hover .box_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_benefit .benefit.type_hover .box_hover .hover_title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.sec_benefit .benefit.type_hover .box_hover .hover_desc {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.sec_benefit .benefit.type_hover:hover .box_hover {
  opacity: 1;
}
.sec_benefit .benefit.type_black {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  background: #000;
  border-radius: 62px;
  font-size: 28px;
  color: #fff;
}
.sec_benefit .benefit.type_white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  border: 2px solid #000;
  border-radius: 62px;
  font-size: 28px;
}
.sec_benefit .benefit.birthday {
  border: 2px solid #000;
  left: 505px;
  top: 16px;
}
.sec_benefit .benefit.birthday .icon {
  width: 83px;
}
.sec_benefit .benefit.clothes {
  width: 462px;
  left: 790px;
  top: 16px;
}
.sec_benefit .benefit.education {
  width: 462px;
  left: 790px;
  top: 165px;
}
.sec_benefit .benefit.health {
  background: #ff6e00;
  left: 1268px;
  top: 16px;
}
.sec_benefit .benefit.health .box_hover {
  background: #ff6e00;
}
.sec_benefit .benefit.health .icon {
  width: 77px;
}
.sec_benefit .benefit.leave {
  top: 313px;
  left: 0;
  width: 302px;
}
.sec_benefit .benefit.free {
  top: 313px;
  left: 322px;
  width: 330px;
}
.sec_benefit .benefit.congrats {
  top: 313px;
  left: 672px;
  width: 224px;
}
.sec_benefit .benefit.lunch {
  border: 2px solid #000;
  left: 909px;
  top: 312px;
}
.sec_benefit .benefit.lunch .icon {
  width: 57px;
}
.sec_benefit .benefit.lunch:hover {
  border-color: #ff6e00;
}
.sec_benefit .benefit.lunch:hover .box_hover {
  background: #fff;
}
.sec_benefit .benefit.lunch:hover .box_hover .hover_title {
  color: #ff6e00;
}
.sec_benefit .benefit.lunch:hover .box_hover .hover_desc {
  color: #000;
}
.sec_benefit .benefit.holiday {
  top: 313px;
  right: 0;
  width: 344px;
}
.sec_benefit .benefit.family {
  background: #000;
  left: 0;
  top: 461px;
}
.sec_benefit .benefit.family .box_hover {
  background: #000;
}
.sec_benefit .benefit.family .icon {
  width: 93px;
}
.sec_benefit .benefit.trip {
  width: 278px;
  top: 461px;
  left: 292px;
}
.sec_benefit .benefit.bonus {
  width: 306px;
  top: 461px;
  left: 590px;
}
.sec_benefit .benefit.bonus:hover {
  font-weight: 700;
  background: #b8d7ff;
}
.sec_benefit .benefit.nightpay {
  width: 344px;
  top: 461px;
  right: 0;
}
.sec_benefit .benefit.pension {
  width: 312px;
  bottom: 0;
  left: 292px;
}
.sec_benefit .benefit.snack {
  width: 224px;
  bottom: 0;
  left: 624px;
}
.sec_benefit .benefit.parental {
  width: 192px;
  bottom: 0;
  right: 476px;
}
.sec_benefit .benefit.sandwich {
  width: 456px;
  bottom: 0;
  right: 0;
}
.sec_benefit .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 22px;
  margin-top: 145px;
}
.sec_benefit .desc .icon {
  width: 14px;
}
.sec_benefit .desc .icon img {
  width: 100%;
}

.sec_sub_team {
  background: #000;
  padding: 173px 0 272px;
}
.sec_sub_team .box_bg {
  height: 308px;
  background: url(../image/hiring/bg_team.svg) center repeat-x;
  background-size: auto 100%;
  background-position: center;
  animation: scrollBg 20s linear infinite;
}
.sec_sub_team .team_swiper {
  overflow: hidden;
  padding-left: 192px;
}
.sec_sub_team .team_swiper .swiper-slide {
  position: relative;
  width: 496px;
  height: 800px;
  border: 1px solid #fff;
  color: #fff;
  padding: 72px 40px 56px;
  box-sizing: border-box;
}
.sec_sub_team .team_swiper .swiper-slide:hover .icon_plus {
  transform: rotate(-45deg);
}
.sec_sub_team .team_swiper .swiper-slide:hover .box_hover {
  opacity: 1;
}
.sec_sub_team .team_swiper .icon {
  width: 56px;
}
.sec_sub_team .team_swiper .icon img {
  width: 100%;
}
.sec_sub_team .team_swiper .name {
  display: block;
  margin-top: 50px;
  font-size: 48px;
  font-weight: 600;
}
.sec_sub_team .team_swiper .en_name {
  font-family: "Pretendard";
  font-size: 28px;
  font-weight: 600;
  margin-top: 34px;
  color: #72787f;
  text-transform: uppercase;
  line-height: 38px;
}
.sec_sub_team .team_swiper .icon_plus {
  position: absolute;
  width: 48px;
  right: 40px;
  bottom: 56px;
  z-index: 10;
}
.sec_sub_team .team_swiper .box_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  padding: 72px 40px 56px;
  left: 0;
  top: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.sec_sub_team .team_swiper .list_work {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.sec_sub_team .team_swiper .list_work .work_title {
  font-size: 20px;
  color: #a4aab1;
}
.sec_sub_team .team_swiper .list_work .work_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.sec_contact {
  display: flex;
}
.sec_contact .box_bg {
  position: relative;
  width: 42%;
  overflow: hidden;
  flex-shrink: 0
}
.sec_contact .box_bg .box_img {
  width: 100%;
  height: 100%;
}
.sec_contact .box_bg .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_contact .box_bg .box_text {
  position: absolute;
  top: 8.54vw;
  left: 10%;
}
.sec_contact .box_bg .box_text .title {
  font-size: 8.44vw;
}
.sec_contact .box_bg .box_text .title em {
  font-family: "Cormorant Garamond";
  font-weight: 600;
  font-style: italic;
}
.sec_contact .box_bg .box_text .desc {
  margin-top: 0.83vw;
  font-size: 1.04vw;
  line-height: 1.56vw;
}
.sec_contact .wrap_form {
  background: #000;
  padding: 9.38vw 7.81vw;
  box-sizing: border-box;
}
.sec_contact .wrap_form .box_form:not(:first-of-type) {
  margin-top: 100px;
}
.sec_contact .box_title {
  display: flex;
  align-items: center;
  gap: 0.63vw;
  margin-bottom: 2.08vw;
}
.sec_contact .box_title .form_title {
  font-family: "Pretendard";
  color: #ff6e00;
  font-size: 1.88vw;
  font-weight: 600;
}
.sec_contact .box_title .form_desc {
  font-size: 1.04vw;
  color: #72787f;
}
.sec_contact .warp_input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25vw;
  margin-top: 2.14vw;
}
.sec_contact .box_input {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.78vw;
  gap: 10px;
}
.sec_contact .box_input .label {
  font-size: 0.94vw;
  color: #fff;
}
.sec_contact .box_input .input {
  font-size: 0.94vw;
  color: #fff;
  border: 0;
  background: transparent;
}
.sec_contact .box_tabs_radio,
.sec_contact .box_tabs_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.83vw;
}
.sec_contact .category {
  font-size: 1.04vw;
  margin: 2.08vw 0 1.25vw;
  color: #fff;
  font-family: "Pretendard";
}
.sec_contact .category + .category {
  margin-top: 1.56vw;
}
.sec_contact .box_tab input:checked + label {
  background: #fff;
  color: #000;
}
.sec_contact .box_tab label {
  padding: 0 1.3vw;
  height: 2.29vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  border: 1px solid #fff;
  font-size: 0.94vw;
  color: #fff;
}
.sec_contact .box_select {
  display: flex;
  gap: 1.88vw;
  align-items: center;
}
.sec_contact .box_dropdown {
  position: relative;
}
.sec_contact .box_dropdown.is_active .list_dropdown {
  display: block;
}
.sec_contact .box_dropdown .btn_dropdown {
  border-bottom: 1px solid #fff;
  font-size: 0.94vw;
  background: url(../image/contact/icon_arrow.svg) right 0.1vw bottom 1.15vw/0.94vw 0.52vw no-repeat;
  color: #72787f;
  width: 20.31vw;
  text-align: left;
  font-family: "Pretendard";
  padding-bottom: 0.73vw;
}
.sec_contact .box_dropdown .list_dropdown {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
}
.sec_contact .box_dropdown .item_dropdown {
  cursor: pointer;
  padding: 0.78vw 1.56vw;
  border-bottom: 1px solid #c9cdd2;
  font-size: 0.94vw;
  color: #33383c;
}
.sec_contact .box_input_tbc input:checked + label {
  background: #fff;
  color: #000;
}
.sec_contact .box_input_tbc label {
  width: 5.52vw;
  height: 2.92vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 0.94vw;
  color: #fff;
  border-radius: 8px;
  font-family: "Pretendard";
}
.sec_contact .textarea {
  width: 100%;
  resize: none;
  height: 11.88vw;
  border-radius: 16px;
  padding: 0.78vw;
  font-size: 0.94vw;
  color: #fff;
  background: #000;
  font-family: "Pretendard";
}
.sec_contact .box_term {
  color: #fff;
  margin-top: 4.06vw;
}
.sec_contact .box_term .term_title {
  font-size: 1.88vw;
  font-weight: 600;
  padding-left: 0.42vw;
}
.sec_contact .box_term .term {
  margin-top: 1.04vw;
  border-radius: 15px;
  background: #33383c;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.25vw 1.67vw;
}
.sec_contact .box_term .box_checkbox input:checked + .label:before {
  background: #fff url(../image/contact/icon_check.svg) center no-repeat;
}
.sec_contact .box_term .box_checkbox .label {
  display: flex;
  align-items: center;
  gap: 0.63vw;
  font-size: 1.04vw;
}
.sec_contact .box_term .box_checkbox .label:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  background: #fff;
}
.sec_contact .box_term .btn_term {
  text-decoration: underline;
  font-size: 1.04vw;
  color: #fff;
  font-family: "Pretendard";
}
.sec_contact .btn_submit {
  margin-top: 6.77vw;
  width: 11.98vw;
  height: 5.52vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.67vw;
  font-weight: 600;
  font-family: "Pretendard";
  color: #fff;
  background: #ff6e00;
  border-radius: 50px;
}

.layer_term {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.layer_term.is_show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in;
}
.layer_term .layer_inner {
  position: relative;
  border-radius: 16px;
  background: #fff;
  padding: 88px 52px;
  max-height: 586px;
  overflow-y: auto;
}
.layer_term .term_content {
  font-size: 14px;
  line-height: 22px;
}
.layer_term .layer_term_btn_close {
  position: absolute;
  right: 34px;
  top: 34px;
}
.layer_term .logo {
  position: absolute;
  bottom: 40px;
  right: 58px;
}

@keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1690px 0;
  }
}
@media screen and (max-width: 1536px) {
  .sec_benefit {
    padding: 16.6vw 0 12.37vw;
  }
  .sec_benefit .inner {
    height: 47.72vw;
  }
  .sec_benefit .title {
    font-size: 8.59vw;
  }
  .sec_benefit .title .icon {
    right: 4.75vw;
    top: 1.37vw;
  }
  .sec_benefit .benefit.type_hover {
    width: 17.58vw;
    height: 17.58vw;
  }
  .sec_benefit .benefit.type_hover .box_hover {
    gap: 0.91vw;
  }
  .sec_benefit .benefit.type_hover .box_hover .hover_title {
    font-size: 2.6vw;
  }
  .sec_benefit .benefit.type_hover .box_hover .hover_desc {
    font-size: 1.82vw;
    line-height: 2.47vw;
  }
  .sec_benefit .benefit.type_black {
    height: 8.07vw;
    font-size: 1.82vw;
  }
  .sec_benefit .benefit.type_white {
    height: 8.07vw;
    font-size: 1.82vw;
  }
  .sec_benefit .benefit.birthday {
    left: 32.88vw;
    top: 1.04vw;
  }
  .sec_benefit .benefit.birthday .icon {
    width: 5.4vw;
  }
  .sec_benefit .benefit.clothes {
    width: 30.08vw;
    left: 51.43vw;
    top: 1.04vw;
  }
  .sec_benefit .benefit.education {
    width: 30.08vw;
    left: 51.43vw;
    top: 10.74vw;
  }
  .sec_benefit .benefit.health {
    left: 82.55vw;
    top: 1.04vw;
  }
  .sec_benefit .benefit.health .icon {
    width: 5.01vw;
  }
  .sec_benefit .benefit.leave {
    top: 20.38vw;
    width: 19.66vw;
  }
  .sec_benefit .benefit.free {
    top: 20.38vw;
    left: 20.96vw;
    width: 21.48vw;
  }
  .sec_benefit .benefit.congrats {
    top: 20.38vw;
    left: 43.75vw;
    width: 14.58vw;
  }
  .sec_benefit .benefit.lunch {
    left: 59.18vw;
    top: 20.31vw;
  }
  .sec_benefit .benefit.lunch .icon {
    width: 3.71vw;
  }
  .sec_benefit .benefit.holiday {
    top: 20.38vw;
    right: 0;
    width: 22.4vw;
  }
  .sec_benefit .benefit.family {
    top: 30.01vw;
  }
  .sec_benefit .benefit.family .icon {
    width: 6.05vw;
  }
  .sec_benefit .benefit.trip {
    width: 18.1vw;
    top: 30.01vw;
    left: 19.01vw;
  }
  .sec_benefit .benefit.bonus {
    width: 19.92vw;
    top: 30.01vw;
    left: 38.41vw;
  }
  .sec_benefit .benefit.nightpay {
    width: 22.4vw;
    top: 30.01vw;
  }
  .sec_benefit .benefit.pension {
    width: 20.31vw;
    left: 19.01vw;
  }
  .sec_benefit .benefit.snack {
    width: 14.58vw;
    left: 40.63vw;
  }
  .sec_benefit .benefit.parental {
    width: 12.5vw;
    right: 30.99vw;
  }
  .sec_benefit .benefit.sandwich {
    width: 29.69vw;
  }
}
@media screen and (max-width: 1024px) {
  .sec_hiring_kv .box_bg img {
    width: 328px;
    height: 328px;
  }
  .sec_hiring_kv .inner {
    margin-top: -100vh;
    position: relative;
    z-index: 10;
  }
  .sec_hiring_kv .title {
    font-size: 40px;
  }
  .sec_hiring_kv .box_sub_title {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .sec_hiring_kv .box_sub_title .sub_title {
    font-size: 56px;
  }
  .sec_hiring_kv .box_sub_title .sub_title .icon {
    width: 45px;
    height: 45px;
    margin-top: -12px;
  }
  .sec_hiring_kv .box_sub_title .sub_title_sans {
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    font-size: 62px;
  }
  .sec_hiring_kv .box_sub_title .sub_title_sans .box_img {
    width: 230px;
  }
  .sec_hiring_kv .box_desc {
    padding: 0 16px;
    box-sizing: border-box;
    word-break: keep-all;
  }
  .sec_hiring_kv .box_desc .sub_desc {
    font-size: 16px;
    gap: 4px;
  }
  .sec_hiring_kv .box_desc .sub_desc:after {
    width: 4px;
    height: 4px;
  }
  .sec_hiring_kv .box_desc .desc {
    margin-top: 50px;
    font-size: 24px;
    line-height: 38px;
  }
  .sec_benefit {
    padding: 100px 16px 135px;
  }
  .sec_benefit .inner {
    height: 223vw;
  }
  .sec_benefit .title {
    font-size: 20vw;
    top: 2vw;
  }
  .sec_benefit .title .icon {
    width: 14vw;
    height: 13vw;
    right: 8.89vw;
    top: 3.33vw;
  }
  .sec_benefit .benefit.type_hover {
    width: 30.5vw;
    height: 30.5vw;
    border-width: 1px;
  }
  .sec_benefit .benefit.type_hover .box_hover {
    gap: 1.3vw;
  }
  .sec_benefit .benefit.type_hover .box_hover .hover_title {
    font-size: 4.44vw;
  }
  .sec_benefit .benefit.type_hover .box_hover .hover_desc {
    font-size: 3.33vw;
    line-height: 3.88vw;
  }
  .sec_benefit .benefit.type_hover .box_hover img {
    width: 100%;
  }
  .sec_benefit .benefit.type_black {
    height: 13.33vw;
    font-size: 3.88vw;
  }
  .sec_benefit .benefit.type_white {
    height: 13.33vw;
    font-size: 3.88vw;
    border-width: 1px;
  }
  .sec_benefit .benefit.birthday {
    left: 0;
    top: 53.33vw;
  }
  .sec_benefit .benefit.birthday .icon {
    width: 10vw;
  }
  .sec_benefit .benefit.clothes {
    width: 58.61vw;
    left: auto;
    right: 0;
    top: 53.33vw;
  }
  .sec_benefit .benefit.education {
    width: 58.61vw;
    left: auto;
    right: 0;
    top: 70.83vw;
  }
  .sec_benefit .benefit.health {
    left: auto;
    right: 0;
    top: 88.06vw;
  }
  .sec_benefit .benefit.health .icon {
    width: 10vw;
  }
  .sec_benefit .benefit.leave {
    top: 88.06vw;
    left: 0;
    width: 56.66vw;
  }
  .sec_benefit .benefit.free {
    top: 105.3vw;
    left: 0;
    width: 56.66vw;
  }
  .sec_benefit .benefit.congrats {
    top: 122.5vw;
    left: 0;
    width: 36.11vw;
  }
  .sec_benefit .benefit.lunch {
    border: 1px solid #000;
    left: 0;
    top: 139.8vw;
  }
  .sec_benefit .benefit.lunch .icon {
    width: 8vw;
  }
  .sec_benefit .benefit.holiday {
    top: 122.5vw;
    right: 0;
    width: 51vw;
  }
  .sec_benefit .benefit.nightpay {
    width: 58.33vw;
    top: 139.72vw;
    right: 0;
  }
  .sec_benefit .benefit.pension {
    width: 58.33vw;
    bottom: 52.5vw;
    left: auto;
    right: 0;
  }
  .sec_benefit .benefit.parental {
    width: 23.88vw;
    bottom: 35vw;
    right: auto;
    left: 0;
  }
  .sec_benefit .benefit.family {
    left: 26.11vw;
    top: auto;
    bottom: 17.78vw;
  }
  .sec_benefit .benefit.family .icon {
    width: 11.94vw;
  }
  .sec_benefit .benefit.trip {
    width: 32.5vw;
    bottom: 35vw;
    left: auto;
    right: 0;
    top: auto;
  }
  .sec_benefit .benefit.snack {
    width: 23.88vw;
    top: auto;
    bottom: 17.7vw;
    left: 0;
  }
  .sec_benefit .benefit.bonus {
    width: 32.5vw;
    top: auto;
    bottom: 17.7vw;
    right: 0;
    left: auto;
  }
  .sec_benefit .benefit.sandwich {
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .sec_benefit .desc {
    gap: 8px;
    font-size: 14px;
    margin-top: 40px;
  }
  .sec_benefit .desc .icon {
    width: 10px;
  }
  .sec_sub_team {
    padding: 60px 0 125px;
  }
  .sec_sub_team .box_bg {
    height: 241px;
    background-image: url(../image/hiring/bg_team_mo.svg);
  }
  .sec_sub_team .team_swiper {
    padding-left: 86px;
    margin-top: -50px;
  }
  .sec_sub_team .team_swiper .swiper-slide {
    width: 226px;
    height: 362px;
    padding: 36px 18px 36px;
    background: #000;
  }
  .sec_sub_team .team_swiper .icon {
    width: 28px;
  }
  .sec_sub_team .team_swiper .name {
    margin-top: 16px;
    font-size: 20px;
  }
  .sec_sub_team .team_swiper .en_name {
    font-size: 12px;
    margin-top: 18px;
    line-height: 16px;
  }
  .sec_sub_team .team_swiper .icon_plus {
    width: 22px;
    right: 20px;
    bottom: 30px;
  }
  .sec_sub_team .team_swiper .icon_plus img {
    width: 100%;
  }
  .sec_sub_team .team_swiper .box_hover {
    padding: 24px 18px;
  }
  .sec_sub_team .team_swiper .list_work {
    gap: 26px;
  }
  .sec_sub_team .team_swiper .list_work .work_title {
    font-size: 12px;
  }
  .sec_sub_team .team_swiper .list_work .work_desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .sec_contact {
    flex-direction: column;
  }
  .sec_contact .box_bg {
    width: 100%;
    height: 822px;
  }
  .sec_contact .box_bg .box_text {
    top: 112px;
    left: 15px;
  }
  .sec_contact .box_bg .box_text .title {
    font-size: 92px;
  }
  .sec_contact .box_bg .box_text .desc {
    padding: 0 0 0 8px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .sec_contact .wrap_form {
    width: 100%;
    padding: 72px 16px 147px;
  }
  .sec_contact .box_title {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .sec_contact .box_title .form_title {
    font-size: 24px;
  }
  .sec_contact .box_title .form_desc {
    font-size: 14px;
  }
  .sec_contact .warp_input {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 40px;
  }
  .sec_contact .box_input {
    padding-bottom: 16px;
    gap: 10px;
  }
  .sec_contact .box_input .label {
    font-size: 16px;
  }
  .sec_contact .box_input .input {
    font-size: 16px;
  }
  .sec_contact .box_tabs_radio,
  .sec_contact .box_tabs_checkbox {
    gap: 8px;
  }
  .sec_contact .category {
    font-size: 16px;
    margin: 0 0 16px;
  }
  .sec_contact .category ~ .category {
    margin-top: 22px;
  }
  .sec_contact .box_tab label {
    padding: 0 15px;
    height: 36px;
    font-size: 14px;
  }
  .sec_contact .box_select {
    gap: 12px;
  }
  .sec_contact .box_dropdown {
    flex: 1 0 auto;
  }
  .sec_contact .box_dropdown .btn_dropdown {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    background: url(../image/contact/icon_arrow.svg) right 0 bottom 21px/14px 8px no-repeat;
    color: #72787f;
    width: 100%;
    padding-bottom: 16px;
  }
  .sec_contact .box_dropdown .item_dropdown {
    padding: 12px 30px;
    font-size: 14px;
  }
  .sec_contact .box_input_tbc label {
    width: 68px;
    height: 36px;
    font-size: 14px;
  }
  .sec_contact .textarea {
    height: 240px;
    border-radius: 16px;
    padding: 15px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .sec_contact .box_term {
    margin-top: 88px;
  }
  .sec_contact .box_term .term_title {
    font-size: 24px;
    padding-left: 0;
  }
  .sec_contact .box_term .term {
    margin-top: 24px;
    border-radius: 15px;
    padding: 20px 15px;
  }
  .sec_contact .box_term .box_checkbox .label {
    gap: 8px;
    font-size: 16px;
  }
  .sec_contact .box_term .box_checkbox .label:before {
    width: 18px;
    height: 18px;
  }
  .sec_contact .box_term .btn_term {
    font-size: 16px;
  }
  .sec_contact .btn_submit {
    margin: 65px auto 0;
    width: 174px;
    height: 80px;
    font-size: 24px;
  }
  .layer_term {
    padding: 16px;
    box-sizing: border-box;
  }
  .layer_term .layer_inner {
    border-radius: 16px;
    padding: 70px 30px;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layer_term .term_content {
    font-size: 14px;
    line-height: 22px;
  }
  .layer_term .layer_term_btn_close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 16px;
  }
  .layer_term .layer_term_btn_close img {
    width: 100%;
  }
  .layer_term .logo {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
