@charset "utf-8";

/* 20160923 템플릿 추가 */
#template { overflow:hidden; margin:111px auto 0; }
#template .template_list { margin:70px 1.5% 0; }
#template .template_list ul { margin:0; padding:0; }
#template .template_list li { list-style:none; float:left; width:31.3333333%; margin:0 1%; }
#template .template_list .thum { position:relative; border:2px solid #e0e0e0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -moz-box-shadow:0 0 12px #d9d9d9; -webkit-box-show:0 0 12px #d9d9d9; box-shadow:0 0 12px #d9d9d9; line-height:0; }
#template .template_list .thum img { width:100%; }
#template .template_list .thum .thum_ov { position:absolute; width:100%; height:100%; left:0; top:0; background:url(../images/design/thum_ov.png) no-repeat center; background-color:rgba(0,0,0,0.25); }
#template .template_list .thum_text { margin:20px 20px 40px; color:#414141; line-height:24px; font-family:gulim }
#template .template_list .thum_text span { color:#c30808; }
#template .template_page { margin:20px 0 50px; text-align:center; }

#template .template_view { position:relative; margin:0; min-height:800px; }
#template .template_view .side_area { position:absolute; width:26%; height:100%; right:0; top:0; background-color:#c9c9c9; -moz-box-shadow:-5px 0 12px #d9d9d9; -webkit-box-show:-5px 0 12px #d9d9d9; box-shadow:-5px 0 12px #d9d9d9; }
#template .template_view .side_area .view_title { overflow:hidden; position:relative; height:156px; background-color:#252525; }
#template .template_view .side_area .view_title .view_sns { position:absolute; left:10%; top:36px; }
#template .template_view .side_area .view_title .view_sns ul { margin:0; padding:0; }
#template .template_view .side_area .view_title .view_sns li { list-style:none; float:left; margin-right:5px; }
#template .template_view .side_area .view_title .view_subject { margin:70px 0 0 10%; font-family:Myriad Pro; font-size:38px; color:#fff; font-weight:bold; }
#template .template_view .side_area .view_price_area { overflow:hidden; position:relative; height:160px; background-color:#626262; }
#template .template_view .side_area .view_price_area .view_price { margin:40px 0 0 10%; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; font-size:38px; color:#ffba00; font-weight:100; letter-spacing:-1px; }
#template .template_view .side_area .view_price_area .view_price_hosting { margin:12px 0 0 10%; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; font-size:15px; color:#ffffff; }
#template .template_view .side_area .view_option { background-color:#4d4d4d; }
#template .template_view .side_area .view_option ul { margin:0; padding:0; }
#template .template_view .side_area .view_option li { list-style:none; border-top:1px solid #626262; padding-left:10%; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; font-size:14px; color:#e6e6e6; letter-spacing:-1px; line-height:50px; }
#template .template_view .side_area .view_option li:first-child { border-top:none; }
#template .template_view .side_area .view_btn { }
#template .template_view .side_area .view_btn ul { margin:0; padding:0; }
#template .template_view .side_area .view_btn li { list-style:none; float:left; width:33.333333%; text-align:center; }
#template .template_view .side_area .view_btn li.btn01 { background-color:#d52e28; }
#template .template_view .side_area .view_btn li.btn02 { background-color:#24366e; }
#template .template_view .side_area .view_btn li.btn03 { background-color:#0bace7; }
#template .template_view .side_area .view_btn a,
#template .template_view .side_area .view_btn a:hover { font-weight:bold; color:#fff; line-height:60px; display:block; }
#template .template_view .view_content { margin-right:26%; padding-bottom:50px; }
#template .template_view .view_content img { width:100%; }

@media screen and (max-width:1280px) {
    /* 20160923 템플릿 추가 */
	#template .template_list li { width:48%; margin:0 1%; }
}

