@import url('/assets/comm/css/root.css'); /* 변수css */ 


/*********** 공통 css *************/
select, .select {font-size:1rem; color:var(--basic); border:1px solid var(--border); padding:0 25px; font-family:inherit; height:50px !important; box-sizing:border-box; -webkit-appearance: none; -webkit-border-radius: 0; background:var(--white) url("/assets/img/cat_arrow_bk.svg") no-repeat right 15px center; outline:none; cursor:pointer;letter-spacing: -0.72px;}
.input {font-size:1rem; color:var(--basic); border:1px solid var(--border); background-color:var(--white); padding:0 20px; font-family:inherit; height:50px; box-sizing:border-box; -webkit-appearance: none; -webkit-border-radius: 0; letter-spacing: -0.72px; line-height:50px;}
.blind {position:absolute; top:0px; left:0px; overflow:hidden; display:inline-block !important; width:1px !important; height:1px !important; margin:0 !important; font-size:0 !important; line-height:0 !important;}
.textarea {width:100%; height: 200px; font-family:inherit; color:var(--basic); line-height:150%; letter-spacing:-0.5px; padding:15px; border: 1px solid var(--border); background-color:var(--white); box-sizing:border-box; -webkit-appearance: none; -webkit-border-radius: 0;letter-spacing: -0.72px;}


