@charset "utf-8";
/*---------------------------------------------------------------------------------------------------------------------------------------------------
	- 테마 개발 : GX디자인
	- 고객센터: https://gxeshop.ivyro.net/gdesign_sub_qna_gnu

	- 라이선스: 
	  https://gxeshop.ivyro.net/gdesign_sub_licence_gnu

	- 버젼정보: readme.txt 상단에 표시

	// 구매후 테마 [라이선스위반, 무단복사, 공유, 재판매] 금지 (* 적발시 법적대응, 내용증명 발송, 배상청구 진행)
	// 개발코드(css+html)및 디자인 도용금지 (적발시 배상청구)
	// 일반인및 타개발자의 소스 분석용 테마구입은 허용하지 않습니다.
----------------------------------------------------------------------------------------------------------------------------------------------------*/


/* -----------------------------------
	@폰트
------------------------------------- */
	html, body,
	h1, h2, h3, h4, h5, h6,
	dl, dt, dd,
	ul, ol, li,
	iframe, a, img, embed, hgroup,
	form, fieldset, label, input, textarea, select, button,
	table, caption, tbody, thead, tfoot, tr, th, td{font-family:'Noto Sans KR',gulim,Tahoma,Arial,Sans-serif; font-size:15px; word-break: keep-all;}


/* -----------------------------------
	@기본설정
------------------------------------- */
	html, body,
	h1, h2, h3, h4, h5, h6,
	dl, dt, dd,
	iframe, a, img, embed, hgroup,
	form, fieldset, label, input, 
	table, caption, tbody, thead, tfoot, tr, th, td{margin:0; padding:0;}
	html, body{background-color:#f8f9fd;}
	img{border:0;}
	a{text-decoration:none;}
	button{cursor:pointer; border:0;}
	:focus{}
	input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset; -webkit-text-fill-color:#000;} /*크롬 input 자동배경컬러 제거*/
	input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s;}
	/* 
		[메모]
		ul, p 태그 기본속성은 gnuDefault.css 에 작성됨
	*/ 


/* -----------------------------------
	@공통설정
------------------------------------- */
/*일반*/
	*,
	:after,
	:before{
		box-sizing:border-box;
			 -moz-box-sizing:border-box;
			 -webkit-box-sizing:border-box;
	}
	input[type=text],
	input[type=password],
	textarea{
		outline:none;
		transition:all 0.30s ease-in-out;
			-moz-transition:all 0.30s ease-in-out;
			-webkit-transition:all 0.30s ease-in-out;
	}
	input[type=text]:focus,
	input[type=password]:focus,
	textarea:focus,select:focus{
		border:1px solid #ccc !important;
		box-shadow:0 0 5px #ccc;
			-moz-box-shadow:0 0 5px #ccc;
			-webkit-box-shadow:0 0 5px #ccc;
	}
	.trans{
		transition:all .4s;
			-moz-transition:all .4s;
			-webkit-transition:all .4s;
	}
ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 최신글, 사이드배너, 로그인폼 - 그림자+라운드 */
	.mainban_area_wrap,
	.contents_area_wrap0 > .sub_contenBackbg,
	.gxcon_area .skinDiv,
	.gpe_side_contents_R .paddSide,
	.gpe_side_contents_R > .ol,
	.gpe_pm_sideban,
	.mainbanAssist ul > li > a{
		/*
		box-shadow:0 2px 30px 0 rgba(0,0,0,.06);
			-moz-box-shadow:0 2px 30px 0 rgba(0,0,0,.06);
			-webkit-box-shadow:0 2px 30px 0 rgba(0,0,0,.06);
		*/
		border-radius:12px;
			-moz-border-radius:12px;
			-webkit-border-radius:12px;
	}

/* 기본 넓이 */
	.gnb1_area_wrap0,
	.footer_Util_wrap0,
	.mainmenu_wrap0,
	.allmenu_list{width:1200px;}
	/* .gpe_allcon_wrap0 에 경우 쉐도우영역으로 넓이 개별적용*/

