@charset "UTF-8";
.sidebar {
	width: 220px;
	height: 100vh; 
	position: fixed; 
	top: 0;
	left: 0;
	padding: 10px;
	background-color: transparent;
	align-items: flex-start;
}
.logo img {
	display: block;
	max-width: 150px; 
	height: auto;
	margin: 35px auto 40px; 
}
.nav-list {
  	list-style: none;
}
.nav-list li {
  	position: relative;
  	margin-bottom: 10px;
}
.nav-list a {
  	display: block;
  	text-decoration: none;
  	color: black;
  	padding: 10px 0px;
  	font-family: "circe-rounded", sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 18px;
  	text-align: left;
}
.nav-list a:hover {
  	color:#7E7E7E; 
  	transition: color 0.2s ease; 
}
/* Dropdown menu */
.dropdown-menu {
  	display: none; 
  	list-style: none;
  	padding-left: 20px; 
}
.dropdown:hover .dropdown-menu {
  	display: block; 
}
.dropdown-menu li a {
  	padding: 5px 10px;
  	font-family: "circe-rounded", sans-serif;
  	font-weight: 500;
  	font-style: normal;
  	font-size: 14px;
}
.copyright {
  	font-size: 12px;
  	color:#656565;       
  	margin-bottom: 10px;
  	padding: 65px 40px;
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
p1{
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 600;
  	font-style: normal;
}
.homepageillustration {
  	margin-left: 220px;   
  	height: 100vh;        
  	padding: 0;           
  	overflow: hidden;    
}
.homepageillustration img {
  	width: 100%;          
  	height: 100%;         
  	object-fit: cover;    
  	display: block;
}
.slide-up {
  	opacity: 0;                 
  	transform: translateY(40px); 
  	animation: slideUp 1.8s ease-out forwards;
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Contact page */
.contact {
  	margin-left: 220px;   
  	height: 100vh;        
  	padding: 0;           
  	overflow: hidden; 
}
.contact img {
  	width: 100%;          
  	height: 100%;         
  	object-fit: cover;    
  	display: block;
  	position: relative;
}
.getintouch {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 85px;
	line-height:1;
	left: 560px;
	top: 340px;
}
.email {
		position:absolute;
		left: 1090px;
		top:450px;
		font-family: "articulat-cf", sans-serif;
    	font-weight: 600;
    	font-style: normal;
		font-size: 20px;
}
.instagram {
		position:absolute;
		left: 1090px;
		top:600px;
		font-family: "articulat-cf", sans-serif;
    	font-weight: 600;
    	font-style: normal;
		font-size: 20px;
}

/* About page */
.about {
  	margin-left: 220px;   
  	padding: 0;           
  	overflow-x: hidden;   
  	overflow-y: auto;     
  	background: transparent;
}
.about img {
  	width: 100%;          
  	height: 100%;         
  	object-fit: cover;    
  	display: block;
  	position: relative;
}
.slide-right {
  	opacity: 0;
  	transform: translateX(50px);
  	animation: slideRight 0.8s ease-out forwards;
  	position: absolute;
  	top:140px;
  	left: 980px;
}
@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
h1{
	font-family: "circe-rounded", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 120px;
	line-height: 1;
}
.selfintroduction {
	position: absolute;
	top: 700px;
	left: 990px;
	width: 560px;
	align-content: center;
}
.intro-text {
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 500;
  	font-style: normal;
  	font-size: 15px;
  	text-align: justify; 
  	line-height: 1.5; 
  	hyphens: auto;
}
.button1 {
  	background-color:#EBEBEB;
  	border:medium;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 27px 60px;
  	cursor: pointer;
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 600;
  	font-style: normal;
  	border-radius: 12px;
  	padding: 10px 20px;
}
.location {
  	position: absolute;
  	top: 990px;
  	left: 620px;
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 800;
  	font-style: normal;
  	font-size: 13px;
}
.educationhead {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	top: 1120px;
	left: 1090px;
	color: white;
	font-size:25px;
}
.educationdate {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	top: 1235px;
	left: 930px;
	color:white;
	font-size: 19px;
}
.educationinfo {
	position: absolute;
	top: 1235px;
	left: 1190px;
	color: white;
}
.educationlocation {
	font-family: "articulat-cf", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 17px;
}
.educationdetail {
	font-family: "articulat-cf", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
}
.experiencehead {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	top: 1480px;
	left: 1270px;
	font-size:25px;
}
.experiencedate {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	top: 1573px;
	left: 1125px;
}
.experienceinfo {
	position: absolute;
	top: 1573px;
	left: 1410px;
}
.experiencedetail {
	font-family: "articulat-cf", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 17px;
}
.experiencelocation {
	font-family: "articulat-cf", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
}
.technicalskillshead {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:25px;
	color: white;
	top: 1300px;
	left: 460px;
}
.interesthead {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:25px;
	top: 1823px;
	left: 1334px;
}
.dancing {
	position: absolute;
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
	top: 1930px;
	left: 1168px;
}
.bowling {
	position: absolute;
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
	top: 1930px;
	left: 1355px;
}
.baseball {
	position: absolute;
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
	top: 1930px;
	left: 1540px;
}
.languageshead {
	position: absolute;
	font-family: "circe-rounded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	top: 1917px;
	left: 469px;
}
.korean {
	position: absolute;
	top: 2027px;
	left: 285px;
}
.koreanhead {
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
}
.koreanrank {
	font-family: "articulat-cf", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 15px;
	text-align: center;
}
.english {
	position: absolute;
	top: 2027px;
	left: 510px;
}
.englishhead {
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
}
.englishrank {
	font-family: "articulat-cf", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 15px;
	text-align: center;
}
.japanese {
	position: absolute;
	top: 2027px;
	left: 735px;
}
.japanesehead {
	font-family: "articulat-cf", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 19px;
}
.japaneserank {
	font-family: "articulat-cf", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 15px;
	text-align: center;
}

/* Zine Magazine page */
.magazinezinebackillustration {
    position: fixed;      
    top: 0;
    left: 220px;          
    width: calc(100% - 220px);  
    height: 100vh;
    z-index: 0;           
    overflow: hidden;
}
.magazinezinebackillustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.navelement {
  	position: fixed;                
  	top: 110px;
  	left: 220px;                    
  	width: calc(100% - 220px);      
  	display: flex;
  	justify-content: center;        
  	padding: 20px 0;
  	background-color: transparent;
  	z-index: 1000;                  
}
.navelement a {
  	text-decoration: none;
  	color: black;
  	font-family: "circe-rounded", sans-serif;
  	font-weight: 500;
  	font-size: 18px;
  	margin: 0 20px;
  	transition: color 0.3s ease;
}
.navelement a:hover {
  	color: #7E7E7E; 
}
.zine-description {
  	margin-left: 580px;      
  	margin-bottom: 45px;
  	margin-top: 135px;
  	max-width: 800px; 
	align-content: center;
}
.magazine-description {
  	margin-left: 580px;      
  	margin-bottom: 45px;
  	margin-top: 150px;
  	max-width: 800px;
	text-align: center;
}
h2 {
  	font-size: 28px;         
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 800;
  	font-style: normal;
	text-align: center;
}
.p2 {
  	font-size: 16px;         
  	line-height: 1.5;        
  	color: #333;             
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 500;
  	font-style: normal;
	text-align: center;
}
.horizontal-gallery {
  	margin-left: 220px;
  	margin-top: 110px;
  	margin-bottom: 22px;
  	display: flex;
  	gap: 20px;
  	padding: 20px;
  	overflow-x: auto;
  	scroll-behavior: smooth;
  	padding-bottom: 20px;
  	width: calc(100% - 240px);
}
.horizontal-gallery img {
  	flex: 0 0 auto;
  	width: 300px;      
  	height: auto;
  	cursor: pointer;
  	opacity: 0.9;
  	border: 1px solid #ccc;
  	transition: transform 0.2s, opacity 0.2s;
  	border-radius: 6px;
}
.horizontal-gallery img:hover {
  	transform: scale(1.05);
  	opacity: 1;
}
.container {
  	position: fixed;
  	top: 50px;
  	left: 50%;
  	transform: translateX(-50%);
  	display: none;
  	max-width: 800px;
  	width: 80%;
  	z-index: 1000;
  	background-color: rgba(0,0,0,0.8);
  	padding: 10px;
  	box-sizing: border-box;
  	text-align: center;
}
.container img {
  	width: 100%;
  	max-height: 650px;
  	object-fit: contain;
  	display: block;
  	margin: 0 auto 10px auto;
}
.expanded-text {
  	color: white;
  	font-size: 14px;
  	font-family: "articulat-cf", sans-serif;
  	font-weight: 500;
  	font-style: normal;
}
.closebtn {
  	position: absolute;
  	top: 10px;
  	right: 15px;
  	color: white;
  	font-size: 35px;
  	cursor: pointer;
}
.mag-small {
  	height: 400px;  
  	object-fit: cover;
  	cursor: pointer;
  	border-radius: 6px;
  	flex-shrink: 0;
}
.mag-large {
  	height: 520px;  
  	object-fit: cover;
  	cursor: pointer;
  	border-radius: 6px;
  	flex-shrink: 0;
}

/* Book page */
.bookbackillustration {
    position: fixed;      
    top: 0;
    left: 220px;          
    width: calc(100% - 220px);  
    height: 100vh;
    z-index: 0;           
    overflow: hidden;
}
.bookbackillustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.pt-description {
  	margin-left: 580px;      
  	margin-bottom: 45px;
  	margin-top: 165px;
  	max-width: 800px;       
}
.brandbook-description {
  	margin-left: 580px;      
  	margin-bottom: 45px;
  	margin-top: 165px;
  	max-width: 800px;       
  	text-align: center;
}

/* Illustration page */
.productbackillustration {
    position: fixed;      
    top: 0;
    left: 220px;          
    width: calc(100% - 220px);  
    height: 100vh;
    z-index: 0;           
    overflow: hidden;
}
.productbackillustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.illustration-title {
  	margin-left: 580px;      
  	margin-bottom: 30px;
  	margin-top: 115px;
  	max-width: 800px; 
	align-content: center;
}
.slideshow-wrapper {
  	margin-left: 230px;               
 	display: flex;
  	justify-content: center;         
  	padding-bottom: 40px;
}
.slideshow-container {
  	width: 800px;                     
  	max-width: 85vw;                  
  	position: relative;               
  	display: block;
}
.mySlides { display: none; }
.mySlides img {
  	width: 100%;
  	height: auto;
  	object-fit: contain;
  	border-radius: 10px;
  	display: block;
}
.prev,
.next {
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	background: rgba(255,255,255,0.85);
  	color: #111;
 	border: none;
 	 width: 44px;
  	height: 44px;
  	border-radius: 50%;
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 22px;
  	cursor: pointer;               
  	user-select: none;
  	transition: transform 0.18s ease, background-color 0.18s;
  	box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  	z-index: 20;
  	outline: none;
}
.prev { left: 12px; }
.next { right: 12px; }
.prev:hover, .next:hover,
.prev:focus, .next:focus {
  background: rgba(255,255,255,1);
  transform: translateY(-50%) scale(1.06);
}
.prev, .next { cursor: pointer; }
.prev:focus, .next:focus {
  box-shadow: 0 0 0 3px rgba(139,69,19,0.12);
}

/* Video page */
.videobackillustration {
    position: fixed;      
    top: 0;
    left: 220px;          
    width: calc(100% - 220px);  
    height: 100vh;
    z-index: 0;           
    overflow: hidden;
}
.videobackillustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.video-title {
 	margin-left: 580px;      
  	margin-bottom: 30px;
  	margin-top: 115px;
  	max-width: 800px; 
	align-content: center;   
}
.video-wrapper {
  	margin-left: 250px;     
  	display: flex;
  	justify-content: center;
  	margin-bottom: 60px;     
}
.video-wrapper video {
  	width: 800px;            
  	max-width: 85vw;         
  	height: auto;            
  	border-radius: 10px;     
}

/* Technical Design page */
.technicaldesignbackillustration {
    position: fixed;      
    top: 0;
    left: 220px;          
    width: calc(100% - 220px);  
    height: 100vh;
    z-index: 0;           
    overflow: hidden;
}
.technicaldesignbackillustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.pr-description {
  	margin-left: 580px;      
 	margin-bottom: 45px;
  	margin-top: 165px;
  	max-width: 800px;       
}
.finaldesign-title {
  	margin-left: 580px;      
  	margin-bottom: 0px;
  	margin-top: 115px;
  	max-width: 800px; 
	align-content: center;
}