@charset "utf-8";
/***메인 ***/

.mst_bg_01 {
	background: #f1fff5;
}
.mst_bg_02 {
	background: #f6eef9;
}
.mst_bg_03 {
	background: #fffbf2;
}
.mst_bg_04 {
	background: #ffe2d8;
}
.main_area .sale_list .mst_list {
    width: calc(100% * 1/3 - 14px);
}
.counsel_area .box_line_02 {
    padding: 25px;
    box-sizing: border-box;
}
.counsel_area .sale_list .mst_box {
    position: relative;
}
.counsel_area .sale_list .mst_box .mst_photo {
    width: 100px;
    height: 95px;
    border-radius: 30px;
    position: relative;
}
.counsel_area .sale_list .mst_box .mst_photo img {
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0 0 30px 30px;
}
.sale_list .price_icon,  .sale_area .mst_info_area .price_icon {
	margin: 7px 0;
}
.sale_list .price_icon span, .sale_area .mst_info_area .price_icon span {
    display: inline-block;
    padding: 0px 7px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: -0.5px;
    margin-right: 3px;
    background: #f5f5f5;
}

.counsel_area .sale_list .mst_box .mst_info {
    position: absolute;
    left: 110px;
    top: 15px;
}
.main_area .counsel_area .sale_list .mst_box .mst_info {
    left: 110px;
}
.main_area .sale_list .price_icon, .sale_area .mst_info_area .price_icon {
	height: 26px;
	overflow-y: hidden;
}
.mst_info .mst_name {
    font-family: one_T;
    font-size: 18px;
}
.mst_info .mst_name .item {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #ababab;
    font-size: 14px;
    font-family: one_R;
	letter-spacing:-0.5px;
    color: #ababab;
    line-height: 15px;
}
.mst_list .hash_tag {
    font-size: 14px;
    color: #ababab;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mst_list .mst_comment {
    margin-top: 15px;
    font-size: 15px;
    line-height: 140%;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.counsel_area .sale_list .btn_bott {
    margin-top: 25px;
}

.btn_counsel {
	width: 100%;
	height: 50px;
	background: #F16E38;
	color: #fff;
	border-radius: 15px;
	border: none;
	font-size: 22px;
	font-family: one_B;
}
.btn_counsel_s {
	width: 100%;
	height: 45px;
	background: #F16E38;
	color: #fff;
	border-radius: 7px;
	border: none;
	font-size: 1rem;
	font-family: one_B;
}

.btn_counsel_ing {
	width: 100%;
	height: 50px;
	background: #30a08c;
	color: #fff;
	border-radius: 15px;
	border: none;
	font-size: 22px;
	font-family: one_B;
}
.btn_counsel_ing_s {
	width: 100%;
	height: 45px;
	background: #30a08c;
	color: #fff;
	border-radius: 7px;
	border: none;
	font-size: 1rem;
	font-family: one_B;
}
.btn_absent {
	width: 100%;
	height: 50px;
	background: #707070;
	color: #fff;
	border-radius: 15px;
	border: none;
	font-size: 22px;
	font-family: one_B;
}
.btn_absent_s {
	width: 100%;
	height: 45px;
	background: #707070;
	color: #fff;
	border-radius: 7px;
	border: none;
	font-size: 1rem;
	font-family: one_B;
}

.btn_booking {
	width: 100%;
	height: 50px;
	background: #4CBCE4;
	color: #fff;
	border-radius: 15px;
	border: none;
	font-size: 22px;
	font-family: one_B;
}
.btn_booking_s {
	width: 100%;
	height: 45px;
	background: #4CBCE4;
	color: #fff;
	border-radius: 7px;
	border: none;
	font-size: 1rem;
	font-family: one_B;
}
.main_area .class_area .class_br {
    width: calc(100% * 1/3 - 14px);
}
.class_area .class_br img {
    border-radius: 10px;
}
.class_br .br_txt_02 .tit {
    font-size: 17px;
    font-family: one_B;
    margin-top: 15px;
}
.class_br .br_txt_02 .name {
    font-size: 17px;
    font-family: one_B;
    margin-top: -5px;
}
.class_br .br_txt_02 .name .txt_01 {
    display: inline-block;
    font-family: one_R;
    font-size: 14px;
    color: #838383;
    margin-top: 10px;
    margin-left: 15px;
}
/*** 할인상담 ***/
.page_notice li {
	list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}
.page_notice .tel_txt {
	font-size: 18px;
    color: #F16E38;
    font-weight: bold;
}
.sale_area .price_tab {
    margin-top: 30px;
}
/* 20251105
.sale_area .price_tab ul {
    font-size: 0;
}
.sale_area .price_tab ul li {
	display: inline-block;
	width: calc(1/6 * 100% - 3px);
	margin-right: 3.6px;
}
.sale_area .price_tab ul li:last-child {
	margin-right: 0;
}*/
.sale_area .price_tab ul {
	display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.sale_area .price_tab ul li button {
	width: 100%;
	min-width: 150px;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 30px;
	padding: 5px;
	font-weight: bold;
}
.sale_area .price_tab ul li button .sale_txt {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #ff3300;
}
.sale_area .price_tab ul li button.on {
	background:#F16E38;
	border: 1px solid #F16E38;
	color: #fff;
	font-weight: bold;
}
.mst_list_area .flexBox .mst_two {
    flex-grow: 1;
   /* 상담사 2씩 정렬*/
    max-width: calc(50% - 10px);
    width: calc(50% - 10px);
	
	/* 상담사 3씩 정렬 
	max-width: calc(1/3 * 100% - 10px);
    width: calc(1/3 * 100% - 10px);
	margin-right: 15px;*/
}
/*
.mst_list_area .flexBox .mst_two:nth-child(3n){
	margin-right:0;
}*/
.counsel_area .mst_list_area {
	margin-top: 20px;
}
.mst_list_area .mst_list {
	margin-top: 30px;
}
.counsel_area .mst_info_area .mst_photo {
    width: 100px;
    height: 95px;
    border-radius: 30px;
    position: relative;
}
.counsel_area .mst_info_area .mst_photo img {
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0 0 30px 30px;
}
.sale_area .flexBox .box_item:first-child {
	width: 20%;
	margin-right: 30px;
}
.sale_area .flexBox .box_item .mst_photo{
	margin: 0 auto;
}
.sale_area .mst_info_area .mst_name {
    text-align: left;
	font-size:25px;
	margin-top: 20px;
}
.counsel_area h3.sub_tit {
	margin: 50px 0 20px 0;
}
.counsel_area h4.tit {
    font-size: 18px;
    font-family: one_T;
    font-weight: normal;
}
.info_inp .inp_01{
	margin-top: 35px;
}
.info_inp .inp_01 label{
	font-size: 16px;
	font-family: one_T;
	display: inline-block;
	margin-bottom: 10px;
}
.info_inp .inp_01 .input_02, .info_inp .inp_01 .select_01 {
	width: 100%;
    height: 50px;
}
.info_inp .inp_01 p {
	position: relative;
}
.info_inp .inp_01 p .inp_btn {
	position: absolute;
	right: 0;
	bottom:10px;
}
.info_inp .inp_01 ::placeholder{
	font-size: 14px;
	color: #707070;
}
.info_inp .inp_01 .select_01{
	width: 100%;
}
.sale_area .price_choice .btn_select.on {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #F16E38;
}
.sale_area .price_choice .btn_select {
    line-height: 130%;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    flex-grow: 1;
    background: #fff;
}
.sale_area .price_choice .btn_select span.txt_br {
	display:block;
}
.sale_area .price_choice.btn_select span {
    display: block;
    font-size: 14px;
    color: #A3A3A3;
}
.sale_area .price_choice .btn_select .price {
    font-size: 17px;
    font-family: one_B;
    color: #000;
    display: block;
    margin-top: 5px;
}
.sale_area .price_choice .btn_select.mg {
    margin-left:10px;
}
.sale_area .price_choice .btn_select.mg_02 {
    margin-right:10px;
}
.sale_area .show_wrap_stipulation {
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    padding: 0 5px;
	margin-left:15px;
}
.sale_area .counsel_guide ul {
    list-style: disc;
    margin-left: 15px;
}
.sale_area .counsel_guide ul li {
	margin-bottom:10px;
}
.sale_area .btn_area {
	text-align: center;
}
.sale_area .btn_area.mgt {
	margin-top: 50px;
}
.sale_area .sale_complete .mst_info .mst_name {
    font-size: 20px;
    margin-top: 0px;
	margin-bottom: 5px;
}
.sale_area .mst_info_area .counsel_info li{
	font-size: 14px;
}
.sale_area .mst_info_area .counsel_info li span {
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}
/******************************************  media screen and (max-width:1200px) *************************************************/
@media screen and (max-width:1200px){
	.main_area .sale_list .mst_box .mst_info {
		left: 115px;
	}
}
/******************************************  media screen and (max-width:1000px) *************************************************/
@media screen and (max-width:1000px){
	.main_area .sale_list .mst_list {
		width: calc( 50% - 10px);
	}
	.main_area .sale_list .mst_list:nth-child(3) {
		display: none;
	}
	.main_area .sale_list .mst_box .mst_info {
		left: 140px;
	}
	.main_area .class_area .class_br {
		width: calc(50% - 10px);
	}
	.main_area .class_area .class_br:nth-child(3){
		display: none;
	}
	.mst_list_area .flexBox .mst_two {
	   /* 상담사 2씩 정렬*/
		max-width: calc(50% - 10px);
		width: calc(50% - 10px);
	}
}
/******************************************  media screen and (max-width:800px) *************************************************/
@media screen and (max-width:800px){
	.counsel_area .sale_list .mst_box .mst_info {
		left: 100px;
	}
	.counsel_area .box_line_02 {
		padding: 15px;
	}
	.counsel_area .sale_list .mst_box .mst_photo {
		width: 80px;
		height: 75px;
	}
	.counsel_area .sale_list .mst_box .mst_photo img {
		width: 70px;
	}
	.mst_info .mst_name {
		font-size: 16px;
	}
	.mst_info .mst_name .item {
		font-size: 12px;
	}
	.counsel_area .mst_info_area .mst_photo {
		width: 80px;
		height: 75px;
	}
	.counsel_area .mst_info_area .mst_photo img {
		width: 70px;
	}
	.sale_area .mst_info_area .mst_name {
		font-size: 18px;
		margin-top: 10px;
	}
	.sale_area .sale_complete .mst_info .mst_name {
		font-size: 18px;
	}
	.main_area .class_br .br_txt_02 .tit {
		font-size: 16px;
	}
	.main_area .class_br .br_txt_02 .name {
		font-size: 16px;
	}
	.main_area .class_br .br_txt_02 .name .txt_01 {
		font-size: 13px;
	}
}
/******************************************  media screen and (max-width:600px) *************************************************/
@media screen and (max-width:600px){
	.main_area .sale_list .mst_list {
		width: 100%;
	}
	.main_area .sale_list .mst_list:first-child {
		margin-bottom: 15px;
	}
	.main_area .class_area .class_br {
        width: 100%;
    }
	.main_area .class_area .class_br:first-child {
		/*margin-bottom: 20px;*/
	}
	.main_area .class_area .class_br:nth-child(n+2) {
		display:none;
	}
	.main_area .class_br .br_txt_02 .name {
		margin-top: -15px;
	}
	.sale_area .price_tab ul li {
		/*width: calc(1 / 3* 100% - 2px);
		margin-right: 3px;
		margin-bottom: 10px*/
		flex: 1;
        margin-bottom: 5px;
	}
	.sale_area .price_tab ul li:nth-child(3), .sale_area .price_tab ul li:nth-child(6){ 
		margin-right: 0;
	}
	.counsel_area .mst_list_area {
		margin-top: 10px;
	}
	.mst_list_area .flexBox .mst_two {
		width: 100%;
        max-width: 100%;
	}
	.mst_list .mst_comment {
		margin-top: 10px;
		font-size: 13px;
	}
	.btn_counsel_s {
		height: 35px;
	}
	.btn_counsel_ing_s {
		height: 35px;
	}
	.btn_absent_s {
		height: 35px;
	}
	.btn_booking_s {
		height: 35px;
	}
	.mst_list_area .mst_list {
		margin-top: 20px;
	}
	.page_notice .tel_txt {
		font-size: 16px;
	}
	.sale_area .flexBox .box_item:first-child {
		width: 30%;
		margin-right: 10px;
	}
	.info_inp .inp_01 {
		margin-top: 25px;
	}
	.sale_area .btn_area.mgt {
		margin-top: 30px;
	}
	.sale_area .mst_info_area .counsel_info li span {
		padding-right: 5px;
	}
}

/******************************************  media screen and (max-width:450px) *************************************************/
@media screen and (max-width:450px){
	.sale_area .mst_info_area .counsel_info li {
		font-size: 13px;
	}
	.mst_list .mst_comment {
		min-height: 37px;
	}
	.sale_area .price_choice .btn_select {
		width: 100%;
	}
	.sale_area .price_choice .btn_select.mg {
        margin-left: 0px;
        margin-top: 10px;
    }
	.sale_area .price_choice .btn_select span.txt_br {
        display: inline-block;
        margin-left: 3px;
    }

}

