@charset "utf-8";

#container{margin-top: 40px;}
.lstitle{margin:0 0 10px;}

.vl_list .vl_case .ud_wrap li a.bgred{
	background-color:#c00000;
	color:#fff;
}

.vl_list .vl_case .ud_wrap li a.bggray{
	background: #2a2a2a;
	color:#fff;
}



/*230821*/
.logo #logo_tit_select{border:none; color:#fff; height: 40px; width: 170px;
	background: url('../images/icon/accordian_arrow_w.png') no-repeat 95% 50%;
	border-radius: 0px;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;}
.logo #logo_tit_select option{color:#000;}

/*drag&drop*/
body, div {
    margin: 0;
}

.container {
    background-color: #f3f5f7;
    padding: 2rem;
    border-collapse: collapse;
}
.container:nth-child(n+2){
    margin-top: 1rem;
}

.draggable {
    height: 82px;
    line-height: 82px;
    padding: 0 20px;
    background-color: white;
    border: 1px solid #c5cdd7;
    border-bottom:none;
    box-sizing: border-box;
    cursor: move;
}
.draggable:last-child {
    border-bottom: 1px solid #c5cdd7;
}

.draggable.dragging {
    opacity: .5;
    border: 2px dashed red;
}

.el {
    display: inline-block;
    vertical-align: middle;
}
.ico-drag {
    display: inline-block;
    vertical-align: inherit;
    width: 15px;
    height: 15px;
    background: url(./menu.png) no-repeat center top;
    background-size: cover;
}



/*p3_new.htm*/
.select {
    display: inline-block;
    width: 200px;
    color:#000;
}
.select .selected {
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
    color:#fff;
}
.select .selected .selected-value {
    max-width: 150px;
    font-size: 16px;
}
.select .selected .arrow {
    width: 24px;
    background: url("../images/icon/accordian_arrow_w.png") no-repeat 70% 50%;
    background-size: 80%;
}
.select ul li,
.select .selected .selected-value {
    white-space: nowrap;
    /* 줄바꿈 안함 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 말줄임 적용 */
}
.select ul {
    font-size: 16px;
    width: 200px;
    border: 1px solid #eee;
    display: none;
    position: absolute;
    background: #fff;
    border-top: none;
    margin: 1px 0 0 -1px;
    cursor: pointer;
}
.select.active ul { display: initial;   }
#dragList .option{
    margin:5px 0;
    /* overflow: hidden; position:relative; 
    -webkit-line-clamp: 1;*/
    white-space: normal;
    text-overflow: ellipsis;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    display: flex; justify-content: space-between; align-items: center;
    box-sizing: border-box; 

    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
}
#dragList .option::before{
    position: absolute;
    left:0px;
    content:'';
    width: 20px;
    height:20px;
    background: url('../images/icon/u_fi_menu.png') no-repeat 100% 50%;
    background-size: 80%;    
}

