@charset 'utf-8';
@media all and (min-width: 220px) and (max-width: 480px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;

    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .header-wrap {
        display: none;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 10%;
    }

    .global .engMobile {
        display: block;
        padding: 6rem 1rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 57%;
    }

    /*-----------------------------------------------*/
    /*메인*/
    .global .en-main-visual {
        width: 100%;
        padding: 1rem;
    }

    .global .global-wrap {
        width: 100%;
        text-align: center;
    }

    .global .global-wrap h1 {
        font-size: 2rem;
    }

    .global .global-wrap p {
        font-size: 1rem;
    }

    .global .global-wrap button {
        padding: 0.7rem 0.5rem;
    }

    .global .global-slidebox-text {
        font-size: 1.6rem;
        padding: 0px;
        text-align: center;
    }

    .global .en-main-first-btn {
        flex-direction: row;
        padding: 1rem 0;
        justify-content: center;
    }

    .global .en-table-txt {
        font-size: 0.7rem;
    }

    .global .en-main-first-btn button {
        font-size: 1rem;

    }

    .global .main-content1 {
        padding: 1rem;
    }

    .global .main-content1 table {
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }

    .global .main-content1 table td {
        display: block;
    }

    .global .main-contentbox {


        grid-template-columns: 100%;
    }

    .global .main-content2 div {
        top: 50%;
        width: 100%;
        height: 50%;
        background: url("/static/en/images/en-main-news.jpg") no-repeat center;
        background-size: cover;
        transform: translateX(0%);
    }

    .global .swiper-button-next, .global .swiper-button-prev {
        display: none;
    }

    .swiper {
        padding: 0 1rem !important;
    }

    .global .main-content1 h3 {
        font-size: 1rem;
        padding: 0rem;
    }

    .global .main-content1 .main-content-flex div {
        display: flex;
        gap: 1rem;
    }

    .global .main-content1 table td p:nth-child(1) {
        font-size: 0.9rem;
    }

    .global .global-slidebox {
        padding: 1rem 0;
        padding: 1rem 0;
    }

    .global .firstBest-img-box .firstBest-img img, .global .resource-content .resource-content-grid .pli img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .global .main-content2 {
        display: none;
    }

    /*------------------------------------------------------------------------------*/
    /*overview*/
    .global .aboutWrap {
        width: 100%;
        padding: 1rem;
    }

    .global .aboutBg h4 {
        padding: 1rem;
        font-size: 1.7rem;
        margin: 1rem;
    }

    .global .aboutCont div p {
        font-size: 1.2rem;
    }

    /*    --------------------------------------------------------------------------------*/
    /* resources news notice  frist best*/
    .global .resource-content .resource-content-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .global .first-content .first-content-grid {
        grid-template-columns: minmax(150px, auto);
        padding: 0.5rem;
    }

    .global .page-main-txt h3 {
        font-size: 1.5rem;
        padding: 0rem;
    }

    .global .res-content-txt {
        display: none;
    }


    .global .res-subcontent-box .res-subcontent-title h3 {
        padding: 1rem 0
    }


    .global .res-subcontent-title, .global .res-subcontent-title ul li {
        margin-bottom: 1rem;
        text-align: center;
    }

    .global .res-subcontent-box .res-content-sec {
        padding: 0.5rem;
    }

    .global .res-content-sec figure img {
        width: 100%;
    }

    .global .bottomBtnBox .bottomBtn-list {
        text-align: center;
        padding: 1rem 0;
    }

    .global .article-list ul {
        display: block;
    }

    .global .article-list ul li {
        padding: 0;
    }

    .global .article-list ul li span {
        display: block;
        text-align: center;
        padding: 0.2rem 0;

    }

    .global .article-list ul li span:nth-child(3) {
        background-color: white;
    }

    .global .res-content-txt h2 {
        font-size: 1.2rem;
    }

    .global .firstbestwrap .page-main-txt {
        padding: 1rem;
    }

    .global .first-content .first-content-grid .first-content-sec div h4 {
        width: 100%;
    }

    .global .postListWrap-sec {
        padding: 1rem 0 3rem;
    }

    .global .page-main-txt p {
        font-size: 0.7rem;
    }


    .global .postList-title::after {
        /*display: none;*/
        width: 100%;
        top: -11px;

    }

    .global .first-wrap-btn {
        text-align: center;
    }


    .global .res-subcontent-box .res-content-sec .paragraph {
        white-space: normal;
        word-break: keep-all;
    }

    .global .res-subcontent-box .res-content-sec .paragraph iframe {
        width: 100%;
    }

    .global .en-prev, .global .en-next {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0px;
    }

    .global .en-prev span, .global .en-next span {
        padding: 0.5rem;
    }

    .global .en-frist-data {
        background-color: #ffffff;
        padding: 1rem;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 1fr
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr;
    }

    .global .res-subcontent-box {
        padding: 2rem 0 0;
    }
    .global .paragraph img{
        width: 100%;
    }

    /*    ----------------------------------------------------------------------------------*/
}

