/* stit */
.stit .sub_txt i {
    font-style: italic;
}
/* slider-edu-wrp */
.slider-edu-wrp {
    background-color: #222;
}
.slider-edu-wrp .inner {
    max-width: 550px;
    margin: 0 auto;
}
.slider-edu-txt .slick-list,
.slider-edu-txt .slick-track,
.slider-edu-txt .slick-slide {
    width: 100% !important;
    float: none;
}
.slider-edu-wrp .slider-edu-txt .item {
    padding: 15px 0;
}
.slider-edu-wrp .slider-edu-txt .slick-slide:not(:last-of-type) {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.slider-edu-txt .num {
    width: 30px;
}
.slider-edu-txt .con {
    width: calc(100% - 120px);
    padding-left: 15px;
}
.slider-edu-txt .icon {
    width: 90px;
}
.slider-edu-txt .num h4,
.slider-edu-txt .con p {
    color: #666;
}
.slider-edu-txt .icon img {
    filter: grayscale(1) invert(1);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}
.slider-edu-txt .num h4,
.slider-edu-txt .con p,
.slider-edu-txt .icon img {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider-edu-txt .slick-slide.is-active .num h4 {
    color: #f00e0f;
}
.slider-edu-txt .slick-slide.is-active .con p {
    color: #f6f2f2;
}
.slider-edu-txt .slick-slide.is-active .icon img {
    filter: grayscale(0) invert(0);
}
@media (max-width:768px){
    .slider-edu-wrp > div {
        width: 100%;
    }
    .slider-edu-wrp .inner {
        padding: 40px 30px;
    }
    .slider-edu-txt .con {
        width: calc(100% - 80px);
        padding-left: 5px;
        padding-right: 15px;
    }
    .slider-edu-txt .icon {
        width: 50px;
    }
}

/* edu1 */
#edu1 .sec1 {
    position: relative;
}
#edu1 .sec1 .float {
    position: absolute;
    font-size: 25rem;
    line-height: 1em;
    opacity: .03;
    bottom: 10%;
    z-index: 1;
}
#edu1 .sec1 .container {
    position: relative;
    z-index: 3;
}
@media (max-width:768px){
    #edu1 .sec1 .float {
        font-size: 15rem;
    }
}

/* edu2 */
#edu2 .how {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}
#edu2 .how .hd {
    font-size: .8em;
    font-weight: 600;
    color: #fff;
    background-color: #222;
    padding: 2px 12px;
    border-radius: 50px;
}
/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}

/* conBoxSet */
.conBoxSet > .conTit .tit {
    display: inline-block;
    position: relative;
}
/* .conBoxSet > .conTit .tit:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(100%, -50%, 0);
    width: 8px;
    height: 8px;
    background-color: #f00e0f;
    border-radius: 50%;
} */
.conBoxSet > .conTent .stt {
    position: relative;
    padding-left: 15px;
}
.conBoxSet > .conTent .stt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 15px;
    transform: translateY(-50%);
    width: 2px;
    background-color: #111;
}
@media (min-width:991px) {
    .conBoxSet {
        display: flex;
        align-items: flex-start;
    }
    .conBoxSet > .conTit {
        width: 250px;
    }
    .conBoxSet > .conTent {
        width: calc(100% - 250px);
    }
}
@media (max-width:992px) {
    .conBoxSet > .conTent {
        margin-top: 20px;
    }
}


/* processCon */
.processCon .item {
    background-color: #fafafa;
    padding: 4rem 1.5rem;
    border-radius: 20px;
    text-align: center;
}
.processCon .item p {
    line-height: 2.5rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.processCon .item .icon img {
    background-color: #fff;
    border-radius: 50%;
}
@media (max-width:768px) {
    .processCon .item {
        padding: 2rem 1rem;
        border-radius: 5px;
    }
    .processCon .item .icon img {
        width: 70px;
    }
    .processCon .item p {
        height: 10vw;
    }
}

/* ftSet */
.ftSet {
    border-top: 1px solid #ddd;
}
.ftSet .ftItem {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
@media (min-width:767px) {
    .ftSet .img {
        width: 350px;
    }
    .ftSet .txt {
        width: calc(100% - 350px);
    }
}
@media (max-width:768px) {
    .ftSet .img,
    .ftSet .txt {
        width: 100%;
    }
    .ftSet .img {
        order: 1;
    }
    .ftSet .txt {
        order: 2;
        padding-top: 20px;
    }
}
/* numTit */
.numTit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.numTit strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #e00808;
    color: #fff;
    font-size: .8em;
}
/* sec2 */
#edu1 .sec2 {
    background: url(../img/ed2_bg.jpg) center center no-repeat;
    background-size: cover;
    background-color: #222;
}


/* listConItem */
.listConItem {
    display: block;
}
.listConItem .head {
    padding: 18px 25px;
}
.listConItem .head {
    border: 1px solid #aaa;
    border-radius: 0 15px;
    position: relative;
}
.listConItem .head h6 {
    line-height: 1.3em;
}
.listConItem .head strong {
    font-weight: 600;
}
.listConItem .content .conTxt {
    border: 1px solid #ddd;
    margin-left: 0;
    padding: 10px 15px;
}
.listConItem .content .conTxt p {
    line-height: 1.4em;
}
.listConItem .content .numList > li {
    padding: 10px 25px;
}
.listConItem .content .numList > li + li {
    border-top: 1px dashed #ddd;
}
@media (min-width:767px){
    .listConItem .head:not(.no)::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #c19a6e;
        border-radius: 50%;
        top: calc(100% + 21px);
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        z-index: 5;
    }
    .listConItem .head:not(.no):after {
        content: "";
        position: absolute;
        height: 20px;
        left: 50%;
        top: 100%;
        width: 0px;
        border-right: 1px dashed #ddd;
    }
    .listConItem .content .conTxt {
        margin-top: 20px;
    }
}
@media (max-width:768px){
    .listConItem .head {
        border-radius: 0 15px 0 0;
    }
    .listConItem .content .conTxt {
        border-color: #aaa;
        border-top: 0px;
    }
}


