
 
 @font-face {
    font-family: Arlon;
    src: url(../fonts/Arlon-Bold.ttf);
}
@font-face {
    font-family: Arlon;
    src: url(../fonts/Arlon-Bold.ttf);
}

  
  html {
      font-family: "Arlon", 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      overflow-x: hidden;
      scroll-behavior: smooth;
  }

 
  body, ul, li, h1 {
      margin:0;
      padding:0;
      list-style:none;
      overflow: hidden;
  }

  
  .nav__menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
}
.nav__img {
    display: block;
    width: 30px;
}
.nav__close {
    display: var(--show, none);
}

.nav__items {
    list-style: none;
}

.nav__links {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

@media (min-width:1214px){
    
    .top-bar2 {
        position:fixed;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 30px;
        left:0;
        width:100%;
        transition:background .3s;
        z-index:10;
        background-color: #28953f;
    }

    .top-bar2 .logo img {   
        margin-top: 6.5px;
    }

    .wrap > .top-bar2 > .menu-box-1 > ul > li > a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        transition: all 400ms ease;
    }
    .wrap > .top-bar2 > .menu-box-1{
        margin-top: 5px;
      /*  background: rgb(255, 255, 255);*/

        margin-right: 20px;
       /* border: white 1px solid;*/

        border-radius: 20px;
        color: #ffffff;
    }
    .nav__link {
    
        
        padding: 0;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
      
        
    }
}
@media (max-width:400px){
    .infoheader .info1 p{
        margin-top: 2px;
        font-weight: 900;
        font-size: 15px;
    }
}

@media (min-width:1214px){ 

    
  section > .marcasfondos > .news > .layout > .parent{
    
    display: grid;
    align-items: center;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: 50px 1fr 50px;

}
    .cipsurmarcafondo .carderechaproducto {
        width: 100%;
        margin: 20px;
        border-radius: 6px;
        overflow: hidden;
        color: rgb(0, 0, 0);
        cursor: default;
        transition: all 400ms ease;
        text-align: right;
        margin-top: 90px;
    }

    .wrap > .top-bar2 > div.logo > a {
        position:relative;
        display:block;
        left:2%;
        width:10px;
        height:0;
    }

    .wrap > .top-bar2 > div.logo > a > img {
        position:relative;
        display:block;
        left:2%;
        width:250px;
    }

    .cardp {
        width: 100%; 
        flex: 0 0 calc(33.333% - 20px);
        margin: 0 10px;
        border-radius: 2%;
        overflow: hidden;
        background: white;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
        cursor: pointer;
        transition: all 400ms ease;
    }

    .footer-column-mapasitio{
        margin-top: -15px;
        padding-left: 2rem;
    }
}
@media (max-width:1214px){ 
    
    .top-bar2 {
        position:fixed;
        padding-top: 19px;
        left:0;
        top: 35px;
        width:100%;
        transition:background .3s;
        z-index:10;
        text-align: right;
    }


    
  section > .marcasfondos > .news > .layout > .parent{
    
    display: grid;
    align-items: center;
    grid-template-rows: repeat(1, 1fr);


}

    .wrap > .top-bar2 > div.logo > a > img {
        position:relative;
        display:block;
        left:2%;
        width: 210px;
    }

    .cardp {
        width: 100%; 
        flex: 0 0 calc(100% - 15px);
        margin: 0 10px;
        border-radius: 2%;
        overflow: hidden;
        background: white;
        box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
        cursor: pointer;
        transition: all 400ms ease;
    }

    .cipsurmarcafondo .carderechaproducto {
        width: 100%;
        margin: 20px;
        border-radius: 6px;
        overflow: hidden;
        color: rgb(0, 0, 0);
        cursor: default;
        transition: all 400ms ease;
        text-align: right;
        margin-top: 10px;
    }  

    .footer-column-mapasitio{
        margin-top: -15px;
    }


    .info .logowsp {
        visibility: hidden;
    }

    .nav__menu{
        display: block;      
    }
    .nav__link {   
        margin-left: auto;
        padding: 0;
        display: grid;
        grid-auto-columns: max-content;        
    }

    .nav__link--menu {
        padding-top: 160px;
        position: fixed;
        background-color: #28953f;
        top: 0;
        left: -100%; 
        height: 100%;
        width: 70%; 
        display: flex;
        flex-direction: column;
        align-items: baseline;
        z-index: 9999;
        transition: left 0.7s ease; 
        opacity: 1; 
        pointer-events: none; 
    }
    .nav__close {
        position: absolute;
        top: 5.2%;
        right: 15px;
        width: 30px;
        cursor: pointer;
    }
    .nav__links{	
        color: #000000;
        
    }
    .nav__link--menu.show {
        left: 0; 
        transform: translateX(50%);
        opacity: 1; 
        pointer-events: all; 
    }
    .nav__image {
        position: absolute;
        top: 6.4%;
        left: 6px;
        transform: translateY(-50%); 
        width: 230px; 
        height: auto; 
        object-fit: cover; 
    }

    .top-bar2 .menu-box-1 > ul > li > a {
        padding:0 20px;
        font-size:1.2rem;
        letter-spacing:-0.1rem;
        font-weight:bold;
        margin-bottom: 20px;
    }


    .line {
        background-color: #A7ABAA;
        position: absolute;
        top: 130px;
        left: 0; 
        transform: translateY(-50%); 
        width: 100%; 
        height: 1px; 
        object-fit: cover; 
    }
    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__link--menu.nav__link--show {
        left: 0; 
        pointer-events: all; 
        z-index: 100000;
    }
}
@media (min-width:1214px){
.nav__image {
    display: none;
}
}


  .cardp .contenido img {
    height: 40px;
    width: 200px;
    padding-top: 1.1rem;
  }
  .cardp:hover {
    box-shadow: 0px 4px 5px rgba(0,0,0,0.4);
    transform: translateY(-4%);
  }

  .cardp > figure {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .cardp img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
  }

  .cardp .contenido {
    text-align: center;
  }

  .cardp .contenido h3 {
    margin-top: 20px;
  }

  .cardp .contenido p {
    line-height: 1.5;
    color: #6a6a6a;
    position: relative;
    text-align: center;
  }

  .questions__offerautos {
    width: calc(100% - 20px); 
    margin: auto;
    overflow: hidden; 
    padding-top: 30px;
  }

  .flechaderecha {	
    cursor: pointer;
}

.flechaizquierda {	
    cursor: pointer;
}
  
  
.barraautos {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }


  
  a {
      color:inherit;
      text-decoration:none;
  }
  /* 라이브러리 */
  
  .con {
      margin:0 auto;
  }
  
  .img-box > img {
      width:100%;
      display:block;
  }
  
  .row::after {
      content:"";
      display:block;
      clear:both;
  }
  
  .cell {
      float:left;
      box-sizing:border-box;
  }

 
  
  .cell-right {
      float:right;
      box-sizing:border-box;
  }
  
  .margin-0-auto {
      margin:0 auto;
  }
  
  .block {
      display:block;
  }
  
  .inline-block {
      display:inline-block;
  }
  
  .text-align-center {
      text-align:center;
  }
  .text-align-right{
    text-align: right;
  }
  
  .line-height-0-ch-only {
      line-height:0;
  }
  
  .line-height-0-ch-only > * {
      line-height:normal;
  }
  
  .relative {
      position:relative;
  }
  
  .absolute-left {
      position:absolute;
      left:0;
  }
  
  .absolute-right {
      position:absolute;
      right:0;
  }
  
  .absolute-top {
      position:absolute;
      top:0;
  }
  
  .absolute-bottom {
      position:absolute;
      bottom:0;
  }
  
  .absolute-middle {
      position:absolute;
      top:50%;
      transform:translateY(-50%);
  }
  
  .width-100p {
      width:100%;
  }
  
  .table {
      display:table;
  }
  
  .table-cell {
      display:table-cell;
  }
  
  .vertical-align-top {
      vertical-align:top;
  }
  
  .vertical-align-middle {
      vertical-align:middle;
  }
  
  .vertical-align-bottom {
      vertical-align:bottom;
  }
  
 
  .con-min-width {
      min-width:1180px;
  }

  .infoheader {
    height: 35px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background 0.3s;
    z-index: 10;
    background-color: #ffffff;
    
    align-items: center;
    padding: 0 0px;
}


