@charset "utf-8";
/* ### 기본 스타일 커스터마이징 시작 ### */
.inner{background:transparent url("./img/whitediamond.png") repeat center center}
*::placeholder {
  color: #ccc;
}
.mbskin{padding:10px}
.mbskin h1{text-align:center;font-size:1.75em;margin:40px 0 25px}
.mbskin p {padding-bottom:20px;}
.mbskin p strong{color:#ef7878;padding-bottom:5px;display:block;font-size:1.083em}
.btn_top {text-align:center;margin-bottom:40px;}

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin a.btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {}
.mbskin .btn_cancel {}
.mbskin .btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn a {}
.mbskin .win_btn button {}
.mbskin .win_btn input {}
/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본테이블 */
.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mb_skin table {}
.mb_skin caption {}
.mb_skin .frm_info {}
.mb_skin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 caption {}
.mbskin .tbl_frm01 th {}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mbskin .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

.mbskin .required, .mbskin textarea.required {} /* 필수입력 */

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.form_01 h3{margin-bottom:5px}

.form_01 input[type="radio"],
.form_01 input[type="checkbox"] {
	display:none
}
.form_01 input[type="radio"]:checked+label,
.form_01 input[type="checkbox"]:checked+label {
    background: url('./img/checkon.png') no-repeat left center;
}
.form_01 input[type="radio"]+label ,
.form_01 input[type="checkbox"]+label {
	cursor:pointer;
	padding:5px 10px 5px 30px;
    background: url('./img/checkoff.png') no-repeat left center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form_01 input[type="radio"]+label,
.form_01 input[type="checkbox"]+label  {
    display: inline-block;
	padding:8px 10px 8px 30px;
	min-width:110px
}

/* ### 기본 스타일 커스터마이징 끝 ### */
.view-model {width:100%;margin-top:20px;}
.view-model-join {width:100%;margin-top:10px;}

/* 회원가입 약관 */
#fregister{max-width:620px;margin:0 auto}
#fregister section {border:1px solid #e6e6e6;margin-bottom:20px;background:#fff;position:relative;}
#fregister h2 {line-height:57px;border-bottom:1px solid #e6e6e6;text-align:left;padding:0 23px}
#fregister textarea {display:block;padding:15px;width:99%;height:150px;border:0;width:100%;background:#fff;color:#787878;line-height:1.8em}
.fregister_agree {position:absolute;top:0;right:10px;line-height:40px;font-size:0.92em}
.fregister_agree label {display:inline-block;margin-right:5px}
#fregister p {color:#787878;text-align:center;margin-bottom:15px}
#fregister .btn_confirm {margin:15px 0}
#fregister .chk_all{text-align:right;margin:10px 0 5px}
#fregister_private .tbl_head01 {padding:15px}
#fregister_private .tbl_head01 th{;text-align:center;border:1px solid #ccc;background:#e0e0e0;width:33%}
#fregister_private .tbl_head01 td {border:1px solid #e0e0e0;background:#fff;padding:10px;color:#787878;}
#fregister_private .tbl_head01 caption{position:absolute;font-size:0;line-height:0;overflow:hidden;top:0;color:#fff}
#fregister .btn_submit{width:100%;height:40px;max-width:250px}
.mbskin #sns_register { margin:0 auto;max-width:620px;
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow:none;
}
.mbskin #sns_register{}


@media (max-width: 640px){
    #fregister h2{border:0;line-height:1.2em;padding-top:15px}
    .fregister_agree {position:relative;border-bottom:1px solid #e6e6e6;left:0;padding:5px 15px 15px;line-height:1.2em;}
    #fregister .btn_submit{max-width:100%}
}

/* 회원가입 입력 */
#fregisterform .form_01{max-width:620px;margin:15px auto;background:#fff;padding:15px 20px;border:1px solid #e6e6e6}
#fregisterform .form_01 hr{margin:10px auto;height:1px;background:#e6e6e6;display:block;border: 0;}
#fregisterform .frm_address {width:100%}
#fregisterform textarea {width:100%;height:90px}
#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:block;margin:5px 0 0}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}
#fregisterform caption{text-align:center;color:#000}
#fregisterform .tbl_frm01{margin-bottom:20px}
#fregisterform .tbl_frm01 th{display:none;}
#fregisterform .tbl_frm01 td{display:block;padding:3px 0;border:0;}
#fregisterform .btn_confirm{margin:15px 0}
#fregisterform .btn_submit{width:50%;height:40px;max-width:250px;font-weight:bold;text-transform:uppercase;letter-spacing:0}
#fregisterform .btn_grd{display:inline-block;border:1px solid #ddd;vertical-align:middle;line-height:40px;height:40px;padding:0 20px}
#fregisterform .frm_label {display:block;margin:20px 0 5px;font-weight:bold}
#fregisterform .btn_frmline{height:40px}
#fregisterform .form_01 .rgs_name_li input[type="text"]{width: 50%;width: calc(100% - 93px);}
#fregisterform .form_01 .li_twoblock {clear:both;}
#fregisterform .form_01 .li_twoblock input{width: 49.5%;margin-right:1%;float:left;border-radius:0}
#fregisterform .form_01 .li_twoblock input:last-child{margin-right:0;}

#fregisterform .form_01 .profile-img{float: left;
    width: 100px;
    margin-right: 2%;
    height: auto;
    padding-right: 2%;
    border-right: 1px solid #e6e6e6;}
#fregisterform .form_01 .profile-img-input{width: 70%;}
#fregisterform .form_01 .profile-img-input .btn{text-align:Center;display:block;margin:10px auto;line-height: 2.5;}
#fregisterform .form_01 .profile-img img{width:100%;height:auto;}

#fregisterform .form_01 .li_twoblock:after {display:block;clear:both;content:""}

#fregisterform #msg_mb_id{position: absolute;
    right: 25px;
    top: 15px;font-size: 1.1em;
    color: #6989a9;}


@media (max-width: 640px){
	#fregisterform .form_01{padding:15px 10px;}
    #fregisterform .btn_grd{width:49%}
    #fregisterform .btn_submit{width:49%}
	#fregisterform .form_01 .li_twoblock input{width: 100%;margin-right:0;margin-bottom:5px}
	#fregisterform .form_01 .li_twoblock{margin:0}
}



.accordion {
  padding: 0;
  margin: 2em 0;
  max-width:620px;margin:25px auto;
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

.accordion__title {
  font-size: 1.1em;
  text-align:center;
  background: #f5f5f5;
  border-top: 2px solid #e6e6e6;
  color: #222;
  width:33.3333%;
  float: left;
  line-height: 4;
  height: 4em;
  cursor: pointer;
    border-right: 1px solid #e6e6e6;
	position: relative;
    z-index: 1;
 }

.accordion__title:first-child {
    border-left: 1px solid #e6e6e6;
 }

.no-js .accordion__title {
  float: none;
  height:auto;
  cursor:auto;
  margin:0;
  padding:0 2em;
}

.accordion__content {
  float: right;
  width: 100%;
  margin: 4em 0 0 -100% !important;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
}

.no-js .accordion__content {
  float:left;
  margin:0;
}

.accordion__title:hover,
.accordion__title.active {
	background: white;
}

.no-js .accordion__title:hover {
  background-color:#ccc;
  color:#222;
}

.accordion__title.active {
  border-top-color:#000;
}


/* drag and drop baisc */
.file-list {background: #ececec url("./img/icon_dragdrop.png") no-repeat center center;background-size: 80px;overflow: hidden;overflow-x: auto;margin:0 !important}
.file-list ul {position: relative;display:block}
.file-list ul {padding:0;;white-space:nowrap;margin:0;min-height: 150px;}
.file-list ul:after {content:" ";display:block;clear:both}
.file-list ul li.noitem{width:150px;height:150px;text-align: center;background: #fff;border-right:1px solid #ccc;word-break: break-word;white-space: normal;padding: 5px;}
.file-list ul li{display:inline-block;position:relative;vertical-align: top;margin:0 !important;margin-right: -4px !important;}
.file-list ul li.plus-btn {width:70px}
.file-list ul li.plus-btn a{height:100%;display:block;text-align: center;line-height: 150px;background: #fff;font-size: 4em;color:#888}
.file-list ul li.plus-btn a:hover{color:#000}
.file-list ul li.plus-btn i{font-size: 2em;margin-left:5px}

.file-list ul li.item .img-scroll{width:100%;height:100%;overflow:hidden;position:relative;overflow-y:hidden;margin:0 !important}
.file-list ul li.item .img-scroll img{width:auto;height:150px;}
.file-list ul li.item .del-btn{position: absolute;z-index:2;left: 0;top: 0;display: block;font-size: 18px;cursor: pointer;text-align: center;}
.file-list ul li.item .del-btn{width: 25px;height: 25px;background: rgba(255, 255, 255, 0.2);z-index: 2;}
.file-list .imageloadstatus{position: absolute;left: 50%;top: 50%;margin-left: -110px;margin-top: -11px;}
.file-list .imageloadbutton {position:absolute;left:-19999px}


#drop_file_zone {background-color: #f6f6f6;border: #c1c1c1 1px dashed;transition:all .5s;width: 100%; margin-top:10px;position:relative;margin-bottom: 2px;}
#drop_file_zone button{padding:3px 10px}
#drop_file_zone.hover {border-color: #ff4e4e ;
	/*
	position:fixed;width:500px;height:400px;left:50%;top:50%;margin-left:-250px;margin-top:-200px;
	*/
}

#drop_file_zone #selectfile {display: none;}
progress#progressBar { width: 100%; margin: 0px auto; height:2px; position:absolute;bottom:-2px;left:0;border:0;background:#efefef}



@media (min-width: 1200px){
	#fregisterform .form_01{max-width:800px;}
	#fregisterform .accordion {max-width:801px;}
	#fregisterform .form_01 li {margin: 10px 0;}
	#fregisterform .form_01 textarea{padding: 15px;height: 120px;font-size: 1.25em !important;}
	#fregisterform .frm_input {padding: 15px;height: 55px;font-size: 1.25em !important;font-weight: 100;}
	#fregisterform  input[type="file"].frm_input{padding: 12px 15px;}
	#fregisterform .form_01 .profile-img{float: left;
		width: 118px;
	}
	#fregisterform .form_01 .profile-img-input {
		width: 84%;
		width: calc(100% - 134px);
	}
	#fregisterform .form_01 h3 {
		margin: 15px 0 5px;
	}
	#fregisterform .btn_frmline {
		height: 55px;
		padding: 0 15px;
	}
	#fregisterform .btn_top {display:block;text-align:center;margin:40px auto 80px;}
	#fregisterform .btn_submit {
		width: 100%;
		height:auto;
		max-width: 800px;
		padding: 15px;
		font-size: 1.25em;
		font-weight: 500;
	}
}



/* 회원가입 완료 */
#reg_result {padding:20px 10px 10px;margin:20px auto 10px;;max-width:600px;}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result h2{text-align:center;font-size:1.25em;margin:0 0 10px}
#reg_result h2 strong{color:#ed6478}
#reg_result p {line-height:1.7em}
#reg_result .btn_confirm {margin:20px 0 30px}
#reg_result .reg_result_wr{background:#fff;padding:35px 20px;text-align:center;border:1px solid #ddd}
#reg_result .reg_cong{margin:10px 0;font-size:1.083em;font-weight:bold}
#reg_result .reg_cong strong{color:#3497d9}
#reg_result .btn_confirm a{display:inline-block;padding:0 20px;height:40px;line-height:38px;border:1px solid #ed6478;color:#ed6478;border-radius:3px;font-weight:bold}

/* 아이디/비밀번호 찾기 */
/*#find_info #info_fs {margin:0 20px 10px}*/
#find_info #info_fs p {margin:0 0 10px;line-height:1.5em;font-size:0.92em;color:#4162ff}
#find_info #info_fs #mb_email {width:100%}
#find_info #captcha{margin:5px 0 }

/* 로그인 */
#mb_login {margin:20px auto 10px;;max-width:400px;padding:20px;}
#mb_login img {width:80%;margin:0 auto;height:auto;display: block;}
#mb_login h1  {}
#mb_login h2 {margin:0}
#mb_login p {padding:10px 0;line-height:1.5em}
#mb_login #login_frm {position:relative}
#mb_login #login_frm div {padding:10px 0 ;text-align:right}
#mb_login .frm_input {width:100%;margin:5px 0}
#mb_login .btn_submit {width:100%;height:40px;margin:5px 0;font-size:1.083em;font-weight:bold;text-transform:uppercase;letter-spacing:0}
#mb_login .mb_login_join{margin:10px 0 0;text-align:center}
#mb_login .mb_login_join:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login .mb_login_join h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login .mb_login_join a{display:inline-block;padding:0 20px}
#login_password_lost{border-right:1px solid #cdcdcd;}
#mb_login #sns_login{border:1px solid #ddd;padding:0 15px 10px;background:#f3f3f3}

#mb_login_notmb{margin-top:40px;}
#mb_login_notmb h2{font-size:1.25em;padding:10px 0 0;margin-top:50px;margin-bottom:10px;}
#mb_login_notmb p{border:0;padding:0;}
#guest_privacy p{border:1px solid #ddd;background:#fff;color:#666;min-height:20px;height:200px;padding:10px;text-align:left;overflow-y:auto;margin:10px 0}
#mb_login_notmb .btn_submit{width:100%;display:block;height:40px;line-height:40px;margin-top:20px;}

#mb_login_od_wr{background:#fff;border-bottom:1px solid #ccc;padding:20px;}
#mb_login_od_wr p{border:0;text-align:left;}
#mb_login_od_wr p strong{display:inline}
#mb_login_odinfo{margin:10px 0 0 ;background:#f3f3f3;padding:10px}
#mb_login_odinfo h2{font-size:1.167em}
.owl-stage{
    margin: 0 auto;
}
/* 쪽지 */
#memo_view_contents {}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0 0 3px;background:#fff;padding:5px 10px;border-radius:3px;
-webkit-box-shadow: 0 0 5px rgba(50,50,50,0.2);
-moz-box-shadow: 0 0 5px rgba(50,50,50,0.2);
box-shadow: 0 1px 5px rgba(50,50,50,0.2);}
.memo_view_li {position:relative;padding:2px 0}
.memo_view_subj {display:inline-block;width:60px;font-size:0.92em;color:#777}
#memo_view_ul a {}
#memo_view p {padding:10px 15px;border-radius:3px;;min-height:150px;height:auto !important;height:150px;line-height:1.8em;background:#fff;
-webkit-box-shadow: 0 0 5px rgba(50,50,50,0.2);
-moz-box-shadow: 0 0 5px rgba(50,50,50,0.2);
box-shadow: 0 1px 5px rgba(50,50,50,0.2);}

