html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, small, strong, b, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, figure, figcaption, section, video, button {
	margin: 0;
	padding: 0;
	border: 0;
}

/*Paperlogy font*/
@font-face {
	font-family: 'Paperlogy-1Thin';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-2ExtraLight';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-3Light';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-4Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-5Medium';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-6SemiBold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-7Bold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-8ExtraBold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Paperlogy-9Black';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}


/*Common*/
.day-special {
  position: relative;
}

.day-special .section02,
.day-special .section03 {
  position: relative;
  padding: 50px 10px;
}

.day-special .maintxt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

h1 {
  font-family: 'Paperlogy-9Black', 'Pretendard', 'Noto Sans KR';
  font-size: 38px;
  line-height: 1;
}

h2 {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.4;
}

h2 span {
  font-family: 'Paperlogy-7Bold', 'Pretendard', 'Noto Sans KR';
  color: #FFCE41;
}

h3 {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR';
  font-size: 22px;
  line-height: 1;
}

h3 strong {
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR';
}

h4 {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR';
  font-size: 18px;
  line-height: 1;
}

h5 {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR';
  font-size: 16px;
  line-height: 1.4;
}

hr.seperate {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #DDDDDD;
}

@media(min-width:768px) {
  .day-special .section02,
  .day-special .section03 {
    padding: 70px 30px;
  }

  .day-special .maintxt {
    gap: 15px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  hr.seperate {
    margin: 40px 0;
  }
}

@media(min-width:960px) {
  .day-special .section02,
  .day-special .section03 {
    padding: 100px 50px;
  }

  .day-special .maintxt {
    gap: 20px;
  }

  h1 {
    font-size: 95px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 30px;
  }

  hr.seperate {
    margin: 50px 0;
  }
}


/*Section01*/
.day-special .section01 {
  padding: 70px 10px 50px 10px;
  background-color: #FFCE41;
}

.day-special .section01 .visual-obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: auto;
}

.day-special .section01 .maintxt h1 {
  color: #333333;
}

.day-special .section01 .maintxt h1 span {
  color: #0042FF;
}

.day-special .section01 .notice-section {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  border-radius: 10px;
  background-color: #0042FF;
}

.day-special .section01 .notice-section p.title {
  font-family: 'Paperlogy-7Bold', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 18px;
  color: #FFCE41;
}

.day-special .section01 .notice-section p {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.4;
}

.day-special .section01 .card-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.day-special .section01 .card-section .card .img-conatainer {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.day-special .section01 .card-section .card figcaption {
  margin-top: 10px;
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 13px;
  color: #444444;
  line-height: 1.3;
}

@media(min-width:768px) {
  .day-special .section01 {
    padding: 80px 30px 70px 30px;
  }
  
  .day-special .section01 .visual-obj {
    width: 200px;
  }

  .day-special .section01 .notice-section {
    gap: 10px;
    padding: 25px;
    border-radius: 20px;
  }
  
  .day-special .section01 .notice-section p.title {
    font-size: 20px;
  }
  
  .day-special .section01 .notice-section p {
    font-size: 16px;
  }
  
  .day-special .section01 .card-section {
    gap: 20px;
    margin-top: 15px;
  }
  
  .day-special .section01 .card-section .card .img-conatainer {
    border-radius: 20px;
  }
  
  .day-special .section01 .card-section .card figcaption {
    font-size: 15px;
  }
}

@media(min-width:960px) {
  .day-special .section01 {
    padding: 110px 50px 100px 50px;
  }
  
  .day-special .section01 .visual-obj {
    width: 360px;
  }

  .day-special .section01 .notice-section {
    margin: 30px 0 50px 0;
    padding: 30px;
  }
  
  .day-special .section01 .notice-section p.title {
    font-size: 22px;
  }
  
  .day-special .section01 .notice-section p {
    font-size: 18px;
  }
  
  .day-special .section01 .card-section {
    margin-top: 20px;
  }
  
  .day-special .section01 .card-section .card figcaption {
    font-size: 16px;
  }
}


/*Section02*/
.day-special .section02 {
  background-color: #FAFAFA;
}

.day-special .section02 .info-section {
  display: grid;
  grid-template-columns: 110px auto;
  align-items: center;
  gap: 5px;
  margin: 20px 0;
}

.day-special .section02 .info-section p.title {
  padding: 5px 0;
  width: 100%;
  background-color: #0042FF;
  border-radius: 50px;
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 14px;
  color: #FFFFFF;
}

.day-special .section02 .info-section p.description {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 14px;
  color: #444444;
  text-align: left;
}

.day-special .section02 .notice-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  border-radius: 10px;
  background-color: #0042FF;
}

