@charset "UTF-8";
.l-subpage_body {
  padding-top: 0;
}
:root {
    --container-half-margin: calc((100% - 1200px) / 2);
}
.goobne_navi {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 42px var(--container-padding) 0;
  position: sticky;
  left: 0;
  top: 96px;
  z-index: 10;
  background-color: #fff;
}
.goobne_navi::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.goobne_navi button {
  width: calc((100% - 62px) / 3);
  text-align: left;
  padding-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}
.goobne_navi button span {
  margin-right: 16px;
  font-family: "Familjen Grotesk", sans-serif;
}
.goobne_navi button.is-active {
  color: black;
  border-bottom: solid 2px black;
}

/*
@media (max-width: 1024px) {
  .goobne_navi {
    width: 100%;
    padding: 38px var(--container-padding) 0;
    top: 59px;
  }
  .goobne_navi button {
    font-size: 16px;
    text-align: center;
    width: 33.33%;
  }
  .goobne_navi button span {
    display: none;
  }
}
@media (max-width: 768px) {
  .goobne_navi::before {
    height: 1px;
  }
  .goobne_navi button {
    font-size: 14px;
    padding-bottom: 12px;
    border-width: 1px;
  }
  .goobne_navi button.is-active {
    border-width: 1px;
  }
}
*/
.goonne_inner .history_wrap {
  padding-top: 100px;
}
.goonne_inner .history_wrap .title_wrap {
  text-align: center;
}
.goonne_inner .history_wrap .title_wrap p {
  font-size: 18px;
  font-weight: 700;
  color: #9f9f9f;
}
.goonne_inner .history_wrap .title_wrap h2 {
  font-size: 100px;
  margin-top: 33px;
  font-family: "Familjen Grotesk", sans-serif;
  line-height: 86px;
}
.goonne_inner .history_wrap .title_wrap h2 b {
  display: block;
  font-weight: 600;
  font-style: italic;
}
.goonne_inner .history_wrap .history_scr_wrap {
  display: flex;
  position: relative;
  margin: 0 auto;
  padding-bottom: 100px; 
  width: 100%;
  max-width: 1200px;
}
.goonne_inner .history_wrap .history_scr_wrap .year_list {
  width: -moz-fit-content;
  width: fit-content;
  position: sticky;
  left: var(--container-padding);
  top: calc(50vh - 240px);
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 0;
}
.goonne_inner .history_wrap .history_scr_wrap .year_list.is-active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(-50%);
}
.goonne_inner .history_wrap .history_scr_wrap .year_list span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 2px;
  color: #313131;
  cursor: pointer;
  font-family: "Familjen Grotesk", sans-serif;
}
.goonne_inner .history_wrap .history_scr_wrap .year_list span:last-child {
  margin-bottom: 0;
}
.goonne_inner .history_wrap .history_scr_wrap .year_list span.is-active {
  padding-bottom: 0;
  border-bottom: solid 2px #000;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list {
  width: 890px;
  margin: 20px auto 0 auto;
  padding-right: 46px;
  position: relative;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li {
  text-align: center;
  padding-top: 184px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-out;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li:first-child {
  padding-top: 70px;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li:last-child {
  margin-bottom: 0;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li.is-active {
  transform: translateY(0px);
  opacity: 1;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li.is-active h3,
.goonne_inner .history_wrap .history_scr_wrap .history_list li.is-active .des {
  opacity: 1;
  transform: translateY(0);
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li.is-active .img {
  transform: translateY(0);
  opacity: 1;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li h3 {
  font-size: 70px;
  font-weight: 700;
  color: #313131;
  transition: color 0.4s ease-out;
  font-family: "Familjen Grotesk", sans-serif;
  transition: 0.6s ease-out;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li .des {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.6s ease-out;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li .des b {
  font-size: 22px;
  line-height: 32px;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li .des > span {
  font-size: 18px;
  line-height: 32px;
  word-break: keep-all;
  font-weight: 700;
  padding-top: 20px;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li .img {
  margin-top: 30px;
  transition: 0.8s ease-out;
}
.goonne_inner .history_wrap .history_scr_wrap .history_list li .img .txt {
  width: 100%;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #87bf2a;
  display: block;
  margin-bottom: 15px;
}
.goonne_inner .cf_wrap {
  width: 100%;
  padding-bottom: 130px;
}
.goonne_inner .cf_wrap .l-titl_wrap {
  width: var(--container-width);
  margin: 0 auto;
  height: 150px;
}
.goonne_inner .cf_wrap .year_flow {
  position: relative;
}
.goonne_inner .cf_wrap .year_flow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 8px;
  left: 0;
}
.goonne_inner .cf_wrap .year_flow .progress {
  display: inline-block;
  width: calc(var(--container-half-margin) + 24px);
  height: 1px;
  background-color: #74c35c;
  position: absolute;
  top: 8px;
  left: 0;
}
.goonne_inner .cf_wrap .year_swiper {
  margin-top: 80px;
  height: 150px;
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper {
  padding: 0 var(--container-margin);
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content !important;
  cursor: pointer;
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 100vw !important;
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide-active .year_box::before {
  background: url("https://cdn.goob-ne.com/goobne/resources/assets/images/cf/c-dot.svg") no-repeat center/cover;
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide-active b {
  color: #313131;
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide-active b.has-data::after {
  opacity: 1;
}
.goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide-active span {
  color: #313131;
}
.goonne_inner .cf_wrap .year_swiper .year_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  position: relative;
}
.goonne_inner .cf_wrap .year_swiper .year_box::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d5d5d5;
  transition: background 0.2s ease-out;
  position: absolute;
  top: -20px;
}
.goonne_inner .cf_wrap .year_swiper .year_box b {
  font-size: 80px;
  font-weight: 700;
  transition: color 0.4s ease-out;
  color: #d5d5d5;
  font-family: "Familjen Grotesk", sans-serif;
  position: relative;
}
.goonne_inner .cf_wrap .year_swiper .year_box b span {
  font-size: inherit;
}
.goonne_inner .cf_wrap .year_swiper .year_box b.has-data::after {
  content: attr(data-length);
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #74c35c;
  position: absolute;
  right: -33px;
  top: 10px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 31px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.goonne_inner .cf_wrap .year_swiper .year_box span {
  transition: color 0.4s ease-out;
  font-size: 20px;
  font-weight: 700;
  padding-top: 8px;
  color: #d5d5d5;
}
.goonne_inner .cf_wrap .content_box {
  margin-top: 88px;
}
.goonne_inner .cf_wrap .content_box .content_dep {
  display: none;
}
.goonne_inner .cf_wrap .content_box .content_dep.is-active {
  display: block;
}
.goonne_inner .cf_wrap .content_box .content_swiper {
  padding: 0 var(--container-half-margin);
}
.goonne_inner .cf_wrap .content_box .content_swiper .label {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.goonne_inner .cf_wrap .content_box .content_swiper .label b {
  font-size: 24px;
  color: #313131;
  display: flex;
  align-items: center;
}
.goonne_inner .cf_wrap .content_box .content_swiper .label b::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #d5d5d5;
  margin: 0 14px;
}
.goonne_inner .cf_wrap .content_box .content_swiper .label span {
  font-size: 20px;
  font-weight: 700;
  color: #a7a7a7;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  position: relative;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video {
  width: calc(100% - 500px);
  border-radius: 20px;
  overflow: hidden;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video img {
  width: 100%;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering {
  padding: 7px 9px;
  background-color: rgba(0, 0, 0, 0.44);
  position: absolute;
  bottom: 25px;
  left: 25px;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering span {
  color: #fff;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon/c-slash.svg) no-repeat center/cover;
  transform: translateY(1px);
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap {
  width: 500px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap span {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  line-height: 29px;
  word-break: keep-all;
  padding-bottom: 20px;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap span:last-child {
  padding-bottom: 0;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap a {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #212121;
  border-radius: 500px;
  font-family: "Familjen Grotesk", sans-serif;
  padding-bottom: 2px;
}
.goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://cdn.goob-ne.com/goobne/resources/assets/images/cf/c-arrow-cross-02.svg) no-repeat center/cover;
  transform: translateY(2px);
  margin-bottom: 4px;
}
.goonne_inner .l-titl_wrap .label {
  color: #9f9f9f;
}
.goonne_inner .l-titl_wrap h2 {
  line-height: 83px;
  font-size: 100px;
  margin-top: 23px;
}
.goonne_inner .awards_wrap {
  padding: 300px var(--container-padding) 240px;
}
.goonne_inner .awards_wrap .awards_inner {
  margin: 100px auto 130px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.goonne_inner .awards_wrap .awards_inner .awards_left {
  width: 947px;
}
.goonne_inner .awards_wrap .awards_inner .awards_left .more_btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 15px 20px;
  background-color: #212121;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin-top: 50px;
  font-size: 18px;
}
.goonne_inner .awards_wrap .awards_inner .awards_left .more_btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/c-arrow-wh-small.svg) no-repeat;
  font-size: 18px;
  margin-left: 12px;
}
.goonne_inner .awards_wrap .awards_inner .awards_left .go_link {
  font-size: 16px;
  color: #1c1c1c;
  text-decoration: underline;
  text-underline-position: from-font;
  margin-top: 40px;
  display: block;
}
.goonne_inner .awards_wrap .awards_inner .text_list li {
  padding-top: 40px;
  width: 92%;
  overflow: hidden;
  max-height: 163px;
  transition: all 0.6s ease-out;opacity: 0.3;
}
.goonne_inner .awards_wrap .awards_inner .text_list li:hover {
  opacity: 1 !important;
}
.goonne_inner .awards_wrap .awards_inner .text_list li:hover .top {
  border-bottom: solid 2px black;
}
.goonne_inner .awards_wrap .awards_inner .text_list li.is-active {
  max-height: 1000px;
}
.goonne_inner .awards_wrap .awards_inner .text_list li.is-active .top {
  border-bottom: solid 2px black;
}
.goonne_inner .awards_wrap .awards_inner .text_list li.is-active .top::after {
  rotate: -180deg;
}
.goonne_inner .awards_wrap .awards_inner .text_list li.is-active .bot {
  opacity: 1;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .top {
  padding-bottom: 15px;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .top::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon/c-award-arrow.svg) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  transition: 0.4s ease;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .top b {
  font-family: "Familjen Grotesk", sans-serif;
  display: block;
  padding-bottom: 0px;
  color: #000;
  font-size: 48px;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot {
  padding: 40px;
  background-color: #f8f8f8;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.4s ease-in;
  color: #313131;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot .mo {
  display: none;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot .img_box {
  padding-bottom: 20px;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot .img_box img {
  max-width: 100%;
  width: 100%;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot .img_box b {
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 15px;
  display: none;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot > p {
  display: flex;
  font-family: "NanumBarunGothic", sans-serif;
  font-size: 18px;
  line-height: 32px;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot > p:last-child {
  margin-bottom: 0;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot > p b {
  flex-shrink: 0;
}
.goonne_inner .awards_wrap .awards_inner .text_list li .bot b {
  padding-right: 23px;
}
.goonne_inner .awards_wrap .awards_inner .img_wrap {
  width: 347px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 250px;
}
.goonne_inner .awards_wrap .awards_inner .img_wrap li {
  display: none;
}
.goonne_inner .awards_wrap .awards_inner .img_wrap li.is-active {
  display: block;
}
.goonne_inner .awards_wrap .awards_inner .img_wrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 17px auto 0;
  font-size: 16px;
  color: #1c1c1c;
  text-decoration: underline;
  text-underline-position: under;
}
/* 
@media (max-width: 1600px) {
  .goonne_inner .l-titl_wrap h2,
  .goonne_inner .history_wrap .title_wrap h2 {
    font-size: 80px;
    line-height: 76px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li h3 {
    font-size: 50px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des b {
    font-size: 16px;
    line-height: 28px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list {
    width: 500px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box b {
    font-size: 60px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .img .txt {
    font-size: 12px;
  }
  .goonne_inner .awards_wrap .awards_inner .awards_left {
    width: 780px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des > span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des > span br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .goonne_inner .history_wrap .history_scr_wrap .year_list span {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .goonne_inner .history_wrap .history_scr_wrap .history_list {
    width: 500px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li h3 {
    font-size: 50px;
  }
  .goonne_inner .l-titl_wrap h2,
  .goonne_inner .history_wrap .title_wrap h2 {
    font-size: 70px;
    line-height: 66px;
  }
  .goonne_inner .history_wrap .title_wrap p {
    font-size: 16px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap {
    padding-left: 40px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box span {
    font-size: 18px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .label b {
    font-size: 20px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .label span {
    font-size: 18px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .top {
    font-size: 20px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot {
    font-size: 18px;
  }
  .goonne_inner .awards_wrap .awards_inner .awards_left {
    width: 700px;
  }
  .goonne_inner .awards_wrap .awards_inner .img_wrap {
    width: 260px;
  }
}
@media (max-width: 1024px) {
  .goonne_inner .history_wrap .history_scr_wrap .history_list li h3 {
    font-size: 40px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des b {
    font-size: 16px;
    line-height: 26px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .year_list {
    display: none;
  }
  .goonne_inner .l-titl_wrap h2,
  .goonne_inner .history_wrap .title_wrap h2 {
    font-size: 60px;
    line-height: 58px;
  }
  .goonne_inner .l-titl_wrap {
    text-align: center;
  }
  .goonne_inner .history_wrap .title_wrap p {
    font-size: 14px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list {
    padding-top: 45px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li {
    min-height: auto;
    margin-bottom: 100px;
    transform: translateY(0);
    padding-top: 0;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li:last-child {
    margin-bottom: 0;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box b {
    font-size: 40px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper {
    padding-right: 20px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box span {
    font-size: 16px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box b.has-data::after {
    font-size: 12px;
    width: 17px;
    height: 17px;
    line-height: 15px;
    top: 0;
    right: -19px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap span {
    font-size: 14px;
    line-height: 21px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap a {
    font-size: 16px;
    width: 135px;
    height: 44px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap a::after {
    height: 16px;
    width: 16px;
    margin-left: 6px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .label b,
  .goonne_inner .cf_wrap .content_box .content_swiper .label span {
    font-size: 16px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .label b::after {
    height: 10px;
    margin: 0 8px;
  }
  .goonne_inner .cf_wrap .year_swiper .swiper-wrapper {
    padding: 0;
  }
  .goonne_inner .cf_wrap .year_flow .progress {
    width: 50%;
  }
  .goonne_inner .awards_wrap .awards_inner .img_wrap {
    display: none;
  }
  .goonne_inner .awards_wrap .awards_inner .awards_left {
    width: 100%;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot {
    font-size: 16px;
  }
  .goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des > span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding-top: 12px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot .mo {
    display: block;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap {
    width: 380px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap {
    align-items: center;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video {
    width: calc(100% - 380px);
  }
  .goonne_inner .history_wrap .history_scr_wrap {
    padding: 0;
  }
 
}
@media (max-width: 768px) {
 .goonne_inner .awards_wrap .awards_inner .text_list li .bot > p{display:none;}
 .goonne_inner .awards_wrap .awards_inner .text_list li .top b{font-size:40px;}
  .goonne_inner .history_wrap .history_scr_wrap .history_list::before {
    height: calc(100% - 195px);
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list {
    width: var(--container-width);
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li:first-child {
 	padding-top: 0;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li h3 {
    font-size: 34px;
    transform: translateY(0);
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des b {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    transform: translateY(0);
    transition: opacity 0.8s ease-out;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .des > span {
    padding-top: 12px;
    line-height: 20px;
    font-size: 11px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .img .txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .img {
    margin-top: 28px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .history_list li .img img {
    border-radius: 20px;
  }
  .goonne_inner .history_wrap .history_scr_wrap .bg::before {
    height: 195px;
    top: auto;
    bottom: 0;
  }
  .goonne_inner .l-titl_wrap h2,
  .goonne_inner .history_wrap .title_wrap h2 {
    font-size: 50px;
    line-height: 47px;
    margin-top: 0;
  }
  .goonne_inner .history_wrap .title_wrap p {
    font-size: 12px;
  }
  .goonne_inner .history_wrap {
    padding-top: 60px;
    overflow: hidden;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .label b,
  .goonne_inner .cf_wrap .content_box .content_swiper .label span {
    font-size: 14px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap {
    margin-top: 10px;
    flex-direction: column;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .goonne_inner .cf_wrap .year_swiper .swiper-wrapper .swiper-slide-active .year_box::before {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box::before {
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box b {
    font-size: 30px;
    padding-top: 12px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box span {
    font-size: 14px;
    padding-top: 0;
  }
  .goonne_inner .cf_wrap {
    padding: 65px 0 0;
    background-color: transparent;
  }
  .goonne_inner .cf_wrap .year_swiper,
  .goonne_inner .cf_wrap .content_box {
    margin-top: 50px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  .goonne_inner .cf_wrap .year_flow .progress,
  .goonne_inner .cf_wrap .year_flow::before {
    top: 7px;
  }
  .goonne_inner .cf_wrap .year_swiper .year_box b.has-data::after {
    top: 12px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap a {
    margin-top: 20px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .des_wrap span:first-child {
    padding-bottom: 14px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering {
    font-size: 12px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering span {
    padding-bottom: 2px;
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering span::after {
    transform: translateY(2px);
  }
  .goonne_inner .cf_wrap .content_box .content_swiper .video_wrap .video .numbering {
    padding: 6px 9px;
    left: 10px;
    bottom: 10px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li {
    padding-top: 20px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .top {
    font-size: 18px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .top::after {
    width: 22px;
    height: 22px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .top {
    padding-bottom: 20px;
    border-width: 1px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .top b {
    padding-bottom: 0;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .top span {
    display: none;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li.is-active .top {
    border-width: 1px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot {
    padding: 15px 10px 20px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li {
    max-height: 65px;
  }
  .goonne_inner .awards_wrap .awards_inner .awards_left .more_btn {
    font-size: 14px;
    width: 156px;
    height: 40px;
    margin-top: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    padding-left: 6px;
  }
  .goonne_inner .awards_wrap .awards_inner .awards_left .more_btn::after {
    margin-left: 6px;
  }
  .goonne_inner .awards_wrap {
    padding-top: 150px;
    padding-bottom: 128px;
  }
  .goonne_inner .awards_wrap .awards_inner {
    margin-top: 48px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot {
    font-size: 14px;
    line-height: 22px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot > p {
    margin-bottom: 10px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot b {
    padding-right: 10px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li:hover .top {
    border-width: 1px;
  }
}
*/
.introduce_inner {
  width: var(--container-width);
  margin: 0 auto;
}
.introduce_inner > div {
  padding-top: 300px;
}
.introduce_inner > div:first-child {
  padding-top: 10px;
}
.introduce_inner > div:last-child {
  padding-bottom: 150px;
}
.introduce_inner h3 {
  color: rgba(49, 49, 49, 0.16);
  text-align: right;
  font-size: 76px;
  font-family: "Familjen Grotesk", sans-serif;
}
.introduce_inner h3 span {
  font-weight: 600;
}
.introduce_inner .chicken_wrap .menu_wrap:nth-child(2) .menu_box .des {
  background-color: #ac3115;
}
.introduce_inner .chicken_wrap .menu_wrap:nth-child(3) .menu_box .des {
  background-color: #227b5c;
}
.introduce_inner .chicken_wrap .menu_wrap:nth-child(4) .menu_box .des {
  background-color: #332415;
}
.introduce_inner .pizza_wrap .menu_wrap:nth-child(2) .menu_box .des {
  background-color: #28360d;
}
.introduce_inner .pizza_wrap .menu_wrap:nth-child(3) .menu_box .des {
  background-color: #1c212b;
}
.introduce_inner .side_wrap {
  position: relative;
}
.introduce_inner .side_wrap .menu_wrap .menu_box .des {
  background-color: #b12b3f;
}
.introduce_inner .side_wrap::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 210px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  background: url(../images/icon/c-line-bg.svg) no-repeat top/100%;
}
.introduce_inner .menu_wrap {
  margin-bottom: 100px;
}
.introduce_inner .menu_wrap:last-child {
  margin-bottom: 0;
}
.introduce_inner .menu_wrap .title_wrap h4 {
  font-size: 40px;
  font-weight: 700;
  color: #212121;
}
.introduce_inner .menu_wrap .title_wrap p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
}
.introduce_inner .menu_wrap .title_wrap p span {
  display: flex;
  margin-bottom: 13px;
}
.introduce_inner .menu_wrap .title_wrap p span:first-child {
  margin-top: 10px;
}
.introduce_inner .menu_wrap .title_wrap p span:last-child {
  margin-bottom: 0;
}
.introduce_inner .menu_wrap .title_wrap p b {
  color: #212121;
  padding-right: 20px;
}
.introduce_inner .menu_wrap .title_wrap a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 156px;
  height: 44px;
  background-color: #212121;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.introduce_inner .menu_wrap .title_wrap a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(-1px);
  margin-left: 7px;
  background: url(../images/icon/c-arrow-cross.svg) no-repeat center/40px 40px;
}
.introduce_inner .menu_wrap .menu_box {
  display: flex;
  margin-top: 50px;
  height: 400px;
}
.introduce_inner .menu_wrap .menu_box .des {
  width: 486px;
  height: 100%;
  padding: 42px 40px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.introduce_inner .menu_wrap .menu_box .des::after {
  content: "No Fry More Crispy";
  display: inline-block;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 52px;
  font-weight: 700;
  font-style: italic;
  color: rgba(255, 255, 255, 0.1);
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
}
.introduce_inner .menu_wrap .menu_box .des b {
  display: block;
  font-size: 53px;
  line-height: 50px;
  font-weight: 400;
  font-family: "Familjen Grotesk", sans-serif;
}
.introduce_inner .menu_wrap .menu_box .des b span {
  font-weight: 600;
}
.introduce_inner .menu_wrap .menu_box .img {
  width: calc(100% - 486px);
  height: 100%;
  border-radius: 0 120px 0 0;
  overflow: hidden;
}
.introduce_inner .menu_wrap .menu_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.introduce_inner .menu_wrap .menu_box .img img.mo {
  display: none;
}
.cf_wrap .swiper-wrapper {
	margin: 0 auto;
    width: 100%;
    max-width: 1200px;	
}
.cf_wrap .swiper-slide-active {
	max-width: 100%;
}
.cf_wrap .swiper-slide-active:after {
	display: none;	
}
/*
@media (max-width: 1600px) {
  .introduce_inner h3 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .introduce_inner h3 {
    font-size: 40px;
  }
  .introduce_inner .menu_wrap .title_wrap h4 {
    font-size: 30px;
  }
  .introduce_inner .menu_wrap .title_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .introduce_inner .menu_wrap .title_wrap a {
    font-size: 16px;
    width: 149px;
    height: 44px;
  }
  .introduce_inner .menu_wrap .title_wrap a::after {
    width: 18px;
    height: 18px;
    margin-left: 4px;
  }
  .introduce_inner .menu_wrap .menu_box .des {
    width: 340px;
    padding: 35px;
    font-size: 16px;
  }
  .introduce_inner .menu_wrap .menu_box .img {
    width: calc(100% - 340px);
  }
  .introduce_inner .menu_wrap .menu_box .des::after {
    font-size: 36px;
  }
  .introduce_inner .menu_wrap .menu_box .des b {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .introduce_inner > div {
    padding-top: 140px;
    padding-bottom: 0px;
  }
  .introduce_inner > div:last-child {
    padding-bottom: 146px;
  }
  .introduce_inner h3 {
    font-size: 32px;
  }
  .introduce_inner .menu_wrap {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .introduce_inner .menu_wrap .title_wrap h4 {
    font-size: 24px;
  }
  .introduce_inner .menu_wrap .title_wrap p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    word-break: keep-all;
  }
  .introduce_inner .menu_wrap .title_wrap p br {
    display: none;
  }
  .introduce_inner .menu_wrap .title_wrap a {
    margin-top: 20px;
  }
  .introduce_inner .menu_wrap .menu_box .des {
    display: none;
  }
  .introduce_inner .menu_wrap .menu_box {
    margin-top: 30px;
  }
  .introduce_inner .menu_wrap .menu_box .img {
    width: 100%;
    border-radius: 0 60px 0 0;
  }
  .introduce_inner .menu_wrap .menu_box .img img.web {
    display: none;
  }
  .introduce_inner .menu_wrap .menu_box .img img.mo {
    display: inline;
  }
  .introduce_inner .menu_wrap .menu_box {
    height: 201px;
  }
  .introduce_inner .side_wrap::before {
    background-size: 1200px;
    height: 245px;
  }
  .introduce_inner .menu_wrap .title_wrap p span {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .introduce_inner .menu_wrap .title_wrap p span:first-child {
    margin-top: 19px;
  }
  .introduce_inner .menu_wrap .title_wrap p b {
    padding-right: 15px;
  }
  .goonne_inner .awards_wrap .awards_inner .text_list li .bot .img_box b {
    display: block;
  }
}
*/