/* 하림 sub */

/* subtit */
.subtit h6 {
  font-size: 50px;
  line-height: 1.2;
  font-family: 'GmarketSans';
  font-weight: 500;
}

.subtit>span {
  font-size: 22px;
  line-height: 1.2;
  color: var(--main-color);
  margin-bottom: 14px;
  display: inline-block;
}

.subtit p {
  color: #666;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 1.2em;
}

.subtit {
  margin-bottom: 90px;
}

.flex {
  display: flex;
}

.ac {
  align-items: center;
}

.sb {
  justify-content: space-between;
}

.fe {
  align-items: flex-end;
}

label {
  cursor: pointer;
}

/* company */
/* company - 계열사소개 */
/* .company .sub_header{background: url(../img/sub/sub_01.jpg) bottom no-repeat; } */

.bold {
  font-weight: 800 !important;
}


.but button {
  padding: 14px 14px;
  border: 1px solid #e6e6e6;
  border-radius: 60px;
  color: #333;
  width: 180px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
}

.but button span {
  transition-duration: 0.3s;
  width: 9px;
  position: relative;
  margin-left: 8px;
  display: block;
  height: 20px;
  top: -1px
}

.but button span::before {
  content: '';
  display: block;
  ;
  width: 100%;
  width: 9px;
  height: 9px;
  background: var(--main-color);
  border-radius: 2px;
  transition-duration: 0.3s;
}

.but button span::after {
  content: '';
  display: block;
  ;
  width: 100%;
  width: 9px;
  height: 9px;
  background: #89898A;
  border-radius: 2px;
  margin-top: 2px;
  transition-duration: 0.3s;
}

.but button:hover span {
  width: 20px;
}

.but button:hover span::before,
.but button:hover span::after {
  width: 100%;
}

.comp_2 .comp_li ul li {
  cursor: pointer;
}

.comp_li ul {
  display: flex;
  gap: 80px 30px;
  flex-wrap: wrap;
}

.comp_li ul li {
  width: calc((100% - 60px) / 3);
}

.comp_li .imgwrap {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
}

.comp_li .imgwrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.comp_li .txt>div {
  padding: 24px 0;
  height: 103px;
}

.comp_li .txt h6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.comp_li .txt h6 .link_btn {
  margin-left: 8px;
  display: inline-block;
}

.comp_li .txt p {
  color: var(--main-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}

.comp_li .txt dl dt,
.comp_li .txt dl dd {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 20px;
  border-top: 1px solid #eee;
}

.comp_li .txt dl dt {
  width: 24%;
  background-color: #f9f9f9;
  font-weight: 500;
}

.comp_li .txt dl dd {
  width: 75%;
  font-weight: 400;
  color: #444;
}

.comp_li .txt dl {
  border-bottom: 1px solid #eee;
}

/* 직무소개-디테일 */
.cus-btn {
  margin-top: 30px;
}

.careers {
  display: flex;
  row-gap: 80px;
  column-gap: 100px;
  margin-top: 80px;
  flex-wrap: wrap;
}

.careers .care-con strong {
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

/* .careers .care-con strong::after {content: ""; display: block; position: absolute; width: 100%; height: 3px; background-color: var(--main-color); bottom: -6px; left: 0;} */
/* .careers .care-con div {width: 100%; height: 160px; border-radius: 20px; background-color: #f5f5f5; display: flex; align-items: center; justify-content: center; padding: 0 150px;} */
.careers .care-con div p {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
  font-weight: 400;
}

.detail-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.detail-tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
}

.detail-tit strong {
  position: relative;
  z-index: 2;
  font-family: 'GmarketSans';
  font-weight: 500;
}

.con2 {
  margin-top: 80px;
}

.detail-tit1 {
  background: url(../img/sub/detail-bg4.jpg) no-repeat center/cover;
}

.detail-tit2 {
  background: url(../img/sub/detail-bg2.jpg) no-repeat center/cover;
}

.detail-tit3 {
  background: url(../img/sub/detail-bg03.jpg) no-repeat center/cover;
}

.detail-tit4 {
  background: url(../img/sub/detail-bg4.jpg) no-repeat center/cover;
}

.detail-tit5 {
  background: url(../img/sub/detail-bg5.jpg) no-repeat center/cover;
  background-position: 50% 28%;
}

.detail-tit6 {
  background: url(../img/sub/detail-bg06.jpg) no-repeat center/cover;
  background-position: 50% 28%;
}

.detail-tit7 {
  background: url(../img/sub/detail-bg7.jpg) no-repeat center/cover;
  background-position: 50% 28%;
}

.detail-tit9 {
  background: url(../img/sub/detail-bg8.jpg) no-repeat center/cover;
  background-position: 50% 40%;
}

.detail-tit10 {
  background: url(../img/sub/detail-bg9.jpg) no-repeat center/cover;
  background-position: 50% 66%;
}

.detail-tit11 {
  background: url(../img/sub/detail-bg010.jpg) no-repeat center/cover;
  background-position: 50% 49%;
}

.detail-tit12 {
  background: url(../img/sub/detail-bg11.jpg) no-repeat center/cover;
  background-position: 50% 61%;
}

.detail-tit13 {
  background: url(../img/sub/detail-bg012.jpg) no-repeat center/cover;
  background-position: 50% 78%;
}

.detail-tit14 {
  background: url(../img/sub/detail-bg13.jpg) no-repeat center/cover;
  background-position: 50% 78%;
}

.detail-tit15 {
  background: url(../img/sub/detail-bg14.jpg) no-repeat center/cover;
  background-position: 50% 78%;
}

.detail-tit16 {
  background: url(../img/sub/detail-bg15.jpg) no-repeat center/cover;
  background-position: 50% 78%;
}

.detail-extra1 {
  background: url(../img/sub/engineer.jpg) no-repeat center/cover;
  background-position: 50% 36%;
}

.detail-extra2 {
  background: url(../img/sub/constru.jpg) no-repeat center/cover;
  background-position: 50% 36%;
}

.detail-extra3 {
  background: url(../img/sub/detail-bg4.jpg) no-repeat center/cover;
}

.detail-extra4 {
  background: url(../img/sub/front.jpg) no-repeat center/cover;
}

.detail-extra5 {
  background: url(../img/sub/food.jpg) no-repeat center/cover;
}

.detail-extra6 {
  background: url(../img/sub/spa.jpg) no-repeat center/cover;
}

.detail-extra7 {
  background: url(../img/sub/facility.jpg) no-repeat center/cover;
}

.detail-extra8 {
  background: url(../img/sub/leasing.jpg) no-repeat center/cover;
}

.detail-extra9 {
  background: url(../img/sub/golf1.jpg) no-repeat center/cover;
}

.detail-extra10 {
  background: url(../img/sub/golf2.jpg) no-repeat center/cover;
}

.detail-extra11 {
  background: url(../img/sub/golf3.jpg) no-repeat center/cover;
}

.detail-extra12 {
  background: url(../img/sub/golf4.jpg) no-repeat center/cover;
}

.detail-extra13 {
  background: url(../img/sub/golf5.jpg) no-repeat center/cover;
  background-position: 50% 80%;
}

.detail-extra14 {
  background: url(../img/sub/golf6.jpg) no-repeat center/cover;
}

.detail-extra15 {
  background: url(../img/sub/golf7.jpg) no-repeat center/cover;
}

.detail-extra16 {
  background: url(../img/sub/detail-bg12.jpg) no-repeat center/cover;
}

.detail-extra17 {
  background: url(../img/sub/trading.jpg) no-repeat center/cover;
}

.detail-extra18 {
  background: url(../img/sub/gold.jpg) no-repeat center/cover;
}

.but.morebtn {
  margin-top: 20px;
}

/* .careers .care-con {width: calc((100% - 100px) / 2); gap: 25px;} */

.care-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 100px) / 2);
  gap: 30px;
}

.care-con .care-icon {
  width: 136px;
  border-radius: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  aspect-ratio: 1 / 1;
}

.care-con .care-icon img {
  width: 52px;
}

.care-con .care-tit {
  width: calc(100% - 166px);
}

/* .people .sub_header{background: url(../img/sub/sub_01.jpg) bottom no-repeat; } */

.people .tab_hr.tab01_tit {
  display: block;
}

.people1 .hr_1.sel_tit {
  display: block;
}

/* .people1 .sel_tit.hr_1 {display: block;} */
.people2 .sel_tit.hr_2 {
  display: block;
}

.people .tab_in_menu.tab_hr {
  display: block;
}

.people .tab_in_menu.tab_hr {
  display: block;
}

.guide1 .sel_tit.guide_1 {
  display: block;
}

/* 채용공고 recruit */
/* .recruit .sub_header{background: url(../img/sub/sub_01.jpg) bottom no-repeat; } */

.tabs {
  margin-top: 30px;
}

.tabs ul {
  display: flex;
}

.tabs li+li {
  margin-left: 12px;
}

.tabs li.on a {
  background: var(--main-color);
  color: #fff;
  font-weight: 400;
  border-color: var(--main-color);
}

.tabs li a {
  padding: 12px 25px;
  border-radius: 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
  color: #333;
  font-weight: 400;
}

.tabs li:hover a {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

/* 채용공고 디테일 recruit-view */
.review-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 30px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}

.review-top .due-date {
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 6px 17px;
  height: fit-content;
  width: fit-content;
  flex-shrink: 0;
}

.review-top .due-date.done {
  background-color: #AFAFAF;
  color: #fff;
}

.review-top .due-date span {}

