@charset "utf-8";
@import url("basic.css");

@font-face {
	font-family: "Noto Sans";
	font-weight: 200;
	font-style: normal;
	src: url("../fonts/NotoSansKR-Light.eot");
	src: local(※), url("../fonts/NotoSansKR-Light.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Light.woff") format("woff"), url("../fonts/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/NotoSansKR-DemiLight.eot");
	src: local(※), url("../fonts/NotoSansKR-DemiLight.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-DemiLight.woff") format("woff"), url("../fonts/NotoSansKR-DemiLight.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	font-style: normal;
	src: url("../common/fonts/NotoSansKR-Regular.eot");
	src: local(※), url("../fonts/NotoSansKR-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/NotoSansKR-Medium.eot");
	src: local(※), url("../fonts/NotoSansKR-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/NotoSansKR-Bold.eot");
	src: local(※), url("../fonts/NotoSansKR-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR-Bold.otf") format("opentype");
}

@font-face {
	font-family: 'HANAMDAUM';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/HANAMDAUM.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'KOFIHDrLEEJWTTF-L';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/KOFIHDrLEEJWTTF-L.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'KOFIHDrLEEJWTTF-B';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/KOFIHDrLEEJWTTF-B.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

/* skipnav */
.skipnav {
	position:absolute;
	width:100%;
	z-index:100000;
}
.skipnav dd a {
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:1px;
	height:1px;
	margin:-10000px 0 0 -10000px;
	padding:0;
	background-color:#033477;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-weight:bold;
}
.skipnav dd a:hover,.skipnav dd a:active,.skipnav dd a:focus {
	margin:0;
	width:100%;
	height:auto;
	padding: 10px;
}
/********************************************************************************************************************************************/
/* mobile */
#asideArea {
	display:none;
}
/* #asideArea .total_home {
	height:60px;
	padding-left:18px;
	padding-bottom:1px;
	background:#ffffff;
	color:#214489;
	font-size:20px;
	font-weight:700;
	line-height:60px;
}
#asideArea .total_home .home_btn {
	float:left;
	width:38px;
	height:38px;
	margin-top:10px;
}
#asideArea .total_home .home_btn a {
	display:block;
	width:38px;
	height:38px;
	text-indent:-99999px;
	background:url("../images/common/mobile_home.gif") 50% 50% no-repeat;
	background-size:38px auto;
}
#asideArea #totalClose {
	display:block;
	position:absolute;
	top:14px;
	right:10px;
}
#asideArea #totalClose a {
	display:block;
	width:36px;
	height:36px;
	padding:0;
	background:url("../images/common/total_menu_close.png") 50% 50% no-repeat;
	background-size:18px auto;
	text-indent:-9999px;
}
.total_link {
	float:left;
	margin-left:50px;
}
.total_link:after {
	display:block;
	clear:both;
	content:'';
}
.total_link li {
	float:left;
	padding:0 2px;
}
#totalNav {
	position:relative;
	padding-bottom:20px;
}
#totalNav .nav_item {
}
#totalNav .nav_btn {
	display:block;
	position:relative;
	padding:12px 21px 12px 23px;
	border-bottom:1px solid #dcdcdc;
	background-color:#fff;
	color:#3e3e3e;
	font-size:15px;
	background:#fff url('../images/common/m_li_op.png') no-repeat;
	background-position:right 20px top 14px;
	background-size:14px;
}
#totalNav .nav_btn.active {
	background:#fff url('../images/common/m_li_clo.png') no-repeat;
	background-position:right 20px top 50%;
	background-size:14px;
}
#totalNav .nav_list>li {
	background:#f6f7f7 url('../images/common/m_li_bg.png') 25px 50% no-repeat;
	background-size:3px;
}
#totalNav a {
	text-decoration:none;
}
#totalNav .nav_list {
	display:none;
}
#totalNav .nav_list>li>a {
	display:block;
	padding:12px 6px 12px 40px;
	border-bottom:1px solid #e3e3e3;
	color:#000;
}
#totalNav .nav_list>li>a.nav_sbtn {
	background:url("../images/common/menu_plus.png") 93% 50% no-repeat;
}
#totalNav .nav_list>li>a.nav_sbtn.active {
	background:url("../images/common/menu_minus.png") 93% 50% no-repeat;
}
#totalNav .nav_list .desc_list {
	display:none;
	padding:12px 6px 14px 25px;
	border-bottom:1px solid #e1e1e1;
	background:#f7f8fa
}
#totalNav .nav_list .desc_list li {
	padding:4px 0 0px 10px;
	background:url('../images/common/total_nav_bullet.png') 0 50% no-repeat;
	background-size:4px auto;
}
#totalNav .nav_list .desc_list a {
	color:#4b536b;
}
#totalNav .nav_list .desc_list a.active {
	color:#0030aa;
	text-decoration:underline
}
#totalNav .nav_list .desc_list {
	display:none;
	padding:12px 6px 14px 25px;
	border-bottom:1px solid #e1e1e1;
	background:#f7f8fa
}
#asideArea h3.topTit {
	padding:18px 22px;
	background:#4379ba;
	color:#fff;
	font-weight:300;
	font-size:16px;
}
#asideArea .m_util {
	padding:10px 0;
	background:#2a3b99;
}
#asideArea .m_util li {
	float:left;
	padding:0 10px;
	border-right:1px solid #3e668f;
	width:33.3333333333%;
}
#asideArea .m_util li a {
	display:block;
	color:#fff;
	font-size:12px;
	font-family:'Dotum','돋움',"굴림","gulim","sans-serif";
	text-align:center;
}
#asideArea .m_util:after {
	content:"";
	display:block;
	clear:both;
	float:none;
}
#asideArea .m_util li:last-child {
	border:none;
}
.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index: 99998
} */
#wrap{
	/*background: url(../images/main/main2_bg.png) no-repeat center top;*/
	min-width: 1280px;
}


