main {
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/main-bg.png) repeat;
  font-family: Chiron GoRound TC;
}

a.disabled {
  pointer-events: none;
  opacity: 0.65;
}

main h2 {
  font-size: 64px;
  font-family: Chiron GoRound TC;
}

main h2.brown {
  color: #B2846F;
}

main h2::before,
main h2::after {
  content: '';
  position: relative;
  width: 78px;
  height: 78px;
}

main h2.brown::before,
main h2.brown::after {
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec2-title-icon.png) no-repeat center center;
  background-size: 100% 100%;
}

main h2.brown::before {
  transform: rotateY(180deg);
}

main h2.text-white::before,
main h2.text-white::after {
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec3-title-icon.png) no-repeat center center;
  background-size: 100% 100%;
}

main h2.text-white::before {
  transform: rotateY(180deg);
}

main .blue-btn {
  position: relative;
  overflow: hidden;
}

main .blue-btn::before {
  content: '';
  position: absolute;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/blue-btn-before.png) no-repeat center center;
  background-size: 100% 100%;
  width: 64px;
  height: 100%;
  max-height: 100%;
  left: -32px;
  top: 0;
  animation: blue-btn-fun 2s linear infinite;
}

@keyframes blue-btn-fun {
  0% {
    left: -32px;
  }
  50% {
    left: calc(50% - 32px);
  }
  100% {
    left: calc(100% - 64px);
  }
}

@media (max-width: 1599.98px) {
  main h2 {
    font-size: 48px;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  main h2 {
    font-size: 28px;
    align-items: center;
  }

  main h2::before,
  main h2::after {
    width: 32px;
    height: 32px;
  }
}

.win,
.mac {
  color: #2D2D2D;
  opacity: 0.2;
}

[data-sys="win"] .win,
[data-sys="mac"] .mac {
  color: #0462F0;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  width: thin;
  background: #E5E5E5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #AEAEAE;
  border-radius: 10px;
  border: 0px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.section-1 {
  height: 664px;
  padding: 94px 0 0;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/top-banner-bg.png) no-repeat center center;
  background-size: 2560px 664px;
  display: flex;
  align-items: center;
}

.section-1 img {
  width: 750px;
}

@media (max-width: 1599.98px) {
  .section-1 {
    height: 614px;
  }

  .section-1 img {
    width: 634px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 {
    height: 514px;
  }

  .section-1 img {
    width: 500px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    height: auto;
    padding: 80px 0 26px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/top-banner-bg-mobile.png) no-repeat center center;
    background-size: cover;
  }

  .section-1 .container {
    padding: 0;
  }

  .section-1 img {
    width: 100%;
  }
}

.section-2 {
  padding: 30px 0 36px;
}

.section-2 .container {
  margin-bottom: -45px;
}

.section-2 .title {
  margin-bottom: 14px;
}

.section-2 .mark-text {
  height: 397px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec2-bookmark.png) no-repeat center center;
  background-size: 2649px 397px;
  padding: 140px 0 52px;
  position: relative;
}

.section-2 .mark-text .context {
  width: max-content;
}

.section-2 .mark-text .rule {
  position: absolute;
  width: 213px;
  top: 60px;
  left: 50%;
  transform: translateX(-588px) rotate(-6deg);
  z-index: 2;
}

.section-2 .mark-text .context::before {
  content: '';
  position: absolute;
  width: 97%;
  height: 68px;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(0deg, #FFFBF3 5%, rgb(255 251 243 / 80%) 34.18%, rgba(9, 12, 51, 0) 100%);
}

.section-2 .mark-text .text {
  width: 1161px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding-bottom: 56px;
}

@media (max-width: 1599.98px) {
  .section-2 {
    padding: 43px 0 32px;
  }

  .section-2 .container {
    margin-bottom: auto;
  }

  .section-2 .title {
    margin-bottom: 40px;
  }

  .section-2 .mark-text {
    height: 314px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec2-bookmark-1366.png) no-repeat center center;
    background-size: 1832px 314px;
    padding: 94px 0 52px;
  }

  .section-2 .mark-text .text {
    width: 952px;
    font-size: 16px;
    padding-right: 87px;
    transform: translateX(50px);
  }

  .section-2 .mark-text .rule {
    width: 196px;
    top: 15px;
    transform: translateX(-430px) rotate(-6deg);
  }
}

