@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 {}

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

/* 갤러리 목록 */
.prd_cate {position:relative;margin: 0px 0;padding: 0px 0 0; width:100%; font-size:13px; font-family:'NanumGothic',ng,나눔고딕; }
.sub_cate { position:relative;width:750px; height:35px; margin:0px auto 0px; padding: 0; text-align:center; }
.cate_bs { position:relative; float:left; display:inline-block; height:35px; line-height:34px; padding:0px 20px; border-radius:17.5px; }
.cnt {  line-height:34px; color:#fff; border: 1px solid #333; border-radius:17.5px; background:#333; }
.ct1 { margin:0 0 0 10px; line-height:34px; border: 1px solid #666; background: rgba(255,255,255,0.6); }
.ct2 { margin:0 0 0 10px; line-height:27px; padding:0px 15px; border: 1px solid #ddd; background: rgba(255,255,255,0.6); }
.ct2 img.over { display:none; } 
.ct2:hover img { display:none; }
.ct2:hover img.over { display:inline; }
.ct3 { margin:0 0 0 10px; line-height:34px; border: 1px solid #ddd; background: rgba(255,255,255,0.6); }
.ct2:hover, .ct3:hover { color:#62bdbe; }

a.on { margin:0 0 0 10px; line-height:34px; padding:0px 15px; color:#fff;  border: 1px solid #7ecfd0; background:#7ecfd0; }

#sub_con { position:relative; float:left; margin: 0 0 50px; width:100%; height:100%: }
.prd_icon_01 { position:absolute;top:0px;left:0;width:1px;height:1px; border:none;}
.prd_icon_02 { position:absolute;top:0px;left:0;width:1px;height:1px; border:none;}
.prd_icon_03 { position:absolute;top:110px;left:50%;margin-left:-70px; width:140px;height:40px; line-height:40px; text-align:center; font-size:15px; color:#fff; border-radius:20px; background:rgba(195,186,229, .8); z-index:999; }

.prd_box {float:left; position:relative;width:330px; height:420px; }
.prd_chk { position:absolute; top:5px; right:5px; width:15px;height:15px; }
.btn_listsc  { position:absolute; bottom:5px; right:5px; width:40px;height:40px; z-index:99; }

.prd_img {margin:0px auto 0; width:260px; height:325px; border-bottom:65px solid rgba(255,255,255, .4); overflow:hidden; }
.prd_img img { width:100%; height:100%; -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.prd_img img:hover { -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);   
    -o-transform:scale(1.3);
    transform:scale(1.3);
 }
.prd_info { position:absolute;bottom:30px;right:23px; padding: 0; width:50%; border:1px solid #fff; }
.prd_price { margin:0 auto; width:100%;padding: 0px 5px 0 0; line-height: 18px; text-align:center; font-size:12px; color:#fff;font-family:Lato;}
 
.prd_dt { position:absolute; top:270px; left:30px; padding:20px 20px 0px; width:100%;height:110px;font:normal 25px/33px Roboto; text-align:left; letter-spacing:0.8px; z-index:99; }
.prd_dt p { font-size:12px; color:#999; letter-spacing:1px; }

/* 게시판 목록 공통 */
.bo_fx {margin:0px auto 5px;zoom:1; width:90%; }
.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}
.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:1px solid #ddd;background:#fff;color:#222;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:#e8180c}

#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

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

/* 게시판 쓰기 */
#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}

/************************
게시판 읽기
*************************/

#design_view { overflow:hidden; position:relative; padding: 0; width: 100%; height:100%; }
.d_con { position:relative; float:left; padding:0;width:100%; min-width:800px; height:100%; }
.d_con_bg { position:relative; float:left; margin:20px 0 0; width:100%; height:100%; background: url('http://jmpick.com/img/bg_dt_01.png') center center;}

.d_aimg { position:relative; margin:0px auto 0;width:100%;height:34vw; background:rgba(255,255,255, 0.4); }
.d_aimg .bs { position:relative; width:15%; height:100%; z-index:88; }
.d_aimg .btn_prev { float:left; border-right:1px solid #eee;}
.d_aimg .btn_next { float:right; border-left:1px solid #eee; }
.btn_prev a, .btn_next a { display: block; padding:13.5vw 0 0; height:100%; line-height:100%; text-align:center; }
/*prev,next subject base*/.sbs { position:absolute; top:0px; width:100%; text-align:center; font-size:20px; }
/*prev non*/.non1 { position:relative; float:left; padding:13.5vw 0 0; width:15%; height:100%; text-align:center; font-size:17px; }
/*next non*/.non2 { position:relative; float:right; padding:13.5vw 0 0; width:15%; height:100%; text-align:center; font-size:17px; }
.sbt_sub { left:0px; }
.sbt_sub1 { right:0px; }
.sbt_sub a, .sbt_sub1 a { color:#ccc; }

.d_image { position:relative; float:left; width:35%;height:100%;border-right:1px solid #eee; overflow:hidden; }
.d_image img { margin:0 auto; width: 100%; }


/*디자인정보*/
.sbt_rel { position:absolute; top:0px; right:15%; padding:2vw; width:35%; height:100%;text-align:left; }
.md_dot { position: absolute; top:50px; left:10px; width:200px; height:55px; background: url("http://jmpick.com/img/mn_dot.png"); z-index:99; }
.sbt_01 { font-size:14px; color:#777; }
.sbt_02 { color:#bbb; font:bold 60px arial; }
.sbt_03 { padding:20px 0 0; font-size:16px; line-height:24px; color:#000; }

.sbt_bn { position:absolute; bottom:0px; right:0px; width:100%; z-index:111; }

/*btn base*/
.btn_dt { margin:0; width:100%; }
.btn_dt .bs1 { display: inline-block;padding:10px; text-align:left; border-top:1px solid #eee; cursor:pointer;width:100%; height:15%; line-height:50px; border-radius:0px; }
.btn_dt .bs2 { display: inline-block;padding:15px; text-align:left; border-top:1px solid #eee; cursor:pointer;width:100%; height:15%; line-height:25px; border-radius:0px; }
.btn_dt p { color:#aaa; font-weight:normal; }
.btn_dt strong { font-size:17px; }

#de_btn { position:relative; margin:0px auto; width:100%;height:98px;text-align:left; background: rgba(255,255,255,.6); }
a.de_btn {position:absolute;top:0; left:0;display:block;padding-left:20px; height:98px; width:100%;font-size:16px;line-height:98px;color:#222;border-radius:3px; transition: all .35s;}
a.de_btn span{
  position: relative;
  z-index: 2;
}
a.de_btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #222;
  background: rgba(247,238,250,.6); 
  border-radius:3px; 
  transition: all .35s;
}

a.de_btn:hover{
  color: #222;
  }

a.de_btn:hover:after{
  width: 100%;
}
#de_btn .od_st { position: relative;font-size:18px; font-family:Roboto; color:#222; font-weight:bold; ​}


/*샘플사이트버튼*/
a.btn_sp{color:#555; font-size:16px; font-weight:bold; background: rgba(255,255,255,.6); }
a.btn_sp:hover { color:#fff; background: #666; }

/*디자인신청버튼*/
a.btn_rq {color:#999; font-size:14px; background: rgba(255,255,255,.6); }
a.btn_rq:hover { color:#000; background: #ddd; }

/*주문서작성버튼*/
a.btn_od { color:#999; font-size:14px; background:rgba(255,255,255,.8); }
a.btn_od:hover { color:#000; background: #ddd;}


#design_view .d_con1 { position:relative; margin:44vw auto 70px; border-top:1px solid #eee; width:70vw;padding:0;background:rgba(255,255,255,.9); z-index:900; }
.d_zg { position:absolute; top:-8px; left:0; width:100%; height:8px; background: url('http://jmpick.com/img/bg_mvs.png'); }
.d_con_in { position:relative; margin:0 auto;width:100%;padding: 0;}
.btn_adm { position:absolute; top:-20px;right:0; width:500px; height:30px; }


#design_view .d_prdt { position:relative; margin:30px auto; max-width:820px; text-align: left; line-height:28px;z-index:900;  }
#design_view .d_prdt ul li { position:relative; color:#51453e; font-size:13pt; }
#design_view .d_prdt ul li .t_ln { position:absolute; top:77px; left:-50px; width:30px; height:3px; background:#000; } 
#design_view .d_prdt ul li.d_prdt_01 { padding:60px 0; border-bottom:1px dashed #dad4cc; }
#design_view .d_prdt ul li.d_prdt_02 { padding:50px 0; border-bottom:1px dashed #dad4cc; }
#design_view .d_prdt ul li.d_prdt_03 { padding:50px 0; }

.tt_prdt_01 {font-size:15px;line-height:40px;font-weight:bold;color:#000; }
.tt_prdt_02 {font-size:15px;line-height:30px;font-weight:bold;color:#000; }
.tt_prdt_03 {font-size:15px;line-height:25px;font-weight:bold;color:#d81230; font-style:oblique; }

#bo_v_top {position:relative; right:0; top:0; width:88%; 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 li { border-left:1px solid #eee; }
#bo_v_top ul li:first-child {border-left:0px;}
#bo_v_top a.btn_list {display:inline-block;margin:0 0 0 0; color:#bbb; height:12px; line-height:12px; padding:0px 5px 0px 7px;  cursor:pointer;font-size:11px;}
#bo_v_top a.btn_list:hover {text-decoration:none; color:#78c1b4; }

#bo_v_bot {margin:15px auto 0; width:88%; 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_bot ul li { border-left:1px solid #eee; }
#bo_v_bot ul li:first-child {border-left:0px;}
#bo_v_bot a.btn_list {display:inline-block;margin:0 0 0 0; color:#bbb; height:12px; line-height:12px; padding:0px 5px 0px 7px;  cursor:pointer;font-size:11px;}
#bo_v_bot a.btn_list:hover {text-decoration:none; color:#78c1b4; }

.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:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;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}