﻿.hidden {
    display: none;
}
.btn.outline-bold {
    border: 1px solid #bbb;
    background-color: #fcfcfc;
    color: #666;
}

.btn.primary {
    color: #fff;
    background-color: #5a27bf;
}
.wpopupwrap {
    overflow-x: hidden;
    padding: 0 20px;
    background-color: #fbfcfd;
}
/* popup size */
.wpopup-small {
    width: 450px;
    min-width: 450px;
}

.wpopup-medium {
    width: 550px;
    min-width: 550px;
}

.wpopup-large {
    width: 830px;
    min-width: 830px;
}

.wpopup-bigs {
    width: 1260px;
    min-width: 1260px;
}
/*scrolling*/
.wpopupwrap.scrolling .popup-content {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.wpopupwrap .board-list.vertical td {
    padding: 0 8px;
}

.wpopupwrap .el_btn-wrap {
    margin-top: 48px;
}

.wpopupwrap .el_btn.small {
    max-width: none;
}

.wpopupwrap .info-box {
    margin-top: 16px;
}

.wpopupwrap .popup-content > .el_btn-wrap {
    margin-top: 0;
}

.wpopupwrap .box-wrap {
    margin-top: 18px;
    border: 0;
}

    .wpopupwrap .box-wrap .level-txt {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
    }

    .wpopupwrap .box-wrap strong {
        font-weight: 700;
    }

.wpopupwrap .charts {
    margin-top: 8px;
}

.wpopupwrap .btn-wrap .btn {
    min-width: 72px;
}

.wpopupwrap .name-wrap .img {
    max-width: 56px;
}

.wpopupwrap .start-txt {
    position: absolute;
    top: 18px;
    right: 45px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.wpopupwrap .btn.primary {
    color: #fff;
    background-color: #5A27BF;
}

    .wpopupwrap .btn.primary:hover {
        background: #6a37ce
    }

.wpopupwrap .btn.outline-bold {
    border: 1px solid #E9E8EE;
}

.wpopupwrap .btn.w-big {
    width: 160px;
}

.wpopupwrap .btn.w-small {
    width: 80px;
}


.wpopup-medium .popup-footer {
    text-align: center;
}

    .wpopup-medium .popup-footer button {
        width: 160px;
    }

.wpopupwrap .board-list.vertical td {
    padding: 0 8px;
}

.wpopupwrap .el_btn-wrap {
    margin-top: 48px;
}

.wpopupwrap .el_btn.small {
    max-width: none;
    color: #5a27bf;
    background-color: #f4efff;
}

    .wpopupwrap .el_btn.small:hover,
    .wpopupwrap .el_btn.small.selected {
        font-weight: 700;
        background: #5a27bf;
        color: #fff;
    }

.wpopupwrap .popup-content > .el_btn-wrap {
    margin-top: 0;
}

.wpopupwrap .box-wrap {
    margin-top: 18px;
    border: 0;
}

    .wpopupwrap .box-wrap .level-txt {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
    }

    .wpopupwrap .box-wrap strong {
        font-weight: 700;
    }

.wpopupwrap .charts {
    margin-top: 8px;
}

.wpopupwrap .btn-wrap .btn {
    min-width: 72px;
}

.wpopupwrap .name-wrap .img {
    max-width: 56px;
}

.wpopupwrap .start-txt {
    position: absolute;
    top: 18px;
    right: 45px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.popup-container p.txt-left {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 16px;
}
.popup-content {
    padding: 0;
    font-size: 1.3rem
}

.popup-content h3 {
    font-size: 14px;
}

.popup-content .box-area-wrap {
    margin-top: 0;
    padding: 16px!important;
}

.popup-content .box-flex-start {
    gap: 8px
}

.popup-content .form-box fieldset dl > * {
    margin-top: 8px
}

.popup-content .form-box fieldset dd button {
    width: 100%;
}

.popup-content p,
.popup-content .popup-footer .btn {
    font-size: 13px;
    font-weight: 500;
}
.popup-content p {
    padding: 16px 0 0;
}
.popup-content p.info {
   text-align: center
}
.popup-content p strong {
    color: #5a27bf;
    font-weight: 600;
}
.popup-footer {
    padding: 24px 0;
    font-size: 0;
    text-align: center;
}
.label-box {
    font-size: 1.3rem;
}
    .label-box textarea {
        padding: 10px;
        width: 100%;
        height: 64px;
        font-size: 1.3rem;
        line-height: 1.5;
        border: 1px solid #e9e8ee;
        border-radius: 4px;
        background-color: #fff;
        color: #333;
        resize: none;
        outline-style: none;
    }
    .label-box.current textarea {
        border: 0;
        background-color: transparent;
        font-weight: 600;
        font-size: 1.3rem;
        height: 44px;
        padding: 0 8px;
        overflow-y: hidden;
    }
    .label-box.current input[type=text] {
        border: 0;
        background-color: transparent;
        font-weight: 600;
        font-size: 1.3rem;
    }

/* 길드 프로필 */
.filebox.imgbg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    background: #fff;
    margin: 16px auto 0;
}
#imagePreviewCanvas {
    border-radius: 50%;
}
.file-input-wrap {
    justify-content: center;
    margin: 24px 0 0;
}
.file-input {
  text-align: center;
}
.file-input input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* 길드 배너 */
.banner .filebox.imgbg  {
  width: 570px;
  height: 200px;
  border: 1px solid #dddddd;
  border-radius: initial;
  background-color: #fff;
 position: relative;
}
.banner .filebox.imgbg #newImagePreviewCanvas {
    position:absolute;
    width: 100%;
    height: 100%;
}
.banner .icon-arrow {
  transform: rotate(90deg);
}
/* 가입축하 메시지 */
.radio input[type="radio"] + label {
  padding-left: 20px;
}
.join_msg_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}
/* 가입방식 */
#levelIcons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    border-radius: 4px;
    border: 1px solid #ababab;
    background: #fff;
    padding: 15px 18px;
}
    #levelIcons .icon-container {
        width: 47px;
        height: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        justify-content: center;
        cursor: pointer;
    }
    #levelIcons .icon-container .level-text {
        font-size: 1.3rem
    }