.swiper-container{background: #fff;}

.ss_con{margin-bottom: 10px; height: 85px;}
.ss_con a{display: flex; flex-direction:row; font-size: 13px;}
.ss_con a img{min-width: 160px; display: block; object-fit: cover; margin-right: 10px; height: 85px; overflow: hidden;}

.ss_tit{ display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;}

.onair_title{font-weight: bold;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.ss_tit .ss_info{display: flex; align-items: center; font-weight: normal; color:#000; font-size: 11px;}
.ss_tit .ss_info span{margin-right: 3px;}
.ss_tit .ss_info input[type="date"]{font-size: 11px;}

.ss_tit .ss_info input[type="date"]::-webkit-inner-spin-button,
.ss_tit .ss_info input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/*231016 subscribe01*/
#subscribe01{background: #fff; padding-bottom: 45px;}
#subscribe01 ul li {display: flex; justify-content:flex-start;
    align-items: center;  padding:10px 10px; width: 100%; box-sizing: border-box; height: 78px;
    border-bottom:1px solid #c7cccd;
}
#subscribe01 ul li img{width: 10%; border-radius: 50%; margin-right: 15px; min-width: 60px; max-width: 60px; object-fit: cover;}
#subscribe01 .sb01_txt{display: flex; flex-direction: column; width: 90%;}
#subscribe01 .sb01_txt p:first-child{font-weight: bold;}
#container {padding-bottom: 50px;}

.subscribe01_btn{background: #c00000; width: 100%; padding:10px 0; font-size: 1.3em; left:0px; color:#fff; position: fixed; bottom:50px; height: 50px;}
.subscribe02_btn{border:1px solid #ee4543; width: 150px; line-height: 38px; font-size: 1.3em; color:#ee4543;  text-align: center; margin:0 auto; border-radius: 0px; display: flex; text-align: center; justify-content: center; margin-top: 150px;
height: 38px; width: 180px;
}
.subscribe03_btn{border:1px solid #ee4543; width: 150px; font-size:15px; color:#ee4543;  text-align: center;  display: flex; text-align: center; justify-content: center; margin-top: 150px; height: 40px; line-height: 40px;}
.subscribe03_btn2{border:1px solid #aaaaaa; width: 150px; font-size:15px; color:#aaaaaa;  text-align: center; display: flex; text-align: center; justify-content: center; margin-top: 150px;  height: 40px; line-height: 40px;}

.radio {
    margin:10px;
    display: flex;

}
  .radio input[type=radio] {
    position: absolute;
    opacity: 0;
  }
  .radio input[type=radio] + .radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1.5px solid #c7cccd;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type=radio]:checked + .radio-label:before {
    background-color: #ee4543;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #ee4543;
  }
  .radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
  }
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
  }

.radio input[type="checkbox"] + label, .radio input[type="radio"] + label{padding-left: 0px; padding-right: 0px;}

/*231016 subscribe02*/
#subscribe02{padding:0 30px;}
#subscribe02 > h4{font-size: 1.5em; text-align: center; margin-bottom: 20px;}

#subscribe02 ul li{margin-bottom: 20px;}
#subscribe02 ul li label,
#subscribe02 ul li h4{text-align: left; margin-bottom: 5px; font-size: 1.1em; font-weight: bold; color:#000;}
#subscribe02 ul li input[type="text"], #subscribe02 ul li input[type="tel"], #subscribe02 ul li input[type="date"]{height: 2.8em; padding:0 ; border-bottom:1px solid rgba(0,0,0,.3) !important; width: 100% ; border-radius: 0px; height: 40px; font-size: 1.2em; border:none; background: #fff; width:100%; min-width: 315px;} 

#subscribe02 .subs02_tip h5{font-size: 13px; margin-bottom: 5px; margin-top: 20px;}
#subscribe02 .subs02_tip p{text-align: left; margin: 0px; padding: 0px; display: block;}

#subscribe02 ul li h4 b{color:red; font-size: 0.9em;}
#subscribe02 ul li .price01{border-bottom:1px solid #000; padding: 0 ;
    border-bottom: 1px solid rgba(0,0,0,.3) !important;
    width: 100%;
    border-radius: 0px;
    height: 40px;
    font-size: 1.2em;
    border: none; line-height: 40px; text-align: left; color:#000; font-weight: bold;}
    #subscribe02 ul li .price01 span:first-child{
        text-decoration: line-through; color:#aaa;
    }
#subscribe02 .payment_agree button{
    margin-right: 20px;
}

#subscribe02 ul.recommend_txt{text-align: center;}
#subscribe02 ul.recommend_txt li{font-size: 13px; font-weight: normal; color:#585858; text-align: left;}
#subscribe02 ul.recommend_txt li b{color:#ef4545; font-size: 13px;}
#subscribe02 ul.recommend_txt li.line{border-bottom:1px solid #dfdfdf; display: inline-block; padding-bottom: 10px;}


#subscribe02 .recommend_tel{display: flex; justify-content: space-between; align-items: center; margin-top: 30px;}
#subscribe02 .recommend_tel input{border:1px solid #000; border-radius: 0px; background: #fff; color:#000; font-size: 1.1em; text-align: center;}
#subscribe02 .recommend_tel input:valid{color:#000; font-weight: bold;}

#subscribe02 .recommend_tel input[type="num"] {
    height: 40px;
    width: 100%;
    padding: 0 1em;
    text-decoration: none;
    display: block;
}

#subscribe02 input[type="checkbox"] + label:before, #subscribe02 input[type="radio"] + label:before{width: 1.2em; height: 1.2em;} 
#subscribe02 input[type="checkbox"] + label, #subscribe02 input[type="radio"] + label{padding-left: 2em;}

#subscribe02 input[type="checkbox"] + label:before, #subscribe02 input[type="radio"] + label:before{line-height: 1.2em;}

