
/* subtop */
#subtop {
    position: relative;
    overflow: hidden;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background-size: cover !important;
}
#subtop .fbox {
    height: 600px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* sitecon */
.sitecon {
    display: inline-block;
    padding: 10px 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
}
.sitecon .dashed {
    height: 13px;
    width: 2px;
    background-color: rgba(255,255,255,.5);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}


/* mvConBox */
.mvConBox .centerCicle {
    width: 330px;
    height: 330px;
    max-width: 65vw;
    max-height: 65vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-shadow: 15px 15px 30px rgba(19, 14, 58, 0.2);
    border: 4px solid rgba(114, 114, 114, 0.4);
}
.mvConBox .centerCicle .ccFront {
    position: relative;
    z-index: 8;
}
.mvConBox .centerCicle .ccBack,
.mvConBox .centerCicle .ccBack::before,
.mvConBox .centerCicle .ccBack::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 48, 168, 0.1);
    z-index: 1;
}
.mvConBox .centerCicle .ccBack {
    transform: translate3d(-50%, -50%, 0) scale(1.4);

    -webkit-animation: ani_cc1 2.5s linear infinite;
    -moz-animation: ani_cc1 2.5s linear infinite;
    -ms-animation: ani_cc1 2.5s linear infinite;
    -o-animation: ani_cc1 2.5s linear infinite;
    animation: ani_cc1 2.5s linear infinite;
}
@keyframes ani_cc1 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    50% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0.1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0;
    }  
}
.mvConBox .centerCicle .ccBack::before {
    transform: translate3d(-50%, -50%, 0) scale(1.4);
    background-color: rgba(48, 168, 166, 0.05);

    -webkit-animation: ani_cc2 2.5s linear infinite;
    -moz-animation: ani_cc2 2.5s linear infinite;
    -ms-animation: ani_cc2 2.5s linear infinite;
    -o-animation: ani_cc2 2.5s linear infinite;
    animation: ani_cc2 2.5s linear infinite;
}
@keyframes ani_cc2 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    60% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 0;
    }  
}
.mvConBox .centerCicle .ccBack::after {
    transform: translate3d(-50%, -50%, 0) scale(1.9);
    background-color: rgba(48, 168, 166, 0.03);

    -webkit-animation: ani_cc3 2.5s linear infinite;
    -moz-animation: ani_cc3 2.5s linear infinite;
    -ms-animation: ani_cc3 2.5s linear infinite;
    -o-animation: ani_cc3 2.5s linear infinite;
    animation: ani_cc3 2.5s linear infinite;
}
@keyframes ani_cc3 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 1;
    }
    80% {
        transform: translate3d(-50%, -50%, 0) scale(2.1);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 0;
    }  
}
@media (max-width:768px){
    .mvConBox .centerCicle .ccFront .com_logo_w {
        max-width: 50vw;
    }
}
/* centerCicleBt */
.centerCicleBt {
    position: relative;
    z-index: 5;
}
/* mvItem */
.mvItem {
    border: 1px solid #15123e;
    border-radius: 0px;
    background-color: #fff;
    padding: 40px 20px 25px;
    text-align: center;
    position: relative;
    margin-top: 60px;
}
.mvItem .tt {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.mvItem .tt span {
    display: inline-block;
    padding: 10px;
    width: 60%;
    background-color: #15123e;
    color: #fff;
    border-radius: 100px;
    max-width: 250px;
}
@media (min-width:768px){
    .mvItem:after {
        content: "";
        position: absolute;
        height: 0;
        bottom: 116%;
        left: 61%;
        border-right: 1px dashed #aaa;
        transform: skewX(-34deg);

        transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -webkit-transition: all 1.5s;
    }
    .aos-animate .mvItem:after {
        height: 164px;
        transition-delay: 1s;
    }
    .mvItem.mvItem2:after {
        transform: skewX(34deg);
        left: auto;
        right: 61%;
    }
}
@media (max-width:1200px){
    .aos-animate .mvItem:after {
        height: 115px;
    }
}
@media (max-width:992px){
    .aos-animate .mvItem:after {
        height: 80px;
    }
}
@media (max-width:768px){
    .mvItem {
        border-radius: 10px;
        padding: 40px 20px 25px;
        margin-top: 40px;
    }
    .mvItem:after {
        content: "";
        position: absolute;
        height: 40px;
        bottom: 100%;
        left: 50%;
        border-right: 1px dashed #aaa;
        z-index: 1;
    }
    .mvItem .dft {
        z-index: 4;
    }
    .mvItem .tt span {
        padding: 5px;
    }
}

/* vmIcons */
.vmIcons .item {
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 20px rgba(115, 169, 168, 0.15);
}
.vmIcons .item .icon img {
    width: 90px;
}
.vmIcons .item .txt {
    margin-top: 5px;
}
@media (min-width:768px){
    .vmIcons .item .txt .btTxt {
        height: 80px;
    }
}
@media (max-width:768px){
    .vmIcons .item {
        display: flex;
        align-items: center;
        padding: 20px 20px 20px 35px;
        border-radius: 8px;
    }
    .vmIcons .item .icon {
        width: 40px;
        order: 2;
    }
    .vmIcons .item .txt {
        width: calc(100% - 60px);
        padding-right: 30px;
        margin-top: 0;
        text-align: left;
        order: 1;
    }
    .vmIcons .item .txt br {
        display: none;
    }
}



/*  company1*/
#company1 .sec2 {
    overflow: hidden;
}