@media screen and (max-width:1024px) {
    /* 20160923 템플릿 추가 */
	#template .template_view { position:relative; margin:0; min-height:auto; }
	#template .template_view .side_area { position:relative; width:auto; height:auto; }
	#template .template_view .side_area .view_title { width:100%; height:80px; }
	#template .template_view .side_area .view_title .view_sns { position:absolute; width:100px; left:auto; right:3%; top:22px; }
	#template .template_view .side_area .view_title .view_sns ul { margin:0; padding:0; }
	#template .template_view .side_area .view_title .view_sns li { list-style:none; float:left; margin-right:5px; }
	#template .template_view .side_area .view_title .view_subject { margin:0 0 0 3%; line-height:76px; }
	#template .template_view .side_area .view_price_area { position:relative; height:80px; }
	#template .template_view .side_area .view_price_area .view_price { margin:0 0 0 3%; line-height:76px; }
	#template .template_view .side_area .view_price_area .view_price_hosting { position:absolute; margin:0; right:3%; top:30px; }
	#template .template_view .side_area .view_option li { padding-left:3%; line-height:40px; }
	#template .template_view .side_area .view_btn a,
	#template .template_view .side_area .view_btn a:hover { font-weight:bold; color:#fff; line-height:50px; display:block; }
	#template .template_view .view_content { margin-right:0; }
}

@media screen and (max-width:560px) {
    /* 20160923 템플릿 추가 */
	#template .template_list { margin:30px 5% 0; }
	#template .template_list li { width:100%; margin:0; }
	#template .template_list .thum_text { margin:20px 15px 40px; color:#414141; font-size:15px; }
	#template .template_list .thum_text span.option { display:none; }

	#template .template_view .side_area { position:relative; width:auto; height:auto; }
	#template .template_view .side_area .view_title { width:100%; height:70px; }
	#template .template_view .side_area .view_title .view_sns { position:absolute; width:100px; left:auto; right:3%; }
	#template .template_view .side_area .view_title .view_sns li { width:24px; margin-right:0; margin-left:5px; }
	#template .template_view .side_area .view_title .view_sns li img { width:100%; }
	#template .template_view .side_area .view_title .view_subject { margin:0 0 0 5%; line-height:66px; font-size:24px; }
	#template .template_view .side_area .view_price_area { position:relative; height:80px; }
	#template .template_view .side_area .view_price_area .view_price { margin:0 0 0 5%; line-height:54px; font-size:24px; }
	#template .template_view .side_area .view_price_area .view_price_hosting { position:relative; margin:-10px 0 0 5%; right:auto; top:auto; }
	#template .template_view .side_area .view_option li { padding-left:5%; }
	#template .template_view .side_area .view_btn a,
	#template .template_view .side_area .view_btn a:hover { font-size:15px; }
}






























