
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
  font-family: 'SpoqaHanSansNeo-Bold';
  src: url('SpoqaHanSansNeo-Bold.woff2') format(‘woff2’);
}
@font-face {
  font-family: 'SpoqaHanSansNeo-Medium';
  src: url('SpoqaHanSansNeo-Medium.woff2') format(‘woff2’);
  font-weight: 600;
}

html,body { width: 100%; height: 100%; font-family: 'SpoqaHanSansNeo-Medium';}
p {font-weight: 600;}
.d-flex {display: flex; justify-content: center; align-items: center;}
main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #F3F3F3; */
  background: linear-gradient( to top, transparent, rgb(255, 255, 255), rgb(214, 219, 220));
}
section {
  width: calc(600px - 3rem);
  background-color: rgba(238, 240, 241, 0.5);
  /* box-shadow: 3px 3px 18px 0px rgba(0, 0, 0, 0.06); */
  backdrop-filter: blur(2px);
  padding: 3rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(172, 175, 176, 0.3);
}
section > div{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
section .noti {
  border-radius: 0.5rem;
  background-color: rgba(234, 78, 76, 0.1);
  text-align: center;
  color: #EA4E4C;
  padding: 2rem 0;
  font-size: 16px;
  line-height: 1.5rem;
  font-weight: 600;
  display: none;
}

.date-time-wrap {
  display: flex; 
  justify-content: space-between;
  width: 100%;
}
.city {
  background-color: #DCE7FF; 
  padding: 4px 8px; 
  border-radius: 12px;
  margin-right: 6px;
}
.date {margin-right: 6px;}
.icon-wrap {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_center__NcdcW::after {
  content: '';
  left: 50%;
  position: absolute;
  filter: blur(45px);
  transform: translateZ(0);
  background: conic-gradient( from 180deg at 50% 50%, #16abff33 0deg, #0885ff33 55deg, #54d6ff33 120deg, #0071ff33 160deg, transparent 360deg );
  width: 240px;
  height: 180px;
  z-index: -1;
}
.temp-wrap {
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.temp-wrap p {
  font-weight: normal;
  font-size: 14px;
}
.temp-wrap div:first-of-type p:first-of-type {margin-bottom: 6px;}
.temp-wrap .temp { 
  font-size: 48px;
  font-family: 'SpoqaHanSansNeo-Bold';
  font-weight: bold ;
}
.info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.info li {
  position: relative;
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
}
.info li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.info li div {
  position: absolute;
  text-align: center;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info li div p:first-of-type {color: #3363FF;}
.info li div p span {color: #6C7587; font-size: 16px;}
.info li div span:first-of-type {font-size: 24px; color: #222;}

.clothes {
  width: calc(100% - 2rem);
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #6C7587;
  font-size: 14px;
}