/* formSearchTop */
#formSearchTop.bg_gray {
    background-color: #f7f7f7;
}
/* subTop */
#subTop {
    background: url(../img/subTop.jpg) center center no-repeat;
    background-size: cover;
}
#subTop .c_wrp {
    height: 400px;
}

@media (max-width:768px){
    #subTop .c_wrp {
        height: 300px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 60;
    border-top: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 45px;
    position: relative;
    font-size: 15px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 50px;
    text-align: center;
    background-color: #f4670b;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #f4670b;
}
#site_config .site .home > ul li a:hover{
    background-color: #f4670b;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 130px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
}
/* topSbj */
#topSbj {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
#topSbj .rt .costItem {
    display: inline-block;
    text-align: left;
}
#topSbj .lft .itemSpec {
    margin-top: 5px;
}
#topSbj .lft .itemSpec > span {
    display: inline-block;
    vertical-align: middle;
}
#topSbj .lft .itemSpec .spLing {
    height: 12px;
    width: 1px;
    background-color: #ddd;
    margin: 0 10px;
}
@media (min-width:768px){
    #topSbj .rt {
        text-align: right;
    }
}
@media (max-width:768px){
    #topSbj .rt {
        margin-top: 10px;
    }
    #topSbj .rt .costItem p,
    #topSbj .rt .costItem h2 {
        display: inline-block;
        vertical-align: middle;
    }
    #topSbj .rt .costItem p {
        margin-right: 10px;
    }
    #topSbj .lft .itemSpec .spLing {
        margin: 0 5px;
    }
}

/*prdInfo*/
#prdInfo .owl-carousel .img-thumbnail,
#prdInfo .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#prdInfo .owl-carousel .img-thumbnail img {
    width: 100%;
}
#prdInfo .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#prdInfo .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#prdInfo .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#prdInfo .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#prdInfo .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#prdInfo .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#prdInfo .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}

/* infoBox */
.infoBox .infoTit {
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0 ;
    background-color: #f7f7f7;
    padding: 15px 20px;
    line-height: 1em;
    border-bottom: 0px;
}
.infoBox .con {
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}
@media (min-width:992px){
    .infoBox .infoTit {
        font-size: 22px;
    }
}
@media (max-width:768px){
    .infoBox .infoTit {
        border-radius: 4px 4px 0 0 ;
        padding: 10px 15px;
    }
    .infoBox .con {
        border-radius: 0 0 4px 4px;
        padding: 15px;
    }
}

/* infoSeller */
#infoSeller .sBox {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#infoSeller .sBox .img {
    padding: 0 40px;
}
#infoSeller .sBox .img img {
    border-radius: 50%;
}
#infoSeller .sBox .txt .nm span {
    font-size: 0.7em;
    display: inline-block;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 5px 8px;
    color: #999;
    vertical-align: middle;
    margin-left: 5px;;
    line-height: 1em;
    font-weight: 400;
    vertical-align: middle;
}
#infoSeller .sBox .txt h3 {
    color: #f4670b;
}
#infoSeller .sBox .txt ul li {
    margin-top: 5px;
}
#infoSeller .sBox .txt ul h6 {
    color: #666;
    font-weight: 300;
}
#infoSeller .sBox .txt ul h6 strong {
    font-weight: 500;
    display: inline-block;
    width: 60px;
    color: #333;
}
#infoSeller .sBox .txt .btnWrp {
    margin-top: 20px;
}
#infoSeller .sBox .txt .btnWrp a {
    display: block;
    text-align: center;
    color: #f4670b;
    border-color: #f4670b;
}
@media (min-width:768px){
    #infoSeller .sBox .txt .btnWrp a {
        line-height: 40px;
    }
}
@media (max-width:768px){
    #infoSeller .sBox .img {
        padding: 0 20px;
    }
    #infoSeller .sBox .img img {
        width: 80px;
    }
    #infoSeller .sBox .txt .nm span {
        margin-left: 0px;
    }
    #infoSeller .sBox .txt .btnWrp {
        margin-top: 10px;
    }
}
@media (max-width:500px){
    #infoSeller .sBox {
        flex-wrap: wrap;
    }
    #infoSeller .sBox > div {
        width: 100%;
    }
    #infoSeller .sBox .txt h3 img {
        width: 15px;
    }
    #infoSeller .sBox .img {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* infoCar */
