@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    list-style: none;
    color: #000;
}

.cameraTop {
    width: 100%;
    height: 88px;
    display: flex;
    box-shadow: 0 1px 5px gray;
    /* background: #aaa; */
}

.toggle {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.toggle > a > img {
    width: 50px;
    height: 50px;
}

.logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ccc; */
}

.logo > img {
    width: 80px;
    height: 55px;
}

.right-arrow {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #bbb; */
}

.right-arrow > img {
    width: 50px;
    height: 50px;
}

.contents {
    width: 100%;
}

.gi-img {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    /* margin-bottom: 3%; */
  width: 100%;
  height: 25%;
  position: absolute;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.contents-text {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #759B5C;
    border-bottom: 1px solid #759B5C;
    color: #528233;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.direct {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playing-Adventure {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playing-Adventure > a > img {
    width: 200px;
    height: 200px;   
}

.playing-Sand {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playing-Sand > a > img {
    width: 200px;
    height: 200px;   
}

.playing-Gardening {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playing-Gardening > a > img {
    width: 200px;
    height: 200px;  
}

.playing-Drawing {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playing-Drawing > a > img {
    width: 200px;
    height: 200px;  
}

.ps-detail {
    margin-bottom: 100px;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg-detail {    
    /* margin-top: 100px; */
    margin-bottom: 100px;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#pg-gif {
    padding-top: 110px;
    padding-left: 53px; 
    width: 220px;
    height: 470px;
    position: absolute;
    float: left;
    z-index: -1;
}

.pd-detail {
    /* margin-top: 100px; */
    margin-bottom: 100px;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pd-gif {
    padding-top: 117px;
    padding-left: 53px; 
    width: 220px;
    height: 450px;
    position: absolute;
    float: left;
    z-index: -1;
}

.detailimg {
    width: 100%;
}

.instargramphotos {
    margin-top: 100px;
    width: 100%;
    height: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.insta-title {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
}

.insta-direct {
    margin-top: 50px;
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    /* background: #ccc; */
}

.insta-header {
    margin-top: 50px;
    width: 600px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
}

.instalogo {
    margin-left: 100px;
    width: 70px;
    height: 70px;
}

.insta-header > button {
    margin-right: 100px;
    width: 150px;
    height: 35px;
    border: none;
    border-radius: 40px;
    opacity: 0.7;
    box-shadow: 0 1px 5px gray;
}

.insta-contents {
    margin-top: 150px;
    width: 600px;
    height: 450px;
    /* background: #ccc; */
    position: absolute;
    z-index: 1;
}

.insta-content {
    float: left;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #528233; */
}

.insta-content > a > img {
    width: 210px;
}

footer {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 450px;
    border-top: 1px solid #CECECE;
}

.infomation {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    float: left;
    /* background: #aaa; */
}

.info1 {
    margin-right: 30%;
    float: left;
    width: 30%;
    height: 100%;
    /* background: #bbb; */
}

.cs {
    padding-left: 20px;
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid #707070;
    float: left;
    /* color: #707070; */
}

.phone {
    padding: 20px 0px;
    width: 100%;
    height: 30px;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background: #CECECE; */
}

.phone > img {
    width: 30px;
    height: 30px;
}

.ph-text {
    margin-left: 20px;
    font-size: 32px;
    text-align: center;
}

.copyright {
    width: 100%;
    height: 150px;
    float: left;
    font-size: 16px;
}

.e-mail {
    margin-bottom: 10px;
    width: 100%;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.e-mail > img {
    margin-right: 10px;
    width: 30px;
    height: 20px;
}

.e-text {
    margin-left: 20px;
    font-weight: bold;
}

.shopguide {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s-text1 {
    margin-right: 10px;
    font-size: 20px;
}

.s-text2 {
    padding: 0px 5px;
    border-right: 1px solid #707070;
    font-weight: 600;
}

.s-text3 {
    padding: 0px 5px;
    border-left: 1px solid #707070;
    font-weight: 600;
}

.greenbooks {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
}

.g-title {
    margin-top: 50px;
    padding-left: 20px;
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid #707070;
    float: left;
}

.g-text {
    margin-top: 10px;
}

.info2 {
    width: 20%;
    height: 100%;
    /* background: red; */
}

.socoal-network {
    width: 100%;
    font-size: 18px;
    /* background: #bbb; */
}

.sn-img {
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    float: left;
}

.sn-img > a >  img {
    margin-right: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 1px 5px gray;
}

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .gi-img {
        padding: 0;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gi-img > img {
        padding: 0;
        width: 100%;
        height: 100px;
    }



    .contents-text {
        width: 100%;
        height: 50px;
        font-size: 16px;
        font-weight: 700;
    }

    .direct {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .playing-Adventure {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .playing-Adventure > a > img {
        width: 80px;
        height: 80px; 
    }

    .playing-Sand {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .playing-Sand > a > img {
        width: 80px;
        height: 80px; 
    }
    
    .playing-Gardening {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .playing-Gardening > a > img {
        width: 80px;
        height: 80px; 
    }
    
    .playing-Drawing {
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .playing-Drawing > a > img {
        width: 80px;
        height: 80px; 
    }
    
    .ps-detail {
        margin-bottom: 100px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ps-detail > img {
        width: 360px;
    }
    
    .pg-detail {
        margin-bottom: 100px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pg-detail > img {    
        margin-top: 30px;
        margin-bottom: 30px;
        width: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    #pg-gif {
        padding-top: 21%;
        padding-left: 27px;
        width: 40%;
        height: 77%;
        position: absolute;
        float: left;
        z-index: -1;
    }
    
    .pd-detail {
        margin-bottom: 100px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pd-detail > img {    
        margin-top: 30px;
        margin-bottom: 30px;
        width: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    #pd-gif {
        padding-top: 21%;
        padding-left: 27px;
        width: 40%;
        height: 8%;
        position: absolute;
        float: left;
        z-index: -1;
    }

    .instargramphotos {
        margin-top: 100px;
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    
    .insta-title {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
    }
    
    .insta-title > img {
        width: 90%;
        height: 100px;
    }

    .insta-direct {
        margin-top: 50px;
        width: 100%;
        height: 800px;
        display: flex;
        justify-content: center;
        /* background: #ccc; */
    }
    
    .insta-direct > img {
        width: 100%;
    }

    .insta-header {
        margin-top: 50px;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        z-index: 1;
    }
    
    .instalogo {
        margin-left: 10px;
        width: 50px;
        height: 50px;
    }
    
    .insta-header > button {
        margin-right: 10px;
        width: 150px;
        height: 35px;
        border: none;
        border-radius: 40px;
        opacity: 0.7;
        box-shadow: 0 1px 5px gray;
    }
    
    .insta-contents {
        margin-top: 150px;
        width: 100%;
        height: 450px;
        /* background: #ccc; */
        position: absolute;
        z-index: 1;
    }
    
    .insta-content {
        float: left;
        width: 50%;
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: #528233; */
    }
    
    .insta-content > a > img {
        width: 150px;
    }

    footer {
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 400px;
        /* border-top: 1px solid #CECECE; */
    }
    
    .infomation {
        width: 100%;
        display: flex;
        flex-direction: row;
        float: left;
        /* background: #aaa; */
    }
    
    .info1 {
        margin: 0;
        float: left;
        width: 60%;
        height: 100%;
        /* background: #bbb; */
    }
    
    .cs {
        padding-left: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .phone {
        width: 100%;
        height: 30px;
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* background: #CECECE; */
    }
    
    .phone > img {
        width: 30px;
        height: 30px;
    }
    
    .ph-text {
        margin-left: 20px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .copyright {
        width: 100%;
        float: left;
    }
    
    .e-mail {
        font-size: 14px;
    }
    
    .e-mail > img {
        margin-right: 3px;
        width: 25px;
        height: 15px;
    }
    
    .e-text {
        margin-left: 3px;
    }
    
    .c-text {
        font-size: 12px;
    }
    
    .shopguide {
        margin-top: 30px;
    }
    
    .s-text1 {
        margin-right: 3px;
        font-size: 14px;
    }
    
    .s-text2 {
        font-size: 14px;
        padding: 0px 2px;
    }
    
    .s-text3 {
        font-size: 14px;
        padding: 0px 2px;
    }
    
    .greenbooks {
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
    }
    
    .g-title {
        margin-top: 30px;
        padding-left: 10px;
        font-size: 18px;
    }
    
    .g-text {
        margin-top: 10px;
        font-size: 12px;
    }
    
    .info2 {
        width: 35%;
        height: 100%;
        /* background: red; */
    }
    
    .socoal-network {
        font-size: 12px;
        text-align: center;
        /* background: #bbb; */
    }
    
    .sn-img {
        display: flex;
        justify-content: end;
        margin-top: 20px;
    }
    
    .sn-img > a > img {
        margin-right: 5px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
    }
  }