.bg_gr{
    background-color: #f7f7f7;
}
img{
    max-width: 100%;
}

.stit a{
    text-decoration: none;
    font-weight: 600;
    background-color: #112049;
    font-size: 20px;
    color: #fff;
    padding: 10px 30px;
    display:inline-block;
    margin-top: 20px;
}
.stit h5{
    margin-top: 15px;
}
@media (max-width:768px){
    .stit a{
        font-size: 15px;
        padding: 7px 20px;
        margin-top: 15px;
    }
}
/*t_list*/
.t_list > li {
    font-size: 18px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 5px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 7px;
    }
}

/*d_list*/
.d_list > li {
    font-size: 18px;
    color: #333;
    line-height: 1.6em;
    font-weight: 500;
    margin: 5px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.d_list > li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top:13px;
    left: 0;
    border-radius: 50%;
    background-color: #333;
}
.d_list > li span{
    font-weight: 900;
}
@media (max-width:768px){
    .d_list > li {
        font-size: 14px;
        margin: 3px 0;
        padding-left: 7px;
    }
    .d_list > li:after {
        width: 3px;
        height: 3px;
        top:10px;
    }
}



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 18px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
}
@media (max-width:768px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 14px;
    }
}

.c_rd {
	color: #c82d2d !important;
}

.mb-none {
    margin-bottom: 0 !important;
}
.p-none {
    padding: 0 !important;
}
.text-light {
	color: #FFF !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-extra-bold {
	font-weight: 900 !important;
}

.sale_01 .conbox .cont_wrp:not(:first-child){
    margin-top: 40px;
}
@media (max-width:768px){
    .sale_01 .conbox .cont_wrp:not(:first-child){
        margin-top: 20px;
    }
}