@import url(../css/root.css);

/* subTopCon */
.subTopCon {
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
}
.subTopCon .container {
    position: relative;
    z-index: 5;
}
.subTopCon .back {
    content: "";
    position: absolute;
    right: 0;
    width: 95%;
    height: 100%;
    max-width: 1800px;
    background-color: #f7f7f7;
    z-index: 0;
    border-radius: 280px 0 0 280px;
    overflow: hidden;
}
.subTopCon .back .txtDeco {
    position: absolute;
    white-space: nowrap;
    font-size: 230px;
    color: #16294f;
    opacity: .02;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
    bottom: -25%;
    right: 0;
}
@media (max-width:992px){
    .subTopCon .back .txtDeco {
        font-size: 150px;
    }
}
@media (max-width:768px){
    .subTopCon {
        height: 350px;
    }
    .subTopCon .back {
        border-radius: 80px 0 0 280px;
        opacity: .5;
    }
    .subTopCon .back .txtDeco {
        font-size: 100px;
    }
}
@media (max-width:500px){
    .subTopCon {
        height: 250px;
    }
}

/* topTxt */
.topTxt {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
.topTxt .dvd {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #b6a679;
}
.topTxt .dia {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #b6a679;
    transform: rotate(45deg);
}
/* row */
.row.nallow {
    margin: 0 -5px;
}
.row.nallow > li,
.row.nallow > div {
    padding: 0 5px;
}

/* subtop */
#subtop {
    overflow: hidden;
    position: relative;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 650px;
}
#subtop .fbox .tt {
    color: #b7bea9;
    letter-spacing: 0px;
}
#subtop .fbox .sb {
    opacity: .9;
}
#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 > .brWrp > .bg {
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        transform: translateY(0px) !important;
    }
    #subtop .fbox {
        height: 400px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}
/* arrSteps */
@keyframes fadeDown {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.arrSteps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 3px;
  width: 30px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  font-size: 15px;
}
.arrSteps .arr {
    animation: fadeDown 1.5s infinite ease-in-out;
    display: inline-block;
}
.arrSteps .arr.arr1 {
    animation-delay: 0s;
}
.arrSteps .arr.arr2 {
    animation-delay: 0.3s;
}
.arrSteps .arr.arr3 {
    animation-delay: 0.6s;
}
@media (max-width:768px) {
    .arrSteps {
        width: 25px;
        height: 40px;
        font-size: 13px;
    }
}

/* site_config */
#site_config .site {
    display: flex;
    align-items: center;
    justify-content: center;
}
#site_config .site .home {
    line-height: 70px;
    position: relative;
    font-size: 17px;
    color: #fff;
    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.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    min-width: 25px;
    -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 .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 3px;
    position: relative;
    z-index: 3;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
#site_config .site .home > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translate3d(-50%, -8px, 0);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    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: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#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;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #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 5px;
    }
}

/* subTabs */
#subTabs {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    z-index: 15;
}
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.2);
    padding: 10px;
    border-radius: 100px;
    text-align: center;

    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: rgba(255,255,255,.5);
    font-size: 18px;
    padding: 15px 8px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
/* #subTabs .con > a:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    height: 30%;
    width: 2px;
    background-color: rgba(255,255,255,.3);
} */
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background-color: var(--main-color);
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
    }
}
@media (max-width:768px){
    #subTabs .con {
        padding: 5px;
    }
    #subTabs .con > a {
        font-size: 15px;
        padding: 12px 5px;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 5px;
    }
}

/* chief_sign */
#kugetppp1 .chief_sign {
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width:768px){
    #kugetppp1 .rt {
        margin-top: 25px;
    }
}

/* stit */
.stit .lined {
    margin-top: 20px;
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: var(--main-color);
}


