@charset "utf-8";

/* 브랜드톡 디자인 */

.fw_600 {
	font-weight: 600;
}


.brand_message_wrap .message_box.message_box_second {
	display: flex;
	padding: 20px 20px 40px 20px !important;
}

.brand_message_wrap .message_box.message_box_second .sub_box {
	width: 100%;
}

.brand_message_wrap .send_btn.send_btn_center {
	width: 100%;
	float: inherit;
}

.brand_message_wrap .message_box.message_box_second .sub_box .text_box {
	width: 35%;
	position: sticky;
    top: 0;
}

.brand_message_wrap .message_box.message_box_second .sub_box .sel_box {
	width: calc(65% - 45px);
}

.brand_message_wrap .brand_txtbox .selbox_tit {
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand_message_wrap .brand_txtbox .brselbox_tit .brselbox_wp .selbox_tit  {
	position: relative;
	align-items: flex-start;
}

.brand_message_wrap .brand_txtbox .selbox_tit > span {
	width: 126px;
}

.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox {
	width: calc(100% - 126px);
}


.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox.brdbtn_inputbox {
	display: flex;
	align-items: center;
}

.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox.brdbtn_inputbox > span {
    width: 100%;
    margin-right: 5px;
}

.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox.brdbtn_inputbox > span.ct1_nt {
	width: auto;
    flex-shrink: 0;
    margin-right: 20px;
}










.brand_message_wrap .brand_txtbox .selbox_tit.selbox_fwrap .full_textbox ul {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #EFEFEF;
    border: 1px solid #ddd;
    padding: 10px;
    gap: 8px;
}

.brand_message_wrap .brand_txtbox .selbox_tit.selbox_fwrap .full_textbox ul li {
   	width: calc(100% / 2 - 4px);
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #fff;
}

.brand_message_wrap .brand_txtbox .selbox_tit.selbox_fwrap .full_textbox ul li span:first-child {
    width: 36%;
    text-align: center;
}

.brand_message_wrap .brand_txtbox .selbox_tit.selbox_fwrap .full_textbox ul li span:last-child {
    width: 14%;
    text-align: center;
}

.brand_message_wrap .brand_txtbox .selbox_tit.selbox_fwrap .full_textbox ul li input {
	border: 1px solid #ddd;
    height: 32px;
	padding-right: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
    text-align: end;
}




















.brand_message_wrap .brand_txtbox .selbox_tit .dbtn_wrap > button {
    width: auto;
}

.brand_message_wrap .selbox_tit .brand_enter_textbox textarea {
	background: #fafafa;
	font-size: 16px;
	/* height: auto; */
}

.brand_message_wrap .brand_txtbox .selbox_tit.brd_catesub {
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.brand_message_wrap .brand_txtbox .selbox_tit.brd_catesub > span {
	margin-bottom: 10px;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #474747;
}

.brand_message_wrap .brand_txtbox .selbox_tit.brd_catesub > span > button {
	margin-left: 5px;
}

.brand_message_wrap .brand_txtbox .brd_tabs {
	width: 100%;
	position: relative;
    overflow: hidden;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul {
	display: flex;
	border-radius: 5px;
	flex-wrap: wrap;
	gap: 5px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li {
	position: relative;
	width: calc(100% / 4 - 4px);
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ddd;
    overflow: hidden;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li .tabs_brdcont {
	height: 96px;
	background: #ABC1D1;
	display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li > p {
	padding: 6px;
}


.brand_message_wrap .brand_txtbox .brd_tabs ul li .tabs_brdcont i {
	display: inline-block;
}


/* 브랜드 메세지 유형 선택 탭 */
.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_txt .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/1.brd_txt.png) no-repeat center / 100%;    
    width: 72px;
    height: 64px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_img .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/2.brd_img.png) no-repeat center / 100%;    
    width: 72px;
    height: 72px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_wideimg .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/3.brd_wideimg.png) no-repeat center / 100%;    
    width: 72px;
    height: 82px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_widelist .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/4.brd_widelist.png) no-repeat center / 100%;    
    width: 62px;
    height: 81px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_csfeed .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/5.brd_csfeed.png) no-repeat center / 100%;    
    width: 103px;
    height: 68px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_cscomus .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/6.brd_cscomus.png) no-repeat center / 100%;    
    width: 104px;
    height: 77px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_comus .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/7.brd_comus.png) no-repeat center / 100%;    
    width: 50px;
    height: 76px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.brdi_prmv .tabs_brdcont i {
	background: url(../../../images/web/brand_msg/8.brd_prmv.png) no-repeat center / 100%;    
    width: 42px;
    height: 76px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.on::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    box-shadow: inset 0 0 0 2px #0075FF;
    border-radius: 5px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.on::before {
	content: '';
    position: absolute;
	background: url(../../../images/web/brand_msg/brd_checkedic.svg) no-repeat center / 100%;    
	width: 36px;
    height: 36px;
    top: 5px;
    right: 5px;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.on {
	color: #0075FF;
	font-weight: 600;
}

.brand_message_wrap .brand_txtbox .brd_tabs ul li.on .tabs_brdcont {
	opacity: 1;
}


/* 화면 */

#frtalkSend .shot_wrap_text {
	max-width: 1200px;
    margin: 0 auto;
}

#frtalkSend .shot_wrap_text ul {
	padding: 5px 20px;
    font-size: 16px;
}

