




@media only screen and (max-width: 768px) {
	
	.container, .contents_wrap_wide, .contents_wrap {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}

	p {
		margin-bottom: 0px !important;
	}

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

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

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

	.panel, .bri_panel_md {
		margin-bottom: 10px !important;
	}

	.bri_panel_md.mt-30, .main_movie_banenr.mt-30 {
		margin-top:10px !important;
	}

	.bri_panel_md {
		padding: 10px !important;
	}

	.bri_panel_md span.pull-left {
		float: none !important; font-size:14px !important;
	}


	.bri_panel {
		padding: 10px !important;  
		margin-bottom: 0px !important;
	}

	#rank_top_ticker li a {
		font-size:13px !important; letter-spacing: -0.2px !important;
	}

	.main_movie_banenr { 
		padding: 20px 10px !important;
	}

	.main_movie_banenr.movie_banner_p0 { 
		padding: 20px 0px !important;
	}

	.main_movie_banenr h2 {
		font-size: 22px !important; 
		letter-spacing: -0.5px !important;
		line-height: 1 !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.main_movie_banenr p {
		font-size: 14px !important; 
		letter-spacing: -0.5px !important;
		line-height: 1.5 !important;
		margin-bottom: 0px !important; 
	}

	.main_movie_banenr.movie_banner_p0 p {
		color:#666 !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;
	}




	#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;
    }

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

	.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;
      }
    }







/* borders */
.border-top-1 {
	border-top: 1px solid #ddd;
}
.border-top-2 {
	border-top: 2px solid #ddd;
}
.border-top-3 {
	border-top: 3px solid #ddd;
}

.border-bottom-1 {
	border-bottom: 1px solid #ddd;
}
.border-bottom-2 {
	border-bottom: 2px solid #ddd;
}
.border-bottom-3 {
	border-bottom: 3px solid #ddd;
}



/** Block Review
	example usage: page-forum-post.html
 **************************************************************** **/
.block-review-content div.block-review-body {
	position:relative;
	padding:20px 0 20px 150px;
}
.block-review-content div.block-review-avatar {
	width:130px;
	float:left;
	margin-left:-140px;
}
@media only screen and (max-width: 482px) {
	.block-review-content div.block-review-body {
		padding:20px 0 20px 100px;
	}
	.block-review-content div.block-review-avatar {
		width:80px;
		margin-left:-90px;
	}
	.block-review-content div.block-review-avatar img {
		width:30px;
	}
}


.block {
    display: block !important;
}















.order_left_wrap {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 24px;
	background-image: url(/images/bg_main_top.png) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;

	margin-bottom:40px;
}

.order_left_tit_wrap {
	display: flex;
	padding: 32px 24px 0px 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.order_left_tit {
	display: flex;
	padding-bottom: 32px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-bottom: 1px solid #5773b6;
}
.order_left_tit h2 {
	color: #FFF; 
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 28px */
	letter-spacing: -1px;

	margin-bottom:0px;
}
.order_left_bg_box {
	display: flex;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	align-self: stretch;

	text-align:center;

	border-radius: 18px;
	background: #1e2a48;

	color: #ccc; 
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.3px;
}

.order_left_btn_wrap_border { 
	width: 100%;
	padding: 16px 16px 32px 16px; 
	text-align:center;
}
.order_left_btn_wrap_border a { 
	display:inline-block;
	height: 56px; line-height:  56px;

	border-radius: 1000px; 
	background:#fff;

	color: #333; 
	font-size: 18px;
	font-style: normal;
	font-weight: 600; 
	letter-spacing: -0.3px;

	width:200px;
}

.order_left_btn_wrap_border a:focus {
	color: #333;
}



.bri_submit_btn_01 {
    display: inline-block;
    width: 216px;
    height: 56px; ine-height:  56px; 
    border-radius: 1000px;
    background: #1e2a48;
    color: #fff; 
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.3px;
}


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

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

	.brand_sub_title.mb-30 {
		margin-bottom: 20px !important;
	}






	.order_left_wrap { 
		border-radius: 18px; 
		margin-bottom:30px;
	}

	.order_left_tit_wrap { 
		padding: 22px 18px 0px 18px; 
		gap: 12px; 
	}
	.order_left_tit { 
		padding-bottom: 0px !important; 
		gap: 12px; 
		border-bottom: 1px solid #5773b6;
	}
	.order_left_tit h2 { 
		font-size: 20px; 
		margin-bottom:0px;
	}
	.order_left_bg_box { 
		padding: 12px; 
		justify-content: flex-start;
		align-items: flex-start;
		gap: 4px;
		align-self: stretch;
		text-align:left;

		border-radius: 14px;
		font-size: 14px;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.3px;
	}

	.order_left_btn_wrap_border { 
		width: 100%;
		padding: 16px 16px 32px 16px; 
		text-align:center;
	}
	.order_left_btn_wrap_border a { 
		height: 46px; line-height:  46px;

		font-size: 16px;
		font-style: normal;
		font-weight: 600; 
		letter-spacing: -0.3px;
		width:200px;
	}

	.bri_submit_btn_01 {
		display: inline-block;
		width: 216px;
		height: 46px; ine-height:  46px; 
		border-radius: 1000px;
		background: #1e2a48;
		color: #fff; 
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 16px;
		letter-spacing: -0.3px;
	}
	

	#modal-ad {
		overflow:hidden;
	}

	#com_write_modal_form form, #com_write_modal_form .row {
		margin-bottom: 0px;
	}

	.file-upload-input {
		height:40px !important; 
	}




	#data-list .border-bottom-1.border-top-1 {
	}
	#data-list .border-bottom-1.border-top-1 strong {
		display:block; margin-top:8px;
	}
	#data-list .border-bottom-1.border-top-1 span.pull-right {
		float:none !important; 
	}

	#data-list .clearfix.margin-bottom-60 {
		margin-bottom: 20px !important;
	}







	.brand_main_slide { margin-bottom:20px; }
	.brand_main_slide_wrap { position:relative;}
	#main_slide { display:inline-block;   }
	#main_slide li { float:left; border-left:1px solid #cacaca; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca; border-top:5px solid #314272; width:328px; text-align:center; background:#f8f8f8;  }
	#main_slide li img { display:inline-block; margin-top:22px; }
	#main_slide li h3 { margin-top:12px; color:#797979; font-size:16px; font-weight:400; padding:0px 8px; margin-bottom:10px; height:48px; overflow:hidden; }
	#main_slide li h2 { margin-top:0px; color:#000; font-size:20px; font-weight:500; margin-bottom:16px; height:30px; overflow:hidden; }
	#main_slide li .link_btn { display:inline-block; background:#385ca2; color:#fff; width:100%; height:34px; line-height:34px; text-align:center; font-size:14px; }
	#main_slide li .link_btn i { display:none; }

	#main_slide:after {display:block;visibility:hidden;clear:both;content:""}

	i.far {  display:none; }

	.brand_desc2 {
		font-size: 14px;
		color: #999;
		font-weight: 500;
		text-align: center;
	}

}