@charset "UTF-8";
:root {
  --container: 1840px;
}

.noscroll {
  height: 100vh;
  overflow: hidden;
}

.modal_main_event .modal-popup {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 78rem;
  max-height: 85%;
  width: 100%;
  max-width: 133rem;
  padding: 0 2rem;
  overflow: auto;
}
.modal_main_event .modal-popup::-webkit-scrollbar-track {
  background-color: rgba(242, 242, 242, 0.4);
  border-radius: 0;
}
.modal_main_event .modal-popup::-webkit-scrollbar {
  width: 0.6rem;
}
.modal_main_event .modal-popup::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
}
.modal_main_event .modal-popup .item_list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6rem;
}
.modal_main_event .modal-popup .item_list .item img {
  max-height: 60rem;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.modal_main_event .popup_close {
  position: absolute;
  right: 5rem;
  top: 13rem;
  font-size: 1.8rem;
  color: #fff;
}
.modal_main_event .popup_close i.ri-close-line {
  font-size: 2rem;
}
.modal_main_event .popup_close span, .modal_main_event .popup_close i {
  vertical-align: middle;
}
.modal_main_event .popup_close .custom-input input + label {
  line-height: 2.2rem;
}
.modal_main_event .popup_close .custom-input input + label::before, .modal_main_event .popup_close .custom-input input + label::after, .modal_main_event .popup_close .custom-input input + i::before, .modal_main_event .popup_close .custom-input input + i::after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 1.8rem;
}
.modal_main_event .popup_close .popup_close_btn {
  display: inline-block;
  vertical-align: middle;
}

.header {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom: 0;
  --txt1: #fff;
  --black: #fff;
}
.header.mainFix {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border-bottom: 1px solid rgba(106, 127, 128, 0.16);
  --txt1: #151515;
  --black: #000;
}
.header.mainFix .logo .main_logo {
  background-position: 0 0;
}
.header.mainFix .topmenu > li > a.link span {
  background-position: 0 0;
}
.header .logo .main_logo {
  background-position: 0 -4rem;
}
.header .logo .sub_logo {
  display: none;
}
.header .topmenu > li > a.link span {
  background-position: 0 -4.1rem;
}
.header.active {
  --txt1: #151515;
  --black: #000;
}
.header.active .logo .main_logo {
  background-position: 0 0;
}
.header.active .topmenu > li > a.link span {
  background-position: 0 0;
}

.main {
  color: var(--black);
}

html.dark-theme .header.mainFix .logo .main_logo {
  background-position: 0 0 !important;
}
html.dark-theme .header.mainFix .topmenu > li > a.link span {
  background-position: 0 0 !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* overflow: hidden; */
  z-index: 1;
  font-size: 0;
  color: transparent;
}
.slick-arrow::before {
  font-family: var(--icon);
  display: block;
  font-size: 3rem;
  color: var(--black);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\ea64";
}
.slick-prev:hover::before {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}