#frtalkSend .shot_wrap_text ul li:first-child {
	padding-bottom: 10px;
}

.brand_message_wrap {
	overflow: inherit;
}

.brand_message_wrap .brand_phone {
	background: #AAC8DC;
	padding: 10px;
    min-height: 540px;
    max-height: 620px;
    height: auto;
    overflow-x: hidden;
}

.brand_message_wrap .brand_phone .brd_phtit {
	text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 1;
}

.brand_message_wrap .brand_phone .brdadv_tit {
	font-size: 13px;
}

.brand_message_wrap .brand_phone .brdadv_titrefusal {
	display: inline-block;
	width: 284px;
	text-align: right;
	font-size: 12px;
}


/* 브랜드메시지 화면 구성 */

.brd_view_wrap {
	background: #fff;
    margin: 10px 0;
    border-radius: 10px;
    width: 284px;
}

.brd_view_wrap.swiper-slide {
	width: 284px;
}

/* 커머스 화면 높이 */
.brand_message_wrap .brand_phone.C_commerce_phone .brd_view_wrap {
	min-height: 420px;
}


.brd_view_wrap ul {
	overflow: hidden;
    border-radius: 10px;
}

.brd_view_wrap ul li {
	padding: 10px;
}

.brd_view_wrap em.brd_emptytext {
	color: #777;
	font-weight: inherit;
}

.brd_view_wrap ul li.imgcb_wrap {
	padding: 0;
}

.brd_view_wrap ul li textarea {
	font-size: 14px;
}

.brd_view_wrap .brd_chaddbt {
    display: flex;
    flex-direction: column;
	gap: 5px;
}

.brd_view_wrap .bcd_two {
	flex-direction: row;
}


.brd_view_wrap .brd_chaddbt button {
	background: #ebebeb;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.brd_view_wrap .brd_chaddbt button.chn_btn span {
    background: url(../../../images/web/brand_msg/brdchl_icon.svg) no-repeat center / 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.brd_view_wrap .brd_chaddbt button.chn_btn {
	background: #FEE800;
}



/* 브랜드 컨텐츠 */
.brand_message_wrap .selbox_tit.divselbox_tit {
	margin-bottom: 15px;
}

.brand_message_wrap .selbox_tit .full_textbox .chadd_btn {
	margin-left: 20px;
}




/* 쿠폰다운로드 버튼 */
.brd_view_wrap .coupondwadd_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #B9B9B9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
  height: 50px;
}