/* bsnBox */
.bsnBox .bsnTop {
    position: relative;
    margin-bottom: 30px;
}
.bsnBox .bsnTop::after {
    content: "";
    position: absolute;
    left: calc(50% + 1px);
    top: 100%;
    height: 30px;
    border-right: 1px solid var(--main-color);
}
.bsnBox .bsnTop .bsnTopLogo {
    max-width: 330px;
    border-radius: var(--sub-border-radius20);
    background-color: #fff;
    padding: 35px 20px;
    margin: 0 auto;
}
.bsnBox .bsnTop .tt {
    padding: 10px 40px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 2px 2px 15px rgba(0, 81, 70, 0.05);
}
.bsnBox .bsnTop .bb {
    padding: 40px;
    background-color: #f7f7f7;
    display: inline-block;
}
.bsnBox .bsnBt .dept {
    position: relative;
    margin-top: 20px;
}
.bsnBox .bsnBt .dept:after {
    content: "";
    position: absolute;
    left: calc(50% + 1px);
    bottom: 100%;
    height: 20px;
    border-right: 1px solid var(--main-color);
}
.bsnBox .bsnBt .dept > .tt {
    padding: 15px;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bsnBox .bsnBt .dept .dft {
    line-height: 1.3em;
}
@media (min-width:768px){
    .bsnBox .bsnBt {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .bsnBox .bsnBt .dept > .tt {
        border-radius: 15px;
        padding: 25px 40px;
    }
    .bsnBox .bsnBt .dept > .tt > div {
        display: flex;
        align-items: center;
        text-align: left;
    }
    .bsnBox .bsnBt .dept > .tt > div .dft {
        margin-top: 0px !important;
        padding-left: 20px;
    }
}
@media (max-width:992px){
    .bsnBox .bsnBt .dept > .tt img {
        width: 60px;
    }
}
@media (max-width:768px){
    .bsnBox .w1000 {
        padding: 0 15px;
    }
    .bsnBox .bsnTop {
        margin-bottom: 15px;
    }
    .bsnBox .bsnTop .bb {
        padding: 20px 30px;
        border: 1px solid var(--main-color);
    }
    .bsnBox .bsnTop .tt {
        padding: 6px 20px;
    }
    .bsnBox .bsnBt .dept > .tt {
        border-radius: 10px;
    }
}
@media (max-width:500px){
    .bsnBox .bsnTop {
        text-align: left;
        margin-bottom: 5px;
    }
    .bsnBox .bsnTop .tt {
        border-radius: 0 50px 50px 0;
    }
    .bsnBox .bsnBt .dept > .tt {
        width: 100%;
        height: auto;
        padding: 15px 35px;
    }
    .bsnBox .bsnBt .dept > .tt > div {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
    }
    .bsnBox .bsnBt .dept > .tt .dft {
        width: calc(100% - 60px);
    }
    .bsnBox .bsnBt .dept > .tt .dft {
        margin-top: 0px !important;
    }
    .bsnBox .bsnBt .dept > .tt .dft br {
        display: none;
    }
    .bsnBox .bsnBt .dept > .tt img {
        width: 40px;
    }
    .bsnBox .bsnTop::after {
        left: 10px;
    }
    .bsnBox .bsnBt .dept {
        padding-left: 20px;
        padding-top: 10px;
        margin-top: 0px !important;
    }
    .bsnBox .bsnBt .dept::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 0%;
        height: 100%;
        border-right: 1px solid var(--main-color);
    }
    .bsnBox .bsnBt .dept:last-child:after {
        height: 55px;
    }
    .bsnBox .bsnBt .dept::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 54px;
        width: 10px;
        height: 0;
        border-bottom: 1px solid var(--main-color);
    }
}

