@charset "utf-8";
/*======================================================================================================================================================================================================
  업체검색 리스트
========================================================================================================================================================================================================*/
.list_top_img {
	background: url(../images/sub/list_img.jpg) no-repeat 50% 50%;
	font-weight: 600;
    color: #fff;
	font-size:1.8rem;
	text-shadow: 15px 5px 25px rgba(0, 0, 0, 0.45);
	letter-spacing:-0.1rem;
}
@media (max-width:991px){
	.list_top_img {
		background-size:auto 100%;
		font-size:1.3rem;
		padding:0 20px;
	}
}
.in-search01 {
	position:relative;
}
.in-search01 .btn-search02{
	position:absolute;
	right:0;
	top:0;
}
.sto_list .review_align {
	font-weight: 500;
    color: #8d8d8d;
    border-bottom: 0px solid #e8e9eb;
    padding-bottom: 0.6rem;
}
/* 리스트 */
.strore_box01 {
    border-radius: 12px;
    border: 1px solid #e8e9eb;
    padding: 2rem 1.5rem;
	box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
}
.sto_pic{
    border-radius: 12px;
	overflow:hidden;
	max-width:220px;
	min-width: 150px;
}
.sto_info .txt_title .sp_01{
	font-size: 1.5rem;
	color: #000;
	font-weight:600;
	letter-spacing:-0.12rem;
	margin-right:5px;
}
.sto_info .txt_title .sp_02{
	font-size: 0.9rem;
	color: #c93000;
	font-weight:500;
	letter-spacing:-0.05rem;
}


.review_star span{
	margin-right:5px;
}

.review_star .star {
  	cursor:pointer;
  width: 25px; 
  height: 25px; 
  margin-right: 5px;
  display: inline-block; 
  background: url(../images/sub/ico_bstar.png) no-repeat 100% 50%;; 
  background-size: 100%; 
  box-sizing: border-box; 
}
.review_star .star.on {
	cursor:pointer;
  width: 25px; 
  height: 25px;
  margin-right: 5px;
  display: inline-block; 
  background: url(../images/sub/ico_bstar_on.png)  no-repeat;
  background-size: 100%; 
  box-sizing: border-box; 
}

.review_star .star_sm {
  width: 17.5px; 
  height: 17.5px; 
  margin-right: 5px;
  display: inline-block; 
  background: url(../images/sub/ico_star.png) no-repeat 100% 50%;; 
  background-size: 100%; 
  box-sizing: border-box; 
}
.review_star .star_sm.on {
   width: 17.5px; 
  height: 17.5px; 
  margin-right: 5px;
  display: inline-block; 
  background: url(../images/sub/ico_star_on.png)  no-repeat;
  background-size: 100%; 
  box-sizing: border-box; 
}
.file_img_st {
	background: #f6f6f6;
    border-radius: 10px;
    padding: 5px 15px 5px 10px;
    border: 1px solid #e3e3e3;
    color: #000;
	cursor: pointer;
}
.file_img_st:hover{
    border: 1px solid #000;
	background: #fff;
}
.file_img_st .txt01 {
	font-size:15px;
	color:#111;
}

