@charset "utf-8";
/* CSS Document */
.bmOder {padding: 56px 0 26px;}

/* 군산 */
/*탭*/
.tab_wrap {position: relative;}
.tab_wrap .tab_con {position: relative; font-size: 0;}
.tab_con input[type="radio"] {display: none;}
.tab_con input[type="radio"] + label {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: 757575;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.tab_con input[type="radio"] + label:nth-child(6){border-right: 0;}
.tab_con input[type="radio"]:checked + label {
	height: 46px;
	font-weight: bold;
	color: #FF8E5E;
	border-top: 0;
}
.tab_con input[type="radio"]:checked + label::after {
	content: '';
	position: absolute;
	bottom: -1px;
	display: block;
	width: 100%;
	border-bottom: 3px solid #FF8E5E;
	box-sizing: border-box;
}
.tab_con .conbox {width: 100%; height: auto; background: #fff; margin: 0 auto; display: none;}
.tab_con input[id="tab01"]:checked ~ .con1 { display: block; padding: 0 16px 80px;}
.tab_con input[id="tab02"]:checked ~ .con2 { display: block;}

.tab_wrap .tab_con .con1 form {	padding: 24px 0 0;}
.con1 form .input_con {}
.con1 form .input_con li {margin-bottom: 20px;}
.con1 form .input_con li span {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #212121;
}
.con1 form .input_con li input {}
.con1 form .input_con li select {width: 100%; padding: 0 14px;}
.con1 form .input_con li textarea {height: 110px; resize: none}


.save_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.bmOder input[type="button"] {display: none;}
.bmOder input[type="button"] + lable {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff; 
	background: #FF8E5E;
}


/*1:1문의하기*/
.tab_wrap .tab_con .con1 table {position: relative;}
.tab_wrap .tab_con .con1 table tr {
	position: relative;
	display: flex;
	align-items: center;
}
.tab_wrap .tab_con .con1 table tr:not(:first-of-type) {margin-top: 14px;}
.tab_wrap .tab_con .con1 table tr th {
	display: block;
	margin-right: 4px;
	width: 20%;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.tab_wrap .tab_con .con1 table tr td {width: 80%;}
.tab_wrap .tab_con .con1 table tr td input {padding: 0 16px; border-radius: 0;}
.tab_wrap .tab_con .con1 table tr td input[type="text"]{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #202020;
	border-radius: 0;
}
.tab_wrap .tab_con .con1 table tr td input::-webkit-input-placeholder {opacity: 1; font-size: 14px; letter-spacing: -0.65px; color: #aaa;}
.tab_wrap .tab_con .con1 table tr td input:focus::-webkit-input-placeholder {text-indent:20px; opacity: 0; font-size: 14px;}
.tab_wrap .tab_con .con1 table tr td select {
	padding: 0 16px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	color: #000;
	font-size: 14px;
}
.tab_wrap .tab_con .con1 table tr td textarea {
	padding: 16px;
	min-height: 130px;
	max-height: 160px;
	line-height: 30px;
	border-radius: 0;
	resize: none;
	text-indent: 0;
}
.tab_wrap .tab_con .con1 table tr:nth-child(6) td {display: inline-block;}
.tab_wrap .tab_con .con1 table tr:nth-child(6) td span {margin-left: 10px;}
.tab_wrap .tab_con .con1 table tr:nth-child(6) td em {font-size: 12px;}
.tab_wrap .tab_con .con1 table tr span {display: block; width: 100%!important; font-size: 13px; line-height: 18px; color: #aaa;}
.tab_wrap .tab_con .con1 table tr td p { width: 100%; height: 46px; line-height: 46px; background: #7e7e7e; font-size: 14px; color: #fff; text-align: center;}
.tab_wrap .tab_con .con1 table tr td a {display: block; margin-top: 10px; color: #aaa; font-size: 13px; float: right; }
.tab_wrap .tab_con .con1 table tr td a:after {content: ''; display: block; clear: both;}
.tab_wrap .tab_con .con1 table textarea {}
.tab_wrap .tab_con .con1 table textarea::-webkit-input-placeholder { line-height: 1.4; font-size: 14px; color: #aaa; letter-spacing: -.5px;}
.tab_wrap .tab_con .con1 table textarea:focus::-webkit-input-placeholder {text-indent:0; opacity: 0; font-size: 14px;}

.tab_wrap .tab_con .con1 .qwrite_text {}
.tab_wrap .tab_con .con1 .qwrite_text ul {
	padding: 14px;
	background: #F9F9F9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.tab_wrap .tab_con .con1 .qwrite_text ul li {display: flex;}
.tab_wrap .tab_con .con1 .qwrite_text ul li:not(:last-of-type){margin-bottom: 4px;}
.tab_wrap .tab_con .con1 .qwrite_text em {
	display: block;
	margin-right: 4px;
	font-size: 14px;
}
.tab_wrap .tab_con .con1 .qwrite_text span {
	font-size: 12px;
	font-weight: 400;
	color: #737373;
	line-height: 1.4;
}

/*나의문의내역*/
.tab_con .con2 .accordion {}
.tab_con .con2 .accordion input[id*="menu"] {display: none;}
.tab_con .accordion input[id*="menu"] + label {
	position: relative;
	display: block;
	height: auto;
	color: #000;
	border-bottom: 1px solid #ededef;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_title {
	display: flex;
	align-items: center;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_title img {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_title span {
	position: relative;
	display: block;
	text-align:center;
	font-size: 14px;
	font-weight: 500;
	color: #202020;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_title span::before {
	content: 'Q.';
	margin-right: 4px;
	color: #FF8E5E;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_state {
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_state p {
	padding-left: 21px;
	font-size: 12px;
	font-weight: 400;
	color: #757575;
}
.tab_con .con2 input[id*="menu"] + label .box .qna_state .accept {
	margin-left: 10px;
	padding: 2px 9px 3px;
	background: #9B9A9A;
	border-radius: 3rem;
	color: #fff;
	font-size: 10px;
}
.tab_con .con2 input[id*="menu"] + label .menu_con {padding: 16px}
.tab_con .con2 input[id*="menu"] + label .menu_con img {height: 20px;}
/* .tab_con .con2 input[id*="menu"] + label .menu_con */
.tab_con .con2 input[id*="menu"] + label table {
	position: relative; 
	color: #202020;
}
.tab_con .con2 input[id*="menu"] + label table th {
	display: block;
	margin-right: 10px;
	width: 25%;
	text-align: left;
	font-weight: 600;
}
.tab_con .con2 input[id*="menu"] + label table tr {display: flex;}
.tab_con .con2 input[id*="menu"] + label table td {
	width: 75%;
	text-align: left;
	font-weight: 400;
}
.tab_con .con2 .accordion input[id*="menu"] + label em:nth-of-type(1) { }
.tab_con .con2 .accordion input[id*="menu"] + label dl {color: #333;}
.tab_con .con2 .accordion input[id*="menu"] + label + div {
	max-height: 0;
	transition: all .35s;
	overflow: hidden;
	background: #fff;
	font-size: 11px;
}
.tab_con .con2 .accordion input[id*="menu"] + label + div p {
	padding: 20px;
	display: inline-block;
}
.con2 .accordion input[id*="menu"] + label .acc_updw {
	position: absolute;
	right: 16px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url("../../../images/userApp/common/ico_acc_updw24.png")no-repeat bottom/24px auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.con2 .accordion input[id*="menu"]:checked + label .acc_updw {
	background-position: top;
}
.con2 .accordion input[id*="menu"]:checked + label + div {
	display: block;
	max-height: 400px;
	background: #F2F2F2;
}
.tab_con .con2 .accordion input[id*="menu"]:checked + label em {background-position: 0 0;}

.menu_con {display: flex; position: relative; }

.a_open {
	position: relative;
	font-size: 14px;
	background: #fff!important
}
.a_open dl {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	background: #F2F2F2;
}
.a_open .q_text {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}
.a_open .q_a {
	padding-right: 16px;
	padding-bottom: 16px;
}
.a_open dt {color: #212121; font-weight: bold; font-size: 12px; margin-bottom: 4px;}

.a_open dd {
	color: #212121;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.618;
}