@charset "utf-8";

@import url(font.css);

* {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

body {
    margin: 0 auto;

    /*ie ver. overflow*/
    overflow-x: hidden;
}

a {
    font-family: 'Pretendard';
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    color: #333;
}


.nav {
    display: none;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}


.mobile {
    display: none;
}





/*indexpage header*/
.mainheader {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 80px;
    color: #fff;
    /* padding-top: 20px; */
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    /* padding-top: 20px; */
}

.mainheader {
    /* background: rgb(0 0 0 / 56%); */
}

.mainheader .center {
    max-width: none;
}

.mainheader-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 10px; */
    height: 100px;
}



.mainheader-bottom-middle {
    display: flex;
    font-size: 30px;
    width: 100%;
    text-align: center;
    flex-direction: column;
    line-height: 25px;
    color: #fff;
    justify-content: center;
}







.bg .center {
    width: 100%;
}

.mainheader-bottom-left {
    font-size: 20px;
    width: 33.33%;
    text-align: left;
}

.mainheader-bottom-left img {
    max-width: 220px;
}




.mainheader-bottom-middle span:first-of-type {
    font-size: 13px;
    font-family: 'S-CoreDream-3Light';
}


.mainheader-bottom-middle span:nth-of-type(2) div {
    font-size: .7em;
    /* font-family: 'S-CoreDream-3Light'; */
    letter-spacing: -1.0px;
    /* font-family: 'Pretendard'; */
    font-family: 'TmonMonsori';
    text-shadow: 3px 3px 11px #000;
}


.mainheader-bottom-middle span:nth-of-type(3) {
    font-size: 10px;
    opacity: 0.6;
    font-family: 'S-CoreDream-3Light';
}

/* .mainheader-bottom-middle span{margin: 5px;} */

.mainheader-bottom-right {
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mainheader-bottom-right ul {
    display: flex;
    /* visibility: hidden; */
}

.mainheader-bottom-right ul li {
    cursor: pointer;
    margin-right: 5px;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

.mainheader-bottom-right ul li img {
    max-width: 30px;
    border: 2px solid #ffffff73;
    border-radius: 2em;
}

.pc-gnb {
    /* margin-top: 5px; */
    width: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.pc-gnb span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 30px;
    background: #fff;
}

.menu_bar_main {
    display: block;
    right: -100%;
    top: 100px;
    /* border-top: 1px solid #dcdcdc; */
}

.menu_bar_main {
    /* right: 0px; */
    text-align: left;
    float: left;
    height: 100vh;
    /* width: 30%; */
    top: 0px;
    width: 80%;
    padding-top: 100px;
    max-width: 500px;
    position: fixed;
    background: #111;
    transition: right 0.4s ease-in-out;
    /* overflow-y: scroll; */
    /* direction: rtl; */
    z-index: 10;
}

.menu_bar_main ul li {
    height: 74px;
    color: #ffffff;
    font-size: 1.3em;
    font-family: Pretendard;
    font-weight: bold;
    letter-spacing: -1px;
    display: flex;
    /* letter-spacing: -.5px; */
    /* border-bottom: 1px solid #eaeaea17; */
    font-weight: normal;
    line-height: 55px;
    /* font-family: 'S-CoreDream-3Light'; */
    padding-left: 82px;
    position: relative;
    /* font-weight: 400; */
    /* text-shadow: 0px 0px 0px #dcdcdc; */
    align-items: center;
}


.category-sub {
    display: none;
}

.category-sub li {
    background-color: #1a1a1a;
    font-size: 1.1em !important;
    display: flex;
    align-items: center;
    font-weight: normal !important;
}

.burger_arrow::before {
    height: 8px;
    width: 8px;
    content: "";
    position: absolute;
    right: 4em;
    top: 32.5px;
    transition: .5s all;
    transform: rotate(-45deg);
    border-right: 2px solid #a1a1a1;
    border-bottom: 2px solid #a1a1a1;
}

.burger_arrow.active::before {
    transform: rotate(45deg);
    /* top: 20.5px; */
    top: 32.5px;
}

.center-v2 {
    width: 90% !important;
    display: none;
}


.mobliever-langbtn {
    visibility: hidden;
    height: 60px;
}




/*indexpage heder end*/




/*indexpage main*/


.section {
    text-align: center;
    overflow: hidden;
}

/*vanner video*/
#myVideo {
    pointer-events: none;
    width: 100%;
    /* width: 300%; */
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    min-width: 1700px;
}


.bg-video {
    /* background: rgba(0, 0, 0, 0.5) !important; */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
}


/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    /* top: 43%; */
    height: 100%;
    /* 
* Preventing flicker on some browsers 
* See http://stackoverflow.com/a/36671466/1081396  or issue #183
*/
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
    overflow: hidden;
}

.vol_Texter {
    font-size: .7em;
    margin-top: 20px;
    display: block;
}

video::-webkit-media-controls {
    display: none !important;
}

.fp-table {
    height: auto !important;
}

.webzine-title {
    font-family: 'TmonMonsori' !important;
}

.blue-text {
    animation-delay: 0.4s;
    font-family: 'TmonMonsori';
    text-shadow: 0px 5px 15px rgb(64 107 232) !important;
}



.swiper-slide::-webkit-scrollbar {
    display: none;
}

.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container::-webkit-scrollbar {
    display: none;
}

.none-index {
    display: none !important;
}















.layer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.layer span {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.layer h1 {
    /* margin-top: 10%; */
}

.layer div {
    margin: 0 auto;
    /* margin-top: 32.5%; */
    color: #fff;
    width: 50px;
}

.main-text {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 32px;
    width: 100% !important;
    font-weight: bold;
}

.scollicon {
    width: 100%;
    max-width: 50px;
}

.scollicon img {
    width: 100%;
    animation: updown 2s infinite;
}

@keyframes updown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.scrolls {
    width: 100%;
    z-index: 10000;
    margin: 0 auto;
    position: absolute;
    /* max-width: 50px; */
    bottom: 0;
    text-align: center;
    color: #fff;
}

.line {
    width: 1px;
    height: 60px;
    top: 0;
    margin: 0 auto;
    /* border: 1px solid; */
    background: #172b48;
}

.menu_bar_main ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.ICT-text {
    font-size: 40px;
    color: #0a3b66;
    padding-bottom: 0px;
    /* font-family: 'Pretendard'; */
}

.ICT-text2 {
    color: #345576;
    font-weight: normal;
    font-family: 'Pretendard';
    letter-spacing: -1px;
    margin-top: 10px !important;
    display: inline-block;
    /* opacity: 0.5; */
}


@keyframes video {
    0% {
        width: 150% auto;
    }

    50% {
        width: 180% auto;
    }

    100% {
        width: 150% auto;
    }
}





/*center*/

.center {
    /* max-width: 1050px; */
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
    min-width: 300px;
}


.centers {
    max-width: 100% !important;
    width: 100% !important;
}

.center-v2 {
    max-width: 1100px;
    margin: 0 auto;
}

.background-color {
    /* background-color: #fafafa; */
}



.ib {
    display: inline-block;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.vol-lang span {
    cursor: pointer;
    font-weight: bold;
}


/*start header*/
.common-header {
    width: 100%;
    /* border-bottom: 2px solid #dcdcdc; */
    position: fixed;
    z-index: 1555;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 21%);
    background: #fff;
    top: 0px;
}


.f-content {

    color: rgb(167, 166, 166);

    font-weight: 500;

    font-size: 15px;

    width: 100%;

    /* border: 1px solid; */

    top: 90px;

    /* margin-top: 15px; */

    /* margin-bottom: 15px; */

    position: absolute;

    z-index: 9;
}

.f-content .center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
}

.f-content a {
    /* color: rgb(167, 166, 166); */
    text-decoration: none;
    color: rgb(237, 237, 237);
    border: 2px solid;
    padding: 9px 15px;
    font-family: 'Pretendard';
    display: inline-block;
    transition: all .5s ease;
    border-radius: 5em;
}


.f-content div {
    /* cursor: pointer; */
    /* color: #000; */
    letter-spacing: -1px;
    font-weight: normal;
    /* font-family: 'S-CoreDream-3Light'; */
}

