<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.filterList {
  font-size: 0;
}

.filterList .item {
  display: inline-block;
  max-width: calc((100% - 70px) / 4);
  width: 25%;
  margin-left: 14px;
  margin-bottom: 17px;
}



/* ======= */

.putList {
  font-size: 0;
}

.putList .item {
  position: relative;
  display: inline-block;
  max-width: calc((100% - 12px) / 2);
  width: 60%;
  margin-bottom: 12px;
}

.putList .item:nth-child(2n) {
  margin-left: 12px;
}

.putList .putImg img {
  width: 100%;
}

.putList .item .detail {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 35px 55px;
  box-sizing: border-box;
}

.putList .item .detail .topD {
  
}

.putList .item .detail .topD img {
  display: block;
  max-width: 150px;
  margin-right: 0;
  margin-left: auto;
  filter: brightness(100) invert(0);
}

.putList .item .detail .midD {
  margin-top: -100px;
  color: white;
  text-align: center;
}

.putList .item .detail .midD .p1 {
  font-size: 50px;
}

.putList .item .detail .midD .p2 {
  font-size: 120px;
  line-height: 135px;
  font-weight: bold;
  letter-spacing:50px;
}

.putList .item .detail .midD .p3 {
  font-size: 20px;
  letter-spacing: 12px;
}

.putList .item .detail .btmD {
  text-align: center;
}

.putList .item .detail .btmD span {
  display: inline-block;
  color: white;
  font-size: 15px;
}

.putList .item .detail .btmD .p1 {
  line-height: 22px;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: 2px;
  border: 1px solid white;
}

.putList .item .detail .btmD .p2 {
  line-height: 32px;
}

.putList .item .detail .btmD .p3 {
  
}

.putList .item:hover .putImg &gt; img {
  /*transform: scale(1.1);*/
}



.putList {
    padding: 15px 15px 200px;
    font-size: 0;
	overflow:hidden;
}


.greyBox {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    z-index: -1;
    opacity: 0;
    overflow-y: scroll;
    transform: translateX(-50%);
    transition: all 0.55s;
    background-color: rgba(255, 255, 255, 0);
}

.greyBox .floatBox {
    position: absolute;
    top: 45px;
    right: 115px;
}

.greyBox .floatBox .close {
    display: flex;
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    border-radius: 50px;
    background-color: white;
}

.greyBox .floatBox .close img {
    display: block;
    margin: auto;
}

.greyBox .floatBox dl {
    width: 370px;
    margin-right: 45px;
    padding: 75px 0 100px;
    background-color: white;
}

.greyBox .floatBox dl dt {
    margin-bottom: 50px;
    padding-left: 55px;
    font-size: 35px;
}

.greyBox .floatBox dl dt span {
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    vertical-align: baseline;
}

.greyBox .floatBox dl dd a {
    display: block;
    line-height: 50px;
    padding-left: 56px;
    font-size: 22px;
    transition: all .4s;
}

.greyBox .floatBox dl dd a:hover {
    color: white;
    background-color: var(--themaDeepBrown);
}

.greyBox.active {
    z-index: 1000;
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
  }
  
@media (max-width:1366px) {
}

@media (max-width:1024px) {
.putList .item{max-width: 100% !important; width:100% !important; margin:2% 0 !important;}
.greyBox .floatBox{ right:5%;} 
}

@media (max-width:768px) {
.putList{ padding-bottom:20%; padding-left:0; padding-right:0}
.filterList .item{max-width: calc((100% - 40px) / 2); width:50%;}
}

@media (max-width:640px) {
.putList .item .detail .topD img{ max-width:120px;}	
.putList .item .detail{ padding:5%;}	
.putList .item .detail .midD .p1{ font-size:30px;}	
.putList .item .detail .midD .p2{ font-size:65px; line-height:65px; letter-spacing:25px}
.putList .item .detail .midD .p3{ font-size:18px; }
.greyBox .floatBox dl{ width:90%; margin-right:0; padding:15% 0;}
.greyBox .floatBox{ width:85%;}
.greyBox .floatBox dl dt{ font-size:26px;}
.greyBox .floatBox dl dt,.greyBox .floatBox dl dd a{ padding-left:30px;}
.greyBox .floatBox dl dd a{ font-size:20px;}
.filterList{ padding:0 15px;}
.filterList .item{max-width:93%; width:93%; margin-left:0;}
}</pre></body></html>