@charset "UTF-8";

.header {
    border-bottom: 1px solid #ddd;
}

/*서브 타이틀*/
.sub-title {
    margin: 90px 0 50px 0;
    display: block;
    width: 100%;
    height: 100px;
}

.sub-title i {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 66px;
    height: 66px;
    background: url('../../images/sub/img-sub-title-02.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size:100%;
}
.sub-title i.sub-01 {
    background-image: url('../../images/sub/img-sub-title-01.svg');
}

.sub-title .tit h2 {
    display: inline-block;
    margin: 0 30px 0 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 66px;
    color: #111111;
}

.sub-title .tit p {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #959595;
}
/*상담 콜 배너*/
.sub-title .tit-call {
    display: inline-block;
    margin-top: 10px;
}


.sub-title .tit-call dl dt{
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
    width: 291px;
    height: 50px;
    background: #3C3469;
    border-radius: 39px;
    color: #CFFABF;
    text-align: center;
    box-sizing: border-box;
}
.sub-title .tit-call dl dt span{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    height: 50px;
    color: #CFFABF;
    line-height: 45px;
}
.sub-title .tit-call dl dt strong{
    display: inline-block;
    margin-left:10px ;
    font-weight: 500;
    font-size: 26px;
    height: 50px;
    color: #CFFABF;
    line-height: 45px;
}
.sub-title .tit-call dl dt strong > a{	
    color: #CFFABF;	
}
.sub-title .tit-call dl dd{
    width: 291px;
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.06em;
    color: #3C3469;
}

.sub-wrap{
    min-height: 85vh
}
.sub-wrap .tit-call-m {display: none;}

/*이사 서비스*/
.service-banner{
    position: relative;
    padding:50px 150px 0;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    background: url('../../images/sub/img_human_question.png')no-repeat 117px bottom;
    background-size:386px 211px
}
.service-banner .txt {
    display: inline-block;
    margin-top:60px;
    margin-bottom:40px;
    text-align: right;
}
.service-banner .txt h3{
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    word-break: keep-all;
}
.service-banner .txt p{
    margin-top:20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.035em;
    color: #000000;
    word-break: keep-all;
}
.service-banner .btn {
    margin-top:40px;
    padding:20px 25px 20px 25px;
    background: #3B2B8F;
    border-radius: 6px;
}
.service-banner .btn a{
    display: block;
    font-size: 20px;
    color:#fff;
}
.service-card-wrap {
    display:flex;
    flex-wrap: wrap;
    margin-top:75px;
    margin-bottom: 200px;
}
.service-card-wrap .service-card{
    display:inline-block;
    padding:35px 35px 141px 35px;
    width: 338px;
    background: url('../../images/sub/ico_truck.png')no-repeat 90% 90%;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    background-size: 138px 100px;
}
.service-card-wrap .service-card h4{
    margin-bottom:18px;
    font-size: 24px;
    color: #000000;
}
.service-card-wrap .service-card p{
    font-size: 16px;
    height: 138px;
    line-height: 23px;
    color:#000;
}
.service-card-wrap .service-op{
    margin-top:30px;
    width: 100%;
}
.service-card-wrap .service-op ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-card-wrap .service-op li{
   margin-right:5px;
    padding: 5px 10px;
    
    font-size: 12px;
    color: #919191;
    background: #FFFFFF;
    border: 0.5px solid #909090;
    box-sizing: border-box;
    border-radius: 3px; 
}
.service-card-wrap .service-op li.on{
    color:#fff;
    background: #3B2B8F;
}


/*견적시작*/
/*이사날짜*/
/*인풋공통*/
.form-area {
    padding: 30px 100px;
    background: #F8F8F8;
    margin-bottom: 30px
}


.form-group .form-container {
    margin-top: 25px;
}

.form-group .form-container:after {
    content: '';
    display: block;
    clear: both;
}

.form-group h3 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #000000;
}
.form-group h3.m {
    display: none;
}

