* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#container {
  width: 100%;
  height: 1430px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#000;
}

main {
  display: grid;
  height: 1390px;
  max-width: 1920px;
  /* width: 100%;
  max-height: 600px; */
  gap: 25px;
  grid-template-columns: 430px 455px 480px 430px;
  grid-template-rows: 4fr 4fr 3fr;
  margin:0 auto;
}

article {
  background-color: #d9e6f2;
  border-radius: 18px;
  height:480px;
  /* padding:25px 20px; */
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(1, 0, 0, 1);
  transform: scale(0.5);
  font-family: "NanumSquareNeo", sans-serif;
  font-weight:700;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
article.reveal {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

article a {
  display:block;
  width:100%;
  height:100%;
  border-radius:18px;
}

article .zone_cate {
  position: absolute;
  color:#fff;
  transition:all 0.2s;
  top: 28px;
  left:20px;
  font-size:26px;
}
article .zone_cate:after {
  display:block;
  opacity:1;
  content:"";
  background-color:#fff;
  transition:all 0.5s;
  width:30px;
  height:2px;
  margin-top:23px;
}
article:hover .zone_cate:after {
  /* display:none; */
  opacity:0;
}
article .area_thumb {
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
}

article .deco_box {
  margin:0 auto;
  background-color:#fecc4f;
  width:330px;
  height:25px;
  border-top-left-radius:18px;
  border-top-right-radius:18px;
}
article .thumb {
  margin:0 auto;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
  border-radius: 18px;
  width:368px;
  height:204px;
}

article .area_info {
  position: absolute;
  opacity:0;
  font-family: 'NotoSansKR', sans-serif;
  transition:all 0.5s;
  letter-spacing: -1.3px;
  top: 68px;
  /* left:30px; */
  padding:14px 20px;
  border-bottom-left-radius:18px;
  border-bottom-right-radius:18px;
}
article:hover .area_info {
  opacity:1;
}

article .area_info .cate {
  font-family: "NanumSquareNeo", sans-serif;
  font-size:26px;
  color:#005bab;
  margin-bottom:6px;
}
article .area_info .title {
  font-weight:800;
  color:#fff;
  font-size:25px;
  margin-bottom:10px;
  line-height:1.3;
}

article .area_info .sub_title {
  color:#000;
  font-size:22px;
  font-weight: 600;
}

article .area_info_mo {
  display:none;
}



article:nth-child(1) {
  background-color:#235c3d;
}
article:nth-child(1) .thumb {
  background-image:url('../images/main_new/img_01.jpg');
}
article:nth-child(1) .area_info .sub_title {
  color:#fff;
}
article:nth-child(1) .deco_box {
  background-color: #fba92e;
}


article:nth-child(2) {
  height:381px;
  background-image:url('../images/main_new/img_02.jpg');
}
article:nth-child(2) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
}
article:nth-child(2) .zone_cate {
  text-shadow: 0px 0px 10px rgba(109, 92, 89, 1);
}
article:nth-child(2) .area_info {
  background-image:url('../images/main_new/bg_bento_info.png');
  top:unset;
  bottom:0;
  left: 0;
  width: 100%;
  height:135px;
}
article:nth-child(2) .area_info .title {
  color:#005bab;
}


article:nth-child(3) {
  height:381px;
  background-image:url('../images/main_new/img_03.jpg');
}
article:nth-child(3) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(255, 255, 255, 0) 30%);
}
article:nth-child(3) .area_info {
  background-image:url('../images/main_new/bg_bento_info.png');
  top:unset;
  bottom:0;
  left: 0;
  width: 100%;
  height:135px;
}
article:nth-child(3) .area_info .title {
  color:#005bab;
}


article:nth-child(4) {
  background-image:url('../images/main_new/img_04.jpg');
}
article:nth-child(4) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(255, 255, 255, 0) 30%);
}
article:nth-child(4) .area_info {
  background-image:url('../images/main_new/bg_bento_info.png');
  top:unset;
  bottom:0;
  left: 0;
  width: 100%;
  height:135px;
}
article:nth-child(4) .area_info .title {
  color:#005bab;
}