/********************************************************************************************************************************************/
/* #header */
.headerWrap{
	background-color: #ffffff;
	border-bottom: 1px solid #e3e3e3;
}

.headerWrap:hover{
	background: #ffffff;
}

#header .container{
	max-width: 1280px;
	margin: 0 auto;
}

#header .gnbBg {
	position:absolute;
	z-index:1001;
	top:101px;
	left: 0;
	width:100%;
	background-color: #f8f8f8; /* 기본 배경 색상 */
	background-image:
			url('../images/common/bg1.png'),
			url('../images/common/bg2.png');
	background-position:
			left 88px bottom,
			left top;
	background-repeat: no-repeat, no-repeat;
	display:none;
	overflow:hidden;
	border-radius: 0 0 50px 50px;
}

.headerWrap span.line{
	position: relative;
	display: block;
	max-width: 1820px;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 auto;
}

.headLogo {
	position: absolute;
	width: 270px;
	height: 100%;
}
.headLogo a {
	background: url(../images/common/top_logo.png) no-repeat left;
	display: inline-block;
	width: 100%;
	height: 100px;
	font-size: 20px;
	color: #000000;
	font-family: 'HANAMDAUM';
	font-weight: 700;
	line-height: 2;
	vertical-align: middle;
	padding-left: 44px;
	letter-spacing: -2px;
	padding-top: 30px;
}

.headLogo a img {
	margin-top: 5px;
}
.headGnb {
	display: block;
	width: 100%;
	color: #ffffff;
	overflow: hidden;
}

.line.hover .headGnb{
	color: #00205f;
}

.headGnb ul.extension{
	width: calc(100% - 300px);
	height: 100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}

.headGnb>ul>li {
	float:left;
	width:20%;
	line-height: 40px;
	cursor: pointer;
	/*text-align:center;*/
	/*position:relative;*/
}

.headGnb>ul>li>a {
	display: block;
	font-size: 20px;
	font-family: KOFIHDrLEEJWTTF-L;
	color: #000000;
}

