@media only screen and (max-width:640px){
    .coordinate.no_scroll {
        height: calc(100vh - 60px);
    }
    .coordinate .intro_title {
        padding-top: 70px;
    }
    .coordinate .intro_title h1 {
        font-size: 8vw;
        margin-bottom: 36px;
    }
    .coordinate .intro_title h1 span {
        font-size:3.7vw;
        top: -28px;
    }
    .coordinate .intro_title p {
        font-size: 3.2vw;
        padding: 0 32px;
        text-align: center;
        margin-bottom: 36px;
    }
    .coordinate .bannerlist_content {
        margin-left: 0px;
        margin-bottom: 26px;
    }

    .coordinate .bannerlist_content {
        width: calc(100vw - 32px);
        padding: 0 16px;
        margin-left: 0px;
    }
    .coordinate .bannerlist_content li {
        width: calc(50vw - 21px);
        height: calc(50vw - 21px);
        margin: 0 0 10px 0;
        border-radius: 12px;
        box-shadow: 28px 28px 26.4px 3.6px rgba(0, 0, 0, 0.1), 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    }
    .coordinate .bannerlist_content li img {
        border-radius: 12px;
    }
    .coordinate .bannerlist_content li.long {
        height: calc(75vw - 31.5px);
    }
    .coordinate .bannerlist_content li:nth-child(5),
    .coordinate .bannerlist_content li:nth-child(7),
    .coordinate .bannerlist_content li:nth-last-child(1) {
        margin-top: calc(-25vw + 10.5px);
    }
    .coordinate .banner_popup {
        height: calc(100vh - 200px);
        padding: 50px 0 200px;
    }
    .coordinate .banner_popup .banner_detail {
        width: calc(100vw - 60px);
        border-radius: 12px;
        box-shadow: 28px 28px 26.4px 3.6px rgba(0, 0, 0, 0.1), 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
    }
    .coordinate .banner_popup .banner_detail .close {
        width: 30px;
        height: 30px;
        top: -35px;
        right: 0px;
    }
    .coordinate .banner_popup .banner_content .photo_detail img {
        border-radius: 12px 12px 0 0;
    }
    .coordinate .banner_popup .pager_area .pager {
        width: 17px;
        height: 32px;
        top: unset;
        bottom: -42px;
        transition: 0s;
    }
    .coordinate .banner_popup .pager_area .pager:hover {
        background: url(/assets/img/common/popup_pager.png) center center / contain no-repeat;
        transition: 0s;
    }
    .coordinate .banner_popup .pager_area .pager.left {
        left: 0px;
    }
    .coordinate .banner_popup .pager_area .pager.right {
        right: 0px;
    }
    .coordinate .banner_popup .photo_txt {
        padding: 22px 20px;
    }
    .coordinate .banner_popup .photo_txt h2 {
        font-size: 4.2vw;
    }
    .coordinate .banner_popup .photo_txt .item_list li {
        width: calc(50% - 18px);
        padding-left: 13px;
        margin: 5px 0px;
        font-size: 3.5vw;
    }
    .coordinate .banner_popup .photo_txt .item_list li.single {
        width: calc(100% - 23px);
    }
    .coordinate .banner_popup .photo_txt .item_list li .series_number {
        font-size: 3vw;
    }
    .coordinate .banner_popup .photo_txt .item_list .pencil::before {
        height: 13.5px;
        width: 6px;
        left: 4px;
        top: 3px;
    }
    .coordinate .banner_popup .photo_txt .item_list .colorpencil::before {
        height: 12px;
        width: 10px;
        left: 0px;
        top: 4px;
    }
    .coordinate .banner_popup .photo_txt .item_list .eraser::before {
        height: 14px;
        width: 10px;
        left: 0px;
        top: 2px;
    }
    .coordinate .banner_popup .photo_txt .item_list .glue::before {
        height: 15px;
        width: 6px;
        left: 3px;
        top: 3px;
    }
    .coordinate .banner_popup .photo_txt .item_list .other::before {
        height: 10px;
        width: 8px;
        left: 2px;
        top: 6px;
    }









}