.f-content .paper {
    position: relative;
    margin-right: 10px;
}



/* .f-content .paper::after{
    position: absolute;
    border-right: 2px solid rgb(92, 92, 92);
    top: 25%;
    content: "";
    height: 50%;
    right: 0px;
} */

.f-content .goduc {
    margin-right: 10px;
}

.f-content-line {
    margin: 10px;
    height: 100%;
}



.paper .lang-none-view-img {
    display: none;
}

.goduc .lang-none-view-img {
    display: none;
}




.vol-top {
    width: 90%;
    margin: 0 auto;
    /* height: 60px; */
    /* line-height: 60px; */
}

.gnb {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #cfcfcf;
    box-sizing: border-box;
    position: relative;
}

.gnb .hover_area {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
}

.gnb .real-gnb {
    display: inline-block;
    width: 100%;
}

.gnb .real-gnb li {
    float: left;
    width: 33.333%;
    cursor: pointer;
    font-weight: bold;
    box-sizing: border-box;
}

.gnb .hover_area:hover .snb .sub-list {
    display: block;
}

.snb .sub-list {
    width: 50%;
    margin: 0 auto;
    display: none;
    pointer-events: auto;
}

.snb {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    z-index: 5;
    top: 45px;
    pointer-events: none;
    display: block;
    box-shadow: 0px 2px 5px #cfcfcf;
    font-size: 13px;
    border-bottom: 1px solid #dcdcdc;
}

.snb:hover>.snb {
    display: none;
}

.snb .li-margin {
    margin-left: 30px;
}

.snb .ictTrend-list {
    width: 33.333%;
    box-sizing: border-box;
    height: 360px;
    float: left;
    border-left: 1px solid #dcdcdc;
}

.snb .insight-list {
    width: 33.333%;
    box-sizing: border-box;
    float: left;
    height: 360px;
    border-left: 1px solid #dcdcdc;
}

.snb .jobTalk-list {
    width: 33.333%;
    box-sizing: border-box;
    float: left;
    height: 360px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.snb ul li {
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
}

.snb ul li:hover {
    background: #5e5e5e;
    color: #fff;
}

.mg-span {
    margin-left: 40px;
}

.gnb_area {
    position: relative;
    background: #343434;
}

.more img {
    width: 7px;
    vertical-align: 2px;
    opacity: 0.7;
    margin-left: 5px;
    margin-right: 5px;
}


/*end header*/

/*footer*/



.footer {
    width: 100%;
    /* height: 50px; */
    background: #343434;
    display: flex;
    /* height: 250px; */
    padding: 50px 0px;
    align-items: center;
}


.footer .center-v2 {
    width: 100%;
    margin: 0 auto;
    /* margin-left: 16.5%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.footer div {
    vertical-align: middle;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    text-align: center;
}

.footer-bottom-left {
    display: flex;
    width: 67%;
    border: 1px solid;
    align-items: center;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0px 20px;
    /* border: 1px solid; */
}




.f-logo {
    /* line-height: 100px; */
    display: inline-block;
    margin: 10px;
    /* margin-right: 50px; */
}




.f-address {
    display: inline-block;
    width: 100%;
    color: #7a7a7a;
    font-size: 15px;
    text-align: center;
    /* text-align: left; */
    /* border: 1px solid; */
}

.f-address ul {
    padding: 0;
}

.f-address ul li {
    margin: 0px;
    font-size: .9em;
    line-height: 24px;
    color: #ffffff57;
}


.f-sns {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 30px;
}

.f-sns a img {
    max-width: 40px;
}

.f-sns a {
    margin-right: 10px;
    color: #343434;
}

.f-sns a:last-child {
    margin-right: 0px;
}





/*footer end*/




/* .common-title{
    height: 10px;
    position: relative;
} */


.common-title .common-text {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: #001764;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.common-title .common-text .em {
    letter-spacing: -1px;
}

.common-title .common-subtext {
    font-size: 14px;
    color: #818181;
}



/*main-vanner, swiper */
.vanner-01 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.vanner-02 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/main/vanner-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.vanner-03 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(../img/main/vanner-02.png);
}

.type-01 .swiper-slide {
    background-position: center;
    animation: grow 20s linear infinite;
    background-size: cover;
    overflow: hidden;
}

/* animation */
/* @keyframes grow {
    0%   {background-size: cover auto;}
    50% {background-size: 150% auto;}
    100% {background-size: cover auto;}
} */


.main-vanner {
    width: 100%;
    position: relative;
    height: 100%;
    /* margin-top: 117px; */
}

/*first mainvanners-text */
/* .main-vanners-text{display: none;} */

.main-vanners-text {
    display: flex;
    flex-direction: column;
}

.vanner-text {
    position: absolute;
}

.vanner-text .vanner-title {
    font-size: 3em;
    /* font-weight: bold; */
    text-shadow: 0px 0px 15px #1f1f1f;
}

.vanner-text .vanner-title_2 {
    font-size: 21px;
    font-weight: normal;
    margin: 10px 0px 30px;
    line-height: 26px;
    text-shadow: 0px 0px 15px #1b1b1b;
    font-family: 'Pretendard';
    opacity: 0.6 !important;
}

.vanner-text .vanner-subtitle {
    display: inline-block;
    margin-top: 30px;
    font-weight: normal !important;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.6);
}

.four-campany-names {
    font-size: 1em !important;
}

.vanner-a {
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #ffffff6e;
    display: inline-block;
    padding: 10px 50px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    opacity: 0.8;
}

.vanner-a:hover {
    opacity: 1;
}

.swiper-pagination {
    display: none;
}


/*main*/
.type-01 {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #cfcfcf;
}

.swiper-wrapper .m-swiper {
    position: relative;
}

.swiper-container .vanner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* 스와이프 */
.vanner-text span {
    display: inline-block;
    color: #fff;
}

.vanner-text .box-shape {
    font-size: 20px;
    padding: 8px 14px;
    color: white;
}

.vanner-text .vanner-title {
    /* margin-top: 10px; */
    margin-bottom: 10px;
    /* font-family: 'S-CoreDream-3Light'; */
    letter-spacing: -1.5px;
    font-family: 'Pretendard';
}

.content {
    position: relative;
}

.content:last-child .month-line {
    display: none;
}

.swiper-pagination .swiper-pagination-bullet {
    background: rgb(255, 255, 255);
}


.section-02 .swiper-slide:hover .content-picture {
    background-size: 110%;
}

.section-02 .swiper-slide:hover .background-img {
    transform: scale(1.15);
    overflow: hidden;
}



/*------------------------------------------*/




/* Preview ICT insight*/


#section1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: inherit;
    list-style: none;
    /* padding: 0; */
    z-index: 1;

}

.preview {
    background: url(../img/main/preview.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}







.previewetext {
    font-size: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 40px;
    color: #fff;
    /*margin-top: 150px;*/
    padding-top: 150px;
    font-family: 'S-CoreDream-3Light';
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 50px;
}

.previewetext span:first-of-type {
    text-shadow: 5px 8px 8px;
}

.previewetext span:nth-of-type(2) {
    font-size: 25px;
    margin-top: 10px;
    font-family: 'Pretendard';
    letter-spacing: -1px;
    font-weight: normal;
}

.pcmockup {
    margin: 0 auto;
    left: 0;
    top: 0%;
    max-width: 1103px;
    min-width: 300px;
}

.pcmockup .video {
    width: 73%;
    margin-top: 50px;
    /* background-color: #f0f0f0; */
    /* box-sizing: border-box; */
    margin: 0 auto;
    display: inline-block;
    /* max-width: 800px; */
    margin-top: 3%;
}

.pcmockup img {
    /* width: 100%; */
    /* max-width: 1103px; */
    min-width: 300px;
    /* z-index: 10; */
    position: absolute;
}

.video-area {
    /* overflow: hidden; */
    /* position: absolute; */
    width: 100%;
    left: 0;
    display: flex;
}


.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 57% !important;
}


iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;

}

.video-container video {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}


/*end Preview ICT insight*/