.sto_info .txt_intro{
	color: #8b8b8b;
	font-size:0.94rem;
	line-height: 1.4;
}
a.bt_line {
    background: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 10px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    padding: 0.4rem 0.9rem;
    display: inline-flex !important;
    flex-wrap: no-wrap !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
	box-shadow: 10px 10px 15px  rgba(0, 0, 0, 0);
}
a.bt_line:hover{
    border: 1px solid rgba(1, 1, 1, 0.2);
	box-shadow: 10px 10px 15px  rgba(0, 0, 0, 0.1);
}
a.bt_line .material-symbols-outlined{
    color:#ea7f00;
	font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' -25, 'opsz' 48;
	font-size: 24px;
}
.material-symbols-outlined.fill {
	font-variation-settings: 'FILL' 1 !important;
}
a.bt_line02 {
    background: #ea7f00;
    color: #fff !important;
    border-radius: 10px;
    padding: 0.4rem 0.9rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01rem;
    font-weight: 500;
	box-shadow: 10px 10px 15px  rgba(0, 0, 0, 0);
}
a.bt_line02:hover {
    background: #d55900;
    color: #fff;
	box-shadow: 10px 10px 15px  rgba(0, 0, 0, 0.1);
}
.div_store_p{
    background: #f6f6f6;
    color: #000;
    border-radius: 10px;
	padding:0.5rem;
	font-size:15px;
    width: 100%;
	height: 100%;
	text-align:center;
}
.div_store_p .txt_01{
    color: #c93000;
    font-weight:500;
}
@media (max-width:575px){
	.li_left{
		background: #f6f6f6;
		border-radius: 10px;
		padding:20px 15px ;
	}
}
/* 탭메뉴 */
/*------------------------------------
 nav-tabs
------------------------------------*/
.tab_sub .nav-tabs {
	margin-top:1.5em;
	margin-bottom:-0.06em;
	position:relative;
	border-bottom: 0;
	font-size:1.05rem;
	font-weight:500;
    letter-spacing: -0.08rem;
}
.tab_sub .nav-tabs .nav-item{
	margin-top:1px;
	width:25%;
	max-width:240px;
}
.tab_sub .nav-tabs .nav-link{
	text-align:center;
	padding: 0.8rem 0.2rem;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ececec;
	margin:0px 1px 0 0;
	height:100%;
	width:100%;
}
.tab_sub .nav-tabs .nav-link.active,
.tab_sub .nav-tabs .nav-item.show .nav-link {
	color: #fff;
	background: #4c4c4c !important;
	border: 0;
	font-weight:600;
}
.tab_sub .nav-tabs ul.nav-subtabs{
	position:absolute;
	left:-1em;
	top:4.2em;
}
.tab_sub .nav-subtabs .nav-sublink{
	text-align:center;
	padding: 1em 1em;
	border-radius: 0rem;
	position:relative;
}
.tab_sub .nav-subtabs .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:1px;
	height:15px;
}
.tab_sub .nav-subtabs li:first-child .nav-sublink::before{
	content:'';
	position:absolute;
	left:0;
	top:40%;
	background:#ddd;
	width:0px;
	height:15px;
}
.tab_sub .nav-subtabs .active{
	font-weight:600;
	color:#111;
}
@media (max-width:575px){
	.tab_sub .nav-tabs {
		font-size:14px;
	}
}
/* 업체상세보기 */
.p_line_box {
    border-radius: 0 0px 10px 10px;
    border: 1px solid #ececec;
    min-height: 300px;
    padding: 1.5rem;
}

/* 입점 제휴 안내 */
.tel_ma.material-symbols-outlined {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 2.8rem;
    height: 2.8rem;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0;
}

