.contents img {
    width: 100%;
}

.nav span {
    display: block;
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    color: #555;
    font-weight: 100;
}
.nav .chk {
    border-bottom: 3px solid #e96000;
    font-weight: 400;
    color: #e96000;
}
.no-drag {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.show_contents {
    display: block;
}
.hide_contents {
    display: none;
}

/* info */
.info .contents {
    width: 100%;
    margin: 0 auto;
}

/* donate */
.donate .contents {
    width: 100% ;
    margin: 0 auto;
}

/*goal*/
#goal {
    width: 100vw;
    padding: 20vw 0 40vw 0;
}
#goal .goalTitle {
    width: 100vw;
    color: red;
    text-align: center;
    margin-bottom: 15vw;
}

#goal .smsDonate {
    width: 80vw;
    margin: 0 auto;
    text-align: center;
}
#goal .smsDonate p:nth-child(1) {
    float: left;
    width: 50%;
    margin-right: 7%;
    color: grey;
    text-align: left;
}
#goal .smsDonate p:nth-child(2) {
    float: left;
    width: 40%;
    color: orange;
    text-align: right;
}

#goal .shareDonate {
    width: 80vw;
    margin: 0 auto;
    text-align: center;
}
#goal .shareDonate p:nth-child(1) {
    float: left;
    width: 50%;
    margin-right: 7%;
    color: grey;
    text-align: left;
}
#goal .shareDonate p:nth-child(2) {
    float: left;
    width: 40%;
    color: #08a;
    text-align: right;
}

/*donate_plan*/
#donate_plan {
    width: 100vw;
    background: #eee;
    padding: 3vw 0;
}
#donate_plan div {
    width: 94vw;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    padding: 10vw 0;
}

/*reply*/
#reply {
    width: 100%;
    padding: 0 10px;
}
#reply .smsList .profile {
    display: block;
    width: 80px;
    float: left;
    text-align: center;
    padding-right: 2vw;
}
#reply .smsList .profileImg {
    display: inline-block;
    width: 60px;
    border-radius: 10vw;
}
#reply .smsList .msgArea {
    width: calc(100% - 80px);
    float: left;
}
#reply .smsList .msgArea .reply_head p:nth-child(1) {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #999;
}
#reply .smsList .msgArea .reply_head p:nth-child(2) {
    width: 50%;
    float: left;
    text-align: right;
}
#reply .smsList .msgArea .reply_contents {
    color: #555;
    padding-right: 100px;
}
#reply .smsList .msgArea .reply_footer {
    color: #aaa;
    padding: 20px 0;
    font-weight: 100;
}

/*shareAndDonateBnt*/

.fixedShareAndDonate {
    position: fixed;
    width: 100vw;
    bottom: 0;
}

/*shareBtnArea*/
.ShareBtnArea {
    position: fixed;
    top: 0;
    z-index: 1070;
    width: 100vw;
    height: 100vh;
}

.ShareBtnArea .background {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #333;
    opacity: 0.5;
}
.share_area {
  display: flex;
  justify-content: center;
  width:100%;
  text-align:center;
  margin: 0 0 15px 0;
}
.ShareBtnArea .shareModal .shareTitle {
  display: flex;
    height: 50px;
}
.ShareBtnArea .shareModal .shareBtn img {
    width: 55px;
    display: inline-block;
    margin: 0 11px;
}
.ShareBtnArea .shareModal .band img {
    height: 12vw;
}
.ShareBtnArea .shareModal .copyUri {
    border: 1px solid #aaa;
    display: block;
    background: #eee;
    width: 73%;
    margin: 0 auto;
    padding: 10px;
}
.ShareBtnArea .shareModal .copy {
    border: none;
    width: 100%;
    background: transparent;
    text-align: center;
}
.ShareBtnArea .shareModal .copyInfo {
  text-align: center;
    color: rgb(163, 3, 11);
    line-height: 30px;
}

