@media screen and (min-width: 1025px), print {
  .info .row {
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
  }
  .info .main_content {
    position: relative;
  }
  .info .main_content:before {
    content: "";
    background-color: #fff;
    width: -webkit-calc(100% - 104px);
    width: -moz-calc(100% - 104px);
    width: calc(100% - 104px);
    position: absolute;
    top: -49px;
    left: 52px;
    z-index: 99;
    height: 49px;
  }
  .info .ct {
    padding-bottom: 115px;
  }
  .info h2 {
    position: relative;
    padding: 32px 0 15px;
    margin-bottom: 60px;
  }
  .info h2 span {
    font-size: 3.343rem;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #231815;
    line-height: 1;
  }
  .info h2::before, .info h2::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 5px;
    bottom: 0;
  }
  .info h2::before {
    background: #231815;
    left: 2px;
  }
  .info h2::after {
    background: #a99019;
    left: 57px;
  }
  .info time {
    font-size: 1.8rem;
    display: block;
    line-height: 22px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .info_txt {
    padding: 0 54px 59px 2px;
  }
  .info_item {
    border-bottom: 1px solid #e9e9e9;
    padding: 22px 9px 22px 0;
  }
  .info_item:not(:last-of-type) {
    margin-bottom: 2px;
  }
  .info_item:first-of-type {
    border-top: 1px solid #e9e9e9;
  }
  .info_item a {
    text-decoration: none;
    display: block;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
  }
  .info_item a:hover {
    -webkit-transform: scale(0.96);
       -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
  }
  .info_item a:after {
    clear: both;
    content: "";
    display: table;
  }
  .info_item a time {
    width: 173px;
    float: left;
    position: relative;
  }
  .info_item a time::after {
    content: "";
    display: block;
    position: absolute;
    background: #e61f19;
    width: 14px;
    height: 14px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 5px;
    right: 28px;
  }
  .info_item a p {
    font-size: 2rem;
    line-height: 22px;
    font-family: "Nunito Sans", sans-serif;
    text-align: justify;
    font-weight: 400;
    margin-left: 172px;
    text-overflow: ellipsis;
    letter-spacing: 0.4px;
    white-space: nowrap;
    overflow: hidden;
  }
  .info .pag ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .pag ul li {
    width: 44px;
    height: 44px;
  }
  .info .pag ul li a {
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
  }
  .info .pag ul li a:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn) {
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 44px;
    text-align: center;
    margin-right: 11px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn):nth-last-of-type(2) {
    margin-right: 0;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn).active, .info .pag ul li:not(.back_btn):not(.nxt_btn):hover {
    background: #000;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn).active a, .info .pag ul li:not(.back_btn):not(.nxt_btn):hover a {
    color: #fff;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn) a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
  }
  .info .pag ul li.back_btn, .info .pag ul li.nxt_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .info .pag ul li.back_btn a, .info .pag ul li.nxt_btn a {
    width: 16px;
    height: 14px;
  }
  .info .pag ul li.back_btn a.pre, .info .pag ul li.nxt_btn a.pre {
    background: url(../images/pre.png) no-repeat;
  }
  .info .pag ul li.back_btn a.pre:hover, .info .pag ul li.nxt_btn a.pre:hover {
    background: url(../images/pre_hv.png) no-repeat;
  }
  .info .pag ul li.back_btn a.next, .info .pag ul li.nxt_btn a.next {
    background: url(../images/next.png) no-repeat;
  }
  .info .pag ul li.back_btn a.next:hover, .info .pag ul li.nxt_btn a.next:hover {
    background: url(../images/next_hv.png) no-repeat;
  }
  .info .pag ul li.back_btn {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info .pag ul li.nxt_btn {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .info_detail time {
    margin-bottom: 9px;
  }
  .info_detail h3 {
    font-size: 3.4rem;
    line-height: 38px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 1.7px;
    margin-bottom: 32px;
  }
  .info_detail p {
    font-size: 2rem;
    line-height: 28px;
    color: #000;
    margin: 34px 0 106px;
    letter-spacing: 0.35px;
  }
  .info_detail .back {
    position: relative;
    width: 201px;
    height: 50px;
    background: #a99019;
    -moz-border-radius: 25px;
         border-radius: 25px;
    color: #fff;
    font-size: 2.475rem;
    line-height: 50px;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    display: block;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    text-align: center;
  }
  .info_detail .back:hover {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .info_detail .back::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/back.png) no-repeat;
    left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .info .ct {
    padding: 9.11458vw 0 17.1875vw;
  }
  .info .row {
    padding: 0 3.90625vw;
  }
  .info h2 {
    position: relative;
    margin-bottom: 9.11458vw;
    padding-bottom: 3.90625vw;
    text-align: center;
  }
  .info h2 span {
    font-size: 7.77344vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #231815;
    line-height: 1;
  }
  .info h2::before, .info h2::after {
    content: "";
    position: absolute;
    width: 12.36979vw;
    height: 1.17188vw;
    bottom: 0;
  }
  .info h2::before {
    background: #231815;
    left: 50%;
  }
  .info h2::after {
    background: #a99019;
    right: 50%;
  }
  .info time {
    font-size: 4.16667vw;
    display: block;
    line-height: 5.72917vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .info p {
    font-size: 3.90625vw;
    line-height: 4.6875vw;
    font-family: "Nunito Sans", sans-serif;
    text-align: justify;
    font-weight: 400;
  }
  .info_txt {
    padding: 0 0 7.8125vw 0;
  }
  .info_item {
    border-bottom: 1px solid #e9e9e9;
    padding: 5.20833vw 0;
  }
  .info_item:not(:last-of-type) {
    margin-bottom: 0.52083vw;
  }
  .info_item:first-of-type {
    border-top: 1px solid #e9e9e9;
  }
  .info_item a {
    text-decoration: none;
    display: block;
    color: #000;
  }
  .info_item a time {
    width: 30.46875vw;
    position: relative;
  }
  .info_item a time::after {
    content: "";
    display: block;
    position: absolute;
    background: #e61f19;
    width: 3.125vw;
    height: 3.125vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .info_item a p {
    text-overflow: ellipsis;
    word-wrap: break-word;
    letter-spacing: 0.05208vw;
  }
  .info .pag ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info .pag ul li {
    width: 10.15625vw;
    height: 10.15625vw;
  }
  .info .pag ul li:nth-child(5) {
    margin-right: 0;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn) {
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #000;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 4.42708vw;
    line-height: 10.15625vw;
    text-align: center;
    margin-right: 2.86458vw;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn):nth-last-of-type(2) {
    margin-right: 0;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn).active, .info .pag ul li:not(.back_btn):not(.nxt_btn):hover {
    background: #000;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn).active a, .info .pag ul li:not(.back_btn):not(.nxt_btn):hover a {
    color: #fff;
  }
  .info .pag ul li:not(.back_btn):not(.nxt_btn) a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
  }
  .info .pag ul li.back_btn, .info .pag ul li.nxt_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .info .pag ul li.back_btn a, .info .pag ul li.nxt_btn a {
    width: 4.16667vw;
    height: 3.64583vw;
  }
  .info .pag ul li.back_btn a.pre, .info .pag ul li.nxt_btn a.pre {
    background: url(../images/pre.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info .pag ul li.back_btn a.next, .info .pag ul li.nxt_btn a.next {
    background: url(../images/next.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .info .pag ul li.back_btn {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info .pag ul li.nxt_btn {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .info_detail time {
    margin-bottom: 2.34375vw;
  }
  .info_detail h3 {
    font-size: 4.94792vw;
    line-height: 5.20833vw;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #000;
    margin-bottom: 3.90625vw;
  }
  .info_detail figure {
    margin-bottom: 3.90625vw;
  }
  .info_detail .back {
    width: 46.875vw;
    display: block;
    margin: 6.51042vw auto 0;
    height: 9.76562vw;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    color: #fff;
    font-size: 4.94792vw;
    line-height: 9.76562vw;
    text-decoration: none;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    position: relative;
    text-align: center;
    background: #a99019;
  }
  .info_detail .back::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.64583vw;
    height: 3.125vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/back.png) no-repeat;
    left: 2.60417vw;
  }
}