/* 디자인템플릿 */
.design { overflow:hidden; background:url(../images/design/bg.png) repeat left top; margin:111px auto 0; }
.design .area { width:1821px; margin:70px auto; }
.design .area ul { margin:0; padding:0; }
.design .area li { position:relative; list-style:none; float:left; width:577px; margin:0 15px; background:url(../images/design/thum_bg.png) no-repeat left top; }
.design .area li img { margin:5px; }
.design .area .thum_ov { position:absolute; width:577px; height:364px; left:0; top:0; background:url(../images/design/thum_ov.png) no-repeat left top; }
.design .area .info_area { position:relative; margin:14px 2% 55px; font-family:'gulim', '굴림'; color:#414141; font-size:12px; line-height:24px; }
.design .area .info_area span { color:#c30808; }
.design .area .info_area .reseller_btn { position:absolute; width:108px; height:21px; right:0; bottom:1px; background-color:#cc2524; border:1px solid #bf211f; text-align:center; }
.design .area .info_area .reseller_btn a,
.design .area .info_area .reseller_btn a:hover{ font-family:'dotum', '돋움'; color:#f6d9d9; font-size:11px; line-height:24px; display:block; }

.design .design_view { min-width:1200px; margin:70px 60px; }
.design .design_view .design_view_info01 { position:relative; height:28px; margin-left:22px; font-family:'gulim', '굴림'; color:#414141; font-size:12px; }
.design .design_view .design_view_info01 span { color:#c30808; }
.design .design_view .design_view_info01 .reseller_btn { position:absolute; width:108px; height:21px; right:0; top:-7px; background-color:#cc2524; border:1px solid #bf211f; text-align:center; }
.design .design_view .design_view_info01 .reseller_btn a,
.design .design_view .design_view_info01 .reseller_btn a:hover{ font-family:'dotum', '돋움'; color:#f6d9d9; font-size:11px; line-height:24px; display:block; }

.design .design_view .design_view_info02 { padding:22px; border-top:1px solid #bdbdbd; border-bottom:1px solid #bdbdbd; background-color:#e9eff8; }
.design .design_view .design_view_info02 ul { margin:0; padding:0; }
.design .design_view .design_view_info02 li { list-style:none; float:left; width:19%; padding-left:7px; font-family:'gulim', '굴림'; color:#242323; font-size:12px; line-height:24px; background:url(../images/design/dot.png) no-repeat left 10px; }

.design .design_view .design_view_info03 { position:relative; margin:22px auto 30px; }
.design .design_view .design_view_info03 .design_view_info03_btn01 { position:absolute; width:33.1%; height:49px; left:0; top:0; background-color:#e14840; text-align:center; }
.design .design_view .design_view_info03 .design_view_info03_btn02 { width:33.1%; height:49px; margin:0 auto; background-color:#526aa2; text-align:center; }
.design .design_view .design_view_info03 .design_view_info03_btn03 { position:absolute; width:33.1%; height:49px; right:0; top:0; background-color:#666666; text-align:center; }
.design .design_view .design_view_info03 a,
.design .design_view .design_view_info03 a:hover{ font-family:'gulim', '굴림'; color:#fff; font-size:12px; line-height:49px; font-weight:bold; display:block; }

.design .design_view .design_view_info04 { position:relative; height:47px; }
.design .design_view .design_view_info04 > div {position:absolute; width:33.3%; height:47px; background-color:#f8f8f8; text-align:center; border-top:1px solid #d7d7d7; border-right:1px solid #d7d7d7; border-bottom:1px solid #a7a7a7; border-left:1px solid #d7d7d7; z-index:8;}
.design .design_view .design_view_info04 > div > a,
.design .design_view .design_view_info04 > div > a:hover {font-family:'gulim', '굴림'; color:#7e7e7e; font-size:12px; line-height:47px; font-weight:bold; display:block;}

.design .design_view .design_view_info04 .design_view_info04_tab01 { left:0; top:0; }
.design .design_view .design_view_info04 .design_view_info04_tab02 { position:relative; margin:0 auto; }
.design .design_view .design_view_info04 .design_view_info04_tab03 { position:absolute; right:0; top:0; margin:0 auto; }

.design .design_view .design_view_info04 .over { background-color:#fff; border-top:1px solid #a7a7a7; border-right:1px solid #a7a7a7; border-bottom:1px solid #fff; border-left:1px solid #a7a7a7; z-index:9; }
.design .design_view .design_view_info04 .over a,
.design .design_view .design_view_info04 .over a:hover { color:#414141; }

.design .design_view .design_view_info05 { min-height:100px; padding:50px 0; margin-bottom:50px; background-color:#fff; border-top:none; border-right:1px solid #a7a7a7; border-bottom:1px solid #a7a7a7; border-left:1px solid #a7a7a7; }
.design .design_view .design_view_info05 > div > span { display: none; }
.design .design_view .design_view_info05 > div > span.over { display: inline; }

.design .design_view .design_view_info06 { height:49px; margin-top:-20px; background-color:#666666; text-align:center; }
.design .design_view .design_view_info06 a,
.design .design_view .design_view_info06 a:hover{ font-family:'gulim', '굴림'; color:#fff; font-size:12px; line-height:49px; font-weight:bold; display:block; }

/* 미디어코드 */
@media screen and (max-width:1800px) {
.program { width:1506px; }
}
@media screen and (max-width:1680px) {
    .design .area { width:1214px; margin:70px auto; }
}

@media screen and (max-width:1550px) {
    .design .design_view .design_view_info02 li { list-style:none; float:left; width:24%; padding-left:7px; font-family:'gulim', '굴림'; color:#242323; font-size:12px; line-height:24px; background:url(../images/design/dot.png) no-repeat left 10px; }
}

/* 사이트 생성 */
.join { width:1024px; margin:0 auto; }
.join .tab { position:relative; height:46px; background:url(../images/site/tab_bg_center.png) repeat-x; }
.join .tab .left { position:absolute; width:5px; height:46px; left:0; top:0; background:url(../images/site/tab_bg_left.png) no-repeat; }
.join .tab .right { position:absolute; width:5px; height:46px; right:0; top:0; background:url(../images/site/tab_bg_right.png) no-repeat; }
.join .tab .tab01 { position:absolute; width:100%; height:46px; }
.join .tab .tab01 ul { margin:0; padding:0; }
.join .tab .tab01 li { float:left; list-style:none; width:33.3%; height:46px; background:url(../images/site/tab_bg_bar.png) no-repeat right top; font-family:'Dotum', '돋움'; color:#454545; font-size:12px; line-height:48px; text-align:center; font-weight:bold; }
.join .tab .tab01 li.last { background:none; }
.join .tab .tab01 .tab_ov { position:relative; width:100%; background:url(../images/site/tab_img02.png) repeat-x; font-family:'Dotum', '돋움'; color:#fff; font-size:12px; line-height:48px; text-align:center; font-weight:bold; }
.join .tab .tab01 .tab_ov .tab_ov01 { position:absolute; width:13px; height:46px; left:0; top:0; background:url(../images/site/tab_img01.png) no-repeat; }
.join .tab .tab01 .tab_ov .tab_ov02 { position:absolute; width:13px; height:46px; right:0; top:0; background:url(../images/site/tab_img03.png) no-repeat; }
.join .tab .tab01 .tab_ov .tab_ov03 { position:absolute; width:13px; height:46px; left:-12px; top:0; background:url(../images/site/tab_img04.png) no-repeat; }

.join .agree { }
.join .agree .title { height:24px; margin-top:35px; padding-left:10px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#333333; font-size:13px; text-align:left; font-weight:bold; }
/* .join .agree .textarea { height:189px; } */
/* .join .agree .textarea textarea { width:98%; height:155px; padding:1%; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#3d3d3d; font-size:12px; line-height:22px; border:1px solid #e7e7e7; background-color:#fbfbfb; } */
.join .agree .textarea { font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#3d3d3d; font-size:12px; height: 100px; padding: 13px; border: 1px solid #d7d7d7; background-color: #fafafa; overflow: scroll; overflow-x:hidden; margin:0 0 10px 0; }

.join .agree .check { }
.join .agree .check .check_box { float:left; width:26px; text-align:center; }
.join .agree .check .check_text { float:left; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#3d3d3d; font-size:12px; line-height:13px; text-align:left; }

.join .info { margin-top:37px; }

/* 게시판 */
.board { margin:0 auto; }
.board .head { height:36px; }
.board .head .search { float:right; }
.board .head .search .select { float:left; width:89px; height:26px; }
.board .head .search .select select { width:86px; height:26px; padding:2px; border:1px solid #d7d7d7; }
.board .head .search .input { float:left; width:149px; height:26px; }
.board .head .search .input input { width:144px; height:24px; border:1px solid #d7d7d7; background-color:#f7f7f7; }
.board .head .search .search_btn { float:left; }

.board .table { border-top:1px solid #283e6c; margin-bottom:20px; }
.board .table th { border-bottom:1px solid #d2d2d2; background:url(../images/board/board_bg.png) no-repeat left 19px; background-color:#f9f9f9; font-family:'Dotum', '돋움'; color:#323232; font-size:12px; line-height:47px; text-align:center }
.board .table th:first-child { background:none; background-color:#f9f9f9; }
.board .table td { border-bottom:1px solid #e3e3e3; font-family:'Dotum', '돋움'; color:#3f3f3f; font-size:12px; line-height:40px; text-align:center; }
.board .table td.faq { padding:20px 20px 20px 88px; background-color:#f9f9f9; font-family:'Dotum', '돋움'; color:#3f3f3f; font-size:12px; line-height:20px; text-align:left; }
.board .table .subject { padding-left:10px; text-align:left; }
.board .table .subject a,
.board .table .subject a:hover { font-family:'Dotum', '돋움'; color:#3f3f3f; font-size:12px; line-height:40px; display:block; }

.board .gallery { border-top:1px solid #283e6c; border-bottom:1px solid #d2d2d2; padding:20px 0 10px 0; }
.board .gallery ul { margin:0; padding:0; }
.board .gallery li { float:left; list-style:none; width:23%; margin:0 1%; }
.board .gallery .sum_photo { padding:3px; border:1px solid #d7d7d7; }
.board .gallery .sum_photo img { width:100%; }
.board .gallery .sum_title { font-family:'Dotum', '돋움'; color:#3f3f3f; font-size:12px; line-height:40px; text-align:center; }

.board .event { border-top:1px solid #283e6c; border-bottom:1px solid #d2d2d2; padding:20px 0 10px 0; }
.board .event ul { margin:0; padding:0; }
.board .event li { float:left; list-style:none; width:31%; margin:0 1%; padding-bottom:50px; }
.board .event .sum_photo { padding:3px; border:1px solid #d7d7d7; }
.board .event .sum_photo img { width:100%; }
.board .event .event_btn { margin-top:20px; }
.board .event .event_btn .btn_area { float:left; padding:0 20px; height:24px; margin-right:3px; text-align:center; }
.board .event .event_btn .btn_area.going { background-color:#d91f48; }
.board .event .event_btn .btn_area.end { background-color:#999999; }
.board .event .event_btn .btn_area a,
.board .event .event_btn .btn_area a:hover { font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#fff; font-size:12px; line-height:22px; display:block; }
.board .event .sum_title { margin:20px 0 10px 0; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#333333; font-size:16px; font-weight:bold; }
.board .event .sum_data { margin:0 0 10px 0; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#836e5f; font-size:11px; }
.board .event .sum_text { margin:0 0 10px 0; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#646464; font-size:12px; line-height:18px; }

.board .press { border-top:1px solid #283e6c; }
.board .press td { border-bottom:1px solid #e5e5e5; padding:18px 0; text-align:center; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#666666; font-size:13px; }
.board .press .sum_photo { padding:3px; border:1px solid #d7d7d7; }
.board .press .list_subject { margin:8px 20px 10px 22px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#333333; font-size:16px; text-align:left; font-weight:bold; }
.board .press .list_content { height:44px; margin:0 20px 4px 22px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#7e7e7e; font-size:12px; line-height:20px; text-align:left; }
.board .press .list_data { margin:0 20px 10px 22px; font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#646464; font-size:12px; text-align:left; }


/* 게시판 보기 */
.board_view { margin:0 auto; }
.board_view .area { border-top:1px solid #283e6c; margin-bottom:15px; }
.board_view .area .subject { position:relative; padding:14px 0 13px 20px; background-color:#f5f5f5; border-bottom:1px solid #d2d2d2; font-family:'Dotum', '돋움'; color:#323232; font-size:12px; line-height:15px; font-weight:bold; }
.board_view .area .subject .data { position:absolute; right:20px; top:0; font-family:'Dotum', '돋움'; color:#535353; font-size:11px; line-height:42px; }
.board_view .area .option { height:35px; border-bottom:1px solid #d2d2d2; }
.board_view .area .option .write { float:left; width:30%; margin-left:20px; font-family:'Dotum', '돋움'; color:#535353; font-size:12px; line-height:35px; }
.board_view .area .option .hit { float:left; width:30%; margin-left:20px; font-family:'Dotum', '돋움'; color:#535353; font-size:12px; line-height:35px; }
.board_view .area .option .add_file { float:right; width:20%; margin-right:20px; font-family:'Dotum', '돋움'; color:#535353; font-size:12px; line-height:35px; text-align:right; }
.board_view .area .option .add_file a,
.board_view .area .option .add_file a:hover { font-family:'Dotum', '돋움'; color:#f26521; font-size:12px; line-height:35px; font-weight:bold; }
.board_view .area .file_area { border-bottom:1px solid #d2d2d2; padding:10px 0 9px 0; display:none; }
.board_view .area .file_area .file { margin-left:20px; }
.board_view .area .file_area .file ul { margin:0; padding:0; }
.board_view .area .file_area .file li { float:left; list-style:none; width:21%; margin-right:4%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.board_view .area .file_area .file a,
.board_view .area .file_area .file a:hover { font-family:'Dotum', '돋움'; color:#535353; font-size:12px; line-height:20px; }
.board_view .area .content_area { padding:30px 20px; font-family:'Dotum', '돋움'; color:#535353; font-size:12px; line-height:20px; }
.board_view .area .review { min-height:75px; margin-bottom:10px; border:1px solid #d1d1d1; background-color:#f5f5f5; }
.board_view .area .review .write_area { position:relative; height:55px; margin:10px 10px 3px 10px; }
.board_view .area .review .write_area .textarea { margin-right:110px; }
.board_view .area .review .write_area .textarea textarea { width:98%; height:33px; padding:10px 1% 10px 1%; border:1px solid #d8d8d8; font-family:'Dotum', '돋움'; color:#535353; font-size:12px; line-height:20px; }
.board_view .area .review .write_area .btn_save { position:absolute; width:98px; height:53px; right:0; top:0; background-color:#4d4d4d; border:1px solid #767676; text-align:center; }
.board_view .area .review .write_area .btn_save a,
.board_view .area .review .write_area .btn_save a:hover { font-family:'Nanum Gothic', 'NanumGothic', '나눔고딕'; color:#ffffff; font-size:12px; line-height:53px; display:block; }
.board_view .area .review .write_list { margin:0 10px 8px 10px; }
.board_view .area .review .write_list ul { margin:0; padding:0; }
.board_view .area .review .write_list li { list-style:none; padding:14px 0 12px 0; background:url(../images/board/board_view_review_bg.png) repeat-x left top; }
.board_view .area .review .write_list li:first-child { background:none; }
.board_view .area .review .write_list .re_head { height:13px; margin:0 15px; }
.board_view .area .review .write_list .re_head .re_name { float:left; margin-right:10px; font-family:'Dotum', '돋움'; color:#444444; font-size:12px; line-height:13px; font-weight:bold; }
.board_view .area .review .write_list .re_head .re_data { float:left; margin-right:10px; font-family:'Dotum', '돋움'; color:#4b4a4a; font-size:11px; line-height:13px; }
.board_view .area .review .write_list .re_head .re_icon { float:right; }
.board_view .area .review .write_list .re_head .re_icon img { margin-left:3px; }
.board_view .area .review .write_list .re_content { margin:5px 15px 0; font-family:'Dotum', '돋움'; color:#343333; font-size:12px; line-height:18px; }
.board_view .area .list_navi { height:83px; border-top:1px solid #a4a6a8; border-bottom:1px solid #a4a6a8; }
.board_view .area .list_navi ul { margin:0; padding:0; }
.board_view .area .list_navi li { list-style:none; height:41px; background-color:#f9f9f9; border-top:1px solid #dbdcdd; }
.board_view .area .list_navi li:first-child { border-top:none }
.board_view .area .list_navi .title_next { float:left; width:56px; margin:15px 0 0 19px; padding-left:20px; font-family:'Dotum', '돋움'; color:#131313; font-size:12px; font-weight:bold; background:url(../images/board/board_view_icon01.png) no-repeat left 2px; }
.board_view .area .list_navi .title_prev { float:left; width:56px; margin:15px 0 0 19px; padding-left:20px; font-family:'Dotum', '돋움'; color:#131313; font-size:12px; font-weight:bold; background:url(../images/board/board_view_icon02.png) no-repeat left 2px; }
.board_view .area .list_navi .list_navi_content { float:left; margin:15px 0 0 0; padding-left:12px; font-family:'Dotum', '돋움'; color:#343434; font-size:12px; background:url(../images/board/board_view_icon03.png) no-repeat left 0; }
.board_view .area .list_navi .list_navi_content a,
.board_view .area .list_navi .list_navi_content a:hover { font-family:'Dotum', '돋움'; color:#343434; font-size:12px; }

/* 게시판 쓰기 */
.board_write { margin:0 auto; }