@charset "UTF-8";
@import url(./normalize.css);
@import url("https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css");
.traffic-title, .detail-text-head, .content-detail-text ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.sns-ico {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.flex-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.sns-btn, .topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.recruit-process, .web-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.banner-box h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 100%;
}

body {
  font-family: "Noto Sans KR", sans-serif;
}

h1 {
  margin: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: lighter;
}

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

button,
input,
select,
textarea {
  border: 0;
  background-color: transparent;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

.navbar {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 10;
}

.flex-navbar {
  height: 100%;
}

.logo {
  width: 8rem;
}
.logo margin a {
  line-height: 90px;
}
.logo a,
.logo img {
  width: 100%;
  display: block;
}

.nav {
  position: relative;
  height: 100%;
  width: 60%;
}

.topnav {
  color: #000;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.topnav a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.dropdown {
  overflow: hidden;
  height: 100%;
}
.dropdown .dropbtn {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  border-bottom: solid 5px transparent;
  outline: none;
  color: #000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown .dropbtn a {
  vertical-align: middle;
}
.dropdown .dropbtn .menu-arrow {
  filter: invert(1);
  transform: rotate(90deg);
  height: 23px;
  margin-left: 15px;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.active-border {
  border-bottom: solid 5px #2d9675 !important;
}

.menu-open {
  display: block !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 90px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  z-index: 1;
}
.dropdown-content li:hover {
  background-color: #ddd;
}
.dropdown-content a {
  padding: 12px 16px;
  font-size: 16px;
  display: block;
  text-align: left;
}

.menu-icon {
  display: none;
  font-size: 35px;
  color: #000;
  margin: 0 auto;
  z-index: 5;
}

.sns-ico a {
  display: block;
  margin: 0.3rem;
}
.sns-ico img {
  width: 2.5rem;
  filter: invert(1);
}

.right-sidebar-box {
  display: none;
}

@media (max-width: 768px) {
  .topnav li,
.dropdown .dropbtn {
    display: none;
  }
  .menu-icon {
    display: block;
    margin: 0 2vw;
  }
  .topnav {
    display: none;
  }
  /* 모바일 메뉴바 */
  /* 좌측 사이드 바 */
  /* 좌측 사이드바 배경 */
  .right-sidebar-box {
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 91vh;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: visibility 0.5s, background-color 0.5s;
  }
  .right-sidebar-box.active {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
  }
  /* 좌측 사이드바 */
  .right-sidebar {
    position: fixed;
    top: 90px;
    right: -300px;
    width: 300px;
    height: 91vh;
    background-color: #efefef;
    padding-top: 10px;
    transition: right 0.5s;
  }
  .right-sidebar-box.active > .right-sidebar {
    right: 0;
  }
  .right-sidebar > .menu-1 ul > li > a {
    display: block;
    padding: 5px;
  }
  .right-sidebar > .menu-1 ul > li:hover > a {
    color: #2d9675;
  }
  /* 접혀있을 때 화살표*/
  .right-sidebar > .menu-1 ul > li > a:not(:only-child)::after {
    background: url(../img/ico_arrow.svg) no-repeat center center;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    margin-top: 10px;
    float: right;
    filter: invert(1);
    transform: rotate(90deg);
  }
  /* 펼쳤을 때 화살표 */
  .right-sidebar > .menu-1 ul > li.active > a:not(:only-child)::after {
    background: url(../img/ico_arrow.svg) no-repeat center center;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    margin-top: 10px;
    float: right;
    filter: invert(1);
    transform: rotate(-90deg);
  }
  .right-sidebar > .menu-1 > ul ul {
    display: none;
    background-color: #cfcfcf;
  }
  .right-sidebar > .menu-1 > ul ul ul {
    background-color: #dfdfdf;
  }
  .right-sidebar > .menu-1 ul > li.active > ul {
    display: block;
  }
  .menu-step a {
    height: 50px;
    line-height: 40px;
    padding-left: 20px !important;
  }
  .menu-inner li a {
    padding-left: 40px !important;
  }
}
@media (max-width: 992px) {
  .topnav a {
    font-size: 20px;
  }
  .logo {
    width: 9rem;
  }
  .dropdown-content a {
    font-size: 15px;
  }
  .sns-ico img {
    width: 2.2rem;
  }
}
/* 메인 페이지 */
section {
  width: 100%;
}
section:nth-child(even) {
  background-color: #f5f5f5;
}

.section {
  min-height: 70vh;
}

.main-sec {
  background: url(../img/bg-light.jpg) no-repeat;
  background-size: cover;
    min-height: 880px;
}

.main-page {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 9vh 0 6vh;
}

.main-img {
  width: 100%;
  height: 328px;
}
.main-img .slick-arrow {
  display: none !important;
}

.main-box {
  width: 100%;
}
.main-box.slick-slide {
  height: 80vh;
}
.main-box .typing-txt-wrap {
  width: 100%;
  height: 100%;
  padding: 4rem 8vw 0;
}

.typing-txt {
  font-size: 6.5vw;
  font-family: "NanumSquareBold", sans-serif !important;
  font-weight: bold;
  color: #222;
  display: none;
}
.typing-txt li {
  display: block;
  margin-bottom: 0.5rem;
}

.typing {
  font-family: "NanumSquareBold", sans-serif !important;
  font-size: 6.5vw;
  color: #222;
}
.typing li {
  margin: 10px 0;
  font-weight: bold;
}

.typing ul li.on {
  display: inline-block;
  -webkit-animation-name: cursor;
          animation-name: cursor;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes cursor {
  0% {
    border-right: 2px solid #fff;
  }
  50% {
    border-right: 2px solid #000;
  }
  100% {
    border-right: 2px solid #fff;
  }
}

@keyframes cursor {
  0% {
    border-right: 2px solid #fff;
  }
  50% {
    border-right: 2px solid #000;
  }
  100% {
    border-right: 2px solid #fff;
  }
}
.menu365-go {
  width: 100%;
  padding: 0 14vw;
    display: block;
}
.menu365-go img {
  /*width: 50%;*/
  border-radius: 12px;
}
.go_mobile {
    display: none;
}

.page-setting {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding: 9vh 6vw;
  margin: 0 auto;
}

.info-wrap {
  text-align: center;
  padding-top: 1rem;
}
.info-wrap h4 {
  font-size: 4vw;
  line-height: 1.5;
  color: #777;
  font-weight: 400;
}
.info-wrap h3 {
  font-size: 8.1vw;
  line-height: 1.3;
  padding-top: 1.5rem;
}
.info-wrap h3 span {
  display: block;
}
.info-wrap h2 {
  font-size: 10vw;
  padding-top: 1.5rem;
  color: #2d9675;
  font-weight: 500;
}
.info-wrap img {
  width: 50vw;
  padding-top: 1.5rem;
}

.page-img {
  width: 74vw;
  margin: 4rem auto 2rem;
}
.page-img img {
  width: 100%;
}

.short-cut-btn {
  width: 74vw;
  margin: 0 auto;
}

.sns-btn {
  width: 100%;
}
.sns-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d9675;
  width: 3.5rem;
  height: 3.5rem;
  border: solid 1px #2d9675;
  border-radius: 50%;
  margin: 0.5rem;
}
.sns-btn a img {
  filter: invert(1);
  width: 2rem;
  height: 2rem;
}
.sns-btn a:hover {
  background-color: #ddd;
  border: transparent;
}

.web-btn {
  width: 100%;
  padding: 2rem 0;
}

.btn {
  width: 33vw;
  height: 3.5rem;
  border: solid 1px #777;
  border-radius: 3px;
}
.btn:hover,
.btn:hover a {
  background-color: #ddd;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  text-align: center;
  line-height: 3.2rem;
}

.btn-close:hover {
  background-color: transparent;
}

.sns-btn a img {
  filter: none;
}

.sns-active {
  background-color: #777 !important;
  cursor: default;
    border: 1px solid #777 !important;
}

.page-setting::after,
.info-wrap::after,
.page-img::after,
.short-cut-btn::after {
  content: " ";
  display: block;
  clear: both;
}

/* 퀵메뉴 */
#quick {
    display: flex;
    position: fixed;
    right: 20px;
    z-index: 998;
    flex-direction: column;
}
.q1, .q4 {
    bottom: 20px;
}
.q2 {
    bottom: 85px;
}
.q1 a {
    background: linear-gradient(130deg, #48ba96 0%, #2D9676 75%);
}
.q4 a {
    background:linear-gradient(130deg, #4f5784 0%, #16192b 75%)
}
.q2  a {
    background: linear-gradient(130deg, #4dd180 0%, #15bf57 75%);
}
.q3 {
    opacity: 0.5;
    bottom: 160px;
    border-radius: 50%;
    background: #16192b;
    border: 1px solid #f1f1f1;
    position: fixed;
    right: 20px;
    z-index: 998;
    width: 60px;
    height: 60px;
    display: none;
    cursor: pointer;
}
.q3:before {
       content: '';
    display: block;
    background: #ecebd7;
    width: 22px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    left: 12px;
    border-radius: 3px;
}
.q3:after {
        content: '';
    display: block;
    background: #ecebd7;
    width: 22px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    right: 10px;
    border-radius: 3px;
}
.q3:hover {
    opacity: 1;
    transition: none;
}
#quick a {
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 0;
    transition: ease-in-out 0.4s;
    color: #fff;
}
#quick a:hover {
    border-radius: 55px;
    width: 160px;
    transition: ease-in-out 0.5s;
    font-size: 14px;
    font-weight: 500;
}
#quick a img {
    width: 46px;
}


@media (min-width: 500px) {
  .main-sec {
    height: 90vh;
      min-height: 780px;
  }
  .main-img {
    height: 600px;
  }
  .main-box .typing-txt-wrap {
    padding: 10rem 0 0 14vw;
  }
  .typing-txt {
    font-size: 6.5vw;
    font-weight: bold;
  }
  .typing-txt li span {
    display: none;
  }
  .typing {
    font-size: 6.5vw;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .main-sec {
    height: 96vh;
  }
  .info-wrap h4 {
    font-size: 2rem;
  }
  .info-wrap h3 {
    font-size: 3.2rem;
  }
  .info-wrap h2 {
    font-size: 4rem;
  }
  .typing-txt {
    font-family: "NanumSquare", sans-serif !important;
    font-size: 3rem;
    font-weight: bold;
  }
  .typing {
    font-family: "NanumSquare", sans-serif !important;
    font-size: 3rem;
    font-weight: bold;
  }
}
@media (max-width:768px) {
    .menu365-go {
        display: none;
    }
    .go_mobile {
        display: block;
        text-align: right;
        padding: 0;
    }
    .go_mobile img {
        height: 50px;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
  #food101 .info-wrap {
    float: left;
  }
  #food101 .page-img {
    float: right;
  }
  #food101 .short-cut-btn {
    float: left;
  }
  .info-wrap {
    float: right;
    width: 45%;
    transform: translateY(6rem);
    transition: all 0.8s;
  }
  .info-wrap h4 {
    font-size: 1.3rem;
  }
  .info-wrap h3 {
    font-size: 2.2rem;
    padding-top: 1rem;
  }
  .info-wrap h3 span {
    display: inline-block;
  }
  .info-wrap h2 {
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
  }
  .info-wrap img {
    width: 50%;
  }
  .page-img {
    float: left;
    width: 45%;
    height: 100%;
    transform: translateY(6rem);
    transition: all 1s;
  }
  .short-cut-btn {
    float: right;
    width: 45%;
    transform: translateY(6rem);
    transition: all 1s;
  }
  .btn {
    margin-bottom: 1rem;
    width: 43%;
  }
  .typing-txt,
.typing {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .typing-txt,
.typing {
    font-size: 54px;
  }
  .main-img {
    margin-bottom: 45px;
  }
}
.info-box-title {
  width: 100%;
  text-align: center;
}
.info-box-title h2 {
  margin: 0 auto;
  font-size: 5.8vw;
  font-weight: normal;
  line-height: 1.3;
  padding-top: 1.5rem;
}
.info-box-title h2 span {
  display: inline-block;
}
.info-box-title h2 strong {
  color: #2d9675;
}

.info-box-wrap {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 2rem;
  transition: all 0.8s;
}

.food101-wel {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.info-box {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}
.info-box img {
  width: 100px;
}

.info-box-txt {
  padding: 0.8rem;
  text-align: center;
}
.info-box-txt h4 {
  font-size: 5vw;
  margin-bottom: 5vw;
  font-weight: 500;
}
.info-box-txt p {
  font-size: 3.5vw;
  line-height: 1.5;
}

#banner {
  height: 395px;
}

.banner-box {
  width: 100%;
  height: 100%;
  background-image: url("../img/banner1.jpg");
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.banner-box h4 {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
  line-height: 50px;
}

.count-up {
  padding-top: 3.5vh;
}

.countup-title h2 {
  font-size: 42px;
  font-weight: 500;
}
.countup-title h3 {
  font-size: 22px;
  line-height: 1.3;
  padding-top: 1.5rem;
  font-weight: normal;
}

.countup-main-wrap {
  margin: 100px 0;
  text-align: center;
}
.countup-main-wrap span {
  font-size: 50px;
}
.countup-main-wrap .content-bar {
  width: 26px;
  height: 4px;
  background-color: #aaa;
  margin: 30px auto;
}
.countup-main-wrap p {
  font-size: 20px;
  margin-bottom: 3vw;
  line-height: 1.3;
}

.countup-main {
  padding: 8vw 0;
}

@media (min-width: 500px) {
  .countup-title h2 {
    font-size: 50px;
  }
  .countup-title h3 {
    font-size: 32px;
  }
  .countup-main-wrap span {
    font-size: 78px;
  }
  .banner-box h4 {
    font-size: 35px;
  }
  .info-box-txt p {
    font-size: 1.3rem;
  }
  .info-box-title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .menu-arrow {
    display: none;
  }
  .info-box-title h2 {
    font-size: 2.8rem;
  }
  .menu101 .info-box-title h2 {
    font-size: 2.5rem;
  }
  .info-box img {
    width: 100px;
  }
  .info-box-txt h4 {
    font-size: 2.4rem;
  }
  .info-box-txt p {
    font-size: 1.4rem;
  }
  .countup-main-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .countup-main {
    width: 50%;
    padding: 10px 0;
  }
  .countup-main p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .info-box-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .info-box {
    width: 33%;
  }
  .info-box-txt h4 {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
  .info-box-txt p {
    height: 80px;
    font-size: 1.4vw;
  }
  .banner-box h4 {
    font-size: 50px;
    line-height: 78px;
  }
  .banner-box .sm-p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .info-box-txt p {
    font-size: 1.1rem;
  }
  .countup-main-wrap {
    margin: 100px 0 0;
  }
  .countup-main {
    width: 25%;
  }
  .countup-main span {
    font-size: 55px;
  }
  .countup-main p {
    font-size: 1rem;
    margin: 0;
    height: 70px;
  }
}
.gallery-pics {
  height: 300px;
  width: 450px;
  margin: 0 20px;
  border-radius: 5px;
}
.gallery-pics a {
  display: block;
}
.gallery-pics img {
  width: 100%;
  height: 300px;
}

.payeat-story {
  width: 100%;
}

.story-title {
  margin: 0 auto 2rem;
}
.story-title h3 {
  text-align: center;
  font-size: 50px;
  font-family: "NanumSquareRound";
  font-weight: 500;
}

.story-contents {
  padding-top: 70px;
  margin: -20px 0;
}

.story-box {
  position: relative;
  box-sizing: border-box;
}
.story-box img {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-box.slick-current .story-box-slide {
  background-color: #2d9675;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.6);
}
.story-box.slick-current .sbc-title {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.story-box.slick-current p {
  color: #fff;
}

.story-box-slide {
  padding: 55px 45px 45px 55px;
  height: 300px;
  width: 450px;
}

.sbc-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #5a5a5a;
  padding-bottom: 20px;
  line-height: 1.35;
  height: 100px;
  overflow: hidden;
  white-space: normal;
}

.sbc-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  line-height: 1.4;
  margin-top: 20px;
}

/* 좌우 이전 다음 아이콘 수정 */
.slick-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 0;
  color: transparent;
  width: 50px;
  height: 50px;
  border: solid 2px #929292;
  transform: rotate(45deg);
}

.slick-prev {
  left: -44px;
  border-top: none;
  border-right: none;
}

.slick-next {
  right: -44px;
  border-bottom: none;
  border-left: none;
}

.last-box {
  width: 100%;
  height: 280px;
  background-image: url(../img/bg-low2.jpg);
  background-position: center center;
  -o-object-fit: fill;
     object-fit: fill;
}

.box-opacity {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.last-box-text {
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 13vh 0;
}
.last-box-text h4 {
  font-size: 5vw;
  margin-bottom: 30px;
  text-align: center;
}
.last-box-text p {
  font-size: 3.5vw;
  text-align: center;
}

@media (max-width: 480px) {
  .story-box-slide a {
    margin-top: 10px;
    font-size: 16px;
  }
  .sbc-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .sbc-content {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .story-contents {
    margin-top: 0;
    padding-top: 25px;
  }
  .story-box-slide {
    width: auto;
    max-width: 98%;
    margin: 0 auto;
    padding: 30px;
  }
  .story-box.slick-current .story-box-slide {
    height: 275px;
  }
  .sbc-title {
    height: 52px;
    position: relative;
  }
  .gallery-pics {
    width: 95%;
  }
}
@media (min-width: 500px) {
  .last-box-text {
    padding: 8.4vh 0;
  }
}
@media (min-width: 768px) {
  .slick-arrow {
    display: block;
  }
  .last-box-text h4 {
    font-size: 2rem;
  }
  .last-box-text p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .last-box {
    height: 410px;
  }
  .last-box-text {
    padding: 121px 0;
  }
  .last-box-text h4 {
    font-size: 3rem;
  }
  .last-box-text p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .slick-next {
    right: -60px;
  }
  .slick-prev {
    left: -60px;
  }
}
/* 상세보기 페이지 */
.sub-main {
  position: relative;
  width: 100%;
  height: 400px;
  padding-top: 90px;
  background-image: url(../img/sub-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-menu-title {
  position: absolute;
  width: 540px;
  top: 50%;
  left: 33%;
  transform: translateX(-50%);
}
.sub-menu-title h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.sub-menu-title p {
  color: #f9f9f9;
  font-size: 20px;
  margin-top: 20px;
}

.recruit-sm-bg {
  background-image: url(../recruit/img/recruit-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.intro-sub-main {
  background-image: url(../img/intro-top-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.detail-sub-main {
  background-image: url(../img/service-top-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sub-menu {
  position: relative;
  top: 280px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  z-index: 5;
  border-bottom: solid 1px #2d9675;
}
.sub-menu a {
  width: 33.33%;
  padding: 20px 10px;
  background: #f2f2f2;
  text-align: center;
  font-size: 21px;
}
.sub-menu a.active {
  background: #2d9675;
  color: #fff;
  font-weight: 500;
}

.sm-recruit a {
  width: 25%;
}

.sm-custom a {
  width: 50%;
}

@media (max-width: 480px) {
  .sub-main {
    height: 280px;
  }
  .sub-menu {
    top: 180px;
  }
  .recruit-sm-bg {
    background-image: url(../recruit/img/recruit-bg-m.jpg);
    background-position: 24% center;
  }
  .sm-recruit {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sm-recruit a {
    width: 100%;
  }
  .sub-menu-title {
    width: 280px;
    top: 42%;
    left: 50%;
  }
  .sub-menu-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 627px) {
  .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.detail-top-page {
  margin-top: 30px;
}

.detail-main {
  text-align: center;
}
.detail-main h4 {
  font-size: 5.4vw;
  padding: 2rem 0 1.5rem;
}
.detail-main p {
  font-size: 4vw;
  line-height: 1.4;
  color: #777;
  margin-bottom: 2rem;
}

.direct-btn {
  width: 250px;
  height: 50px;
  padding: 15px;
  margin: 0 auto;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.direct-btn a {
  display: block;
  text-align: center;
}
.direct-btn:hover {
  background-color: #fff;
  border-color: #777;
}
.direct-btn:hover a {
  color: #000;
}

.mn101 {
  border: solid 1px #15bf57;
  background-color: #15bf57;
}

.fd101 {
  border: solid 1px #ef2c2c;
  background-color: #ef2c2c;
}

.pyeat {
  border: solid 1px #2d9675;
  background-color: #2d9675;
}
.pyeat a {
  color: #fff;
}

.custom-sub-main {
  background-image: url(../center/img/center-bg.jpg);
  background-position: center center;
  background-size: cover;
}

.food101-detail h2 {
  color: #ef2c2c;
}

.payeat-detail h2 {
  color: #2d9675;
}

.data101-detail h2 {
  color: #15bf57;
}

.detail-title {
  text-align: center;
  max-width: 500px;
  font-size: 3rem;
  font-weight: bold;
  margin: 2rem auto;
}
.detail-title:after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}

.content-detail {
  width: 100%;
}

.content-detail-text {
  padding: 2rem 0.8rem;
  transform: translateY(-4rem);
  transition: all 0.8s;
}
.content-detail-text h3 {
  margin: 1.5rem 0;
}
.content-detail-text ul {
  max-width: 500px;
  margin: 2rem auto;
}
.content-detail-text ul li {
  padding: 0.8rem 0;
  line-height: 1.4;
}
.content-detail-text ul li h4 {
  width: 106px;
  font-weight: bold;
  font-size: 3.8vw;
  margin-right: 0.5rem;
}
.content-detail-text ul li p {
  font-size: 3vw;
  color: #777;
}

.detail-text-head {
  height: 36px;
}
.detail-text-head h2 {
  font-size: 6vw;
  text-align: center;
  margin-left: 10px;
  font-weight: bold;
}
.detail-text-head img {
  height: 36px;
}

.content-detail-img {
  max-width: 400px;
  height: 124vw;
  margin: 0 auto;
  transform: translateY(-4rem);
  transition: all 1s;
  overflow: hidden;
}
.content-detail-img img {
  width: 100%;
}

.menu365-wel {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.menu-text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.menu-text h2 {
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
}
.menu-text .menut-title {
  font-size: 6vw;
}
.menu-text h3 {
  margin: 1.5rem 0;
  line-height: 1.3;
  text-align: center;
}
.menu-text .direct-btn {
  width: 200px;
}

.menu-img {
  width: 80%;
  margin: 0 auto;
}
.menu-img img {
  width: 100%;
}

@media (max-width: 480px) {
  .custom-sub-main {
    background-position: 82% center;
  }
}
@media (min-width: 500px) {
  .detail-main h4 {
    font-size: 1.7rem;
  }
  .detail-main p {
    font-size: 1.26rem;
  }
  .content-detail-text h2 {
    font-size: 2rem;
  }
  .content-detail-text h3 {
    text-align: center;
    line-height: 1.3;
  }
  .content-detail-text ul li h4 {
    font-size: 1.3rem;
  }
  .content-detail-text ul li p {
    font-size: 1.1rem;
  }
  .detail-text-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
  }
  .content-detail-img {
    height: 630px;
  }
  .menu-img {
    width: 60%;
  }
  .menu-text .menut-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .menu-text h2 {
    font-size: 2.5rem;
  }
  .menu-text h3 {
    font-size: 24px;
  }
  .menu365-wel {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .content-detail {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    padding-top: 5rem;
  }
  .content-detail-even {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    padding-top: 5rem;
  }
  .content-detail-text h3,
.content-detail-text h2 {
    text-align: unset;
  }
  .content-detail-text ul {
    margin: 2rem 0;
  }
  .detail-text-head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .content-detail-img {
    margin: 0;
  }
  .menu-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .menu-content .direct-btn {
    margin: 0;
  }
  .mc-left {
    flex-direction: row-reverse;
  }
  .menu-text {
    width: 410px;
    margin: 0 20px;
  }
  .menu-text h2 {
    font-size: 2.7rem;
    font-weight: bold;
    text-align: left;
  }
  .menu-text .menut-title {
    font-size: 2.2rem;
  }
  .menu-text h3 {
    font-size: 1.6rem;
    text-align: left;
    margin: 1.5rem 0;
    line-height: 1.3;
  }
  .menu-img {
    max-width: 540px;
    margin: 0 20px;
  }
}
@media (min-width: 1300px) {
  .sub-menu {
    border-bottom: none;
  }
}
.history-bg {
  background-image: url(../introduce/img/history-bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.map-place {
  position: relative;
  max-width: 1300px;
  height: 700px;
  margin: 0 auto;
}

#map {
  width: 100%;
  height: 600px;
}

.post-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 20px;
  background-color: #2d9675;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
}

.traffic-box {
  width: 100%;
  margin-top: 30px;
}
.traffic-box .traffic {
  margin-bottom: 30px;
}
.traffic-box .traffic:after {
  content: "";
  display: block;
  clear: both;
}

.traffic-title {
  padding: 20px;
}
.traffic-title i {
  font-size: 27px;
  margin-right: 10px;
}

.traffic-content {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  border-top: #000 solid 1px;
}
.traffic-content p {
  margin-top: 15px;
}

.recruit-process {
  margin: 100px 0 50px;
  width: 100%;
}

.process-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #2d9675;
}
.process-circle p {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.process-circle-text {
  height: 100px;
  width: 200px;
  margin-top: 20px;
  padding: 10px;
}
.process-circle-text p {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  color: #5a5a5a;
}

.process-comment {
  margin-bottom: 80px;
  line-height: 1.5;
}
.process-comment p {
  font-size: 20px;
}
.process-comment span {
  color: #777;
}

@media (max-width: 480px) {
  .process-circle-box:nth-child(2),
.process-circle-box:nth-child(3) {
    margin-bottom: 20px;
  }
  .recruit-process {
    margin-bottom: 0;
  }
  .map-place {
    height: 420px !important;
  }
  .post-box {
    font-size: 16px;
    height: 120px;
  }
  .traffic-title i {
    font-size: 23px;
  }
  .traffic-title h3 {
    font-size: 23px;
  }
  .traffic-content {
    font-size: 17px;
  }
}
/* footer */
.footer {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}

.footer-web {
  box-sizing: border-box;
  padding: 20px 0 0px 0;
  max-width: 500px;
  margin: 0 auto;
}

.footer-logo {
  width: 100%;
  height: 100%;
}
.footer-logo .footer-logo2 {
  /*display: none;*/
}

.footer-logo img {
  height: 40px;
}

.footer-contents {
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
  padding-top: 16px;
  margin: 0 15px;
}
.footer-contents p {
  margin-bottom: 15px;
}
.footer-contents strong {
  font-weight: 700;
}

.footer-sns a {
  margin: 0 10px;
    opacity: 0.3;
}
.footer-sns a:hover {
    opacity: 1;
}
.footer-sns img {
  width: 25px;
  filter: invert(1);
}

.copyright {
  margin-top: 20px;
  padding-bottom: 30px;
  font-size: 12px;
  letter-spacing: 1px;
}
.logos_bg {
    background: #f9fafd;
}
.footer-logos {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}
.footer-logos img {
    margin-right: 12%;
}
.footer-sns {
      /*width: 16%;*/
      border-bottom:1px solid #eee;
      padding:20px 0;
  }
    .footer-sns .footer-sns-in {
        max-width: 1320px;
        display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items:flex-end;
      align-content: flex-end;
        margin: 0 auto;
    }
  .footer-sns img {
    /* width: 35px; */
  }
    .footer-f {
        max-width: 1290px;
        text-align: left;
        margin: 0 auto;
    }
    .footer-text {
        font-size: 13px;
        line-height: 1.5;
    }
    .footer-text br {
        display: none;
    }
.footer-contents ul {
    height: 32px;
}

@media (min-width: 1024px) {
  .footer {
    height: 290px;
  }
    .footer-right {
        display: flex;
        flex-direction: column;
        width: 47%;
    }
  .footer-web {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1320px;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
      margin-bottom: 10px;
  }
    .footer-logo > p {
        display: flex;
    }
  .footer-logo img {
        padding-left: 20px;
        margin-bottom: 10px;
  }
  .footer-logo .footer-logo2 {
    display: block;
  }
  .footer-contents {
    /*width: 50%;*/
  }
  .footer-contents ul {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
      
  }
  .footer-contents li::after {
    content: "|";
    color: #ddd;
    margin: 0 10px;
  }
  .footer-contents li:last-child::after {
    content: "";
  }
  .footer-contents span {
    display: none;
  }
  
}

@media (max-width: 1024px) {
    .footer-right {
        width: 100%;
        padding:30px 0;
    }
    .footer-contents {
        width: 100%;
    }
    .footer-f {
        text-align: center;
    }
    .footer-text {
        font-size: 13px;
        line-height: 1.7;
    }
    .footer-sns {
      justify-content: center;
    }
    .footer-contents ul {
        justify-content: center;
    }
    .footer-contents {
        text-align: center;
        margin:0;
    }
    .footer-web {
        max-width: 100%;
    }
    .footer-contents ul {
        display: flex;
    }
    .footer-contents ul li {
        margin:3px 8px;
    }
    .footer-contents p br {
        display: none;
    }
    .footer-logos {
        padding: 30px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-logos img {
        margin: 0 4% 15px 4%;
    height: 40px;
    }
    .footer-logo1 {
        display: none;
    }
    .footer-contents ul {
        height:auto;
    }
    .footer-sns .footer-sns-in {
        justify-content: center;
    }
}
@media (max-width: 540px) {
    .footer-contents ul {
        flex-direction: column;
    }
    .footer-logo img {
        height: 28px;
    }
    .footer-sns img {
        width: 20px;
    }
    .footer-text {
        font-size: 12px !important;
    }
    .footer-right {
        padding: 30px 0 1px 0;
    }
    .footer-contents {
        font-size: 13px;
    }
    .footer-name {
        font-size: 18px;
    }
    .copyright {
        font-size: 10px;
    }
    .footer-text br {
        display: block;
    }
}