/* section-01  (ict-trend)*/
.section-01 {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.mainpage-section-01 {
    padding-top: 0px;
}


.section_title {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    font-family: 'S-CoreDream-3Light';
    margin-bottom: 10px;
    margin-top: 0%;
    padding-top: 30px;
    line-height: 35px;
}

/* .section_title::after{
    border-bottom: 3px solid #e8e8e8;
    content: "";
    display: block;
    width: 60%;
    margin: auto;
    max-width: 30px;
    padding-bottom: 20px;
} */





.main-content {
    overflow: hidden;
    padding-bottom: 20px;

}

.main-content ul {
    margin: 0 auto;

    width: 100%;
    overflow: visible;

}



.main-content ul li {
    width: 32%;
    height: 350px;
    display: inline-block;
    margin-right: 2%;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin-top: 20px;
    float: left;
    text-align: left;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 5px #cfcfcf;
    transition: all 0.1s ease-in-out;
    position: relative;
}

.calendar__day span a::after {
    content:
        "";
    display:
        block;
    position:
        absolute;
    top: 3px;
    left: 0;
    width: 6px;
    z-index: 555;
    /* border-right: 1px solid #dcdcdc; */
    height: 6px;
    border-radius: 1em;
    text-align: center;
    background: #a33a3a;
}

.more {
    position: absolute;
    bottom: 20px;
    /* left: 15px; */
    right: 60%;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}



.main-content ul li:last-child {
    margin-right: 0px !important;
}

.content-picture {
    transition: all 0.5s ease-in-out;
    background-size: 100%;
    overflow: hidden;
}

.main-content ul li:hover .content-picture {
    background-size: 110%;

}



.content-picture {
    width: 100%;
    background-position: center;
    position: relative;
    height: 220px;
    border-bottom: 1px solid #cfcfcf;
}

.content-name {
    display: inline-block;
    top: 20px;
    left: 20px;
    position: absolute;
    font-size: 22px;
    letter-spacing: -0.5px;
    text-shadow: 1px 1px 5px #343434;
    font-weight: bold;
    color: #fff;
}

.content-info {
    margin: 10px 20px 0px;
    font-size: 15px;
    color: #001764;
    word-break: keep-all;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 50px;
    -webkit-box-orient: vertical;
    line-height: 23px;
}


.section-01-1,
.section-01-2,
.section-01-3 {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.section-01-con {
    transition: opacity 1s ease, transform 1s cubic-bezier(0.3, 0.59, 0.45, 1.19);
    opacity: 0;
    transform: scale(.8);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.3);
    border-radius: 1em;
    overflow: hidden;
}


.cont-name {
    margin: 20px;
    /* margin-left: 5%; */
    text-align: left;
    /* font-weight: bold; */
    color: #001764;
    /* position: absolute; */
    z-index: 1000;
    position: absolute;
    color: #fff;
}

.section-01-con .cont-name-txt {
    font-size: 30px;
    font-family: 'Pretendard';
    letter-spacing: -1px;
}

.cont-bottom-text {
    float: left;
    text-align: left;
    word-break: keep-all;
    /* padding-left: 10px; */
    width: 80%;
    display: flex;
    align-items: center;
    /* font-weight: bold; */
    /* min-height: 80px; */
}

.cont-txt {
    word-break: keep-all;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Pretendard';
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 27px;
}

.section-01-con .cont-txt {
    font-size: 20px;
}


.cont-bottom-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10%;
    align-items: center;
}

.cont-bottom-img img {
    max-width: 20px;
}


.image-frame {
    overflow: hidden;
    /* position: absolute; */
    width: 100%;
}

.section-01 .swiper-inner {
    /* width: 100%; */
    transition: all 0.5s ease;
    /* background-size: cover; */
    /* background-position: center; */
    /* position: absolute; */
}

.section-01-con:hover .swiper-inner {
    transform: scale(1.15);
}

.section-01 .swiper-inner .swiper-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-01 .swiper-inner::after {
    display: block;
    content: "";
    padding-bottom: 140%;
}

.active .section-01-1 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}

.active .section-01-2 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .6s;
}

.active .section-01-3 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .9s;
}



.section-01-con .cont-bottom {
    /* display: flex; */
    width: 100%;
    /* margin-left: 5%; */
    justify-content: space-around;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.5); */
    position: absolute;
    margin: 20px;
    z-index: 100;
    color: #fff;
}

/*end section-01  (ict-trend)*/






/* section-02  (ict-inside)*/
#section2 {}

.content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-01-con {
    width: 28.333%;
}

.section-02 {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
}

.section-02-con {
    width: 48%;
    margin: 1%;
    max-height: 300px;
    overflow: hidden;
    transition-delay: 0.3s;
    display: flex;
    max-width: 550px;
}

.section-02-con {
    transition: opacity 1s ease, transform 1s cubic-bezier(0.3, 0.59, 0.45, 1.19);
    opacity: 0;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
    transform: scale(.8);
    border-radius: 1em;
}

.section-02-con a {
    width: 100;
}




.section-02-2 .left-text {
    background: rgba(0, 0, 0, 0.5);
}

.section-02-3 .left-text {
    background: #001763;
    position: inherit !important;
    width: 100%;
    min-width: 200px;
}

.section-02-3 a {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}


.section-02-4 .left-text {
    background: #0162af;
    position: inherit !important;
    width: 100%;
    min-width: 200px;
}

.section-02-4 a {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.section-02 .swiper-inner {
    position: relative;
    /* border-radius: 2em; */
    background-size: cover;
    box-shadow: 0px 55px 55px rgba(0, 0, 0, 0.5);
    margin-left: 0%;
    width: 100%;
    margin-left: 0%;
    max-height: 300px;
    background-position: top;
}

.zoomman {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}


.zoomman img {
    width: 250px;
    filter: drop-shadow(0px 0px 5px #fff);
}

.section-02 .swiper-inner .swiper-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-02-con:hover .swiper-inner {
    transform: scale(1.15);
}


/* .section-02 .swiper-inner::after {
    display: block;
    content: "";
    padding-bottom: 100%;
} */

.active .section-02-1 {
    opacity: 1;
    transform: translateY(0px);

}

.left-text {
    width: 100%;
    max-width: 200px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 100;
    height: 100%;
    color: #fff;
}






.swiper-content-text {
    font-size: 15px;
    margin: 10px;
    font-family: 'Pretendard';
    /* line-height: 60px; */
    display: flex;
    width: 74%;
    min-height: 60px;
    line-height: 25px;
    word-break: keep-all;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

.swiper-content {
    font-size: 20px;
    font-family: 'Pretendard';
}

.zoomcompany-name {
    font-size: 15px;
    /* min-height: 100px; */
}

.zoomcompany-name li {
    margin: 5px;
    font-family: 'Pretendard';
}

.section-02-3 .zoomcompany-name {
    min-height: 0px;
}

.section-02-4 .zoomcompany-name {
    min-height: 0px;
}


.right-img {
    width: 100%;
    overflow: hidden;
}

.section-02-con .right-img {
    width: 600px;
    height: 300px;
    max-width: 700px;
}



.conts-number {
    display: none;
}


.active .section-02-2 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .6s;
    display: flex;
}

.active .section-02-3 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .9s;
    display: flex;
}


.active .section-02-4 {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1.2s;
    display: flex;
}



/*end section-02  (ict-inside)*/


/* section-03  (ict-talk)*/

#section4 {
    background: #f5f5f5;
}




.section-03 {
    padding-top: 100px;
}

.section-03 a {
    width: 29.333%;
}



.section-03-con {
    transition: opacity 1s ease, transform 1s cubic-bezier(0.3, 0.59, 0.45, 1.19);
    opacity: 0;
    transform: scale(.8);
}


.active .section-03-1 {
    opacity: 1;
    transform: translateY(0px);

}

.active .section-03-2 {
    opacity: 1;
    transform: translateY(0px);

}

.active .section-03-3 {
    opacity: 1;
    transform: translateY(0px);

}

.section-03-con .cont-bottom {
    display: flex;
    width: 100%;

    justify-content: space-around;
}



.section-03-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2em;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    justify-content: flex-start;
    font-family: 'Pretendard';
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}

.section-03-con:hover .swiper-inner {
    transform: scale(1.15);
}

.section-03 .swiper-inner {
    width: 100%;
    margin-left: 0%;
}


.section-03 .swiper-inner::after {
    display: block;
    content: "";
    padding-bottom: 0%;
}




