/* html,body {
    width:100%;
    height:100%;
}

body {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

html {
    scroll-snap-type:y mandatory;
}

.item {
    width:100%;
    height:100%;
    flex: none;
    scroll-snap-align: start;
} */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans KR', sans-serif;
    }

.carousel-container {
    width:100%;
    height:100%;
    display: flex;
    overflow: auto;
}

.carousel-container.y-scroll {
    flex-direction: column;
    scroll-snap-type: y mandatory;
  }
  
.carousel-container::-webkit-scrollbar {
    display: none;
}

.item::-webkit-scrollbar {
    display: none;
}

.item:nth-child(2){
    background: #FFFFFF;
}
.item:nth-child(3){
    background:yellow;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}
.swiper-button-prev {
    margin-top: -12px;
    width: 32px;
    height: 34px;
    background: url(http://test.economychosun.com/publishing/assert/img/main//main_prev.png) 16px/11px no-repeat;
}

.swiper-button-next {
    margin-top: -12px;
    width: 32px;
    height: 34px;
    background: url(http://test.economychosun.com/publishing/assert/img/main//main_next.png) 16px/11px no-repeat;
}

.swiper-button-custom {
    --swiper-navigation-size: 16px;
    --swiper-theme-color: #FFFFFF;
}

.swiper-button-prev {
    top: auto;
    margin-top: 0;
}

.main--contents-box {
    display: inline-table;
    position: absolute;
    width: 50%;
    min-height: 70%;
    left: 0px;
    top: 9%;
    background: #112029;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1)
}

.main--midlle-line {
    width: 8%;
    margin-left: 0;
}

.nav__bar-main-page li:before{
    content: none;
}

.main-right-contents::-webkit-scrollbar{
    display:none;
}

.title-font-spacing {
    letter-spacing: 0.3em;
}

.contents_list a:hover{
    color:#EA4848;
}

.hidden {
    height:100%;
    min-height:100%; 
    overflow: hidden !important; 
    touch-action:none;
    position: fixed;
}

.accordion {
    width: 100%;
    max-width: 1280px;
    height: 544px;
    overflow: hidden;
    margin: 24px auto;
  }
  .accordion ul {
    display: flex;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    /*ul ul:hover*/
    filter: drop-shadow(4px 8px 16px rgba(0, 0, 0, 0.08));
  }
  .accordion ul li {
    margin-right: 10px;
    vertical-align: bottom;
    position: relative;
    width: 33.33%;
    height: 544px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 14.52%, rgba(0, 0, 0, 0) 40.62%); */
    transition: all 500ms ease;
    overflow: hidden;
  }

  .accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s linear;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .accordion ul li div a {
    display: block;
    height: 544px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    /* padding: 15px 20px; */
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
  }
  .accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transform: translateX(-20px);
    transition: all 400ms ease;
  }

  .accordion ul li {
    width: 25%;
  }
  
  .accordion ul li:hover {
    width: 70%;
  }
  
  .accordion ul li:hover a * {
    opacity: 1;
    transform: translateX(0);
    background-size: 100% 100%;
  }

  .accordion ul li::before {
      content: none;
  }

  /*  */
  .accordion ul .defaultSet {
    width: 25%;
    /*li:hover*/
  }
  
  .accordion ul .active {
    pointer-events: none;
    width: 70%;
  }
  .accordion ul .active a * {
    opacity: 1;
    transform: translateX(0);
    background-size: 100% 100%;
  }

  .accordion ul li::before {
      content: none;
  }

  .magazine_img {
    background: url(https://economychosun.com/publishing/assert/img/main//placeyourimage1.png);
    background-size: contain;
    border-radius: 8px;
  }
  
  @media screen and (max-width: 600px) {
    body {
      margin: 0;
    }
  
    .accordion {
      height: auto;
    }
    .accordion ul li,
  .accordion ul li,
  .accordion ul li,
  .accordion ul li {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none;
    }
  }

  .img_area img {
    /* width: 128px; */
    position: absolute;
    min-width: 127px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.main-contents-text {
    position: relative;
    animation: fadeInUp 1s;
}

.cms-modify {
    position: relative;
    text-align: center;
}

.cms-modify a {
    margin-right: 4px;
}

@media only screen and (min-width: 1024px) {
    .identity-main-md-contentBox {
        padding: 80px 22px 0px 328px;
    }

    #item-1{
        background-image: url("http://test.economychosun.com/publishing/assert/img/main/bg_image.png");
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #sec1{
        background-repeat: no-repeat;
        background-size: cover;
    }

    .infographic--main-img-area-md {
        position: relative;
        overflow: hidden;
        width: 90%;
        margin-bottom: 36px;
    }
    
    .infographic--main-img-md {
        max-width: 90%;
        height: auto;
    }

    .main--contents-box-md {
        display: inline-table;
        position: absolute;
        width: 50%;
        min-height: 632px;
        left: 0px;
        height: 60%;
        /* top: 9%; */
        margin: -384px 0 0 0;
        top: 50%;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1)
    }

    .swiper-button-area-md {
        position: absolute;
        bottom: 45px;
        right: 20px;
        width: 72px;
    }

    .nav__bar-main-page {
        padding: 0 14px;
        white-space: nowrap;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.2em;
        font-family: "Noto Sans KR";
        align-items: center;
        margin: 0;
        /* position: fixed;
        top: 0;
        left: 25%; */
        /* transform: translateX(-380px); */
    }

    .nav__bar-main-page .link-text:hover:after {
        border-bottom: none;
    }

    .nav__bar-main-page .active{
        color: #EA4848;
    }

    .nav__bar-main-page .active:after {
        border-bottom: none;
    }

    .nav__area {
        position: fixed;
        top: 0;
        height: 64px;
        box-shadow: 0 4px 4px -4px #999999;
    }
    
    .nav__area-md {
        display: flex;
        background-color: #ffffff;
    }

    .main-wrap {
        width: 100%;
        position: absolute;
        top: 5%;
        height: 95%;
        /* border-top: 5px outset; */
    }

    .main-box {
        display: flex;
        padding: 48px;
    }

    .contents_list {
        width: 67%;
        white-space: nowrap;
    }

    .img_area {
        margin-left: 64px;
        overflow: hidden;
        position: relative;
        height: 72px;
        width: 128px;
    }

    .main-left-contents {
        /* background-size: 100% 100%; */
        display: inline-table;
        background-repeat: no-repeat;
        width: -webkit-fill-available;
        margin-right: 48px;
        position: relative;
    }

    .main-left-contents img {
        width: -webkit-fill-available;
        height: 100%;
    }

    .main--left-img-box {
        padding: 0px 48px 0px 49px;
        position: absolute;
        bottom: 48px;
    }

    .photo-contents {
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        padding: 446px 24px 28px 24px;
    }

    .main--3-title {
        max-width: 1280px;
        margin: auto;
    }

    .main-layout {
        max-width: 1280px;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .main-layout2 {
        max-width: 1280px;
        margin: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 180px;
    }

    .main4-contents-box {
        width: 400px;
        height: 348px;
        background-color: #FFFFFF;
        box-shadow: 0px 8px 4px -6px rgb(0 0 0 / 12%);
    }

    .main4-contents-text {
        padding: 24px 40px 40px 40px;
    }

    .color-area-set {
        background: linear-gradient(180deg, #F3F8FB 50%,#FFFFFF 50%);
    }
    
    .people-img-box {
        box-sizing: border-box;
		width: 184px;
		height: 184px;
		margin: auto;
        border-radius: 50%;
        background-color: #FFFFFF;
    }

    .main5-img-area {
        width: 292px;
        height: 350px;
        border-radius: 4px;
        position: relative;
    }

    .footer-postion {
        position: relative;
        transform: translateY(210%);
    }

    .fp-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(https://economychosun.com/publishing/assert/img/main/main3_bg.png);
      }

      .main-right-contents {
        height: 105%;
        overflow: auto;
    }
    
    .contents-md-view-more{
        display: none;
    }

    .main3-contents-box {
        display: none;
    }

    .main3-contents-box-PC {
        display: none;
    }

    .main4-md-box {
        display: flex;
    }

    .main-contents-box-title {
        letter-spacing: 0.3em;
    }

    .main-nav {
        margin: auto;
        align-items: center;
    }

    .main--3-center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .main--footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .go-top {
        position: fixed;
        width: 48px;
        height: 48px;
        bottom: 38px;
        right: 38px;
        border: 1px solid #D7D7D7;
        background: #ffffff;
    }
    
    .subs--btn {
        background: #EA4848;
        padding: 12px 48px;
        gap: 10px;
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        margin-right: 32px;
    }

    .buy--book-btn {
        background: #222222;
        padding: 12px 48px;
        gap: 10px;
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    .text-1row {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }

    .text-2rows {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    #sec1 {
        background-position: right center;
    }
}

@media only screen and (max-width: 1690px) {
    .identity-main-md-contentBox {
        padding: 80px 22px 0px 233px;
    }
}

@media only screen and (max-width: 1023px) {
    .header-sm-fixed {
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    .main--contents-box-sm {
        display: inline-table;
        position: absolute;
        width: 94%;
        min-height: 67%;
        left: 0px;
        bottom: 0;
        background: #112029;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1)
    }

    .identity-main-sm-contentBox {
        padding: 26px 24px 0 24px;
    }

    .sec1 {
        height: 100vh;
    }

    .sec1{
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #030304;
        background-position: center;
    }

    /* .main1--mo-bg {
        background-position: 100% 0%;
    } */

    .infographic--main-img-sm {
        width: 96%;
    }

    .swiper-button-area-sm{
        position: absolute;
        width: 20%;
        bottom: 42px;
        right: 20px;
    }

    .main2-btn {
        display: none;
    }

    .main-left-contents {
        /* background-size: 100% 100%; */
        display: inline-table;
        background-repeat: no-repeat;
        width: -webkit-fill-available;
        margin: 16px 16px 16px 16px;
        height: 246px;
        padding-bottom: 28px;
        background: linear-gradient(26.88deg, rgba(0, 0, 0, 0.8) 18.79%, rgba(0, 0, 0, 0) 90.15%), url(http://test.economychosun.com/publishing/assert/img/main/art_left.png);
        position: relative;
    }

    .main--left-img-box {
        padding: 0px 16px 0px 16px;
        position: absolute;
        bottom: 16px;
    }

    .main-right-contents {
        padding: 0 16px 16px 16px;
    }

    .contents_list {
        width: 67%;
        /* margin-right: 8px; */
    }

    .contents-md-view-more {
        margin-top: 4px;
    }

    .contents4-md-view-more {
        padding: 12px 0 16px 0;
    }

    .fp-bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(https://economychosun.com/publishing/assert/img/main/main3_bg.png);
      }

      .main4-sm-box {
          display: block;
      }
    
    .main4-contents-box {
        display: flex;
        /* width: 328px; */
        height: 116px;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    }

    .main-layout {
        padding: 16px;
    }

    /* .main-layout2 {
        padding: 16px 0 16px 16px;
    } */

    .people-img-box {
        box-sizing: border-box;
		width: 80px;
		height: 80px;
        border-radius: 50%;
        background-color: #FFFFFF;
        padding: 16px;
    }

    .main3-contents-box {
        height: 281px;
        overflow: auto;
        display: flex;
    }
    .main3-contents-box::-webkit-scrollbar {
        display: none;
    }

    .main3-img-area {
        margin-right: 12px;
        width: 308px;
        height: 231px;
        /* padding: 0 16px; */
        margin-left: 16px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .main3-img-area:last-child {
        margin-right: 16px;
    }
    
    .main4-contents-text {
        padding: 16px;
        text-align: left;
        margin-left: 12px;
    }

    .main--3-title {
        padding: 34px 16px 0 16px;
    }

    .accordion {
        display: none;
    }
    .accordionMO {
        display: none;
    }
    .nav__area-sm {
        display: none;
    }

    .main5-img-area {
        margin-right: 12px;
        width: 148px;
        height: 177px;
        position: relative;
    }

    .main5-contents-box:last-child .main5-img-area{
        margin-right: 16px;
    }

    .md-xArea {
        overflow: auto;
        padding-left: 16px;
    }

    .md-xArea::-webkit-scrollbar{
        display: none;
    }

    .img-text-inner {
        position: absolute;
        bottom: 0;
        left: 16px;
        padding: 0 6px 0 0;
    }

    .section.sec2 {
        overflow: hidden;
		height: auto;
    }

    .sec2 {
        height: auto!important;
    }

    .sec2 .fp-tableCell{
        height: auto!important;
    }

    .section.sec3 {
        overflow: hidden;
		height: auto;
    }

    .sec3 {
        height: auto!important;
    }

    .sec3 .fp-tableCell{
        height: auto!important;
    }

    .fp-tableCell {
        overflow:hidden;
		height:auto;
    }

    .section.sec4 {
        overflow: hidden;
		height: auto;
    }

    .sec4 {
        height: auto!important;
    }

    .sec4 .fp-tableCell{
        height: auto!important;
    }

    .section.sec5 {
        overflow: hidden;
		height: auto;
    }

    .sec5 {
        height: auto!important;
    }

    .sec5 .fp-tableCell{
        height: auto!important;
    }

    .main-contents-box-title {
        letter-spacing: 0.3em;
    }

    .subs--btn {
        background: #EA4848;
        padding: 13px 32px;
        gap: 10px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        margin-right: 24px;
    }

    .buy--book-btn {
        background: #222222;
        padding: 13px 32px;
        gap: 10px;
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }

    .text-cut {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .vetor-style {
        position: relative;
        top: 2px;
    }

    .main-contents-box-title {
        margin-bottom: 4px;
    }

    .main2-contents-4row {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 24px;
        line-height: 22px;
    }

    .view-mo-btn {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        padding: 6px 8px 6px 12px;
    }

    .mo-sec5-title {
        padding: 16px 0 0 16px;
    }

    .magazine-btn-area {
        margin-bottom: 56px;
    }

    .go-top {
        background: #FFFFFF;
        position: fixed;
        width: 48px;
        height: 48px;
        bottom: 5%;
        right: 30px;
        border: 1px solid #D7D7D7;
    }

    .img_area {
        margin-left: 12px;
        overflow: hidden;
        position: relative;
        height: 72px;
        width: 128px;
    }

    .main1-subs-t a font {
        font-weight: 400;
    }

    .main5-contents-box {
        width: 148px;
        margin-right: 12px;
    }

    .magazine_img {
        border-radius: 4px;
    }
}

/* @media only screen  and (min-width: 5px) and (max-width: 350px){
    .main1-subs-t a {
        font-size: 10px;
    }
} */
/* .your-class {
    background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'%3E%3Cpath d='M10 10h123v123H10z'/%3E%3C/svg%3E" );
 } */