@charset 'utf-8';

/*스와이퍼*/
.swiper {
    width: 92% !important;
    height: 300px;
    padding: 0 3rem !important;

}

.swiper-slide {
    text-align: -webkit-left;
    font-size: 18px;
    background: rgba(11, 11, 11, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid white !important;
    padding: 1rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 150px;
}


.swiper-slide p:nth-child(2) {
    text-align: left;
    padding: 0.2rem 0;
}

.global .swiper-button-next, .global .swiper-button-prev {
    border: 1px solid white;
    padding: 0.5rem;

    color: white;
    background: rgba(255, 255, 255, 0.37);
}
.mySwiper .swiper-slide a {
    color: white;
}
.mySwiper .swiper-slide p{
    width: 100%;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.mySwiper .swiper-slide p span{
    word-break: break-all;
    width: 100%;
}
.global .en-main-date{
    font-weight: normal !important;
}

/*-------------------------------------------------------------------------*/
/*공통요소ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
html, body {
    font-family: 'Pretendard GOV';
    color: #222;
}

body {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.w1400 {
    width: 1300px;
    margin: 0 auto;
}

.global .flex {
    display: flex;
    justify-content: space-between;
}

.global button {
    cursor: pointer;
}

.global .page-main-txt h3 {
    font-size: 2.7rem;
    text-align: center;
    color: white;

    text-shadow: 1px 1px 5px rgba(97, 97, 97, 0.87);
}

.global .page-main-txt p {
    font-size: 1rem;
    color: white;
    padding: 1rem 0 ;
    text-align: center;
    font-weight: 600;

}


.global .en-pagination ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.globalPaging > li.first {
    background: url(/static/ucms/img/sub/first_a.png) left top no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 5px;
}

.globalPaging > li.prev {
    background: url(/static/ucms/img/sub/prev.png) left top no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 5px;
}

.globalPaging > li.next {
    background: url(/static/ucms/img/sub/next.png) left top no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 5px;
}

.globalPaging > li.end {
    background: url(/static/ucms/img/sub/last_a.png) left top no-repeat;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 5px;
}

.global .en-list-border{
    border-top: 2px solid #0a6aa1;
    border-bottom: 2px solid #0a6aa1;
}

.global #nextButton button {
    padding: 0.6rem 0.7rem;
    border: 1px solid grey;
    border-radius: 50%;
    font-weight: 700;
    color: grey;
    margin: 0 0.5rem;
    font-size: 0.7rem;

}
.global .res-subcontent-box .res-subcontent-title h3{
    color: #0a2e42;
}
.global  .page-main-txt{
    padding: 1.86rem 0;
}
.global .resource-content .resource-content-grid .pli img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.global .first-content .first-content-grid .pli img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.global .resource-content .resource-content-grid{
    width: 100%;
    display: grid;
    padding: 2rem 0 0;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.global .first-content .first-content-grid{
    width: 100%;
    display: grid;
    padding: 0 0 4rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.global .first-content .first-content-grid .postList{
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 5px #c6c6c6;
    padding: 1.5rem;
}
.global .first-content .first-content-grid .postList figure{
    box-shadow: 1px 1px 5px #c6c6c6;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}
.global .first-content .first-content-grid .first-content-sec div{
    width: 100%;
    padding: 0.5rem 0;
}
.global .first-content .first-content-grid .first-content-sec div h4{
    margin-bottom: 0.5rem;
    white-space: nowrap;
    width: 350px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.global .res-content-txt {
    padding: 3rem 0 1rem 0;

}

.global .res-content-txt h2,.global .firstbestwrap .postList-title{
    position: relative;
    font-size: 2rem;

}

.global .paragraph p span{
    word-wrap: break-word;
}

.global .res-content-sec .paragraph table{
    width: 100% !important;
}
.global .res-content-sec .paragraph table td{
    width: 100%;
}
/*-----------------------------------------------------------------------*/

/*게시글 상세페이지 이전글 다음글 목록 버튼*/

.global .bottomBtnBox .bottomBtn-list{
    width: 100%;
    text-align: right;
    padding: 0rem 1rem;

}
.global .bottomBtnBox button{
    padding: 0.7rem 5rem;
    background-color: rgba(7, 47, 82, 0);
    border: 1px solid #072f52;
    border-radius: 0.2rem;
}
.global .article-list{
    width: 100%;
    margin: 1rem 0 5rem 0;
    background-color: #f8f8f8;
}
.global .article-list li{
    border-bottom: 1px solid #E3E3E3;
    padding: 0.7rem;
}
.global .article-list li span{
    padding: 0 1rem;
    text-align: left;
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
/*푸터영역*/
.global .en-footer {
    width: 100%;
    background: #333;
    padding: 2rem 0;

}

.global .en-footer-logo {
    background: url("../images/en-footer-img.png") no-repeat center;
    background-size: contain;
    width: 13%;
    height: 5%;
    /*border: 1px solid red;*/
}

.global .en-footer address p, .global .en-footer address p a, .global .en-footer address em {
    color: white;
}

.global .en-footer address p:nth-child(1) {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0.4rem 0;
}

.global .en-footer address p, .global .en-footer address em {
    font-size: 0.7rem;
}

/*------------------------------------------------------------------*/
.global header .header-big {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.global .header-content {
    width: 100%;
    background-color: #1066ac;
}

.global .header-content a {
    color: white;
    padding: 0.5rem 0;
    font-size: 0.8rem;


}

.global .header-logo-top {
    width: 175px;
    background: url(../images/entoplogo.png) no-repeat center center/cover;
    background-size: 175px;
}

.global .header-wrap {
    width: 100%;
}

.global .header-menu-logo-box {
    width: 17.7%;
}

.global .header-menu-logo-box a {
    /*background: url(../images/new_logo_eng.png) no-repeat center / cover;*/
    background-size: 250px;
    cursor: pointer;
    display: block;
    text-align: left;

    height: 100%;
}

.global .engmenu {
    display: flex;
    padding: 1rem 0;
}

.global .header-menu-en ul {
    display: flex;
    gap: 2rem;
}

.global .header-menu-en ul li {
    list-style: none;

}

.global .header-menu-en ul li a {
    font-weight: 600;
}

/*모바일*/

.global .en-logo-top a img{
    display: none;
}
.global .en-mobile-wrap{
    display: grid;
    grid-template-columns: 1fr 5%;
}
.global .en-mobile-wrap .header-menu-logo-box a{
    width: 150px;
    height: 100%;
}
.global header .engHam {
    cursor:pointer;
    z-index:1002;
    display:none;
}
.global header .engHam li {
    width:34px;
    height:3px;
    background:#888;
    margin:5px 0;
    transition:.14s linear;
}
.global header .engHam.active li:first-child {
    transform-origin:center top;
    transform:rotate(-45deg);
    margin-bottom:-13px;
}
.global header .engHam.active li:nth-child(2) {
    transform:scale(0);
}
.global header .engHam.active li:last-child {
    transform-origin:center bottom;
    transform:rotate(45deg);
    margin-top:-4px;
}
.global .engMobile {
    position:fixed;
    top:0;
    right:-150%;
    width:80%;
    height:100%;
    background:#fff;
    padding:5rem 3rem;
    text-align: right;
    transition:.3s linear;
    overflow:hidden;
    z-index:1001;
    display:none;
}
.global .engMobile.active {
    display:block;
}
.global .engMobile:before {
    content:"";
    position:absolute;
    bottom:-100px;
    right:-100px;
    width: 400px;
    height:400px;
    background:url(../images/bgCircle.png) no-repeat center center / cover;
    opacity:.08;
    animation:circle 11s infinite linear;
    z-index:1000;
}
@keyframes circle {
    100% {
        transform:rotate(360deg);
    }
}
.global header .engMobile > li {
    margin-bottom:20px;
}
.global header .engMobile > li > a {
    font-size:23px;
    color: #333333;
    padding:0 0 10px 20px;
    display:inline-block;
}
.global header .engMobile > li:hover > a {
    color:#1066ac;
}
.global header .engMobile > li > a+.subMenu li a {
    color:#666;
    margin-bottom:10px;
    padding-left:20px;
    font-size:20px;
    display:inline-block;
}
.global header .engMobile > li > a+.subMenu li:hover a {
    color:#222;
}
@keyframes updown {
    0% {
        top:-3px;
    }
    50% {
        top:-16px;
    }
    100% {
        top:-3px;
    }
}
.global header .mask {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity:0;
    transition:.3s;
    z-index:100;
    display:none;
}
.global header .engHam.active+.engMobile+.mask {
    opacity:1;
    display:block;
}
.global header .translation.toKor:before{
    content: "";
    display: inline-block;
    margin: 0 5px -2px 0;
    width: 20px;
    height: 14px;
    background: url(../images/toKorean.png) no-repeat center center / cover;
}
/*------------------------------------------------------------*/
.global .global-wrap{
    text-align: right;
}
.global .global-wrap h1 {
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
}

.global .global-wrap p {
    color: white;
    font-size: 1.2rem;
    padding: 0.5rem 0;

}

.global .global-wrap button {
    font-size: 1rem;
    padding: 0.7rem 3rem;
    margin: 1rem 0 2rem 0;
    border: 1px solid white;
    border-radius: 0.5rem;
    color: white;
    background: rgba(9, 55, 80, 0.7);
}

.global .en-main-visual {
    background: url(../images/enmain.png) no-repeat center center / cover;
    width: 100%;
    padding: 4.5rem 1rem;
}

.global .global-slidebox {
    width: 100%;
    text-align: right;
    padding: 2rem 0;
    background: rgba(10, 18, 45, 0.8);
}

.global .global-slidebox-text {
    width: 95%;
    margin: 0 auto;
    padding: 0 4rem 1rem 0;
    color: white;
    font-size: 2rem;
    font-weight: 700;

}
.global .en-main-first-btn{
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: end;
}



.global .global-slidebox-text h2 span:nth-child(1) {
    color: #e72823;
}

.global .global-slidebox-text h2 span:nth-child(2) {
    color: #39c2ff;
}

.global .global-slidebox-text button {
    font-size: 1.5rem;
    color: white;
    border-bottom: 2px solid white;
    font-weight: 700;
    background: rgba(255, 255, 255, 0);
}

/* Mainresources 영역*/

.global .main-contentbox {
    display: grid;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    grid-template-columns: 60% 40%;

}

.global .main-content1 {
    text-align: right;
    padding: 2rem 3rem 2rem 1rem;
}

.global .main-content1 .main-content-flex {
    width: 100%;
    text-align: left;

}

.global .main-content1 h3 {
    width: 100%;
    font-size: 2rem;
    padding: 1rem 0;
    color: #072f52;
}

.global .main-content1 div:nth-child(2) {
    width: 100%;
    padding: 1rem 0;
}

.global .main-content1 div button {
    width: 49%;
    padding: 0.7rem;
    border-radius: 0.3rem;
    border: 1px solid #072f52;
    background: rgba(255, 255, 255, 0);
    color: #072f52;
    font-weight: 500;
    font-size: 18px;
}

.global .main-content1 table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.global .main-content1 table td {
    padding: 0.2rem 0;
    height: 100px;
    border-bottom: 1px solid rgb(142, 142, 142);
}

.global .main-content1 table td p {
    padding: 0.1rem 0;
    height: 28px;
}

.global .main-content1 table tr:nth-child(1) {
    border-top: 2px solid #072f52;
}

.global .main-content1 table tr:last-child {
    border-bottom: 2px solid #072f52;
}

.global .main-content1 table td p:nth-child(1) {
    font-weight: 700;
    /*padding: 0.5rem 1rem 0.2rem 0;*/
    color: #072f52;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.global .main-content1 table td a{
    display: grid;
    grid-template-columns: 1fr;
}

.global .en-table-txt {
    text-align: right;
    color: rgb(142, 142, 142);
    font-size: 1rem;
}

.global .main-button-more button {
    border: 0px !important;
    width: 100%;
    text-align: right;
}

.global .main-content2 {
    width: 100%;
}

.global .main-content2 div {
    background: url("../images/en-main-news.png") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateX(55%);
    position: absolute;
    top: 0;
    left: 0;
}
.global .main-content2 div img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}


/*about페이지*/
.global .aboutWrap {
    background: url("../images/en-about-img.png") no-repeat center center;
    background-size: cover;

    width: 100%;
    padding: 1rem;
}

.global .aboutBg {
    width: 100%;
}

.global .aboutBg h4 {
    font-size: 4rem;
    padding: 4rem;
    text-align: center;
    position: relative;
    color: white;
    text-shadow: 1px 1px 10px rgba(64, 64, 64, 0.64);
}

.global .aboutCont {
    padding: 0 0 6rem 0;
    text-align: center;
}

.global .aboutCont div {
    padding: 1rem;
}

.global .aboutCont div p {
    color: white;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 1px 1px 10px rgba(64, 64, 64, 0.64);

}

/*최초최고 게시판*/

.global .firstbestwrap .page-main-txt {
    width: 100%;
    padding: 1rem 0;
    background: linear-gradient( to right , #8dcacf , #7dc8b8);
}

.global .postListWrap-sec {
    padding: 3rem 0 0;
}


.global .first-wrap-btn {
    width: 100%;
    text-align: right;
    padding: 1rem 0;
    margin: 1rem 0;
}

.global .first-wrap-btn button {
    margin-right: 0px;
    padding: 0.5rem 1rem;

}




.global .postListWrap-sec .first-wrap-btn a {
    padding: 0.3rem 1.2rem;
    border-radius: 0.2rem;
    color: #868686;
    background-color: #efefef;

}

.global .postList-title {
    position: relative;
    border-bottom: 2px solid #0a6aa1;
    padding-bottom: 0.5rem;
}

.global .postList-title::after {
    content: 'Government Innovation';
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: -33px;
    left: 2px;

}



/*//메인페이지 스크립트 */
.global #firstButton.on {
    border-bottom: 2px solid #e72823;
}

.global #firstButton span.on {
    color: #e72823;
}

.global #secondButton.on {
    border-bottom: 2px solid #39c2ff;
}

.global #secondButton span.on {
    color: #39c2ff;
}

