@charset "utf-8";
/* :: 시설안내 s :: */
.facilityInfo_box{}
.history_box{
    margin-bottom: 100px;
}
.history_list{
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #AAAAAA;
    position: relative;
    padding-top: 30px;
}
.history_list:before,
.history_list:after{
    content: '';
    width: 13px;
    height: 13px;
    background: #AAAAAA;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -6px;
}
.history_list:before{
    left: 0;
}
.history_list:after{
    right: 0;
}
.history_item{
    flex: 1;
    text-align: center;
    position: relative;
}
.history_item:before,
.history_item:after{
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}
.history_item:before{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #1348D0;
}
.history_item:after{
    height: 36px;
    border-right: 2px dashed #1348D0;
}
.history_item .date_box{
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    color: #1348D0;
    margin: 0 auto 30px;
    padding: 10px 30px;
    border: 1px solid #1348D0;
    border-radius: 50px;
}
.history_item .date_box .date{
    margin-left: 10px;
    color: #333333;
}
.history_item .desc{
    font-weight: 500;
    font-size: 20px;
}
.history_item .desc .txt{
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
.history_item .desc .txt:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 12px;
    left: 8px;
}
.facilityInfo_list{
    display: flex;
    margin-bottom: 20px;
}
.facilityInfo_list:last-child{
    margin-bottom: 50px;
}
.facilityInfo_list > div{
    flex: 1;
}
.facilityInfo_list .floor{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 23px;
    color: #FFFFFF;
    margin-right: 50px;
    position: relative;
}
.facilityInfo_list .floor:after{
    content: '';
    width: 100%;
    border-top: 2px dashed #CCCCCC;
    display: block;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    z-index: -1;
}
.facilityInfo_list .floor.first{
    background: #2C9FF3;
}
.facilityInfo_list .floor.second{
    background: #1348D0;
}
.facilityInfo_list .floor.third{
    background: #1D2F51;
}
.facilityInfo_list .floor_desc{
    padding: 20px 50px;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}
