/* 팝업 */
 /* 오늘 하루 보지 않기 팝업 */

  
  .main_popup {
    position: fixed;
    z-index: 1005;
    -webkit-box-shadow: 0px 13px 40px -6px #061626;
    box-shadow: 0px 13px 40px -6px #061626;
    top: 0px;
    left: 0px;
    display: none;
  }
  .main_popup.on {
    display: block;
    background-color: #fff;
  }
  .main_popup .img_wrap {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
  }
  .main_popup .img_wrap .box img {
    width: 100%;
    height: auto;
  }
  .main_popup .btn_wrap {
    padding: 0;
    margin: 0;

  }
  .main_popup .btn_close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 0;
    border: 0;
    background: none;
  }
  .main_popup .btn_close::before {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    transform: rotate(45deg);
  }
  .main_popup .btn_close::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
  }
  .main_popup .btn_today_close {
    width: 100%;
    height: 45px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
  }
  .main_popup .btn_today_close span {
    display: block;
    line-height: 40px;
    vertical-align: bottom;
    opacity: 0.8;
  }
  @media(max-width:991px){ 
    .main_popup { 
        width: 70%;
        top: 70px;
    }
    .main_popup .img_wrap {
        display:grid;
        grid-template-columns: repeat(1, 1fr);
      }
      .main_popup .img_wrap .box img {
        width: 100%;
        height: auto;
      }
   }
  /* 팝업 마감 */

#hd_pop {
    z-index: 9999999999999999 !important;
    width: 100%;
}

.hd_pops {
    border: 0;
}

.hd_pops .hd_pops_con {
    height: auto !important;
}



.hd_pops_footer {
    padding: 0;
    background: #363942;
    color: #fff;
    text-align: center;
    position: relative;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 0 !important;
    border: 0;
    color: #fff !important;
    width: 80%;
    text-align: center;
    padding: 11px;
    border: 0;
    color: #fff;
    font-size: 14px;

}

.hd_pops_footer .hd_pops_reject {
    background: #363942;
    text-align: left;
    padding-left: 20px !important;
}

.hd_pops_footer button.hd_pops_close {
    width: 20%;
    background: #6cb6f3;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff !important;
    height: 100%;
    display: block;

}

.hd_pops_footer button.hd_pops_close i {
    margin-left: 6px;
    font-size: 16px;
}

@media(max-width:786px) {
    #hd_pop {
        z-index: 9999999999999999 !important;
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        height: 0;
    }

    .hd_pop {
        width: 100% !important;
    }

    .hd_pops {
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        border: 0;
    }

    .hd_pops .hd_pops_con {
        width: 100% !important;
        height: auto !important;
    }

    .hd_pops .hd_pops_con img {
        width: 100%;
        height: auto;
    }

    .hd_pops_footer {
        padding: 0;
        background: #363942;
        color: #fff;
        text-align: center;
        position: relative;
        display: flex;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: 600;
        font-family: 'NotoSans', 'Poppins', 'Ubuntu', dotum, sans-serif;
    }


}
   @media(min-width:992px){      /* Preloader
===========================*/
#load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999999;
	/* -webkit-transition: opacity .5s ease;
	transition: opacity .5s ease; */
}
#load:after{
	content: '';
	width: 50px;
	height: 50px;
	position: fixed;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .2);
	border-right-color: #000;
	-webkit-animation: fa-spin 1.2s infinite;
	        animation: fa-spin 1.2s infinite;
	z-index: 100000;
}
    }
   
.box_theme.common .box {
    background: #fff;
    text-align: center; 
}
.box_theme.common .box .caption {
    padding-bottom: 8px;
    padding-top: 2px;
}
.box_theme.common .box .caption h3 {
    font-size:18px;
    font-weight:900;
    color: #000;
}
.box_theme.common .box .caption p {
    font-size:14px;
    font-weight:400;
    color: #959595;
}
.bold {
    font-weight:600;
}
.point01 {
    color: #733636;
}
.point02 {
    color: #f97478;
}
.point03 {
    color: #025594;
}
h3.h3_jung {
    font-size: 32px;
}
ul.list-bar01 li {
    background: #eaeaea;
    margin-bottom: 6px;
    padding: 20px 30px;
    border-radius: .4em;
    color: #2a2a2a;
    font-weight: 600;
}
.panel {
    box-shadow: none;
    border-radius: 0;
}
.panel .panel-heading {
    font-weight:600;
    padding-left: 30px;
}
.panel .panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size:16px;
    padding-right: 30px;
}
/* 맴버 */
#register_member.mbskin {
    padding-bottom: 60px;
}
#register_member.mbskin .toggle{
    border: 1px #ebebeb solid;
}
#register_member.mbskin .all_agree {
    border: 1px #ebebeb solid;
    border-top: 0;
    font-size:17px;
    font-weight:600;
    color: #000;
}
#register_member.mbskin .toggle,
#register_member.mbskin .all_agree {
    background: #f5f5fa;
    /* border: 1px #000 solid; */

}
#register_member.mbskin .toggle,
#register_member.mbskin .all_agree {
}
#register_member.mbskin .toggle span {
    font-size:17px;
    font-weight:600;
    color: #000;
}
#register_member.mbskin .toggle label,
#register_member.mbskin .all_agree label {
    padding-left: 8px;
}
.mbskin .toggle .toggle-title .right_i i {
    background: none;
    width: 20px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    display:none;
}
.mbskin .right_i {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 17px;
    border-radius: 3em;
    display: inline-block;
    z-index: 2;
    color: #fff;
    border-bottom-color: none;
    cursor: pointer;
    font-size:13px !important;
    color: #fff !important;
    background: #8186c2;
}
#register_member .sns_tbl {
    background: #fff;
    margin: 10px 0;
    padding-top: 10px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
}
.sns_tbl caption {
    padding: 0 20px;
    line-height: 45px;
    font-size: 19px;
    font-weight:900;
    /* border-bottom: 1px solid #ebebeb; */
    border-bottom:0;
    color: #000;
    /* background: #fcfcfc; */
    background: #fff;
}
.sns_tbl th {
    width: 80px;
    font-family: 'Poppins', 'NotoSans', sans-serif;
    font-weight:900;
    text-align: right;
    padding: 10px;
}
.sns_tbl label {
    font-size:14px;
}
#register_member.mbskin  .btn_confirm {
    margin-top: 30px;
}
#fregisterform .btn_confirm .btn_submit {
    background: #1f2352;
    font-size:18px;
    border-radius: .3em;
    height: 54px;
    padding-left: 35px;
    padding-right: 35px;
}
#fregisterform .btn_confirm .btn_cancel {
    background: #fff;
    color: #c3c3c3;
    border: 1px #d6d6d6 solid;
    font-size:18px;
    border-radius: .3em;
    height: 54px;
    line-height: 54px;
    padding-left: 35px;
    padding-right: 35px;
}
/* 맴버 마감 */
@media(max-width:991px){ 
    h3.h3_jung {
        font-size: 20px;
    }
    .panel .panel-heading {
        font-weight:600;
        padding-left: 20px;
    }
    .panel .panel-body {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        font-size: 15px;
    line-height: 26px;
        padding-right: 15px;
    }
    .box_theme.common .box .caption {
        padding-bottom: 8px;
        padding-top: 0;
    }
    .box_theme.common .box .caption h3 {
        font-size:15px;
        font-weight:900;
        color: #000;
        padding-bottom: 0;
        margin-bottom: 6px;
    }
    .box_theme.common .box .caption p {
        font-size:14px;
        font-weight:400;
        color: #959595;
    }
 }