article:nth-child(5) {
  background-color:#fecc4f;
}
article:nth-child(5) .zone_cate {
  top:28px;
}
article:nth-child(5) .area_thumb {
  bottom:0;
}
article:nth-child(5) .area_info .sub_title {
  color:#fff;
}
article:nth-child(5) .thumb {
  border-radius:0;
  background-image:url('../images/main_new/img_05.png');
  width:350px;
  height:228px;
}



article:nth-child(6) {
  grid-column: 2/4;
  height: 578px;
  margin-top:-100px;
  background-image:url('../images/main_new/img_06.jpg');
}
article:nth-child(6) a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
}
article:nth-child(6) .zone_cate {
  color:#fff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
article:nth-child(6) .zone_cate:after {
  background-color:#fff;
}
article:nth-child(6) .area_info {
  background-image:url('../images/main_new/bg_bento_info.png');
  top:unset;
  bottom:0;
  left: 0;
  width: 100%;
  height:155px;
  padding: 28px 20px;
}
article:nth-child(6) .area_info .title {
  color:#005bab;
  font-size:38px;
  line-height: 1.4;
}
article:nth-child(6) .area_info .sub_title {
  font-size:24px;
}



article:nth-child(7) {
  background-color:#f79447;
}
article:nth-child(7) .deco_box {
  background-color: #000;
}
article:nth-child(7) .thumb {
  background-image:url('../images/main_new/img_07.jpg');
}
article:nth-child(7) .area_info .sub_title {
  color:#fff;
}



article:nth-child(8) {
  background-color:#f79447;
  background-image: url('../images/main_new/img_08.jpg');
  height: 381px;
}
article:nth-child(8) a {
  /* background-image: linear-gradient(rgba(247, 149, 72, 1) 20%, rgba(255, 255, 255, 0) 70%); */
}
article:nth-child(8) .area_info .sub_title {
  color:#fff;
}



article:nth-child(9) {
  background-color:#2d74bf;
  background-image: url('../images/main_new/img_09.jpg');
  height: 381px;
}
article:nth-child(9) a {
  /* background-image: linear-gradient(rgba(46, 116, 191, 1) 20%, rgba(255, 255, 255, 0) 70%); */
}
article:nth-child(9) .area_info .sub_title {
  color:#fff;
}



article:nth-child(10) {
  background-color:#fff;
  border:10px solid #8f8f8f;
  height:381px;
}
article:nth-child(10) .zone_cate {
  color:#000;
  text-align:center;
  width:100%;
  font-weight:900;
  font-size:42px;
  left: 50%;
  transform: translateX(-50%);
}
article:nth-child(10) .zone_cate .emp {
  color:#f89448;
}
article:nth-child(10):hover .zone_cate {
  top:40px;
}
article:nth-child(10) .area_link {
  position: absolute;
  display:flex;
  flex-wrap: wrap;
  font-family: 'NotoSansKR', sans-serif;
  letter-spacing: -1.3px;
  top: 130px;
  justify-content: center;
  gap: 22px;
}
article:nth-child(10) .area_link a {
  display:flex;
  align-items: center;
  position:relative;
  transition:all 0.5s;
  width:191px;
}
article:nth-child(10) .area_link a:hover {
  transform: scale(1.05);
}
article:nth-child(10) .area_link a .text {
  position:absolute;
  left: 110px;
  font-weight:400;
  font-size: 16px;
}
article:nth-child(10) .area_link a:nth-child(3) .text {
  left: 100px;
}
article:nth-child(10) .area_link a:nth-child(4) .text {
  left: 90px;
}
article:nth-child(10) .area_link a img {
  width:100%;
}




article:nth-child(11) {
  background-color: #27bcc7;
  background-image: url('../images/main_new/img_11.jpg');
  height:381px;
}
article:nth-child(11) a {
  /* background-image: linear-gradient(rgba(39,188,199,1) 20%, rgba(255,255,255,0) 70%); */
}
article:nth-child(11) .area_info .sub_title {
  color:#fff;
}












@media screen and (max-width: 1920px) {
#container {
  height: 74.48vw;
}

main {
  height: 72.40vw;
  max-width: 100.00vw;
  gap: 1.10vw;
  grid-template-columns: 22.40vw 23.70vw 25.00vw 22.40vw;
}

article {
  border-radius: 0.94vw;
  height:25.00vw;
}

article a {
  border-radius:0.94vw;
}

article .zone_cate {
  top: 1.46vw;
  left:1.04vw;
  font-size:1.35vw;
}
article .zone_cate:after {
  width:1.5vw;
  height:0.12vw;
  margin-top:1.20vw;
}
article .area_thumb {
  bottom: 1.67vw;
}

article .deco_box {
  width:17.19vw;
  height:1.30vw;
  border-top-left-radius:0.94vw;
  border-top-right-radius:0.94vw;
}
article .thumb {
  border-radius: 0.94vw;
  width:19.27vw;
  height:10.63vw;
}

article .area_info {
  letter-spacing: -0.07vw;
  top: 3.40vw;
  padding:0.73vw 1.04vw;
  border-bottom-left-radius:0.94vw;
  border-bottom-right-radius:0.94vw;
}

article .area_info .cate {
  font-size:1.35vw;
  margin-bottom:0.31vw;
}
article .area_info .title {
  font-size:1.5vw;
  margin-bottom:0.5vw;
}

article .area_info .sub_title {
  font-size:1.15vw;
}



article:nth-child(2) {
  height:19.84vw;
}
article:nth-child(2) .zone_cate {
  text-shadow: 0.00vw 0.00vw 0.52vw rgba(109, 92, 89, 1);
}
article:nth-child(2) .area_info {
  height:7.03vw;
}



article:nth-child(3) {
  height:19.84vw;
}
article:nth-child(3) .area_info {
  height:7.03vw;
}


article:nth-child(4) .area_info {
  height:7.03vw;
}



article:nth-child(5) .zone_cate {
  top:1.46vw;
}
article:nth-child(5) .thumb {
  height:12.1vw;
  width:18.6vw;
}



article:nth-child(6) {
  height: 30.10vw;
  margin-top:-5.21vw;
}
article:nth-child(6) .zone_cate {
  text-shadow: 0.00vw 0.00vw 0.52vw rgba(255, 255, 255, 1);
}
article:nth-child(6) .area_info {
  height:8.07vw;
}
article:nth-child(6) .area_info .title {
  font-size:1.95vw;
}
article:nth-child(6) .area_info .sub_title {
  font-size:1.25vw;
}



article:nth-child(7) .zone_cate {
  top: 2.08vw;
  left: 1.04vw;
  font-size: 1.35vw;
}
article:nth-child(7) .area_info .title {
  font-size:1.42vw;
}
article:nth-child(7) .area_info .sub_title {
  font-size: 1.05vw;
}



article:nth-child(8) .area_info .title {
  font-size: 1.42vw;
}
article:nth-child(8) {
  height:19.84vw;
}


article:nth-child(9) {
  height:19.84vw;
}
article:nth-child(9) .area_info .title {
  font-size:1.42vw;
  line-height:1.5;
}



article:nth-child(10) {
  border:0.52vw solid #8f8f8f;
  height:19.84vw;
}
article:nth-child(10) .zone_cate {
  font-size:2.19vw;
}
article:nth-child(10) .area_link {
  letter-spacing: -0.07vw;
  top: 6.77vw;
  gap: 1.15vw;
}
article:nth-child(10) .area_link a {
  width:9.95vw;
}
article:nth-child(10) .area_link a .text {
  left: 5.73vw;
  font-size: 0.83vw;
}
article:nth-child(10) .area_link a:nth-child(3) .text {
  left: 5.21vw;
}
article:nth-child(10) .area_link a:nth-child(4) .text {
  left: 4.69vw;
}



article:nth-child(11) {
  height:19.84vw;
}
article:nth-child(11) .thumb {
  width: 20.4vw;
  height: 12.2vw;
}
article:nth-child(11) .area_info .title {
  font-size:1.31vw;
}



} /* @media screen and (max-width: 1920px) end */