#joinTypeToggle .toggle-btn {
    border: 1px solid #bbb;
    background-color: #fcfcfc;
    color: #666;
}

    #joinTypeToggle .toggle-btn + .toggle-btn {
        margin: 0 8px
    }

#joinTypeToggle .btn:hover,
#joinTypeToggle .active {
    color: #ed407f;
    border: 1px solid #ed407f;
    font-weight: 600;
}
#levelIcons .icon-container:hover,
#levelIcons .icon-container.selected {
    border-radius: 4px;
    border: 1px solid #5a27bf;
    background: #f4efff;
}
.join_type p.info {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #666;
    padding-bottom: 16px;
}
.join_type .tit {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #666;
    padding-bottom: 8px;
}

/* 기부하기 */
.donation .btn.def:hover {
    background-color: #5a27bf;
    color: #fff
}
.donation input[type=number] {
    padding: 0 20px;
    height: 36px;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #E9E8EE;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.donation .list div {
    height: 54px;
    padding: 0 16px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .donation .list div strong {
        font-weight: 600;
    }
    .donation .list div h2,
    .donation .list div .label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1.3rem;
        font-weight: 500;
        padding: 0;
    }
    .donation .list div .circle {
        font-size: 2.2rem;
        width: 33px;
        height: 33px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600
    }
        .donation .list div .circle.pup {
            border: 1px solid #897cc7;
            color: #5c28c3;
            background: #ede5ff;
        }
.donation .list p {
    width: 70%;
    margin: 0 auto;
    text-align: center
}
.donation .box-area-wrap .btn:hover,
.donation .box-area-wrap .btn.show {
    color: #ed407f;
    border: 1px solid #ed407f;
    background-color: #fff
}