#memo_list_ul {}
#memo_list_ul li {position:relative;background:#fff;margin:10px 0;border-radius:3px;padding:10px 15px;
-webkit-box-shadow: 0 0 5px rgba(50,50,50,0.2);
-moz-box-shadow: 0 0 5px rgba(50,50,50,0.2);
box-shadow: 0 1px 5px rgba(50,50,50,0.2);}

#memo_list_ul .memo_link {display:block;font-weight:bold;font-size:1.083em;margin:0 0 5px}
#memo_list_ul .memo_date{font-size:0.92em;color:#777;font-style:italic}
#memo_list_ul .memo_del{display:block;position:absolute;top:0;right:0;width:40px;height:40px;background:url(./img/btn_del.gif) no-repeat 50% 50%; text-indent:-9999px;overflow:hidden}

#memo_write #me_recv_mb_id {width:100%}
#memo_write textarea {width:100%;height:100px}
#memo_write .win_btn{margin:10px;}

/* 스크랩 */
#scrap_ul li{position:relative;}
#scrap_ul .scrap_board {display:block;color:#4162ff;margin:0 0 5px}
#scrap_ul .scrap_del {display:block;position:absolute;top:0;right:0;width:40px;height:40px;background:url(./img/btn_del.gif) no-repeat 50% 50%; text-indent:-9999px;overflow:hidden}
#scrap_ul .scrap_link{font-weight:bold;font-size:1.083em;}
.scrap_tit{font-weight:bold;border-bottom:1px solid #d7d7d7;padding:0 0 10px;font-size:1.167em}
#scrap_do #wr_content{margin-top:5px}
#scrap_do label{color:#666}

/* 포인트 */
#point_ul {blist-style:none}
#point_ul li {position:relative;}
#point_ul li:after {display:block;visibility:hidden;clear:both;content:""}
#point_ul .point_wrap01 {float:left}
#point_ul .point_wrap02 {float:right;text-align:right}
#point_ul .point_log{display:block;font-weight:bold;margin:0 0 5px;font-size:1.083em}
#point_ul .point_inout{display:block;font-weight:bold;margin:0 0 5px;color:#4162ff;font-size:1.083em}
#point_ul .point_date{font-style:italic}

#point_sum{margin:10px 0 20px}
#point_sum:after {display:block;visibility:hidden;clear:both;content:''}
#point_sum .sum_row {float:left;width:33.333%;text-align:center;background:#939db8;color:#fff;}
#point_sum .sum_row:nth-child(even){background:#8490af}
#point_sum .sum_tit, #point_sum .sum_val {display:block;margin:0 0 ;padding:10px;line-height:20px}
#point_sum .sum_tit {padding-bottom:0}
#point_sum .sum_val {}

/* 회원 비밀번호 확인 */
#mb_confirm {margin:10px auto 30px;max-width:400px;padding:20px;}
#mb_confirm h1 {}
#mb_confirm p {padding:15px 10px;border-bottom:0;background:#fff}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {position:relative;margin:20px 0;text-align:left;color:#555}
#mb_confirm_id{font-weight:bold;display:block;font-size:1.083em;margin:5px 0}
#mb_confirm_pw {display:block;margin-top:10px;width:100%}
#mb_confirm .btn_submit {width:100%;height:40px;border-radius:3px;margin:10px 0}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:20px auto 10px;;max-width:400px;padding:20px;}
#pw_confirm {
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
}
#pw_confirm fieldset {position:relative;margin:0 0 5px;padding:15px 0;border-top:1px solid #fffefe}
#pw_wr_password {width:100%}
#pw_confirm .btn_submit {margin:5px 0;width:100%;border-radius:3px;height:45px;font-weight:bold;font-size:1.083em}