.form-group h4 {
    margin-bottom:10px;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.input-con {
    position: relative;
    margin-top: 15px;
    padding: 15px 20px;
    width: 480px;
    height: 56px;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    box-sizing: border-box;
}
.form-day .input-con {
    display: inline-block;
}

.input-con input {
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #3B2B8F;
}

.input-con button.bt-calendar {
    position: absolute;
    right: 15px;
    width: 21px;
    height: 23px;
    background: url('../../images/sub/ico-calendar.svg')no-repeat;
    border: 0;
}

.input-con a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 15px 20px;
    width: 100%;
    height: 56px;
    font-size:16px;
    color: #9E9E9E;
    border: 0;
    box-sizing: border-box;
}
.day-txt{
    display: inline-block;
    padding: 10px 20px;
    margin-left: 20px;
    background: #DEE3FD;
    border-radius: 20px;
    color: #3B2B8F;
    text-align: center;
    line-height: 20px;

}
/*이사장소*/
.form-address {
    
    padding:0;
    /*padding: 0 0 0 15px;*/
}

.form-address .input-con {
    position: relative;
    width: 100%;
    max-width: 408px;
}
.form-address .address-layer{
    display: none;
}
.form-address .address-layer.on{
    display: block;
    position: absolute;
    top: 51px;
    left: -1px;
    background: #fff;
    width: calc(100% + 2px);
    height: 200px;
    border-left: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    overflow-y:scroll ;
    z-index: 99;
    box-sizing: border-box;
}
.form-address .address-layer .address-txt{
    display: block;
    width: 100%;
    max-width: 408px;
    margin-bottom: 10px;
}
.form-address .address-layer .address-txt > a{
    padding: 0 24px;
    position: static;
    display: block;
    width: 100%;
    height: 100%;
}
.form-address .address-layer .address-txt > a > strong{
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.form-address .address-layer .address-txt > a > span{
    display: block;
    font-size: 12px;
    color: #757575;
    font-weight: 400;
}


.form-address .form-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 408px;
    margin-top: 15px;
}

.select-con {
    display: block;
    margin-right: 12px;
    padding: 10px 20px;
    width: 48%;
    max-width: 198px;
    height: 56px;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    box-sizing: border-box;
}
.select-con.time{
    width: 480px;
    max-width: 480px;
}

.select-con:last-child {
    margin-right: 0;
}

.select-con select {
    width: 100% !important;
    border: 0;
    box-shadow: none;
    background: url(../../images/common/arrow-select.svg) no-repeat 100% 50%; 
}
.select-con select:focus{
    font-size: 16px;
    color: #3B2B8F;
}
.select-con select::selection {
    font-size: 16px;
    color: #3B2B8F;
}

.input-container .arrow-right {
    position: relative;
    height: 242px;
    align-content: center;
}

.input-container .arrow-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -39px;
}

/*주요짐*/
.form-group .input-wrap {
    margin-top: 25px;
    width: 100%;
}

