@charset "utf-8";

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

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

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v .btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v .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 .btn_cancel {}
#bo_w .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_address {}
#bo_w .frm_file {}
#bo_w .frm_info {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 caption {}
#bo_w .tbl_frm01 th {}
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w .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_fx {margin-bottom:5px;padding:10px 15px}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {text-align:right}
.btn_bo_adm li {display:inline-block}
.btn_bo_adm button {padding:5px 10px;height:35px;background:#fdfcf5;color:#000;border:1px solid #e9e9e9;border-radius:0;text-decoration:none;vertical-align:middle; font-size:0.8em;}
.btn_more_opt {width:30px}
.more_opt {display:none;position:absolute;top:50px;right:7px;background:#fdfcf5;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {display:block;border-bottom:1px solid #f1f1f1;padding:10px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fdfcf5;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {line-height:20px}

.bo_share {position:relative}
#bo_v_share {display:none;position:absolute;top:42px;right:0;padding:10px;text-align:right;background:#fdfcf5;border:1px solid #b8bfc4}
#bo_v_share:before {content:"";position:absolute;top:-8px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
#bo_v_share:after {content:"";position:absolute;top:-6px;right:6px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
#bo_v_share .btn_scrap {display:inline-block;background:#d4d4d4;color:#444;line-height:40px;width:40px;font-weight:bold;text-align:center;border-radius:3px}

#bo_v_sns {padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {text-align:center;margin:5px 0 0}
#bo_v_sns li a {display:block;width:40px;height:40px;padding:10px 0}
#bo_v_sns li .sns_f {background:#415b92;border-radius:3px}
#bo_v_sns li .sns_t {background:#35b3dc;border-radius:3px}
#bo_v_sns li .sns_g {background:#d5503a;border-radius:3px}
#bo_v_sns li .sns_k {background:#fbe300;border-radius:3px}
#bo_v_sns li img {vertical-align:top}
#bo_v_sns li span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

.td_num strong {color:#000}
.bo_current {color:#e8180c}
.td_subject img {margin-left:3px}
.cnt_cmt {font-weight:bold}

#bo_sch {background:#fdfcf5;border:1px solid #d0d3db;position:relative;margin:10px}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select {border:0;height:38px;border-right:1px solid #f8f8f8;float:left;width:30%}
#bo_sch .sch_input {height:38px;border:0;padding:0;background-color:transparent;float:left;width:70%;padding:0 40px 0 10px}
#bo_sch .sch_btn {height:38px;position:absolute;top:0;right:0;border:0;width:40px;background:none;font-size:15px}

.view_is_list.btn_top {position:relative;z-index:auto;top:0;left:0}
.view_is_list {margin:8px 10px 0;height:50px;padding:10px;line-height:30px;border-radius:3px;border-bottom:1px solid #ccc;background:#fdfcf5;color:#333;text-align:right}
.view_is_list li {display:inline-block}

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

.bo_cnt {display:block;width:100%;font-size:1.083em;font-weight:bold;line-height:1.4em}
.bo_cnt i {color: #8d96c2;font-size:12px}
.bo_cnt .fa-heart {color:#ff0000}
.bo_chk {display:inline-block;float:left;margin-right:5px}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover{color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fdfcf5;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index: -1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#f7f8f9;border:1px solid #cdd6df;border-radius:50%}
.chk_box input[type="radio"]:checked + label{color:#ff8080}
.chk_box input[type="radio"]:checked + label span {border-color:#ea6060;}
.chk_box input[type="radio"]:checked + label span:before{width:9px;height:9px;background:#ff8080;content:'';position:absolute;top:3px;left:3px;border-radius:50%;}
.all_chk.chk_box input[type="checkbox"] + label span {top:18px;left:15px}


/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

#bo_gall #gall_allchk {}

#bo_gall #gall_ul {margin:10px 0 0;padding:0 10px;list-style:none}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}

#bo_cate h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {background:#fdfcf5;padding-left:1px;border-bottom:1px solid #d9dce3;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;float:left}
#bo_cate a {display:block;line-height:24px;padding:15px}
#bo_cate #bo_cate_on {display:inline-block;position:relative;color:#3a8afd}
#bo_cate #bo_cate_on:after {content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;display:inline-block;background:#3a8afd}

#bo_gall .gall_li {float:left;;width:25%;padding:5px}
#bo_gall .gall_li_wr {position:relative;}
#bo_gall .gall_li_chk {display:inline-block;position:absolute;top:10px;left:10px}
#bo_gall .gall_li:nth-child(4n+1) {clear:both}
#bo_gall .gall_li .gall_img img{width:100%;height:auto}
#bo_gall .gall_li .gall_img .no_img,
#bo_gall .gall_li .gall_notice {display:block;background:#eaeaea;color:#d0d0d0;font-size:3em;text-align:center;padding:25% 0}

#bo_gall .gall_now .gall_text_href a {color:#ff3061}

#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:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em}

#bo_gall .gall_text_href {padding:10px 0;display:block}
#bo_gall .gall_li_tit {display:block;margin:5px 0;font-weight:bold}
#bo_gall .bo_cate_link {display:inline-block;background:#e2eaf6;padding:0 5px;line-height:20px;border-radius:5px;font-weight:bold;font-size:11px;color:#3ca1ff !important;text-decoration:none;/*font-size:0.92em*/} /* 글제목줄 분류스타일 */
#bo_gall .profile_img img {border-radius:50%}
#bo_gall .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin:0 4px;font-weight:bold;vertical-align:middle}

.bo_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_gall .gall_info {padding:5px 0 0;color:#646464;font-size:0.92em}
#bo_gall .gall_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_info strong {display:inline-block;margin-right:3px}
#bo_gall .gall_info i {display:inline-block;margin-left:5px}


/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}

#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}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}


/* 게시판 읽기 */
#bo_v {padding:0 20px 20px;background:#fdfcf5; max-width:1000px; margin:0 auto;}
#bo_v_table {padding: 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v_title {padding:10px 0}
.bo_v_cate {display:inline-block;color:#68b880;font-weight:bold;line-height:24px}
.bo_v_tit {display:block;font-size:1.1em; color:#000; font-weight:500}

#bo_v_info {padding:15px 0;margin:10px 0 20px;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .cmt_num {color:#005aff;text-decoration:underline}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {}
#bo_v_info .profile_img img {border-radius:50%;border:1px solid #bcc5c9}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_view {display:inline-block;background:url('./img/icon_view.png') no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_comment {display:inline-block;background:url('./img/icon_comment.png') no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_date {margin:0 10px 0 0;color:#888}

#bo_v_opt {display:none;position:absolute;top:40px;right:0px;width:100px;padding:0;list-style:none;background:#fdfcf5;border:1px solid #d9dee9;z-index:9999}
#bo_v_opt:before {content:"";position:absolute;top:-6px;right:5px;width:10px;height:10px;background:url('img/ico_arrow.png') no-repeat}
#bo_v_opt li {border-bottom:1px solid #f1f1f1;text-align:left}
#bo_v_opt li:last-child {border-bottom:0}
#bo_v_opt li a {font-size:.92em; display:block;padding:10px}
#bo_v_opt li a i {float:right;color:#92a1af;padding:5px 0}

#bo_file {position:relative}
#bo_file_btn {float:right;background:#fdfcf5;border-radius:30px;padding:10px 15px;border:1px solid #9dd5f8;color:#3c9edc;margin-bottom:20px}
#bo_v_file {display:none;position:absolute;top:40px;right:0;width:330px;background:#fdfcf5;margin:10px 0;border:1px solid #d4d4d4;-moz-box-shadow:5px 5px 6px -5px #ccc;-webkit-box-shadow:5px 5px 6px -5px #ccc;box-shadow:5px 5px 6px -5px #ccc}
#bo_v_file:before {content:"";position:absolute;top:-6px;right:40px;width:10px;height:10px;background:url('img/ico_arrow.png') no-repeat}
#bo_v_file h2 {padding:10px;border-bottom:1px solid #d4d4d4}
#bo_v_file ul {margin:0;padding:5px 0;list-style:none}
#bo_v_file li {padding:5px 10px;position:relative}
#bo_v_file a {display:inline-block;color:#3497d9;text-decoration:underline;word-wrap:break-word}
#bo_v_file .bo_v_file_size {color:#c5c5c5}
#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:block;color:#828282;font-size:0.92em}

#bo_v_link {margin:10px 0;border:1px solid #e5e8ec;background:#f7f8f9}
#bo_v_link h2 {padding:15px 15px 0}
#bo_v_link ul {margin:0;padding:10px 15px;list-style:none}
#bo_v_link li {position:relative;padding:5px 0}
#bo_v_link a {display:inline-block;color:#3497d9;text-decoration:underline;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 {color:#888;font-size:0.92em}

.bo_v_com {float:right;margin-bottom:10px}
.bo_v_com:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_com li {float:left;margin-right:5px}
.bo_v_com li button, .bo_v_com li a {line-height:20px;}

#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 {padding:0;list-style:none;word-break:break-all}

#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 {padding:0;list-style:none}

.bo_v_nb {margin:20px 0 10px;position:relative;clear:both;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li:first-child {border-bottom:1px solid #f1f1f1;margin-bottom:-1px}
.bo_v_nb li {padding:15px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis;}
.bo_v_nb li i { color:#b0b2b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#8d8d8d}

#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 {width:100%;overflow:hidden}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;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 {display:inline-block;margin-bottom:30px;text-align:left;border:1px solid #dedede;border-radius:3px}
#bo_v_act .bo_v_act_gng {position:relative}
#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_act .bo_v_good {display:inline-block;border-right:1px solid #dedede;height:40px;line-height:40px;padding:0 10px}
#bo_v_act .bo_v_nogood {display:inline-block;height:40px;line-height:40px;padding:0 10px}
#bo_v_act .bo_v_good:hover i,#bo_v_act .bo_v_nogood:hover i {color:#ff0c05}
#bo_v_act .bo_v_good i, #bo_v_act .bo_v_nogood i {font-size:1.4em}

.bo_v_good_bg {display:inline-block;width:15px;height:15px;background:url('./img/icon_good.png') 25px 18px no-repeat}
.bo_v_nogood_bg {display:inline-block;width:15px;height:15px;background:url('./img/icon_bad.png') 25px 18px no-repeat}

#bo_v_info_l {float:left;display:inline-block;line-height:24px}
#bo_v_info_r {float:right;width:105px;display:inline-block;line-height:24px;position:relative;text-align:right}

.bo_v_snswr {position:relative}
.bo_v_opt, .btn_share, .btn_scrap {float:right;display:inline-block;margin-left:10px;text-align:center;height:25px;width:25px;padding:0 5px;font-size:1.3em;border:0;background:#fdfcf5;color:#7a7a7a}
#bo_v_sns {display:none;position:absolute;top:40px;right:0;width:180px;padding:0;list-style:none;background:#fdfcf5;border:1px solid #d9dee9;z-index:9999}
#bo_v_sns h3 {border-bottom:1px solid #d9dee9;text-align:center;padding:5px;color:#000}
#bo_v_sns:before {content:"";position:absolute;top:-6px;right:40px;width:10px;height:10px;background:url('img/ico_arrow.png') no-repeat}
#bo_v_sns ul {padding:10px}
#bo_v_sns ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;text-align:center}
#bo_v_sns li a {width:49px;height:40px;padding:10px 0;border-radius:3px}
#bo_v_sns li .sns_f {display:block;background:#415b92;margin-right:5px}
#bo_v_sns li .sns_t {display:block;background:#35b3dc}
#bo_v_sns li .sns_g {display:block;background:#d5503a;margin-right:5px}
#bo_v_sns li img {vertical-align:top}
/* 게시판 댓글 */
#bo_vc {background:#f8f8f8;padding:15px}
#bo_vc h2.bo_vc_tit {}
#bo_vc h2 span {color:#3a8afd}
#bo_vc article {}
#bo_vc article .comment_inner{margin:15px 0 0;padding:15px;background:#fdfcf5;border-bottom:1px solid #e4e4ec}
#bo_vc article h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_vc header {position:relative;padding:0;line-height:20px;padding-right:18px}
#bo_vc .profile_img {vertical-align:text-bottom}
#bo_vc .profile_img img {width:23px;height:23px;border-radius:50%}
#bo_vc header .bo_vl_opt {position:absolute;top:-5px;right:-8px}
.comment_inner .bo_vc_w{margin-top:10px;padding-top:15px}

#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;color:#777}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {margin:10px 0 0;border-radius:5px;line-height:1.8em}
#bo_vc .cmt_contents p {font-size:1.083em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:15px !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 {display:none;position:absolute;right:0;top:40px;width:58px;text-align:center;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fdfcf5;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w {display:block;position:relative;padding:0 15px 15px;background:#f8f8f8}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {width:100%;height:120px;padding:5px;border:1px solid #d0d3db;background:#fdfcf5;color:#000;vertical-align:middle}
#wr_secret {}

.bo_vc_w_info {margin:10px 0}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;width:49.5%;margin:0 0 5px 0}
.bo_vc_w_info #wr_password {float:right}
.bo_vc_w_info #captcha {display:block;clear:both}
.bo_vc_w .btn_confirm {margin-top:5px;clear:both}
.bo_vc_w .icon_lock {display:inline-block;font-size:1em;vertical-align:baseline}
.bo_vc_w .btn_submit {height:50px;width:100%;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w .bo_vc_secret {display:block}

#bo_vc_send_sns {display:block;float:left}
#bo_vc_sns {display:block;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 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;padding: 10px 0 10px 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w {padding:15px}
#bo_w .bo_v_option li {display:inline-block;float:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_select select {border:1px solid #d0d3db;background:#fdfcf5;width:100%}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;width:45px;height:43px;line-height:43px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;width:45px;height:43px;line-height:43px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px}
#bo_w .bo_w_flie .file_wr {position:relative;color:#000;vertical-align:middle;margin:0}
#bo_w .bo_w_flie .frm_input {margin:5px 0 0}

.filebox .btn_file {display:inline-block;position:absolute;right:8px;top:8px;border:1px solid #3a8afd;border-radius:3px;width:60px;height:30px;color:#3a8afd;font-size:1em;line-height:30px;font-weight:bold;background:#fdfcf5;text-align:center;vertical-align:middle;cursor:pointer}
.filebox .fileName {display:inline-block;position:relative;width:100%;height:45px;padding-left:45px;line-height:30px;border:1px solid #d0d3db;background-color:#fff;color:red;vertical-align:middle;border-radius:0}
.filebox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

#bo_w .btn_confirm {text-align:center;margin:20px 0}
#bo_w .btn_submit {width:49%;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em}
#bo_w .btn_cancel {width:49%;line-height:45px;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em;background:#fdfcf5;border-radius:3px;border:1px solid #dcdcdc}









#popup .post:hover+span,.mobile #popup .post:active+span{color:var(--chightlight)}#popup .button{width:100%;margin-top:var(--mxs)}html.pop-up-open,html.pop-up-open body{height:var(--h);overflow-y:hidden;-ms-touch-action:none;touch-action:none}main{width:100vw;height:fit-content;min-height:var(--hxs);padding:var(--ms) var(--ms) 0;display:grid;grid-auto-flow:row;grid-auto-rows:min-content;grid-gap:var(--ml)}.nav{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;grid-auto-rows:min-content;grid-gap:0 var(--tgap);line-height:1;text-transform:uppercase}@media (max-width: 834px){menu.nav,menu .nav,footer .nav{grid-auto-flow:row}}.button-wrapper{justify-self:center}.button{width:fit-content;width:-moz-fit-content;min-width:200px;padding:5px 1rem;display:grid;text-align:center;line-height:1!important;text-transform:uppercase;border:1px solid;cursor:pointer}.desktop .button:hover,.mobile .button:active{color:var(--cbg);border-color:var(--ctext);background-color:var(--ctext)}#page{display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:min-content;grid-gap:var(--ml) var(--ms)}#page .content{position:sticky;position:-webkit-sticky;top:calc(var(--h) - var(--hs) + var(--ms));grid-column:2 span}@media (max-width: 1180px){#about{grid-row:1 / 4}#page .content{position:initial;grid-column:3 span}}@media (max-width: 834px){#page .content{grid-column:8 span}}.content{width:100%;height:fit-content;height:-moz-fit-content;display:grid;grid-auto-flow:row;grid-auto-rows:min-content;grid-gap:var(--lineheight-s) 0}.content>div{max-width:calc(600px - var(--ms)*2)}.content .title{width:100%;max-width:none;margin-bottom:calc(var(--lineheight-s)*-1 + 1rem);padding-bottom:5px;line-height:1;text-transform:uppercase;border-bottom:1px solid}.content .title:not(:first-child){margin-top:calc(var(--ml) - var(--lineheight-s))}.content>br+br,strong br{display:none}table *{padding:0;margin:0;border:none;display:block}table{width:100%;text-transform:uppercase;border-collapse:collapse}table tr{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 var(--ms)}table tr td:not(:first-child){text-transform:none}table tr td:nth-child(2):last-child{grid-column:2 span}table span{display:inline-block}@media (min-width: 835px) and (max-width: 1680px){table tr{grid-template-columns:repeat(8,1fr)}table tr td:first-child{grid-column:4 span}table tr td{grid-column:2 span}table tr td:nth-child(2):last-child{grid-column:5 / -1}}@media (min-width: 601px) and (max-width: 834px){table tr{grid-template-columns:repeat(8,1fr)}table tr td{grid-column:2 span}table tr td:nth-child(2):last-child{grid-column:3 / -1}}@media (min-width: 601px){table span{display:none}}@media (max-width: 600px){table tr{grid-template-columns:repeat(6,1fr)}table tr td{grid-column:2 span}table tr td:last-child,table tr td:nth-child(2):not(last-child){grid-column:3 / -1}table tr td:nth-child(3):last-child{display:none}}@media (max-width: 390px){table tr{grid-template-columns:repeat(4,1fr)}}@media (max-width: 320px){.content div:not(.title)+table{margin-top:var(--lineheight-s)}table tr{grid-template-columns:1fr}table tr:not(:last-child){margin-bottom:var(--lineheight-s)}table tr td{grid-column:auto!important}}#intro{width:100vw;display:grid;grid-template-columns:repeat(2,1fr);cursor:none}#intro>.shopify-section{display:contents}#intro .intro-column{height:var(--h);position:relative}#intro picture{opacity:.86}#intro .intro-left picture{padding-left:6rem}#intro .intro-right picture{padding-right:6rem}#intro picture{position:absolute;width:100%;height:100%;padding:6rem 3rem;display:flex;align-items:center;justify-content:center;background-color:transparent}#intro picture img{width:80vmin;max-width:800px;height:70vmin;max-height:800px}#intro picture.horizontal img{padding:3rem 0}#intro picture.vertical img{padding:0 3rem}#intro picture.square img{padding:3rem}#intro picture.active~picture{display:flex!important}@media (max-width: 1480px){#intro picture img{max-width:100%;max-height:100%}}@media (orientation: portrait){#intro{grid-template-columns:1fr}#intro .intro-right{display:none}#intro .intro-left picture{padding-left:3rem}}#intro.intro-video{max-height:var(--h);background-color:#000}#intro video{max-height:inherit;grid-column:1 / -1}#cursor{position:fixed;width:max-content;display:none;transform:translate(-50%);color:#fff;mix-blend-mode:difference;white-space:nowrap;cursor:none;pointer-events:none;z-index:99}.mobile #cursor{display:none!important}header{width:100vw;position:sticky;position:-webkit-sticky;top:0;padding:var(--ms);display:grid;grid-template-columns:1fr min-content 1fr;grid-gap:0 var(--mm);background-color:var(--cbg);z-index:9}@media (min-width: 835px){menu.nav{grid-gap:5px var(--tgap)}menu>a{grid-row:1}menu .nav{grid-row:2}}@media (max-width: 834px){menu .nav{grid-column:auto!important;margin-left:var(--tgap)}}#logo{height:calc(2em + 5px);align-self:center;justify-self:center;display:flex;align-items:center;justify-content:center}#logo svg{width:auto;height:100%;padding:2px 0}.desktop #logo:hover svg,.mobile #logo:hover svg{fill:var(--chightlight)}header wrap{justify-self:flex-end}#search input{height:1em;line-height:1!important;text-align:right}#menu-trigger{width:fit-content;width:-moz-fit-content;height:fit-content;height:-moz-fit-content;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.desktop #menu-trigger:hover{color:var(--chightlight)}@media (min-width: 1025px){#menu-trigger{display:none}menu{display:grid!important}}@media (max-width: 1024px){header{grid-template-columns:7ch 1fr 7ch}menu,#search{display:none}menu{padding-top:calc(var(--ms)*2);grid-column:1 / -1;grid-row:2}#submenu{display:grid!important}#logo svg{padding-bottom:0}}@media (max-width: 600px){#logo{max-width:220px;height:100%}#logo svg{width:100%}}footer{width:100vw;padding:var(--mxxl) var(--ms) var(--ms)}.posts{display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-auto-rows:min-content;grid-gap:var(--mm) var(--ms)}.post{display:grid;grid-auto-rows:min-content;grid-gap:var(--mxs)}.post-link{position:relative;width:100%;height:var(--ph-m)}.post picture,.post img{height:100%;object-fit:cover}.post .hover-img{position:absolute;top:0;left:0;width:100%;height:100%;background-color:none;object-fit:cover;transition:none}.desktop .post a:not(:hover) .hover-img,.mobile .post a .hover-img{display:none}.post-infos{display:grid;grid-auto-rows:min-content;grid-gap:0 var(--ms);text-transform:uppercase}.desktop .post a:hover+div .post-title,.mobile .post a:active+div .post-title{color:var(--chightlight)}@media (min-width: 1921px){.product .post-infos{grid-template-columns:repeat(4,1fr)}.product .post-infos div:not(.product-code){grid-column:3 / -1}}@media (min-width: 601px) and (max-width: 1920px){.product .post-infos{grid-template-columns:repeat(3,1fr)}.product .post-infos div:not(.product-code){grid-column:2 / -1}}.product .post-infos .sold-out{margin-left:var(--tgap)}@media (min-width: 601px){.chapter .post-infos{grid-auto-flow:column;justify-content:space-between}}.to-be-continued .post-frame{border:1px solid var(--ctext)}.module{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:min-content;grid-gap:var(--ms)}.module-content{height:fit-content;height:-moz-fit-content;grid-column:8 span;border-bottom:1px solid}@media (min-width: 1921px){.module-content{grid-column:9 span}}@media (max-width: 834px){.module-content{grid-column:1 / -1}}.module-title{padding-bottom:5px;grid-column:1 / -1;display:grid;grid-template-columns:repeat(8,1fr);grid-gap:var(--ms);line-height:1}.module-title wrap{grid-column:2 / -1}.module-title wrap span{cursor:pointer}.module-title wrap span.active,.desktop .module-title wrap span:hover{color:var(--chightlight)}.module-title>span{grid-row:1}.module-title>span:first-child,.module-title>span:last-child{grid-column:1 / -1}@media (max-width: 1280px){.module-title wrap{grid-column:3 / -1}.module-title wrap+span{grid-column:2 span}}@media (min-width: 835px){.module-title>span:last-child{display:none}}@media (max-width: 834px){.module-title wrap,.module-title wrap+span,.module-title>span:first-child{display:none}}.module-row{height:fit-content;height:-moz-fit-content;display:grid;grid-auto-flow:row;grid-template-columns:repeat(8,1fr);grid-auto-rows:min-content;grid-gap:0 var(--ms)}.module-row:not(.full) .module-row-title-wrapper{padding-bottom:5px}@media (min-width: 1921px){.module-row{grid-template-columns:repeat(9,1fr)}}.module-row-title-wrapper{width:100%;grid-row:1;grid-column:1 / -1;padding-top:5px;display:grid;grid-template-columns:inherit;grid-gap:1rem var(--ms);line-height:1;text-transform:uppercase;border-top:1px solid var(--ctext);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.module-row-title-wrapper.active{color:var(--chightlight)}.module-row-title{grid-column:3 span}.module-row-subtitle{grid-column:4 / -1}.module-row-title-wrapper.active .module-row-subtitle{display:none}@media (min-width: 1681px){.module-row-title{grid-column:2 span}.module-row-subtitle{grid-column:3 / -1}}@media (max-width: 1180px){.module-row-title{grid-column:3 span}.module-row-subtitle{grid-column:4 / -1}}@media (max-width: 834px){.module-row-archive.hover .module-row-title-wrapper{cursor:pointer}.module-row-title,.module-row-subtitle{grid-column:4 span}}@media (max-width: 600px){.module-row-title-wrapper{grid-template-columns:1fr max-content}.module-row-title,.module-row-subtitle{grid-column:auto}.module-row-subtitle:not(.date){display:none}}@media (max-width: 320px){.module-row-title{grid-column:1 / -1}.module-row-subtitle{display:none}}@media (min-width: 835px){.module-row-press .module-row-content{display:none;cursor:initial}.module-row-archive .module-row-content{position:fixed;width:calc((100vw - var(--ms)*4)/12*4);height:var(--h);top:0;right:var(--ms);padding:calc(var(--h) - var(--hs) + var(--ms)) 0 var(--ms);display:grid;grid-auto-rows:min-content;overflow:scroll;-webkit-overflow-scrolling:touch;cursor:initial}.module-row-archive .module-row-infos{display:contents}.module-row-archive .module-row-content .title:first-child{grid-row:1;margin-bottom:1rem;padding-top:0}}@media (min-width: 1921px){.module-row-archive .module-row-content{width:calc((100vw - var(--ms)*5)/12*3)}}@media (max-width: 834px){.module-row-press .module-row-content{display:grid!important}.module-row-content{margin-bottom:var(--ml);grid-column:1 / -1}.module-row-content+.module-row-title-wrapper .module-row-images{padding-bottom:var(--mxs)}}.module-row-credits{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;grid-gap:0 var(--ms)}.module-row-credits strong{text-transform:uppercase}.module-row-credits div{grid-column:2 / -1}.module-row-credits em{font-style:normal;margin-top:var(--lineheight-s);grid-column:1 / -1}@media (max-width: 1180px){.module-row-credits{grid-template-columns:repeat(2,1fr)}}@media (max-width: 834px){.module-row-credits{grid-template-columns:repeat(4,1fr)}}@media (max-width: 600px){.module-row-credits{grid-template-columns:repeat(8,1fr)}.module-row-credits strong{grid-column:3 span}.module-row-credits div{grid-column:4 / -1}}@media (max-width: 390px){.module-row-credits{grid-template-columns:repeat(2,1fr)}.module-row-credits strong{grid-column:auto}.module-row-credits div{grid-column:2 / -1}}@media (min-width: 835px) and (max-width: 1024px),(max-width: 320px){.module-row-credits{grid-template-columns:1fr}.module-row-credits div{grid-column:auto}.module-row-credits strong:not(:first-of-type){margin-top:var(--lineheight-s)}}aside{position:sticky;position:-webkit-sticky;top:calc(var(--h) - var(--hs) + var(--ms));height:fit-content;height:-moz-fit-content;grid-column:9 / -1;display:grid;grid-auto-flow:row;grid-auto-rows:min-content;grid-gap:1rem}aside wrap{padding-bottom:5px;display:grid;grid-template-columns:1fr max-content;grid-auto-rows:min-content;grid-gap:0 var(--ms);line-height:1;text-transform:uppercase;border-bottom:1px solid}#aside-img img{max-height:70vh;object-position:left}@media (min-width: 1921px){aside{grid-column:10 / -1}}@media (max-width: 834px){aside{display:none!important}}.module-row-images{padding-bottom:var(--mxs);grid-column:1 / -1;display:grid;grid-template-columns:repeat(16,1fr);grid-gap:var(--mxs);grid-auto-rows:min-content}.module-row-images picture{background-color:transparent}.module-row-images img{height:3.4433vw;object-fit:cover}@media (min-width: 1921px){.module-row-images img{height:4.257vw}}@media (max-width: 1280px){.module-row-images{grid-template-columns:repeat(12,1fr)}.module-row-images img{height:4.677vw}}@media (max-width: 1024px){.module-row-images{grid-template-columns:repeat(10,1fr)}.module-row-images img{height:5.763vw}}@media (min-width: 835px){.desktop .module-row-images picture:hover,.mobile .module-row-images picture.active{border:1px solid var(--ctext)}.desktop .module-row-images picture:hover img,.mobile .module-row-images picture.active img{display:none}}@media (max-width: 834px){.module-row-images{padding-bottom:1rem;grid-template-columns:repeat(6,1fr)}.module-row-images img{height:auto;object-fit:contain}}@media (max-width: 600px){.module-row-images{grid-template-columns:repeat(4,1fr);grid-gap:var(--ms)}}@media (max-width: 390px){.module-row-images{grid-template-columns:repeat(3,1fr)}}@media (max-width: 320px){.module-row-images{grid-template-columns:repeat(2,1fr)}}.archive-row{display:contents}.module-row-archive.hover{cursor:pointer}.desktop .module-row-archive.hover .module-row-title-wrapper:hover{color:var(--chightlight)}.module-row-content .title{width:100%;padding:5px 0;display:block;line-height:1;text-transform:uppercase;border-bottom:1px solid var(--ctext)}.module-row-gallery{display:grid;grid-auto-rows:min-content;grid-gap:var(--mxs)}.module-row-gallery p{display:none}.module-row-gallery img{height:100%!important;object-fit:contain!important;object-position:left}.module-row-gallery:not(.slider) .counter{display:none!important}.module-row-infos>div:first-of-type{margin-top:1rem}.module-row-description+.module-row-credits{margin-top:var(--lineheight-s)}@media (min-width: 835px){.module-row-gallery picture{max-height:70vh}.module-row-gallery.slider{padding-bottom:5px;grid-gap:5px;border-bottom:1px solid}.module-row-gallery .counter{line-height:1}}@media (min-width: 835px){.view-images .module-content{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:min-content;grid-gap:1rem var(--ms);border:none}.view-images .module-title{border-bottom:1px solid}.view-images .module-row-title-wrapper{display:none}.module-row-thumbnail{grid-column:1 / -1;background-color:transparent}.view-images .module-row-archive:not(.thumb),body:not(.view-images) .module-row-thumbnail{display:none!important}.desktop.view-images .module-row-thumbnail:hover,.view-images .module-row-thumbnail.active{border:1px solid var(--ctext)}.desktop.view-images .module-row-thumbnail:hover img,.view-images .module-row-thumbnail.active img{visibility:hidden}}@media (min-width: 1921px){.view-images .module-content{grid-template-columns:repeat(6,1fr)}}@media (max-width: 1024px){.view-images .module-content{grid-template-columns:repeat(3,1fr)}}@media (max-width: 834px){.module-row-thumbnail{display:none}.module-row-gallery{margin-top:5px}.module-row-gallery.slider+.module-row-infos{margin-top:5px;border-top:1px solid}}@media (max-width: 320px){.module-row-description+.module-row-credits{margin-top:calc(var(--lineheight-s)*2)}}.column{display:grid;grid-auto-flow:row;text-transform:uppercase;line-height:1}.column div{position:relative;padding:5px 0;border-bottom:1px solid transparent}.column div:first-child{padding-top:0}.column:first-child div:after{content:"";position:absolute;bottom:-1px;left:0;width:calc(100vw - var(--ms)*2);height:1px;background-color:var(--ctext)}@media (max-width: 1180px){#size-chart{grid-template-columns:repeat(8,1fr)}}@media (max-width: 834px){#size-chart{grid-template-columns:repeat(5,max-content);justify-content:space-between}}#product-form select,#product-select,.selector-wrapper label,.product-simple .selector-wrapper,.product-simple .options-wrapper{display:none!important}#product-wrapper{display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:min-content;grid-gap:5px var(--ms)}#product-gallery{grid-column:4 span}@media (max-width: 1180px){#product-gallery{grid-column:5 span}}@media (max-width: 834px){#product-gallery{grid-column:8 span}.counter{line-height:1}}#product-infos{width:100%;height:fit-content;height:-moz-fit-content;padding-top:var(--mxl);grid-column:2 span;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;grid-gap:0 var(--ms)}#product-infos>div{grid-column:1 / -1}#product-infos-header wrap{padding:5px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;grid-gap:var(--ms);line-height:1;border-bottom:1px solid}#product-infos-header wrap:first-child{border-top:1px solid}#product-infos-header wrap div:first-child{grid-column:2 span}#product-description{margin-top:1rem}#extra-info{margin-bottom:3rem}#product-options+#extra-info{margin-top:calc(var(--ml) - var(--mm))}@media (max-width: 1680px){#product-infos{grid-column:3 span}}@media (max-width: 834px){#product-infos{grid-column:8 span;grid-template-columns:repeat(4,1fr)}#product-infos-header wrap{grid-template-columns:repeat(4,1fr)}#product-price{grid-column:2 span}}@media (min-width: 835px) and (max-width: 1024px),(max-width: 600px){#product-infos{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){#extra-info{margin-bottom:var(--ml)}}@media (max-width: 390px){#product-infos-header wrap{grid-template-columns:1fr max-content}#product-infos-header wrap div:first-child,#product-price{grid-column:auto}}#product-options{margin:var(--ml) 0 var(--mm);display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;grid-gap:var(--ms)}.selector-wrapper{width:100%;border:1px solid var(--ctext)}.selector-wrapper select{width:100%;padding:5px var(--mxs);line-height:1!important}.desktop .selector-wrapper:hover,.mobile .selector-wrapper:active{color:var(--cbg);background-color:var(--ctext)}.item-quantity{width:100%;border:1px solid}.item-quantity{display:grid;grid-template-columns:calc(2rem + 1ch) 1fr calc(2rem + 1ch);text-align:center;line-height:1!important}.item-quantity span{padding:5px 0}.quantity-button{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.quantity-button:first-child{padding:5px 1rem;border-right:1px solid var(--ctext)}.quantity-button:last-child{padding:padding: 4px 1rem 6px;border-left:1px solid var(--ctext)}.desktop .quantity-button:hover{color:var(--cbg);background-color:var(--ctext)}#add-to-cart{width:100%;margin-bottom:var(--ml);grid-column:2 span}.desktop #add-to-cart:hover,.mobile #add-to-cart:active{color:var(--ctext);background-color:var(--cbutton)}span#add-to-cart.disabled{display:block;margin-top:var(--ml)}@media (max-width: 834px){#product-options{grid-template-columns:repeat(4,1fr)}}@media (min-width: 835px) and (max-width: 1024px),(max-width: 600px){#product-options{grid-template-columns:repeat(2,1fr)}}@media (max-width: 320px){#product-options{grid-template-columns:1fr}}#related{display:grid;grid-template-rows:min-content 1fr;grid-gap:1rem}#related p{line-height:1}@media (max-width: 1920px){#related .product:nth-child(4),#related .product:nth-child(5){display:none}}@media (min-width: 835px) and (max-width: 1180px){#related #products{grid-template-columns:repeat(4,1fr)}#related .post-link{height:34vw}#related .post-infos div{grid-column:1 / -1!important}}#article{display:grid;grid-template-columns:repeat(16,1fr);grid-auto-rows:min-content;grid-gap:5px var(--ms)}#article>div{position:sticky;position:-webkit-sticky;top:calc(var(--h) - var(--hs) + var(--ms));height:fit-content;height:-moz-fit-content}#article-content{grid-column:4 span}#article-gallery{grid-column:5 / -1}@media (max-width: 1180px){#article-content{grid-column:6 span}#article-gallery{grid-column:7 / -1}}@media (max-width: 834px){#article>div{position:relative;top:0;grid-column:1 / -1!important}#article-gallery{grid-row:1}#article-content{padding-top:5px;border-top:1px solid}}.slider{position:relative;display:grid;grid-auto-columns:100%;grid-auto-rows:min-content;grid-gap:var(--mxs);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation}.slider .slider-tracker{position:relative;width:100%;height:fit-content;height:-moz-fit-content;display:grid;grid-auto-flow:column;grid-auto-columns:100%;grid-auto-rows:100%;grid-gap:var(--ms)}.slide{width:100%;align-self:center;justify-self:center;background:none}.slide img{width:100%;height:100%;object-fit:cover}.prev,.next{position:absolute;top:0;width:50%;height:100%}.prev{left:0;cursor:-webkit-image-set(url(arrow-left.static.png) 1x,url(arrow-left.static.@2x.png) 2x) 0 30,w-resize;cursor:url(arrow-left.static.png) 0 30,w-resize;cursor:url(arrow-left.static.svg) 0 30,w-resize}.next{right:0;cursor:-webkit-image-set(url(arrow-right.static.png) 1x,url(arrow-right.static.@2x.png) 2x) 0 30,e-resize;cursor:url(arrow-right.static.png) 0 30,e-resize;cursor:url(arrow-right.static.svg) 0 30,e-resize}#product-gallery.slider .slider-tracker{grid-auto-columns:calc(calc((100% - var(--ms))/2))}#product-gallery.slider .slide{height:var(--ph-m)}@media (min-width: 1921px){#product-gallery.slider .slide{height:36vw}}@media (min-width: 601px){.media-2 .prev,.media-2 .next{display:none}}@media (max-width: 600px){#product-gallery.slider .slider-tracker{grid-auto-columns:100%}#product-gallery.slider .slide{height:140vw}}#article-gallery.slider .slider-tracker{grid-auto-columns:calc(calc((100% - var(--ms)*2)/3))}#article-gallery.slider .slide{height:32vw}@media (min-width: 1921px){#article-gallery.slider .slider-tracker{grid-auto-columns:calc(calc((100% - var(--ms)*3)/4))}#article-gallery.slider .slide{height:24vw}}@media (max-width: 1180px){#article-gallery.slider .slider-tracker{grid-auto-columns:calc(calc((100% - var(--ms))/2))}#article-gallery.slider .slide{height:40vw}}@media (max-width: 834px){#article-gallery.slider .slide{height:62vw}}@media (max-width: 600px){#article-gallery.slider .slider-tracker{grid-auto-columns:100%}#article-gallery.slider .slide{height:120vw}}.module-row-gallery.slider .slide:not(:first-child){display:none}#cart-wrapper{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:min-content;grid-gap:0 var(--ms)}#cart-header,.item{grid-column:8 span;display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:min-content;grid-gap:0 var(--ms)}#cart-header{padding-bottom:5px;line-height:1;border-bottom:1px solid}#cart-header span:first-child{grid-column:3 span}.item{padding:1rem 0;border-bottom:1px solid}.item-title{grid-column:2 span}.item-remove{height:fit-content;height:-moz-fit-content}.desktop .item a:hover+.item-title wrap,.mobile .item a:active+.item-title wrap{color:var(--chightlight)}#cart-footer{grid-row:1 / 3;grid-column:9 / -1;display:grid;grid-template-rows:min-content 1fr min-content;grid-template-columns:repeat(4,1fr);grid-gap:1rem var(--ms)}#cart-footer div{padding-bottom:5px;grid-column:1 / -1;line-height:1;border-bottom:1px solid}#cart-footer span{grid-column:1 / -1}#checkout{width:100%;grid-column:3 span}.desktop #checkout:hover,.mobile #checkout:active{color:var(--ctext);background-color:var(--cbutton)}@media (min-width: 1681px){#checkout{grid-column:2 span}}@media (min-width: 1921px){#cart-header,.item{grid-column:9 span;grid-template-columns:repeat(9,1fr)}#cart-footer{grid-column:10 / -1}}@media (max-width: 1024px){.item-remove{justify-self:flex-end}#checkout{grid-column:1 / -1}}@media (max-width: 834px){#cart-header span:first-child{grid-column:4 span}.item-title{grid-column:3 span}#cart-header,.item,#cart-footer{grid-row:auto;grid-column:1 / -1}#cart-footer{margin-top:var(--ml)}#checkout{margin-top:calc(var(--ml) - 1rem);grid-column:2 span}}@media (min-width: 601px){#cart-header span:last-child,.item div>span{display:none}}@media (max-width: 600px){#cart-header span:last-child{grid-column:1 / -1}#cart-header span:not(:last-child){display:none}#cart-header,.item{grid-template-columns:repeat(8,1fr)}.item>div{grid-column:5 / -1}.item-link{grid-row:1 / 7;grid-column:2 span}.item-remove{grid-column:5 / -1;justify-self:auto}#checkout{grid-column:1 / -1}}@media (max-width: 414px){.item-link{grid-column:3 span}}@media (max-width: 320px){.item-link{grid-column:4 span}}:root{--ctext: black;--cbg: white;--chightlight: #b8b8b8;--cdisabled: lightgray;--csold: #ff3c00;--cbutton: lawngreen;--fs: 12px;--lineheight-s: 1.3em;--tgap: 3ch;--mxs: 1rem;--ms: 1.5rem;--mm: 3rem;--ml: 5rem;--mxl: 5rem;--mxxl: 15rem;--columns: 4;--ph-m: 34vw}@media (min-width: 1681px){:root{--fs: 13px;--mxl: 10rem}}@media (min-width: 1921px){:root{--fs: 14px;--columns: 6;--ph-m: 24vw}}@media (max-width: 1180px){:root{--tgap: 2ch;--ms: 1rem;--mm: 2rem;--mxl: 3rem;--columns: 3;--ph-m: 46vw}}@media (max-width: 834px){:root{--mxl: 0;--columns: 2;--ph-m: 70vw}}@media (max-width: 600px){:root{--mxs: 5px;--ml: 3rem;--mxxl: 10rem}}@media (max-width: 414px){:root{--mxxl: 8rem}}@media (max-width: 320px){:root{--fs: 11px;--mxs: 5px;--columns: 1;--ph-m: 140vw}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/style.css.map */