.infoheader .info1 p{
    margin-top: 2px;
    font-weight: 900;
}

.info {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 10px;
    right: 10px;
    position: absolute;
    top: 20px;
    gap: 5px;
    z-index: 10000;
}

.info1 .logowsp {
    margin-right: 10px; 
    width: 20px;
    height: 20px;
}

.info .language {
    color: #000000;
    border-radius: 10px;
    border: #000000;
    font-weight: 900;
    margin: 0;
    font-size: 15px;
    text-decoration: none;
    font-family: Arlon;
    padding: 5px 10px;
    cursor: pointer;
}




  .barrainfo .info{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    
    font-weight: 500px;
  }

  
  .barrainfo .info img{
    width: 30px;
    height: 30px;
    
  }
 
  .con {
      max-width:1280px;
  }
 
  @media (max-width:1214px) {
     .top-bar{display:none;}
      
      #page-nav{display:none;}
  }
  @media (min-width:1214px) {
      .mobile-menu-bar{
        display:none;
        width: 100%;
        overflow-x: hidden;
    }

    
    .top-bar2{
        text-align: center;
        z-index: 100000;
    }

    

    .mobile-menu{
     display:none;
     width: 100%;
    overflow-x: hidden;
    }
  }



  .mobile-menu-bar {
    position:fixed;
    padding-top: 20px;
    left:0;
    top: 35px;
    height: 68px;
    width:100%;
    transition:background .3s;
    z-index:10;
    background-color: #28953f;
  }

.mobile-menu-bar > .top-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    transition:background .3s;
    z-index:1000;
    background-color: #28953f;
}
html.not-scroll-top-0 .mobile-menu-bar {
    
    background-color:#28953f;
    box-shadow:3px 0px 8px 1px #afafaf;
    transition: 0.4s;
} 

  .mobile-menu-bar > .logo > a {
      position:absolute;
      top:1px;
      left:15px;
      
      background-repeat:no-repeat;
      width:125px;
      height:43px;
      display:block;
  }
  .mobile-menu-bar > .btns {
      top:25px;
      right:2%;
  }


  

.wrap > .top-bar2 > .menu-box-1 > ul > li {
    padding:0 0px 0 0;
}

.wrap > .top-bar2 > .menu-box-1 > ul > li > a:hover , html.not-scroll-top-0 .wrap > .top-bar2 > .menu-box-1 > ul > li > a {
    color:#ea5b15
}

.wrap > .top-bar2 > .logo > a::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0;
    transition:opacity .3s;
}
html.not-scroll-top-0 .wrap > .top-bar2 > .logo > a::after, .wrap > .top-bar2:hover > .logo > a::after {
    opacity:1;
}

/* 사이드메뉴 */

.wrap > .top-bar2 > .gnb > .gnb-menu {
    right:1%;
    top:15px;

}

.wrap > .top-bar2 > .gnb > .gnb-menu > ul > li {
    padding-right:30px;
}
.wrap > .top-bar2 > .gnb > .gnb-menu > ul > li > a {
    color:#dfdfdf;
    font-weight:300;
    font-size:14px;
    position:relative;
}
.wrap > .top-bar2 > .gnb > .gnb-menu > ul > li:hover > a {
    text-decoration:underline;
}
.wrap > .top-bar2:hover > .gnb > .gnb-menu > ul > li > a, html.not-scroll-top-0 .wrap > .top-bar2 > .gnb > .gnb-menu > ul > li > a {
    color:#222222;
}
.wrap > .top-bar2 > .gnb > .gnb-menu > ul > li:nth-child(1) > a::after, .wrap > .top-bar2 > .gnb > .gnb-menu > ul > li:nth-child(2) > a::after, .wrap > .top-bar2 > .gnb > .gnb-menu > ul > li:nth-child(3) > a::after {
    content:"·";
    position:absolute;
    top:0;
    margin-left:10px;
}
.wrap > .top-bar2 > .gnb > .gnb-menu > ul > li:nth-child(4) > a::after {
    content:"";
    position:absolute;
    background-color:#dfdfdf;
    height:50%;
    width:1px;
    top:50%;
    transform:translateY(-50%);
    left:42px;
}
.wrap > .top-bar2:hover > .gnb > .gnb-menu > ul > li:nth-child(4) > a::after, html.not-scroll-top-0 .wrap > .top-bar > .gnb > .gnb-menu > ul > li:nth-child(4) > a::after {
    background-color:#222222;
}
/* 상단 우측 버튼 */
.wrap > .top-bar2 > .gnb > .btns {
    top:0;
}


html.not-scroll-top-0 .wrap > .top-bar2 > .gnb > .btns >.search-btn::after, .wrap > .top-bar:hover > .gnb > .btns > .search-btn::after {
    opacity:1;
}

html.not-scroll-top-0 .wrap .top-bar2 > .gnb > .btns >.allmenu-btn::after, .wrap .top-bar:hover > .gnb > .btns >.allmenu-btn::after {
    opacity:1;
}
/* 상단 메뉴 끝 */
/* 상단 서브메뉴시작 */
.top-bar2 .menu-box-1 > ul > li > a {
    padding:0 20px;
    font-size:1.2rem;
    letter-spacing: 0rem;
    font-weight:bold;
    color: white;
}



.top-bar2 .menu-box-1 > ul > li:last-child > a {
    padding-right:200px;
}

@media ( max-width:1100px ) {
    

    .top-bar2 .menu-box-1 > ul > li:last-child > a {
        padding-right:50px;
    }
}

.top-bar2 .menu-box-1 > ul > li > a > span {
    padding:10px 0;
}
/* 인디케이터 */
.top-bar2 .menu-box-1 > .li-indicator-1-box > .li-indicator-1 {
    position:absolute;
    top:4px;
    left:-700px;
    width:100px;
    height:2px;
    background-color:#d36913;
    transition: top 0.3s, left 0.3s, width 0.3s, height 0.3s;
    z-index:1000000000000;
}
/* 컨텐트 박스, 서브메뉴 박스 */
.top-bar2 .content-box {
    height:0;
    overflow:hidden;
    transition:height .5s;
    z-index:10000;
    padding-left: 1000px;
}
.top-bar2 .content-box > ul > li {
    display:none;
}
.top-bar2:hover .content-box > ul > li.active {
    display:block;
}
.top-bar2 .content-box > ul > li > .row > .cell:first-child {
    width:100%;
    
}
.top-bar2 .content-box > ul > li > .row > .cell:last-child {
    width:calc(100% - 350px);
    padding:40px 30px;
    background-color:#fff;
    float: left;
}
.top-bar2:hover .content-box > ul > li > .row > .cell:last-child > nav > ul > li {
    width:130px;
    height:165px;
    padding-right:20%;
    margin-bottom:60px;
    white-space:nowrap;
}

  /* 컨텐트 박스 - 서브 메뉴 박스 */
  .content-box > .left-bg > img {
      z-index:10;
  }
  .content-box > ul > li > div > div.side-content {
      text-align:right;
      padding-right:30px;
  }
  .content-box > ul > li > div > div.side-content > .title {
      display:block;
      font-family:"Nanum Square";
      font-size:29px;
      color:#222;
      line-height:34px;
      padding-bottom:20px;
      letter-spacing:-1px;
      font-weight:700;
      position:relative;
      margin-top:90px;
  }
  .content-box > ul > li > div > div.side-content > .title::after {
      content:"";
      position:absolute;
      background-color:#222;
      bottom:0;
      right:0;
      width:30px;
      height:1px;
  }
  .content-box > ul > li > div > div.side-content > .title > span {
      font-weight:400;
  }
  .content-box > ul > li > div > div.side-content > .content {
      color:#666;
      font-size:14px;
      margin-top:20px;
  }
  .content-box > ul > li > div > div.sub-menu {
      text-align:left;
  }
  .wrap .content-box .sub-menu > nav > ul > li > a {
      font-weight:500;
      padding-bottom:10px;
      display:block;
      color:black;
  }
  .wrap .content-box .sub-menu > nav > ul ul > li > a {
      font-size:14px;
      color:#222222;
  }
  .wrap .content-box .sub-menu > nav > ul ul > li:hover > a {
      text-decoration:underline;
  }
  
  /* page-1 */
  .page-wrap {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
.page-wrap .page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.page.active {
    opacity: 1;
}


/* Estilos nuevos */
.containerbanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   
    gap: 0px 300px;
    width: 100%;
    
}

