
/* infiLogo */
#about1 .floatTxt {
    position: absolute;
    z-index: 3;
    font-size: 400px;
    color: rgba(255,255,255,0.02);
    font-weight: 500;
    right: 0;
    top: 35%;
    white-space: nowrap;
}
#about1 .container {
    position: relative;
    z-index: 10;
}
#about1 .infiLogo .slick-slide {
    height: 100px;
}
@media  (max-width:992px){
    #about1 .floatTxt {
        font-size: 200px;
    }
}
@media  (max-width:768px){
    #about1 .sec1 .mtit {
        text-align: center;
    }
    #about1 .floatTxt {
        font-size: 15vw;
    }
    #about1 .infiLogo .slick-slide {
        height: 70px;
    }
}

/* hisInfo */
.hisInfo .cntItem {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hisInfo .cntItem.pls {
    align-items: flex-start;
}
.hisInfo .cntItem .cnt {
    font-size: 1.8em;
    line-height: 1em;
}
@media  (max-width:768px){
    .hisInfo .cntItem .cnt {
        font-size: 1.5em;
        line-height: 1em;
    }
}

/* slick-history */
.slick-history {
    position: relative;
}
/* .slick-history::before {
    content: "";
    position: absolute;
    height: 20%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #1B1B1B 30%, transparent);
    z-index: 15;
} */
.slick-history:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    left: 50%;
    height: 100%;
    background-color: #fff;
}
.slick-history .hisItem {
    display: flex;
    align-items: center;
    height: 400px;
}
.slick-history .hisItem > .hisyear,
.slick-history .hisItem > .hiscon {
    width: 50%;
    position: relative;
}
.slick-history .hisItem > .hisyear {
    font-size: 140px;
    line-height: 1em;
    text-align: right;
    padding-right: 70px;
}
.slick-history .hisItem > .hiscon {
    padding-left: 70px;
}
.slick-history .hisItem > .hisyear .dft,
.slick-history .hisItem > .hiscon .dft,
.slick-history .hisItem > .hisyear .yyyy {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slick-history .hisItem:not(.act) > .hisyear .dft,
.slick-history .hisItem:not(.act) > .hiscon .dft {
    opacity: .6;
}
.slick-history .hisItem:not(.act) > .hisyear .yyyy {
    font-size: .8em;
}
@media  (max-width:992px){
    .slick-history .hisItem > .hisyear {
        font-size: 90px;
        padding-right: 40px;
    }
    .slick-history .hisItem > .hiscon {
        padding-left: 40px;
    }
}
@media  (min-width:600px){
    .slick-history .hisItem > .hiscon:after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        top: 50%;
        left: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.3);
        background-color: #fff;
        border-radius: 50%;
        filter: blur(3px);
        z-index: 6;
        
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .slick-history .hisItem:not(.act) > .hiscon:after {
        filter: blur(0);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}
@media  (max-width:600px){
    .slick-history:after {
        left: 15px;
    }
    .slick-history .hisItem {
        height: 200px;
        position: relative;
    }
    .slick-history .hisItem:after {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        top: 50%;
        left: 15px;
        transform: translate3d(-50%, -50%, 0) scale(1.3);
        background-color: #fff;
        border-radius: 50%;
        filter: blur(3px);
        z-index: 6;
        
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .slick-history .hisItem:not(.act):after {
        filter: blur(0);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
    .slick-history .hisItem > .hisyear {
        font-size: 40px;
        padding-right: 0;
        text-align: left;
        width: 150px;
        padding-left: 35px;
    }
    .slick-history .hisItem > .hiscon {
        padding-left: 20px;
        width: calc(100% - 150px);
    }
}
@media  (max-width:500px){
    .slick-history .hisItem {
        height: 250px;
    }
    .slick-history .hisItem > .hisyear {
        width: 100%;
        display: none;
    }
    .slick-history .hisItem.act > .hiscon .dft{
        opacity: 1;
    }
    .slick-history .hisItem.act > .hiscon .dft.yy {
        font-size: calc(100vw * (50 / 500));
    }
    .slick-history .hisItem > .hiscon {
        padding-left: 45px;
        width: 100%;
    }
}

/* slider-nav */
.slider-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    padding: 15px 0;
}
.pin-wrapper .slider-nav {
    background: linear-gradient(to bottom, #1B1B1B 50%, transparent);
    z-index: 22;
}
.slider-nav .sn-tab {
    opacity: .5;
    cursor: pointer;
}
.slider-nav .sn-tab.act {
    opacity: 1;
}

/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000812;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    border: 0px;
}
#subTabs .con a {
    display: block;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
}
#subTabs .con .tabItem {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    padding: 12px 10px;
    text-decoration: none;
    position: relative;
}
#subTabs .con .tabItem,
#subTabs .con .tabItem .dft {
    color: #9C9C9C;
    font-weight: 600;
}
#subTabs .con .tabItem.active {
    background: #fff;
    border-radius: 100px;
}
#subTabs .con .tabItem.active,
#subTabs .con .tabItem.active .dft {
    color: #006BE9;
}
@media (min-width:500px){
    #subTabs .con {
        width: 100% !important;
    }
}
@media (max-width:992px){
    #subTabs .con {
        padding: 0;
        gap: 4px;
    }
    #subTabs .con .tabItem {
        font-size: 15px;
        padding: 15px 0;
    }
}
@media (max-width:992px){
    #subTabs .con .tabItem {
        font-size: 12px;
        padding: 10px 0;
    }
}
/* tab-content */
#tabContent {
    background-color: transparent !important;
    box-shadow: 0 0 0;
    border: 0px;
    position: relative;
    background-color: #1B1B1B;
    overflow: hidden;
}
#tabContent.tab-content > .tab-pane {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    width: 100%;
    z-index: -1;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#tabContent.tab-content > .tab-pane.active {
    position: relative;
    opacity: 1;
    display: block;
    z-index: 3;
}