/* 폼메일 */
#formmail #subject {width:100%}
#formmail textarea {width:100%;height:100px}
#formmail .frm_file{padding-left:50px;}
#formmail .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;}
#formmail .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;overflow:hidden;text-indent:-999px;background:url(./img/icon_file.gif) no-repeat 50% 50% #eee}

/* 자기소개 */
/* 게시판 읽기 */
#canvas {position:fixed;top:0;left:0;width:100%;height:100%;z-index: -1;background: #f7f7f7;}
#bo_v_title {
    display: block;
    padding-top: 90px;
    padding-bottom: 10px;
	text-align:center;
	font-size:3.2em;
}
.tag-base{text-align:center;}
.tag-base a{display:inline-block;padding:2px 10px 3px;background:#ef7878;color:#fff;margin-bottom:4px;font-size:1.3em}
#bo_v {padding:40px 0;text-align:left;}
.container_title,
#bo_v h1{text-align:center;letter-spacing:0;font-size:2em;margin-bottom:10px;margin-top:0}
#bo_gall h1{margin-top:40px}
#bo_v .pr-title{text-align:left}
#bo_v .video-player{margin-bottom:50px}
#bo_v_table {}
#bo_v .bo_cate_link{color: #fff;background: #f98c96;font-size: 0.92em;padding: 4px 12px 0px;margin-bottom: 10px;display: inline-block;}
#bo_v .bo_v_p{border-top:1px solid #ddd;padding:10px 0;color:#4e4e4e}

#bo_v .profile-view {margin-top:0}
#bo_v .profile-view >div{padding:0 0 0 70px;margin-top:13.5px;font-size:1.2em;}
#bo_v .profile-view >div:first-child{margin-top:0;}
#bo_v .profile-view >div span{float:left;width:70px;color:#000;margin-left:-70px;position:Relative}

#bo_v .profile-view section{margin-top:18.5px}
#bo_v .profile-view .message {padding:18px;border:1px solid #ddd}



#main-picture-wrap {}
#main-picture-wrap .owl-stage {
    display: flex;
}