@media screen and (min-width:1200px) {
    #subscribe01{padding-bottom: 0px;}

    .subscribe01_btn{background: #c00000; width: 100%; padding:10px 0; font-size: 1.3em; left:0px; color:#fff; position: fixed; bottom:0px}
 }

 #add_cont{display: flex; justify-content: flex-start; width: 100%; flex-wrap: nowrap; flex-direction: row;} 
#sample6_postcode{min-width: 100px !important; width: 60%;}
#sp_btn{width: 35%; margin-left: 5%; background: #ef4545; border:none !important; color:#fff !important; box-shadow: none;}


/* 231107 */
/* clublist_mypage.htm*/
.clublist_mypage_support2 {
    padding: 0 15px 20px;
}

/* subscribe05.htm*/
#subscribe05{padding:0 30px;}
#subscribe05 > h4{font-size: 1.5em; text-align: center; margin-bottom: 20px;line-height: 130%;}
#subscribe05 > p{font-size: 1em; text-align: center; margin-bottom: 50px;}
#subscribe05 .subscribe05_btn{background-color: #EE4543;color: #fff;width: 270px;min-height: 66px;border-radius: 4px;font-size: 1.2em;line-height: 130%;}
#subscribe05::after{content:''; border-bottom: 1px solid #C7CCCD;width: 100%;margin-bottom: 50px;display: block;}
.subscribe05_2_btn{border:1px solid #ee4543; width: 150px; line-height: 38px; font-size: 1.3em; color:#ee4543;  text-align: center; margin:0 auto; border-radius: 0px; display: flex; text-align: center; justify-content: center;
    height: 38px; width: 180px;}


/* subscribe06.htm*/
#discount_benefit{margin-bottom: 10px;}
#discount_benefit h4{font-size:20px;}
#discount_benefit .db_username{color:#000; font-size: 20px;}
#discount_benefit .db_section{display: flex; justify-content: space-between; border-bottom:1px solid #f8f8f8; padding: 30px 0 20px; }
#discount_benefit .db_section > div{text-align: center; font-size: 18px; display: flex; align-items: center; flex-direction: column; }
#discount_benefit .db_section > div h5{font-size: 15px; margin-bottom: 6px; color:#000;}
#discount_benefit .db_section > div p{color:#999; font-weight: normal; font-size: 15px;margin: 0;}

#discount_benefit .db_section2{display: flex; flex-direction: column; margin:20px auto 0; }
#discount_benefit .db_section2 li{margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
#discount_benefit .db_section2 li:last-child{margin-bottom: 0px;}
#discount_benefit .db_section2 li img{margin-right: 5px; width: 22px; height: 22px;}
#discount_benefit .db_section2 li div{font-size: 15px;}
#discount_benefit .db_section2 li div #ttcoin_install{background: #277de7; color: #fff; width: 50px; border-radius: 4px; height: 30px; line-height: 30px; font-size: 14px;}
 
.db_section3 h5{color:#999; font-size: 15px; font-weight: normal; margin-bottom: 20px;}
.db_section3 ul.dbs3_ul li{display: flex; justify-content: space-between; flex-direction: row; align-items: center; width: 100%; margin-bottom: 10px; border-bottom:1px solid #f8f8f8; padding-bottom:10px;} 
.db_section3 ul.dbs3_ul li:last-child{margin-bottom: 0px; border-bottom: none; padding-bottom: 0px;}

.db_section3 ul.dbs3_ul li button{background: #c00202; width: 95px; height: 30px; color:#fff; border-radius: 4px; line-height: 30px; font-size: 14px;}

.db_section3 ul.dbs3_ul li .dbs3_div .dd_r{font-weight: normal; color:#969696; font-size: 14px;text-align: left;}
.db_section3 ul.dbs3_ul li .dbs3_div .dd_l{margin-bottom: 3px;justify-content: flex-start;display: flex;}
.db_section3 ul.dbs3_ul li .dbs3_div .dd_l span{font-size: 15px; font-weight: bold;} 
.db_section3 ul.dbs3_ul li .dbs3_div .dd_l img{margin-right: 10px; width: 24px; height: 24px;}

.sponsor_cont {
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px;
}

.subscribe06_btn{border:1px solid #ee4543; width: 150px; line-height: 38px; font-size: 1.3em; color:#ee4543;  text-align: center; margin:0 auto; border-radius: 0px; display: flex; text-align: center; justify-content: center;
    height: 38px; width: 180px;background-color:#fff;margin-top: 40px;}


/* 231116 추가 */
/* subscribe07.htm*/
#sub {width: 100%; position:relative;}
#sub h4{font-weight: bold; font-size: 18px; margin-bottom: 30px; color:#000;text-align: center;}
#sub p{color:#000;text-align: left;}

#sub ul{display: flex; flex-direction: column; margin-bottom: 0px;}
#sub ul li input{border:none; border-bottom:1px solid #f8f8f8; padding:0px; height: 50px; }
#sub ul li label, #sub ul li h4{position: relative; width: 100%; display: block; font-size: 15px; color:#999; margin-bottom: 15px; font-weight: 500;text-align: left;}

.sub7 ul li .sub2_adress{display: flex; align-items: center; width: 100%; box-sizing: border-box;}
.sub7 ul li .sub2_adress input{width: 40%;}
.sub7 ul li .sub2_adress button{width: 40%; background: #d9d9d9; color:#000; border-radius: 4px; height: 50px; line-height: 50px; font-size: 15px; margin-left: 5px; margin-bottom: 5px; box-sizing: border-box; padding:0 10px;}

.sub7 ul li input{width: 100%; height: 50px; line-height: 50px; background: #f8f8f8; margin-bottom: 5px; padding:0 10px !important; border-radius: 4px; }
.sub7 ul li input:last-child{margin-bottom: 0px;}
.sub7 ul li input::placeholder{color:#cfcfcf; font-size: 15px;}
.sub7 ul li input:valid{font-size: 15px !important;}
.sub7 ul li .sub2_txt{font-size: 13px; color:#999999; margin-top: 15px; text-align: left;padding: 0 5px;}

/* subscribe08.htm*/
.sub8_benefit h4 span.rb{
    background: #b81c22;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    margin-left: 6px;
  }
  .sub8_benefit h5.sub8_subtit{border-bottom: 1px solid #ddd; padding-bottom: 10px;font-weight: bold; font-size: 18px; margin-bottom: 15px; color:#000;}
  .sub8_benefit p.sub8_subp{font-size: 15px;margin: 20px 0 15px;}
  .sub8_benefit .select_wrap{margin-bottom: 30px !important;}
  .sub8_benefit .select_wrap select{
    background: url(../images/select_arrow.png) no-repeat 97% 50%/20px auto;
    margin-bottom: 10px;
    height: 48px;
    font-size: 14px;
  }
  .sub8_benefit .sub8_ul li{color:#000; font-size: 14px;margin-bottom: 10px !important; text-align: left;}
  .sub8_benefit .sub8_ul li > p{color:#999 !important; font-size: 13px; margin: 0;padding: 0 5px;}

  /* 231116 추가 */
    /* clublist_mypage.htm*/
    .sponsor_cont_mypage{padding: 0px 20px;}
    .sponsor_cont_mypage h5{    font-size: 15px;
        color: #1a1a1a;
        font-weight: 500;
        font-family: 'Noto Sans KR';
        margin-bottom: 15px;}
    .sponsor_cont_mypage li{color: #585858;}

/* 231206 추가 */
/* subscribe03.htm */
    #myLinks5{display: none; width: 100%; height: 200px; overflow-y: scroll; flex-direction: column; box-sizing: border-box; text-align: left; padding: 10px; border:1px solid #ddd; margin-top: 20px;}
    #myLinks5 b{background: lightgray; padding:5px; margin: 0; }
    #myLinks5 h4{text-align: center;font-weight: bold;}

/* subscribe09.htm*/
#subscribe09{padding:0 30px;}
#subscribe09 > h4{font-size: 1.5em; text-align: center; margin-bottom: 20px;line-height: 130%;}
#subscribe09 > p{font-size: 1em; text-align: center; margin-bottom: 50px;}
#subscribe09 > .subs_red{font-size: 1em; text-align: center; margin-bottom: 50px;color: #EF4545;}
#subscribe09 > .subs_red::before{content:''; border-bottom: 1px solid #C7CCCD;width: 100%;margin-bottom: 20px;display: block;}

/* subscribe10.htm*/
#discount_benefit > h3{font-size: 1.5em; text-align: center; margin-bottom: 20px;line-height: 130%;}
#discount_benefit > p{font-size: 1em; text-align: center; margin-bottom: 30px;}
#discount_benefit > p::after{content:''; border-bottom: 1px solid #C7CCCD;width: 100%;margin-top: 20px;display: block;}