/* hisBox_wrp */
.hisBox_wrp {
    margin-left: -15px;
    margin-right: -15px;
}
.hisBox_wrp > div {
    padding: 15px;
}
.hisBox_wrp .hisBox {
    padding: 30px;
    background-color: #f8faff;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    justify-content: space-between;
}

/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 3px;
    background-color: #131f53;
}



/* table_detail */
.table.table_detail {
    border-top: 2px solid #333;
}
.table.table_detail tr.topTr {
    border-top: 2px solid #666;
}
.table.table_detail tr th,
.table.table_detail tr td {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_detail thead tr th {
    font-size: 18px;
    font-weight: 500;
}
.table.table_detail.two thead tr th {
    border-width: 2px;
    border-color: #222 !important;
}
.table.table_detail tr th:first-child,
.table.table_detail tr td:first-child {
    border-left: 0px;
}
.table.table_detail tr th:last-child,
.table.table_detail tr td:last-child {
    border-right: 0px;
}
.table.table_detail tr th {
    font-weight: 500;
}
.table.table_detail thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
}
.table.table_detail thead tr .imp {
    border: 2px solid #0e2072;
    border-top: 2px solid #0e2072 !important;
    border-bottom: 2px solid #0e2072;
    border-color: #0e2072;
    color: #0e2072;
}
.table.table_detail tr td.imp {
    background-color: #f5f8fd;
    border-left: 2px solid #0e2072;
    border-right: 2px solid #0e2072;
    font-weight: 500;
}
.table.table_detail tr:last-child td.imp {
    border-bottom: 2px solid #0e2072;
}
.table.table_detail tr td p span:not(.noColored) {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_detail tr td p span.tit2 {
    background-color: #ffebeb;
}
.table.table_detail tr td p span.tit3 {
    background-color: #ebffce;
}
.table.table_detail tr th.text-left,
.table.table_detail tr td.text-left {
    text-align: left !important
}
@media (max-width:768px) {
    .table.table_detail tr th,
    .table.table_detail tr td {
        font-size: 13px;
        padding: 8px 5px;
        word-break: keep-all;
    }
    #edu_01 .table.table_detail tr th,
    #edu_01 .table.table_detail tr td {
        word-break: break-all;
    }
    .table.table_detail thead tr th {
        font-size: 15px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_detail {
        width: 600px;
    }
}


/* lcsImgs */
.lcsImgs .img {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.lcsImgs .txt {
    height: 140px;
}
.lcsImgs .txt .lcsName {
    line-height: 1.4em;
}
@media (max-width:768px){
    .lcsImgs .img {
        padding: 8px;
    }
    .lcsImgs .txt {
        height: 70px;
    }
}

/* imborder */
.imborder {
    border-radius: 10px;
}

/* pns_thums */
.pns_thums {
    padding: 15px 15px 25px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 20px rgba(0,0,0,.05);
}


/* listDecos */
.listDecos > li {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 15px 20px;
}
.listDecos > li + li {
    margin-top: 8px;
}
.listDecos > li .dft {
    position: relative;
    padding-left: 18px;
}
.listDecos > li .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
@media (max-width:768px){
    .listDecos > li .dft:after {
        top: 11px;
    }
}

/* product1 */
#product1 .pns_thums {
    background-color: #fcfcfc;
}
#product1 .pns_thums .img {
    background-color: #fff;
    border: 1px solid #ddd;
}