#main-picture-wrap .owl-item img {
    height: 620px;
	width:auto;
}
@media (max-width: 1599px){
	#main-picture-wrap .owl-item img {
		height: 610px;
	}
}

@media (max-width: 1199px){
	#main-picture-wrap .owl-item img {
		height: 570px;
	}
}

@media (max-width: 991px){
	#bo_v .pr-title{margin-top:30px;}
}
@media (max-width: 767px){
	#bo_v_title {
		font-size:2em
	}
	.tag-base a{font-size:1em}

	#main-picture-wrap .owl-item img {
		width: 100%;
		height: auto;
	}
}


#bo_v_info {padding:15px 0px 10px;border-bottom:1px solid #eee;text-align:center;color:#666;line-height:20px;}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}

#bo_v_info p{font-size:0.92em;color:#777;font-style:italic ;text-align:center;float:right }
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;font-weight:normal;margin:0 5px}
#bo_v_info span{float:left;margin-right:5px}
#bo_v_info .profile_img img{border-radius:50%;vertical-align:top}
#bo_v_info .icon_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;background-size:80%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}
#bo_v_info .icon_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;background-size:70%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin:0 3px 0 5px}

#bo_v_file {margin:10px 0;border:1px solid #e3dbd2}
#bo_v_file h2 {padding: 10px 10px 0;margin-top:-1px;line-height:15px;font-weight:normal;color:#ac9f93}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li{padding:0 10px ;line-height:15px;color:#777}
#bo_v_file a strong{display:inline-block;padding:5px 0;color:#000;text-decoration:underline;font-weight:normal;color:#d63154}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
.bo_v_file_cnt {display:inline-block;margin:0 10px}

