
.acc-panel .acc-panel a {
    color: #fff !important;
    font-size: 20px;
    font-family: inherit;
}
.acc-header,
.acc-panel a {
    color: #fff !important;
    font-size: 20px;
    font-family: inherit;
}
.acc-panel ul {
    padding-left: 20px;
}
.acc-header {
    background: none !important;
    color: #fff !important;
    height: 56px;
    font-size: 20px;
    display: flex;
    align-items: center;
    border: none;
    padding-left: 10px;
}


:root { --site_width:1440px; --color_primary: #E7AE3A; --color_second: #595757; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: hidden; }
a { color: inherit; text-decoration: inherit; }
a:hover, a:focus, a:active { text-decoration: none; }
ul li { list-style: none; }
img { vertical-align: middle; border: none; }

/* .update { display: block; font-size: 14px; color: #5f5f5e; margin-top: 10px; } */
.top { width: 100%; background-color: #fff; margin: 0 auto; }
.top_wrap { max-width: var(--site_width); margin: 0 auto; display: flex; align-items: center; padding-top: 30px; padding-bottom: 0px; padding-right: 20px;}
.top_wrap > ul { display: flex; align-items: center; justify-content: flex-end; gap:10px; flex: 1 1 auto; }
.top_wrap > ul span { font-size: 16px; color: var(--color_second); border: 1px solid var(--color_second); padding: 5px 10px;; border-radius: 5px;}
.pc_only { display: block; }
.header { width: 100%; background-color: #fff; margin: 0 auto; }
.header_wrap { max-width: var(--site_width); margin: 0 auto; display: flex; align-items: center; padding: 3px 0;}
#sham_ico { display: none; }
.header_wrap .logo { width: 100px; flex: 0 0 auto; }

.header_wrap .top_menu { flex: 1 1 auto; }
.header_wrap .top_menu > ul span{ font-size: 18px; color: #000; font-weight: 500; }

.header_wrap .top_menu > ul { display: flex; align-items: center; justify-content: center;  gap:70px;}
/* .header_wrap .top_menu  { display: flex; align-items: center; justify-content: space-around;  } */

.header_wrap .login_section { flex: 0 0 auto;  padding-right: 20px;}
.header_wrap .login_section > ul{display: flex; align-items: center; justify-content: space-between; gap:15px; }
.header_wrap .login_section > ul span { font-size: 14px; color: var(--color_second); }

.visual { width: 100%; height: 500px; background-color: #f5f5f5; background-image: url("/images/visual_5.png"); width: 100%; background-size: cover; background-position: center; }
.visual .visual_wrap { max-width: var(--site_width); height: 100%; margin: 0 auto; }

.visual .visual_wrap h3 { font-size: 48px; color: #ffffff; font-weight: 700; padding-top: 180px; }
.visual .visual_wrap span { font-size: 24px; color: #ffffff; font-weight: 400; padding-top: 20px; display: block; }

.visual_wrap span:nth-of-type(2) {
	display: block;
	font-size: 20px;
	/* color: tomato; */
	margin-top: 0px;
}	

.board {width: 100%; padding: 80px 0; margin: auto;}
.board_wrap { max-width: var(--site_width); margin: 0 auto; }
.board_wrap h3 { font-size: 36px; color: #000; font-weight: 700; padding-bottom: 40px; text-align: center;}
.board_wrap h3 span{ font-size: 24px; color: #616161; font-weight: 400; padding-bottom: 40px; text-align: center;}

.board_wrap > ul { display: flex; gap: 30px; justify-content: space-between; align-items: center;}
.board_wrap > ul > li {width: 100%;  padding: 30px; border: 0px solid #eee; border-radius: 10px; text-align: center; }
.btn_write {display:inline-block; padding:8px 20px; background:#000000; color:#fff; border-radius:6px; font-weight:600; text-decoration:none;}
.board_wrap .title{padding-bottom: 50px;}
.board .info {margin-top:10px; font-size:16px; text-align:right; color:#666; font-weight:400;}


.write { width: 100%; padding: 80px 0; margin: auto; }
.write_wrap { max-width: var(--site_width); margin: 0 auto; }
.write_wrap table { width: 100%; border-collapse: collapse; }

/* 아코디언 서브메뉴 들여쓰기 */
.acc-panel-inner ul {
    padding-left: 20px;
}

.write_wrap table th, .write_wrap table td { padding: 15px; border: 1px solid #eee; font-size: 16px; }
.write_wrap table th { width: 15%; background-color: #f5f5f5; text-align: left; }
.write_wrap table td input[type="text"], .write_wrap table td input[type="file"], .write_wrap table td select, .write_wrap table td textarea {width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px;}
.btn_area { text-align: center; margin-top: 50px; }
.btn_area span { display: inline-block; padding: 15px 40px; background-color: #000; color: #fff; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; }

.board_wrap table tr th {height: 50px;} 
.board_wrap table thead tr {height: 50px; background: #000; color:#fff; text-align: center; } 
.board_wrap table { width: 100%;  }
.board_wrap table tbody tr { height: 60px; text-align: center; border-bottom: 1px solid #eee; }
.write_wrap h3 { font-size: 36px; color: #000; font-weight: 700; padding-bottom: 40px; text-align: center;}
.write_wrap h3 span{ font-size: 24px; color: #616161; font-weight: 400; padding-bottom: 40px; text-align: center;}



.comment { width: 100%; margin-top: 50px; text-align: left;}
.comment h4 { font-size: 24px; color: #000; font-weight: 600; margin-bottom: 20px; }
.comment .comment_list { border-top: 1px solid #eee; }  
.comment_view { padding: 20px 0; border-bottom: 1px solid #363636; background:#d8d8d8; text-align: left; padding-left: 20px;}

.member {width: 100%; margin: auto; background: #ffffff; padding-top: 100px; padding-bottom: 100px;}
.member_wrap {max-width: var(--site_width); margin: auto; text-align: center;}
.member_wrap h3 {font-size: 36px; font-weight: 800; color: #333; margin-bottom: 20px; text-align: center; }
.member_wrap > span {font-size: 18px;font-weight: 400;color: #333;margin-bottom: 12px; text-align: center;}
.member_wrap > ul {display: flex; flex-direction: column; justify-content: space-around; align-items: center; margin-top: 50px; gap: 30px;}
.naver_reg  {background: #03C75A; width: 370px; color: #fff; padding: 20px 28px; border-radius: 6px; font-size: 18px; font-weight: 600; border: none; cursor: pointer; text-align: center;}
.kakao_reg  {background: #FEE500; color: #8B5C2A; width: 370px;  padding: 20px 28px; border-radius: 6px; font-size: 18px; font-weight: 600; border: none; cursor: pointer; text-align: center;}


.main_board {width: 100%; padding: 0px 0; margin: auto;}
.main_board_wrap { max-width: var(--site_width); margin: 0 auto; }
.main_board_wrap h3 { font-size: 36px; color: #000; font-weight: 700; padding-bottom: 40px; text-align: center;}
.main_board_wrap h3 span{ font-size: 24px; color: #616161; font-weight: 400; padding-bottom: 40px; text-align: center;}

.main_board_wrap > ul { display: flex; gap: 30px; justify-content: space-between; align-items: center; border: 1px solid #919191; width: 100%;} 
.main_board_wrap > ul > li {width: 100%;  padding: 30px; border: 0px solid #eee; border-radius: 10px; text-align: center; }
.main_btn_write {display:inline-block; padding:8px 20px; background:#000000; color:#fff; border-radius:6px; font-weight:600; text-decoration:none;}
.main_board_wrap .title{padding-bottom: 50px;}
.main_board_wrap .info {margin-top:10px; font-size:16px; text-align:right; color:#666; font-weight:400;}

.main_board_wrap table tr th {height: 50px;} 
.main_board_wrap table thead tr {height: 50px; background: #000; color:#fff; text-align: center; } 
.main_board_wrap table { width: 100%;  }
.main_board_wrap table tbody tr { height: 60px; text-align: center; border-bottom: 1px solid #eee; }

.main {max-width: var(--site_width); margin: 0 auto; padding: 80px 0; }
/* .main > ul {width: 100%; display: flex; gap: 30px; justify-content: space-between; align-items: center; } */


.main-flex-board {
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    /* gap: 2vw; */
    /* gap:100px; */
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-flex-board-item {
width: 48%;
border: 1px solid #2b2929;
}

.footer { width: 100%; background-color: #d8d8d8; margin: 0 auto; padding: 40px 0; color: #fff; 	}
.footer_wrap { max-width: var(--site_width); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer_wrap .policy { margin-bottom: 30px;}
.footer_wrap span{font-size: 16px; color: #929292;}
.footer_wrap .policy span{font-size: 16px; color: #929292;}

.email-modal { display: none; background: #fff; width: 380px; z-index: 1000; border-radius: 15px; overflow: auto; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.email-top { display: flex; background: #F8A100; padding: 20px; justify-content: space-between; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.email-title { width: 100%; font-size: 18px; font-weight: 600; }
.email-content { padding: 20px 20px 50px 20px; font-size: 14px; line-height: 30px; height: 260px; overflow: auto; }
.email-close-btn { background-image: url("https://boyhomeclean.mycafe24.com/images/modal-close.svg"); background-size: cover; background-repeat: no-repeat; background-position: center; height: 30px; width: 30px; cursor: pointer; }
.email-modal-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.6; z-index: 100; display: none; }

.privacy-modal { display: none; background: #fff; width: 380px; z-index: 1000; border-radius: 15px; overflow: auto; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.privacy-top { display: flex; background: #F8A100; padding: 20px; justify-content: space-between; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.privacy-title { width: 100%; font-size: 18px; font-weight: 600; }
.privacy-content { padding: 20px 20px 50px 20px; font-size: 14px; line-height: 30px; height: 380px; overflow: auto; }
.privacy-close-btn { background-image: url("https://boyhomeclean.mycafe24.com/images/modal-close.svg"); background-size: cover; background-repeat: no-repeat; background-position: center; height: 30px; width: 30px; cursor: pointer; }
.privacy-modal-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.6; z-index: 100; display: none; }

/* popup list 전용 스타일 */
.popup-list-wrap {
    max-width: var(--site_width);
    margin: 0 auto;
    padding: 40px 0;	
}
.popup-list-title {
	text-align: center;
	
    margin: 32px 0 18px 0;
    font-size: 2rem;
    font-weight: 600;
}
.popup-list-table {
	margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}
.popup-list-table thead tr {
    background: #f7f7f7;
}
.popup-list-table th {
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 2px solid #e0e0e0;
}
.popup-list-id { width: 60px; }
.popup-list-title-th { width: 220px; }
.popup-list-image-th { width: 180px; }
.popup-list-link-th { width: 180px; }
.popup-list-date-th { width: 120px; }
.popup-list-table td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
}
.popup-list-id-td { width: 60px; }
.popup-list-title-td { text-align: left; padding-left: 12px; }
.popup-list-image-td { width: 180px; }
.popup-list-link-td { width: 180px; }
.popup-list-date-td { width: 120px; }
.popup-list-image {
    max-width: 120px;
    max-height: 80px;
    border-radius: 4px;
    border: 1px solid #ccc;
    object-fit: cover;
}
.popup-list-noimage {
    color: #bbb;
    font-size: 13px;
}
.popup-list-link {
    color: #2266bb;
    text-decoration: underline;
    font-size: 1rem;
}
.popup-list-empty {
    text-align: center;
    color: #888;
    padding: 32px 0;
    font-size: 1.1rem;
}

.write_wrap input[type="date"] {
    padding: 8px 12px;
	height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

/* 햄버거 메뉴 */
.hambuger_wrap {position: absolute; max-width: var(--site_width); top:0px; width: 60%; background: #333; height: 100%; z-index: 999999991;}
.hambuger_wrap .inner {padding-left: 10px; padding-right: 10px;}
.hambuger_wrap .hambuger .top {margin-top: 30px; text-align: center;}
.hambuger_wrap .hambuger .top > ul {display: flex; justify-content: space-between; align-items: center;}
.hambuger_wrap .hambuger .top:after {content: ""; height: 1px; width: 100%; display: block; background: #e9dddd; margin-top: 10px;}
.hambuger_wrap .hambuger .top > ul  li:nth-of-type(1) {font-size: 20px; font-weight: 700; color:#fff;}
.hambuger_wrap .hambuger .top > ul  li:nth-of-type(2) {background-image: url("../images/hambuger_close.png"); width:40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.hambuger_wrap .hambuger .menu {margin-top: 30px;}
.hambuger_wrap .hambuger .menu > ul {display: flex; justify-content: start; align-items: left; gap: 0px; flex-direction: column; color:#fff; font-size: 18px; font-weight: 600;}
.hambuger_wrap .hambuger .menu > ul  li {height: 50px; align-items: center; padding-left: 6px;}
.hambuger_wrap .hambuger .menu > ul  li span {line-height: 50px; font-size:16px;}
.hambuger_wrap .hambuger .menu > ul  li:hover {background: #ffffff; color:#FCB908;}
#sham_ico img{cursor: pointer;}
.hambuger_wrap {display: none;}
#ham_close {background-image: url("/images/hambuger_close.png"); width:40px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover;}


.hambuger_wrap {
    height: auto !important;
    min-height: 100vh;
    transition: height 0.3s;
}

@media (max-width: 1324px) {
.top_wrap {display: none !important;}
.gnb-menu {display: none !important;}
.logo {padding: 20px;}
.top_wrap {display: none !important;}
}

@media (max-width: 768px) {
    .responsive-img {
        max-width: 380px !important;
        height: auto !important;
    }
#sham_ico { display: block; }
.logo {padding: 20px;}
.visual .visual_wrap h3 { font-size: 38px; color: #ffffff; font-weight: 700; padding-top: 180px;  padding-left: 20px;}
.visual .visual_wrap span { font-size: 16px; color: #ffffff; font-weight: 400; padding-top: 20px; display: block; padding-left: 20px;}
.pc_only { display: none; }
.main-flex-board-item {
width: 100%;
border: 1px solid #2b2929;
}

}