/* pList */
.pList li {
    position: relative;
    padding-left: 15px;
}
.pList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}


/* formContents */
.formContents {
    /* border-top: 1px solid #aaa; */
}
.formContents > li {
    display: flex;
    align-items: flex-start;
}
.formContents > li > div {
    padding: 15px 0;
}
.formContents > li.canvas {
    background-color: #fbfffb;
}
.formContents > li > .tit {
    width: 230px;
}
.formContents > li > .con {
    width: calc(100% - 230px);
}
.formContents > li > .con .checkbox-custom,
.formContents > li > .con .radio-custom {
    margin: 0 12px 0 0;
}
.formContents > li > .tit label {
    font-size: 17px;
    color: #333;
}
.formContents > li > .con .checkbox-custom label ,
.formContents > li > .con .radio-custom label  {
    font-size: 16px;
    color: #333;
}
.formContents > li > .tit label {
    font-weight: 600;
    margin: 0px;
}
@media (min-width:768px) {
    .formContents > li > .tit label,
    .formContents > li > .con .checkbox-custom,
    .formContents > li > .con .radio-custom {
        line-height: 40px;
    }
    .formContents > li > .con .checkbox-custom.line,
    .formContents > li > .con .radio-custom.line {
        line-height: 25px;
        margin-top: 5px;
    }
}
@media (max-width:767px) {
    .formContents > li {
        flex-wrap: wrap;
    }
    .formContents > li > .tit,
    .formContents > li > .con {
        width: 100%;
    }
    .formContents > li > .tit {
        padding: 10px 0 0;
    }
    .formContents > li > .con {
        padding: 5px 0 10px;
    }
    .formContents > li > .tit label {
        font-size: 15px;
    }
    .formContents > li > .con .checkbox-custom label ,
    .formContents > li > .con .radio-custom label  {
        font-size: 14px;
    }
}