@media (max-width: 1279.98px) {
  .section-2 .mark-text {
    height: 284px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec2-bookmark-1080.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 80px 0 48px;
  }

  .section-2 .mark-text .context {
    width: 80%;
  }

  .section-2 .mark-text .text {
    width: 100%;
  }

  .section-2 .mark-text .rule {
    top: 5px;
    transform: translateX(-450px) rotate(-6deg);
  }

  .section-2 .mark-text .text {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 21px 0;
  }

  .section-2 .title {
    margin-bottom: 22px;
  }

  .section-2 .mark-text {
    height: 400px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec2-bookmark-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 79px 0 41px;
  }

  .section-2 .mark-text .rule {
    width: 108px;
    top: 30px;
    transform: translateX(-50%);
  }

  .section-2 .mark-text .context {
    width: 80%;
  }

  .section-2 .mark-text .text {
    width: 100%;
    padding-right: 16px;
    transform: none;
  }
}

@media (max-width: 520px) {
  .section-2 .mark-text .context {
    width: calc(100% - 72px);
  }
}

.section-3 {
  padding: 43px 0 81px;
}

.section-3 .item {
  height: 624px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec3-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.section-3 .item .bf,
.section-3 .item .af {
  width: 160px;
  position: absolute;
}

.section-3 .item .bf {
  left: -30px;
  top: 50px;
}

.section-3 .item .af {
  right: 0;
  top: -40px;
  transform: rotate(-10deg);
}

.section-3 .item .title {
  padding: 58px 0 74px;
}

.section-3 .item .prizes {
  gap: 80px;
  margin-top: 18px;
}

.section-3 .item .prizes>div>div>span:first-child {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-right: 10px;
}

.section-3 .item .prizes>div>div>span:last-child {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  opacity: 0.5;
  margin-top: 8px;
}

.section-3 .item .prizes .prize1 {
  transform: translateY(0);
}

.section-3 .item .prizes .prize2 {
  transform: translateY(18px);
}

.section-3 .item .prizes .prize3 {
  transform: translateY(24px);
}

.section-3 .item .prizes .prize4 {
  transform: translateY(7px);
}

@media (min-width: 992px) {
  .section-3 .item .prizes>div img:hover {
    transform: scale(1.05);
  }
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 42px 0 55px;
  }

  .section-3 .item {
    height: 467px;
  }

  .section-3 .item .bf,
  .section-3 .item .af {
    width: 120px;
  }

  .section-3 .item .bf {
    left: -20px;
    top: 25px;
  }

  .section-3 .item .af {
    top: -30px;
  }

  .section-3 .item .title {
    padding: 40px 0 50px;
  }

  .section-3 .item .prizes {
    gap: 64px;
    margin-top: 0;
  }

  .section-3 .item .prizes .prize2 {
    transform: translateY(8px);
  }

  .section-3 .item .prizes .prize4 {
    transform: translateY(0);
  }

  .section-3 .item .prizes .prize1 img {
    width: 162px;
  }

  .section-3 .item .prizes .prize2 img {
    width: 176px;
  }

  .section-3 .item .prizes .prize3 img {
    width: 206px;
  }

  .section-3 .item .prizes .prize4 img {
    width: 191px;
  }

  .section-3 .item .prizes>div>div>span:first-child {
    font-size: 18px;
  }
}