@media screen and (max-width: 1200px) {
#container {
  height:auto;
  padding: 103px 1.3vw 1.3vw;
}
} /* @media screen and (max-width: 1200px) end */











@media screen and (max-width: 640px) {
#container {
  display:block;
  height: auto;
  padding: 90px 0 30px;
}
article {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  border-radius: 3vw;
  width:92%;
}
article a {
  border-radius: 3vw;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  height:auto;
  gap:4vw;
}

article .zone_cate {
  display:none;
}
article .area_info {
  display:none;
}
article .area_info_mo {
  display:block;
  position:absolute;
  background-image: url('../images/main_new/bg_bento_info.png');
  bottom: 0;
  letter-spacing: -0.07vw;
  font-family: 'NotoSansKR', sans-serif;
  width: 100%;
  height:17vw;
  padding: 1.5vw 3.5vw;
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
}
article .area_info_mo .cate {
  font-family: "NanumSquareNeo", sans-serif;
  color: #005bab;
  font-size: 3vw;
  margin-bottom: 0.7vw;
}
article .area_info_mo .title {
  font-weight: 800;
  color: #005bab;
  margin-bottom: 0.31vw;
  line-height: 1.4;
  font-size:4vw;
}
article .area_info_mo .sub_title {
  font-size: 3vw;
}




