@charset "UTF-8";
/* -------------------------
   TITLE
------------------------- */
#firstitle {
  background: url("../images/works/title-main.jpg") no-repeat center center;
  background-size: cover;}
@media screen and (max-width: 768px) {
  #firstitle { background-position: right center;}}

/* -------------------------
   ARTICLE
------------------------- */
#article { padding: 80px 0;}
#article .list {
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 75px 24px;}
#article .list a { width: 364px;}
#article .list img {
  object-fit: cover;
  height: 170px;
  width: 100%;}
#article .category {
	margin-bottom: 8px;
	background: var(--color-main);
	color: #fff;
	padding: 6px 20px;}
#article .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 20px;
  padding: 30px 0;}
#article .page-btn {
  display: flex;
  align-items: center;
  gap: 24px;}
#article .arrow {
  width: 26px;
  height: 26px;
  background: var(--color-accent);
  border-radius: 50%;
  position: relative;
  display: inline-block;}
#article .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);}
#article .arrow.left::before { transform: translate(-50%, -50%) rotate(-135deg);margin-left: 2px;}
#article .arrow.right::before { transform: translate(-50%, -50%) rotate(45deg);margin-left: -2px;}
#article .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;}
#article .page-numbers a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: var(--color-accent);
  background: #fff;
  border-radius: 4px;}
#article .page-numbers .active {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  background: var(--color-accent);
  color: #fff;}
@media screen and (max-width: 768px) {
  #article { padding: 56px 0 0;}
  #article .list { gap:24px; padding-bottom: 20px;}
  #article .list a { width: 100%;}
  #article .list a img { width: 100%;}
  #article .pagination { font-size: 15px; gap:20px;}
  #article .page-numbers { font-size: 12px;gap:4px;}
  #article .page-btn { gap:10px;}
  #article .page-numbers a,#article .page-numbers .active { width: 22px;height: 22px;line-height: 22px;}}

/* -------------------------
   WORKARC
------------------------- */
#worksarc { padding: 80px 0 0;}
#worksarc .flex2 {
	display: flex;
	gap: 40px;
	justify-content: space-between;}
#worksarc .photo { width: 540px;}
#worksarc .textbox { width: 560px;}
#mainimage {
	object-fit: cover;
	height: 320px;
	width: 100%;}
#thumbnailwrap {
	margin-top: 12px;
  display: flex;
  padding: 0;
	gap:12px;
	flex-wrap: wrap;
  width:100%;}
#thumbnailwrap li {
  width:172px;
	background: #000;
  list-style: none;}
#thumbnailwrap li img {
	object-fit: cover;
	height: 100px;
	width: 100%;
	opacity: 0.6;}
#thumbnailwrap li img.active { opacity: 1;}
#worksarc .title { padding-bottom:40px;}
#worksarc .title .flex1 {
	margin-top: 8px;
	display: flex;
	gap:16px;
	align-items: center;}
#worksarc .title .flex1 .day { font-size: 13px;}
#worksarc .title .flex1 .works-category-list {
  display: flex;
  gap:4px;
  flex-wrap: wrap;}
#worksarc .title .flex1 .works-category-list a {
	background: var(--color-main);
	color: #fff;
	padding: 4px 15px;
	border-radius: 4px;
	font-size: 14px;}
#worksarc .pagination {
	margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  font-size: 20px;
  padding: 30px 0;}
#worksarc .page-btn {
  display: flex;
  align-items: center;
  gap: 24px;}
#worksarc .arrow {
  width: 26px;
  height: 26px;
  background: var(--color-accent);
  border-radius: 50%;
  position: relative;
  display: inline-block;}
#worksarc .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);}
#worksarc .arrow.left::before { transform: translate(-50%, -50%) rotate(-135deg);margin-left: 2px;}
#worksarc .arrow.right::before { transform: translate(-50%, -50%) rotate(45deg);margin-left: -2px;}
#worksarc .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;}
#worksarc .page-numbers a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: var(--color-accent);
  background: #fff;
  border-radius: 4px;}
#worksarc .page-numbers a.active {
  background: var(--color-accent);
  color: #fff;}
