@charset "utf-8";


/*-------------------------------------------------------------------
                                모바일
--------------------------------------------------------------------*/
html{font-size: 10px}
.cor_red{color: #b5403e !important}
.cor_gray{color: #ccc !important}
.bg_red{background: #b5403e !important}
.bg_gray{background: #ccc !important}
.mainM{background: #f4f4f4}
.col_red{color: #b5403e !important}
.line_22{    line-height: 22px !important}
.pd_t14{    padding-top: 14px !important}
.pd_t17{padding-bottom: 17px !important}
.pd_10{padding: 0 10px !important}
.pd_37{padding: 0 37px !important}
.mg_b10{margin-bottom: 10px !important}
.mg_b20{margin-bottom: 20px !important}
.mg_t10{margin-top: 20px !important}
.mg_t20{margin-top: 20px !important}
.fw500{font-weight:500 !important}
.mainM .main-wrap {
    overflow: hidden;
    background: #fff;
}
.allWrap {
    float: left;
    width: 100%;
    margin: 0 auto;
}
.ft_W{
    font-weight: bold !important;
}
.tabBox {
    margin: 20px 0;                         
}
.tab-link {
    cursor: pointer;
    float: left;
    display: block;
    width: 33%;
    height: 55px;
    line-height: 51px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #b5403e;
    border-bottom: 2px solid #b5403e;
    background: #FFF;
}
.tab-link.current {
    background-color: #b5403e;
    font-weight: 600;
    color: #fff
}
.tab-link.current span {
    position: absolute;
    margin-top: 55px;
    margin-left: -31px;
    width: 6px;
    height: 6px;
    border-top: 6px solid #b5403e;
    border-bottom: 6px solid #FFF;
    border-right: 6px solid #FFF;
    border-left: 6px solid #FFF;
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 100%;
    padding-top: 30px;
}
.tabcon_info {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.tabcon_l input {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
}
.tabcon_c {
    position: relative;
}
.tabcon_c p {
    position: absolute;
    top: 8px;
    left: 19px;
    font-size: 1.2rem;
    width: 95%;
    text-align: left;
    font-weight: 600;
}
.tabcon_c span {
    position: absolute;
    top: 28px;
    left: 0px;
    font-size: 28px;
    width: 192px;
    text-align: center;
    font-weight: 600;
}
.tabcon_r {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: 10px;
    font-size: 1.6rem;
}
.tabcon_r > p {
    font-size: 1.5rem
}
.tabcon_r span {
    font-weight: 600;
}

/* 20250211 구독내용 추가 */
.cupons_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
}
.bar_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 600
}
.coupon_section .sub_copy {
    padding-left: 13px
}
.coupon_section .sub_copy > strong {
    color: #b5403e
}
.bar_title::before {
    content: "";
    display: flex;
    width: 3px;
    height: 17px;
    background: #b5403e;
}
.cuponbox {
    position: relative;
    width: 100%;
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
}
.cuponbox.deactivation {
    background: #f4f4f4
}
.deactivation .product_name, 
.deactivation .promotion_price {
    opacity: .2;
}
.subscribing {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    /* background: rgb(255 255 255 / 85%); */
    background: url("https://image.edaily.co.kr/pharm/noisebg_white.png") repeat;
    z-index: 1;
}
.subscribing_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.subscribing_wrap .mark {
    position: relative;
    padding: 7px 17px 7px 25px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    word-break: keep-all;
    background: #333;
}
.subscribing_wrap .mark::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 40'%3E%3Cpath d='M50.8 3.2c-.8-.8-1.9-1.3-3.1-1.2-1.1 0-2.1.5-2.9 1.3-.9.9-22.4 23-24.4 25.1L8.8 19.6c-1.7-1.5-4.3-1.3-5.8.4-1.5 1.7-1.3 4.4.4 5.9.1.1.3.2.4.3l14.5 11.1c1.7 1.3 4 1.1 5.4-.4.9-.9 26.5-27.2 26.9-27.7 1.6-1.6 1.7-4.2 0-5.9Z' style='fill:%23b5403e'/%3E%3C/svg%3E");
}
.cuponbox.purchase + .cupons_wrap {
    margin-top: 50px
}
.cuponbox.select {
    border: 4px solid #a93836;
    background-color: #f8f8f8;
}
.cuponbox.itsok {
    border: 2px solid #a93836;
    background-color: var(--color-white);
}
.cuponbox.purchase {
    position: relative;
    border: 0;
    padding: 50px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: rgb(17 17 26 / 21%) 0px 10px 17px 0px;
}
.cuponbox.purchase::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + 30px);
    height: 20px;
    border-radius: 100px;;
    background: var(--color-purple);
    z-index: -1
}
.cuponbox.purchase::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left:0;
    width: 100%;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 561.9 27.8'%3E%3Cpath d='M0 0v17.7c.5 0 1-.1 1.5-.1 6 0 10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3H131c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3S223 22.2 223 27.9h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3H482c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3s10.9 4.6 10.9 10.3h13.3c0-5.7 4.9-10.3 10.9-10.3V0H0Z' style='fill:%23fff'/%3E%3C/svg%3E");
    z-index: 1
}

.promotion_title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    column-gap: 10px;
    font-weight: 600;
}
.product_name {
    display: flex;
    flex-direction: column;
}
.product_name .part {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.product_name .name {
    font-size: 22px;
    font-weight: 600;
}
.product_name.sale .name {
    display: flex;
    align-items: center;
    column-gap: 10px
}
.coupon_title {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.coupon_title .name {
    font-size: 20px;
    font-weight: 600;
}
.cuponbox_wrapbox .promotion_title label {
    font-size: 15px;
    font-weight: 400
}
.promotion_price {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: end;
}
.promotion_price > * {
    font-size: 12px;
    color:#999
}
.promotion_price .price, 
.promotion_price .rate, 
.promotion_other_price {
    font-size: 33px;
    letter-spacing: -0.3rem;
    color: #333;
    font-weight: 600
}
.price.no {
    font-size: 28px;
}
.promotion_other_price {
    font-size: 40px;
}
.promotion_price .price::before {
    content: "₩";
    margin-right: 5px;
    font-size: 28px;
}
.price.no::before {
    display: none
}
.promotion_price .rate::after {
    content: "%";
    margin-left: 5px;
    font-size: 28px;
}
.promotion_price .price > span, 
.promotion_price .rate > span, 
.promotion_other_price > span {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
}


/* 체크박스 */
.check_box {
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 2px 5px 0 5px;
}
.check_box+label {
    vertical-align: middle;
    padding-right: 20px;
}
.check_box::before {
    content: "";
    display: flex;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #ddd;
}
.check_box::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    display: flex;
    width: 2px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cuponbox .check_box::before {
    top: -4px;
    left: -4px;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #ddd;
}
.cuponbox .check_box::after {
    top: 2px;
    left: 7px;
    display: flex;
    width: 5px;
    height: 12px;
}
.cuponbox .check_box:checked::before {
    border: 1px solid #b5403e;
    background-color: #b5403e;
    transition: all .5s ease
}
.mark_sale {
    padding: 4px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #9f2b29;
    background: #b5403e;
}
/* 정보수식 동의 및 구독 */
.pay_info_txt {
    display: inline-block; 
    background: #f8f8f8; 
    padding: 3%; 
    color: #000;
}

/* 구독 신청 방법 안내 */
.application-area {
    float: left;
    width: 100%;
    min-height: 200px;
    height: auto;
    font-size: 13px;
    padding: 20px;
    margin-top: 30px;
    background: #f5f5f5;
    margin-bottom: -40px;
}
.application-tit {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.app_top {
    float: left;
    width: 100%;
    padding: 10px 10px 20px 10px;
}
.app_t_l {
    float: left;
    width: 50%;
}
.app_t_l span {
    float: left;
    width: 100%;
    color: #999;
    font-size: 12px;
}

.app_t_r {
    float: right;
    width: 47%;
    font-size: 11px;
    padding: 0 3%;
    margin-top: 10px;
    text-align: center;
}
.app_mem_bn {
    float: left;
    width: 47%;
    height: 36px;
    padding: 0 3%;
    background: #999;
}
.app_mem_bn a {
    float:left;
    width: 100%; 
    height: 100%;
    line-height: 36px;
    color:#FFF;
    font-weight: 500;
}
.app_log_bn {
    float: right;
    width: 47%;
    height: 36px;
    padding: 0 3%;
    background: #333;
}
.app_log_bn a {
    float:left;
    width: 100%; 
    height: 100%;
    line-height: 36px;
    color:#FFF;
    font-weight: 500;
}

.app_bottom {
    float: left;
    width: 100%;
    padding: 0 15px 15px 15px;
    border-top: 1px solid #e9e9e9;
}
.app_b_l {
    float: left;
    width: 50%;
    padding-top: 20px;
    border-right: 1px solid #e9e9e9;
}
.app_b_l span {
    float: left;
    width: 100%;
    color: #999;
    font-size: 12px;
}
.app_b_r {
    float: right;
    width: 50%;
    padding-top: 20px;
    padding-left: 5%;
}
.app_b_r span {
    float: left;
    width: 100%;
    color: #999;
    font-size: 12px;
}



/* 구독중 버튼 */
.subscription_bn {
    background: #333;
    width: 60px;
    height: 22px;
    margin-left: 42%;
    margin-top: 7px;
    line-height: 1.6px;
    font-size: 12px;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
}

.application_tit {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    font-size: 2.4rem;
}
.application_tit span{
    color: #db5d5d;
    font-weight: 500;
}
.bio_m_banner {
    margin: 0 -4%;
}
.bio_m_banner img {
    width: 100%;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.bio_m_txt {
    font-weight: 400;
    line-height: 23px;
    color: #333;
    font-size: 1.6rem;
    padding: 30px 10px 30px 10px;
    border-bottom: 5px solid #f5f5f5;
}

.bio_main_area {
    width: 100%;
    height: 170px;
    margin: 20px 0;
    background: #FFF;
}
.bio_main_img {
    width: 240px;
    margin: 0 auto;
}
.bio_main_txt {
    float: left;
    width: 100%;
    margin-top: 24px;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20px;
}
.bio_main_txt li {
    display: block;
    margin-bottom: 4px;
    font-size: 1.6rem;
    color: #333;
    font-weight: 400;
}
.bio_main_txt li.tit {
    font-size: 1.8rem;
    margin-bottom: 14px;
}


/* 팜이데일리 구독해지 */
.tab_menu_area {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.tab_menu_area li {
    margin: 0 auto;
    display: inline-block;
}
.tab_menu_area li a {
    color: #333;
    font-weight: 400;
    font-size: 1.2rem;
}
.tab_menu_area li.bar{
    width: 2px;
    height: 11px;
    margin: 0 6px;
    font-weight: 100;
    background: #ccc;
    margin-top: 6px;
    line-height: 11px;

}
.tab_menu_area li.on a {
    color: #be4040;
    font-weight: 400;

}
.pharm_tit_box {
    margin: 0 auto;
    width: 100%;
    height: 124px;
    padding-top: 24px;
    text-align: center;
    background: #f4f4f4;
}
.pharm_tit_box .title_area {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 7px;
}
.pharm_tit_box .title_txt_area {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #666;
}
.sub_info {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: #FFF;
    padding: 0 20px;
    float: left;
    /**/
}
.coupon_area {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.coupon_bg {
    margin: 0 auto;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.coupon_bg img {
    margin: 0 auto;
    width: 200px;
}
.coupon_bg p {
    position: absolute;
    top: 27%;
    left: 0%;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.coupon_bg span {
    position: absolute;
    top: 39%;
    left: 0%;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #b5403e;
}
.tab_coupon_bg {
    position: relative;
    width: 130px;
    margin: 0 auto;
    padding-top: 25px;
}
.tab_coupon_bg img {
    width: 130px;

}

.tab_coupon_bg p {
    position: absolute;
    top: 31px;
    left: 4px;
    width: 125px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding-left: 10px;
}

.tab_coupon_bg span {
    position: absolute;
    top: 46px;
    left: 2px;
    width: 128px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #b5403e;
}
.tab_coupon_area {
    position: relative;
    width: 100%;
    height: 120px;
    background: #FFF;
}
.table_area_01 {
    float: left;
    width: 100%;
    height: auto;
    border-top: 1px solid #707070;
    font-size: 1.2rem;
    color: #000;
}
.sub_info_tit {
    position: relative;
    float: left;
    width: 100%;
    height: 28px;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
}
.sub_info_tits {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
}
.table_area {
    width: 100%;
    height: auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    font-size: 1.2rem;
    color: #000;
}
.table_line {
    font-size: 1.4rem;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e7e7;
    overflow: hidden;            
}
.txt_col {
    font-size: 1.2rem;
    text-align: left;
    color: #999;
}
.table_tit {
    float: left;
    width: 36%;
    line-height: 35px;
    padding-left: 4%;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -1.5px;
}
.table_txt {
    position: relative;
    float: left;
    width: 64%; 
    text-align: left;
    font-weight: 400;
    line-height: 35px;
}
.article_tx {
    float: left;
    padding: 8px 0;
    color: #b5403e;
    font-weight: 400;
    font-size: 1.3rem;
}
.table_txt p {
    float: left; 
    width: 33%;
    margin-right: 0;
    height: 36px;
    line-height: 36px;
}
.table_txt p input {
    float: left;
    width: 12px;
    height: 12x;
    border: 1px solid #ccc;
    margin-top: 11px;
}
.survey_area {
    width: 100%;
    height: 245px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #000;
    padding: 20px 5%;
}
.sub_tit {
    float: left;
    width: 100%;
    height: 26px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -1.3px;
}
.survey_line {
    float: left;
    position: relative;
    width: 100%;
    height: 36px;

}
.survey_line input.inbox {
    float: right;
    margin-right: 15%;
    margin-top: 4px;
    border: 1px solid #ccc;
    padding-left: 3%;
    width: 60%;
    height: 28px;
}
.survey_txt {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    line-height: 35px;
    color: #000;
}
.survey_txt input {
    float: left;
    margin-top: 10px;
    margin-right: 7px;
    border: 1px solid #ccc;
}
.line_btn{ 
    position: absolute;
    right: 10px;
    top: 6px;
    width: 16%;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #FFF;
    border: 1px solid #e8e7e7;
}
.line_btn a {
    width: 100%;
    height: 100%;
    float: left;
    line-height: 22px;
    color: #333;
}
.ex_txt {
    width: 100%;
    font-size: 1.3rem;
    padding: 0 5%;
}
.ex_txt li {
    margin-bottom: 6px;
    color: #666;
    letter-spacing: -1px;
    line-height: 15px;
}
.bn_box {
    float: left;
    width: 100%;
    height: 85px;
    margin-top: 30px;
    background: #FFF;
    
}
.cancel_bn {
    float: right;
    width: 48%;
    height: 50px;
    text-align: center;
    margin: 30px 0;
    line-height: 37px;
    background: #FFF;
    border: 3px solid #b5403e;
}
.cancel_bn a{
   width: 100%;
    height: 100%;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 46px;
    color: #b5403e;
}
.Confirming_bn {
    width: 48%;
    float: left;
    height: 50px;
    text-align: center;
    line-height: 40px;
    background: #FFF;
    margin: 30px 0;
    border: 3px solid #333;
}
.Confirming_bn a { 
    width: 100%;
    height: 100%;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 46px;
    color: #333;
}
.subs_bn {
    float: right;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 37px;
    background: #FFF;
    border: 3px solid #b5403e;
    margin: 0 0;
}
.subs_bn a{
    width: 100%;
    height: 100%;
    float: left;
    line-height: 58px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #b5403e;
}
/* 팜이데일리 신청 */
.tit_part {
    float: left; 
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    border-bottom: 1px dashed #ccc;
}
.list_serch {
    float: left;
    width: 100%;
    border: 1px solid #e8e7e7;
    height: 36px;

 }
.list_serch input {
    float: left;
    width: 76%;
    height: 34px;
    background: #f5f5f5;
    border: 0;
    color: #333;
    padding: 3px 5px;
    border-radius: none;
}
.coupon_btn {
    float: left;
    width: 24%;
    height: 34px;
    text-align: center;
    background: #b5403e;
    border: 1px solid #a93836;
}
.coupon_btn a {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 31px;
    font-weight: 400;
    font-size: 1.2rem;
}

.coupon_info {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    box-sizing:border-box;
}
.cupcon_c {
    float: left;
    position: relative;
    width: 44%;
    margin-left: 4%;
    margin-top: 5px;
}
.cupcon_c p {
    position: absolute;
    top: 7px;
    left: 18px;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    font-weight: 600;
}
.cupcon_c span {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 1.8rem;
    width: 120px;
    text-align: center;
    font-weight: 500;
}
.cupcon_c span.year_num {
    position: absolute;
    top: 21px;
    left: 1px;
    font-size: 1.6rem;
    width: 120px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1.5px;
}
.cupcon_c img {
    width: 120px;
}
.cupcon_r {
    float: right;
    width: 52%;
    height: 80px;
    font-size: 1.2rem;
    margin-top: -2+px;
}
.cupcon_r span {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-top: 0px;
    font-size: 1.4rem;
    padding-bottom: 4px;
}
.textarea_box {
    float: left;
    width: 100%;
    height: 200px;
    padding: 20px;
    margin-top: 4px;
    line-height: 21px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    background: #f5f5f5;
    overflow-y: scroll;
    border: 1px solid #e8e7e7;
}
.check_area {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    color: #000;
    margin-left: 20px;
}
.check_area input {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
}

/* 팜이데일리 구독 신청 완료 */
.bio2_m_banner img {
    width: 180px;
    height: 100%;
    margin-left: 80px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.bio2_m_txt {
    font-weight: 400;
    line-height: 23px;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    padding: 0px 10px 30px 10px;
    border-bottom: 1px solid #333;
}
.bio2_m_txt b {
    font-size: 1.6rem;
}
.article_bn {
    position: absolute;
    right: 1px;
    top: 9px;
    width: 50px;
    height: 18px;
    padding: 2px 4px;
    font-size: 1.1rem;
    text-align: center;
    background: #333;
}
.article_bn a{
    float: left; 
    width: 100%;
    color: #FFF;    
}
.top_btn_area {
    width: 90%;
    height: 30px;
    margin: 0 10%;
}
.top_btn_area li {
    float: left;
    width: 29%;
    height: 28px;
    margin: 0 0.5%;
    font-size: 1.2rem;
    margin-top: 22px;
    text-align: center;
    background: #333;
}
.top_btn_area li.buy_bn {
    background: #b5403e;
} 

.top_btn_area li a {
    float: left;
    letter-spacing: -1px;
    line-height: 28px;
    width: 100%;
    color: #FFF;
    font-weight: 500;
}
.txt_none {
    text-align: center;
    height: auto;
    min-height: 100px;
    line-height: 100px;
    font-size: 1.3rem;
    font-weight: 400;
}
.article_txt {
    float: left;
    padding: 9px 0;
    color: #333;
    font-weight: 400;
    font-size: 1.3rem;
    width: 70%;
}

.guide > div {
    color: #888;
    font-size: 1.4rem;
    padding: 14px 0;
    text-align: justify;
    line-height: 20px;
}
.guide span img {
    width: 14px;
    margin-top: -2px;
}
.mem_info_bn {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 11px;
    text-align: center;
    width: 56px;
    height: 18px;
    background: #333;
    
}
.mem_info_bn a {
    float: left;
    width: 100%;
    color: #FFF;
    line-height: 18px;
}

.subscribe_info {
    float: left;
    width: 100%;
    padding: 15px 0 50px 0;
    border-bottom: 2px dashed #ccc;
}

.subscribe_info:last-child {
    border-bottom: none;
}
.subscribe_info_re {
    float: left;
    width: 100%;
    padding: 15px 0 50px 0;
}

.subscribe_info_re:last-child {
    border-bottom: none;
}
.subscribe_l {
    float: left;
    width: 72%;
    text-align: left;
    font-size: 16px;
    padding: 30px 10px 0 10px;
    background: #FFF;
}
.subscribe_l .sub_tit{
    float:left; 
    width:100%;
    height: 30px;
    font-weight: 700; 
    font-size:1.6rem;
}
.subscribe_l .sub_txt {
    float: left;
    width: 100%;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.subscribe_l .text_box {
    float:left; 
    width: 100%; 
    font-size:14px; 
    color:#b5403e; 
    font-weight:400; 
    margin-bottom:10px;
}
.subscribe_l .in_box {
    float: left;
    width: 100%;
}
.subscribe_l .in_box input {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    border: 1px solid #ccc;
}
.subscribe_l .in_box span {
    margin-left: 8px;
    font-weight: 500;
}
.subscribe_r {
    float: right;
    width: 28%;
    margin-top: 35px;
}
.subscribe_r img {
    width: 80px;
}
.free_bn {
    float: right;
    width: 100%;
    height: 64px;
    text-align: center;
    font-size: 1.6rem;
    border: 3px solid #333;
    margin-top: 15px;
    background: #FFF;
}
.free_bn a {
    float: left; 
    width: 100%;
    color:#333;
    font-weight: 600;
    line-height: 58px;
}
.charge_bn {
   margin: 0 auto;
    width: 80%;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
    background: #b5403e;
}
.charge_bn a {
    float: left; 
    width: 100%;
    color:#FFF;
    font-weight: 600;
    line-height: 50px;
}

.text_lists {
    float:left;
    width: 100%;
}
.text_lists li {
    font-size: 1.4rem;
    margin-bottom: 2px;
    font-weight: 500;
    letter-spacing: -1.6px;
}

.text_lists li span {
    color: #999;
    font-size: 13px;
    padding-left: 6px;
    padding-bottom: 6px;
    float: left;
    width: 100%;
}

.table_tit span.min_tx {
    width: 100%;
    color: #999;
    float: left;
    margin-top: -10px;
    font-size: 1.2rem;

}

.put_box {
    float: left;
    padding: 5px 0;
}
.put_box li {
    float: left;
    width: 84%;
    margin-bottom: 4px;
    border: none;
    padding: 3px 6px;
}
.put_box li input {
    float: left;
    width: 90%;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding: 3px 6px;
}

/* 구독 팝업 */
.popup-wrap {
    background-color: rgba(0,0,0,.3);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 15px;
    z-index: 99999999;
}
.popup {
    width: 85%;
    min-width: 240px;
    max-width: 85%;
    height: 220px;
    background-color: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    background-color: #264db5;
    box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}
.popup-body {
    width: 100%;
    height: 220px;
    text-align: center;
    padding: 20px 20px;
    background-color: #ffffff;
}
.pop_tits {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: -2px;
}
.pop_txts {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.pop_txarea {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.pop_bn_box {
    margin: 5px auto;
}
.enter_btn {
    margin: 24px auto;
    width: 160px;
    height: 42px;
    background: #b5403e;
}
.enter_btn a {
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    font-size: 1.8rem;
    font-weight: 500;
}
.pop_bn_box li.enter_btn {
    float: left;
    width: 45%;
    height: 42px;
    background: #b5403e;
}
.pop_bn_box li.enter_btn a {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    font-size: 1.4rem;
    font-weight: 500;
}
.pop_bn_box li.subscribe_btn {
    float: left;
    width: 45%;
    height: 42px;
    margin-left: 20px;
    margin-top: 24px;
    background: #333;
}
.pop_bn_box li.subscribe_btn a {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: 42px;
    line-height: 42px;
    font-size: 1.4rem;
    font-weight: 500;
}


/* 연간 구독 전환 안내 팝업 */
.subscription-popup {
    width: 85%;
    min-width: 240px;
    max-width: 85%;
    height: auto;
    max-height: 400px;
    background-color: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}

.repopup-body {
    width: 100%;
    text-align: left;
    padding: 20px 20px;
    background-color: #ffffff;
}

.repop_tits {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: -2px;
}

.repop_txarea {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -2px;
    line-height: 22px;
    margin-top:20px;
}
.repop_txarea span {
    color: #999;
}
.cancel-btn {
    float: left;
    width: 45%;
    height: 36px;
    text-align: center;
    background: #333e;
    margin-right: 10%;
}

.cancel-btn a {
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    font-size: 1.4rem;
    font-weight: 500;
}

.modify-btn {
    float: right;
    width: 45%;
    height: 36px;
    text-align: center;
    background: #b5403e;
}

.modify-btn a {
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    font-size: 1.4rem;
    font-weight: 500;
}





.bio_m_txt .in_box {
    margin-top: 20px;
    float: right;
}
.bio_m_txt .in_box span{
    font-size: 1.5rem;
}
.bio_m_txt .in_box input {
    float: left;
    width: 16px;
    height: 16px;
    margin: 4px 6px 0 0;
    border:1px solid #999;
}
.boxing {
    background: #f5f5f5;
    margin-top: 24px;
    padding: 15px 20px;
    height: 122px;
    margin-bottom: 20px;
}

.boxing b {
    font-weight: 400;
    font-size: 1.4rem;
}

.coupon_wrap {
    position: absolute;
    width: 94%;
    height: 200px;
    opacity: 0.9;
    z-index: 99999999;
    background: #FFF;
}
.coupon_wrap span {
    text-align: center;
    font-weight: 600;
    line-height: 186px;
    font-size: 2.2rem;
    color: #b5403e;
}

/* 바이오 주식 이벤트 */
.pharm-bio {
    width: 100%;
    height: auto;
    margin-bottom: 44px;
    background: #f5f5f5;
}
.bio-m-ex {
    width: 100%;
    height: 145px;
    padding: 20px 0px;
    letter-spacing: -1.5px;
    font-size: 1.4rem;
    margin-left: 0;
    line-height: 24px;
    text-align: center;
    background: #f5f5f5;
}

.typing_box {
    padding: 50px 0 10px 0;
    text-align: center;
    font-size: 3rem;
    color: #333;
    font-weight: 300;
    background: #f5f5f5;
}

.typing_box > p {
    margin: 0 0 5px 0
}

.typing_box > p:last-child {
    margin: 60px 0 0 0;
    font-size: 20px;
    line-height: 27px;
}

.console-container span:last-child {
    position: relative;
    margin: 0 0 0 -3px;
    color: #333;
    font-weight: 400
}

.console-container > span {
    font-weight: 600;
}

.console-underscore {
    color: #333
}

.hidden {
    opacity: 0;
}

.console-container {
    color: #fff;
}

.console-underscore {
    display: inline-block;
    position: absolute;
    top: 4px;
    font-weight: 500;
    left: -25px;
}


/* 바이오 주식 받는 법 */
.bio-wrapper {
    float: left;
    margin: 0 16px;
}
.bio-stock-sec1 {
    float: left;
    width: 108%;
    height: 100%;
    margin-left: -4%;
}
.sec-tit {
    margin: 0 auto;
    width: 58%;
    height: 38px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 400;
    color: #FFF;
    background: #333;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
}
.sec-ex {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    border: 3px solid #333;
}
.step-area {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 26px;
    font-size: 1.5rem;
}
.step-area:first-of-type {
    height: 60px;
}
.step-area:last-of-type {
    margin-bottom: 0 !important;
}
.step-area p {
    float: left;
    width: 16%;
    letter-spacing: -1px;
    margin-right: 5%;
    margin-top: 2px;
    font-weight: 400;
    color: #bbbbbb;
}
.step-area span {
    position: relative;
    float: left;
    width: 79%;
    letter-spacing: -1.2px;
    line-height: 22px;
    color: #666;
}
.step-area span b {
    letter-spacing: -1.2px;
    font-weight: 700;
}
.step-area div {
    margin-top: 30px;
    margin-left: 20%;
    width: 70px;
    height: 24px;
    border-radius: 20px;
    background: #a93735;
    font-size: 1.2rem;
    text-align: center;
}
.step-area div a{
    float: left;
    width: 100%;
    line-height: 25px;
    color: #FFF;
}



/* 응모기간 */
.entry-wrap {
    float: left;
    width: 100%;
    padding: 50px 0;
    letter-spacing: -1.5px;
    font-size: 1.5rem;
}
.entry-wrap p {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
    margin-right: 5%;
    color: #000;
}
.entry-wrap span {
    float: left;
    width: 100%;
    color: #666;
    margin-bottom: 28px;
}
.entry-wrap div {
    float: left;
    width: 42%;
    height: auto;
    margin-top: -114px;
    margin-left: 174px;
}
.entry-wrap div img {
    width: 100%;
    height: 100%;
}


.bottom_bg {
    position: absolute;
    width: 100%;
    height: 475.9px;
    clear: both;
    top: 0px;
    background: #f5f5f5;
}

.money {
    width: 298px;
    margin: 0 auto;
}

/* 유의사항 */
.ex_title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}
.ex_area {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-top: 1px solid #f5f5f5;
    font-size: 1.3rem;
}

.ex_area p {
    float: left;
    margin-right: 3px;
    width: 2%;
    margin-bottom: 5px;
    line-height: 23px;
}

.ex_area span {
    float: left;
    width: 95%;
    margin-bottom: 5px;
    line-height: 23px;
}

.ex_area span b {
    color: #a93735;
    font-weight: 600;
    margin-right: 4px;
}

.ex_area span b a {
    font-weight: 600;
    color: #a93735;
}

/* 스템프 */
.stamp_box {
    position: absolute;
    top: -44px;
    left: 42%;
    width: 150px;
    height: 47px;
    transform: rotate(348deg);
}
.stamp_box img {
    width: 100%;
    height: 100%;
}

/* 경품지급을위한 개인 정보 동의 20250729 */
.consent_article {
    width: 100%;;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    background:#fceceb;
}
.consent_article .table_tit {
    width: 100%;;
    line-height: 20px;
    height:unset;
}
.consent_article .table_subtit {
    padding: 0 20px;
    margin-top: 10px;
}
.check_area.consent {
    display: flex;
    justify-content: end;
    margin: 10px 20px 0 auto;
    width: fit-content!important;
}

/* 연간구독권 관련 이벤트 멘트 추가 20250811 */
.event_ment2025 {
    position: relative;
    width: 90%;
    margin: -30px auto 0 auto;
    padding: 10px 30px;
    border-radius: 50px;;
    color:#fff!important;
    text-align: center;
    background: #b5403e;
}
.event_ment2025::before {
    content: "";
    position: absolute;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 10px solid #b5403e;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.event_ment2025::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 20px;
    width: 35px;
    height: 52px;
    transform: rotate(333deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' version='1.1' viewBox='0 0 60.4 91.7'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D.st1%7Bfill:%23333%7D%3C/style%3E%3C/defs%3E%3Cpath d='M51 75H15.6c-1.7 0-3.1 1.4-3.1 3.1v6.2c0 1.7 1.4 3.1 3.1 3.1H51c1.7 0 3.1-1.4 3.1-3.1v-6.2c0-1.7-1.4-3.1-3.1-3.1Zm-23.9 8.3h-8.3c-1.1 0-2.1-.9-2.1-2.1s.9-2.1 2.1-2.1h8.3c1.2 0 2.1.9 2.1 2.1s-.9 2.1-2.1 2.1Zm18.7-2.1c0-2.8 4.2-2.8 4.2 0s-4.2 2.8-4.2 0ZM53.1 33.3c-1.7 0-3.1 1.4-3.1 3.1v7.3c0 1.1-.9 2.1-2.1 2.1s-2.1-.9-2.1-2.1V32.2c0-1.7-1.4-3.1-3.1-3.1s-3.1 1.4-3.1 3.1v11.5c0 1.1-.9 2.1-2.1 2.1s-2.1-.9-2.1-2.1V30.2c0-1.7-1.4-3.1-3.1-3.1s-3.1 1.4-3.1 3.1v13.5c0 1.1-.9 2.1-2.1 2.1s-2.1-.9-2.1-2.1v-24c0-1.7-1.4-3.1-3.1-3.1s-3.1 1.4-3.1 3.1v27.7c0 1.3-.8 2.4-1.9 2.9-1.2.5-2.5.2-3.4-.7L8.9 45c-1.2-1.2-2.6-.7-2.9-.6-.4.2-1.7.8-1.7 2.5 0 .4 0 .7.2 1l9.6 23c.5-.1 1.1-.2 1.7-.2h35.4c.5 0 1.1 0 1.6.2l1.7-5.1c1.3-4 2-8.2 2-12.4V36.3c0-1.7-1.4-3.1-3.1-3.1Z' class='st0'/%3E%3Cpath d='M31.3 12.5zM53.1 29.2c-1.3 0-2.5.4-3.5.9-.9-2.9-3.7-5.1-6.9-5.1s-3 .5-4.2 1.4c-1.3-2.1-3.6-3.5-6.2-3.5s-2.2.3-3.1.7v-3.9c0-4-3.3-7.3-7.3-7.3s-7.3 3.3-7.3 7.3v25.2L11.7 42c-2-2-4.9-2.6-7.5-1.5C1.6 41.7 0 44.1 0 47s.2 1.8.5 2.6l9.8 23.5c-1.2 1.3-2 3.1-2 5v6.2c0 4 3.3 7.3 7.3 7.3H51c4 0 7.3-3.3 7.3-7.3v-6.2c0-1.9-.8-3.7-2-5l1.9-5.9c1.4-4.4 2.2-9 2.2-13.7V36.4c0-4-3.3-7.3-7.3-7.3Zm1.1 55.2c0 1.7-1.4 3.1-3.1 3.1H15.6c-1.7 0-3.1-1.4-3.1-3.1v-6.2c0-1.7 1.4-3.1 3.1-3.1H51c1.7 0 3.1 1.4 3.1 3.1v6.2Zm2-30.8c0 4.2-.7 8.4-2 12.4l-1.7 5.1c-.5-.1-1-.2-1.6-.2H15.6c-.6 0-1.1 0-1.7.2l-9.6-23c-.1-.3-.2-.7-.2-1 0-1.7 1.3-2.3 1.7-2.5.4-.2 1.8-.6 2.9.6l4.6 4.6c.9.9 2.2 1.2 3.4.7 1.2-.5 1.9-1.6 1.9-2.9V19.9c0-1.7 1.4-3.1 3.1-3.1s3.1 1.4 3.1 3.1v24c0 1.2.9 2.1 2.1 2.1s2.1-.9 2.1-2.1V30.4c0-1.7 1.4-3.1 3.1-3.1s3.1 1.4 3.1 3.1v13.5c0 1.2.9 2.1 2.1 2.1s2.1-.9 2.1-2.1V32.4c0-1.7 1.4-3.1 3.1-3.1s3.1 1.4 3.1 3.1v11.5c0 1.2.9 2.1 2.1 2.1s2.1-.9 2.1-2.1v-7.3c0-1.7 1.4-3.1 3.1-3.1s3.1 1.4 3.1 3.1v17.1Z' class='st1'/%3E%3Cpath d='M45.8 81.2c0 2.8 4.2 2.8 4.2 0s-4.2-2.8-4.2 0ZM27.1 79.2h-8.3c-1.2 0-2.1.9-2.1 2.1s.9 2.1 2.1 2.1h8.3c1.2 0 2.1-.9 2.1-2.1s-.9-2.1-2.1-2.1ZM21.9 8.3c1.2 0 2.1-.9 2.1-2.1V2.1C24 .9 23 0 21.9 0s-2.1.9-2.1 2.1v4.2c0 1.1.9 2.1 2.1 2.1ZM31.3 12.5c.5 0 1.1-.2 1.5-.6l3.3-3.3c.8-.8.8-2.1 0-2.9s-2.1-.8-2.9 0L29.9 9c-.8.8-.8 2.1 0 2.9.4.4.9.6 1.5.6ZM11 11.9c.4.4.9.6 1.5.6s1.1-.2 1.5-.6c.8-.8.8-2.1 0-2.9l-3.3-3.3c-.8-.8-2.1-.8-2.9 0s-.8 2.1 0 2.9l3.3 3.3ZM4.2 22.9h4.2c1.2 0 2.1-.9 2.1-2.1s-.9-2.1-2.1-2.1H4.2c-1.2 0-2.1.9-2.1 2.1s.9 2.1 2.1 2.1Z' class='st1'/%3E%3C/svg%3E");
}
.event_ment2025 .point {
    padding: 0px 10px;
    margin-right: 5px;
    color: #b5403e;
    border-radius: 20px;
    font-weight:600;
    background: #ffb330;
}




/*-------------------------------------------------------------------
                            모바일 480
--------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
.subs_bn {
    float: right;
    width: 100%;
    height: 83px;
    text-align: center;
    line-height: 52px;
    background: #FFF;
    border: 4px solid #b5403e;
    margin: 0 0;
}
.subs_bn a{
    width: 100%;
    height: 100%;
    float: left;
    line-height: 70px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #b5403e;
}

/* 팜이데일리 구독해지 */
.pharm_tit_box {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    padding-top: 20px;
    text-align: center;
    background: #f4f4f4;
}
.pharm_tit_box .title_area {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 19px;
    font-size: 2.8rem;
    font-weight: 600;
}
.pharm_tit_box .title_txt_area {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
}
.survey_area {
    width: 100%;
    height: 272px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 26px;
    font-size: 1.2rem;
    color: #000;
    padding: 30px 5%;
}

.survey_line {
    float: left;
    position: relative;
    width: 100%;
    height: 36px;
}
.survey_txt {
    float: left;
    width: 100%;
    height: 32px;
    font-size: 1.6rem;
    line-height: 35px;
    color: #000;
}
.survey_txt input {
    float: left;
    margin-top: 12px;
    margin-right: 7px;
}
.coupon_area {
    position: relative;
    width: 100%;
    height: 208px;
    background: #FFF;
}
.coupon_bg {
    margin: 0 auto;
    width: 316px;
    padding-top: 44px;
    padding-bottom: 30px;
}
.coupon_bg img {
    margin: 0 auto;
    width: 318px;
}
.coupon_bg p {
    position: absolute;
    top: 31%;
    left: 0%;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}
.coupon_bg span {
    position: absolute;
    top: 40%;
    left: 18%;
    width: 65%;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    color: #b5403e;
}
.ex_txt {
    width: 100%;
    font-size: 1.3rem;
    padding: 0 5%;
}
.ex_txt li {
    margin-bottom: 8px;
    color: #666;
    letter-spacing: -1px;
    line-height: 15px;
}
.cancel_bn {
    float: right;
    width: 48%;
    height: 64px;
    text-align: center;
    line-height: 57px;
    margin: 40px 0;
    background: #FFF;
    border: 4px solid #b5403e;
}
.cancel_bn a{
    width: 100%;
    height: 100%;
    float: left;
    line-height: 54px;
    font-size: 2rem;
    font-weight: 600;
    color: #b5403e;
}

.Confirming_bn {
    width: 48%;
    float: left;
    height: 64px;
    text-align: center;
    line-height: 57px;
    background: #FFF;
    margin: 40px 0;
    border: 4px solid #333;
}
.Confirming_bn a { 
    width: 100%;
    height: 100%;
    float: left;
    font-size: 2rem;
    font-weight: 600;
    line-height: 54px;
    color: #333;
}

/* 팜이데일리 신청 */
.tit_part {
    float: left; 
    width: 100%;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
    border-bottom: 1px dashed #ccc;
}
.list_serch {
    float: left;
    width: 100%;
    border: 1px solid #e8e7e7;
    height: 40px;

 }
.list_serch input {
    float: left;
    width: 76%;
    height: 38px;
    background: #f5f5f5;
    border: 0;
    color: #333;
    padding: 3px 5px;
    border-radius: none;
}
.coupon_btn {
    float: left;
    width: 24%;
    height: 38px;
    text-align: center;
    background: #b5403e;
    border: 1px solid #a93836;
}
.coupon_btn a {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 35px;
    font-weight: 400;
    font-size: 1.4rem;
}

.coupon_info {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    box-sizing:border-box;
}
.cupcon_c {
    float: left;
    position: relative;
    width: 36%;
    margin-top: 8px;
    margin-left: 12%;
}
.cupcon_c p {
    position: absolute;
    top: 7px;
    left: 18px;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    font-weight: 600;
}
.cupcon_c span {
    position: absolute;
    top: 23px;
    left: 0px;
    font-size: 2.2rem;
    width: 150px;
    text-align: center;
    font-weight: 500;
}
.cupcon_c span.year_num {
    position: absolute;
    top: 24px;
    left: 1px;
    font-size: 2rem;
    width: 149px;
    text-align: center;
    font-weight: 600;
}
.cupcon_c img {
    width: 150px;
}
.cupcon_r {
    float: right;
    width: 52%;
    height: 80px;
    font-size: 1.4rem;
}
.cupcon_r span {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-top: 5px;
    font-size: 1.5rem;
    padding-bottom: 4px;
}
.textarea_box {
    float: left;
    width: 100%;
    height: 200px;
    padding: 20px;
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    background: #f5f5f5;
    overflow-y: scroll;
}
.check_area {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    color: #000;
    margin-left: 20px;
}
.check_area input {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
}
.table_line {
    font-size: 1.5rem;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e7e7;
    overflow: hidden;            
}
.bio_main_txt {
    float: left;
    width: 100%;
    margin-top: 24px;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 80px;
}
.txt_col {
    font-size: 1.2rem;
    text-align: left;
    color: #999;
}
.table_tit {
    float: left;
    width: 34%;
    height: 50px;
    line-height: 50px;
    padding-left: 4%;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -1px;
}
.table_txt {
    position: relative;
    float: left;
    width: 64%; 
    text-align: left;
    font-weight: 400;
    line-height: 50px;
}
.article_tx {
    float: left;
    padding: 16px 0;
    color: #b5403e;
    font-weight: 400;
    font-size: 1.4rem;
}
.table_txt p {
    float: left; 
    width: 33%;
    margin-right: 0;
    height: 36px;
    line-height: 42px;
}
.table_txt p input {
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    margin-top: 15px;
    margin-right:6px;
}
.sub_info_tit {
    position: relative;
    float: left;
    width: 100%;
    height: 34px;
    font-size: 16px;
    font-weight: 600;
}
.sub_info_tits {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.table_area {
    width: 100%;
    height: auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
}
.textarea_box {
    float: left;
    width: 100%;
    height: 200px;
    padding: 20px;
    line-height: 2.2rem;
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 15px;
    background: #f5f5f5;
    overflow-y: scroll;
}

/* 팜이데일리 구독 신청 완료 */
.bio2_m_txt {
    font-weight: 400;
    line-height: 23px;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 10px 40px 10px;
    border-bottom: 1px solid #333;
}
.bio2_m_txt b {
    font-size: 1.8rem;
}

.article_bn {
    position: absolute;
    right: -5px;
    top: 16px;
    width: 54px;
    height: 20px;
    padding: 2px 4px;
    font-size: 1.2rem;
    text-align: center;
    background: #333;
}
.article_bn a{
    float: left; 
    width: 100%;
    color: #FFF;    
}

.bio2_m_banner img {
    width: 240px;
    height: 100%;
    margin-left: 120px;
    margin-bottom: 10px;
}

.top_btn_area {
    float: left;
    width: 90%;
    height: 30px;
    margin: 0 10%;
    margin-top: 34px;
}
.top_btn_area li {
    width: 29%;
    height: 34px;
    margin: 0 0.5%;
    font-size: 1.4rem;
    text-align: center;
    background: #333;
}
.top_btn_area li.buy_bn {
    background: #b5403e;
} 

.top_btn_area li a {
    float: left;
    letter-spacing: -1px;
    line-height: 32px;
    width: 100%;
    color: #FFF;
    font-weight: 500;
}
.txt_none {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 1.5rem;
    font-weight: 400;
}
.article_txt {
    float: left;
    padding: 16px 0;
    color: #333;
    font-weight: 400;
    font-size: 1.4rem;
    width: 74%;
}
.application_tit {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    font-size: 32px;
}
.guide > div {
    color: #888;
    font-size: 14px;
    padding: 20px 0;
    text-align: justify;
    line-height: 20px;
}
.guide span img {
    width: 16px;
}
.mem_info_bn {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 12px;
    text-align: center;
    width: 58px;
    height: 20px;
    background: #333;
    
}
.mem_info_bn a {
    float: left;
    width: 100%;
    color: #FFF;
    line-height: 19px;
}
.tab_coupon_area {
    position: relative;
    width: 100%;
    height: 160px;
    background: #FFF;
}
.tab_coupon_bg {
    margin: 0 auto;
    width: 176px;
    padding-top: 38px;

}
.tab_coupon_bg img {
    width: 168px;
}
.tab_coupon_bg p {
    position: absolute;
    top: 45px;
    left: 16px;
    width: 151px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.tab_coupon_bg span {
    position: absolute;
    top: 64px;
    left: 4px;
    width: 163px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #b5403e;
}
.sub_tit {
    float: left;
    width: 100%;
    height: 37px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1.3px;
}
.bio_m_banner img {
    min-width: 100%;
    max-width: 639px;
    height: 100%;
    margin: 0 auto;
}

.table_tit span.min_tx {
    width: 100%;
    color: #999;
    float: left;
    margin-top: -10px;
    font-size: 1.4rem;
}

.put_box {
    float: left;
    padding: 10px 0;
}
.put_box li {
    float: left;
    margin-bottom: 6px;
    border: none;
}
.put_box li input {
    border: 1px solid #ccc;
    padding: 3px 6px;
}
.pop_tits {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: -2px;
}
.pop_bn_box li.enter_btn {
    float: left;
    width: 45%;
    height: 42px;
    margin-left: 10px;
    background: #b5403e;
}

.subscribe_r {
    float: right;
    width: 28%;
    margin-top: 25px;
}
.subscribe_r img {
    width: 95px;
}
.free_bn {
    float: right;
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 2.2rem;
    border: 4px solid #333;
    margin-top: 25px;
    background: #FFF;
}
.free_bn a {
    float: left; 
    width: 100%;
    color:#333;
    font-weight: 600;
    line-height: 70px;
}

/* 바이오 주식 이벤트 */
.bio-m-ex {
    width: 100%;
    padding: 20px 0px;
    letter-spacing: -1.5px;
    font-size: 1.5rem;
    margin-left: 0;
    line-height: 24px;
    text-align: center;
    background: #f5f5f5;
}
.typing_box {
    padding: 50px 0 10px 0;
    text-align: center;
    font-size: 3.5rem;
    color: #333;
    font-weight: 300;
    background: #f5f5f5;
}

.typing_box > p {
    margin: 0 0 5px 0
}

.typing_box > p:last-child {
    margin: 60px 0 0 0;
    font-size: 20px;
    line-height: 27px;
}

.console-container span:last-child {
    position: relative;
    margin: 0 0 0 -5px;
    color: #333;
    font-weight: 300
}

.console-container > span {
    font-weight: 600;
}

.console-underscore {
    color: #333
}

.hidden {
    opacity: 0;
}

.console-container {
    color: #fff;
}

.console-underscore {
    display: inline-block;
    position: absolute;
    top: 4px;
    font-weight: 500;
    left: -25px;
}


/* 바이오 주식 받는 법 */
.bio-wrapper {
    margin: 0 38px;
}
.bio-stock-sec1 {
    float: left;
    width: 110%;
    height: 100%;
    margin-left: -5%;
}
.sec-tit {
    margin: 0 auto;
    width: 50%;
    height: 38px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    background: #333;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
}
.sec-ex {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    border: 3px solid #333;
}
.step-area {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 26px;
    font-size: 1.5rem;
}
.step-area:first-of-type {
    height: 60px;
}
.step-area p {
    float: left;
    width: 15%;
    margin-right: 5%;
    font-weight: 400;
    color: #bbbbbb;
}
.step-area span {
    position: relative;
    float: left;
    width: 75%;
    line-height: 22px;
}

.step-area div {
    margin-top: 34px;
    margin-left: 20%;
    width: 70px;
    height: 24px;
    border-radius: 20px;
    background: #a93735;
    font-size: 1.3rem;
    text-align: center;
}
.step-area div a{
    float: left;
    width: 100%;
    line-height: 22px;
    color: #FFF;
}


/* 응모기간 */
.entry-wrap {
    float: left;
    width: 100%;
    padding: 50px 0;
    font-size: 1.5rem;
}
.entry-wrap p {
    float: left;
    width: 15.5%;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 5%;
}
.entry-wrap span {
    float: left;
    width: 78%;
    margin-bottom: 15px;
}
.entry-wrap div {
    float: left;
    width: 30%;
    height: auto;
    margin-top: -103px;
    margin-left: 260px;
}
.entry-wrap div img {
    width: 100%;
    height: 100%;
}

.bottom_bg {
    position: absolute;
    width: 100%;
    height: 513.9px;
    clear: both;
    top: 0px;
    background: #f5f5f5;
}

.money {
    width: 337px;
    margin: 0 auto;
}

/* 스템프 */
.stamp_box {
    top: -46px;
    left: 42%;
}
.stamp_box img {
    width: 100%;
    height: 100%;
}

/* 구독중 버튼 */
.subscription_bn {
    margin-left: 44%;
}

.event_ment2025 br {
    display: none
}


}

/*-------------------------------------------------------------------
                                PC
--------------------------------------------------------------------*/
@media screen and (min-width: 640px) {
.mainM .main-wrap {
    width: 640px;
    overflow: hidden;
    background: #FFF;
}
.container {
    max-width: 640px;
    margin:0 auto;
    padding-bottom:60px;
}
/* 팜이데일리 구독신청 */
.tabcon_c p {
    position: absolute;
    top: 8px;
    left: 18px;
    font-size: 14px;
    width: 74%;
    text-align: left;
    font-weight: 600;
}
.tabcon_c span {
    position: absolute;
    top: 28px;
    left: 0px;
    font-size: 28px;
    width: 192px;
    text-align: center;
    font-weight: 600;
}
.application_tit {
    float: left;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    font-size: 42px;
}
.application_tit span{
    color: #db5d5d;
    font-weight: 500;
}
.bio_m_banner {
    width: 100%;
    margin-top: 40px;
}
.bio_m_banner img {
    width: 640px;
    height: 100%;
    margin: 30px 0 20px -15px;
}
.bio_m_txt {
    font-weight: 400;
    color :#333;
    font-size: 17px;
    padding-top: 25px;
    padding-bottom: 35px;
    border-bottom: none;
}
.bio_main_area {
    width: 640px;
    height: 152px;
    margin: 50px 0;
    background: #FFF;
}
.bio_main_img {
    float: left;
    width: 240px;
    margin-top: -10px;
}
.bio_main_txt {
    float: revert;
    margin-top: 24px;
    margin-left: 100px;
    padding-top: 18px;
}
.bio_main_txt li {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    color: #333;
    font-weight: 400;
}
.bio_main_txt li.tit {
    font-size: 18px;
    margin-bottom: 14px;
}
.pharm_tab_area {
    width: 100%;
    height: 400px;
    background: #fff;
}
.tabmenu{ 
    max-width:100%; 
    margin: 0 auto; 
    position:relative; 
}
.tabmenu ul li{
    display:  inline-block;
    width:50%; 
    float:left;  
    text-align:center; 
    background :#f9f9f9;
    line-height:40px;                          
}
.tabmenu label{
    display:block;
    width:100%; 
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 500;
    color: #b5403e;
    border-bottom: 2px solid #b5403e;
    background: #FFF;
}
.tabmenu input{display:none}
.tabCon{
    display:none; 
    text-align:left; 
    padding: 40px 0px;
    position:absolute; 
    left:0; 
    top: 70px; 
    width: 100%;
    box-sizing: border-box; 
}
.tabmenu input:checked ~ label {
    background: #b5403e;
    color: #FFF;
}
.tabmenu input:checked ~ label p {
    margin: 0 auto;
    width: 6px;
    height: 6px;
    border-top: 6px solid #b5403e;
    border-bottom: 6px solid #FFF;
    border-right: 6px solid #FFF;
    border-left: 6px solid #FFF;
}
.tabmenu input:checked ~ .tabCon{
    display:block;
}
.tabcon_c p {
    position: absolute;
    top: 8px;
    left: 18px;
    font-size: 14px;
    width: 74%;
    text-align: left;
    font-weight: 600;
}
/* 구독중 버튼 */
.subscription_bn {
    width: 70px;
    height: 24px;
    margin-left: 0;
    line-height: 3px;
    font-size: 14px;
}
/* 팜이데일리 구독해지 */
.pharm_tit_box {
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 154px;
    padding-top: 28px;
    text-align: center;
    background: #f4f4f4;
}
.pharm_tit_box .title_area {
    float: left;
    width: 100%;
    height: 38px;
    font-size: 33px;
    font-weight: 700;
    margin-top: 14px;
}
.pharm_tit_box .title_txt_area {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #666;
    margin-top: 7px;
}
.survey_area {
    width: 100%;
    height: 284px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #000;
    padding: 26px 20px;
}
.sub_info {
    width: 100%;
    padding: 0 38px;
    float: none;
    /* border-bottom: 10px solid #f5f5f5;*/
}
.coupon_area {
    position: relative;
    width: 100%;
    height: 272px;
    background: #FFF;
}
.coupon_bg {
    margin: 0 auto;
    width: 411px;
    height: 159px;
    padding-top: 66px;
    margin-left: 65px;
}
.coupon_bg img {
    width: 402px;
}
.coupon_bg p {
    position: absolute;
    top: 87px;
    left: 69px;
    width: 396px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.coupon_bg span {
    position: absolute;
    top: 110px;
    left: 70px;
    width: 396px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #b5403e;
}
.tab_coupon_area {
    position: relative;
    width: 100%;
    height: 200px;
    background: #FFF;
}
.tab_coupon_bg {
    width: 198px;
    margin:0 auto;
    padding-top: 40px;
}
.tab_coupon_bg img {
    width: 198px;
}
.tab_coupon_bg p {
    position: absolute;
    top: 46px;
    left: 5px;
    width: 192px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
    text-align: left;
}
.tab_coupon_bg span {
    position: absolute;
    top: 70px;
    left: 5px;
    width: 192px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #b5403e;
}
.survey_line {
    float: left;
    position: relative;
    width: 100%;
    height: 40px;
}
.survey_txt {
    float: left;
    width: 100%;
    height : 38px;
    font-size: 17px;
    line-height: 35px;
    color: #000;
}
.survey_txt input {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.ex_txt {
    width: 100%;
    font-size: 15px;
    padding: 6px 10px;
    margin-bottom: -10px;
}
.ex_txt li {
    margin-bottom: 13px;
    color: #9e9e9e;
    letter-spacing: -1px;
    line-height: 15px;
    font-weight: 400;
}

/* 버튼 */
.bn_box {
    float: left;
    width: 100%;
    height: 120px;
    background: #FFF;
}
.cancel_bn {
    float: right;
    width: 252px;
    height: 74px;
    border: 5px solid #b5403e;
    text-align: center;
    line-height: 53px;
    background: #FFF;
    margin-left: 0px;
}
.cancel_bn a{
    width: 100%;
    height: 100%;
    float: left;
    line-height: 60px;
    font-size: 24px;
    font-weight: 700;
    color: #b5403e;
}
.subs_bn {
    float: right;
    width: 100%;
    height: 93px;
    border: 5px solid #b5403e;
    text-align: center;
    line-height: 53px;
    background: #FFF;
    margin-left: 0px;
    margin: 0 0;
}
.subs_bn a{
    width: 100%;
    height: 100%;
    float: left;
    line-height: 78px;
    font-size: 28px;
    font-weight: 700;
    color: #b5403e;
}
.Confirming_bn {
    width: 252px;
    height: 74px;
    float: left;
    border: 5px solid #333;
    text-align: center;
    line-height: 53px;
    margin-right: 0px;
    background: #FFF;
}
.Confirming_bn a { 
    width: 100%;
    height: 100%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
}
.survey_line input.inbox {
    float: right;
    margin-right: 10%;
    margin-top: 4px;
    border: 1px solid #ccc;
    padding-left: 3%;
    width: 65%;
    height: 30px;
}

/* 팜이데일리 신청 */
.tit_part {
    float: left; 
    width: 100%;
    height: 115px;
    line-height: 115px;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    border-bottom: 1px dashed #ccc;
}

.coupon_info {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 39px;
    margin-bottom: 39px;
    box-sizing:border-box;
}
.cupcon_c {
    float: left;
    position: relative;
    width: 42%;
    margin-left: 10%;
}
.cupcon_c p {
    position: absolute;
    top: 8px;
    left: 18px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 600;
}
.cupcon_c span {
    position: absolute;
    top: 26px;
    left: 0px;
    font-size: 28px;
    width: 190px;
    text-align: center;
    font-weight: 600;
}
.cupcon_c span.year_num {
    position: absolute;
    top: 31px;
    left: 2px;
    font-size: 2.4rem;
    width: 188px;
    text-align: center;
    font-weight: 600;
}

.cupcon_c img {
    width: 190px;
}
.cupcon_r {
    float: right;
    width: 48%;
    height: 80px;
    font-size: 18px;
    margin-top: -2+px;
}
.cupcon_r span {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-top: 6px;
    font-size: 18px;
    padding-bottom: 4px;
}
.list_serch {
    float: left;
    width: 100%;
    border: 1px solid #e8e7e7;
    height: 50px;
    margin-bottom: 16px;

}
.list_serch input {
    float: left;
    width: 76%;
    height: 48px;
    background: #f5f5f5;
    border: 0;
    color: #333;
    padding: 3px 8px;
    border-radius: none;
}
.coupon_btn {
    float: left;
    width: 24%;
    height: 48px;
    text-align: center;
    background: #b5403e;
    border: 1px solid #a93836;
}
.coupon_btn a {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
    font-size: 1.6rem;
}
.table_line {
    font-size: 16px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e8e7e7;
    overflow: hidden;            
}
.txt_col {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #999;
}
.table_tit {
    float: left;
    width: 34%;
    line-height: 56px;
    padding-left: 4%;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -1px;
}
.table_tit.red {
    color: #9f2b29
}
.table_tit span.min_tx {
    width: 100%;
    color: #999;
    float: left;
    margin-top: -10px;
}
.table_txt {
    position: relative;
    float: left;
    width: 64%; 
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 56px;
}
.table_txt input::placeholder{
  color: #d47570;
  opacity: 1;
}
.put_box {
    float: left;
    padding: 20px 0;
}
.put_box li {
    float: left;
    margin-bottom: 6px;
    border: none;
}
.put_box li input {
    float: left;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    padding: 5px 6px;
}
.article_tx {
    float: left;
    padding: 19px 0;
    color: #b5403e;
    font-weight: 400;
    font-size: 16px;
    
}
.article_txt {
    float: left;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    width:240px;
}
.table_txt p {
    float: left; 
    width: 33%;
    margin-right: 0;
    height: 56px;
    line-height: 52px;
}
.table_txt p input {
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-top: 19px;
}
.table_area_01 {
    float: left;
    width: 100%;
    height: auto;
    border-top: 1px solid #707070;
    font-size: 1.2rem;
    color: #000;
}
.sub_info_tit {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
}
.sub_info_tits {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}
.textarea_box {
    float: left;
    width: 100%;
    height: 264px;
    padding: 15px;
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 26px;
    background: #f5f5f5;
    overflow-y: scroll;
}
.check_area {
    float: left;
    width: 100%;
    height: 22px;
    font-size: 1.6rem;
    margin-left: 20px;
    color: #000;
}
.check_area input {
    float: left;
    margin-top: 4px;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
}


/* 팜이데일리 구독 신청 완료 */
.bio2_m_banner img {
    margin-top: 40px;
    margin-left: 19%;
    width: 280px;
    height: 100%;
}
.bio2_m_txt {
    font-weight: 400;
    line-height: 30px;
    color: #333;
    font-size: 19px;
    text-align: center;
    padding: 10px 10px 44px 10px;
    border-bottom: 1px solid #333;
}
.bio2_m_txt b {
    font-size: 22px;
}
.article_bn {
    position: absolute;
    right: -9px;
    top: 16px;
    width: 70px;
    height: 24px;
    padding: 2px 4px;
    font-size: 14px;
    text-align: center;
    background: #333;
}
.article_bn a{
    float: left; 
    width: 100%;
    color: #FFF;    
}

.top_btn_area {
    margin: 0 auto;
    width: 100%;
    padding: 0 9%;
   
}
.top_btn_area li {
    float: left;
    width: 32%;
    height: 40px;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    background: #333;
}
.top_btn_area li.buy_bn {
    background: #b5403e;
} 

.top_btn_area li a {
    float: left;
    line-height: 39px;
    width: 100%;
    color: #FFF;
    font-weight: 400;
}
.txt_none {
    text-align: center;
    height: 130px;
    line-height: 130px;
    font-size: 18px;
    font-weight: 400;
}
.guide > div {
    color: #888;
    font-size: 16px;
    padding: 20px 0;
    text-align: justify;
    line-height: 26px;
}
.guide span img {
    width: 18px;
}
.tab-link {
    cursor: pointer;
    float: left;
    display: block;
    width: 33%;
    height: 70px;
    line-height: 70px;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    color: #b5403e;
    border-bottom: 2px solid #b5403e;
    background: #FFF;
}
.tab-link.current {
    background-color: #b5403e;
    font-weight: 500;
    color: #fff
}
.tab-link.current span {
    position: absolute;
    margin-top: 70px;
    margin-left: -31px;
    width: 7px;
    height: 7px;
    border-top: 6px solid #b5403e;
    border-bottom: 6px solid #FFF;
    border-right: 6px solid #FFF;
    border-left: 6px solid #FFF;
}
.subscribe_info {
    float: left;
    width: 100%;
    padding: 20px 0 55px 0;
    border-bottom: 2px dashed #ccc;
}
.subscribe_info:last-child {
    border-bottom: none;
}
.subscribe_info_re {
    float: left;
    width: 100%;
    padding: 20px 0 55px 0;
}
.subscribe_info_re:last-child {
    border-bottom: none;
}
.subscribe_l {
    float: left;
    /*width: 100%;*/
    width: 72%;
    height: 120px;
    text-align: left;
    font-size: 16px;
    padding: 20px 10px;
    margin-top: 10px;
    background: #FFF;
}
.subscribe_l .sub_tit{
    float:left; 
    width:100%;
    height: 34px;
    font-weight:600; 
    font-size: 22px;
    margin-bottom: 10px;
}
.subscribe_l .sub_txt {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.subscribe_l .text_box {
    float:left; 
    width:90%; 
    font-size:14px; 
    color:#b5403e; 
    font-weight:400; 
    margin-bottom:10px;
}
.subscribe_l .in_box {
    float: left;
    width: 100%;
}
.subscribe_l .in_box input {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    border: 1px solid #ccc;
}
.subscribe_l .in_box span {
    margin-left: 8px;
    font-weight: 500;
}
.subscribe_r {
    float: right;
    width: 28%;
    margin-top: 25px;
}
.subscribe_r img {
    width: 120px;
}

.free_bn {
    float: right;
    width: 100%;
    height: 93px;
    text-align: center;
    font-size: 28px;
    border: 4px solid #333;
    background: #FFF;
}
.free_bn a {
    float: left; 
    width: 100%;
    color:#333;
    font-weight: 600;
    line-height: 80px;
}
.charge_bn {
    float: right;
    width: 76%;
    height: 93px;
    text-align: center;
    font-size: 28px;
    border: 5px solid #b5403e;
    background: #fff;
}
.charge_bn a {
    float: left; 
    width: 100%;
    color:#333;
    font-weight: 400;
    line-height: 60px;
}

.text_lists {
    float:left;
    width: 100%;
}
.text_lists li {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
}

.text_lists li span {
    font-size: 16px;
}

/* 구독 팝업 */
.popup-wrap {
    background-color: rgba(0,0,0,.3);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 15px;
    z-index: 99999999;
}
.popup {
    width: 540px;
    max-width: 540px;
    height: 284px;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 140px 0 0 40px;
    overflow: hidden;
    background-color: #264db5;
    box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}
.popup-body {
    width: 100%;
    height: 284px;
    text-align: center;
    padding: 45px 0;
    background-color: #ffffff;
}
.pop_tits {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pop_txts {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}
.pop_txarea {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.pop_bn_box {
    margin: 5px auto;
}
.enter_btn {
    margin: 24px auto;
    width: 214px;
    height: 52px;
    background: #b5403e;
}
.enter_btn a {
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
}
.pop_bn_box li.enter_btn {
    float: left;
    width: 214px;
    height: 52px;
    margin-left: 35px;
    background: #b5403e;
}
.pop_bn_box li.enter_btn a {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
}
.pop_bn_box li.subscribe_btn {
    float: left;
    width: 214px;
    height: 52px;
    margin-left: 35px;
    margin-top: 24px;
    background: #333;
}
.pop_bn_box li.subscribe_btn a {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-weight: 500;
}


/* 연간 구독 전환 안내 팝업 */
.subscription-popup {
    width: 540px;
    max-width: 540px;
    height: 420px;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 140px 0 0 40px;
    overflow: hidden;
    box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
}

.repopup-body {
    width: 100%;
    height: 420px;
    text-align: center;
    padding: 45px 0;
    background-color: #ffffff;
}

.repop_tits {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.repop_txts {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.repop_txarea {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
    line-height: 30px;
    padding: 10px 28px;
}
.cancel-btn {
    height: 45px;
}

.cancel-btn a {
    line-height: 45px;
    font-size: 1.7rem;
}

.modify-btn {
    height: 45px;
}

.modify-btn a {
    line-height: 45px;
    font-size: 1.7rem;
}




.bio_m_txt .in_box {
    margin-top: 40px;
    float: right;
}
.bio_m_txt .in_box span{
    font-size: 1.5rem;
}
.allWrap {
    float: left;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.coupon_wrap {
    position: absolute;
    width: 94%;
    height: 130px;
    opacity: 0.9;
    z-index: 99999999;
    background: #FFF;
}
.coupon_wrap span {
    text-align: center;
    font-weight: 600;
    line-height: 86px;
    font-size: 28px;
    color: #b5403e;
}

/* 바이오 주식 이벤트 */
.bio-wrapper {
    float: left;
    margin: 0 38px;
}

.bio-stock-sec1 {
    float: left;
    width: 100%;
    margin-left: 0;
    height: 100%;
}
.sec-tit {
    margin: 0 auto;
    width: 40%;
    height: 38px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    background: #333;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
}
.sec-ex {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    border: 3px solid #333;
}
.step-area {
    float: left;
    width: 100%;
    margin-bottom: 26px;
    font-size: 1.6rem;
}

.step-area:first-of-type {
    height: 30px;
}

.step-area p {
    float: left;
    width: 10%;
    margin-right: 5%;
    font-weight: 400;
    color: #bbbbbb;
}
.step-area span {
    float: left;
    width: auto;
}
.step-area div {
    float: left;
    margin-left: 3%;
    margin-top: 0;
    width: 70px;
    height: 24px;
    border-radius: 20px;
    background: #a93735;
    font-size: 1.3rem;
    text-align: center;
}

/* 응모기간 */
.entry-wrap {
    float: left;
    width: 100%;
    padding: 50px 0;
    font-size: 1.5rem;
}
.entry-wrap p {
    float: left;
    width: 13.5%;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 5%;
}
.entry-wrap span {
    float: left;
    width: 75%;
    margin-bottom: 15px;
}
.entry-wrap div {
    float: left;
    width: 23%;
    height: auto;
    margin-top: -103px;
    margin-left: 290px;
}
.entry-wrap div img {
    width: 100%;
    height: 100%;
}

.bottom_bg {
    position: absolute;
    width: 100%;
    height: 553px;
    clear: both;
    bottom: 0px;
    background: #f5f5f5;
}

.money {
    width: 400px;
    margin: 0 auto;
}



/* 유의사항 */
.ex_title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}
.ex_area {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0;
    border-top: 1px solid #f5f5f5;
    font-size: 1.3rem;
}

.ex_area p {
    float: left;
    margin-right: 3px;
    width: 2%;
    margin-bottom: 5px;
    line-height: 23px;
}

.ex_area span {
    float: left;
    width: 95%;
    margin-bottom: 5px;
    line-height: 23px;
}

.ex_area span b {
    color: #a93735;
    font-weight: 600;
    margin-right: 4px;
}

.ex_area span b a {
    font-weight: 600;
    color: #a93735;
}

/* 스템프 */
.stamp_box {
    top: 55px;
    left: 120px;
}



/* 구독 신청 방법 안내 */
.application-area {
    min-height: 200px;
    height: auto;
    font-size: 15px;
    padding: 20px;
    margin-bottom: -30px;
}
.application-tit {
    font-size: 18px;
    margin-bottom: 12px;
}
.app_top {
    padding:10px 16px 20px 16px;
}
.app_t_l span {
    font-size: 14px;
}

.app_t_r {
    width: 42%;
    font-size: 14px;
    margin-top: 4px;
}
.app_mem_bn {
    width: 47%;
    height: 46px;
}
.app_mem_bn a {
    line-height: 46px;
}
.app_log_bn {
    width: 47%;
    height: 46px;
}
.app_log_bn a {
    line-height: 46px;
}
.app_b_l {
    padding-top: 25px;
}
.app_b_r {
    padding-top: 25px;
}
.app_b_l span {
    font-size: 14px;
}
.app_b_r span {
    font-size: 14px;
}


}

/*-------------------------------------------------------------------
                            Mediaquery 20250211
--------------------------------------------------------------------*/
@media (max-width: 640px) {
    .cupons_wrap {
        row-gap: 20px;
    }
    .cuponbox {
        position: relative;
        flex-direction: column;
        /* row-gap: 20px; */
        padding: 30px 20px;
        border: 1px solid #eee;
        border-radius: 30px;
        box-shadow: rgb(17 17 26 / 5%) 0px 0px 20px;
    }
    .cuponbox.select {
        row-gap: 10px;
        border: 5px solid #a93836;
    }
    .promotion_title {
        column-gap: 5px;
    }
    .promotion_title label {
        font-size: 18px;
    }
    .promotion_price {
        align-items: center;
        row-gap: 10px;
    }
    .promotion_price .price {
        font-size: 43px;
    }
    .cuponbox .check_box {
        width: 21px;
        height: 21px;
        border: 0;
    }
    .cuponbox .check_box::before {
        width: 21px;
        height: 21px;
        top: -1px;
        left: -1px;
    }
    .cuponbox .check_box::after {
        top: 5px;
        left: 8px;
        display: flex;
        width: 3px;
        height: 8px;
    }
    .promotion_title .mark_sale {
        position: absolute;
        right: -20px;
        top: 20px;
    }
    .price.no {
        font-size: 28px;
    }
    .subscribing_wrap {
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width:540px){
    .coupon_section .title {
        margin: 0;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
    .coupon_section .tabcon_info {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .tabcon_r {
        flex-direction: column;
        align-items: center;
        row-gap: 5px;
        margin-left: 0;
        text-align: center;
    }
    .tabcon_r span {
        font-size: 2rem;
    }
    .coupon_section .tabcon_info {
        margin-bottom: 40px;
    }

    /* 연간구독권 관련 이벤트 멘트 추가 20250811 */
    .event_ment2025 {
    line-height: 22px
    }
    .event_ment2025::after {
        top: 7px;
        right: 0px;
        width: 30px;
        height: 46px;
    }
}

@media (max-width:360px){ 
    .promotion_price .price {
        font-size: 35px;
    }
    .price.no {
        font-size: 25px;
    }
    .promotion_title label {
        font-size: 16px;
    }
}