.section-03-con .cont-name {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    clear: both;
    background: #0a3b66;
    color: #fff;
    border: 3px solid #0a3b66;
    padding: 7px 7px;
    font-size: 1.1em;
    z-index: 1000;
    min-width: 100px;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
    /* left: 14%; */
    border-radius: 2em;
    top: 12px;
    left: 11px;
    /* transform: translate(-50%, 0px); */
}


.section-03-1 .swiper-inner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-03-2 .swiper-inner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center;
}

.section-03-3 .swiper-inner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-03-con .cont-bottom {
    /* border-bottom: 3px solid #001764; */
    background: #fff;
}




.section-03-con .cont-bottom-text {
    /* margin: 10px; */
    text-align: center;
    word-break: keep-all;
    /* border: 1px solid; */
    padding-left: 10px;
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    box-shadow: none;
    font-size: 1.1em;
    float: inherit;
    justify-content: center;
    padding: 5px;
    min-height: 50px;
    /* font-size: 15px; */
}

.section-03 .content {
    margin-top: 72px;
    margin-bottom: 50px;
}

.section-03-con .more {
    display: none;
    right: 16px;
    /* left: 25px; */
}


.pdfdown-con {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../img/icon/pdficonback.jpg); */
    background-size: cover;
    color: #fff;
    font-weight: bold;
    border-radius: 2em;
    margin: 0 auto;
    cursor: pointer;
    transition: opacity 1s ease, transform 1s cubic-bezier(0.3, 0.59, 0.45, 1.19);
    opacity: 0;
    transform: scale(.8);
    flex-direction: column;
}



.pdfdown-con-img {
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
    box-shadow: 5px 5px 5px #00000030;
    background: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    border: 2px solid #02ade6;
    justify-content: center;
}

.pdfdown-con-img img {
    max-width: 40px;
}

.pdfdown-con-text {
    margin: 10px;
    font-family: 'Pretendard';
    color: #000;
}


.active .pdfdown-con {
    opacity: 1;
    transform: translateY(0px);

}


/*end section-03  (ict-talk)*/



/*------------------------------------------newsletter---------------------------------------------------*/



.news-letter {
    background-image: url(../img/sub/newsletter.jpg);

}

.news-letter-title {
    color: rgb(53, 53, 53) !important;
    font-size: 50px;
    font-weight: 700 !important;
    word-break: keep-all;
    width: 100%;
}


.gudoc-center {
    margin: 0 auto;
    max-width: 800px;
    padding: 30px 0px 100px;
    position: relative;
}

.form-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}


.form-area {
    width: 90%;
    margin: 0 auto;
}

.gform {
    text-align: center;
}

.gudoc-text {
    width: 80%;
    margin-left: 10%;
    word-break: keep-all;
    margin-bottom: 50px;
    line-height: 22px;
    text-shadow: 0px 0px 1px #828282;
    font-size: 15px;
    color: #4c4c4c;
    letter-spacing: -0.5px;
}

.gudoc-text1 {
    margin-bottom: 10px;
}


.form-area {
    width: 90%;
    margin: 0 auto;
}

.form-padding {
    display: inline-block;
    background: #00b0bd;
    background: -webkit-linear-gradient(to right, #00b0bd, #0072bc);
    background: linear-gradient(to right, #00b0bd, #0072bc);
    padding: 2px;
    box-shadow: 4px 5px 20px rgb(183 183 183);
    width: 60%;
}

.form-group {
    display: inline-block;
    width: 100%;
}


.form-group input {
    height: 40px;
    width: 99%;
    padding: 0px;
}


.col-sm-6 input {
    text-indent: 1em;
}

/* 
.col-sm-6 input:focus {
    outline: none;
} */


.news-letter-info {
    width: 60%;
    height: 150px;
    margin-left: 5%;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #dcdcdc;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
}



.news-letter-info .text-area {
    margin: 20px;
    line-height: 20px;
}

.news-letter-info .textarea-title {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}


label input {
    vertical-align: -2px;
    margin-right: 10px;
}

.submit-area {
    position: relative;
    width: 100%;
}

.thankyou_message {
    position: absolute;
    background: #fff;
    border-radius: 10px;
    left: 25%;
    transform: translate(-50%, -50%);
    display: inline-block;
    bottom: 40px;
    color: #222222;
    box-shadow: 0px 5px 15px rgb(184 184 184);
    font-style: normal;
}

.thankyou_message h2 {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 0px 1px;
    letter-spacing: -2px;
    font-weight: 500;
    line-height: 35px;
    padding: 15px 25px;
}


.message-shape {
    width: 30px;
    position: absolute;
    height: 30px;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%);
    width: 0px;
    height: 0px;
    border-top: 20px solid rgb(255, 255, 255);
    border-bottom: 20px solid none;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}


.btn-primary {
    cursor: pointer;
    margin-top: 50px;
    width: 60%;
    height: 50px;
    font-size: 17px !important;
    font-weight: normal !important;
    text-shadow: 0px 0px 1px rgb(88 88 88);
    background: #343434;
    color: #fff;
    border: none;
    border-radius: 2em;
    background: linear-gradient(to right, #051d66, #1b1d1c);
    letter-spacing: -1px;
}


.news-letter-img img {
    width: 100px;
}


/*------------------------------------------newsletter end---------------------------------------------------*/




/*------------------------------------------sub01---------------------------------------------------*/

.vanner-gigo {
    background-image: url(../img/sub/sub01/sub1_main.jpg);
    /* background-position: right !important; */
}



.sub-vanner {
    width: 100%;
    height: 653px;
    position: relative;
    /* margin-top: 100px; */
    background-position: center;
    box-shadow: 0px 5px 5px #dcdcdc;
    /* background-size: cover; */
    background-repeat: no-repeat;
    animation: sub_header 45s cubic-bezier(0, 0.71, 0, 0.27) infinite alternate, sub_header2 .7s cubic-bezier(0.18, 0.15, 0, 1.12) alternate forwards;
}

@keyframes sub_header {
    0% {
        background-position: top;
    }

    100% {
        background-size: bottom;

    }
}

@keyframes sub_header2 {
    0% {

        opacity: 0;
    }

    100% {
        opacity: 1;

    }
}

.bg {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    overflow: hidden;
}

.nameing-gigo {
    letter-spacing: -1px;
    line-height: 40px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1290px;
    font-weight: 500;
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    word-break: keep-all;
}

.section-01 .center {
    max-width: 1050px;
}



.gigo-contents {
    overflow: hidden;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
}

.video-container2 {
    width: 100%;
    padding: 0px 50px 20px;
}

.video-container2 iframe {
    position: initial;
    width: 100%;
}

.line-img {
    height: 5px;
    width: 100%;
    /* margin-left: 2.5%; */
    max-width: 990px;
    opacity: 0.2;
}

.who-info {
    padding: 0px 30px;
    margin: 40px 0px 0px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.story-section4 {
    position: relative;
    width: 100%;
    /* margin-top: 100px; */
}

.story-margin {
    margin-top: 100px;
}

.num {
    position: absolute;
    left: 43px;
    top: -36px;
    text-shadow: 0px 0px 5px rgb(214 215 216);
    font-weight: bold;
    font-size: 55px !important;
    color: #c7c7c7;
    z-index: 1;
    opacity: 0.2;
}

.story-subtitle {
    font-size: 23px;
    line-height: 33px;
    color: #051d66;
    word-break: keep-all;
    font-weight: 700;
    margin-top: 00px;
    padding: 0px 50px;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
}

.story-info {
    font-size: 16px;
    line-height: 37px;
    color: #424242;
    word-break: keep-all;
    font-weight: 400;
    letter-spacing: -0.6px;
    padding: 0px 50px 20px;
}

.story-info2 {
    padding: 30px 50px 20px;
}


.story-img {
    padding: 0px 50px 0px;
    margin: 50px 0px 50px;
    text-align: center;
}

.story-img img {
    width: 100%;
}

.story-img .img-caption {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.img-caption span {
    color: #727272;
}

.controler1 {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgb(218, 218, 218);
    margin-top: 50px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 200px;
}


.controler-center {
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: inline-block;
    max-width: 500px;
    padding-top: 20px;
}

.controler-center div {
    box-sizing: border-box;
    width: 29%;
    background: #0a3b66;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    margin-right: 5%;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
}

.controler-center .next_con {
    margin-right: 0px !important;
}

.controler-center span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

/*------------------------------------------sub01end---------------------------------------------------*/




/*------------------------------------------sub02 station---------------------------------------------------*/

.vanner-ict {
    background-image: url(../img/sub/sub02/sub2_main.jpg);
    /* background-position: bottom !important; */
}

.ict-station .gigo-contents:first-child {
    margin-bottom: 0px;
}

.ict-station .gigo-contents .title_align img {}

.gigo-contents .title-icon {
    width: 50px;
    margin-left: 2.5%;
    opacity: 1;
    filter: drop-shadow(3px 3px 5px rgb(158, 158, 158));
}

.story-naming {
    margin-top: 15px;
    font-size: 35px;
    padding: 0px 2.5%;
    line-height: 49px;
    font-weight: 700;
    color: #333;
    margin-bottom: 31px;
    position: relative;
    margin-bottom: 60px;
}

.story-top {
    font-size: 18px;
    line-height: 38px;
    color: #051d66;
    font-weight: 500;
    padding: 40px 30px 30px;
    letter-spacing: -0.5px;
}

.story-caption {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 3%;
    width: 80%;
    margin-left: 5%;
    font-size: 13px;
    line-height: 24px;
    color: #343434;
    word-break: keep-all;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.cham {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.cham::after {
    border-bottom: 2px solid #dfdfdf;
    display: block;
    content: "";
    width: 150%;
    padding-bottom: 10px;
}


.story-caption a {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #3c1d9a;
    font-weight: 500;
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.dott {
    display: inline-block;
    width: 2%;
}

.dott::after {
    width: 10px;
    content: " ";
}

.righttxt {
    width: 100%;
}

.view2 {
    width: 12px !important;
    filter: drop-shadow(2px 4px 6px black);
}



/*------------------------------------------sub02 station end---------------------------------------------------*/



/*------------------------------------------sub03 espresso---------------------------------------------------*/


.Espresso-gigo {
    background-image: url(../img/sub/sub03/sub3_main.jpg);
}


.espresso-content {
    display: inline-block;
    overflow: hidden;
    margin-top: 50px;
}

.espresso-con01 {
    float: left;
    /* border: 1px solid; */
    width: 22%;
    margin: 1%;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    border-radius: 8px;
    cursor: pointer;
    position:
        relative;
}

.espresso-con01:after {
    position:
        absolute;
    content:
        "";
    /* width:150px; */
    padding: 3px 0px;
    background: #ffffff;
    padding: 7px 22px 7px 30px;
    /* top: 37%; */
    border-radius: 2em;
    text-align: left;
    min-width: 100px;
    bottom: 47%;
    left: -19px;
    font-size: 1.1em;
    color: #484343;
    font-weight:
        bold;
}

.espresso-con01:after {
    content: "빅데이터";
}

.espresso-con02:after {
    content: "네트워크";
}

.espresso-con03:after {
    content: "인공지능";
}

.espresso-con04:after {
    content: "클라우드";
}

.espresso-con05:after {
    content: "블록체인";
}

.espresso-con06:after {
    content: "SW";
}

.espresso-con07:after {
    content: "양자암호";
}

.espresso-con08:after {
    content: "콘텐츠";
}

.espresso-con09:after {
    content: "IoT";
}

.espresso-con10:after {
    content: "로봇";
}

.espresso-con11:after {
    content: "바이오헬스";
}

.espresso-con12:after {
    content: "사이버보안";
}





.espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_1.jpg);
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    /* position: absolute; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* position: relative; */
    align-items: flex-end;
    transition: all 0.5s ease;
}

.espresso-con02 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_2.jpg);
}

.espresso-con03 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_3.jpg);
}

.espresso-con04 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_4.jpg);
}

