.inner-wrap{
    padding: 0 20px;
}

.close-box{
    display: flex;
    justify-content: flex-end;
}
.btn-close {
	display:inline-block;
	width:20px;
	height:20px;
    margin-top: 12px;
}
.btn-close:before,
.btn-close:after {
	margin-left:10px;
	position:absolute;
	content:' ';
	height:20px;
	width:2px;
	background-color:#000
}
.btn-close:before{
	transform:rotate(45deg);
}
.btn-close:after{
	transform:rotate(-45deg);
}

.tit-set{
    width: 100%; 
    margin: 12px 0 20px;
    text-align: center;
}
.tit-set .main-logo {
    height: 22px;
    width: 100%;
}
.tit-set .main-logo img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.tit-set .main-tit {
    font-size: 20px;
    text-align: center;
    margin: 12px 0 8px 0;
}
.tit-set .main-text {
    font-size: 12px;
    text-align: left;
}
.guide-form{
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.guide-form .guide-tit{
    font-size: 18px;
}
.btn-set{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.btn-set button{
    width: calc(50% - 5px);
    padding: 12px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
}
.btn-set.goods001 button{
    width: 100%;
}
.btn-set.goods002 button{
    width: calc(33% - 5px);
}
.btn-tit{
    font-size: 16px; 
    font-weight: bold;
    margin-bottom: 12px;
}
.btn-img{
    width: 50px; 
    height: 50px; 
    margin-bottom: 12px;
}
.btn-img img{
    width: 100%;
}
.btn-set .btn-text{
    font-size: 12px; 
    text-align: left; 
    width: 100%;
    display: flex;
}
.btn-set .btn-text:before{
    content: '•';
    font-family: arial;
    margin-right: 2px;
    color: #13ABDB;
}
.btn-set .btn-text .btn-subtext{
    font-size: 12px;
    font-weight: normal;
}
.subtit-set .sub-text{
    font-size: 12px;
    font-weight: bold;
    word-break: keep-all;
}
.subtit-set .sub-text span{
    font-weight: normal;
}
.btn-continue{
    width: 100%;
    height: 60px;
    border-radius: 15px 15px 0 0;
    background-color: #13ABDB;
    color: #f8f8f8;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border: 0;
}
.btn-continue strong{
    font-size: 18px;
}
.ongoing{
    width: 108px;
    height: 30px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
    line-height: 30px;
    margin:12px auto 20px;
    padding:0 10px;
}
.round{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8ACC06;
    margin-right: 7px;
}
.btn-status{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-status.delay .round{
    background-color: #FF578A;
}
.btn-set button .btn-status{
    margin-bottom: 12px;
}
.btn-set .btn-channel .channel-logo{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.btn-set .btn-channel .channel-logo img{
    width: 100%;
}
.btn-set .btn-channel p{
    padding-bottom: 8px;
}
.txt-underline{
	text-decoration: underline !important;
}
.txt-red{
	color: #e5483d !important;
}
/* .dp-ib{
	display:inline-block;
} */
.section2 .btn-set{
	text-align:center;
}
.section2 .btn-set button{
	width:calc(50% - 6px);
}
.br-25{
	border-radius:25px;
}