/***********************************************
 sub-stage
************************************************/
#sub-stage{
    background: #e1f3ef;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
}
#sub-stage:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    max-width: 1118px;
    width: 100%;
    padding-top: 25%;
    background: url(../images/common/seat.svg) no-repeat;
    background-size: cover;
}
@media screen and (min-width: 1118px) {
#sub-stage:before{
    width: 1118px;
    padding-top: 0;
    height: 285px;
}
}
#sub-stage .inner{
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
}
#sub-stage .inner h1{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#sub-stage .inner h1 img{
    width: 100%;
    height: auto;
}
#sub-stage .inner .period-title{
    padding: 20px;
    margin: 30px 0 0 0;
    background: #fff;
    border: 4px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
#sub-stage .inner .period-title:before{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    border-top: 30px solid var(--main-color);
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
}
#sub-stage .inner .period-title:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -24px;
    border-top: 30px solid #fff;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
}
#sub-stage .inner .period-title strong{
    padding: 0 5px;
    background-image: linear-gradient(90deg, #88eeb3, #ffff22);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 40%;
    font-size: 17px;
}
#sub-stage .inner .period-title span{
    display: block;
    margin: 15px 0;
}
#sub-stage .inner .period-title h2{
    font-size: 50px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 130%;
}
#sub-stage .desk{
    margin: 50px 0 0 0;
    padding: 0 0 100px 0;
    text-align: center;
    background: url(../images/common/glid.svg) no-repeat;
    background-position: center bottom;
    background-size: 1400px 220px;
}
#sub-stage .desk img{
    animation: dsk 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes dsk {
0% {
  transform: translateY(70px);
}
100% {
  transform: translateY(0px);
      opacity: 1;
}
}
@media screen and (min-width: 1400px) {
#sub-stage .desk{
    background-size: 100% auto;
}
}
/*** triangle ******************************/
#sub-stage .triangle li{
    position: absolute;
    content: "";
    z-index: 3;
}
#sub-stage .triangle li:nth-of-type(1){
    top: 50%;
    left: -7%;
    width: 8%;
    padding-top: 7.9%;
    background: url(../images/common/tr-1.svg) no-repeat;
    background-size: cover;
    animation: tr1 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr1 {
  100% {
    top: 50%;
    left: 3%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(2){
    top: 10%;
    left: 0;
    width: 4%;
    padding-top: 4%;
    background: url(../images/common/tr-2.svg) no-repeat;
    background-size: cover;
    animation: tr2 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr2 {
  100% {
    top: 20%;
    left: 10%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(3){
    top: 17%;
    left: 10%;
    width: 11%;
    padding-top: 11%;
    background: url(../images/common/tr-3.svg) no-repeat;
    background-size: cover;
    animation: tr3 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr3 {
  100% {
    top: 27%;
    left: 20%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(4){
    top: 73%;
    left: 8%;
    width: 9%;
    padding-top: 8.4%;
    background: url(../images/common/tr-4.svg) no-repeat;
    background-size: cover;
    animation: tr4 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr4 {
  100% {
    top: 63%;
    left: 18%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(5){
    top: 17%;
    right: 10%;
    width: 10.9%;
    padding-top: 10.5%;
    background: url(../images/common/tr-5.svg) no-repeat;
    background-size: cover;
    animation: tr5 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr5 {
  100% {
    top: 27%;
    right: 20%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(6){
    top: 80%;
    right: 10%;
    width: 5.3%;
    padding-top: 5%;
    background: url(../images/common/tr-6.svg) no-repeat;
    background-size: cover;
    animation: tr6 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr6 {
  100% {
    top: 70%;
    right: 20%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(7){
    top: 68%;
    right: 0;
    width: 5.3%;
    padding-top: 5%;
    background: url(../images/common/tr-7.svg) no-repeat;
    background-size: cover;
    animation: tr7 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr7 {
  100% {
    top: 58%;
    right: 10%;
    opacity: 1;
  }
}
#sub-stage .triangle li:nth-of-type(8){
    top: 15%;
    right: -5%;
    width: 4%;
    padding-top: 4%;
    background: url(../images/common/tr-8.svg) no-repeat;
    background-size: cover;
    animation: tr8 1s;
    animation-timing-function:ease-in-out;
    animation-fill-mode : forwards;
    opacity: 0;
}
@keyframes tr8 {
  100% {
    top: 25%;
    right: 5%;
    opacity: 1;
  }
}
/***********************************************
 sub-contents
************************************************/
#sub-contents{
    background: #e1f3ef;
    padding-bottom: 100px;
    position: relative;
}
#sub-contents:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 18px;
    background: url(../images/common/note.svg) repeat-x;
}
#sub-contents .phone{
    display: none;
}
#sub-contents .board{
    width: calc(90% - 120px);
    margin: 0 auto;
    max-width: calc(1200px - 120px);
    background: #80708d;
    color: #fff;
    border-radius: 20px 20px 6px 6px;
    padding: 60px 60px 105px 60px;
    font-weight: 500;
    position: relative;
}
#sub-contents .board:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    border-radius: 0 0 6px 6px;
    background: #fbd3a7;
}
#sub-contents .board:after{
    position: absolute;
    content: "";
    right: 30px;
    bottom: 25px;
    width: 253px;
    height: 81px;
    background: url(../images/common/board-obj.svg) no-repeat;
    background-size: cover;
    background-position: left bottom;
}
#sub-contents .board h1{
    font-size: 32px;
    line-height: 130%;
    color: var(--sub-color);
    position: relative;
    padding-left: 170px;
    min-height: 145px;
    display: flex;
    align-items: center;
    margin: 0 0 35px 0;
}
#sub-contents .board h1:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 145px;
}
.period-1 .board h1:before{
    background: url(../images/common/period-1.svg) no-repeat;
    background-size: cover;
}
.period-2 .board h1:before{
    background: url(../images/common/period-2.svg) no-repeat;
    background-size: cover;
}
.period-3 .board h1:before{
    background: url(../images/common/period-3.svg) no-repeat;
    background-size: cover;
}
.period-4 .board h1:before{
    background: url(../images/common/period-4.svg) no-repeat;
    background-size: cover;
}
.period-5 .board h1:before{
    background: url(../images/common/period-5.svg) no-repeat;
    background-size: cover;
}
.period-6 .board h1:before{
    background: url(../images/common/period-6.svg) no-repeat;
    background-size: cover;
}
#sub-contents .board .check-list {
    margin: 30px 0;
}
#sub-contents .board .check-list li{
    font-size: 20px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
#sub-contents .board .check-list li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 33px;
    background: url(../images/common/check.svg) no-repeat;
    background-size: cover;
}
#sub-contents .board .problem .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.period-1 .board .problem .row .column-l,
.period-3 .board .problem .row .column-l,
.period-4 .board .problem .row .column-l,
.period-5 .board .problem .row .column-l,
.period-6 .board .problem .row .column-l{
    width: 55%;
}
.period-1 .board .problem .row .column-r,
.period-3 .board .problem .row .column-r,
.period-4 .board .problem .row .column-r,
.period-5 .board .problem .row .column-r,
.period-6 .board .problem .row .column-r{
    width: 42%;
}
.period-1 .board .problem .row .column-r img,
.period-3 .board .problem .row .column-r img,
.period-4 .board .problem .row .column-r img,
.period-5 .board .problem .row .column-r img,
.period-6 .board .problem .row .column-r img{
    width: 100%;
    height: auto;
}
/** .period-2
************************************************/
.period-2 .board .problem .row .column-l{
    width: 48% !important;
}
.period-2 .board .problem .row .column-r{
    width: 48% !important;
}
.period-2 .board .problem .row .column-l img,
.period-2 .board .problem .row .column-r img{
    width: 100% ;
    height: auto;
}
/***********************************************
 solution
************************************************/
#sub-contents .board .solution{
    width: 100%;
    border: 6px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 70px 40px;
    margin-top: 80px;
    text-align: center;
    position: relative;
}
#sub-contents .board .solution:before{
    position: absolute;
    content: "";
    left: 50px;
    top: -70px;
    width: 270px;
    height: 181px;
    background:#80708d url(../images/common/solution-t.svg)no-repeat;
    background-size: cover;
}
#sub-contents .board .solution .doctor{
    max-width: 170px;
    margin: 15px auto;
    position: relative;
    z-index: 2;
}
#sub-contents .board .solution .doctor img{
    width: 100%;
    height: auto;
}
#sub-contents .board .solution h2{
    font-size: 60px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 30px;
}
#sub-contents .board .solution h2 span{
    padding: 0 5px;
    background-image: linear-gradient(90deg, #88eeb3, #ffff22);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 15%;
}
#sub-contents .board .solution h2 span small{
    font-size: 13px;
}
#sub-contents .board .solution .column-1{
    margin: 30px auto;
    max-width: 820px;
}
#sub-contents .board .solution .column-1 img{
    width: 100%;
    height: auto;
}
#sub-contents .board .solution h3{
    font-size: 46px;
    font-weight: 700;
    line-height: 130%;
    margin: 50px 0 30px 0;
}
#sub-contents .board .solution h3 span{
    display: block;
}
#sub-contents .board .solution .row{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sub-contents .board .solution .row{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.period-1 .board .solution .row .column-l{
    width: 60%;
    text-align: left;
}
.period-1 .board .solution .row .column-l h4{
    font-size: 30px;
    line-height: 130%;
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 30px 0;
}
.period-1 .board .solution .row .column-l h4:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3.5%;
    background: url(../images/common/line.svg) no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
}
.period-1 .board .solution .row .column-r{
    width: 35%;
}
.period-1 .board .solution .row .column-r img{
    width: 100%;
    height: auto;
}
.period-1 .board .solution .row .column-l ul{
    margin: 0 0 30px 0;
}
.period-1 .board .solution .row .column-l ul li{
    padding: 0 0 0 10px;
    position: relative;
    font-size: 18px;
}
.period-1 .board .solution .row .column-l ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
}
.period-1 .board .solution .row .column-l strong{
    color: var(--sub-color);
    display: block;
    font-weight: 500;
    margin: 10px 0 0 0;
    font-size: 18px;
}
ol.fusen-list{
    text-align: left;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ol.fusen-list li{
    color: #80708d ;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    align-items: center;
    width: calc(48% - 45px);
    height: 82px;
    padding:0 10px 0 35px;
    background: url(../images/common/fusen.svg) no-repeat;
    background-size: auto 100%;
    margin: 0 0 10px 0;
}
ol.temper-list{
    text-align: left;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}
ol.temper-list li{
    background: #6e5d82;
    padding: 15px 160px 15px 20px;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
}
ol.temper-list li span{
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 20px;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 30px;
}
ol.temper-list li span.rnk-1{
    background: #ff7900;
}
ol.temper-list li span.rnk-2{
    background: linear-gradient(to right, #00baff, #ff7900);
}
ol.temper-list li span.rnk-3{
    background: #368bf9;
}
ol.temper-list li span.rnk-4{
    background: #5097ff;
}
ol.temper-list li span.rnk-5{
    background: #50b0ff;
}
ol.temper-list li span.rnk-6{
    background: #39ccff;
}
/***********************************************
 buck-bt
************************************************/
.back-bt{
    width: 90%;
    margin: 80px auto 20px auto;
    display: flex;
    justify-content: center;
}
.back-bt li a{
    color: var(--main-color);
    font-size: 26px;
    background:  var(--main-color);
    padding: 20px;
    border-radius: 60px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}
/***********************************************
 more-list
************************************************/
#sub-contents .board .more-list{
    max-width: 870px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sub-contents .board .more-list li {
    width: 49%;
    padding-top: 50px;
    position: relative;
}
#sub-contents .board .more-list li:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 3px;
    height: 65px;
    background: #fff;
    z-index: 2;
}
#sub-contents .board .more-list li a{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-align: center;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
#sub-contents .board .more-list li a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -7px;
    margin: auto;
    width: 45px;
    height: 15px;
    background: #80708d;
}
#sub-contents .board .more-list li a:hover {
    color: var(--sub-color);
}
/***********************************************
 pagination
************************************************/
#pagination ul{
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#pagination ul li {
    width: 48%;
    position: relative;
}
#pagination ul li:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: #fbd3a7;
    border-radius: 0 0 6px 6px;
}
#pagination ul li a{
    display: block;
    font-size: 32px;
    line-height: 130%;
    font-weight: 700;
    color: var(--sub-color);
    background: #80708d;
    padding: 25px 25px 40px 25px;
    border-radius: 10px 10px 6px 6px;
    position: relative;
}
#pagination ul li a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 31px;
    height: 54px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a span{
    position: relative;
    padding-left: 130px;
    padding-right: 35px;
    min-height: 110px;
    display: flex;
    align-items: center;
}
#pagination ul li a span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 115px;
    height: 110px;
}
#pagination ul li a .pd1:before{
    background: url(../images/common/period-1.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a .pd2:before{
    background: url(../images/common/period-2.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a .pd3:before{
    background: url(../images/common/period-3.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a .pd4:before{
    background: url(../images/common/period-4.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a .pd5:before{
    background: url(../images/common/period-5.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a .pd6:before{
    background: url(../images/common/period-6.svg) no-repeat;
    background-size: cover;
}
@media screen and (max-width: 980px) {
/***********************************************
 sub-contents
************************************************/
#sub-contents .board{
    width: calc(90% - 60px);
    max-width: calc(1200px - 60px);
    padding: 50px 30px 105px 30px;
}
#sub-contents .board h1{
    font-size: 30px;
    padding-left: 120px;
    min-height: 106px;
}
#sub-contents .board h1:before{
    width: 110px;
    height: 106px;
}
#sub-contents .board .check-list li{
    font-size: 18px;
}
/***********************************************
 more-list
************************************************/
#sub-contents .board .more-list li a{
    font-size: 22px;
    height: 80px;
}
/***********************************************
 pagination
************************************************/
#pagination ul li a{
    font-size: 24px;
    padding: 10px 10px 50px 10px;
}
#pagination ul li a:before{
    top: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 22px;
    height: 39px;
}
#pagination ul li:first-child a:before{
    background: url(../images/common/ar-r.svg) no-repeat;
    background-size: cover;
}
#pagination ul li a span{
    padding-top: 85px;
    padding-left: 0;
    padding-right: 20px;
    min-height: auto;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
#pagination ul li a span:before{
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    width: 80px;
    height: 77px;
}
}
@media screen and (max-width: 850px) {
/***********************************************
 solution
************************************************/
#sub-contents .board .solution h3 span{
    display: inline;
}
}
@media screen and (max-width: 768px) {
/***********************************************
 sub-contents
************************************************/
.period-1 .board .problem .row .column-l,
.period-3 .board .problem .row .column-l,
.period-4 .board .problem .row .column-l,
.period-5 .board .problem .row .column-l,
.period-6 .board .problem .row .column-l{
    width: 100%;
    margin-bottom: 10px;
}
.period-1 .board .problem .row .column-r,
.period-3 .board .problem .row .column-r,
.period-4 .board .problem .row .column-r,
.period-5 .board .problem .row .column-r,
.period-6 .board .problem .row .column-r{
    width: 100%;
}
/** .period-2
************************************************/
.period-2 .board .problem .row .column-l{
    width: 100% !important;
    margin-bottom: 40px;
}
.period-2 .board .problem .row .column-r{
    width: 100% !important;
}
/***********************************************
 solution
************************************************/
.period-1 .board .solution .row .column-l{
    width: 100%;
    margin-bottom: 20px;
}
.period-1 .board .solution .row .column-r{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 sub-stage
************************************************/
#sub-stage .inner{
    margin: 40px auto 0 auto;
}
#sub-stage .inner h1{
    width: 100%;
}
#sub-stage .inner .period-title{
    padding: 20px 10px;
    border: 3px solid var(--main-color);
}
#sub-stage .inner .period-title h2{
    font-size: 36px;
    line-height: 120%;
}
/*** triangle ******************************/
#sub-stage .triangle li:nth-of-type(1){
    width: 10%;
    padding-top: 9.9%;
}
#sub-stage .triangle li:nth-of-type(4){
    width: 11%;
    padding-top: 10.3%;
}
#sub-stage .triangle li:nth-of-type(6){
    width: 10%;
    padding-top: 9.4%;
}
#sub-stage .triangle li:nth-of-type(7){
    width: 8%;
    padding-top: 7.5%;
}
/***********************************************
 sub-contents
************************************************/
#sub-contents .pc{
    display: none;
}
#sub-contents .phone{
    display: block;
}
#sub-contents .board{
    width: calc(90% - 30px);
    max-width: calc(1200px - 30px);
    padding: 30px 15px 105px 15px;
}
#sub-contents .board:after{
    right: 15px;
    width: 170px;
    height: 55px;
}
#sub-contents .board h1{
    padding-left: 0;
    padding-top: 120px;
    min-height: auto;
    display: block;
}
#sub-contents .board h1:before{
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
}
/***********************************************
 solution
************************************************/
#sub-contents .board .solution{
    border: 3px solid #fff;
    padding: 70px 20px 20px 20px;
    text-align: left;
}
#sub-contents .board .solution:before{
    left: 20px;
    top: -40px;
    width: 160px;
    height: 108px;
}
#sub-contents .board .solution .doctor{
    max-width: 120px;
}
#sub-contents .board .solution h2{
    font-size: 36px;
}
#sub-contents .board .solution h3{
    font-size: 28px;
}
#sub-contents .board .solution .row .column-l h4{
    font-size: 24px;
}
#sub-contents .board .solution .row:last-child{
    margin-bottom: 20px;
}
ol.fusen-list li{
    font-size: 16px;
    width: calc(100% - 45px);
}
ol.temper-list li{
    font-size: 16px;
    padding: 15px 10px;
    display: block;
    position: static;
    margin-bottom: 10px;
}
ol.temper-list li span{
    position: static;
    top: auto;
    right: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    font-size: 16px;
    display: block;
    margin: 5px 0 0 0;
    text-align: center;
}
/***********************************************
 buck-bt
************************************************/
.back-bt li a{
    font-size: 5vw;
}
/***********************************************
 more-list
************************************************/
#sub-contents .board .more-list li a{
    font-size: 5vw;
    height: 65px;
}
#sub-contents .board .more-list li {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 25px;
}
#sub-contents .board .more-list li:before{
    height: 55px;
}
/***********************************************
 pagination
************************************************/
#pagination ul li {
    width: 100%;
}
#pagination ul li:first-child {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {
}