.espresso-con05 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_5.jpg);
}

.espresso-con06 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_6.jpg);
}

.espresso-con07 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_7.jpg);
}


.espresso-con08 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_8.jpg);
}

.espresso-con09 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_9.jpg);
}

.espresso-con10 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_10.jpg);
}


.espresso-con11 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_11.jpg);
}

.espresso-con12 .espresso-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9)), url(../img/sub/sub03/sub03_12.jpg);
}



.espresso-img::after {
    content: "";
    display: block;
    padding-bottom: 90%;
}

.espresso-text {
    font-size: 15px;
    color: #fff;
    width: 100%;
    word-break: keep-all;
}

.espresso-bottom-text {
    padding: 10px;
    width: 74%;
    padding-bottom: 20px;
    /* min-height: 60px; */
    /* max-height: 60px; */
}



.essplus {
    width: 20px;
}


.espresso-bottom-text::before {
    content: url(../img/icon/plus.png);
    position: absolute;
    padding-left: 80%;
    bottom: 17px;
}

.espresso-bottom-txt {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    height: 55px;
}




/*------------------------------------------sub03 espresso end---------------------------------------------------*/


/*------------------------------------------sub04 zoominterview---------------------------------------------------*/


.vanner-zoomin-01 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sub/sub04-1/banner_4_1.jpg);
}


.vanner-zoomin-02 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sub/sub04-2/banner_4_2.jpg);
}

.vanner-zoomin-03 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sub/sub04-3/banner_4_3.jpg);
}

.vanner-zoomin-04 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/sub/sub04-4/banner_4_4.jpg);
}


.zoomin {
    width: 100%;
    height: 550px;
    position: relative;
    /* margin-top: 100px; */
    background-position: center;
    box-shadow: 0px 5px 5px #dcdcdc;
}

.zoomin .nameing-gigo {
    letter-spacing: -1px;
    line-height: 40px;
    /* left: 25%; */
    font-weight: 500;
    /* z-index: 2; */
    position: inherit;
    /* margin: 0 auto; */
    text-align: left !important;
}


.zoomin .center {
    position: relative;
    height: 550px;
    max-width: 1030px;
}




.zoomin .type-gigo {
    color: #fff;
    background: #061e68;
    display: inline-block;
    padding: 2px 20px;
    font-size: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 2px #fff;
}


.zoomin .nameing-gigo .title {
    font-size: 2em;
    line-height: 45px;
    color: #ffffff;
    text-shadow: 0px 2px 7px rgb(15 15 15);
}


.type-gigo {
    color: #fff;
    background: #11998e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #051d66, #1b1d1c);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: inline-block;
    padding: 2px 40px;
    font-size: 25px;
    border-radius: 2em;
    margin-bottom: 20px;
    box-shadow: 0px 10px 12px #ffffff47;
}

.title-who {
    color: #fff;
    opacity: 0.8;
    margin-top: 10px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.3px;
    /* text-shadow: 0px 0px 5px #000; */
}