/* modelTop */
.modelTop {
    display: inline-block;
    padding: 25px 25px;
    background-color: #fff;
    border-radius: 15px;
    color: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 2px solid var(--main-color);
}
.modelTop .dft {
    line-height: 1.2em !important;
}
.modelMd {
    display: inline-block;
    padding: 25px 40px;
    background-color: #f2f0ec;
    border: 2px solid #997226;
    color: #997226;
    border-radius: 15px;
    margin: 25px 0 0;
    position: relative;
    text-align: left;
}
.modelMd .dft {
    position: relative;
    padding-left: 12px;
}
.modelMd .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: #757575;
}
.modelTop:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(0%, -100%, 0);
    height: 27px;
    width: 1px;
    background-color: var(--main-color);
}
.modelTop img {
    width: 70px;
}
@media (min-width:768px){
    .modelMd::before {
        content: "";
        position: absolute;
        left: calc(50% + 1px);
        top: 0;
        transform: translate3d(0%, -100%, 0);
        height: 27px;
        width: 1px;
        background-color: var(--main-color);
    }
}
@media (max-width:768px){
    .btRst .rst_model_arr img {
        max-width: 50vw;
    }
    .btRst .rst_model img {
        max-width: 30vw;
    }
}

/* conDepts */
.conDepts {
    margin-bottom: 25px;
}
.conDepts .condept {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
}
.conDepts .condept > .tt {
    padding: 35px 15px;
    border: 1px solid #aaa;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    margin: 0 auto;
    gap: 10px;
}
.conDepts .condept .dft {
    line-height: 1.3em;
}
@media (min-width:768px){
    .conDepts {
        display: flex;
    }
    .conDepts .condept {
        flex-basis: 33.33333%;
        padding: 0 10px;
        padding-bottom: 30px;
    }
    .conDepts .condept::before {
        content: "";
        position: absolute;
        left: 0%;
        top: 100%;
        width: 100%;
        height: 0;
        border-top: 1px solid var(--main-color);
    }
    .conDepts .condept:first-child::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        width: 50%;
        height: 0;
        border-top: 1px solid var(--main-color);
    }
    .conDepts .condept:last-child::before {
        content: "";
        position: absolute;
        right: 50%;
        top: 100%;
        width: 50%;
        height: 0;
        border-top: 1px solid var(--main-color);
    }
    .conDepts .condept:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0%;
        height: 30px;
        border-right: 1px solid var(--main-color);
    }
}
@media (max-width:992px){
    .conDepts .condept > .tt {
        width: 100%;
        border-radius: 20px;
    }
    .conDepts .condept > .tt img {
        width: 60px;
    }
}
@media (max-width:768px){
    .modelTop {
        padding: 15px 25px;
    }
    .modelMd {
        padding: 15px 25px;
    }
    .conDepts {
        max-width: 50vw;
        margin: 0 auto;
    }
    .conDepts .condept > .tt {
        width: 100%;
        height: auto;
        padding: 15px 25px;
        border-radius: 8px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .conDepts .condept > .tt img {
        width: 40px;
    }
    .conDepts .condept {
        padding-left: 20px;
        padding-top: 10px;
    }
    .conDepts .condept::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 0%;
        height: 100%;
        border-right: 1px solid var(--main-color);
    }
    .conDepts .condept:last-child:after {
        height: 55px;
    }
    .conDepts .condept::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 54px;
        width: 10px;
        height: 0;
        border-bottom: 1px solid var(--main-color);
    }
}
/* kugetppp2 */
#kugetppp2 .sec2 {
    background: url(../img/kugetppp2_bg2.png) center 60% no-repeat;
    background-color: #f9f9f8;
}
@media (max-width:768px) {
    #kugetppp2 .sec2 {
        background-size: 80vw;
    }
}
/* Loads */
.Loads {
    padding: 10px 50px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.Loads .row > li {
    padding: 15px 0;
}
.Loads .item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(134, 172, 169, 0.4); */
    border-radius: 10px;
    /* background-color: rgba(255, 255, 255, 0.7); */
}
.Loads .item > .txt {
    width: calc(100% - 110px);
}
.Loads .item > .txt p span {
    display: inline-block;
    vertical-align: middle;
}
.Loads .item > .txt p .subw {
    background-color: #21bd50;
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 30px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads p .bus {
    color: #fff;
    font-size: .8em;
    padding: 4px 8px;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 1em;
    font-weight: 500;
}
.Loads p .bus.bus1 {
    background-color: #233b8b;
}
.Loads p .bus.bus2 {
    background-color: #4a972e;
}
.Loads p .bus.bus3 {
    background-color: #c21313;
}
.Loads .item > .icon {
    width: 110px;
    padding-right: 20px;
}
.Loads .item > .icon img {
    border-radius: 20px;
    background-color: #f8f1f3;
}
@media (max-width:768px) {
    .Loads .row > li {
        padding: 0;
    }
    .Loads .item {
        padding: 20px 15px;
    }
    .Loads .item > .icon {
        text-align: center;
    }
    .Loads .item > .icon,
    .Loads .item > .icon img {
        width: 80px;
    }
    .Loads .item > .txt {
        width: calc(100% - 80px);
    }
}

/* pList */
.pList li {
    position: relative;
    padding-left: 13px;
	margin-top: 5px
}
.pList li:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: #818080;
    left: 0px;
}
@media (max-width:768px){
    .pList li:after {
        top: 6px;
    }
}
@media (max-width:500px){
    .pList li:after {
        top: 9px;
    }
}