@media all and (max-width: 1023px){
    .facilityInfo_list .floor{
        max-width: 120px;
        margin-right: 30px;
        font-size: 20px;
    }
    .facilityInfo_list .floor_desc{
        padding: 20px;
        font-size: 18px;
    }
}
@media all and (max-width: 767px){
    .history_box{
        margin-bottom: 50px;
    }
    .history_list{
        padding: 20px 0;
        border-top: none;
        border-left: 1px solid #AAAAAA;
        flex-direction: column;
    }
    .history_list:before,
    .history_list:after{
        width: 8px;
        height: 8px;
        left: -4px;
    }
    .history_list:before{
        top: 0;
    }
    .history_list:after{
        top: auto;
        bottom: 0;
    }
    .history_item{
        text-align: left;
        margin-bottom: 30px;
        padding-left: 20px;
    }
    .history_item:last-child{
        margin-bottom: 0;
    }
    .history_item:before{
        width: 8px;
        height: 8px;
        top: 12px;
        left: -4px;
        transform: none;
    }
    .history_item:after{
        width: 20px;
        height: 1px;
        border-top: 2px dashed #1348D0;
        border-right: none;
        transform: none;
        top: 15px;
        left: 0;
    }
    .history_item .date_box{
        font-size: 16px;
        margin: 0 auto 10px;
        padding: 5px 10px;
    }
    .history_item .date_box .date{
        margin-left: 5px;
    }
    .history_item .desc{
        font-size: 14px;
    }
    .history_item .desc .txt{
        padding-left: 16px;
        text-align: left;
    }
    .history_item .desc .txt:before{
        width: 3px;
        height: 3px;
        top: 8px;
        left: 5px;
    }
    .facilityInfo_list .floor{
        max-width: 80px;
        font-size: 16px;
    }
    .facilityInfo_list .floor_desc{
        padding: 10px;
        font-size: 14px;
    }
}
/* :: 시설안내 e :: */
/* :: 사진 슬라이드 s :: */
.work_img_box{
    margin-bottom: 100px;
}
.work_img_box .work_img_slide{
    border: 1px solid #ccc;
}
.work_img_box .tit{
    font-size: 25px;
    font-weight: 500;
    color: #AA272D;
    padding: 0 0 28px 14px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 2px solid #aa272d;
}
.work_img_box > .tit:before{
    content: '';
    display: block;
    width: 3px;
    height: 22px;
    background: #aa272d;
    border-radius: 10px;
    transform: rotate(25deg);
    position: absolute;
    top: 7px;
    left: 0;
}
.work_img_slide .work_slide_img{
    max-width: 1440px;
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.work_img_slide .slide_tit{
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
}
.work_img_nav{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: flex;
    justify-content: space-between;
}
.work_img_nav .btn{
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
}
.work_img_nav .btn:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
.work_img_nav .left_btn:before{
    content: '\f053';
}
.work_img_nav .right_btn:before{
    content: '\f054';
}
@media all and (max-width: 1023px){
    .work_img_slide .work_slide_img{
        height: 600px;
    }
}
@media all and (max-width: 767px){
    .work_img_box{
        margin-bottom: 50px;
    }
    .work_img_slide .work_slide_img{
        height: 400px;
    }
    .work_img_nav .btn{
        width: 40px;
        height: 40px;
    }
    .work_img_nav .btn:before{
        font-size: 16px;
    }
	.work_img_slide .slide_tit{
        font-size: 16px;
    }
}
/* :: 사진 슬라이드 e :: */
/* :: 오시는 길 s :: */
.way_to_come_box{
    margin-bottom: 100px;
}
.way_to_come_map_wrap{
    margin-bottom: 50px;
}
.way_to_come_map_wrap #map{
    height: 500px;
}
.way_to_come_map_wrap .map_txt{
    background: #555555;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.way_to_come_map_wrap .map_txt ul{
    display: flex;
}
.way_to_come_map_wrap .map_txt ul li{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
}
.way_to_come_map_wrap .map_txt ul li .tel{
    font-weight: 700;
}
.way_to_come_map_wrap .map_txt ul li:last-child{
    margin-left: 50px;
}
.way_to_come_list{

}
.way_to_come_item{
    flex: 1;
    margin-bottom: 70px;
}
.way_to_come_item:last-child{
    margin-bottom: 0;
}
.way_to_come_item > .tit{
    font-weight: 700;
    font-size: 30px;
    color: #111111;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.way_to_come_item > .tit .name{
    margin-right: 30px;
}
.way_to_come_item > .tit .img_box{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.way_to_come_item > .tit .img_box:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #ccc;
    display: block;
}
.way_to_come_item .desc .transport_box{
    margin-bottom: 50px;
}
.way_to_come_item .desc .transport_box:last-child{
    margin-bottom: 0px;
}
.way_to_come_item .desc .tbl_box{
    border-top: 2px solid #111111;
    margin-bottom: 20px;
}
.way_to_come_item .desc .tbl_box .tbl_list{
    display: flex;
}
.way_to_come_item .desc .tbl_box .tbl_list > div{
    flex: 1;
    text-align: center;
    font-size: 18px;
}
.way_to_come_item .desc .tbl_box .tbl_list > .tit{
    max-width: 400px;
    font-weight: 500;
    color: #111;
    background: #F2F4F8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc{

}
.way_to_come_item .desc .tbl_box .tbl_list .desc .name{
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ccc;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .tbl_item{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .tbl_item > div{
    flex: 1;
    padding: 15px 20px;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box{}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li{
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: left;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li:last-child{
    margin-bottom: 0;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .tit{
    min-width: 56px;
    display: inline-block;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .btn{
    margin: 0 10px;
    padding: 3px 10px;
    background: #5B6270;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li:before{
    display: none;
}
.way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .point{
    font-weight: 400;
    color: #CE2D32;
    font-size: 16px;
}
.way_to_come_item .desc li{
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}
.way_to_come_item .desc li .link{
    color: #1348D0;
}
.way_to_come_item .desc li .link.v2{
	color: #00B252;
}
.way_to_come_item .desc li:last-child{
    margin-bottom: 0;
}
.way_to_come_item .desc li:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 13px;
    left: 7px;
}
.way_to_come_item .desc li .point{
    font-weight: 700;
}
@media all and (max-width: 1023px){
    .way_to_come_item{
        width: 100%;
    }
    .way_to_come_item .desc .tbl_box .tbl_list > .tit{
        max-width: 250px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .point{
        display: block;
    }
}
@media all and (max-width: 767px){
    .way_to_come_box{
        margin-bottom: 50px;
    }
    .way_to_come_map_wrap{
        margin-bottom: 30px;
    }
    .way_to_come_map_wrap #map{
        height: 400px;
    }
    .way_to_come_map_wrap .map_txt{
        padding: 10px;
        justify-content: flex-start;
    }
    .way_to_come_map_wrap .map_txt ul{
        flex-direction: column;
        align-items: flex-start;
    }
    .way_to_come_map_wrap .map_txt ul li{
        font-size: 14px;
    }
    .way_to_come_map_wrap .map_txt ul li:last-child{
        margin-left: 0px;
    }
    .way_to_come_item{
        margin-bottom: 30px;
    }
    .way_to_come_item > .tit{
        font-size: 20px;
    }
    .way_to_come_item > .tit .name{
        margin-right: 10px;
    }
    .way_to_come_item > .tit .img_box img{
        width: 60px;
    }
    .way_to_come_item .desc li{
        font-size: 16px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list{
        flex-direction: column;
    }
    .way_to_come_item .desc .tbl_box .tbl_list > .tit{
        max-width: 100%;
        border-right: none;
    }
    .way_to_come_item .desc .tbl_box .tbl_list > .tit, .way_to_come_item .desc .tbl_box .tbl_list .desc .tbl_item > div{
        font-size: 14px;
        padding: 8px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .tbl_item .btn_box{
        padding: 8px 0px 8px 8px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li{
        font-size: 14px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .tit{
        min-width: 43px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .btn{
        margin-left: 5px;
        margin-right: 0;
        font-size: 12px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .come_popup_box li .point{
        font-size: 12px;
    }
    .way_to_come_item .desc .tbl_box .tbl_list .desc .name{
        max-width: 140px;
    }
    .way_to_come_item .desc li:before{
        top: 9px;
    }
}
/* :: 오시는 길 e :: */
/* :: 이용안내 s :: */
.info_use_box{
    margin-bottom: 100px;
}
.info_use_list{
    margin-bottom: 70px;
}
.info_use_list:last-child{
    margin-bottom: 0px;
}
.info_use_list .txt_list li{
    font-size: 20px;
    padding-left: 24px;
    position: relative;
}
.info_use_list .txt_list li:before{
    content: '';
    width: 3px;
    height: 3px;
    display: block;
    background: #333;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 12px;
}
.info_use_list .step_box{
    display: flex;
    text-align: center;
}
.info_use_list .step_box .step_list{
    flex-basis: 16.6666%;
    padding: 0 4px;
    position: relative;
}
.info_use_list .step_box .step_list:after{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #1D2F51;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%,-50%);
}
.info_use_list .step_box .step_list:last-child:after{
    display: none;
}
.info_use_list .step_box .step_list .img_box{
    margin-bottom: 30px;
}
.info_use_list .step_box .step_list .tit{
    margin-bottom: 7px;
    padding: 5px 25px;
    background: #1348D0;
    border-radius: 100px;
    font-family: 'Gmarket Sans TTF';
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    display: inline-block;
}
.info_use_list .step_box .step_list .dssc{
    font-family: 'Gmarket Sans TTF';
    font-weight: 500;
    font-size: 20px;
    color: #1348D0;
}
.info_use_list .doc_box{
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 20px;
}
.info_use_list .doc_box .btn{
    margin-left: 20px;
    padding: 15px 20px;
    border: 1px solid #1348D0;
    border-radius: 7px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    color: #1348D0;
}
.info_use_list .doc_box .btn i{
    margin-left: 15px;
}
.info_use_list .doc_box .btn:hover{
    background: #1348D0;
    color: #fff;
}
@media all and (max-width: 1023px){
    .info_use_list .step_box{
        flex-wrap: wrap;
    }
    .info_use_list .step_box .step_list{
        flex-basis: 33.3333%;
    }
    /*.info_use_list .step_box .step_list:after{*/
    /*    display: none;*/
    /*}*/
    .info_use_list .step_box .step_list:nth-child(3):after{
        display: none;
    }
    .info_use_list .step_box .step_list:nth-child(1),
    .info_use_list .step_box .step_list:nth-child(2),
    .info_use_list .step_box .step_list:nth-child(3){
        margin-bottom: 30px;
    }
    .info_use_list .doc_box{
        flex-direction: column;
        align-items: flex-start;
    }
    .info_use_list .doc_box .btn{
        margin-left: 0;
        margin-top: 10px;
    }
}
@media all and (max-width: 767px){
    .info_use_list{
        margin-bottom: 30px;
    }
    .info_use_list .txt_list li{
        font-size: 14px;
        padding-left: 14px;
    }
    .info_use_list .txt_list li:before{
        top: 7px;
        left: 4px;
    }
    .info_use_list .step_box .step_list{
        flex-basis: 50%;
    }
    .info_use_list .step_box .step_list:nth-child(1),
    .info_use_list .step_box .step_list:nth-child(2),
    .info_use_list .step_box .step_list:nth-child(3),
    .info_use_list .step_box .step_list:nth-child(4){
        margin-bottom: 10px;
    }
    .info_use_list .step_box .step_list:after{
        font-size: 16px;
        right: -13px;
    }
    .info_use_list .step_box .step_list:nth-child(3):after{
        display: block;
    }
    .info_use_list .step_box .step_list:nth-child(2):after,
    .info_use_list .step_box .step_list:nth-child(4):after{
        display: none;
    }
    .info_use_list .step_box .step_list .img_box{
        margin-bottom: 15px;
    }
    .info_use_list .step_box .step_list .img_box img{
        width: 70px;
    }
    .info_use_list .step_box .step_list .tit{
        font-size: 16px;
    }
    .info_use_list .step_box .step_list .dssc{
        font-size: 14px;
    }
    .info_use_list .doc_box{
        font-size: 14px;
    }
    .info_use_list .doc_box .btn{
        font-size: 14px;
        padding: 10px 15px;
    }
}
/* :: 이용안내 e :: */
/* :: 표 관려 css s :: */
.sub_tbl_box table{
    border-top: 2px solid #111111;
    width: 100%;
}
.sub_tbl_box table th,
.sub_tbl_box table td{
    text-align: center;
    padding: 17px 10px;
    font-size: 18px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.sub_tbl_box table th:last-child,
.sub_tbl_box table td:last-child{
    border-right: none;
}
.sub_tbl_box table th{
    background: #F2F4F8;
    font-weight: 500;
    color: #111;
}
.sub_tbl_box.v1 table td{
    padding: 24px 10px;
}
.sub_tbl_box.v2 table td{
    text-align: left;
    padding: 17px 20px;
}
@media all and (max-width: 767px){
    .sub_tbl_box table th,
    .sub_tbl_box table td{
        font-size: 14px;
        padding: 9px 5px;
    }
    .sub_tbl_box.v1 table td{
        padding: 12px 5px;
    }
    .sub_tbl_box.v2 table td{
        padding: 9px 5px;
    }
}
/* :: 표 관려 css e :: */
/* :: 자주하는 질문 s :: */
.questions_search_box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F4F8;
    border: 10px solid #F2F4F8;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 40px;
}
.questions_search_box .search_box{
    display: flex;
    justify-content: center;
    flex: 1;
}
.questions_search_box .search_box .search_wrap{
    max-width: 500px;
    display: flex;
    flex: 1;
}
.questions_search_box .search_box .search_input,
.questions_search_box .search_box .search_sel{
    height: 60px;
}
.questions_search_box .search_box .search_input{
    width: 100%;
    max-width: 400px;
    border: 1px solid #CCCCCC;
    padding: 15px 20px;
    font-size: 18px;
}
.questions_search_box .search_box .search_sel{
    min-width: 150px;
    font-size: 18px;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('/front/images/layout/chevron-down.png') calc(100% - 15px) center no-repeat;
    margin-right: 10px;
}
.questions_search_box .search_box .btn{
    width: 100px;
    height: 60px;
    background: #111111;
    color: #F3F9FE;
    padding: 15px 5px;
    font-weight: 700;
    font-size: 18px;
}
.questions_search_box .search_box .btn i{
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 10px;
}
.js-accordion-cont{
    display:none;
}
.js-accordion-cont.active{
    display: block;
}
.js-accordion-btn{
    display:block;
}
.board-list-lnk.v2{
    min-height: 100px;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 110px;
}
.board-list-lnk.v2:hover{
    background: transparent;
}
.board-list-item.v2{
    font-weight: 500;
    font-size: 20px;
    color: #333;
}
.board-list-item.v2 .cont.v2{
    color: #111;
    padding-right: 20px;
}
.board-question{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 13px;
}
.board-question .tit{
    width: 50px;
    height: 50px;
    background: #1348D0;
    border-radius: 100px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gmarket Sans TTF';
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.board-question .tit.v2{
    background: #00B252;
}
.board-answer{
    min-height: 100px;
    position: relative;
    border-top: 1px solid #ccc;
    background: #F2F4F8;
    padding: 10px 20px 10px 30px;
    display: flex;
    align-items: center;
}
.board-answer .tit{
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #5B6270;
    border-radius: 100px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gmarket Sans TTF';
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.question_icon_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.question_icon_box .question_icon{
    margin-right: 20px;
}
@media all and (max-width: 767px){
    .questions_search_box{
        margin-bottom: 30px;
        padding: 20px;
        border: none;
    }
    .questions_search_box .search_box{
        flex-direction: column;
    }
    .questions_search_box .search_box .search_wrap,
    .questions_search_box .search_box .search_input{
        max-width: 100%;
    }
    .questions_search_box .search_box .search_sel,
    .questions_search_box .search_box .search_input,
    .questions_search_box .search_box .btn{
        height: 40px;
        font-size: 14px;
    }
    .questions_search_box .search_box .search_sel{
        min-width: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .questions_search_box .search_box .search_input{
        padding: 5px 10px;
    }
    .questions_search_box .search_box .btn{
        width: auto;
        min-width: 58px;
        padding: 8px;
    }
    .questions_search_box .search_box .btn i{
        font-size: 14px;
        margin-left: 5px;
    }
    .board-question{
        left: 10px;
    }
    .board-list-item.v2{
        font-size: 14px;
    }
    .board-question .tit:before{
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 10px;
    }
    .board-answer .tit{
        margin-right: 20px;
    }
    .board-list-lnk.v2{
        min-height: 80px;
        padding: 10px 20px 10px 80px;
    }
    .board-answer{
        padding: 10px 20px 10px 10px
    }
    .question_icon_box .question_icon{
        width: 30px;
    }
    .question_icon_box img{
        width: 40px;
    }
}
/* :: 자주하는 질문 e :: */
/* :: 환불신청 s :: */
.refund_btn{
    width: 170px;
    height: 60px;
    padding: 0px 10px;
    background: #1348D0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.refund_btn:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    margin-left: 10px;
}

.refund_txt_wrap{
    margin-bottom: 100px;
}
.refund_txt{
    background: #F2F4F8;
    border: 1px solid #CCCCCC;
    padding: 40px;
    font-size: 20px;
}
.refund_check_box{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.refund_check_box .check-box{
    margin-right: 0;
}
.refund_list{
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 50px 0;
}
.refund_input_box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.refund_input_box:last-child{
    margin-bottom: 0px;
}
.refund_input_box > .tit{
    min-width: 145px;
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    margin-right: 50px;
    padding: 10px 0;
}
.refund_input_box > .desc{
    flex: 1;
}
.refund_input_box > .desc > input{
    width: 100%;
}
.refund_input_list{
    padding: 20px;
    background: #F2F4F8;
    border: 1px solid #CCCCCC;
}
.refind_input_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.refind_input_item:last-child{
    margin-bottom: 0;
}
.refind_input_item .tit{
    min-width: 140px;
    font-size: 18px;
    text-align: right;
    margin-right: 30px;
}
.refind_input_item .desc{
    flex: 1;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #fff;
    padding: 13px 0px 13px 20px;
}

.refund_confirm_list{
    border-top: 2px solid #1D2F51;
}
.refund_confirm_list .tit_box{
    text-align: center;
    padding: 30px 0;
}
.refund_confirm_list .tit_box .tit{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
}
.refund_confirm_list .tit_box .date{
    font-size: 18px;
    color: #999999;
}
.refund_confirm_list .tit_box .date .num{
    color: #666666;
    margin-left: 10px;
}
.refund_confirm_list >.desc{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.refund_confirm_item{
    flex-basis: 50%;
    display: flex;
}
.refund_confirm_item .tit,
.refund_confirm_item .desc{
    padding: 25px 10px;
    display: flex;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 20px;
}
.refund_confirm_item .tit{
    flex-basis: 40%;
    justify-content: center;
    align-items: center;
    background: #F2F4F8;
}
.refund_confirm_item .desc{
    flex-basis: 60%;
    align-items: center;
    padding-left: 30px;
    font-weight: 500;
    color: #111111;
}
.refund_confirm_item:nth-child(3) .tit,
.refund_confirm_item:nth-child(3) .desc,
.refund_confirm_item:nth-child(4) .tit,
.refund_confirm_item:nth-child(4) .desc{
    border-bottom: none;
}
.refund_confirm_item:nth-child(2) .desc,
.refund_confirm_item:nth-child(4) .desc{
    border-right: none;
}
.refund_confirm_file_box{
    padding: 30px 20px;
    border-bottom: 1px solid #333;
}
.refund_confirm_file_box .file{
    margin-right: 50px;
    font-size: 18px;
    color: #666666;
    display: inline-block;
}
.refund_confirm_file_box .file:last-child{
    margin-right: 0;
}
.refund_confirm_file_box .file:hover{
    text-decoration: underline;
}
.refund_confirm_file_box .file:before{
    content: '';
    width: 12px;
    height: 16px;
    display: inline-block;
    background: url("/front/images/layout/ico-file.png");
    margin-right: 10px;
    position: relative;
    top: 3px;
}
@media all and (max-width: 1023px){
    .refund_btn{
        top: -60px;
    }
    .refund_confirm_item{
        flex-basis: 100%;
    }
    .refund_confirm_item:nth-child(1) .desc,
    .refund_confirm_item:nth-child(3) .desc{
        border-right: none;
    }
    .refund_confirm_item:nth-child(3) .tit,
    .refund_confirm_item:nth-child(3) .desc{
        border-bottom: 1px solid #aaa;
    }
}
@media all and (max-width: 767px){
    .refund_btn{
        width: 120px;
        height: 40px;
        font-size: 14px;
        top: -40px;
    }
    .refund_btn:after{
        font-size: 14px;
        margin-left: 5px;
    }
    .refund_txt_wrap{
        margin-bottom: 50px;
    }
    .refund_txt{
        padding: 10px;
        font-size: 14px;
    }
    .refund_check_box{
        margin-top: 10px;
    }
    .refund_check_box .check-box .text{
        font-size: 14px;
        padding: 2px 0 2px 20px;
    }
    .refund_check_box .check-box .inp{
        width: 16px;
        height: 16px;
        top: 3px;
    }
    .refund_check_box .check-box .check:checked + .inp:before{
        font-size: 7px;
    }
    .refund_list{
        padding: 30px 0;
    }
    .refund_input_box{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .refund_input_box > .tit{
        min-width: auto;
        width: 100%;
        text-align: left;
        font-size: 14px;
        margin-right: 0px;
        padding: 7px 0;
    }
    .refund_input_box > .desc{
        width: 100%;
    }
    .refund_input_box > .desc > input{
        height: 35px;
        line-height: 35px;
    }
    .refund_input_list{
        padding: 10px;
    }
    .refind_input_item{
        flex-direction: column;
        align-items: normal;
    }
    .refind_input_item .tit{
        min-width: auto;
        font-size: 14px;
        margin-right: 0px;
        text-align: left;
    }
    .refind_input_item .desc{
        padding: 6px 0px 6px 10px;
    }
    .refund_confirm_list .tit_box{
        padding: 10px 0;
    }
    .refund_confirm_list .tit_box .tit{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .refund_confirm_list .tit_box .date{
        font-size: 14px;
    }
    .refund_confirm_item .tit,
    .refund_confirm_item .desc{
        font-size: 14px;
        padding: 15px 5px;
    }
    .refund_confirm_item .desc{
        padding: 15px 10px;
    }
    .refund_confirm_file_box{
        padding: 15px 10px;
    }
    .refund_confirm_file_box .file{
        font-size: 14px;
        margin-right: 10px;
    }
}
/* :: 환불신청 e :: */
/* :: 안식공원 시설 이용안내 s :: */
.facility_box{

}
.facility_list,
.facility_tbl_box,
.facility_list_txt_box{
    margin-bottom: 70px;
}
.facility_list{
    display: flex;
}
.facility_item{
    flex: 1;
    padding: 40px 30px;
    border: 2px solid #00B252;
    border-radius: 20px;
}
.facility_item:nth-child(2){
    margin: 0 50px;
}
.facility_item .tit{
    font-weight: 700;
    font-size: 25px;
    color: #00B252;
    text-align: center;
    padding-top: 150px;
    position: relative;
}
.facility_item .tit span{
    position: relative;
}
.facility_item .tit span:after{
    content: '';
    width: calc(100% + 14px);
    height: 15px;
    background: #E5F7EE;
    display: block;
    position: absolute;
    left: -7px;
    bottom: 0;
    z-index: -1;
}
.facility_item .tit.first{
    background: url("/front/images/sub/facility_icon01.png") top center no-repeat;
}
.facility_item .tit.second{
    background: url("/front/images/sub/facility_icon02.png") top center no-repeat;
}
.facility_item .tit.third{
    background: url("/front/images/sub/facility_icon03.png") top center no-repeat;
}
.facility_item .tit:before{
    content: '';
}
.facility_item .tit:after{
    content: '';
    width: 1px;
    height: 15px;
    background: #00b252;
    display: block;
    margin: 20px auto;
}
.facility_item .desc{
    font-size: 20px;
}
.facility_item .desc li{
    padding-left: 20px;
    position: relative;
}
.facility_item .desc li:before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 6px;
}
.facility_tbl_box{}
.facility_tbl_box table{
    width: 100%;
    border-top: 2px solid #111111;
    margin-bottom: 20px;
}
.facility_tbl_box table th,
.facility_tbl_box table td{
    padding: 17px 10px;
    font-weight: 500;
    font-size: 18px;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    text-align: center;
}
.facility_tbl_box table th:last-child,
.facility_tbl_box table td:last-child{
    border-right: none;
}
.facility_tbl_box table th{
    background: #F2F4F8;
}
.facility_tbl_box .txt{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.facility_tbl_box .txt .btn{
    margin-left: 20px;
    padding: 15px 20px;
    border: 1px solid #00B252;
    border-radius: 7px;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    color: #00B252;
}
.facility_tbl_box .txt .btn i{
    margin-left: 15px;
}
.facility_tbl_box .txt .btn:hover{
    background: #00B252;
    color: #fff;
}
.facility_list_txt_box li{
    padding-left: 20px;
    position: relative;
    font-size: 20px;
}
.facility_list_txt_box li:before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 6px;
}
@media all and (max-width: 1440px){
    .facility_item:nth-child(2) {
        margin: 0 30px;
    }
}
@media all and (max-width: 1023px){
    .facility_list{
        flex-direction: column;
    }
    .facility_item:nth-child(2) {
        margin: 50px 0px;
    }
    .facility_tbl_box .txt {
        flex-direction: column;
        align-items: flex-start;
    }
    .facility_tbl_box .txt .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}
@media all and (max-width: 767px){
    .facility_list, .facility_tbl_box, .facility_list_txt_box{
        margin-bottom: 50px;
    }
    .facility_item {
        padding: 20px 15px;
    }
    .facility_item:nth-child(2){
        margin: 30px 0;
    }
    .facility_item .tit{
        font-size: 18px;
        padding-top: 80px;
    }
    .facility_item .tit:after{
        margin: 10px auto;
    }
    .facility_item .tit.first,
    .facility_item .tit.second,
    .facility_item .tit.third{
        background-size: 60px;
    }
    .facility_item .desc{
        font-size: 14px;
    }
    .facility_item .desc li{
        padding-left: 16px;
    }
    .facility_item .desc li:before{
        top: 8px;
        left: 5px;
    }
    .facility_tbl_box table th, .facility_tbl_box table td,
    .facility_list_txt_box li{
        font-size: 14px;
    }
    .facility_tbl_box table th, .facility_tbl_box table td{
        padding: 9px 5px;
    }
    .facility_list_txt_box li{
        padding-left: 16px;
    }
    .facility_list_txt_box li:before{
        top: 8px;
        left: 5px;
    }
    .facility_tbl_box .txt {
        font-size: 14px;
    }
    .facility_tbl_box .txt .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .facility_tbl_wrap{
        width: 100%;
        overflow-x: scroll;
    }
    .facility_tbl_wrap table{
        width: 560px;
    }
}
/* :: 안식공원 시설 이용안내 e :: */
/* :: 추모공간 s :: */
.memorial_box .img_box{
    margin-bottom: 100px;
}
.memorial_search_box .txt{
    color: #CE2D32;
    font-size: 18px;
    margin-bottom: 20px;
}
.search_box_result_txt_box{
    display: none;
}
.search_box_result_txt_box.active{
    display: flex;
}
.search_box_result_txt_box{
    font-size: 23px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_box_result_txt_box .txt{
    color: #CE2D32;
}
.memorial_search_tbl{
    border-top: 2px solid #111111;
}
.memorial_search_tbl table{
    width: 100%;
}
.memorial_search_tbl th,
.memorial_search_tbl td{
    padding: 17px 10px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.memorial_search_tbl th:last-child,
.memorial_search_tbl td:last-child{
    border-right: none;
}
.memorial_search_tbl th{
    background: #F2F4F8;
}
.memorial_search_tbl .tbl_lnk{
    font-weight: 500;
    color: #1348D0;
}

.remembrance_list{
    margin-bottom: 100px;
    border-top: 2px solid #1348D0;
}
.remembrance_item{
    display: flex;
    border-bottom: 1px solid #CCCCCC;
}
.remembrance_item > div{
    flex: 1;
    font-size: 20px;
}
.remembrance_item .tit{
    max-width: 300px;
    padding: 25px 10px;
    background: #F2F4F8;
    border-right: 1px solid #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remembrance_item .desc{
    padding: 25px 30px;
    font-weight: 500;
    color: #111111;
}
.remembrance_item .desc .cont.place_num{
    margin-bottom: 20px;
}
.comment_box{}
.comment_num_box{
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    padding: 15px 0;
}
.comment_writing_box{
    padding: 30px;
    border: 2px solid #5B6270;
}
.comment_writing_box .nickname_box{
    display: flex;
    margin-bottom: 20px;
}
.comment_writing_box .nickname_box .comment_input{
    height: 60px;
    padding: 10px 20px;
    font-size: 18px;
    flex: 1;
    border: 1px solid #AAAAAA;
}
.comment_writing_box .nickname_box .comment_input.name{
    margin-right: 20px;
    color: #1348D0;
    font-weight: 700;
}
.comment_writing_box .nickname_box .comment_input.name::placeholder{
    font-weight: 400;
}
.comment_writing_box .nickname_box .comment_input.password{
    max-width: 400px;
}
.comment_writing_list{
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #AAAAAA;
    background: #fff;
    position: relative;
}
.comment_writing_list:focus-within{
    border: 2px solid #000;
}
.comment_writing_list .comment_txtarea{
    width: 100%;
    font-size: 18px;
    resize: none;
    border: none;
    padding: 0;
}
.comment_writing_list .comment_txtarea:focus{
    outline: none;
}
.byte_box{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #999999;
}
.comment_writing_box .btn_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment_img_box{
    position: relative;
    display: inline-block;
}
.comment_img_box > img{
    width: 120px;
}
.comment_img_box .del{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
}
.picture-btn{
    position: relative;
}
.picture-btn label{
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.picture-btn label span{
    display: inline-block;
    padding-left: 10px;
}
.picture-btn input{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.picture_txt{
    font-size: 14px;
    display: inline-block;
    color: #CE2D32;
}
.comment_writing_box .btn_box .btn_wrap{
    display: flex;
}
.comment_writing_box .btn_box .btn_wrap .btn{
    width: 130px;
    height: 60px;
    background: #1348D0;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment_writing_box .btn_box .btn_wrap .btn.cancel{
    background: #fff;
    border:1px solid #1348D0;
    color: #1348D0;
    margin-right: 10px;
}
.comment_list{}
.comment_list li{
    padding: 25px 0;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
}
.comment_list li.edit_box{
    padding: 0;
    display: block;
}
.comment_list li.edit_box .comment_writing_box{
    border-top:none;
    border-bottom:none;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    background: #F2F4F8;
}
.comment_list li:first-child{
    border-top: 1px solid #1348D0;
}
.comment_list li:last-child{
    border-bottom: none;
}
.comment_list .cont_box{
    flex: 1;
    font-size: 18px;
    margin-right: 50px;
}
.comment_list .cont_box .tit,
.comment_list .cont_box .desc{
    margin-bottom: 15px;
}
.comment_list .cont_box .tit{
    font-weight: 700;
    color: #1348D0;
}
.comment_list .cont_box .desc .img_box{
    margin-top: 15px;
}
.comment_list .cont_box .desc .img_box img{
    width: 120px;
}
.comment_list .cont_box .date{
    color: #999999;
}
.comment_list li > .btn_box{
    display: flex;
    align-items: flex-end;
}
.comment_list .btn_box > .btn{
    width: 80px;
    height: 41px;
    padding: 7px 10px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    color: #555555;
    margin-right: 10px;
}
.comment_list .btn_box .btn:last-child{
    margin-right: 0;
}
.comment_box .paging-box{
    margin: 100px auto 0;
}
@media all and (max-width: 1023px){
    .remembrance_item .tit{
        max-width: 150px;
    }
}
@media all and (max-width: 767px){
    .search_box_result_txt_box{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .memorial_box .img_box{
        margin-bottom: 50px;
    }
    .memorial_search_box .txt{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .memorial_search_tbl{
        width: 100%;
        overflow-x: scroll;
    }
    .memorial_search_tbl table{
        width: 650px;
    }
    .memorial_search_tbl th, .memorial_search_tbl td{
        padding: 9px 5px;
        font-size: 14px;
    }
    .remembrance_list{
        margin-bottom: 50px;
    }
    .remembrance_item{
        flex-direction: column;
    }
    .remembrance_item .tit,
    .remembrance_item .desc,
    .comment_list .cont_box{
        font-size: 14px;
    }
    .remembrance_item .tit{
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #CCCCCC;
        padding: 10px;
    }
    .remembrance_item .desc{
        padding: 10px 15px;
    }
    .remembrance_item .desc .cont.place_num{
        margin-bottom: 10px;
    }
    .comment_num_box{
        padding: 10px;
        font-size: 14px;
    }
    .comment_list .cont_box .tit, .comment_list .cont_box .desc{
        margin-bottom: 10px;
    }
    .comment_list li{
        padding: 15px 10px;
        flex-direction: column;
    }
    .comment_list .cont_box{
        margin-bottom: 10px;
    }
    .comment_list .btn_box > .btn{
        width: 60px;
        height: 31px;
        font-size: 14px;
        padding: 5px 10px;
    }
    .comment_writing_box{
        padding: 10px;
    }
    .comment_writing_box .nickname_box{
        flex-direction: column;
    }
    .comment_writing_box .nickname_box{
        margin-bottom: 10px;
    }
    .comment_writing_box .nickname_box .comment_input.name{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .comment_writing_box .nickname_box .comment_input.password {
        max-width: 100%;
    }
    .comment_writing_box .nickname_box .comment_input{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0px 10px;
    }
    .comment_writing_list{
        padding: 10px;
    }
    .comment_writing_list .comment_txtarea{
        font-size: 14px;
    }
    .comment_writing_box .btn_box .btn_wrap .btn{
        width: 65px;
        height: 35px;
        font-size: 14px;
    }
    .picture-btn label{
        font-size: 14px;
    }
    .picture-btn label span{
        padding-left: 5px;
    }
    .picture-btn label img{
        width: 25px;
    }
	.picture_txt{
        font-size: 12px;
    }
    .comment_box .paging-box{
        margin: 50px auto 0;
    }
}
/* :: 추모공간 e :: */
/* :: 갱신대상자 안내, 무연고처리예정자 안내 s :: */
.subject_info_box{
    border: 10px solid #F2F4F8;
    padding: 50px 60px;
    margin-bottom: 50px;
}
.subject_info_wrap{
    display: flex;
    margin-bottom: 40px;
}
.subject_info_wrap > div{
    flex: 1;
}
.subject_info_box .left_box{
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 100px;
}
.subject_info_box .left_box:after{
    content: '';
    height: 100%;
    display: inline-block;
    border-right: 2px dashed #AAAAAA;
    position: absolute;
    right: -50px;
}
.subject_info_box .left_box .img_box{
    min-width: 100px;
    margin-right: 40px;
    flex: 1;
}
.subject_info_box .left_box .txt_box{
    font-size: 23px;
}
.subject_info_box .right_box{
    display: flex;
    align-items: center;
}
.subject_info_tbl_box .tit{
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
}
.subject_info_tbl_box .tit:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 14px;
    left: 8px;
}
.subject_info_tbl_box .desc{}
.subject_info_tbl_box .desc table{
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    border-top: 2px solid #00B252;
}
.subject_info_tbl_box .desc table th,
.subject_info_tbl_box .desc table td{
    text-align: center;
    padding: 17px 10px;
    border-right: 1px solid #AAAAAA;
}
.subject_info_tbl_box .desc table th:last-child,
.subject_info_tbl_box .desc table td:last-child{
    border-right: none;
}
.subject_info_tbl_box .desc table th{
    background: #F3FCF9;
    color: #111;
    border-bottom: 1px solid #00B252;
}
.subject_info_tbl_box .desc table td{
    border-bottom: 1px solid #AAAAAA;
}
.subject_info_list li{
    font-size: 23px;
    display: flex;
    position: relative;
    padding-left: 24px;
}
.subject_info_list li.point{
    color: #CE2D32;
}
.subject_info_list li:before{
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 14px;
    left: 8px;
}
.subject_info_list li.point:before{
    background: #CE2D32;
}
.subject_info_list li .tit{
    font-weight: 700;
    margin-right: 10px;
}
.subject_info_list li .tit.time{
    min-width: 77px;
}
.subject_info_list li .tit.inquiry{
    min-width: 39px;
}
.subject_tbl_box table{
    width: 100%;
    border-top: 2px solid #111111;
}
.subject_tbl_box table th,
.subject_tbl_box table td{
    padding: 17px 10px;
    text-align: center;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
}
.subject_tbl_box table th:last-child,
.subject_tbl_box table td:last-child{
    border-right: none;
}
.subject_tbl_box table th{
    background: #F2F4F8;
    font-weight: 500;
    color: #111;
}
@media all and (max-width: 1023px){
    .subject_info_wrap{
        flex-direction: column;
    }
    .subject_info_box .left_box{
        margin-right: 0;
        margin-bottom: 100px;
    }
    .subject_info_box .left_box:after{
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 2px dashed #AAAAAA;
        right: auto;
        bottom: -50px;
    }
}
@media all and (max-width: 767px){
    .subject_info_box{
        border: 5px solid #F2F4F8;
        padding: 10px 20px;
    }
    .subject_info_wrap{
        margin-bottom: 20px;
    }
    .subject_info_box .left_box{
        margin-bottom: 60px;
    }
    .subject_info_box .left_box:after{
        bottom: -30px;
    }
    .subject_info_box .left_box .txt_box,
    .subject_info_list li,
    .subject_info_tbl_box .tit{
        font-size: 16px;
    }
    .subject_info_box .left_box .img_box{
        display: none;
    }
    .subject_info_box .left_box .img_box img{
        width: 80px;
    }

    .subject_info_list li,
    .subject_info_tbl_box .tit{
        padding-left: 16px;
    }
    .subject_info_list li:before,
    .subject_info_tbl_box .tit:before{
        width: 3px;
        height: 3px;
        top: 9px;
        left: 5px;
    }
    .subject_info_list li .tit.time,
    .subject_info_list li .tit.inquiry{
        min-width: 54px;
    }
    .subject_tbl_box{
        width: 100%;
        overflow-x: scroll;
    }
    .subject_tbl_box table{
        width: 542px;
    }
    .subject_tbl_box table th, .subject_tbl_box table td,
    .subject_info_tbl_box .desc table th, .subject_info_tbl_box .desc table td{
        padding: 9px 5px;
        font-size: 14px;
    }
}
/* :: 갱신대상자 안내, 무연고처리예정자 안내 e :: */