.recview-tit {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.recview-tit .recview-detail {
  display: flex;
  gap: 20px;
}

.recview-tit .recview-detail ul {
  display: flex;
  color: #666;
}

.recview-tit .recview-detail ul li {
  padding: 0 10px;
  position: relative;
  font-weight: 300;
}

.recview-tit .recview-detail ul li:first-child::after {
  content: none;
}

.recview-tit .recview-detail ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.recview-tit .recview-detail ul li:first-child {
  padding-left: 0;
}

.recview-tit .recview-detail .day {
  display: flex;
  gap: 10px;
  font-weight: 300;
  color: #888;
}

.recview-tit>p {
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.recview_content {
  padding: 50px 0;
  width: 80%;
  margin: 0 auto;
}

.btn-wrap02 {
  display: flex;
  gap: 20px;
  justify-content: center;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}

.btn-wrap03 {
  display: flex;
  gap: 20px;
  justify-content: center;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.btn-wrap02 button {
  padding: 17px 0px;
  width: 155px;
  font-size: 16px;
}

.btn-wrap03 button {
  padding: 17px 0px;
  /* width: 155px; */
  font-size: 16px;
}

.btn-wrap02 .apply-btn {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

.btn-wrap03 .apply-btn {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}

.btn-wrap02 .list-btn {
  background-color: #fff;
  color: #777;
  border: 1px solid #ddd;
}

.btn-wrap03 .list-btn {
  background-color: #fff;
  color: #777;
  border: 1px solid #ddd;
}

/* 체크 */
.check {
  position: relative;
}

.check_label {
  display: inline-block;
  position: relative;
  font-size: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding-left: 24px;
  vertical-align: middle;
  font-weight: 500;
}

.check_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}

/* 체크 크기 */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 6px solid #ddd;
}

.check_label:hover input~.checkmark {
  background-color: #efefef;
}

.check_label input:checked~.checkmark {
  border: 1px solid transparent;
  background-color: #999;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_label input:checked~.checkmark:after {
  display: block;
}

/* 체크박스 */
.check_label .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 라디오 */
.checkmark.radio {
  border-radius: 50%;
}

.check_label .checkmark.radio:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  border: 0;
}

/* form */
input:checked+.slider {
  background-color: var(--main-color);
}

.insert-wrap .insert.insert-chk .check_label input:checked~.checkmark,
.check_label input:checked~.checkmark {
  background-color: var(--main-color);
}

.form input {
  height: 50px;
}

input[type=text],
input[type=password] {
  padding-left: 14px;
  padding-right: 14px;
  height: 50px;
  font-size: 15px;
  border-color: #ddd !important;
}

textarea {
  padding: 12px;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 1em;
  font-weight: 500 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 18px !important;
  ;
}

.select2-results__option {
  padding: 13px 18px !important;
  font-size: 1em;
  font-weight: 500;
}

.table1 .select2-container,
.table3 .select2-container {
  min-width: 100px;
}

.box-search-container input,
.box-search-container .select2-container {
  box-shadow: none;
}

.switch input {
  display: none;
}

textarea {
  line-height: 1.4;
}

form input {
  font-size: 16px;
}

form input[type=text],
.form input[type=password] {
  padding: 0 18px;
}

.select2-container {
  min-width: 160px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  text-align: left;
}

.select2-container .select2-selection--single {
  height: 50px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dcdee1;
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 12px !important;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.select2-selection--single:focus {
  outline: none;
}

.insert-select {
  position: relative;
}

.select2-dropdown {
  border: 1px solid #dcdee1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1;
  color: #222;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: transparent;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-size: 9px 5px;
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
  background-image: url(https://lbcontents.s3.ap-northeast-2.amazonaws.com/images/admin/icon-arrow-st2.png);
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #888;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background-color: #ddd;
}


/* select-list */
.select-list {
  width: 100%;
  background-color: #f5f7fa;
  height: 210px;
}

.select-list option {
  padding: 8px 16px;
}

.select-list option:checked {
  background: #c1c4c9 linear-gradient(0deg, #c1c4c9 0%, #c1c4c9 100%);
}

.rec {
  position: relative;
  height: 100%;
}

.rec ul {
  width: 100%;
}

.rec form ul li+li {
  border-top: 1px solid #ddd;
}

.rec form input,
.rec form input,
.rec form select {
  width: 100%;
}

.rec form ul li:first-child p {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.rec form ul li:first-child {
  margin-bottom: 30px;
}

.rec {
  display: flex;
  gap: 100px;
}

.rec .rec_filter {
  width: 306px;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  position: sticky;
  top: 110px;
}

.rec .rectit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.rec .rectit p {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.rec .rectit button {
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.rec .rectit button span {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-left: 2px;
}

.searchbox {
  position: relative;
  height: 50px;
  background-color: #f9f9f9;
}

.searchbox input[type=text] {
  border: none;
  width: calc(100% - 50px);
  height: 100%;
  padding-right: 0;
  background-color: #f9f9f9;
}

.searchbox input[type=text]::placeholder {
  color: #aaa;
}

.searchbox input:focus {
  outline: none;
}

.search_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px;
}

.rec .rec_filter .btn_flex {
  gap: 4px;
  flex-direction: column;
  margin-bottom: 30px;
}

.rec .rec_filter .btn_flex div {
  padding: 8px 14px 7px;
  font-weight: 400;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
}

.rec .rec_filter .btn_flex div:hover {
  background-color: var(--main-color)15;
  color: var(--main-color);
  border-color: var(--main-color)50;
}

.rec .rec_filter .btn_flex div.on {
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.rec .rec_filter ul li.btn {
  padding-top: 0;
  border-top: none;
}

.rec .rec_filter ul li.btn button {
  width: 100%;
  background-color: var(--main-color);
  border-radius: 30px;
  padding: 14px 0;
  color: #fff;
  font-size: 16px;
}

.rec .rec_filter ul li p {
  font-size: 18px;
  line-height: 1;
  color: #333;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec .rec_filter ul li p.fold {
  cursor: pointer;
}

.rec .rec_filter ul li p i.rotate img {
  content: url(../img/sub/minus.svg);
}



.noPost {}

.noPost>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.noPost i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.noPost p {
  font-weight: 500;
  font-size: 18px;
  color: #888;
}


.rec_list {
  width: 100%
}

.rec_list .total {
  padding-bottom: 25px;
  border-bottom: 1px solid #222;
}

.rec_list .total p {
  font-size: 18px;
  font-weight: 400;
}

.rec_list .total p span {
  color: var(--main-color);
  font-weight: 600;
}

.apply_list li {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  position: relative;
}


.apply_list li>div {
  padding: 30px 0;
  background: #fff;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}


.apply_list li .top {
  flex-shrink: 0;
  display: flex;
  width: 84px;
}


.apply_list li .top b {
  font-weight: 600;
  padding: 6px 10px;
  font-size: 14px;
  background: var(--main-color);
  color: #fff;
  margin-right: 12px;
  display: block;
  width: 100%;
  text-align: center;
  word-break: break-all;
  white-space: normal;
  line-height: 1.2;
}

.apply_list li .top b span {
  font-weight: inherit;
}

.apply_list li .top p {
  margin-left: 12px;
  color: #111;
  font-weight: 600;
  font-size: 18px;
}

.apply_list li .top b.done {
  background-color: #AFAFAF;
  color: #fff;
}

.apply_list li .bot em {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  font-weight: 600;
}

.apply_list li .bot {
  flex: 1;
  padding-right: 50px;
}

.apply_list li .bot p {
  font-weight: 300;
}

.apply_list li .bot p span {
  color: #666;
}

.apply_list li .bot p span+span {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  ;
}

.apply_list li .bot p span+span::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.apply_list li .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: .3;
  transition: all .15s;
}

.apply_list li:hover .arrow {
  opacity: 1;
}


/* 지원가이드 */
/* .guide .sub_header{background: url(../img/sub/sub_01.jpg) bottom no-repeat; } */

/* faq */
.guide2 .sel_tit.guide_2 {
  display: block;
}

.faqlist {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-top: 2px solid var(--main-color);
}

.faqlist li+li {
  border-top: 1px solid #eee;
}

.faqlist li .faq_title {
  padding: 30px 40px;
  cursor: pointer;
  background-color: #f9f9f9;
}

.faqlist li .faq_title .q {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  color: #555;
  line-height: 1.3em;
  padding-right: 40px;
  padding-left: 40px;
}

.faqlist li .faq_title .q::before {
  content: 'Q.';
  color: #555;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  padding-right: 20px;
  left: 0;
  top: 0;
}

.faq_answer {
  padding: 40px 80px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: none;
  color: #333;
  border-top: 1px solid #eee;
}

.faqlist li .faq_title .q::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/sub/plus.svg) no-repeat center;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-size: 17px;
}

.faqlist li.turn .faq_title .q::after {
  background-image: url(../img/sub/minus.svg);
}

.faqlist li.turn .faq_title {
  background-color: #fff;
}

.faqlist li.turn .faq_title .q {
  color: #000;
}

.faqlist li.turn .faq_title .q::before {
  color: #000;
}

.faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.faq-tab ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-tab ul li {
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: all .15s;
}

.faq-tab ul li.on {
  background-color: #3D3D3D;
  color: #fff;
  border-color: #3d3d3d;
}

.faq-tab ul li:hover:not(.on) {
  background-color: #f5f5f5;
}

.faq-top .searchbox {
  width: 291px;
}


/* 직무소개 */
.depart .faqlist {
  background-color: #fff;
}

.depart .faqlist li .faq_title .q::before {
  display: none;
}

.depart .faqlist {
  border-top: 2px solid #666;
}

.depart .faqlist li .faq_title .q {
  font-size: 24px;
  padding: 0;
}

.depart .faqlist li .faq_title .q:after {
  right: -10px;
}

.depart .faqlist li .faq_title {
  padding: 25px 30px;
}

.depart .faqlist li .faq_answer {
  padding: 0;
}

.depart .faqlist li .faq_answer>div {
  display: flex;
  gap: 35px;
  padding: 25px 30px;
}

.depart .faqlist li .faq_answer .img {
  width: 520px;
  position: relative;
  aspect-ratio: 1 / 0.51;
  flex-shrink: 0;
  display: none;
}

.hangangfood.depart .faqlist li .faq_answer .img {
  width: 520px;
  position: relative;
  aspect-ratio: 1 / 0.51;
  flex-shrink: 0;
  display: block;
}

.depart .faqlist li .faq_answer .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.depart .faqlist li .faq_answer .txt {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}

.depart .faqlist li .faq_answer .txt p {
  font-size: 18px;
  line-height: 1.5;
  color: #444;
  font-weight: 400;
}

.depart .faqlist li .faq_answer .txt .btmbox {
  background-color: #E6001905;
}

.depart .faqlist li .faq_answer .txt .btmbox ul {
  padding: 25px;
}

.depart .faqlist li .faq_answer .txt .btmbox ul li {
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 12px;
  border-top: none;
  font-size: 16px;
}

.depart .faqlist li .faq_answer .txt .btmbox ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  background-color: #333;
}

.depart .faqlist li .faq_answer .txt .btmbox ul li+li {
  margin-top: 3px;
}

.depart .faqlist li .faq_answer .txt .btmbox p {
  font-weight: 800;
  font-size: 16px;
  padding-bottom: 6px;
}

.depart .faqlist li .faq_answer .txt .btmbox2 {
  background-color: #ffffff;
  border: 1px solid #e6001b1f;
}

.depart .faqlist li .faq_answer .txt .btmbox2 ul li {
  padding-left: 0px;
}

.depart .faqlist li .faq_answer .txt .btmbox2 ul li:before {
  display: none;
}




.page-nav {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-top: 60px;
}

.page-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}

.page-nav ul li {
  border: none;
  color: #aaa;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
}

.page-nav ul li.page-on {
  color: #333;
  position: relative;
  font-weight: 900;
}

.page-nav ul li.page-on::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #333;
}

.page-nav .page-btn i {
  font-size: 20px;
  display: block;
  color: #aaa;
}

.page-nav .page-btn.btn-on i {
  cursor: pointer;
  color: #333;
}

/* qna */
.guide3 .sel_tit.guide_3 {
  display: block;
}

.qna {
  overflow: hidden;
}

.qnaform form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.qnaform dl {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #eee;
}

.qnaform dl dd {
  width: 220px;
  font-size: 20px;
}

.qnaform dl dt {
  width: calc(100% - 220px);
}

.qnaform dl select {
  padding: 0 18px;
  background-color: #f5f5f5 !important;
  border: none;
  width: 790px !important;
  height: 50px;
  border-radius: 4px;
  font-size: 15px;
  background: url(../img/sub/angle.png) no-repeat;
  background-position: 98% 50%;
}

/* .qnaform dl input {width: 60%; border: none; background-color: #f5f5f5;} */
.qnaform dl input {
  width: 790px;
}

select {
  -webkit-appearance: none;
  /* for chrome */
  -moz-appearance: none;
  /*for firefox*/
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
  /*for IE10,11*/
}

.qnaform input[type="text"] {
  border-color: #ddd;
}

/* .qnaform textarea {resize: none; width: 100%; height: 200px; border:none; border-radius: 4px; background-color: #f5f5f5; padding: 18px; outline: none;} */
.qnaform textarea {
  resize: none;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  padding: 18px;
  outline: none;
  border: 1px solid #ddd;
}

.qnaform .privacy-con {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 18px;
  height: 150px;
  overflow-y: scroll;
  font-weight: 400;
  color: #777;
}

.chk-wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

input[type="checkbox"] {
  display: none;
}

.chk-wrap span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/sub/chk-none.png) no-repeat center/cover;
}

.label-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.label-wrap p {
  font-weight: 400;
}

.chk-wrap input:checked~label span {
  background: url(../img/sub/chked.png) no-repeat center/cover;
}

.chk-wrap input:checked~label p {
  font-weight: 600;
}

.qnaform .form-top {
  border-top: 2px solid var(--main-color);
}

/* .qnaform .form-top {display: flex; width: 100%;}
.qnaform .form-top dl {width: 50%;}
.qnaform .form-top dl dd {width: 220px;}
.qnaform .form-top select {width: 90%;} */

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.btn-wrap button {
  padding: 20px 0px;
  width: 230px;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-size: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

.btn-wrap button:hover {
  background-color: var(--main-color);
  color: white;
}

/* 2024-08-05 css custom */

/* hoban_company - 회사소개 (계열사 소개) */

/* hoban_affiliate - 회사소개 (직무 소개) */

.subtab>ul {
  width: 100%;
  display: flex;
}

.hoban_affiliate .subtab>ul>li {
  width: calc(100% / 7);
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 500;
  color: #ddd;
  cursor: pointer;
}

.hoban_affiliate .subtab>ul>li.on {
  border-bottom: 3px solid var(--main-color);
  color: #111;
  font-weight: 700;
}

.hoban_affiliate .comp_li {
  margin-top: 60px;
}

.comp_2 .sel_tit.comp_2 {
  display: block;
}

/* 채용절차 */
.guide1 .sel_tit.guide_ {
  display: block;
}

/* .process {margin-bottom: 150px; } */
.process .process-tit {
  font-size: 32px;
  display: flex;
  align-items: center;
}

.pro-flex {
  display: flex;
  align-items: flex-start;
}

.pro-flex .process-tit {
  width: 300px;
  flex-shrink: 0;
}

.pro-flex+.pro-flex {
  margin-top: 105px;
}

/* .process .process-wrap {display: flex; width: 100%; justify-content: space-between; position: relative; margin-top: 50px;} */
/* .process .process-wrap > div:last-child {border: 5px solid var(--main-color);} */
/* .process .process-wrap .circle::before {content: ""; display: block; position: absolute; width: 90%; height: 90%; border-radius: 50%; background-color: #fff3e7; left: 50%; top: 50%; transform: translate(-50%,-50%);} */
/* .process .process-wrap .circle:last-child::before {background-color: var(--main-color); width: 100%;height: 100%;} */

.process .process-wrap {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 50px;
  background-color: #FF5C5415;
  border-radius: 10px;
}

.process .process-wrap .circle {
  position: relative;
}

.process-arrow {
  width: 14px;
  height: 14px;
  background: url(../img/sub/process-arrow.svg) no-repeat center center / cover;
  display: block;
  position: relative;
}

.process .process-wrap .circle:last-child:after {
  display: none;
}

.circle-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 5px;
}

.circle-txt .iconwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
}

.circle-txt .iconwrap img {
  max-width: 60%;
}

.circle-txt span {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  padding-top: 8px;
}

.circle-txt strong {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}


.not-txt {
  font-size: .9em;
  color: #888;
  position: relative;
  display: block;
  padding-top: 8px;
  padding-left: 16px;
}

.not-txt:after {
  content: '※';
  position: absolute;
  display: block;
  left: 0;
  top: 8px;
}

.not-txt.none {
  padding-left: 0;
}

.not-txt.none:after {
  display: none;
}

.pt0 {
  padding-top: 0 !important;
}

.not-txt.pt0:after {
  top: 0;
}


.con-top {
  border-top: 2px solid var(--main-color);
}

/* .process-con {margin-top: 100px;} */
.process-con {
  width: 100%;
}

.process-con dl {
  display: flex;
  align-items: flex-start;
  padding: 40px 30px;
  border-bottom: 1px solid #ececec;
}

.process-con dl dt {
  width: 254px;
  font-size: 22px;
}

.process-con dd {
  width: calc(100% - 254px);
  padding-top: 3px;
}

.process-con dd>ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.process-con dd ul>li.main-pro {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}

/* .process-con dd ul > li.main-pro::before {content: "•"; display: inline-block; margin-right: 5px; font-size: 20px; line-height: 0.2;} */
.process-con dd ul>li ul li {
  font-size: 17px;
  color: #777;
  text-indent: 5px;
}

.process-con dd ul>li>ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-con dd ul>li>ul>li::before {
  content: "-";
  display: inline-block;
  color: #777;
  margin-right: 5px;
}

.re-notice {
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-top: 55px;
}

.re-notice h3 {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.re-notice .notice-txt {
  font-size: 16px;
  color: #555;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.re-notice .notice-txt p {
  padding-left: 28px;
  position: relative;
}

.re-notice .notice-txt p:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../img/sub/not-con.svg) no-repeat center center / cover;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}



/* 사내복지 */