/* qualifieds */
.qualifieds .qualified {
    border-radius: 20px;
    border: 2px solid #ddd;
    padding: 40px 20px;
}
.qualifieds .qualified .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 1.2em;
}

/* schedules */
.schedules .scItem {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}
.schedules .scItem .tt {
    width: 100px;
    padding: 4px;
    text-align: center;
    border-radius: 100px;
    background-color: #f7e6ea;
    color: var(--main-color);
    font-weight: 700;
}
.schedules .scItem .con,
.schedules .scItem .conWrp {
    padding: 2px;
    width: calc(100% - 100px);
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.schedules .scItem .conWrp {
    flex-direction: column;
}
.schedules .scItem .conWrp .con {
    width: 100%;
    padding-left: 0px;
}
.schedules .scItem .con .md {
    width: 130px;
    font-weight: bold;
}
.schedules .scItem .con .end {
    width: calc(100% - 130px);
    padding-left: 20px;
}
@media (max-width:768px){
    .schedules .scItem {
        flex-direction: column;
        align-items: center;
    }
    .schedules .scItem .con, 
    .schedules .scItem .conWrp {
        width: 100%;
        padding-left: 0px;
        justify-content: center;
    }
    .schedules .scItem .con .md {
        width: auto;
        text-align: center;
    }
    .schedules .scItem .con .end {
        width: auto;
        padding-left: 10px;
    }
}

/* docList */
.docList > div {
    padding: 15px;
}
.docList .docItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 190px;
    gap: 7px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
    border: 2px solid #eee;
    text-align: center;
    position: relative;
    padding: 15px 10px;
}
.docList .docItem .dft {
    line-height: 1.3em;
}
.docList .docItem .num {
    width: 55px;
    height: 35px;
    border-radius: 30px;
    background-color: rgba(140, 0, 35, 0.9);
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    left: 10px;
    top: 0;
    transform: translate3d(0, -50%, 0);
    box-shadow: 5px 5px 15px rgba(140, 0, 35, 0.1);
}
@media (max-width:768px){
    .docList {
        margin: 0 -5px;
    }
    .docList > div {
        padding: 5px;
    }
    .docList .docItem {
        padding: 15px;
    }
    .docList .docItem .num {
        width: 32px;
        height: 32px;
    }
    .docList .docItem img {
        width: 50px;
    }
}
@media (max-width:500px){
    .docList .docItem {
        height: 40vw;
    }
}