.headGnb>ul>li.hover > a{font-family: KOFIHDrLEEJWTTF-B; color: #e65a31;}
.headGnb>ul>li.hover > .headSubMenu ul{background: #e65a31;}

.headGnb>ul>li.m5>a {
	background: #323232 url(../images/common/arrow_db.png) no-repeat right;
	background-size: 7px 14px;
	background-position: calc(100% - 18px);
	color: #ffffff;
	padding: 14px 34px 14px 27px;
	border-radius: 30px;
}

.headSubMenu {
	display:none;
	position:absolute;
	z-index:1010;
	top:101px;
	width:100%;
}

.headSubMenu ul{width: 200px; height: 162px; padding-top: 25px; padding-bottom: 39px;}
.headSubMenu li {
	width: 200px;
	color: #000000;
	font-family: KOFIHDrLEEJWTTF-L;
}
li.hover > .headSubMenu li{color: #ffffff;}
.headSubMenu li:hover a{text-decoration: underline; text-underline-offset : 4px;}

#header .state{
	position: absolute;
	height: auto;
	top: 35px;
	right: 103px;
}

#header .state div{
	display: inline-block;
	text-align: center;
	line-height: 35px;
	color: #656565;
	padding: 0 5px;
	position: relative;
}
#header .state div.headLogin:after{
	content: '';
	position: absolute;
	right: -2px;
	top: 11px;
	height: 12px;
	width: 1px;
	background-color: #656565;
}

#header .search_common{
	position: absolute;
	top: 41px;
	right: 54px;
	width: 27px;
	height: 35px;
}


#header .search_common a {
	background:url("../images/common/search_btn2.png")no-repeat;
	height: 28px;
	display: block;
	background-size: contain;
}

#header .sideMenu{
	position: absolute;
	height: auto;
	top: 41px;
	right: 0;
	width: 23px;
	height: 25px;
}

#header .sideMenu .menu_open a{
	display: block;
	background: url(../images/common/icon_sitemap2.png) no-repeat right;
	height: 25px;
	background-size: contain;
}

#header ul.util li.search_common {
	width:33px;
	height:33px;
	padding:28px 0 0 0;
	font-size:0;
	margin-left:20px;
}
#header ul.util li.search_common a {
	background:url("../images/common/search_btn.png")no-repeat;
	text-indent:-99999px;
	display: block;
}
/********************************************************************************************************************************************/
/* search */
#header .main_search_box {
	display:none;
	position:absolute;
	width:100%;
	left:0;
	top:101px;
	background:#FFF8F6;
	padding:68px 0 75px 0;
	z-index:10001;
	border-radius: 0 0 50px 50px;
}
#header .main_search_box .container {
	display: flex;
	width:834px;
	align-items: center;
}

.main_search_box .container .search_main {
	width:750px;
	margin:0 auto;
}

.search_main span.write {
	display:block;
	position: relative;
}

.search_m.visual_search span.write{border-bottom: none; position: relative; display:block;}

.search_main span.write .search_int {
	display:inline-block;
	padding:20px 30px;
	font-size:20px;
	font-weight: 100;
	border: 3px solid #e65a31;
	width: 100%;
	background-color: #ffffff;
	border-radius: 35px;
	color:#929291;
}
.search_main span.write .search_int::placeholder {
	color:#929291;
	font-family: "Noto Sans KR";
	font-size: 20px;
	font-weight: 100;
}

button.sch_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	border-radius: 100%;
	border: none;
	width: 80px;
	background: #e65a31 url("../images/common/search_top_icon.png") center no-repeat;
	background-size: 35px ;
}

.container .search_close {
	background: url("../images/common/ico_close.png") top center no-repeat;
	background-size: contain;
	padding-top: 42px;
	font-family: KOFIHDrLEEJWTTF-L;
}
/********************************************************************************************************************************************/
/* footer */
#footer {
	height:344px;
	background:#1d2429;
	position:relative;
}

#footer .footer_cont{
	font-family: "On Mobile OTF";
}

#footer .footerLogo {
	margin-top:33px;
	margin-right:120px;
	float:left;
	background:#ffc0ff;
}
#footer .footerLogo a {
	display:block;
}
#footer .infoMenu {
	padding-top:42px;
}
#footer .infoMenu li {
	float:left;
	padding:0 15px;
	background:url('../images/common/bg_util_line.gif')no-repeat right center;
	color: #70757a;
}
#footer .infoMenu li:first-child{color: #bd8242}
#footer .infoMenu li:last-child {
	background:none;
}
#footer .address {
	position: absolute;
	right: 0;
	top: 42px;
	color: #70757a;
}

