.welfare .content__title {
  font-size: 38px;
}
.welfare .content__description {
  font-size: 20px;
}
.welfare_visual {
  min-width: 1080px;
  max-width: 1920px;
  height: 590px;
  background: url(../images/welfare_visual_bg.png) no-repeat center top #f7f7f7;
  position: relative;
  margin: 0 auto;
}
.welfare_visual__txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 10;
}
.welfare_visual__deco {
  position: absolute;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 5;
}
.welfare_visual__deco.one {
  top: 75.42%;
  left: 30.98%;
  -webkit-animation-name: welfareMove_1;
  animation-name: welfareMove_1;
}
.welfare_visual__deco.two {
  top: 9.66%;
  right: 30.46%;
  -webkit-animation-name: welfareMove_1;
  animation-name: welfareMove_1;
}
.welfare_visual__deco.three {
  top: 70%;
  right: 22.39%;
  -webkit-animation-name: welfareMove_2;
  animation-name: welfareMove_2;
}
.welfare_visual__deco.four {
  top: 28.81%;
  left: 24.73%;
  -webkit-animation-name: welfareMove_2;
  animation-name: welfareMove_2;
}
.welfare_visual__star {
  position: absolute;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.welfare_visual__star.six {
  left: 30.2%;
  top: 22.03%;
  -webkit-animation-name: welfareOpacity_1;
  animation-name: welfareOpacity_1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.welfare_visual__star.three {
  left: 21.97%;
  top: 62.71%;
  -webkit-animation-name: welfareOpacity_2;
  animation-name: welfareOpacity_2;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.welfare_visual__star.one {
  top: 58.98%;
  left: 35.88%;
  -webkit-animation-name: welfareOpacity_1;
  animation-name: welfareOpacity_1;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.welfare_visual__star.seven {
  top: 78.3%;
  left: 25.31%;
  -webkit-animation-name: welfareOpacity_1;
  animation-name: welfareOpacity_1;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.welfare_visual__star.five {
  top: 32.71%;
  right: 23.17%;
  -webkit-animation-name: welfareOpacity_2;
  animation-name: welfareOpacity_2;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.welfare_visual__star.four {
  top: 45.76%;
  right: 11.97%;
  -webkit-animation-name: welfareOpacity_1;
  animation-name: welfareOpacity_1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.welfare_visual__star.two {
  right: 21.77%;
  top: 69.49%;
  z-index: 0;
  -webkit-animation-name: welfareOpacity_2;
  animation-name: welfareOpacity_2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.welfare_people {
  padding: 100px 0;
}
.welfare__chat {
  margin-top: 75px;
}
.welfare__chat_list {
  display: flex;
  justify-content: space-between;
}
.welfare__chat_item {
  width: 272px;
  padding: 50px 0 60px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.welfare__chat_item:not(:first-child) {
  margin-left: 30px;
}
.welfare__chat_item:nth-child(1) .welfare__chat--person {
  width: 103px;
  left: calc(50% - 4px);
}
.welfare__chat_item:nth-child(2) .welfare__chat--person {
  width: 111px;
  left: 50%;
}
.welfare__chat_item:nth-child(3) .welfare__chat--person {
  width: 101px;
  left: calc(50% - 7px);
}
.welfare__chat--img {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 100%;
  background: #ebebeb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  position: relative;
}
.welfare__chat--person_wrap {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.welfare__chat--person {
  position: absolute;
  bottom: 0;
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.welfare__chat--ballon_wrap {
  position: absolute;
  top: 15px;
  right: -50px;
  width: 82px;
  height: 46px;
  background: url('../images/balloon.png') no-repeat;
  color: #fff;
  font-size: 11px;
  display: flex;
  justify-content: center;
  padding-top: 5.5px;
  line-height: 1.2;
  transform: rotate(0.04deg);
}
.welfare__chat--txt-img {
  margin-top: 20px;
}
.welfare__chat--txt-img.one {
  width: 168px;
}
.welfare__chat--txt-img.two {
  width: 219px;
}
.welfare__chat--txt-img.three {
  width: 244px;
}
.welfare__chat--txt_box {
  margin-top: 25px;
}
.welfare__chat--title {
  font-weight: 700;
  font-size: 16px;
  color: #121417;
}
.welfare__chat--txt {
  font-size: 13px;
  color: #5f6061;
  line-height: 1.6;
  margin-top: 45px;
  position: relative;
}
.welfare__chat--txt::after {
  content: '';
  display: block;
  position: absolute;
  width: 41px;
  height: 2px;
  background: #ebebeb;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.welfare_support {
  margin-top: 95px;
}
.welfare_support__list {
  display: flex;
  justify-content: space-between;
}
.welfare_support__list:not(:first-child) {
  margin: 50px auto 0;
}

.welfare_support__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.welfare_support__item--img_box {
  width: 141px;
  height: 141px;
  background: #ebebeb;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welfare_support__item--txt {
  margin-top: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.welfare_support__txt {
  text-align: center;
  padding: 60px 0;
  margin: 130px auto 0;
  background: #fff;
  font-size: 26px;
  width: 875px;
  line-height: 1.4;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: relative;
}
.welfare_support__txt--line {
  position: absolute;
  left: 50%;
  top: -95px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.welfare_culture {
  padding: 120px 0 170px;
}
.welfare_culture .wrap {
  width: 870px;
}
.welfare_culture__video--box {
  margin-top: 75px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.welfare_culture__video {
  width: 100%;
  height: 607.5px;
}
.welfare_culture__info {
  text-align: center;
  color: #a6a6a7;
  font-size: 12px;
  margin-top: 40px;
}

.benefit {
  padding: 120px 0 95px;
  background: #f7f7f7;
  border-radius: 0 205px 0 0;
  -webkit-border-radius: 0 205px 0 0;
  -moz-border-radius: 0 205px 0 0;
  -ms-border-radius: 0 205px 0 0;
  -o-border-radius: 0 205px 0 0;
}
.benefit_tab__list {
  width: 560px;
  margin: -150px auto 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: flex;
  height: 60px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.benefit_tab__item {
  height: 100%;
  width: 33.33%;
  display: flex;
  align-items: center;
}
.benefit_tab__item:not(:last-child) {
  border-right: 1px solid #fde6d4;
}
.benefit_tab__btn {
  position: relative;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(0.04deg);
  background: #fff !important;
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
  letter-spacing: -1px;
}
.benefit_tab__btn.active {
  background: #f58329;
  color: #fff;
}
.benefit_tab__btn.active::after {
  background: url('../images/arrow_bottom_white.png') no-repeat;
  background-size: 100%;
}
.benefit_tab__btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  background: url('../images/arrow_bottom_black.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.benefit_tab__list2 {
  position: fixed;
  display: none;
  z-index: 10;
  right: 100px;
  transform-origin: right bottom;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.benefit_tab__list2.active {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
}
.benefit_tab__item2:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.benefit_tab__item2--btn {
  outline: 0;
  background: #fff;
  width: 133px;
  height: 130px;
  font-weight: 700;
  font-size: 14px;
  transform: rotate(0.04deg);
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.benefit_tab__item2--btn.active .benefit_tab__item--ic.one {
  background-position: left -56px;
}
.benefit_tab__item2--btn.active .benefit_tab__item--ic.two {
  background-position: left -192px;
}
.benefit_tab__item2--btn.active .benefit_tab__item--ic.three {
  background-position: left -340px;
}
.benefit_tab__item--ic {
  display: block;
  margin-bottom: 10px;
}
.benefit_tab__item--ic.one {
  width: 45px;
  height: 48px;
  background: url('../images/beneft_tab_ic.png') no-repeat;
}
.benefit_tab__item--ic.two {
  width: 43px;
  height: 59px;
  background: url('../images/beneft_tab_ic.png') no-repeat left top -125px;
}
.benefit_tab__item--ic.three {
  width: 70px;
  height: 59px;
  background: url('../images/beneft_tab_ic.png') no-repeat left -265px;
}
.benefit__content {
  display: none;
}
.benefit__content.active {
  display: block;
}
.benefit .content__description {
  margin-top: 70px;
  margin-bottom: 85px;
  color: #5c5d5e;
}
.benefit__list--box {
  margin: 0 auto;
  width: 865px;
}
.benefit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefit__list:not(:first-child) {
  margin-top: 18px;
}
.benefit__item {
  box-sizing: border-box;
  position: relative;
  margin: 7.5px 0;
}
.benefit__item .yellow {
  color: #ffea00;
}
.benefit__item.wide {
  padding: 35px 40px;
  width: 571px;
  height: 276px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  align-items: flex-start;
}
.benefit__item.narrow {
  padding: 45px 0 0 0;
  width: 277px;
  height: 438px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.benefit__item.narrow .benefit__item--small {
  margin-top: 30px;
}
.benefit__item.square {
  width: 277px;
  height: 277px;
  padding-top: 40px;
}
.benefit__item--big {
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
}
.benefit__item--big.center {
  text-align: center;
}
.benefit__item--small {
  font-size: 15px;
  transform: rotate(0.04deg);
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
  line-height: 1.4;
}
.benefit__item--small.center {
  text-align: center;
}
.benefit__item--info {
  font-size: 11px;
}
.benefit__ballon--txt {
  margin-left: -20px;
}
.benefit__balloon {
  position: relative;
  width: 100%;
  height: 205px;
  background: url('../images/ballon_white.png') no-repeat;
  background-size: 101.5%;
  box-sizing: border-box;
  border-radius: 20px;
  text-align: center;
}

.benefit__ballon--year {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
.benefit__ballon--content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}
.benefit__ballon--content .small {
  font-size: 15px;
}
.benefit__ballon--img {
  position: absolute;
  bottom: 0;
}
.benefit_notice__list {
  margin-top: 70px;
}
.benefit_notice__item {
  position: relative;
  padding-left: 13px;
  color: #a1a1a1;
  font-weight: 400;
}
.benefit_notice__item:not(:first-child) {
  margin-top: 10px;
}
.benefit_notice__item::before {
  content: '*';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.benefit1 .square {
  border-radius: 80px 80px 15px 80px;
  -webkit-border-radius: 80px 80px 15px 80px;
  -moz-border-radius: 80px 80px 15px 80px;
  -ms-border-radius: 80px 80px 15px 80px;
  -o-border-radius: 80px 80px 15px 80px;
}
.benefit1 .square.radius {
  border-radius: 80px 80px 15px 80px;
  -webkit-border-radius: 80px 80px 15px 80px;
  -moz-border-radius: 80px 80px 15px 80px;
  -ms-border-radius: 80px 80px 15px 80px;
  -o-border-radius: 80px 80px 15px 80px;
}
.benefit1__list .one {
  background: url('../images/welfare_bg.png') no-repeat right center #fff;
  background-size: auto 100%;
}
.benefit1__list .two {
  background: url('../images/welfare_restaurant.png') no-repeat #eae1f6 center
    bottom 25px;
  background-size: 150px;
}
.benefit1__list .two .benefit__item--small {
  margin-top: 25px;
}
.benefit1__list .three {
  padding: 50px 0;
  background: #7823ee;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefit1__list .three .yellow {
  margin-top: 10px;
}
.benefit1__list .four {
  background: url('../images/welfare_team.png') no-repeat center bottom #fff;
  background-size: 100%;
}
.benefit1__list .five {
  background: url('../images/welfare_ritual.png') no-repeat center bottom #fff;
  background-size: 100%;
}
.benefit1__list .six {
  margin-top: -162px;
  background: url('../images/welfare_burnout.png') no-repeat right 0px bottom
    #fff;
  background-size: 90%;
}
.benefit1__list .seven {
  background: url('../images/welfare_brownbag.png') no-repeat right center #fff;
  background-size: auto 100%;
}
.benefit1__list .eight {
  background: url('../images/welfare_book.png') no-repeat right 10px bottom #fff;
  background-size: 234px;
}
.benefit1__list .nine {
  background: url('../images/welfare_ec.png') no-repeat center bottom 15px
    #eae1f6;
  background-size: 144px;
}
.benefit1__list .nine .benefit__item--small {
  margin-top: 20px;
}

.benefit2 .square {
  padding: 30px 0 0 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.benefit2 .square .benefit__item--small {
  margin-top: 45px;
}
.benefit2 .benefit__item {
  margin: 7.5px 0;
}
.benefit2__list .one {
  background: url('../images/welfare_ps.png') no-repeat right 15px bottom 10px
    #fff;
  background-size: 128px;
}
.benefit2__list .two {
  background: url('../images/welfare_phonebill.png') no-repeat right 22px bottom
    19px #fff;
  background-size: 107px;
}
.benefit2__list .three {
  background: url('../images/welfare_health.png') no-repeat right 29px bottom
    15px #fff;
  background-size: 72px;
}
.benefit2__list .four {
  background: url('../images/welfare_insite.png') no-repeat right 12px
    bottom #fff;
  background-size: 121px;
}
.benefit2__list .five {
  background: url('../images/welfare_birthday.png') no-repeat right 11px bottom
    19px #fff;
  background-size: 99px;
}
.benefit2__list .six {
  background: url('../images/welfare_club.png') no-repeat right 28px bottom #fff;
  background-size: 131px;
}
.benefit2__list .seven {
  background: url('../images/welfare_congratulation.png') no-repeat right 16px
    bottom 15px #fff;
  background-size: 148px;
}
.benefit2__list .eight {
  background: url('../images/welfare_injection.png') no-repeat right 21px bottom
    #fff;
  background-size: 98px;
}
.benefit2__list .nine {
  background: url('../images/welfare_education.png') no-repeat right 22px bottom
    17px #fff;
  background-size: 127px;
}

.benefit3 .benefit__item {
  margin: 25px 0;
  width: 33.33%;
  height: 285px;
  position: relative;
}
.benefit3 .benefit__list {
  margin-top: -30px;
}
.benefit3 .benefit__list .line1 .benefit__ballon--content {
  line-height: 1;
}
.benefit3 .benefit__list .line1 .benefit__ballon--txt {
  padding-top: 59px;
}
.benefit3 .benefit__list .line2 .benefit__ballon--txt {
  padding-top: 55px;
}
.benefit3 .benefit__list .line3 .benefit__ballon--txt {
  padding-top: 43px;
}
.benefit3 .benefit__list .line4 .benefit__ballon--txt {
  padding-top: 31px;
}
.benefit3 .benefit__list:not(:first-child) {
  margin-top: 50px;
}
.benefit3__list .one .benefit__ballon--img {
  width: 141px;
  left: 45px;
}
.benefit3__list .two .benefit__ballon--img {
  width: 154px;
  left: 48px;
}
/* 3년차 */
.benefit3__list .three .benefit__ballon--img {
  width: 154px;
  /* left: 48px; */
  left: 50%;
  margin-left: -91.5px;
}
/* 4년차 */
.benefit3__list .four .benefit__ballon--img {
  width: 158px;
  /* left: 45px; */
  left: 50%;
  margin-left: -95px;
}
/* 5년차 */
.benefit3__list .five .benefit__ballon--img {
  width: 186px;
  /* left: 0px; */
  left: 50%;
  margin-left: -106px
}
/* 10년차 */
.benefit3__list .six .benefit__ballon--img {
  width: 205px;
  /* left: 40px; */
  left: 50%;
  margin-left: -116px;
}

.welfare_sapce {
  padding: 115px 0 120px;
}

.welfare_culture__video--box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.welfare_culture__video--box iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.apply {
  bottom: 40px;
  transform: translateY(105px);
  -webkit-transform: translateY(105px);
  -moz-transform: translateY(105px);
  -ms-transform: translateY(105px);
  -o-transform: translateY(105px);
}

.apply_top {
  top: 200px;
}

.apply,
.apply_top {
  position: fixed;
  z-index: 10;
  right: 75px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.apply__box,
.apply_top__box {
  position: relative;
  display: flex;
  align-items: center;
}
.apply__anchor,
.apply_top__anchor {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.apply__anchor--txt,
.apply_top__anchor--txt {
  padding: 15px 100px 15px 37px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.apply__logo,
.apply_top__logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #753288;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.apply__close,
.apply_top__close {
  width: 15px;
  height: 15px;
  background: #000000;
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  right: 5px;
  top: -12px;
  padding: 0;
}
.apply__close::before,
.apply__close::after,
.apply_top__close::before,
.apply_top__close::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 1px;
  background: #fff;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.apply__close::before,
.apply_top__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}
.apply__close::after,
.apply_top__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.welfare_sapce .swiper {
  margin-top: 75px;
  width: 865px;
}
.employ {
  padding: 200px 0 120px 0;
}
.employ__form {
  margin: 50px 0 20px 0;
}
.employ__form > *:not(:first-child) {
  margin-left: 14px;
}
.employ__form--select,
.employ__form--search[type='text'] {
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  min-width: 240px;
  box-sizing: border-box;
  color: #515151;
}
.employ__form--select::-moz-placeholder,
.employ__form--search[type='text']::-moz-placeholder {
  color: #515151;
  font-weight: 500;
}
.employ__form--select:-ms-input-placeholder,
.employ__form--search[type='text']:-ms-input-placeholder {
  color: #515151;
  font-weight: 500;
}
.employ__form--select::placeholder,
.employ__form--search[type='text']::placeholder {
  color: #515151;
  font-weight: 500;
}
.employ__form--select {
  padding: 10px 30px 10px 13px;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url('../images/select_arrow.png') no-repeat right 15px center;
}
.employ__form--search[type='text'] {
  padding: 10px 13px 10px 33px;
  background: url('../images/input_search.png') no-repeat left 13px center;
  font-weight: 500;
  transform: rotate(0.04deg);
  -webkit-transform: rotate(0.04deg);
  -moz-transform: rotate(0.04deg);
  -ms-transform: rotate(0.04deg);
  -o-transform: rotate(0.04deg);
}
.employ__list--dt {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.employ__list--field {
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  flex: 1;
}
.employ__list--field .always {
  font-size: 12px;
  color: #fff;
  background: #f58329;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 15px;
}
.employ__list--team,
.employ__list--career {
  color: #797979;
  font-size: 15px;
}
.employ__list--team {
  margin-right: 70px;
}
.employ__list--career {
  margin-right: 85px;
}
.employ__list--arrow {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.employ__list--arrow.active {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.employ__list--dd {
  padding: 70px 115px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  display: none;
}

.qualify__title {
  font-size: 16px;
  font-weight: 700;
}
.qualify__list {
  margin-top: 10px;
}
.qualify__item {
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
}
.qualify__item:not(:first-child) {
  margin-top: 5px;
}
.qualify__item::before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
}

.recruit {
  padding: 85px 0 120px;
}
.recruit__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.recruit__content:not(:first-child) {
  margin-top: 70px;
}
.recruit__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit__box:not(:nth-of-type(1)) {
  margin-top: 30px;
}
.recruit__box.textarea__box {
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.recruit_tab__list {
  display: flex;
}
.recruit_tab__item:not(:first-child) {
  margin-left: 17px;
}
.recruit_field__tab--btn {
  font-weight: 700;
  width: 135px;
  height: 45px;
  border-radius: 50px;
  font-size: 12px;
  border: 1px solid #dddddd;
  background: #fff !important;
}
.recruit_field__tab--btn.active {
  border: none;
}
.recruit_field__tab--btn.tab_action::after {
  background-image: none;
}
.recruit__select,
.recruit__input,
.recruit .upload-name {
  color: #333 !important;
}
.recruit__select,
.recruit__input {
  width: 460px;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #cbcbcb;
  background: none;
  font-size: 13.5px;
  box-sizing: border-box;
}
.recruit__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_arrow.png) no-repeat right 15px center;
}
.recruit__textarea {
  width: 100%;
  background: #f3f3f3;
  color: #333;
}
.recruit__apply--btn {
  background: #f58329;
  color: #fff;
  font-weight: 600;
  transform: rotate(0.04deg);
  margin: 85px auto 0;
  display: flex;
  width: 350px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.filebox {
  width: 460px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filebox .upload-name {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 78%;
  outline: 0;
  border: none;
  background: none;
  font-size: 13.5px;
  font-weight: 500;
}

.filebox label {
  display: inline-block;
  padding: 10px;
  color: #fff;
  vertical-align: middle;
  background-color: #999999;
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.filebox input[type='file'] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
} /*# sourceMappingURL=careers.css.map */
.welfare_swiper__btn--box {
  position: absolute;
  width: 100%;
  top: calc(50% + 90px);
  transform: translateY(-50%);
}

.employ__list--box {
  margin-top: 90px;
}
/* 250109 복지수정 */
.benefit3 .benefit__item.box {
  width:calc(50% - 10px);
  height: 320px;

}
.benefit3 .benefit__item.box:nth-child(odd) {
  margin-right: 10px;
}
.benefit__item.box .benefit__balloon{
  background-image: none;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}