/*table_basic*/
.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: 18px;
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #aaa;
    padding: 15px 20px;
}
.table.table_basic.table_location thead tr th,
.table.table_basic.table_location thead tr td,
.table.table_basic.table_location tbody tr th,
.table.table_basic.table_location tbody tr td {
    font-size: 15px;
    padding: 12px 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 {
    font-weight: 700;
}
.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.table_center tbody tr:hover td {
    background-color: #f7f7f7;
}
.table.table_basic.table_hov tbody tr:hover td {
    background-color: #f7f7f7;
}
.bg-gray .table.table_basic.table_hov tbody tr:hover td {
    background-color: #fff;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
}
.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: #fffcf6;
    font-weight: 600;
    color: #99835c;
}
.table.table_basic thead tr th {
    background-color: #fff;
    /* border-top: 1px solid #111; */
    background-color: #99835c;
    border-color: #695533;
    color: #fff;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fff4eb !important;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td,
.table.table_basic tbody tr.imp td .dft {
    color: #a35104 !important;
}
.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;
}
.table.table_basic.table_basic2 {
    border-top: 2px solid #111;
}
.table.table_basic.table_basic2 thead tr th {
    background-color: transparent;
    border-color: #111;
    color: #111;
}
.table.table_basic.table_basic2 tbody tr th {
    background-color: #fcfcfc;
    color: #444;
}
@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));
    }
    .table.table_basic.table_location thead tr th,
    .table.table_basic.table_location thead tr td,
    .table.table_basic.table_location tbody tr th,
    .table.table_basic.table_location tbody tr td {
        font-size: calc(100vw * (16 / 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));
    }
    .table.table_basic.table_location thead tr th,
    .table.table_basic.table_location thead tr td,
    .table.table_basic.table_location tbody tr th,
    .table.table_basic.table_location tbody tr td {
        font-size: calc(100vw * (16 / 768));
    }
}
@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));
    }
    .table.table_basic.table_location thead tr th,
    .table.table_basic.table_location thead tr td,
    .table.table_basic.table_location tbody tr th,
    .table.table_basic.table_location tbody tr td {
        font-size: calc(100vw * (16 / 500));
    }
}

/* hakjum */
.hakjum {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    background-color: #fff;
}
@media (max-width:768px){
    .hakjum {
        padding: 15px;
        border-radius: 10px;
    }
}

/* choiceItem */
.choiceItem {
    background-color: #fff;
    /* border-radius: 20px; */
    border: 1px solid #ddd;
    padding: 30px 30px 30px 50px;
    /* box-shadow: 5px 5px 15px rgba(0,0,0,0.1); */
    display: flex;
    align-items: center;
}
.choiceItem .icon {
    width: 120px;
    text-align: center;
}
.choiceItem .icon img {
    background-color: var(--main-color);
    border-radius: 15px;
    margin-bottom: 7px;
    padding: 10px;
}
.choiceItem .tcon {
    width: calc(100% - 120px);
    padding-left: 40px;
}
.choiceItem .tcon .row {
    margin: 0 -5px;
}
.choiceItem .tcon .row > div {
    padding: 0 5px;
}
@media (max-width:768px) {
    .choiceItem {
        flex-wrap: wrap;
        border-radius: 5px;
        padding: 0px;
    }
    .choiceItem .icon {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 5px 20px;
        background-color: var(--main-color);
    }
    .choiceItem .icon .dft {
        color: #fff;
    }
    .choiceItem .icon img {
        width: 40px;
        margin-bottom: 0px;
        padding: 0px;
    }
    .choiceItem .icon .dft {
        width: auto;
        padding-left: 10px;
        font-size: 20px;
    }
    .choiceItem .tcon {
        width: 100%;
        padding-left: 0;
        padding-top: 0px;
        padding: 20px;
    }
}