.content {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 1000;
    max-width: 500px;
    grid-area: content;
}

.content h1 {
    font-size: 4rem;
    line-height: 1.2;
    color: #0044cc;
    font-weight: bold;
}

.highlight {
    color: #ff6600;
    font-weight: bold;
}

.subtitle {
    font-size: 1.1rem;
    color: #333333;
    margin: 10px 0 20px;
    font-weight: bold;
}

.subtitle-arriba {
    font-size: 1.3rem;
    color: #333333;
    margin: 10px 0 20px;
    font-weight: 600;
}

.buttons {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.buttons .contact,
.buttons .catalog {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-family: "Horizon";
    font-weight: bold;
    transition: background 0.3s;
}

.buttons .contact {
    background-color: #ff6600;
}

.buttons .catalog {
    background-color: #0044cc;
}

.buttons .contact:hover,
.buttons .catalog:hover {
    opacity: 0.8;
}

.cipsur {
    margin-top: 20px;
    font-size: 1rem;
    color: black;
    font-weight: bold;
}

.cipsur img {
    width: 130px;
    vertical-align: middle;
    margin-left: 5px;
}

.images {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px); 
    display: flex;
    justify-content: center;
    align-items: center;
    top: 80px;
    margin-bottom: 100px;
}

/* Imágenes dentro del slider */
.images img {
    width: 100%;
    height: 103%;
    object-fit: fill; /* Para que las imágenes llenen el contenedor */
    position: absolute; /* Para el manejo del slider */
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    display: flex; /* Para alinear las imágenes en fila */
}

.slider-image {
    position: absolute;
    top: 0;
    left: 100%; 
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 1s ease;
}

.slider-image.active {
    left: 0; 
}

.slider-image.prev {
    left: -100%;    
}
@media (max-width: 1366px) {
    .images {
        height: calc(100vh - 80px); /* Reduce la altura */
        top: 70px; /* Ajusta la posición superior */
    }

    .images img {
        object-fit: fill; /* Asegura que se adapte bien */
    }

    .subs{
        font-family: Arlon;
        padding: .5rem 3.3rem;
        color: white;
        background-color: #222;
        border-color: transparent;
        border-radius: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: all 400ms ease;
    }
}

/* Tablets (pantallas entre 768px y 1024px) */
@media (max-width: 1024px) {
    .images {
        height: calc(100vh - 60px);
        top: 60px;
    }

    .images img {
        object-fit: contain;
    }
}

/* Teléfonos móviles (pantallas hasta 768px) */
@media (max-width: 768px) {
    .images {
        height: 50vh; /* Reduce la altura para pantallas pequeñas */
        top: 50px;
     
    }

    .images img {
        object-fit: contain;
        top: 50px;
    }
}

/* Teléfonos pequeños (pantallas menores a 480px) */
@media (max-width: 480px) {
    .images {
        height: 50vh;
        top: 40px;
    }

    .images img {
        object-fit: fill; /* Mantiene la adaptabilidad */
        width: 100%;
        height: 100%;
        top: 80px;
    }
}

/* Responsive */
@media (min-width: 768px) {
    .containerbanner {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }


    .content {
        text-align: left;
        padding: 10px;
        padding-left: 120px;
    }
}

  /* 베너 텍스트 */
  .banner-txt {
      color:#ffffff;
     
     
      
      
  }
  .page-wrap .banner-txt .banner1-title {
      font-size:45px;
      font-weight:900;
      color: black;
      line-height:70px;
      margin-top: -90px;
      margin-bottom:40px;
      line-height: 2;
  }

  @media (max-width: 800px) {
    .page-wrap .banner-txt .banner1-title {
        font-size: 35px;
        margin-left: -100px;
        text-align: center;
        margin-top: -12px;
    }

    .page-wrap .banner-txt a {
        text-decoration: none;
        display: inline-block;
        
        margin-top: 10px;
        color: #ffffff;
       
        border-radius: 4px;
        transition: all 400ms ease;
        padding: 7px;
        
    }
  }

  .page-wrap .banner-txt a {
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 26px;
    transition: all 400ms ease;
    padding: 15px 27px;
  }
  .page-wrap .banner-txt .catalog:hover {
      background:white;
      color:#1b39bb;
      border: 1px solid #1b39bb;
  }

  .page-wrap .banner-txt .contact:hover {
    background:white;
    color:#ff6600;
    border: 1px solid #ff6600;
}

  .page-wrap .banner-txt .banner-top-txt {
      letter-spacing:9px;
      font-size:15px;
  }
  .page-wrap .banner-txt .banner-title {
      font-size:80px;
      margin:20px 0;
      letter-spacing:-1px;
      font-weight:600;
  }
  .page-wrap .banner-txt .banner-title .gold {
      display:inline-block;
      color:#fce524;
      font-weight:600;
  }
  .page-wrap .banner-txt .banner-content1 {
      font-size: 20px;
      line-height: 26px;
      font-weight:500;
  }
  .page-wrap .banner-txt .banner-content2 {
      font-size:16px;
      margin-top:20px;
      font-weight:300;
  }
  /* 페이지 버튼 */
  .page-wrap > .page-btns {
      position:absolute;
      bottom:20%;
      left:20px;    
  }
  .page-wrap > .page-btns > div {
      display:inline-block;
      background-color:#ffffff;
      width:40px;
      height:5px;
      margin-right:10px;
      opacity:30%;
      cursor:pointer;
      transition:opacity .2s;
  }
  .page-wrap > .page-btns > div.active {
      opacity:1;
  }
  /* banner - play btns 재생 버튼 */
  .page-wrap .page-btns {
      user-select:none;
  }
  .page-wrap .play-btns {
      position:relative;
      top:-6px;
      left:7px;
      display:inline-block;
  }
  .page-wrap .play-btns::before {
      content:"";
      position:absolute;
      background-color:rgba(255,255,255,0.3);
      border-radius:50%;
      top:-6px;
      right:-13.6px;
      width:21px;
      height:21px;
  }
  .page-wrap .play-btns > a > img {
      width:7px;
      height:10px;
      position:absolute;
      top:0;
      left:0;
  }
  .wrap .page-wrap[data-autoplay="Y"] .page-btns .stop {
      display:none;
  }
  .wrap .page-wrap[data-autoplay="N"] .page-btns .play {
      display:none;
  }
  /* banner - play btns 재생 버튼 끝 */
  /* 픽스메뉴 퀵메뉴 */
  .wrap .quick {
      position:absolute;
      right:2%;
      top:100px;
      z-index:700;
      width:84px;
      top:50%;
      margin-top:-170px;
      display:block;
      text-align:center;
  }
  .wrap .quick > ul > li {
      background:rgba(0,0,0,0.8);
      height:85px;
  }
  .wrap .quick > ul > li:nth-child(1), .wrap .quick > ul > li:nth-child(3) {
      background:rgba(70,70,70,0.8);
  }
  .wrap .quick > ul > li:hover > a {
      text-decoration:underline;
  }
  .wrap .quick > ul > li > a {
      color:rgba(255,255,255,0.8);
      font-size:13px;
      padding-top:15px;
      display:block;
  }
  .wrap .quick > ul > li > a::before {
      content:"";
      display:block;
      margin-bottom:7px;
      height:28px;
      background-repeat:no-repeat;
      background-position:center
  }
  .wrap .quick li.hide {
      height:0;
      opacity:0;
      visibility:hidden;
      transition:visibility 0.2s, height 0.5s, opacity 0.7s;
  }
  .wrap .quick li.hide.active {
      height:85px;
      opacity:1;
      visibility:visible;
  }
  /* 퀵메뉴 - 더보기 */
  .wrap .quick .btn-more {
      display:block;
      color:#222;
      background-color:#fff;
      padding:2px 5px;
      font-size:14px;
      border:#000 solid 1px;
      border-top:0;
  }
  /* 스크롤 */
  
  @keyframes scroll-down {
      0%{transform:translateY(0)}
      50%{transform:translateY(20%)}
      100%{transform:translateY(0)}
  }
  
  /* 페이지 이동 앵커 page-nav */
  #page-nav {
      position:fixed;
      right:2%;
      top:50%;
      z-index:600;
      
  }
  #page-nav > li {
      position:relative;
      text-align:right;
      
  }
  #page-nav::after {
      content:"";
      background-color:#aaaaaa;
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      right:39px;
      width:1px;
      height:80%;
  }
  #page-nav > li > a {
      display:inline-block;
      height:30px;
      width:auto;
      box-sizing:border-box;
      font-size:14px;
      line-height:30px;
      position:relative;
      padding:0 35px 0 15px;
      margin-bottom:10px;
  }
  #page-nav > li.active > a > div {
      color:#fff;
  }

  #page-nav > li.active > a::before {
      content:"";
      display:block;
      position:absolute;
      overflow:hidden;
      background:#fff;
      width:16px;
      height:16px;
      right:31px;
      border-radius:50%;
      top:7px;
      z-index:100;
  }
  #page-nav > li.active > a::after {
      content:"";
      display:block;
      position:absolute;
      border-radius: 20px;
      left:0;
      top:0;
      width:100%;
      height:100%;
      background:#ff6525;
      box-sizing:border-box;
  }
  #page-nav > li > a > div {
      color:#aaaaaa;
      position:relative;
      padding-right:25px;
      z-index:1000;
      width:auto;
  }
  #page-nav > li > a > div::after {
      content:"";
      display:block;
      position:absolute;
      background-color:#919190;
      width:8px;
      height:8px;
      top:50%;
      transform:translateY(-50%);
      right:0;
      border-radius:50%;
  }
  #page-nav {
      position:fixed;
      top:50%;
      right:20px;
      transform:translateY(-100px);
      transition:transform 0.3s;
  }
  
  html[data-current-page-index="0"] #page-nav {
      transform:translateY(130px);
  }
  /* page2 - news 시작 */
  /* box-1 */
  




  section > .marcasfondos> .news > .layout > .box-1 > .title {
    
    font-size:35px;
    line-height:46px;
    margin:0 0 45px 0;
    color:rgb(0, 0, 0);
    font-weight:300; 
    display:inline-block;
    margin-top:50px;
}
section > .marcasfondos>.news > .layout > .box-1 > .title > div {
    font-weight:600;
    display:inline-block;
    position:relative;
}
section >.marcasfondos> .news > .layout > .box-1 > .title > div::after {
    content:"";
    display:block;
    position:absolute;
    top:-20px;
    right:-20px;
    width:45px;
    height:50px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center 50%;
}
  section > .marcasfondos {
    
    text-align: center;
    scroll-margin-top: 8ex;
}
.sec-page.news {
    scroll-margin-top: 8ex;
}

  section > .page.news {
      position:relative;
      scroll-margin-top: 17ex;
  }
 
  section > .news > .layout > .box-1 {
    height:136px;
    position:relative;
    border-bottom:#afafaf solid 1px;
    text-align: center;
  }
  section > .cipsurmarcafondo  {
    background-color: white;
}