/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.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: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td,
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 16px;
    padding: 10px 15px;
}
.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,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.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.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: #fcfcfc;
}
.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:768px){
    .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 * (15 / 768));
        padding: calc(100vw * (10 / 768));
		word-break: break-all !important;
    }
}
@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 * (15 / 500));
        padding: calc(100vw * (10 / 500));
    }
}


/* proBox */
.proBox {
    position: relative;
}
.proBox:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eee;
    z-index: -1;
}
.proBox > ul > li + li {
    margin-top: 20px;
}
.proBox .prosItem {
    display: flex;
    align-items: center;
}
.proBox .prosItem .head {
    position: relative;
}
.proBox .prosItem .head .dot {
    display: inline-block;
    background-color: rgba(240, 14, 14, 0.6);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
}
.proBox .prosItem .head .dot::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400%;
    height: 400%;
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(240, 14, 14, 0.1);
    border-radius: 50%;
}
.proBox .prosItem .head .txt {
    line-height: 1.4em;
}
.proBox .prosItem .head strong {
    font-weight: 600;
}
.proBox .prosItem .content {
    width: calc(100% - 8px);
}
.proBox .prosItem .content .conTxt {
    margin-left: 40px;
    border: 1px solid #ddd;
    padding: 18px 25px;
}
.proBox .prosItem .content .conTxt .pList p {
    line-height: 1.5em;
}
.proBox .prosItem .content .conTxt {
    min-height: 70px;
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
}
.proBox .prosItem .head:not(.no):after {
    content: "";
    position: absolute;
    width: 40px;
    left: 100%;
    top: 50%;
    height: 0px;
    border-bottom: 1px dashed #aaa;
}

@media (max-width:768px){
    .proBox > ul > li + li {
        margin-top: 15px;
    }
    .proBox .prosItem .content .conTxt {
        margin-left: 20px;
        width: calc(100% - 20px);
        padding: 10px 15px;
        min-height: 60px;
    }
    .proBox .prosItem .head:not(.no):after {
        width: 20px;
    }
}

/* cstList */
.cstList .item {
    padding: 20px;
    border-radius: 0 15px 0 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.cstList .item .sbj h5 {
    line-height: 1.3em;
}
.cstList .item .fee .tt {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 40px;
    font-size: .8em;
    line-height: 1em;
    padding: 5px 8px;
    color: #999;
}
.cstList .item .fee .smTxt {
    font-size: .8em;
    color: #aaa;
}
.cstList .item .fee .del {
    text-decoration: line-through;
    margin-right: -2px;
}
@media (min-width:768px){
    .cstList .item  {
        min-height: 100px;
    }
    .cstList .item .sbj {
        width: calc(100% - 400px);
    }
    .cstList .item .fee {
        width: 270px;
    }
    .cstList .item .bt {
        width: 130px;
    }
}
@media (max-width:768px){
    .cstList .item {
        text-align: center;
    }
    .cstList .item > div {
        width: 100%;
    }
    .cstList .item .btnWrp {
        justify-content: center;
        margin-top: 10px;
    }
}

/* acct */
.acct strong {
    display: inline-block;
    font-size: .8em;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 5px 8px;
    font-weight: 500;
}
@media (max-width:768px){
    .acct {
        align-items: center;
        padding: 20px;
        background-color: #f7f7f7;
        justify-content: center !important;
    }
    .acct span {
        width: 100%;
    }
}

/* back */
.back {
    cursor: pointer;
}

/* feeWrp */
@media (max-width:768px){
    .feeWrp .stit {
        text-align: center;
    }
    .feeWrp .stit > div {
        width: 100%;
    }
    .feeWrp .stit > .rt {
        margin-top: 15px;
    }
}

/* steps */
.steps.row {
    margin: 0 -5px;
}
.steps.row > li {
    padding: 0 5px;
}
.steps .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 15px 25px;
}
.steps .step1 {
    background-color: #f85c5d;
}
.steps .step2 {
    background-color: #f44c4c;
}
.steps .step3 {
    background-color: #ee3f3f;
}
.steps .step4 {
    background-color: #e53030;
}
.steps .step5 {
    background-color: #e12324;
}
.steps .step6 {
    background-color: #d81516;
}
.steps .item h4 {
    text-align: right;
}
.steps .item h6 {
    min-height: 30px;
}


/* comInfo */
.comInfo {
    border-top: 1px solid #ddd;
}
/* fItemBox */
.fItemBox {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.fItemBox .tit {
    width: 100px;
}
.fItemBox .con {
    width: calc(100% - 100px);
}
.fItemBox.fItemBox_col3 .con1 {
    width: calc(50% - 100px);
}
.fItemBox.fItemBox_col3 .con2 {
    width: 50%;
}
@media (max-width:992px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 .con1 {
        width: calc(50% - 70px);
    }
}
@media (max-width:500px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 {
        flex-wrap: wrap;
    }
    .fItemBox.fItemBox_col3 .con2 {
        width: 100%;
        padding-left: 70px;
        margin-top: 10px;
    }
}