/* ko_items */
.ko_items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ko_items .cnt {
    width: 233px;
}
.ko_items .lft,
.ko_items .rt {
    width: calc(50% - 116.5px);
    padding: 0 20px;
    position: relative;
}
.ko_items .lft::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #99835c;
}
.ko_items .lft::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    transform: translate3d(50%, -50%, 0);
    background-color: #99835c;
}
.ko_items .rt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #99835c;
}
.ko_items .rt::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #99835c;
}
.ko_items .item {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 280px;
}
.ko_items .item .top {
    text-align: center;
    background-color: #99835c;
    padding: 15px;
}
.ko_items .item .top .dft {
    color: #fff;
    line-height: 1.3em;
}
.ko_items .item .bottom {
    padding: 10px 0;
}
@media (max-width:800px){
    .ko_items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ko_items .cnt {
        width: 233px;
    }
    .ko_items .lft,
    .ko_items .rt {
        width: 100%;
    }
    .ko_items .lft::after {
        top: auto;
        bottom: 0;
        right: 50%;
        width: 1px;
        height: 20px;
    }
    .ko_items .lft::before {
        top: auto;
        bottom: 0;
        right: calc(50% + 1px);
        transform: translate3d(50%, 50%, 0);
    }
    .ko_items .rt::after {
        top: 0;
        left: 50%;
        width: 1px;
        height: 20px;
    }
    .ko_items .rt::before {
        top: 0;
        left: calc(50% + 1px);
        transform: translate3d(-50%, -50%, 0);
    }
    .ko_items .item {
        height: auto;
        padding: 10px;
    }
    .ko_items .item .top {
        text-align: center;
        background-color: #99835c;
        padding: 8px;
    }
}
/* portItem */
#portList .portItem {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    border-top: 2px solid var(--main-color);
}
#portList .portItem .txt {
    padding-top: 10px;
}
#portList .portItem .txt .name {
    line-height: 1.3em;
}
#portList .portItem .txt .sb {
    font-size: .7em;
    font-weight: 400;
}
#portList .portItem .txt .en {
    font-size: .8em;
}
#portList .portItem .cate {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#portList .portItem .cate .cateTit {
    display: inline-flex;
    font-size: .8em;
    line-height: 1.1em;
    padding: 4px 7px;
    border: 1px solid var(--main-color);
    font-weight: 600;
    color: var(--main-color);
    border-radius: 4px;
}
#portList .portItem .img img {
    width: 100%;
}
#portList .portItem .con {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
#portList .portItem .con .conTit {
    display: inline-flex;
    font-size: .8em;
    line-height: 1.1em;
    padding: 4px 7px;
    border: 1px solid var(--main-color);
    font-weight: 600;
    color: var(--main-color);
    border-radius: 4px;
}
#portList.student .portItem .txt .name {
    line-height: 1.3em;
}
#portList.student .portItem .txt .name + .con {
    margin-top: 15px;
}
@media (min-width:768px){
    #portList .portItem {
        min-height: 540px;
    }
    #portList.student .portItem {
        min-height: 680px;
    }
    #portList.student .portItem .con .conTit {
        width: 70px;
        justify-content: center;
    }
    #portList.student .portItem .con .conCon {
        width: calc(100% - 70px);
    }
}
@media (max-width:768px) and (min-width:500px){
    #portList .portItem {
        min-height: 300px;
    }
    #portList.student .portItem {
        min-height: 430px;
    }
    #portList .portItem .cate {
        gap: 3px;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 5px;
    }
}
@media (max-width:500px){
    #portList > div {
        width: 100%;
    }
    #portList .portItem .cate {
        gap: 5px;
        margin-bottom: 10px !important;
    }
}

