.container{
    padding-top: 2.rem !important;
    width: 100% !important;
}/* 헤더 하얀색 */
.contain{padding-top: 2.1rem !important;
    width: 100% !important;
}/* 헤더 진한색 */

input[type='checkbox']{display: none;}
input[type='checkbox'] + label{
    background-image: url(/public/img/app/chk_circle.png);
    background-size: 1.2rem;
    padding-left: 1.6rem;
}
input[type='checkbox']:checked + label{
    background-image: url(/public/img/app/chked_circle.png);
}
input[type='radio']{display: none;}
input[type='radio'] + label{
    background-image: url(/public/img/app/chk_circle.png);
    background-size: 1.2rem;
    padding-left: 1.6rem;
}
input[type='radio']:checked + label{
    background-image: url(/public/img/app/chked_circle.png);
}

/* sweetalert 디자인 기존에 있던 소스 이관 2022-01-13 김원명 */
.swal2-header{
    padding: 0 !important;
}
.swal2-title {
    margin: 0 0 1rem !important;
    font-size: .9rem !important;
    font-family: 'Noto Sans KR' !important;
    font-weight: 500 !important;
    color: #111 !important;
    position: relative !important;
}
.swal2-content {
    margin-bottom: .7rem !important;
    font-size: .7rem !important;
    padding: 0 !important;
    color: #111 !important;
}
.swal2-content div{
    font-size: .7rem;
}
.swal2-content span{
    font-size: .9rem !important;
    color: #0176f9 !important;
    font-weight: 500 !important;
}
.swal2-styled {
    padding: .4em 2.5em !important;
}
.swal2-styled.swal2-confirm {
    font-size: .75rem !important;
    float: right !important;
}
.swal2-styled.swal2-cancel {
    font-size: .75rem !important;
    float: left !important;
}

/* 버튼두개 wrap */
.swal2-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 .5rem .5rem;
    overflow: hidden;
    flex-flow: row-reverse nowrap !important;
}
.swal2-actions button{
    width: 100% !important;
    margin: 0 !important;
    height: 2.4rem !important;
    border-radius: 0 !important;
}
.swal2-styled.swal2-cancel{
    color: #111 !important;
}
.swal2-icon {
    width: 2.6em !important;
    height: 2.6em !important;
    margin: 1.1em auto 1.1em !important;
    line-height: 2.6em !important;
	border: .2em solid transparent !important;
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 2em !important;
}
.swal2-popup {
    width: 14.8rem !important;
    max-width: 20rem !important;
    padding:2rem 0 3.75rem !important;
    border-radius: .5rem !important;
}
