

.inquiry_cont{}
.inquiry_cont .basic_in{max-width:1050px;}


.inquiry_cont select {font-size:1rem; color:var(--light); -webkit-appearance: none; -webkit-border-radius: 0; border:0; padding:0 20px; box-sizing:border-box; width: 100%; line-height:44px; outline:none; }
.inquiry_cont .input {font-size:1rem; color:var(--basic); -webkit-appearance: none; -webkit-border-radius: 0; border:0; padding:0 20px; box-sizing:border-box; width: 100%; line-height:44px; outline:none;}
.inquiry_cont .input::placeholder{color:rgba(16,16,16,.3);}
.inquiry_cont .input.input_l{width: 100%;}
.inquiry_cont .textarea {font-size:1rem; color:var(--basic); border:0; padding:20px; box-sizing:border-box; width: 100%; height: 150px; outline:none; -webkit-appearance: none; -webkit-border-radius: 0;}
.inquiry_cont .textarea::placeholder{color:rgba(16,16,16,.3);}
.inquiry_cont .blind {font-size:0; line-height:0; width:0px; height:0px;}


/* Ã·ºÎÆÄÀÏ */
.filebox {display: flex; width: 100%; box-sizing:border-box;}
.filebox input[type="file"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;}
.filebox label {display: inline-block; width: 84px; height: 50px !important; color: var(--white); background:var(--main); cursor: pointer; font-size: 0.889rem; line-height: 50px !important; font-weight: 600; box-sizing:border-box; transition:all .3s linear; text-align:center; letter-spacing: var(--letter-spacing-button); padding: 0;}
.filebox label:hover {background: var(--black);}
.filebox .upload-name {width: calc(100% - 84px); box-sizing:border-box; padding: 0 15px; font-size: 0.889rem; line-height: 50px; color: var(--light); display: block; border:0; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; background:var(--white);}

.inquiry_form{display: flex; flex-direction: column; gap:6px;}
.inquiry_form dl{display: flex; background:var(--white); padding: 10px; box-sizing:border-box;}
.inquiry_form dl dt{width: 160px; padding: 10px; font-size:1rem; font-weight: 600; color:var(--black); letter-spacing: var(--letter-spacing-input); box-sizing:border-box; border-right: 1px solid var(--border);}
.inquiry_form dl dt span{display: inline-block; font-weight: 600; color:var(--main);}
.inquiry_form dl dd{width: calc(100% - 160px);}
.inquiry_form dl dd .hipen{display: block; width: 26px; text-align:center; color:var(--light);}
.inquiry_form dl dd .input_email{width:calc((510px - 31px)/3);}
.inquiry_form dl dd .select_email{width:calc((510px - 31px)/3); margin-left: 5px; box-sizing:border-box; border-left: 1px solid var(--border);}
.inquiry_form dl dd .sub_txt{font-size:0.889rem; color:var(--light); letter-spacing: var(--letter-spacing-input);}
.inquiry_form dl dd .sub_txt a{text-decoration: underline; transition:all .3s ease;}
.inquiry_form dl dd .sub_txt a:hover{color:var(--black);}
.inquiry_form dl dd .email_box{display: flex; align-items:center;}

.inquiry_form .norobot_img{display:inline-block; vertical-align: top; padding:9px 0 8px; box-sizing:border-box;}
.inquiry_form .vcode{display:inline-block; vertical-align: top; width:calc(50% - 80px); height: 50px; line-height: 48px;}



