<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #main .rallyArea .rallyBlock
----------------------------------------------------------*/
#main .rallyArea .rallyBlock {
  margin-top: 80px;
}
#main .rallyArea .rallyBlock:first-child {
  margin-top: 0;
}
#main .rallyArea .rallyBlock .blockTit {
  margin-bottom: 45px;
  padding-bottom: 2px;
  border-bottom: 3px double #00abec;
  font-size: 30px;
  line-height: 1.2;
}
#main .rallyArea .rallyBlock .blockMain .list {
  margin-top: -40px;
  margin-left: -20px;
}
#main .rallyArea .rallyBlock .blockMain .list:after {
  display: block;
  clear: both;
  content: '';
}
#main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox {
  float: left;
  margin-top: 40px;
  margin-left: 20px;
  width: 225px;
}
#main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox .infoRow {
  position: relative;
  margin-bottom: 8px;
  border-bottom: 1px solid #addaec;
}
#main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox .infoRow .year {
  color: #addaec;
  letter-spacing: -.01em;
  font-style: italic;
  font-size: 40px;
  font-family: 'Times New Roman',Century,serif;
  line-height: 1.0;
}
#main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox .infoRow .name {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  letter-spacing: -.01em;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 1219px) {
  #main .rallyArea .rallyBlock .blockTit.blockTit-small {
    font-size: 26px;
  }
  #main .rallyArea .rallyBlock .blockMain .list {
    margin-left: 0;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox {
    margin-left: 4%;
    width: 48%;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #main .rallyArea .rallyBlock {
    margin-top: 1px;
  }
  #main .rallyArea .rallyBlock .blockTit {
    position: relative;
    margin-bottom: 0;
    padding: 9px 50px 9px 17px;
    border-bottom: 3px double transparent;
    background: #00abec;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
  }
  #main .rallyArea .rallyBlock .blockTit:hover {
    opacity: .8;
  }
  #main .rallyArea .rallyBlock .blockTit:after {
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    margin-top: -10px;
    width: 19px;
    height: 19px;
    background: url('../../common/images/icn_arrow_down.png') left top no-repeat;
    -webkit-background-size: 19px auto;
            background-size: 19px auto;
    content: '';
  }
  #main .rallyArea .rallyBlock .blockTit.blockTit-small {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
  }
  #main .rallyArea .rallyBlock .blockMain {
    display: none;
  }
  #main .rallyArea .rallyBlock .blockMain .list {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox {
    float: none;
    margin: 40px auto 0;
    max-width: 480px;
    width: 100%;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox:nth-child(2n+1) {
    margin-left: auto;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox .infoRow {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox .infoRow .year {
    font-size: 60px;
  }
  #main .rallyArea .rallyBlock .blockMain .list &gt; .tempBox .infoRow .name {
    bottom: 3px;
    font-size: 20px;
  }
  #main .rallyArea .rallyBlock.is-open .blockTit {
    border-color: #00abec;
    background-color: #ffffff;
    color: #00abec;
  }
  #main .rallyArea .rallyBlock.is-open .blockTit:after {
    background-image: url('../../common/images/icn_arrow_up.png');
  }
}

/* #main .movieBox
----------------------------------------------------------*/
#main .movieBox {
  display: block;
  color: inherit;
  text-decoration: none;
}
#main .movieBox .photo {
  display: block;
}
#main .movieBox .photo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main .movieBox .btn {
    padding: 7px 0;
  }
}
</pre></body></html>