.day-special .section02 .notice-section p.title {
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 20px;
  color: #FFCE41;
}

.day-special .section02 .notice-section p {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.4;
}

.day-special .section02 .flow-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}

.day-special .section02 .flow-section .card figcaption {
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR';
  font-size: 15px;
  color: #444444;
  line-height: 1;
}

.day-special .section02 .flow-section .card figcaption span {
  font-family: 'Paperlogy-7Bold', 'Pretendard', 'Noto Sans KR';
  color: #0042FF;
}

.day-special .section02 .flow-section .card .img-container {
  margin-top: 10px;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.day-special .section02 .flow-section .card .img-container > img {
  border-radius: 10px;
}

@media(min-width:768px) {  
  .day-special .section02 .info-section {
    grid-template-columns: 150px auto;
    margin: 20px auto;
    width: 70%;
  }
  
  .day-special .section02 .info-section p.title {
    font-size: 20px;
  }
  
  .day-special .section02 .info-section p.description {
    font-size: 16px;
  }
  
  .day-special .section02 .notice-section {
    margin-top: 30px;
    border-radius: 15px;
  }
  
  .day-special .section02 .notice-section p.title {
    font-size: 22px;
  }
  
  .day-special .section02 .notice-section p {
    font-size: 18px;
  }
  
  .day-special .section02 .flow-section {
    margin-top: 30px;
  }
  
  .day-special .section02 .flow-section .card figcaption {
    font-size: 18px;
  }
  
  .day-special .section02 .flow-section .card .img-container {
    padding: 10px;
    border-radius: 20px;
  }
  
  .day-special .section02 .flow-section .card .img-container > img {
    border-radius: 20px;
  }
}

@media(min-width:960px) {
  .day-special .section02 .info-section {
    grid-template-columns: 150px auto;
    margin: 20px auto;
    width: 70%;
  }

  .day-special .section02 .info-section p.description {
    font-size: 18px;
  }
  
  .day-special .section02 .notice-section {
    margin-top: 30px;
    border-radius: 20px;
  }
  
  .day-special .section02 .notice-section p.title {
    font-size: 24px;
  }
  
  .day-special .section02 .notice-section p {
    font-size: 18px;
  }

  .day-special .section02 .flow-section {
    gap: 30px;
  }
  
  .day-special .section02 .flow-section .card figcaption {
    font-size: 20px;
  }
}


/*Section03*/
.day-special .section03 {
  background-color: #444444;
}

.day-special .section03 .header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-self: center;
  text-align: left;
}

.day-special .section03 .header .img-container {
  width: 100px;
  height: 100px;
}

.day-special .section03 .content {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.day-special .section03 .content ul li {
  margin-bottom: 15px;
  font-family: 'Paperlogy-5Medium', 'Pretendard', 'Noto Sans KR';
  font-size: 14px;
  color: #444444;
  line-height: 1.3;
  text-align: left;
}

.day-special .section03 .content ul li:last-child {
  margin-bottom: 0;
}

.day-special .section03 .content ul li span {
  font-family: 'Paperlogy-7Bold', 'Pretendard', 'Noto Sans KR';
}

.day-special .section03 .btn-section {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  width: 80%;
}

.day-special .section03 .btn-section a.btn-apply {
  padding: 8px 0;
  width: 100%;
  background-color: #FFCE41;
  border-radius: 50px;
  font-family: 'Paperlogy-7Bold', 'Pretendard', 'Noto Sans KR' !important;
  font-size: 18px;
  list-style: 1;
  color: #444444;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.day-special .section03 .btn-section a.btn-apply > i {
  margin-left: 5px;
}

.day-special .section03 .btn-section a.btn-apply:hover {
  background-color: #0042FF;
  color: #FFFFFF;
}

@media(min-width:768px) {  
  .day-special .section03 .header .img-container {
    width: 120px;
    height: 120px;
  }
  
  .day-special .section03 .content ul li {
    font-size: 16px;
  }
  
  .day-special .section03 .btn-section a.btn-apply {
    font-size: 22px;
  }
}

@media(min-width:960px) {  
  .day-special .section03 .header .img-container {
    width: 150px;
    height: 150px;
  }
  
  .day-special .section03 .content ul li {
    font-size: 18px;
  }

  .day-special .section03 .btn-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  
  .day-special .section03 .btn-section a.btn-apply {
    padding: 10px 0;
    font-size: 24px;
  }
}