@media all and (min-width: 480px) and (max-width: 767px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;

    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .header-wrap {
        display: none;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 10%;
    }

    .global .engMobile {
        display: block;
        padding: 6rem 1rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .en-header-top {
        padding: 0 1rem;
    }

    .global .main-content2 {
        display: none;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0.5rem;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 45%;
    }

    /*    메인*/
    .global .en-main-visual {
        padding: 1rem;
    }

    .global .global-wrap h1 {
        font-size: 2.9rem;
    }

    .global .global-slidebox {
        padding: 0 0 2rem;
    }

    .global .global-slidebox-text {
        font-size: 1.6rem;
        text-align: center;
        padding: 0rem;
    }

    .global .global-slidebox-text h2 {
        padding: 1rem 0;

    }

    .global .en-main-first-btn {
        justify-content: center;
        padding: 0 0 1rem;
    }

    .global .main-content1 .main-content-flex {
        text-align: center;
    }

    .global .main-content1 h3 {
        font-size: 1.7rem;
    }

    .global .main-contentbox {
        grid-template-columns: 100%;
    }

    .global .main-content1 {
        text-align: center;
        padding: 1rem;
    }

    .global .main-content2 div {
        top: 50%;
        width: 100%;
        height: 50%;
        background: url("/static/en/images/en-main-news.jpg") no-repeat center;
        background-size: cover;
        transform: translateX(0%);
    }

    .global .main-content1 div button {
        width: 100%;
    }

    .global .main-content1 div:nth-child(2) {
        display: flex;
        gap: 1rem;
    }

    /*    overveiw*/
    .global .aboutWrap {
        padding: 1rem;
    }

    .global .aboutBg h4 {
        padding: 1rem;
        font-size: 3rem;
    }

    /*resource*/
    .global .page-main-txt h3 {
        font-size: 1.7rem;
    }

    .global .resource-content .resource-content-grid, .global .first-content .first-content-grid {
        grid-template-columns: 1fr 1fr;
        padding: 1rem;
        gap: 1rem;
    }

    .global .resources-wrap .page-main-txt {
        width: 100%;
    }


    .global .firstbestwrap .page-main-txt {
        padding: 1rem;
    }

    .global .postListWrap-sec h4 {
        text-align: center;
        padding: 1rem;
    }

    .global .postListWrap-sec {
        padding: 1rem 0 3rem;
    }

    .global .page-main-txt p {
        font-size: 0.7rem;
        text-shadow: 2px 2px 5px rgb(255, 255, 255);
    }

    .global .postList-title::after {
        /*display: none;*/
        width: 100%;
        top: 0;

    }

    .global .first-wrap-btn {
        text-align: center;
    }

    /*모든페이지 상세*/
    .global .firstBest-img-box .firstBest-img img, .global .resource-content .resource-content-grid .pli img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .global .res-subcontent-box {
        padding: 2rem 0;
    }

    .global .res-content-txt {
        display: none;
    }

    .global .res-subcontent-box .res-content-sec {
        padding: 1rem 2rem;
    }

    .global .res-content-sec .paragraph {
        width: 100%;
    }

    .global .res-subcontent-box .res-content-sec .paragraph iframe {
        width: 100%;
    }


    .global .en-prev, .global .en-next {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0px;
    }

    .global .en-prev span, .global .en-next span {
        padding: 0.5rem;
    }

    .global .en-frist-data {
        background-color: #ffffff;
        padding: 1rem;
    }

    .global .res-subcontent-title ul {
        justify-content: end;
    }

    .global .res-subcontent-title ul {
        flex-wrap: wrap;
        justify-content: end;
    }

    .global .bottomBtnBox .bottomBtn-list {
        padding: 2rem;
        text-align: center;
    }

    .global .article-list ul {
        display: block;
    }

    .global .article-list ul li {
        padding: 0;
    }

    .global .article-list ul li span {
        display: block;
        text-align: center;
        padding: 0.2rem 0;

    }

    .global .article-list ul li span:nth-child(3) {
        background-color: white;
    }
    .global .paragraph img{
        width: 100%;
    }
}


@media all and (min-width: 767px) and (max-width: 1023px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;
        overflow: hidden;
    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global .header-wrap {
        display: none;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 5%;
    }

    .global .engMobile {
        width: 400px;
        display: block;
        padding: 6rem 4rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .en-header-top {
        padding: 0 1rem;
    }

    .global .res-content-sec .paragraph {
        width: 100%;
    }

    .global .res-subcontent-box .res-content-sec .paragraph iframe {
        width: 100%;
    }

    .global .main-content2 div {
        height: 100%;
        background-size: cover;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 60% 1fr;
        text-align: center;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .global .en-prev, .global .en-next {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0px;
    }

    .global .en-prev span, .global .en-next span {
        padding: 0.5rem;
    }

    .global .en-frist-data {
        background-color: #ffffff;
        padding: 1rem;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 25%;
    }

    .global .firstbestwrap .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .resource-content .resource-content-grid, .global .first-content .first-content-grid {
        gap: 1rem;
        padding: 1rem;
    }

    .global .res-content-txt {
        padding: 1rem 1rem;
    }

    .global .res-content-txt h2, .global .firstbestwrap .postList-title {
        padding: 0.5rem 1rem 0;
        width: 100%;
    }

    .global .postList-title::after {
        width: 100%;
        padding: 0rem 1rem;
        top: 0;
    }

    .global .first-wrap-btn {
        padding: 1rem;
    }
    .global .paragraph img{
        width: 100%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;
        overflow: hidden;
    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global .header-wrap {
        display: none;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 5%;
    }

    .global .engMobile {
        width: 400px;
        display: block;
        padding: 6rem 4rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .en-header-top {
        padding: 0 1rem;
    }

    .global .main-content2 div {
        background: url("/static/en/images/en-main-news.jpg") no-repeat center center;
        background-size: cover;
        left: 50px;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 60% 1fr;
        text-align: center;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 25%;
    }

    .global .firstbestwrap .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .resource-content .resource-content-grid, .global .first-content .first-content-grid {
        gap: 1rem;
        padding: 1rem;
    }

    .global .res-content-txt {
        padding: 1rem 1rem;
    }

    .global .res-content-txt h2, .global .firstbestwrap .postList-title {
        padding: 0.5rem 1rem 0;
        width: 100%;
    }

    .global .postList-title::after {
        width: 100%;
        padding: 0rem 1rem;
        top: 0;
    }

    .global .first-wrap-btn {
        padding: 1rem;
    }
    .global .paragraph img{
        width: 100%;
    }

}
@charset 'utf-8';
@media all and (min-width: 220px) and (max-width: 480px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;

    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .header-wrap {
        display: none;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 10%;
    }

    .global .engMobile {
        display: block;
        padding: 6rem 1rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 57%;
    }

    /*-----------------------------------------------*/
    /*메인*/
    .global .en-main-visual {
        width: 100%;
        padding: 1rem;
    }

    .global .global-wrap {
        width: 100%;
        text-align: center;
    }

    .global .global-wrap h1 {
        font-size: 2rem;
    }

    .global .global-wrap p {
        font-size: 1rem;
    }

    .global .global-wrap button {
        padding: 0.7rem 0.5rem;
    }

    .global .global-slidebox-text {
        font-size: 1.6rem;
        padding: 0px;
        text-align: center;
    }

    .global .en-main-first-btn {
        flex-direction: row;
        padding: 1rem 0;
        justify-content: center;
    }

    .global .en-table-txt {
        font-size: 0.7rem;
    }

    .global .en-main-first-btn button {
        font-size: 1rem;

    }

    .global .main-content1 {
        padding: 1rem;
    }

    .global .main-content1 table {
        margin-left: auto;
        margin-right: auto;
        width: 100%;

    }

    .global .main-content1 table td {
        display: block;
    }

    .global .main-contentbox {


        grid-template-columns: 100%;
    }

    .global .main-content2 div {
        top: 50%;
        width: 100%;
        height: 50%;
        background: url("/static/en/images/en-main-news.jpg") no-repeat center;
        background-size: cover;
        transform: translateX(0%);
    }

    .global .swiper-button-next, .global .swiper-button-prev {
        display: none;
    }

    .swiper {
        padding: 0 1rem !important;
    }

    .global .main-content1 h3 {
        font-size: 1rem;
        padding: 0rem;
    }

    .global .main-content1 .main-content-flex div {
        display: flex;
        gap: 1rem;
    }

    .global .main-content1 table td p:nth-child(1) {
        font-size: 0.9rem;
    }

    .global .global-slidebox {
        padding: 1rem 0;
        padding: 1rem 0;
    }

    .global .firstBest-img-box .firstBest-img img, .global .resource-content .resource-content-grid .pli img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .global .main-content2 {
        display: none;
    }

    /*------------------------------------------------------------------------------*/
    /*overview*/
    .global .aboutWrap {
        width: 100%;
        padding: 1rem;
    }

    .global .aboutBg h4 {
        padding: 1rem;
        font-size: 1.7rem;
        margin: 1rem;
    }

    .global .aboutCont div p {
        font-size: 1.2rem;
    }

    /*    --------------------------------------------------------------------------------*/
    /* resources news notice  frist best*/
    .global .resource-content .resource-content-grid {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
    }

    .global .first-content .first-content-grid {
        grid-template-columns: minmax(150px, auto);
        padding: 0.5rem;
    }

    .global .page-main-txt h3 {
        font-size: 1.5rem;
        padding: 0rem;
    }

    .global .res-content-txt {
        display: none;
    }


    .global .res-subcontent-box .res-subcontent-title h3 {
        padding: 1rem 0
    }


    .global .res-subcontent-title, .global .res-subcontent-title ul li {
        margin-bottom: 1rem;
        text-align: center;
    }

    .global .res-subcontent-box .res-content-sec {
        padding: 0.5rem;
    }

    .global .res-content-sec figure img {
        width: 100%;
    }

    .global .bottomBtnBox .bottomBtn-list {
        text-align: center;
        padding: 1rem 0;
    }

    .global .article-list ul {
        display: block;
    }

    .global .article-list ul li {
        padding: 0;
    }

    .global .article-list ul li span {
        display: block;
        text-align: center;
        padding: 0.2rem 0;

    }

    .global .article-list ul li span:nth-child(3) {
        background-color: white;
    }

    .global .res-content-txt h2 {
        font-size: 1.2rem;
    }

    .global .firstbestwrap .page-main-txt {
        padding: 1rem;
    }

    .global .first-content .first-content-grid .first-content-sec div h4 {
        width: 100%;
    }

    .global .postListWrap-sec {
        padding: 1rem 0 3rem;
    }

    .global .page-main-txt p {
        font-size: 0.7rem;
    }

    .global .postList-title{
        padding: 0 0.5rem;
    }
    .global .postList-title::after {
        width: 100%;
        top: -11px;
        padding: 0 0.5rem;

    }

    .global .first-wrap-btn {
        text-align: center;
    }


    .global .res-subcontent-box .res-content-sec .paragraph {
        white-space: normal;
        word-break: keep-all;
    }

    .global .res-subcontent-box .res-content-sec .paragraph iframe {
        width: 100%;
    }

    .global .en-prev, .global .en-next {
        grid-template-columns: 16% 10% 1fr;
        text-align: center;
        padding: 0px;
    }

    .global .en-prev span, .global .en-next span {
        padding: 0.5rem;
    }

    .global .en-frist-data {
        background-color: #ffffff;
        padding: 1rem;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 1fr;
        padding: 0rem;
    }
    .global .res-content-sec .en-file-box{
        grid-template-columns: 15% 1fr;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr;
    }

    .global .res-subcontent-box {
        padding: 2rem 0 0;
    }

    .global .paragraph img{
        width: 100% !important;
    }

    /*    ----------------------------------------------------------------------------------*/
}

@media all and (min-width: 480px) and (max-width: 767px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;

    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .header-wrap {
        display: none;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 10%;
    }

    .global .engMobile {
        display: block;
        padding: 6rem 1rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .en-header-top {
        padding: 0 1rem;
    }

    .global .main-content2 {
        display: none;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0.5rem;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 45%;
    }

    /*    메인*/
    .global .en-main-visual {
        padding: 1rem;
    }

    .global .global-wrap h1 {
        font-size: 2.9rem;
    }

    .global .global-slidebox {
        padding: 0 0 2rem;
    }

    .global .global-slidebox-text {
        font-size: 1.6rem;
        text-align: center;
        padding: 0rem;
    }

    .global .global-slidebox-text h2 {
        padding: 1rem 0;

    }

    .global .en-main-first-btn {
        justify-content: center;
        padding: 0 0 1rem;
    }

    .global .main-content1 .main-content-flex {
        text-align: center;
    }

    .global .main-content1 h3 {
        font-size: 1.7rem;
    }

    .global .main-contentbox {
        grid-template-columns: 100%;
    }

    .global .main-content1 {
        text-align: center;
        padding: 1rem;
    }

    .global .main-content2 div {
        top: 50%;
        width: 100%;
        height: 50%;
        background: url("/static/en/images/en-main-news.jpg") no-repeat center;
        background-size: cover;
        transform: translateX(0%);
    }

    .global .main-content1 div button {
        width: 100%;
    }

    .global .main-content1 div:nth-child(2) {
        display: flex;
        gap: 1rem;
    }

    /*    overveiw*/
    .global .aboutWrap {
        padding: 1rem;
    }

    .global .aboutBg h4 {
        padding: 1rem;
        font-size: 3rem;
    }

    /*resource*/
    .global .page-main-txt h3 {
        font-size: 1.7rem;
    }

    .global .resource-content .resource-content-grid, .global .first-content .first-content-grid {
        grid-template-columns: 1fr 1fr;
        padding: 1rem;
        gap: 1rem;
    }

    .global .resources-wrap .page-main-txt {
        width: 100%;
    }


    .global .firstbestwrap .page-main-txt {
        padding: 1rem;
    }

    .global .postListWrap-sec h4 {
        text-align: center;
        padding: 1rem;
    }

    .global .postListWrap-sec {
        padding: 1rem 0 3rem;
    }

    .global .page-main-txt p {
        font-size: 0.7rem;
        text-shadow: 2px 2px 5px rgb(255, 255, 255);
    }

    .global .postList-title::after {
        /*display: none;*/
        width: 100%;
        top: 0;

    }

    .global .first-wrap-btn {
        text-align: center;
    }

    /*모든페이지 상세*/
    .global .firstBest-img-box .firstBest-img img, .global .resource-content .resource-content-grid .pli img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .global .res-subcontent-box {
        padding: 2rem 0 0;
    }

    .global .res-content-txt {
        display: none;
    }

    .global .res-subcontent-box .res-content-sec {
        padding: 1rem 2rem;
    }

    .global .res-content-sec .paragraph {
        width: 100%;
    }

    .global .res-subcontent-box .res-content-sec .paragraph iframe {
        width: 100%;
    }


    .global .en-prev, .global .en-next {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 0px;
    }

    .global .en-prev span, .global .en-next span {
        padding: 0.5rem;
    }

    .global .en-frist-data {
        background-color: #ffffff;
        padding: 1rem;
    }

    .global .res-subcontent-title ul {
        justify-content: end;
    }

    .global .res-subcontent-title ul {
        flex-wrap: wrap;
        justify-content: end;
    }

    .global .bottomBtnBox .bottomBtn-list {
        padding: 2rem;
        text-align: center;
    }

    .global .article-list ul {
        display: block;
    }

    .global .article-list ul li {
        padding: 0;
    }

    .global .article-list ul li span {
        display: block;
        text-align: center;
        padding: 0.2rem 0;

    }

    .global .article-list ul li span:nth-child(3) {
        background-color: white;
    }
    .global .paragraph img{
        width: 100%;
    }

}


@media all and (min-width: 767px) and (max-width: 1023px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;
        overflow: hidden;
    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global .header-wrap {
        display: none;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 5%;
    }

    .global .engMobile {
        width: 400px;
        display: block;
        padding: 6rem 4rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .en-header-top {
        padding: 0 1rem;
    }

    .global .res-content-sec .paragraph {
        width: 100%;
    }

    .global .res-subcontent-box .res-content-sec .paragraph iframe {
        width: 100%;
    }

    .global .main-content2 div {
        height: 100%;
        background-size: cover;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 60% 1fr;
        text-align: left;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .global .en-prev, .global .en-next {
        grid-template-columns: 10% 10% 1fr;
        text-align: center;
        padding: 0px;
    }

    .global .en-prev span, .global .en-next span {
        padding: 0.5rem;
    }

    .global .en-frist-data {
        background-color: #ffffff;
        padding: 1rem;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 25%;
    }

    .global .firstbestwrap .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .resource-content .resource-content-grid, .global .first-content .first-content-grid {
        gap: 1rem;
        padding: 1rem;
    }

    .global .res-content-txt {
        padding: 1rem 1rem;
    }

    .global .res-content-txt h2, .global .firstbestwrap .postList-title {
        padding: 0.5rem 1rem 0;
        width: 100%;
    }

    .global .postList-title::after {
        width: 100%;
        padding: 0rem 1rem;
        top: 0;
    }

    .global .first-wrap-btn {
        padding: 1rem;
    }
    .global .paragraph img{
        width: 100%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
    /*공통*/
    html, body {
        font-family: 'Pretendard GOV';
        color: #222;
    }

    body {
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .w1400 {
        width: 100%;
        overflow: hidden;
    }

    .global .flex {
        display: flex;
        justify-content: space-between;
    }

    .global .en-logo-top a img {
        display: block;
    }

    .global .header-wrap {
        display: none;
    }

    .global header .engHam {
        display: block;
    }

    .global .en-mobile-wrap {
        padding: 0.5rem 0.5rem;
        grid-template-columns: 1fr 5%;
    }

    .global .engMobile {
        width: 400px;
        display: block;
        padding: 6rem 4rem;
    }

    .global .header-menu-logo-box {
        width: 100%;
    }

    .global .header-menu-logo-box a {
        background-size: 100%;
    }

    .global .header-content {
        width: 100%;

    }

    .global .toKor {
        font-size: 0.7rem;
    }

    .global .header-logo-top {
        height: 30px;
    }

    .global .en-header-top {
        padding: 0 0.5rem;
    }

    .global .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .en-header-top {
        padding: 0 1rem;
    }

    .global .main-content2 div {
        background: url("/static/en/images/en-main-news.jpg") no-repeat center center;
        background-size: cover;
        left: 50px;
    }

    .global .res-subcontent-box .res-subcontent-title {
        grid-template-columns: 60% 1fr;
        text-align: left;
    }

    .global .res-subcontent-title ul {
        grid-template-columns: 1fr 30%;
        text-align: center;
    }

    /*----------------------------------------------*/
    /*푸터*/
    .global .en-footer {
        padding: 2rem;
    }

    .global .en-footer-logo {
        width: 25%;
    }

    .global .firstbestwrap .page-main-txt {
        padding: 2rem 1rem;
    }

    .global .resource-content .resource-content-grid, .global .first-content .first-content-grid {
        gap: 1rem;
        padding: 1rem;
    }

    .global .res-content-txt {
        padding: 1rem 1rem;
    }

    .global .res-content-txt h2, .global .firstbestwrap .postList-title {
        width: 100%;
        padding: 0px;
    }

    .global .postList-title::after {
        width: 100%;
        padding: 0rem 1rem;
        top: 0;
    }

    .global .first-wrap-btn {
        padding: 1rem;
    }

    .global .paragraph img{
        width: 100%;
    }

}

