/* CSS Document */
.checkbox label:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.moduleMask {
  background-color: rgba(0, 0, 0, 0.8);
}

.formBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formBox .btnBox .leftBox,
.formBox .btnBox .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formBox .btnBox .leftBox .btn_color4,
.formBox .btnBox .leftBox .btn_garbage {
  margin-left: 7px;
}
@media (max-width: 600px) {
  .formBox .btnBox .leftBox .btn_color4,
.formBox .btnBox .leftBox .btn_garbage {
    margin-left: 0;
  }
}
.formBox .btnBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.formBox .btnBox .rightBox .btn {
  max-width: 210px;
  min-width: 210px;
  margin: 0 0 0 10px;
  font-weight: 400;
  text-align: center;
}
.formBox .btnBox .rightBox .searchBar {
  position: relative;
  max-width: 270px;
  min-width: 270px;
}
.formBox .btnBox .rightBox > div:not(:last-child) {
    margin-left: 10px;
}
.formBox .btnBox .rightBox .searchBar input {
  color: #9b9b9b;
  font-size: 14px;
  width: 100%;
  height: 45px;
  border-color: #e7e7e7;
  background-color: #f8f8f8;
}
.formBox .btnBox .rightBox .searchBar .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c02c2c;
}
.formBox .btnBox .rightBox .searchBar .icon svg {
  fill: #ffffff;
}
@media (max-width: 1300px) {
  .formBox .btnBox.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formBox .btnBox.list .leftBox,
.formBox .btnBox.list .rightBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    text-align: center;
  }
  .formBox .btnBox.list .leftBox {
    margin-bottom: 20px;
  }
  .formBox .btnBox.list .rightBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formBox .btnBox.list .rightBox .searchBar,
