body {
  min-width: auto !important;
}

#webtoonEventWrapper {
  width: 960px;
}
#webtoonEventWrapper .blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}
#webtoonEventWrapper #section_visual {
  position: relative;
  aspect-ratio: 960/1175;
}
#webtoonEventWrapper #section_visual .btn_preview {
  position: absolute;
  bottom: 452px;
  left: 290px;
  display: block;
  width: 380px;
  height: auto;
  aspect-ratio: 380/80;
}
#webtoonEventWrapper #section_visual .bg {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_visual .bg img {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/bg_link.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 64px 0 49px;
}
#webtoonEventWrapper #section_link .title {
  margin-bottom: 49px;
  width: 100%;
}
#webtoonEventWrapper #section_link .title img {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_link #webtoonLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 723px;
}
#webtoonEventWrapper #section_link #webtoonLinks .link {
  position: relative;
  width: 346.5px;
  height: auto;
  aspect-ratio: 347/405;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#webtoonEventWrapper #section_link #webtoonLinks .link .btn_more {
  position: absolute;
  left: 55px;
  bottom: 38px;
  display: block;
  width: 230px;
  aspect-ratio: 230/70;
}
#webtoonEventWrapper #section_link #webtoonLinks .link .btn_more:disabled {
  cursor: default;
}
#webtoonEventWrapper #section_link #webtoonLinks .link1 {
  background-image: url("../images/link1_off.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link1.active {
  background-image: url("../images/link1_on.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link2 {
  background-image: url("../images/link2_off.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link2.active {
  background-image: url("../images/link2_on.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link3 {
  background-image: url("../images/link3_off.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link3.active {
  background-image: url("../images/link3_on.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link4 {
  background-image: url("../images/link4_off.png");
}
#webtoonEventWrapper #section_link #webtoonLinks .link4.active {
  background-image: url("../images/link4_on.png");
}
#webtoonEventWrapper #section_event {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/bg_event.jpg") 0 0 no-repeat;
  background-size: cover;
}
#webtoonEventWrapper #section_event .character {
  width: 138px;
  height: auto;
  aspect-ratio: 138/172;
  margin-bottom: 33px;
}
#webtoonEventWrapper #section_event .character img {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_event .title {
  width: 100%;
}
#webtoonEventWrapper #section_event .title img {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_event .event1 {
  width: 100%;
}
#webtoonEventWrapper #section_event .event1 img {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_event .event2 {
  width: 100%;
}
#webtoonEventWrapper #section_event .event2 img {
  display: block;
  width: 100%;
  height: auto;
}
#webtoonEventWrapper #section_caution {
  width: 100%;
}
#webtoonEventWrapper #section_caution img {
  display: block;
  width: 100%;
  height: auto;
}