.table.infoCar tbody tr th,
.table.infoCar tbody tr td {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4em;
    padding: 10px;
    vertical-align: middle;
    border: 0px;
}
.table.infoCar tbody tr th {
    color: #999;
}
.table.infoCar tbody tr td {
    color: #000;
}
.table.infoCar tbody tr td .btnItem {
    display: block;
    text-decoration: none;
    line-height: 60px;
    text-align: center;
}
@media (max-width:768px){
    .table.infoCar tbody tr th,
    .table.infoCar tbody tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .table.infoCar tbody tr th {
        padding-bottom: 1px;
    }
    .table.infoCar tbody tr td {
        padding-top: 1px;
    }
    .table.infoCar tbody tr td .btnItem {
        line-height: 40px;
    }
}

/* detailCarInfo */
.table.detailCarInfo {
    border-top: 3px solid #222;
}
.table.detailCarInfo thead tr {
    background-color: #f7f7f7;
}
.table.detailCarInfo tr th,
.table.detailCarInfo tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}
.table.detailCarInfo tr th {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}
.table.detailCarInfo tr td {
    font-size: 17px;
    line-height: 1.2em;
    color: #666;
    font-weight: 300;
}
.table.detailCarInfo tr th:first-child,
.table.detailCarInfo tr td:first-child {
    border-left: 0px;
}
.table.detailCarInfo tr th:last-child,
.table.detailCarInfo tr td:last-child {
    border-right: 0px;
}
@media (max-width:768px){
    .table.detailCarInfo {
        border-top: 2px solid #222;
    }
    .table.detailCarInfo tr th,
    .table.detailCarInfo tr td {
        padding: 8px;
    }
    .table.detailCarInfo tr th {
        font-size: 15px;
    }
    .table.detailCarInfo tr td {
        font-size: 13px;
    }
}

/* detailInfo */
#detailInfo {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
}
#detailInfo > ul > li {
    margin-top: 40px;
}
#detailInfo .detailBox {
    border: 1px solid #ddd;
    padding: 25px;
}
#detailInfo .detailBox pre {
    background-color: transparent;
    border: 0px;
}
@media (max-width:768px){
    #detailInfo {
        margin-top: 30px;
        padding-top: 30px;
    }
    #detailInfo > ul > li {
        margin-top: 15px;
    }
}

/* chkListOprion */
.chkListOprion {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.chkListOprion > li {
    width: 16.666666%;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-top: -1px;
    padding: 15px;
}
.chkListOprion > li .item {
    padding-left: 35px;
    background: url(../img/chk_unact.png) left center no-repeat;
}
.chkListOprion > li .item.checked {
    background-image: url(../img/chk_act.png);
}
@media (max-width:1200px){
    .chkListOprion > li {
        width: 33.33333%;
    }
}
@media (max-width:768px){
    .chkListOprion > li {
        width: 50%;
        padding: 10px;
    }
    .chkListOprion > li .item {
        padding-left: 25px;
        background-size: 18px !important;
    }
}


/* defaultSetting */
.wBox {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(133,149,169,0.2);
}
.wBox.btm {
    margin-top: 20px;
}
.wBox .topTit {
    padding: 15px 30px;
    border-bottom: 1px solid #e9eceb;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to top, #fcfcfc, transparent);
}
.wBox .topTit .titAr {
    padding-left: 30px;
}
.wBox .topTit .titAr h4 {
    font-weight: 700;
    color: #003366;
}
.wBox .hasPd {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:992px){
    .wBox .topTit h4 {
        font-size: 22px;
    }
}
@media (max-width:768px){
    .wBox {
        border-radius: 10px;
    }
    .wBox .topTit {
        border-radius: 10px 10px 0 0;
        padding: 10px 15px;
    }
    .wBox .topTit .titAr {
        padding-left: 22px;
        background-size: 17px !important;
    }
}
/* subboxType1 */
.subboxType1 {
    padding: 30px;
}
@media (max-width:768px){
    .subboxType1 {
        padding: 15px;
    }
}
/* board_write */
#board_write .container {
    width: 100%;
    max-width: 1400px;
}
#board_write .sec_dvd.sec_dvd_mini {
    padding: 30px 0;
}
#board_write {
    background-color: #f7f7f7;
}
/*check_inline*/
.make_inline {
    display: inline-block !important;
}
/*form-common*/
.form-common.form-control {
    display: block;
    margin: 0px;
    text-align: left;
    box-shadow: 0 0 0;
    padding: 0 8px;
    font-size: 15px;
}
.form-common.form-control:not(textarea) {
    height: 35px;
    line-height: 35px;
}
.form-common.form-control[disabled], 
.form-common.form-control[readonly], 
fieldset[disabled] .form-common.form-control {
    background-color: #fcfcfc;
    opacity: 1;
}
.form-common.form-control.text_area {
    height: auto;
    line-height: 1.4em;
    padding: 6px 12px;
}
.form-common.form-control.form-date {
    width: 100px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 3px;
}
.form-common.form-control.small {
    width: 45%;
    display: inline-block;
}
.form-common.form-control.small.fix_size {
    width: 150px;
}
@media (max-width:992px){
    .form-common.form-control {
        margin: 2px 0;
    }
    .input-group-addon + .form-common.form-control {
        margin: 0;
    }
}
@media (max-width:768px){
    .form-common.form-control {
        padding: 0 12px;
        font-size: 13px;
    }
    .form-common.form-control.form-date {
        width:60px;
    }
}

