/* ---------------------------
	모든 브라우저 크기에 적용
---------------------------*/

.bt_cu_wrap {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
}

.bt_cu_wrap .btw {
    margin: 0;
    margin-right: 10px;
}

.bt_cu_wrap .btw:last-child {
    margin: 0;
    margin-right: 0;
}


/* 공유버튼 */
.df_wrap.detailmn_fixed:after {
    display: none;
}

.df_wrap.detailmn_fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.detailmn_fixed .share_warp {
    display: flex;
    align-items: center;
}

.detailmn_fixed .share_warp .sh {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;    
    background-size: 36px;
    cursor: pointer;
    margin-right: 6px;
}

.detailmn_fixed .share_warp .sh:last-child {
    margin-right: 0
}

.detailmn_fixed .share_warp .sh.sh_kakao {
    background-image: url(../../images/common/share_icon_kakao.png);
}

.detailmn_fixed .share_warp .sh.sh_link {
    background-image: url(../../images/common/share_icon_link.png);
}


/* 약관전체 */
.all_terms_wrap .tit_wrap {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px rgb(0 0 0 / 75%) solid;
    padding-bottom: 10px;
    margin: 20px 0 16px;
    display: flex;
    align-items: center;
}

.all_terms_wrap .tit_wrap .tit {
    font-weight: 600;
    margin-right: 15px;
}

.all_terms_wrap .tit_wrap .che_box {
    font-size: 14px;
}

.all_terms_wrap .cheb_label {
    display: flex;
    align-items: center;
}

.all_terms_wrap .cheb_label input {
    margin-right: 5px;
}

.all_terms_wrap .cont_wrap li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.all_terms_wrap .cont_wrap li:last-child {
    margin-bottom: 0;
}

.all_terms_wrap .cont_wrap .ch_more {
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 0 6px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 3px;
}

.all_terms_wrap .cont_wrap .ch_red {
    margin-left: 5px;
    color: #f90404;    
}



@media screen and (max-width: 1023px){
    .df_wrap.detailmn_fixed, .detailmn_fixed {
        width: 100%;
        max-width: 100%;
    }
    
}



