.gomiShindanResult {
    padding-top: 55px;
    padding-bottom: 44px;
}
.gomiShindanResult header {
    margin-bottom: 0;
}
.gomiShindanResult h2{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0; 
}
.gomiShindanResult .subTitle {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
}
.gomiShindanResult .shindanResultType {
    margin-top: 32px;
    padding-right: 10px;
    display: flex;
    position: relative;
    background: url('../img/gomi-shindan/gmshindan-bg.png');
}
.gomiShindanResult .shindanResultType::before{
    content: '';
    position: absolute;
    top: -3px;
    left: 0px;
    right: 0;
    bottom: -4px;
    border: 5px solid #FF0088;
    z-index: 1;
    pointer-events: none;
}
.gomiShindanResult .shindanResultType .resultStatus {
    max-width: 368px;
    width: 100%;
    padding: 37.1px 0 29.1px;
    text-align: center;
}
.gomiShindanResult .shindanResultType .resultStatus .resultStatusTitle {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0;
}
.gomiShindanResult .shindanResultType .resultStatus .resultStatusNum {
    font-family: "Manrope", sans-serif;
    font-size: 85px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 7px;
    line-height: 1;
}
.gomiShindanResult .shindanResultType .resultStatus .resultStatusIcon {
    display: flex;
    margin: 14px 0 0 1px;
    justify-content: center;
}
.gomiShindanResult .shindanResultType .resultStatus .resultStatusIcon li{
    width: 50.5px;
    margin-right: 5px;
}
.gomiShindanResult .shindanResultType .resultStatus .resultStatusIcon li:last-child {
    margin-right: 0;
}
.gomiShindanResult .shindanResultType .resultStatus .resultStatusIcon li img{
    aspect-ratio: 56.5 / 48.8;   
}
.gomiShindanResult  .shindanResultType .resultTypeContent {
    padding: 35px 113px 25px 110px;
    margin: 10px 0;
    background: white;
}
.gomiShindanResult  .shindanResultType .resultTypeContent .resultTypeTitle{
    font-size: 24px;
    letter-spacing: 0.96px;
    font-weight: bold;
    margin-bottom: 0;
}
.gomiShindanResult  .shindanResultType .resultTypeContent .resultTypeDesc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.64px;
    margin-top: 13px;
    margin-bottom: 0;
}
.gomiShindanResult .shindanResultType .resultTypeContent .resultTypeBtn{
    margin-top: 19px;
    width: 278px;
}
.gomiShindanResult .shindanResultType .resultTypeContent .resultTypeBtn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    background: #FF0088;
    padding: 17.7px 0 11.7px;
}
.gomiShindanResult .shindanResultType .resultTypeContent .resultTypeBtn a::after {
    content: '';
    display: inline-block;
    position: static;
    background: url("../img/gomi-shindan/arrow-right-icon.svg") no-repeat center;
    background-size: 100%;
    width: 10.13px;
    height: 13px;
    margin-left: 8px;
    margin-top: -3px;
}
.gomiShindanResult .shindanResultContent {
    background: #DCF2FF;
    margin-top: 36px;
    padding: 31px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gomiShindanResult .shindanResultContent .resultContentTitle {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1.44px;
    color: #0C3C5A;
    margin: 0 auto;
    padding: 0 50px;
}
.gomiShindanResult .shindanResultContent .resultContentTitle::before,
.gomiShindanResult .shindanResultContent .resultContentTitle::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 43px;
    background: url('../img/gomi-shindan/line-title-result.svg') no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    top: -2px;
    left: 7px;
}
.gomiShindanResult .shindanResultContent .resultContentTitle::after {
    right: 7px;
    left: unset;
    transform: scaleY(-1);
}
.gomiShindanResult .shindanResultContent .resultContentNotice {
    display: flex;
    background: white;
    margin-top: 25px;
    border-radius: 10px;
    padding: 39px 50px 33px;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 60px;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileAvatar {
    width: 155px;
} 
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileAvatar img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileJob {
    font-size: 16px;
    color: #1996E3;
    font-weight: bold;
    letter-spacing: 0.64px;
    margin-top: 24px;
    margin-bottom: 0;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileName {
    font-size: 25px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 0;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileNick {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    color: #000000;
    margin-top: 4px;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeContent {
    padding-top: 7px;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeContent .resultNoticeTitle {
    font-size: 28px;
    font-weight: bold;
    color: #1996E3;
    letter-spacing: 1.14px;
    margin-bottom: 0;
}
.gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeContent .resultNoticeDesc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.64px;
    line-height: 1.7;
    margin-top: 23px;
}
.gomiShindanResult .shindanResultHomeBtn {
    margin-top: 30px;
}
.gomiShindanResult .shindanResultHomeBtn a {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    text-indent: 26px;
}
.gomiShindanResult .shindanResultHomeBtn a::before {
    content: '';
    background: url('../img/gomi-shindan/reload-icon.svg') no-repeat center;
    background-size: 100%;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
}
@media (min-width:769px) {
    .gomiShindanResult a:hover {
        opacity: 0.75;
    }
}
@media (max-width: 960px) {
    .gomiShindanResult .shindanResultType .resultTypeContent {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
@media (max-width: 768px) {
    .gomiShindanResult {
        width: 94.66%;
        padding-bottom: 47px;
    }
    .gomiShindanResult .subTitle {
        letter-spacing: 0.64px;
    }
    .gomiShindanResult h2 {
        font-size: 32px;
        letter-spacing: 1.28px;
    }
    .gomiShindanResult .shindanResultType {
        flex-direction: column;
        align-items: center;
        padding-left: 10px;
    }
    .gomiShindanResult .shindanResultType::before {  
        left: 0;
        right: 0;
    }
    .gomiShindanResult .shindanResultType .resultStatus {
        padding-top: 26.1px;
        padding-bottom: 19.1px;
    }
    .gomiShindanResult .shindanResultType .resultStatus .resultStatusTitle {
        font-size: 32px;
        letter-spacing: 1.28px;
    }
    .gomiShindanResult .shindanResultType .resultStatus .resultStatusNum {
        margin-top: 10px;
        font-size: 64px;
    }
    .gomiShindanResult .shindanResultType .resultStatus .resultStatusIcon  {
        margin-top: 17px;
    }
    .gomiShindanResult .shindanResultType .resultTypeContent {
        padding: 35px 22px 29px 30px;
    }
    .gomiShindanResult .shindanResultType .resultTypeContent .resultTypeTitle  {
        font-size: 20px;
    }
    
    .gomiShindanResult .shindanResultType .resultTypeContent .resultTypeDesc {
        font-size: 14px;
        padding-right: 7px;
    }
    .gomiShindanResult .shindanResultType .resultTypeContent .resultTypeBtn {
        margin: 18px auto 0;
    }
    .gomiShindanResult .shindanResultType .resultTypeContent .resultTypeBtn a  {
        font-size: 14px;
        padding: 17.7px 0 11.9px;
    }
    .gomiShindanResult .shindanResultContent .resultContentTitle {
        font-size: 22px;
        letter-spacing: 0.88px;
        line-height: 1.7;
        padding: 0 46px;
        display: flex; 
        align-items: center; 
        justify-content: center; 
        position: relative; 
        text-align: center;
    }
    .gomiShindanResult .shindanResultContent .resultContentTitle::before,
    .gomiShindanResult .shindanResultContent .resultContentTitle::after { 
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
    }
    .gomiShindanResult .shindanResultContent .resultContentTitle::before {
        left: 18px;
    }
    .gomiShindanResult .shindanResultContent .resultContentTitle::after {
        right: 18px;
        transform: translateY(-50%) scaleX(-1);
    }
    .gomiShindanResult .shindanResultContent .resultContentNotice {
        flex-direction: column;
        margin-top: 13px;
        padding: 23px 16px 16px;
    }
    .gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile {
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileJob {
        margin-top: 25px;
        font-size: 14px;
        letter-spacing: 0.56px;
    }
    .gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeProfile .resultProfileName {
        margin-top: 4px;
        font-size: 23px;
    }
    .gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeContent .resultNoticeTitle  {
        font-size: 22px;
        line-height: 1.7;
        letter-spacing: 0.88px;
        text-align: center;
        margin-top: 16px;
        padding: 0 21px;
    }
    .gomiShindanResult .shindanResultContent .resultContentNotice .resultNoticeContent .resultNoticeDesc  {
        margin-top: 13px;
        font-size: 14px;
        letter-spacing: 0.56px;
        line-height: 1.71;
    }
    .gomiShindanResult .shindanResultContent {
        margin-top: 20px;
        padding-top: 18px;
    }
}