.welfare-wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.welfare-wrap>div:first-child {
  padding-top: 0;
}

.welfare-con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.welfare-con .wel-tit {
  display: flex;
  flex-direction: column;
}

.welfare-con .wel-tit strong {
  font-size: 40px;
  font-weight: 700;
}

.welfare-con .wel-tit span {
  font-size: 20px;
  font-weight: 400;
  color: #666;
}

.welfare-con .wel-box {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.welfare-con .welfare {
  width: calc((100% - 80px) / 3);
  padding: 35px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.2s;
  box-sizing: border-box;
}

.welfare-con .welfare .welfare-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 25px;
  aspect-ratio: 1;
}

.ns-shop .welfare-con .welfare .welfare-icon {
  width: 85px;
  height: 85px;
}

.welfare-con .welfare .welfare-icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare-con .welfare .wel-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.welfare-con .welfare .wel-txt p {
  font-size: 24px;
}

.welfare-con .welfare .wel-txt span {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

.welfare-con .welfare .welfare-icon i img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.welfare-con .welfare:hover {
  box-shadow: 0 4px 10px rgba(197, 197, 197, .3);
  border: 1px solid var(--main-color);
  outline: 1px solid var(--main-color);
}

/* ns_shopping */
.ns-shop .welfare-con .welfare .wel-txt {
  text-align: center;
}

.ns-shop .welfare-con .welfare .welfare-icon {
  margin-left: auto;
  margin-right: auto;
}

.ns-shop .welfare-con .welfare .welfare-icon i {
  width: 100%;
  height: 100%;
}

/* ns 생애주기별복지 */
.life-pc {
  display: flex !important;
}

.life-m {
  display: none !important;
}

.ns-shop .welfare-wrap2 {
  margin-top: 120px;
}

.ns-shop .wel-tit strong {
  font-size: clamp(26px, 3vw, 52px);
}

.ns-shop .wel-tit p {
  font-size: clamp(20px, 2vw, 32px);
  color: #666;
  font-weight: 500;
  padding-top: 10px;
}

.ns-shop .welfare-wrap2 .wel-box {
  gap: 50px;
}

.ns-shop .wel-life {
  display: flex;
  gap: 90px;
  width: 100%;
}

/* .ns-shop .wel-life>div {background:url(../img/company/ns_shopping/life001.png); background-size:cover;background-repeat: no-repeat; background-size:auto;background-position:right bottom;} */
.ns-shop .wel-life2 {
  flex-direction: row-reverse;
}

.ns-shop .wel-life>div {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  width: calc((100% - 80px) / 3);
  min-height: 310px;
  z-index: 3
}



.ns-shop .wel-life>div figure {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}

.ns-shop .wel-life span {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 15px;
}

.ns-shop .wel-life li,
.ns-shop .wel-life p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #555;
  text-indent: -12px;
  padding-left: 12px;
}

.ns-shop .wel-life .life-margin {
  margin-top: 15px;
}

.ns-shop .wel-life ul {
  list-style-type: "- ";
  list-style-position: inside
}

.ns-shop .life-text {
  width: 55%;
}


.ns-shop .life-last .life-text {
  width: unset
}

.ns-shop .life-last figure {
  width: 60% !important;
}

/* 가로선 1,3줄 */
.ns-shop .wel-life1>div:nth-child(1)::after,
.ns-shop .wel-life1>div:nth-child(2)::after {
  background: url(../img/company/ns_shopping/dash.png);
  content: '';
  width: 90px;
  height: 2px;
  position: absolute;
  display: block;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

/* 가로선 2줄 */
.ns-shop .wel-life2>div:nth-child(1)::after,
.ns-shop .wel-life2>div:nth-child(2)::after {
  background: url(../img/company/ns_shopping/dash.png);
  content: '';
  width: 90px;
  height: 2px;
  position: absolute;
  display: block;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
}

/* 세로선 */
.ns-shop .wel-life1>div:nth-child(3)::after,
.ns-shop .wel-life2>div:nth-child(3)::after {
  background: url(../img/company/ns_shopping/dash2.png);
  content: '';
  width: 2px;
  height: 50px;
  position: absolute;
  display: block;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.ns-shop .wel-life3>div:nth-child(3)::after {
  display: none;
}

/* 도트 1,3줄 */
.ns-shop .wel-life1>div:nth-child(2)::before,
.ns-shop .wel-life1>div:nth-child(3)::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--main-color);
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
}

/* 도트 2줄 */
.ns-shop .wel-life2>div:nth-child(2)::before,
.ns-shop .wel-life2>div:nth-child(3)::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--main-color);
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  transform: translate(50%, -50%);
}

/* 세로줄 도트 */
.ns-shop .wel-life2>div:nth-child(1)::before,
.ns-shop .wel-life3>div:nth-child(1)::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--main-color);
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}





/* 하림 */
.harim .welfare-con .welfare .wel-txt {
  text-align: center;
}

.harim .welfare-con .welfare .welfare-icon {
  margin-left: auto;
  margin-right: auto;
}

/* 선진 */
.sunjin .welfare-con .welfare .wel-txt {
  text-align: center;
}

.sunjin .welfare-con .welfare .welfare-icon {
  margin-left: auto;
  margin-right: auto;
}

.sunjin .welfare-con .welfare .welfare-icon {
  width: 75px;
  height: 75px;
}

.sunjin .welfare-con .welfare .welfare-icon i {
  width: 75px;
  height: 75px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 제일사료 */
.jeilfeed .welfare-con .welfare .wel-txt {
  text-align: center;
}

.jeilfeed .welfare-con .welfare .welfare-icon {
  margin-left: auto;
  margin-right: auto;
}

.jeilfeed .welfare-con .welfare .welfare-icon {
  width: 85px;
  height: 85px;
}

.jeilfeed .welfare-con .welfare .welfare-icon i {
  width: 85px;
  height: 85px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* 인재상 */
.people-wrap {
  padding-bottom: 70px;
}

.out-circle {
  position: relative;
  width: 460px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  border: 1px solid #FFC995;
  padding: 40px;
  margin: 0 auto;
}

.out-circle .inner-circle {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(143deg, #fcc42b, #fd9f1b, #fe7f0f, #ff7d00);
}

.out-circle .circle-con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.out-circle .ball-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 1;
}

.out-circle .ball-holder .ball {
  position: absolute;
  border-radius: 50%;
  background-color: #FFC995;
}

.out-circle .holder01 .ball {
  top: 50%;
  width: 12px;
  height: 12px;
  left: -6px;
}

.out-circle .holder02 .ball {
  bottom: 50%;
  right: -9px;
  width: 18px;
  height: 18px;
}

.out-circle .holder01 {
  animation: ball01 16s linear infinite;
}

.out-circle .holder02 {
  animation: ball01 16s linear infinite;
}

@keyframes ball01 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circle-ball {
  position: absolute;
  width: 56%;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(107, 107, 107, .3);
}

/* .circle-ball::before {content: ""; display: block; position: absolute; width: 12px; height: 12px; border-radius: 100%; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);} */
.circle-ball.ball1 {
  top: -90px;
  left: -95px;
  border: 2px solid var(--main-color);
}

.circle-ball.ball2 {
  top: -90px;
  right: -95px;
  border: 2px solid #FCC42B;
}

.circle-ball.ball3 {
  bottom: -90px;
  left: -95px;
  border: 2px solid #FCC42B;
}

.circle-ball.ball4 {
  bottom: -90px;
  right: -95px;
  border: 2px solid var(--main-color);
}

.circle-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}

.circle-tit em {
  display: flex;
  width: 65px;
  margin-bottom: 10px;
}

.circle-tit p {
  font-size: 26px;
}

.circle-tit span {
  font-size: 20px;
  color: #555;
  font-weight: 500;
}


.talent {
  margin-top: 160px;
}

.inner-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-tit p {
  font-size: 54px;
  color: white;
  margin-top: -16px;
}

.inner-tit i {
  display: inline-block;
  width: 215px;
}

.people-tit {
  display: flex;
  gap: 100px;
  align-items: center;
}

.people-tit strong {
  font-size: 35px;
}

.people-tit span {
  font-size: 20px;
  font-weight: 400;
  color: #555;
}

.people-tit2 {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  background: url(../img/sub/value.jpg) no-repeat center/cover;
}

.value-tabs .tabs {
  margin: 0 !important;
}

.subtit.value-sub {
  margin-top: 70px;
}

/* 핵심가치 */
.con2 {
  overflow: hidden;
}

.core-value {
  background: url(../img/sub/main-bg.png), url(../img/sub/main-bg02.png);
  background-repeat: no-repeat;
  background-size: 37%, 50%;
  background-position: 100% -12%, 0 85%;
}

/* .value-bg {background: url(../img/sub/value02-2.jpg) no-repeat center/cover; overflow: hidden; background-attachment: fixed;} */

.value-bg {
  width: 100%;
  height: 550px;
  position: relative;
  overflow-x: hidden;
}

.value-bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.value-bg-wrap .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub/value02-2.jpg) no-repeat center/cover;
  transform: translateZ(0);
  will-change: transform;
}

/* .value-bg {height: 1000px; position: relative;}
.value-bg .bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%;background: url(../img/sub/value02-2.jpg); background-size: cover; background-position: center center; transform: translateZ(0); will-change: transform;}  */

.value-inner {
  padding: 150px 0;
}

.value-inner:last-child {
  padding-bottom: 0;
}



.growth {
  display: flex;
  justify-content: space-between;
  background: url(../img/sub/main-bg03.png) no-repeat;
  background-size: 9%;
  background-position: 0 107%;
}

.value-tit {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.value-tit em {
  display: block;
  width: 75px;
  margin-bottom: 50px;
}

.value-tit h3 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}

.value-tit p {
  font-size: 22px;
  color: #666;
  font-weight: 300;
}

.value-con {
  width: 60%;
}

.value-con .value-sub-tit {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.value-con .value-sub-tit p {
  font-size: 30px;
  font-weight: 600;
}

.value-con .value-sub-tit span {
  font-size: 20px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}


.value-con {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 200px;
}

.value-con .growht-con ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 35px;
}

.value-con .growht-con ul li {
  width: calc((100% - 105px) / 4);
  padding: 25px;
  border: 1px solid #ffcd9b;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: all 0.2s;
  background-color: #fff;
}

.value-con .growht-con ul li:hover {
  box-shadow: 0 4px 10px rgba(197, 197, 197, .3)
}

.value-con .growht-con ul li:nth-child(2),
.value-con .growht-con ul li:nth-child(4),
.value-con .growht-con ul li:nth-child(5),
.value-con .growht-con ul li:nth-child(7) {
  border-color: #ddd;
}

.value-con .growht-con ul li em {
  display: block;
  width: 55px;
}

.value-con .growht-con ul li div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.value-con .growht-con ul li div p {
  font-size: 20px;
}

.value-con .growht-con ul li div span {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.win .value-tit {
  position: sticky;
  top: 130px;
  left: 0;
  align-items: flex-start;
  justify-content: flex-start;
  height: fit-content;
}

/* .win {background: url(../img/sub/win-bg.png) no-repeat; height: 1000px; background-attachment: fixed;} */

.win {
  width: 100%;
  height: 1000px;
  position: relative;
}

.win-bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.win-bg-wrap .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub/win-bg.png) no-repeat center/cover;
  transform: translateZ(0);
  will-change: transform;
}

.win .value-tit h3 {
  color: #fff;
}

.win .value-tit p {
  color: rgba(255, 255, 255, .85);
  font-weight: 200;
}

.win .value-con {
  margin-top: 110px;
}

.win-con {
  display: flex;
  height: 100%;
}

.win-tit em {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  transition: all 0.2s;
}

.win-tit p {
  font-size: 32px;
  font-weight: 100;
  color: #fff;
  transition: all 0.2s;
}

.win-tit>div {
  font-size: 19px;
  font-weight: 100;
  color: #fff;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
}

.win-tit {
  transition: all 0.3s;
  cursor: default;
}

.win-tit:hover em {
  color: #ff7d00;
}

.win-tit:hover p {
  font-size: 40px;
  font-weight: bold;
}

.win-tit:hover span {
  opacity: 1;
}

.win-tit:hover>div {
  padding: 35px 0;
  overflow: auto;
  width: 100%;
  height: fit-content;
}

.scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  background-color: pink;
  text-align: center;
}

.future {
  display: flex;
  justify-content: space-between;
}

.future-con {
  margin-top: 150px;
  width: 60%;
}

.future-con ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  width: 100%;
}

