#container > .large_image_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  text-align: center;
}

#container > .large_image_wrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 1200px;
  max-height: 800px;
}

.menu_wrap {
  padding-top: 120px;
}

.menu_wrap > .top_wrap {
  display: flex;
  flex-direction: column;
  height: 370px;
  background: url('../assets/menu/bg_menu_top.png') no-repeat;
  background-size: cover;
}

.top_wrap > .cont_1 {
  margin: 85px auto 0;
  color: #FFF;
  font-family: 'NanumMyeongjo', serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 11.52px;
  text-indent: 11.52px;
}

.top_wrap > .cont_2 {
  margin: 27px auto 0;
  color: #FFF;
  text-align: center;
  font-family: 'NanumMyeongjo', serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.top_wrap > .tab_wrap {
  display: flex;
  margin: auto auto 0;
}

.tab_wrap > .tab_item {
  display: flex;
  width: 400px;
  height: 66px;
  background: #62A286;
  color: #FFF;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.tab_wrap > .tab_item.active {
  background: #e8f0ec url('../assets/common/bg_view_more_green.png') center bottom no-repeat;
  color: #62A286;
}

.tab_wrap > .tab_item > div {
  margin: auto;
}

.content_wrap {
  display: flex;
  background: #E8F0EC;
}

.content_wrap > .content {
  display: none;
  flex-direction: column;
  width: 1600px;
  margin: auto;
}

.content_wrap > .content.active {
  display: flex;
  transition: 0.5s;
}

.content > .subject {
  padding-top: 42px;
  margin: 63px auto 0;
  background: url('../assets/common/bg_subject_green.png') center top no-repeat;
  color: #000;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.7px;
  text-indent: 2.7px;
}

.content > .cont_1 {
  margin: 16px auto 0;
  color: #000;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content > .big_menu {
  position: relative;
  display: flex;
  width: 1600px;
  height: 570px;
  padding: 35px 34px;
  margin: 85px auto 0;
  background: #FFFFFF;
  box-sizing: border-box;
}

.big_menu > .image {
  width: 766px;
  height: 500px;
  flex-shrink: 0;
}

.big_menu > .image > img {
  width: 766px;
  height: 500px;
  object-fit: cover;
}

.big_menu > .image > div {
  color: #62A286;
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.big_menu > .right {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.big_menu .course_title {
  display: flex;
  flex-direction: column;
  margin: 8px auto 0;
}

.big_menu .course_title > div {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.big_menu .course_title > div:nth-child(1) {
  font-size: 48px;
}

.big_menu .course_title > div:nth-child(2) {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 2.88px;
  text-indent: 2.88px;
}

.big_menu .course_title > div:nth-child(3) {
  position: relative;
  margin-top: 22px;
  color: #62A286;
  font-size: 30px;
  letter-spacing: 0.9px;
  text-indent: 0.9px;
}

.big_menu .course_title > div:nth-child(3) > span {
  position: absolute;
  left: calc(100%);
  bottom: 0;
  width: 100px;
  font-size: 18px;
  text-align: left;
}

.big_menu .course_list {
  display: flex;
  flex-wrap: wrap;
  margin: auto 0 0;
  gap: 20px;
}

.big_menu .course_list > .course_item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  padding-left: 78px;
  gap: 5px;
  box-sizing: border-box;
}

.big_menu .course_list > .course_item:nth-child(2n) {
  padding-left: 30px;
}

.big_menu .course_item > div {
  color: #000;
  text-align: left;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.big_menu .course_item > div:nth-child(1) {
  font-size: 18px;
}

.big_menu .course_item > div:nth-child(2) {
  color: #419570;
  font-size: 14px;
}

.big_menu > .btn_view {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47px;
  height: 47px;
  background: url('../assets/menu/ic_plus.jpg') no-repeat;
  cursor: pointer;
}

.big_menu > .btn_view.active {
  background-image: url('../assets/menu/ic_minus.jpg');
}

.big_menu .course_line {
  width: 100%;
  height: 1px;
  margin: 50px 80px 0;
  background: #e8f0ec;
}

.big_menu .course_list.center {
  margin: auto 0;
}

.big_menu .course_list.center > .course_item {
  width: 100%;
  padding-left: 0;
}

.big_menu .course_list.center > .course_item > div {
  text-align: center;
}

.content > .menu_list {
  display: flex;
  flex-wrap: wrap;
  width: 1600px;
  margin: 85px auto 178px;
  gap: 80px;
}

.menu_list > .menu_item {
  display: flex;
  flex-direction: column;
  width: 480px;
  padding: 33px 35px 28px;
  background: #FFFFFF;
  box-sizing: border-box;
}

.menu_item > .image {
  position: relative;
  display: flex;
  width: 410px;
  height: 270px;
}

.menu_item > .image > img {
  width: 410px;
  height: 270px;
  object-fit: cover;
}

.menu_item > .image > .btn_view {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  background: url('../assets/menu/ic_plus.jpg') no-repeat;
  cursor: pointer;
}

.menu_item > .image > .btn_view.active {
  background-image: url('../assets/menu/ic_minus.jpg');
}

.menu_item div {
  color: #000;
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu_item > .title {
  display: flex;
  flex-direction: column;
  margin: 28px auto;
  gap: 7px;
}

.menu_item > .title > div:nth-child(1) {
  font-size: 26px;
}

.menu_item > .title > div:nth-child(2) {
  color: #419570;
  font-size: 16px;
}

.menu_item > .desc {
  padding-top: 28px;
  border-top: 1px solid #e8f0ec;
  font-size: 16px;
  line-height: 150%; /* 24px */
}

.menu_item > .price {
  margin: 22px auto 0;
  color: #419570;
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content > .beverage_menu {
  position: relative;
  display: flex;
  width: 1600px;
  margin: 85px auto 0;
}

.content > .beverage_menu.beverage_1 {
  height: 1000px;
  background: #FFFFFF url('../assets/menu_image/menu_image_4_big_1.png') left top no-repeat;
}

.content > .beverage_menu.beverage_2 {
  height: 870px;
  background: #FFFFFF url('../assets/menu_image/menu_image_4_big_2.png') left top no-repeat;
}

.content > .beverage_menu.beverage_4 {
  height: 1150px;
  background: #FFFFFF url('../assets/menu_image/menu_image_4_big_4.png') left top no-repeat;
}

.content > .beverage_menu.beverage_3 {
  height: 709px;
  margin-bottom: 190px;
  background: #FFFFFF url('../assets/menu_image/menu_image_4_big_3.png') left top no-repeat;
}

.beverage_menu > .beverage_title {
  position: absolute;
  top: 75px;
  left: 135px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.beverage_menu > .beverage_title > div {
  margin: 0 auto;
  color: #000;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.beverage_menu > .beverage_title > div:nth-child(1) {
  font-size: 48px;
}

.beverage_menu > .beverage_title > div:nth-child(2) {
  font-size: 18px;
  letter-spacing: 2.7px;
  text-indent: 2.7px;
}

.beverage_menu > .beverage_list {
  position: absolute;
  top: 75px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.beverage_menu > .beverage_list:nth-child(2) {
  left: 430px;
}

.beverage_menu > .beverage_list:nth-child(3) {
  left: 1040px;
}

.beverage_list > .beverage_item {
  position: relative;
  display: flex;
}

.beverage_list > .beverage_item > div {
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-break: keep-all;
}

.beverage_list > .beverage_item > .title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.beverage_2 .beverage_list > .beverage_item > .title {
  gap: 12px;
}

.beverage_4 .beverage_list > .beverage_item > .title {
  gap: 12px;
}

.beverage_item > .title > div:nth-child(1) {
  font-size: 20px;
}

.beverage_item > .title > div:nth-child(1) > span {
  margin-left: 25px;
  color: #737373;
  font-size: 18px;
}

.beverage_item > .title > div:nth-child(2) {
  color: #010101;
  font-size: 14px;
}

.beverage_item > .title > div.desc {
  color: #419570;
  font-size: 14px;
  line-height: 22px; /* 157.143% */
}

.beverage_list > .beverage_item > .capacity {
  position: absolute;
  left: 315px;
  color: #737373;
  font-size: 18px;
  line-height: 25px;
}

.beverage_list > .beverage_item > .price {
  position: absolute;
  left: 385px;
  color: #62A286;
  font-size: 22px;
  line-height: 25px;
}

.beverage_list > .beverage_item > .capacity > div,
.beverage_list > .beverage_item > .price > div {
  margin-top: 10px;
}

.beverage_2 .beverage_item > .title > div:nth-child(1) > span {
  margin: auto auto 0 0;
  color: #737373;
  font-size: 20px;
}

.beverage_2 .beverage_item > .title > div:nth-child(1) > span.web {
  display: inline-block;
}

.beverage_2 .beverage_item > .title > div:nth-child(1) > span.mobile {
  display: none;
}

.beverage_2 .beverage_item > .title > div:nth-child(1) > span.other {
  font-size: 18px;
}

.beverage_4 .beverage_item > .title > div:nth-child(1) > span {
  margin: auto auto 0 0;
  color: #737373;
  font-size: 20px;
}

.beverage_4 .beverage_item > .title > div:nth-child(1) > span.web {
  display: inline-block;
}

.beverage_4 .beverage_item > .title > div:nth-child(1) > span.mobile {
  display: none;
}

.beverage_4 .beverage_item > .title > div:nth-child(1) > span.other {
  font-size: 18px;
}

.beverage_4 .beverage_item > .title2 > div:nth-child(1) > span {
  margin: auto auto 0 0;
  color: #737373;
  font-size: 20px;
}

.beverage_4 .beverage_item > .title2 > div:nth-child(1) > span.web {
  display: inline-block;
}

.beverage_4 .beverage_item > .title2 > div:nth-child(1) > span.mobile {
  display: none;
}

.beverage_4 .beverage_item > .title2 > div:nth-child(1) > span.other {
  font-size: 18px;
}

.beverage_3 .beverage_list > .beverage_item.margin {
  margin-top: 57px;
}
