@charset "utf-8";
/* CSS Document */

#helpList{
	background-color: #ffffff;
	border:8px solid #f4f4e9;
	padding:5px 14px;
	width:676px;
}

#helpList li{
    display: flex;
    flex-wrap: wrap;
	padding:15px 0;
/*	margin:0 auto 15px; */
	border-bottom:1px solid #f4f4e9;
}

#helpList li:last-child{
	border:none;
}


.figure{
	display:block;
	margin:0 10px 0 0;
}

.helpInfo{
	width:420px;
	margin-right:30px;
    font-size: 1.2rem;
}

.shopNm a{
	color:#49a5f4;
}

.shopNm .addDate{
	color:#666666;
	font-size:10px;
}

.navBtn p{
	margin-bottom:8px;
}

.navBtn a {
	display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}

.navBtn .applybtn {
	background: #ff5e8d;
}

.navBtn .detailsbtn {
	background: #49a0ef;
}

@media screen and (max-width: 896px) {
    #contentsTtl {
        height: 42px;
        line-height: 42px;
        border: 1px solid #eae8da;
        border-left: none;
        border-right: none;
        display: block;
        background: linear-gradient(180deg, rgba(247, 249, 242, 1) 0%, rgba(243, 242, 234, 1) 50%, rgba(236, 236, 226, 1) 100%);
        margin-bottom: 40px;
        font-size: 18px;
        padding-left: 22px;
        position: relative;
        font-weight: normal;
    }

    #contentsTtl::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 22px;
        background: #FE5E8E;
        left: 10px;
        top: 9px;
    }

    #contentsTtl span, .subTtl span {
        font-size: 12px!important;
        font-weight: normal!important;
        padding: 0!important;
        color: #757575!important;
        border-left: none!important;
    }

    #contentsTtl .smallTxt {
        margin-left: 0;
        text-indent: -8px;
    }

	#helpList {
        width: 83%;
        margin: 0 auto;
    }

    .helpInfo {
        width: 72%;
		margin-bottom: 20px;
        margin-right: 0;
    }

	.navBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
        width: 100%;
	}

    .pagetop {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 20px;
	}
}