.page_1638idd_title{
    margin-top: 40px;
    margin-bottom: 24px!important;
}
.page_1638idd_box_container {
    display: flex;
    justify-content: center;
    max-width: 1320px;
    gap: 20px;
    align-items: center;
}
.page_1638idd_box {
    width: 50%;
}
.page_1638idd_box_item {
    display: flex;
    text-align: center;
    padding: 30px 42px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: #F6F6F6;
}
.page_1638idd_box_item img {
    width: 60px;
    height: 60px;
}

.idd131_userguide_button > span:first-child {
    margin-left: 0px;
}

.idd131_userguide_button{
    margin: 5px 0px 20px;
    font-size: 20px;
    gap: 10px;
}

.page_1638idd_number_container{
    margin-top: 20px;
}

span.number {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: #f00;
    border-radius: 100px;
    color: var(--color-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.service_number_list{
    display: grid;
    gap: 12px;
}

.service_number_item{
    display: flex;
    align-items: center;
}

.page_1638idd_service_number_container{
    display: grid;
    gap: 20px;
}

.service_number_list .idd131_userguide_button{
    margin: 0px;
}

.page_1638idd_remind-box-container{
    display: flex;
    padding: 20px 30px;
    justify-content: left;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    margin: 40px auto 0px;
    border: 2px solid var(--Color-Yellow, #FFB100);
    background: #FFF3D9;
}

.page_1638idd_remind-box-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.page_1638idd_remind-box-item img{
    width: 48px;
    height: 48px;
}

.page_1638idd_remind-box-item_text{
    display: grid;
    gap: 8px;
}

.idd1638_form_container{
    margin-top: 20px;
}

.page_1638idd_box_text{
	display: grid;
    gap: 10px;
}

@media (max-width: 767px) {
    .page_1638idd_box_container {
        flex-direction: column;
        gap: 20px;
        background: #F6F6F6;
        padding: 20px;
        border-radius: 20px;
    }
    .page_1638idd_box {
        width: 100%;
    }
    .page_1638idd_box_item {
        padding: 0px;
        flex-direction: row;
        gap: 20px;
    }
    .page_1638idd_box_text{
        text-align: left;
    }
    .page_1638idd_box_item img {
       width: 40px;
        height: 40px;
    }
    span.number{
        font-size: 14px;
    }
	.service_number_list{
		gap: 8px;
	}
    .idd131_userguide_button{
        font-size: 12px;
    }
	.page_1638idd_remind-box-container{
		padding: 16px;
	}
	.page_1638idd_remind-box-item img{
		width: 36px;
		height: 36px;
	}
}

.modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1050;
		display: none;
		overflow: hidden;
		outline: 0;
	}
	.innerpage-nav > div {
		max-width: 100%;
	}
	.innerpage-nav > div nav.navbar {
		width: 100%;
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#st-protect__more-modal .st-protect__modal-content {
		background: #ffffff;
		max-width: 1200px;
		width: 90%;
		padding: 30px 20px;
	}
	.st-protect__modal-content {
		display: flex;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 1200px;
		border-radius: 24px;
	}
	#st-protect__more-modal .st-protect__modal-close-container {
		display: flex;
    	justify-content: flex-end;
		padding-bottom: 20px;
	}
	.st-protect__modal-close {
		position: relative;
		height: 22px;
		cursor: pointer;
		width: 22px;
	}
	.st-protect__modal-close:before {
		content: "";
		position: absolute;
		width: 22px;
		height: 1px;
		background: #333333;
		transform: rotate(45deg);
		top: 50%;
		right: 0;
	}
	.st-protect__modal-close:after {
		content: "";
		position: absolute;
		width: 22px;
		height: 1px;
		background: #333333;
		transform: rotate(-45deg);
		top: 50%;
		right: 0;
	}
	.country-search-wrapper {
		display: flex;
		align-items: center;
		padding: 20px;
		gap: 8px;
		margin-top: 8px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom: 1px solid #D3D3D3;
		box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.25);
	}
	.country-search-input{
		border: aliceblue;
	}
	.select-menu{
		border-radius: 0px 0px 10px 10px!important;
	}
	.select-menu {
		/* Keep depth on sides/bottom, remove top shadow */
		box-shadow: -6px 0 11px -8px rgba(0, 0, 0, 0.25), 6px 0 11px -8px rgba(0, 0, 0, 0.25), 0 8px 11px -6px rgba(0, 0, 0, 0.25)!important;
	}
	.country-search-input:focus{
		outline: none;
	}
	.country-detail-embed {
		margin-top: 40px;
		border: 0px solid #e5e5e5;
		border-radius: 12px;
		overflow: auto;
		background: #fff;
		display: none;
		padding: 2px;
	}
	.h6{
		margin-bottom: 24px;
	}
	.table_text_marign_top{
		margin-top: 24px!important;
	}
	.text-left{
		text-align: left;
	}
	.country-detail-content {
		width: 100%;
		display: block;
	}
	.country-detail-loading,
	.country-detail-error {
		padding: 12px 8px;
		color: #666;
	}
	.country-detail-error {
		color: #c00;
	}
	.select.customSelect{
		width: 40%;
	}
    .country-search-input{
        font-size: 16px;
    }
    .select.customSelect{
        margin-top: 5px !important;
    }
	@media (max-width: 767px) {
		#st-protect__more-modal .st-protect__modal-content {
			padding: 30px 20px;
			height: auto;
		}
		.mobile_table{
    		overflow-y: auto;
		}
		.select.customSelect{
			width: 100%;
		}
        .page_1638idd_title {
            margin-top: 20px;
            margin-bottom: 20px !important;
        }
        .country-detail-embed{
            margin-top: 20px;
        }
        .h6 {
            margin-bottom: 16px;
        }
        .table_text_marign_top {
            margin-top: 20px !important;
        }
        body.v4 .innerpage-body-content > div, body.v4 .innerpage-body-content > div#country_Call_table {
            margin-bottom: 0px;
        }
        body.v4 .st-container .innerpage-remark {
            margin-top: 0px;
        }
        .table_text_marign_top {
            margin-top: 20px !important;
        }
        .innerpage-remark{
            margin-top: 20px !important;
        }
	}