ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.xi-play-circle-o {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 100px;
  color: #fff;
  margin-left: -50px;
  text-shadow: 1px 1px 8px #666;
}

.swiper-slide img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none!important;
}

.swiper-button-next {
  right: 30px!important;
}

.kong {
  display: block;
  width: 100%;
  background: #144199;
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.orangeFont {
  color: orange;
}
.greyFont {
  color: grey;
}
.redFont {
  color: red;
}
.whiteFont {
  color: #fff;
}

.size14 {
  font-size: 14px;
}
.size24 {
  font-size: 24px;
}
.size36 {
  font-size: 36px;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.clear {
  clear: both;
  display: none;
}
.greyHr {
  border: 1px solid #eee;
}

* {
  font-family: "Noto Sans KR", sans-serif;
}
body {
  margin: 0 auto;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
  z-index: 15;
}

.header-info {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
}

.header-warp {
  display: table;
}

.header-warp-mobile {
  width: 100%;
}

.header-warp-pc {
  width: 100%;
  margin: 0 auto;
}

.header-warp > div {
  display: table-cell;
  vertical-align: middle;
}

.header-info .menu-btn {
  z-index: 16;
  text-align: right;
}

.header-info i {
  line-height: 50px;
  font-size: 24px;
  color: #333;
}

.side_menu div {
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.show_side_menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1070;
}
.show_side_menu .side_area {
  position: absolute;
  right: -20%;
  height: 100vh;
  background: #fff;
}
.show_side_menu .side_area .side_top {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #263238;
}
.show_side_menu .side_area .side_top .side_title {
  width: 100%;
  margin: 0 auto;
  padding: 10% 0;
  text-align: center;
}
.show_side_menu .side_area .side_top .side_title .titleImg {
  display: block;
  margin: 0 auto;
  background: #faa;
}
.show_side_menu .side_area .side_top .close_side {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 80%;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 24px;
}

@media screen and (min-width: 600px) {
  /*pc*/
  aside {
    position: fixed;
    z-index: 1055;
  }

  .show_side_menu {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1055;
  }
  .show_side_menu .background {
    width: 600px;
    height: 100vh;
  }
  .show_side_menu .side_area {
    width: 340px;
  }
  .show_side_menu .side_area .side_top .side_title .titleImg {
    border-radius: 50px;
    width: 100px;
    height: 100px;
  }
  .fixedNav {
    width: 600px;
  }
  .header-info {
    width: calc(100% - 60px);
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
  }
  .logo img {
    height: 46px;
  }
  .full_size {
    width: 100%;
    height: 450px;
  }
  .grayback {
    background: #f6f6f6;
  }
  .good_c_g {
    height: 450px;
    width: 800px;
    margin: 0 auto;
  }
  .good_c_w {
    height: 450px;
    width: 800px;
    margin: 0 auto;
  }
  .good_c1 {
    width: 50%;
    float: left;
    height: 450px;
  }
  .good_c1 img {
    text-align: center;
    vertical-align: bottom;
  }
  .good_c2 {
    width: 50%;
    float: left;
    height: 450px;
  }
  .good_c_g h3 {
    font-size: 52px;
    font-family: 'Jua', sans-serif;
    margin-top: 160px;
  }
  .good_c_w h3 {
    font-size: 52px;
    font-family: 'Jua', sans-serif;
    margin-top: 160px;
  }
  .color_01 {
    color: #5dc858;
  }
  .color_02 {
    color: #ff4800;
  }
  .color_03 {
    color: #00abff;
  }
  .textleft {
    font-size: 16px;
  }
  .textright {
    font-size: 16px;
  }
  .full_size_back {
    width: 100%;
    height: 450px;
    background-color: #1c1e1e;
    background-image: url(https://joeunmaum.or.kr/asset/images/campaigns/good/back.jpg);
    background-position: center;
  }
  .personal_info {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    color: #ededed;
  }
  .personal_info p {
    text-align: center !important;
  }
  .sns_group {
    float: right;
    list-style: none;
    /* right: 0; */
    /* position: absolute; */
    /* margin-right: 20px; */
    margin-top: -80px;
  }
  .sns_group li {
    float: left;
    margin-left: 10px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 9999px;
  }
  .personal_view:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .section_footer {
    width: 100%;
    background: #263238;
    padding: 50px 0 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section_footer .widthauto {
    width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  .section_footer .widthauto h2 {
    font-family: 'Jua', sans-serif;
    font-size: 42px;
  }
  .section_footer .widthauto div {
    padding: 10px 40px;
    font-size: 24px;
    background: #ff4800;
    color: #fff;
    font-family: 'Jua', sans-serif;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
  }
  .good_c_w .good_c1 {
    float: right;
  }
  .good_c_g .good_c2 {
    float: right;
  }
}
@media screen and (max-width: 599px) {
  /*mobile*/
  aside {
    width: 599px;
    position: fixed;
    z-index: 1055;
  }
  .show_side_menu {
    width: 100%;
  }
  .show_side_menu .hide_menu {
    margin-left: 100%;
  }
  .show_side_menu .background {
    width: 100vw;
    height: 100vh;
  }
  .show_side_menu .side_area {
    width: 70vw;
  }
  .show_side_menu .side_area .side_top .side_title .titleImg {
    border-radius: 7.5vw;
    width: 15vw;
    height: 15vw;
  }

  .logo img {
    height: 32px;
  }
  .personal_info {
    background: #263238;
    position: relative;
    color: #a7a7a7;
    padding: 20px 40px;
    font-size: 12px;
  }
  .sns_group {
    list-style: none;
    right: 0;
    position: absolute;
    margin-right: 20px;
    margin-top: -80px;
  }
  .sns_group li {
    float: left;
    margin-left: 10px;
  }
  .good_c_g img {
    width: 100%;
  }
  .full_size {
    width: 100%;
    height: 270px;
  }
  .grayback {
    /* background: #f6f6f6; */
  }
  .good_c_g {
    height: auto;
    width: 100%;
  }
  .good_c_w {
    height: auto;
    width: 100%;
  }
  .good_c1 {
    width: 100%;
    float: left;
    background: #f6f6f6;
    text-align: center;
  }
  .good_c1 img {
    text-align: center;
    vertical-align: bottom;
    width: 70%;
  }
  .good_c2 {
    width: 100%;
    float: left; /* height: 200px; */
    padding: 40px 0 0px;
    text-align: center;
    background: #f6f6f6;
  }
  .good_c_g h3 {
    font-size: 41px;
    font-family: 'Jua', sans-serif;
  }
  .good_c_w h3 {
    font-size: 41px;
    font-family: 'Jua', sans-serif;
  }
  .color_01 {
    color: #5dc858;
  }
  .color_02 {
    color: #ff4800;
  }
  .color_03 {
    color: #00abff;
  }
  .textleft {
    font-size: 12px;
  }
  .textright {
    font-size: 12px;
  }
  .full_size_back {
    width: 100%;
    height: auto;
    clear: both;
    background-color: #1c1e1e;
    background-image: url(https://joeunmaum.or.kr/asset/images/campaigns/good/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .personal_info {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    color: #ededed;
  }
  .personal_info p {
    text-align: left !important; /* text-align: center; */
  }
  .sns_group {
    float: right;
    list-style: none;
    /* right: 0; */
    /* position: absolute; */
    /* margin-right: 20px; */
    margin-top: -89px;
  }
  .sns_group li {
    float: left;
    margin-left: 10px;
    /* border: 1px solid #fff; */
    /* padding: 10px; */
    /* border-radius: 9999px; */
  }
  .personal_view:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .section_footer {
    width: 100%;
    background: #263238;
    padding: 50px 0 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section_footer .widthauto {
    /* width:800px; */
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  .section_footer .widthauto h2 {
    font-family: 'Jua', sans-serif;
    font-size: 34px;
  }
  .section_footer .widthauto div {
    padding: 10px 40px;
    font-size: 24px;
    background: #ff4800;
    color: #fff;
    font-family: 'Jua', sans-serif;
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
  }
  .good_c_w .good_c2 {
    background: #fff;
  }
  .good_c_w .good_c1 {
    background: #fff;
  }
}

.header-nav {
  display: table;
}

.header-nav-mobile {
  width: 100%;
}

.header-nav-pc {
  width: 800px;
  margin: 0 auto;
}

.header-nav > div {
  display: table-cell;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #555;
  font-weight: 100;
}

.header-nav-selected {
  border-bottom: 3px solid #e96000;
  font-weight: 400 !important;
  color: #e96000 !important;
}

.no-drag {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#main {
  color: #333;
  padding-top: 94px;
  max-width: 800px;
  margin: 0 auto;
}

.footerBtnWarp {
  position: relative;
  height: 85px;
  z-index: 2;
}

.footerBtnWarp02 {
  position: relative;
  height: 85px;
  z-index: 2;
}

.fixed {
  bottom: 0;
  position: fixed;
}

.fixed02 {
  bottom: 100px;
  position: fixed;
}

/* footer */
footer {
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.footer-warp-pc {
  width: 100%;
  margin: 0 auto;
  background: #263238;
}

.footer-warp-mobile {
  width: 100%;
}

.sns_group li i {
  font-size: 20px;
  color: #fff;
}

.fullsize {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ing_c,
.end_c {
  margin: 15px; /* border-bottom:1px solid #ededed; */
}
.ing_c div {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
.ing_c ul {
  margin-top: 5px;
}
.ing_c ul li {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 100;
  color: #666;
  cursor: pointer;
}
.end_c div {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}
.end_c ul {
  margin-top: 5px;
  display: none;
}
.end_c ul li {
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 100;
  color: #666;
  cursor: pointer;
}
.end_c .off {
  display: none;
}
.ing_c .on {
  display: none;
}

.ing_c i,
.end_c i {
  cursor: pointer;
}

.share ul {
  display: flex;
  text-align: center;
}

.share_button {
  background: #009b59;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
.share {
  overflow: hidden;
  width: 100%;
  height: 56px;
  line-height: 56px;
  bottom: 0;
  z-index: 5;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
}
.fixed {
  position: fixed;
}

.share ul .share-btn {
  width: 1000px;
  margin: 0 auto;
  background: #343654;
}
.modal-share {
  position: fixed;
  width: 280px;
  left: 50%;
  top: 25%;
  margin-left: -140px;
  background: #fff;
  padding-bottom: 20px;
  z-index: 1060;
  display: none;
}

.modal-share span {
  position: absolute;
  width: 42px;
  height: 42px;
  font-size: 18px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 42px;
}

.modal-share h5 {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}

.modal-share ul {
  padding: 13px 0 19px;
  text-align: center;
  margin: 0 auto;
}

.modal-share ul li {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 2px;
}

.modal-share ul li img {
  width: 100%;
}

.share-url {
  display: block;
  padding: 0 10px 13px;
  cursor: pointer;
}

.share-url a {
  overflow: hidden;
  display: block;
  border: 1px solid #e0e0e0;
  color: #333;
  width: 100%;
  height: 40px;
  margin-right: 0;
  padding: 0 7px;
  font-size: 13px;
  line-height: 37px;
  color: #dc287c;
  font-weight: 100;
  background-color: #fafafa;
  box-sizing: border-box;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto;
}

.modal-share p {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #959595;
  font-weight: 100;
  text-align: center;
}

/* share */
.share {
    overflow: hidden;
    width: 100%;
    height: 56px;
    line-height: 56px;
    bottom: 0;
    z-index: 5;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
}

.fixed {
	position: fixed;
}

.share .xi-heart-o {
    animation-name: heartmover;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -moz-animation-name: heartmover;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-name: heartmover;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@-moz-keyframes heartmover {
    0% {
        -moz-transform: translateY(3px);
    }

    100% {
        -moz-transform: translateY(-3px);
    }
}

@-webkit-keyframes heartmover {
    0% {
        -webkit-transform: translateY(3px);
    }

    100% {
        -webkit-transform: translateY(-3px);
    }
}

@keyframes heartmover {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

.share ul {
    display: flex;
    text-align: center;
}

.share ul .share-btn {
    width: 30%;
    background: #343654;
}

.share ul .donate-btn-mobile {
    width: 70%;
}

.donate {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #1e1f2c;
    background: #fff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
    z-index: 7;
}

.donate:hover {
    background: #009b59;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.donate-btn-pc {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 25px 80px 25px 150px;
    font-size: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.donate-btn-pc span {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

.donate-btn-pc img {
    position: absolute;
    margin: -20px 12px 10px -69px;
}

.select--on {
    display: block;
}