/*배너 공통*/
	.flex-direction-nav{} /* < >버튼 */
	.flex-direction-nav a{
		position:absolute; display:block; bottom:0 !important; width:28px; height:28px; line-height:28px; background-color:rgba(0,0,0,0.30); text-align:center; overflow:hidden; z-index:10;
		transition:all .4s;
			-moz-transition:all .4s;
			-webkit-transition:all .4s;
	}
	.flex-direction-nav a i{color:#fff; font-size:14px;}
	.flex-direction-nav .flex-prev{
		right:28px;
		border-radius:8px 0 0 0;
			-moz-border-radius:8px 0 0 0;
			-webkit-border-radius:8px 0 0 0;
	}
	.flex-direction-nav .flex-next{right:0; padding-left:5px;}
	.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover{background-color:rgba(0,0,0,0.60);}
	.flex-direction-nav .flex-disabled{opacity:0 !important; filter:alpha(opacity=0); -ms-filter:alpha('opacity=0'); cursor:default;}
	.loading_mb .load, .loading_sb .load, .loading_sbLeft .load, .loading_tb .load{position:absolute; top:0; left:0; width:100%; height:100%; background:url('../img/loading.gif') no-repeat center center; background-color:#fff; z-index:1;}

/* 툴팁 */
	.gx_tooltip{
		position:absolute; display:inline-block; top:0; left:0; padding:0 8px; height:22px; line-height:22px; background-color:#999; font-size:12px; color:#fff; white-space:nowrap; visibility:hidden;
		opacity:0;
		border-radius:15px;
			-moz-border-radius:15px;
			-webkit-border-radius:15px;
		box-shadow:0 2px 10px rgba(0,0,0,0.10);
			-moz-box-shadow:0 2px 10px rgba(0,0,0,0.10);
			-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.10);
		transition:all .4s, visibility 0.2s;
			-moz-transition:all .4s, visibility 0.2s;
			-webkit-transition:all .4s, visibility 0.2s;
	}
	/* after */
	.gx_tooltip:after{
		position:absolute; top:-4px; left:50%; margin-left:-5px; content:"";
		border-top:0; border-left:4px solid transparent; border-right:4px solid transparent; border-bottom:4px solid #999;
	}
	/* hover */
	.gpe_search:hover .gx_tooltip.search{opacity:1; visibility:visible;}
	/* 위치 */
	.gx_tooltip.search{top:75px; left:50px;}


/* -----------------------------------
	@로고+로그인+메뉴+검색(gnb)
------------------------------------- */
	.gnb1_area_wrap00{
		position:fixed; left:0; top:0; width:100%; background-color:#fff; border-bottom:1px solid #e0e0e0; transition:all .4s; z-index:2;
		box-shadow:0 2px 30px 0 rgba(0,0,0,.06);
			-moz-box-shadow:0 2px 30px 0 rgba(0,0,0,.06);
			-webkit-box-shadow:0 2px 30px 0 rgba(0,0,0,.06);
	}
	.gnb1_area_wrap00.fixed{top:-100px;} /*스크롤시 위치*/
	.gnb1_area_wrap0{position:relative; height:160px; margin:0 auto; z-index:1;}

/*[로고]*/
	.gpe_logo{position:absolute; left:50%; top:0; transform: translateX(-50%);}

/*[검색]*/
	.gpe_search{
		position:absolute; right:621px; top:0; z-index:2;
		border-radius:25px;
			-moz-border-radius:25px;
			-webkit-border-radius:25px;
	}
	/*검색텍스트 인풋박스*/
	.gpe_search .inputText{
		position:absolute; left:0; top:35px; width:242px; height:34px; padding-left:40px; border:1px solid #ddd; background-color:#f7f7f7; color:#333; font-weight:700; font-size:15px;
		border-radius:25px;
			-moz-border-radius:25px;
			-webkit-border-radius:25px;
	}
	/*검색버튼*/
	.gpe_search .submit{position:absolute; bottom:0; width:44px; height:51px; font-size:13px; color:#333; font-weight:800; letter-spacing:-0.06em; background-color:transparent; border:0; cursor:pointer; display:none;}/*검색버튼*/
	.gpe_search .fa-search{position:absolute; left:16px; top:43px; font-size:17px; color:#666;}/*검색아이콘*/

/*[로그인+회원가입]*/
	.gpe_login{position:absolute; right:0px; top:41px; z-index:3;}
	.gpe_login li{float:left; padding:0 6px;}
	.gpe_login li:first-child{padding-left:0;}
	.gpe_login li:last-child{padding-right:0;}
	.gpe_login li a{color:#4f4f4f; font-size:13px; font-weight:700;}
	.gpe_login li:nth-of-type(3) a, .gpe_login li:nth-of-type(4) a{color:#FF69B4;}
	.gpe_login li:last-child a i{font-size:18px; vertical-align:top; margin-top:3px;}
	.gpe_login li a:hover{text-decoration:underline;}

/*[TOP배너]*/
	/*롤링*/
	.gpe_pm_topban{position:absolute; right:0; top:10px; width:350px; height:80px; overflow:hidden; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; z-index:3;}
	.topban{position:relative;}
	.topban .slides>li{position:relative; display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.topban .slides img{/* width:100%; height:auto; */ display:block;}
	.topban .slides:after{content: "."; line-height:0; height:0; display:block; visibility:hidden; clear:both;}
	.gpe_pm_topban .flex-direction-nav a{width:22px; height:22px; line-height:19px;}
	.gpe_pm_topban .flex-direction-nav a i{font-size:11px;}
	.gpe_pm_topban .flex-direction-nav .flex-prev{right:22px; border-radius:8px 0 0 0;}
	.gpe_pm_topban .flex-direction-nav .flex-next{right:0; padding-left:5px;}
	.gpe_pm_topban .gpe_pm_ban_imgbox{position:relative; width:360px;}
	.gpe_pm_topban .gpe_pm_ban_imgbox a{width:360px; height:80px; display:block; overflow:hidden;}
	.gpe_pm_topban .gpe_pm_ban_imgbox a img{display:block;}

/*[메인TOP배너]*/
	/*롤링*/
	.gpe_m_topban{flex:1; overflow:hidden; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; z-index:3;}
	.mtopban{position:relative;}
	.mtopban .slides>li{position: relative; display: none; -webkit-backface-visibility: hidden; height: 130px; overflow: hidden;}
	.mtopban .slides img{width: 100%; height: 100%; display: block; object-fit: cover;}
	.mtopban .slides:after{content: "."; line-height:0; height:0; display:block; visibility:hidden; clear:both;}
	.gpe_m_topban .flex-direction-nav a{width:22px; height:22px; line-height:19px;}
	.gpe_m_topban .flex-direction-nav a i{font-size:11px;}
	.gpe_m_topban .flex-direction-nav .flex-prev{right:22px; border-radius:8px 0 0 0;}
	.gpe_m_topban .flex-direction-nav .flex-next{right:0; padding-left:5px;}
	.gpe_m_topban .gpe_pm_ban_imgbox{position:relative; width:360px;}
	.gpe_m_topban .gpe_pm_ban_imgbox a{width:360px; height:80px; display:block; overflow:hidden;}
	.gpe_m_topban .gpe_pm_ban_imgbox a img{display:block;}

	/*sub배너 롤링*/
	.gpe_sub_topban{width:100%; overflow:hidden;  z-index:3; margin-bottom:20px;}
	.subtopban{position:relative;}
	.subtopban .swiper-slide {position: relative; overflow: hidden; border-radius: 12px; aspect-ratio: 5 / 2; }
	.subtopban .swiper-slide .imgBox {display: flex; justify-content: center; align-items: center; width: 100%; height: 92px; background-color: #F0F0F0; border-radius: 8px; overflow: hidden;}
	.subtopban .swiper-slide .imgBox img {max-width: 100%; max-height: 100%; width: 100%; height: auto; object-fit: cover; display: block;}

/*[메인공지사항]*/
	.m_notice{width: 29%; background-color: #fff; padding:15px 20px; border: 1px solid #e9e9e9; border-radius: 12px;}
	.m_notice .gx_ptop_wgBox {position: relative; overflow: hidden;}
	.m_notice .gx_ptop_h2.side{display:flex; justify-content: space-between; margin-bottom:10px !important; font-size:16px; overflow:hidden;}
	.m_notice .gx_ptop_h2.side a.moreLink{top:5px; border:0; border-radius:15px;}
	.m_notice .gx_notice_List{display:flex;flex-direction: column;}
	.m_notice .gx_notice_List li{display:flex; justify-content: space-between;}
	.m_notice .gx_notice_List .subject{position: relative; width:60%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.m_notice .gx_notice_List .date {color: #6d6d6d; text-align: right;}

/*[메인메뉴+전체메뉴]*/
	.mainmenu_wrap00{position:absolute; left:0; bottom:9px; width:100%; z-index:2;}
	.mainmenu_wrap0{position:relative; margin:0 auto; height:50px;}
	.mainmenu_wrap0 ul{list-style:none; margin:0; padding:0;}
	.mainmenu_wrap0 a{text-decoration:none; font-size:12px;}
	.mainmenu_wrap0 p{margin:0; padding:0;}
	/*홈버튼*/
	.home_btn{position:absolute; display:block; left:-18px; bottom:1px; width:58px; height:50px; line-height:61px; text-align:center;}
	.home_btn i{color:#FF69B4; font-size:23px;}
	/*메인메뉴*/
	.gpe_munu{position:absolute; top:0; left:35px;}
	.gpe_munu ul.topnav{position:relative; text-transform:none;}/*1차메뉴 ul*/
	.gpe_munu ul.topnav li.mnav_li{position:relative; float:left;}
	.gpe_munu ul.topnav li.mnav_li:first-child{margin-left:0;}
	.gpe_munu ul.topnav a.mnav{display:block; padding:0 20px; height:50px; line-height:50px; color:#333; font-size:17px; font-weight:700; text-align:center;}/*1차메뉴*/
	.gpe_munu ul.topnav a.mnav:hover{color:#FF69B4;}
	.gpe_munu ul.topnav a.mnav.active{color:#FF69B4; text-decoration:none;}
	.gpe_munu ul.subnav_d02_m{
		/*2차메뉴 ul*/ /*에니메이션 디폴트*/
		position:absolute; top:35px; left:-10px; padding:10px 15px; width:154px; background-color:#FF69B4; text-transform:none; clear:both;
		opacity:0;
		visibility:hidden;
		border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
		box-shadow:0 10px 10px rgba(0,0,0,0.15);
			-moz-box-shadow:0 10px 10px rgba(0,0,0,0.15);
			-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.15);
		transition:all .4s, visibility 0.2s;
			-moz-transition:all .4s, visibility 0.2s;
			-webkit-transition:all .4s, visibility 0.2s;
	}
	.gpe_munu ul.subnav_d02_m:after{
		content:""; position:absolute; top:-4px; left:53px; width:0; height:0;
		border-style:solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #FF69B4 transparent;	
	}
	.gpe_munu ul.topnav li.mnav_li:hover ul.subnav_d02_m{top:45px; opacity:1; visibility:visible;}/*오버시 에니메이션*/
	.gpe_munu li.subnav_d02{position:relative;}
	.gpe_munu li.subnav_d02 a{display:block; padding:0 10px; line-height:26px; font-size:14px;}/*2차메뉴*/
	.gpe_munu li.subnav_d02 a.on2{color:#000; background-color:#ededed;}/*2차 활성시*/
	.gpe_munu li.subnav_d02 a.on2_no{color:#fff;}/*2차 기본*/
	.gpe_munu li.subnav_d02 a.on2_no:hover{font-weight:700;}
	.gpe_munu ul.topnav li.mnav_blank{margin:16px 0 0 15px; color:#333;}/*메뉴목록 없을때*/
	.gpe_munu ul.topnav li.mnav_blank i{font-size:20px; vertical-align:middle;}
	.gpe_munu ul.topnav li.mnav_blank a{margin-left:5px; padding:4px; border:1px solid #ccc; color:#333; border-radius:4px;}
	/*전체메뉴*/
	.allmenu_btn{position:absolute; display:block; right:-10px; bottom:0; width:45px; height:45px; background-color:transparent;}/*오픈 버튼*/
	.allmenu_btn i{font-size:24px; color:#333;}
	.allmenu_list{
		position:absolute; top:12px; left:0; padding:2px 0 15px 40px; background-color:#fff; overflow:hidden; display:none; z-index:2; 
		border-radius:0 0 8px 8px;
		box-shadow:0 10px 10px rgba(0,0,0,0.10);
			-moz-box-shadow:0 10px 10px rgba(0,0,0,0.10);
			-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.10);
	}/*리스트*/
	.allmenu_list .allmenu_close{position:absolute; display:block; right:8px; top:0; width:30px; height:30px; background-color:transparent; z-index:2; border-radius:15px;}/*닫기 버튼*/
	.allmenu_list .allmenu_close i{font-size:32px; color:#999;}
	.allmenu_list ul.allmenu_ul{overflow:hidden;}/*1,2차그룹 ul*/
	.allmenu_list li.section_group{float:left; padding-left:49px;}/*사이간격*/
	.allmenu_list li.section_group:first-child{padding-left:0;}
	.allmenu_list a.section_1dep{display:block; padding-bottom:4px; color:#333; font-size:17px; font-weight:700;}/* 1차 */
	.allmenu_list a.section_1dep:hover{}
	.allmenu_list li.section_group ul{margin-top:5px;}
	.allmenu_list a.section_2dep{color:#999; font-size:14px; line-height:22px;}/* 2차 */
	.allmenu_list a.section_2dep:hover{color:#000;}


/* -----------------------------------
	@컨텐츠
------------------------------------- */
	.gpe_allcon_wrap0{position:relative; width:1200px; margin:0 auto; z-index:1;}
	.contents_area_wrap0{position:relative; overflow:hidden;}
	/* 서브컨텐츠 배경bg */
	.contents_area_wrap0 > .sub_contenBackbg{display:none; position:absolute; top:200px; left:24px; width:calc(100% - 399px); height:calc(100% - 257px); border:1px solid #e9e9e9; background-color:#fff; z-index:0;}
	/*미리보기 문구*/
	.contents_area_wrap0 .pt_preMbox{margin-top:20px; padding-top:80px; height:578px; border:1px solid #ccc; font-size:18px; line-height:28px; text-align:center;}
	.contents_area_wrap0 .pt_preLbox{margin-top:20px; padding-top:180px; height:1000px; border:1px solid #ccc; border-left:0; font-size:13px; line-height:28px; text-align:center;}
	.contents_area_wrap0 .pt_preRbox{padding-top:180px; height:1000px; border:1px solid #ccc; border-right:0; font-size:13px; line-height:28px; text-align:center;}

/*[중앙컨텐츠]*/
	.gpe_contents_box{position:relative; float:left; width:100%; padding:200px 0px 57px 0px; z-index:2;}
	/*컨텐츠배너*/
	.mainban_area_wrap{display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; position:relative; margin-bottom:28px; overflow:hidden; gap:15px;}
	.mainban_area_wrap, .flexslider{height:auto;}/*공통 배너높이*/
	.mainban{position:relative;}
	.mainban .slides>li{position:relative; display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.mainban .slides img{display:block;}
	.mainban .slides:after{content: "."; line-height:0; height:0; display:block; visibility:hidden; clear:both;}
	/*메인 보조배너*/
	.mainbanAssist_area_wrap{position:relative; margin-bottom:28px; padding: 0 20px;}
	.mainbanAssist_area_wrap > h3{/*text-align:center;*/ font-size:20px; margin-bottom:10px;}
	.mainbanAssist_area_wrap > h3:not(:first-of-type) {margin-top: 30px;}
	.mainbanAssist_area_wrap > h3 > i{
		margin-top:5px; padding:4px; background-color:#FF69B4; font-size:14px; color:#fff; vertical-align:top;
		border-radius:4px 4px 12px 12px; 
		-moz-border-radius:4px 4px 12px 12px;
		-webkit-border-radius:4px 4px 12px 12px;
	}
	.mainbanAssist_area_wrap:after{content: "."; line-height:0; height:0; display:block; visibility:hidden; clear:both;}
	.mainbanAssist{position:relative;}
	.mainbanAssist ul{ width:100%; display:flex; flex-wrap: wrap; gap:10px}
	.mainbanAssist ul > li{position:relative; display: block; width: calc((100% - 40px) / 4);}
	.mainbanAssist ul > li > a{display:block; border:1px solid #e9e9e9; overflow:hidden;} /*배너 링크*/
	.mainbanAssist ul > li > a img{width:100%; object-fit: cover;}
	
	/*간판배너*/
	.mainbanSign{position:relative;}
	.mainbanSign ul{ width:100%; display:flex; flex-wrap: wrap; gap:10px}
	.mainbanSign ul > li{position:relative; display: block; width: calc((100% - 40px) / 4); border:1px solid #e9e9e9; overflow: hidden; border-radius:12px; -moz-border-radius:12px; -webkit-border-radius:12px;}
	.mainbanSign ul > li > a{display:block; overflow:hidden;} /*배너 링크*/
	.mainbanSign ul > li > a img{width:100%; object-fit: cover;}
	.mainbanSign .Signinfo{background: #fff; padding: 10px; display: flex; flex-direction: column; align-items: center;}
	.mainbanSign .Signinfo p{width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:15px; font-weight:600; margin-bottom:10px;}
	.opt_icon_hurry{padding-left:30px;} /*아이콘이 있으면*/

	.mainbanSign .Signinfo .area{display:flex; justify-content: center; align-items: center;}
	.mainbanSign .Signinfo .area li{position: relative; padding: 0; padding-right: 17px; font-size: 14px; font-weight: 400; width: unset; border:none; border-radius:0px !important; -moz-border-radius:0px !important; -webkit-border-radius:0px !important;}
	.mainbanSign .Signinfo .area li::after {content: ""; position: absolute; top: 50%; right: 4px; transform: translateY(-50%); width: 1px; height: 11px; background: #BEBEBE;}
	.mainbanSign .Signinfo .area li:last-child::after{display:none}

	/*삼색광고*/
	/* 1~15번: 노랑 */
	.color-box ul > li > a img:nth-child(45n+1),
	.color-box ul > li > a img:nth-child(45n+2),
	.color-box ul > li > a img:nth-child(45n+3),
	.color-box ul > li > a img:nth-child(45n+4),
	.color-box ul > li > a img:nth-child(45n+5),
	.color-box ul > li > a img:nth-child(45n+6),
	.color-box ul > li > a img:nth-child(45n+7),
	.color-box ul > li > a img:nth-child(45n+8),
	.color-box ul > li > a img:nth-child(45n+9),
	.color-box ul > li > a img:nth-child(45n+10),
	.color-box ul > li > a img:nth-child(45n+11),
	.color-box ul > li > a img:nth-child(45n+12),
	.color-box ul > li > a img:nth-child(45n+13),
	.color-box ul > li > a img:nth-child(45n+14),
	.color-box ul > li > a img:nth-child(45n+15) {
		padding:5px 10px; background-color: #fdcf42 !important;
	}

	/* 16~30번: 빨강 */
	.color-box ul > li > a img:nth-child(45n+16),
	.color-box ul > li > a img:nth-child(45n+17),
	.color-box ul > li > a img:nth-child(45n+18),
	.color-box ul > li > a img:nth-child(45n+19),
	.color-box ul > li > a img:nth-child(45n+20),
	.color-box ul > li > a img:nth-child(45n+21),
	.color-box ul > li > a img:nth-child(45n+22),
	.color-box ul > li > a img:nth-child(45n+23),
	.color-box ul > li > a img:nth-child(45n+24),
	.color-box ul > li > a img:nth-child(45n+25),
	.color-box ul > li > a img:nth-child(45n+26),
	.color-box ul > li > a img:nth-child(45n+27),
	.color-box ul > li > a img:nth-child(45n+28),
	.color-box ul > li > a img:nth-child(45n+29),
	.color-box ul > li > a img:nth-child(45n+30) {
		padding:5px 10px;  background-color: #fd4b34 !important;
	}

	/* 31~45번: 초록 */
	.color-box ul > li > a img:nth-child(45n+31),
	.color-box ul > li > a img:nth-child(45n+32),
	.color-box ul > li > a img:nth-child(45n+33),
	.color-box ul > li > a img:nth-child(45n+34),
	.color-box ul > li > a img:nth-child(45n+35),
	.color-box ul > li > a img:nth-child(45n+36),
	.color-box ul > li > a img:nth-child(45n+37),
	.color-box ul > li > a img:nth-child(45n+38),
	.color-box ul > li > a img:nth-child(45n+39),
	.color-box ul > li > a img:nth-child(45n+40),
	.color-box ul > li > a img:nth-child(45n+41),
	.color-box ul > li > a img:nth-child(45n+42),
	.color-box ul > li > a img:nth-child(45n+43),
	.color-box ul > li > a img:nth-child(45n+44),
	.color-box ul > li > a img:nth-child(45n+45) {
		padding:5px 10px; background-color: #59e95c !important;
	}

	/* 서브상단 배너 $linecolor */
	.sbanbg1 { background-color: #fdcf42 !important; }
	.sbanbg2 { background-color: #fd4b34 !important; }
	.sbanbg3 { background-color: #59e95c !important; }
	.sbanbg4 { background-color: #42c5fd !important; }

	/* 줄광고 */
	.banline {display: flex; flex-direction: column; width:100%; margin: 0 auto; border-top: 2px solid #F1F1F1 !important;}
	.banline li {width:100% !important; border-radius:0px !important; border:0 !important; border-bottom: 1px solid #F1F1F1 !important;}

	.banline li a{display: flex !important; flex-direction: column; justify-content: center; align-items: center; width:100%}
	.banline .Lineinfo {display: flex; align-items: center; gap:20px !important; background: #fff; padding:15px 10px; width:100%;}
	.banline .Lineinfo li {font-size:15px; font-weight: 500; color: #333; border:0 !important; width:auto !important;}
	.banline .Lineinfo .region {width: 70px; color: #BEBEBE;}
	.banline .Lineinfo .ca_name {color:#878787}	
	.banline .Lineinfo .subject {flex:1 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.banline .Lineinfo span{padding:2px 4px; margin-right:5px;}
	.banline .Lineinfo .female{background:#ec95f1; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff;}
	.banline .Lineinfo .male{background:#007bff; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff;}
	.banline .Lineinfo .day{background:#78dd8f; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600;}

	/*서브 타이틀*/
	.gpe_contents_box .con_title{margin:15px 0 20px 0; font-size:21px; font-weight:800;}
	.gpe_contents_box .con_title .con_title_icon{display:inline-block; margin:7px 12px 0 5px; width:6px; height:18px; background-color:#FF69B4; vertical-align:top; border-radius:3px;}

	/*컨텐츠 area*/
	.gxcon_area{position:relative;}
	.gxcon_area .skinDiv{position:relative; background-color:#fff; border:1px solid #e9e9e9;} /*최신글 스킨 박스*/
	.gxcon_area .skinDiv .gxgall_shadow{
		position:relative; position:absolute; bottom:40px; right:14px; width:15px; height:calc(100% - 110px); border-left:1px solid #eee; background-color:#fff; z-index:1; display:none;
		box-shadow:-7px 1px 10px rgba(0,0,0,0.20);
			-moz-box-shadow:-7px 1px 10px rgba(0,0,0,0.20);
			-webkit-box-shadow:-7px 1px 10px rgba(0,0,0,0.20);
		border-radius:50px 0 0 50px;
			-moz-border-radius:50px 0 0 50px;
			-webkit-border-radius:50px 0 0 50px;
	}
	.gxcon_area.subcon{position:relative; padding:24px;  border:1px solid #e9e9e9; background-color:#fff; border-radius: 12px;}
	.gxcon_area.subcon .skinDiv{
		box-shadow:none;
			-moz-box-shadow:none;
			-webkit-box-shadow:none;
		border-radius:0;
			-moz-border-radius:0;
			-webkit-border-radius:0;
	}


/*[SIDE컨텐츠_좌측]*/
	.gxcon_area .skinFlex{display:flex; flex-wrap: wrap; gap:15px;}
	.gxcon_area .skinFlex .items{display:block; width:25%;}
	.gxcon_area .skinFlex .items:last-child {flex: 1; width: auto;}
	.gxcon_area .skinFlex .items .paddSide {padding: 15px; background-color: #fff; border: 1px solid #e9e9e9; border-radius: 12px; margin-bottom:20px;}
	.gxcon_area .skinFlex .items .gx_h2{position: relative; font-weight: 800; color: #FFF; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; margin-bottom: 15px !important; padding-left: 12px; height: 34px !important; line-height: 32px !important; font-size: 16px; background-color: #FF69B4; overflow: hidden;}
	.gxcon_area .skinFlex .items .areaBox{display:flex; flex-wrap: wrap; gap:12px; padding: 0 20px;}
	.gxcon_area .skinFlex .items .areaBox li{width: calc((100% - 24px) / 3);}
	.gxcon_area .skinFlex .items .areaBox li a{display:flex; gap:5px; font-size: 15px; font-weight:500; color: #5c5c5c;}

/*[SIDE컨텐츠_우측]*/
	.gpe_side_contents_R{position:relative; float:right; width:351px; padding:200px 24px 57px 0; z-index:1;}
	.gpe_side_contents_R .paddSide{margin-top:24px; padding:25px; padding-bottom:20px; background-color:#fff; border:1px solid #e9e9e9;}/*사이드영역 패딩값*/
	/*SIDE배너_우측*/
	.gpe_pm_sideban{position:relative; margin:24px 0 0 0; border:1px solid #f5f5f5; overflow:hidden;}
	.sideban{position:relative; background:#fff;}
	.sideban .slides>li{position:relative; display:none; -webkit-backface-visibility:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.sideban .slides img{/* width:100%; height:auto; */ display:block;}
	.sideban .slides:after{content: "."; line-height:0; height:0; display:block; visibility:hidden; clear:both;}


/* -----------------------------------
	@풋터
------------------------------------- */
/*[풋터]*/
	.footer_Util_wrap00{position:relative; border-top:1px solid #ddd; clear:both; z-index:1;}
	.footer_Util_wrap0{position:relative; margin:0 auto; padding:30px 0; overflow:hidden;}
	/*카피라이트 텍스트*/
	.gpe_copytxt{position:relative;}
	.gpe_copytxt p{line-height:23px; color:#666; font-weight:700;}
	/*유틸메뉴*/
	.gpe_utilMenu{position:absolute; top:30px; right:0;}
	.gpe_utilMenu ul{}
	.gpe_utilMenu ul li{float:left; padding:0 15px; border-left:1px solid #ddd;}
	.gpe_utilMenu ul li:first-child{border-left:0;}
	.gpe_utilMenu ul li:last-child{padding-right:0;}
	.gpe_utilMenu ul li a{color:#666;}
	.gpe_utilMenu ul li a:hover{text-decoration:underline;}
	/*SNS*/
	.gpe_snsLink{position:absolute; top:70px; right:0;}
	.gpe_snsLink ul li{float:left; padding:0 5px;}
	.gpe_snsLink ul li:last-child{padding-right:0;}
	.gpe_snsLink ul li a{display:inline-block; width:40px; height:40px; line-height:50px; background-color:#eee; text-align:center; border-radius:6px;}
	.gpe_snsLink ul li a i{color:#333; font-size:20px;}


/* -----------------------------------
	@모바일메뉴
------------------------------------- */
/*[모바일버튼]*/
	.layG_munu_MobileBtn{position:fixed; right:8px; top:5px; width:50px; height:50px; line-height:43px; text-align:center; background-color:transparent; display:none; z-index:3;}
	.layG_munu_MobileBtn i{font-size:26px; color:#000; vertical-align:middle;}
/*[모바일메뉴]*/
	html.sb-scroll-lock{overflow:hidden;}/* 모바일버튼 클릭시 페이지스크롤 show/hide */
	.layG_mobileM_G{
		position:fixed; top:0; right:0; width:30%; height:100%; background-color:#222; display:none; z-index:10;
		overflow-x:hidden; overflow-y:scroll; overflow-y:auto; -webkit-overflow-scrolling:touch;
	}
	.layG_mobileM_G ul{list-style:none; margin:0; padding:0;}
	.layG_mobileM_G p{position:relative; margin:0; padding:0;}
	.layG_mobileM_G a{text-decoration:none;}
	.layG_mobileM_G_bg{position:fixed; display:block; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.70); z-index:2; display:none; cursor:pointer;}
	/*모바일메뉴 닫기*/
	.layG_mobileM_G_close{position:fixed; right:30%; top:0; width:60px; height:60px; line-height:62px; padding-left:3px; text-align:center; background-color:transparent; cursor:pointer; z-index:199; display:none;}
	.layG_mobileM_G_close i{color:#fff; font-size:23px;}
	/*모바일_로그인*/
	.layG_mobileM_login{position:relative;}
	.layG_mobileM_login ul{}
	.layG_mobileM_login li{float:left; width:33.3%; border-left:1px solid #292929;}
	.layG_mobileM_login li:first-child{border-left:0;}
	.layG_mobileM_login li .Log, .layG_mobileM_login li a.Mem, .layG_mobileM_login li .Lang{
		display:block; height:60px; line-height:48px; padding-top:12px; text-align:center; color:#b3b3b3; font-size:13px; background-color:#161616; font-weight:700;
	}
	.layG_mobileM_login li .Log_popup, .layG_mobileM_login li .Mem_popup, .layG_mobileM_login li .Lang_popup{position:absolute; width:100%; display:block; left:0; top:80px; z-index:10; display:none;}
	.layG_mobileM_login li .Log_popup li, .layG_mobileM_login li .Mem_popup li, .layG_mobileM_login li .Lang_popup li{width:49.38%; border-right:1px solid #565656; border-bottom:1px solid #565656;}
	.layG_mobileM_login li .Log_popup li a, .layG_mobileM_login li .Mem_popup li a, .layG_mobileM_login li .Lang_popup li a{
		display:block; height:50px; line-height:50px; text-align:center; color:#fff; font-size:13px; background-color:#656565; font-weight:700;
	}
	.layG_mobileM_login li i{display:block; margin-bottom:-12px; color:#fff; font-size:18px;}
	.layG_mobileM_login li+li i{}
	.layG_mobileM_login li+li+li i{}
	/*[모바일_검색]*/
	.layG_mobileM_search{position:relative; height:42px; border-bottom:1px solid #131313; background-color:#FF69B4; clear:both;}
	.layG_mobileM_search .form_layG_mobileM_search{position:relative;}
	.layG_mobileM_search .form_layG_mobileM_search .inputText, .layG_mobileM_search .form_layG_mobileM_search .submit{color:#cfcfcf; font-size:14px; border:0; font-weight:700;}
	.layG_mobileM_search .form_layG_mobileM_search .inputText{width:90%; background-color:#FF69B4; height:30px; padding:14px 0 0 48px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	.layG_mobileM_search .form_layG_mobileM_search .submit{position:absolute; top:0; right:8px; background-color:#FF69B4; color:#fff; width:42px; height:41px; cursor:pointer;}
	.layG_mobileM_search>.fa-search{position:absolute; top:12px; left:20px; font-size:18px; color:#fff;}
	/*[모바일_기타정보]*/
	.layG_mobileM_loginEtc{position:relative;}
	.layG_mobileM_loginEtc ul{margin:15px 15px 0 0; overflow:hidden;}
	.layG_mobileM_loginEtc li{float:right;}
	.layG_mobileM_loginEtc li:first-child{padding-left:10px;}
	.layG_mobileM_loginEtc li a{color:#b3b3b3; font-size:13px;}
	/*[모바일_메뉴]*/
	.layG_mobileM_menu{position:relative; clear:both; zoom:1;}
	.layG_mobileM_menu_no{position:relative; font-size:12px; color:#fff; text-align:center; padding:10px; line-height:21px; clear:both;}
	.layG_mobileM_menu .mbM_sleft_d_01_m .fa-plus, .layG_mobileM_menu .mbM_sleft_d_01_m .fa-chevron-down, .layG_mobileM_menu .mbM_sleft_d_01_m .fa-chevron-right{
		position:absolute; top:0; right:0; width:60px; height:50px; line-height:50px; padding-right:25px; color:#d0d0d0; font-size:10px; text-align:right; cursor:pointer;
	}
	/*└1차메뉴*/
	.layG_mobileM_menu ul.mbM_sleft_d_01_m{margin:10px 0 0 0; zoom:1;}/*ul*/
	.layG_mobileM_menu li.mbM_sleft_d_01{position:relative; border-bottom:1px solid #2d2d2d;}
	.layG_mobileM_menu li.mbM_sleft_d_01:first-child{}
	.layG_mobileM_menu li.mbM_sleft_d_01_active{border-top:0;}/*li 활성시*/
	.layG_mobileM_menu li.mbM_sleft_d_01 > a{height:50px; line-height:50px; padding:10px 20px; font-size:17px; font-weight:700;}/*1차*/
	.layG_mobileM_menu li.mbM_sleft_d_01 a.dep1{display:block; padding-top:0;}
	.layG_mobileM_menu li.mbM_sleft_d_01 span.on1_active, .layG_mobileM_menu li.mbM_sleft_d_01 span.on1_no{cursor:pointer;}
	.layG_mobileM_menu li.mbM_sleft_d_01 .on1_active{color:#fff; background-color:#1b1b1b;}
	.layG_mobileM_menu li.mbM_sleft_d_01 .on1_no{color:#fff;}
	/*└2차메뉴*/
	.layG_mobileM_menu ul.mbM_sleft_d_02_m{padding:7px 0 7px 0; zoom:1; background-color:#333; display:none;}/*ul*/
	.layG_mobileM_menu li.mbM_sleft_d_02 > a{display:block; height:40px; line-height:40px; padding-left:20px; font-size:15px;}/*2차*/
	.layG_mobileM_menu li.mbM_sleft_d_02 span.on2_active, .layG_mobileM_menu li.mbM_sleft_d_02 span.on2_no{cursor:pointer;}
	.layG_mobileM_menu li.mbM_sleft_d_02 .on2_active{color:#fff;}
	.layG_mobileM_menu li.mbM_sleft_d_02 .on2_no{color:#b4b4b4;}
	.layG_mobileM_menu li.mbM_sleft_d_02 .fa-angle-right{padding-right:3px;}


/* -----------------------------------
	@플러그인
------------------------------------- */
/*[다크모드]*/
	.layG_dark{
		position:absolute; right:40px; top:14px; height:26px; line-height:28px; padding:0 8px 0 10px; background-color:#999; text-align:center;
		transition:all .4s;
		border-radius:20px;
		color:#fff;
	}
	.layG_dark:hover{background-color:#666;}
	.layG_dark i{vertical-align:top; margin-top:8px; font-size:12px; color:#fff; font-weight:700;}
	.layG_dark i:before{}
	.layG_dark i:after{content:"다크모드"; margin-left:3px;}
	.layG_dark:hover i{color:#fff;}

/*[위+아래 이동]*/
	.gpe_movetop{position:fixed; right:0; top:25%; z-index:3;}
	.gpe_movetop .gpe_mt{
		display:block; width:25px; height:25px; background-color:#353940;
		border-radius:4px 0 0 0;
			-moz-border-radius:4px 0 0 0;
			-webkit-border-radius:4px 0 0 0;
	}
	.gpe_movetop .gpe_mt:nth-of-type(2){
		border-radius:0 0 0 4px;
			-moz-border-radius:0 0 0 4px;
			-webkit-border-radius:0 0 0 4px;
	}
	.gpe_movetop .gpe_mt:hover{background-color:#606060;}
	.gpe_movetop .gpe_mt i{font-size:24px; color:#fff;}


/* -----------------------------------
	@세팅
------------------------------------- */
	.gpe_set{position:fixed; right:0; top:470px; z-index:99999999999999999999999999999999999999; display:none;}
	.gpe_set > button{position:absolute; top:0; right:0; width:80px; height:30px; line-height:30px; background-color:#FF69B4; font-size:13px; color:#fff; border-radius:4px 0 0 4px;} /* 세팅 버튼 */
	.gpe_set > button:hover{background-color:#333;}
	.gpe_set > button i{font-size:18px; color:#fff; vertical-align:top; padding-top:6px;}
	.gpe_set > a{
		position:absolute; top:50px; right:0; width:80px; width:50px; height:50px; line-height:50px; background-color:#000; font-size:12px; color:#fff; text-align:center; /* 메뉴얼 링크 */
		border-radius:50%;
			-moz-border-radius:50%;
			-webkit-border-radius:50%;
	}
	.gpe_set > a:nth-of-type(2){top:105px; padding-top:9px; line-height:16px;}
	.gpe_set > a:hover{background-color:#333;}
	.gpe_set > a i{font-size:18px; color:#fff; vertical-align:top; padding-top:6px;}
/* 세팅박스 */
	.gpe_set_list{position:fixed; top:80px; right:40px; border:1px solid #333; border-radius:8px; box-shadow:0 10px 10px rgba(0,0,0,0.10); overflow:hidden; display:none;}
	.gpe_set_box{position:relative; margin:0 auto; width:700px; height:800px; background-color:#fff; z-index:2;}
	.gpe_set_box ul{list-style:none; margin:0; padding:0;}
	.gpe_set_box p{position:relative; margin:0; padding:0;}
	.gpe_set_box a{}
	.gpe_set_box a:hover{}
	.gpe_set_box .db_modify{text-align:center;}
	.gpe_set_box .db_modify a{display:inline-block; margin-top:300px; padding:15px; background-color:#FF69B4; font-size:18px; color:#fff; font-weight:700; border-radius:4px;}
	.gpe_set_box .db_modify span{display:block; margin-top:30px; font-size:25px;}
	.gpe_set_box_close{position:fixed; right:750px; top:85px; width:30px; height:30px; line-height:30px; background-color:#333; text-align:center; border-radius:50%; cursor:pointer; z-index:199;}
	.gpe_set_box_close i{color:#fff; font-size:18px;}
	.gpe_set_box_close:hover{background-color:#FF69B4;}
	/* tap */
	.gpe_set_box ul.tab{overflow:hidden;}
	.gpe_set_box ul.tab li{float:left; width:20%;}
	.gpe_set_box ul.tab li a{display:block; height:40px; line-height:40px; font-family:'NanumSquare',Sans-serif; font-size:18px; font-weight:700; color:#868585; border-bottom:1px solid #333; white-space:nowrap; text-align:center; transition:all .3s;}
	.gpe_set_box ul.tab li a:hover{background-color:#444; color:#fff;}
	.gpe_set_box ul.tab li a.selected{background-color:#444; border-bottom:0; color:#fff; font-weight:800; cursor:default;}
	/* panel */
	.gpe_set_box ul.panel{padding:20px 20px 20px 20px; height:720px; overflow:auto; clear:both;}
	.gpe_set_box ul.panel li{}
	.gpe_set_box ul.panel p{}
	.gpe_set_box ul.panel .section{position:relative; padding:5px 0 15px 0; border-top:1px solid #e0e0e0;}
	.gpe_set_box ul.panel .section.side{padding-bottom:33px;}
	.gpe_set_box ul.panel .section.lineNO{border-top:0;}
	.gpe_set_box ul.panel .section.secPad{padding-top:25px;}
	.gpe_set_box ul.panel h2{height:40px; line-height:40px; font-family:'NanumSquare',Sans-serif; font-size:17px; color:#FF69B4; font-weight:800;}
	.gpe_set_box ul.panel h2 i{margin-right:5px;}
	.gpe_set_box ul.panel table{width:100%; padding:0 16px;}
	.gpe_set_box ul.panel th, .gpe_set_box ul.panel td{color:#333;}
	.gpe_set_box ul.panel th{width:120px; padding-top:10px; vertical-align:top; font-weight:800;}
	.gpe_set_box ul.panel td{padding:3px 0; font-size:14px; line-height:24px;}
	.gpe_set_box ul.panel td.pointS_color{border-bottom:1px solid #4e4e4e;}
	.gpe_set_box ul.panel input.radio:nth-of-type(2){margin-left:5px;}
	.gpe_set_box ul.panel input.text{width:100%; height:30px; line-height:30px; padding-left:10px; border:1px solid #e0e0e0; background-color:#f7f7f7; font-size:16px; color:#000; transition:all .3s; border-radius:3px;}
	.gpe_set_box ul.panel input.text:hover{background-color:#efefef; border:1px solid #333;}
	.gpe_set_box ul.panel .textarea{width:100%;}
	.gpe_set_box ul.panel .disc{color:#888; font-weight:normal; font-size:14px; margin-top:5px;}
	.gpe_set_box ul.panel .file_img{width:250px; height:auto;}
	.gpe_set_box ul.panel .section .tip.mainpro{position:absolute; top:15px; right:0; padding:5px; border:1px solid #ccc; background-color:#eee; font-size:13px; color:#FF69B4; border-radius:4px; cursor:pointer;}
	.gpe_set_box ul.panel .section.latest{border-top:0;}
	.gpe_set_box ul.panel .section.latest .disc{padding:10px 10px 20px 10px;}
	.gpe_set_box ul.panel .section.latest .tip{position:absolute; top:15px; right:0; padding:5px; border:1px solid #ccc; background-color:#eee; font-size:13px; color:#FF69B4; border-radius:4px; cursor:pointer;}
	.gpe_set_box ul.panel .section.latest .tip.screen{right:80px; color:#000;}
	.gpe_set_box ul.panel .section.latest .tip.screen:nth-of-type(2){right:200px;}
	.gpe_set_box ul.panel .section.latest .tip i{vertical-align:middle;}
	.gpe_set_box ul.panel .section.latest .tip .tip_show{position:relative; margin-top:10px; padding:15px; line-height:24px; color:#333; background-color:#fff; border-radius:8px; display:none; z-index:999999999999999999999;}
	.gpe_set_box ul.panel .section.latest .tip .tip_show span{color:#FF69B4;}
	.gpe_set_box ul.panel .section.latest .tip .tip_show i{position:absolute; top:-23px; right:10px; font-size:18px;}
	.gpe_set_box ul.panel table.latest{padding:0; border:1px solid #eee;}
	.gpe_set_box ul.panel table.latest tr:first-child{background-color:#eee; height:40px; text-align:center;}
	.gpe_set_box ul.panel table.latest tr:first-child label{color:#FF69B4;}
	.gpe_set_box ul.panel table.latest td{border-left:1px solid #eee; padding:0 5px;}
	.gpe_set_box ul.panel table.latest td:first-child{border-left:0;}
	.gpe_set_box ul.panel table.latest input.text{display:block;}
	.gpe_set_box ul.panel table.latest div.f_left{float:left; width:50%; padding:0 3px;}
	.gpe_set_box ul.panel table.latest div.f_clear{clear:left;}
	.gpe_set_box ul.panel table.latest div.f_left.side{width:20%;}
	.gpe_set_box ul.panel .section.Mmenu_side .Mmenu_side_space{height:20px;}
	.gpe_set_box ul.panel .section.Mmenu_side .th_Mmenu_side{width:80px;}
	.gpe_set_box ul.panel .section.Mmenu_side .td_Mmenu_side{width:150px; padding-right:10px;}
	.gpe_set_box ul.panel .section.Mmenu_side .th_Mmenu_side2{width:50px;}
	.gpe_set_box ul.panel .discTop{position:relative; margin-bottom:10px; padding:10px 20px; border:1px solid #ccc; line-height:28px; border-radius:8px; font-size:13px;}
	.gpe_set_box ul.panel .discTop.matop{margin-top:30px;}
	.gpe_set_box ul.panel .discTop span{color:#FF69B4;}
	.gpe_set_box ul.panel .discTop hr{margin:20px 0;}
	.gpe_set_box ul.panel .section.Mmenu_side .discTop{margin-bottom:20px;}
	.gpe_set_box .btnSet{position:absolute; left:0; bottom:0; width:100%; font-size:0;} /* font-size:0; => button태그 공백제거 */
	.gpe_set_box .btnSet button{width:50%; height:40px; background-color:#333; font-size:15px; color:#fff; font-weight:700;}
	.gpe_set_box .btnSet button:hover{background-color:#FF69B4;}
	.gpe_set_box .btnSet button:nth-of-type(1){background-color:#999;}
	.gpe_set_box .theme_ver, .gpe_set_box .theme_me, .gpe_set_box .theme_qna{
		position:fixed; top:130px; color:#333; font-weight:700; background-color:#ddd; z-index:100;
		border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px; 
	}
	.gpe_set_box .theme_ver, .gpe_set_box .theme_me > a, .gpe_set_box .theme_qna > a{font-size:12px;}
	.gpe_set_box .theme_me > a, .gpe_set_box .theme_qna > a{display:inline-block; padding:0 5px 4px 5px;}
	.gpe_set_box .theme_ver{right:78px; padding:4px 5px; color:#FF69B4;}
	.gpe_set_box .theme_me{right:154px;}
	.gpe_set_box .theme_qna{right:215px;}

/* 세팅인트로 */
	/* 관리자 로그인후 */
	.gpe_set_intro{position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.95); z-index:99999999999999999999999999999999999999999999999999;}
	.gpe_set_intro > div{position:relative; margin:0 auto; margin-top:50px; width:970px; height:700px; background-color:#fff; border-radius:6px; box-shadow:0 10px 10px rgba(0,0,0,0.10); overflow:hidden;}
	.gpe_set_intro div div{position:relative; float:left; height:100%;}
	.gpe_set_intro div div:first-child{width:77%; padding:15px 30px;}
	.gpe_set_intro div div+div{width:23%; background-color:#eee;}
	.gpe_set_intro h3{position:relative; line-height:30px; font-size:17px; font-family:'NanumSquare',Sans-serif;}
	.gpe_set_intro h3.point{color:#FF69B4;}
	.gpe_set_intro h3.point.color1{color:#0059d3;}
	.gpe_set_intro p{position:relative; margin-bottom:20px; line-height:24px; font-size:15px;}
	.gpe_set_intro div div+div button{display:block; width:100%; height:280px; background-color:#FF69B4; font-size:20px; color:#fff; text-align:center; transition:all .4s;}
	.gpe_set_intro div div+div button:hover{background-color:#333;}
	.gpe_set_intro div div+div button i{display:block; font-size:30px; margin-bottom:10px;}
	.gpe_set_intro div div+div p{line-height:30px; padding:20px; font-size:13px;}
	.gpe_set_intro div div+div p span label{font-weight:700;}
	.gpe_set_intro div div+div p > a{position:absolute; top:350px; right:20px; padding:1px 10px; background-color:#ccc; color:#333; font-weight:700; border-radius:4px;}
	.gpe_set_intro div div+div p b{float:right; margin-top:300px; display:block;}
	.gpe_set_intro div div+div p > label{display:block; font-weight:700;}
	.gpe_set_intro div div+div p > input{width:188px; height:30px; padding-left:5px;}
	.gpe_set_intro div div+div p > input:hover{border:2px solid #FF69B4;}
	.gpe_set_intro div div+div p > span:nth-of-type(1) > label{font-size:13px;}
	.gpe_set_intro div div+div p > span:nth-of-type(2){display:block; margin-top:10px; padding-top:10px; font-size:15px; font-weight:800; border-top:1px solid #ccc;}
	.gpe_set_intro div div+div p > span:nth-of-type(3), .gpe_set_intro div div+div p > span:nth-of-type(4){display:block; line-height:20px; margin-bottom:10px;}
	.gpe_set_intro div div+div p > span:nth-child(n+3){font-size:12px;}
	/* 비회원 화면 */
	.gpe_set_intro_logout{position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.95); z-index:99999999999999999999999999999999999999999999999999;}
	.gpe_set_intro_logout > div{position:relative; margin:0 auto; margin-top:50px; width:970px; height:480px; background-color:#fff; border-radius:6px; box-shadow:0 10px 10px rgba(0,0,0,0.10); overflow:hidden;}
	.gpe_set_intro_logout div div:first-child{height:80%; padding:15px 30px;}
	.gpe_set_intro_logout div div:first-child h3{padding-top:80px; font-size:30px; text-align:center; font-weight:800;}
	.gpe_set_intro_logout div div+div{height:20%; background-color:#eee; line-height:95px; background-color:#FF69B4; font-size:20px; color:#fff; text-align:center;}


/* 리셋 */
.more_opt li{width:96px !important;}

/* 배너 sideleft */
.banner_sidebanLeft{position: fixed; left: 220px; top: 200px; z-index: 100; transition:all .4s;}
.banner_sidebanLeft ul{display:flex; flex-direction: column; gap: 10px;}
.banner_sidebanLeft li {width:100px;}
.banner_sidebanLeft li img{width:100%; border-radius:12px;}
.banner_sidebanLeft.fixed {top: 80px;}

.banner_sideRight{position: fixed; right: 220px; top: 200px; z-index: 100; transition:all .4s;}
.banner_sideRight ul{display:flex; flex-direction: column; gap: 10px;}
.banner_sideRight li {width:100px;}
.banner_sideRight li img{width:100%; border-radius:12px;}
.banner_sideRight.fixed {top: 80px;}

/* 지역선택 */
.LocalBox{border: 2px solid #b7b7b7; border-radius: 10px; overflow: hidden;}
	.listLocal { display: flex; flex-wrap: wrap; }
	.listLocal a {display: block; padding: 8px 16px; background: #eee; text-decoration: none; color: #333;}
	.listLocal .on { background: #FF69B4; color:#fff; }

	.listArea { display: flex; flex-wrap: wrap;}
	.listArea a {display: block; padding: 8px 12px; background: #fff;}
	.listArea .on { background: #FF69B4; color:#fff; }


/* 게시판 */
.my-bbs {display: flex; flex-direction: column; width: 100%;}
.my-bbs .chkBox input[type="checkbox"] {display: none;}
.my-bbs .chkBox input[type="checkbox"]+label {position: relative; padding-left:30px; font-size:14px; font-weight:500;}
.my-bbs .chkBox input[type="checkbox"]+label:before {display: flex !important; justify-content: center; content: ''; display: block; width: 20px; height: 20px; border-radius: 4px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border: 1px solid #CBCBCB; background-color: #FFF;}
.my-bbs .chkBox input[type="checkbox"]:checked+label:before {content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; background-color: #FF69B4; border: 1px solid #FF69B4; color: #FFF; line-height: 24px; font-size: 12px;}

	.my-bbs .head{display:flex; align-items:center; width:100%; border-top: 2px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; }
		.my-bbs .head li{font-size: 14px; font-weight: 600; padding:16px 0px; text-align:center;}
		.my-bbs .head .chkBox{width: 30px;} /* 체크박스 */
		.my-bbs .head .num{width: 80px;} /* 번호 */
		.my-bbs .head .area{width: 160px;} /* 지역 */
		.my-bbs .head .thumnail{width: 200px;} /* 썸네일 */
		.my-bbs .head .region{width: 200px;} /* 지역,급여 */
		.my-bbs .head .jumptime{width: 120px;} /* 점프시간 */
		.my-bbs .head .boname{width: 100px;} /* 이름 */
		.my-bbs .head .bowrdt{width: 100px;} /* 작성일 */
		.my-bbs .head .bocnt{width: 80px;} /* 조회수 */

		.my-bbs .head .advert{width:40%;}
		.my-bbs .head .subject{flex: 1;} /* 제목 */
		.my-bbs .head .addpay{flex: 1;} /* 가격,신청 */

	.my-bbs .datalist{display:flex; flex-wrap: wrap; width: 100%;}
		.my-bbs .datalist li{display:flex; flex-direction: row; justify-content: center; align-items: center; padding:10px; font-size: 14px; color: #333; font-weight: 400; border-bottom: 1px solid #F1F1F1;}
		.my-bbs .datalist .chkBox{width: 30px;} /* 체크박스 */
		.my-bbs .datalist .num{width: 80px;} /* 번호 */
		.my-bbs .datalist .area{width: 160px; color:#007bff} /* 지역 */
		.my-bbs .datalist .thumnail{width: 200px;} /* 썸네일 */
		.my-bbs .datalist .region{width: 200px;} /* 지역,급여 */
		.my-bbs .datalist .jumptime{width: 120px;} /* 점프시간 */
		.my-bbs .datalist .subject{flex: 1; min-width: 0; justify-content: flex-start !important;} /* 제목 */
		.my-bbs .datalist .boname{width: 100px;} /* 이름 */
		.my-bbs .datalist .bowrdt{width: 100px;} /* 작성일 */
		.my-bbs .datalist .bocnt{width: 80px;} /* 조회수 */

		.my-bbs .bo_notice{background-color: #f8f9fa !important;}
		.my-bbs .datalist .notice_icon{background:#FF69B4; color:#fff; padding:0 5px;}
		
		.my-bbs .datalist .subject a{display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
		.my-bbs .datalist .imgBox{position:relative; border-radius: 8px; background:#F0F0F0; width: 100%; height:80px; overflow: hidden;}
		.my-bbs .datalist .imgBox img{width: 100%; height:100%; object-fit: cover;}
		.my-bbs .datalist .imgBox span{display: inline-block; position: absolute; background: #e00384; color: #fff; padding: 2px 3px 2px 3px; top: 0; line-height: 100%; font-size: 10px; z-index: 100;}
		.my-bbs .datalist .regionBox{display:flex; justify-content: space-between; width:100%;}
		.my-bbs .datalist .regionBox .txt{font-size:14px;}
		.my-bbs .datalist .regionBox .pay{display:flex; gap:5px; font-size:14px;}
		.my-bbs .datalist .regionBox .pay .female{background:#ec95f1; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff;}
		.my-bbs .datalist .regionBox .pay .male{background:#007bff; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff;}
		.my-bbs .datalist .regionBox .pay .day{background:#78dd8f; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600;}
		.my-bbs .datalist .new_icon{background:#FF69B4; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff; margin-left:10px;}

		.my-bbs .datalist .fcolor{color:#FF69B4;}
		.my-bbs .datalist .empty_list{width:100%;}
		
/* 광고구분 */
.my-advert {display: flex; flex-direction: column; width: 100%;}
	.my-advert .head{display:flex; align-items:center; width:100%; border-top: 2px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; }
		.my-advert .head li{font-size: 14px; font-weight: 600; padding:16px 0px; text-align:center;}
		.my-advert .head .advert{width:40%;}
		.my-advert .head .addpay{flex: 1;} /* 가격,신청 */

	.my-advert .advertlist{display:flex; flex-wrap: wrap; width: 100%;}
		.my-advert .advertlist .advert{width:40%; margin-right:50px}
		.my-advert .advertlist .addpay{flex: 1; min-width: 0; justify-content: flex-end !important; margin-left:50px} /* 가격,신청 */

		.my-advert .advertlist li{display:flex; justify-content: center; align-items: center; flex-wrap: wrap; padding:10px; font-size: 14px; color: #333; font-weight: 400; border-bottom: 1px solid #F1F1F1;}
		.my-advert .advertlist .advert{width:40%;}
		.my-advert .advertlist .advert_area{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width:100%;}
		.my-advert .advertlist .advert_area .imgBox{display: flex; justify-content: center; background-color:unset; height:unset; border-radius: 8px; width: 200px; overflow: hidden; font-size:18px; font-weight:600;}
		.my-advert .advertlist .advert_area .imgBox img{width: 100%; object-fit: contain;}
		.imgw90{width:90px !important;}
		.my-advert .advertlist .advert_area .advert_info{font-size:14px; font-weight:500; text-align:center; line-height: 24px;}
		.my-advert .advertlist .advert_area .pc{display:block}
		.my-advert .advertlist .advert_area .mobile{display:none}
		.my-advert .advertlist .advert_area .imgBox .line-box-img{position: relative; background-color:#a2e01e; font-size: 16px; padding: 5px 10px; text-align: center; font-weight:600;}

		.my-advert .advertlist .advert_pay{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width:100%;}
		.my-advert .advertlist .advert_pay .payBox{font-size:14px; font-weight:500; text-align:center; line-height: 24px;}
		.my-advert .advertlist .advert_pay .payBox .price-list {width: 150px; border:none; padding: 0; margin: 0; list-style: none;}
		.my-advert .advertlist .advert_pay .payBox .price-list li {display: flex; justify-content: space-between; border:none; padding: 4px 0; font-size: 14px;}
		.my-advert .advertlist .advert_pay .payBox .price-list .highlight {color: blue; font-weight: bold;}
		.my-advert .advertlist .advert_pay .payBox .price-list .price-hot {color: #FF69B4; font-weight: bold;}
		.my-advert .advertlist .advert_pay .buttonBox{display:flex; gap:10px;}
		.my-advert .advertlist .advert_pay .buttonBox a{display:flex; border:none; color: #fff; font-weight: 600; height:50px; font-size: 1rem;}
		.my-advert .advertlist .advert_pay .buttonBox .visible{background:#323c46 !important;}
		.my-advert .advertlist .advert_pay .buttonBox .adapp{background:#FF69B4 !important;}
		

		#bo_cate li .on{font-weight:700}

/*글쓰기*/

.bo_write{display:flex; flex-direction: column; width:100%;}
.bo_write h2{font-size:26px; font-weight:600; margin-bottom:20px;}
.bo_write .mt30{margin-top:30px;}
.bo_write .bo_form_inner {border:1px solid #dde7e9;border-radius:12px}
.bo_write .bo_form_inner h3{font-size:20px; font-weight:600; padding: 20px;}
.bo_write .bo_form_inner h3 span{color:#FF69B4;}
.bo_write .bo_form_inner ul {display: flex; flex-wrap: wrap; justify-content: space-between; padding:20px;  padding-top:0;}
.bo_write .bo_form_inner label {display:block;line-height:24px; font-size:16px; font-weight:600; color:#333}
.bo_write .bo_form_inner label.inline {display:inline}
.bo_write .bo_form_inner li{display:flex; flex-wrap: wrap; align-items: center; margin-top:10px; width:100%;}
/*.bo_write .bo_form_inner li:nth-child(1){margin-top:0px;}*/
.bo_write .bo_form_inner li label{width:140px;}
.bo_write .bo_form_inner li input {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width: calc(100% - 140px); height: 50px; padding: 0 15px;}
.bo_write .bo_form_inner li select {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width: calc(100% - 140px); height: 50px; padding: 0 15px;}
.bo_write .bo_form_inner .w50{width:calc(50% - 30px);}
.bo_write .bo_form_inner .selectbox{padding:0; width: calc(100% - 140px); background:#323c46; color:#fff;}
.bo_write .bo_form_inner select.required-visible-fix {position: absolute !important; left: -9999px !important; width: 0 !important; height: 0 !important; padding: 0 !important; margin: 0 !important; border: 0 !important; display: block !important; visibility: visible !important;}

.bo_write .box-group{display:flex; flex-wrap: wrap; gap:5px; width: calc(100% - 140px);}
.bo_write .wr_adprice{color:#007bff; font-size:20px; font-weight:600;}
.bo_write .tot_adprice{color:#FF69B4; font-size:26px; font-weight:600;}
.bo_write .box-group input[type="radio"] {display: none;}
.bo_write .box-group input[type="checkbox"] {display: none;}
.bo_write .box-group label {display: inline-flex; justify-content: center; align-items: center; width:80px !important; height:50px !important; line-height: 18px; padding:0 5px; border: 1px solid #ccc; border-radius: 6px; cursor: pointer; font-size: 12px; background-color: #f9f9f9; transition: all 0.2s ease;}
.bo_write .box-group input[type="radio"]:checked + label {background-color: #007bff; color: #fff; border-color: #007bff;}
.bo_write .box-group input[type="checkbox"]:checked + label {background-color: #007bff; color: #fff; border-color: #007bff;}

.bo_write .box-group input[type="text"]{width:250px;}
.bo_write .selectbox{padding:0; background:#323c46; color:#fff;}
.bo_write .selectbox ul{padding:0; height:200px; overflow-y: auto; }
.bo_write .selectbox ul li{margin-top:0; color:#333;}
.bo_write .selectbox .current{padding-left:15px;}
.bo_write .nice-select:after{border-top:5px solid #fff;}
.bo_write .nice-select.open:after {border-top: none; border-bottom: 5px solid #fff;}
.bo_write .box-group p{width:100%; color:#FF69B4;}
.jobselectbox{width:170px !important;}

.bo_write .addfilebox{display: flex; flex-direction: column; width: 100%}
.bo_write .addfilebox p{width:100%; color:#FF69B4; margin-top:5px;}
.bo_write .addfile{display: flex; flex:1 1 100%; flex-direction: column; }
.bo_write .addfile input[type=file]{display:none}
.bo_write .addfile .addbtn{justify-content: center; width: 60px; height: 60px; border:none; background:#fff; padding:0;}

.bo_write .addfile .add_previewBox{display:flex; gap:10px; margin-top:10px;}
.bo_write .addfile .add_previewBox .add{position: relative; width: 100px; height: 100px; border-radius: 10px; border: 1px solid #E0E0E0; background: #FFF;}
.bo_write .addfile .add_previewBox .add img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}
.bo_write .addfile .add_previewBox .add .delete{position: absolute; top:-6px; right: -6px; justify-content: center; width:17px; height: 17px; border:none; background:transparent; padding:0}
.bo_write .addfile .add_previewBox .add .filedelete{position: absolute; top:-6px; right: -6px; justify-content: center; width:17px; height: 17px; border:none; background:transparent; padding:0}
.bo_write .wr_content {width: calc(100% - 140px);}
.flex-start{align-items: flex-start !important;}
.readonly{background:#ebebeb !important;}
.full{width:100%;}

.bo_write .filebox{display:flex; gap:10px; width: 100%; padding:4px 20px;}
.bo_write .filebox:last-child{margin-bottom:20px;}
.bo_write .filebox .upload-name {height: 40px; padding: 0 10px; border: 1px solid #dddddd; width: calc(100% - 110px); color: #999999;}
.bo_write .filebox label {display: flex; width: 100px; padding: 10px 0px; color: #fff; background-color: #999999; cursor: pointer; height: 40px; margin-left: 10px; align-items: center; justify-content: center;}
.bo_write .filebox input[type="file"] {position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0;}
.bo_write .btn_confirm {display:flex; justify-content: center; gap:10px; margin-top:40px;}
.bo_write .btn_confirm a.btn_cancel {display:flex; align-items: center; justify-content: center; width:calc(30% - 5px); background: #fff; border: 1px solid #e9e9e9; color:#000; height:50px; border-radius: 10px; font-size:16px; }
.bo_write .btn_confirm .btn_submit {display:flex; align-items: center; justify-content: center; width:calc(30% - 5px); background: #434a54; border:none; color:#fff; height:50px; border-radius: 10px; font-size:16px; }
.bo_write .filebox .file_del{display:flex; align-items: center;}
.bo_write .filebox .file_del label{background-color:unset; color:#333; padding:10px 0; font-size:14px; font-weight: 400; height:unset} 


.bo_write .advertfilebox{display: flex; flex-direction: column; width: calc(100% - 140px);}
.bo_write .advertfilebox p{width:100%; color:#FF69B4; margin-top:5px;}
.bo_write .advertfilebox .advertfile{display: flex; flex:1 1 100%; flex-direction: column; }
.bo_write .advertfilebox .advertfile input[type=file]{display:none}
.bo_write .advertfilebox .advertfile .advertbtn{justify-content: center; width: 60px; height: 60px; border:none; background:#fff; padding:0;}
.bo_write .advertfilebox .advertfile .advert_preview{display:flex; gap:10px; margin-top:10px;}
.bo_write .advertfilebox .advertfile .advert_preview .banadd{position: relative; width: 100px; height: 100px; border-radius: 10px; border: 1px solid #E0E0E0; background: #FFF;}
.bo_write .advertfilebox .advertfile .advert_preview .banadd img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px;}
.bo_write .advertfilebox .advertfile .advert_preview .banadd .delete{position: absolute; top:-6px; right: -6px; justify-content: center; width:17px; height: 17px; border:none; background:transparent; padding:0}
.bo_write .advertfilebox .advertfile .advert_preview .banadd .banDel{position: absolute; top:-6px; right: -6px; justify-content: center; width:17px; height: 17px; border:none; background:transparent; padding:0}


.bo_v{display: block; margin:0;}
.bo_v_title{position: relative; display:flex; flex-wrap: wrap; margin: 0 0 10px 0; padding-bottom: 20px;}
.bo_v_title a{position: absolute; right:0; top:0; display:flex; justify-content: center; align-items: center; background-color: #323c46; border-radius:6px; padding:4px 10px; color:#fff;}
.bo_v_title .bo_v_cate {display: flex; justify-content: center; align-items: center; margin: 1px 5px 0 0; padding: 0 10px; vertical-align: top; background-color: #FF69B4; line-height: 20px; color: #fff; border-radius: 10px;}
.bo_v_title .bo_v_tit {display: inline-block; font-size: 24px; font-weight: 700; word-break: break-all;}

#bo_v_info .profile_info{margin: 0px 0 10px !important;}
.fotorama {margin-bottom:50px;}

/* 게시판 상세 */
.jonInfo{display:flex; flex-wrap: wrap; gap:20px; margin-bottom:50px;}
.jonInfo .item{width:calc(50% - 10px); border: 1px solid #e9e9e9; padding:20px;}
.jonInfo .item h3{font-size: 22px; font-weight:500; margin-bottom:10px;}
.jonInfo .item dl{display:flex; flex-wrap: wrap; align-items: center;}
.jonInfo .item dt{width:25%; font-size: 17px; font-weight:600; padding:4px 0;}
.jonInfo .item dd{width:calc(100% - 25%);  font-size:16px; font-weight:500; padding:4px 0;}
.jonInfo .item .tel{font-size:24px; color:#FF69B4; font-weight:600;}
.jonInfo .item span{display:inline-flex; padding:4px; font-size:12px; line-height:1; margin-right:5px;}
.jonInfo .item .gender{background:#ec95f1; color:#fff}
.jonInfo .item .day{background:#78dd8f; color:#333;}
.jonInfo .item .pay{font-weight:600; color:#FF69B4;}

.buttonBox{display:flex; justify-content: center; margin:40px 0;}
.buttonBox a{display:flex; justify-content: center; align-items: center; font-size:20px; height:60px; padding:0 20px; font-weight:500; border-radius:12px; background:#FF69B4; color:#fff;}

.Infomation{border: 1px solid #e9e9e9; padding: 20px; font-size:15px; margin-bottom:20px; }
.Infomation span{color:#FF69B4;}

.bo_gall {width:100%;}
.bo_gall h2{font-size: 26px; font-weight: 600; margin-bottom: 20px;}

/*구직상세*/
.job_view{display:flex; flex-direction: column; width:100%;}
.job_view h2{font-size:26px; font-weight:600; margin-bottom:20px;}
.job_view .mt30{margin-top:30px;}
.job_view .bo_form_inner {border:1px solid #dde7e9;border-radius:12px}
.job_view .bo_form_inner h3{font-size:20px; font-weight:600; padding: 20px; padding-bottom:0;}
.job_view .bo_form_inner ul {display: flex; flex-wrap: wrap; justify-content: space-between; padding:20px}
.job_view .bo_form_inner label {display:block;line-height:24px; font-size:16px; font-weight:600; color:#333}
.job_view .bo_form_inner label.inline {display:inline}
.job_view .bo_form_inner li{display:flex; flex-wrap: wrap; align-items: center; margin-top:10px; width:100%;}
.job_view .bo_form_inner li:nth-child(1){margin-top:0px;}
.job_view .bo_form_inner li label{width:140px;}
.job_view .bo_form_inner li input {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width: calc(100% - 140px); height: 50px; padding: 0 15px;}
.job_view .bo_form_inner li select {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width: calc(100% - 140px); height: 50px; padding: 0 15px;}
.job_view .bo_form_inner .w50{width:calc(50% - 30px);}

.job_view .box-group{display:flex; flex-wrap: align-items: center; wrap; gap:5px; width: calc(100% - 140px);}
.job_view .box-group .female{background:#ec95f1; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff;}
.job_view .box-group .male{background:#007bff; font-size:12px; width:20px; line-height:20px; text-align:center; font-weight:600; color:#fff;}
.job_view .box-group .day{background:#78dd8f; font-size:12px; line-height:20px; text-align:center; font-weight:600; padding:0 5px;}
.job_view .box-group input[type="radio"] {display: none;}
.job_view .box-group input[type="checkbox"] {display: none;}
.job_view .box-group label {display: inline-flex; justify-content: center; align-items: center; width:80px !important; height:50px !important; line-height: 18px; padding:0 5px; border: 1px solid #ccc; border-radius: 6px; cursor: pointer; font-size: 12px; background-color: #f9f9f9; transition: all 0.2s ease;}
.job_view .box-group input[type="radio"]:checked + label {background-color: #007bff; color: #fff; border-color: #007bff;}
.job_view .box-group input[type="checkbox"]:checked + label {background-color: #007bff; color: #fff; border-color: #007bff;}

.job_view .box-group input[type="text"]{width:250px;}
.job_view .selectbox{padding:0; width:170px; background:#323c46; color:#fff;}
.job_view .selectbox ul{padding:0; height:200px; overflow-y: auto; }
.job_view .selectbox ul li{margin-top:0; color:#333;}
.job_view .selectbox .current{padding-left:15px;}
.job_view .nice-select:after{border-top:5px solid #fff;}
.job_view .nice-select.open:after {border-top: none; border-bottom: 5px solid #fff;}
.job_view .box-group p{width:100%; color:#FF69B4;}
.job_view .btn_confirm {display:flex; justify-content: center; gap:10px; margin-top:40px;}
.job_view .btn_confirm a {display:flex; align-items: center; justify-content: center; width:calc(25% - 5px); background: #434a54; color:#fff; height:50px; border-radius: 10px; font-size:16px; }


/*상품구분*/
.product{width:100%;}
.product h2{font-size: 26px; font-weight: 600; margin-bottom: 20px;}


/* 탭컨텐츠 */
.tab-menuBox { display: flex; justify-content: space-between; margin-bottom: 0; border-bottom: 1px solid #e9e9e9;}
.tab-menu { display: flex; margin-bottom: 0; }
.tab-button {display: flex; justify-content: center; align-items: center; border-radius: 10px 10px 0 0; border-top: 1px solid #e9e9e9; border-left: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; background: #efefef; height: 50px; padding: 0 20px; cursor: pointer;}
.tab-button:not(:last-child) {border-right: none; /* 탭 사이 경계선 제거 */}
.tab-button:last-child {border-right: 1px solid #e9e9e9; /* 마지막 탭만 오른쪽 경계 */}
.tab-button.active { border-radius: 10px 10px 0 0; border-bottom: none; background: #fff; font-weight: bold;}

/* myadvert*/
.myadvert{display:flex; flex-direction: column; width:100%;}
.myadvert h2{font-size:26px; font-weight:600; margin-bottom:20px;}

.myadvert .card {position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; border: 1px solid #e9e9e9; border-radius: 12px; overflow: hidden;}
.myadvert .card-header {display:flex; align-items: center; padding: 10px 15px; margin-bottom: 0; background: #f9f9f9; border-bottom: 1px solid #e9e9e9;}
.myadvert .card-header .txt{font-weight:500; margin-right:5px;}
.myadvert .card-header a{display:flex; gap:5px; align-items: center; flex-wrap: wrap; font-weight:500;}
.myadvert .card-header .tcolor1{color:#FF69B4; font-weight:600;}
.myadvert .card-header .tcolor2{color:#8d8d8d; font-weight:400;}
.myadvert .card-body {-ms-flex: 1 1 auto; flex: 1 1 auto; padding:10px 15px !important;}

.toggle-switch {display: flex; align-items: center; position: relative; width: 60px; height: 29px;  margin-right:15px;}
.toggle-input { display: none; /* 체크박스 숨김 */}
.toggle-label {display: flex; align-items: center; position: absolute; top: 0; left: 0; width: 60px; height: 29px; border-radius: 17px; background-color: #ccc; cursor: pointer; transition: background-color 0.2s;}
.toggle-label:before {content: ""; position: absolute; top: 2px; left: 2px; width: 25px; height: 25px; border-radius: 50%; background-color: white; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.2s;}
.toggle-input:checked + .toggle-label {background-color: #2196F3;}
.toggle-input:checked + .toggle-label:before {transform: translateX(31px); /* ON 위치로 이동 */}
.toggle-text {position: absolute; font-size: 12px; font-weight: bold; color: #fff; transition: opacity 0.3s;}
.toggle-text:nth-child(1) {right: 8px; opacity: 1; /* OFF */}
.toggle-text:nth-child(2) {left: 8px; opacity: 0; /* ON */}
.toggle-input:checked + .toggle-label .toggle-text:nth-child(1) {opacity: 0; /* OFF */}
.toggle-input:checked + .toggle-label .toggle-text:nth-child(2) {opacity: 1; /* ON */}

.myadvert .myButton{display: flex; flex-wrap: wrap; gap:10px; margin-bottom:50px;}
.myadvert .myButton a{display: flex; align-items: center; color: #fff; font-weight: 400; background: #323c46; border:none; padding:5px 10px; border-radius: 6px}
.myadvert .myButton .autojump{color: #212529; background-color: #ffc107;}
.myadvert .myButton .writeBtn{color: #fff; background-color: #323c46; padding:10px 15px; font-size:16px; font-weight:500; margin-top:20px;}

.myadvert .advertInfo{display:block; color: #6c757d; line-height: 26px;}
.myadvert .advertInfo .tcolot1{color:#3a8afd}
.myadvert .advertInfo .tcolot2{color:#FF69B4}


.flex-col {-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}
.gap-2 {gap: 0.75rem !important;}	/* 12px */
.items-start {-webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;}

.report_form {border: 1px solid #dde7e9; border-radius: 12px; padding:20px;}
.w-full{width:100% !important;}

.bt0{border-top:0px !important}
.mt20{margin-top:20px !important}
.mt50{margin-top:50px !important}
.mb0{margin-bottom:0px !important}
.font-400{font-weight:400 !important}
.font-600{font-weight:600 !important}

.report {display:block; width:100%}
.report ul {display: flex; flex-wrap: wrap; justify-content: space-between; gap:40px;}
.report label {display:block; line-height:24px; font-size:16px; font-weight:600; color:#333}
.report label.inline {display:inline}
.report li{display:flex; flex-wrap: wrap; align-items: center; margin:5px 0; width:calc(50% - 20px);}
.report li label{width:80px;}
.report li input {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width:calc(100% - 80px); height: 50px; padding: 0 15px; background-image: url(../img/require.png) !important; background-repeat: no-repeat !important; background-position: right top !important;}
.report li select {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width:calc(100% - 80px); height: 50px; padding: 0 15px;}
.report li textarea {font-size: 15px; font-weight: 400; background-color: #fff; border: 1px solid #CBCBCB; border-radius: 10px; width:calc(100% - 80px); height: 300px; padding: 15px; resize: none;}
.report .selectbox{padding:0; width: calc(100% - 140px); background:#323c46; color:#fff;}
.report select.required-visible-fix {position: absolute !important; left: -9999px !important; width: 0 !important; height: 0 !important; padding: 0 !important; margin: 0 !important; border: 0 !important; display: block !important; visibility: visible !important;}
.report .btn_confirm {display:flex; gap:10px; margin-top:20px; }
.report .btn_confirm .btn_submit {display:flex; align-items: center; justify-content: center; width:calc(30% - 5px); background: #434a54; border:none; color:#fff; height:50px; border-radius: 10px; font-size:16px; }

.text-323c46{color:#323c46 !important}
.text-FF69B4{color:#FF69B4 !important}
.false_adver{display:block; margin-bottom:30px;}
.false_adver h3{font-size:18px; font-weight: 700;}
.false_adver ol {list-style: decimal !important; padding-left: 1.5rem !important; margin-bottom:30px;}
.false_adver ol li {width:100% !important; display: list-item !important;}


/* 체크박스 */
.chkBox-group{position: relative; display: block; border: 1px solid rgba(0, 0, 0, .125); border-left: 0; border-right: 0; padding:20px 0; margin-bottom:30px;}
.chkBox-group input[type="checkbox"]{display:none;}
.chkBox-group input[type="checkbox"]+label {position: relative; padding-left:27px; font-size: 16px; font-weight:500;}
.chkBox-group input[type="checkbox"]+label:before {display: flex !important; justify-content: center; content: ''; display: block; width: 20px; height: 20px; border-radius: 2px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border: 1px solid #CBCBCB; background-color: #FFF;}
.chkBox-group input[type="checkbox"]:checked+label:before {content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; background-color: #FF69B4; border: 1px solid #FF69B4; color: #FFF; line-height: 20px; font-size: 12px;}

.table-responsive {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top:10px;}
.table-responsive table {width: 100%; border-collapse: collapse;}
.table-responsive table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
.table-responsive table th {background:#f7f7f9;width:33.33%;color:#000;padding:10px;border:1px solid #d8dbdf}
.table-responsive table td {border:1px solid #e7e9ec;padding:10px;border-top:0}

/* 개인정보 처리방침 */
.privacy {margin-top:60px;}
.privacy h4 {font-size: 22px; margin-bottom: 15px; font-weight: 500;}
.privacy h5 {margin-bottom: 60px; font-size: 15px; font-weight: 400; line-height: 24px;}
.privacy li {margin-bottom: 15px; font-size: 15px; font-weight: 400; line-height: 24px;}
.privacy ol li {text-indent: -20px; padding-left: 20px;}
.privacy_txt {background: #f3f3f3; padding: 15px; border-radius: 10px; margin: 10px 0; font-size: 15px;}
.privacy .privacy_txt ul {margin-left: 15px;}
.privacy .privacy_txt li {list-style-type: none; text-indent: -7px; padding-left: 7px; margin-left: -10px; margin-bottom: 0;}

/* 게시판 첨부파일 */
.bo_v_img{display:flex; flex-wrap: wrap; gap:5px; width:100%; margin-bottom:30px;}
.bo_v_img a{width:100%;}
.bo_v_img img{width:100%; height:auto;}