/* certificate1 */
#tabContent.tab-content > .tab-pane .ani1,
#tabContent.tab-content > .tab-pane .ani2,
#tabContent.tab-content > .tab-pane .ani3,
#tabContent.tab-content > .tab-pane .ani4 {
    opacity: 0;
    transition: all 0.75s;
    -o-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
}
#tabContent.tab-content > .tab-pane .ani2 {
    transition-delay: .2s;
}
#tabContent.tab-content > .tab-pane .ani3 {
    transition-delay: .5s;
}
#tabContent.tab-content > .tab-pane .ani1,
#tabContent.tab-content > .tab-pane .ani2 {
    transform: translateX(60px);
}
#tabContent.tab-content > .tab-pane.active .ani1, 
#tabContent.tab-content > .tab-pane.active .ani2 {
    transform: translateX(0);
    opacity: 1;
}
#tabContent.tab-content > .tab-pane .ani3,
#tabContent.tab-content > .tab-pane .ani4 {
    transform: translateY(60px);
}
#tabContent.tab-content > .tab-pane.active .ani3,
#tabContent.tab-content > .tab-pane.active .ani4 {
    transform: translateY(0);
    opacity: 1;
}
/* certificate1 */
#certificate1 #ttBg {
    background: url(../img/certificate1_ttBg.png) center top no-repeat;
    position: relative;
}
#magazine1 #ttBg {
    background: url(../img/magazine1_ttBg.png) center top no-repeat;
    position: relative;
}
#education1 #ttBg {
    background: url(../img/education1_ttBg.png) center top no-repeat;
    position: relative;
}
#vod1 #ttBg {
    background: url(../img/vod1_ttBg.png) center top no-repeat;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ttBg {
    overflow: hidden;
    background-position: center top !important;
    background-size: cover !important;
    position: relative;
}
#ttBg:after {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #1B1B1B 30%, transparent);
    z-index: 1;
}
#ttBg .container {
    position: relative;
    z-index: 5;
}
@media  (max-width:992px){
    #vod1 #ttBg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* subTxtBox */
.subTxtBox:not(.fbox) {
    display: flex;
    align-items: flex-start;
}
.subTxtBox:not(.fbox) .lft {
    width: 430px;
    padding-right: 30px;
}
.subTxtBox:not(.fbox) .rt {
    width: calc(100% - 430px);
}
@media  (max-width:768px){
    .subTxtBox {
        flex-wrap: wrap;
    }
    .subTxtBox .lft {
        width: 100% !important;
        padding-right: 0px;
        padding-bottom: 15px;
    }
    .subTxtBox .rt {
        width: 100% !important;
    }
}


/* certificate1 */
#certificate1 .sec2 {
    position: relative;
}
#certificate1 .sec2 .floatTxt {
    position: absolute;
    z-index: 3;
    font-size: 400px;
    font-weight: 500;
    right: 0;
    top: 50%;
    white-space: nowrap;
    transform: translate3d(0, -50%, 0);
    text-align: center;
}
#certificate1 .sec2 .floatTxt .top,
#certificate1 .sec2 .floatTxt .bt {
    color: rgba(255,255,255,0.02);
}
#certificate1 .sec2 .container {
    position: relative;
    z-index: 10;
}
@media  (max-width:992px){
    #certificate1 .sec2 .floatTxt {
        font-size: 200px;
    }
}
@media  (max-width:768px){
    #certificate1 .sec2 .floatTxt {
        font-size: 15vw;
    }
}

