
@keyframes updown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.container section.trend.load {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s 0.5s;
}
.container section.trend.load.load-end {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 996px) {
  .container section {

  }
}
.container section .section-top {
  display: flex;
 justify-content: center;
		
	
	
}
@media (max-width: 1200px) {
  .container section .section-top {
   
    align-items: flex-start;
    width: 100%;
  }
}
.container section .section-top > span {
  display: flex;
  align-items: flex-end;
  gap: 17px;
	  background: white;
      padding: 0 20px;
}
@media (max-width: 1200px) {
  .container section .section-top > span {
    gap: 5px;
  }
}
@media (max-width: 996px) {
  .container section .section-top > span {
    display: block;
	  text-align: center;
  }
}
.container section .section-top > span .section-title {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 996px) {
  .container section .section-top > span .section-title {
    font-size: 37px;
    display: inline-block;
    margin-right: 7px;
  }
}

.container section .section-top > span .section-exp {
  font-size: 22px;

  font-weight: 500;

}
@media (max-width: 996px) {
  .container section .section-top > span .section-exp {
    display: inline-block;
  }
}
@media (max-width: 769px) {
  .container section .section-top > span .section-exp {
    font-size: 17px;
    
    padding-top: 5px;
  }
}
.container section .section-pagination {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: right;
}
@media (max-width: 1200px) {
  .container section .section-pagination {
    width: 100%;
    justify-content: left;
    margin-top: 30px;
  }
}
@media (max-width: 769px) {
  .container section .section-pagination {
    margin-top: 0;
  }
}
.container section .section-pagination .swiper-scrollbar {
  max-width: 395px;
  width: 100%;
  margin-right: 20px;
  background-color: #d2d2d2;
}
@media (max-width: 769px) {
  .container section .section-pagination .swiper-scrollbar {
    display: none;
  }
}
.container section .section-pagination .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #6b1e74;
}
.container section .section-pagination .swiper-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 769px) {
  .container section .section-pagination .swiper-btns {
    position: absolute;
    pointer-events: none;
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    padding: 0 8px;
    width: 100%;
  }
  .container section .section-pagination .swiper-btns .swiper-button-prev {
    left: 0;
    pointer-events: all;
    border-radius: 50%;
  }
  .container section .section-pagination .swiper-btns .swiper-button-next {
    right: 0;
    pointer-events: all;
    border-radius: 50%;
  }
}
.container section .slide {
  width: 100%;
  max-width: 1710px;
  padding: 0 15px;
  margin: 50px auto 0;
}
.container section .slide.mo-con {
  display: none;
}
@media (max-width: 996px) {
  .container section .slide.mo-con {
    display: block;
  }
}
.container section .slide.mo-con .row {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.container section .slide.mo-con .row .swiper-slide {
  width: calc(50% - 10px);
}
@media (max-width: 996px) {
  .container section .slide {
    margin: 30px auto 0;
  }
}
@media (max-width: 769px) {
  .container section .slide {
    margin: 15px auto 0;
  }
}
.container section .slide .swiper-slide {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide {
    border-radius: 20px;
  }
}
.container section .slide .swiper-slide:hover img {
  transform: scale(1.1);
}
.container section .slide .swiper-slide img {
  width: 100%;
  transition: all 0.3s;
  pointer-events: none;
  border-radius: 38px;
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide img {
    border-radius: 20px;
  }
}
.container section .slide .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 38px;
  pointer-events: none;
}
.container section .slide .swiper-slide .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slide-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide .text {
    border-radius: 20px;
  }
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide .text {
    padding: 15px 22px;
  }
}
.container section .slide .swiper-slide .text > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.container section .slide .swiper-slide .text .cate {
  font-size: 17px;
  font-weight: 500;
  padding: 8px 14px;
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 1px solid;
  margin-bottom: 6px;
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide .text .cate {
    font-size: 15px;
  }
}
@media (max-width: 769px) {
  .container section .slide .swiper-slide .text .cate {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.container section .slide .swiper-slide .text .writer {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-top: 5px;
}
@media (max-width: 769px) {
  .container section .slide .swiper-slide .text .writer {
    font-size: 15px;
  }
}
.container section .slide .swiper-slide .text .title {
  font-size: 23px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide .text .title {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .container section .slide .swiper-slide .text .title {
    font-size: 18px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
  }
}
.container section .slide .swiper-slide .text .exp {
  font-size: 17px;
  color: #777777;
  line-height: 27px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .container section .slide .swiper-slide .text .exp {
    font-size: 16px;
    line-height: 22px;
  }
}
.container section .slide .swiper-slide .text::before {
  pointer-events: none;
  transition: all 0.3s;
  content: "";
  border-radius: 38px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0;
  z-index: 4;
}

header .header-inner nav a span {
  font-weight: 800;
}




@media (max-width: 996px) {
  .container section .slide .swiper-slide .text::before {
    border-radius: 20px;
  }
}
.container section.trend .section-top .section-title > span {
  color: #65226e;
}
@media (max-width: 769px) {
  .container section.trend .section-top .section-pagination .swiper-btns .swiper-button-prev,
  .container section.trend .section-top .section-pagination .swiper-btns .swiper-button-next {
    filter: drop-shadow(0 0 6px #65226e);
  }
}
.container section.trend .slide .swiper-slide:hover .text::before {
  box-shadow: 0 0 0 5px inset #65226e;
}
.container section.trend .slide .swiper-slide .text .cate {
  color: #65226e;
}
.container section.special {
  background-color: #fff;
}
.container section.special .section-top .section-title > span {
  color: #b063a4;
}
@media (max-width: 769px) {
  .container section.special .section-top .section-pagination .swiper-btns .swiper-button-prev,
  .container section.special .section-top .section-pagination .swiper-btns .swiper-button-next {
    filter: drop-shadow(0 0 6px #b063a4);
  }
}
.container section.special .slide .swiper-slide:hover .text::before {
  box-shadow: 0 0 0 5px inset #b063a4;
}
.container section.special .slide .swiper-slide .text .cate {
  color: #b063a4;
}
.container section.info .section-top .section-title > span {
  color: #e56920;
}
@media (max-width: 769px) {
  .container section.info .section-top .section-pagination .swiper-btns .swiper-button-prev,
  .container section.info .section-top .section-pagination .swiper-btns .swiper-button-next {
    filter: drop-shadow(0 0 6px #e05d0c);
  }
}
.container section.info .slide.pc-con {
  display: flex;
  gap: 58px;
}
@media (max-width: 1200px) {
  .container section.info .slide.pc-con {
    gap: 30px;
  }
}
@media (min-width: 996px) {
  .container section.info .slide.pc-con .swiper-slide.w50 {
    flex: 2;
  }
  .container section.info .slide.pc-con .swiper-slide.w25 {
    flex: 1;
  }
}
@media (max-width: 996px) {
  .container section.info .slide.pc-con {
    gap: 20px;
  }
}
.container section.info .slide .swiper-slide:hover .text::before {
  box-shadow: 0 0 0 5px inset #fd883d;
}
.container section.info .slide .swiper-slide .text .cate {
  color: #fd883d;
}
.container section.kocca {
  background-color: #fff;
}
.container section.kocca .section-top .section-title > span {
  color: #4297b3;
}
@media (max-width: 769px) {
  .container section.kocca .section-top .section-pagination .swiper-btns .swiper-button-prev,
  .container section.kocca .section-top .section-pagination .swiper-btns .swiper-button-next {
    filter: drop-shadow(0 0 6px #258cb1);
  }
}
.container section.kocca .slide .swiper-slide:hover .text::before {
  box-shadow: 0 0 0 5px inset #499fbd;
}
.container section.kocca .slide .swiper-slide .text .cate {
  color: #499fbd;
}
.container .subscribe .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 996px) {
  .container .subscribe .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.container .subscribe .text .subscribe-title {
  font-size: 44px;
  font-weight: 500px;
  line-height: 60px;
}
@media (max-width: 996px) {
  .container .subscribe .text .subscribe-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 769px) {
  .container .subscribe .text .subscribe-title {
    font-size: 24px;
    line-height: 1.5;
  }
}
.container .subscribe .text p {
  font-size: 14px;
  line-height: 25px;
  color: #4d4d4d;
  margin-top: 60px;
}
@media (max-width: 996px) {
  .container .subscribe .text p {
    margin-top: 16px;
    font-size: 13px;
  }
}
.container .subscribe .subscribe-btns {
  display: flex;
  gap: 14px;
}
@media (max-width: 996px) {
  .container .subscribe .subscribe-btns {
    margin-top: 24px;
  }
}
.container .subscribe .subscribe-btns a {
  display: flex;
  font-size: 18px;
  min-width: 250px;
  width: 100%;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 39px;
  border: 2px solid #000;
  border-radius: 50px;
  transition: all 0.3s;
}
@media (max-width: 996px) {
  .container .subscribe .subscribe-btns a {
    min-width: unset;
    width: unset;
    font-size: 15px;
    padding: 12px 20px;
    gap: 12px;
    border: 1px solid #000;
  }
}
@media (max-width: 769px) {
  .container .subscribe .subscribe-btns a {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .container .subscribe .subscribe-btns a img {
    width: 21px;
  }
}
.container .subscribe .subscribe-btns a:hover {
  background-color: #eeeeee;
}
.container .subscribe .prev-btns {
  margin-top: 20px;
}
@media (max-width: 996px) {
  .container .subscribe .prev-btns {
    margin-top: 15px;
  }
}
.container .subscribe .prev-btns a {
  display: flex;
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #000;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .container .subscribe .prev-btns a {
    font-size: 13px;
    padding: 10px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
.container .subscribe .prev-btns a:hover {
  background-color: #efefef;
}
.container .subscribe .prev-btns a:last-child {
  margin-bottom: 0;
}
.container .subscribe .prev-btns a img {
  width: 17px;
  margin-left: 12px;
}

.sub-top {
  display: flex;
  justify-content: center;
  padding: 200px 0 0px;
  background-color: white;

}
@media (max-width: 480px) {
  .sub .sub-top.koccan .inner {
    padding-right: 8px;
  }
  .sub .sub-top.koccan .inner .cate-title .cate {
    letter-spacing: -0.12rem;
  }
  .sub .sub-top.koccan .inner .cate-title .name {
    margin-left: 10px;
    letter-spacing: -0.12rem;
    padding-left: 7px;
  }
}
@media (max-width: 1200px) {
  .sub .sub-top {
    padding: 140px 0 0px;
  }
}
@media (max-width: 769px) {
  .sub .sub-top {
    padding: 130px 0 0px;
  }
}
.sub .sub-top .inner {
  display: flex;
 justify-content: center;
}




@media (max-width: 769px) {
  .sub .sub-top .inner .cate-title {
    width: 100%;
    text-align: center;
   
  }
}
.sub .sub-top .inner .cate-title .cate {
  font-size: 60px;
  font-weight: 500;
  line-height: 0.8;
}
@media (max-width: 996px) {
  .sub .sub-top .inner .cate-title .cate {
    font-size: 50px;
  }
}
@media (max-width: 769px) {
  .sub .sub-top .inner .cate-title .cate {
    padding-left: 0;
    font-size: 28px;
    width: 100%;
   
  }
}
.sub .sub-top .inner .cate-title .name {
  font-size: 40px;
  font-weight: 500;
  padding-left: 10px;
  margin-left: 20px;
  border-left: 4px solid #d46bca;
  display: inline-block;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 996px) {
  .sub .sub-top .inner .cate-title .name {
    font-size: 34px;
    line-height: 0.9;
    height: 30px;
  }
}
@media (max-width: 769px) {
  .sub .sub-top .inner .cate-title .name {
    font-size: 21px;
    height: 20px;
    margin-left: 14px;
    line-height: 1;
  }
}
.sub .sub-top .inner .sub-title {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .sub .sub-top .inner .sub-title {
    margin-top: 20px;
  }
}
@media (max-width: 996px) {
  .sub .sub-top .inner .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .sub .sub-top .inner .sub-title {
    padding-left: 0;
    font-size: 19px;
    display: none;
  }
}
.sub .sub-top .inner .sub-title span {
  font-weight: 800;
  display: inline-block;
}
.sub .this-page {
  width: 100%;
  position: relative;
}
.sub .this-page .bg {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
}
.sub .this-page .inner {
  display: flex;
  align-items: center;
  padding: 9px 30px;
  border-radius: 0 0 0 25px;
  position: relative;
  margin: 0 auto;
}
.sub .this-page span {
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}
.sub .this-page span.home img {
  transform: translateY(-2px);
}
.sub .this-page span:last-child::after {
  content: none;
}
.sub .this-page span::after {
  font-weight: 500;
  content: ">";
  margin: 0 5px;
}

.sub-contents {
  padding: 80px 15px 70px;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
.sub-contents .text-box h2 {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  padding: 20px 0px;
  letter-spacing: -0.025em;
  word-break: keep-all;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .sub-contents .text-box h2 {
    font-size: 34px;
  }
}
@media (max-width: 769px) {
  .sub-contents .text-box h2 {
   
  }
}
.sub-contents .text-box .text-name {
  font-weight: 400;
	text-align: right;
	padding-top:0px;
}


.sub-contents .text-box .textcenter {
  font-weight: 600;
	font-size: 20px;
}

@media (max-width: 769px) {
.sub-contents .text-box .textcenter {

	font-size: 18px;
}
}



.sub-contents .text-box h3 {
  font-size: 26px;
  word-break: keep-all;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 600;
   padding: 80px 50px 0px;
}
@media (max-width: 996px) {
  .sub-contents .text-box h3 {
    font-size: 24px;
	    padding: 60px 20px 0px;
  }
}
@media (max-width: 769px) {
  .sub-contents .text-box h3 {
    font-size: 21px;
  }
}
.sub-contents .text-box h4 {
  font-size: 27px;
  word-break: keep-all;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 800;
  padding-bottom: 20px;
}
@media (max-width: 996px) {
  .sub-contents .text-box h4 {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .sub-contents .text-box h4 {
    font-size: 20px;
  }
}
.sub-contents .text-box h5 {
  font-size: 22px;
  word-break: keep-all;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (max-width: 996px) {
  .sub-contents .text-box h5 {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .sub-contents .text-box h5 {
    font-size: 18px;
  }
}

.sub-contents .text-box span {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 32px;
  word-break: keep-all;
}

.sub-contents .text-box p {
  font-size: 18px;
  padding: 10px 50px 20px 50px;
  font-weight: 400;
  line-height: 32px;
  /* word-break: keep-all; */
}

.sub-contents .text-box b {
  font-size: 28px;
 
  font-weight: 800;
  /* word-break: keep-all; */
}
@media (max-width: 769px) {
.sub-contents .text-box b {
  font-size: 22px;
 
  font-weight: 800;
  }
}

.sub-contents .text-box p > span {
  display: inline-block;
}
.sub-contents .text-box p .small {
  font-size: 16px;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .sub-contents .text-box p .small {
    font-size: 15px;
  }
	.sub-contents .text-box p {
  word-break: keep-all;
}
}
@media (max-width: 996px) {
  .sub-contents .text-box p {
    font-size: 16px;
    line-height: 24px;
	  padding: 20px;
  }
}

.sub-contents .text-box p.img {
  text-align: center;
}


.sub-contents .text-box p.img .w80 {width: 80%;}





.sub-contents .text-box p.img > span {
  display: inline-block;
}
.sub-contents .text-box p.img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;

}

.sub-contents .text-box small {
  font-size: 16px;
  padding-top: 15px;
  color: #707070;
  text-align: right;
  display: block;
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 769px) {
  .sub-contents .text-box small {
    font-size: 14px;
    padding-top: 10px;
  }
}
.sub-contents .text-box .list-title {
  padding: 12px 14px 8px 14px;
  border: 1px solid #3d015b;
  border-bottom: 3px solid #3d015b;
  margin-top: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: linear-gradient(to right top, #7e34d1, #683b83);
  color: transparent;
  -webkit-background-clip: text;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.05rem;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list-title {
    font-size: 17px;
  }
}
.sub-contents .text-box .list-title span {
  background: linear-gradient(to right top, #7e34d1, #683b83);
  color: transparent;
  -webkit-background-clip: text;
  padding-top: 0;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list-title span {
    display: block;
    font-size: 13px;
  }
}
.sub-contents .text-box .list {
  padding: 24px;
  border: 1px solid #999;
  margin-bottom: 45px;
  background-color: #f9f9f9;
  border-radius: 20px;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list {
    padding: 20px 18px 20px 10px;
  }
}
.sub-contents .text-box .list > p {
  display: flex;
  font-size: 18px;
  word-break: keep-all;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list > p {
    font-size: 15px;
    padding-bottom: 24px;
  }
}
.sub-contents .text-box .list > p:last-child {
  padding-bottom: 0;
}
.sub-contents .text-box .list > p span:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list > p span:nth-child(1) {
    margin-right: 3px;
  }
}
.sub-contents .text-box .list .deps {
  display: flex;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list .deps {
    margin-left: -2px;
  }
}
.sub-contents .text-box .list .deps > span:nth-child(1) {
  margin-right: 5px;
}
.sub-contents .text-box .list-noflex {
  padding: 24px;
  border: 1px solid #999;
  margin-bottom: 45px;
  background-color: #f9f9f9;
  border-radius: 20px;
}
.sub-contents .text-box .list-noflex p {
  font-size: 18px;
  word-break: keep-all;
}
@media (max-width: 769px) {
  .sub-contents .text-box .list-noflex p {
    font-size: 15px;
    padding-bottom: 24px;
  }
}
.sub-contents .text-box .list-noflex p:last-child {
  padding-bottom: 0;
}
.sub-contents .text-box .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 769px) {
  .sub-contents .text-box .link-btn {
    flex-direction: column;
  }
}
.sub-contents .text-box .link-btn a {
  display: block;
  color: #fff;
  position: relative;
  padding: 14px;
  background-color: #aa89bd;
  border: 1px solid #9263ad;
  border-radius: 12px;
}
.sub-contents .marker {
  background: linear-gradient(to top, #c4e9e2 40%, #c4e9e2 30%);
}
.sub-contents .marker02 {
  background: linear-gradient(to top, #96bdf7, 40%, #96bdf7 30%);
}
.sub-contents .flex {
  display: flex;
  justify-content: center;
  margin: 40px;
  gap: 2%;
}
@media (max-width: 996px) {
  .sub-contents .flex {
    flex-wrap: wrap;

    gap: 24px;
  }
}
.sub-contents .flex > span {
  flex: 1;
}
@media (max-width: 996px) {
  .sub-contents .flex > span {
    flex: unset;
  }
}
.sub-contents .flex p.img {
  padding-bottom: 0;
}
.sub-contents .flex p.img.w80{
 width:100%;
}

.sub-contents .flex p.img.w70{
 width:70%;
}

.sub-contents .flex p.img.w60{
 width:60%;
}


.sub-contents .flex p.img.w50{
 width:50%;
}

.sub-contents .flex p.img.w40{
 width:40%;
}

.sub-contents .flex p.img.w30{
 width:30%;
}



@media (max-width: 996px) {
  .sub-contents .flex p.img {
  padding-bottom: 0;
}
.sub-contents .flex p.img.w80{
 width:100%;
    padding: 0;
}

.sub-contents .flex p.img.w70{
width:100%;
     padding: 0;
}

.sub-contents .flex p.img.w60{
width:90%;
}


.sub-contents .flex p.img.w50{
 width:90%;
}

.sub-contents .flex p.img.w40{
width:90%;
}

.sub-contents .flex p.img.w30{
width:90%;
}

}



.sub-contents .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 30px 18px;
  background-color: #f9f9f9;
}
@media (max-width: 996px) {
  .sub-contents .pagination {
    padding: 20px 15px;
  }
}
.sub-contents .pagination a {
  font-size: 20px;
  color: #9f9f9f;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-width: 160px;
}
@media (max-width: 996px) {
  .sub-contents .pagination a {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .sub-contents .pagination a {
    font-size: 14px;
    width: 80px;
    min-width: unset;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.sub-contents .pagination a:first-child::before {
  content: "<";
  margin-right: 9px;
  transform: translateY(-1px);
}
.sub-contents .pagination a:last-child {
  justify-content: right;
}
.sub-contents .pagination a:last-child::after {
  content: ">";
  margin-left: 9px;
  transform: translateY(-1px);
}
.sub-contents .pagination .this {
  font-size: 22px;
  font-weight: 800;
}
@media (max-width: 996px) {
  .sub-contents .pagination .this {
    font-size: 17px;
  }
}
@media (max-width: 769px) {
  .sub-contents .pagination .this {
    font-size: 16px;
  }
}

.table th {
  background-color: #efd2fa;
  word-break: keep-all;
  font-weight: 500;
}
.table td,
.table th {
  border: 1px solid #a574af;
  border-collapse: collapse;
  padding: 12px;
  line-height: 1.2;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .table td,
  .table th {
    font-size: 15px;
  }
}

/* Trend N, Special N, Info N, KOCCA N 좌우 라인 삽입 (높이 20px, 하단 정렬) */
section.trend .section-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
  margin: 0 0 40px 0;
  position: relative;
}

section.trend .section-top::before,
section.trend .section-top::after {
  content: "";
  flex: 1;
  height: 20px;
  background-color: #65226e;
  

}

section.special .section-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
 margin: 60px 0 40px 0;
  position: relative;
}

section.special .section-top::before,
section.special .section-top::after {
  content: "";
  flex: 1;
  height: 20px;
  background-color: #b063a4;


}



section.info .section-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
  margin: 60px 0 40px 0;
  position: relative;
}

section.info .section-top::before,
section.info .section-top::after {
  content: "";
  flex: 1;
  height: 20px;
  background-color: #e56920;
}


section.kocca .section-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
   margin: 80px 0 40px 0;
  position: relative;
}

section.kocca .section-top::before,
section.kocca .section-top::after {
  content: "";
  flex: 1;
  height: 20px;
  background-color: #4297b3;


}

/*MAIN TREND*/



.trend-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* 기본 구조: 좌우 배치 */
.trend-contents {
  width: 100%;
  max-width: 1080px;
  display: flex;
  border-top: 0px solid #000;
  border-bottom: 1px solid #c1c1c1;
 
  margin: 0 5%;
}

.trend-title {
  width: 300px;
  display: flex;
 margin-top: 20px;
  font-weight: bold;
  color: #000;

}
.trend-title p{ 
font-size: 22px;
	line-height: 30px;
	} 

.trend-title .dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
 margin-top: 12px;
  margin-right: 8px;
}

.trend-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.trend-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ededed;
  padding: 26px 10px;
}



.trend-list .headline {
  font-size: 22px;
  margin: 0;
  position: relative;
  display: inline-block;
}




.trend-list .writer {
  font-size: 16px;
  color: #555;
}

.trend-list .icon {
  font-size: 26px;
  color: gray;
 
}

.trend-list .text {
  display: flex;
  align-items: center;
  gap: 10px;
}



@media (max-width: 769px) {
	  .trend-contents {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .trend-title {
    width: 100%;
    justify-content: flex-start;
    padding-right: 0;
  }

  .trend-list {
    width: 100%;
	
  }
	.trend-list .writer {
  font-size: 16px;
  color: #555;
}
	
	

}

/*MAIN SPECIAL*/

.special-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.special-contents {
  max-width: 1080px;
  width: 100%;
  padding: 0px 0 20px;
  margin: 0 5%;
}

  

/* 라벨 공통 */
.section-label {
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0;
  display: inline-block;
}

.section-label.green {
  color: #000;
}

/* 메인 섹션 */
.special-main {
  position: relative;
}




.special-main img {
  width: 100%;
  display: block;
}

.special-main .main-text {
  position: absolute;
  top: 30%;
  left: 30px;
  transform: translateY(-50%);
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.special-main .main-text h3 {
  font-size: 50px;
	font-weight: 600;
  margin: 0 0 16px 0;
}


.special-main .main-text p {
  margin: 0;
  font-size: 16px;
}

/* 리스트 섹션 기본 */
.special-list-section {
  margin-top: 20px; 
}

.special-list-section p {
  font-size: 26px;
}

.special-list .item {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  position: relative;
}


.special-list .text {
  flex: 1;
}

.special-list .title {
  margin: 0 0 10px 0;
  font-size: 24px;
}

.special-list .writer {
  font-size: 18px;
  color: #666;
}

.special-list .num {
  position: absolute;
  bottom: 10px;
  right: 6px;
  font-size: 26px;
  color: gray;
}



/* 반응형: 화면 너비가 768px 이하일 때 세로 정렬로 전환 */
@media (max-width: 768px) {
	.special-list-section p {
  font-size: 20px;
		padding-left: 0px;
}

    .special-main .main-text h3 {
  font-size: 36px;
	font-weight: 600;
  margin: 0 0 16px 0;
}
    
	
	
  .special-list .item {
    flex-direction: column; /* 세로 정렬 */
    align-items: center;
    text-align: center;
  }

  .special-list .item img {
    width: 100%;        /* 너비 100% */
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .special-list .text {
    width: 100%;
	text-align: left;
  }

  .special-list .title {
    font-size: 20px;
  }

  .special-list .writer {
    font-size: 16px;
  }

  .special-list .num {

    margin-top: 10px;
  }
	
	.special-list-section {
  padding:10px; 
}

    .special-main .main-text {

  top: 50%;

 
}
    
    
}


.special-line {
  border-bottom: 1px solid #c1c1c1;
  margin: 20px 0;
}

.label-row {
  display: flex;
  align-items: center; /* 수직 정렬 */
  gap: 8px; /* 요소 간 간격 */
}

@media (max-width: 768px) {
.label-row {
 padding-left: 10px;
}
    
    .addleft{padding-left: 20px;}
}

.label-row .dot {
  display: inline-block; /* 기존 block → inline-block */
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}


/*MAIN info*/

/* 전체 wrapper */
.info-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}





/* 내부 콘텐츠 박스 */
.info-contents {
  max-width: 1080px;
  width: 100%;
  padding: 0px 0;
  margin: 0 5%;
  border-top: 0px solid #000;
}


@media (max-width: 768px) {
	
	.info-contents {

  padding: 10px 0;

}
}
	
/* ● 콘텐츠 제도·정책 또는 콘텐츠 키워드 */
.info-category {
  display: flex;
 
  font-weight: bold;
  color: #000;
  font-size: 22px;
}

.info-category .dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 8px;
	
	
}

/* ===== 상단 리스트 구조 (좌우 두 칸) ===== */
.info-list-section {
  display: flex;
  gap: 0px;

}

.info-category {
  width: 300px;
  min-width: 150px;
	margin: 20px 0px;
}

.info-list {
  flex: 1;
}

.info-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ededed;
  padding: 26px 10px;
}




.info-list .title {
  font-size: 22px;

  margin: 0;
}

.info-list .icon {
  font-size: 26px;
color: gray;
}



.info-list .headline {

  font-size: 22px;
  margin: 0;
}

.info-list .writer {
  font-size: 18px;
  color: #333;
}


.info-list .text {
  display: flex;
  align-items: center;
  gap: 10px;
}





/* ===== 하단 키워드 카드 ===== */
.info-keyword-section {
  margin-top: 20px;
}

.info-keywords {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  width: 500px;
}

.keyword-box {
  background-color: #F7D2B8;
  flex: 1;
  padding: 20px;
  text-align: center;
 
}

.keyword-box .label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
}

.keyword-box p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* ===== 반응형 (760px 이하 시 세로 정렬) ===== */
@media (max-width: 768px) {
  .info-list-section {
    flex-direction: column;
  }

  .info-category {
    width: 100%;
    margin-bottom: 10px;
  }

  .info-keywords {
    flex-direction: column;
    gap: 10px;
	  margin: 30px auto;
	  width: 90%;
  }
	
	.info-list .title {
  font-size: 20px;

}

	
	.info-list .writer {
  font-size: 16px;
  color: #333;
}

}

/* MAIN KOCCA */
.kocca-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kocca-contents {
  max-width: 1080px;
  width: 100%;
  padding: 10px 0;
  margin: 0 5%;
  border-top: 0px solid #000;
}

/* 카테고리 타이틀 */
.kocca-category {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  flex-shrink: 0;
    margin-left: 10px;
}

.kocca-category .dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* 행사 이미지 갤러리 */
.kocca-gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  flex: 1;
  min-width: 250px;
}



.gallery-item .title {
  font-size: 18px;
  margin-top: 8px;
  line-height: 1.4;
}

/* 이벤트 섹션 */
.kocca-event {
  border-top: 1px solid #000;
  padding-top: 15px;
}

/* 한 줄 정렬된 이벤트 라인 */
.kocca-event-line {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  white-space: nowrap;
  font-family: 'Noto Sans KR', sans-serif;
}

.kocca-event-line .kocca-category {
  margin: 0;
}

.kocca-event-line .event-text {
  flex: 1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kocca-event-line .icon {
  font-size: 20px;
  font-weight: bold;
  color: #4297b3;
  flex-shrink: 0;
}



@media (max-width: 768px) {
 .kocca-gallery {
    flex-direction: column;
    align-items: center; /* center → stretch */
  }

  .kocca-gallery .gallery-item {
    width: 100%;           /* 부모 너비 꽉 채우기 */
    max-width: none;       /* 혹시 제한된 max-width 있으면 해제 */
    box-sizing: border-box;
    padding: 0 16px;       /* 좌우 여백 살짝 주고 싶으면 */
  }
 

  .kocca-event-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    white-space: normal;
  }

  .kocca-event-line .event-text {
    white-space: normal;
    text-overflow: unset;
    width: 100%;
  }

  .kocca-event-line .icon {
    align-self: flex-end;
  }
}


/*메인 푸터 서브 */

.main-sub-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: #fff; /* 배경색 필요 시 조정 */
}

.main-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 800px;
  width: 100%;
}

.sub-item {
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #111;
}

.sub-item img {
  width: 160px;
  height: 99px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .main-sub {
    flex-direction: column;
    gap: 20px;
  }
}

/*메인 배너*/

.main-banner {
  max-width: 1200px;
	margin: 0 auto;
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  font-family: 'Noto Sans KR', sans-serif;
  overflow: hidden;
  padding: 10px 0;
}

.slide-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

.slide-wrapper {
  overflow: hidden;
  width: 100%;
}

.slide-track {
  display: flex;
  transition: transform 0.3s ease;
}

.slide-item {
  min-width: 300px;
  max-width: 300px;
  padding: 10px;
  border-left: 1px solid #ccc;
}



.slide-item strong {
	font-size: 24px;
  display: block;
  margin-bottom: 5px;
	color: gray;

}

.slide-item p {
  font-size: 16px;
  line-height: 1.4;
}




.main-top-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 160px 0 100px 0;
  background-color: #fff;
}
@media (max-width: 996px) {
  .main-top-wrapper {
    padding: 24% 0px 10% 0px;

  }
}





.main-top {
  display: flex;
  align-items: center;
  justify-content: center;  
  max-width: 1080px;
  width: 100%;
	margin: 0 5% 0 5%;
}

.main-top-logo img {
  width: 1200px;
  
}

@media (max-width: 768px) {
	
	.main-top {
	margin: 0% 2% 2% 2%;}

	
}

/* 서브 타이틀 스타일 */


.section-title-line {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 1080px; /* 원하는 너비 조절 가능 */
  font-family: 'Noto Sans KR', sans-serif;
}



.section-title-line .title-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 28px;
  font-weight: 800;
  white-space: nowrap;
}




.count-overlay {
  position: absolute;
 bottom: calc(100% - 16px); /* 4px 내려감 */
  left: 100%;
  transform: translateX(2px);
  font-size: 16px;
  font-weight: bold;
  color: #65226e;
  background: #fff;
  padding: 0 6px;
  line-height: 1;
  font-weight: 800;
	
}



.add_wrap{width: 94%; margin: 0 auto; box-sizing: border-box;}
.add_wrap div {padding: 10px 0 80px; box-sizing: border-box;}
.add_wrap a{display: inline-block; box-sizing: border-box; color: #666; font-size: 15px; line-height: 25px;}
.add_wrap a:hover{text-decoration: underline;}
.add_wrap a.nonum{padding-left: 16px;}
.add_wrap p{color: #666; font-size: 15px; line-height: 25px;}
.add_wrap p.c_reference{margin-top: 10px; font-weight: bold;}
.add_wrap p.c_reference.nomargin{margin: 0;}
.add_wrap .add_link .add_remark{}
.add_wrap .add_link .add_remark:after{content: ""; display: block; clear: both;}
.add_wrap .add_link .add_remark li{float: none; display: block; margin-left: 20px; color: #333; font-size: 14px; line-height: 20px; margin-bottom: 10px;}
.add_wrap .add_link .add_remark li a{color: #333; font-size: 14px; line-height: 1.5; word-break: break-all;}
.add_wrap .add_link .add_remark li:first-child{float: left; margin-left: 0;}
.add_wrap .add_link .add_remark li:first-child a{color: #333;}
.add_wrap .add_link .add_remark li.num10{margin-left: 25px;}
.add_wrap .add_link .add_remark.link_text{margin-left: 20px;}
.add_wrap .add_book.in_link{padding-top: 30px; margin-top: 20px; border-top: 3px dotted #aa7ea5;}
.add_wrap .add_book b{display: block; font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #333;}
.add_wrap .add_book p{margin-bottom: 10px;}
.add_wrap .add_book p.link_title{margin-top: 10px; margin-bottom: 0; font-weight: 400; font-size: 14px; color: #333; line-height: 1.5;}
.add_wrap .add_book p.link_title.first_link_title{margin-top: 0;}
.add_wrap .add_book p a{line-height: normal;}



.point_style sup{display: inline-block; font-size: 10px; font-weight: 700; color: #333; line-height: 10px;}
.point_style sup.basic_text{font-size: 12px; color: #333;}
sup.ptext{display: inline-block; font-size: 10px; font-weight: 700; color: #333; line-height: 10px;}
.header_title sup.ptext{color: #333;}




.foot{width: 100%; clear: both;}
.foot .copy_wrap{width: 100%; background: #58585a; padding: 30px 0;}
.foot .copy_wrap2{width: 100%; background: #fff; padding: 30px 0; border-top: 1px solid #513493;}

.foot ul:after{content: ""; display: block; clear: both;}
.foot .copy_box{width: 1080px; margin: 0 auto;}
.foot .copy_box > li{float: left; margin-left: 50px;}
.foot .copy_box > li:first-child{margin-left: 60px;}
.foot .copy_box > li img{width: 150px;}
.foot .copy_box > li ul{margin-bottom: 5px;}
.foot .copy_box > li li{float: left; font-size: 14px; line-height: 22px; margin-right: 10px; color: #fff;}
.foot .copy_box > li li:first-child{font-weight: bold; margin-bottom: 20px; }
.foot .copy_box > li li p{color: #fff;}
.foot .copy_box a{color: #fff;}

.foot .copyright .copyright2{width: 1100px; margin: 0 auto;}
.foot .copyright p{font-size: 14px; padding: 20px 0 0; color: #fff; text-align: center;}
.foot .copyright2 p{font-size: 14px; font-weight: 300; padding: 5px 0 0; color: #222; text-align: center;}

.logo-vertical {
  display: flex;
  flex-direction: column;  /* 세로 방향 정렬 */
  align-items: flex-start; /* 왼쪽 정렬 (또는 center로 중앙 정렬) */
  gap: 30px;                /* 로고 사이 간격 */
}

@media (min-width: 996px) {
  .logo-vertical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 995px) {
  .logo-vertical {
    flex-direction: row; /* 모바일에서는 가로 배치 */
    align-items: center;
  }
}



@media all and (max-width:767px) {
	.foot .copy_box {padding: 20px;}
		.foot .copy_box > li img{width: 120px;}
	.foot .copy_box li.copy_lay_right li:first-child{width: 100%; margin: 0;}
		.footer .copy_box{width: 100%; padding: 0 3%; box-sizing: border-box;}
	.foot .copy_box > li{ margin-left: 0;}
	.foot .copy_box > li:first-child{float: none; margin-bottom: 20px; margin-left: 0;}
	.foot .copy_box > li img{width: 140px;}
	.foot .copy_box > li li{float: left; font-size: 14px; line-height: 22px; margin-right: 10px}
	.foot .copy_box > li li:first-child{text-align: left;}
	.foot .copyright{width: 100%;}
	.foot .copyright p{text-align: left; padding: 0 3%; box-sizing: border-box; margin-top: 10px;}
	
}
	

	

/* === FINAL 490 FIX PATCH === */

/* === TRUE FINAL 490x200 FIX === */
.special-list .item {
  display: flex;

  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.special-list .item .img-box {
  width: 490px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
  border: 0px solid #333;

}

.special-list .item .img-box .img-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}

.special-list .item .img-box:hover .img-inner {
  background-size: 110%;
}

.special-list .item .text {
  flex: 1;
  padding: 0 10px;
}




/* === GALLERY PATCH === */

/* === GALLERY ITEM: BACKGROUND ZOOM FIX === */
.gallery-item .gallery-img-box {
  width: 528px;
  height: 326px;
  overflow: hidden;
  border: 0px solid #333;

}

.gallery-item .gallery-img-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease;
}

.gallery-item .gallery-img-box:hover .gallery-img-inner {
  background-size: 110%;
}


.gallery-item {
 

  margin: 0 auto;
}

@media (max-width: 768px) {
    
    
    .gallery-item .gallery-img-box {
 width: 340px;
  height: 186px;
 
  overflow: hidden;
  border: 0px solid #333;

}
    
}



.meta-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.meta-wrapper .writer {
  font-size: 14px;
  color: #333;
}
.meta-wrapper .icon {
  font-size: 18px;
  color: #888;
}


/* trend headline + meta-wrapper 정렬용 */
.trend-list .text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .trend-list .text {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.meta-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .meta-wrapper {
    margin-top: 0;
  }
}
.meta-wrapper .writer {
  font-size: 14px;
  color: #333;
}
.meta-wrapper .icon {
  font-size: 18px;
  color: #888;
  margin-left: 6px;
}



/* headline 왼쪽, meta-wrapper 오른쪽 정렬 */
.item .text {

  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.item .headline {
  margin: 0;
  flex-shrink: 0;
}
.item .meta-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

@media (max-width: 1200px) {
.item .text {

          flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
}


@media (max-width: 768px) {
	
.item .headline {
	font-size: 20px;
	}
  .item .text {
    flex-direction: column;
    align-items: flex-start;
	  gap:10px;
  }

  .item .meta-wrapper {
    margin-top: 6px;
  }
	
	.info-list .item {
  padding-left: 10px;
}
	

	
}



.keyword-box {
      position: relative;
      background-color: #fcd0b4;
      padding: 30px 30px;
 
      text-align: center;
      overflow: hidden; /* 원형 잘림 방지 */
    }

    .keyword-box .label {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(10%, -50%); /* 오른쪽으로 살짝 이동 */
      background: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #111;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }

    .keyword-box .keyword-text {
      font-size: 26px;
      font-weight: bold;
      color: #222;
      margin: 0;
    }

@media screen and (max-width: 768px) {
 .keyword-box .label {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(10%, -50%); /* 오른쪽으로 살짝 이동 */
      background: white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #111;
      box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }
	.keyword-box .keyword-text {
      font-size: 23px;
      font-weight: bold;
      color: #222;
      margin: 0;
    }
}





/* 라인관련 */






.slide_active, .quick_wrap > div{
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* Quick */
.point_color{color: #7B4B77 !important;}



/* Quick */
.quick_wrap{position: fixed; top: 80%; right: 1%; transform: translateY(-50%); z-index: 10; display: none;}
.quick_wrap > div{display: flex; flex-direction: column; align-items: center; justify-content: center; width: 40px; padding: 30px 0; border: 3px solid #000; border-radius: 100px; box-shadow: 0 20px 0px 0px rgb(238, 238, 238, 0.5);background-color: #fff;}
.quick_wrap img{width: 25px;}
.quick_wrap > div:hover{background-color: #fff;}
.quick_wrap > div > a, .quick_wrap button{display: flex; justify-content: center; align-items: center; margin-bottom: 20px; font-size: 15px;  cursor: pointer;}
.quick_wrap > div > a span, .quick_wrap button span{display: none; white-space: nowrap; font-size: 14px; text-align: center;width: 25px;height: 25px;}
.quick_wrap > div > a:last-child, .quick_wrap button:last-child{margin-bottom: 0;}
.quick_wrap > div > a:hover img, .quick_wrap button:hover img{display: none;}
.quick_wrap > div > a:hover span, .quick_wrap button:hover span{display: block;}



.mobile-only {
  display: none;
}

.pc-only {
  display: none;
}

.boxline{
border: 1px solid #f1ad85; /* 두께, 스타일, 색상 */
padding: 20px;
margin: 40px;
border-radius: 20px;
}


@media screen and (max-width: 768px) {
.boxline{

padding: 10px;
margin: 10px;
border-radius: 10px;}
    
}



.special-main img 
{
border-radius: 20px;	
}


.img-box
{
border-radius: 20px;	

}


.img-box img
{
border-radius: 20px;	
}



.gallery-img-box
{
border-radius: 20px;	
}


.sub-contents .text-box p.img img
{
border-radius: 20px;	
}



/* 1:2 image layout */
.image-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}

/* 전체 그룹 캡션 */
.group-caption {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
  text-align: center;
}

/* 개별 이미지 영역 */
.left-box,
.small-img {
  text-align: center;
}

.left-box {
  flex: 1;
}

.right-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

/* 이미지 스타일 */
.left-box img,
.small-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

/* 개별 캡션 */
.left-box small,
.small-img small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* 반응형 대응 */
@media (max-width: 768px) {
  .image-layout {
    flex-direction: column;
  }

  .left-box,
  .right-box {
    width: 100%;
  }
    
   .special-main img{
border-radius: 0px;
}

}
/* 반응형 모바일 대응 */
@media (max-width: 768px) {
  .image-layout {
    flex-direction: column;
  }

  .left-box,
  .right-box {
    width: 100%;
  }
}







/* 모바일: 너비 768px 이하에서만 보이게 */
@media screen and (max-width: 768px) {
  .mobile-only {
    display: inline;
  }
}




@media screen and (max-width: 768px) {
	.main-banner{display:none}
}




  .sub-title{
				  font-size: 32px;
				  font-weight: 800;
				  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub-title{
				  font-size: 28px;
				  font-weight: 800;
				  text-align: center;  
	  
}

	.img-box
{	
	width: 80%;}
	
	.sub-contents .flex {

  margin: 20px;

}
	
	
}



/* 1024px 이하에서 메뉴 숨기기 + 햄버거 토글 표시 */
@media (max-width: 1024px) {
  nav .nav-item {
    display: none;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  nav.active .nav-item {
    display: block;
  }

  .nav-toggle,
  .all-btn {
    display: block;
  }

  .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
  }

  nav .nav-item .sub-menu a {
    display: block;
    padding: 10px 16px;
  }
}



.section-title-line {
  position: fixed;
z-index: 2;
  left: 50%;
  transform: translateX(-50%); /* 화면 가운데 정렬 */
  width: 90vw; /* 반응형 너비 */
  max-width: 1080px; /* 최대 폭 제한 */
  
  background-color: #65226e;
  color: #fff;
  height: 42px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: 700;
  font-size: 28px;

  box-sizing: border-box;
     pointer-events: none;
}



.section-title-line .bar {
  font-size: 18px;
  opacity: 0.5;
  line-height: 1;
}

.section-title-line .label {
  font-size: 20px;
  font-weight: 700;
}

.section-title-line .count {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -0.4em;
    color: #fff;
}




