


.brand_comment_list_wrap { /*overflow-y:auto; overflow-x:hidden;*/ width:100%; /*height:360px;*/ margin-top:20px; }
.brand_comment_list_wrap ul { list-style:none; padding:0; margin:0; }
.brand_comment_list_wrap ul li { color:#555; margin-bottom:15px; padding-bottom:15px; border-bottom: #ddd 1px solid; }
.brand_comment_list_wrap ul li .com_writer { }
.brand_comment_list_wrap ul li .com_contents { word-wrap:break-word; color:#333; }
.brand_comment_list_wrap ul li .com_date { color:#777; }




@media only screen and (max-width: 768px) {

	.container {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}

	.bri_panel {
        margin-bottom: 10px;
    }

	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.dashboard.padding-20 {
		padding: 5px !important;
	}

	section div.row>div {
        margin-bottom: 10px;
    }

	.panel {
		margin-bottom: 10px;
	}

	.mt-30 {
		margin-top: 20px !important;
	}

	.expand_box {

		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;         /* 2줄로 제한 */
		-webkit-box-orient: vertical;
		cursor: pointer;
		transition: all 0.3s;
		line-height: 1.5em;
		max-height: 3em; /* 2줄 * line-height */

	}

	.expand_box.expanded {
		-webkit-line-clamp: unset;
		max-height: none;
    }

	.bri_mobile_scroll_wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
	}
	.bri_mobile_scroll_wrapper .scroll_content {
		min-width: 800px; /* 콘텐츠 너비를 화면보다 길게 설정 */
	}

	
	.polararea-legend { 
		padding-bottom: 0px !important;
	}

	.polararea-legend li {

		margin:0px 5px 5px 0px !important;
		padding: 2px 8px 2px 25px !important;
		font-size: 13px !important;
	}


	.bri_moible_four_row {
	}

	.bri_moible_four_row .col-xs-6:nth-child(odd) {
		padding-right:6px !important;
	}
	.bri_moible_four_row .col-xs-6:nth-child(even) {
		padding-left:6px !important;
	}

	.bri_mobile_one_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;  
		-webkit-box-orient: vertical;
		padding:0px 6px;
	}

	.bri_mobile_two_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;  
		-webkit-box-orient: vertical; 
		height:auto !important;
	}

	.bri_mobile_five_line {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;  
		-webkit-box-orient: vertical; 
		height:auto !important;
	}



}



/*********************************************************** 리포트 게시판 25.07.04***********************************************************/

.new_com_box {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	/*
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
	border-bottom: solid #ddd 1px;
	*/
}


.circle-img {
  width: 30px;           /* 정사각형으로 설정 */
  height: 30px;
  border-radius: 50%;     /* 동그라미 */
  object-fit: cover;      /* 중앙을 기준으로 자르기 */
}

.new_com_info {
	display: flex !important; align-items: center !important;
}
.new_com_info img {
	margin-right:10px;
}
.new_com_info .new_com_writer {
	display: inline-block;
    padding: 4px 6px;
	background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	font-size:13px;

	margin-right:10px;
}

.new_com_info .new_com_contents {
	font-weight:600;
}

.new_com_date {
	color: #777;
}


.bri_google_banner {
	margin-bottom:20px; text-align:center;
}


.com_write_btn_box_wrap {
}

.com_write_btn_box {
	background: linear-gradient(155.06deg, rgb(99, 105, 255) 50%, rgb(231, 82, 118) 100%);
	padding: 2rem !important; border-radius: 4px;
	color:#fff;
	text-align:center;
}

.com_write_btn_box h5 {
	color:#fff;
}

.modal-content {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05) !important;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05) !important;
}



#quickButton {
	display:none;
}


@media only screen and (max-width: 768px) {

	.bri_google_banner {
		margin-bottom:10px; padding:0px 5px;
	}


	.new_com_box {
		display: block !important;
	}

	.new_com_info .new_com_writer {
		white-space: nowrap;
	}

	.new_com_date {
		display:none;
	}


	.brand_comment_list_wrap.mb-100 {
		margin-bottom: 30px !important;
	}


	.new_com_info .new_com_contents {
	  display: inline-block;     /* 또는 block, 필요 시 */
	  white-space: nowrap;       /* 줄바꿈 방지 */
	  overflow: hidden;          /* 넘치는 텍스트 감춤 */
	  text-overflow: ellipsis;   /* 말줄임표(...) 처리 */
	  max-width: 100%;           /* 부모 요소 너비에 맞춤 */
	}




	#quickButton {
	  position: fixed;
	  bottom: 40px;
	  right: 10px;
	  width: 70px;
	  height: 70px;
	 background: linear-gradient(155.06deg, rgb(99, 105, 255) 50%, rgb(231, 82, 118) 100%);
	  border-radius: 50%;
	  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  z-index: 9999;
	}
	#quickButton a {
	  color: white;
	  font-size: 12px;
	  text-decoration: none;
	  text-align:center;
	}
	#quickButton a i {
		font-size:20px;
	}
}

/**********************************************************************************************************************/