.future-con ul li {
  width: 100%;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

/* .future-con ul li:hover {background-size: 200% !important;} */
/* .future-con ul li::after {content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.3); position: absolute; top: 0; left: 0;} */
.future-con ul li:first-child {
  background: url(../img/sub/growth1.jpg) no-repeat center/cover;
  grid-column-start: 2;
}

.future-con ul li:nth-child(2) {
  background: url(../img/sub/youth1.jpg) no-repeat center/cover;
  grid-column-start: 1;
  margin-top: -100px;
}

.future-con ul li:nth-child(3) {
  background: url(../img/sub/stability1.jpg) no-repeat center/cover;
  margin-top: 200px;
}

.future-con ul li em {
  font-size: 80px;
  font-weight: 900;
  color: rgba(255, 255, 255, .35);
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0.6;
}

.future-con ul li .fu-txt {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 37px;
  left: 30px;
  z-index: 2;
}

.future-con ul li .fu-txt span {
  font-size: 16px;
  color: rgba(255, 255, 255, .92);
  font-weight: 200;
}

.future-con ul li .fu-txt p {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
}


/* 기업문화 */
.culture .wrap_padding {
  padding: 0;
}

.culture-con+.culture-con {
  padding-top: 170px;
}

.culture-tit {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.culture-tit i {
  display: block;
  color: var(--main-color);
  font-size: 32px;
  font-weight: 700;
}

.culture-tit i.fc-k {
  color: #666;
}

.culture-tit h6 {
  color: #333;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}

.culture-tit .cc01-list i {
  display: inline-block;
}

/* cc01 */
.cc01 {
  position: relative;
  overflow: hidden;
}

.cc01>div {
  display: flex;
  position: relative;
  top: -1px;
}

/* .cc01 .culture-tit i{font-size: 1.2em;}
.cc01 .culture-tit h6{font-size: 1.2em;} */
.cc01 .left,
.cc01 .right {
  width: 50%;
  height: 98vh;
}

.cc01 .left {
  display: flex;
}

.cc01 .left>div {
  padding-top: 140px;
}

.cc01 .right {
  background: url(../img/company/ns_shopping/culture-bg.jpg) no-repeat center center / cover;
  position: absolute;
  right: 0;
  top: 140px;
}

.cc01-list {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc01-list li {
  color: #444;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  position: relative;
  padding-left: 50px;
  width: fit-content;
  position: relative;
}

/* .cc01-list li i{color: #222; font-weight: 600;} */
.cc01-list li:before {
  content: '';
  font-weight: 800;
  font-size: 24px;
  color: #DBDADA;
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
}

.orpum .cc01 .right {
  background: url(../img/company/orpum/culture-bg.jpg) no-repeat center/cover;
}

/* 2025-04-03 */
.cc01-list li:before {
  font-size: 32px;
  top: 0;
}

.cc01-list li {
  padding-left: 58px;
  font-size: 32px;
  font-weight: 700;
}

.cc01-list li:nth-of-type(1):before {
  content: '01';
}

.cc01-list li:nth-of-type(2):before {
  content: '02';
}

.cc01-list li:nth-of-type(3):before {
  content: '03';
}

.cc01-list li:nth-of-type(4):before {
  content: '04';
}

.cc01 .left:after {
  content: 'VISION';
  display: block;
  font-size: 210px;
  font-family: 'NanumSquareNeo';
  font-weight: 800;
  color: #f5f5f5;
  position: absolute;
  left: -200px;
  bottom: -18px;
  z-index: -1;
  line-height: 1;
  color: #000;
  opacity: .04;
}


.cc01-list li.on:before {
  color: #888;
}

.cc01-list li:after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  background-color: var(--main-color);
  transition: all 0.5s;
}

.cc01-list li.on:after {
  width: 100%;
}

.cc03 .cc01-list li i,
.cc03 .cc01-list li {
  color: #ccc;
}

.cc03 .cc01-list li.on i {
  color: #222;
  font-weight: 700;
}

.cc03 .cc01-list li.on {
  color: #444;
}

.cc01-list li.nonum {
  padding-left: 0;
}

.cc01-list li.nonum:before {
  content: '';
}

/* cc02 */
.culture-con .sticky-sec {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: auto;
}

.culture-con .sticky-sec .culture-tit {
  width: 50%;
}

.culture-con .sticky-sec .right-sec {
  width: 50%;
}

/* .culture-con .sticky-sec .right-sec{width: 50vw; } */
.culture-con .sticky-sec .culture-tit {
  position: sticky;
  top: 100px;
  height: max-content;
  z-index: 4;
}

.culture-con.sticky-sec {}

.cc02 {
  background: url(../img/sub/culture-bg2.png) no-repeat center bottom / cover;
  background-attachment: fixed;
  padding-bottom: 80px;
  position: relative;
}

.cc02:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #fff, transparent);
  z-index: 2;
}

.cc02 .right-sec ul li {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
}

.cc02 .right-sec ul li .txt {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cc02 .right-sec ul li .txt b {
  position: relative;
  display: block;
  width: max-content;
  font-weight: 800;
  font-size: 46px;
  color: #333;
  opacity: .4;
  line-height: 1;
  transition: all .5s;
}

.cc02 .right-sec ul li .txt b:after {
  content: '';
  font-size: 18px;
  color: #000;
  opacity: .6;
  line-height: 1.3;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  font-weight: 400;
}

.cc02 .right-sec ul li:nth-child(1) .txt b:after {
  content: '01';
}

.cc02 .right-sec ul li:nth-child(2) .txt b:after {
  content: '02';
}

.cc02 .right-sec ul li:nth-child(3) .txt b:after {
  content: '03';
}

.cc02 .right-sec ul li .txt>div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cc02 .right-sec ul li .txt>div i {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  opacity: .6;
  transition: all .5s;
}

.cc02 .right-sec ul li .txt>div p {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

.cc02 .right-sec ul li .imgbox {
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  height: 0;
}

.cc02 .right-sec ul li .img {
  position: relative;
  width: 248px;
  aspect-ratio: 1 / 1.18;
}

.cc02 .right-sec ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.cc02 .right-sec ul li:hover {
  border-bottom: 1px solid #000;
}

.cc02 .right-sec ul li:hover .txt b {
  opacity: 1;
}

.cc02 .right-sec ul li:hover .txt>div i {
  opacity: 1;
}

.cc02 .right-sec ul li:hover .imgbox {
  opacity: 1;
  visibility: visible;
  height: 295px;
}


/* --------- 2025-03-27 cc02 레이아웃수정 --------- */

.cc02-2.cc03 {
  background: url(../img/sub/culture-bg2.png) no-repeat center bottom / cover;
  background-attachment: fixed;
  padding-bottom: 100px;
  position: relative;
}

.cc02-2.cc03:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #fff, transparent);
  z-index: 2;
}

/* .cc02-2 .right-sec ul li .img:after{content: '' !important;} */
.cc02-2.cc03 .right-sec ul li {
  flex-direction: column-reverse;
}

.cc02-2.cc03 .right-sec ul li .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cc02-2.cc03 .right-sec ul li .txt b {
  position: relative;
  display: block;
  width: max-content;
  font-weight: 800;
  font-size: 46px;
  color: #333;
  line-height: 1;
  transition: all .5s;
}

.cc02-2.cc03 .right-sec ul li .txt b:after {
  content: '';
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  font-weight: 400;
  opacity: .6;
  display: none;
}

.cc02-2.cc03 .right-sec ul li:nth-child(1) .txt b:after {
  content: '01';
}

.cc02-2.cc03 .right-sec ul li:nth-child(2) .txt b:after {
  content: '02';
}

.cc02-2.cc03 .right-sec ul li:nth-child(3) .txt b:after {
  content: '03';
}

.cc02-2.cc03 .right-sec ul li .txt>div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cc02-2.cc03 .right-sec ul li .txt>div i {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  transition: all .5s;
}

.hg-culture-con .right-sec ul li .txt>div {
  display: flex;
  flex-direction: column;
}

.hg-culture-con .right-sec ul li .txt>div i {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  transition: all .5s;
}

.hg-culture-con .right-sec ul li .txt>div p {
  padding-top: 12px;
}

/* .cc02-2.cc03 .right-sec ul li .txt > div p{line-height: 1.5; font-size: 18px; font-weight: 400; color: #666; } */


/* .cc02-2:after{content: 'CORE \A VALUE';  white-space:pre;  display: block; font-size: 180px; font-family: 'NanumSquareNeo'; font-weight: 800; color: #f5f5f5; position: sticky; margin-left: -25px; bottom: 50px; z-index: -1; line-height: 1; margin-top: 200px;} */
.sticky-txt {
  display: block;
  font-size: 180px;
  font-family: 'NanumSquareNeo';
  font-weight: 800;
  color: #f5f5f5;
  position: sticky;
  margin-left: -25px;
  bottom: 50px;
  z-index: -1;
  line-height: 1;
  margin-top: 200px;
  display: none;
}

.sticky-txt.fixed-bottom {
  position: absolute !important;
}

/* ---------------------------- */

/* cc03 */
/* .cc03{background: url(../img/sub/culture-bg3.png) no-repeat left 50%; background-size: 899px; padding-bottom: 170px; position: relative;} */
.cc03 {
  background: url(../img/sub/culture-bg3.png) no-repeat left 50%;
  background-size: 899px;
  padding-bottom: 170px;
  position: relative;
  background-attachment: fixed;
}

.cc03:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #fff, transparent);
  z-index: 2;
}

.cc03 .right-sec ul {
  margin-top: 100px;
}

.cc03 .right-sec ul li+li {
  margin-top: 80px;
}

.cc03 .right-sec ul li {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cc03 .right-sec ul li .txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cc03 .right-sec ul li .txt b {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.cc03 .right-sec ul li .txt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}

/* 2025-03-27 수정 (원래는 positon:relative 뿐이었고 img태그에 스타일이 없었음) */
.cc03 .right-sec ul li .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.38;
}

.cc03 .right-sec ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.cc03 .right-sec ul li .img:after {
  content: '';
  display: block;
  position: absolute;
  font-family: 'NanumSquareNeo';
  color: #fff;
  opacity: .6;
  font-size: 100px;
  letter-spacing: -0.08em;
  font-weight: 800;
  bottom: -14px;
  left: 12px;
  line-height: 1;
}

.cc03 .right-sec ul li:nth-child(1) .img:after {
  content: '01';
}

.cc03 .right-sec ul li:nth-child(2) .img:after {
  content: '02';
}

.cc03 .right-sec ul li:nth-child(3) .img:after {
  content: '03';
}

.cc03 .right-sec ul li:nth-child(4) .img:after {
  content: '04';
}

.farmsco .cc03 .right-sec ul li .img:after {
  display: none;
}


.harimholdings .cc03.hh-cc01 .right-sec ul li:nth-child(1) .img:after {
  content: 'SIMPLE';
}

.harimholdings .cc03.hh-cc01 .right-sec ul li:nth-child(2) .img:after {
  content: '01';
}

.harimholdings .cc03.hh-cc01 .right-sec ul li:nth-child(3) .img:after {
  content: '02';
}

.harimholdings .cc03.hh-cc02 .right-sec ul li:nth-child(1) .img:after {
  content: 'CHALLENGE';
}


/* cc04 */
.cc04 {
  background: url(../img/company/ns_shopping/culture-btm.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 !important;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc04>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  text-align: center;
  gap: 43px;
}

.cc04>div p {
  overflow: hidden;
}

.cc04>div p span {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.cc04>div button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 60px;
  color: #fff;
  background-color: var(--main-color-light);
  font-size: 18px;
  font-weight: 600;
}

.cc04>div button img {
  position: relative;
  transition: all .15s;
}

.cc04>div button:hover img {
  transform: translateX(5px);
}


.farmsco .cc02-2.cc03 {
  padding-bottom: 170px;
}

.orpum .cc04 {
  background: url(../img/company/orpum/culture-btm.jpg) no-repeat;
  background-position: 50% 80%;
}


/* ********************************************* *
* 1630px
* ********************************************* */
@media screen and (max-width: 1630px) {
  .value-inner {
    padding: 150px 20px;
  }

  .win {
    padding: 150px 0;
  }

  .growth {
    background-position: 20px 107%;
    gap: 20px;
  }

  /* .culture-con .sticky-sec .right-sec{width: 65vw;} */


  /* ns 생애주기별복지 */
  .ns-shop .welfare-wrap2 .wel-box {
    gap: 50px;
  }

  .ns-shop .wel-life {
    display: flex;
    gap: 60px;
    width: 100%;
  }

  .ns-shop .wel-life>div {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    width: calc((100% - 80px) / 3);
    z-index: 3;
    min-height: 310px;
  }


  /* 가로선 1,3줄 */
  .ns-shop .wel-life1>div:nth-child(1)::after,
  .ns-shop .wel-life1>div:nth-child(2)::after {
    background: url(../img/company/ns_shopping/dash.png);
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    display: block;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
  }

  /* 가로선 2줄 */
  .ns-shop .wel-life2>div:nth-child(1)::after,
  .ns-shop .wel-life2>div:nth-child(2)::after {
    background: url(../img/company/ns_shopping/dash.png);
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    display: block;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
  }

  .ns-shop .wel-life3>div:nth-child(3)::after {
    display: none !important;
  }

  /* 세로선 */
  .ns-shop .wel-life1>div:nth-child(3)::after,
  .ns-shop .wel-life2>div:nth-child(3)::after {
    background: url(../img/company/ns_shopping/dash2.png);
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    display: block;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  /* 도트 1,3줄 */
  .ns-shop .wel-life1>div:nth-child(2)::before,
  .ns-shop .wel-life1>div:nth-child(3)::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--main-color);
    position: absolute;
    display: block;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
  }

  /* 도트 2줄 */
  .ns-shop .wel-life2>div:nth-child(2)::before,
  .ns-shop .wel-life2>div:nth-child(3)::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--main-color);
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
    transform: translate(50%, -50%);
  }

  /* 세로줄 도트 */
  .ns-shop .wel-life2>div:nth-child(1)::before,
  .ns-shop .wel-life3>div:nth-child(1)::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--main-color);
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }



}

/* ********************************************* *
* 1500px
* ********************************************* */
@media screen and (max-width: 1500px) {

  .process-arrow {}

  .process .process-wrap {
    justify-content: space-between;
  }


  .culture-con+.culture-con {
    padding-top: 150px;
  }

  .culture-tit {
    gap: 24px;
  }

  .culture-tit i {
    font-size: 28px;
  }

  .culture-tit h6 {
    font-size: 40px;
  }

  .cc01 .left:after {
    font-size: 164px;
    left: -14px;
  }

  .cc01 .left>div {
    padding-top: 120px;
  }

  .cc01-list li {
    font-size: 24px;
    padding-left: 44px;
  }

  .cc01-list li:before {
    font-size: 21px;
  }

  /* 2025-04-03 */
  .cc01-list li:before {
    font-size: 24px;
  }


  .sticky-txt {
    font-size: 120px;
    bottom: 30px;
  }

  /* .sticky-txt br{display: none;} */

  .farmsco.culture .sub_header .culture_title {
    width: calc(100% - 16px)
  }

  .harim.culture .sub_header .culture_title {
    width: calc(100% - 16px)
  }

  .orpum.culture .sub_header .culture_title {
    width: calc(100% - 16px)
  }





}