.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\ea6e";
}
.slick-next:hover::before {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

.slick-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.control {
  font-size: 2.4rem;
}
.control button {
  display: none;
}
.control button.active {
  display: block;
}

section {
  position: relative;
}
section .container {
  z-index: 1;
}

/* section{position: relative;@include inactive(.2s);
	&.active{@include active;overflow:hidden;}
	.container{z-index: 1;}
} */
.more {
  position: absolute;
  right: 6.2rem;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more i {
  margin-left: 1rem;
  font-size: 2.4rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more:hover i {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.line_group .line {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10rem);
  background: #E5EAEC;
  opacity: 0.3;
  position: absolute;
  top: 0;
  z-index: -1;
}
.line_group .line.line1 {
  left: calc(16.6666667% * 0);
}
.line_group .line.line2 {
  left: calc(16.6666667% * 1);
}
.line_group .line.line3 {
  left: calc(16.6666667% * 2);
}
.line_group .line.line4 {
  left: calc(16.6666667% * 3);
}
.line_group .line.line5 {
  right: calc(100% - 16.6666667% * 4);
}
.line_group .line.line6 {
  right: calc(100% - 16.6666667% * 5);
}
.line_group .line.line7 {
  right: calc(100% - 16.6666667% * 6);
}

.section1 .line, .section4 .line {
  background: var(--txte);
}

.section2 .line2, .section2 .line3, .section2 .line5, .section2 .line6,
.section3 .line2,
.section3 .line3,
.section3 .line5,
.section3 .line6 {
  display: none;
}

.section4 .line {
  opacity: 1;
  z-index: -1;
}
.section4 .line:nth-child(even) {
  display: none;
}

/* ==============================================================================================================
visual_section
============================================================================================================== */
.visual_section {
  background: #706c74 url("../img/sub/sample_img4.jpg") 50% 50%/cover no-repeat;
}
.visual_section .bg_img {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/sub/sample_img4.jpg") 50% 50%/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.9;
  -webkit-filter: saturate(95%) brightness(90%);
          filter: saturate(95%) brightness(90%);
  mix-blend-mode: overlay;
}
.visual_section .container {
  position: relative;
  z-index: 1;
}
.visual_section .item_list {
  position: relative;
  height: calc(100vh - 3.2rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.visual_section .item_list .slick-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.visual_section .item_list .item {
  display: block;
}
.visual_section .item_list .item .card {
  width: 35rem;
  height: 46.5rem;
  outline: 1px solid #FBFBFC;
  border-radius: 0.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.visual_section .item_list .item .card .category {
  font-size: 1.8rem;
  margin-bottom: auto;
}
.visual_section .item_list .item .card .title {
  font-size: 3rem;
  margin-bottom: auto;
}
.visual_section .item_list .item .card::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 0.5rem;
}
.visual_section .item_list .item .card::after {
  content: attr(data-dot-number);
  font-size: 18rem;
  line-height: 10rem;
  height: 10rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.visual_section .item_list .item .card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0.5rem;
}
.visual_section .item_list .item.slick-active .card {
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
.visual_section .item_list .item.slick-current + .slick-active .card {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.visual_section .item_list .item.slick-current + .slick-active .card::after {
  left: inherit;
  right: 0;
}
.visual_section .item_list .item.slick-current + .slick-active:hover .card::after, .visual_section .item_list .item.slick-current + .slick-active:focus .card::after {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.visual_section .item_list .item:hover .card, .visual_section .item_list .item:focus .card {
  outline: 0;
  -webkit-box-shadow: 2rem 2rem 3.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 2rem 2rem 3.2rem rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
  /* &::after{color:#fff;} */
}
.visual_section .item_list .item:hover .card::before, .visual_section .item_list .item:focus .card::before {
  display: block;
}
.visual_section .item_list .item:hover .card::after, .visual_section .item_list .item:focus .card::after {
  color: #fff;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: 0.2s ease 0.4s;
  transition: 0.2s ease 0.4s;
}
.visual_section .item_list .item:hover .card img, .visual_section .item_list .item:focus .card img {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  overflow: clip;
}
.visual_section .slick-counter {
  display: none;
}
.visual_section .slick-arrow::before {
  font-size: 10.1rem;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.visual_section .control {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 9rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #FBFBFC;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.visual_section .control:focus, .visual_section .control:hover {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.4);
}
.visual_section .letter1 {
  position: absolute;
  left: -3rem;
  bottom: 5rem;
  width: 79.4rem;
  height: 21.5rem;
}
.visual_section .letter2 {
  position: absolute;
  right: 12rem;
  bottom: 0;
  width: 34.8rem;
  height: 18.3rem;
}
.visual_section .visual_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.visual_section .visual_bg .slick-list, .visual_section .visual_bg .slick-track {
  height: 100%;
}
.visual_section .visual_bg .slick-track:before, .visual_section .visual_bg .slick-track:after {
  content: "";
  display: table;
}
.visual_section .visual_bg .slick-track:after {
  clear: both;
}
.visual_section .visual_bg .item {
  position: relative;
  height: 100%;
}
.visual_section .visual_bg .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.visual_section .visual_bg .item img, .visual_section .visual_bg .item video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual_section .visual_bg .item iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  height: 130%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ==============================================================================================================
section1 - 문학큐레이션
============================================================================================================== */
.section1 {display: none;}
.section1 .bg_wave {
  width: 83rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section1 .bg_wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 20.4rem;
  background: url("../img/main/section1_wave_bg.png") 0 0 repeat;
  -webkit-animation: marquee 12s linear infinite;
          animation: marquee 12s linear infinite;
}
.section1 .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95.2rem;
  padding: 14rem 11rem 28rem 15.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.section1 .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.3%;
          flex: 0 0 42.3%;
  padding-bottom: 7.6rem;
  position: relative;
}
.section1 .txt h2 {
  font-size: 7rem;
  margin-bottom: 4.5rem;
}
.section1 .txt p {
  color: var(--txt7);
  max-width: 50rem;
  line-height: 1.68;
}
.section1 .txt .more {
  position: static;
  color: var(--txt2);
  margin-top: 10.4rem;
  font-weight: 500;
}
.section1 .item_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}
.section1 .item_list .slick-list {
  padding: 13rem 0;
}
.section1 .item_list .item {
  display: block;
  margin: 0 5rem;
  text-align: center;
}
.section1 .item_list .item .card {
  display: inline-block;
  position: relative;
  border-radius: 2.8rem;
  overflow: hidden;
  color: #fff;
  -webkit-box-shadow: 0 1rem 1.6rem rgba(127, 127, 127, 0.3);
          box-shadow: 0 1rem 1.6rem rgba(127, 127, 127, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section1 .item_list .item .card:hover, .section1 .item_list .item .card:focus {
  -webkit-box-shadow: 1rem 2rem 2.2rem rgba(127, 127, 127, 0.3);
          box-shadow: 1rem 2rem 2.2rem rgba(127, 127, 127, 0.3);
}
.section1 .item_list .item .card .category {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 4rem;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section1 .item_list .item .card .title {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 8rem;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: 500;
  width: 100%;
  padding: 0 3rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section1 .item_list .item .card::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: inherit;
}
.section1 .item_list .item .card .date {
  display: none;
}
.section1 .item_list .item.slick-current .card {
  -webkit-transform: translateY(9rem);
          transform: translateY(9rem);
}
.section1 .item_list .item.slick-current + .slick-active .card {
  -webkit-transform: translateY(-5.6rem);
          transform: translateY(-5.6rem);
}
.section1 .item_list.slick-slider {
  position: static;
}
.section1 .slick-controls {
  position: absolute;
  bottom: 26.6rem;
}
.section1 .slick-controls .slick-arrow {
  left: inherit;
  right: inherit;
  top: inherit;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
.section1 .slick-controls .slick-prev {
  right: 16rem;
}
.section1 .slick-controls .slick-next {
  right: 4rem;
}
.section1 .slick-controls .slick-progress {
  width: 36rem;
  height: 1px;
  background: var(--txtc);
}
.section1 .slick-controls .slick-progress .progress {
  width: 0%;
  height: 100%;
  background: var(--black);
}
.section1 .slick-controls .slick-counter {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 7.8rem;
  margin-right: 6rem;
}
.section1 .slick-controls .slick-counter i {
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  background: var(--txt3);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 1rem;
}
.section1 .slick-controls .control {
  font-size: 3rem;
}
.section1 .bg_typo {
  background: url(../img/main/section2_typo.png) 0 0 repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 16.1rem;
  -webkit-animation: marquee 12s linear infinite;
          animation: marquee 12s linear infinite;
}
.section1 .line {
  opacity: 0.7;
}

/* ==============================================================================================================
section2 - 문학집배원
============================================================================================================== */
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section2::before {
  content: "";
  position: absolute;
  width: 52.5rem;
  height: 52.5rem;
  left: 0;
  top: 4.5rem;
  /* margin-left: -11rem;
  margin-top: -9.3rem; */
  background: url(../img/main/section2_1.png) no-repeat;
  filter:hue-rotate(360deg)
  /* -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear; */
}
.section2::after {
  content: "";
  width: 46rem;
  height: 9.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/main/section2_2.png) no-repeat 0 0;
  background-size: 100% auto;
}
.section2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.section2 .major_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 11rem;
  padding-right: 16rem;
}
.section2 .major_item .mov_frame {
  overflow: hidden;
  margin-bottom: 3.6rem;
  width: 100%;
  height: 36rem;
}
.section2 .major_item .mov_frame iframe {
  width: 100%;
  height: 100%;
}
.section2 .major_item .mov_frame img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section2 .major_item .mov_frame a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.section2 .major_item .mov_frame a:hover img, .section2 .major_item .mov_frame a:focus img {
  opacity: 0.75;
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.section2 .major_item .txt {
  position: relative;
  font-size: 2.4rem;
  display: block;
}
.section2 .major_item .txt .slogan {
  font-size: 2.4rem;
  margin-bottom: 0.3rem;
}
.section2 .major_item .txt i {
  position: absolute;
  right: 0;
  top: 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section2 .major_item .txt:hover i {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.section2 h2 {
  -webkit-text-stroke: 1px #D58EDF;
  color: transparent;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 10rem;
  letter-spacing: -0.07em;
}
.section2 .item_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.5rem 6rem 0 16rem;
  max-height: 56rem;
  overflow: auto;
}
.section2 .item_list::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}
.section2 .item_list::-webkit-scrollbar {
  width: 0.8rem;
}
.section2 .item_list::-webkit-scrollbar-thumb {
  background-color: #DBE0E3;
  border-radius: 0;
}
.section2 .item_list .title {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.section2 .item_list p {
  /* color: #FFC6EC; */
  margin-bottom: 0.8rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 8.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: justify;
}
.section2 .item_list .etc_info {
  font-size: 1.6rem;
}
.section2 .item_list .etc_info span ~ span {
  position: relative;
  padding-left: 1rem;
  margin-left: 0.7rem;
}
.section2 .item_list .etc_info span ~ span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #FCF1F1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section2 .item_list .item {
  display: block;
}
.section2 .item_list .item ~ .item {
  margin-top: 2.5rem;
}
.section2 .more {
  bottom: 7.7rem;
}

/* ==============================================================================================================
section3 - 글틴
============================================================================================================== */
.section3 {
  background: transparent -webkit-gradient(linear, left top, right top, from(#1198BB), to(#4881E3)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #1198BB 0%, #4881E3 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.section3::before {
  content: "";
  display: block;
  width: 50%;
  height: 81rem;
  background: url("../img/main/glteen_bg.jpg") 50% 50%/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.section3::after {
  content: "";
  display: block;
  width: 42.7rem;
  height: 43.1rem;
  background: url("../img/main/section3_bg2.png") 50% 50%/cover no-repeat;
  position: absolute;
  right: 10%;
  bottom: 5%;
}
.section3 .container {
  height: 81rem;
}
.section3 h2 {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  position: absolute;
  -webkit-transform: translate(-50%, -62%);
          transform: translate(-50%, -62%);
  left: 50%;
  top: 50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 10rem;
  z-index: 2;
  letter-spacing: -0.07em;
}
.section3 .item_list {
  position: relative;
  z-index: 1;
  padding: 16rem 0;
}
.section3 .item .circle {
  display: none;
  border-radius: 50%;
  width: 44rem;
  height: 44rem;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  padding: 10rem 8rem;
}
.section3 .item .category {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 3rem;
}
.section3 .item .title {
  font-size: 2.4rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section3 .item .title + p {
  margin-top: 2rem;
}
.section3 .item p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 8.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: justify;
}
.section3 .item .etc_info {
  font-size: 1.6rem;
  color: #FBFBFC;
  margin-top: 4rem;
}
.section3 .item .etc_info span ~ span {
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}
.section3 .item .etc_info span ~ span::before {
  content: "";
  display: block;
  background-color: #DBE0E3;
  width: 1px;
  height: 1rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.section3 .item:hover .circle, .section3 .item:focus .circle {
  border-color: transparent;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section3 .slick-active .circle {
  display: block;
}
.section3 .slick-current,
.section3 .slick-current + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateX(32%);
          transform: translateX(32%);
}
.section3 .slick-current .category,
.section3 .slick-current p,
.section3 .slick-current .etc_info,
.section3 .slick-current + .slick-active + .slick-active + .slick-active .category,
.section3 .slick-current + .slick-active + .slick-active + .slick-active p,
.section3 .slick-current + .slick-active + .slick-active + .slick-active .etc_info {
  display: none;
}
.section3 .slick-current .circle,
.section3 .slick-current + .slick-active + .slick-active + .slick-active .circle {
  border: 0;
  height: auto !important;
  border-radius: 0;
  padding: 0;
  -webkit-transform: translateY(400%) rotate(-90deg);
          transform: translateY(400%) rotate(-90deg);
}
.section3 .slick-current .title,
.section3 .slick-current + .slick-active + .slick-active + .slick-active .title { /* writing-mode: vertical-lr; text-orientation: sideways-right;  */
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-size: 4rem;
}
.section3 .slick-current {
  -webkit-transform: translateX(-32%);
          transform: translateX(-32%);
}
.section3 .slick-current + .slick-active {
  -webkit-transform: translateX(-38%);
          transform: translateX(-38%);
}
.section3 .slick-current + .slick-active + .slick-active {
  -webkit-transform: translateX(38%);
          transform: translateX(38%);
}
.section3 .slick-arrow {
  width: 10rem;
  height: 100%;
}
.section3 .slick-prev {
  left: 11rem;
}
.section3 .slick-prev::before {
  content: "\ea60";
  color: #fff;
}
.section3 .slick-next {
  right: 11rem;
}
.section3 .slick-next::before {
  content: "\ea6c";
  color: #fff;
}
.section3 .more {
  bottom: 8rem;
}
.section3 .bg_typo {
  background: url(../img/main/section4_typo.png) 0 100%/100% auto no-repeat;
  display: block;
  width: 72rem;
  height: 17.1rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* ==============================================================================================================
section4 - 문장소식
============================================================================================================== */
.section4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75rem;
  padding: 15rem 5rem;
}
.section4 .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.4%;
          flex: 0 1 32.4%;
  position: relative;
}
.section4 .txt h2 {
  font-size: 7rem;
  margin-bottom: 5rem;
}
.section4 .txt .sns_list {
  font-size: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section4 .txt .sns_list a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section4 .txt .sns_list a ~ a {
  margin-left: 1rem;
}
.section4 .txt .sns_list .ic_facebook:hover {
  color: var(--facebook);
}
.section4 .txt .sns_list .ic_youtube:hover {
  color: var(--youtube);
}
.section4 .txt .sns_list .ic_naver:hover {
  color: var(--naver);
}
.section4 .txt .sns_list .ic_twitter:hover {
  color: var(--twitter);
}
.section4 .txt .sns_list .ic_insta:hover {
  color: var(--insta);
}
.section4 .txt .sns_list .ic_insta:hover[class*=type] {
  color: #000;
}
.section4 .txt .sns_list .ic_insta.type1 {
  color: #ffc400;
}
.section4 .txt .sns_list .ic_insta.type2 {
  color: #ab4fcd;
}
.section4 .txt .naver_blog {
  font-weight: 900;
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: middle;
}
.section4 .item_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67.6%;
          flex: 0 1 67.6%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 11rem;
  padding-left: 6rem;
}
.section4 .item_list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.section4 .item_list .item:hover .title, .section4 .item_list .item:focus .title {
  text-decoration: underline;
}
.section4 .item_list .category {
  display: block;
  color: #1198BB;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
}
.section4 .item_list .title {
  font-size: 2.4rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 7rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  padding-right: 10rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.section4 .item_list p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 8.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  line-height: 1.65;
  text-align: justify;
}
.section4 .item_list .etc_info {
  position: absolute;
  right: 1rem;
  top: 4rem;
  font-size: 1.6rem;
}
.section4 .more {
  position: static;
}

/* ==============================================================================================================
퀵메뉴
============================================================================================================== */
.side_left_util {
  left: inherit;
  right: 0;
  bottom: 9rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side_left_util.start {
  right: 1.65rem;
}
.side_left_util .quick_nav .btn_biz {
  height: auto;
  border-radius: 3rem;
  font-size: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.side_left_util .quick_nav .btn_biz i {
  margin-top: 0.5rem;
}
.side_left_util .quick_nav .sns_wrap {
  position: relative;
}
.side_left_util .quick_nav .sns_wrap .sns_list {
  left: inherit;
  right: 100%;
  top: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.side_left_util [class*=btn_] .tooltip {
  left: auto;
  right: 100%;
}
.side_left_util [class*=btn_] .tooltip::before, .side_left_util [class*=btn_] .tooltip::after {
  right: auto;
  left: 100%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.pop_notify {
  display: none;
  position: fixed;
  right: 9rem;
  bottom: 8rem;
  z-index: 3;
  background: #fff;
  width: 53rem;
  max-height: 90%;
  padding: 4rem 3rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
}
.pop_notify h2 {
  font-size: 2.4rem;
  color: #151515;
  margin-bottom: 3rem;
}
.pop_notify .item_list {
  width: 100%;
  overflow: auto;
}
.pop_notify .item_list::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  border-radius: 0;
}
.pop_notify .item_list::-webkit-scrollbar {
  width: 0.6rem;
}
.pop_notify .item_list::-webkit-scrollbar-thumb {
  background-color: #E34891;
  border-radius: 0;
}
.pop_notify .list_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #e5eaec;
}
.pop_notify .item {
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  position: relative;
}
.pop_notify .notify_type {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}
.pop_notify .title {
  color: #151515;
  font-size: 1.8rem;
  line-height: 1.45;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.pop_notify .etc_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  color: var(--txt6);
  position: absolute;
  right: 1px;
  top: 0;
}
.pop_notify .post_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  position: relative;
}
.pop_notify .post_btn input {
  opacity: 0;
}
.pop_notify .post_btn input ~ label::after {
  content: "\eb7b";
  font-family: var(--icon);
  display: block;
}
.pop_notify .post_btn .btn {
  display: block;
}
.pop_notify .post_btn .btn ~ .btn {
  margin-top: 1rem;
}
.pop_notify .post_btn i {
  font-size: 1.6rem;
}
.pop_notify .post_btn.circle {
  display: block;
}
.pop_notify .post_btn.circle .btn {
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  padding: 0;
  border: 1px solid #D8DADB;
  line-height: 1.8rem;
  font-size: 1.8rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop_notify .post_btn.circle .btn:hover {
  border: 0;
  background: #707070;
  color: #fff;
}
.pop_notify .post_btn.circle input:checked ~ label {
  border: 0;
  background: #707070;
  color: #fff;
}
.pop_notify .btn-close {
  color: #1C1C1C;
  font-size: 2.4rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
}

.pop_biz {
  display: none;
  position: fixed;
  max-width: 100%;
  right: 0;
  bottom: 0;
  z-index: 3;
  max-height: 100%;
  border-radius: 3rem 0 0 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(9, 18, 42, 0.9333333333)), to(rgba(27, 44, 70, 0.9333333333))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(9, 18, 42, 0.9333333333) 0%, rgba(27, 44, 70, 0.9333333333) 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 7rem 5rem 5rem;
  overflow: hidden;
}
.pop_biz h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 5rem;
}
.pop_biz .item_list {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, auto);
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.pop_biz .item {
  display: block;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  border: 1px solid #fff;
  padding: 2rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.pop_biz .item strong {
  display: block;
  word-break: keep-all;
  text-align: center;
}
.pop_biz .item i {
  display: none;
  font-size: 2.4rem;
}
.pop_biz .item:hover {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F13131), to(#3636A8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F13131 0%, #3636A8 100%) 0% 0% no-repeat padding-box;
  border-color: transparent;
  -webkit-box-shadow: 0px 11px 26px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 11px 26px rgba(0, 0, 0, 0.1607843137);
}
.pop_biz .item:hover i {
  display: block;
  margin-top: 1rem;
}
.pop_biz .item .desc {
  text-align: center;
}
.pop_biz .btn-close {
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.pop_biz::before {
  content: "";
  display: block;
  width: 30.5rem;
  height: 27rem;
  background: url("../img/main/pop_biz_bg1.png") 50% 50%/cover no-repeat;
  position: absolute;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
}
.pop_biz::after {
  content: "";
  display: block;
  width: 36.9rem;
  height: 37.1rem;
  background: url("../img/main/pop_biz_bg2.png") 50% 50%/cover no-repeat;
  position: absolute;
  -webkit-transform: translate(10%, 20%);
          transform: translate(10%, 20%);
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.7;
}
.pop_biz .type0 .category {
  color: var(--category0);
}
.pop_biz .type1 .category {
  color: var(--category1);
}
.pop_biz .type2 .category {
  color: var(--category2);
}
.pop_biz .type3 .category {
  color: var(--category3);
}
.pop_biz .type4 .category {
  color: var(--category4);
}
.pop_biz .type5 .category {
  color: var(--category5);
}
.pop_biz .type6 .category {
  color: var(--category6);
}
.pop_biz .type7 .category {
  color: var(--category7);
}
.pop_biz .type8 .category {
  color: var(--category8);
}

/* ==============================================================================================================
반응형
============================================================================================================== */
@media (max-width: 1439.98px) {
  .section1 .container {
    padding: 5rem 1.5rem;
  }
  .section1 .bg_typo {
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
  .section2 .major_item {
    padding-left: 2rem;
    padding-right: 10rem;
  }
  .section3 .item .circle {
    width: 40rem !important;
    height: 40rem !important;
  }
  .section3 .slick-prev {
    left: 0;
  }
  .section3 .slick-next {
    right: 0;
  }
  .section3 .slick-current {
    -webkit-transform: none;
            transform: none;
  }
  .section3 .slick-current .circle {
    -webkit-transform: none;
            transform: none;
    border-radius: 50%;
    padding: 10rem 8rem;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
  }
  .section3 .slick-current .title {
    -webkit-text-stroke: inherit;
    font-size: 2.4rem;
    color: #fff;
    text-align: left;
  }
  .section3 .slick-current .category,
  .section3 .slick-current p,
  .section3 .slick-current .etc_info {
    display: block;
  }
  .section3 .slick-current + .slick-active {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1024.98px) {
  .modal_main_event .modal-popup {
    max-width: 70rem;
    max-height: calc(90% - 15rem);
    margin-top: 15rem;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .modal_main_event .modal-popup .item_list {
    grid-template-columns: auto;
  }
  .modal_main_event .popup_close {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 10rem;
  }
  .visual_section .slick-prev {
    left: -3rem;
  }
  .visual_section .slick-next {
    right: -3rem;
  }
  .visual_section .letter1 {
    width: 100%;
  }
  .visual_section .letter2 {
    width: 50%;
    bottom: inherit;
    top: 15rem;
    right: 4rem;
    opacity: 0.5;
  }
  .visual_section .control {
    bottom: 6rem;
  }
  .visual_section .item_list {
    height: 90rem;
  }
  .section1 .container {
    height: auto;
    display: block;
  }
  .section1 .txt {
    padding-bottom: 0;
  }
  .section1 .txt p {
    max-width: inherit;
  }
  .section1 .txt .more {
    margin-top: 5rem;
  }
  .section1 .item_list {
    max-width: 100%;
    margin: 0 auto 5rem;
  }
  .section1 .slick-controls {
    bottom: inherit;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .section2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 10rem;
    height: auto;
  }
  .section2 .container .major_item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5rem;
    width: 100%;
  }
  .section2 .container h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 7rem;
    margin-bottom: 5rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    position: static;
    -webkit-transform: none;
            transform: none;
    letter-spacing: 0;
  }
  .section2 .container .item_list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 0;
    max-height: 38rem;
  }
  .section3 .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section3 .container h2 {
    font-size: 7rem;
    margin-bottom: 5rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-transform: none;
            transform: none;
    position: static;
    letter-spacing: 0;
  }
  .section3 .item_list {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section3 .bg_typo {
    width: 100%;
  }
  .section4 .container {
    height: auto;
    padding: 5rem 1.5rem;
  }
  .section4 .item_list {
    display: block;
  }
  .section4 .txt .sns_list {
    position: static;
    margin-top: 5rem;
  }
  .side_left_util {
    bottom: 7rem;
  }
  .side_left_util.start {
    right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .line_group {
    display: none;
  }
  .more {
    right: 2rem;
  }
  .visual_section .control {
    bottom: 3rem;
  }
  .visual_section .item_list {
    height: 70rem;
  }
  .visual_section .item_list .item .card {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .visual_section .visual_bg .item iframe {
    -webkit-transform: none;
            transform: none;
    width: 250%;
    left: -74%;
    top: -10%;
  }
  .section1 .item_list .item .card {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .section1 .item_list .slick-list {
    padding: 7rem 0;
  }
  .section1 .item_list .slick-arrow::before {
    font-size: 6rem;
  }
  .section1 .item_list .slick-arrow.slick-prev {
    -webkit-transform: none;
            transform: none;
    bottom: 50%;
  }
  .section1 .item_list .slick-arrow.slick-next {
    -webkit-transform: none;
            transform: none;
    bottom: 50%;
    left: inherit;
    right: 0;
  }
  .section1 .item_list .slick-controls {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .section1 .item_list .slick-controls .control {
    margin-right: 0;
  }
  .section1 .slick-controls .slick-progress {
    width: 20rem;
  }
  .section2 .major_item .mov_frame {
    height: 46rem;
  }
  .section2 .major_item .mov_frame a {
    background-color: transparent;
  }
  .section2 .major_item {
    display: flex;
    flex-direction: column;
  }
  .section2 .major_item .txt {
    order: -1;
    margin-bottom: 2rem;
  }
  .section2 .major_item .txt .slogan {
    display: none;
  }
  .section2 .major_item .txt .title {
    color: var(--black);
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .section2 .major_item .txt i {
    display: none;
  }
  .section2 .more {
    position: static;
    display: inline-block;
    margin-left: 2rem;
    font-size: 2rem;
    color: var(--txt2);
    font-weight: 500;
  }
  .section2 .more i {
    font-size: 2rem;
  }
  .section3 .item .circle {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.5);
  }
  .section4 .container {
    display: block;
  }
  .section4 .txt {
    position: static;
  }
  .section4 .more {
    position: absolute;
    top: 8rem;
    bottom: inherit;
  }
  .section4 .sns_list {
    display: none;
  }
  .section4 .item_list {
    padding-left: 0;
  }
  .section4 .item_list .item {
    display: block;
    margin-top: 4rem;
  }
  .pop_notify {
    right: 2rem;
    width: calc(100% - 4rem);
  }
  .modal_main_event .popup_close {
    font-size: 2.3rem;
    width: 100%;
    text-align: center;
  }
  .modal_main_event .popup_close i.ri-close-line {
    font-size: 2.8rem;
  }
}
@media (max-width: 427px) {
  .pop_biz {
    width: 100%;
    height: 100%;
    padding: 7rem 2rem 5rem;
  }
  .pop_biz .item_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .pop_biz .item {
    position: relative;
    width: auto;
    height: 0;
    padding: 100% 3rem 0;
  }
  .pop_biz .item .desc {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}