.coordinate {
    background-color: #f6fbfe;
    background: url(/assets/img/about/about_mainvisual_bg.jpg) center center / contain repeat;
}
.coordinate.no_scroll {
    overflow: hidden;
    height: calc(100vh - 90px);
}
.coordinate .intro_title {
    width: 100%;
    padding-top: 130px;
}
.coordinate .intro_title h1 {
    text-align: center;
    color: #233a5f;
    font-size: 40px;
    letter-spacing: 0.08em;
    position: relative;
    margin-bottom: 45px;
}
.coordinate .intro_title h1 span{
    position: absolute;
    color: #ff4d3d;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    top: -35px;
    left: calc(50% - 2px);
    transform: translateX(-50%);
}
.coordinate .intro_title p {
    margin-bottom: 90px;
    color: #515354;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: lighter;
    text-align: center;
}
.coordinate .bannerlist_content {
    max-width: 1155px;
}
.coordinate .bannerlist_content li {
    width: 306px;
    height: 306px;
    box-shadow: 15px 26px 17.6px 2.4px rgba(0, 0, 0, 0.1);
    margin: 0 21px 30px 0;
    border-radius: 24px;
}
.coordinate .bannerlist_content li:hover {
    box-shadow: 0px 5px 26.4px 3.6px rgba(0, 0, 0, 0.1), 0px 20px 40px 0px rgba(0, 0, 0, 0.12);
}
.coordinate .bannerlist_content li.long {
    height: 459px;
}
@media screen and (max-width: 1020px) {
    .coordinate .bannerlist_content {
        margin-left: 13px;
    }
    .coordinate .bannerlist_content li {
        width: 30vw;
        height: 30vw;
        margin: 0 13px 30px 0;
    }
    .coordinate .bannerlist_content li.long {
        height: 45vw;
    }
}
.coordinate .bannerlist_content li.is-empty {
    height: 0;
    margin-bottom: 0;
    box-shadow: none;
}
.coordinate .bannerlist_content li img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    cursor: pointer;
}
.coordinate .banner_popup {
    width: 100vw;
    height: calc(100vh - 100px);
    padding: 50px 0;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(198,200,209, 0.8);
    justify-content: center;
    align-items: flex-start;
    overflow-y: scroll;
    z-index: 2000;
    display: none;
}

@media only screen and (min-height:941px){
    .coordinate .banner_popup {
        align-items: center;
        height: 100vh;
        padding: 0;
    }
}

.coordinate .banner_popup.on {
    display: flex;
}
.coordinate .banner_popup .banner_detail {
    width: 490px;
    background: #fff;
    position: relative;
    box-shadow: 30px 52px 31.2px 8.8px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}
.coordinate .banner_popup .banner_detail .close {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 5px;
    right: -53px;
    cursor: pointer;
    z-index: 200;
    background: url(/assets/img/common/popup_close.png) center center / contain no-repeat;
    transition: 0.3s;
}
.coordinate .banner_popup .banner_detail .close:hover {
    background: url(/assets/img/common/popup_close_hover.png) center center / contain no-repeat;
    transition: 0.3s;
}
.coordinate .banner_popup .banner_content .photo_detail {
    width: 100%;
    display: none;
    z-index: 10;
    transition: 0.3s;
}
.coordinate .banner_popup .banner_content .photo_detail.current {
    display: block;
    transition: 0.3s;
}
.coordinate .banner_popup .banner_content .photo_detail img {
    width: 100%;
    height: auto;
    border-radius: 24px 24px 0 0;
}
.coordinate .banner_popup .photo_txt {
    padding: 25px 30px;
}
.coordinate .banner_popup .photo_txt h2 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: #bbbbbb 1px solid;
}
.coordinate .banner_popup .photo_txt .item_list {
    margin-top: 5px;
    flex-wrap: wrap;
}
.coordinate .banner_popup .photo_txt .item_list li {
    width: calc(50% - 23px);
    padding-left: 18px;
    margin: 5px 0px;
    flex-wrap: wrap;
    color: #515354;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
}
.coordinate .banner_popup .photo_txt .item_list li.single {
    width: calc(100% - 28px);
}
.coordinate .banner_popup .photo_txt .item_list li:nth-child(odd) {
    margin-right: 10px;
}
.coordinate .banner_popup .photo_txt .item_list li .series_number {
    font-size: 12px;
    padding-top: 2px;
    margin-left: 2px;
    font-weight: normal;
}
.coordinate .banner_popup .photo_txt .item_list li .special {
    margin-left: -6px;
}
.coordinate .banner_popup .photo_txt .item_list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
}
.coordinate .banner_popup .photo_txt .item_list .pencil::before {
    height: 18px;
    width: 8px;
    background: url(/assets/img/common/icn_pencil.png) center center / contain no-repeat;
    left: 4px;
    top: 2px;
}
.coordinate .banner_popup .photo_txt .item_list .colorpencil::before {
    height: 16px;
    width: 12px;
    background: url(/assets/img/common/icn_colorpencil.png) center center / contain no-repeat;
    left: 1px;
    top: 3px;
}
.coordinate .banner_popup .photo_txt .item_list .eraser::before {
    height: 16px;
    width: 13px;
    background: url(/assets/img/common/icn_eraser.png) center center / contain no-repeat;
    left: 0px;
    top: 2px;
}
.coordinate .banner_popup .photo_txt .item_list .glue::before {
    height: 18px;
    width: 8px;
    background: url(/assets/img/common/icn_glue.png) center center / contain no-repeat;
    left: 2px;
    top: 3px;
}
.coordinate .banner_popup .photo_txt .item_list .other::before {
    height: 13px;
    width: 12px;
    background: url(/assets/img/common/icn_other.png) center center / contain no-repeat;
    left: 1px;
    top: 5px;
}
.coordinate .banner_popup .pager_area {
    z-index: 1;
}
.coordinate .banner_popup .pager_area .pager {
    position: absolute;
    top: 300px;
    width: 25px;
    height: 46px;
    background: url(/assets/img/common/popup_pager.png) center center / contain no-repeat;
    cursor: pointer;
    transition: 0.3s;
}
@media only screen and (min-height:941px){
    .coordinate .banner_popup .pager_area {
        top: calc(50% - 23px);
    }
    .coordinate .banner_popup .pager_area .pager {
        top: calc(50% - 23px);
    }
}
.coordinate .banner_popup .pager_area .pager:hover {
    background: url(/assets/img/common/popup_pager_hover.png) center center / contain no-repeat;
    transition: 0.3s;
}
.coordinate .banner_popup .pager_area .pager.left {
    left: -45px;
}
.coordinate .banner_popup .pager_area .pager.right {
    right: -45px;
    transform: rotate(180deg);
}





























/* .. */