/* ********************************************* *
* 1420px
* ********************************************* */
@media screen and (max-width: 1420px) {
  .value-con .growht-con ul {
    column-gap: 20px;
  }

  .value-con .growht-con ul li {
    width: calc((100% - 60px) / 4);
  }

  .win-con {
    justify-content: space-between;
  }

  .win .value-con {
    width: 55%;
  }

  .future {
    flex-direction: column;
  }

  .future .value-tit {
    width: 36%;
  }

  .future-con {
    width: 70%;
    margin-left: auto;
    margin-top: -130px;
  }

  .future-con ul li {
    width: 100%;
    height: auto;
    aspect-ratio: 1.8 / 2;
  }




  /* ns 생애주기별복지 */
  .life-pc {
    display: none !important;
  }

  .life-m {
    display: flex !important;
  }

  .ns-shop .welfare-wrap2 {
    margin-top: 120px;
  }

  .ns-shop .wel-tit strong {
    font-size: clamp(26px, 3vw, 52px);
  }

  .ns-shop .wel-tit p {
    font-size: clamp(20px, 2vw, 32px);
    color: #666;
    font-weight: 500;
    padding-top: 10px;
  }

  .ns-shop .welfare-wrap2 .wel-box {
    gap: 50px;
  }

  .ns-shop .wel-life {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: center;
  }

  .ns-shop .wel-life>div {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    width: 50%;
    height: auto;
  }

  .ns-shop .wel-life .life-margin {
    margin-top: 20px;
  }

  .ns-shop .wel-life>div::after {
    display: none !important;
  }

  .ns-shop .wel-life>div::before {
    display: none !important;
  }


  .ns-shop .wel-life>div figure {
    position: absolute;
    height: 3;
    bottom: 0;
    right: 0;
  }

  .ns-shop .wel-life>div figure>img {
    max-height: 270px;
    width: auto;
  }

  .ns-shop .wel-life span {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
  }

  .ns-shop .wel-life p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    color: #555;
  }


}