@media (max-width: 1279.98px) {
  .section-3 .item .prizes {
    gap: 32px;
  }

  .section-3 .item .prizes .prize1 img {
    width: 142px;
  }

  .section-3 .item .prizes .prize2 img {
    width: 156px;
  }

  .section-3 .item .prizes .prize3 img {
    width: 180px;
  }

  .section-3 .item .prizes .prize4 img {
    width: 172px;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 24px 0 28px;
  }

  .section-3 .item {
    height: auto;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec3-item-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-3 .item .bf,
  .section-3 .item .af {
    width: 80px;
  }

  .section-3 .item .af {
    top: -20px;
  }

  .section-3 .item .bf {
    left: -10px;
    top: 10px;
  }

  .section-3 .item .title {
    padding: 24px 0 20px;
  }

  .section-3 .item .prizes {
    flex-wrap: wrap;
    gap: 26px 180px;
    padding: 10px 16px 35px;
  }

  .section-3 .item .prizes>div {
    max-width: 154px;
    justify-content: end;
  }

  .section-3 .item .prizes .prize1 {
    order: 2;
  }

  .section-3 .item .prizes .prize2 {
    transform: translateY(0);
    order: 0;
  }

  .section-3 .item .prizes .prize3 {
    order: 1;
    transform: translateY(0);
  }

  .section-3 .item .prizes .prize4 {
    order: 4;
  }

  .section-3 .item .prizes .prize1 img {
    width: 121px;
  }

  .section-3 .item .prizes .prize2 img {
    width: 120px;
  }

  .section-3 .item .prizes .prize3 img {
    width: 143px;
  }

  .section-3 .item .prizes .prize4 img {
    width: 154px;
  }

  .section-3 .item .prizes>div>div>span:first-child {
    font-size: 16px;
    margin-right: 4px;
    max-width: 110px;
  }

  .section-3 .item .prizes>div>div>span:last-child {
    margin-top: 4px;
    font-size: 12px;
  }

  .section-3 .item .prizes .prize3>div>span:first-child {
    white-space: nowrap;
  }

  .section-3 .item .prizes .prize3>div>span:last-child {
    transform: translateX(15px);
  }
}

@media (max-width: 520px) {

  .section-3 .item .bf,
  .section-3 .item .af {
    width: 52px;
  }

  .section-3 .item .af {
    top: -10px;
    right: -5px;
  }

  .section-3 .item .bf {
    left: -5px;
    top: 15px;
  }

  .section-3 .item .prizes {
    gap: 26px;
  }
}

.section-4 {
  height: 679px;
  padding: 48px 0 63px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-bg.png) no-repeat center center;
  background-size: 2560px 679px;
}

.section-4 .item {
  padding: 30px 20px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  gap: 32px;
  position: relative;
}

.section-4 .item::after {
  content: '';
  position: absolute;
  width: 358px;
  height: 90px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-item-icon.png) no-repeat center center;
  background-size: 100% 100%;
  left: calc(50% + 20px);
  top: -10px;
}

.section-4 .item>div {
  width: 50%;
}

.section-4 .item>div.lft {
  padding: 20px 60px 0px 32px;
}

.section-4 .item>div.lft .text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 32px;
  color: #333333;
}

.section-4 .item>div.lft ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.section-4 .item>div.lft ul li {
  display: flex;
  align-items: start;
  color: #5c5b59;
}

.section-4 .item>div.lft ul li:not(:last-child) {
  margin-bottom: 20px;
}

.section-4 .item>div.lft ul li span {
  min-width: 104px;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 0;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-li-icon.svg) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  color: #333333;
}

.section-4 .item>div.rgt {
  padding: 55px 28px 0 43px;
}

.section-4 .item>div.rgt a {
  width: 240px;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 700;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/blue-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 24px;
}

.section-4 .item>div.rgt a:hover {
  box-shadow: 0px 4px 17.8px 0px #F3D69C;
}

.section-4 .item>div.rgt img {
  border-radius: 20px;
}

