html,
body {
    font-family: 'Noto Sans KR', sans-serif !important;
    letter-spacing: -0.75px;
}

input:focus,
button:focus {
    outline: none !important;
}

.bg {
    background: url(../image/Backgound.jpg) no-repeat center center;
    background-size: cover;
    padding: 10px 24px 50px;
    min-height: 100vh;
}

.imgmax {
    max-width: 100%;
}

.headTitle {
    background: url(../image/headttl.png) no-repeat left 11px;
    font-size: 1.625em;
    padding-left: 15.5px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 21px;
}

.txt_pink {
    color: #E94A7E;
}

.txt_yellow {
    color: #F8B94E;
}

.txt_gray {
    color: #676767;
}

.txt_ligray {
    color: #EBEBEB;
}
.txt_black {
    color: #000;
}
.txt_liblack {
    color: #2B2B2B;
}

.fnt_14 {
    font-size: 0.875em;
}
.fnt_15 {
    font-size: 0.938em;
}
.fnt_20 {
    font-size: 1.250em;
}

.fnt_24 {
    font-size: 1.500em;
}
.fnt_45 {
    font-size: 2.813em;
}

.fnt_71 {
    font-size: 4.438em;
}

.fw_500 {
    font-weight: 500;
}

.pinkBox {
    background-color: rgba(233, 74, 126, 0.75);
    border-radius: 4px;
    padding: 6px 9px;
    margin-bottom: 40px;
}

.waitBg {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 13px;
    padding: 16px 0;
    margin-bottom: 20px;
}

.paddBg .waitBg{
    padding: 20px;
}
.paddBg19 .waitBg{
    padding: 19px 17px;
}

.modiBtn,
.applBtn {
    padding: 29px 0;
    border-radius: 4px;
}

.modiBtn,
.prevBtn {
    border: 2px solid #F8B94E;
    color: #F8B94E;
    background-color: transparent;
}

.applBtn,
.nextBtn {
    border: 2px solid #E94A7E;
    background-color: #E94A7E;
}

.prevBtn,
.nextBtn {
    border-radius: 28px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    padding: 14px 0;
    display: flex;
    justify-content: center;
}

.prevBtn {
    padding-right: 20px;
}

.nextBtn {
    padding-left: 20px;
}

/* modal */
.modal .modal-content {
    border-radius: 16px;
    border: none;
}

.modal .modal-body {
    padding: 30px 34px 24px;
}

.cancelBtn,
.enterBtn {
    border-radius: 22px;
    padding: 7.5px 0;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.21);
}

.cancelBtn {
    border: 2px solid #78AAEF;
    background-color: transparent;
    color: #78AAEF;
}

.enterBtn {
    border: 2px solid #0159A6;
    background-color: #0159A6;
}

.modal .qrBtn{
    border: 2px solid #E94A7E ;
    width: 118px;
}
/* modal END */

.stepAct,
.step {
    width: 43px;
    height: 44px;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    margin: 0 15px;
    padding-bottom: 2px;
}

.stepAct {
    background-image: linear-gradient(135deg, #E94A7E, #F8B94E);
    color: #FFF;
}

.step {
    border: 2px solid #E94A7E;
}
select { -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; background: url( ../image/selectarrow.png) no-repeat 98% 50%; /* 화살표 모양의 이미지 */ }
/* input label animation */
.info input, .info select{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    padding: 23px 19px 13px 62px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    font-size: 1.125em;
}
.info label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-55%);
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #E5E5E5;
}

.info label i {
    color: #E5E5E5;
    width: 19px;
    text-align: center;
    font-size: 1.2em;
    margin-right: 20px;
}

.info label:after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: -1px;
    width: 0;
    height: 100%;
    transition: all .3s ease;
}

/* 파란색 가로줄 */
.info label span {
    position: absolute;
    transition: all .3s ease;
    font-size: 1.125em;
}

.info input:focus+label span,
.info input:valid+label span, .selectspan {
    transform: translateY(-65%);
    font-size: 0.750em !important;
    color: #E5E5E5;
}

/* input에 글을 입력하고 포커스가 지나간 상태에서 제어하려면 valid 선택자를 써야한다. */
/* 포커스 될 때 label span(name)이 위로 올라감 */
.info input:focus+label::after,
.info input:valid+label::after {
    width: 100%;
    transform: translateX(0);
}

.info input:focus {
    border: 1px solid rgba(245, 245, 245, 0.43);
    border-radius: 6px;
    background-color: rgba(233, 74, 126, 0.43);
    caret-color: #FFF;
}
/* input label animation END */

/* Radio Button */
/* The container */
.rdLabel {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rdLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.rdLabel .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: 4px solid #EBEBEB;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.rdLabel input:checked~.checkmark {
    border-color: #F8B94E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rdLabel input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rdLabel .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F8B94E;
}

/* Radio Button END */
/* Checkbox Button */
/* The container */
.chLabel {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: -0.75px;
}

/* Hide the browser's default checkbox */
.chLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.chLabel .checkmark {
    position: absolute;
    top: -17px;
    left: -11px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #FFF;
}


/* When the checkbox is checked, add a blue background */
.chLabel input:checked~.checkmark {
    border-color: #F8B94E;
}


/* Show the checkmark when checked */
.chLabel input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chLabel .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid #F8B94E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.posiCheck .chLabel .checkmark{
    top: 2px;
    left: 0px;
}
.indexCheck .chLabel{
    padding-right: 30px;
}
.indexCheck .chLabel .checkmark{
    top: 3px;
    right: 0;
    left: auto;
}
/* Checkbox Button END */

.addBtn {
    border: 1px solid rgba(255, 255, 255, 0.60);
    background-image: linear-gradient(135deg, #60BEAC, #5B6ED6);
    padding: 9px 0;
}

.listHead {
    background-color: rgba(120, 170, 239, 0.64);
    padding: 13px 0;
}
.listOver{
    height: 100px;
    overflow-y: scroll;
}
.listConts {
    background-color: rgba(240, 240, 240, 0.12);
    padding: 13px 0;
}

.listConts:nth-child(odd) {
    background-color: rgba(240, 240, 240, 0.24);
}

.noticBtn{
    background-color: transparent;
    border: none;
}
.whBox{
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(240, 240, 240, 0.16);
    padding-top: 40px;
}
.noBox{
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    width: 179px;
    margin: 0 auto;
}
.pkBox{
    background-color: #E94A7E;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 12px;
}
.grayBox{
    background-color: #F4F4F4;
    color: #6C6C6C;
    padding: 10px 20px;
    margin-bottom: 38px;
}
.qrBtn{
    background-color: transparent;
    border: 1px solid #E94A7E;
    padding: 15px 0;
    width: 158px;
    border-radius: 28px;
}
.btmBorder{
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.pl33{
    padding-left: 33px;
}
.pinkBorder{
    border-top: 1px solid #E94A7E;
    margin-top: 9px;
    padding: 20px 0 29px;
    color: #313131;
    font-size: 0.750em;
    height: 425px;
    overflow-y: scroll;
}
.pinkBottom{
    border-bottom: 1px solid #E94A7E;
}
.add-people{
    background-color: rgba(0, 0, 0, 0.32);
    border: 1px solid #9affec86;
    border-radius: 6px;
    padding: 16px 0;
}
.del-people{
    border: 1px solid #9affec86;
    color:#000;
    font-size: .75em;
    border-radius: 25px;
    background: #9affed;
    padding: 9px 22px;
}