.formBox .btnBox.list .rightBox .btn {
    width: 33.33%;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .formBox .btnBox.list .rightBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .formBox .btnBox.list .rightBox .searchBar {
    width: 100%;
    margin-bottom: 15px;
  }
  .formBox .btnBox.list .rightBox .searchBar,
  .formBox .btnBox.list .rightBox .btn {
    max-width: 100%;
  }
  .formBox .btnBox.list .rightBox .btn {
    /* width: calc(50% - 5px); */
    width: 100%;
    margin-left: 0;
  }
  .formBox .btnBox .rightBox > div:not(:last-child) {
      margin-left: 0;
  }
}
@media (max-width: 460px) {
  .formBox .btnBox.list .leftBox .btn_color3,
.formBox .btnBox.list .leftBox .btn_color4 {
    min-width: auto;
  }
  .formBox .btnBox.list .leftBox .btn_color3 {
    width: 47%;
  }
  .formBox .btnBox.list .leftBox .btn_color4 {
    width: 36%;
  }
  .formBox .btnBox.list .leftBox .btn_garbage {
    width: 13.72%;
  }
  .formBox .btnBox.list .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* .formBox .btnBox.list .rightBox .btn {
    width: 100%;
  }
  .formBox .btnBox.list .rightBox .btn:last-child {
    margin-top: 10px;
  } */
}
@media (max-width: 768px) {
  .formBox .btnBox.ins {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formBox .btnBox.ins .leftBox,
.formBox .btnBox.ins .rightBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    text-align: center;
  }
  .formBox .btnBox.ins .leftBox {
    margin-bottom: 20px;
  }
  .formBox .btnBox.ins .rightBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .formBox .btnBox.ins .rightBox .btn {
    width: 50%;
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .formBox .btnBox.list .leftBox .btn_color3,
  .formBox .btnBox.list .leftBox .btn_color4,
  .formBox .btnBox.list .leftBox .btn_garbage {
    width: 100%;
  }
  .formBox .btnBox.list .leftBox .btn_color3,
  .formBox .btnBox.list .leftBox .btn_color4 {
    margin-bottom: 10px;
  }
  .formBox .btnBox.ins .leftBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .formBox .btnBox.ins .leftBox .btn_color4 {
    min-width: auto;
    width: calc(100% - 50px);
  }
  .formBox .btnBox.ins .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formBox .btnBox.ins .rightBox .btn {
    max-width: 100%;
    margin-left: 0;
  }
  .formBox .btnBox.ins .rightBox .btn {
    width: 100%;
  }
  .formBox .btnBox.ins .rightBox .btn:last-child {
    margin-top: 10px;
  }
}

.materialCollection .collectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.materialCollection .collectionList li {
  width: 25%;
  padding: 0 10px 40px;
  list-style: none;
}
.materialCollection .collectionList li a {
  display: block;
  height: 100%;
}
.materialCollection .collectionList li .Img {
  line-height: 0;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.materialCollection .collectionList li .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.materialCollection .collectionList li .Img:hover:after {
  opacity: 1;
}
.materialCollection .collectionList li .Img a * {
  height: 100%;
}
.materialCollection .collectionList li .Img .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.materialCollection .collectionList li .Img .left {
  position: relative;
}
.materialCollection .collectionList li .Img .left:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.materialCollection .collectionList li .Img .left .frontCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  background-color: #efefef;
}
.materialCollection .collectionList li .Img .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.materialCollection .collectionList li .Img .right:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.materialCollection .collectionList li .Img .right .frontCover {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.materialCollection .collectionList li .Img .btn_edit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #232323;
  z-index: 2;
}
.materialCollection .collectionList li .Img .btn_edit:hover {
  background-color: #bd2020;
}
.materialCollection .collectionList li .Txt {
  padding-top: 20px;
}
.materialCollection .collectionList li .Txt .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}
.materialCollection .collectionList li .Txt p {
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.26px;
}
@media (max-width: 1400px) {
  .materialCollection .collectionList li {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .materialCollection .collectionList li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .materialCollection .collectionList li {
    width: 100%;
  }
}
.materialCollection .collectionList_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px;
}
.materialCollection .collectionList_detail li {
  width: 16.66%;
  padding: 0 7.5px 40px;
}
.materialCollection .collectionList_detail li .Img {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.materialCollection .collectionList_detail li .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.materialCollection .collectionList_detail li .Img:hover:after {
  opacity: 1;
}
.materialCollection .collectionList_detail li .Img .ImgBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.materialCollection .collectionList_detail li .Img .btn_edit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #232323;
  z-index: 2;
}
.materialCollection .collectionList_detail li .Img .btn_edit:hover {
  background-color: #bd2020;
}
.materialCollection .collectionList_detail li .Txt {
  padding-top: 20px;
}
.materialCollection .collectionList_detail li .Txt .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}
.materialCollection .collectionList_detail li .Txt p {
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.26px;
}
@media (max-width: 1180px) {
  .materialCollection .collectionList_detail li {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .materialCollection .collectionList_detail li {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .materialCollection .collectionList_detail li {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .materialCollection .collectionList_detail li {
    width: 100%;
  }
}

.addFavArea {
  width: 100%;
  max-width: 400px;
  background-color: #171717;
}
.addFavArea#moduleFavDelete .innerBox .btnBox {
  margin-top: 0;
}
.addFavArea .box {
  position: relative;
}
.addFavArea .topBox {
  padding: 15px 40px;
  border-bottom: 1px solid #232323;
}
.addFavArea .topBox a#closeFav {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  line-height: 28px;
  border: 1px solid #bd2020;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #bd2020;
  z-index: 2;
}
.addFavArea .topBox .topTitle {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.addFavArea .innerBox {
  padding: 30px 28px;
}
.addFavArea .innerBox .inputBox input {
  color: #ffffff;
  width: 100%;
  height: 42px;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #4b4b4b;
  background-color: #2a2a2a;
}
.addFavArea .innerBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
  margin-bottom: 0;
}
.addFavArea .innerBox .btnBox a {
  width: calc(50% - 6px);
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.28px;
  padding: 8.5px;
}
.addFavArea .innerBox .btnBox a:first-child {
  background-color: #bd2020;
}
.addFavArea .innerBox .btnBox a:last-child {
  background-color: #3b4243;
}
@media (max-width: 480px) {
  .addFavArea .innerBox {
    padding: 30px 15px;
  }
}

.addFavArea.show {
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 460px) {
  .addFavArea {
    max-width: calc(100% - 40px);
  }
}
.checkbox {
  color: #828282;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked ~ label:before {
  content: "";
  background-color: #b41f1f;
}
.checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox label:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  text-align: center;
  background: #d5d5d5;
}
.checkbox label:hover::before {
  background: #b41f1f;
}
/*# sourceMappingURL=member_new.css.map */