#footer .address span{
	margin-right: 5px;
}

#footer .address em{
	display: block;
	font-size: 13px;
}

#footer .quick_link {
	position:absolute;
	top:51px;
	right:0;
	box-sizing:border-box;
}
#footer .quick_link .quick_site {
	display:inline-block;
	width:220px;
	height:38px;
	line-height:35px;
	font-size:14px;
	color:#707070;
	padding-left:11px;
	border:1px solid #cfd6db;
	background:url("../images/common/bg_arr_pc.png") right center no-repeat,#fff;
	box-sizing:border-box;
}
#footer .quick_link .desc_box {
	position:absolute;
	overflow-y:auto;
	border:1px solid #ddd;
	display:none;
	bottom:37px;
	left:0;
	width:100%;
	height:148px;
	max-width:220px;
	z-index:111;
}
#footer .quick_link .desc_box ul li a {
	overflow:hidden;
	display:block;
	height:38px;
	padding:0 11px;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:35px;
	background:#fff;
	font-size:14px;
	border-top:1px solid #cfd6db;
	box-sizing:border-box;
}
#footer .quick_link .desc_box ul li a:hover {
	background:#d1d1d1;
}
#footer .quick_link .desc_box ul li:first-child a {
	border-top: 0;
}


/* 게시판 비밀번호 확인 */
.passw_txt {text-align:center;}
.passw_confirm {margin:30px 0;padding:20px 10px;border-top:1px solid #505050;border-bottom:1px solid #505050;text-align:center;}
.passw_confirm div {display:inline-block;}
.passw_confirm div input,
.passw_confirm div button,
.passw_confirm div a {vertical-align:top;}
.passw_confirm div button,
.passw_confirm div a {line-height:36px;padding:0 20px;border:1px solid #dedede;box-sizing:border-box;}
.passw_confirm div a {display:inline-block;}
.passw_confirm div input {border:1px solid #dedede;}

@media screen and (max-width:459px) {
	.passw_confirm div input {width:100%;}
	.passw_confirm div button,
	.passw_confirm div a {margin-top:10px;}
}

/* 게시물 삭제 확인페이지 */
.deleteWrite {margin:20px 0;}
.deleteWrite li {display:inline-block;}
.deleteWrite .deleteTit {margin-right:15px;}
.deleteWrite .deleteTxt {margin:10px 0;}
.deleteWrite .deleteTxt input[type="text"] {border:1px solid #ddd;}
.deleteWrite .deleteTxt input[type="submit"] {height:38px;line-height:36px;padding:0 20px;background:#06378e;color:#fff;}
.delBoard_btn li input.btn,
.delBoard_btn li input.btn.bg {height:38px;line-height:36px;padding:0 20px;}
.delBoard_btn li input.btn.bg {background:#06378e;color:#fff;}
.delBoard_btn li input.btn {margin-right:15px;border:1px solid #ddd;}

/* 필수입력사항 표시 */
span.star{color:#f90040;}


@media screen and (max-width:1232px){
	.section01 .equip_box{width:100%;}

}

#container .container{
	max-width:1280px;
	margin: auto;
}

.sub_title h2{
	color: #fff;
	font-size: 28px;
	font-family: "On Mobile OTF";
	font-weight: normal;
}

.sub_visual{
	width: 100%;
	height: 245px;
	background: url(../images/common/sub_visual.png) no-repeat;
}

.sub_visual h2{text-align: center; font-family: KOFIHDrLEEJWTTF-L; font-size: 40px; line-height: 245px; color: #ffffff;}

#sub_menu_path{
	margin-left: 0.8em;
	padding-top: 40px;
	font-family: "On Mobile OTF";
	font-weight: normal;
	letter-spacing: 2px;
	color: #ffffff;
}

#contents .common_step .common_tit .tit_area1 h2 {
	font-size: 40px;
	letter-spacing: 2px;
	color: #fff;
	padding-top: 40px;
	font-family: "On Mobile OTF";
}
#contents .common_step .common_tit .tit_area1 ul {
	padding-top: 25px;
}
#contents .common_step .common_tit .tit_area1 ul li {
	float: left;
	opacity: 0.6;
	padding-right: 10px;
}
#contents .common_step .common_tit .tit_area1 ul li:last-child {
	opacity: 1;
}
#contents .common_step .common_tit .tit_area1 ul li:last-child::after {
	content: "";
}
#contents .common_step .common_tit .tit_area1 ul li:first-child {
	opacity: 1;
}
#contents .common_step .common_tit .tit_area1 ul li:first-child::after {
	opacity: 0.6;
}
#contents .common_step .common_tit .tit_area1 ul li::after {
	content: ">";
	display: block;
	color: #fff;
	float: left;
	padding-left: 10px;
}
#contents .common_step .common_tit .tit_area1 ul li a {
	color: #fff;
	float: left;
}
#contents .common_step .common_tit .tit_area1 ul li a img {
	vertical-align: initial;
}