/* netwList */
#netwList .netwItem {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    border-top: 2px solid var(--main-color);
    display: flex;
    align-items: center;
}
#netwList .netwItem .img {
    width: 241px;
}
#netwList .netwItem .img img {
    width: 100%;
}
#netwList .netwItem .txt {
    width: calc(100% - 241px);
    padding-left: 30px;
}
#netwList .netwItem .txt .sb {
    font-size: .7em;
    font-weight: 400;
}
#netwList .netwItem .txt .en {
    font-size: .8em;
}
#netwList .netwItem .cate {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#netwList .netwItem .cate .cateTit {
    display: inline-flex;
    font-size: .8em;
    line-height: 1.1em;
    padding: 4px 7px;
    border: 1px solid var(--main-color);
    font-weight: 600;
    color: var(--main-color);
    border-radius: 4px;
}
#netwList .netwItem .con {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 7px;
    padding-bottom: 7px;
}
#netwList .netwItem .con:not(:last-of-type) {
    border-bottom: 1px dashed #ddd;
}
#netwList .netwItem .con .conTit {
    display: inline-flex;
    font-size: .85em;
    line-height: 1.1em;
    padding: 5px 7px;
    font-weight: 600;
    color: var(--main-color);
    border-radius: 4px;
    width: 160px;
}
#netwList .netwItem .con .conCon {
    width: calc(100% - 170px);
}
@media (max-width:768px) {
    #netwList .netwItem {
        flex-direction: column;
    }
    #netwList .netwItem .img {
        width: 150px;
    }
    #netwList .netwItem .txt {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    #netwList .netwItem .con {
        flex-direction: column;
        gap: 0px;
    }
    #netwList .netwItem .con .conTit,
    #netwList .netwItem .con .conCon {
        width: 100%;
        padding-left: 0;
    }
}


/* border1 */
.border1 {
    border: 1px solid #ddd;
}

/* tg_list */
.tg_list .fbox {
    padding: 30px;
    background-color: #fff;
    height: 300px;
    align-items: stretch;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    border-radius: 20px;
}
.tg_list .fbox > div {
    display: flex;
    align-items: center;
}
.tg_list .fbox > .lft {
    width: 30%;
    justify-content: center;
}
.tg_list .fbox > .logo_netzelo {
    background-color: #011c3a;
}
.tg_list .fbox > .rt {
    width: 70%;
}
@media (max-width:768px){
    .tg_list .fbox {
        border-radius: 10px;
        height: auto;
    }
    .tg_list .fbox {
        flex-wrap: wrap;
    }
    .tg_list .fbox > div {
        align-items: center;
    }
    .tg_list .fbox > .lft,
    .tg_list .fbox > .rt {
        width: 100%;
    }
    .tg_list .fbox > .lft img {
        max-width: 30vw;
    }
}


/* dotCon */
.dotCon > .dft {
    padding: 15px 15px 15px 40px;
    position: relative;
    border-top: 1px solid #ddd;
}
.dotCon > .dft:last-child {
    border-bottom: 1px solid #ddd;
}
.dotCon > .dft:not(.noDot):after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: var(--main-color);
    transform: translateY(-50%);
}

.dotCon.mini_ver > .dft {
    padding: 2px 10px 2px 20px;
    border: 0px;
}
.dotCon.mini_ver > .dft.noDot {
    padding: 0px 10px 6px 20px;
    border: 0px;
}
.dotCon.mini_ver > .dft:after {
    left: 0px;
}
.dotCon.mini_ver > .dft.empty {
    opacity: 0;
}
@media (max-width:768px){
    .dotCon.mini_ver > .dft {
        padding: 3px 10px 3px 20px;
    }
}

/* orgBox */
.orgBox {
    border-top: 1px solid #111;
    padding-top: 20px;
}
.orgBox .dotCon {
    margin-top: 10px;
}
@media (min-width:768px){
    .orgBox {
        min-height: 380px;
    }
}
@media (max-width:768px){
    .orgBox {
        margin-bottom: 25px;
    }
}

