@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}

#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}

/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
/*#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}*/

.td_subject img {margin-left:3px}

/* ========================================
   펀딩 목록 모던 디자인
   ======================================== */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin: 10px auto; width: 100%; padding: 0; list-style: none;
}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li { float: none; margin: 0; width: auto !important; }

#bo_gall .gall_con {
    margin: 0; padding: 0; list-style: none; position: relative; overflow: hidden;
    border: 1px solid #eee; transition: all 0.3s; border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04); background: #fff;
}
#bo_gall .gall_con:hover {
    border-color: #ddd; box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

#bo_gall .gall_con li { margin: 0; }
#bo_gall .gall_now .gall_text_href a { color: #03509d; }

#bo_gall .gall_href {
    position: relative; border-bottom: none; min-height: 200px;
    background: #f8f9fa; overflow: hidden;
}
#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover { text-decoration: none; }
#bo_gall .gall_href strong, #bo_gall .gall_href span { display: inline-block; background: #f7f7f7; text-align: center; line-height: 10em; }
#bo_gall .gall_href .icon_sub { position: absolute; top: 10px; left: 10px; z-index: 9; }
#bo_gall .gall_href .noimg { width: 100%; background: #f8f9fa; padding-top: 20px; }
#bo_gall .gall_href .img { transition: transform 0.4s; }
#bo_gall .gall_con:hover .gall_href .img { transform: scale(1.05); }

#bo_gall .gall_text_href { padding: 20px 18px 18px; }
#bo_gall .gall_subject {
    font-weight: 600; font-size: 15px; height: 42px; color: #1a1a2e;
    white-space: break-word; overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    margin-bottom: 6px; line-height: 1.4;
}
#bo_gall .gall_subject a { color: #1a1a2e; }
#bo_gall .gall_write { color: #999; font-size: 13px; }

/* 진행률 바 */
#bo_gall .f_bar {
    margin: 14px 0; height: 6px; background: #eef0f3; border-radius: 3px; overflow: hidden;
}
#bo_gall .f_bar div {
    width: 100%; height: 100%; border-radius: 3px;
    background: linear-gradient(90deg, #32a4a7, #03509d);
    transition: width 0.6s ease;
}

#bo_gall .gall_bot { display: flex; justify-content: space-between; align-items: center; }
#bo_gall .gall_bot span { font-size: 13px; color: #777; }
#bo_gall .gall_bot span i { color: #03509d; margin-right: 4px; }
#bo_gall .gall_bot .f_money { font-family: 'Noto Sans KR', Verdana, sans-serif; font-weight: 600; font-size: 14px; color: #03509d; letter-spacing: 0; }
#bo_gall .gall_bot .f_suc { color: #32a4a7; font-weight: 600; }
#bo_gall .gall_bot .f_money_suc { color: #999; }

/*3차 카테고리*/
#bo_cate_ul_3{ position:absolute; top:20px; left:260px; z-index:100; width:100px; background:#fff; border:1px solid #0760a1; border-radius:0px; padding:8px 0px; 
opacity:0; transition: all .3s ease;}
#bo_cate_ul_3.bo_cate_ul_3_on{ transform: translateY(7px); opacity: 1 }
#bo_cate_ul_3 dd{ text-align:left;}
#bo_cate_ul_3 dd a{ display:block; color:#777; font-size:13px; line-height:22px; padding:0 10px;}
#bo_cate_ul_3 dd a:hover{ color:#0760a1;}
#bo_cate_ul_3 dd a.bcu3_on{ color:#333; font-weight:500;}
#bo_cate_ul_4 {display: none;}

/*#bo_gall .gall_text_href a {font-size:1.15em; font-weight:600;}
#bo_gall .gall_text_href a:hover{text-decoration:none;}
#bo_gall .gall_text_href span {display:inline!important}
#bo_gall .gall_text_href img {margin:0}
*/
/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;zoom:1; position:relative;}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding-top:5px; font-size:1.1em;}
#bo_list_total span{ color:#e32c2c;}