/* ad_mySwiper */
.ad_mySwiper .swiper-slide {
    width: 600px;
    max-width: 80vw;
    padding: 20px;
}
.swiper-slide-active a {
	border: 3px solid #c2c1c1;
    box-shadow: 15px 15px 15px rgba(0,0,0,.3);
}
.ad_mySwiper .swiper-slide .tagThumItem:after {
    /* backdrop-filter: blur(5px); */
}
.ad_mySwiper .swiper-slide .tagThumItem img {
    /* filter: blur(3px); */
}
.ad_mySwiper .swiper-slide .tagThumItem .txt {
    justify-content: flex-end;
}
@media  (max-width:768px){
    .ad_mySwiper .swiper-slide {
        padding: 10px;
    }
    .swiper-slide-active a {
        border: 1px solid #c2c1c1;
        box-shadow: 5px 5px 15px rgba(0,0,0,.3);
    }
}

/* portfolio */
#portfolio {
    margin: 0 -15px;
}
#portfolio > [class*="col-"] {
    padding: 15px;
}
@media  (max-width:768px){
    #portfolio {
        margin: 0 -5px;
    }
    #portfolio > [class*="col-"]{
        padding: 5px;
    }
    #portfolio .tagThumItem .txt .subjectName {
        font-size: calc(100vw * (30 / 768));
    }
    #portfolio .tagThumItem .txt .tagWrp span {
        font-size: calc(100vw * (12 / 500));
    }
}

/* counters */
.counters .row {
    margin: 0 -25px;
}
.counters .row  > [class*="col-"] {
    padding: 0 25px;
}
/* subSwiper */
.subSwiper .item .img img {
    border-radius: 25px;
}
@media  (max-width:768px){
    .subSwiper .item .img img {
        border-radius: 15px;
    }
}

/* table_edu */
.table.table_edu tbody tr th,
.table.table_edu tbody tr td {
    vertical-align: middle;
    border-color: #797979;
    padding: 20px 15px;

    transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}
.table.table_edu tbody tr th {
    width: 10%;
}
.table.table_edu tbody tr td {
    width: 90%;
    text-align: center;
}
.table.table_edu tbody tr:hover th,
.table.table_edu tbody tr:hover td{
    background-color: rgba(255,255,255,0.03);
}
@media  (max-width:768px){
    .table.table_edu tbody tr th {
        width: 100px;
    }
    .table.table_edu tbody tr td {
        width: calc(100% - 100px);
    }
}

/* magazine2 */
#magazine2 .container {
    position: relative;
    z-index: 10;
}

/* slyFrame */
@media  (max-width:500px){
    .slyFrame {
        overflow: hidden;
    }
    .slyFrame a {
        float: left;
        margin: 0 1px 0 0;
        padding: 0;
        color: #ddd;
        text-align: center;
        cursor: pointer;
    }
    #subTabs.slyFrame .con {
        display: block;
        padding: 5px;
    }
    #subTabs.slyFrame .con .tabItem  {
        width: 150px;
        float: left;
        flex-basis: auto;
    }
    #subTabs.slyFrame .con .tabItem a {
        float: none;
    }
}


/* mySwiper_cons : dot */
.mySwiper-cons-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    text-align: left;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.mySwiper-cons-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    margin: 0px !important;
    padding: 0 12px 0 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.mySwiper-cons-pagination .swiper-pagination-bullet span {
    display: block;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    color: #ddd;

    line-height: 1em;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    white-space: nowrap;
}
.mySwiper-cons-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    background-color: #006BE9;
    border-color: #006BE9;
    font-weight: bold;
    color: #fff;
}

@media (max-width:768px){
    .mySwiper-cons-pagination .swiper-pagination-bullet {
        padding: 0 8px 0 0;
    }
    .mySwiper-cons-pagination .swiper-pagination-bullet span {
        padding: 9px 20px;
    }
}