/**
Theme Name: PopularFX Child
Template: popularfx
Theme URI: https://popularfx.com
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Version: 1.0.0
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
*/


/*
    Add your custom styles here
*/
.u-form-send-message{
	display: none;!important
}
.wpcf7-response-output{
	display: none;!important
}
.u-container-layout-4{
	display: none;
}
.brave_form_field .brave_form_field_error{
	display: none;
}
#brave_popup_290 {
	position:fixed;
	z-index:999999999!important;
}

#main_board_board_body .num{
	visibility: hidden;
}
#main_board_board_body .num:before{
	visibility: visible;
	content: "■";
}

#test_board_body .num{
	visibility: hidden;
}
#test_board_body .num:before{
	visibility: visible;
	content: "■";
}
#main_board_board_box{
	width:80%;
	text-align: center;
	margin: 0 auto;
}
.formfield__checkbox_label a{
	color:blue!important;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.mshop_talk_banner {
    position: fixed;
    bottom: 165px !important; /* 원하는 위치 조정 */
    right: 15px !important;/* 원하는 위치 조정 */
    z-index: 9999; /* 다른 요소 위에 나타나도록 조정 */
} 

.plus-friend-global-button {
    position: fixed;
    bottom: 123px !important; /* 원하는 위치 조정 */
    right: 15px !important;/* 원하는 위치 조정 */
    z-index: 9999; /* 다른 요소 위에 나타나도록 조정 */
	width: 80px;
	height: 37px;
} 

@media screen and (min-width: 768px) {
    .plus-friend-global-button {
        display: block; /* 버튼을 보이도록 설정 */
    }
}

/* 태블릿 및 모바일 화면에서는 숨김 */
@media screen and (max-width: 767px) {
    .plus-friend-global-button {
        display: none; /* 버튼을 숨김으로 설정 */
    }
}
.u-form-send-error{
	display:none;!important
}
.wpcf7-response-output{
	display:none;!important
}