.sub-vanner .title-animation img {
    filter: drop-shadow(0px 0px 5px #fff);
    float: right;
}

.title-animation img {
    width: 350px;
    bottom: 0px;
    position: absolute;
    right: 0%;
}



.company-button-area {
    width: 100%;
    /* overflow: hidden; */
    margin-bottom: 70px;
    padding: 20px 0px;
}

.company-button-area:after {
    display: block;
    contain: "";
    clear: both;
}

.company-button-area a {
    width: 23%;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 2%;
    height: 70px;
    float: left;
    text-align: center;
    border-radius: 6em;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    position: relative;
}

.active-logo {
    box-shadow: 0px 0px 15px #ada6a6 !important;
}

.company-button-area img {
    width: 130px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    mix-blend-mode: luminosity;
}

.company-button-area a:hover img {
    mix-blend-mode: normal;
    opacity: 1;
}


.active-logo img {
    mix-blend-mode: normal;
    opacity: 1 !important;
}

.who-content {
    margin-bottom: 30px !important;
}


.interview-title img {
    max-width: 200px;
    width: auto;
    display: inline-block;
}


.interview-company {
    padding-top: 20px;
    opacity: 0.5;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

.who-text {
    overflow: hidden;
    width: 100%;
    margin-bottom: 100px;
}

.who-type {
    width: 90%;
    margin-top: 50px;
    float: left;
    margin-left: 5%;
    /* margin-right: 5%; */
}


.who-text .who-type:first-child {
    margin-right: 5%;
}

.who-section {
    position: relative;
}

.who-type .who-section {
    font-size: 22px;
    display: block;
    font-weight: bold;
    color: #333;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px dotted #9e9e9e;
}

.who-section img {
    width: 20px;
    vertical-align: -2px;
}

.who-type .sogae {
    line-height: 30px;
    font-size: 15px;
    margin-left: 30px;
    display: inline-block;
    margin-top: 20px;
    word-break: keep-all;
}

.sogae-type2 {
    font-size: 16px !important;
    display: inline-block;
    float: left;
    width: 100px;
    color: rgb(20, 35, 104);
    font-weight: bold;
    position: relative;
}





.sogae-type2::after {
    border-left: 4px solid #dcdcdc;
    height: 20%;
    top: 45%;
    display: block;
    position: absolute;
    left: -15px;
    content: "";
}


.sogae-text {
    font-size: 17px !important;
    width: calc(100% - 102px);
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}


.who-info .video {
    width: 100%;
    margin-top: 50px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    margin: 0 auto;
    display: inline-block;
}



.zoomin-subtitle {
    font-size: 25px;
    line-height: 38px;
    color: #051d66;
    font-weight: 700;
    margin-top: 50px;
    padding: 20px 50px 0px;
    word-break: keep-all;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
}



.zoomin-img {
    padding: 50px 30px 50px;
    text-align: center;
}

.zoomin-img img {
    width: 100%;
}



.zoomin-info {
    font-size: 17px;
    line-height: 36px;
    color: #424242;
    font-weight: 400;
    letter-spacing: -0.6px;
    padding: 0px 50px 30px;
}

.zoomin-subtitle {
    font-size: 25px;
    line-height: 38px;
    color: #051d66;
    font-weight: 700;
    margin-top: 50px;
    padding: 20px 50px 0px;
    word-break: keep-all;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
}


.timeline-interview {
    margin-bottom: 100px;
    margin-top: 150px;
    position: relative;
    word-break: keep-all;
}

.timeline-interview .timeline-title {
    font-size: 30px;
    margin-bottom: 120px;
    position: relative;
}

.timeline-interview .timeline-title::after {
    display: block;
    width: 20%;
    max-width: 20px;
    left: 50%;
    bottom: -58px;
    transform: translate(-50%);
    position: absolute;
    margin: auto;
    content: "";
    border-bottom: 5px solid rgb(218, 218, 218);
}

.timeline-interview .timeline-section {
    padding-bottom: 40px;
    text-align: right;
    width: 45%;
}


.timeline-interview .timeline-section:nth-child(even) {
    padding-bottom: 40px;
    text-align: left;
    width: 45%;
    position: relative;
    padding-left: 55%;
}

.timeline-interview .timeline-year {
    width: 2px;
    top: 3px;
    bottom: 0px;
    background: #d4d4d4;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.timeline-interview .timeline-section .timeline-shape {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid rgb(97, 97, 97);
    border-radius: 15px;
    position: absolute;
    left: 50%;
    margin-top: 3px;
    transform: translate(-50%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}

.timeline-interview .timeline-section div {
    display: inline-block;
}

.timeline-interview .timeline-section:nth-child(even) .timeline-shape_2 {
    left: 13px;
}

.timeline-interview .timeline-section:nth-child(odd) .timeline-shape_2 {
    right: 13px;
}

.timeline-interview .timeline-section .timeline-shape_2 {
    width: 20px;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
    top: 3px;
    border-radius: 5px;
}





.timeline-interview .timeline-section .timeline-day {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    color: #242424;
    position: relative;
}

.timeline-interview .timeline-section .timeline-info {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #717171;
    font-weight: 500;
    width: 100%;
}

.timeline-interview .timeline-section:nth-child(odd) {
    padding-bottom: 40px;
    padding-right: 55%;
    position: relative;
    text-align: right;
}


.timeline-interview .timeline-section:last-child .timeline-year {
    display: none;
}

/*------------------------------------------sub04 zoominterview end---------------------------------------------------*/





/*------------------------------------------sub05 alrigo---------------------------------------------------*/

.vanner-alrigo {
    background-image: url(../img/sub/sub05/sub5_main.jpg);
}


.alrigo-logo {
    width: 100%;
    max-width: 839px;
    overflow: hidden;
    /* background: red; */
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 50px;
}


.alrigo-section .alrigo-content {
    /* width: 80%; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
    /* box-shadow: 0px 0px 15px #dcdcdc; */
}

.alrigo-section .alrigo-content img {
    width: 100%;
    float: left;
    /* margin-bottom: 50px; */
}

.alrigo-content {
    position: relative;
}

/*------------------------------------------sub05 alrigo end---------------------------------------------------*/



/*------------------------------------------sub06 ictpeople---------------------------------------------------*/


.ictpeople {
    /* position: absolute; */
    background: url(../img/sub/sub06/ict_people.jpg);
    /* background-position: center !important; */
    /* background-attachment: fixed; */
    background-position: center;
}


.ictpeople-text .gigo-contents {
    /* box-shadow: 0px 11px 16px 0px #dcdcdc; */
    /* margin-top: 400px; */
    background: #fff;
}


.ictpeople-con-gigo {
    letter-spacing: -1px;
    line-height: 40px;
    font-weight: 500;
    z-index: 2;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    word-break: keep-all;
    margin: 0 auto;
    /* margin-top: 80px; */
    width: 100%;
}

.ictpeople-con {
    overflow: hidden;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ictpeople-title {
    color: #061e68;
    font-size: 30px;
    width: 500px;
    word-break: keep-all;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ictpeople-who {
    color: #061e68;
    word-break: keep-all;
    font-weight: bold;
    font-size: 20px;
    box-shadow: inset 0px -18px 0px #e6ebef;
    /* width: 400px; */
    display: inline-block;
    margin: 0 auto;
}

.ictpeople-con .story-info {
    color: #061e68;
    word-break: keep-all;
    max-width: 800px;
    font-weight: 500;
    margin: 0 auto;
    font-size: 1.1em;
}


.ictpeople-con .story-img {
    padding: 0px 20px 0px;
    margin: 20px 0px 20px;
    text-align: center;
}

.ictpeople-con .story-img img {
    max-width: 800px;

}


.ictpeople-con .story-img:first-of-type img {
    /* padding-bottom: 50px; */
    border-bottom: 1px solid;
}


.mainheader {
    /* background: rgb(0 0 0 / 56%); */
}

.header_filter {
    background: rgba(0, 0, 0, 0.68);
}




/* .ictpeople-con .img-caption {
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid;
} */

/* .ictpeople-con .img-caption span{
    font-size: 25px;
    font-weight: 500;
    color: #051d7f;
} */

.interview {
    display: flex;
    text-align: left;
    width: 800px;
    /* border: 1px solid; */
    position: relative;
    justify-content: flex-start;
    color: #000000;
    word-break: keep-all;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 50px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.3em;
    letter-spacing: -1px;
    margin-top: 80px;
    margin-bottom: 20px;
    /* border-bottom: 2px solid; */
}

.theq {
    font-size: 40px;
    color: #ffffff;
    font-family: 'NanumSquare_acB';
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    /* top: 0px; */
    display: flex;
    bottom: 30px;
    left: -13px;
    /* opacity: 0.4; */
    /* position: absolute; */
    margin-right: 20px;
    padding-bottom: 8px;
    background: #000;
    /* color: #0000; */
    align-items: center;
    justify-content: center;
}


.interview-text {
    display: flex;
    justify-content: space-around;
    padding: 0px 50px 20px;
}

.interviewer {
    background: #6c815a;
    color: #fff;
    height: fit-content;
    padding: 0px 10px;
}

.interview-talk {
    word-break: keep-all;
    color: #333;
    width: 800px;
    margin: 0 auto;
    line-height: 2em;
    text-align: left;
    font-size: 1.05em;
    letter-spacing: -1px;
}

.interview-text:last-of-type {
    padding: 0px 50px 50px;
}

.subpage-video {
    padding: 0px 50px 20px;
}

.sub01-video-area {
    display: block;
}

.header-flex {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}

.pfd-download {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pfd-download img {
    max-width: 50px;
    padding: 10px;
}

.pfd-download-btn {
    background: #0a3b66;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.mlang-button {
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
    /* padding-bottom: 31px; */
    width: 50%;
    /* color: #333333; */
    text-align: center;
    color: #fff;
    /* margin-left: 60px; */
    font-weight: bold;
    font-size: 16px;
    font-family: 'S-CoreDream-3Light';
}




/*------------------------------------------sub06 ictpeopleend---------------------------------------------------*/







/*------------------------------------------sub07 manhwagyung---------------------------------------------------*/



.vanner-card {
    background-image: url(../img/sub/sub07/sub7_main.jpg);
}

.sub .contents.swiper {
    position: relative;
}

.sub .swiper-slide>img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-container-3d {
    perspective: 1200px;
}

.stagger-item-sub {
    animation: showItem-subpage 0.5s ease-out;
    animation-fill-mode: both;
    animation-delay: 0.7s;
}

.sub .swiper-slide {
    overflow: hidden;
    box-sizing: border-box;
    border: 10px solid #fff;
    box-shadow: none;
    position: relative;
}

.sub .swiper-slide>img {
    display: block;
    width: 100%;
    height: auto;
}


.sub .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}


/*------------------------------------------sub07 manhwagyung end---------------------------------------------------*/






/*------------------------------------------sub08 calender---------------------------------------------------*/


.vanner-calendar {
    text-align: center;
    background-image: url(../img/sub/sub08/sub8_main.jpg);
}

/* section calendar */
.calendar {
    width: 600px;
    margin: 50px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.year-month {
    font-size: 35px;
}

.nav {
    display: flex;
    border: 1px solid #333333;
    border-radius: 5px;
}

.nav-btn {
    width: 28px;
    height: 30px;
    border: none;
    font-size: 16px;
    line-height: 34px;
    background-color: transparent;
    cursor: pointer;
}

.go-today {
    width: 75px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}




.days {
    display: flex;
    margin: 25px 0 10px;
}

.day {
    width: calc(100% / 7);
    text-align: center;
}

.dates {
    display: flex;
    flex-flow: row wrap;
    height: 500px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}

.date {
    width: calc(100% / 11);
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
}

.day:nth-child(7n + 1),
.date:nth-child(7n + 1) {
    color: #D13E3E;
}

.day:nth-child(7n),
.date:nth-child(7n) {
    color: #396EE2;
}

.other {
    opacity: .3;
}


.today {
    position: relative;
    color: #FFFFFF;
}

.today::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #FF0000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: '';
}


/*------------------------------------------sub08 calender end---------------------------------------------------*/





/*------------------------------------------sub09 goodjob---------------------------------------------------*/

.vanner-work {
    text-align: center;
    background-image: url(../img/sub/sub09/sub9_main.jpg);
}

.work-section {
    overflow: hidden;
    margin-bottom: 50px;
}

.work_title_area {
    margin-bottom: 50px;
}


.work-title {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #001764;
    letter-spacing: -1px;
    font-family: 'Pretendard';
}

.work-title::after {
    content: "";
    display: block;
    border-bottom: 3px solid #d6d6d6;
    padding-bottom: 20px;
    width: 100%;
    margin: auto;
    max-width: 30px;
}


.sub09-content {
    position: relative;
    background: #fff;
    min-height: 300px;
    margin-bottom: 50px;
    display: inherit;
}

.work-section .sub09-content {
    width: 47.5%;
    box-shadow: 0px 0px 5px #dcdcdc;
    float: left;
}

.work-section .sub09-content:nth-child(even) {
    margin-right: 5% !important;
}

.sub09-content .box-img {
    width: 100%;
    float: left;
    height: 4px;
}


.sub09-content .work-picture2 {
    width: 15% !important;
    position: relative !important;
    float: left;
    margin: 30px 0px 0px 5%;
}

.sub09-content .work-picture2 .picture-size {
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
    border: 2px solid #ebebeb;
    box-sizing: border-box;
}

.sub09-1 {
    background-image: url(../img/sub/sub09/logo1.png);
}

.sub09-2 {
    background-image: url(../img/sub/sub09/logo2.png);
}

.sub09-9 {
    background-image: url(../img/sub/sub09/logo2.png);
}

.sub09-10 {
    background-image: url(../img/sub/sub09/logo4.png);
}


.sub09-3 {
    background-image: url(../img/sub/sub09/sim.png);
}

.sub09-4 {
    background-image: url(../img/sub/sub09/sweet.png);
}

.sub09-5 {
    background-image: url(../img/sub/sub09/wide.png);
}

.sub09-6 {
    background-image: url(../img/sub/sub09/plan.png);
}

.sub09-7 {
    background-image: url(../img/sub/sub09/jinno.png);
}

.sub09-8 {
    background-image: url(../img/sub/sub09/unidocs.png);
}






.sub09-content .work-picture2:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.sub09-content .layout-work {
    width: 80%;
    margin: 0px;
    float: left;
}

.sub09-content .layout-work .es-text {
    margin-top: 35px;
}

.layout-work {
    position: relative;
}

.content .es-text {
    width: 93%;
    text-align: left;
    margin: 10px 5% 0px;
    z-index: 2;
    word-break: keep-all;
}

.content .es-text span {
    display: block;
}

.sub09-content .work-aa {
    margin-bottom: 8px;
}


.layout-work .es-title {
    font-size: 19px !important;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.es-title {
    color: #051d66;
    font-weight: bold;
}

.sub09-content .work-subtitle {
    font-size: 15px;
    letter-spacing: -0.5px;
    word-break: keep-all !important;
    line-height: 24px;
    color: #0b7898;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub09-content .es-subinfo {
    margin-bottom: 4px;
    text-shadow: 0px 0px 1px #666;
}

.es-subinfo {
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
    color: #343434;
    margin-bottom: 5px;
    letter-spacing: -0.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}


.work-view {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #233878;
}

.work-view img {
    width: 20px;
}



/*------------------------------------------sub09 goodjobend---------------------------------------------------*/















/*------------------------------------------sub10 event---------------------------------------------------*/




.vanner-event {
    background: url(../img/sub/sub10/sub10_main.jpg);
    background-position: center;
}


.alrigo-section .content {
    width: 80%;
    margin: 0 auto;
}

.work-section2 .content {
    background: #fafafa;
    overflow: hidden;
    box-shadow: 0px 0px 15px #dcdcdc;
}

.alrigo-section .content img {
    width: 100%;
    float: left;
    /* margin-bottom: 50px; */
}

.event-join {
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 50px 0px;
}

.btn10 {
    padding: 15px 100px;
    margin: 10px 4px;
    color: #fff !important;
    background: rgb(18, 35, 92);
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: -0.5px !important;
    border: 2px solid #cfcfcf;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden !important;
    transition: all .3s ease-in-out;
    z-index: 0;
}



.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #463591;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgb(0 0 0 / 60%);
}


.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #317da5;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgb(0 0 0 / 60%);
}

/*------------------------------------------sub10 event end---------------------------------------------------*/








/* sns */

.popup-area {
    position: fixed;
    z-index: 10 !important;
    right: 5%;
    z-index: 5;
    width: 51px;
    padding: 9px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup {
    display: none;
    text-align: center;
}

.popup a {
    display:
        inline-block;
    margin-bottom: 10px;
}

.popup ul {
    margin: 0px;
}

/*20210907*/
#movebtn {
    z-index: 5;
    right: 8px;
    position: fixed;
    background: #fff;
    width: 32px;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 50%);
    height: 32px;
    bottom: 80px;
    display: inline-block;
    padding: 16px;
    background: #fff;
    display: flex;
    border-radius: 50px;
    /* border: 1px solid #6f6f6f; */
    cursor: pointer;
    background: linear-gradient(to right, #23384f, #262626);
    right: 5.1%;
    align-items: center;
    justify-content: center;
    transition:
        all 0.5s cubic-bezier(0.44, 0.73, 0.25, 1);
}

#movebtn img {
    width: 58%;
}

#movebtn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#movebtn:hover {
    box-shadow: 0px 15px 15px rgb(0 0 0 / 76%);
}

#movebtn1 {
    z-index: 10000;
    right: 8px;
    position: fixed;
    background: #fff;
    width: 32px;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 50%);
    height: 32px;
    bottom: 80px;
    display: inline-block;
    padding: 16px;
    background: #fff;
    display: flex;
    border-radius: 50px;
    /* border: 1px solid #6f6f6f; */
    cursor: pointer;
    background: linear-gradient(to right, #23384f, #262626);
    right: 5.1%;
    align-items: center;
    justify-content: center;
    transition:
        all 0.5s cubic-bezier(0.44, 0.73, 0.25, 1);
}

#movebtn1 img {
    width: 58%;
}