/* formAgrees */
.formAgrees {
    border-top: 1px solid #333;
}
.formAgrees > li {
    padding: 8px 0;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
.formAgrees > li.all {
    border-bottom-color: #333;
}
.formAgrees > li .radio-custom {
    padding: 5px 0;
}
.formAgrees > li .checkbox-custom,
.formAgrees > li .radio-custom {
    padding: 0px;
    width: 100%;
}
.formAgrees > li .hasModal .checkbox-custom,
.formAgrees > li .hasModal .radio-custom {
    width: calc(100% - 70px);
}
.formAgrees > li .checkbox-custom label,
.formAgrees > li .radio-custom label {
    display: block;
    width: 100%;
    color: #848484;
    border-radius: 4px;
    height: 55px;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.formAgrees > li .checkbox-custom.big label,
.formAgrees > li .radio-custom.big label {
    height: 90px;
}
.formAgrees > li .checkbox-custom.md label,
.formAgrees > li .radio-custom.md label {
    height: 70px;
}
.formAgrees > li .checkbox-custom.md label span strong,
.formAgrees > li .checkbox-custom.big label span strong,
.formAgrees > li .radio-custom.md label span strong,
.formAgrees > li .radio-custom.big label span strong {
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label,
.formAgrees > li .radio-custom input[type="radio"]:checked + label {
    border-color: #111;
    color: #111;
    /* background-color: #f5f8ff;
    box-shadow: 5px 5px 20px rgba(141, 160, 214, 0.15); */
}
.formAgrees > li .checkbox-custom label::before,
.formAgrees > li .radio-custom label::before {
    left: 0px;
    right: auto;
    width: 27px;
    height: 27px;
    margin-top: 0px;
    transform: translateY(-50%);
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    border-radius: 50%;
}
.formAgrees > li .checkbox-custom input[type="checkbox"] + label:after,
.formAgrees > li .radio-custom input[type="radio"] + label:after {
    content: "\eb7b";
    font-family: remixicon!important;
    font-style: normal;
    right: auto;
    left: 5px;
    background-color: transparent;
    font-size: 17px;
    position: absolute;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    color: #fff;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label::before,
.formAgrees > li .radio-custom input[type="radio"]:checked + label::before {
    background-color: #099814;
    border-color: #099814;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label:after,
.formAgrees > li .radio-custom input[type="radio"]:checked + label:after {
    box-shadow: 0 0 0;
}
@media (max-width:767px) {
    .formAgrees > li {
        font-size: 15px;
    }
    .formAgrees > li .checkbox-custom label, 
    .formAgrees > li .radio-custom label {
        height: 40px;
        padding-left: 35px;
    }
    .formAgrees > li .checkbox-custom label::before, 
    .formAgrees > li .radio-custom label::before {
        width: 24px;
        height: 24px;
    }
    .formAgrees > li .checkbox-custom input[type="checkbox"] + label:after, 
    .formAgrees > li .radio-custom input[type="radio"] + label:after {
        font-size: 14px;
    }
}

/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
    border-radius: var(--sub-border-radius30);
    overflow: hidden;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* infoIcons */
.infoIcons .infoIconItem {
    display: flex;
    align-items: center;
}
.infoIcons .infoIconItem + .infoIconItem {
    margin-top: 25px;
}
.infoIcons .infoIconItem .icon {
    width: 100px;
}
.infoIcons .infoIconItem .icon img {
    background: #f7f7f7;
    border-radius: 20px;
}
.infoIcons .infoIconItem .txt {
    width: calc(100% - 100px);
    padding-left: 25px;
}
@media (max-width:768px) {
    .infoIcons {
        margin-top: 30px;
    }
    .infoIcons .infoIconItem + .infoIconItem {
        margin-top: 15px;
    }
    .infoIcons .infoIconItem .icon {
        width: 70px;
    }
    .infoIcons .infoIconItem .icon img {
        border-radius: 10px;
    }
    .infoIcons .infoIconItem .txt {
        width: calc(100% - 70px);
        padding-left: 15px;
    }
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: rgba(150, 150, 150, 0.4);
    margin: 6rem 0;
}
.dvdHr.darken {
    background-color: rgba(150, 150, 150, 7);
}
.dvdHr.big {
    margin: 13rem 0;
}
@media (max-width:768px) {
    .dvdHr {
        margin: 4rem 0;
    }
    .dvdHr.big {
        margin: 6rem 0;
    }
}


/* faq */
#qnaWrp .qnaItem {
    position: relative;
}
#qnaWrp .qnaItem + .qnaItem {
    margin-top: 15px;
}
#qnaWrp .qnaItem:last-child {
    border-bottom-width: 2px;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding: 20px;
}
#qnaWrp .qnaItem .qna_a {
    background-color: #fff;
}
#qnaWrp .qnaItem .qna_q {
    padding: 20px 60px;
    cursor: pointer;
    background-color: #e8e8e8;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 0;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    transform: rotate(180deg);
}
#qnaWrp .qnaItem .qna_q h3 {
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#qnaWrp .qnaItem .qna_q h4 {
    margin-bottom: 0px;
}
#qnaWrp .qnaItem .qna_q h3,
#qnaWrp .qnaItem .qna_q h4 {
    color: #666;
}
#qnaWrp .qnaItem.act .qna_q {
    background-color: #444243;
}
#qnaWrp .qnaItem.act .qna_q h3,
#qnaWrp .qnaItem.act .qna_q h4 {
    color: #fff;
}
@media (max-width:768px){
    #qnaWrp .qnaItem .qna_q {
        padding: 15px 40px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        left: 15px;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        background-size: 10px !important;
    }
}


/* faqTab */
#faqTab ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
}
#faqTab ul:after,
#faqTab ul::before {
	display: none !important;
}
#faqTab ul>li {
    float: none;
    margin-left: -1px;
}
#faqTab ul>li>a {
	color: #848484;
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 0;
	background-color: #fff;
	border-bottom: 1px solid transparent;
    border-radius: 0;
	font-size: 18px;
    text-decoration: none;
}
#faqTab ul>li>a:hover,
#faqTab ul>li>a:focus{
	color: #848484;
	background-color: #fff;
}
#faqTab ul>li>.active:hover,
#faqTab ul>li>.active{
	color: #111;
	border-color: #111;
}
@media (max-width: 496px) {
	#faqTab ul>li>a {
		font-size: 15px;
	}
}