/*======================================================================================================================================================================================================
 마이페이지
========================================================================================================================================================================================================*/
.top_menu_s  {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #000;
	margin-top:1rem;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
}
.top_menu_s .menu_li_st {
	font-weight:500;
	color:#8d8d8d;
	position:relative;
	text-align:center;
	padding:1rem 1.5rem;
	font-size:1.1rem;
	letter-spacing:-0.1rem;
}
.top_menu_s .menu_li_st.on {
	color:#111;
}
.top_menu_s .menu_li_st.on:before {
	display: block;
    content: '';
    height: 11px;
    width: 10px;
    background: url(../images/sub/s_menu_icon.png) no-repeat 100% 50%;
    bottom: -3px;
    position: absolute;
    left: 47%;
}
.top_menu_s .menu_li_st.on:after {
	display: block;
    content: '';
    height: 6px;
    width: 100%;
    background: #ea7f00 url(../images/sub/s_menu_icon.png) no-repeat 100% 50%;
    border-radius: 10px;
    bottom: -3px;
    position: absolute;
    left: 0;
}
.top_menu_depth ul {
	margin-top:2.5rem;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
}
.top_menu_depth ul li{
	margin:0.3rem 0.2rem;
}
@media (max-width:575px){
	.top_menu_s .menu_li_st  {	
		padding: 1rem 0.5rem;
		font-size: 0.945rem;
    }
}
.go_menu_bo{
	border:4px solid #eee;
	padding:0.7rem 0rem 0.7rem 1rem;
	border-radius:10px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
	font-weight:600;
	color:#000;
	font-size:1.05rem;
}
.go_menu_bo.on{
	border:4px solid #ea7f00 ;
}
.right_go_menu:hover .go_menu_bo.on{
	color:#ea7f00 ;
}
.go_menu_bo .go-ma{
	background:#fff;
	margin-right: -15px;
    padding-right: 10px;
}
.right_go_menu{
    position: relative;
}
.right_go_menu .situ_icon{
	background: #ea7f00;
    padding: 0.2rem 1.4rem;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    top: -10px;
}
.top_menu_depth li a{
    color: #000;
	background:#eee;
    border-radius: 25px;
	padding:0.4rem 1.6rem;
    font-size: 0.92rem;
	display: block;
}
.top_menu_depth li.on a, .top_menu_depth li:hover a{
    color: #fff;
	background:#000;
    border-radius: 25px;
	padding:0.4rem 1.6rem;
    font-weight: 500;
}
.my_box01{
    border-radius: 12px;
    border: 1px solid #e8e9eb;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	height:  calc( 100% - 1.5rem );
}
.my_box01 .m_con_top{
    background:#fafafa;
	padding: 1rem 1.5rem;
    position: relative;
}
.m_con_top .material-symbols-outlined {
    color: #000;
    font-variation-settings: 'FILL' 0, 'wght' 800, 'GRAD' -25, 'opsz' 48;
    font-size: 27px;
}
.my_box01 .m_con_bottom{
	padding: 1rem 1.5rem 2rem;
}
.sto_pic02 {
    border-radius: 12px;
    overflow: hidden;
    max-width: 180px;
    min-width: 100px;
}
.sto_text02 .txt01{
    color: #c55017;
    font-size: 1.3rem;
    font-weight: 600;
	letter-spacing:-0.09rem;
	display:inline-block;
	border-bottom:1px solid #c55017;
	line-height:1;
}
.sto_text02 .txt02{
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
	letter-spacing:-0.09rem;
	display:block;
}
.sto_text02 .txt03{
    color: #878787;
}
@media (max-width:1199px){
	.s_img_box  {	
		background: #f6f6f6;
        border-radius: 10px;
        padding: 1rem;
		justify-content: center !important;
	    display: flex !important;
    }
}
@media (min-width:1200px){
	.s_img_box {
			width: 180px;
			min-width: 180px;
	}
}
/* 신청상태 버튼 */
.btn_stu{
    border-radius: 10px;
    padding: 1rem 0.5rem;
    /*display: inline-block !important;*/
    display: inline-block;
    font-weight: 500;
    width: 100%;
    line-height: 1;
    letter-spacing: -0.06rem;
	text-align:center;
	font-size:1.08rem;
}
.btn_stu:hover{
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
}
.stu_st01{
	background: rgba(255, 255, 255, 1);
    color: #000;
    border: 1px solid rgba(1, 1, 1, 0.1);
}
.stu_st02{
	background: #ea7f00;
    color:  #fff !important;
    border: 1px solid #d37300;
	font-size:1.02rem;
}
@media (max-width:991px){
	.statu_icon  {	
		margin: 0 auto !important;
    }
}

