.title {
    font-family: "Malgun Gothic";
    font-size: 22px;
    font-weight: 600;
}

.title_separator {
    border-top: 1px solid black;
    width: 13%;
    margin-top: 10px;
}
.desc li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
}
.input-wrap a {
    float: right;
    width: 65px;
    display: block;
    margin-left: 5px;
    padding: 7px 5px;
    font-size: 11px;
    color: #fff;
    line-height: 14px;
    background-color: #ccc;
    text-align: center;
}
.check-wrap .check ~ label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.check-wrap .check ~ label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 24px;
}
.check-wrap .check:checked ~ label:after { content: '\f00c'; position: absolute; top: 1px; left: 2px; color: #fff; font-family: 'Fontawesome'; font-size: 13px; }
.check-wrap .check:checked ~ label:before { background-color: #ff0066; border-color: #ff0066; }
input[type="radio"] {
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}
.container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 0 !important;
}
td {
    font-size: 11px !important;
    vertical-align: middle;
}
.pointshare_btn{
    background-color:#42a0ea;
    color:white;
    padding:3px;
    cursor:pointer;
    width: 110px;
    text-align: center;
}
.pointshare_btn:hover{
    color:white;
}

@media only screen and (max-width: 464px) {
    .pointshare_btn {margin-left:5px;}
}

input:checked + .slider {
    background-color: #2196F3;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.list_table td {
    font-size: 12px !important;
}

.form-sort {
    padding: 3px;
}

.form-search {
    padding: 4px 9px 6px 9px;
    border: 1px solid #CCC;
    cursor: pointer;
}
.form-search i:hover{
    color : black;
}

.label-title {
    background-color:#42a0ea;
    color:white;
    padding:3px;
}

.label-exp {
    border:1px solid;
    padding:3px;
    margin-left: 5px;
    width: 80px;
}

.label-body {
    width: 150px;
    margin: 0 10px;
    color: #42a0ea;
    text-align: center;
}

.p1 > div {
    margin-bottom: 5px;
}

.modal-header {
    border:none;
}
.modal-content {
    border-radius: 0;
}
.modal-title {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 22px;
    text-align: center
}

.modal-close {
    float:right;
    color:white;
    font-size: 20px;
    font-weight: bold;
    margin-top: -33px;
    cursor:pointer;
}