@charset "UTF-8";

* {
	margin:  0px;
	padding:  0px;
	box-sizing: border-box;
}

/* -----  Reset & Normalization  ---------------------------------------- */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}


/* fonts */

@font-face {
  font-family: 'Pirelli';
  src: url('JLPirelli-Medium.woff') format('woff'),
  url('JLPirelli-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* adjusting fonts */

body, p, h1, h2, h3, h4 {
    font-family: 'Pirelli', 'PingFang TC', Arial, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    word-spacing: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
	background: #ffedcc;
	word-break: keep-all;	
}

h2 {
	padding: 20px;
	position: sticky;
	top: 0px;
	z-index: 100;
}

h1{
	text-align: center;
	width: calc(100% - 20px);
	max-width: 982px;
	position: fixed;
	z-index: 0;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}

img.emoji {
	width: 18px;
}

a {
	color: #ff4500;	
}

#calendar {
	position: relative;
	width: calc(100% - 20px);
	max-width: 982px;
	margin: auto;
	margin: 160px auto;
	z-index: 1;
}

.time {
	position: relative;
	width: 100%;
	display: block;
}

.more::after {
	font-size: 14px;
	line-height: 20px;

	position: absolute;
	top: 5px;
	right: 5px;
	content: '+';
	border: 1px solid black;
	border-radius: 100%;
	background: white;
	width: 22px;
	height: 22px;
	margin: 0px;
	text-align: center;
}

.info {
	display: none;
	font-size: 16px;
	line-height: 20px;	
}

.show .info {
	display: block;
}

.show .more::after {
	content: '-';
}

.info p {
	font-size: 16px;
	line-height: 20px;	
	margin: 10px 0px;
}

.info img {
	width: 100%;
	margin: auto;
	margin: 10px 0px;
}

.address {
	font-family: 'PingFang TC', Arial, sans-serif;	
	margin: 10px 0px;
}

.english, .korean {
	display: block;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 10px;
}

.english {
	margin-bottom: 10px;
}

.day {
	border-radius: 20px;
	margin: 20px 0px;
	background: white;

}

.day .activity:last-of-type {
	border-bottom: none;
}

#day-1 h2{
	background: rgba(255,80,80,1);
}

#day-2  h2{
	background: rgba(255,140,80,1);
}

#day-3  h2{
	background: rgba(255,200,80,1);
}

.activity {
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#addresses {
	background: white;
	font-size: 16px;
	line-height: 20px;		
}

#addresses h2 {
	background: rgba(255,240,80,1);	
}

h3 {
	font-size: 16px;
	line-height: 20px;	
	padding-bottom: 10px;	
	padding-left: 5px;
}

.place {
	padding: 15px 20px;
	margin-bottom: 0px;
}