#movebtn1 span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#movebtn1:hover {
    box-shadow: 0px 15px 15px rgb(0 0 0 / 76%);
}















.popup ul li img {
    border-radius: 22px;
    width: 30px;
    display: inline-block;
    height: 30px;
    border: 2px solid #0000002b;
    padding: 2px;
    border-radius: 2em;
}



.pergagi {
    cursor: pointer;
    border-radius: 8px;
    background: #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 4em;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, #23384f, #262626);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5);
    transition:
        all 0.5s cubic-bezier(0.44, 0.73, 0.25, 1);
}

.pergagi:hover {
    box-shadow: 0px 15px 15px rgb(0 0 0 / 76%);
}

.pergagi img {
    vertical-align: -3px;
    width: 35px;
    margin: 0 auto;
}


.drop-in-underline {
    width: 100%;
    text-align: center;
    display: flex;
}




/*animation*/

@keyframes showItem3 {
    from {
        top: 60%;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

.sub-animation {
    animation: showItem3 1s;
    animation-fill-mode: both;
    transition: showItem3 ease-in;
}



@keyframes showItem-main {
    from {
        top: 52%;
        opacity: 0;
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

.stagger-item-main {
    animation: showItem-main 1s;
    animation-fill-mode: both;
}

/*20220419*/
.stagger-item4-3 {
    width: 400px !important;
}



@keyframes showItem-subpage {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.stagger-item-sub {
    animation: showItem-subpage 0.5s ease-out;
    animation-fill-mode: both;
    animation-delay: 0.7s;
}





@keyframes showItem-top {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}



@keyframes showItem {
    from {
        transform: translateX(50px);
        opacity: 0;
    }

    to {
        transform: translateX(0px);
        opacity: 1;
    }
}

.stagger-item {
    animation: showItem 1s;
    animation-fill-mode: both;
    transition: showItem ease-in;
    animation-delay: 0.6s;
}


.stagger-item-top {
    animation: showItem-top 0.6s;
    animation-fill-mode: both;
}

.stagger-item-top:nth-child(1) {
    animation-delay: 0.2s;
    font-size: 1.5em;
    /* font-family: 'S-CoreDream-3Light'; */
    font-family: 'Pretendard';
    letter-spacing: -1px;
}

.sub02-margin {
    margin-bottom: 80px;
}

.stagger-item-top:nth-child(2) {
    animation-delay: 0.3s;
    font-size: 1.7em;
    font-weight: bold;
    text-shadow: 0px 4px 18px #000;
    font-size: 3.5em;
    font-family: 'KoddiUDOnGothic-Regular';
    word-break: keep-all;
    line-height: 1.3em;
    font-family: 'KoPubDotumMedium';
}

.stagger-item-top:nth-child(3) {
    animation-delay: 0.4s;
    /* font-family: 'S-CoreDream-3Light'; */
    /* font-weight: normal; */
    font-family: 'Pretendard';
    /* font-family: 'TmonMonsori'; */
}


.stagger-item-top:nth-child(4) {
    animation-delay: 0.5s;
    /* opacity: 0.5; */
}

.stagger-item-top:nth-child(5) {
    animation-delay: 0.6s;
}

.calendar__day a {
    color: #25439d;
    display: block;
    margin-bottom: 11px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-weight: bold;
    display: inline-block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all 0.2s ease-in-out;
    width: 90%;
    padding-left: 10%;
    /*20220914*/
    word-break: keep-all;
}

.calendar__day a:hover {
    color: #cf2121;
}

.story-info-margin {
    margin-bottom: 150px !important;
}

.burger-sns {

    display: flex;

    justify-content: center;

    /* margin: 30px 0px; */

    padding: 40px 0px;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.burger-sns img {
    width: 100%;
    max-width: 35px;
    margin: 0 10px;
}

.pdf_area {
    display: none;
}

.scrolldown-wrapper {
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 2;
    bottom: 12px;
    transform: translate(-50%);
}

.scrolldown {

    border-radius: 30px;

    height: 46px;

    margin: 0 auto;

    text-align: center;

    margin-top: 15px;

    width: 25px;
}

.scrolldown img {
    width: 100%;
}

.scrolldown-p1,
.scrolldown-p2 {
    animation-duration: 1.5s;
    animation-name: scrolldown;
    animation-iteration-count: infinite;
    fill: #FFFFFF;
    opacity: 0;
}

.scrolldown-p2 {
    animation-delay: .75s;
}

@keyframes scrolldown {
    0% {
        opacity: 0;
        transform: translate(0, -8px);
    }

    50% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(0, 8px);
    }
}


.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 35px;
    height: 25px;
    margin-left: 20px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 11px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

/* type-01 */
/* 중앙 라인이 고정된 자리에서 투명하게 사라지며 상하라인 회전하며 엑스자 만들기 */
.menu-trigger.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (20px) rotate (-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.scroll-3bar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: transparent;
    border-radius: 3px;
}

.scroll-3bar::-webkit-scrollbar-thumb {
    background: rgba(2, 37, 83, .25);
    border-radius: 6px;
}

.scroll-3bar::-webkit-scrollbar-thumb:hover {
    background: rgba(2, 37, 83, .5)
}


.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}



.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 18;
    opacity: .8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube img {
    height: 135%;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}






/*-----------------lang none- view  code-start 20220628----------------------*/


/* 다국어 때 보임 */
:lang(ko).lang-view {
    display: none !important;
}


/* 다국어 때 안 보임 */
:lang(en).lang-none-view {
    display: none !important;
}

:lang(en).section-talk .fp-tableCell {
    display: none !important;
    height: 0px;
    width: 0px;
    background: none;

}

/*main header English code*/

/*footer en*/
:lang(en).f-logo .lang-view {
    max-width: 75px;
}

/*index page content*/
:lang(en).section-01-content {
    justify-content: center;
}

:lang(en).section-01-con {
    margin: 5%;
    width: 30%;
}


:lang(en).section-02 {
    padding-top: 0px;
}

:lang(en).section-02 .card {
    justify-content: space-between;
    /* padding-top: 100px; */
}


:lang(en).section-02-con {
    max-height: none;
    max-width: none;
}

:lang(en).section-02-con .right-img {
    height: 400px;
    width: 625px;
    max-width: 800px;
}


:lang(en).section-02 .swiper-inner {
    max-height: none;
    max-width: none;
    width: 100%;
    height: 100%;
}

:lang(en).zoomman {
    height: 100%;
    justify-content: flex-end;
}

:lang(en).zoomman img {
    width: 300px;
}

:lang(en).zoomcompany-name li {
    line-height: 20px;
}


:lang(en).section-02 .pdfdown-con {
    width: fit-content;
}




/*sub page title text English code*/
:lang(en).stagger-item-top:nth-child(2) {
    font-size: 3.1em;
}

:lang(en).zoomin .nameing-gigo .title {
    font-size: 2em;
}

:lang(en).sogae-type2 {
    width: 100%
}


:lang(en).ictpeople .stagger-item-top:nth-child(2) {
    max-width: 800px;
    margin: 0 auto;
    word-break: keep-all;
}


/*20220907*/
.zoom-logo {
    background: url(../img/main/zoomMain.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right !important;
    background-size:cover !important;
    background-repeat: no-repeat;
    transition: opacity 1s ease, transform 1s cubic-bezier(0.3, 0.59, 0.45, 1.19);
}

.section-02-1:hover .zoom-logo {
    transform: scale(1.15);
}


/*2022.10.11*/
.img-num{display: flex; justify-content: space-around; margin-bottom: 15px; color: #727272; font-weight: bold; font-size: 14px;}