@charset "utf-8";

/*
  yobolove
  common css Style
  Author : sohyeon
  date: 2025.9 ~

*/


/* 버튼 디자인 */
.btnBox_bgP{background: #FF567C; color: #FFFFFF; display: inline-block; border-radius: 5px;}
.btnBox_bgP.off{background: #d5d5d5; color: #8d8d8d;}
.btnBox_bgY{background: #ffed8f; color: #3b3b3b; display: inline-block; border-radius: 5px;}
.btnBox_bgY:hover{background: #ffdc3d;}
.btnBox_bgGn{background: #75e379; color: #3b3b3b; display: inline-block; border-radius: 5px;}
.btnBox_bgGn:hover{background: #47d14c; color: #fff;}
.btnBox_bgW{background: #FFF; color: #333; display: inline-block; border-radius: 5px; border: 1px solid #999;}
.btnBox_bgW:hover{background: #eee;}
.btnBox_bgB{background: #2d2d2d; color: #FFF; display: inline-block; border-radius: 5px; border: 1px solid #2d2d2d;}
.btnBox_bgB:hover{box-shadow: 2px 2px 6px rgb(0 0 0 / 30%);}
.btnBox_textP{background: #FFFFFF; color: #FF567C; display: inline-block; border-radius: 5px; border: 1px solid #FF567C;}
.btnBox_textP:hover{background: #fff1f4;}
.btnBox_lineG1{background: #fff; color: #777; display: inline-block; border-radius: 5px; border: 1px solid #b5b5b5;}
.btnBox_lineG1:hover{background: #eee; border-color: #666;}
.btnBox_lineG2{border: 1px solid #b5b5b5; margin-bottom: 10px; padding: 8px 25px; border-radius:5px; font-size: 20px; cursor: pointer;}
.btnBox_lineG2:before{content: ""; display: inline-block; width: 13px; height: 13px; background: url("/images/icon/filter.png") no-repeat; background-size: cover; margin-right: 5px;}
.btnBox_lineG2:hover{background: #fff; border-color: #000;}
.btnBox_lineG2.on{background: #333; color: #FFF;}
.btnBox_lineG2.on:before{background: url("/images/icon/filter_on.png") no-repeat; background-size: cover;}
.btnBox_lineG3{background: #6a6a6a; color: #fff; display: inline-block; border-radius: 5px; border: 1px solid #6a6a6a;}
.btnBox_lineG3:hover{background: #333; border-color: #333;}

/* 버튼 사이즈 */
.big{font-size: 20px; width: 100%; padding: 16px 0; text-align: center;}
.simple{padding: 10px 20px; font-size: 16px; text-align: center;}

/* 화살표 아이콘 */
.icon_arrow1{position: relative; display: inline-block; width: 10px; height: 10px; margin-left: 20px; border-width: 3px 3px 0 0; border-style: solid; transform:rotate(45deg);}
.icon_arrow1:before{content: ""; position: absolute; top:-2px; right: 0; height: 3px; box-shadow: inset 0 0 0 20px; width: 18px;
    -webkit-transform:rotate(-45deg); transform:rotate(-45deg); -webkit-transform-origin: right top; transform-origin: right top;}

/* 오른쪽 꺽세 아이콘 */
.icon_arrow2{display: inline-block; width: 10px; height: 10px; margin-left: 10px; border-width: 2px 2px 0 0; border-style: solid; transform:rotate(45deg);}
.icon_arrow2.ro135{transform: rotate(135deg);}
.icon_arrow3{display: inline-block; width: 13px; height: 13px; margin-left: 10px; border-width: 3px 3px 0 0; border-style: solid; transform:rotate(45deg); color: #999;}

/* 리스트 아이콘 */
.list_icon_box{}
.list_icon_box p{position: relative; color: #777; font-size: 18px; margin-top: 5px;}
.list_icon_box p:before{content: ""; background: url("/images/icon/recList_icon.png") no-repeat; background-size: cover; width: 14px; height: 14px; display: inline-block; margin-right: 10px;}
.list_icon_box .money:before{background-position-x: -15px; width: 15px; height: 15px;}
.list_icon_box .call:before{background-position-x: -28px;}
.list_icon_box .face:before{background-position-x:-42px;}
.list_icon_box .location:before{background-position-x:-56px;}
.list_icon_box .person:before{background-position-x:-69px;}


/* 리스트 */
.agrList li{position: relative; margin-left: 10px;}
.agrList.st1 li:before{content:"• "; position: absolute; left: -10px;}
.agrList.st2 li:before{content:"- "; position: absolute; left: -10px;}
.agrList.st3 li:before{content:"* "; position: absolute; left: -10px;}

/* 엑스,닫기버튼 */
.btn_close {position:absolute; display: inline-block; width: 30px; height: 30px; line-height: 10px;}
.btn_close:before, .btn_close:after {content:''; height: 23px; width:1px; background-color: #222; display: inline-block;}
.btn_close:before {transform: rotate(45deg);}
.btn_close:after {transform: rotate(-45deg);}
.btn_close:hover{background: #eee; border-radius: 50%;}

/* 물음표 아이콘 */
.question_mark{color: #a3a3a3; font-size: 18px; margin-left: 25px; position: relative;}
.question_mark:before{content: "?"; display: inline-block; margin-right: 5px; width: 20px; height: 20px; color: #ababab; font-size: 16px; text-align: center; border-radius: 50%; border: 1px solid #ababab; position: absolute; left: -25px;}

/* new_icon */
.new_icon{display: inline-block; font: 11px Tahoma, "돋움", dotum, Helvetica; color: #fa2828; padding: 1px 4px; margin-right: 5px; border: 1px solid #fa2828; border-radius: 15px;}

/* li에 - 추가 */
.l_list li{position: relative; margin-left: 15px;}
.l_list li:before{content: "-"; position: absolute; left: -15px;}

/* 라디오버튼 */
.appRadio{}
.appRadio input[type='radio']{appearance: none; position:relative; width: 21px; height: 21px; border: 2px solid #D5D5D5; border-radius: 50%;}
.appRadio input[type='radio']:BEFORE{content: ""; background: #D5D5D5; width: 11px; height: 11px; border-radius: 50%; display: inline-block; position: absolute; top: 3px; left: 3px;}
.appRadio input[type='radio']:checked{appearance: none; border-color: #FF567C;}
.appRadio input[type='radio']:checked:BEFORE{background: #FF567C; border-color: #FF567C;}

/* 버튼식 라디오,체크박스 */
.btn_Radio{}
.btn_Radio label{width: 110px; line-height: 53px; display: inline-block; background: #fff; font-size: 18px; text-align: center; border-radius: 5px; border: 1px solid #ddd;}
.btn_Radio label:hover{background: #f7f7f7;}
.btn_Radio label:before{content: ""; display: inline-block; width: 8px; height: 12px; transform: rotate(45deg); border-bottom: 3px solid #999; border-right: 3px solid #999; margin-right: 10px;}
.btn_Radio input{width: 0 !important; height: 0 !important;  outline:  none; opacity: 0; pointer-events: none; padding: 0 !important; margin: 0 !important; position: absolute;}
.btn_Radio input:checked+label{background: #fff2f5 !important; color: #FF567C; border-color: #FF567C;}
.btn_Radio input:checked+label:before{border-color: #FF567C;}


/* 필수 */
.ess:after{content: "*"; color: #FF567C; margin-left: 5px;}

/* 가짜 셀렉 */
.css_select{position: relative; display: block;}
.css_select:hover{border-color: #222;}
.css_select input{border: 1px solid #ddd; border-radius: 5px; padding: 15px 20px 15px 10px; width:calc(100% - 30px); text-align: left; background: #fff; color: #222; font-size: 20px; }
.css_select input:hover{}
.css_select .icon_arrow3,.css_select .icon_arrow2{position: absolute; top: 50%; right: 10px; margin-top: -9px;}
.css_selectBox{position: relative;}
.css_selectBox .option{position: absolute; width: 100%; background: #fff; border-radius: 5px; box-shadow: 2px 2px 6px rgb(0 0 0 / 30%); z-index: 2;}
.css_selectBox .option li{padding: 10px 20px; display: flex; align-items: center; cursor: pointer;}
.css_selectBox .option li:hover{background: #efefef;}
.css_selectBox .option li.on{background: rgba(255, 86, 124, 0.08);}
/* 진짜 셀렉 */
.css_select select{border-color:#ddd; border-radius: 5px; height: 53px; padding-left:10px; width:100%; font-size: 20px;}
.css_select select:hover{border-color: #222;}


/* 일주일버튼 */
.week_btn{display: inline-flex; justify-content: space-between; border-radius: 4px; width: 100%;}
.week_btn button{display: inline-block; width: 100%; line-height: 50px; font-size: 20px; border: 1px solid #eee; border-right: 0; overflow: hidden;}
.week_btn button.on{background-color: #ff567c14; color: #FF567C;}
.week_btn button:hover{background: #ededed;}
.week_btn button:first-child{border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.week_btn button:last-child{border-top-right-radius: 10px; border-bottom-right-radius: 10px;  border-right: 1px solid #eee;}

/* 문단 라인 */
.g_line{width: 100%; height: 1px; display: block; background: #bcbcbc;}
.gb_line{width: 100%; height: 2px; display: block; background: #222;}

/* 텍스트 체크(아이디,비번) */
.check_text{position: relative; font-size: 16px; color: #999;}
.check_text:before{content: ""; position: relative; top: 4px; margin-right: 10px; display: inline-block; width: 20px; height: 19px; background: url("/images/common/check.png"); background-size: cover;}
.check_text.on{color: #FF567C;}
.check_text.on:before{background-position-y: 19px;}

/* 체크아이콘 */
.check-icon{display: inline-block; width: 5px; height: 12px; border-bottom: 3px solid #FF567C; border-right: 3px solid #FF567C; transform: rotate(45deg); }

/* 내용 플러스 박스 */
.add_box{display: flex; flex-wrap: wrap;}
.add_box .add_list{position: relative;}
.add_box input{margin-right: 10px; margin-bottom: 10px;}
.add_box .add_btn{border: 1px dashed #cecece; background: #FFFFFF; height: 50px; border-radius: 5px; font-size: 19px; padding-left: 10px; text-align: left;}
.add_box .add_btn:hover{background: #dddddd;}

/* 인풋디자인 */
.input_item input:focus { outline: none; border: 1px solid #FF567C; z-index: 1; position: relative;}

/* 내용삭제 */
.del_icon{width: 40px; height: 40px; border-radius:50%; padding: 10px; position: absolute; right: 20px; top:50%; margin-top: -25px;}
.del_icon:hover{background: #e7e7e7; }
.del_icon span{background: #666; width: 20px; height: 20px; display: inline-block; border-radius:50%; }
.del_icon span:before{content: ""; display: inline-block; width: 1px; height: 14px; background: #FFFFFF; transform: rotate(135deg); position: relative; top: 2px; left: 1px;}
.del_icon span:after{content: ""; display: inline-block; width: 1px; height: 14px; background: #FFFFFF; transform: rotate(-135deg); position: relative; top: 2px;}

/* 토글 */
.service_btn{background: #f1f1f1; display: inline-block; padding: 5px; border-radius: 30px; border: 1px solid #ddd;}
.service_btn a{background: #f1f1f1; color: #333; font-size: 13px; display: inline-block; padding: 4px 12px; border-radius: 30px; font-weight: bold;}
.service_btn a:hover{background: #c1c1c1;}
.service_btn a.on{background: #FF567C; color: #fff;}

/* 테이블 디자인 */
.tableD1{border: solid #dfdfdf; border-width: 1px 0 0 1px; border-collapse: separate; table-layout: fixed; margin: 10px 0; color: #444;}
.tableD1 th{font-size: 14px; border: solid #dfdfdf; border-width: 0 1px 1px 0; background: #f7f7f7; font-weight: bold; text-align: center;}
.tableD1 td{font-size: 14px; border: solid #dfdfdf; border-width: 0 1px 1px 0; background: #ffffff; padding: 7px; text-align: center;}

/* 탭버튼 */
.tab_buttons{display: flex; margin-bottom: 30px; border-bottom: 2px solid #eee;}
.tab_buttons .tab_btn{flex: 1; padding: 15px 0; background: none; border: none; font-size: 18px; font-weight: bold; color: #999; transition: all 0.3s ease; position: relative;}
.tab_btn.active{ color: #FF567C; border-bottom: 2px solid #FF567C; margin-bottom: -2px;}
.tab_btn:hover{background: #f3f3f3;}


/* 페이징 */
.listPaging{text-align: center; margin: 50px 0;}
.listPaging ul{width: 1200px; display: inline-block;}
.listPaging li{display: inline-block;}
.listPaging li a{display: inline-block; width: 38px; line-height: 38px; border-radius: 5px; font-size: 17px; color: #777; border: 1px solid #ddd;}
.listPaging li a.on{font-weight: bold; color: #333; border-color: #333;}
.listPaging li a:hover{background: #eee;}
.listPaging .pageBtn{border: none; margin: 0 5px; padding: 0 5px; width: 50px;}
.listPaging .pageBtn .previous:before{content: ""; transform:rotate(225deg); position: relative; top: -2px; width: 8px; height: 8px; margin-right: 5px; border-width: 1px 1px 0 0; border-style: solid;  display: inline-block;}
.listPaging .pageBtn .next:after{content: ""; transform:rotate(45deg); position: relative; top: -2px; width: 8px; height: 8px; margin-left: 5px; border-width: 1px 1px 0 0; border-style: solid;  display: inline-block; }