#bo_v_link{margin:10px 0;border:1px solid #e3dbd2}
#bo_v_link h2 {padding: 10px 10px 0;margin-top:-1px;line-height:15px;font-weight:normal;color:#ac9f93}
#bo_v_link ul {margin:0;padding:5px 0;list-style:none}
#bo_v_link li {padding:0 10px ;line-height:15px;color:#777}
#bo_v_link a {display:inline-block;color:#000;text-decoration:none;margin:0 0 3px}
#bo_v_link a strong{display:inline-block;padding:5px 0;color:#000;text-decoration:underline;font-weight:normal;color:#d63154}
#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 10px}


#bo_v_top {margin:0 0 10px;padding:10px}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {padding:10px 0 30px;border-top:1px solid #ddd;margin-top:50px}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0 0 10px;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 {clear: both;padding:0;}
#bo_v_atc_title {margin:0;padding:0;height:0;overflow:hidden}

#bo_v_img {margin:0 0 20px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {;max-width:100%;height:auto}

#bo_v_con {margin-bottom:20px;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 {position:relative;float:right;width:50%;;text-align:right;padding-top:15px}
#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;right:10%;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .btn_good{border: 1px solid #000;width:65px;height:65px;display:inline-block;border-radius:50%;text-align:center}
#bo_v_act .btn_good:hover{background:#f3f3f3}
#bo_v_act .btn_good i{font-size:25px;margin:10px 0 5px; }
#bo_v_act .btn_good strong{display:block;color:#000;font-weight:bold;font-size:14px;margin:0}
#bo_v_sns {padding:0;list-style:none;zoom:1;text-align: center;}