/* 인기검색어 */
.popular_search{width: 260px;}
.popular_search .popularSearches{border: 1px solid #7c7a77; border-radius: 10px; background-color: #ffffff;}
.popular_search .popularSearches:first-child{margin-bottom: 22px;}
.popular_search .popularSearches .popular_top{display: flex; justify-content: space-between; align-items: center; padding: 18px 11px;}
.popular_search .popularSearches .popular_top h3{padding-bottom: 0 !important; color: #82422f; font-family: KOFIHDrLEEJWTTF-B; font-size: 25px;}
.popular_search .popularSearches .popular_top .popular_search_select span{cursor: pointer; background-color: #ededed; color: #82422f; font-size: 18px; font-family: KOFIHDrLEEJWTTF-L; padding: 5px 10px; border-radius: 5px;}
.popular_search .popularSearches .popular_top .popular_search_select span.active{background-color: #82422f; color: #ffffff;}
.popular_search .popularSearches .weekSearch ol, .popular_search .popularSearches .monthSearch ol, .popular_search .popularSearches .find_search ol{padding: 20px; }
.popular_search .popularSearches .weekSearch ol li,
.popular_search .popularSearches .monthSearch ol li,
.popular_search .popularSearches .find_search ol li
{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 15px !important; line-height: 18px; font-family: KOFIHDrLEEJWTTF-L;}
.popular_search .popularSearches .weekSearch ol li.popular_1, .popular_search .popularSearches .weekSearch ol li.popular_2, .popular_search .popularSearches .weekSearch ol li.popular_3{font-family: KOFIHDrLEEJWTTF-B;}
.popular_search .popularSearches .find_search ol li.popular_1, .popular_search .popularSearches .find_search ol li.popular_2, .popular_search .popularSearches .find_search ol li.popular_3{font-family: KOFIHDrLEEJWTTF-B;}
.popular_search .popularSearches .find_search ol li button{background: url(/_themes/default/images/search/popluar_del.png) no-repeat center; width: 14px; height: 14px; background-size: 14px;}

.popular_search .popularSearches .weekSearch ol li span,
.popular_search .popularSearches .monthSearch ol li span,
.popular_search .popularSearches .find_search ol li span
{ font-family: KOFIHDrLEEJWTTF-B; color: #a6a6a6; font-size: 19px; margin-right: 15px;}
.popular_search .popularSearches .weekSearch ol a:nth-child(1) li span,
.popular_search .popularSearches .weekSearch ol a:nth-child(2) li span,
.popular_search .popularSearches .monthSearch ol a:nth-child(1) li span,
.popular_search .popularSearches .monthSearch ol a:nth-child(2) li span,
.popular_search .popularSearches .find_search ol li:nth-child(1) span,
.popular_search .popularSearches .find_search ol li:nth-child(2) span
{color: #e65a31;}
.popular_search .popularSearches .find_search ol li{display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px;}


/* 공통 적용사항 */
.pb72{padding-bottom: 72px;}
span.sub-content{font-size: 19px; color: #393939; display: block; margin-bottom: 15px;}