/* ********************************************* *
* 1240px
* ********************************************* */
@media screen and (max-width: 1240px) {
  .comp_li .txt dl dd {
    width: 74%;
  }

  .comp_li .txt dl dt,
  .comp_li .txt dl dd {
    padding-left: 12px;
  }

  .careers {
    column-gap: 65px;
  }

  .care-con {
    width: calc((100% - 65px) / 2);
  }

  .careers .care-con strong {
    margin-bottom: 12px;
  }

  .careers .care-con div p {
    font-size: 17px;
  }

  .out-circle {
    width: 400px;
  }

  .circle-tit p {
    font-size: 24px;
  }

  .circle-tit span {
    font-size: 18px;
  }

  .value-tit em {
    width: 70px;
    margin-bottom: 45px;
  }

  .value-tit h3 {
    font-size: 55px;
  }

  .value-tit p {
    font-size: 20px;
  }

  .value-tit p br {
    display: none;
  }

  .value-con .value-sub-tit p {
    font-size: 27px;
  }

  .value-con .value-sub-tit span {
    font-size: 18px;
  }

  .growth {
    flex-direction: column;
    gap: 80px;
    background-size: 12%;
  }

  .value-con {
    width: 80%;
    margin-left: auto;
    gap: 50px;
    margin-top: 0;
  }

  .win {
    height: 960px;
  }

  .win-tit p {
    font-size: 29px;
  }

  .value-con {
    gap: 60px;
  }

  .win-tit:hover p {
    font-size: 36px;
  }

  .future-con {
    width: 77%;
  }

  .welfare-con .welfare .wel-txt p {
    font-size: 22px;
  }

  .welfare-con .welfare {
    padding: 40px 30px;
    width: calc((100% - 60px) / 3);
  }

  .welfare-con .wel-box {
    gap: 30px;
  }

  .welfare-con .welfare .wel-txt span {
    font-size: 17px;
  }

  .recview-tit>p {
    font-size: 30px;
  }

  .recview-tit {
    gap: 12px;
  }


  .pro-flex .process-tit {
    width: 280px;
    font-size: 28px;
  }

  .process .process-wrap {
    padding: 30px 40px;
    justify-content: space-between;
  }

  .process-arrow {
    width: 12px;
    height: 12px;
  }

  .process-con dl {
    padding: 35px 20px;
  }

  .process-con dl dt {
    width: 220px;
    font-size: 20px;
  }

  .process-con dd {
    width: calc(100% - 220px);
  }

  .process-con dd ul>li.main-pro {
    font-size: 17px;
  }

  .comp_2 .comp_li ul {
    row-gap: 60px;
  }

  .btn-wrap button {
    width: 195px;
    padding: 17px 0;
  }


  .faqlist li .faq_title {
    padding: 26px 30px;
  }

  .faqlist li .faq_title .q {
    font-size: 18px;
  }

  .faq-tab ul {
    gap: 12px;
  }

  .faq-tab ul li {
    padding: 16px 26px;
    font-size: 16px;
  }

  .faqlist li .faq_title .q::after {
    right: -8px;
    width: 34px;
    height: 34px;
  }

  .faq_answer {
    padding: 30px 30px 30px 69px;
    font-size: 17px;
  }

  .depart .faqlist li .faq_title,
  .depart .faqlist li .faq_answer>div {
    padding: 25px 20px;
  }

  .depart .faqlist li .faq_title .q {
    font-size: 22px;
  }

  .depart .faqlist li .faq_title .q:after {
    right: -4px;
  }

  .depart .faqlist li .faq_answer .txt p {
    font-size: 17px;
  }

  .depart .faqlist li .faq_answer .txt {
    gap: 20px;
  }

  .culture-con+.culture-con {
    padding-top: 150px;
  }

  .cc03 {
    padding-bottom: 150px;
  }

  .culture-tit {
    gap: 24px;
  }

  .culture-tit i {
    font-size: 28px;
  }

  .culture-tit h6 {
    font-size: 40px;
  }

  .cc01 .left:after {
    font-size: 164px;
  }

  .cc01 .left>div {
    padding-top: 120px;
  }

  .cc01-list li {
    font-size: 24px;
    padding-left: 44px;
  }

  .cc01-list li:before {
    font-size: 21px;
  }

  .farmsco .cc02-2.cc03 {
    padding-bottom: 150px;
  }


  /* 2025-04-03 */
  .cc01-list li i:before {
    font-size: 24px;
  }

  .cc01-list li {
    font-size: 24px;
  }

  .cc02 .right-sec ul li .txt {
    gap: 24px;
  }

  .cc02 .right-sec ul li .txt b {
    font-size: 36px;
  }

  .cc02 .right-sec ul li .txt>div {
    gap: 14px;
  }

  .cc02 .right-sec ul li .txt>div i {
    font-size: 22px;
  }

  .cc02 .right-sec ul li .txt>div p {
    font-size: 17px;
  }

  .cc03 .right-sec ul li {
    gap: 24px;
  }

  .cc03 .right-sec ul li .txt {
    gap: 16px;
  }

  .cc03 .right-sec ul li .txt b {
    font-size: 26px;
  }

  .cc03 .right-sec ul li .txt p {
    font-size: 18px;
  }

  .cc03 .right-sec ul li+li {
    margin-top: 70px;
  }

  .cc04>div p span {
    font-size: 44px;
  }

  .cc04>div button {
    padding: 16px 44px;
    font-size: 16px;
  }

  .cc04>div button i img {
    width: 16px;
  }

  .cc04 {
    height: 420px;
  }

  /* 2025-03-27 수정 */
  .cc02-2.cc03 .right-sec ul li .txt {
    gap: 16px;
  }

  .cc02-2.cc03 .right-sec ul li .txt b {
    font-size: 36px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div {
    gap: 10px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div i {
    font-size: 22px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div p {
    font-size: 17px;
  }

  .sticky-txt {
    font-size: 100px;
    bottom: 30px;
  }





}



/* ********************************************* *
* 1024px
* ********************************************* */
@media screen and (max-width: 1024px) {
  .comp_li ul {
    gap: 80px 20px;
  }

  .comp_li ul li {
    width: calc((100% - 40px) / 3);
  }

  .comp_li .txt h6 {
    font-size: 26px;
  }

  .comp_li .txt dl dt,
  .comp_li .txt dl dd {
    padding-left: 10px;
  }

  .comp_li .txt dl dt {
    width: 26%;
  }

  .comp_li .txt dl dd {
    width: 72%;
  }

  .hoban_affiliate .subtab>ul>li {
    font-size: 17px;
  }

  .care-con {
    width: 100%;
  }

  /* .value-con {margin-top: 320px;} */

  .win-tit p {
    font-size: 27px;
  }

  .win-tit:hover p {
    font-size: 31px;
  }

  .win-tit em {
    font-size: 24px;
  }

  .win-tit>div {
    font-size: 18px;
  }

  .future-con ul {
    grid-column-gap: 50px;
  }

  .future-con ul li em {
    font-size: 66px;
  }

  .future-con ul li .fu-txt p {
    font-size: 42px;
  }

  .rec {
    gap: 70px;
    justify-content: space-between;
  }

  /* .rec_list {width: calc(100% - 340px);} */
  .select2-container {
    width: 100% !important;
  }

  .qnaform dl select {
    width: 100% !important;
  }

  .qnaform dl input {
    width: 100%;
  }

  .rec .rec_filter {
    width: 280px;
  }

  .apply_list li>div {
    gap: 30px;
  }

  /* .review-top {gap: 30px;} */
  /* .review-top .due-date {width: 75px; height: 75px;} */

  /* .process .process-wrap {flex-wrap: wrap; column-gap: 130px; row-gap: 50px; justify-content: flex-start;}
  .process .process-wrap .circle {width: calc((100% - 260px) / 3); aspect-ratio: 1 / 1; height: auto;}
  .process .process-wrap .circle:first-child {position: relative;}
  .process .process-wrap .circle:first-child::after {content: ""; display: block; position: absolute; width: 80vw; height: 1px; border: 1px dashed #eee; top: 50%; left: 0; z-index: -1;}
  .process .process-wrap .circle:nth-child(4) {position: relative;}
  .process.newjob .process-wrap .circle:nth-child(4)::after {content: ""; display: block; position: absolute; width: 40vw; height: 1px; border: 1px dashed #eee; top: 50%; left: 0; z-index: -1;}
  .process .process-wrap::before {content: none;} */


  .pro-flex .process-tit {
    width: 220px;
    font-size: 28px;
  }

  .process .process-wrap {
    padding: 30px;
  }

  .process-arrow {}

  /* .process-con dl{padding: 35px 20px;} */
  .process-con dd {
    width: calc(100% - 200px);
  }

  .process-con dl dt {
    width: 200px;
  }

  .process-con dd ul>li.main-pro {}

  .btn-wrap button {
    font-size: 18px;
  }





  .culture-con+.culture-con {
    padding-top: 130px;
  }

  .cc03 {
    padding-bottom: 130px;
  }

  .culture-tit {
    gap: 14px;
  }

  .culture-tit i {
    font-size: 24px;
  }

  .culture-tit h6 {
    font-size: 36px;
  }

  .cc01 .left:after {
    font-size: 130px;
    bottom: -9px;
  }

  .cc01 .left,
  .cc01 .right {
    height: 680px;
  }

  .cc01 .left>div {
    padding-top: 100px;
  }

  .cc01-list {
    margin-top: 60px;
  }

  .cc01-list li {
    font-size: 22px;
    padding-left: 38px;
  }

  .cc01-list li:before {
    font-size: 19px;
  }

  .farmsco .cc02-2.cc03 {
    padding-bottom: 130px;
  }


  /* 2025-04-03 */
  .cc01-list li i:before {
    font-size: 22px;
  }

  .cc01-list li {
    font-size: 22px;
  }


  .culture-con .sticky-sec .right-sec {
    width: 650px;
  }

  .cc02 .right-sec ul li,
  .cc02 .right-sec ul li:hover {
    border-color: #e6e6e6;
  }

  .cc02 .right-sec ul li:first-child {
    border-top: 1px solid #e6e6e6;
  }

  .cc02 .right-sec ul li .txt {
    gap: 20px;
  }

  .cc02 .right-sec ul li .txt b {
    font-size: 32px;
    opacity: 1;
  }

  .cc02 .right-sec ul li .txt b:after {
    font-size: 16px;
    right: -26px;
  }

  .cc02 .right-sec ul li .txt>div {
    gap: 10px;
  }

  .cc02 .right-sec ul li .txt>div i {
    font-size: 20px;
    opacity: 1;
  }

  .cc02 .right-sec ul li .txt>div p {
    font-size: 16px;
    opacity: 1;
  }

  .cc02 .right-sec ul li:hover .imgbox {
    height: max-content;
  }

  .cc02 .right-sec ul li .imgbox {
    height: max-content;
    visibility: visible;
    opacity: 1;
  }

  .cc02 .right-sec ul li .img {
    width: 200px;
  }

  .cc03 {
    background-size: 700px;
  }

  .cc03 .right-sec ul {
    margin-top: 60px;
  }

  .cc03 .right-sec ul li {
    gap: 20px;
  }

  .cc03 .right-sec ul li .img:after {
    font-size: 80px;
  }

  .cc03 .right-sec ul li .txt {
    gap: 16px;
  }

  .cc03 .right-sec ul li .txt b {
    font-size: 24px;
  }

  .cc03 .right-sec ul li .txt p {
    font-size: 16px;
  }

  .cc03 .right-sec ul li+li {
    margin-top: 60px;
  }

  .cc04>div {
    gap: 32px;
  }

  .cc04>div p span {
    font-size: 32px;
  }

  .cc04>div button {
    padding: 14px 36px;
    font-size: 16px;
  }

  .cc04>div button i img {
    width: 16px;
  }

  .cc04 {
    height: 360px;
  }


  /* 2025-03-27 수정 */
  .cc02-2.cc03 .right-sec ul li .txt {
    gap: 20px;
  }

  .cc02-2.cc03 .right-sec ul li .txt b {
    font-size: 32px;
    opacity: 1;
  }

  .cc02-2.cc03 .right-sec ul li .txt b:after {
    font-size: 16px;
    right: -26px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div {
    gap: 10px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div i {
    font-size: 20px;
    opacity: 1;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div p {
    font-size: 16px;
    opacity: 1;
  }

  .welfare-con .wel-tit strong {
    font-size: 36px;
  }

  .farmsco .culture-tit+.culture-tit {
    margin-top: 60px;
  }

  .hangangfood.depart .faqlist li .faq_answer .img {
    width: 50%;
  }



  /* ns 생애주기별복지 */
  .life-pc {
    display: none !important;
  }

  .life-m {
    display: flex !important;
  }

  .ns-shop .welfare-wrap2 {
    margin-top: 60px;
  }

  .ns-shop .welfare-wrap2 .wel-box {
    gap: 25px;
  }

  .ns-shop .wel-life {
    display: flex;
    gap: 25px;
    width: 100%;
    flex-direction: column;
  }

  .ns-shop .wel-life>div {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 50px;
    position: relative;
    width: 100%;
    height: auto;
  }

  .ns-shop .wel-life>div::after {
    display: none !important;
  }

  .ns-shop .wel-life>div::before {
    display: none !important;
  }


  .ns-shop .wel-life>div figure {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
  }

  .ns-shop .wel-life span {
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
  }

  .ns-shop .wel-life p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
  }



}

/* ********************************************* *
* 890px
* ********************************************* */
@media screen and (max-width: 890px) {
  .hangangfood.depart .faqlist li .faq_answer>div {
    flex-direction: column;
  }

  .hangangfood.depart .faqlist li .faq_answer .img {
    width: 100%;
  }

  .subtit h6 {
    font-size: 45px;
  }

  .subtit p {
    font-size: 19px;
  }

  .comp_li ul {
    gap: 80px 30px;
  }

  .comp_li ul li {
    width: calc((100% - 30px) / 2);
  }

  .comp_li .txt dl dt,
  .comp_li .txt dl dd {
    padding-left: 17px;
  }

  .subtab {
    width: 100%;
    overflow-x: scroll;
  }

  .subtab>ul {
    width: max-content;
  }

  .hoban_affiliate .subtab>ul>li {
    padding: 10px 25px;
    width: max-content;
  }

  .out-circle {
    width: 360px;
    padding: 25px;
  }

  .circle-ball.ball1 {
    top: -70px;
    left: -77px;
  }

  .circle-ball.ball2 {
    top: -70px;
    right: -77px;
  }

  .circle-ball.ball3 {
    bottom: -70px;
    left: -77px;
  }

  .circle-ball.ball4 {
    bottom: -70px;
    right: -77px;
  }

  .circle-tit em {
    width: 58px;
  }

  .circle-tit p {
    font-size: 22px;
  }

  .circle-tit span {
    font-size: 16px;
  }

  .inner-tit i {
    width: 100%;
  }

  .value-con {
    width: 100%;
  }

  .value-tit {
    width: 100%;
  }

  .value-tit p br {
    display: block;
  }

  .value-tit h3 {
    font-size: 52px;
    margin-bottom: 20px;
  }

  .value-tit p {
    font-size: 18px;
  }

  .value-con .value-sub-tit {
    gap: 20px;
  }

  .value-con .value-sub-tit p {
    font-size: 24px;
  }

  .value-con .value-sub-tit span {
    font-size: 16px;
  }

  .value-con .growht-con ul {
    row-gap: 20px;
  }

  .value-con .growht-con ul li {
    padding: 15px 20px;
  }

  .value-con .growht-con ul li div p {
    font-size: 18px;
  }

  .value-con .growht-con ul li div span {
    font-size: 15px;
  }

  .win-con {
    flex-direction: column;
  }

  .win .value-con {
    width: 60%;
  }

  .win .value-tit {
    position: static;
  }

  .win {
    height: fit-content;
  }

  .win .value-con {
    margin-top: 80px;
  }

  .win-tit p {
    font-size: 24px;
  }

  .win-tit:hover p {
    font-size: 28px;
  }

  .win-tit>div {
    font-size: 16px;
  }

  .value-inner:last-child {
    padding-bottom: 70px;
  }

  .future .value-tit {
    width: 100%;
  }

  .future-con {
    width: 100%;
    margin-top: 50px;
  }

  .future-con ul {
    width: 100%;
  }

  /* .future-con ul li {aspect-ratio: 1 / 1;} */

  .welfare-wrap {
    gap: 80px;
  }

  .welfare-con {
    gap: 30px;
  }

  .welfare-con .wel-tit strong {
    font-size: 32px;
  }

  .welfare-con .wel-tit span {
    font-size: 18px;
  }

  .welfare-con .welfare {
    width: calc((100% - 30px) / 2);
  }

  .rec {
    flex-direction: column;
    gap: 70px;
  }

  .rec .rec_filter {
    position: static;
    width: 100%;
  }

  .rec_list {
    width: 100%;
  }

  .rec .rec_filter {
    border-bottom: 1px solid #ddd;
  }

  .rec_list .total {
    padding-bottom: 12px;
  }

  .rec_list .total p {
    font-size: 16px;
  }

  .apply_list li .top b {
    padding: 5px 8px;
  }

  .apply_list li em {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .apply_list li .bot p {
    font-size: 15px;
  }

  .recview-tit>p {
    font-size: 25px;
  }

  .review-top .due-date {
    font-size: 16px;
    padding: 5px 15px;
  }

  /* .review-top{gap: 10px;} */
  .recview-tit {
    gap: 10px;
  }

  .recview-tit .recview-detail ul {
    font-size: 15px
  }

  .review-top {
    padding: 30px 20px;
  }


  .pro-flex {
    flex-direction: column;
    gap: 20px;
  }

  .pro-flex .process-tit {
    width: 100%;
    font-size: 26px;
  }

  .process .process-wrap {
    padding: 30px 40px;
  }

  .process-arrow {}

  /* .process-con dl{padding: 35px 20px;} */
  .process-con dd ul>li.main-pro {}

  .circle-txt .iconwrap {
    width: 90px;
    height: 90px;
  }

  .circle-txt {
    gap: 0;
  }

  .pro-flex+.pro-flex {
    margin-top: 70px;
  }

  .re-notice {
    margin-top: 30px;
    border-radius: 6px;
    padding: 20px;
  }


  .faqlist li .faq_title {
    padding: 24px 20px;
  }

  .faqlist li .faq_title .q {
    font-size: 17px;
    padding-left: 30px;
  }

  /* .faqlist li .faq_title .q::before{padding-right: 16px;} */
  .faq-tab ul {
    gap: 10px;
  }

  .faq-tab ul li {
    padding: 14px 23px;
    font-size: 15px;
  }

  .faqlist li .faq_title .q::after {
    right: -6px;
    background-size: 16px;
  }

  .faq_answer {
    padding: 24px 20px;
    font-size: 16px;
  }

  .faq-top {
    margin-bottom: 40px;
  }

  .faq-top .searchbox {
    width: 270px;
  }

  .searchbox {
    height: 46px;
  }

  .depart .faqlist li .faq_title,
  .depart .faqlist li .faq_answer>div {
    padding: 22px 20px;
  }

  .depart .faqlist li .faq_title .q {
    font-size: 20px;
  }

  .depart .faqlist li .faq_answer .txt p {
    font-size: 16px;
  }

  .depart .faqlist li .faq_answer .txt {
    gap: 16px;
  }

  .depart .faqlist li .faq_answer .txt .btmbox ul {
    padding: 20px;
  }

  .depart .faqlist li .faq_answer .txt .btmbox ul li {
    font-size: 15px;
  }



  .culture-con+.culture-con {
    padding-top: 100px;
  }

  .cc03 {
    padding-bottom: 100px;
  }

  .culture-tit {
    gap: 14px;
  }

  .culture-tit i {
    font-size: 20px;
  }

  .culture-tit h6 {
    font-size: 30px;
  }

  .cc01 .left:after {
    font-size: 100px;
    bottom: -9px;
  }

  .cc01 .left,
  .cc01 .right {
    height: 650px;
  }

  .cc01 .left>div {
    padding-top: 80px;
  }

  .cc01-list {
    margin-top: 50px;
  }

  .cc01-list li {
    font-size: 20px;
  }

  .farmsco .cc02-2.cc03 {
    padding-bottom: 100px;
  }


  .culture-con .sticky-sec {
    flex-direction: column;
  }

  .culture-con .sticky-sec .right-sec {
    width: 100%;
  }

  .culture-con .sticky-sec .culture-tit {
    position: relative;
    top: 0;
    margin-bottom: 16px;
  }

  .cc02 {
    padding-bottom: 0;
  }

  .cc02 .right-sec ul li {
    align-items: center;
    padding: 26px 0;
    gap: 16px;
  }

  .cc02 .right-sec ul li .img {
    width: 170px;
  }

  .cc02 .right-sec ul li .txt {
    gap: 14px;
  }

  .cc02 .right-sec ul li .txt b {
    font-size: 28px;
  }

  .cc03 {
    background: none;
  }

  .cc03 .right-sec ul {
    margin-top: 0px;
  }

  .cc04>div {
    gap: 26px;
  }

  .cc04>div p span {
    font-size: 30px;
  }

  .cc04>div button {
    padding: 14px 32px;
    font-size: 16px;
  }

  .cc04 {
    height: 340px;
  }


  /* 2025-03-27 수정 */
  .cc02-2.cc03 {
    padding-bottom: 0;
    background: none;
  }

  .cc02-2.cc03 .right-sec ul li .txt {
    gap: 14px;
  }

  .cc02-2.cc03 .right-sec ul li .txt b {
    font-size: 28px;
  }

  .sticky-txt {
    display: none;
  }

  .culture-con .sticky-sec .culture-tit .cc01-list {
    display: none;
  }




}

/* ********************************************* *
* 750px
* ********************************************* */
@media screen and (max-width: 750px) {


  .page-nav {
    gap: 40px;
  }

  .service_title_box>div>h2 {
    font-size: 40px;
  }

  .service_title_box {
    padding-bottom: 40px;
  }

  .qnaform dl dd {
    width: 150px;
    font-size: 18px;
  }

  .qnaform dl dt {
    width: calc(100% - 150px);
  }

  .btn-wrap button {
    width: 175px;
    padding: 15px 0;
  }

  .recview_content {
    width: 80vw;
  }


  .faqlist li .faq_title {
    padding: 24px 20px;
  }

  .faqlist li .faq_title .q {
    font-size: 17px;
    padding-left: 30px;
  }

  /* .faqlist li .faq_title .q::before{padding-right: 16px;} */
  .faq-tab {
    width: 100%;
  }

  .faq-tab ul {
    width: 100%;
    gap: 8px;
  }

  .faq-tab ul li {
    width: calc((100% - 24px) / 4);
    text-align: center;
    padding: 13px 0;
  }

  .faqlist li .faq_title .q::after {
    right: -6px;
    background-size: 16px;
  }

  .faq_answer {
    padding: 24px 20px;
    font-size: 16px;
  }

  .faq-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .faq-top .searchbox {
    width: 100%;
  }

  .search_btn img {
    width: 17px;
  }


  .pro-flex {
    gap: 12px;
  }

  .pro-flex .process-tit {
    font-size: 23px;
  }

  .process .process-wrap {
    padding: 30px;
  }

  .process-arrow {
    width: 10px;
    height: 10px;
  }

  .circle-txt .iconwrap {
    width: 80px;
    height: 80px;
  }

  .circle-txt .iconwrap img {
    width: 50%;
  }

  .process-con dl {
    padding: 30px 16px;
  }

  .process-con dl dt {
    width: 160px;
    font-size: 18px;
  }

  .process-con dd {
    width: calc(100% - 160px);
  }

  .process-con dd ul>li.main-pro {
    font-size: 16px;
  }

  .circle-txt {
    gap: 0;
  }

  .pro-flex+.pro-flex {
    margin-top: 60px;
  }

  .re-notice .notice-txt p {
    padding-left: 20px;
    font-size: 15px;
  }

  .re-notice .notice-txt p:before {
    width: 15px;
    height: 15px;
  }

  .not-txt {
    padding-top: 6px;
  }



  .culture-con+.culture-con {
    padding-top: 80px;
  }

  .cc03 {
    padding-bottom: 80px;
  }

  .culture-tit {
    gap: 12px;
  }

  .culture-tit i {
    font-size: 18px;
  }

  .culture-tit h6 {
    font-size: 26px;
  }

  .farmsco .cc02-2.cc03 {
    padding-bottom: 80px;
  }

  .cc01 {
    display: block;
  }

  .cc01 .left:after {
    font-size: 96px;
    bottom: auto;
    top: 137px;
    left: auto;
    right: -161px;
    transform: rotate(-90deg);
  }

  .cc01 .left,
  .cc01 .right {
    width: 100%;
  }

  .cc01 .left {
    height: auto;
    position: relative;
    z-index: 3;
  }

  .cc01 .left>div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cc01-list {
    margin-top: 40px;
  }

  .cc01-list li {
    font-size: 18px;
    padding-left: 34px;
  }

  .cc01-list li:before {
    font-size: 18px;
    top: 0;
  }

  /* 2025-04-03 */
  .cc01-list li i:before {
    font-size: 18px;
  }

  .cc01-list li {
    font-size: 18px;
  }


  .cc01 .right {
    position: relative;
    top: auto;
    bottom: 0;
    height: 200px;
    background-position: top 63% left 50%;
  }

  .culture-con .sticky-sec .culture-tit {
    margin-bottom: 12px;
    width: 100%;
  }

  .cc02 {
    padding-bottom: 0;
  }

  .cc02 .right-sec ul li {
    align-items: center;
    padding: 20px 0;
    gap: 16px;
  }

  .cc02 .right-sec ul li .img {
    width: 140px;
  }

  .cc02 .right-sec ul li .txt {
    gap: 12px;
  }

  .cc02 .right-sec ul li .txt b {
    font-size: 25px;
  }

  .cc02 .right-sec ul li .txt b:after {
    font-size: 14px;
  }

  .cc02 .right-sec ul li .txt>div {
    gap: 10px;
  }

  .cc02 .right-sec ul li .txt>div i {
    font-size: 18px;
  }

  .cc02 .right-sec ul li .txt>div p {
    font-size: 15px;
  }

  .cc03 .right-sec ul li {
    gap: 20px;
  }

  .cc03 .right-sec ul li .img:after {
    font-size: 70px;
    left: 8px;
  }

  .cc03 .right-sec ul li .txt {
    gap: 14px;
  }

  .cc03 .right-sec ul li .txt b {
    font-size: 20px;
  }

  .cc03 .right-sec ul li .txt p {
    font-size: 15px;
  }

  .cc03 .right-sec ul li+li {
    margin-top: 40px;
  }

  .cc04>div {
    gap: 20px;
  }

  .cc04>div p span {
    font-size: 28px;
  }

  .cc04>div button {
    padding: 13px 28px;
    font-size: 15px;
  }

  .cc04 {
    height: 320px;
  }


  /* 2025-03-27 수정 */
  .cc02-2.cc03 .right-sec ul li .txt {
    gap: 10px;
  }

  .cc02-2.cc03 .right-sec ul li .txt b {
    font-size: 25px;
  }

  .cc02-2.cc03 .right-sec ul li .txt b:after {
    font-size: 14px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div {
    gap: 6px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div i {
    font-size: 18px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div p {
    font-size: 15px;
  }


  /* 주원산오리 */
  .joowon .cc01 .right {
    background-position: top 44% left 50%;
  }

  .farmsco .culture-tit+.culture-tit {
    margin-top: 40px;
  }



}

/* ********************************************* *
* 690px
* ********************************************* */
@media screen and (max-width: 690px) {
  .subtit h6 {
    font-size: 42px;
  }

  .subtit>div {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 30px;
  }

  .comp_li ul {
    gap: 60px 20px;
  }

  .comp_li ul li {
    width: calc((100% - 20px) / 2);
  }

  .comp_li .txt dl dt,
  .comp_li .txt dl dd {
    padding-left: 10px;
  }

  .comp_li .txt dl dd {
    width: 69%;
    font-size: 15px;
  }

  .comp_li .txt dl dt {
    width: 26%;
    font-size: 14px;
  }

  .detail-tit {
    font-size: 29px;
  }

  .out-circle {
    width: 60%;
  }

  .value-con .growht-con ul li {
    width: calc((100% - 40px) / 3);
  }

  .value-tit h3 {
    font-size: 46px;
    margin-bottom: 15px;
  }

  .value-tit em {
    width: 65px;
    margin-bottom: 40px;
  }

  .future-con ul li:nth-child(3) {
    margin-top: 140px;
  }

  .future-con ul li .fu-txt p {
    font-size: 36px;
  }

  .future-con ul li em {
    font-size: 55px;
  }

  .future-con ul li .fu-txt {
    bottom: 20px;
    left: 20px;
  }

  .welfare-con .wel-tit strong {
    font-size: 28px;
  }

  .welfare-con {
    gap: 25px;
  }

  .welfare-con .wel-tit span {
    font-size: 17px;
  }

  /* .recview-tit .recview-detail {flex-direction: column; gap: 5px; align-items: center;} */
  .recview_content {
    padding: 40px 0;
  }

  .btn-wrap02 {
    padding-top: 40px;
    gap: 10px;
  }

  .btn-wrap02 button {}


  .comp_2 .comp_li ul {
    row-gap: 40px;
  }


  .pro-flex {
    gap: 10px;
  }

  .pro-flex .process-tit {
    font-size: 22px;
  }

  .process .process-wrap {
    padding: 24px;
    border-radius: 6px;
  }

  .process-con dl {
    padding: 26px 10px;
  }

  .process-con dl dt {
    width: 140px;
    font-size: 18px;
  }

  .process-con dd {
    width: calc(100% - 140px);
  }

  .process-con dd ul>li.main-pro {
    font-size: 15px;
  }

  .re-notice {
    padding: 16px;
  }

  .re-notice .notice-txt p {
    padding-left: 24px;
    font-size: 15px;
  }

  .not-txt {
    padding-top: 6px;
  }

  .circle-txt span {
    font-size: 15px;
  }

  .circle-txt strong {
    font-size: 15px;
  }




}



/* ********************************************* *
* 580px
* ********************************************* */
@media screen and (max-width: 580px) {
  .comp_li ul li {
    width: 100%;
  }

  .comp_li .txt dl dd {
    font-size: 16px;
  }

  .comp_li .txt dl dt {
    font-size: 16px;
  }

  .comp_li .txt h6 {
    font-size: 24px;
  }

  .subtit h6 {
    font-size: 40px;
  }

  .sub_tab_wrap>div {
    padding: 0;
  }

  .sub_tab_home {
    width: 55px !important;
  }

  .sub_tab_menu>li {
    width: calc((100% - 55px) / 2);
    font-size: 15px;
  }

  .sub_tab_title_box>span {
    padding: 0 15px;
  }

  .sub_tab_title_box>span:after {
    right: 15px;
  }

  .care-con {
    gap: 20px;
  }

  .care-con .care-icon {
    width: 125px;
  }

  .care-con .care-tit {
    width: calc(100% - 145px);
  }

  .care-con .care-icon img {
    width: 46px;
  }

  .out-circle {
    width: 67%;
  }

  .value-con .growht-con ul li {
    width: calc((100% - 20px) / 2);
  }

  .win-tit p {
    font-size: 24px;
    font-weight: bold;
  }

  .win-tit:hover p {
    font-size: 24px;
  }

  .win-tit>div {
    height: fit-content;
    width: 100%;
    padding: 35px 0;
    overflow: auto;
    font-weight: 300;
  }

  .win .value-tit p {
    color: rgba(255, 255, 255, .95);
  }

  .win-tit em {
    color: #ff7d00;
  }

  .win .value-con {
    width: 100%;
    gap: 45px;
  }


  .future-con ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .future-con ul li {
    margin: 0 !important;
    height: 250px;
    aspect-ratio: auto;
  }

  .future-con ul li em {
    font-size: 66px;
  }

  .welfare-con .wel-box {
    column-gap: 20px;
  }

  .welfare-con .welfare {
    padding: 30px 25px;
    width: calc((100% - 20px) / 2);
  }

  .welfare-con .welfare .welfare-icon {
    margin-bottom: 16px;
  }

  .ns-shop .welfare-con .welfare .welfare-icon {
    width: 80px;
    height: 80px;
  }

  .welfare-con .welfare .welfare-icon i {
    width: 45px;
  }

  .welfare-con .welfare .wel-txt p {
    font-size: 20px;
  }

  .welfare-con .welfare .wel-txt span {
    font-size: 16px;
  }

  .apply_list li em {
    font-size: 18px;
  }

  .apply_list li .bot p {
    font-size: 13px;
  }

  .apply_list li .top b {
    font-size: 13px;
  }

  /* .apply_list li .top b {padding: 6px 15px;} */
  .apply_list li .arrow {
    width: 40px;
  }


  .review-top .due-date {
    font-size: 15px;
  }

  .recview-tit>p {
    font-size: 25px;
  }

  .recview_content {
    width: 100%;
  }


  .process-con dl {
    flex-direction: column;
    gap: 8px;
  }

  .process-con dl dt {
    width: 100%;
  }

  .process-con dd {
    width: 100%;
  }

  .not-txt {
    padding-top: 4px;
  }

  .process .process-wrap {
    padding: 20px;
    flex-wrap: wrap;
    gap: 30px 20px;
    align-items: center;
    justify-content: center;
  }

  .process .process-wrap .circle {
    width: calc((100% - 100px) / 3);
  }

  .circle-txt .iconwrap {
    width: 100px;
    height: 100px;
  }

  .process .process-wrap .process-arrow:nth-of-type(3n) {
    display: none;
  }

  .process-arrow {}



  /* .faqlist li .faq_title .q {font-size: 18px; display: flex;}
  .faqlist li .faq_title .q::before {padding-right: 15px;}
  .faqlist li .faq_title .q span {width: 90%; display: inline-block;}
  .faqlist li .faq_title .q::after {top: 40%;}
  .faq_answer {padding: 30px; font-size: 16px;}
  .faqlist li .faq_title {padding: 25px 10px;} */
  /* .faq_answer {margin: 0 10px 20px;} */


  .faqlist li .faq_title {
    padding: 20px;
  }

  .faqlist li .faq_title .q {
    font-size: 16px;
    padding-left: 26px;
  }

  .faqlist li .faq_title .q::after {
    right: -9px;
    background-size: 14px;
  }

  .faq_answer {
    padding: 20px;
    font-size: 15px;
  }

  .faq-top {
    gap: 14px;
  }


  .qnaform dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    gap: 15px;
    padding: 20px 10px;
  }

  .qnaform dl dt {
    width: 100%;
  }

  .btn-wrap button {
    width: 160px;
    padding: 13px 0;
    font-size: 16px;
  }

  .apply_list li>div {
    padding: 25px 0;
    gap: 20px;
  }

  .apply_list li .top p {
    font-size: 17px;
    margin-left: 10px;
  }


  .rec {
    flex-direction: column;
    gap: 60px;
  }

  .rec .rec_filter ul li p {
    padding: 13px 0;
  }

  .rec form ul li:first-child,
  .rec .rec_filter .btn_flex {
    margin-bottom: 20px;
  }

  .rec form ul li i img {
    width: 16px;
  }

  .searchbox {
    height: 44px;
  }

  .searchbox input[type=text] {
    padding: 0 16px;
  }

  .search_btn img {
    width: 18px;
  }

  .rec .rectit {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .rec .rectit p {
    font-size: 22px;
  }

  .rec .rectit button {
    font-size: 14px;
  }

  .rec .rectit button span {
    width: 13px;
    height: 13px;
  }

  .check-label i {
    font-size: 15px;
  }

  .check-label {
    line-height: 1.5
  }

  .depart .faqlist li .faq_title,
  .depart .faqlist li .faq_answer>div {
    padding: 20px 16px;
  }

  .depart .faqlist li .faq_title .q {
    font-size: 18px;
  }

  .depart .faqlist li .faq_title .q:after {
    right: -8px;
  }

  .depart .faqlist li .faq_answer .txt p {
    font-size: 15px;
  }

  .depart .faqlist li .faq_answer .txt {
    gap: 14px;
  }

  .depart .faqlist li .faq_answer .txt .btmbox ul {
    padding: 18px;
  }




  .culture-tit {
    gap: 12px;
  }

  .culture-tit i {
    font-size: 18px;
  }

  .culture-tit h6 {
    font-size: 26px;
  }

  .cc01 .left:after {
    font-size: 86px;
    top: 130px;
    right: -145px;
  }

  .cc01 .left>div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cc01-list {
    margin-top: 30px;
    gap: 12px;
  }

  .cc01-list li {
    font-size: 17px;
    padding-left: 30px;
  }

  .cc01-list li:before {
    font-size: 16px;
  }

  /* 2025-04-03 */
  .cc01-list li i:before {
    font-size: 16px;
  }

  .cc01-list li {
    font-size: 16px;
  }


  .cc01 .right {
    height: 180px;
  }

  .cc02 .right-sec ul li {
    padding: 22px 0;
  }

  .cc02 .right-sec ul li .img {
    width: 120px;
  }

  .cc02 .right-sec ul li .txt b {
    font-size: 22px;
  }

  .cc02 .right-sec ul li .txt b:after {
    right: -22px;
  }

  .cc02 .right-sec ul li .txt>div i {
    font-size: 17px;
  }

  .cc03 .right-sec ul li {
    gap: 15px;
  }

  /* .cc03 .right-sec ul li .img:after{font-size: 70px; left: 8px;} */
  .cc03 .right-sec ul li .txt {
    gap: 10px;
  }

  .cc03 .right-sec ul li .txt b {
    font-size: 18px;
  }

  .cc03 .right-sec ul li+li {
    margin-top: 30px;
  }

  .cc04>div p span {
    font-size: 24px;
  }

  .cc04>div button {
    padding: 13px 26px;
    font-size: 14px;
    gap: 6px;
  }

  .cc04>div button i img {
    width: 14px;
  }

  .cc04 {
    height: 300px;
  }


  .noPost i {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .noPost p {
    font-size: 16px;
  }


  .orpum .sticky-sec.or-cst {
    margin-bottom: 75px !important;
  }
}

/* ********************************************* *
* 470px
* ********************************************* */
@media screen and (max-width: 470px) {
  .subtit {
    margin-bottom: 60px;
  }

  .subtit h6 {
    font-size: 36px;
  }

  .subtit p {
    font-size: 17px;
  }

  .subtit>span {
    margin-bottom: 10px;
  }

  .wrap_padding {
    padding: 60px 0;
  }

  .hoban_affiliate .subtab>ul>li {
    font-size: 16px;
  }

  .care-con {
    flex-direction: column;
    align-items: center;
  }

  .care-con .care-tit {
    width: 100%;
  }

  .careers .care-con strong {
    font-size: 21px;
  }

  .careers .care-con div p {
    font-size: 16px;
  }

  .detail-tit {
    height: 275px;
    font-size: 26px;
  }


  .out-circle {
    padding: 20px;
    width: 70%;
  }

  .circle-ball.ball1 {
    top: -55px;
    left: -55px;
  }

  .circle-ball.ball2 {
    top: -55px;
    right: -55px;
  }

  .circle-ball.ball3 {
    bottom: -55px;
    left: -55px;
  }

  .circle-ball.ball4 {
    bottom: -55px;
    right: -55px;
  }

  .circle-tit em {
    width: 50px;
  }

  .circle-tit p {
    font-size: 18px;
  }

  .circle-tit span {
    font-size: 14px;
  }

  @supports (-webkit-touch-callout: none) {
    .out-circle {
      width: 70%;
      aspect-ratio: 1 / 0.9;
    }
  }

  .value-tit p br {
    display: none;
  }

  .value-tit p {
    font-size: 17px;
    font-weight: 400;
  }

  .value-tit h3 {
    font-size: 37px;
  }

  .future-con ul li .fu-txt p {
    font-size: 30px;
  }

  .future-con ul li em {
    font-size: 56px;
    font-weight: bolder;
    bottom: -5px;
  }

  .welfare-con .welfare {
    width: 100%;
  }

  .welfare-con .wel-box {
    row-gap: 12px;
  }

  .welfare-con .welfare .wel-txt span {
    font-size: 15px;
  }

  .welfare-con .welfare .wel-txt p {
    font-size: 19px;
  }

  .welfare-con .welfare .wel-txt {
    gap: 6px;
  }

  .tabs {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    align-items: center;
  }

  .tabs ul {
    width: max-content;
  }

  /* .rec .rec_filter .btn_flex {gap: 10px;} */

  .recview-tit>p {
    font-size: 19px;
  }

  .recview-tit .recview-detail {
    font-size: 14px;
  }

  .review-top {
    gap: 10px;
    padding: 20px 0;
  }

  .review-top .due-date {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
  }

  .recview-tit .recview-detail ul {
    font-size: 14px;
  }

  .recview-tit .recview-detail ul li {
    font-weight: 400;
    padding-right: 0;
  }

  .recview-tit .recview-detail .day {
    font-weight: 400;
    gap: 4px;
  }

  .recview-tit .recview-detail {}

  .recview-tit {
    gap: 6px;
  }

  .rec_list .total p {
    font-size: 15px;
  }

  .btn-wrap02 button {
    font-size: 15px;
    width: 135px;
    padding: 15px 0;
  }

  /* .recview-tit .recview-detail .day {flex-direction: column; align-items: center; gap: 0;} */
  .recview-tit .recview-detail {
    gap: 15px;
  }

  .btn-wrap02 button {
    width: 50%;
  }


  .pro-flex .process-tit {
    font-size: 20px;
  }

  .circle-txt .iconwrap {
    width: 90px;
    height: 90px;
  }

  .process-arrow {}

  .re-notice .notice-txt p {
    font-size: 14px;
    padding-left: 20px;
  }

  .re-notice .notice-txt p:before {
    width: 14px;
    height: 14px;
  }


  .faqlist li .faq_title .q span {
    width: 85%;
  }

  .page-nav ul li {
    font-size: 17px;
  }

  .page-nav ul {
    gap: 25px;
  }

  .value-tit em {
    width: 55px;
    margin-bottom: 35px;
  }

  .growth {
    background-size: 21%;
    background-position: 20px 101%;
  }

  .core-value {
    background-size: 69%, 93%;
    background-position: 97% -9%, 0 77%;
  }

  .future-con ul li {
    height: 200px;
  }

  .future-con ul li .fu-txt span {
    font-weight: 400;
  }

  .win .value-tit p {
    font-weight: 400;
  }

  .value-con .value-sub-tit p br {
    display: none;
  }

  .value-con .value-sub-tit p {
    font-size: 22px;
  }

  .welfare-con .wel-tit strong {
    font-size: 24px;
  }

  .welfare-con {
    gap: 18px;
  }

  .tabs li a {
    padding: 10px 22px;
  }

  /*   
  .process-con dl dt ul > li ul li {font-size: 16px;}
  .process-con dl dt ul > li > ul {margin-top: 10px;}
  .process-con dl dt > ul {gap: 25px;}
  .process-con dl dt ul > li.main-pro {font-size: 17px;}
  .process .process-wrap {row-gap: 30px;} */

  .qnaform dl dd {
    font-size: 17px;
  }

  .welfare-wrap {
    gap: 60px;
  }

  .rec .rec_filter ul li p {
    font-size: 17px;
  }

  /* .apply_list li .top p {margin-left: 10px;} */

  /* .recview_content {width: auto;} */


  .faq-tab ul {
    gap: 0;
  }

  .faq-tab ul li {
    width: 25%;
    border-left: none;
  }

  .faq-tab ul li:first-child {
    border-left: 1px solid #e6e6e6;
  }

  .faq-tab ul li:first-child.on {
    border-left: 1px solid #3d3d3d;
  }

  .faqlist li .faq_title {
    padding: 20px 16px;
  }

  .faqlist li .faq_title .q {
    font-size: 15px;
    padding-left: 24px;
  }

  .faqlist li .faq_title .q::after {
    background-size: 12px;
  }

  .faq_answer {
    padding: 20px 16px;
    font-size: 15px;
  }

  .faq-top {
    gap: 14px;
  }

  .depart .faqlist li .faq_title {
    padding: 18px 16px;
  }

  .depart .faqlist li .faq_title .q {
    font-size: 17px;
  }

  .depart .faqlist li .faq_answer .txt {
    gap: 12px;
  }

  .depart .faqlist li .faq_answer .txt .btmbox ul {
    padding: 16px;
  }

  .depart .faqlist li .faq_answer .txt .btmbox ul li {
    font-size: 14px;
  }


  .culture-con+.culture-con {
    padding-top: 60px;
  }

  .cc03 {
    padding-bottom: 60px;
  }

  .culture-tit {
    gap: 12px;
  }

  .culture-tit i {
    font-size: 18px;
  }

  .culture-tit h6 {
    font-size: 26px;
  }

  .farmsco .cc02-2.cc03 {
    padding-bottom: 60px;
  }


  .cc01 .left:after {
    font-size: 86px;
    top: 130px;
    right: -145px;
  }

  .cc01 .left>div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cc01-list {
    margin-top: 30px;
    gap: 12px;
  }

  .cc01-list li {
    font-size: 17px;
    padding-left: 30px;
  }

  .cc01-list li:before {
    font-size: 16px;
    top: 2px;
  }

  /* 2025-04-03 */
  .cc01-list li i:before {
    font-size: 17px;
    top: 0;
  }

  .cc01-list li {
    font-size: 17px;
    top: 0;
  }

  .cc01 .right {
    height: 160px;
    background-position: top 63% left 50%;
  }

  .cc02 .right-sec ul li {
    padding: 20px 0;
  }

  .cc02 .right-sec ul li .img {
    width: 120px;
  }

  /* .cc02 .right-sec ul li .txt b{font-size: 22px;}
  .cc02 .right-sec ul li .txt b:after{right: -22px;} */
  .cc02 .right-sec ul li .txt>div {
    gap: 6px;
  }

  .cc02 .right-sec ul li .txt>div i {
    font-size: 16px;
  }

  .cc03 .right-sec ul li {
    gap: 20px;
  }

  .cc03 .right-sec ul li .img:after {
    font-size: 60px;
    bottom: -8px;
  }

  .cc03 .right-sec ul li .img {
    aspect-ratio: 1 / 0.44;
  }

  .cc04>div p span {
    font-size: 22px;
  }

  .cc04 {
    height: 260px;
  }

  /* 주원산오리 */
  .joowon .cc04>div p span .br-none {
    display: block;
  }

  .farmsco .culture-tit+.culture-tit {
    margin-top: 30px;
  }



}

/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 400px) {

  .process-con dl {}

  .circle-txt .iconwrap {
    width: 90px;
    height: 90px;
  }

  .process .process-wrap {
    justify-content: flex-start;
    gap: 20px 16px;
  }

  .process .process-wrap .circle {
    width: calc((100% - 42px) / 2);
  }

  .process .process-wrap .process-arrow:nth-of-type(2n) {
    display: none;
  }

  .process .process-wrap .process-arrow:nth-of-type(3n) {
    display: block;
  }

  .re-notice .notice-txt p {
    font-size: 14px;
    padding-left: 20px;
  }

  .re-notice .notice-txt p:before {
    width: 14px;
    height: 14px;
  }

  .welfare-con .welfare .welfare-icon i {
    width: 40px;
  }

  .welfare-con .wel-tit strong {
    font-size: 22px;
  }

  .welfare-con {
    gap: 16px;
  }

  .welfare-con .welfare {
    padding: 25px;
  }

  .welfare-con .welfare .welfare-icon {
    margin-bottom: 12px;
  }

  .welfare-con .welfare .wel-txt p {
    font-size: 18px;
  }

  .welfare-con .welfare .wel-txt span {
    font-size: 14px;
  }

  .culture-tit {
    gap: 8px;
  }

  .culture-tit i {
    font-size: 17px;
  }

  .culture-tit h6 {
    font-size: 22px;
  }

  .cc01 .left:after {
    font-size: 75px;
    top: 130px;
    right: -130px;
  }

  .cc01 .right {
    height: 150px;
  }

  .cc02 .right-sec ul li {
    padding: 16px 0;
  }

  .cc02 .right-sec ul li .img {
    width: 110px;
    height: 150px;
    flex-shrink: 0;
  }

  .cc02 .right-sec ul li .txt b {
    font-size: 20px;
  }

  .cc02 .right-sec ul li .txt b:after {
    right: -22px;
  }

  .cc02 .right-sec ul li .txt>div i {
    font-size: 15px;
  }

  .cc02 .right-sec ul li .txt>div p {
    font-size: 14px;
  }

  .cc04>div p span {
    font-size: 20px;
  }

  .cc04>div button {
    padding: 12px 24px;
  }

  .cc04 {
    height: 240px;
  }


  .noPost>div {
    height: 200px;
  }

  .noPost i {
    width: 30px;
    height: 30px;
  }

  .noPost p {
    font-size: 15px;
  }



  /* 2022-03-27 수정 */
  .cc02-2.cc03 .right-sec ul li .txt b {
    font-size: 23px;
  }

  .cc02-2.cc03 .right-sec ul li .txt b:after {
    right: -22px;
  }

  .cc02-2.cc03 .right-sec ul li .txt>div i {
    font-size: 17px;
  }

  /* .cc02-2.cc03 .right-sec ul li .txt > div p{font-size: 14px;} */

  .ns-shop .welfare-wrap2 {
    margin-top: 60px;
  }

  .ns-shop .wel-tit p {
    font-size: 18px;
  }

  .ns-shop .wel-life span {
    font-size: 18px;
  }

  .ns-shop .wel-life p {
    font-size: 14px;
  }

  .ns-shop .wel-life>div {
    min-height: 250px;
    padding: 35px;
  }

  .ns-shop .wel-life li,
  .ns-shop .wel-life p {
    text-indent: -10px;
    padding-left: 10px;
  }

}

/* ********************************************* *
* 380px
* ********************************************* */
@media screen and (max-width: 380px) {
  .detail-tit {
    font-size: 24px;
  }

  .out-circle {
    padding: 15px;
  }

  .circle-tit em {
    width: 33%;
    margin-bottom: 5px;
  }

  .out-circle {
    width: 77%;
  }

  .circle-ball.ball1 {
    top: -45px;
    left: -33px;
  }

  .circle-ball.ball2 {
    top: -45px;
    right: -33px;
  }

  .circle-ball.ball3 {
    bottom: -45px;
    left: -33px;
  }

  .circle-ball.ball4 {
    bottom: -45px;
    right: -33px;
  }

  /* .faqlist li .faq_title .q span {font-size: 17px;} */

  .rec_list .total {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .apply_list li>div {
    flex-direction: column;
    gap: 12px;
  }

  .apply_list li .top b {
    font-size: 12px;
    padding: 4px 6px;
  }

  .apply_list li em {
    margin-bottom: 7px;
  }

  .apply_list li>div {
    padding: 20px 0;
  }

  .recview-tit .recview-detail {
    flex-direction: column;
    gap: 2px;
  }


  .faqlist li .faq_title .q {
    padding-right: 24px;
  }

  .faq-top {
    gap: 12px;
  }

  .faq-tab ul li {
    font-size: 14px;
  }

  .searchbox input[type=text] {
    padding-right: 0;
  }

  .faq-top {
    margin-bottom: 35px;
  }

  .depart .faqlist li .faq_title .q {
    font-size: 16px;
  }

  .cc01 .left:after {
    font-size: 70px;
    top: 130px;
    right: -120px;
  }


}

/* ********************************************* *
* 350px
* ********************************************* */
@media screen and (max-width: 350px) {

  .faq-tab ul {
    flex-wrap: wrap;
  }

  .faq-tab ul li {
    width: 50%;
  }

  .faq-tab ul li:nth-child(3) {
    border-left: 1px solid #e6e6e6;
  }

  .faq-tab ul li:nth-child(3),
  .faq-tab ul li:nth-child(4) {
    border-top: none;
  }

  .faq-tab ul li:nth-child(3).on,
  .faq-tab ul li:nth-child(4).on {
    border-top: 1px solid #3d3d3d;
  }

  .cc02 .right-sec ul li .txt b {
    width: auto;
  }

  .cc02 .right-sec ul li .txt b:after {
    display: none;
  }

}

/* ********************************************* *
* 320px
* ********************************************* */
@media screen and (max-width: 320px) {
  .subtit h6 {
    font-size: 32px;
  }

  .subtit p {
    font-size: 16px;
  }

  .subtit>span {
    font-size: 20px;
  }

  .comp_li .txt h6 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .comp_li .txt dl dd {
    font-size: 14px;
  }

  .comp_li .txt dl dt {
    font-size: 14px;
  }

  .comp_li .txt>div {
    padding: 20px 0;
    height: 90px;
  }

  .circle-tit em {
    width: 32%;
  }

  .circle-tit p {
    font-size: 16px;
  }

  .circle-tit span {
    font-size: 13px;
  }

  .circle-ball {
    width: 60%;
  }

  .value-con .growht-con ul li {
    width: 100%;
  }

  .page-nav .page-btn i {
    font-size: 18px;
  }

  .process-arrow {}


}