.global #resources-btn.on {
    background-color: #072f52;
    color: white;
}

.global #news-notice-btn.on {
    background-color: #072f52;
    color: white;
}

.global .page-main-txt-resources {
    background: url("../images/en-resourse-img.png");
    width: 100%;
    color: white;
}

.global .page-main-txt-resources p {
    color: white;
}


/*리소스 페이지*/
.global .resources-wrap .page-main-txt {
    width: 100%;
    padding: 1.86rem 0;
    background: linear-gradient( to right, #8badd6 , #89a6d6);
}

.global .resources-wrap .page-main-txt p , .global .news-notice-en .page-main-txt p {
    color: white;
    padding: 1rem 0 0.5rem 0;
}



.global .resource-content .resource-content-grid .pli {
    box-shadow: 1px 1px 5px rgba(51, 51, 51, 0.16);
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.global .resource-content .resource-content-grid .pli img {
    width: 100%;
    height: 400px;
    background-size: cover;
}

.global .resource-content .resource-content-grid .resource-content-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
    padding: 0.5rem 2rem;

    background-image: linear-gradient(rgba(167, 167, 167, 0) 65%, rgba(0, 0, 0, 0.78));

}

.global .resource-content .resource-content-grid .resource-content-sec div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;

    vertical-align: top;

}

