@charset "utf-8";

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

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
/**************************** main-visual************************ */
.google-main-visual{
    width: 100%;
    background-color: #f3f9ff;
    overflow: hidden;
    height: 664px;
    position: relative;
    z-index: 1;
}
.main-rainbow{
    position: absolute;
    z-index: 2;
    right: -10%;
    bottom: -60%;
    width: 130%;
}
.main-wrap{
    width: 100%;
    z-index: 3;
    position: relative;
    height: 100%;
}
.main-wrap .text{
    width: 1320px;
    margin: auto;
    padding-top: 140px;

}
.main-wrap .text h5{
    font-size: 30px;
    font-weight: 700;
    color: #1e64dc;
}
.main-wrap .text .box-text{
    font-size: 22px;
    background-color: #f3f9ff;
    padding: 0 30px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    line-height: 34px;
    margin: 40px 0 24px;
    border: 2px solid #1e64dc;
}
.main-wrap .text .box-text span{ 
    font-weight: 700;
}
.main-wrap .text .title{
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.main-wrap .text .subtitle{
    width: 50%;
    position: relative;
    z-index: 2;
}
.main-wrap .text .btn{
    width: 260px;
    height: 64px;
    border-radius: 32px;
    text-align: center;
    background-color: #1e64dc;
    transition: .3s;
}
.main-wrap .text .btn:hover{
    background-color: #fff;
    box-shadow: 1px 1px 4px #ddd;
}
.main-wrap .text .btn a{
    display: block;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 62px;
    margin-top: 40px;
}
.main-wrap .text .btn:hover a{
    color: #1e64dc;
}
.main-wrap .img-wrap{
    width: 40%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.main-wrap .google-icon-wrap{
    position: absolute;
    inset: 0;
}
.main-wrap .google-icon-wrap img {
    position: absolute;
    transition: transform .3s ease;
}

/* 각각 다른 애니메이션 */
.icon1 {
    top: 30%;
    left: -100px;
    animation: float1 5s ease-in-out infinite;
}

.icon2 {
    top: 40%;
    left: 480px;
    animation: float2 6s ease-in-out infinite;
}

.icon3 {
    top: -10%;
    left: 400px;
    animation: float3 7s ease-in-out infinite;
}

/* 각각 다르게 */
@keyframes float1 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

@keyframes float2 {
    0% { transform: translateY(0); }
    50% { transform: translateY(8px); }
    100% { transform: translateY(0); }
}

@keyframes float3 {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}
/**************************** cont1************************ */
.google-cont1{
    width: 100%;
}
.cont-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
    text-align: center;
}
.cont-wrap .img-wrap{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 64px;
}
.cont-wrap .img-wrap li{
    width: 280px;
}
.cont-wrap .img-wrap li .img-wrap{
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s;
    border: 2px solid #fff;
}
.cont-wrap .img-wrap li:hover .img-wrap{
    border: 2px solid #1e64dc;
}
.cont-wrap .img-wrap li .img-wrap img{
    object-fit: cover;
    transition: .3s;
    max-width: none;
}
.cont-wrap .img-wrap li:hover .img-wrap img{
    transform: scale(120%);
}
.cont-wrap .img-wrap li .img-wrap img.gemini{
    object-fit: cover;
    position: absolute;
    height: auto;
}
.cont-wrap .img-wrap li .text-wrap{
    margin-top: 20px;
}
.cont-wrap .img-wrap li .text-wrap .title{
    font-size: 24px;
    font-weight: 700;
}
.cont-wrap .img-wrap li:hover .text-wrap .title{
    color: #1e64dc;
}
.cont-wrap .img-wrap li .text-wrap p{
    font-size: 18px;
    margin-top: 16px;
    line-height: 120%;
}
.cont-wrap .img-wrap li .text-wrap p span{
    font-weight: 700;
}

/**************************** cont2************************ */
.google-cont2{
    width: 100%;
    background-color: #e1f0ff;
}
.cont2-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
}
.cont2-wrap h3{
    text-align: center;
}
.cont2-wrap .box-wrap{
    margin-top: 80px;
}
.cont2-wrap .box-wrap li{
    width: 100%;
    border: 3px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: .1s;
}
.cont2-wrap .box-wrap li.cont3{
    overflow: hidden;
}
.cont2-wrap .box-wrap li:nth-child(even) .text{
    text-align: right;
}
.cont2-wrap .box-wrap li .text .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
    transition: .3s;
}
.cont2-wrap .box-wrap li:hover .text .title{
    color: #1e64dc;
}
.cont2-wrap .box-wrap li .text p{
    font-size: 18px;
    line-height: 140%;
}
.cont2-wrap .box-wrap li .text p span{
    font-weight: 700;
}
.cont2-wrap .box-wrap li .img-wrap img{
    object-fit: cover;
    transform: scale(90%);
    transition: .3s;
}
.cont2-wrap .box-wrap li:hover .img-wrap img{
    transform: scale(110%);
}
/**************************** cont3************************ */
.google-cont3{
    width: 100%;
    background-color: #222;
}
.cont3-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
    text-align: center;
}
.cont3-wrap h3{
    color: #fff;
}
.cont3-wrap .text{
    font-size: 18px;
    color: #fff;
    line-height: 120%;
}
.cont3-wrap .text span{
    font-weight: 700;
}
.cont3-wrap .google-wrap{
    margin-top: 80px;
}
.cont3-wrap .google-wrap ul{
    display: flex;
    justify-content: center;
    gap: 54px;
}
.cont3-wrap .google-wrap ul.bottom{
    margin-top: 20px;
}
.cont3-wrap .google-wrap ul li{
    transition: .3s;
}
.cont3-wrap .google-wrap ul li:hover{
    margin: 0 30px;
}
.cont3-wrap .google-wrap ul li .img-wrap{
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.cont3-wrap .google-wrap ul li .img-wrap:hover{
    box-shadow: 0 0 20px #00ccffc3;
}
.cont3-wrap .google-wrap ul li .img-wrap img{
    object-fit: cover;
    transform: scale(70%);
}
.cont3-wrap .google-wrap ul li p{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    transition: .3s;
}
.cont3-wrap .google-wrap ul li:hover p{
    color: #00cdff;
}

/* support-wrap */
.support-wrap{
    margin-top: 140px;
    width: 100%;
}
.support-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.support-wrap ul li{
    width: calc(50% - 20px);
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #1e64dc;
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    transition: .3s;
}
.support-wrap ul li:hover{
    box-shadow: 0 0 24px #3e8ae6c1;
}
.support-wrap ul li .text{
    color: #111;
}
.support-wrap ul li .text .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: .3s;
}

