@charset "UTF-8";

/* ---- aerospace detail ---- */
.pg-aerospace-kv-satellite {
    background-image: url(/products/aerospace/detail/img/satellite_top.jpg);
}
.pg-aerospace-kv-launcher {
    background-image: url(/products/aerospace/detail/img/launcher_top.jpg);
}
.pg-aerospace-kv-space-station {
    background-image: url(/products/aerospace/detail/img/space_station_top.jpg);
}
.pg-aerospace-kv-launch-site {
    background-image: url(/products/aerospace/detail/img/launch_site_top.jpg);
}
@media screen and (max-width: 960px) {
    .pg-aerospace-kv-satellite {
        background-image: url(/products/aerospace/detail/img/satellite_top_sp.jpg);
    }
    .pg-aerospace-kv-launcher {
        background-image: url(/products/aerospace/detail/img/launcher_top_sp.jpg);
    }
    .pg-aerospace-kv-space-station {
        background-image: url(/products/aerospace/detail/img/space_station_top_sp.jpg);
    }
    .pg-aerospace-kv-launch-site {
        background-image: url(/products/aerospace/detail/img/launch_site_top_sp.jpg);
    }
}

.pg-products-detail .pg-kv-inner::before,
.pg-products-detail .pg-kv-inner::after {
  content: none;
}

.pg-aerospace-image {
    position: relative;
}

.pg-aerospace-link {
    position: absolute;
    text-decoration: none;
}
.pg-aerospace-link.satellite01 {
    z-index: 1;
    top: 24.87%;
    left: -49.62%;
}
.pg-aerospace-link.satellite02 {
    top: 43.59%;
    right: -44.23%;
}
.pg-aerospace-link.satellite03 {
    top: 64.10%;
    left: -57.31%;
}
.pg-aerospace-link.launcher01 {
    top: 30.00%;
    left: -41.92%;
}
.pg-aerospace-link.launcher02 {
    top: 53.59%;
    right: -36.73%;
}
.pg-aerospace-link.space_station01 {
    z-index: 1;
    top: 7.18%;
    left: -55.96%;
}
.pg-aerospace-link.space_station02 {
    top: 20.26%;
    left: -45.00%;
}
.pg-aerospace-link.space_station03 {
    top: 18.97%;
    right: -34.42%;
}
.pg-aerospace-link.launch_site01 {
    top: 30.26%;
    left: -47.88%;
}
.pg-aerospace-link.launch_site02 {
    top: 69.49%;
    right: -29.23%;
}
.pg-aerospace-link.launch_site03 {
    top: 20.26%;
    right: -36.73%;
}
.pg-aerospace-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(27px, 7.2vw, 40px);
    height: clamp(27px, 7.2vw, 40px);
    min-width: 27px;
    min-height: 27px;
    aspect-ratio: 1 / 1;
    padding: 5px;
    border: 1px solid;
    box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #1566cc;
    font-size: 15px;
    font-weight: 600;
}
@media screen and (max-width: 960px) {
    .pg-aerospace-link {
        pointer-events: none;
    }
    .pg-aerospace-link > img {
        display: none;
    }
    .pg-aerospace-link.satellite01{top:60.23%;left:10.43%;}
    .pg-aerospace-link.satellite02{top:65.25%;right:42.03%;}
    .pg-aerospace-link.satellite03{top:72.20%;left:13.62%;}
    .pg-aerospace-link.launcher01{top:49.81%;left:35.07%;}
    .pg-aerospace-link.launcher02{top:60.23%;right:44.35%;}
    .pg-aerospace-link.space_station01{top:12.36%;left:17.97%;}
    .pg-aerospace-link.space_station02{top:23.17%;left:23.77%;}
    .pg-aerospace-link.space_station03{top:51.74%;right:47.83%;}
    .pg-aerospace-link.launch_site01{top:42.08%;left:35.94%;}
    .pg-aerospace-link.launch_site02{top:88.03%;right:26.96%;}
    .pg-aerospace-link.launch_site03{top:34.75%;right:37.97%;}
}
@media screen and (min-width: 961px) {
    .pg-aerospace-number {
        display: none;
    }
}

.pg-aerospace-link-list {
    width: 100%;
    margin-top: 10px;
}
.pg-aerospace-link-list > li:not(:last-child) {
    border-bottom: 1px solid #d7d7e1;
}
.pg-aerospace-link-list > li a {
    text-decoration: none;
    background-color: #edeff1;
    line-height: 1.5;
}
.pg-aerospace-link-list > li a strong {
    font-size: 20px;
    font-weight: 600;
}
.pg-aerospace-link-bottom {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 16px 15px 16px 17px;
}
.pg-aerospace-link-bottom-number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    padding: 5px;
    border: 1px solid;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #1566cc;
    font-size: 15px;
    font-weight: 600;
}
.pg-aerospace-link-bottom-arrow {
    display: inline-block;
    flex-shrink: 0;
    width: 48px;
    height: 30px;
    margin-left: auto;
    border-radius: 30px;
    background: #1566cc url("/assets/images/icon_blank_white.svg") no-repeat 16px 5px / 19px 19px;
}

@media screen and (min-width: 961px) {
    .pg-aerospace-link-list {
        display: none;
    }
}