/** 35. Process Steps
*************************************************** **/
.process-wizard {padding: 0 0 10px 0;}
.process-wizard > .process-wizard-step {padding: 0; position: relative;}
.process-wizard > .process-wizard-step + .process-wizard-step {}
.process-wizard > .process-wizard-step .process-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.process-wizard > .process-wizard-step .process-wizard-info {color: #999; font-size: 14px;}
.process-wizard > .process-wizard-step > .process-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 47px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.process-wizard > .process-wizard-step > .process-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.process-wizard > .process-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.process-wizard > .process-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.process-wizard > .process-wizard-step.complete > .progress > .progress-bar {width:100%;}
.process-wizard > .process-wizard-step.active > .progress > .progress-bar {width:50%;}
.process-wizard > .process-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.process-wizard > .process-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot {background-color: #f5f5f5;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot:after {opacity: 0;}
.process-wizard > .process-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.process-wizard > .process-wizard-step:last-child  > .progress {width: 50%;}
.process-wizard > .process-wizard-step.disabled a.process-wizard-dot{ pointer-events: none; }

/* default */
.process-wizard-default > .process-wizard-step > .process-wizard-dot,
.process-wizard-default > .process-wizard-step > .progress > .progress-bar {
	background:#ccc;
}
.process-wizard-default > .process-wizard-step > .process-wizard-dot:after {
	background-color:#666;
}

/* info */
.process-wizard-info > .process-wizard-step > .process-wizard-dot,
.process-wizard-info > .process-wizard-step > .progress > .progress-bar {
	background:#d9edf7;
}
.process-wizard-info > .process-wizard-step > .process-wizard-dot:after {
	background-color:#31708f;
}

/* warning */
.process-wizard-warning > .process-wizard-step > .process-wizard-dot,
.process-wizard-warning > .process-wizard-step > .progress > .progress-bar {
	background:#fbe8aa;
}
.process-wizard-warning > .process-wizard-step > .process-wizard-dot:after {
	background-color:#fbbd19;
}

/* success */
.process-wizard-success > .process-wizard-step > .process-wizard-dot,
.process-wizard-success > .process-wizard-step > .progress > .progress-bar {
	background:#d6e9c6;
}
.process-wizard-success > .process-wizard-step > .process-wizard-dot:after {
	background-color:#3c763d;
}

/* success */
.process-wizard-danger > .process-wizard-step > .process-wizard-dot,
.process-wizard-danger > .process-wizard-step > .progress > .progress-bar {
	background:#ebccd1;
}
.process-wizard-danger > .process-wizard-step > .process-wizard-dot:after {
	background-color:#a94442;
}


/* Tab Process Steps */
ul.process-steps,
ul.process-steps li {
	border:0 !important;
	text-align: center;
}
ul.process-steps li a {
	width:50px;
	height:50px;
	font-size:30px;
	line-height:30px;
	text-align: center;
	display:inline-block;
	color:#111;
	border:#666 1px solid !important;
	background-color:#fff;

	-webkit-border-radius: 50% !important;
	   -moz-border-radius: 50% !important;
			border-radius: 50% !important;
}

ul.process-steps li.active a,
ul.process-steps li.active:hover>a {
	color:#fff !important;
	background-color:#333;
}

ul.process-steps li:after, 
ul.process-steps li:before {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 50%;
	border-top: 1px dashed #DDD;
}
ul.process-steps li:first-child:before {
	display:none;
}
ul.process-steps li:last-child:after {
	display:none;
}
ul.process-steps li:after {
	left: auto;
	right: 0;
	margin: 0 -26px 0 0;
}
ul.process-steps li h1,
ul.process-steps li h2,
ul.process-steps li h3,
ul.process-steps li h4,
ul.process-steps li h5,
ul.process-steps li h6 {
	margin:20px 0 0 0;
}


ul.process-steps li>a>i {
	margin:0;
	padding:0;
	margin-left:-4px;
	margin-top:-1px;
	font-size:28px;
	line-height:28px;
}
ul.process-steps li>a>i.fa {
	font-size:30px;
	line-height:30px;
}

ul.process-steps.process-steps-square li a {
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}

@media only screen and (max-width: 768px) {
	ul.process-steps li:after, 
	ul.process-steps li:before  {
		display:none;
	}

	ul.process-steps li h1,
	ul.process-steps li h2,
	ul.process-steps li h3,
	ul.process-steps li h4,
	ul.process-steps li h5,
	ul.process-steps li h6 {
		margin:10px 0 30px 0;
	}

}

@media only screen and (max-width: 482px) {
	ul.process-steps li>a {
		display:inline-block !important;
	}
	ul.process-steps li h1,
	ul.process-steps li h2,
	ul.process-steps li h3,
	ul.process-steps li h4,
	ul.process-steps li h5,
	ul.process-steps li h6 {
		margin:3px 0;
		display:block;
	}
	ul.process-steps li {
		padding:10px 0;
	}
}








    .circle-container-wrap {
      display: flex;
      justify-content: center;
      align-items: center;  

	  margin:40px 0px;
    }

    .circle-container {
      position: relative;
      width: 180px;
      height: 180px;
    }

    .inner-circle {
      position: relative;
      width: 180px;
      height: 180px;
      background: linear-gradient(155.06deg, rgb(99, 105, 255) 50%, rgb(231, 82, 118) 100%);
      border-radius: 50%;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      font-weight: bold;
      color: white;

	  flex-direction: column;
    }

	.countTo-lg i {
		font-size: 22px !important;
	}

	.inner-circle .btn_text {
		display:block; font-size: 22px !important;
	}

	.inner-circle .count { font-family: "Open Sans",Helvetica,Arial,sans-serif; }

    .pulse-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      background-color: rgba(0, 123, 255, 1.8); /* 퍼지는 원 색 */
      border-radius: 50%;
      transform: translate(-50%, -50%);
      animation: pulse 2s infinite;
      z-index: 1;
    }

    @keyframes pulse {
      0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
      }
      100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
      }
    }