.bo_v_snswr .btn_share {display:none}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {display:inline-block;vertical-align: top;}
#bo_v_sns li a{opacity:.4;width: 40px;height: 40px;background:#808080;
	display:block;
	padding:5px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;}
#bo_v_sns li a img{width:100%;height:auto}
#bo_v_sns li:hover a{opacity:1}





.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
	font-size:0;
	color:transparent;
	background:#e7e7e7;
	text-align:center;
	opacity: .5;
}
.owl-prev:hover,
.owl-next:hover {
	opacity: 1;
}
.owl-prev:before,
.owl-next:before {
	color:#000;
	font: normal normal normal 24px/1.5 'Linearicons-Free';
}
.owl-prev:before {
	content: "\e875";
}
.owl-next{
	left:auto;
	right: -20px;
}
.owl-next:before {
	content: "\e876";
}


#bo_v_prd {margin:20px 0 10px 0}
#bo_v_prd ul{margin:10px -10px}
#bo_v_prd ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_prd li{float:left;width:25%;padding:10px}
#bo_v_prd li img{width:100%;height:auto}
#bo_v_prd li .prd_name{display:block;margin:5px 0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#bo_v_prd li .prd_cost{display:block;margin:5px 0;font-weight:bold}
#bo_v_prd li:nth-child(4n+1){clear:both}
@media (min-width: 971px){
	#bo_v {padding: 80px 0;}
}
@media (max-width: 640px){
    .bo_v_profile{width:100%;min-height:auto}
    #bo_v_act{width:100%;text-align:center;margin-bottom:0;border-top:1px solid #eee;margin-top:20px}
    .info_date {margin-top:5px}
    #bo_v_info .info_name{margin:5px 0;}
    #bo_v_prd li{width:50%}
    #bo_v_prd li:nth-child(2n+1){clear:both}
	#bo_w .tbl_frm01 th {display:none}
	#bo_w .tbl_frm01 td {display:block;width:100%;margin-bottom:-1px}
}


.rollover-dark-slide {margin-bottom:60px}
.rollover-dark-slide .item{
    position: relative;
    overflow: hidden;
}
.rollover-dark-slide .item .view-wrapper {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    margin: -21px 0 0 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.rollover-dark-slide .item:hover .view-wrapper {
    opacity: 1;
}
.rollover-dark-slide .item:active .view-wrapper {
    opacity: 1!important;
}
.rollover-dark-slide .item .view {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-family: AkkuratBold,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    border: #fff solid 2px;
    max-width: 80%;
}
.rollover-dark-slide .item .permalink {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.rollover-dark-slide .item:hover .permalink,
.rollover-dark-slide .item:active .permalink {
    opacity: .7 !important;
}