.table tr td,
.table tr td {
    position: relative;
}
.table tr td.minus-cell,
.table tr td.plus-cell {
    padding-right: 60px !important;
}
.table tr td.plus-cell .plus,
.table tr td.minus-cell .minus {
    position: absolute;
    right: 0;
    top: 0;
    right: 15px;
    height: 100%;
}
.table tr td.minus-cell .minus span,
.table tr td.plus-cell .plus span {
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 23px;
    border-radius: 2px;
    margin-left: 2px;
    line-height: 33px;
    width: 35px;
    text-align: center;
    background-color: #fff;
    color: #999;
    cursor: pointer;
}
/*table_wrp*/
.table_wrp {
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.1);
}
@media (max-width: 992px) {
    .table_wrp {
        padding: 15px;
    }
}
/*table_ovf*/
.table_hide {
    display: none;
}
.table_ovf.table_ovf_full {
    overflow-x: scroll;
}
@media (max-width:1030px){
    .table_ovf {
        overflow-x: scroll;
    }
    .table_ovf .table_hide {
        display: block;
    }
    .table_ovf.table_ovf_1000 .table {
        width: 1000px;
    }
    .table_ovf.table_ovf_900 .table {
        width: 900px;
    }
}
@media (max-width:992px){
    .table_ovf.table_ovf_800 .table {
        width: 800px;
    }
    .table_ovf.table_ovf_700 .table {
        width: 700px;
    }
}
@media (max-width:768px){
    .table_ovf.table_ovf_600 .table {
        width: 600px;
    }
    .table_ovf.table_ovf_500 .table {
        width: 500px;
    }
}