.global .resource-content .resource-content-grid .pli div p, .global .resource-content .resource-content-grid .pli div h4 {
    margin: 0px;
    width: 100%;
    color: white;
    font-weight: 400;
    vertical-align: bottom;
}

.global .resource-content .resource-content-grid .pli div p {
    text-align: right;
}

.global .resource-content .pagination, .global .postListWrap-sec .pagination{
    padding: 2rem 0;
    display: block;

}

.global .resource-content .pagination ul ,.global .postListWrap-sec .pagination ul{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.global .resource-content .pagination ul li span ,.global .postListWrap-sec .pagination ul li span {
    margin: 0 0.5rem;
    width: 100%;
    height: 100%;
    cursor: pointer;

}


/*news &notice*/
.global .news-notice-en .page-main-txt {
    /*background: url("../images/en-news-main.png") no-repeat center center;*/

    width: 100%;
    background:linear-gradient(to right, #9b94c2, #ac7dce);

}

.global .news-notice-en .page-main-txt p {
    color: white;
}

/*news & notice 상세*/
.global .res-subcontent-title{
    display: grid;
    grid-template-columns: 65% 1fr;
}
.global .res-subcontent-title ul{
    display: grid;
    text-align: right;
    grid-template-columns: 1fr;
}



.global .res-content-txt h2:after {
    content: 'Government Innovation';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    font-size: 0.7rem;
}

.global .res-subcontent-box .res-subcontent-title {

    background-color: #eaeaea;
    padding: 2rem 1rem;
}

.global .res-subcontent-box .res-content-sec {
    /*text-align: center;*/
    padding: 0 0 2rem;
}
.global .res-content-sec figure{
    padding: 0 0 1rem ;
    width: 100%;
    height: 400px;
}
.global .res-content-sec figure img{

    width: 100%;
    height: 100%;
    object-fit: cover;
}
.global .res-content-sec .postCont{
    width: 100%;
}
.global .res-content-sec .paragraph{
    width: 100%;
    word-break: break-all;

}
.global .res-content-sec .paragraph p img{
    object-fit: contain;
}
.global .res-content-sec .en-file-box{
    width: 100%;
    display: grid;
    grid-template-columns: 5% 1fr;
    border-bottom: 1px solid #333;
    padding: 0.7rem 1rem;
    background-color: #f8f8f8;
    margin-bottom: 1rem;

}
.global .res-content-sec .en-over {
    max-height: 3em;
    overflow: auto;
}

.global .res-content-sec .en-file-box .fileIcon{
    display: flex;
    align-items: center;
}

.global .res-content-sec .en-file-box .fileBox{
    text-align: left;
}
.global .en-swiper-nttSj{
    font-size: 1.1rem;
    height: 50px;
}
.global .en-swiper-box{
    font-weight: 200;
    font-size: 0.8rem;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;

}
.global .en-prev,.global .en-next{
    display: grid;
    grid-template-columns: 5% 5% 1fr;
    padding: 0.5rem 1rem;
}
.global .en-prev span,.global .en-next span{
    display: flex;
    align-items: center;
}
.global .en-frist-data{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.global .en-content-box{
    font-size: 0.9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.global .page-main-txt .title-height{
}