.folderList.gu-mirror {
  width: 25%;
  padding: 0 10px 40px;
  list-style: none;
}
.folderList.gu-mirror a {
  display: block;
  height: 100%;
}
.folderList.gu-mirror .Img {
  line-height: 0;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.folderList.gu-mirror .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.folderList.gu-mirror .Img:hover:after {
  opacity: 1;
}
.folderList.gu-mirror .Img a * {
  height: 100%;
}
.folderList.gu-mirror .Img .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.folderList.gu-mirror .Img .left {
  position: relative;
}
.folderList.gu-mirror .Img .left:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.folderList.gu-mirror .Img .left .frontCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  background-color: #efefef;
}
.folderList.gu-mirror .Img .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.folderList.gu-mirror .Img .right:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.folderList.gu-mirror .Img .right .frontCover {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.folderList.gu-mirror .Img .btn_edit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #232323;
  z-index: 2;
}
.folderList.gu-mirror .Img .btn_edit:hover {
  background-color: #bd2020;
}
.folderList.gu-mirror .Txt {
  padding-top: 20px;
}
.folderList.gu-mirror .Txt .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}
.folderList.gu-mirror .Txt p {
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.26px;
}
@media (max-width: 1400px) {
  .folderList.gu-mirror {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .folderList.gu-mirror {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .folderList.gu-mirror {
    width: 100%;
  }
}

/*# materialList */

.materialList.gu-mirror {
  width: 25%;
  padding: 0 10px 40px;
  list-style: none;
}
.materialList.gu-mirror a {
  display: block;
  height: 100%;
}
.materialList.gu-mirror .Img {
  line-height: 0;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.materialList.gu-mirror .Img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.materialList.gu-mirror .Img:hover:after {
  opacity: 1;
}
.materialList.gu-mirror .Img a * {
  height: 100%;
}
.materialList.gu-mirror .Img .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.materialList.gu-mirror .Img .left {
  position: relative;
}
.materialList.gu-mirror .Img .left:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.materialList.gu-mirror .Img .left .frontCover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  background-color: #efefef;
}
.materialList.gu-mirror .Img .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.materialList.gu-mirror .Img .right:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.materialList.gu-mirror .Img .right .frontCover {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efefef;
}
.materialList.gu-mirror .Img .btn_edit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #232323;
  z-index: 2;
}
.materialList.gu-mirror .Img .btn_edit:hover {
  background-color: #bd2020;
}
.materialList.gu-mirror .Txt {
  padding-top: 20px;
}
.materialList.gu-mirror .Txt .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}
.materialList.gu-mirror .Txt p {
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.26px;
}
@media (max-width: 1400px) {
  .materialList.gu-mirror {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .materialList.gu-mirror {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .materialList.gu-mirror {
    width: 100%;
  }
}

@media (min-width: 1301px) {
    .formBox .btnBox .leftBox {
        /* width: 60%; */
        flex: 1 0 auto;
    }
}
@media (max-width: 1280px) {
    .formBox .btnBox .leftBox a{
        margin-bottom: 5px;
    }
}

.search_result{
	display: block;
	color: #505050;
	font-size: 15px;
	padding-bottom: 10px;
}