.status_wrap{display: flex; justify-content: center;}
.status_wrap .select{width: 100px; padding: 0 10px; background-position:right 10px center;}
.status_wrap .btn_ch{width: 60px; height: 50px; line-height: 50px; background:var(--black); border:1px solid var(--black); text-align:center; color:#fff; padding: 0; cursor:pointer;  vertical-align: top; box-sizing:border-box; border-radius:var(--borderR6);}


/* input 디자인 */
.input_m {width:50%;}
.input_s {width:150px; box-sizing:border-box;}
.input_l {width:100%; box-sizing:border-box;}
.input_file {width: 100%; padding:0 15px; height: 50px; line-height: 50px; box-sizing:border-box; border:1px solid var(--border); -webkit-appearance: none; -webkit-border-radius: 0;}

/* 버튼디자인 */
.btn_w {display:inline-block; text-align:center; height:50px; line-height:48px; width:100px; border:1px solid var(--border); font-size:1rem; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; box-sizing:border-box; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0; background:var(--white);}
.btn_w:hover {color: var(--black); border:1px solid var(--black); transition:all 0.3s;}
.btn_b:link, .btn_b:visited {display:inline-block; text-align:center; height:50px; line-height:48px; width:100px; border:1px solid #555; background:#555; color:var(--white); font-size:1rem; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; box-sizing:border-box; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0;}
.btn_b:hover  {background:var(--black); border:1px solid var(--black); color:var(--white); transition:all 0.3s}
.btn_b_s {font-size:1rem; height:50px;line-height: 48px; -webkit-appearance: none; -webkit-border-radius: 0;display:inline-block; text-align:center; cursor:pointer;  color:var(--white); width:70px; border:1px solid #555; background:#555; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; box-sizing:border-box; -webkit-appearance: none; -webkit-border-radius: 0;}
.btn_b_s:hover  {background:var(--black); border:1px solid var(--black); transition:all 0.3s;}

input.btn_w {text-align:center; height:50px; line-height: 48px; width:100px; border:1px solid #ccc; background:var(--white); color:#555; font-size:1rem; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0; background:var(--white);}
input.btn_w:hover {color:var(--black); border:1px solid var(--black); transition:all 0.3s}
input.btn_b {text-align:center; height:50px; line-height: 48px; width:100px; border:1px solid #555; background:#555; color:var(--white); font-size:1rem; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0;}
input.btn_b:hover {background:var(--black); border:1px solid var(--black); transition:all 0.3s}

.address_btn{text-align:center; height:50px; line-height: 48px; width:100px; border:1px solid #555; background:#555; color:var(--white); font-size:1rem; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0;}

.btn_excel {text-align:center; height:50px; line-height: 48px; width:130px; border:1px solid #207346; background:var(--white); color:#555; font-size:1rem; letter-spacing:-0.5pt; vertical-align:top; transition:all 0.3s; cursor:pointer; -webkit-appearance: none; -webkit-border-radius: 0; background:url('/assets/admin/manage/image/excel_icon.gif') 15px center no-repeat; padding-left:30px;}
.btn_excel:hover {background-color:#f9f9f9;}

/* 카테고리 */
.cate_tab {overflow:hidden; margin: 0 auto 30px; box-sizing:border-box; position: relative; padding-bottom:5px;}
.cate_tab.mobile{display: none;}
.cate_tab ul{display:flex; flex-wrap:wrap; justify-content: center;}
.cate_tab ul li{width:auto; margin: 5px;}
.cate_tab ul li a {display:block; min-width: 200px; height: 75px; line-height:71px; font-size: 1.1111rem; background:rgba(255,255,255,0.5); font-weight: 600; letter-spacing: -0.8px; border-radius: 15px; border: 2px solid #c4c4c4; box-sizing:border-box; text-align:center; transition:all 0.3s ease;}
.cate_tab ul li:hover a {border-color:var(--main); color:var(--main); transition:all 0.3s ease;}
.cate_tab ul li.hover a {box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.20); border: 2px solid var(--black); background: var(--main); color:var(--white);}


div.all_check {background:var(--grayBg); padding:7px; border:1px solid var(--border); width:100px; margin-bottom:15px;}
div.all_check form {float:left;}
div.all_check input[type=checkbox] {margin-right:8px; vertical-align:top;}


.down-ico {}
.down-ico::before {content:'\e226'; font-family:var(--icon); font-size:24px; color:var(--black);}


/* 검색바 */
.bbs_search {text-align:center; padding:0 0 60px; font-size:0; }
.bbs_search dl{display:flex; max-width:510px; width:100%; margin:0 auto;}
.bbs_search dt {width: 140px;}
.bbs_search dt select{width:100%; height:60px !important; font-size:1rem;  border-radius:50px 0 0 50px; border:0;}
.bbs_search dd{width:calc(100% - 140px); position:relative; display:flex;  background:var(--white); border-radius:0 50px 50px 0;}
.bbs_search dd .search_input {font-size:1rem; color: var(--basic); border: 1px solid var(--border); background-color: var(--white); padding:0 15px; font-family:inherit; height:60px; line-height:68px; box-sizing:border-box; width:calc(100% - 75px); box-sizing:Border-box; border-left:0; border-right:0; -webkit-appearance: none; -webkit-border-radius: 0; border:0;}
.bbs_search dd .search_input::placeholder {font-size:1rem; letter-spacing: -0.72px; color:rgba(119,119,119,0.5);}
.bbs_search dd .bbs_s_b{padding:0; border:0; background:transparent; outline:none; cursor:pointer; width:75px; height:60px; display:flex; align-items:center; justify-content: center; transition:all .3s linear;}
.bbs_search dd .bbs_s_b span{font-size:25px; color:var(--black); font-weight:300;}

.bbs_search.two{padding: 30px 0;}
.bbs_search.two dl{max-width:600px;}
.bbs_search.two dt {width: 245px; display: flex;}
.bbs_search.two dt select{width: 50%; border-left:0;}
.bbs_search.two dt select:first-child{border-left:1px solid var(--border);}




/* 하단 버튼 */
.bbs_btn {position:relative; overflow:hidden; width:100%; padding-top:40px;}
.bbs_btn.align_right {text-align:right;}
.bbs_btn li.sel_btn{float:left;}
.bbs_btn li.list_btn{float:right;}
.bbs_btn li.list_btn:after {display:block; content:""; overflow:hidden;}
.bbs_btn a{margin:0 1px;}
.bbs_btn input{margin:0 1px;}


/*********** View *************/
.bbs_info {width:100%; border-collapse:collapse; border-spacing:0px;  border-top:2px solid #222;}
.bbs_info th {color:#333; text-align:left; padding:15px 15px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.bbs_info th.subject {font-size:16px; padding:25px 15px; border-right:none;}
.bbs_info td.cont{border-bottom:1px solid #ddd; padding:15px 15px; text-align: left;}
.bbs_info td.cont .file{display: inline-block; vertical-align: middle; margin:-2px 2px 0 0; font-size:20px;}
.bbs_info td.view_detail {color:#888; overflow:hidden; border-bottom:1px solid #ddd; padding:13px 15px;}
.bbs_info td.view_detail p {float:left; width:50%;}
.bbs_info td.view_content{padding:15px; word-break:break-all; border-bottom:1px solid #ddd;}
.bbs_info td.view_content td {border:none;}
.bbs_info td.view_content table{max-width:100%}
.bbs_info td.view_content img {max-width:100%}


/*********** Input *************/

/* 저작권공지 */
.input_notice {background-color:var(--grayBg); padding:28px 30px}
.input_notice h4 {font-size:1.222rem; font-weight:600; color:var(--black); letter-spacing:-1pt; padding:0 0 5px 0;}
.input_notice h4 span {color:#e30b13; letter-spacing:-1pt;}
.input_notice p.txt {background:#fff; color:var(--basic); font-size:1rem; border:none; padding:18px; box-sizing:border-box;}
.input_notice p.txt br{display: block !important;}
.input_notice p.point {color:#e30b13;padding:8px 0 0 0; text-decoration:underline; font-size:1rem;}


.input_msg {padding:15px 0 10px 0; text-align:right;}
.bbs_input {width:100%; border-collapse:separate; border-spacing:0px; border-top:1px solid var(--black);}
.bbs_input th {color:var(--black); text-align:left; padding:8px 10px; border-right:1px solid var(--border); border-bottom:1px solid var(--border); font-weight:600; box-sizing:border-box;}
.bbs_input th sup{font-size:13px; font-weight:600;}
.bbs_input td {border-bottom:1px solid var(--border); padding:8px 10px; text-align: left; box-sizing:border-box;}
.bbs_input td span{display:inline-block;}
.bbs_input td span.cat {width:18%;}
.bbs_input td span.cat select{width:100% !important; box-sizing:border-box}
.bbs_input td span.subject{width:80%;}
.bbs_input td span.subject .input_l{box-sizing:border-box}
.bbs_input td.line {border-right:1px solid var(--border); }
.bbs_input td.input_contents textarea {width:100%; padding:5px; box-sizing:border-box; line-height:150%;}
.bbs_input td .btn_b_s{height: 50px; font-size:1rem;}
.bbs_input .input_txt{display:inline-block; font-size:1rem; letter-spacing: -0.35pt;}
.bbs_input td .select_wrap{display: flex; align-items:center;}
.bbs_input td .select_wrap .hipen{display: inline-block; width: 20px; text-align:center;}
.bbs_input td .select_wrap .select_num{width: calc((50% - 40px)/3); margin: 0;}
.bbs_input td .select_wrap .input_num{width: calc((50% - 40px)/3);}

.subject_table {width:100%;border-collapse:separate; border-spacing:0px;}
.subject_table td {border:none; padding:0;}

.input_contents{width: 100% !important; box-sizing:border-box !important;}
.cheditor-tb-wrapper{height: auto !important;}




/* 동의폼 */
.pri_box {background-color:var(--grayBg); padding:28px 30px; margin:20px 0px 20px 0px; box-sizing:border-box; }  
.pri_box p.pri_tit {font-size:1.222rem; font-weight:600; padding-bottom:10px; color:var(--black);} 
.pri_box .textarea {height:100px; border:none; font-size:0.966rem; line-height:150%;}
.pri_message {width:100%; text-align:right; padding-top:8px; font-family:inherit;}
.pri_message span{display: block;}
.pri_message input[type="radio"] {width:16px; height:16px; display:inline-block; vertical-align:middle; margin:0 5px 3px 8px;}

.reply_icon {position:relative; float:left; width:18px; height:30px; background:url('/assets/admin/images/reply_icon.gif') 0 0 no-repeat}

.bbs_input p.bbsRemark{color:var(--main); font-weight:500; padding:8px 0 0; }
.bbs_input span.bbsRemark{color:var(--main); font-weight:500; padding-left:8px; }
.bbs_input td.bbsRemark{color:var(--main); font-weight:500; }


/*********** Passwd *************/
.passwd{position: relative; border:1px solid var(--border); box-sizing:border-box; text-align:center; padding:120px 5%;}
.passwd .pw_img{}
.passwd .pw_img span{color: var(--main); font-size: 120px;}
.passwd .msg_tit{padding:25px 0 10px; font-weight:700; font-size:1.875rem; line-height: 120%; letter-spacing:1.5pt; font-family:var(--eng); color:var(--black);}
.passwd .msg_txt{font-size:1.125rem; color:var(--basic); line-height:150%;}
.passwd .input_passwd{max-width:400px; margin:40px auto 0;}
.passwd .input_passwd dt{width: 100%; margin: 0 0 5px;}
.passwd .input_passwd dt input{width: 100%;}
.passwd .input_passwd dd{display: flex;}
.passwd .input_passwd dd input{width: calc((100% - 5px)/2); margin: 0 5px 0 0;}
.passwd .input_passwd dd input:last-child{margin:0;}
.passwd .input_passwd dd input.btn_b{background:var(--black);}
.passwd .input_passwd dd input.btn_b:hover{background:var(--main); border-color:var(--main);}






/*********** Comment *************/
.comments_wrap {max-width:1120px; margin:0 auto; padding:40px 40px 60px; border-radius:10px; background:var(--white); box-sizing:border-box;}
.comments_wrap .comm_num {color: var(--black); font-size: 1rem; font-weight: 600; line-height:177.778%; letter-spacing: -0.72px; margin:0 0 10px;}

.comments {position:relative; border-radius: 10px; border: 1px solid var(--border); box-sizing:border-box; padding:10px;}
.comments.modi_ver {margin:0 0 20px;}
.comments dl {display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:0 0 10px;}
.comments dl dt {}
.comments dl dt svg {display:block; line-height:1;}
.comments dl dd {color: var(--black); font-size: 0.88rem; font-weight: 600; line-height:175%; letter-spacing: -0.64px;}
.comments dl dd .id {font-size: 0.88rem; font-style: normal; font-weight: 400; line-height:175%; color:var(--basic); letter-spacing:0; display:inline-block; margin-left:5px;}
.comments .comm_textarea {margin:0 0 10px;}
.comments .comm_textarea textarea {border:0; padding:0; font-size: 0.88rem; font-weight: 400; line-height:150%; letter-spacing: -0.64px; height:80px;}
.comments .comm_textarea textarea::placeholder {font-size: 0.88rem; font-weight: 400; line-height:150%; letter-spacing: -0.64px; color:rgba(119,119,119,0.5);}
.comments ul {display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; padding-top:10px; border-top:1px solid var(--border);}
.comments ul li {}
.comments ul li.submit-btn {}
.comments ul li.submit-btn input {display:block; text-align:center; width: 60px; height: 33px; border:0; padding:0; margin:0; border-radius: 10px; background: var(--main); font-size: 0.777rem; font-weight: 600; letter-spacing: -0.7px; cursor:pointer; transition:all .3s linear; color:var(--white);}






.comments .vcode{width: calc(50% - 80px);}
.comments .sub_txt{font-size:0.875rem; letter-spacing:-0.35pt; line-height:150%; word-break:keep-all; display:block; padding:5px 0 0;}

.filebox {display:flex; flex-wrap:wrap; align-items:center; gap:5px 10px; font-size:0.88rem;  line-height:150%; letter-spacing: -0.64px; }
.filebox input {margin:0;}
.filebox input[type="file"] {display: none;}
.filebox label {width: 90px; height: 33px; line-height:33px; box-sizing:border-box; text-align:center; background:var(--sub); display:block; color:var(--white); font-size: 0.777rem; font-weight: 600; letter-spacing: -0.7px; cursor:pointer; transition:all .3s linear; border-radius: 10px; padding:0; margin:0;}
.filebox label:hover{background:#000; border-color:#000;}

.norobot_img{padding:8px 0; display:inline-block; width:80px;}


.comments.first+.comments_body {border-top:0;}
.comments_body {position:relative; padding:20px 0; border-top:1px dashed var(--border);}
.comments_body dl {display:flex; flex-wrap:wrap; align-items:center; gap: 0 10px; margin:0 0 12px;}
.comments_body dl dt {line-height:1;}
.comments_body dl dt svg {line-height:1;}
.comments_body dl dd {}
.comments_body dl dd .id {font-size: 0.88rem; font-style: normal; font-weight: 400; line-height:175%; color:var(--basic); letter-spacing:0; display:inline-block; margin-left:5px;}
.comments_body dl dd b {display:block; color: var(--black); font-size: 0.88rem; font-weight: 600; line-height:175%; letter-spacing: -0.64px;}
.comments_body dl dd span {display:block; font-size: 0.77rem; font-weight: 400; line-height:142.857%; letter-spacing: -0.7px; margin:-2px 0 0;}
.comments_body p.file{color:#888; font-size:1rem;}
.comments_body p.file a{display:inline-block; font-size:1rem; letter-spacing:-0.25pt; line-height:150%; color:var(--black); border-bottom:1px solid var(--black); margin: 0 0 5px;}
.comments_body p.file a:last-child{margin: 0;}
.comments_body p.file .file{display: inline-block; vertical-align: middle; margin-left: -5px; font-size:1rem; color:var(--black);}	

.comments_body .cont {font-size: 0.88rem; font-weight: 400; line-height:150%; letter-spacing: -0.64px;}

.comments_body .info {position:absolute; top:25px; right:0; display:flex; flex-wrap:wrap; gap:3px;}
.comments_body .info span {}
.comments_body .info span a {display:block; width: 60px; height: 33px; line-height:31px; text-align:center; border-radius: 10px; border: 1px solid var(--border); box-sizing:border-box;  font-size: 0.77rem; font-weight: 600; letter-spacing: -0.7px;}
.comments_body .info span a:hover {background:var(--grayBg); border-color:var(--grayBg); color:var(--black);}
.comments_body .comm_img {margin:13px 0 0;}
.comments_body .comm_img img {max-width:100%; border-radius:10px;}


.comments_body .file {padding-left:24px; box-sizing:border-box; position:relative; color: var(--black); font-size: 0.88rem; font-weight: 600; line-height:175%; letter-spacing: -0.64px; margin:10px 0 0;}
.comments_body .file::before {content:'\e226'; font-family:var(--icon); font-size:20px; color:var(--black); position:absolute; top:0; left:0; transform:rotate(90deg); font-weight:300;}



.comments_body .body_in {padding-left:55px; box-sizing:border-box;}
.comments_info {position:relative; display:flex; flex-wrap:nowrap; align-items:center; gap:0 15px; margin:17px 0 0;}
.comments_info li {line-height:162.5%; font-size:0.88rem; display:flex; flex-wrap:wrap; align-items:center; gap:4px; transition:all 0.3s ease;}
.comments_info li:hover {color:var(--black); transition:all 0.3s ease;}
.comments_info li i {line-height:1; font-style:normal;}
.comments_info li i.like {line-height:0;}
.comments_info li i.like::before {content:'\e87d'; font-family:var(--icon); font-weight:200; color:#777; font-size:25px; line-height:1; position:relative; right:-3px; transition:all 0.3s ease;}
.comments_info li:hover i.like::before {color:var(--main); transition:all 0.3s ease;}
.comments_info li i.like.on::before {font-variation-settings: 'FILL' 1; color:var(--main);}
.comments_info li.share {position:absolute; top:0; right:0;}
.comments_info li.share a {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:28px; height:28px; border:1px solid var(--basic); box-sizing:border-box; border-radius:100%;}


.comments_body .main_body {}
.comments_body .main_body.has_reply {position:relative; padding-bottom:25px; box-sizing:border-box; margin:0 0 5px;}
.comments_body .main_body.has_reply::before {content:''; width: 1px; height: calc(100% - 50px); background:var(--border); position:absolute; bottom:0; left:22px;}




/*********** 상품후기 상품정보 *************/
.prd_review_box{box-sizing:border-box; padding:20px; background:var(--grayBg);}
.prd_review_box dl{display:flex; flex-wrap:wrap;}
.prd_review_box dl dt{width:150px; height: 150px; background:#fff; display: flex; align-items:center; justify-content:center;}
.prd_review_box dl dt img{width:100%; background-repeat:no-repeat; background-size:contain; background-position:center;}
.prd_review_box dl dd{width: calc(100% - 150px); position:relative; padding:0 150px 0 30px; display:flex; justify-content: center; flex-direction: column; box-sizing:border-box;}
.prd_review_box dl dd .prdname{font-size:1.125rem; letter-spacing:-0.35pt; line-height:150%; color:var(--black); font-weight:700;}
.prd_review_box dl dd .price{padding: 8px 0 0; line-height:120%; font-size:1rem; letter-spacing:0; font-family:var(--eng);}
.prd_review_box dl dd .prd_view_btn{display:inline-block; min-width: 100px; padding:0 15px; box-sizing:border-box; height: 40px; line-height: 40px; text-align:center; font-size:14px; font-weight:500; color:#fff; background:var(--main); transition:all .3s linear; position: absolute; right: 0; top:50%; margin-top: -20px;}
.prd_review_box dl dd .prd_view_btn:after{content:'\e5ca'; display: inline-block; vertical-align:middle; margin:-2px 0 0 5px; font-size:18px; color:#fff; font-weight:400; font-family: "Material Symbols Outlined";}
.prd_review_box dl dd .prd_view_btn:hover{background:var(--sub);}









/* named upload */
.filebox .upload-name {
	display: inline-block;
	padding: .5em .75em;  /* label의 패딩값과 일치 */
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	-webkit-appearance: none; /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}

.upload-hidden {
	margin:1px 0;
	border:0px;
	font-size:12px;
	font-family:NanumGothic, 나눔고딕, NG, Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
	border:1px solid #d86771;
	padding:3px 5px;
	background-repeat: no-repeat;
	background-position:right 3px center;
	background-color: #d86771;
}


/* imaged preview */
.filebox .upload-display {  /* 이미지가 표시될 지역 */
	margin-bottom: 5px;
}

@media(min-width: 768px) { 
	.filebox .upload-display {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 0;
	}
}

.filebox .upload-thumb-wrap {  /* 추가될 이미지를 감싸는 요소 */
	display: inline-block;
	width: 70px;
	height: 34px;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
}

.filebox .upload-display img {  /* 추가될 이미지 */
	display: block;
	max-width: 100%;
	width: 100%;
	/*height: auto;*/
	height: 100%;
}





/* 첨부파일 드래그앤드롭 업로드 */
.fileDrop {position:relative; border:1px solid #ddd; width:100%; min-height:100px; margin-top:10px; padding:10px 15px; box-sizing:border-box}
.fileDrop p {position:relative; border-bottom:1px dotted #ddd; padding:5px; font-size:1rem; line-height:24px;}
.fileDrop p:last-of-type{border-bottom:0}
.fileDrop#movieDrop {min-height:50px;}
.fileDrop.file {background:#ffffff}
.fileDrop.nofile {background:#f9f9f9 url('img/file.svg') center no-repeat; background-size:30px;}
.old_fileDel, .fileDel{position:absolute; right:0; top:5px; border:1px solid #ddd; border-bottom-color:#aaa; border-right-color:#aaa; background:#fff; cursor:pointer; font-weight:bold; letter-spacing:-0.5pt; font-size:12px; line-height:22px; color:#666; padding:0; width:40px}

#file_mask{position:fixed; z-index:9000; background-color:#000000; display:none; left:0; top:0;}
.file_pro{position:fixed; width:100%; text-align:center; top:50%;  transform:translate(0, -50%); display:none; z-index:10000;
color:#fff; font-size:1.2rem;}
.file_pro span{font-weight:bold;}
.file_pro:before{position:relative; display:block; margin:0 auto 15px auto; width:200px; height:84px; content:""; overflow:hidden; background:url('img/file_ing.svg') center no-repeat; background-size:200px; }











/*******************************************************************************
    @media 1350px
*******************************************************************************/
@media all and (max-width:1350px){



}
/*******************************************************************************
    @media ~1280px
*******************************************************************************/
@media all and (max-width:1280px){



}

/*******************************************************************************
    @media  ~980px             
*******************************************************************************/
@media all and (max-width:980px){


/* 카테고리 */
.cate_tab {}
.cate_tab ul{}
.cate_tab ul li a {min-width:150px; height:60px; line-height:56px;}


/* 하단 버튼 */
.bbs_btn {padding-top:30px;}

/*********** Passwd *************/
.passwd{padding:80px 5%;}
.passwd .pw_img span{font-size: 100px;}
.passwd .msg_tit{padding:20px 0 8px; font-size:1.7rem;}
.passwd .msg_txt{font-size:1rem;}
.passwd .input_passwd{margin:30px auto 0;}




/*********** Comment *************/



}
/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){

/*********** 공통 css *************/
select, .select {padding:0 15px; height:40px !important;}
.input {padding:0 15px; height:40px;}
.textarea {height: 120px; padding:10px;}


/* 버튼디자인 */
.btn_w {height:40px; line-height:38px; width:80px;}
.btn_b:link, .btn_b:visited {height:40px; line-height:38px; width:80px; }
.btn_b_s {height:40px; line-height: 38px; width:80px;}

input.btn_w {height:40px; line-height:38px; width:80px;}
input.btn_b {height:40px; line-height:38px; width:80px;}
.address_btn{height:40px; line-height:38px; width:80px;}


/* input 디자인 */
.input_file {padding:0 10px; height: 40px; line-height: 40px;}

/* 카테고리 */
.cate_tab {margin: 0 auto 20px; padding:0 30px; display:block; background:var(--white);}
.cate_tab.mobile{display: block;}
.cate_tab.pc{display: none;}
.cate_tab:before{content:''; display:block; box-sizing:border-box; width:100%; height:100%; border:1px solid var(--border); position:absolute; left:0; bottom:0;}
.cate_tab ul{display:block; white-space:nowrap; text-align:center; font-size:0;}
.cate_tab ul li{float:none; display:inline-block; margin:0 !important;; width: auto; padding:0 10px;}
.cate_tab ul li a{display:block; min-width:auto; line-height:120%; height: auto; padding:16px 0; border-radius:0; border:0; font-size:1rem !important; font-weight:400; font-family:var(--kor) !important; border:0 !important; text-decoration:none !important;}
.cate_tab ul li a:after{content:''; display:block; width:0; height:2px; background:var(--main); position:absolute; left:0; bottom:0; z-index:2; transition:all .3s linear;}
.cate_tab ul li.hover a{background:transparent !important; color:var(--main) !important; font-weight:700; text-decoration:none; border:0 !important; box-shadow:1px 1px 1px rgba(255,255,255,1);}
.cate_tab ul li.hover a:after{width:100%;}



/* 검색바 */
.bbs_search {padding: 0 0 30px;}
.bbs_search dt {width: 100px;}
.bbs_search dt select{height:45px !important;}
.bbs_search dd{width:calc(100% - 100px);}
.bbs_search dd .search_input {padding:0 10px; height:45px; line-height:43px; width:calc(100% - 45px);}
.bbs_search dd .bbs_s_b{width:45px; height:45px;}
.bbs_search dd .bbs_s_b span{font-size:20px;}

.bbs_search.two{padding: 20px 0;}
.bbs_search.two dl{flex-wrap:wrap;}
.bbs_search.two dt {width: 100%;}
.bbs_search.two dd{width: 100%;}
.bbs_search.two dd .search_input{border:1px solid var(--border); border-top:0;}


/* 하단 버튼 */
.bbs_btn {padding-top:20px;}



/*********** Passwd *************/
.passwd{padding:40px 5%;}
.passwd .pw_img span{font-size: 80px;}
.passwd .msg_tit{padding:15px 0 6px; font-size:1.5rem;}
.passwd .input_passwd{margin:20px auto 0;}



/*********** Comment *************/
.comments_wrap {padding:20px 15px 35px !important;}

.comments.modi_ver {margin:0 0 10px;}
.comments dl {margin:0 0 6px;}
.comments dl dt svg {width:22px; height:auto;}
.comments .comm_textarea textarea {height:50px;}
.comments ul li.submit-btn input {width:46px; height:28px; line-height:28px;}

.comments_body {padding:12px 0;}
.comments_body dl {margin:0 0 8px;}
.comments_body dl dt svg {width:22px; height:auto;}
.comments_body .info {top:15px;}
.comments_body .info span a {width:46px; height:28px; line-height:28px;}
.comments_body .file {margin:5px 0 0;}


.comments_body .body_in {padding-left:30px;}
.comments_body .main_body.has_reply {padding-bottom:15px;}
.comments_body .main_body.has_reply::before {left:10px;  height:calc(100% - 30px);}

.comments_info {gap:0 10px; margin:11px 0 0;}
.comments_info li i svg {width:14px; height:auto;}
.comments_info li i.like::before {font-size:20px;}
.comments_info li.share a {width:22px; height:22px;}
.comments_info li.share a svg {width:12px; height:auto;}


.filebox label {width:70px; height:28px; line-height:28px;}




/*********** Input *************/

/* 저작권공지 */
.input_notice{padding:18px 15px;}
.input_notice h4{font-size:1rem;}
.input_notice p.txt{line-height:20px; font-size:12px; padding:10px;}
.input_notice p.point{line-height:18px; font-size:12px; }

.input_msg {padding:18px 0 10px 0; text-align:left; font-size:12px; letter-spacing:-0.4pt;}
.bbs_input colgroup{display:none;}
.bbs_input th {display:block;  border:none;  padding:13px 3px 5px; font-weight:600}

.bbs_input td {display:block; padding:0 3px 13px;}
.bbs_input td.line {border-right:0;}
.bbs_input td.input_contents{padding:0 3px 10px;}
.bbs_input td.file{border:none; padding-bottom:5px;}
.bbs_input td input[type="password"]{width: 100%;}
.bbs_input td span.cat {display:inline-block; width:calc(50% - 4px);}
.bbs_input td span.subject{width:100%;}
.bbs_input td .input_txt{display: block; padding: 5px 0 0;}
.bbs_input td .btn_b_s{height: 40px;}



/* 동의폼 */
.pri_box {padding:18px 15px; margin:20px 0px 0 0px;}  
.pri_box p.pri_tit {font-size:1rem;} 
.pri_box .textarea {height:90px; font-size:12px; line-height:160%;}
.pri_message { padding-top:5px; font-size:1rem; font-family:inherit; text-align:left; }
.pri_message span{display:block; margin:0}
.pri_message input[type=radio] {width:13px; height:13px; margin:0 5px 0 0;}

input[name="vcode"]{width:calc(100% - 86px)}




/*********** 상품후기 상품정보 *************/
.prd_review_box{padding:10px;}
.prd_review_box dl dt{width:100px; height: 100px;}
.prd_review_box dl dd{width: calc(100% - 100px); padding:0 0 0 15px;}
.prd_review_box dl dd .price{padding: 4px 0 0;}
.prd_review_box dl dd .prd_view_btn{position: relative; right:auto; top:auto; width: 90px; height: 30px; line-height: 30px; font-size:11px;  margin-top:10px;}
.prd_review_box dl dd .prd_view_btn:after{font-size:16px;}



}
/*******************************************************************************
    @media ~480px             
*******************************************************************************/
@media all and (max-width:480px){





}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){




}