/* BASIC css start */
/* BASIC css start */

#header {
  box-shadow: rgb(229 229 229) 0px -1px 0px 0px inset;
}

#akiCollection .collectionWrap {
  margin-bottom: 170px;
  position: relative;
  overflow: hidden;
}

#akiCollection .collectionWrap .collectionList {
  display: none;
  position: relative;
}

#akiCollection .collectionWrap .collectionList:first-child.isNowShowBox {
  display: block;
}

#akiCollection .collectionWrap .collectionList:after {
  display: block;
  clear: both;
  content: '';
}

#akiCollection .collectionWrap .mediaMore {
  display: none;
  padding-top: 30px;
  text-align: center;
}

#akiCollection .collectionWrap .mediaMore a {
  display: inline-block;
  width: 165px;
  height: 45px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 45px;
  border: 1px solid #000;
}

#akiCollection .collectionWrap .mediaMore i {
  margin-left: 5px;
  line-height: 45px;
  vertical-align: top;
}

#contentWrap_custom {
  width: 93%;
  margin: 0 auto;
}

.pageTitle {
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  width: 98%;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 0px;
}

.collectionList .collectionFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}

.collectionList .collectionFlex > div {
  width: 31.5%;
  margin: 35px 0;
}

.collectionList .collectionFlex > div:nth-child(1),
.collectionList .collectionFlex div:nth-child(2),
.collectionList .collectionFlex div:nth-child(3) {
  margin-top: 20px;
}

.collectionList .collectionFlex div img {
  width: 100%;
  /*ÀÌ¹ÌÁö ¼¼·Î»çÀÌÁî*/
  height: 750px;
}

.collectionFont {
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}

.collectionFont .summary {
  font-weight: 500;
  font-size: 16px;
}

.collectLayoutBox {
  overflow: hidden;
  width: 100%;
}

.collectLayoutBox img {
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.collectionContent .collectLayoutBox:hover img {
  transform: scale(1.02);
  filter: brightness(105%);
}

.collectionList .collectionFlex > .collectionContent.placeholder {
  visibility: hidden; /* ¾Èº¸ÀÌ°Ô! */
  pointer-events: none;
  margin: 35px 0;
}

p, a, h1, h2, h3, h4, h5, h6 {
  transform: skew(-0.1deg);
}
/* BASIC css end */