/*리스트 정렬*/
#f_order{ float:right;}
#f_order::before{ font-family:"Font Awesome 5 Pro"; content:"\f883"; font-weight:300; color:#666; font-size:1.3em;}
.f_order_select{ border:0; font-size:1.2em; color:#666;font-family:'Noto Sans KR', sans-serif; padding-left:6px;
/* 네이티브 외형 감추기 */
 -webkit-appearance:none; 
-moz-appearance :none; 
appearance :none;
/* 화살표이미지 넣어주기 */
/*background:url(img/select_arrow.gif) no-repeat 95% center;*/}
/* IE 10, 11의 네이티브 화살표 숨기기 */
.f_order_select::-ms-expand{ display:none;}
.f_order_select option{ font-size:13px; padding:5px 15px;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:7px;border:0;background:#666;color:#fff;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f7f7f2}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#666}
/*펀딩신청하기 버튼*/
.btn_bo_res { position: fixed; bottom: 30px; right: 30px; z-index: 100; }
.btn_bo_res a.btn_b03 {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 0 36px; line-height: 56px; font-size: 15px; font-weight: 600;
    color: #fff !important; text-decoration: none !important;
    background: linear-gradient(135deg, #32a4a7, #03509d);
    border-radius: 50px; box-shadow: 0 6px 24px rgba(3,80,157,0.35);
    transition: all 0.3s;
}
.btn_bo_res a.btn_b03:hover {
    box-shadow: 0 10px 36px rgba(3,80,157,0.5); transform: translateY(-3px);
}

/*검색 위치*/
#bo_sch{ position:absolute; top:-10px; right:110px; border-bottom:1px solid #0760a1;}
#bo_sch {}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden; display:none;}

#bo_gall li.empty_list {padding:85px 0;text-align:center}

/* 페이징 */
.pg_page, .pg_current {height:auto;}
.pg_page {background:#fff; border:1px solid #E3E3E3;}
.pg_start, .pg_prev {/* 이전 */ text-indent:-9999px; background:url(img/icon_first.gif) no-repeat 50%/80% auto}
.pg_end, .pg_next {/* 다음 */ text-indent:-9999px; background:url(img/icon_last.gif) no-repeat 50%/80% auto}
.pg_current{margin:0;}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding-bottom:20px}
#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {padding:10px 0;font-size:1.2em}
#bo_v_textarea {width:100%}

#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#000E41}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#000E41;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:0 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#f5f8f9}
#bo_vc h2 {margin-bottom:10px}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

/* 검색 */
.frm_input.sch_input{width:150px; height:28px;}
.btn_submit02 {height:28px; line-height:28px; background:#444; color:#fff; font-size:1em; border:1px solid #444; padding:0 7px}

/* 셀렉트박스 */
.select-box{display:inline-block;position:relative;border:1px solid #ccc;vertical-align:middle;}
.select-box select{position:absolute;left:-9999px;display:none;}
.select-box a{display:block;height:25px; line-height:25px;padding:0 10px;background:#FFF url(./img/select_box_ico.png) right center no-repeat;text-align:left !important;color:#333;font-size:1em;}
.select-box a:visited, .select-box a:active, .select-box a:link, .select-box a:hover{text-decoration:none;}
.select-box a i.fa{vertical-align:middle;float:right;padding-top:7px;}
.select-box ul{position:absolute;left:-1px; top:25px;border:1px solid #ccc;display:none;background:#fff;max-height:240px; list-style:none;padding:0;margin:0;overflow:hidden;overflow-y:auto;z-index:999;	
scrollbar-face-color: #eaeaea;scrollbar-track-color: #f7f7f7;scrollbar-3dlight-color: #e2e2e2;scrollbar-arrow-color: #8c8c8c;scrollbar-shadow-color: #eaeaea;scrollbar-highlight-color: #eaeaea;scrollbar-darkshadow-color: #e2e2e2;}
.select-box ul a{display:block;line-height:25px;height:25px;background:none;}

.select-box.select-active a{color:#4B87C8; background:#FFF url(./img/select_box_ico_active.png) right center no-repeat;}
.select-box.select-active a i{color:#4B87C8}
.select-box.select-active ul a{color:#333;background:none;}
.select-box.select-active ul a.hover{background:#8DA5C2;color:#fff;}
.select-box.select-active ul a.active{background:#4B7AB2;color:#fff;}
select{height:30px; border:1px solid #CCC;}


/* ========================================
   펀딩 상세페이지 모던 디자인
   ======================================== */

/* 상단 버튼 */
#bo_v .bo_v_com li a.btn_b01 {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 500;
    color: #555; background: #f8f9fa; border: 1px solid #e0e0e0; transition: all 0.2s;
}
#bo_v .bo_v_com li a.btn_b01:hover { background: #eee; color: #222; }
#bo_v .bo_v_com li a.btn_b01.btn_del:hover { background: #fee; color: #d32f2f; }
#bo_v .bo_v_com li a.btn_b02 {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 22px; border-radius: 8px; font-size: 13px; font-weight: 600;
    color: #fff; background: linear-gradient(135deg, #32a4a7, #03509d); border: none;
    box-shadow: 0 2px 8px rgba(3,80,157,0.2); transition: all 0.2s;
}
#bo_v .bo_v_com li a.btn_b02:hover { box-shadow: 0 4px 16px rgba(3,80,157,0.35); transform: translateY(-1px); }

/* 히어로 영역 */
.fd-detail-hero {
    display: flex; gap: 36px; margin-bottom: 40px;
    background: #fff; border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.06); padding: 24px; border: 1px solid #f0f0f0;
}
.fd-image-wrap {
    flex: 0 0 58%; max-width: 58%; border-radius: 12px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.fd-image-wrap img { width: 100%; height: auto; display: block; }
.fd-info-card { flex: 1; display: flex; flex-direction: column; }

/* 프로젝트 제목 */
.fd-project-title { margin-bottom: 20px; }
.fd-project-title h1 {
    font-size: 1.6em; font-weight: 700; color: #1a1a2e;
    line-height: 1.35; margin: 0 0 8px 0; letter-spacing: -0.5px;
}
.fd-author { font-size: 14px; color: #888; display: flex; align-items: center; gap: 6px; }
.fd-author i { color: #03509d; }

/* 펀딩 통계 */
.fd-stats { margin-bottom: 20px; }
.fd-stat-main { display: flex; align-items: baseline; gap: 12px; margin-bottom: 10px; }
.fd-raised { font-size: 2em; font-weight: 700; color: #03509d; font-family: 'Noto Sans KR', Verdana, sans-serif; }
.fd-percent {
    font-size: 1.4em; font-weight: 700; color: #32a4a7;
    background: linear-gradient(135deg, rgba(50,164,167,0.1), rgba(3,80,157,0.1));
    padding: 4px 12px; border-radius: 50px;
}
.fd-progress-bar {
    height: 8px; background: #eef0f3; border-radius: 4px; overflow: hidden; margin-bottom: 16px;
}
.fd-progress-fill {
    height: 100%; border-radius: 4px;
    background: linear-gradient(90deg, #32a4a7, #03509d);
    transition: width 0.8s ease;
}
.fd-stat-row { display: flex; gap: 0; }
.fd-stat-item {
    flex: 1; text-align: center; padding: 12px 8px;
    border-right: 1px solid #f0f0f0;
}
.fd-stat-item:last-child { border-right: none; }
.fd-stat-label { display: block; font-size: 11px; color: #999; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.fd-stat-value { display: block; font-size: 15px; font-weight: 600; color: #333; }

/* 펀딩 상태 안내 */
.fd-notice-box {
    background: linear-gradient(135deg, #f0f7ff, #eef5f5); border-radius: 12px;
    padding: 16px 18px; margin-bottom: 16px; border: 1px solid #e0ecf5;
}
.fd-notice-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #03509d; margin-bottom: 8px;
}
.fd-notice-box p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; }

/* 공유 버튼 */
.fd-share-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 10px;
    background: #fff; color: #666; font-size: 14px; font-weight: 500;
    cursor: pointer; transition: all 0.25s; text-decoration: none !important;
}
.fd-share-btn:hover {
    background: linear-gradient(135deg, #32a4a7, #03509d);
    color: #fff; border-color: transparent;
}

/* SNS 팝업 */
#overLayer {
    position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 280px; background: #fff; border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2); padding: 24px; text-align: center; z-index: 1000;
}
#overLayer a.close { position: absolute; top: 16px; right: 16px; font-size: 20px; color: #999; }
#overLayer .title { font-size: 15px; font-weight: 600; border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 14px; }
#overLayer img { width: 42px; height: auto; border-radius: 8px; }
#overLayer li { display: inline-block; padding: 5px; }
#glayLayer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 999; }

/* 비디오 */
.fd-video-frame {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: 10px; margin-bottom: 20px;
}
.fd-video-frame iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px; }

/* 본문 레이아웃 */
#bo_v_con { position: relative; display: flex; gap: 36px; }
#bo_v_con:after { display: block; content: ""; clear: both; }
#bo_v_con #fund_cont { flex: 1; min-width: 0; }

/* 사이드바 */
.fd-sidebar { flex: 0 0 320px; max-width: 320px; }

/* 스타터 카드 */
.fd-creator-card {
    background: #fff; border-radius: 14px; padding: 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 1px solid #f0f0f0;
    margin-bottom: 20px; text-align: center;
}
.fd-creator-label { font-size: 12px; color: #999; font-weight: 600; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
.fd-creator-profile { margin-bottom: 14px; }
.fd-creator-img {
    width: 56px; height: 56px; border-radius: 50%; overflow: hidden;
    margin: 0 auto 8px; border: 2px solid #eee;
}
.fd-creator-img img { width: 100%; height: 100%; object-fit: cover; }
.fd-creator-name { font-size: 16px; font-weight: 600; color: #03509d; }
.fd-creator-intro { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 16px; }
.fd-creator-contact {
    width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 8px;
    background: #fff; color: #555; font-size: 13px; cursor: pointer; transition: all 0.25s;
}
.fd-creator-contact:hover { background: #03509d; color: #fff; border-color: #03509d; }
.fd-creator-contact i { margin-right: 4px; }

/* 리워드 */
.fd-reward-header { font-size: 14px; font-weight: 500; color: #555; margin-bottom: 14px; }
.fd-reward-card {
    background: #fff; border-radius: 14px; padding: 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 2px solid #eee;
    margin-bottom: 16px; transition: border-color 0.25s;
}
.fd-reward-card:hover { border-color: #03509d; }
.fd-reward-supporters { font-size: 12px; font-weight: 600; color: #32a4a7; margin-bottom: 12px; }
.fd-reward-main { display: flex; gap: 14px; margin-bottom: 14px; }
.fd-reward-img { width: 70px; height: 70px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: #f5f5f5; }
.fd-reward-img img { width: 100%; height: 100%; object-fit: cover; }
.fd-reward-price { font-size: 1.4em; font-weight: 700; color: #1a1a2e; }
.fd-reward-desc { font-size: 12px; font-weight: 400; color: #777; margin-top: 6px; line-height: 1.5; }
.fd-reward-options { margin-bottom: 12px; }
.fd-option-row { margin-bottom: 8px; }
.fd-option-label { display: inline-block; width: 80px; font-size: 13px; color: #555; }
.fd-option-row select {
    height: 30px; border: 1px solid #ddd; border-radius: 6px; padding: 0 8px; font-size: 13px;
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background: url(img/select_arrow.gif) no-repeat 94% center;
}
.fd-option-single { font-size: 13px; color: #555; padding: 4px 0 4px 10px; position: relative; }
.fd-option-single:before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: #03509d; position: absolute; top: 11px; left: 0; }
.fd-reward-delivery { font-size: 12px; color: #999; margin-bottom: 14px; padding-top: 10px; border-top: 1px solid #f0f0f0; }
.fd-reward-action { }
.fd-quantity { font-size: 13px; color: #555; margin-bottom: 10px; }
.fd-quantity .frm_input { width: 50px; text-align: center; height: 28px; border: 1px solid #ddd; border-radius: 6px; }
.fd-btn-funding {
    display: block; width: 100%; padding: 12px; border: none; border-radius: 10px;
    font-size: 15px; font-weight: 600; color: #fff; cursor: pointer;
    background: linear-gradient(135deg, #32a4a7, #03509d);
    box-shadow: 0 4px 12px rgba(3,80,157,0.25); transition: all 0.25s;
}
.fd-btn-funding:hover { box-shadow: 0 6px 20px rgba(3,80,157,0.4); transform: translateY(-2px); }
.fd-btn-closed {
    display: block; width: 100%; padding: 12px; text-align: center; border-radius: 10px;
    background: #eee; color: #999; font-size: 14px;
}

/*스타터소개*/
#bo_v_con .creator_info_wrap{ float:left; width:310px; background:url(img/icon_arrow.png) no-repeat left 30px; padding-left:12px; margin:0px 0 0 32px;}
#bo_v_con .creator_info{ width:300px; padding:20px 20px; box-sizing:border-box; background:#fff; border:3px solid #07579d;
color:#333; border-radius:20px; box-shadow:3px 3px 5px rgba(0,0,0,0.2);}
#bo_v_con .creator_info .creat_t{ font-size:1.1em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed rgba(0,0,0,0.2);}
#bo_v_con .creator_info .creator_img{ width:45px; height:45px; border-radius:50%; background:#eee; color:#ccc; line-height:45px; text-align:center; margin:0 auto 5px auto; overflow:hidden;}
#bo_v_con .creator_info .creator_img img{ width:100%;}
#bo_v_con .creator_info .creator{ font-size:1.3em; margin-bottom:10px; color:#07579d; text-align:center;}
#bo_v_con .creator_info p{ font-weight:300;/* color:rgba(250,250,250,0.7);*/ color:rgba(0,0,0,0.7);}
#bo_v_con .creator_info .creat_re{ margin-top:20px; text-align:center;}
#bo_v_con .creator_info .creat_re_btn{ width:100%; line-height:40px; font-size:1.1em; color:#fff; background:#07579d; border:1px solid #07579d; border-radius:5px; transition:all 0.3s;}
#bo_v_con .creator_info .creat_re_btn:hover{ background:#444; border-color:#222; transition:all 0.3s;}
/* 리워드영역*/
.reward_wrap{ margin-top:30px;}
.reward_wrap .reward_top{ margin-bottom:10px;}
.reward_box{ border:2px solid #ddd; background:#fff; border-radius:10px; margin:0 0 20px 0; box-sizing:border-box; padding:20px 20px; box-shadow:0 0 7px rgba(0,0,0,0.1);}
.reward_box .reward_stxt{ font-weight:bold; color:#777; margin-bottom:15px;}
.reward_box .reward_pro{ margin-bottom:15px;}
.reward_box .reward_pro:after{ display:block; content:""; clear:both;}
.reward_box .reward_img{ float:left; width:75px; height:75px; background:#eee; border-radius:5px; color:#ccc; line-height:80px; text-align:center;}
.reward_box .reward_img img{ width:100%;}
.reward_box .reward_price{ float:left; width:calc(100% - 85px); margin-left:10px; font-size:1.6em; font-weight:bold; color:#222;}
.reward_box .reward_price p{ font-size:13px; font-weight:lighter; margin-top:8px; line-height:1.4em;}
.reward_box .reward_cont{ margin-bottom:15px;}
.reward_box .reward_cont li{ color:#333; line-height:1.8em; padding-left:8px; position:relative;}
.reward_box .reward_cont li:before{ display:block; content:""; width:3px; height:3px; border-radius:50%; background:#333; position:absolute; top:11px; left:0px;}
.reward_box .reward_cont li .option_t{ display:inline-block; width:110px;}
.reward_box .reward_cont li select{ width:130px; height:23px; border-radius:2px; padding:0 5px;
/* 네이티브 외형 감추기 */
 -webkit-appearance:none; 
-moz-appearance :none; 
appearance :none;
/* 화살표이미지 넣어주기 */
background:url(img/select_arrow.gif) no-repeat 94% center;}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand{ display:none;}

.reward_box .reward_btn{ border-top:1px solid #ddd; padding-top:15px;}
.reward_box .reward_btn button{ width:100%; height:42px; border-radius:5px; text-align:center; color:#fff; border:0; font-size:1.1em;}
.reward_box .reward_btn .fib_on{ display:block; width:100%; height:42px; line-height:42px; text-decoration:none !important; border-radius:5px; text-align:center; color:#fff !important; border:0; font-size:1.1em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32a4a7+0,03509d+68 */
background: #32a4a7; /* Old browsers */
background: -moz-linear-gradient(left,  #32a4a7 0%, #03509d 68%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #32a4a7 0%,#03509d 68%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #32a4a7 0%,#03509d 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a4a7', endColorstr='#03509d',GradientType=1 ); /* IE6-9 */}
.reward_box .reward_btn .fib_off{ display:block; width:100%; line-height:42px; height:42px; border-radius:5px; text-align:center; font-size:1.1em; background:#eee; color:#777;}

/*탭부분*/
#fund_cont .fund_tab{ border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
#fund_cont .fund_tab.on{ position:fixed; top:122px; background:#fff; z-index:100; width:1000px; border-top:0;}
#fund_cont .fund_tab:after{ display:block; content:""; clear:both;}
#fund_cont .fund_tab li{ float:left; width:110px; text-align:center;}
#fund_cont .fund_tab li a{ display:block; font-size:1.2em; color:#777; line-height:45px; border-bottom:1px solid #fff; text-decoration:none;}
#fund_cont .fund_tab li a.selected{ border-bottom:3px solid #03509d; margin-bottom:-1px; color:#03509d; font-weight:500;}
#fund_cont .fund_panel{ padding:30px 5px;}
#fund_cont .fund_panel p{ font-size:1.1em; line-height:1.8em;}
#fund_cont .fund_info2{}
#fund_cont .fund_info2 dl{ border-bottom:1px dotted #ddd; padding-bottom:30px; margin-bottom:30px; position:relative;}
#fund_cont .fund_info2 dl:last-child{ border:0; padding:0; margin-bottom:0;}
#fund_cont .fund_info2 dt{ font-size:1.4em; font-weight:500; margin-bottom:20px;}
#fund_cont .fund_info2 dd{ font-size:1.1em; line-height:1.8em; color:#666;}
#fund_cont .fund_info2 .fund_info2_btn{ position:absolute; top:50%; right:20px; margin-top:-15px;}
#fund_cont .fund_info2 .fund_info2_btn button{ width:100%; line-height:30px; font-size:1em; color:#fff; background:#07579d; border:1px solid #07579d; border-radius:3px; 
transition:all 0.3s; padding:0 15px;}
#fund_cont .fund_info2 .fund_info2_btn button:hover{ background:#444; border-color:#222; transition:all 0.3s;}

/*서포터즈*/
.support_wrap{}
.support_wrap .support_txt{ font-size:1.5em; font-weight:lighter; color:#333; margin-bottom:30px;}
.support_wrap .support_txt strong{ color:#288ea7;}
.support_wrap dl{ border-bottom:1px dotted #ddd; padding-bottom:20px; margin-bottom:20px;}
.support_wrap dl:after{ display:block; content:""; clear:both;}
.support_wrap dt{ float:left; margin-right:20px;}
.support_wrap .support_img{ width:45px; height:45px; border-radius:50%; border:1px solid #ddd; overflow:hidden;}
.support_wrap .support_img img{ width:100%;}
.support_wrap dd{ float:left; width:calc(100% - 70px); font-size:1.2em;}
.support_wrap dd strong{}
.support_wrap .support_time{ font-size:13px; color:#666; margin-top:3px;}
.support_wrap .support_more{ text-align:center;}
.support_wrap .support_more a{ font-size:1.3em; text-decoration:none !important; color:#777 !important;}
/*앵콜펀딩*/
#encore_funding{ margin-bottom:40px; background:#f2f2f2; border-radius:5px; padding:20px 30px; position:relative;}
#encore_funding .encore_st{ font-size:1.1em; color:#666;}
#encore_funding .encore_st strong{ color:#399fa7;}
#encore_funding .encore_btn{ position:absolute; top:25px; right:30px; background:#399fa7; border:0; line-height:45px; padding:0 30px; color:#fff; font-size:1.15em; border-radius:5px;}
#encore_funding .encore_icon{ margin-top:5px;}
#encore_funding .encore_icon a{ display:inline-block; background:#fff; border:1px solid #ddd; line-height:27px; font-size:12px; padding:0 10px; text-decoration:none;}

/*필터링영역*/
#filter_wrap { margin: 40px 0 30px 0; position: relative; }
#filter_wrap:after { display: block; content: ""; clear: both; }
#filter {
    display: flex; flex-wrap: wrap; gap: 10px; align-items: center;
    position: relative; z-index: 200;
}
#filter:after { display: block; content: ""; clear: both; }
#filter .dropdown { float: left; margin-right: 10px; }
#filter_wrap .filter_re { display: inline-flex; }
#filter_wrap .filter_re button {
    border: 1px solid #ddd; background: #fff; padding: 8px 16px;
    font-size: 13px; border-radius: 8px; cursor: pointer;
    transition: all 0.2s; display: flex; align-items: center; gap: 6px;
}
#filter_wrap .filter_re button:hover { background: #f8f9fa; border-color: #ccc; }
#filter_wrap .filter_re button span { color: #03509d; }

.bx { width: 150px; float: left; position: relative; }
.bx .box {
    width: 100%; padding: 9px 14px; font-size: 13px; font-weight: 500;
    color: #333; background: #fff; cursor: pointer;
    border: 1px solid #e0e0e0; border-radius: 10px;
    transition: all 0.2s;
}
.bx .box:hover { border-color: #03509d; color: #03509d; }
.bx:nth-child(2) .view { width: 260px; }
.bx:nth-child(3) .view { width: 260px; }
.bx .view { width: 100%; margin: 0; }
.bx .area {
    letter-spacing: 0; display: none; padding: 16px;
    background: #fff; border: 1px solid #e0e0e0; border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.bx .area.scroll { border: 1px solid #e0e0e0; padding: 12px; }
.bx .area dt { font-size: 13px; margin-bottom: 8px; color: #999; font-weight: 500; }
.bx .area dd { margin-bottom: 6px; cursor: pointer; font-size: 14px; padding: 4px 0; transition: color 0.2s; }
.bx .area dd:hover { color: #03509d; }
.bx .area dd a { color: #333; text-decoration: none; }
.bx .area dd a:hover { color: #03509d; }
.bx .area dd.fi_all { color: #03509d; font-weight: 600; }
.fi_box { border-top: 1px solid #eee; padding-top: 14px; margin-top: 6px; }
.fi_box p { font-size: 12px; color: #888; font-weight: 500; }
.fi_box .fi_input_box { margin: 8px 0; display: flex; align-items: center; gap: 6px; }
.fi_box .fi_input_box .fi_inp {
    display: inline-flex; align-items: center;
    border: 1px solid #ddd; border-radius: 6px; padding: 0 8px; height: 32px; flex: 1;
}
.fi_box .fi_input_box .fi_inp input { border: 0; width: 100%; font-size: 13px; outline: none; }
.fi_box .fi_input_box .fi_per { font-size: 12px; color: #999; margin-left: 4px; }
.fi_box .fi_btn {
    width: 100%; line-height: 34px; border-radius: 8px;
    background: linear-gradient(135deg, #32a4a7, #03509d);
    color: #fff; text-align: center; border: 0; font-size: 13px; font-weight: 500;
    cursor: pointer; transition: all 0.2s;
}
.fi_box .fi_btn:hover { box-shadow: 0 4px 12px rgba(3,80,157,0.3); }


/*스타터에게 문의하기*/
#modal_start{}
#modal_start .modal-dialog{  width:500px; margin:80px auto;}
#modal_start .modal-body{ height:auto; padding:20px 30px 0 30px; overflow-y:hidden;}
#modal_start .modal-footer{ border:0; padding:0 30px 20px 30px;}
#modal_start .btn_start{ border:0px; background:#07579d; height:50px; font-size:1.3em; color:#fff; text-align:center; width:100%; border-radius:5px;}
#modal_start dl{ margin-bottom:20px;}
#modal_start dt{ margin-bottom:10px; font-size:1.1em; position:relative; padding-left:16px;}
#modal_start dt:after{ display:block; content:""; width:13px; height:13px; border-radius:50%; border:3px solid #07579d; position:absolute; top:4px; left:0;}
#modal_start .input_start{ width:100%; height:40px; padding:0 10px; background:#fff; font-size:13px;}
#modal_start .text_start{ width:100%; height:150px; padding:10px; border:1px solid #ddd; font-size:13px; overflow-y:scroll;}




@media screen and (max-width:1000px){
#bo_gall #gall_ul { grid-template-columns: repeat(2, 1fr); gap: 14px; }
#bo_gall .gall_li { width: auto !important; margin: 0; }
#bo_gall .gall_con { border-radius: 10px; }
#bo_gall .gall_con li strong,
#bo_gall .gall_con li .img,
#bo_gall .gall_con li .noimg { width: 100%!important; height: auto!important; line-height: 140px!important; }
#bo_gall .gall_text_href .bo_cate_link { display: none; }
#bo_gall .gall_con .gall_href { height: 140px; overflow: hidden; position: relative; min-height: auto; }
#bo_gall .gall_con .gall_href a { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }
#bo_gall .gall_href .noimg { width: 100%; background: #f8f9fa; padding-top: 10px; }
#bo_gall .gall_text_href { padding: 14px 12px 12px; }
#bo_gall .gall_subject { font-size: 13px; height: 36px; }
#bo_gall .gall_bot span { font-size: 11px; }
#bo_gall .gall_bot .f_money { font-size: 12px; }


/*3차 카테고리*/ 
#bo_cate_ul_3{ display:none; }
#bo_cate_ul_4{ position:absolute; display:block; top:-27px; left:50%; background:#fff; border:1px solid #0760a1; margin-left:-90px; border-radius:0px; padding:0 10px; }
#bo_cate_ul_4 dd{ text-align:left; display:inline-block;}
#bo_cate_ul_4 dd a{ color:#888; font-size:12px; line-height:27px; padding:0 4px;}
#bo_cate_ul_4 dd a.bcu3_on{ color:#333; font-weight:600;}

/*펀딩신청하기 버튼*/
.btn_bo_res a.btn_b03{ width:100%; padding:0px; box-shadow:none;}

.bo_fx{ margin-bottom:0; position:relative;}
#bo_list_total { font-size:12px; margin-top:0px;}
#bo_sch{ right:100px;}

/*쓰기버튼*/
.td_mobile{ font-size:1.1em; font-weight:500; color:#095b9e; margin-bottom:7px; margin-top:10px;}
#bo_w .tbl_frm01 th { display:none;}
#bo_w .tbl_frm01 .frm_input_sh{ width:90% !important;}


/*리스트 정렬*/
#f_order::before{font-size:1.1em;}
.f_order_select{ font-size:1em; padding-left:6px; height:20px;}
.f_order_select option{ font-size:12px; padding:3px 10px;}

/* 펀딩 상세 반응형 */
.fd-detail-hero { flex-direction: column; gap: 20px; padding: 16px; }
.fd-image-wrap { flex: none; max-width: 100%; }
.fd-project-title h1 { font-size: 1.3em; }
.fd-raised { font-size: 1.5em; }
.fd-percent { font-size: 1.1em; }
.fd-stat-item { padding: 10px 4px; }
.fd-stat-value { font-size: 13px; }

#bo_v_con { flex-direction: column; gap: 20px; }
#bo_v_con #fund_cont { width: 100%; float: none; margin-bottom: 20px; }
.fd-sidebar { flex: none; max-width: 100%; }

/*탭부분*/
#fund_cont .fund_tab.on{ top:85px; width:100%;}
#fund_cont .fund_tab li{ width:20%;}
#fund_cont .fund_tab li a{ font-size:1.05em;}
#fund_cont .fund_panel{ padding:20px 10px; min-height:200px;}
#fund_cont .fund_panel p{ font-size:1em; }

#fund_cont .fund_info2 dl{ padding-bottom:20px; margin-bottom:20px;}
#fund_cont .fund_info2 dt{ font-size:1.2em; margin-bottom:15px;}
#fund_cont .fund_info2 dd{ font-size:1em;}
#fund_cont .fund_info2 .fund_info2_btn{ position:relative; top:auto; right:auto; margin-top:-10px; }
#fund_cont .fund_info2 .fund_info2_btn button{  line-height:40px;}

/*서포터즈*/
.support_wrap .support_txt{ font-size:1.3em; line-height:1.3em;}
.support_wrap dt{ margin-right:10px;}
.support_wrap .support_img{ width:35px; height:35px;}
.support_wrap dd{ width:calc(100% - 45px); font-size:1.05em;}
.support_wrap .support_more a{ font-size:1.2em;}
/*앵콜펀딩*/
#encore_funding{ padding:20px 15px;}
#encore_funding .encore_st{ font-size:1em;}
#encore_funding .encore_btn{ position:relative; top:auto; right:auto; width:100%; margin-top:10px;}
#encore_funding .encore_icon{ margin-top:5px; text-align:center;}
#encore_funding .encore_icon a{ width:32%;}


/*필터링영역 모바일*/
#filter_wrap { margin: 20px 0; }
#filter { flex-wrap: wrap; gap: 8px; }
#filter_wrap .filter_re { margin-top: 4px; }
#filter_wrap .filter_re button { padding: 6px 12px; font-size: 12px; border-radius: 6px; }

.bx { float: left; width: calc(50% - 6px); margin: 0 3px 6px 3px; }
.bx .box { padding: 8px 12px; font-size: 12px; border-radius: 8px; }
.bx .view { width: 100%; position: absolute; top: 36px; left: 0; }
.bx:nth-child(2) .view { width: 100%; }
.bx:nth-child(3) .view { width: 100%; top: 78px; }
.bx:nth-child(4) .view { top: 78px; }
.bx .area { padding: 14px 16px; border-radius: 10px; }


/*스타터에게 문의하기*/
#modal_start .modal-dialog{  width:95%; margin:20px auto;}
#modal_start .modal-body{ padding:20px 20px 0 20px;}
#modal_start .modal-footer{ border:0; padding:0 20px 20px 20px;}
#modal_start .btn_start{ height:40px; font-size:1.2em;}
#modal_start dl{ margin-bottom:10px;}
#modal_start dt{ margin-bottom:5px; font-size:1em;padding-left:13px;}
#modal_start dt:after{ width:10px; height:10px; top:4px;}
#modal_start .input_start{ height:35px; font-size:12px;}
#modal_start .text_start{ height:150px; font-size:12px;}
}


