.container {
    width: 420px;
    height: auto;
    min-height: 100%;
    position: relative;
}

.wrapper {
    height: 100%;
    position: relative;
    padding: 64px 0;
}

.wrap-campaign{
    display: flex;
    flex-direction:row;
}

.w-700 {
    width: 700px !important;
    margin: 0 auto;
}

.w-1100 {
    width: 1100px !important;
    margin: 0 auto;
}

.w-1200 {
    width: 1200px !important;
    margin: 0 auto;
}

.w-852 {
    width: 852px !important;
    margin: 0 auto;
}

.w-650 {
    width: 650px !important;
    margin: 0 auto;
}

.w-498 {
    width: 498px !important;
    margin: 0 auto;
}

.w-420 {
    width: 420px !important;
    margin: 0 auto;
}

.w-586 {
    width: 586px !important;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-start{
    justify-content: flex-start;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-betw{
    justify-content: space-between;
}

.flex-just-ali-c{
    display:flex;
    justify-content: center;
    align-items: center;
}

.flex-ali-c{
    display:flex;
    align-items: center;
}

.ta-c{
    text-align: center;
}

.fs12 {
    font-size: 12px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}
.fs32 {
    font-size: 32px;
}

.fw500{
    font-weight: 500;
}

.fwbold{
    font-weight: bold;
}

.mt2 {
    margin-top: 2px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt14 {
    margin-top: 14px !important;
}

.mt16 {
    margin-top: 16px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt24 {
    margin-top: 24px !important;
}

.mt28 {
    margin-top: 28px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt48 {
    margin-top: 48px !important;
}

.mt60 {
    margin-top: 60px !important;
}
.mt70{
    margin-top: 70px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt112 {
    margin-top: 112px !important;
}

.mt140 {
    margin-top: 100px !important;
}

.mb20{
    margin-bottom: 20px !important;
}
.mb24{
    margin-bottom: 24px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb100{
    margin-bottom: 100px !important;
}

.mb300{
    margin-bottom: 300px !important;
}

.mr6{
    margin-right: 8px !important;
}

.mr8{
    margin-right: 8px !important;
}

.mr14{
    margin-right: 14px !important;
}
.pt16{
    padding-top: 16px;
}
.pt40{
    padding-top: 40px !important;
}
.pt72{
    padding-top: 72px !important;
}
.pt110{
    padding-top: 110px !important;
}
.pb35{
    padding-bottom: 35px !important;
}
.pb140{
    padding-bottom: 140px !important;
}
.pb172{
    padding-bottom: 172px !important;
}

.p16{
    padding-left: 16px;
    padding-right: 16px;
}







/* �섏씠吏� 濡쒕뵫 */
.panel-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index : 40000;
}
.panel-loader-circular {
    -webkit-animation: animateloader 1.5s linear infinite;
    -o-animation: animateloader 1.5s linear infinite;
    animation: animateloader 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
.panel-loader-circular:after {
    -webkit-animation: animateloader2 1.5s ease-in-out infinite;
    -o-animation: animateloader2 1.5s ease-in-out infinite;
    animation: animateloader2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
.cresend-color {
    color: #2196F3 !important;
}
.cresend-color-500{
    color: #2196F3 !important;
    font-weight: 500;
}


/* �명뭼 */
.cresend-input-dark-box{
    position: relative;
    display: flex;
}
.cresend-input-dark-box .cresend-input{
    width: 100%;
    height: 48px;
    border-radius: 28px;
    background-color: #33343c;
    border: 1px solid #41515f;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 54px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color:#fff !important;
    letter-spacing: -0.48px;
    caret-color: #26e995;
    outline: none;
}
input::-webkit-input-placeholder {
    color: #6f7283;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #6f7283;
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #6f7283;
}
input:-ms-input-placeholder {
    color: #6f7283;
}
input::placeholder {
    color: #6f7283;
}
.cresend-input-dark-box .clear-input{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    display: none;
}
.cresend-input-dark-box .error-input{
    border: 1px solid #ff3e3e;
}
.cresend-input-dark-box .error-area{
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    color: #ff3e3e;
    bottom: -24px;
    display: none;
}
.cresend-input-dark-box .error-text{
    display: flex;
    align-items: center;
}
.cresend-input-dark-box .error-icon{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}