section > .cipsurmarcafondo > .layout > .box-1 {

    position:relative;
    border-bottom:#afafaf solid 1px;
    text-align: center;

}

section > .cipsurmarcafondo > .layout >  .box-1 > .title {
    font-size:36px;
    line-height:46px;
    margin:0 0 45px 0;
    color:rgb(0, 0, 0);
    font-weight:300; 
    display:inline-block;
    margin-top:80px;
}

section > .cipsurmarcafondo > .layout >  .box-1 > .title > div  {
    font-weight:600;
      display:inline-block;
      position:relative;
}






  section > .marcasfondos > .news > .layout > .box-1 {
    height:105px;
    position:relative;
    border-bottom:#afafaf solid 1px;
    text-align: center;
}
  section > .news > .layout > .box-1  > .btn-more:hover {
      transform:rotate(180deg);
  }
  section > .news > .layout > .box-1 > .title {
      font-size:36px;
      line-height:46px;
      margin:0 0 45px 0;
      color:#000000;
      font-weight:300; 
      display:inline-block;
      margin-top:80px;
  }

  section > .news > .layout > .cipsurmarcafondo >  .box-1 > .title {
    font-size:36px;
    line-height:46px;
    margin:0 0 45px 0;
    color:#000000;
    font-weight:300; 
    display:inline-block;
    margin-top:80px;
}



  section > .news > .layout > .box-1 >  .title > div {
      font-weight:600;
      display:inline-block;
      position:relative;
  }


  section > .news > .layout > .cipsurmarcafondo > .box-1 > .title > div {
    font-weight:600;
    display:inline-block;
    position:relative;
}

  section > .news > .layout > .box-1 > .title > div::after {
      content:"";
      display:block;
      position:absolute;
      top:-20px;
      right:-20px;
      width:45px;
      height:50px;
      background-repeat:no-repeat;
      background-size:cover;
      background-position:center 50%;
  }


  section > .news > .layout > .cipsurmarcafondo > .box-1 > .title > div::after {
    content:"";
    display:block;
    position:absolute;
    top:-20px;
    right:-20px;
    width:45px;
    height:50px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center 50%;
}
  
  /* page2 news-slider */
  section > .news > .layout > .news-slider {
      position:relative;
      box-sizing:border-box;
      width:100%;
      height:357px;
      margin-top:26px;
  }
  section > .news > .layout > .news-slider > .news-slides > ul {
      overflow:hidden;
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li {
      top:0;
      left:0;
      width:100%;
      position:absolute;
      opacity:0;
      visibility:hidden;
      transition: opacity 0.3s, visibility 0.3s;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li.active {
      position:static;
      opacity:1;
      visibility:visible;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul {
      margin:0 -10px;
      box-sizing:border-box;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li {
      position:relative;
      width:calc(33.3333% - 20px);
      margin-top:30px;
      border:1px solid #cfcfcf;
      background:#f3f3f3;
      margin:0 10px;
      box-sizing:border-box;
  }
 
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li:hover > .photo::before {
      opacity:1;
      transform:rotate(180deg);
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .photo::after {
      content:"";
      display:block;
      background-color:rgba(0,0,0,0.6);
      height:0;
      width:100%;
      bottom:0;
      left:0;
      position:absolute;
      transition:height .3s;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li:hover > .photo::after {
      height:100%;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .txt {
      position:absolute;
      padding:22px 6%;
      width:100%;
      height:auto;
      left:0;
      bottom:0;
      text-align:left;
      background-color:rgba(0,0,0,0.6);
      z-index:100;
      color:#fff;
      box-sizing:border-box;
      cursor:pointer;
      transition:background-color .4s;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li:hover > .txt {
      background-color:rgba(0,0,0,0);
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .txt .content {
      display:block;
      height:52px;
      font-weight:400;
      font-size:16px;
      line-height:26px;
      margin-top:10px;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .txt .date {
      font-size:13px;
      font-weight:300;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .photo {
      position:relative;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .photo > .img-box::after {
      content:"";
      display:block;
      padding-top:88%;
  }
  section > .news > .layout > .news-slider > .news-slides > ul > li > ul > li > .photo > .img-box {
      background-repeat:no-repeat;
      background-position:center;
      background-size:cover;
  }
  /* 페이지 버튼 */
  section .news-slider {
      position:relative;
  }
  @media(max-width:1200px) {
      section .news-slider > .page-btns {
          top:94%;
      }
  }
  section .news-slider > .page-btns {
      position:absolute;
      text-align:center;
      bottom:-10%;
      left:50%;
      z-index:100;
      user-select:none;
      transform:translateX(-50%);
  }
  section .news-slider > .page-btns > div {
      width:38px;
      height:4px;
      background-color:#d7d7d7;
      display:inline-block;
      margin:0 4px;
      cursor:pointer;
  }
  section .news-slider > .page-btns > div.active {
      background-color:#0a4594;
      
  }
  /* page2 - 공지사항 */
  section .layout > .content-box {
      margin-top:120px;
      box-sizing: border-box;
  }
  section .layout .notice {
      width:50%;
      padding:0 10px 20px 0;
  }
  section .layout .notice > .box-1 {
      border:1px solid #cfcfcf;
      border-top:1px solid #111;
      height:280px;
      position:relative;
      box-sizing:border-box;
  }
  
  section .layout .notice > .box-1 > h4:hover::after {
      transform:rotate(180deg);
  }
  section .layout .notice > .box-1 > ul {
      padding:0px 4.5%;
  }
  section .layout .notice > .box-1 > ul > li {
      position:relative;
      margin-top:14px;
      padding:0 110px 0 15px;
  }
  section .layout .notice > .box-1 > ul > li:hover > .subject > a {
      color:#0a4594;
  }
  section .layout .notice > .box-1 > ul > li::after {
      content:"";
      display:block;
      width:4px;
      height:4px;
      background:#111;
      position:absolute;
      left:2px;
      top:9px;
  }
  section .layout .notice > .box-1 > ul > li > .date {
      display:block;
      position:absolute;
      text-align:right;
      right:0;
      top:0;
      font-size:16px;
      line-height:22px;
      color:#999;
      font-weight:300;
  }
  section .layout .notice > .box-1 > ul > li:first-child {
      margin-top:24px;
  }
  section .layout .notice > .box-1 > ul > li > .subject > a {
      display:inline-block;
      max-width:100%;
      box-sizing:border-box;
      padding-right:22px;
      white-space:nowrap;
      text-overflow:ellipsis;
      overflow:hidden;
      position:relative;
      font-size:17px;
      line-height:22px;
      color:#222;
      transition:color .4s;
  }
  section .layout .letter > .list > a {
      position:relative;
  }
  /* page2 - letter */
  section .layout .letter {
      width:25%;
      box-sizing:border-box;
      position:relative;
      padding:0 10px 20px 10px;
  }
  section .layout .letter > .box-1 {
      border:1px solid #cfcfcf;
      border-top:1px solid #111111;
      height:280px;
      background:#f3f3f3;
      box-sizing:border-box;
      position:relative;
  }
  section .news h4 {
      font-size:20px;
      margin-bottom:0;
      line-height:26px;
      color:#111;
      padding:0 0 20px 25px;
      border-bottom:1px solid #cfcfcf;
      white-space:nowrap;
  }
  section .layout .letter > .box-1 > h4 > div {
      font-size:14px;
      color:#666;
      margin-left:8px;
      font-weight:400;
      display:inline-block;
  }
  
  section .layout .letter > .box-1 > a.btn-more:hover::after {
      transform:rotate(180deg);
  }
  section .layout .letter > .box-1 > .list {
      width:135px;
      padding:20px 0;
      height:165.31px;
      margin:0 auto;
  }
  section .layout .letter > .box-1 > .list > div {
      position:relative;
      height:165.31px;
  }
  section .layout .letter > .box-1 > .list > div > img {
      width:135px;
      height:165.31px;
      position:absolute;
      top:0;
      left:0;
      display:block;
      box-shadow:-2px 1px 7px 3px #afafaf;
      cursor:pointer;
  }
  
  /* page2 - 채용정보 */
  section .layout .job {
      width:25%;
      box-sizing:border-box;
      padding:0 10px 20px 10px;
  }
  section .layout .job > .box-1 {
      border:1px solid #cfcfcf;
      border-top:1px solid #111111;
      height:280px;
      box-sizing:border-box;
      cursor:pointer;
      position:relative;
  }
  
  section .layout .job > .box-1 > div {
      padding:2% 6%;
  }
  section .layout .job > .box-1 > div > h4 {
      background-color:#111111;
      color:#fff;
      display:inline-block;
      padding:8px 15px;
      font-size:14px;
      transition:background .4s;
  }
  section .layout .job > .box-1:hover > div > h4 {
      background-color:#0a4594;
  }
  section .layout .job > .box-1:hover > div > .list > div, section .layout .job > .box-1:hover > div > .list > .infor span {
      color:#0a4594;
  }
  section .layout .job > .box-1 > div > .list {
      margin-top:20px;
  }
  section .layout .job > .box-1 > div > .list > .title {
      font-size:17px;
      line-height:24px;
      color:#222;
      height:72px;
      overflow:hidden;
      transition:color .4s;
  }
  section .layout .job > .box-1 > div > .list > .infor {
      font-size:14px;
      color:#999;
      margin-top:60px;
      line-height:19px;
      transition:color .4s;
  }
  section .layout .job > .box-1 > div > .list > .infor span {
      font-weight:bold;
      color:#222;
      margin-right:5px;
      transition:color .4s;
  }
  @media(max-width:920px) {
      section .layout .notice {
          width:100%;
      }
      section .layout .job {
          width:65%;
          float:left;
      }
      section .layout .letter {
          width:35%;
          float:right;
      }
  }
  
  /* page2 - 팝업 */
  .content-box-1 > .popup {
      width:50%;
      padding-right:10px;
  }
  .content-box-1 > .popup > .box-1 {
      position:relative;
      box-sizing:border-box;
      background:#eee;
  }
  .content-box-1 > .popup > .box-1 > .slider {
      position:relative;
      height:280px;
      width:100%;
      box-sizing:border-box;
  }
  .content-box-1 > .popup > .box-1 > .slider > .slides {
      overflow:hidden;
      width:100%;
      height:100%;
  }
  .content-box-1 > .popup > .box-1 > .slider > .slides > .img-box {
      position:absolute;
      opacity:0;
      top:0;
      left:0;
      height:100%;
      width:100%;
      overflow:hidden;
      text-align:center;
      transition:opacity .4s;
      background-size:cover;
      background-repeat:no-repeat;
      background-position:center;
  }
  .content-box-1 > .popup > .box-1 > .slider > .slides > div.active {
      opacity:1;
  }
  .content-box-1 > .popup > .box-1 > .slider > .box-1 {
      background-color:rgba(0,0,0,0.4);
      z-index:100;
      position:absolute;
      bottom:0;
      right:0;
      width:100%;
      height:50px;
      transition:background .4s;
  }
  .content-box-1 > .popup > .box-1 > .slider:hover > .box-1 {
      background-color:rgba(0,0,0,0.8);
  }
  .content-box-1 > .popup > .box-1 > .slider > .box-1 > .page-btns {
      position:absolute;
      bottom:12px;
      right:50px;
  }
  .content-box-1 > .popup > .box-1 > .slider > .box-1 > .page-btns > div {
      background-color:#636363;
      width:10px;
      height:10px;
      border-radius:50%;
      display:inline-block;
      cursor:pointer;
      margin:0 1px;
      user-select:none;
  }
  .content-box-1 > .popup > .box-1 > .slider > .box-1 > .page-btns > div.active {
      background-color:#fff;
  }
 
  .content-box-1 > .popup > .box-1 > [data-autoplay="Y"].slider > .box-1 > .page-btns > .btn-play {
      display:none !important;
  }
  .content-box-1 > .popup > .box-1 > [data-autoplay="N"].slider > .box-1 > .page-btns > .btn-stop {
      display:none !important;
  }
  /* page2 비디오 */
  .content-box-1 > .video {
      width:50%;
      padding:0 10px;
      overflow:hidden;
  }
  .content-box-1 .video > .box-1 {
      position:relative;
      height:280px;
  }
  
  .content-box-1 .video > .box-1 > a > .img-box {
      background-size:cover;
      background-position:center;
      width:100%;
      height:100%;
  }
  .content-box-1 .video > .box-1 > a > .img-box::after {
      content:"";
      display:block;
      background-color:rgba(0,0,0,0.4);
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      transition:background .4s;
  }
  .content-box-1 .video > .box-1:hover > a > .img-box::after {
      background:none;
  }
  /* page2 끝 */
  
  /* page3 - service 시작 */
  section > .service {
      background-color:#1b39bb;
      padding:110px 0;
      margin-top:120px;
      height:auto;
  }
  section > .service > .layout {
      position:relative;
      box-sizing:border-box;
      padding:0 20px;
  }

  section > .service > .layout > .title {
      color:#fff;
      font-size:36px;
      line-height:42px;
      margin:0 0 45px 0;
      font-family:"Nanum Square";
      position:relative;
      display:inline-block;
  }
  section > .service > .layout > .title > div {
      font-weight:800;
      position:relative;
      display:inline-block;
  }
  section > .service > .layout > .title > div::after {
      content:"";
      display:block;
      background-repeat: no-repeat;
      background-position: center 50%;
      top:-20px;
      right:-20px;
      position:absolute;
      width:45px;
      height:50px;
  }
  /* page3 - 왼쪽 컨텐츠 */
  
  .card-box {
      position:relative;
      border:1px solid #3868a8;
      box-sizing:border-box;
      transition:background-color 0.3s, border-color 0.3s;
  }
  .card-box:hover {   
      background-color:#073067;
      border-color:#073067 !important;
  }
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box {
      border-top-color:#fff;
      padding:35px 11%;
      cursor:pointer;
  }
  
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > .txt > span {
      display:block;
      font-size:20px;
      line-height:26px;
      font-weight:700;
  }
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > .txt > span > .chinese {
      display:inline-block;
      font-weight:300;
      letter-spacing:-4px;
  }
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > .txt > div {
      display:block;
      margin:12px 70px 0 0;
      color:#a5b2ce;
      font-size:15px;
      line-height:21px;
  }
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > ul {
      margin-top:20px;
  }
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > ul > li {
      color:#dee2ec;
      padding:13px 0;
      position:relative;
  }
  section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > ul > li:not(:first-child) {
      border-top: 1px dotted #688cbd;
  }
  /* page3 - 오른쪽 컨텐츠 */
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-1 {
      border-top:solid 1px #fff;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li {
      width:20%;
      height:165px;
      cursor:pointer;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li > div {
      border:1px solid #3868a8;
      display:block;
      height:100%;
      overflow:hidden;
      box-sizing:border-box;
      padding:35px 5%;
      position:relative;
      transition:background-color .4s;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li > div:not(:last-child) {
      border-right-width:0px;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li:hover > div {
      background-color:#fff;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li > div > .name {
      text-align:center;
      color:#dee2ec;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li:hover > div > .name {
      color:#0a4594;
  }
  .content > .row > .cell:last-child > .link-box-1 > ul > li > div::before {
      content:"";
      display:block;
      width:100%;
      height:53px;
      margin-bottom:10px;
      background-repeat:no-repeat;
      background-position:center 50%;
  }

  /* link-box-2 */
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div {
      padding:30px 10%;
  }
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div > a > .name {
      color:#a5b2ce;
  }
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div > a > .name > .title {
      display:block;
      color:#fff;
      font-size:20px;
      line-height:26px;
      margin-bottom:14px;
  }
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div > a > .name > div:not(.title), section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div::after, section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div > a::after {
      transition:opacity .3s;
  }
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li:hover > div > a > .name > div:not(.title), section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li:hover > div::after, section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li:hover > div > a::after {
      opacity:0;
  }
  
  section > .service > .layout > .content > .row > .cell:last-child > .link-box-2 > ul > li > div > a::after {
      content:"";
      display:block;
      position:absolute;
      background-position: right 50%;
      background-repeat:no-repeat;
      margin:0;
      right:9%;
      bottom:30px;
      height:63px;
      width:100%;
  }

  /* page3 - service 반응형 */
  .content > .row > .cell:first-child {
      width:22%;
      position:relative;
      transition:width 0.3s;
  }
  .content > .row > .cell:first-child > .suggest-box {
      height:calc(229px + 20px + 165px);
  }
  .content > .row > .cell:last-child {
      padding-left:20px;
      width:78%;
  }
  @media ( max-width:640px ) {
      .content > .row > .cell:last-child > .link-box-1 > ul > li {
          width:25%;
      }
  
      .content > .row > .cell:last-child > .link-box-1 > ul > li:nth-last-child(1), .content > .row > .cell:last-child > .link-box-1 > ul > li:nth-last-child(2), .content > .row > .cell:last-child > .link-box-1 > ul > li:nth-last-child(3) {
          width:33.3333%;
      }
      
      .content > .row > .cell:last-child > .link-box-1 > ul > li:nth-last-child(1) > div, .content > .row > .cell:last-child > .link-box-1 > ul > li:nth-last-child(2) > div, .content > .row > .cell:last-child > .link-box-1 > ul > li:nth-last-child(3) > div {
          border-top-width:0;
      }
  }
  
  .content > .row > .cell:last-child > .link-box-1 > ul > li > div {
      height:165px;
      box-sizing:border-box;
  }
  .content > .row > .cell:last-child > .link-box-2 {
      margin-top:20px;
  }
  .content > .row > .cell:last-child > .link-box-2 > ul > li {
      width:calc(33.3333% - 40px / 3);
      transition:width 0.3s;
  }
  
  @media ( max-width:640px ) {
      .content > .row > .cell:last-child > .link-box-2 > ul > li {
          width:100%;
      }
  }
  
  .content > .row > .cell:last-child > .link-box-2 > ul > li:not(:last-child) {
      margin-right:20px;
  }
  
  .content > .row > .cell:last-child > .link-box-2 > ul > li > div {
      height:229px;
      box-sizing:border-box;
  }
  @media ( max-width:840px ) {
      .content > .row > .cell:first-child {
          width:100%;
      }
      
      .content > .row > .cell:first-child > .suggest-box {
          height:auto;
      }
      
      .content > .row > .cell:last-child {
          margin-top:20px;
          padding-left:0;
          width:100%;
      }
      section > .service > .layout > .content > .row > .cell:first-child > .card-box::after {
          top:40px;
          left:28%;
      }
      section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > ul {
          padding-bottom:20px;
          border-top: 1px dotted #688cbd;
      }
      section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > ul > li {
          float:left;
          box-sizing:border-box;
      }
      section > .service > .layout > .content > .row > .cell:first-child > .suggest-box > ul > li:not(:first-child) {
          border:none;
          padding-left:15px;
      }
  }
  
  @media ( min-width:641px ) {
      .visible-on-xs-down {
          display:none;
      }
  }
  
  @media ( max-width:640px ) {
      .hidden-on-xs-down {
          display:none;
      }
  }
  /* page3 - service 반응형 끝 */
  /* page4 - service 끝 */
  section > .business {
      background-color:#ebedef;
      position:relative;
      overflow:hidden;
  }
  section > .business > .layout {
      padding:110px 20px 50px 20px;
  }
  section > .business > .layout > .title {
      font-size:36px;
      line-height:42px;
      font-weight:300;
      color:#222;
  }
  section > .business > .layout > .title > div {
      font-weight:700;
      display:inline-block;
      position:relative;
  }
  
  section > .business > .layout > .slider .slides {
      cursor:pointer;
      width:718px;
      margin:0 auto;
      position:relative;
  }
  section > .business > .layout > .slider .slides .item {
      position:relative;
      width:100%;
      height:484px;
  }
  section > .business > .layout > .slider .slides .img-box {
      height:100%;
      width:100%;
      position:absolute;
      background-repeat:no-repeat;
      background-position:center 50%;
      background-size:auto 100%;
  }
 
  /* 슬릭슬라이더 애니메이션 */
  .slick-track .slick-slide .item {
      opacity:0;
      visibility:hidden;
      transform:scale(0.8);
      transition:opacity .5s, visible .5s, transform .5s;
  }
  .slick-track .slick-slide.slick-active .item {
      transform:scale(1);
      opacity:1;
      visibility:visible;
  }
  /* page 5 - management */
 
  section > .management > .layout {
      padding:0 20px;
  }
  section > .management > .layout > .cell:first-child {
      width:22%;
  }
  section > .management > .layout > .cell:last-child {
      width:78%;
  }
  section > .management > .layout > .cell:first-child > .title {
      font-size:36px;
      color:#222;
      margin:0 0 20px 0;
      line-height:38px;
  }
  section > .management > .layout > .cell:first-child > .title > span {
      font-weight:700;
      position:relative;
      display:block;
  }
 
  section > .management > .layout > .cell:first-child > .content {
      font-size:15px;
      line-height:24px;
      white-space:nowrap;
  }
  
  section > .management > .layout > .cell:last-child > ul {
      text-align:center;
  }
  section > .management > .layout > .cell:last-child > ul > li {
      width:33.333%;
      padding-left:9%;
      position:relative;
  }
  section > .management > .layout > .cell:last-child > ul > li:not(:last-child)::after {
      content:"+";
      display:block;
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      right:-15%;
  }
  section > .management > .layout > .cell:last-child > ul > li > .subject {
      font-weight:700;
      font-size:23px;
      line-height:30px;
      display:block;
      padding:15px 0;
      margin-bottom:25px;
      border-bottom:solid 2px #222;
  }
  section > .management > .layout > .cell:last-child > ul > li > .txt-box {
      cursor:pointer;
      display:block;
      margin-top:40px;
      border:1px solid #d7d7d7;
      padding:15px 10px;
      background:rgba(255,255,255,0.3);
      color:#222;
      text-align:center;
      transition:color .3s, background .3s, border .3s;
  }
  section > .management > .layout > .cell:last-child > ul > li:hover > .txt-box, section > .management > .layout > .cell:last-child > ul > li.hidden:hover > .txt-box {
      border:1px solid #0a4594;
      background:#0a4594;
      color:#cfd8e8;
  }
  /* 히든 박스 */
  section > .management > .layout > .cell:last-child > ul > li.hidden {
      margin:0;
      padding:0;
      width:150px;
  }
  section > .management > .layout > .cell:last-child > ul > li.hidden > .txt-box {
      cursor:pointer;
      display:block;
      font-size:17px;
      font-weight:500;
      margin:20px 5px 0 0;
      border:1px solid #d7d7d7;
      background:#fff;
      padding:10px 0;
  }
  @media (min-width:1025px) {
      section > .management > .layout > .cell:last-child > ul > li.hidden {
          display:none;
      }
  }
  @media (max-width:1024px) {
      section > .management > .layout > .cell:first-child > .content > br {
          display:none;
      }
      section > .management > .layout > .cell:first-child {
          width:100%;
      }
      section > .management > .layout > .cell:last-child > ul > li:not(.hidden) {
          display:none;
      }
      section > .management > .layout > .cell:last-child > ul > li:not(:last-child)::after {
          display:none;
      }
  }
  /* page5- management 끝 */
  
  /* link banner */
  .link-banner {
      padding:12px 0;
      position:relative;
  }
  .link-banner > .link-slider {
      padding:0 0 0 130px;
      height:54px;
      overflow:hidden;
  }
  .link-banner > .link-slider > .slides {
      position:relative;
  }
  .link-banner > .link-slider > .slides > ul li {
      width:20%;
      position:relative;
  }
  .link-banner .side-btns {
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      left:0;
      margin-left:15px;
  }

  .link-banner .side-btns .link-btn-next {
      transform:rotate(180deg);
      border-right-width:0;
  }
  .link-banner > .link-slider > .slides ul li::after {
      content:"";
      display:block;
      width:1px;
      height:24px;
      background:#d7d7d7;
      position:absolute;
      left:-1px;
      top:50%;
      margin-top:-12px;
  }

.footer {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}

.footer-container {
 width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 5px;
  text-align: center;
}

/* Header del footer */
.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}


.footer-logo {
    width: 100%;
    height: 100px;
   position: relative;
   
  }

.footer-logo img {
  width: 17rem;
  height: 3.7rem;
}

.motto-button{
    width: 80%;
    border-bottom: gray 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    height: 100px;
}

.footer-motto {
    font-size: 18px;
    margin: 0;
    flex: 1;
    padding-left: 130px;
}



.footer-button {
  width: 300px;
  
}	

.footer-button button{
  background-color: #ff6600;
  font-family: "BrownAustin", sans-serif;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}



/* Contenido del footer */
.footer-content {
    padding-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 240px;
  gap: 20px;
  text-align: left;
  align-items: start;
  padding: 5% 5%;
  padding-top: 7%;
  padding-bottom: 2%;
}

.footer-column{
    margin-top: -15px;
}

.footer-column-mapasitio ul{
    font-size: 14px;
}

.footer-column-mapasitio li{
    padding-bottom: .5em;
    
}

.footer-column-mapasitio a {
    transition: all 400ms ease;
}

.footer-column-mapasitio a:hover{
    color: #ea5b15; 
}

.footer-column1{
    margin-top: -0.6rem;
    position: relative;
    margin-left: -2rem;
}

.botnombre{
    font-family: Arlon;
    padding: 10px 10px;
    color: white;
    background-color: #222;
    border-color: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
}

.subs{
    font-family: Arlon;
    padding: .5rem 3.3rem;
    color: white;
    background-color: #ea5b15;
    border-color: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 400ms ease;
}

.subs:hover{
    background-color: #ffffff; 
    color: #ea5b15; 
}

.footer-column h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column ul {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li a {
    font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  transition: all 400ms ease;
}

.footer-column ul li a:hover {
    color: #ea5b15; 
}

.footer-column li {
    padding-bottom: 0px;
}

.footer-column a {
    font-size: 1rem;
}

.fon1{
    padding-left: 1rem;
}

.lifon{
    padding-left: 20px;
    padding-top: 8px;
    transition: all 400ms ease;
}

.lifon:hover{
    color: #ea5b15; 
}

.footer-social {
    display: flex; 
    padding-top: 0px;
    gap: 8px; 
    padding-left: 0rem;
  }
  
  .social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #222; 
    font-size: 20px; 
    text-decoration: none; 
    transition: background-color 0.3s, color 0.3s;
  }
  
  .social-icon:hover {
    background-color: #ffffff; 
    color: #ea5b15; 
  }

  
  .footer-bottom {   
    font-size: 13px;
    text-align: center;
    padding: .5rem 8rem;
    background-color: #222;
  }

  @media (max-width: 1024px) {
    .footer-header {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-logo {
      margin: 0 auto -20px;
      border-bottom: none;
    }
  
    .motto-button {
      flex-direction: column;
      text-align: center;
      padding-bottom: 50px;
    }
  
    .footer-motto {
      padding-left: 0;
      margin-bottom: 20px;
    }
  
    .footer-button {
      width: auto;
    }
  }
  
  /* Ajuste para pantallas pequeñas */
  @media (max-width: 1010px) {
    .footer-content {
      grid-template-columns: 1fr; /* Una columna para simplificar */
      gap: 30px;
      text-align: center;
    }
  
    .footer-column h3 {
      font-size: 18px;
    }
  
    .footer-column p,
    .footer-column ul li {
      font-size: 14px;
    }
  
    .footer-social {
      justify-content: center;
      padding: 14px;
    }
  
    .social-icon {
      width: 45px;
      height: 45px;
      font-size: 25px;
    }
  }
  
  /* Ajuste para pantallas extra pequeñas */
  @media (max-width: 480px) {
    .footer-header {
      text-align: center;
    }
  
    .footer-logo img {
      width: 250px;
      height: auto;
    }
  
    .motto-button {
      padding-bottom: 70px;
    }
  
    .footer-content {
      gap: 20px;
    }
  
    .footer-bottom {
      font-size: 10px;
    }
  }

/*************footer End*****************/


  /* 임시 */
  .layout {
      padding:0 20px;
  }
  


  .container {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin-top: -70px;
    padding-bottom: 40px;
    justify-content: space-between;
  }

  @media (max-width:1020px) {
    .container {
        flex-wrap: wrap;
        justify-content: center;
    }
  }

  .card {
    width: 100%;
    padding: 1rem 1rem;
    margin: 0 10px 15px 10px;
    border: #e6e6e6 solid 1px;
    border-radius: 2%;
    overflow: hidden;
    background: white;
    /*box-shadow: 0px 1px 10px rgba(0,0,0,0.2);*/
    cursor: pointer;
    transition: all 400ms ease;
  }

  .card:hover {
    box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-1%);
  }

  .card > figure {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 20px 0px;
    text-align: center;
  }

  .card img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
  }

  .card .america {
    height: 50%;
    width: 50%;
  }

  .card .contenido {
    text-align: left;
  }

  .card .contenido p {
    line-height: 1.5;
    color: #6a6a6a;
    position: relative;
    text-align: left;
  }

  .cardVistazo > figure {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
  }

  .cardVistazo .contenidoVistazo p {
    text-align: center;
    font-size: 20px;
  }

  .cardVistazo img {
    width: 40%;
    height: 100%;
   
  }

 /* .card .contenido p::after {
    content: 'Ver Catálogo >';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1b39bb;
    color: #fff; 
    width: 100px;
    height: 50px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
  } */

  .card .contenido h3 {
    font-weight: 400;
    margin: 0px;
    color: #ea5b15;
    font-size: 1.6rem;
    text-align: center;
  }
    
  .card .contenido a {
    text-decoration: none;
    display: inline-block;
    background-color: #1b39bb;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #1b39bb;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
  }

  .card .contenido .flecha {
    padding: 10px 27px;
    border-radius: 10px;
    margin-left: 45%;
  }

  .flechas-abajo {
    display: none;
  }
  
  .flechas-abajo .flechaizquierda,
  .flechas-abajo .flechaderecha {
    cursor: pointer;
  }
  
  /* FLECHAS LATERALES - por defecto visibles */
  .flechas-laterales {
    display: block;
  }
  
  /* MODO CELULAR */
  @media screen and (max-width: 768px) {
    .flechas-laterales {
      display: none;
    }
    
    #flecha-izquierda, #flecha-derecha{
        display: none;
    }

    .flechas-abajo {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }
  }

  @media (max-width:850px) {
    .card .contenido .flecha {
        padding: 10px 27px;
        border-radius: 10px;
        margin-left: 40%;
      }
  }

  .card .contenido a:hover{
    background: #1b2341;
    color: white;
  }

  


  .cardizquierda img {
    width: 100%;
    height: 100%;
  }

  @media (max-width:850px) {
    .cardizquierda img {
        width: 100%;
        height: 100%;
    }
  }

  .carderecha {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    color: rgb(0, 0, 0);
    cursor: default;
    transition: all 400ms ease;
  }

  .carderecha h3 {
    color: rgb(0, 0, 0);
    padding: 10px;
    font-size: 25px;
  }


  .cipsurmarcafondo .carderecha {
    width: 100%;
    margin: 20px;
    border-radius: 6px;
    overflow: hidden;
    color: rgb(255, 255, 255);
    cursor: default;
    transition: all 400ms ease;
    
  }


  .cipsurmarcafondo .carderechaproducto h1 {
    color: rgb(0, 0, 0);
    font-size: 50px;
  }

  .cipsurmarcafondo .carderecha h3 {
    color: rgb(0, 0, 0);
    font-size: 18px;
  }



  .cipsurmarcafondo .carderecha a {
    text-decoration: none;
    display: inline-block;
    background-color: #ea5b15;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #ea5b15;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
    margin-left: 2%;
  }  

  .cipsurmarcafondo .carderechaproducto a {
    text-decoration: none;
    display: inline-block;
    background-color: #ea5b15;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #ea5b15;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
    margin-left: 2%;
  }  

  .cipsurmarcafondo .carderecha a:hover {
    text-decoration: none;
    display: inline-block;
    background-color: #8a3815;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #8a3815;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
    margin-left: 2%;
  }  


  .cipsurmarcafondo .carderechaproducto a:hover {
    text-decoration: none;
    display: inline-block;
    background-color: #8a3815;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #8a3815;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
    margin-left: 2%;
  } 

  .cipsurmarcafondo .carderecha .imgcipsur {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: rgb(0, 0, 0) 1px solid;
  } 
  .cipsurmarcafondo .carderecha .imgcipsur img {
    width: 140px;
    height: 40px;
  }

  .carderecha p {
    margin-top: -50px;
    padding: 0px 50px;
    font-size: 15px;
  }

  .carderecha a {
    text-decoration: none;
    display: inline-block;
    background-color: #ff6525;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #ff6525;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
    margin-left: 8%;
  }


  .carderechaproducto a {
    text-decoration: none;
    display: inline-block;
    background-color: #ff6525;
    margin-top: 10px;
    color: #ffffff;
    border: 1px solid #ff6525;
    border-radius: 4px;
    transition: all 400ms ease;
    padding: 7px;
    margin-left: 8%;
  }

  .carderecha .pderecha {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: black;
  }

  @media (max-width:1270px) {
    .carderecha {
        width: 100%;
        margin: 30px;
        border-radius: 6px;
        overflow: hidden;
        
        cursor: default;
        transition: all 400ms ease;
    }

    .carderecha h3 {
        padding: 16px 20px;
        font-size: 20px;
      }

      .carderecha .pderecha {
        padding: 20px;
        font-size: 15px;
        margin-bottom: 25px;
      }

      .carderecha p {
        padding: 20px;
        font-size: 12px;
      }




    .cipsurmarcafondo  .carderecha {
        width: 100%;
        margin: 30px;
        border-radius: 6px;
        overflow: hidden;
        cursor: default;
        transition: all 400ms ease;
        margin-top: -30px;
    }

    .cipsurmarcafondo .carderecha h3 {
        padding: 0px 0px;
        font-size: 20px;
      }

     .cipsurmarcafondo .carderecha .pderecha {
        padding: 0px;
        font-size: 15px;
        margin-bottom: 25px;
      }

     .cipsurmarcafondo .carderecha p {
        padding: 20px;
        font-size: 12px;
      }
  }

   .containercipsur {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin-top: -90px;
    margin-bottom: 20px;
   }

   .containercipsur .cardizquierda {
    max-width: 530px;
    max-height: 530px;
   }

   .containercipsur img {
    
    margin-bottom: 10px;
    margin-left: 50px;
    margin-top: 120px;
   }

   .containercipsur .productos {
    
    margin-bottom: 10px;
  
    margin-top: 50px;
   }

   

   @media (min-width:1020px) {
    
    .cipsurmarcafondo .linea {
        border-left: #afafaf solid 1px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 40px;
        margin-top: 20px;
        height: 400px; 
        display: block;
       }
  }

   @media (max-width:1020px) {
    .containercipsur {
        flex-wrap: wrap;
    }

    .containercipsur img {
    
        margin-bottom: 10px;
        margin-left: 0px;
        margin-top: 38px;
       }  

     .bandera {
        display: inline-block;
        margin-left: 10px; 
        vertical-align: middle;
   
    }   

       section > .news > .layout > .box-1 > .title {
        font-size:40px;
        line-height:46px;
        margin:0 0 45px 0;
        color:#000000;
        font-weight:300; 
        display:inline-block;
        margin-top:80px;
    }

    section > .cipsurmarcafondo > .layout >  .box-1 > .title {
        font-size:31px;
        line-height:46px;
        margin:0 0 45px 0;
        color:rgb(0, 0, 0);
        font-weight:300; 
        display:inline-block;
        margin-top:80px;
        margin-bottom: 1px;
    }

       .cipsurmarcafondo .carderecha a {
        text-decoration: none;
        display: inline-block;
        background-color: #ff6525;
        margin-top: 10px;
        color: #ffffff;
        border: 1px solid #ff6525;
        border-radius: 4px;
        transition: all 400ms ease;
        padding: 7px;
        margin-left: 1%;
      }  

    .cipsurmarcafondo .containercipsur .linea {
        border-top: rgb(94, 89, 89)  1px solid;
        margin-left: 100px;
         margin-right: 100px;
         margin-bottom: 40px;
         margin-top: 40px;
        width: 700px; 
         display: block;
       }
  }

  @media (max-width:850px) {
    .content h1 {
        font-size: 3.3rem;
        line-height: 1.2;
        color: #0044cc;
        font-weight: bold;
        margin-top: -30px;
    }

    .butons .contact{
        background-color: #ff6600;
    }

  
  }

  

   .bandera {
    display: inline-block;
    margin-left: 10px; 
    vertical-align: middle;
    padding-bottom: 4px;
    margin-top: 5px; 
}


.bandera a {
    display: flex;
    align-items: center;
    gap: 8px; 
    text-decoration: none;
    color: rgb(255, 255, 255); 
    font-weight: bold;
    cursor: pointer;
    margin-right: 20px;
}

.bandera a:hover {
    color: #007bff;
    transition: color 0.3s ease;
}

.bandera img {
    vertical-align: middle;
    width: 30px;
    height: auto;
}

  
