.faq_ac19 .wrap > div {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 50px 0 100px 0;
	padding: 0px 20px;
	background: #fff;
}

.faq_ac19 .wrap div .sec-1 p.title00 {
	margin-top: 20px;
	font-size: 17px;
	color: #000;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	width: 100%;
	background: #f4f6f8;
	border: 1px solid #eaeaea;
}

.faq_ac19 .wrap div .sec-1 p.title01 {
	margin-top: 50px;
	font-size: 17px;
	color: #fff;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	width: 100%;
	background: #353535;
}

.faq_ac19 .wrap div .sec-1 p.title02 {
	margin-top: 50px;
	font-size: 17px;
	color: #fff;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	width: 100%;
	background: #676767;
	text-shadow: 1px 1px 1px #000;
}

/* faq 슬라이드 리스트 시작--------------------------------------------------------------- */

/* .faq_ac19 .wrap div .sec-5 {
    width: 100%;
    height: 100%;
} */
.faq_ac19 .wrap div .sec-5 .post{
    overflow: hidden;
    width: 100%;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-top: 20px;
	border-bottom: 1px solid #c2c2c2;
    text-align: left;
    
}
.faq_ac19 .wrap div .sec-5 .post > p{
    float: left;
    font: bold 19px/19px "맑은 고딕";
	padding: 15px 20px;
    height: 62px;
    cursor: pointer;
}

.faq_ac19 .wrap div .sec-5 .post p span.num{
    display: inline-block;
    min-width: 42px;
    height: 34px;
    border-radius: 3px;
    background: #78001d;
    font: bold 18px/36px "나눔바른고딕";
    color: #fff;
    text-shadow: 1px 1px #470112;
    text-align: center;
    margin-right: 12px;
}
.faq_ac19 .wrap div .sec-5 .post:nth-child(even) p span.num{
    background: #b9193f;
}

.faq_ac19 .wrap div .sec-5 .post .more{
    position: relative;
    float: right;
    display: block;
    width: 62px;
    height: 62px;
    border-left: 1px solid #f0f0f0;
    background: #fff;
}
.faq_ac19 .wrap div .sec-5 .post .more::before{
    position:absolute;
    content: "";
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 25px;
    border-right: 2px solid #918066;
}
.faq_ac19 .wrap div .sec-5 .post .more::after{
    position:absolute;
    content: "";
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 30px;
    border-bottom: 2px solid #918066;
}
.faq_ac19 .wrap div .sec-5 .post div.list{
    clear: both;
    width: 100%;
    margin-bottom: -140%;
    position: relative;
    background: #f4f6f8;
    border-top: 1px solid #e1e1e1;
    padding: 20px 20px 26px 20px;
    transition:all 0.6s cubic-bezier(1, 0, 0, 1);

}

/* 버튼효과------------------------------------ */


.faq_ac19 .wrap div .sec-5 .post.on div.list{
    margin-bottom: 0;
    transition:all 0.3s ease;
}
.faq_ac19 .wrap div .sec-5 .post.on .more::before{
    display: none;
}

/* 버튼효과 -------------------------------------*/


/* 테이블 시작 */

.faq_ac19 .wrap div .sec-5 .post div.list div span{
    display: none;
}
.faq_ac19 .wrap div .sec-5 .post div.list table{
    overflow-x: scroll;
    border-spacing: 0;
    margin-top: 10px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #a69479;

}
.faq_ac19 .wrap div .sec-5 .post div.list table th{
    font:bold 15px "맑은 고딕";
    color: #fff;
    background: #9b886d;
    border: 1px solid #85745a;
}
.faq_ac19 .wrap div .sec-5 .post div.list table tr.tr1 th{
    background: #9b886d;
}
.faq_ac19 .wrap div .sec-5 .post div.list table tr.tr2 th{
    background: #a69479;
}
.faq_ac19 .wrap div .sec-5 .post div.list table th,
.faq_ac19 .wrap div .sec-5 .post div.list table td{
    text-align: center;
    padding: 11px 10px;
}

.faq_ac19 .wrap div .sec-5 .post div.list table th + th,
.faq_ac19 .wrap div .sec-5 .post div.list table tr + tr th {
    border-left: 0px solid #85745a;
}
.faq_ac19 .wrap div .sec-5 .post div.list table tr + tr th {
    border-top: 0;
}
.faq_ac19 .wrap div .sec-5 .post div.list table th:nth-child(even){
    background: #a69479;
}