/*file_list*/
.file_list .ibox {
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 10px;
}
.file_list .ibox .file_wrp {
    display: block;
    text-align: left;
    padding: 10px;
}
.file_list .ibox .fileupload .uneditable-input {
    position: relative;
    padding-left: 30px;
}
.file_list .ibox .fileupload .uneditable-input .fa {
    top: 10px;
    left: 10px;
}
.file_list .ibox .img .c_wrp {
    height: 200px;
}
.file_list .ibox .img .c_wrp img {
    max-height: 200px;
}
.file_list .sub {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0px;
}
.file_list .sub p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width:768px){
    .file_list > li {
        margin: 5px 0;
    }
    .file_list .ibox {
        padding-top: 5px;
    }
    .file_list .ibox .img .c_wrp {
        height: 130px;
    }
    .file_list .ibox .img .c_wrp img {
        max-height: 130px;
    }
    .file_list .ibox .file_wrp {
        padding: 5px;
    }
    .file_list .ibox .fileupload .uneditable-input .fileupload-preview {
        padding-left: 0;
    }
    .file_list .sub {
        padding: 5px;
    }
}
/*fileupload*/
.fileupload {
    display: block;
    position: relative;
    padding-right: 51px;
    width: 100%;
    max-width: 100%;
}
.fileupload + .fileList {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-top: 10px;
}
.fileupload + .fileList ul {
    margin: 0 -5px;
}
.fileupload + .fileList ul li {
    margin: 10px 0;
    padding: 0 5px;
}
.fileupload.fix_size {
    width: 300px;
}
.fileupload.fileupload-exists .btn-file {
    display: none;
}
.fileupload.fileupload-new .fileupload-exists {
    display: none;
}
.fileupload .input-append {
    width: 100%;
}
.fileupload .uneditable-input {
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.fileupload .uneditable-input .fileupload-preview {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70px;
}
.fileupload .uneditable-input .fa {
    top: 10px;
    left: 10px;
}
.fileupload .btn {
    position: absolute;
    right: 0;
    width: 52px;
    text-align: center;
}
@media (max-width:768px){
    .fileupload {
        padding-right: 36px;
    }
    .fileupload .uneditable-input {
        font-size: 12px;
    }
    .fileupload .btn {
        padding: 6px;
        font-size: 12px;
    }
    .fileupload.fix_size {
        width: 80%;
    }
}
/*addr_box*/
.addr_box .row {
    margin: 0 -3px;
}
.addr_box .row > li,
.addr_box .row > div {
    padding: 0 3px;
}
.addr_box .addr_sch {
    padding-right: 44px;
    position: relative;
}
.addr_box .addr_sch .form-common {
    border-radius: 4px 0 0 4px;
}
.addr_box .addr_sch .sch_btn {
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border: 0px;
    line-height: 35px;
    border-radius: 0 4px 4px 0;
    background-color: #476ba3;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    width: 45px;
    text-align: center;
}
@media (max-width: 768px) {
    .addr_box .addr_sch {
        padding-right: 42px;
    }
    .addr_box .addr_sch .sch_btn {
        line-height: 35px;
        font-size: 12px;
    }
}
/*date_select_box*/
.date_select_box .row {
    margin: 0 -3px;
}
.date_select_box .row > li,
.date_select_box .row > div {
    padding: 0 3px;
}

/*table_writer*/
.table.table_writer.table_tx {
    table-layout: fixed;
}
.table.table_writer.text_center_all thead tr th,
.table.table_writer.text_center_all thead tr td,
.table.table_writer.text_center_all tbody tr th,
.table.table_writer.text_center_all tbody tr td {
    text-align: center;
}
.table.table_writer.v_m thead tr th,
.table.table_writer.v_m thead tr td,
.table.table_writer.v_m tbody tr th,
.table.table_writer.v_m tbody tr td {
    vertical-align: middle;
}
.table.table_writer.text_center_th thead tr th,
.table.table_writer.text_center_th thead tr td {
    text-align: center;
}
.table.table_writer.text_center_td thead tr th,
.table.table_writer.text_center_td thead tr td {
    text-align: center;
}
.table.table_writer thead tr th,
.table.table_writer thead tr td,
.table.table_writer tbody tr th,
.table.table_writer tbody tr td {
}
.table.table_writer thead tr th,
.table.table_writer thead tr td {
    color: #222;
    font-size: 15px;
    border: 0px;
    padding: 10px;
    background-color: #f4f4f4;
    font-weight: 600;
}
.table.table_writer tbody tr th,
.table.table_writer tbody tr td {
    font-size: 15px;
    padding: 10px;
    border: 0px;
    /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}
.table.table_writer tbody tr td .sbj {
    color: #444;
    text-decoration: none;
}
.table.table_writer tbody tr td .sbj:hover {
    color: #e8702e;
}
.table.table_writer thead tr th label,
.table.table_writer thead tr td label,
.table.table_writer tbody tr th label,
.table.table_writer tbody tr td label {
    margin: 0px;
    font-weight: 500;
}
.table.table_writer tbody tr th {
    color: #222;
    font-weight: 500;
    padding-left: 25px;
}
.table.tableIntable thead tr th,
.table.tableIntable thead tr td,
.table.tableIntable tbody tr th,
.table.tableIntable tbody tr td {
    padding: 10px;
}
.table.table_writer tbody tr td .make_inline {
    margin: 5px 0;
    margin-right: 10px;
}
.table.table_writer tbody tr td .make_inline label {
    vertical-align: middle;
    font-weight: 400;
    color: #666;
}
.table.table_writer tbody tr td .radio-custom,
.table.table_writer tbody tr td .checkbox-custom {
    display: inline-block;
    margin: 5px;
    margin-right: 10px;
}
.table.table_writer tbody tr td .radio-custom label,
.table.table_writer tbody tr td .checkbox-custom label {
    margin-top: 2px;
}

.input-daterange .input-group-addon:first-child {
    border-left-width: 1px;
}
@media (min-width:992px){
    .table.table_writer.table_fx {
        table-layout: fixed;
    }
}
@media (max-width:992px){
    .table.table_writer thead tr th,
    .table.table_writer thead tr td,
    .table.table_writer tbody tr th,
    .table.table_writer tbody tr td {
        font-size: 14px;
    }
    .table.table_writer.dvdhas:not(.noBlock) {
        border-bottom: 1px solid #ddd;
    }
    .table.table_writer.dvdhas:not(.noBlock) tbody tr {
        border-top: 2px solid #96aecd;
    }
    .table.table_writer.dvdhas:not(.noBlock) tbody tr td:last-child {
        border-bottom: 0px;
    }
    .table.table_writer:not(.noBlock) thead tr th,
    .table.table_writer:not(.noBlock) thead tr td,
    .table.table_writer:not(.noBlock) tbody tr th,
    .table.table_writer:not(.noBlock) tbody tr td {
        display: block;
        width: 100%;
    }
    .table.table_writer.noBlock thead tr th,
    .table.table_writer.noBlock thead tr td,
    .table.table_writer.noBlock tbody tr th,
    .table.table_writer.noBlock tbody tr td {
        display: table-cell;
        width: auto;
    }
    .table.table_writer:not(.table_colored) tbody tr th {
        padding-left: 10px;
        border-bottom: 0px;
        background-color: #fff;
        padding-bottom: 0px;
    }
    .table.table_writer tbody tr:not(:first-child) th {
        border-top: 0px;
    }
    .table.table_writer tbody tr th:not(:first-child) {
        border-top: 0px;
    }
    .table.table_writer:not(.table_colored) tbody tr td {
        border-top: 0px;
        padding-top: 0px;
        border-color: #eee;
    }
    .table.table_writer tbody tr:last-child td:last-child {
        border-color: #ddd;
    }
    .table.table_writer tbody tr td .make_inline label {
        font-weight: 400;
    }
}
@media (max-width:768px){
    .table.table_writer.table_colored tbody tr th, 
    .table.table_writer.table_colored tbody tr td {
        padding: 10px 5px !important;
        border-top: 0px !important;
    }
}

/*two-table*/
@media (min-width:992px){
    .two-table .sub {
        width: 10%;
    }
    .two-table .con {
        width: 90%;
    }
}
/*four-table*/
@media (min-width:992px){
    .four-table .sub {
        width: 10%;
    }
    .four-table .con {
        width: 40%;
    }
}
/*table_colored*/
.table.table_colored {
    border-top: 1px solid #ddd;
}
.table.table_colored.pls_data {
    border-top-color: #ddd;
}
.table.table_colored.pls_data tbody tr th,
.table.table_colored.pls_data tbody tr td {
    background-color: transparent;
}
.table.table_colored.table_border_no {
    border-top: 0px;
}
.table.table_colored thead tr th,
.table.table_colored thead tr td,
.table.table_colored tbody tr th {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.table.table_colored thead tr td:not(last-child),
.table.table_colored thead tr th:not(last-child) {
    border-right: 1px solid #eee;
    border-color: #ddd;
}
.table.table_colored thead tr th label,
.table.table_colored thead tr td label,
.table.table_colored tbody tr th label,
.table.table_colored tbody tr td label {
    color: #222;
}
.table.table_colored thead tr th,
.table.table_colored thead tr td,
.table.table_colored tbody tr th,
.table.table_colored tbody tr td {
    border: 1px solid #ddd;
}
@media (min-width:768px){
    .table.table_colored.theadBoNo thead tr th:not(:last-child) {
        border-right: 0px !important;
    }
    .table.table_colored.theadBoNo thead tr th:not(:first-child) {
        border-left: 1px !important;
    }
}
@media (max-width:992px){
    .table.table_writer.table_colored:not(.tableIntable) tbody tr th {
        padding-left: 10px;
    }
}

/* funcImg */
.funcImg {
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.funcImg .img {
    max-width: 70%;
}
.funcImg ul li {
    white-space: nowrap;
}

/* signInfo */
.signInfo {
    color: #000;
    border: 1px solid #ddd;
}

/* company_01 */
#company_01 {
    background-color: #f7f7f7;
}
#company_01 .fbox .rt ul li {
    padding: 35px;
    margin: 15px 0;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 5%);
}
#company_01 .fbox .rt h4 {
    margin-left: 15px;
}
#company_01 .fbox .rt h4 span {
    display: block;
}
@media (min-width:992px){
    #company_01 .fbox {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    #company_01 .fbox .lft {
        width: 60%;
    }
    #company_01 .fbox .rt {
        width: 40%;
    }
}
@media (max-width:992px) and (min-width:768px){
    #company_01 .fbox .rt ul li {
        padding: 0 15px;
        display: block;
        background-color: transparent;
        box-shadow:  0 0 0;
        text-align: center;
    }
    #company_01 .fbox .rt h4 {
        margin-left: 0;
    }
}
@media (max-width:768px){
    #company_01 .fbox .rt {
        margin-top: 20px;
    }
    #company_01 .fbox .rt ul li {
        padding: 20px;
        margin: 10px 0;
    }
    #company_01 .fbox .rt img {
        width: 40px;
    }
    #company_01 .fbox .rt h4 {
        margin-left: 15px;
        line-height: 1.2em;
    }
}