.contents_wrap_chan {
    width: 100%;
    background: url(https://joeunmaum.or.kr/asset/images/campaigns/chanyeong/donation_bg_01.jpg) no-repeat top;
    background-size: 100%;
}
.contents_wrap_chan p {
    font-family: "Noto Serif KR", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px; /* margin-top: 20px; */
}
.chan_back {
    width: 100%;
    height: 80px;
    background: url(https://joeunmaum.or.kr/asset/images/campaigns/chanyeong/donation_bg_02.jpg) no-repeat bottom;
    background-size: 100%;
}

.type_m {
    padding: 20px;
    text-align: center;
}
.type_m span {
    padding: 5px 10px;
    border-radius: 999px;
    display: inline-block;
    margin: 3px;
    font-size: 12px;
    font-weight: 100;
}
.type1 {
    border: 1px solid #d3afa5;
    color: #b67a69;
    background: #f8f1f0;
}
.type2 {
    border: 1px solid #d7adcb;
    color: #bc77a9;
    background: #f8f1f6;
}
.type3 {
    border: 1px solid #f5d581;
    color: #b77d00;
    background: #fdf8ea;
}
.type4 {
    border: 1px solid #88b8d6;
    color: #3888bb;
    background: #ebf3f8;
}
.type5 {
    border: 1px solid #91cfaa;
    color: #48af71;
    background: #ecf7f1;
}

.kong_wrap {
    width: 70px;
    background: url(https://joeunmaum.or.kr/asset/images/share/share_02.png) no-repeat;
    background-size: 30px;
    margin: 0 auto;
}
.kong_wrap div {
    text-align: center;
    margin-left: 41px;
    margin-top: 13px;
}

.sms {
    display: table-cell;
    width: 70%;
    background: #e96000;
    color: #fff;
}

.sms a {
    color: #fff;
}

.sms a:active,
.sms a:hover {
    text-decoration: none !important;
}

.sms_wrap {
    width: 223px;
    height: 60px;
    background: url(https://joeunmaum.or.kr/asset/images/common/sms.png) no-repeat 20px 15px;
    background-size: 44px;
    margin: 0 auto;
}
.sms_wrap p {
    text-indent: 75px;
}

.footerBtn {
    display: table;
    width: 100%;
    padding:20px;
}
.footerBtn a {
    text-decoration: none;
}

.footerBtn02 {
    display: table;
    width: 100%;
    padding:20px;
}
.footerBtn02 a {
    text-decoration: none;
}

.modalHr {
  margin: 25px 45px;
  border: 0.5px solid #aaa;
}
@media screen and (min-width: 600px) {
    /*pc*/
    .ShareBtnArea .shareModal .shareTitle {
        display: flex;
        height: 70px;
    }
    .ShareBtnArea .shareModal .shareBtn img {
        width: 50px;
        display: inline-block;
        margin: 0 5px;
    }
    .ShareBtnArea .shareModal .copyInfo {
      line-height: 53px;
    }
    .ShareBtnArea .shareModal .shareTitle p:nth-child(1) {
        width: 80%;
        font-size: 20px;
        line-height: 70px;
        text-align: right;
    }
    .ShareBtnArea .shareModal .shareTitle p:nth-child(2) {
        text-align: right;
        margin-right: 20px;
        width: 33%;
        line-height: 70px;
        font-size: 24px;
    }
    .shareAndDonate {
        display: none;
    }
    .pcSMSBtn {
        display: block;
    }
    .pcSMSBtn {
        background: #e96000;
        text-align: center;
        color: #fff;
        padding: 10px;
    }
    .fixedPC {
        position: fixed;
        width: 600px;
        bottom: 0;
    }
    .goMobile {
        width: 500px;
        height: 300px;
        position: fixed;
        background: #fff;
        border: 3px solid #eee;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .goMobile .mobileMessage {
        padding: 100px;
        border-bottom: 1px solid #ddd;
    }
    .goMobile .closeGoMobile {
        padding: 30px;
    }
    .ShareBtnArea .shareModal {
      background-color: #fff;
      width: 400px;
    }
}

.ShareBtnArea {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1055;
    width: 100vw;
    height: 100vh;
}

@media screen and (max-width: 599px) {
    /*mobile*/
    /*shareBtnArea*/
    .pcSMSBtn {
        display: none;
    }
    .ShareBtnArea .background {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #333;
        opacity: 0.5;
    }
    .ShareBtnArea .shareModal {
        margin: auto;
        width: 90%;
        border: 1px solid #ddd;
        background: #fff;
        text-align: center;
    }
    .ShareBtnArea .shareModal .shareTitle p:nth-child(1) {
        width: 90%;
        font-size: 20px;
        line-height: 50px;
        padding-left: 12%;
    }
    .ShareBtnArea .shareModal .shareTitle p:nth-child(2) {
        text-align: left;
        width: 10%;
        line-height: 50px;
        font-size: 24px;
    }
    .ShareBtnArea .shareModal .shareBtn img {
        width: 12vw;
        display: inline-block;
        margin: 0 1.5vw;
    }
    .ShareBtnArea .shareModal .band img {
        height: 12vw;
    }
    .ShareBtnArea .shareModal .copyUri {
        border: 1px solid #aaa;
        display: block;
        background: #eee;
        width: 80%;
        margin: 0 auto;
        padding: 10px;
    }
    .ShareBtnArea .shareModal .copy {
        border: none;
        width: 100%;
        background: transparent;
        text-align: center;
    }
    .ShareBtnArea .shareModal .copyInfo {
        color: rgb(163, 3, 11);
        line-height: 50px;
    }
    .fixedShareAndDonate {
        position: fixed;
        width: 100vw;
        bottom: 0;
    }
}

.empty-height {
    height: 162px;
}

.w_page {
    padding: 0 20px;
}
.w_page h5 {
    font-family: "Noto Serif KR", sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.w_page p {
    text-align: left;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.45em;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}
.w_page p b {
    font-weight: 500;
}

.type_m {
    padding: 20px;
    text-align: center;
}
.type_m span {
    padding: 5px 10px;
    border-radius: 999px;
    display: inline-block;
    margin: 3px;
    font-size: 12px;
    font-weight: 100;
}
.type1 {
    border: 1px solid #d3afa5;
    color: #b67a69;
    background: #f8f1f0;
}
.type2 {
    border: 1px solid #d7adcb;
    color: #bc77a9;
    background: #f8f1f6;
}
.type3 {
    border: 1px solid #f5d581;
    color: #b77d00;
    background: #fdf8ea;
}
.type4 {
    border: 1px solid #88b8d6;
    color: #3888bb;
    background: #ebf3f8;
}
.type5 {
    border: 1px solid #91cfaa;
    color: #48af71;
    background: #ecf7f1;
}

.swiper-button-next {
    outline: none;
}
.swiper-button-prev {
    outline: none;
}
.swiper-button-next i {
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 8px #666;
}
.swiper-button-prev i {
    font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 8px #666;
}

.sms_pl {
    padding: 10px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    background: #ac5da0;
    border-radius: 999px;
}

.sms_pl span {
    font-weight: 100;
}

.tel_pl {
    padding: 10px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    background: #62a6a2;
    border-radius: 999px;
}

.tel_pl span {
    font-weight: 100;
}

.share_count {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    margin: 40px 0;
}
.share_count .count_numnber {
    display: inline-block;
    padding: 4px 14px;
    background: #ff6702;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 45px;
}

@media screen and (min-width: 900px){
    .sms_pl {
    padding: 10px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    background: #ac5da0;
    border-radius: 999px;
}

.sms_pl span {
    font-weight: 100;
}

.tel_pl {
    padding: 10px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    background: #62a6a2;
    border-radius: 999px;
}

.tel_pl span {
    font-weight: 100;
}
}