h2.subtitle {display:none;}
.page_check .inner .title {height:63px;}
.page_check .inner .cateList {display:none; position:absolute; top:44px; left:0; z-index:10; width:100%; padding:12px 0; border:1px solid #e6e6e6; background:#fff; text-align:left;}
.page_check .inner .cateList li a strong {display:block; font-size:14px;}
.page_check .inner .cateList a {display:block; padding:4px 30px 3px 19px; font-size:14px; cursor:pointer;}
.page_check .inner .cateList li a strong,
.page_check .inner .cateList li.actice a {background:url('/_skin/giordano/img/common/check.png') no-repeat right 10px center;}

/*-----------------------------------------------------------------*/
/* 목록
/*-----------------------------------------------------------------*/

#boardlist {width:100%;}
#boardlist table {table-layout:fixed; width:100%;}
#boardlist table tr > td {width:32%; padding:0 10px 80px; text-align:left; vertical-align:top;}
#boardlist table tr > td .box {width:100%; margin:0 auto; text-align:center;}
#boardlist table tr > td .box .img {width:100%;}
#boardlist table tr > td .box .img img {width:100%; height:100%;}
#boardlist table tr > td .subject,
#boardlist table tr > td .subject * {font-size:20px;}
#boardlist table tr > td .subject {padding:24px 0 10px;}
#boardlist table tr > td .subject a {display:inline-block; position:relative;}
#boardlist table tr > td .subject a:after {display:block; content:''; position:absolute; bottom:0; left:0; z-index:5; width:0; height:1px; background:#1a1a1a; opacity:0; -webkit-transition:width 0.3s; -moz-transition:width 0.3s; -o-transition:width 0.3s; transition:width 0.3s;}
#boardlist table tr > td .subject a:hover:after {width:100%; opacity:1;}
#boardlist table tr > td .summary {padding-bottom:29px; color:#b2b2b2; font-size:14px;}
#boardlist table tr > td .date {color:#c8883c; font-size:14px;}
#boardlist .page_write {position:relative; min-height:34px; margin-top:30px;}
#boardlist .page_write .write {position:absolute; right:0; top:0;}
#boardlist .board_search {clear:both; text-align:center;}
#boardlist .board_search form {display:inline-block; margin:30px auto 0; padding:5px; border:1px solid #dcdcdc; text-align:center;}
#boardlist .board_search select {border:0;}
#boardlist .board_search input.form_input.search {width:300px; border-width:0 1px;}
#boardlist .board_search .btn_search {display:inline-block; width:34px; height:34px; border:0; background:url('/board/_skin/gallery_general/img/btn_search.png') no-repeat center; vertical-align:top; text-indent:-9999px; cursor:pointer;}


/*-----------------------------------------------------------------*/
/* 열람
/*-----------------------------------------------------------------*/

#boardview {width:100%; max-width:1500px; margin:0 auto; padding:0px;}
#boardview .img_wrapper{padding:0px;}
#boardview .top_area {position:relative;}
#boardview .top_area h3 {margin:0 auto 53px; font-size:40px; font-weight:400; text-align:center; line-height:50px;}
#boardview .top_area h3 p {margin-top:20px; color:#b2b2b2; font-size:14px;}
#boardview .top_area .btn_top {position:absolute; right:0; top:10px;}
#boardview .top_area .btn_top span {display:inline-block; *display:inline; *zoom:1; padding:0 16px; vertical-align:middle;}
#boardview .top_area .btn_top span a {padding-left:19px; background-repeat:no-repeat; background-position:left center; color:#b2b2b2; font-size:13px;}
#boardview .top_area .btn_top span.list a {background-image:url('/board/_skin/basic_general/img/icon_list.png');}
#boardview .top_area .btn_top span.share a {background-image:url('/board/_skin/basic_general/img/icon_share.png');}
#boardview .top_area .b_share {display:none; position:absolute; top:27px; right:16px; z-index:10; width:61px; border:1px solid #e6e6e6; background:#fff; text-align:center;}
#boardview .top_area .b_share:after {display:block; content:''; position:absolute; top:-5px; left:50%; z-index:5; width:8px; height:5px; margin-left:-4px; background:url('/board/_skin/gallery_general/img/share_arrow.png') no-repeat center top;}
#boardview .top_area .b_share a {display:block; padding:15px 0;}
#boardview .boxview {padding-bottom:60px; border-bottom:1px solid #e6e6e6; text-align:left;}
#boardview .boxview > div {word-break:break-all; word-wrap:break-word;}
#boardview .boxview > div * {font-family:inherit; font-size:inherit; text-align:inherit; line-height:inherit;}
#boardview .boxview > div img {max-width:100%;}
#boardview .btn {position:relative; padding:60px 0; text-align:center;}
#boardview .btn .modelete {position:absolute; top:60px; left:0; z-index:5;}


/*-----------------------------------------------------------------*/
/* 쓰기
/*-----------------------------------------------------------------*/

#boardwrite {width:100%; background:#f5f5f5; text-align:center;}
#boardwrite form {display:inline-block; width:72%; margin:0 auto; padding:40px 0; text-align:left;}
#boardwrite fieldset .fld {position:relative; margin-bottom:10px;}
#boardwrite fieldset .fld:last-child {margin-bottom:0;}
#boardwrite fieldset .fld > label {display:none;}
#boardwrite fieldset .fld.name {min-height:34px; padding-right:180px; line-height:34px; font-weight:bold;}
#boardwrite fieldset .fld.name .form_input {width:90%;}
#boardwrite fieldset .fld.name .check {position:absolute; right:0; top:3px;}
#boardwrite fieldset .fld.contents {background:#fff;}
#boardwrite fieldset select {width:100%;}
#boardwrite .btn {padding:20px 0; text-align:center;}


/*-----------------------------------------------------------------*/
/* 비밀번호 확인
/*-----------------------------------------------------------------*/

#boardpw {padding:40px 0; border:1px solid #e0e0e0; background:#fafafa; text-align:center !important;}
#boardpw h3 {padding-bottom:15px;}
#boardpw p {margin-bottom:20px; color:#888;}
#boardpw .form_input {width:330px; margin-bottom:20px;}


/*-----------------------------------------------------------------*/
/* 댓글목록, 댓글쓰기 - 스킨공통css 적용
/*-----------------------------------------------------------------*/