.sub_top{
    width: 100%;
    height: 400px;
    position: relative;
    background: url(/wp-content/uploads/2026/05/header_BG-scaled.png) no-repeat center center/cover;
}
.sub_title{
    position: absolute;
    top: 184px;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    font-size: 60px;
    font-weight: bold;
    white-space: nowrap;
}
.sub_content{
    padding: 5.2083vw 18.75vw;
    position: relative;
    color: #333;
}
.tip_page_info{
    position: absolute;
    top: 2.6042vw;
    right: 18.75vw;
    color: #999;
    font-size: .7292vw;
}
.content_title{
    margin-bottom: 2.6042vw;
}
.content_title span{
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "GmarketSans", sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.27;
}
.content_title span:before{
	content: "";
	background-color: #2C4DEC;
	display: block;
	width: 34px;
	height: 34px;
    margin-bottom: 6px;
    flex-shrink: 0;
}
@media all and (max-width:991px){
    .sub_top{
        height: 300px;
    }
    .sub_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 7.8125vw;
        text-align: center;
    }
    .sub_content{
        padding: 7.8125vw 5.2083vw;
    }
    .tip_page_info{
        position: static !important;
        display: block !important;
        text-align: right !important;
        margin-bottom: 15px !important;
        font-size: 1.8229vw;
    }
    .content_title{
        margin-bottom: 5.5083vw;
    }
    .content_title span{
        font-size: 4.4271vw;
        gap: 2.6vw
    }
    .content_title span:before{
        width: 4.43vw;
        height: 4.43vw;
        margin-bottom: 1.43vw;
    }
}

@media all and (max-width:479px){
    .sub_top{
        height: 200px;
    }
    .sub_title{
        font-size: 8.8889vw;
    }
    .sub_content{
        padding: 11.1111vw 5.5556vw 13.8889vw;
    }
    .tip_page_info{
        position: static !important;
        display: block !important;
        text-align: right !important;
        margin-bottom: 12px !important;
        font-size: 2.7778vw;
    }
    .content_title{
        margin-bottom: 5.5556vw;
    }
    .content_title span{
        font-size: 6.1111vw;
        gap: 5.56vw;
    }
    .content_title span:before{
        width: 4.44vw;
        height: 4.44vw;
        margin-bottom: 0.83vw;
    }
}
