@charset "utf-8";

h5{font-size: 30px; color: #1e64dc; font-weight: 700; line-height: 140%;}
h3{font-size: 48px; font-weight: 700; line-height: 120%;}
.subtitle{font-size: 24px; font-weight: 400; line-height: 140%;}
.subtitle span{font-weight: 700;}
.text{font-size: 18px; line-height: 130%;}
main{width: 100%; word-break: keep-all; overflow: hidden;}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
/******************** mainviwual********************* */
.gemini-main-visual{
    width: 100%;
    height: 664px;
    position: relative;
    overflow: hidden;
}
.gemini-main-visual .main-bg{
    position: absolute;
    top: 0;
    width: 140%;
    max-width: none;
    left: -30%;
    height: 100%;
}

.gemini-main-visual .main-wrap{
    width: 1320px;
    margin: auto;
    position: relative;
    padding-top: 140px;
}
.gemini-main-visual .main-wrap .box-text{
    font-size: 22px;
    background-color: #fff;
    padding: 0 30px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    line-height: 36px;
    margin: 40px 0 24px;
}
.gemini-main-visual .main-wrap .box-text span{
    font-weight: 700;
}
.gemini-main-visual .main-wrap .title{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 24px;
}
.gemini-main-visual .main-wrap .subtitle{
    width: 70%;
}
.gemini-main-visual .main-wrap .btn{
    margin-top: 48px;
}
.gemini-main-visual .main-wrap .btn a{
    width: 260px;
    height: 64px;
    border-radius: 32px;
    background-color: #1e64dc;
    display: block;
    line-height: 62px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: .3s;
}
.gemini-main-visual .main-wrap .btn a:hover{
    background-color: #fff;
    box-shadow: 1px 1px 4px #ddd;
    color: #1e64dc;
}
.gemini-main-visual .main-img{
    position: absolute;
    right: 10%;
    top: 55%;
    transform: translateY(-55%);
    opacity: 0;

    animation: fadeInUp 3s ease forwards,
               float 6s ease-in-out infinite 1s,
               rotateSoft 8s ease-in-out infinite 1s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-45%) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(-55%) scale(1);
    }
}
@keyframes float {
    0% {
        transform: translateY(-55%);
    }
    50% {
        transform: translateY(-60%);
    }
    100% {
        transform: translateY(-55%);
    }
}
@keyframes rotateSoft {
    0% {
        rotate: 0deg;
    }
    50% {
        rotate: 3deg;
    }
    100% {
        rotate: 0deg;
    }
}
/********************cont1********************* */
.cont1-gemini{
    width: 100%;
}
.cont1-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
}
.cont1-wrap .title-img{
    margin-bottom: 30px;
}
.cont1-wrap .title-img img{
    height: 100%;
}
.cont1-wrap .box-wrap{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.cont1-wrap .box-wrap .box{
    width: calc(50% - 20px);
    height: 280px;
    display: flex;
    align-items: center;
    border: 3px solid #ddd;
    border-radius: 10px;
    padding: 20px 0;
    transition: .3s;
}
.cont1-wrap .box-wrap .box:hover{
    border: 3px solid #00cdff;
    box-shadow: 0 0 10px #00ccff52;
}
.cont1-wrap .box-wrap .box .img-wrap{
    width: 22%;
    height: 100%;
    position: relative;
    border-right: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont1-wrap .box-wrap .box .text-wrap{
    width: 78%;
    padding: 30px;
}
.cont1-wrap .box-wrap .box .text-wrap .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 120%;
}
.cont1-wrap .box-wrap .box:hover .text-wrap .title{
    color: #1e64dc;
}
.cont1-wrap .box-wrap .box .text-wrap p{
    font-size: 18px;
    line-height: 140%;
}
.cont1-wrap .box-wrap .box .text-list{
    font-size: 18px;
    line-height: 140%;
}
.cont1-wrap .box-wrap .box .text-list li{
    margin-bottom: 8px;
    padding-left: 8px;
    position: relative;
}
.cont1-wrap .box-wrap .box .text-list li::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #1e64dc;
    position: absolute;
    left: 0;
    top: 9px;
}
.cont1-wrap .box-wrap .box .text-list li span{
    font-weight: 700;
}