.form-group .select-pack {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group .select-pack a {
    display: block;
    width: 220px;
    height: 78px;
    margin-bottom: 10px;
}

.form-group .select-pack .op-01 {
    position: relative;
    /*margin-right: 25px;margin-bottom: 10px;*/
    
    padding: 20px;
    width: 220px;
    height: 78px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-group .select-pack > a:last-child {
    margin-right: 0px;
}
.form-group .select-pack .op-01 > div:last-child {
    margin-right: 0px;
}

.form-group .select-pack .op-01:last-child {
    margin-right: 0px;
}


.form-group .select-pack .op-01 i {
    position: absolute;
    top: 25%;
    left: 15px;
    display: inline-block;
}

.form-group .select-pack .op-01 p {
    top: 25%;
    right: 50%;
    margin-right: -25%;
    text-align: center;
    line-height: 36px;
}

/*수량체크*/
.form-group .select-pack .op-01.on {
    background: #DEE3FD;
    color: #3B2B8F;
    border: 1.5px solid #3B2B8F;
    margin-bottom: 10px;
}

.form-group .select-pack .op-01.on p {
    line-height: 1px;
}

.form-group .select-pack .op-01.on .count {
    position: absolute;
    bottom: 10px;
    right: 38px;
    line-height: 24px;
}

.form-group .select-pack .op-01.on .count a {
    display: inline-block;
    margin: 0 2.5px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 24px;
}

.form-group .select-pack .op-01.on .count a img {
    margin-top: -2px;
}

.form-group .select-pack .op-01.on .count span.num {
    display: inline-block;
    width: 34px;
    height: 23px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}


.form-group a:hover .op-01 {
    background: #DEE3FD;
    color: #3B2B8F;
    border: 1.5px solid #3B2B8F;
}

.form-group a:hover .op-01 i {
    color: #3B2B8F;
}

.form-group .op-01-notice {
    display: inline-block;
    margin-left: 25px;
    margin-right: auto;
    padding: 15px;
    width: 360px;
    height: 79px;
    background: #ECECEC;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-group .op-01-notice .tit {
    font-size: 13px;
    color: #F47026;
}

.form-group .op-01-notice p {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: -0.05em;
}
.form-group .op-01-notice p > span{
    display: inline-block;
}

/*원하는 이사 서비스*/
.select-service a {
    display: block;
}

.form-group .op-02 {
    margin-top: 25px;
    margin-right: 30px;
    padding: 30px 0;
    width: 303px;
    height: 323px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-group .op-02:last-child {
    margin-right: 0;
}

.form-group .op-02 .tit {
    position: relative;
    margin-bottom: 25px;
    height: 38px;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #9E9E9E;
}

.form-group .op-02 .tit i {
    position: absolute;
    left: 18%;
    top: 0px;
    display: inline-block;
    margin-top: 0px;
    width: 36px;
    height: 36px;
    background: url('../../images/sub/ico_circle_check_off.svg')no-repeat 0 0;
}

.form-group .op-02 .tit span {
    position: absolute;
    left: 35%;
    top: 0px;
    display: inline-block;
}

.form-group .op-02 .txt-con {
    padding: 25px 10px;
    width: 100%;
    height: 146px;
    background: #F3F3F3;
    box-sizing: border-box;
}

.form-group .op-02 .txt-con .price {
    display: block;
    margin-bottom: 10px;
    color: #3B2B8F;
}

.form-group .op-02 .txt-con .price strong {
    font-size: 30px;
}

.form-group .op-02 .txt-con .txt {
    font-size: 16px;
    letter-spacing: -1px;
}

.form-group .op-02 .info-con {
    margin-top: 15px;
    font-size: 14px;
    color: #222222;
}

/*hover*/
.form-group .op-02:hover {
    background: #DEE3FD;
}

.form-group .op-02:hover .txt-con {
    background: #fff;
}

.form-group .op-02:hover .tit i {
    background: url('../../images/sub/ico_circle_check_on.svg')no-repeat 0 0;
}

.form-group .op-02:hover .tit span {
    color: #3B2B8F;
}
/*focus*/
.form-group .op-02:focus {
    background: #DEE3FD;
}

.form-group .op-02:focus .txt-con {
    background: #fff;
}

.form-group .op-02:focus .tit i {
    background: url('../../images/sub/ico_circle_check_on.svg')no-repeat 0 0;
}

.form-group .op-02:focus .tit span {
    color: #3B2B8F;
}

/*active*/
.form-group .op-02:active {
    background: #DEE3FD;
}

.form-group .op-02:active .txt-con {
    background: #fff;
}

.form-group .op-02:active .tit i {
    background: url('../../images/sub/ico_circle_check_on.svg')no-repeat 0 0;
}

.form-group .op-02.on .tit span {
    color: #3B2B8F;
}
/*on*/
.form-group .op-02.on {
    background: #DEE3FD;
}

.form-group .op-02.on .txt-con {
    background: #fff;
}

.form-group .op-02.on .tit i {
    background: url('../../images/sub/ico_circle_check_on.svg')no-repeat 0 0;
}

.form-group .op-02.on .tit span {
    color: #3B2B8F;
}


/*큰짐*/
.form-group a .op-03 {
    width: 470px;
    height: 60px;
    margin-right: 30px;
    margin-bottom: 15px;
    background: #FFFFFF;
    border: 1.5px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-group a:last-child .op-03 {
    margin-right: 0px;
}

.form-group a .op-03 p {
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #9E9E9E;
}

/*hover*/
.form-group a:hover .op-03 {
    background: #DEE3FD;
    border: 1.5px solid #5A4AB2;
}

.form-group a:hover .op-03 p {
    color: #5A4AB2;
}

/*active*/
.form-group a:active .op-03 {
    background: #DEE3FD;
    border: 1.5px solid #5A4AB2;
}

.form-group a:active .op-03 p {
    color: #5A4AB2;
}

.form-group .noti {
    font-size: 14px;
    color: #222222;
}

/*active*/
.form-group a .op-03.on {
    background: #DEE3FD;
    border: 1.5px solid #5A4AB2;
}

.form-group a .op-03.on p {
    color: #5A4AB2;
}




/*궁금한점*/
.form-group .textarea-cont {
    margin-top: 25px;
}

.form-group .textarea-cont textarea {
    font-size: 16px;
    color: #3B2B8F;
}

.form-container .num-input {
    position: relative;
    width: 100%;
    height: 56px;
}


.form-container .num-input .num-input-text {
    width: 300px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-container .num-input > .input-con {
    width: 300px; 
    position: relative;
}
.form-container .num-input > .input-con .time-count{
    position: absolute;
    top: 15px;
    right: 5%;
    color: red;
    font-size: 14px;
}

.form-group .num-input button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 146px;
    height: 56px;
    color: #3B2B8F;
    font-size: 16px;
    font-weight: 600;
    background: #FFFFFF;
    border: 2px solid #3B2B8F;
    box-sizing: border-box;
    border-radius: 6px;
}

.form-basic .form-group .noti {
    margin-top: 10px;
    font-size: 14px;
    color: #9E9E9E;
}

/*체크박스*/
.check-area {
    padding: 30px 100px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #C3C3C3;
}

.checkbox input[type=checkbox] {
    width: 0;
    height: 0;
}

.checkbox {
    margin-bottom: 10px;
    height: 24px;
}

.checkbox input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}

.all-check input[type=checkbox] + label {
    padding-left: 50px;
    margin-bottom: 15px;
    height: 32px;
    font-size: 16px;
}

.all-check input[type=checkbox] + label em {
    text-decoration: underline;
}

.checkbox input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 15px;
    height: 12px;
    background: url('../../images/sub/ico_line_check_off.svg')no-repeat;
    text-align: center;
    box-sizing: border-box;
}

.checkbox input[type=checkbox]:checked + label:before {
    background: url('../../images/sub/ico_line_check_on.svg')no-repeat;
}

.all-check {
    display: block;
    line-height: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.all-check input[type=checkbox] + label:before {
    top: 0;
    left: 0;
    width: 37px;
    height: 36px;
    background: url('../../images/sub/ico_circle_check_off.svg')no-repeat;
}

.all-check input[type=checkbox]:checked + label:before {
    background: url('../../images/sub/ico_circle_check_on.svg')no-repeat;
}

.check-area .info {
    margin-top: 15px;
    margin-left: 10px;
    font-size: 14px;
    color: #9E9E9E;
}

.bigBtn-area {
    text-align: center;
}

.bigBtn-area button {
    margin-bottom: 70px;
    width: 398px;
    height: 70px;
    font-size: 20px;
    background: #3B2B8F;
    border-radius: 6px;
    color: #fff;
    border: 0;
}

.bigBtn-area button:disabled {
    background: #C1C1C1;
}

/*견적끝*/

/*내 이사 조회*/
.card-section {
    margin-top: 30px;
    min-height: 50vh;
}

.card-history {
    display: block;
    margin-bottom: 40px;
    padding: 35px 40px;
    width: 582px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.card-history h3 {
    display: inline-block;
    padding: 0 40px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    box-sizing: border-box;
    border-radius: 25px;
}

.card-history h3.type-01 {
    /*상담예약*/
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.card-history h3.type-02 {
    /*견적완료*/
    color: #fff;
    background: #3B2B8F;
    border: 1px solid #3B2B8F;
    box-sizing: border-box;
}

.card-history h3.type-03 {
    /*예약금 결제완료*/
    color: #fff;
    background: #8759C1;
    border: 1px solid #8759C1;
    box-sizing: border-box;
}

.card-history h3.type-04 {
    /*배차완료*/
    color: #fff;
    background: #03BCBC;
    border: 1px solid #03BCBC;
    box-sizing: border-box;
}

.card-history h3.type-05 {
    /*이사완료*/
    color: #fff;
    background: #C8C8C8;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
}

.card-history h3.type-06 {
    /*이사완료*/
    color: #fff;
    background: #FAADA9;
    border: 1px solid #FAADA9;
    box-sizing: border-box;
}

.card-history .c-h-info {
    margin-top: 50px;
    padding-bottom: 20px;
}

.card-history .c-h-info dl {
    display: flex;
    width: 100%;
    margin-bottom: 10px;

}

.card-history .c-h-info dl dt {
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #A399D8;
}

.card-history .c-h-info dl dd {
    padding-left: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.card-history .c-h-info-after {
    border-top: 1px solid #D2D2D2;
    padding-top: 25px;
}

.card-history .c-h-info-after dl {
    display: flex;
    width: 100%;
    margin-bottom: 10px;

}

.card-history .c-h-info-after dl dt {
    padding: 0;
    width: 78px;
    height: 26px;
    text-align: center;
    
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    
    
}
.card-history .c-h-info-after dl dt p{
    height: 26px;
    line-height: 26px;
    background: #BCBCBC;
    border-radius: 3px;
}
.card-history .c-h-info-after dl dd {
    font-size: 16px;
}

.card-noFile {
    padding: 40px;
    width: 582px;
    text-align: center;
    background: #F8F8F8;
    box-sizing: border-box;
    border-radius: 10px;
}

.card-noFile .img {
    display: block;
    margin: 0 auto;
    width: 178px;
    height: 109px;
}

.card-noFile .img img {
    width: 100%;
}

.card-noFile .txt-wrap {
    margin-top: 30px;
}

.card-noFile .txt-wrap h3 {
    font-weight: 500;
    font-size: 28px;
    color: #222;
}

.card-noFile .txt-wrap p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #595959;
}

.card-noFile .btn {
    margin-top: 50px;
    padding: 18px 25px;
    background: #3B2B8F;
    border-radius: 6px;
}

.card-noFile .btn a {
    color: #fff;
    font-size: 16px;
}

/*공지사항&이벤트*/
.board-wrap {
    margin-bottom: 100px;
}

.board-wrap .board-tab {
    display: flex;
    width: 100%;
}

.board-wrap .board-tab .tab {
    padding: 0;
    margin: 0;
    height: 76px;
    line-height: 76px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.board-wrap .board-tab div a {
    display: block;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    border-bottom: 1px solid #DDDDDD;
}

.board-wrap .board-tab .on a {
    border-top: 2px solid #595959;
}

.board-wrap .board-tab .off a {
    border-top: 0;
    color: #C5C5C5;
    background: #FAFAFA;
}
.board-wrap .board-list .view{
    padding:0;
    
}
.board-wrap .board-list li {
    padding: 25px;
    display: flex;
    border-bottom: 1px solid #DDDDDD;

}
.board-wrap .board-list a{
    display: block;
}
.board-wrap .board-list a li {
    
    width: 100%;
    transition: all 0.5s ease;
}

.board-wrap .board-list a:hover li .tit {
    color: #3B2B8F;
    font-weight: 500;
}

.board-wrap .board-list li .tit {
    font-size: 16px;
    line-height: 23px;
    color: #222222;
}

.board-wrap .board-list li .date {
    text-align: right;
    font-size: 16px;
    line-height: 23px;
    color: #222222;
}

/*게시판 뷰*/

.board-view {
    display: block;
    
}
.board-view:after{
    content: '';display: block;clear: both;
}
.board-view .view{
    display: none;
    background:#fff;
 
}

.board-wrap .view {
    padding: 0 0;
    width: 100%;
    
}

.board-wrap .view .txt {
    padding:70px 24px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 32px;
    border-bottom: 1px solid #595959;
}
.board-wrap .view .txt ul li{
    position: relative;
    padding: 0 0 0 25px;
    border-bottom: none;
}
.board-wrap .view .txt ul li i{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}

.board-list .txt {
    padding:70px 24px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 32px;
    border-bottom: 1px solid #595959;
}

.board-wrap .board-view li {
    width: 100%;
    padding: 30px 0px;
    /*display: flex;*/
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.board-wrap .board-view li .tit {
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #222222;
}
.board-wrap .board-view li.view-tit .tit {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #3B2B8F;
}

.board-wrap .board-view li .date {
    width: 20%;
    text-align: right;
    font-size: 16px;
    line-height: 23px;
    color: #222222;
}
.board-wrap .board-view li.view-tit .tit {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #3B2B8F;
}
.board-wrap .board-view li.view-tit .date {
    width: 20%;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #3B2B8F;
}


.board-wrap .board-view .btn {
    display: block;
    margin: 30px auto;
    align-content: center;
    text-align: center;
    width: 166px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 6px;
}

.board-wrap .board-view .btn a {
    display: block;
    font-size: 16px;
    color: #595959;
}
/*QnA*/
.board-QnA-list{
    width: 100%;
}
#accordion li{
        padding:5px 0;
    }
#accordion li a:focus{
    border:0;
    outline: none;
}

.board-QnA-list li {
    position: relative;
    width: 100%;
    padding:0;
}
.board-QnA-list li a{
    display: block;
    width: 100%;
    padding:25px 0;
    height: 74px;
    box-sizing: border-box;
    /*border-bottom: 1px solid #DDDDDD;*/
}
.board-QnA-list li a .tit{
    display:flex;
    width: 100%;
}
.board-QnA-list li a .tit i{
    position: absolute;
    top:0;
    left:15px;
    display: inline-block;
    margin-right:15px;
    width: 24px;height: 24px;
    background: url('../../images/sub/ico_question.svg')no-repeat 0 0;
}
.board-QnA-list li a .tit p{
    position: absolute;
    top:0px;
    left:50px;
    display: inline-block;
    font-size: 20px;
    font-weight:500;
    line-height: 24px;
    color: #A095D9;
}
.board-QnA-list li a .tit .arrow{
    position: absolute;
    top:-5px;
    right:15px;
    display: block;
    width: 38px;
    height: 38px;
    background: url('../../images/sub/ico_downarrow.svg')no-repeat 0 0;
}

.board-QnA-list li .qna-view{
    width: 100%;
    padding:60px 55px;
    font-size: 16px;
    line-height:200%;
    color:#595959;
    /*border-bottom: 1px solid #DDDDDD;*/
    box-sizing: border-box;
}
#accordion li .qna-view ul li{
    position: relative;
    padding:0 0 0 25px;
    border-bottom: none;
}
#accordion li .qna-view ul li i{
    position: absolute;
    top: 0;
    left: 0;
}
/*on*/
.board-QnA-list li a.ui-state-active .tit p{
    display: inline-block;
    width: 90%;
    color: #3B2B8F;
}
.board-QnA-list li a.ui-state-active .tit .arrow{
    background:url('../../images/sub/ico_uparrow.svg')no-repeat 0 0;
    background-size: 38px 38px;
    }
.board-QnA-list li a:focus .tit.on p{
    display: inline-block;
    width: 90%;
    color: #3B2B8F;
}
.board-QnA-list li a:active .tit.on p{
    display: inline-block;
    width: 90%;
    color: #3B2B8F;
}
/*off
.board-QnA-list li.off .qna-view{
    display:none;
}*/