.inquiry_bottom{margin: 30px 0 0; position: relative; display: flex; align-items:center;}
.inquiry_bottom .agree_con{width: calc(100% - 180px); padding: 0 30px 0 0; box-sizing:border-box; display: flex; flex-wrap:wrap; align-items:center; gap:20px;}
.inquiry_bottom .agree_con .spam_check{}
.inquiry_bottom .agree_con .agree_pri{display: flex; flex-direction: column; gap:8px;}
.inquiry_bottom .agree_con .agree_pri dl{}
.inquiry_bottom .agree_con .agree_pri dl dt{display: flex; gap:7px; align-items:center;}
.inquiry_bottom .agree_con .agree_pri dl dt .agree_checkbox{width: 20px; height: 20px; margin: 0;}
.inquiry_bottom .agree_con .agree_pri dl dt label{font-size:0.889rem; color:var(--black); opacity: 0.7; letter-spacing:var(--letter-spacing-input); line-height: 150%;} 
.inquiry_bottom .agree_con .agree_pri dl dt .option{font-size:0.889rem; color:var(--main); font-weight: 600; letter-spacing:var(--letter-spacing-input); line-height: 150%; text-decoration: underline; cursor:pointer;} 
.inquiry_bottom .agree_con .agree_pri dl dd{position: absolute; left: 0; bottom: 90px; width: 100%; height: 150px;}
.inquiry_bottom.recaptcha_on .agree_con .agree_pri dl dd{bottom: 100px;}
.inquiry_bottom .agree_con .agree_pri dl dd .textarea{width: 100%; height: 100%; background:rgba(0,0,0,.9); font-size:0.889rem; letter-spacing:var(--letter-spacing-input); color:var(--white); line-height: 160%; padding: 30px;}

.inquiry_bottom .form_btn{width: 180px;}
.inquiry_bottom .form_btn .more_btn{width: 100%;}


/*********** List *************/
.bbs_con {width:100%; border-collapse:separate; border-spacing:0; border-top:2px solid var(--main); text-align:center;}
.bbs_con th {font-size:0.889rem; letter-spacing:var(--letter-spacing-body); line-height:150%; font-weight:700; color:var(--black); box-sizing:border-box; padding:20px 10px 18px; border-bottom:1px solid var(--border);}
.bbs_con td {font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height:150%; font-weight:400; color:var(--basic); box-sizing:border-box; padding:15px 10px; border-bottom:1px solid var(--border);}
.bbs_con td.left {text-align:left; padding:15px 20px;}
/* .bbs_con tr.point td{background:rgba(50, 46, 130, 0.03);} */
.bbs_con tr.point td{background:rgba(6,78,145,.05);}
.bbs_con td img{display:inline-block; vertical-align:middle; margin:0 3px 2px 3px;}
.bbs_con .notice{line-height: 120%;}
.bbs_con .notice span{color:var(--main); font-size:24px; height: 24px; line-height: 24px; display: inline-block; vertical-align: middle;}
.bbs_con .mo_line{display:none;}