/* 수료증 새창 */
.cer_m_list{
    background: url(../images/sub/cer_pop_bg.jpg) no-repeat 50% 40%;
	height:780px;
}
.cer_m_con{
	padding-top:320px;
	font-size:22px;
	font-weight:500;
	color:#000;
	font-family: "MaruBuri", "NanumGothic", "dotum", "gulim", sans-serif;
    letter-spacing: -0.01px;
}
/*======================================================================================================================================================================================================
입점관리
========================================================================================================================================================================================================*/
/* 수주내역 조회 */
.statu_icon {
	padding: 0rem 1.4rem;
	border-radius: 50%;
	margin-left: 0.5rem;
	color: #fff;
	width: 95px;
    min-width: 95px;
    height: 95px;
    font-size: 15px;
	font-weight:600;
	justify-content: center !important;
	display: flex !important;
    align-items: center;
	padding:1rem;
    letter-spacing: -0.08rem;
	text-align:center;
}
.statu_icon.sta_icon01{
	background: #ea7f00;
}
.statu_icon.sta_icon02{
	background: #818181;
}
ul.cus_info li{
	color: #878787;
    position: relative;
    padding-left: 14px;
    font-weight: 500;
    margin: 6px 0;
    letter-spacing: -0.05rem;
    line-height: 1.1;
}
ul.cus_info li strong{
	color: #4b4a4a;
	margin-left:5px;
}
ul.cus_info > li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000;
    left: 0;
    top: 0.4rem;
}
@media (max-width:575px){
	.xs_box  {	
		background: #f6f6f6;
        border-radius: 10px;
        padding: 20px 15px;
    }
	.adj_search .btn-xs-w100{
		width:100%;
	}
}
/* 수주상세화면 */
.step_box01{
    border-radius: 12px;
    border: 1px solid #e8e9eb;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	height:  calc( 100% - 1.5rem );
}
.step_box01 .s_con_left{
    background:#f7f7f7;
	padding: 1rem 1.5rem;
    position: relative;
	height: 100%;
}
.s_con_left .txt_top .txt01{
	color: #000;
    line-height: 1;
    letter-spacing: -0.2rem;
    font-weight: 600;
    font-size: 1.95rem;
}
.s_con_left .txt_top .txt02{
	color: #6f6f6f;
    line-height: 1.1;
    font-weight: 500;
}
.step_no {
	position:relative;
}
.step_no:before {
	display:block;
	content:'';
	width:1px;
	height: calc( 100% - 5px );
	background:#e1e1e1;
	position:absolute;
	left:17px;
	top:3px;
	z-index:0;
}
.step_no .no01{
	position:relative;
	margin-bottom:0.8rem;
}
.step_no .no01 .title{
	color: #4a4a4a;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-weight: 500;
    font-size: 1.02rem;
	padding-left:2rem;
	width: 6.5rem;
}
.step_no .no01 .title:before{
	display:inline-block;
	content:'';
	width:8px;
	height:8px;
	border-radius:50%;
	background:#ea7f00;
	position:absolute;
	left:14px;
	top:3px;
}
.step_no .date{
	color: #6f6f6f;
    font-weight: 500;
}
.step_no .no_last{
	position:relative;
	z-index:1;
	margin-top: 1.5rem;
}
.step_no .no_last .material-symbols-outlined {
	color: #fff;
    background: #ea7f00;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-size: 1.45rem;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0;
}
.step_no .no_last .title{
	color: #ea7f00;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-weight: 700;
    font-size: 1.12rem;
	width: 4.2rem;
}
.step_no .no_last.last02 .material-symbols-outlined{
	background: #959595;
}
.step_no .no_last.last02 .title{
	color: #959595;
}
.r_border{
    border-bottom: 1px solid #e8e9eb;
}
.info_title{    
	font-size: 1.38rem;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.12rem;
	display: inline-block;
    border-bottom: 1px solid #000;
}
.info_title02{    
	font-size: 1.38rem;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.12rem;
}
.info_pic {
    border-radius: 12px;
    overflow: hidden;
    max-width: 220px;
}
.inst_01{
	font-size: 1.2rem;
    color: #363636;
    font-weight: 600;
    letter-spacing: -0.1rem;
}
.inst_02{
    color: #878787;
    font-weight: 500;
    letter-spacing: -0.06rem;
}
.ul_con li{
	color: #878787;
    position: relative;
    padding-left: 14px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: -0.05rem;
    line-height: 1.1;
}
.ul_con li strong{
	color: #000;
    font-weight: 600;
}
.ul_con > li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #000;
    left: 0;
    top: 0.45rem;
}
/* 내역 버튼 */
.btn_inst{
    border-radius: 10px;
    padding: 1rem 0.5rem;
    display: inline-block !important;
    font-weight: 500;
    width: 100%;
    line-height: 1;
    letter-spacing: -0.06rem;
	text-align:center;
	font-size:1.08rem;
}
.btn_inst:hover{
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
}
.inst_st01{
	background: rgba(255, 255, 255, 1);
    color: #000;
    border: 1px solid rgba(1, 1, 1, 0.1);
}
@media (max-width:460px){
	.info_p_w  {	
		background: #f6f6f6;
        border-radius: 10px;
        padding: 1rem;
		justify-content: center !important;
	    display: flex !important;
    }
	.info_p_w img{	
		max-width:150px;
    }
}
/* div 테이블 */
.info_table{
	border-top: 2px solid #000;
	padding-right: 15px;
    padding-left: 15px;
}
.info_table .row{
	border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.in_work{
	border-top: 1px solid #000;
	border-bottom: 1px solid #eee;
    padding: 1rem 0 0;
}
.in_work .work_box{
	border-top: 1px solid #eee;
    padding: 1.5rem 0.5rem;
	background:#f7f7f7;
}
.in_work .work_box .st_img img{
	width: 110px;
    height: 86px;
    border-radius: 5px;
}
@media (max-width:460px){
	.in_work .work_box .st_img img{
		width: 90px;
		height: 70px;
	}
}
.confirm_round{
	background: #f9e9db;
	border-radius: 10px;
	padding: 1rem;
	font-weight:600;
	justify-content: center !important;
	display: flex !important;
}


/* 내상점관리 */
.se_box01 {
    border-radius: 12px;
    border: 1px solid #e8e9eb;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: calc(100% - 2.5rem);
	position:relative;
	margin-bottom: 2.5rem !important;
}
.se_box01 .check_box.loginBox {
	position:absolute;
	right:0px;
	top:10px;
	z-index:10;
	padding: 0rem !important;
}
.loginBox  .round_label{
    border-radius: 20px;
    color: #797979 !important;
    font-size: 15px !important;
    font-weight: 600;
    justify-content: center !important;
    display: flex !important;
    align-items: center;
    text-align: center;
	background:rgba(255,255,255,0.9) ;
	padding: 7px 10px 7px 35px !important;
}
.check_box.loginBox input[type="checkbox"] + label::before {
    top: 3px;
	left:3px;
}
.check_box.loginBox input[type="checkbox"]:checked + label::before {
    background: url(../images/sub/login_sel03.png) no-repeat center center;
}
.se_con_top  {
	padding:1.5rem 1rem;
}
.se_con_top .txt01 {
	font-size: 1.38rem;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.12rem;
	margin-bottom: 0.5rem;
}
.se_con_top .txt02 {
    color: #6f6f6f;
    line-height: 1.1;
    font-weight: 500;
	margin-top:0.5rem;
}
.se_con_bottom  {
	padding:1rem 1rem 2rem 1rem;
	border-top: 1px solid #eee;
}
.se_box01 .se_icon_l {
	border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    justify-content: center !important;
    display: flex !important;
    align-items: center;
    padding: 0.2rem 0.8rem;
    text-align: center;
    background: #6d6d6d;
}
.sec_icon {
    border-radius: 50%;
    color: #fff;
    width: 5.4rem;
    min-width: 5.4rem;
    font-size: 1rem;
    font-weight: 600;
    justify-content: center !important;
    display: flex !important;
    align-items: center;
    letter-spacing: -0.08rem;
    text-align: center
}
@media (max-width:460px){
	.sec_icon {
		width: 3.4rem;
		min-width: 3.4rem;
		align-items: start;
	}
}
/* 비용안내 */
.se_box02 {
    border-radius: 12px;
    box-shadow: 15px 20px 25px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}
.se_box02 .price_cot {
	position:absolute;
	right:10px;
	top:10px;
	z-index:10;
	padding: 0rem !important;
}
.price_cot .tbox {
    border-radius: 20px;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
    justify-content: center !important;
    display: flex !important;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px !important;
}
.price_cot .tbox .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' -25, 'opsz' 48;
	font-size:20px;
}