#worksarc .listback {
	padding: 0 80px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;}
@media screen and (max-width: 1280px) {
	#worksarc .photo { width: 50%;}
	#worksarc .textbox { width: 50%;}
	#thumbnailwrap li { width: calc(50% - 6px);}}
@media screen and (max-width: 768px) {
  #worksarc { padding: 56px 0 0;}
	#worksarc .title { padding-bottom: 40px; margin-bottom: 40px;}
	#worksarc .flex2 { flex-wrap: wrap;}
	#worksarc .photo { width: 100%;}
	#worksarc .textbox { width: 100%;}
	#mainimage { height: 65vw;}
	#thumbnailwrap { gap:8px;}
	#thumbnailwrap li{ width: calc(50% - 4px);}
	#thumbnailwrap li img { height: 28vw;}
	#worksarc .flex2 { gap:24px;}
  #worksarc .pagination {
		font-size: 15px; gap:20px;
		margin-top: 0;
		justify-content: space-between;
		padding: 40px 0;}
  #worksarc .page-numbers { font-size: 12px;gap:4px;}
  #worksarc .page-btn { gap:10px;}
  #worksarc .page-numbers a { width: 22px;height: 22px;line-height: 22px;}
	#worksarc .listback { padding: 0 30px;}}

/* -------------------------
   WORKS
------------------------- */
#works {
  position: relative;
  padding: 80px 0 56px;}
#works .contents {
  position: relative;
  z-index: 2;}
#works h1 { text-align: center;}
#works .list { margin-top: 24px;}
#works .list .item {
  position: relative;
  background: #fff;
  border: 2px var(--color-main) solid;
	border-radius: 0 10px 10px 10px;
  margin: 50px 12px 10px;
	width: 400px!important;}
#works .list .item .day {
  position: absolute;
  padding: 0 10px;
  border-radius: 8px 8px 0 0;
  top: -42px;;
  left: -2px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  height: 42px;
  background: var(--color-main);}
#works .list .item .day::after {
  content: "";
  display: block;
  position: absolute;
  right: -37px;
  top: 2px;
  width: 40px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  aspect-ratio: 1;
  background-color: var(--color-main);}
#works .list .item .photo {
  border-radius: 0 8px 0  0;
  overflow: hidden;}
#works .list .category {
  margin: 0 20px;
  display: flex;
  gap:4px;}
#works .list .category p {
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background:var(--color-main);}
#works .list .category p.public {background: var(--color-sub);}
#works .list .item h2 {
	height: 50px;
	display: flex;
  overflow: hidden;
	gap:24px;
	align-items: flex-start;
	line-height: 1.2;
	margin: 24px 20px 10px;}
#works .list .item img {
  height: 240px;
  width: 100%;
  object-fit: cover;}
#works .list .item a.view {
  align-items: center;
  margin: 24px auto;
  display: flex;
  line-height: 1;
  justify-content: center;
  gap:26px;}
#works .list .item .arrow {
	position: relative;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	background: var(--color-accent);}
#works .list .item .arrow::after {
	position: absolute;
	content: "";
  display: block;
	top: 9px;
	left: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);}
#works a.more { margin: 38px auto 0;}
#works .slick-prev, #works .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000bb;
  width: 40px;
  height: 80px;
  border-radius: 6px;}
#works .slick-next { right: -64px;}
#works .slick-prev { left: -64px;}
#works .slick-prev:before,#works .slick-next:before {
  content: "";
  display: block;
  position: relative;
  right: 4px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);}
#works .slick-prev:before {transform: rotate(-135deg);left: 3px;}

@media screen and (max-width: 768px) {
  #works { padding: 20px 0 0;}
  #works .list { margin-top: 10px;}
  #works .list .item { width: 280px!important; margin: 50px 4px 10px;}
  #works .slick-prev { left: -10px;z-index: 1;}
  #works .list .item .day { font-size: 16px;}
  #works .slick-next { right: -10px;}
  #works .list .item img { height: 200px;}
  #works .list .item h2 { height: auto; overflow:visible;}
  #works .list .item a.view { font-size: 14px;gap:8px;}
  #works a.more { margin: 28px auto 0;}}