/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* company_03 :: sec1*/
#company_03 .mapInfo {
    position: relative;
}
#company_03 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    padding: 40px 10px;
    padding-left: 80px;
}
#company_03 .mapInfo .item.item2 {
    background: url(../img/map_icon2.png) left center no-repeat;
}
#company_03 .mapInfo .item.item3 {
    background: url(../img/map_icon3.png) left center no-repeat;
}
#company_03 .mapInfo .item strong {
    display: block;
}
@media (min-width:992px){
    #company_03 .mapInfo {
        border-top: 1px solid #dddd;
        margin-top: 20px;
        padding-left: 400px;
    }
    #company_03 .mapInfo > h3 {
        position: absolute;
        left: 0;
        top: -1px;
        padding-top: 40px;
        width: 350px;
        border-top: 1px solid #333;
    }
}
@media (max-width:1400px) and (min-width:992px){
    #company_03 .mapInfo {
        padding-left: 250px;
    }
    #company_03 .mapInfo > h3 {
        width: 200px;
    }
}
@media (max-width:768px) and (min-width:501px){
    #company_03 .mapInfo {
        padding-top: 20px;
    }
    #company_03 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px;
        padding-top: 50px;
        background-position: center top !important;
        text-align: center;
    }
    #company_03 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #company_03 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
}
@media (max-width:500px){
    #company_03 .mapInfo ul li {
        width: 100% !important;
        border-bottom: 1px dashed #ddd;
    }
    #company_03 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }
}

/* memberList */
.memberBoard.row {
    margin: 0 -10px;
}
.memberBoard.row > li {
    padding: 0 10px;
    margin-bottom: 20px;
}
.memberBoard li img {
    display: inline-block;
    margin: auto;
}
.memberBoard li a {
    text-decoration: none;
    display: block;
}
.memberBoard li a .img,
.memberBoard li a .txt {
    border: 1px solid #ddd;
}
.memberBoard li a .txt {
    border-top: 0px;
    border-bottom: 0px;
    padding: 20px 15px;
}
.memberBoard li a .txt > h5 {
    word-break: keep-all;
    line-height: 1.2em;
}
.memberBoard li a .txt > ul {
    margin-top: 10px;
}
.memberBoard li a .txt > ul p {
    position: relative;
    padding-left: 40px;
}
.memberBoard li a .txt > ul p > span {
    position: absolute;
    left: 0;
}
.memberBoard li a .memContact {
    padding: 15px 0;
    background-color: #333;
}
.memberBoard li .impPer .memContact {
    background-color: #ee5428;
}
.memberBoard li a .memContact img {
    vertical-align: middle;
    margin-bottom: 2px;
}