/*********** View *************/
.bbs_view{}
	.bbsView_tit{padding:40px 0; box-sizing:border-box; position: relative; text-align:center;}
	.bbsView_tit .star{display: block; margin: 0 0 10px;}
	.bbsView_tit .catname{display: block; font-weight: 500; color:var(--main); padding:0 0 15px;}
	.bbsView_tit .subject{line-height:130%; font-weight:700; color:var(--black);}
	
	
	.bbsView_tit .view_detail{margin:15px 0 0; display:flex; flex-wrap:wrap; justify-content: center; gap:8px 25px;}
	.bbsView_tit .view_detail li{font-size:1rem; color:var(--basic); font-family:var(--eng); line-height:150%;}
	.bbsView_tit .view_detail li::before{display: inline-block; vertical-align: middle; margin:-2px 5px 0 0; font-size:20px; font-family:var(--icon); font-weight: 400;}
	.bbsView_tit .view_detail li.date::before{content:'\ebcc';}
	.bbsView_tit .view_detail li.count::before{content:'\e8f4';}
	
	
	.view_content{padding:0 0 30px; box-sizing:border-box;}
	.view_content img{max-width:100%; height:auto !important;}
	.view_content::after{content:''; display: block; clear:both;}
	.view_content p{vertical-align: top;}

	.view_file{margin:40px 0 0; padding: 35px 30px; box-sizing:border-box; background:rgba(243, 243, 243, 0.8); display:flex;}	
	.view_file .btit{width:150px; font-size:1rem; font-weight: 500; letter-spacing:var(--letter-spacing-body); line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}	
	.view_file .btit::before{content:'\e226'; display: inline-block; vertical-align: middle; margin:-2px 5px 0 0; font-size:20px; font-family:var(--icon); font-weight: 400; transform:rotate(90deg);}
	.view_file .bstxt{width:calc(100% - 150px); line-height: 120%; box-sizing:border-box;}	
	.view_file .bstxt a{display:inline-block; font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height:150%; color:var(--basic); border-bottom:1px solid var(--basic); margin: 10px 0 0;}
	.view_file .bstxt a:first-child{margin: 0;}
	

	.bbs_bottom{border-top:1px solid var(--border); display:flex; align-items:center;}
	.bbs_bottom.last{border-bottom:1px solid var(--border);}
	.bbs_bottom dt{width:185px; padding:20px; font-size:1rem; font-weight: 700; letter-spacing:var(--letter-spacing-body); line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}
	.bbs_bottom dt .arrow{color:#D9D9D9; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
	.bbs_bottom dd{width:calc(100% - 185px); padding:20px 0; font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height: 120%; box-sizing:border-box;}
	.bbs_bottom dd a{text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}



.answer_content{padding: 20px; background: var(--grayBg); border-bottom: 1px solid var(--border); box-sizing: border-box; font-size:1rem; line-height: 150%;}
.answer_content .title{font-size: 1rem; line-height: 140%; font-weight: 700; color: var(--black); margin-bottom: 10px;}






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



.inquiry_form dl dd .input_email{width:calc((100% - 31px)/3);}
.inquiry_form dl dd .select_email{width:calc((100% - 31px)/3);}

.inquiry_bottom{gap:30px; flex-wrap:wrap; justify-content: center;}
.inquiry_bottom .agree_con{width: 100%; padding: 0; justify-content: center; position: relative;}
.inquiry_bottom .agree_con .agree_pri dl dd{bottom: 80px;}
.inquiry_bottom.recaptcha_on .agree_con .agree_pri dl dd{bottom: 90px;}


/*********** List *************/
.bbs_con {}
.bbs_con th {padding:15px 8px;}
.bbs_con td {padding:12px 8px;}
.bbs_con td.left {padding:12px 15px;}




/*********** View *************/
.bbs_view{}
	.bbsView_tit{padding:30px 0;}
	.bbsView_tit .star{margin: 0 0 6px;}
	.bbsView_tit .catname{padding:0 0 10px;}
	
	.bbsView_tit .view_detail{margin:10px 0 0; gap:8px 20px;}
	
	
	.view_content{padding:0 0 20px;}

	.view_file{margin:30px 0 0; padding: 25px 30px;}	
	.view_file .btit{width:120px;}	
	.view_file .bstxt{width:calc(100% - 120px);}	
	
	.bbs_bottom{}
	.bbs_bottom dt{width:145px; padding:15px;}
	.bbs_bottom dd{width:calc(100% - 145px); padding:15px 0;}




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


.inquiry_cont select {padding:0 10px; line-height:40px;}
.inquiry_cont .input {padding:0 10px; line-height:40px;}
.inquiry_cont .textarea {height: 100px; padding: 10px;}


/* Ã·ºÎÆÄÀÏ */
.filebox label {width: 70px; height: 40px !important; line-height: 40px !important;}
.filebox .upload-name {width: calc(100% - 70px); padding: 0 10px; line-height: 40px;}



.inquiry_form dl{padding: 10px; flex-wrap:wrap;}
.inquiry_form dl dt{width: 100%; padding: 0 0 5px; border-right: 0; border-bottom: 1px solid var(--border);}
.inquiry_form dl dd{width: 100%; padding: 5px 0 0;}
.inquiry_form dl dd .hipen{width: 20px;}
.inquiry_form dl dd .input_email{width:calc((100% - 20px)/2);}
.inquiry_form dl dd .select_email{width:100%; margin: 0; border:0;}
.inquiry_form dl dd .sub_txt{padding: 5px; width: 100%;}
.inquiry_form .norobot_img{padding:4px 0 3px;}
.inquiry_form .vcode{height: 40px; line-height: 38px;}



.inquiry_bottom{margin: 20px 0 0; gap:20px;}
.inquiry_bottom .agree_con{gap:10px; flex-wrap:wrap;}
.inquiry_bottom .agree_con .spam_check{width: 100%; display: flex; justify-content: center;}
.inquiry_bottom .agree_con .agree_pri{position: relative; width: 100%; align-items: center;}
.inquiry_bottom .agree_con .agree_pri dl dt .agree_checkbox{width: 16px; height: 16px;}
.inquiry_bottom .agree_con .agree_pri dl dd{bottom: 55px; height: 100px;}
.inquiry_bottom.recaptcha_on .agree_con .agree_pri dl dd{bottom: 55px;}
.inquiry_bottom .agree_con .agree_pri dl dd .textarea{padding: 15px;}

.inquiry_bottom .form_btn{width: 150px;}


/*********** List *************/
.bbs_con {}
.bbs_con th {display: none;}
.bbs_con td {padding:0;}
.bbs_con td.left {padding:10px;}
.bbs_con .pc_line{display:none;}
.bbs_con .mo_line{display:block; position: relative;}
.bbs_con .mo_line .m_notice{display:block; width:50px; height:25px; line-height:25px; text-align:center; color:var(--white); font-size:11px; font-weight:700; background:var(--main); margin: 0 0 4px;}
.bbs_con .mo_line .star{display: block; margin: 0 0 5px;}
.bbs_con .mo_line .star img{width: 60px; margin: 0;}
.bbs_con .mo_line .subject,
.bbs_con .mo_line .subject a{display:inline-block; font-size:14px; letter-spacing:var(--letter-spacing-body); line-height:150%; color:var(--black); font-weight:500;}
.bbs_con .mo_line .writer{display:flex; margin: 4px 0 0;}
.bbs_con .mo_line .writer li{padding:0 20px 0 0; position:relative; font-size:13px; line-height: 120%; letter-spacing:var(--letter-spacing-none); color:#999;}
.bbs_con .mo_line .writer li:last-child{padding:0;}
.bbs_con .mo_line .writer li:after{content:''; display:block; width:1px; height:8px; background:var(--border); position:absolute; right:10px; top:50%; margin-top:-4px;}
.bbs_con .mo_line .writer li:last-child:after{display: none;}
.bbs_con .recom{font-size:1rem; line-height: 20px; font-weight: 500; color:var(--black); font-family:var(--eng); position: absolute; right: 0; top:0;}
.bbs_con .recom span{color:#ff0000; font-weight: 700; font-size:16px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0;}
.bbs_con td .file_icon{width: 18px; height: auto;}


/*********** View *************/
.bbs_view{}
	.bbsView_tit{padding:20px 0;}
	.bbsView_tit .catname{padding:0 0 6px;}
	
	.bbsView_tit .view_detail{gap:8px 10px;}
	.bbsView_tit .view_detail li::before{font-size:16px;}
	
	

	.view_file{margin:20px 0 0; padding: 15px 20px;}	
	.view_file .btit{width:100px;}	
	.view_file .btit::before{font-size:16px;}
	.view_file .bstxt{width:calc(100% - 100px);}	
	.view_file .bstxt a{margin: 6px 0 0;}
	
	.bbs_bottom{}
	.bbs_bottom dt{width:120px; padding:10px;}
	.bbs_bottom dt .arrow{right:15px;}
	.bbs_bottom dd{width:calc(100% - 120px); padding:10px 0;}



}