.faq_ac19 .wrap div .sec-5 .post div.list table td{
    font: 15px "맑은 고딕";
    color: #313131;
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.faq_ac19 .wrap div .sec-5 .post div.list table td + td{
    border-left: 0;
    text-align: left;
}
.faq_ac19 .wrap div .sec-5 .post div.list.center table td + td{
    text-align: center;
}   
.faq_ac19 .wrap div .sec-5 .post div.list table tr:last-child td{
    border-bottom: 0;
}

/* 테이블 끝 */


.faq_ac19 .wrap div .sec-5 .post div.list p{
    font: 15px/22px "맑은 고딕";
    color: #626262;
    text-align: center;
    margin-top: 20px;
}
.faq_ac19 .wrap div .sec-5 .post div.list p:first-child,
.faq_ac19 .wrap div .sec-5 .post div.list table:first-child{
    margin-top: 0 !important;
}

.faq_ac19 .wrap div .sec-5 .post div.list p.arrow{
    text-align: left;
    /* background: url(../../../images/iosf/contents/arrow_group_origin.png)no-repeat 0 6px;
    background-size: 4px 8px; */
    text-indent: -12px;
    margin-top: 16px;
    color: #010103;
    padding-left: 14px;
}
.faq_ac19 .wrap div .sec-5 .post div.list p.arrow:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 10px;
    /* vertical-align: middle; */
    background: url(../../../images/iosf/contents/arrow_group_origin.png)no-repeat left;
    background-size: 4px 8px;
    margin-right: 7px;
}

.faq_ac19 .wrap div .sec-5 .post div.list p.pink{
    color: #fff;
    padding: 11px;
    text-shadow: 1px 1px #82261f;
    background: #ad6e69;
}
.faq_ac19 .wrap div .sec-5 .post div.list p.pink.ver2{
    color: #fff;
    padding: 11px;
    text-shadow: 1px 1px #61140e;
    background: #734744;
}
.faq_ac19 .wrap div .sec-5 .post div.list ul li{
    text-indent: -12px;
    margin-top: 14px;
    padding-left: 30px;
    font: 15px/20px "맑은 고딕";
    color: #886b3e;
}
.faq_ac19 .wrap div .sec-5 .post div.list ul li:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #483921;
    margin-right: 8px;
}
.faq_ac19 .wrap div .sec-5 .post div.list ul li.small{
    font: 13px "맑은 고딕";
    margin-top: 6px;
    text-indent: 0px;
}
.faq_ac19 .wrap div .sec-5 .post div.list ul li.small:before{
    display: none;
}
.faq_ac19 .wrap div .sec-5 .post div.list ul li.line{
    color: #626262;
    margin-top: 6px;
    padding-left: 44px;
}
.faq_ac19 .wrap div .sec-5 .post div.list ul li.line::before{
    background: #626262;
    height: 1px;
}

/* faq 슬라이드 리스트 끝--------------------------------------------------------------- */


/* 다운로드 부분 시작*/

.faq_ac19 .wrap div .sec-4 {
	width: 100%;
	padding: 15px 20px 44px 20px;
	background: #e9ecf0;
	border: 1px solid #e5e5e5;
    text-align: center;
	margin-top: 50px;
}
.faq_ac19 .wrap div .sec-4 p {
	padding: 12px 20px 34px 20px;
    font: 17px "맑은 고딕";
}

.faq_ac19 .wrap div .sec-4 a.downloadbtn {
    display: table;
    margin: 0 auto;
}

.faq_ac19 .wrap div .sec-4 a span {
	display: table-cell;
    font: bold 19px "맑은 고딕";
	color: #fff;
    text-shadow: 1px 1px #000;
	padding: 14px 26px;
	background: #b9193f;
	border: 1px solid #78001d;
	border-right: 0px;
}
.faq_ac19 .wrap div .sec-4 a span:nth-child(1) {
	background: #b9193f;
	border: 1px solid #78001d;
	border-bottom: 1px solid #78001d;
	border-right: 0px;
	text-shadow: 1px 1px 1px #000;
}

.faq_ac19 .wrap div .sec-4 a span:nth-child(2) {
	border-left: 1px solid #a50c31;
	border-bottom: 1px solid #78001d;
	width: 56px;
	height: 100%;
	padding: 14px 28px;
	background: url(../../../images/iosf/contents/icon_download_origin.png) no-repeat center;
	background-size: 24px 24px;
	background-color: #b9193f;
}