article:nth-child(1) {
  order:2;
  background-image:url('../images/main_new/img_01_mo.jpg');
  height:50vw;
}
article:nth-child(1) .area_thumb {
  display:none;
}



article:nth-child(2) {
  order:3;
  background-image:url('../images/main_new/img_02_mo.jpg');
  height:50vw;
}
article:nth-child(2) a {
  background-image:none;
}



article:nth-child(3) {
  order:4;
  background-image:url('../images/main_new/img_03_mo.jpg');
  height:50vw;
}
article:nth-child(3) a {
  background-image:none;
}



article:nth-child(4) {
  order:5;
  background-image:url('../images/main_new/img_04_mo.jpg');
  height:50vw;
}
article:nth-child(4) a {
  background-image:none;
}
article:nth-child(4) .area_info_mo .title {
  font-size: 3.80vw;
  letter-spacing: -0.3vw;
}



article:nth-child(5) {
  order:6;
  background-image:url('../images/main_new/img_05_mo.jpg');
  height:50vw;
}
article:nth-child(5) .zone_cate {
  display:none;
}
article:nth-child(5) .area_info {
  display:none;
}
article:nth-child(5) .area_thumb {
  display:none;
}



article:nth-child(6) {
  margin-top:unset;
  order:1;
  background-image:url('../images/main_new/img_06_mo.jpg');
  height:81vw;
}
article:nth-child(6) a {
  background-image:none;
}



article:nth-child(7) {
  order:7;
  background-image:url('../images/main_new/img_07_mo.jpg');
  height:50vw;
}
article:nth-child(7) .zone_cate {
  display:none;
}
article:nth-child(7) .area_info_mo .title {
  font-size: 3.80vw;
  letter-spacing: -0.2vw;
}
article:nth-child(7) .area_info {
  display:none;
}


article:nth-child(8) {
  order:8;
  background-image:url('../images/main_new/img_08_mo.jpg');
  height:50vw;
}




article:nth-child(9) {
  order:9;
  background-image:url('../images/main_new/img_09_mo.jpg');
  height:50vw;
}
article:nth-child(9) .area_thumb {
  display:none;
}
article:nth-child(9) .area_info_mo {
  height: 23vw;
}




article:nth-child(10) {
  order:11;
  border:1.3vw solid #8f8f8f;
  height:70vw;
}
article:nth-child(10) .zone_cate {
  font-size:7vw;
}
article:nth-child(10):hover .zone_cate {
  top:7vw;
}
article:nth-child(10) .area_link {
  letter-spacing: -0.1vw;
  top: 22vw;
  gap: 5vw;
}
article:nth-child(10) .area_link a {
  width:36vw;
}
article:nth-child(10) .area_link a .text {
  left: 21vw;
  font-size: 3vw;
}
article:nth-child(10) .area_link a:nth-child(3) .text {
  left: 20vw;
}
article:nth-child(10) .area_link a:nth-child(4) .text {
  left: 19vw;
}



article:nth-child(11) {
  order:10;
  background-image:url('../images/main_new/img_11_mo.jpg');
  height: 50vw;
}
article:nth-child(11) .area_thumb {
  display:none;
}


} /* @media screen and (max-width: 640px) end */