/* prcBox */
.prcBox {
    padding: 40px;
    border-radius: var(--sub-border-radius20);
    border: 1px solid #ddd;
    background-color: #fff;
}
/* prc */
.prc li .num {
    position: relative;
    padding-top: 10px;
}
.prc li .ibox,
.prc li .tbox {
    padding: 0 15px;
}
.prc li .ibox img {
    background-color: #fcfcfc;
    border: 2px solid #eee;
    padding: 15px;
    width: 90px;
}
.prc li .tbox p {
    opacity: .8;
    line-height: 1.4em;
}
@media (min-width:768px){
    .prc li {
        margin: 30px 0;
    }
    .prc li .ibox {
        margin-top: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -3px;
        transform: translateX(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #0d174e;
        z-index: 3;
    }
    .prc li .num:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px dashed #ddd;
        z-index: 1;
    }
}
@media (max-width:768px){
    .prc li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .prc li {
        padding-bottom: 15px !important;
    }
    .prc li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .prc li .num {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        background-color: #0d174e;
    }
    .prc li .ibox {
        width: 100px;
    }
    .prc li .tbox {
        width: calc(100% - 100px);
        padding-left: 10px;
        text-align: left;
    }
}



/* hisList */
.hisList {
    position: relative;
    padding: 30px 0;
}
.hisList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background: url(../img/his_bg.png) center center no-repeat;
    background-attachment: fixed;
    background-color: #eee;
    top: 0;
    height: 100%;
    width: 2px;
}
.hisList > li {
    margin: 40px 0;
    padding-left: 40px;
    position: relative;
    z-index: 3;
}
.hisList > li ul {
    margin-top: 20px;
}
.hisList > li ul li {
    margin: 20px 0;
}
.hisList > li ul li h5 {
    position: relative;
    padding-left: 85px;
    word-break: keep-all;
    color: #444;
    font-weight: 300;
    position: relative;
}
.hisList > li ul li h5:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: -45px;
    height: 11px;
    width: 11px;
    border: 2px solid #222;
    background-color: #fff;
    border-radius: 50%;
}
.hisList > li ul li h5 > strong {
    position: absolute;
    left: 0;
    color: #111;
    font-weight: 700;
	font-family: "Roboto";
}
@media (min-width:768px){
    .hisList > li {
        width: 50%;
    }
    .hisList > li:nth-child(odd) {
        margin-left: 50%;
    }
    .hisList > li:nth-child(even) {
        padding-left: 0;
        padding-right: 40px;
        text-align: right;
    }
    .hisList > li:nth-child(even) ul li h5 {
        padding-right: 85px;
        padding-left: 0;
    }
    .hisList > li:nth-child(even) ul li h5 > strong {
        left: auto;
        right: 0;
    }
    .hisList > li:nth-child(even) ul li h5:after {
        left: auto;
        right: -46px;
    }
}
@media (max-width:768px){
    .hisList:after {
        background: #eee;
        left: -2px;
    }
    .hisList > li {
        padding-left: 20px;
    }
    .hisList > li ul li h5 {
        padding-left: 70px;
    }
    .hisList > li ul li h5:after {
        left: -25px;
        height: 9px;
        width: 9px;
        top: 7px;
    }
}


/* chkItem */
.chkItem {
    padding: 25px 0 0;
    display: flex;
    align-items: center;
    border-top: 2px solid #333;
}
.chkItem .chk {
    width: 35px;
}
.chkItem .chk img {
    background-color: #0a3072;
}
.chkItem .con {
    width: calc(100% - 35px);
    padding-left: 25px;
}
@media (max-width: 768px) {	
    .chkItem {
        padding: 15px;
    }
    .chkItem .chk {
        width: 25px;
    }
    .chkItem .con {
        width: calc(100% - 25px);
        padding-left: 15px;
    }
}


/* prdSpec */
.prdSpec {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 8px 8px 20px rgba(115, 169, 168, 0.15);
    border: 1px solid #ddd;
}
.prdSpec .rt {
    padding: 50px;
}
@media (max-width: 768px) {	
    .prdSpec .lft,
    .prdSpec .rt {
        width: 100%;
    }
    .prdSpec .rt {
        padding: 30px;
    }
}
/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 12px;
    background-color: #fff;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 15px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th {
    font-weight: 600;
}
.table.table_basic tbody tr th {
    font-weight: 500;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    background-color: rgba(0, 0, 0, 0.02);
    font-weight: 700;
}
.table.table_basic thead tr th {
    background-color: #000;
    border-top: 1px solid #454f5d;
    color: #fff;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:992px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 768));
        padding: calc(100vw * (14 / 768));
		word-break: break-all !important;
    }
}
@media (max-width:500px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

/* specTit */
.specTit {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}