/* 리뷰/평점 */
.review_align {
	font-weight:500;
	color:#8d8d8d;
    border-bottom: 1px solid #e8e9eb;
	padding-bottom:0.6rem;
}
.review_align .on{
	font-weight:600;
	color:#000;
}
.review_align .on:before{
    content: 'check';
    display: inline-block;
    vertical-align: middle;
	font-family: 'Material Symbols Outlined';
	font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 20;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.review_align .txt_st:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 0.6em;
    background: #dcdcdc;
    margin: 0 0.7rem 0.1rem 0.9rem;
}
.re_list {
	margin:1.5rem 0;
	padding:1.5rem 0;
    border-bottom: 1px solid #e8e9eb;
}
.re_list .cus_info .txt01{
	color: #000;
    font-weight: 600;
    letter-spacing: 0rem;
    font-size: 1.05rem;
}
.re_list .cus_info .txt02{
	color: #b7b7b7;
    font-weight: 500;
    letter-spacing: -0.02rem;
    font-size: 13px;
}
.re_list .cus_con_info{
	padding:0.8rem 0 1.5rem 40px;
	color:#9a9a9a;
}
.re_list .re_icon01{
	color: #fff;
    background: #acc5fe;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
	margin-right:10px;
}
.re_list .re_icon02{
	color: #fff;
    background: #ffb5c6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
	margin-right:10px;
}
.pic_round{
	border-radius:10px;
	overflow:hidden;
}
.re_store{
	padding-left:40px;
	position:relative;
}
.re_store:before{
	position:absolute;
	left:10px;
    content: 'arrow_top_left';
    display: inline-block;
    vertical-align: middle;
	font-family: 'Material Symbols Outlined';
	font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 40;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	transform: rotate(180deg);
	color:#858585;
}
.review_grade .txt01{
	font-size: 1.3rem;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.12rem;
    margin-right: 5px;
}
.review_grade .re_t_left {
	font-size: 2.4rem;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.08rem;
}
@media (max-width:767px){
	.review_grade {
		background: #f6f6f6;
        border-radius: 10px;
	}
	.review_align .on:before{
		display:none;
	}
	.review_align .txt_st:after {
		margin: 0 0.4rem 0.1rem 0.4rem;
	}
}