.brd_view_wrap .coupondwadd_btn .cpdwb_title {
	background: #fff;
    width: 100%;	
	height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.brd_view_wrap .coupondwadd_btn .cpdwb_title > p {
	font-weight: 600;
}

.brd_view_wrap .coupondwadd_btn .cpdwb_title > span {
	font-size: 12px;
	color: #6C6C6C;
}

.brd_view_wrap .coupondwadd_btn > button {
	flex-shrink: 0;
    width: 50px;
    background: #E6F1FB;
    padding: 5px 0;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 1px dashed #ddd;
}

.brd_view_wrap .coupondwadd_btn > button > i {
	background: url(../../../images/web/brand_msg/coupon_dwnbtn.svg) no-repeat center / 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
}


/* 이미지형 첨부 화면 */

.brd_view_wrap ul li.imgcb_wrap {
	width: 100%;
	min-height: calc(284px / 2);
    /* max-height: calc(284px * 4 / 3); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #a0a0a0;
    background: #ebebeb;
    position: relative;
}

.brd_view_wrap ul li.imgcb_wrap .bgimgs_contws {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 19;
}

.brd_view_wrap ul li.imgcb_wrap .bgimgs_contws i {
	background: url(../../../images/web/brand_msg/brdimgs.svg) no-repeat center / 100%;
    display: inline-block;
	width: 50px;
    height: 50px;
    padding-bottom: 10px;
    z-index: 19;	
}

.brd_view_wrap .imgcb_wrap .tgimgs_contws {
	z-index: 20;
}

.brd_view_wrap .imgcb_wrap .tgimgs_contws > p {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0, 0, 0, .4);
    z-index: 99;
}

.brd_view_wrap .imgcb_wrap img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/* 이미지형 첨부 화면 종료 */



/* 와이드형 */
.brd_view_wrap.imgcb_wide {
	width: 308px;
}

.brd_view_wrap.imgcb_wide ul li.imgcb_wrap {
	min-height: calc(308px / 2);
    /* max-height: calc(308px); */	
}



/* 파일첨부 */
.brand_file_chumbu {
	position: relative;
	display: flex;
    align-items: center;
    font-size: 14px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.brand_file_chumbu .bfc_wrap {
    border-radius: 5px;
    border: 2px dotted #ddd;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #cecece;
    margin-right: 15px;
}

.brand_file_chumbu .bfc_wrap i {
	background: url(../../../images/web/brand_msg/imgchumbu.svg) no-repeat center / 100%;
    display: inline-block;
	width: 30px;
    height: 30px;
    margin-bottom: 5px;	
}

.brand_file_chumbu .bfc_wrap span {
	font-size: 12px;
}

.brand_file_chumbu p {
	color: #e20001;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 0 5px;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp.Bwht_b2 .brand_file_chumbu .bfc_wrap:hover {
	background: #fff;
    transition: all 0.2s ease-in;
}

/* 리스트형 화면 */
.brd_view_wrap ul li.imgcb_titname {
    text-align: center;
    font-weight: 600;
}

.brd_view_wrap ul li.imgsubitem_wrap {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.brd_view_wrap ul li.imgsubitem_wrap > .imgsb_wrap {
	background: #ebebeb;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.brd_view_wrap ul li.imgsubitem_wrap > .imgsb_wrap > img {
	width: 100%;
}

.brd_view_wrap ul li.imgsubitem_wrap > .brd_emptyimg:after {
	content:'';
	background: url(../../../images/web/brand_msg/subit_img.svg) no-repeat center / 100%;
    display: inline-block;
	width: 30px;
    height: 30px;
}

.brand_message_wrap .brandcont_wrap .selbox_tit span > i.small_tits {
	display: block;
    font-size: 13px;
    line-height: 1;
    color: #525252;
}

.brand_message_wrap .brandcont_wrap .brand_file_chumbu .bfctx_wrap ul li {
	line-height: 20px;
}


.brand_message_wrap .brandcont_wrap .brselbox_tit {
	margin-bottom: 25px;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit h3 {
	margin-bottom: 15px;
	font-size: 17px;
	color: #474747;
}


/* 버튼삽입 영역 */
.brand_message_wrap .brandcont_wrap .brselbox_tit.brdctz_list {
	background: #fafafa;
    border: 1px dashed #ddd;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit.brdctz_list ul li.brselbox_wp_btn {
	position: relative;
	padding: 20px;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit.brdctz_list ul li.brselbox_wp_btn:after {
	content: '';
    position: absolute;
    border-bottom: 1px dashed #ddd;
    bottom: 0;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}

.brand_message_wrap .brandcont_wrap .brselbox_tit.brdctz_list ul li.brselbox_wp_btn:last-child:after {
	border-bottom: none;
}
















.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp {
	background: #fafafa;
	border: 1px solid #ddd;
    padding: 20px;
}

/* 박스 두번째 */
.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp.Bwht_b2 {
	background: #fff;
	border: 1px dashed #ddd;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp.Bwht_b2 .brand_file_chumbu .bfc_wrap {
	background: #fafafa;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp.Bwht_b2 .full_textbox input,
.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp.Bwht_b2 .full_textbox textarea {
	background: #fafafa;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp .full_textbox input::placeholder {
  color: #707070;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp .selbox_tit:last-child {
	margin-bottom: 0;
}


.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp .br_whall,
.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp .four_btn > span > button  {
	background: #fff;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .brselbox_wp textarea {
	height: auto;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp {
	display: flex;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul {
	display: flex;
	margin-bottom: 10px;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.swiper-cardpgn {
	flex-wrap: wrap;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li {
	border: 1px solid #ddd;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 7px;
    font-size: 14px;   
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    cursor: pointer;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li span {
	color: #707070;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li button {
	border-radius: 100%;
    border: 1px solid #ddd;
    width: 22px;
    height: 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    margin-left: 7px;
    z-index: 99;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li button:before,
.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li button:after {
	content: "";
	position: absolute;
    width: 10px;
    height: 2px;
    top: 9px;
    left: 5px;    
    background: #bebebe; 
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li button:before {
	transform: rotate(45deg);
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li button:after {
	transform: rotate(-45deg);
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li {
	background: rgb(226 0 1 / 15%);
	border: none;
}


.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li span {
	color: #e40001;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li button {
	background: #e40001;
	border: none;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li button:before,
.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li button:after {
	background: #fff;
	top: 10px;
    left: 6px;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li button:before {
	transform: rotate(0deg);
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li button:after {
	transform: rotate(90deg);
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brw_addbtn li:hover {
	background: rgb(226 0 1 / 20%);
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp .brdon_cont li:hover {
	background: #f5f5f5;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp .brdon_cont li.on {
	background: #5F7EA3;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp .brdon_cont li.on span {
	color: #fff;
}


.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brdon_cont li button:hover {
	background: #ddd;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brdon_cont li button:hover:before,
.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul.brdon_cont li button:hover:after {
	background: #8f8f8f;
}



/* 카드형 화면 */
.brd_view_wrap ul li.brd_ipttit {
	position: relative;
}

.brd_view_wrap ul li.brd_ipttit > p {
	font-weight: 600;
}

.brd_view_wrap ul li.brd_ipttit::after {
	content: '';
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 20px);
    transform: translateX(-50%);
}















/* 슬라이드 영역 */

.card_navig .swiper-button-next,
.card_navig .swiper-button-prev  {
	background-image: none;
	background: #fff;
	width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
    margin-top: -40px;
    opacity: 0.8;
}

.card_navig .swiper-button-next {
    right: 3%;
    background: url(../../../images/web/brand_msg/brdaro_next.svg) no-repeat center / 100%;
}

.card_navig .swiper-button-prev {
	left: 3%;
	background: url(../../../images/web/brand_msg/brdaro_prev.svg) no-repeat center / 100%;
}

.card_navig .swiper-button-prev.swiper-button-disabled, 
.card_navig .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.brdcard_slide .cardcontact_active::after,
.cmccard_slide .cardcontact_active::after {	
    content: "";
    position: absolute;
    border-radius: 5px;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0 0 0px 6px rgb(121 121 121 / 40%);
    z-index: -9;
}


.swiper-cardpgn .swiper-pagination-bullet {
	width: auto;
	height: auto;
	opacity: inherit;
}

.brand_message_wrap .brandcont_wrap .brselbox_tit .britems_wp ul li.swiper-pagination-bullet-active {
	background: #5F7EA3;
	color: #fff;	
}


/* 캐러셀 커머스 */

.brd_view_wrap ul li.brd_introtit p {
	font-size: 17px;
	font-weight: 600;
}

.brd_view_wrap ul li.brd_introtit {
	position: relative;
}

.brd_view_wrap ul li.brd_introtit:after {
	content: '';
    position: absolute;   
    bottom: 0;
    width: 10%;
    height: 1px;
    background: #ddd;
    left: 0;
    transform: translateX(10px);
}
















.brd_view_wrap ul li.brd_introdetail p {
	color: #777;
}

.brd_view_wrap ul li.brd_pocinfo.brd_ipttit em.brd_emptytext {
	display: inline-block;
	padding-bottom: 10px;
} 


.brd_view_wrap ul li.brd_pocinfo p.bpic_1 {
	padding-bottom: 10px;
}

.brd_view_wrap ul li.brd_pocinfo p.bpic_2 span:nth-child(1) {
	font-size: 17px;
    font-weight: 600;
    vertical-align: bottom;
    line-height: 1;
}

.brd_view_wrap ul li.brd_pocinfo p.bpic_2 span:nth-child(2) {
	font-size: 12px;
	vertical-align: bottom;
	line-height: 1;
	text-decoration: line-through;
}

.brd_view_wrap ul li.brd_pocinfo p.bpic_2 span:nth-child(3) {
	font-size: 12px;
	color: #ff7845;
	vertical-align: bottom;
	line-height: 1;
}


.brd_view_wrap ul li.brd_plusinfo p {
	color: #777;
}



/* 동영상 화면 */

.brd_view_wrap ul li.moviecb_wrap .tgimgs_contws {
	position: relative;
}

.brd_view_wrap ul li.moviecb_wrap .tgimgs_contws > i {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brd_view_wrap ul li.moviecb_wrap .tgimgs_contws > i:after {
	content: '';
	background: url(../../../images/web/brand_msg/playsc_opc.svg) no-repeat center / 100%;
	opacity: 1;
    display: inline-block;
    width: 50px;
    height: 50px;	
}




.brd_view_wrap ul li.moviecb_wrap .bgimgs_contws i {
	background: url(../../../images/web/brand_msg/playsc.svg) no-repeat center / 100%;
	opacity: 0.4;
}

.brd_view_wrap ul li.moviecb_wrap .bgimgs_contws p {
	text-align: center;
    font-size: 11px;
}


.brd_view_wrap ul li.moviecb_wrap .timesp_contws {
	position: absolute;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 22;
	width: calc(100% - 30px);
	
}

.brd_view_wrap ul li.moviecb_wrap .timesp_contws span {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 12px;
} 

.brd_view_wrap ul li.moviecb_wrap .timesp_contws i {
	background: url(../../../images/web/brand_msg/playsc.svg) no-repeat center / 100%;
	width: 30px;
    height: 30px;
    opacity: 0.8;
}

.brand_message_wrap .hue_text_box {
    padding: 10px;
    font-size: 13px;
}


/* 버튼추가 영역 */

.brdctz_list .brselbox_wp {
	margin-bottom: 10px;
}

.brdctz_list .brd_btnoksub.btks_1 {
	margin-bottom: 20px;
}

.brdctz_list .brd_btnoksub.btks_1.btks_cp1 {
    align-items: self-start;
}

.brdctz_list .brd_btnoksub.btks_1.btks_cp1 > span:last-child > span {
	display: flex;
	align-items: center;
}

.brdctz_list .brd_btnoksub.btks_1.btks_cp1 > span:last-child > span em {
	font-weight: inherit;
    font-size: 14px;
    flex-shrink: 0;
    margin-left: 5px;
    /* width: 20%; */
    line-height: 32px;
}

.brdctz_list .brd_btnoksub.btks_1.btks_cp1 > span:last-child > span .bzf_f4 {
	background-color: #f6f6f6;
}


.brdctz_list .brd_btnoksub.btks_1 span > input:nth-child(2) {
	margin-top: 5px;
}

.brdctz_list .brd_btnoksub {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.brdctz_list .brd_btnoksub>span select,
.brdctz_list .brd_btnoksub>span input {
	border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
}

.brdctz_list .brd_btnoksub > span button {
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 3px; 
    width: 100%;
    background: #f1f1f1;   
}


.brdctz_list .brd_btnoksub > span {
	margin-right: 5px;
}

.brdctz_list .brd_btnoksub > span:nth-child(1) {
    width: 20%;
    font-size: 14px;
    text-align: center;
}

.brdctz_list .brd_btnoksub > span:nth-child(2) {
	width: 70%;
    margin-right: 5px;
}

.brdctz_list .brd_btnoksub > span:nth-child(3) {
	width: 50px;
	flex-shrink: 0;
}

.brdctz_list .brd_btnoksub > span:last-child {
	margin-right: 0;
}



.brdctz_list .brd_btnoksub.bapp_active {
	font-size: 13px;
	padding-top: 10px;
	margin-bottom: 0;
}

.brdctz_list > button {
	text-align: center;
    line-height: 32px;
    background: rgb(95, 126, 163, 0.3);
    width: 95%;
    color: #191919;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 10px auto;
}

.brdctz_list > button:hover {
	background: rgb(95, 126, 163, 0.5);
}

.brdctz_list .brd_btnoksub > span button:hover {
	background: #ededed;
}

.brd_btnoksub>span select:enabled + .down_icon {
    top: 9px;
    z-index: 1;
}




/* 카드형 컨텐츠 */

.brand_message_wrap .brandcont_wrap.obrd_card .brselbox_tit.brdctz_list {
	background: #fff;
}

.brand_message_wrap .brandcont_wrap.obrd_card .brselbox_tit.brdctz_list.whb_lst > ul {
	background: #fafafa;
}

.brd_btn_popup {
    width: 980px;
}
.brdch_btn_popup {
	width: 600px;
}



/* 브랜드 메세지 팝업 공통 */

.brd_yesi_popcont {
	margin-top: 15px;
    border-top: 1px solid #ddd;
}

.brd_yesi_popcont img {
	width: 100%;
}

.brd_yesi_popcont > p {
	text-align: center;
}



/* 메세지 유형 팝업 */

.brd_btn_popup .brd_yesi_popcont {
	height: 640px;
    overflow-y: auto;
}


.brd_yesi_popcont .brdyesi_tabwrap > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #fafafa;
    border-bottom: 1px solid #ddd
}

.brd_yesi_popcont .brdyesi_tabwrap > ul > li {
	position: relative;
	flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.brd_yesi_popcont .brdyesi_tabwrap > ul > li:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 60%;
    border-right: 1px solid #ddd;
    transform: translateY(-50%);
}

.brd_yesi_popcont .brdyesi_tabwrap > ul > li:last-child:after {
	border-right: none;
}

.brd_yesi_popcont .brdyesi_tabwrap > ul > li.on {
	background: #0075FF;
    color: #fff;
}

.brd_yesi_popcont .brdyesi_tabwrap > ul > li.on:after {
	border-right: none;
}

.brd_yesi_popcont .brdyesi_contwrap > ul > li {
	padding: 15px;
}


/* 팝업 종료 */


















/* 팝업 열기 버튼 */
button.brd_exppopcont::after {
	content: '?';
	width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #545454;
    background: #fafafa;
}

button.brd_exppopcont:hover::after {
	background: #f2f2f2;
}

button.brdch_btn_popup .brd_yesi_popcont ul li > div > p {
	padding-bottom: 5px;
}



/* 버튼 활성화 설정 토글 스위치 */
.brand_message_wrap .ftogg_textbox .toggleSwitch {
    width: 60px;
    height: 30px;
    display: block;
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    background-color: #adadad;
    cursor: pointer;
}

.brand_message_wrap .ftogg_textbox .toggleSwitch_0 {
    margin: 0;
}

.brand_message_wrap .ftogg_textbox .toggleSwitch .toggleButton {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.brand_message_wrap .ftogg_textbox .join_toggle input[type=checkbox]:checked~.toggleSwitch {
    background: #0075FF;
}

.brand_message_wrap .ftogg_textbox .join_toggle input[type=checkbox]:checked~.toggleSwitch .toggleButton {
    left: calc(100% - 28px);
    background: #fff;
}

.brand_message_wrap .ftogg_textbox .toggleSwitch,
.brand_message_wrap .ftogg_textbox .toggleButton {
    transition: all 0.2s ease-in;
}
/* 버튼 활성화 설정 토글 스위치 종료 */

.brand_message_wrap .ftogg_textbox {
	display: inline-flex;
    align-items: center;
}

.brand_message_wrap .ftogg_textbox .ftg_chbtnadd {
	margin-left: 10px;
	font-size: 16px;
	display: flex;
    align-items: center;
}

.brand_message_wrap .ftogg_textbox .ftg_chbtnadd .chadd_btn label {
	display: flex;
    align-items: center;	
}

.brand_message_wrap .ftogg_textbox .ftg_chbtnadd .chadd_btn label input {
	width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    
}


/* 브랜드메세지 특수기능 팝업 */

.function_pop.brdmymsg_pop > div {
	position: fixed;
    top: 30%;
    right: 15%;
    transform: translate(0, -50%);
    z-index: 9999;
    width: 43%;
}

.brdmymsgBox .pop_contents > ul > li {
	width: calc(33.3% - 10px);
    margin: 5px;
    float: left;
}

.brdmymsgBox .pop_contents > ul > li > div {
	min-width: 100px;
    height: 280px;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow-y: auto;	
	background: #AAC8DC;
}


.brdmymsgBox .brd_view_wrap {
	width: auto;
	scale: 0.9;
}

.brdmymsgBox .pop_contents .brd_view_wrap > ul {
	height: auto;
}

.brdmymsgBox .brd_view_wrap > ul > li {
    font-size: 12px;
}

.brdmymsgBox .brd_view_wrap .brd_chaddbt button {
	font-size: 12px;
}


.brd_view_wrap .coupondwadd_btn .cpdwb_title {
	padding: 0 5px;
}

.brdmymsgBox .brd_view_wrap .coupondwadd_btn .cpdwb_title > p {
	font-size: 12px;
}

.brdmymsgBox .brd_view_wrap .coupondwadd_btn .cpdwb_title > span {
	font-size: 10px;
}

.brdmymsgBox .brd_view_wrap .coupondwadd_btn {
	margin-bottom: 7px;
}

.brdmymsgBox .brd_view_wrap ul li.imgcb_wrap {
	min-height: calc(169px / 2);
    /* max-height: calc(169px * 4 / 3); */
}

.brdmymsgBox .brd_view_wrap ul li.imgcb_wrap .bgimgs_contws i {
	width: 36px;
    height: 36px;
}

/* 내문자 저장함 종료 */

/* 특수기능 */

.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox.newspec_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px;
}

.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox.newspec_box > span {
	width: calc(20% - 4px);
}

.brand_message_wrap .brand_txtbox .selbox_tit > .full_textbox.newspec_box > span > button {
	font-size: 13px;
	border-radius: 4px;
}

.brand_message_wrap .brand_txtbox .brselbox_tit .brselbox_wp .selbox_tit button.msg_btn05 {
	position: absolute;
    bottom: 5px;
    left: calc(126px - 40px);
    width: 30px;
    height: 30px;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease-in;
}

.brand_message_wrap .brand_txtbox .brselbox_tit .brselbox_wp .selbox_tit button.msg_btn05 > span {
	margin-right: 0;
}

.brand_message_wrap .brand_txtbox .brselbox_tit .brselbox_wp .selbox_tit.midtexbox_tit {
	margin-bottom: 5px;
}


/* 저장된 이미지 선택 */

.brand_file_saveimg {
	margin-bottom: 25px;
}

.brand_file_saveimg > button,
.brand_file_saveimg ul li {
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fafafa;
    cursor: pointer;
}

.brand_file_saveimg > button {
	border: 1px dashed #ddd;
	border-radius: 5px;
}

.brand_file_saveimg > button:focus {
	border: 1px dashed #0075FF;
	background: rgb(0 117 255 / 0.07);
}

.brand_file_saveimg > button:focus > i {
	color: #0075FF;
}

.brand_file_saveimg > button > i {
	color: #707070;
	font-size: 12px;
}

.brand_file_saveimg > button .bfsi_wrap > span {
	color: #707070;
}


.brand_file_saveimg .bfsi_wrap {
	display: flex;
    align-items: center;
}

.brand_file_saveimg .bfsi_wrap > span.bfsi_imgwrap {
	width: 60px;
    min-height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 1px 1px #0000000d;
    background: #fff;
    margin-right: 10px;
}


.brand_file_saveimg .bfsi_contwp .bfsi_wrap > span.bfsi_imgwrap {
    min-height: auto;
}


















.brand_file_saveimg .bfsi_wrap > span.bfsi_imgwrap:after {
    content: '';
    background: url(../../../images/web/brand_msg/subit_img.svg) no-repeat center / 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.brand_file_saveimg .bfsi_wrap > span.bfsi_imgwrap img {
	width: 100%;
}

.brand_file_saveimg > ul {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 0 2px 2px #0000000d;
    overflow: hidden;
}

.brand_file_saveimg > ul > li:hover {
    background: rgb(0 117 255 / 0.07) !important;
}


.brand_file_saveimg > ul > li:nth-child(even) {
	background: #fff;
}

.brand_file_saveimg > ul > li > button {
	border-radius: 100%;
    border: 1px solid #ddd;
    width: 22px;
    height: 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    margin-left: 7px;
    z-index: 99;
}

.brand_file_saveimg > ul > li > button:before,
.brand_file_saveimg > ul > li > button:after {
	content: "";
	position: absolute;
    width: 10px;
    height: 2px;
    top: 9px;
    left: 5px;    
    background: #bebebe;	
}

.brand_file_saveimg > ul > li > button:before {
	transform: rotate(45deg);
}

.brand_file_saveimg > ul > li > button:after {
	transform: rotate(-45deg);
}

.brand_file_saveimg > ul > li > button:hover {
	background: #f1f1f1;
}

.brand_file_saveimg .bfsi_contwp { display: none; }
.brand_file_saveimg.active .bfsi_contwp { display: block; }



/* viewbtn_active 클래스 추가시 더보기버튼 추가 */


.brand_phone .swiper.viewbtn_active .swiper-slide:last-child {
	margin-right: 60px;
}

.brand_phone .swiper.viewbtn_active .swiper-slide:last-child::before {
  	content: '';
    position: absolute;
    width: 40px;
    height: 56px;
    background: url(../../../images/web/brand_msg/plus_addbtn.svg) no-repeat center / 100%;  
    top: 50%;
    right: -60px;
    transform: translate(0, -50%);
}


/* rcs보내기 간격조정  (수신대상) */
/*
#rcsSend .rcsmsg_selboxtit .selbox_tit:nth-child(4) .full_textbox > span:first-child {
    padding-right: 20px;
}
*/

.sub_two_radio_after_gapzero > span:first-child {
    padding-right: 20px;
}


/* 03-13 */
/* 카카오톡 알림톡&브랜드톡 서비스소개 디자인 */

.kakao_wrapper {
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.kko_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.kko_title > div {
    text-align: center;
}

.kko_title .k_sbtit {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kko_title > i.k_visualimg {
    position: relative;
    display: inline-flex;
}

.kko_title > i.k_visualimg::after {
    content: '';
    background: url(../../../images/web/kakao/brd_maintopvisual_01.png) no-repeat center / contain;
    width: 420px;
    height: 420px;
}

.brandtalk_wrap .kko_title > i.k_visualimg::after {
    background: url(../../../images/web/kakao/brd_maintopvisual_02.png) no-repeat center / contain;
}

.kko_title .k_mntit h3 {
    position: relative;
    font-size: 72px;
    font-family: 's-coredream-7extrabold';
    line-height: 1;
}

.kko_title .k_mntit h3 > span {
   position: relative; 
}

.kko_title .k_mntit h3 > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 16px;
    background: #FFF47D;
    z-index: -1;
}

.kko_title .k_mntit h3 .br_newdeco {
  position: absolute;
  top: -26px;
  right: -56px;
  background: url(../../../images/web/kakao/braser_newicon.svg) no-repeat center / contain;
  width: 60px;
  height: 60px;
  animation: newFloat 1.8s ease-in-out infinite;
}

@keyframes newFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.kko_title .k_sbtit p {
    font-size: 26px;
}

.kko_title .k_sbtit h4 {
    font-size: 32px;
    line-height: 46px;
}

.kko_title .k_sbtit h4 > em {
    color: #ff3d3e;
}

.kko_title > span.kakao_brdmainiocn {
    position: relative;
    background: #3E2A2E;
    border-radius: 2rem;
    display: inline-flex;
    padding: 10px 30px;
}

.kko_title > span.kakao_brdmainiocn::after {
    content: '';
    background: url(../../../images/web/kakao/kakao_brandicon.svg) no-repeat center / contain;
    width: 200px;
    height: 30px;
}

/* 켄텐츠 */
/* 공통 */

.k_titcommon .k_titbox {
    margin-bottom: 50px;
    text-align: center;
}

.k_titcommon .k_titbox h5 {
    font-size: 32px;
}

.k_titcommon .k_titbox p {
    font-size: 20px;
    margin-top: 16px;
}

/* 발송유형 */
.k_titcommon .k_sendcbox {
    border-radius: 20px;
    overflow: hidden;
}

.k_titcommon .k_sendcbox img {
    width: 100%;
}

/* 서비스 특징 */
.k_servicecbox > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.k_servicecbox > ul > li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 30px 20px;
    transition: 0.5s;
    border-radius: 20px;
    border: 1px solid #888;
}

.k_servicecbox > ul > li > p {
    font-size: 20px;
    font-family: 'S-CoreDream-5Medium';
}

.k_servicecbox > ul > li > div > p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.k_servicecbox > ul > li > div > p:last-child {
    margin-bottom: 0;
}

.k_servicecbox > ul > li > div > p > em {
    color: #E20001;
    font-weight: normal;
}

/* 서비스 이용 절차 */
.k_useprobox > ul {
    display:flex;
    flex-wrap: wrap;
    gap: 30px;    
}

.k_useprobox > ul > li {
    flex:0 0 calc((100% - 30px) / 2);
    box-sizing: border-box;
}

.k_useprobox > ul > li > div {
    position: relative;
    border: 1px solid #888;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;   
    transition: 0.5s;
    margin-top: 60px;
    padding: 90px 30px 30px 30px; 
    min-height: 254px;
    box-sizing: border-box;  
}

.k_useprobox > ul > li .cicle_tit {
    background: #ffcd00;
    width: 140px;
    height: 140px;
    border-radius: 200px;  
    position: absolute;
    top: -60px;
    left: 20px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;    
}

.k_useprobox > ul > li .cicle_tit > h5 {
    font-size: 24px;
    font-family: 'S-CoreDream-6Bold';
}

.k_useprobox > ul > li .cicle_tit > p {
    font-size: 18px;
    text-align: center;
}


.k_useprobox > ul > li .used_cotts {
    padding: 20px 0;
}

.k_useprobox > ul > li .used_cotts > p {
    margin-bottom: 5px;
    font-size: 16px;
}

.k_useprobox > ul > li a {
   position: relative;
    background: #444;
    color: #fff;
    font-size: 16px;
    padding: 6px 40px 6px 20px; 
    text-align: center;
    border-radius: 10px;
}

.k_useprobox > ul > li a::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 22px;
    top: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;    
}

.k_useprobox > ul > li a:hover {
  background: #ffcd00;
  color: #191919;
}

.k_useprobox > ul > li a:hover::after {
    border-right: 1px solid #191919;
    border-bottom: 1px solid #191919;
    right: 18px;  
}

/* 테이블 공통 */
.k_titcommon .link_table table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}


.k_titcommon .link_table table tbody tr:last-child th,
.k_titcommon .link_table table tbody tr:last-child td {
    border-bottom: 0;
}

.k_titcommon .link_table table thead th:last-child,
.k_titcommon .link_table table tbody td {
    border-right: 0;
}

/* 알림톡 요금안내 */

.k_priceservice .link_table tbody .tbc_price {
    background: rgba(250, 225, 0, 0.08);
}

.k_priceservice .link_table tbody .tbc_price .tb_oneprice,
.b_priceservice .link_table tbody .tbc_price .tb_oneprice {
    font-size: 20px;
    display: block;
    text-decoration: line-through;
    margin-bottom: 10px;
    color: #474747;
}

.k_priceservice .link_table tbody .tbc_price .tb_realprice,
.b_priceservice .link_table tbody .tbc_price .tb_realprice {
    font-size: 36px;
    display: block;
    font-family: 'S-CoreDream-6Bold';
}

.k_priceservice .link_table tbody td {
    border-bottom: 0;
} 


/* 카카오 비즈메시지 FAQ */
.k_bizfaq .add_q_box {
    padding-top: 10px;
}

.k_bizfaq .add_q_box > li {
    text-align: left;
    padding: 3px;
}

.k_bizfaq .f_box.on {
    background: #fef7bd;
}

.k_bizfaq .f_box:hover {
    background: #fef7bd;
}

.k_bizfaq .q_box {
    background: #fffef8;
}


/* 브랜드톡 단독 */

.b_priceservice .link_table thead tr.bthad_2 th {
    background: rgba(250, 225, 0, 0.08);
}

.b_priceservice .link_table tbody tr td {
    background: rgba(250, 225, 0, 0.08);
}


/* 알림톡&브랜드톡 디자인 종료 */