.support-wrap ul li .text p{
    font-size: 18px;
    line-height: 140%;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.support-wrap ul li .icon-box{
    position: absolute;
    width: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #1e64dc;
    top: -50px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-wrap ul li .icon-box img{
    object-fit: cover;
    transform: scale(90%);
}


/**************************** cont4************************ */
.google-cont4{
    width: 100%;
}
.cont4-wrap{
    width: 1320px;
    margin: auto;
    padding: 120px 0;
    text-align: center;
}
.cont4-wrap .subtitle{
    color: #1e64dc;
    font-weight: 700;
    margin-bottom: 20px;
}
.cont4-wrap > .text{
    font-size: 18px;
    line-height: 140%;
    width: 78%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cont4-wrap .text span{
    font-weight: 700;
}
.cont4-wrap .box-wrap{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.cont4-wrap .box-wrap li{
    width: calc(50% - 20px);
    border: 2px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: .3s;
}
.cont4-wrap .box-wrap li:hover{
    border: 2px solid #1e64dc;
    box-shadow: 0 0 5px #1e64dcb4;
}
.cont4-wrap .box-wrap li .img{
    width: 40%;
    padding: 10px;
}
.cont4-wrap .box-wrap li .img img{
    width: 100%;
}
.cont4-wrap .box-wrap li.cont1 .img img{
    width: 80%;
}
.cont4-wrap .box-wrap li .text{
    padding: 0 20px;
    width: 60%;
}
.cont4-wrap .box-wrap li .text .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
    transition: .3s;
}
.cont4-wrap .box-wrap li:hover .text .title{
    color: #1e64dc;
}
.cont4-wrap .box-wrap li .text p{
    font-size: 18px;
    line-height: 140%;
}
.cont4-wrap .box-wrap li .text p .sm{
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #555;
}
/**************************** cont5************************ */
.google-cont5{
    width: 100%;
    background: linear-gradient(to right, #3e8ae6, #051469);
}
.cont5-wrap{
    width: 1320px;
    padding: 120px 0;
    margin: auto;
    text-align: center;
}
.cont5-wrap h3{
    color: #fff;
}
.cont5-wrap .subtitle{
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.cont5-wrap .text{
    font-size: 18px;
    color: #fff;
    line-height: 140%;
    width: 65%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.cont5-wrap .text span{
    font-weight: 700;
}
.cont5-wrap .defferent{
    margin-top: 40px;
    display: flex;
    gap: 40px;
}
.cont5-wrap .defferent > li{
    width: calc(50% - 20px);
}
.cont5-wrap .defferent li .top{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px;

}
.cont5-wrap .defferent .hist .top{
    border: 2px solid #ddd;
    background-color: rgba(255, 255, 255, 1);
    color: #111;
}
.cont5-wrap .defferent > li .bottom{
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 20px;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;  
}
.cont5-wrap .defferent .hist .bottom{
    border-radius: 10px;
    border: 2px solid #ddd;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    animation: shadowPulse 6s ease-in-out infinite;
}
.cont5-wrap .defferent > li .top h6{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 120%;
}
.cont5-wrap .defferent > li.hist .top h6{
    color: #1e64dc;
}
.cont5-wrap .defferent > li .top p{
    height: 48px;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont5-wrap .defferent > li .bottom .title-box{
    background-color: #dceaff;
    height: 54px;
    border-radius: 27px;
    color: #1e64dc;
    font-size: 24px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 54px;
}
.cont5-wrap .defferent > li.hist .bottom .title-box{
    background-color: #1e64dc;
    color: #fff;
}
.cont5-wrap .defferent > li .bottom .list{
    padding: 0 10px;
}
.cont5-wrap .defferent > li .bottom .list  li{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.cont5-wrap .defferent > li .bottom .list li .sort{
    width: 140px;
    height: 64px;
    border-radius: 2px;
    background-color: #1e64dc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}
.cont5-wrap .defferent > li.hist .bottom .list li .sort{
    background-color: #e2eaff;
    color: #1e64dc;
    font-weight: 700;
}
.cont5-wrap .defferent > li .bottom .list li .text{
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    left: 0;
    transform: translateX(0);
}
.cont5-wrap .defferent > li.hist .bottom .list li .text{
    color: #111;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 0 80px rgba(30,100,220, 1);
    }
    100% {
        box-shadow: 0 0 0 #fff;
    }
}
/**************************** contlast************************ */
.google-cont6{
    width: 100%;
    background: url(../images/google/cont6-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cont6-wrap{
    width: 100%;
    padding: 120px 0;
}
.cont6-wrap .text{
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin-bottom: 64px;
    
}
.cont6-wrap .text span{
    font-weight: 700;
}
.cont6-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;
}
.cont6-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;
}
.cont6-wrap .btn:hover:after{
    left: 0;
    width: 100%;
}
.cont6-wrap .btn:active{
    top: 2px;
}
.cont6-wrap .btn a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 76px;
}
.cont6-wrap .btn:hover a{
    color: #1e64dc;
}
@media(max-width:1400px){
    h3{font-size: 45px;}
    .subtitle{font-size: 21px;}
    /* main-visual */
    .main-wrap .text{
        width: 100%;
        padding: 120px 3%;
    }
    .main-wrap .text h5{
        font-size: 27px;
    }
    .main-wrap .text .box-text{
        font-size: 18px;
    }
    .main-wrap .text .title{
        font-size: 58px;
    }
    .main-wrap .text .btn a{
        font-size: 21px;
    }
    /* main-img */
    .main-wrap .img-wrap{
        right: 3%;
        top: 30%;
    }
    .main-wrap .img-wrap .notebook{
        width:440px;
        position: absolute;
        right: 0;
    }
    /* cont1 */
    .cont-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont-wrap .img-wrap li .text-wrap .title{
        font-size: 21px;
    }
    .cont-wrap .img-wrap li .text-wrap p{
        font-size: 15px;
    }
    /* cont2 */
    .cont2-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont2-wrap .box-wrap li{
        padding: 10px 40px;
    }
    .cont2-wrap .box-wrap li .text .title{
        font-size: 21px;
    }
    .cont2-wrap .box-wrap li .text p{
        font-size: 18px;
    }
    /* cont3 */
    .cont3-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont3-wrap .google-wrap ul{
        gap: 40px;
    }
    .cont3-wrap .google-wrap ul li .img-wrap{
        width: 100px;
    }
    .cont3-wrap .google-wrap ul li .img-wrap img{
        transform: scale(60%);
    }
    .support-wrap ul{
        gap: 20px;
    }
    .support-wrap ul li{
        height: 140px;
    }
    .support-wrap ul li .text .title{
        font-size: 21px;
    }
    .support-wrap ul li .text p{
        font-size: 15px;
    }
    .support-wrap ul li .icon-box{
        width: 80px;
    }
    .support-wrap ul li .icon-box img{
        transform: scale(70%);
    }
    /* cont4 */
    .cont4-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont4-wrap > .text{
        font-size: 15px;
    }
    .cont4-wrap .box-wrap{
        gap: 20px;
    }
    .cont4-wrap .box-wrap li{
        width: calc(50% - 10px);
    }
    .cont4-wrap .box-wrap li .text .title{
        font-size: 21px;
        margin-bottom: 12px;
    }
    .cont4-wrap .box-wrap li .text p{
        font-size: 15px;
    }
    .cont4-wrap .box-wrap li .text p .sm{
        font-size: 14px;
    }
    /* cont5 */
    .cont5-wrap{
        width: 100%;
        padding: 100px 3%;
    }
    .cont5-wrap .text{
        font-size: 15px;
    }
    .cont5-wrap .defferent{
        gap: 20px;
    }
    .cont5-wrap .defferent li .top{
        margin-bottom: 20px;
    }
    /* cont6 */
    .cont6-wrap{
        padding: 100px 3%;
    }
    .cont6-wrap .text{
        font-size: 30px;
        margin-bottom: 48px;
    }
    .cont6-wrap .btn{
        height: 64px;
        line-height: 62px;
    }
    .cont6-wrap .btn a{
        font-size: 27px;
        line-height: 62px;
    }
}
@media(max-width:1000px){
    h3{font-size: 40px;}
    .subtitle{font-size: 18px;}
    .main-wrap .text h5{
        font-size: 24px;
    }
    .main-rainbow{
        right: -10%;
        bottom: -32%;
        width: 130%;
    }
    .main-wrap .text .box-text{
        margin: 28px 0 16px;
        background: #f3f9ffb4;
        position: relative;
        z-index: 2;
    }
    .main-wrap .text .title{
        font-size: 50px;
    }
    .main-wrap .img-wrap{
        z-index: 1;
    }
    .main-wrap .img-wrap .notebook{
        right: -18%;
    }
    .main-wrap .img-wrap .google-icon-wrap{
        z-index: 1;
    }
    .main-wrap .text .btn{
        height: 48px;
        width: 240px;
    }
    .main-wrap .text .btn a{
        line-height: 45px;
        font-size: 18px;
    }
    /* cont1 */
    .cont-wrap .img-wrap{
        width: 100%;
        gap: 20px;
    }
    .cont-wrap .img-wrap li{
        width: calc((100% - 40px) / 3);
    }
    /* cont2 */
    .cont2-wrap .box-wrap li{
        padding: 10px 20px ;
    }
    .cont2-wrap .box-wrap li .text p{
        font-size: 15px;
    }
    .cont2-wrap .box-wrap li .img-wrap{
        width: 40%;
    }
    .cont2-wrap .box-wrap li.cont4 .img-wrap{
        width: 30%;
    }
    .cont2-wrap .box-wrap li .img-wrap img{
        width: 100%;
    }
    /* cont3 */
    .cont3-wrap .google-wrap ul{
        gap: 20px;
    }
    .cont3-wrap .google-wrap ul li .img-wrap{
        width: 88px;
    }
    .support-wrap ul li{
        height: 160px;
    }
    .support-wrap ul li .text .title{
        margin-bottom: 12px;
    }
    .support-wrap ul li .icon-box{
        left: 20px;
    }
    /* cont4 */
    .cont4-wrap .box-wrap{
        margin-top: 64px;
    }
    /* cont5 */
    .cont5-wrap .defferent > li .top h6{
        font-size: 21px;
    }
    .cont5-wrap .defferent > li .top p{
        font-size: 15px;
    }
    .cont5-wrap .defferent > li .bottom .title-box{
        font-size: 18px;
    }
    .cont5-wrap .defferent > li .bottom .list  li{
        align-items: normal;
    }
    .cont5-wrap .defferent > li .bottom .list li .sort{
        font-size: 15px;
    }
    /* coant6 */
    .cont6-wrap .text{
        font-size: 24px;
    }
    .cont6-wrap .btn{
        height: auto;
        line-height: normal;
    }
    .cont6-wrap .btn a{
        font-size: 24px;
        line-height: normal;
        padding: 10px 0 12px;
    }
}
@media(max-width:800px){
    h3{font-size: 36px; margin-bottom: 28px;}
    .subtitle{font-size: 18px;}
    .google-main-visual{
        height: 880px;
    }
    .main-rainbow{
        bottom: -1%;
        right: 0;
        transform: scale(1.5);
    }
    .main-wrap .text{
        padding: 120px 3% 40px;
    }
    .main-wrap .text h5{
        text-align: center;
    }
    .main-wrap .text .box-text{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
    }
    .main-wrap .text .title{
        font-size: 36px;
        text-align: center;
    }
    .main-wrap .text .subtitle{
        width: 100%;
        text-align: center;
    }
    .main-wrap .text .btn{
        width: 100%;
    }
    .main-wrap .img-wrap{
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .main-wrap .img-wrap .notebook{
        right: 50%;
        transform: translateX(50%);
        max-width: fit-content;
        width: 360px;
    }
    /* cont1 */
    .cont-wrap .img-wrap{
        gap: 12px;
    }
    .cont-wrap .img-wrap li .text-wrap .title{
        font-size: 18px;
    }
    .cont-wrap .img-wrap li .img-wrap img{
        height: 100%;
    }
    .cont-wrap .img-wrap li .img-wrap img.gemini{
        height: 20px;
    }
    /* cont2 */
    .cont2-wrap .box-wrap{
        margin-top: 48px;
    }
    .cont2-wrap .box-wrap li{
        padding: 20px 12px;
        margin-bottom: 12px;
    }
    .cont2-wrap .box-wrap li .text .title{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .cont2-wrap .box-wrap li .img-wrap{
        width: 50%;
    }
    /* cont3 */
    .cont3-wrap h3{
        text-align: left;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .cont3-wrap .text{
        font-size: 15px;
        text-align: left;
    }
    .cont3-wrap .google-wrap{
        margin-top: 64px;
    }
    .cont3-wrap .google-wrap ul{
        flex-wrap: wrap;
        gap: 12px;
        justify-content: left;
    }
    .cont3-wrap .google-wrap ul li .img-wrap{
        width: 64px;
        height: 64px;
    }
    .cont3-wrap .google-wrap ul li .img-wrap img{
        transform: scale(50%);
    }
    .cont3-wrap .google-wrap ul li p{
        font-size: 15px;
    }
    /* support-wrap */
    .support-wrap{
        margin-top: 80px;
    }
    .support-wrap ul li{
        width: 100%;
        padding: 20px;
        height: auto;
        margin-bottom: 10px;
    }
    .support-wrap ul li .text p{
        text-align: left;
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
    .support-wrap ul li .icon-box{
        width: 64px;
        left: auto;
        right: 20px;
        top: -20px;
    }
    .support-wrap ul li .icon-box img{
        transform: scale(60%);
    }
    /* cont4 */
    .cont4-wrap .box-wrap{
        margin-top: 48px;
        gap: 12px;
    }
    .cont4-wrap .box-wrap li{
        width: 100%;
    }
    /* cont5 */
    .cont5-wrap .text{
        width: 100%;
    }
    .cont5-wrap .defferent{
        flex-wrap: wrap;
    }
    .cont5-wrap .defferent > li{
        width: 100%;
    }
}
@media(max-width:480px){
    h3{font-size: 30px; margin-bottom: 24px;}
    .subtitle{font-size: 18px;}
    .google-main-visual{
        height: 800px;
    }
    .main-wrap .text .box-text{
        padding: 0 10px;
        word-spacing: -1px;
        font-size: 14px;
        margin: 20px 0 12px;
    }
    .main-wrap .text .title{
        font-size: 32px;
    }
    .main-wrap .text .subtitle{
        font-size: 16px;
    }
    .main-wrap .text .btn a{
        font-size: 16px;
    }
    .main-wrap .img-wrap .notebook{
        width: 300px;
    }
    .main-wrap .google-icon-wrap .icon{
        width: 160px;
    }
    /* cont1 */
    .cont-wrap .subtitle{
        margin-bottom: 40px;
    }
    .cont-wrap .img-wrap{
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 0;
    }
    .cont-wrap .img-wrap li{
        width: calc(50% - 6px);

    }
    .cont-wrap .img-wrap li .text-wrap p{
        margin-top: 12px;
    }
    /* cont2 */
    .cont2-wrap .box-wrap li{
        display: block;
    }
    .cont2-wrap .box-wrap li .img-wrap{
        width: 100%;
    }
    .cont2-wrap .box-wrap li.cont4 .img-wrap{
        width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .cont2-wrap .box-wrap li:nth-child(even) .text{
        text-align: left;
    }
    .cont2-wrap .box-wrap li:hover .img-wrap img{
    transform: scale(90%);
    }
    /* cont3 */
    .cont3-wrap h3{
        font-size: 24px;
    }
    /* cont4 */
    .cont4-wrap .text{
        width: 100%;
    }
    .cont4-wrap .box-wrap li .text{
        padding: 10px 0;
    }
    .cont4-wrap .box-wrap li .text .title{
        font-size: 18px;
    }
    /* cont5 */
    .cont5-wrap .defferent li .top{
        padding: 12px;
    }
    .cont5-wrap .defferent > li .bottom{
        padding: 12px;
    }
    .cont5-wrap .defferent > li .bottom .list{
        padding: 0;
    }
    .cont5-wrap .defferent > li .bottom .list li{
        gap: 12px;
    }
    .google-cont6{
        background-position: 40% 0;
    }
    .cont6-wrap .btn a{
        font-size: 20px;
    }
}