/* 영상 */
.bt_line_done {
    background: rgba(0,0,0, 0.03);
    color: #000;
    border-radius: 10px;
    border: 1px solid rgba(1, 1, 1, 0.05);
    padding: 0.4rem 0.9rem;
    display: inline-flex !important;
    flex-wrap: no-wrap !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01rem;
    font-weight: 500;
    position: relative;
}
/*======================================================================================================================================================================================================
 회원관련
========================================================================================================================================================================================================*/
.login_w .txt01{
	font-size: 1.05rem;
	color: #909090;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding-bottom:5px;
}
.login_w .txt01 strong{
	text-decoration: underline;
}

/* ---------- 로그인 ---------- */

.loginBox input.form-control{
	padding:0.85rem 1rem;
	height: 3.25rem;
	font-weight:500;
	border-radius: 0.5rem;
	border: 1px solid #ebebeb;
}
.loginBox input::placeholder {
  color: rgba(0,0,0,.35);
  font-weight: 400;
  font-size: .98rem;
  vertical-align: middle;
  letter-spacing: -0.03rem;
}
.loginBox input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 29px;
    height: 29px;
    background: url(../images/sub/login_sel01.png) no-repeat center center;
}
.loginBox input[type="checkbox"]:checked + label::before {
    background: url(../images/sub/login_sel02.png) no-repeat center center;
}
.loginBox input[type="checkbox"] + label {
    padding: 6px 0 0 36px;
	color: #909090;
	font-size: 16px;
}
.loginBox .btn-login{
	padding:1.2rem 2.2rem;
	font-size:0.925rem;
    font-weight: 600;
	color:#fff;
	border-radius: 0.5rem;
	background: #ea7f00;
	box-shadow: 10px 10px 28px rgb(0 0 0 / 10%);
	border: none;
}
.loginBox .btn-join{
	padding:0.7rem 1.3rem 0.7rem 0.5rem;
	position:relative;
	font-size:0.925rem;
    font-weight: 500;
	border: 1px solid #ebebeb;
	border-radius: 0.5rem;
	width:48%;
}
.loginBox a:focus{
	outline: none;
	box-shadow: none;
}
.loginBox .btn-join .material-symbols-outlined {
	font-size: 1.12rem;
    vertical-align: middle;
    color: #b5b5b5;
    font-weight: 300;
}
.loginBox .btn-join::after{
	content: '';
	display: block;
	position:absolute;
	right:1rem;
	top:calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.login_sns {
	border-right:1px solid #f3f3f3;
	margin-right:17px;
	padding-right:15px;
}
.loginBox02 {
    border: 1px solid #e3e3e3;
    padding: 3.5rem 3rem;
    box-shadow: 10px 20px 25px -15px rgba(0, 0, 0, 0.1);
    border-radius: 0.3rem;
    height: 100%;
}
@media (max-width:991px){
	.loginBox {
		padding: 0rem 2rem;
	}
}
@media (max-width:500px){
	.loginBox {
		padding: 0rem 1.8rem;
	}
	.loginBox02 {
		padding: 1.2rem;
	}
}


/* ---------- 아이디/비밀번호 찾기 ---------- */
.idpw-search{
	margin-bottom:2rem;
	word-break:keep-all;
}
.idpw-search h2{
	    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.13rem;
    text-align: center;
}
.idpw-search .form-row {
    margin: 0;
    padding: 0.4rem 0rem;
}
.idpw-search label.col-form-label {
    color: #333;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
	padding-left:0;
	font-size:1.03rem;
}
.idpw-search .form-control02 {
    border: 1px solid #ddd;
    color: #555;
    letter-spacing: -0.03rem;
    height: calc(2.25rem + 6px);
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	display: block;
    width: 100%;
	background-color: #fff;
    background-clip: padding-box;
	border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width:500px){
	.idpw-search .form-row {
		padding: 0.2rem 0rem;
	}
}

/* ---------- 회원가입 ---------- */
.mem_st_txt{
	color:#000;
	padding-right:1.5rem;
	position:relative;
	font-weight: 500;
	font-size: 1.25rem;
}
.member-write{
	border-top:1px solid  #222;
}
.member-write > .form-row{
	margin:0;
	padding:1rem 1.2rem;
	border-bottom:1px solid  #eee;
}
.member-write > .form-row .material-symbols-outlined {
	font-size: 13px;
	vertical-align: middle;
	color: #a3a3a3;
}
label.col-form-label{
	color:#333;
	padding-right:1.5rem;
	position:relative;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1rem;
}
.member-write label.bar::after{
	content:'';
	width:1px;
	height:0.9rem;
	background:#ccc;
	position:absolute;
	right:5%;
	top:30%;
}
.member-write .require::after {
    content: '*';
    display: inline-block;
    margin: -2px 0 0 3px;
    color: #de4f41;
    vertical-align: top;
}
.sm_s_btn {
	width: 8.5rem;
    border: 1px solid #5f5f5f;
    border-radius: 3px;
    text-align: center;
    color: #353535;
    display: inline-block;
    font-size: .95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#idResult:empty{
	display:none;
}
#idResult::before{
	content:'\f06a';
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	margin-right:0.5rem;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f7f7f7;
  opacity: 1;
}

/*------------------------------------
  회원가입 - 탭메뉴
------------------------------------*/
.nav-step{
	background-color:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:2.5rem;
	margin-top:0.7rem;
}
.nav-step li{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	color:#888;
	font-weight:500;
	padding:10px 0;
	font-size:0.95rem;
	border-right:1px solid #e5e5e5;
}
.nav-step li:last-child{
	border-right:none;
}
.nav-step a:hover{
	color:#333;
}
.nav-step li.active{
	color:#fff;
	background-color: #9d703a;
    border: 1px solid #956429;
	padding:8px 0;
	margin: -10px -1px -1px -1px;
}
.nav-step li.active::after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #f7f7f7;
	border-top: 2px solid #f7f7f7;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:3px auto;
}
@media (min-width: 992px) {
	.nav-step li{
		font-size:1.1rem;
		padding: 13px 0;
	}
	.nav-step li.active{
		padding:11px 0;
	}
}