/* proTabs */
.proTabs .nav-tabs {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border: 0px;
    justify-content: center;
}
.proTabs .nav-tabs .lt img {
    width: 15px;
}
.proTabs .nav-tabs li a {
    gap: 5px;
    padding: 12px 30px;
    border: 1px solid #ddd !important;
    margin-left: -1px !important;
    font-size: 16px;
    color: #999 !important;
    font-weight: 600;
    border-radius: 4px !important;
}
.proTabs .nav-tabs li.active a {
    border-color: var(--main-color) !important;
    position: relative;
    z-index: 5;
    color: var(--main-color) !important;
}
.proTabs .tab-content .row {
    margin: 0 -15px;
}
.proTabs .tab-content .row > div,
.proTabs .tab-content .row > li {
    padding: 15px;
}
@media (max-width:768px) {
    .proTabs .nav-tabs li a {
        padding: 8px 10px;
        font-size: 13px;
        text-align: center;
    }
    .proTabs .tab-content .row {
        margin: 0 -5px;
    }
    .proTabs .tab-content .row > div,
    .proTabs .tab-content .row > li {
        padding: 5px;
    }
}

/* tabs */
.tabs .tab-content,
.tabs .tab-pane {
    box-shadow: 0 0 0;
    border-radius: 0px;
    padding: 0px;
    border: 0px;
    background-color: transparent !important;
}

/* subTitleDot */
.subTitleLined {
    padding-left: 15px;
    position: relative;
}
.subTitleLined:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    width: 3px;
    height: 50%;
    background-color: var(--main-color);
}

/* grBox */
.grBox {
    padding: 20px;
    border: 1px solid #ddd;
}

/* hrDvd */
.hrDvd {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin: 30px 0;
}

/* dsts */
.dsts {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}
.dsts .sp {
    display: inline-block;
    width: 1px;
    background-color: #c9c9c9;
    height: 10px;
}

/* chkConWrp */
.chkConWrp .chkCon {
    display: flex;
    align-items: center;
}
.chkConWrp .chkCon + .chkCon {
    margin-top: 10px;
}
.chkConWrp .chkCon .chkIcon {
    width: 22px;
    height: 22px;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
}
.chkConWrp .chkCon .chkTxt {
    width: calc(100% - 24px);
    padding-left: 10px;
}
@media (max-width:768px){
    .chkConWrp .chkCon .chkIcon {
        width: 18px;
    }
    .chkConWrp .chkCon .chkTxt {
        width: calc(100% - 18px);
    }
}


/* stepList1 */
.stepList1 .stepDots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin: 30px 0;
}
.stepList1 .stepDots .dot {
    width: 3px;
    height: 3px;
    background-color: #b4b4b4;
    border-radius: 50%;
}
.stepList1 .stepItem {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ddd;
}
.stepList1 .stepItem .num {
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%);
    z-index: 5;
    background-color: #111;
    border-radius: 70px;
    padding: 8px 30px;
}
.stepList1 .stepItem .tcon {
    width: 60%;
    padding-right: 30px;
    padding: 50px 70px;
}
.stepList1 .stepItem .icon {
    width: 40%;
    padding: 30px;
}
.stepList1 .stepItem.stepDone .tcon {
    width: 100%;
    padding-right: 0px;
}
@media (max-width:768px){
    .stepList1 .stepDots {
        gap: 5px;
        margin: 10px 0;
    }
    .stepList1 .stepDots .dot {
        width: 3px;
        height: 3px;
    }
    .stepList1 .stepItem {
        padding: 30px 20px 20px 20px;
        height: auto;
        flex-direction: column;
    }
    .stepList1 .stepItem .num {
        left: 0;
        top: 0;
        transform: translateY(0%);
        padding: 5px 20px;
        border-radius: 0;
    }
    .stepList1 .stepItem .tcon {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .stepList1 .stepItem .icon {
        width: 100%;
        padding: 0px;
    }
}

/* campus */
.campus .topImg {
    border-radius: 10px;
}
/* campList */
#campList {
    margin: 0 -5px !important;
}
#campList > div {
    padding: 5px;
}
#campList .item {
    display: block;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 12px;
}