@media (max-width: 1599.98px) {
  .section-4 {
    height: auto;
    padding: 30px 0 48px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-bg-1366.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-4 .item {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-item-bg-1366.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 32px 20px 40px;
    gap: 26px;
  }

  .section-4 .item::after {
    width: 269px;
    height: 67px;
    top: 0px;
  }

  .section-4 .item>div.lft {
    padding: 11px 24px 33px;
  }

  .section-4 .item>div.lft .title img {
    width: 186px;
  }

  .section-4 .item>div.lft .text {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .section-4 .item>div.lft ul {
    font-size: 14px;
  }

  .section-4 .item>div.lft ul li:not(:last-child) {
    margin-bottom: 14px;
  }

  .section-4 .item>div.lft ul li span {
    font-size: 18px;
  }

  .section-4 .item>div.rgt {
    padding: 32px 40px 0;
  }

  .section-4 .item>div.rgt a {
    margin-bottom: 35px;
  }

  .section-4 .item>div.rgt img {
    border-radius: 16px;
  }
}

@media (max-width: 1279.98px) {
  .section-4 .item::after {
    display: none;
  }

  .section-4 .item>div.rgt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 50px 0 60px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-4 .container {
    padding: 0 8px;
  }

  .section-4 .item {
    max-width: 500px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec4-item-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 28px 28px 58px;
    gap: 102px;
  }

  .section-4 .item>div.lft,
  .section-4 .item>div.rgt {
    width: 95%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .section-4 .item>div.lft .title img {
    width: 145px;
  }

  .section-4 .item>div.lft .text {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .section-4 .item>div.lft ul {
    font-size: 16px;
  }

  .section-4 .item>div.lft ul li:not(:last-child) {
    margin-bottom: 12px;
  }

  .section-4 .item>div.rgt a {
    margin-bottom: 45px;
    font-size: 20px;
    width: 223px;
  }

  .section-4 .item>div.rgt img {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 450px) {

  .section-4 .item>div.lft,
  .section-4 .item>div.rgt {
    width: 100%;
  }

  .section-4 .item>div.lft ul {
    font-size: 14px;
  }

  .section-4 .item>div.lft ul li span {
    min-width: 74px;
    font-size: 14px;
    margin-right: 4px;
  }
}

@media (max-width: 400px) {
  .section-4 .item>div.lft ul {
    font-size: 12px;
  }
}

.section-5 {
  padding: 120px 0 40px;
}

.section-5 .title {
  margin-bottom: 84px;
}

.section-5 .title h2 {
  line-height: 1.5;
}

.section-5 .title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.section-5 .item {
  width: 1492px;
  padding: 23px 0 32px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec5-item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.section-5 .item .bf {
  width: 160px;
  position: absolute;
  left: -30px;
  top: 50px;
}

.section-5 .explode-text {
  width: 430px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #825511;
  top: 0;
  right: 0;
  transform: translate(30px, -16px);
  z-index: 999;
}

.section-5 .explode-text span {
  transform: translate(-6px, -4px) rotate(8deg);
}

.section-5 .cell-box {
  gap: 26px 20px;
  margin-bottom: 26px;
  transform: translateX(-20px);
}

.section-5 .cell {
  width: 435px;
  padding: 24px 16px;
  background: linear-gradient(180deg, #E6F0FE 0%, #FFFFFF 100%);
  border: 3px solid #8CBCFF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-5 .text {
  margin-left: 14px;
}

.section-5 .text .p-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
}

.section-5 .text .p-t {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 48px;
  color: #333333;
  opacity: 0.8;
  margin-bottom: 6px;
}

.section-5 .text a {
  font-size: 16px;
  font-weight: 500;
  color: #11B1FF;
  text-decoration: underline;
}

.section-5 .btn-sys {
  margin-top: 28px;
}

.section-5 .btn-sys a.btn {
  width: 257px;
  padding: 0;
}

.section-5 .btm-c {
  width: 1335px;
  padding: 120px 140px 103px 106px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec5-bottom-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.section-5 .btm-c p {
  font-size: 24px;
  font-weight: 700;
}

.section-5 .btm-c ul li {
  font-size: 20px;
  color: #333333;
  opacity: 0.8;
}

.section-5 .btm-c ul li:not(:last-child) {
  margin-bottom: 4px;
}

.section-5 .btm-c .rgt a {
  width: 261px;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 700;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/blue-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;

  border-radius: 24px;
}

.section-5 .btm-c .rgt a:hover {
  box-shadow: 0px 4px 17.8px 0px #F3D69C;
}

@media (min-width:992px) {
  .section-5 .container {
    max-width: max-content;
  }
}

@media (max-width: 1599.98px) {
  .section-5 {
    padding: 75px 0 50px;
  }

  .section-5 .item {
    width: auto;
  }

  .section-5 .item .bf {
    width: 120px;
    left: -20px;
    top: 25px;
  }

  .section-5 .explode-text {
    width: 327px;
    font-size: 30px;
    transform: translate(-10px, -18px);
  }

  .section-5 .title {
    margin-bottom: 64px;
  }

  .section-5 .cell {
    width: 380px;
  }

  .section-5 .logo-text img {
    width: 100px;
  }

  .section-5 .text .p-name {
    font-size: 18px;
  }

  .section-5 .text .p-t {
    font-size: 14px;
  }

  .section-5 .text a {
    font-size: 14px;
  }

  .section-5 .btn-sys a.btn {
    width: 212px;
  }

  .section-5 .btm-c {
    width: 94%;
    padding: 91px 120px 68px 98px;
  }

  .section-5 .btm-c ul li {
    font-size: 18px;
  }
}

@media (max-width: 1279.98px) {
  .section-5 .explode-text {
    width: 280px;
    font-size: 26px;
    transform: translate(0px, -10px);
  }

  .section-5 .cell {
    width: 300px;
  }

  .section-5 .logo-text img {
    width: 60px;
  }

  .section-5 .btn-sys a.btn {
    width: 150px;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .section-5 {
    padding: 38px 0;
  }

  .section-5 .item {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec5-item-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 8px 0 26px;
  }

  .section-5 .item .bf {
    width: 80px;
    left: -10px;
    top: 10px;
  }

  .section-5 .explode-text {
    width: 114px;
    font-size: 12px;
    transform: translate(10px, -10px);
  }

  .section-5 .explode-text span {
    transform: translate(-4px, -2px) rotate(8deg);
  }

  .section-5 .title {
    margin-bottom: 32px;
  }

  .section-5 .title p {
    font-size: 16px;
  }

  .section-5 .cell-box {
    transform: none;
    gap: 16px;
  }

  .section-5 .cell {
    width: 312px;
    border: 1px solid #8CBCFF;
  }

  .section-5 .logo-text img {
    width: 68px;
  }

  .section-5 .text .p-name {
    font-size: 16px;
  }

  .section-5 .text .p-t {
    font-size: 14px;
    margin-bottom: 0;
  }

  .section-5 .btn-sys {
    margin-top: 16px;
  }

  .section-5 .btn-sys a.btn {
    width: 100%;
    height: 56px;
    font-size: 18px;
    line-height: 56px;
  }

  .section-5 .btm-c {
    padding: 34px 18px 36px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec5-bottom-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-5 .btm-c ul li {
    font-size: 16px;
    font-weight: 500;
  }

  .section-5 .btm-c ul li:not(:last-child) {
    margin-bottom: 2px;
  }

  .section-5 .btm-c .rgt a {
    margin-top: 16px;
    font-size: 20px;
    width: 220px;
  }
}

@media (max-width: 520px) {
  .section-5 .item .bf {
    width: 52px;
    left: -5px;
    top: 15px;
  }
}

.section-6 {
  padding: 75px 0 30px;
}

.section-6 .item {
  position: relative;
}

.section-6 .item .bf,
.section-6 .item .af {
  width: 160px;
  position: absolute;
  z-index: 9;
}

.section-6 .item .bf {
  left: -30px;
  top: 50px;
}

.section-6 .item .af {
  right: 0;
  top: -40px;
  transform: rotate(-10deg);
}

.section-6 .content .title {
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec6-title-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 22px 0;
  position: relative;
  z-index: 2;
}

.section-6 .content .title h2 {
  line-height: 1.5;
}

.section-6 .content .title p {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.section-6 .content .mid-content {
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec6-post-item-cellbox-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 120px 0 60px;
  position: relative;
  margin-top: -80px;
  z-index: 1;
}

.section-6 .content .cell-box {
  gap: 24px;
}

.section-6 .content .cell {
  width: 445px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 1);
  border: 3px solid rgba(156, 235, 183, 1);
  padding: 16px 12px 16px 16px;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.section-6 .content .cell:not(.show) {
  display: none !important;
}

.section-6 .content .cell .lft {
  width: 278px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: url('https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/magnifier.svg'), auto;
}

.section-6 .content .cell .lft:hover::before {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  background: #3F3F3F80;
  backdrop-filter: blur(6.323243141174316px);
  display: flex;
  justify-content: center;
  align-items: center;
}

[lang="kr"] .section-6 .content .cell .lft:hover::before {
  content: '클릭해서 보기';
}

[lang="ja"] .section-6 .content .cell .lft:hover::before {
  content: '画像を拡大する';
}

[lang="zh-TW"] .section-6 .content .cell .lft:hover::before {
  content: '點擊查看圖片';
}

.section-6 .content .cell .lft img {
  width: 100%;
}

.section-6 .content .cell .rgt {
  flex: 1;
}

.section-6 .content .cell .rgt .text>div span:first-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  padding: 3px 12px;
  border-radius: 16px;
  background: rgba(51, 51, 51, 1);
  margin-bottom: 4px;
}

.section-6 .content .cell .rgt .text>div span:last-child {
  font-size: 12px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin-left: 12px;
}

.section-6 .content .cell .rgt .like-num {
  font-size: 16px;
  font-weight: 500;
  color: rgba(223, 223, 223, 1);
  gap: 6px;
  margin-bottom: 8px;
}

.section-6 .content .cell .rgt .like-click {
  width: 100%;
  border: 2px solid rgba(223, 223, 223, 1);
  padding: 6px 0;
  border-radius: 34px;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.section-6 .content .cell .rgt .like-click .icon-love {
  width: 28px;
  height: 28px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/love-icon.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-6 .content .cell .rgt .like-click.active .icon-love {
  width: 28px;
  height: 28px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/love-icon-active.svg) no-repeat center center;
  background-size: 100% 100%;
}

.section-6 .content .cell .rgt .like-click>span>span {
  position: absolute;
  left: calc(50% - 8px);
  font-size: 12px;
  color: #FF6025;
  top: 0;
  opacity: 0;
}

.section-6 .content .cell .rgt .like-click>span>span.show {
  display: none;
  animation: floatUp .8s ease-out forwards;
}

@keyframes floatUp {
  0% {
    display: block;
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
    display: none;
  }
}

.section-6 .content .cell .work-number {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-weight: 700;
  color: #65B480;
  padding-right: 6px;
  padding-left: 28px;
  text-align: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(45deg, transparent 0%, transparent 50%, #9CEBB7 50%, #9CEBB7 100%);
}

.section-6 .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.section-6 .pagination .nav-btn {
  width: 90px;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  border-radius: 6px;
  border: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-6 .pagination .nav-btn.prev {
  border: 1px solid #333333;
  color: #333333;
}

.section-6 .pagination .nav-btn.next {
  background: #333333;
  color: #fff;
}

.section-6 .pagination .nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.section-6 .pagination .page-numbers {
  display: flex;
  gap: 20px;
}

.section-6 .pagination .page-number {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #333333;
  opacity: 0.4;
  cursor: pointer;
}

.section-6 .pagination .page-number.active {
  opacity: 1;
}

.section-6 .pagination .page-number:hover:not(.active) {
  opacity: 1;
}

.section-6 .content .bottom-text {
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec6-bottom-text-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 75px 140px 88px;
  margin-top: -60px;
}

.section-6 .content .bottom-text p {
  font-size: 20px;
  line-height: 1.5;
  color: #575551;
}

.section-6 .content .bottom-text p.p-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 12px;
}

.section-6 .content .bottom-text ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #575551;
  margin-bottom: 20px;
}

.section-6 .content .bottom-text ul li:not(:last-child) {
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  .section-6 .container {
    max-width: 96vw;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .section-6 .container {
    max-width: 1480px;
  }
}

@media (max-width: 1599.98px) {
  .section-6 {
    padding: 42px 0 32px;
  }

  .section-6 .item .bf,
  .section-6 .item .af {
    width: 120px;
  }

  .section-6 .item .bf {
    left: -10px;
    top: 35px;
  }

  .section-6 .item .af {
    top: -25px;
  }

  .section-6 .content .title p {
    font-size: 20px;
  }

  .section-6 .content .cell-box {
    gap: 20px;
  }

  .section-6 .content .cell {
    width: 388px;
    padding: 14px 12px 14px 14px;
  }

  .section-6 .content .cell .lft {
    width: 248px;
    margin-right: 6px;
  }

  .section-6 .content .cell .rgt .like-num {
    font-size: 14px;
    line-height: 1.25;
  }

  .section-6 .content .cell .rgt .like-click {
    font-size: 14px;
  }

  .section-6 .content .cell .rgt .like-click .icon-love {
    width: 22px;
    height: 22px;
  }

  .section-6 .content .cell .work-number {
    font-size: 20px;
    width: 60px;
    height: 60px;
    padding-left: 24px;
  }


  .section-6 .content .bottom-text p,
  .section-6 .content .bottom-text ul {
    font-size: 18px;
  }
}

@media (max-width: 1279.98px) {
  .section-6 .content .cell {
    width: 350px;
  }

  .section-6 .content .cell .lft {
    width: 65%;
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    padding: 24px 0 38px;
  }

  .section-6 .item .bf,
  .section-6 .item .af {
    width: 80px;
  }

  .section-6 .item .af {
    top: -20px;
  }

  .section-6 .item .bf {
    left: -10px;
    top: 10px;
  }

  .section-6 .content .title {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec6-title-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 8px 0 12px;
  }

  .section-6 .content .title p {
    font-size: 14px;
  }

  .section-6 .content .title p svg {
    width: 18px;
    height: 18px;
  }

  .section-6 .content .mid-content {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec6-post-item-cellbox-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 72px 0 28px;
    margin-top: -60px;
  }

  .section-6 .content .search-text {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    opacity: 0.5;
    margin-bottom: 13px;
  }

  .section-6 .pagination {
    gap: 16px;
  }

  .section-6 .pagination .nav-btn,
  .section-6 .pagination .nav-btn.prev,
  .section-6 .pagination .nav-btn.next {
    line-height: 1;
    width: auto;
    border: 0;
    background: none;
    padding: 0;
  }

  .section-6 .pagination .mobile-search-page input {
    width: 32px;
    height: 32px;
    border: 1px solid #333333;
    background: none;
    border-radius: 4px;
    padding: 0;
    text-align: center;
  }

  .section-6 .pagination .page-numbers {
    gap: 10px;
  }

  .section-6 .pagination .page-number {
    width: 24px;
    height: 24px;
    font-size: 18px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }

  .section-6 .pagination .page-number.active {
    background: #333333;
    color: #fff;
  }

  .section-6 .content .bottom-text {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec6-bottom-text-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 20px 46px;
    margin-top: -32px;
  }
}

@media (max-width: 600px) {

  .section-6 .item .bf,
  .section-6 .item .af {
    width: 52px;
  }

  .section-6 .item .af {
    top: -10px;
    right: -5px;
  }

  .section-6 .item .bf {
    left: -5px;
    top: 15px;
  }

  .section-6 .content .cell-box {
    gap: 16px;
  }

  .section-6 .content .cell {
    width: 315px;
    padding: 10px 12px 10px 10px;
    border-radius: 24px;
    border: 1px solid rgba(156, 235, 183, 1);
  }

  .section-6 .content .cell .lft {
    width: 62%;
    height: 240px;
    border-radius: 10px;
  }

  .section-6 .content .cell .rgt>.text {
    margin-top: 20px;
  }

  .section-6 .content .cell .rgt .text>div span:first-child {
    font-size: 12px;
  }

  .section-6 .content .cell .rgt .like-click {
    gap: 4px;
    padding: 5px 0;
    line-height: 1.25;
    font-size: 16px;
  }

  .section-6 .content .cell .rgt .like-click .icon-love {
    width: 20px;
    height: 20px;
  }

  .section-6 .content .cell .work-number {
    width: 55px;
    height: 55px;
    padding-left: 23px;
    line-height: 2;
    font-size: 16px;
  }

  .section-6 .pagination {
    margin-top: 16px;
  }

  .section-6 .content .bottom-text p,
  .section-6 .content .bottom-text ul {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    opacity: 0.8;
  }

  .section-6 .content .bottom-text p.p-title {
    font-size: 20px;
    margin-bottom: 8px;
    opacity: 1;
  }

  .section-6 .content .bottom-text ul li:not(:last-child) {
    margin-bottom: 2px;
  }
}

.section-7 {
  padding: 55px 0 45px;
}

.section-7 .item .bf,
.section-7 .item .af {
  width: 160px;
  position: absolute;
}

.section-7 .item .bf {
  left: -30px;
  top: 50px;
}

.section-7 .item .af {
  right: 0;
  top: -40px;
  transform: rotate(-10deg);
}

.section-7 .context {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 0 48px;
}

.section-7 .context .title-text {
  margin-bottom: 70px;
}

.section-7 .context .title-text h2 {
  line-height: 1.5;
}

.section-7 .context .title-text p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.section-7 .context .cell-box {
  gap: 56px;
}

.section-7 .context .cell {
  width: 220px;
}

.section-7 .context .cell .media-icon {
  transform: translate(0, 10px) rotate(20deg);
  transition: all 0.5s;
}

.section-7 .context .cell:hover .media-icon {
  transform: translate(-5px, -5px);
}

.section-7 .context .cell .media-arrow {
  width: 35px;
  left: 10px;
  top: -10px;
  opacity: 0;
  transition: all 0.5s;
}

.section-7 .context .cell:hover .media-arrow {
  opacity: 1;
}

.section-7 .context .cell span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

.section-7 .context .cell:hover span {
  color: #11B1FF;
}

@media (min-width: 1280px) {
  .section-7 .container {
    max-width: 1260px;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .section-7 .container {
    max-width: 1460px;
    padding: 0;
  }
}

@media (max-width: 1599.98px) {
  .section-7 {
    padding: 42px 0 50px;
  }

  .section-7 .item .bf,
  .section-7 .item .af {
    width: 120px;
  }

  .section-7 .item .bf {
    left: -20px;
    top: 25px;
  }

  .section-7 .item .af {
    top: -30px;
  }

  .section-7 .context {
    padding: 20px 0 48px;
  }

  .section-7 .context .cell-box {
    gap: 50px;
  }

  .section-7 .context .cell {
    width: 200px;
  }

  .section-7 .context .cell .media-icon {
    width: 91px;
  }
}

@media (max-width: 1279.98px) {
  .section-7 .container {
    max-width: max-content;
  }

  .section-7 .item {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec7-item-bg-1366.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-7 .context {
    position: relative;
    padding: 20px 32px 80px;
  }

  .section-7 .context .cell {
    width: 180px;
  }

  .section-7 .context .cell .media-icon {
    width: 75px;
  }

  .section-7 .context .cell span {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-7 {
    padding: 38px 0 28px;
  }

  .section-7 .item {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec7-item-bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-7 .item .bf,
  .section-7 .item .af {
    width: 80px;
  }

  .section-7 .item .af {
    top: -20px;
  }

  .section-7 .item .bf {
    left: -10px;
    top: 10px;
  }

  .section-7 .context {
    padding: 8px 32px 28px;
  }

  .section-7 .context .title-text {
    margin-bottom: 32px;
  }

  .section-7 .context .cell-box {
    gap: 8px 32px;
  }

  .section-7 .context .title-text p {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 500px) {

  .section-7 .item .bf,
  .section-7 .item .af {
    width: 52px;
  }

  .section-7 .item .af {
    top: -10px;
    right: -5px;
  }

  .section-7 .item .bf {
    left: -10px;
    top: 15px;
  }

  .section-7 .context .cell {
    width: 110px;
  }

  .section-7 .context .cell .media-icon {
    width: 50px;
    transform: translate(0, 5px) rotate(20deg);
  }

  .section-7 .context .cell span {
    font-size: 16px;
  }
}

.section-8 {
  padding: 52px 0 73px;
}

.section-8>.container {
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
}

.section-8 .mark-text {
  height: 554px;
  background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec8-bookmark.png) no-repeat center center;
  background-size: 2558px 554px;
  padding: 182px 0 40px;
  position: relative;
}

.section-8 .mark-text .context {
  width: max-content;
}

.section-8 .mark-text .context::before {
  content: '';
  position: absolute;
  width: 97%;
  height: 68px;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(0deg, #FFFBF3 5%, rgb(255 251 243 / 80%) 34.18%, rgba(9, 12, 51, 0) 100%);
}

.section-8 .mark-text .text {
  width: 1161px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 40px;
  padding-bottom: 56px;
}

.section-8 .mark-text .text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 2px;
}

.section-8 .mark-text .text ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  opacity: 0.8;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .section-8>.container {
    max-width: max-content;
  }
}

@media (max-width: 1599.98px) {
  .section-8 {
    padding: 26px 0 43px;
  }

  .section-8>.container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 8px;
  }

  .section-8 .mark-text {
    height: 500px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec8-bookmark-1366.png) no-repeat center center;
    background-size: 1834px 500px;
    padding: 94px 0 53px;
  }

  .section-8 .mark-text .text {
    width: 956px;
    padding-right: 87px;
    transform: translateX(50px);
  }
}

@media (max-width: 1279.98px) {
  .section-8 .mark-text {
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec8-bookmark-1080.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .section-8 .mark-text .context {
    width: 75%;
  }

  .section-8 .mark-text .text {
    width: 100%;
    padding-right: 40px;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .section-8 {
    padding: 21px 0 67px;
  }

  .section-8 .mark-text {
    height: 488px;
    background: url(https://4ddig.tenorshare.com/kr/images/activity/four-panel-comics/sec8-bookmark-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 80px 0 34px;
  }

  .section-8 .mark-text .context {
    width: 80%;
  }

  .section-8 .mark-text .text {
    padding-right: 16px;
  }

  .section-8 .mark-text .text p {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .section-8 .mark-text .context {
    width: calc(100% - 72px);
  }
}