.juyo_box_label span {
    color: #FFC700;
    border-color: #FFC700;
}
.juyo_box_30_img {
    background-image: url(/bay_images/kmapextractor/juyo_box_30_img.png);
}
.juyo_box_30_label {
    color: #FFC700;
}

.juyo_box_in_title {
    color: #FFC700
}

.step_box_label span {
    color: #FFC700;
    border-color: #FFC700;
}

.step_box_txt .num_circle {
    background-color: #FFC700;
}
.step_box_txt b {
	word-break: keep-all;
}
.step_box_txt span:not(.num_circle) {
  color: #FFC700;
}
/*통합데이터*/
.step_box_img_txt01 {
	border: 1px solid #FFC700;
    background: rgba(255,199,0,0.2);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    word-break: keep-all;
	font-family: 'nar400', sans-serif;
	border-radius: 10px;
    margin: 20px 0;
    align-items: center;
	font-size: 16px;
}
.step_box_img_txt01 > div:first-child {
    /* width: 155px; */
    color: #d1850f;
    font-size: 20px;
	font-weight: bold;
}

.shop_go_box {
    background: #f6f6fa;
    border-radius: 8px;
    border: 1px solid #d1d1db;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
}
.shop_go_com::after {content:"";display:block;clear:both}
.shop_go_com > div:first-child {
    float: left;
    width: 85%;
    text-align: center;
	color: #333;
    font-size: 18px;
    font-family: 'nar400', sans-serif;
    padding-top: 11px;
}
.shop_go_com > div:first-child > span {
	position: relative;
	z-index: 1;
}
.shop_go_com > div:first-child > span::before {
	content: '';
    display: inline-block;
    width: 100%;
    height: 15px;
    background: #f8e2b2;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.shop_go_com > div:first-child > b {
    color: #cc3333;
    font-family: 'nar500', sans-serif;
}
.shop_go_com > div:last-child {
	float: right;
    width: 15%;
    text-align: center;
	background: linear-gradient(-90deg, rgba(248,90,111,1) 0%, rgba(251,53,79,1) 100%);
    border-radius: 8px;
}
.shop_go_com > div:last-child > a {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 25px;
    padding: 15px 0;
    font-family: 'nar500';
}
.shop_go_box_move {
	position: absolute;
    top: 0;
    left: 0;
    background: #cc3333;
    color: #fff;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 0 0 8px 0;
    font-family: 'nar400', sans-serif;
}
.step_box_txt02 {
    padding: 20px 0 0;
}
.juyo_box_03 .juyo_box_right {
    text-align: center;
}

.step_box_wrap img {
    max-width: none;
}

@media (max-width:860px) {
	.step_box_wrap img {
		max-width: 100%;
	}
	.step_box_img_txt01 {
        padding: 15px;
    }
    .step_box_img_txt01 > div:first-child,
	.step_box_img_txt01 > div {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
	.shop_go_com > div:first-child {
	    float: none;
		width: 100%;
		margin-bottom: 20px;
		padding-top: 25px;
		word-break: keep-all;
		font-size: 16px;
	}
	.shop_go_com > div:last-child {
	    float: none;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	.shop_go_com > div:last-child > a {
	    font-size: 20px;
		padding: 12px 0;
	}

}