/********************cont2********************* */
/* ******cont2-banner****** */
.cont2-gemini-hist{
    width:100%;
}
.banner-cont{
    width: 100%;
    background-color: #051469;
    padding: 120px 0;
    position: relative;
}
.banner-cont .banner-wrap{
    text-align: center;
}
.banner-cont h3{
    color: #fff;
    margin-bottom: 30px;
}
.banner-cont .subtitle{
    color: #00cdff;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-cont .text{
    color: #fff;
    position: relative;
    z-index: 2;
}
.banner-cont .text span{
    font-weight: 700;
}
.banner-cont .hist-img{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-cont .premier{
    opacity: .9;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
/* ******cont2-table****** */
.table-cont {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
}
.table-wrap {
    padding: 120px 0;
    width: 90%;
    margin: auto;
}
.table-wrap .fade-item {
  opacity: 0;
  transform: translateY(40px);
  font-size: 40px;
}
.table-wrap .fade-item.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}
.table-wrap .gemini-box {
  margin: 80px auto 20px;
  width: 480px;
  padding: 24px;
  border: 2px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 205, 255, 0.5);
}
.table-wrap .gemini-box img {
  width: 70%;
}
/* line */
.table-wrap .line{
    position: absolute;
    background: #fff;
}
.table-wrap .line-wrap {
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 20px;
}
.table-wrap .line.vertical {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 0;
    background: #fff;
    transform: translateX(-50%);
}
.table-wrap .line.horizontal {
    top: 60px;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
}
.table-wrap .line.down{
    top: 60px;
    width: 2px;
    height: 0;
}
.table-wrap .line.down.left {
    left: 10%;
}
.table-wrap .line.down.center {
    left: 50%;
    transform: translateX(-50%);
}
.table-wrap .line.down.right {
    right: 10%;
}
.table-wrap .card-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.table-wrap .card{
  width: calc((100% - 80px) / 3);
}
/* 카드 타이틀 */
.table-wrap .title-box {
    height: 80px;
    line-height: 78px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
}
.table-wrap .title-box.red { background: #ea4335; }
.table-wrap .title-box.yellow { background: #fbbc04; }
.table-wrap .title-box.green { background: #38aa56; }
.table-wrap .icon-table{
    width: 100%;
    border-radius: 10px;
    background-color: #222;
}
.table-wrap .icon-table li {
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #29abfa;
    padding: 0 20px;
}
.table-wrap .icon-table li:last-child{
    border: none;
}
.table-wrap .img-wrap {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.table-wrap .img-wrap img {
  object-fit: cover;
}
.table-wrap .icon-table .text{
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400 ;
}
.table-wrap .badge {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px 14px;
  border-radius: 24px;
  background: #111;
  font-size: 12px;
  opacity: 0;
  transform: translateY(20px);
  font-size: 18px;
  font-weight: 300;
}
.table-wrap .badge.show {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}

/********************cont3-service********************* */
.cont3-core-service{
    width: 100%;
    background-color: #e1f0ff;
}
.cont3-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
}
.cont3-wrap h3{
    text-align: center;
    color: #1e64dc;
    margin-bottom: 30px;
}
.cont3-wrap .subtitle{
    text-align: center;
    font-weight: 700;
}
.cont3-wrap .box-wrap{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 40px;
}
.cont3-wrap .box-wrap > li{
    width: calc((100% - 80px ) / 3);
    background-color: #fff;
    border: 3px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}
.cont3-wrap .box-wrap > li .img-wrap{
    width: 88px;
    aspect-ratio: 1;
    border-radius: 44px;
    background-color: #1e64dc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.cont3-wrap .box-wrap > li .img-wrap img{
    object-fit: cover;
}
.cont3-wrap .box-wrap > li .title{
    font-size: 24px;
    font-weight: 700;
    height: 80px;
    line-height: 120%;
    transition: .3s;
}
.cont3-wrap .box-wrap > li:hover .title{
    color: #051469;
}
.cont3-wrap .box-wrap > li .title span{
    display: block;
    margin-top: 4px;
}
.cont3-wrap .box-wrap > li .check-list .check{
    display: flex;
    align-items: center;
}
.cont3-wrap .box-wrap > li .check-list .check img{
    margin-right: 8px;
}
.cont3-wrap .box-wrap > li .check-list .check span{
    font-size: 18px;
    font-weight: 700;
}
.cont3-wrap .box-wrap > li .check-list .box-text{
    border: 2px solid #eee;
    border-radius: 4px;
    padding: 12px;
    margin: 10px 0 20px;
    font-size: 15px;
    line-height: 20px;
    transition: .3s;
}
.cont3-wrap .box-wrap > li:hover .check-list .box-text{
    border: 2px solid #1e64dc;

}
/********************cont4********************* */
.cont4-gemini{
    width: 100%;
    background: linear-gradient(to right, #35b975, #3386fe);
}
.cont4-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}
.cont4-wrap .title-small{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 120%;
}
.cont4-wrap .subtitle{
    font-weight: 700;
}
.cont4-wrap .box-wrap{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 40px;
    justify-content: space-between;
}
.cont4-wrap .box-wrap li{
    width: calc(50% - 20px);
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    padding: 24px 30px;
    border-radius: 10px;
    display: flex;
    align-items: top;
    transition: .3s;
}
.cont4-wrap .box-wrap li:hover{
    background-color: #fff;
}
.cont4-wrap .box-wrap li .icon-wrap{
    width: 54px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.cont4-wrap .box-wrap li .icon-wrap img{
    object-fit: cover;
}
.cont4-wrap .box-wrap li .text-wrap{
    color: #fff;
}
.cont4-wrap .box-wrap li .text-wrap .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
    transition: .3s;
}
.cont4-wrap .box-wrap li:hover .text-wrap .title{
    color: #1e64dc;
}
.cont4-wrap .box-wrap li .text-wrap p{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    transition: .3s;
}
.cont4-wrap .box-wrap li:hover .text-wrap p{
    color: #111;
}
/********************cont-last********************* */
.cont-last{
    width: 100%;
    background: url(../images/gemini/gemini-last-cont-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 542px;
}
.last-wrap{
    padding: 120px 0;
}
.last-wrap .text{
    color: #fff;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 64px;
}
.last-wrap .text span{
    font-weight: 700;
}
.last-wrap .text .blue{
    color: #4285f4;
}
.last-wrap .btn{
    display: inline-block;
    padding: 0 40px;
    height: 80px;
    border-radius: 4px;
    background: linear-gradient(to right, #4285f4, #1e64dc);
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    z-index: 1;
    overflow: hidden;
}
.last-wrap .btn::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgba(256, 256, 256, 1) ;
    transition: all .5s ease;
}
.last-wrap .btn:hover:after{
    left: 0;
    width: 100%;
}
.last-wrap .btn:active{
    top: 2px;
}
.last-wrap .btn a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 76px;
}
.last-wrap .btn:hover a{
    color: #1e64dc;
}
@media(max-width:1400px){
    h3{font-size: 45px;}
    .subtitle{font-size: 21px;}
    /* main */
    h5{
        font-size: 27px;
    }
    .gemini-main-visual .main-wrap{
        width: 100%;
        padding: 120px 3% 0;
    }
    .gemini-main-visual .main-wrap .title{
        font-size: 58px;
    }
    .gemini-main-visual .main-wrap .subtitle{
        width: 80%;
    }
    .gemini-main-visual .main-wrap .box-tex{
        font-size: 18px;
    }
    .gemini-main-visual .main-wrap .btn a{
        font-size: 21px;
    }
    /* cont1 */
    .cont1-wrap{
        width: 100% ;
        padding: 100px 3%;
    }
    .cont1-wrap .box-wrap{
        gap: 20px;
    }
    .cont1-wrap .box-wrap .box{
        width: calc(50% - 10px);
    }
    .cont1-wrap .box-wrap .box .img-wrap img{
        width: 80%;
        object-fit: contain;
        aspect-ratio: 1;
    }
    .cont1-wrap .box-wrap .box .text-wrap{
        padding: 20px;
    }
    .cont1-wrap .box-wrap .box .text-wrap .title{
        font-size: 21px;
    }
    .cont1-wrap .box-wrap .box .text-wrap p{
        font-size: 15px;
    }
    /* cont2 */
    .banner-cont{
        padding: 100px 3% 240px;
    }
    .banner-cont .hist-img{
        top: 75%;
        width: 200px;
        left: 25%;
    }
    .banner-cont .hist-img img{
        width: 100%;
    }
    .banner-cont .premier{
        right: 5%;
        top: 75%;
        width: 200px;
        right: 25%;
    }
    .banner-cont .premier img{
        width: 100%;
    }
    /* cont2-tble */
    .table-wrap{
        padding: 100px 3%;
        width: 100%;
    }
    .table-wrap .gemini-box{
        padding: 10px 20px 10px;
        width: 360px;
    }
    .table-wrap .gemini-box img{
        width: 70%;
    }
    .table-wrap .fade-item{
        font-size: 36px;
    }
    .table-wrap .card{
        width: calc((100% - 24px) / 3);
    }
    .table-wrap .title-box{
        height: 64px;
        line-height: 62px;
        font-size: 21px;
        margin-bottom: 12px;
    }
    .table-wrap .icon-table .text{
        font-size: 18px;
    }
    .table-wrap .img-wrap{
        width: 54px;
        height: 54px;
    }
    .table-wrap .img-wrap img{
        width: 60%;
        aspect-ratio: 1;
        object-fit: contain;
    }
    .table-wrap .badge{
        font-size: 15px;
    }
    /* cont3 */
    .cont3-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont3-wrap .box-wrap{
        margin-top: 64px;
        gap: 20px;
    }
    .cont3-wrap .box-wrap > li{
        width: calc((100% - 40px)/ 3);
    }
    .cont3-wrap .box-wrap > li .img-wrap{
        width: 72px;
    }
    .cont3-wrap .box-wrap > li .img-wrap img{
        width: 60%;
        object-fit: contain;
    }
    .cont3-wrap .box-wrap > li .title{
        font-size: 21px;
    }
    /* cont4 */
    .cont4-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont4-wrap .box-wrap{
        margin-top: 64px;
        gap: 20px;
    }
    .cont4-wrap .box-wrap li{
        width: calc(50% - 10px);
    }
    .cont4-wrap .box-wrap li .text-wrap .title{
        font-size: 21px;
    }
    .cont4-wrap .box-wrap li .text-wrap p{
        font-size: 15px;
    }
    /* cont5 */
    .cont-last{
        height: auto;
    }
    .last-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .last-wrap .text{
        font-size: 30px;
        margin-bottom: 48px;
    }
    .last-wrap .btn{
        height: 64px;
    }
    .last-wrap .btn a{
        font-size: 27px;
        line-height: 64px;
    }
}
@media(max-width:1000px){
    h3{font-size: 40px;}
    .subtitle{font-size: 18px;}
    .gemini-main-visual .main-wrap .title{
        font-size: 50px;
    }
    .gemini-main-visual .main-wrap .btn a{
        width: 240px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }
    .gemini-main-visual .main-img{
        width: 160px;
        right: 5%;
    }
    .gemini-main-visual .main-img img{
        width: 100%;
    }
    /* coont1 */
    .cont1-wrap .title-img{
        height: 40px;
    }
    .cont1-wrap .box-wrap{
        margin-top: 48px;
        gap: 12px;
    }
    .cont1-wrap .box-wrap .box{
        width: calc(50% - 6px);
    }
    .cont1-wrap .box-wrap .box .text-wrap .title{
        font-size: 18px;
    }
    .cont1-wrap .box-wrap .box .text-list li{
        font-size: 15px;
        margin-bottom: 4px;
    }
    .table-wrap .fade-item{
        font-size: 32px;
    }
    .table-wrap .gemini-box{
        margin: 64px auto 16px;
    }
    .table-wrap .line-wrap{
        height: 60px;
        margin-top: 0;
    }
    .table-wrap .line.horizontal{
        top: 40px;
    }
    .table-wrap .line.down{
        top: 40px;
    }
    .table-wrap .icon-table li{
        padding:  0 12px;
    }
    .table-wrap .icon-table .text{
        font-size: 15px;
    }
    /* cont3 */
    .cont3-wrap .box-wrap{
        margin-top: 48px;
        gap: 12px;
    }
    .cont3-wrap .box-wrap > li{
        width: calc((100% - 12px ) / 2);
        padding: 12px;
    }
    /* cont4 */
    .cont4-wrap .box-wrap{
        gap: 12px;
    }
    .cont4-wrap .box-wrap li{
        width: calc(50% - 6px);
        padding: 20px 12px;
    }
    .last-wrap .text{
        font-size: 24px;
    }
    .last-wrap .btn{
        height: auto;
    }
    .last-wrap .btn a{
        font-size: 24px;
        padding: 10px 0 12px;
        line-height: normal;
    }
}
@media(max-width:800px){
    h3{font-size: 36px; margin-bottom: 28px;}
    .subtitle{font-size: 18px;}
    h5{
        font-size: 24px;
        text-align: center;
    }
    .gemini-main-visual{
        height: auto;
    }
    .gemini-main-visual .main-wrap .box-text{
        font-size: 15px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 20px 0 24px;
    }
    .gemini-main-visual .main-wrap .title{
        font-size: 36px;
        text-align: center;
    }
    .gemini-main-visual .main-wrap .subtitle{
        width: 100%;
        text-align: center;
    }
    .gemini-main-visual .main-wrap .btn a{
        width: 100%;
    }
    .gemini-main-visual .main-img{
        display: none;
        position: relative;
        right: auto;
        top: 100px;
        transform: translateY(0);
    }
    /* cont1 */
    .cont1-wrap .title-img{
        height: 36px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .cont1-wrap .box-wrap .box{
        width: 100%;
        height: auto;
    }
    .cont1-wrap .box-wrap .box .img-wrap img{
        width: 70%;
    }
    .banner-cont .hist-img{
        width: 180px;
        left: 10%;
    }
    .banner-cont .premier{
        right: 10%;
    }
    /* cont */
    .table-wrap .fade-item{
        font-size: 28px;
        margin-bottom: 0;
    }
    .table-wrap .title-box{
        height: 48px;
        line-height: 46px;
        font-size: 18px;
    }
    .table-wrap .icon-table li{
        display: block;
        position: relative;
        height: auto;
        padding: 12px 4px;
        height: 124px;
    }
    .table-wrap .img-wrap{
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-bottom: 4px;
    }
    .table-wrap .icon-table .text{
        width: 100%;
        text-align: center;
    }
    /* cont4 */
    .cont4-wrap h3{
        margin-bottom: 0;
    }
    .cont4-wrap .box-wrap li{
        width: 100%;
    }
    /* cont5 */
    .last-wrap .text{

    }
}
@media(max-width:480px){
    h3{font-size: 30px; margin-bottom: 24px;}
    .subtitle{font-size: 18px;}
    .gemini-main-visual .main-wrap .title{
        font-size: 32px;
    }
    .gemini-main-visual .main-wrap .box-text{
        padding: 0 10px;
        word-spacing: -1px;
        font-size: 14px;
        margin: 20px 0 12px;
    }
    .gemini-main-visual .main-wrap .subtitle{
        font-size: 16px;
    }
    .gemini-main-visual .main-wrap .btn{
        margin-top: 40px;
    }
    /* cont1 */
    .cont1-wrap .title-img{
        height: 28px;
    }
    .cont1-wrap .box-wrap .box .text-wrap{
        padding: 12px;
    }
    .banner-wrap .text{
        font-size: 15px;
    }
    .banner-cont .hist-img{
        width: 120px;
        left: 5%;
    }
    .banner-cont .premier{
        width: 140px;
        right: 5%;
    }
    /* cont2 */
    .table-wrap .fade-item{
        font-size: 24px;
    }
    .table-wrap .gemini-box{
        margin: 24px auto 12px;
        width: 100%;
    }
    .table-wrap .title-box{
        font-size: 16px;
        line-height: 120%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .table-wrap .card{
        width: 32%;
    }
    .table-wrap .icon-table li{
        height: 140px;
    }
    .table-wrap .badge{
        margin-top: 28px;
        font-size: 14px;
    }
    /* cont3 */
    .cont3-wrap .box-wrap > li{
        width: 100%;
    }
    .cont3-wrap .box-wrap > li .img-wrap{
        width: 64px;
        margin-bottom: 12px;
    }
    .cont3-wrap .box-wrap > li .title{
        height: 64px;
    }
    /* cont4 */
    .cont4-wrap h3{
        margin-bottom: 8px;
        font-size: 24px;
    }
    .cont4-wrap .title-small{
        font-size: 28px;
    }
    .cont4-wrap .box-wrap li .text-wrap .title{
        margin-bottom: 12px;
    }
    .last-wrap .btn a{
        font-size: 20px;
    }
}