@charset "utf-8";

/* sub common */

.flex{
    display:flex
}
.c-text {
    display: flex;
    padding-left: 2rem;
    align-items: center;
    /* position: sticky; */
    /* top: 0; */
}
.mob-only {
    display: none;
}

.sub-page .section .layout {
    display: flex;
    align-items: flex-start;
}
.sub-page .layout + .layout {
    margin-top:15rem
}
.sub-page .section .aside.sticky {
    position:sticky;
    top: 14rem;
    width: 25%;
    flex: none;
}

.sub-page .layout .aside .c-text {
    font-size: 2.8rem;
    font-weight: 500;
}
.sub-page .layout .aside .c-text + p {
    font-size:2.8rem;
    font-weight:500;
    padding-left: 2rem
}

.sub-page .section .layout .aside + .cont {
    width:75%
}
.sub-page .section .aside .aside-list {}
.sub-page .section .aside .aside-list > li {}
.sub-page .section .aside .aside-list > li + li,
.sub-page .section .aside #bo_cate > ul > li + li {
    margin-top: 2rem;
}
.sub-page .section .aside .aside-list > li > a,
.sub-page .section .aside #bo_cate > ul > li > a {
    font-size: 2rem;
    opacity: .4;
    font-weight: 500;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    padding-left: 2rem;
}
.sub-page .section .aside .aside-list > li.on > a,
.sub-page .section .aside #bo_cate > ul > li > #bo_cate_on {
    opacity: 1;
    font-size: 2.8rem;
    font-weight: 600;
    position:relative
}

.sub-page .section .aside .aside-list > li.on > a::before,
.sub-page .section .aside #bo_cate > ul > li > #bo_cate_on::before,
.c-text::before {
    content:'';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50px;
    background: var(--main-blue);
    position: absolute;
    left: 0;
}

.sub-page .pg_wrap {
    float: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.sub-page .pg_wrap .pg {
    display: flex;
    gap: 4px;
    align-items: center;
}
.sub-page .pg_wrap .pg .pg_page {
    background-color: transparent;
    color: inherit;
    font-size: 1.6rem;
    border: none;
}
.sub-page .pg_wrap .pg .pg_current {
    border: none;
    background: none;
    color: inherit;
    height: auto;
    font-size: 1.6rem;
    line-height: inherit;
    border-radius: 0;
}
.sub-page .pg_wrap .pg .pg_next {
    background: url(../img/common/ic-arrow.svg) no-repeat center/90%;
    /* width: 24px; */
    /* height: 24px; */
}
.sub-page .pg_wrap .pg .pg_end {
    background: url(../img/common/ic-double-arrow.svg) no-repeat center/90%;
}

.sub-page .pg_wrap .pg_prev {
    background:url(../img/common/ic-arrow.svg) no-repeat center/90%;
    transform: rotate(-180deg);
}

.sub-page .pg_wrap .pg_start {
     background: url(../img/common/ic-double-arrow.svg) no-repeat center/90%;
    transform: rotate(-180deg);
}

.sub-page .pg_wrap .pg .pg_page.disable {
    opacity: 0.3;
    cursor: unset;
}

.sub-page {
    padding:10rem 0 15rem
}
body:has(.prd-detail) .sub-page,
body:has(.rnd) .sub-page {
    padding-top:0
}
.sub-page .grid {
    display: grid;
}

.sub-page .section-head {}
.sub-page .section-head .h4 + .desc {
    font-size:1.6rem;
    margin-top:2rem
}



/* prd-list */

.sub-page .grid > li {}
.sub-page .grid > li a.prd-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.sub-page .hover-wrap {
    z-index: 2;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(#0000,#00000060 75%);
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    transition: opacity .3s;
    position: absolute;
    inset: 0;
}
.sub-page .hover-wrap:hover {
    /* opacity:1 */
}

.sub-page .hover-wrap .name {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    /* height: 100%; */
}
.sub-page .hover-wrap .ic::before {
    width: 2.8rem;
    height: 2.8rem;
    filter: invert(1);
}
.sub-page .grid > li .prd-name {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
}



.overview {}
.overview .section {}
.overview .section + .section {
    border-top:1px solid var(--border);
    padding-top: 12rem;
    margin-top: 12rem;
}
.overview .ceo-msg {}
.overview .ceo-msg .grid {
    grid-template-columns: repeat(2,1fr);
}

.overview .ceo-msg .grid .img-sec {
    margin-right: 8rem;
    overflow: hidden;
}
.overview .ceo-msg .grid .img-sec > img {}
.overview .ceo-msg .grid .text-sec {
    padding: 4rem 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.overview .ceo-msg .grid .text-sec .top {}
.overview .ceo-msg .grid .text-sec .top .h4 {
    margin-bottom: 4rem;
}
.overview .ceo-msg .grid .text-sec .top .msg {
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--sec-black);
}
.overview .ceo-msg .grid .text-sec .top .msg + .msg {
    margin-top: 2rem;
}
.overview .ceo-msg .grid .text-sec .bottom {}
.overview .ceo-msg .grid .text-sec .bottom .sign-wrap {
    font-size: 16px;
    font-weight: 600;
}
.overview .ceo-msg .grid .text-sec .bottom .sign-wrap .sign-img {
    display: inline-block;
    margin-left: 3rem;
}
.overview .ceo-msg .grid .text-sec .bottom .sign-wrap .sign-img > img {}


.overview .org-chart {}
.overview .org-chart .section-head {}
.overview .org-chart .org-wrap {
    margin-top: 10rem;
}
.overview .org-chart .org-wrap .org-box {
    position: relative;
}
.overview .org-chart .org-wrap .org-box .line {
    position:relative
}
.overview .org-chart .org-wrap .org-box .line::before {
    background-color:#fff;
    transition: all .5s;
    transition-delay: .5s;
    position: absolute;
}
.overview .org-chart .org-wrap .org-box .badge {
    font-size: 1.8rem;
    /* padding: 3rem; */
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    height: 8.4rem;
    border-radius: 150px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    background-color: var(--main-blue);
    /* opacity: 0; */
    /* transform: translateY(50px); */
    /* transition: transform .5s, opacity .5s; */
}
.overview .org-chart .org-wrap .org-box .badge span {
    /* font-size:1.8rem; */
}
.overview .org-chart .org-wrap .org-box .deps1 {
    display: flex;
    position: relative;
    justify-content: center;
    padding-bottom: 5rem;
}
.overview .org-chart .org-wrap .org-box .deps1 .ceo {
    position: relative;
    z-index: 2;
    max-width: 33.3rem;
    width: 100%;
}

.overview .org-chart .org-wrap .org-box .deps1 .badge {
    /* max-width: 33.3rem; */
    /* width: 100%; */
}
.overview .org-chart .org-wrap .org-box .deps1 .badge > span {}

.overview .org-chart .org-wrap .org-box .deps1 .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 1px;
    height: 100%;
    background-color: var(--border);
}
.overview .org-chart .org-wrap .org-box .deps1 .line::before {
    content:'';
    display:block;
    position:absolute;
    width:3px;
    height:100%;
    left:-1px;
    bottom:-1px;
    
}

/* .overview .org-chart .org-wrap .org-box .deps2-line .line {
    width: calc(100% - 33.3rem);
    height: 1px;
    background-color: var(--border);
    position:relative
} */

.overview .org-chart .org-wrap .org-box .deps2-line .line::before {
    content:'';
    display:block;
    position: absolute;
    top:0;
    right: 0;
    width:100%;
    height:3px;
}

.overview .org-chart .org-wrap .org-box .deps2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 4rem;
}

.overview .org-chart .org-wrap .org-box .deps2::before {
    content:'';
    position:absolute;
    top:0;
    left: 11.5%;
    right: 11.5%;
    height:1px;
    background-color:var(--border)
}

.overview .org-chart .org-wrap .org-box .deps2::after {
    content:'';
    position:absolute;
    top:-1px;
    left: auto;
    right:0;
    width:100%;
    background-color: #fff;
    height: 3px;
    transition: width 1s;
    transition-delay: 0.8s;
    /* transform-origin: right; */
}
.overview .org-chart .org-wrap .org-box .deps2 .cont {
    position: relative;
    padding-top: 5rem;
    flex: 1;
}
.overview .org-chart .org-wrap .org-box .deps2 .cont .line {
    width: 1px;
    height: 5rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background-color: var(--border);
    /* transition: height .5s .7s; */
}
.overview .org-chart .org-wrap .org-box .deps2 .cont .line::before {
    content:'';
    position:absolute;
    left:-1px;
    height:100%;
    transition-delay: 1s;
    bottom:0;
    background-color:#fff;
    width:3px;
    transition: all .75s 1.25s;
}


.overview .org-chart .org-wrap .org-box .deps2 .cont .badge {
    background-color: var(--light-blue);
    color: #333;
    font-weight: 600;
}
.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 {}
.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 .cont {}
.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 .cont .line {
    /* bottom: 0; */
    /* top: auto; */
}

.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 .cont .line::before {
    content:'';
    position:absolute;
    left:-1px;
    height:100%;
    transition-delay: 1.5s;
    bottom:0;
    background-color:#fff;
    width:3px
}
.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 .cont .text-box {
    border: 1px solid var(--border);
    border-radius: 2rem;
    padding: 4rem;
}
.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 .cont .text-box > p {
    text-align: center;
    font-size: 1.8rem;
}
.overview .org-chart .org-wrap .org-box .deps2 .cont .deps3 .cont .text-box > p + p {
    margin-top: 1rem
}


.overview .org-chart .org-wrap.active .org-box .deps1 .line::before,
.overview .org-chart .org-wrap.active .org-box .deps2 .cont .line::before,
.overview .org-chart .org-wrap.active .org-box .deps2 .cont .deps3 .cont .line::before{
    height:0;
}
.overview .org-chart .org-wrap.active .org-box .deps2::after {
    width:0;
}

.overview .client {}
.overview .client .client-wrap {
    margin-top: 6rem;
}
.overview .client .client-wrap .client-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
.overview .client .client-wrap .client-list > li {
    border: 1px solid var(--border);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/ 0.4605263157894737;
    overflow: hidden;
    padding:4.2rem
}
.overview .client .client-wrap .client-list > li > img {}



.history {}
.history .section {}
.history .section .section-cont {
    margin-top: 12rem;
    display: flex;
    position: relative;
}
.history .section .section-cont .scroll-index-wrap {
    width: 40%;
    flex: none;
    border-right: 1px solid var(--border);
    /* position: sticky; */
    /* top: 22rem; */
}
.history .section .section-cont .scroll-index-wrap .odometer {
    position: sticky;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 10rem;
    padding-left: 10rem;
    top: 20rem;
}
.history .section .section-cont .year-wrap {
    padding-left: 16rem;
}
.history .section .section-cont .year-wrap .item {}
.history .section .section-cont .year-wrap .item + .item {
    margin-top:10rem
}
.history .section .section-cont .year-wrap .item .year-list {}
.history .section .section-cont .year-wrap .item .year-list  > li {}
.history .section .section-cont .year-wrap .item .year-list  > li + li {
    margin-top:4.8rem
}
.history .section .section-cont .year-wrap .item .year-list  > li .year {
    font-size: 6rem;
}
.history .section .section-cont .year-wrap .item .year-list  > li .desc {
    font-size: 1.6rem;
    margin-top: 1rem;
    color: var(--sec-black);
}
.history .section .section-cont .year-wrap .item .year-list  > li .pic {
    overflow:hidden;
    margin-top: 2rem;
}



.cert-wrap {}
.cert-wrap .section .cont {}
.cert-wrap .section .cont .grid {
    grid-template-columns: repeat(3,1fr);
    gap: 6rem 4rem;
}
.cert-wrap .section .cont .grid > li {
    /* border: 1px solid var(--border); */
}
.cert-wrap .section .cont .grid > li .img-wrap {
    border: 1px solid var(--border);
    overflow: hidden;
}
.cert-wrap .section .cont .grid > li .text {
    margin-top: 1.5rem;
}
.cert-wrap .section .cont .grid > li .text > p {
    font-size: 1.8rem;
    font-weight: 500;
}

.perform-wrap {}
.perform-wrap .aside {}
.perform-wrap .aside .tit {}
.perform-wrap .aside .tit .h4 {}
.perform-wrap .cont {}
.perform-wrap .cont #bo_gall #gall_ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6rem 2rem;
    margin: 0;
}
.perform-wrap .cont #bo_gall #gall_ul > li {
    padding: 0;
    float: inherit;
    width: auto;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box {
    margin: 0;
    border-radius: 0;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con {}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_img {
    aspect-ratio: 1.334494773519164/1;
    overflow: hidden;
    position: relative;
    border: none;
    width: 100%;
    height: 100%;
}

.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_img > a {

    width: 100%;
    height: 100%;

}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_img > a > img {

    object-fit: cover;
    width: 100%;
    height: 100%!important;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_text_href {
    margin: 0;
    margin-top: 1.2rem;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_text_href .bo_tit {
    font-weight: normal;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_text_href .bo_tit .t1 {
    font-size: 1.6rem;
    opacity: .4;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_text_href .bo_tit .subject {
    font-size: 2.4rem;
    font-weight: 500;
}
.perform-wrap .cont #bo_gall #gall_ul > li .gall_box .gall_con .gall_text_href .bo_tit .t2 {
    font-size: 1.6rem;
    color: #646464;
    margin-top: 10px;
}

.sub-page .section .aside #bo_cate {
    margin: 0;
    margin-top: 4rem;
}
.sub-page .section .aside #bo_cate > ul {}
.sub-page .section .aside #bo_cate > ul > li {
    display: block;
}
.sub-page .section .aside #bo_cate > ul > li > a {
    line-height: inherit;
    padding-top: 0;
    border-radius: 0;
    border: 0;
    color: inherit;
    padding-bottom: 0;
    padding-right: 0;
}
.sub-page .section .aside #bo_cate > ul > li > #bo_cate_on {
    background: none;
    color: inherit;
    border: none;
    box-shadow: none;
}

.sub-page .section .aside #bo_cate > ul > li > a:hover,
.sub-page .section .aside #bo_cate > ul > li > a:focus,
.sub-page .section .aside #bo_cate > ul > li > a:active {text-decoration:none;background:none;color:inherit; opacity:1} 


.location {}
.location .loc-wrap {}
.location .loc-wrap .cont {
    /* width: 75%; */
}
.location .loc-wrap .cont .map {
    aspect-ratio: 1/0.4;
    width: 100%;
    margin-bottom: 2rem;
}
.location .loc-wrap .cont .map iframe {
    width: 100%;
    height: 100%;
}
.location .loc-wrap .cont .address {
    display: flex;
    align-items: center;
}
.location .loc-wrap .cont .address p {
    font-size: 1.8rem;
    min-width: 6.4rem;
}
.location .loc-wrap .cont .address p.bold {
    font-weight:600;
    /* min-width: 6.4rem; */
}
.location .loc-wrap .cont .address + .address {
    margin-top:6px
}
/* .location .loc-wrap .layout + .layout {
    margin-top:12rem
} */


.sub-page .prd-list {}
.sub-page .prd-list .grid {
    grid-template-columns: repeat(3,1fr);
    gap: 6rem 2rem;
}
.sub-page .prd-list .grid > li {}
.sub-page .prd-list .grid > li a.prd-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.sub-page .prd-list .grid > li a.prd-item .hover-wrap {
    z-index: 2;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(#0000,#00000060 75%);
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    transition: opacity .3s;
    position: absolute;
    inset: 0;
}
.sub-page .prd-list .grid > li a.prd-item .hover-wrap:hover {
    /* opacity:1 */
}

.sub-page .prd-list .grid > li a.prd-item .hover-wrap .name {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    /* height: 100%; */
}
.sub-page .prd-list .grid > li a.prd-item .hover-wrap .ic::before {
    width: 2.8rem;
    height: 2.8rem;
    filter: invert(1);
}
.sub-page .prd-list .grid > li .prd-name {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
}


.sub-page .prd-detail {}
.sub-page .prd-detail .intro {
    overflow: hidden;
    position: relative;
    height:100dvh;
}
.sub-page .prd-detail .intro .img {
    overflow: hidden;
    height:100%
}
.sub-page .prd-detail .intro .img div:not(.swiper-pagination) {
    height:100%
}

.sub-page .prd-detail .intro .img img {
    object-fit: contain;
    width:100%;
    height:100%;
}
.sub-page .prd-detail.ty2 .intro .img img {
    object-fit:cover;
    width: 100%;
}

.sub-page .prd-detail .intro .img .swiper-slide {}
.sub-page .prd-detail .intro .img .swiper-pagination {
    z-index: 10;
    max-width: 96rem;
    left: unset;
    right: 12rem;
    bottom: 2rem;
}
.sub-page .prd-detail .intro .img .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.sub-page .prd-detail .intro .img .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-black);
}

.sub-page .prd-detail .info-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: var(--inner);
    width: 95%;
    margin: 0 auto;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sub-page .prd-detail .info-wrap .inset {
    width: 40%;
    /* margin: 0 auto; */
}
.sub-page .prd-detail .info-wrap .inset .text-wrap {}
.sub-page .prd-detail .info-wrap .inset .text-wrap + .viewbtn {
    margin-top:8rem
}
.sub-page .prd-detail .info-wrap .inset .text-wrap .prd-name {
    font-size: 7.2rem;
    font-weight: 600;
    margin-bottom: 2.4rem;
    line-height: 1.25;
}
.sub-page .prd-detail .info-wrap .inset .text-wrap .desc {
    font-size: 2rem;
    color: var(--sec-black);
}
.sub-page .prd-detail .info-wrap .inset .feature {
    margin-top: 4rem;
}
.sub-page .prd-detail .info-wrap .inset .feature .subtit {
    font-size: 2.4rem;
    font-weight: 600;
}
.sub-page .prd-detail .info-wrap .inset .feature .feature-list {
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.sub-page .prd-detail .info-wrap .inset .feature .feature-list > li {

/* display: flex; */

/* flex-direction: column; */

justify-content: center;

/* text-align: center; */
}
.sub-page .prd-detail .info-wrap .inset .feature .feature-list > li .ic {
    width: 8rem;
    height: 8rem;
    background-color: #F2F5F7;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.sub-page .prd-detail .info-wrap .inset .feature .feature-list > li .ic::before {
    width:5rem;
    height:5rem
}
.sub-page .prd-detail .info-wrap .inset .feature .feature-list > li .text {
    font-size: 1.6rem;
    text-align: center;
    color: var(--sec-black);
    margin-top: 1.2rem;
}
.sub-page .prd-detail .prd-info {
    margin-top: 12rem;
}
.sub-page .prd-detail .prd-info .layout {}
/* .sub-page .prd-detail .prd-info .layout + .layout {
    margin-top:15rem
} */
.sub-page .prd-detail .prd-info .layout .aside {}

.sub-page .prd-detail .prd-info .layout .cont {}
.sub-page .prd-detail .prd-info .layout .cont .gallery {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.sub-page .prd-detail .prd-info .layout .cont .gallery .img {
    overflow: hidden;
}
.sub-page .prd-detail .prd-info .layout .cont .tableset {
    /* width: 100%; */
}
.sub-page .prd-detail .prd-info .layout .cont .tableset + .tableset {
    margin-top:6rem
}
.sub-page .prd-detail .prd-info .layout .cont .tableset .h4 {
    font-weight: normal;
}
.sub-page .prd-detail .prd-info .layout .cont .tableset .h4 + .spec-table {
    margin-top:4rem
}
.sub-page .prd-detail .prd-info .layout .cont .tableset .spec-table {
    width: 100%;
}
.sub-page .prd-detail .prd-info .layout .cont .tableset .spec-table > table {
    border-bottom:1px solid #333
}

.sub-page .prd-detail .prd-info .layout .cont .tableset .spec-table > table th {
    font-weight:500;
    border-top: 1px solid #333;
}
.sub-page .prd-detail .prd-info .layout .cont .tableset .spec-table > table th, td {
    font-size:1.8rem;
    padding: 1.6rem 0.4rem;
}
.sub-page .prd-detail .prd-info .layout .cont .tableset .spec-table > table td {
    color:var(--sec-black);
    text-align:center;
    border-top:1px solid #333
}
.sub-page .prd-detail .prd-info .layout .cont .table-sub {
    margin-top:4rem;

}
.sub-page .bp-list {}
.sub-page .bp-list > li {
    position: relative;
}
.sub-page .bp-list > li + li {
    margin-top:4px
}
.sub-page .bp-list > li p {
    font-size: 14px;
    color:#818181;
    display: flex;
    align-items: center;
    padding-left: 0.8rem;
}
.sub-page .bp-list > li p::before {
    content:'';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #818181;
    position: absolute;
    left: 0;
    top: 9px;
}

.sub-page .prd-detail .other-prd-list {
    grid-template-columns: repeat(3,1fr);
    gap: 6rem 2rem;
}
.sub-page .prd-detail .other-prd-list > li {}
.sub-page .prd-detail .other-prd-list > li .prd-item {}
.sub-page .prd-detail .other-prd-list > li .prd-item .hover-wrap {}
.sub-page .prd-detail .other-prd-list > li .prd-item .hover-wrap .name {
    font-size:2.4rem;
    line-height:1.2
}
.sub-page .prd-detail .other-prd-list > li .prd-item .hover-wrap .ic::before {}
.sub-page .prd-detail .other-prd-list > li .prd-name {}

.sub-page .prd-detail .full-img {
    overflow: hidden;
}

.sub-page .prd-detail.ty2 .prd-name,
.sub-page .prd-detail.ty2 .info-wrap .inset .text-wrap .desc, 
.sub-page .prd-detail.ty2 .info-wrap .inset .feature .subtit,
.sub-page .prd-detail.ty2 .info-wrap .inset .feature .feature-list > li .text {
    color:#fff
}
.sub-page .prd-detail.ty2 .viewbtn {
    border-color:#d9d9d9;
    color:#fff
}

.sub-page .prd-detail.ty2 .viewbtn:hover {
    border-color:var(--main-blue);
    color:var(--main-blue);
}

.sub-page .rnd {}
.sub-page .rnd.rnd-intro {}
.sub-page .rnd.rnd-intro .visual {
    position: relative;
}
.sub-page .rnd.rnd-intro .visual .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.sub-page .rnd.rnd-intro .visual .img img {
    object-fit:cover;
    width:100%;
    height:100%
}
.sub-page .rnd.rnd-intro .copy {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
}
.sub-page .rnd.rnd-intro .copy .visual-text {
    color: #fff;
    text-align: center;
    font-size: 7.2rem;
    font-weight: 600;
    /* overflow: hidden; */
}
.sub-page .rnd.rnd-intro .copy .visual-text > p {
    overflow: hidden;
}

.sub-page .rnd .rnd-wrap {
    margin-top: 12rem;
}
.sub-page .rnd .rnd-wrap .intro {}
.sub-page .rnd .rnd-wrap .intro .aside {}
.sub-page .rnd .rnd-wrap .intro .cont {}
.sub-page .rnd .rnd-wrap .intro .cont .text {
    font-size: 2.4rem;
}

.sub-page .rnd .ppl {}
.sub-page .rnd .ppl .grid {
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.sub-page .rnd .ppl .grid > li {
    background: var(--gray-bg);
    padding: 4rem;
    /* padding-top: 4.8rem; */
}
.sub-page .rnd .ppl .grid > li .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sub-page .rnd .ppl .grid > li .box .tit {
    font-size: 2.4rem;
    font-weight: 500;
}
.sub-page .rnd .ppl .grid > li .box .bp-list {
    margin-top: 8rem;
}
.sub-page .rnd .ppl .grid > li .box .bp-list  > li {}
.sub-page .rnd .ppl .grid > li .box .bp-list > li + li {
    margin-top: 1rem;
}
.sub-page .rnd .ppl .grid > li .box .bp-list  > li > p {
    color: #515151;
    font-size: 1.8rem;
}
.sub-page .rnd .ppl .grid > li .box .bp-list  > li > em{
    font-size: 1.8rem;
    color: #515151;
    font-style: normal;
    padding-left: 0.8rem;
}

.sub-page .rnd .key-tech {}
.sub-page .rnd .key-tech .cont {}
.sub-page .rnd .key-tech .cont .grid {
    grid-template-columns: repeat(2,1fr);
    gap: 4rem;
}
.sub-page .rnd .key-tech .cont .grid .tech-cont {}
.sub-page .rnd .key-tech .cont .grid .tech-cont .h5 {
    margin-bottom: 2rem;
}
.sub-page .rnd .key-tech .cont .grid .tech-cont .img {
    overflow: hidden;
}
.sub-page .rnd .key-tech .cont .grid .tech-cont .desc {
    font-size: 2rem;
    margin-top: 2.4rem;
    margin-bottom: 4rem;
}

.sub-page .rnd.rnd-pr {}
.sub-page .rnd.rnd-pr .sec1 {
    padding-top: 15rem;
    position: relative;
}

.sub-page .rnd.rnd-pr .sec1::before {
    content:"";
    background-color: var(--gray-bg);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
}

.sub-page .rnd.rnd-pr .sec1 .tit-sec {text-align: center;}
.sub-page .rnd.rnd-pr .sec1 .tit-sec .cert-img {}
.sub-page .rnd.rnd-pr .sec1 .tit-sec .cert-img + .titset {
    margin-top: 6rem;
}
.sub-page .rnd.rnd-pr .sec1 .tit-sec .titset .subtit {
    font-size: 4rem;
}
.sub-page .rnd.rnd-pr .sec1 .tit-sec .titset .big-tit {
    font-size: 10rem;
    font-weight: 600;
}
.sub-page .rnd.rnd-pr .sec1 .tit-sec .badge {
    margin-top: 6rem;
}
.sub-page .rnd.rnd-pr .sec1 .tit-sec .badge > p {
    font-size:1.8rem;
    color:var(--sec-black);
    border: 1px solid #646464;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 8px;
}

.sub-page .rnd.rnd-pr .sec1 .img-box {
    margin-top: 10rem;
    overflow: hidden;
    position: relative;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .dot {
    position: absolute;
    z-index: 2;
    background-color: #005BAA;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 2rem;
    height: 2rem;
    transition: font-size .2s;
    inset: 0% auto auto 0%;
    transform: translate(-50%, -50%);
    /* flex: none; */
    flex-direction: row;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .dot.col {
    flex-direction: column;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .dot.left {
    justify-content: flex-end;
    /* margin-left: 0; */
    /* margin-right: 2.4rem; */
}

.sub-page .rnd.rnd-pr .sec1 .img-box .d1 {
    left: 52.8%;
    top: 20%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d2 {
    left: 69.9%;
    top: 43.2%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d3 {
    left: 83%;
    top: 51%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d4 {
    top: 67%;
    left: 74%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d5 {
    top: 66%;
    left: 45%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d6 {
    top: 80%;
    left: 80%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d7 {
    left: 72%;
    top: 88.7%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d8 {
        left: 59%;
        top: 88.7%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d9 {
        left: 46%;
        top: 88.7%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d10 {
        left: 31%;
        top: 88.7%;
}
.sub-page .rnd.rnd-pr .sec1 .img-box .d11 {
        left: 12.8%;
        top: 68.7%;
}

.sub-page .rnd-pr.a2b .dot .tag {
    background-color: #005BAA;
    color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    text-align: center;
    flex: none;
    font-size: 1.8rem;
    font-weight: 400;
    padding: .8rem 1.2rem;
    overflow: hidden;
    margin-left: 2.4rem;
}

.sub-page .rnd-pr.a2b .dot.col .tag {
    margin-top: 2.4rem;
    margin-left: 0;
}
.sub-page .rnd-pr.a2b .dot.left .tag {
    margin-left: 0;
    margin-right: 2.4rem;
}

.sub-page .rnd-pr .section + .section {
    margin-top: 15rem;
}
.sub-page .rnd-pr .section.sec2 {
    margin-top:10rem;
}
.sub-page .rnd-pr .sec2 .desc {
    text-align: center;
}
.sub-page .rnd-pr .sec2 .desc > p {
    font-size: 2rem;
    line-height: 1.5;
}

.sub-page .rnd-pr .sec2 .icon-set {
    margin-top: 10rem;
    max-width: 132rem;
    margin-left: auto;
    margin-right: auto;
}
.sub-page .rnd-pr .sec2 .icon-set .icon-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6rem;
}
.sub-page .rnd-pr .sec2 .icon-set .icon-list > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 33rem;
    width: 100%;
    /* padding: 0 1rem; */
}
.sub-page .rnd-pr .sec2 .icon-set .icon-list > li .item {

}
.sub-page .rnd-pr .sec2 .icon-set .icon-list > li .ic::before {
    width: 5rem;
    height: 5rem;
}
.sub-page .rnd-pr .sec2 .icon-set .icon-list > li .text {
    text-align: center;
    margin-top: 2rem;
    padding: 0 1.2rem;
}
.sub-page .rnd-pr .sec2 .icon-set .icon-list > li .text .tit {
    font-size: 2.4rem;
    font-weight: 600;
}
.sub-page .rnd-pr .sec2 .icon-set .icon-list > li .text .desc {
    font-size: 1.6rem;
    color: var(--sec-black);
    margin-top: 1.2rem;
}

.sub-page .box-list,
.sub-page .photo-list {
    grid-template-columns: repeat(3,1fr);gap: 2rem;
}
.sub-page .box-list .img-box {
    border: 1px solid var(--border);
}
.sub-page .img,
.sub-page .diagram {
    overflow: hidden;
}
.sub-page .box-list .img-box .text {
    padding: 2rem 2.8rem;
}
.sub-page .box-list .img-box .text > p {
    font-size: 1.6rem;
    color: var(--sec-black);
}


.sub-page .a3 .tit-sec .text {
    margin-top:7.2rem
}
.sub-page .a3 .tit-sec .text > p {
    font-size: 1.8rem;
    color:var(--sec-black);
}

.sub-page .a3 .sec2 .icon-set {
    max-width:unset
}
.sub-page .a3 .sec2 .icon-set .icon-list {}
.sub-page .a3 .sec2 .icon-set .icon-list > li {
    flex:1
}

.sub-page .rnd.separator {}
.sub-page .rnd.separator .sec1 .tit-sec {}
.sub-page .rnd.separator .sec1 .tit-sec .text {
    font-size: 1.8rem;
}

.sub-page .rnd.separator .sec1::before {
    height: 100%;
}

.sub-page .rnd.separator .sec1 .img-box {
    margin-top:6rem
}

.sub-page .rnd.separator .sec2 {}
.sub-page .rnd.separator .sec2 .cont {}
.sub-page .rnd.separator .sec2 .cont .feature {}
.sub-page .rnd.separator .sec2 .cont .feature .tit {}
.sub-page .rnd.separator .sec2 .cont .feature .grid {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.sub-page .rnd.separator .sec2 .cont .feature .grid .img {
    /* overflow: hidden; */
}
.sub-page .rnd.separator .sec2 .cont .feature .text {
    margin-top: 3rem;
}
.sub-page .rnd.separator .sec2 .cont .feature .text > p {
    font-size: 2rem;
}
.sub-page .rnd.separator .sec2 .cont .feature .text > p + p{
    margin-top: 4px;
}

.sub-page .rnd.separator .sec2 .cont .feature + .feature {
    margin-top:10rem
}

.sub-page .rnd-history {}
.sub-page .rnd-history .sec1 {}
.sub-page .rnd-history .sec1 .text {
    font-size: 2.8rem;
    font-weight: 500;
}
.sub-page .rnd-history .sec2 {
    margin-top: 12rem;
}
.sub-page .rnd-history .sec2 .box-list {
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.sub-page .rnd-history .sec2 .box-list .img-box {}
.sub-page .rnd-history .sec2 .box-list .img-box .text {}
.sub-page .rnd-history .sec2 .box-list .img-box .text > p {}


.sub-page .catalog {}
.sub-page .catalog .grid {
    grid-template-columns: repeat(2,1fr);
    gap: 4rem;
}
.sub-page .catalog .grid .text-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 0;
}
.sub-page .catalog .grid .text-sec .text-wrap {}
.sub-page .catalog .grid .text-sec .text-wrap .tit {
    font-size: 5.2rem;
    font-weight: 500;
}
.sub-page .catalog .grid .text-sec .text-wrap .desc {
    margin-top: 4rem;
    font-size: 2rem;
    color: var(--sec-black);
}
.sub-page .catalog .grid .text-sec .btnset {}
.sub-page .catalog .grid .text-sec .btnset .download {}
.sub-page .catalog .grid .img-sec {}
.sub-page .catalog .grid .img-sec .imgset {
    gap: 2rem;
}
.sub-page .catalog .grid .img-sec .imgset .img {box-shadow: 1px 1px 10px rgba(0,0,0,.1);}


.sub-page .youtube-wrap {}
.sub-page .youtube-wrap #bo_gall {}
.sub-page .youtube-wrap #bo_gall #gall_ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6rem 2rem;
    margin-top: 6rem;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li {
    float: unset;
    margin: 0;
    width: auto!important;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con {}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con > a {
    aspect-ratio: 1.33333333/1;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con > a > img {
    object-fit:cover;
    width:100%;
    height:100%
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .hover-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .hover-wrap .category {
    color: #fff;
    font-size: 1.6rem;
    opacity: 0.8;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .hover-wrap .flex {
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
    align-items: center;
    gap: 2rem;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .hover-wrap .flex .subject {
    color: #fff;
    font-size: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .hover-wrap .flex .ic::before{
    width: 2.4rem;
    height: 2.4rem;
}

.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .con-wrap {
    position: relative;
    align-items: flex-start;
    margin-top: 2rem;
}
.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .con-wrap::before {
    top: 7px;
}

.sub-page .youtube-wrap #bo_gall #gall_ul > li .gall_con .con-wrap > span {
    font-size: 1.8rem;
}

.sub-page .youtube-wrap #bo_cate {}
.sub-page .youtube-wrap #bo_cate  ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.8rem;
}
.sub-page .youtube-wrap #bo_cate  ul > li {
    float: unset;
    margin: 0;
}
.sub-page .youtube-wrap #bo_cate  ul > li > a {
    margin: 0;
    padding: 4px 10px;
    width: unset;
    color: #333;
    border: 1px solid #111;
    line-height: normal;
    font-size: 1.8rem;
    border-radius: 5px;
    background: transparent;
    opacity: .4;
}
.sub-page .youtube-wrap #bo_cate  ul > li > #bo_cate_on {
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-weight: 400;
    opacity: 1;
}



.sub-page .view {}
.sub-page .view #bo_v_con {}
.sub-page .view #bo_v_con > iframe {
    aspect-ratio: 16/9;
} 

.sub-page .view #bo_v_title {}
.sub-page .view #bo_v_title .bo_v_cate {
    font-weight: normal;
    font-size: 1.6rem;
    color: var(--sec-black);
    background: none;
    padding: 0;
    border-radius: 0;
}
.sub-page .view #bo_v_title .bo_v_tit {
    display: block;
    font-size: 4.8rem;
    font-weight: 600;
    margin-top: .8rem;
}
.sub-page .view #bo_v_info {
    
font-size: 1.8rem;
    
margin-top: 2rem;
    
color: var(--sec-black);
    
padding-bottom: 2.8rem;
}
.sub-page .youtube-wrap.view #bo_v_info {
    border:none
}

.sub-page .perform-wrap.view #bo_v_info {
    font-size: 1.6rem;
    margin: 0;
    padding-bottom: 0;
}
.sub-page .perform-wrap.view #bo_v_top ul {
    margin:0
    
}
.sub-page .view #bo_v_top {
    padding-bottom:4rem
}
.sub-page .perform-wrap.view #bo_v_con {
    margin-top: 4rem;
}
.sub-page .youtube-wrap.view #bo_v_top {
    padding:0
}


.sub-page .contact-form {}
.sub-page .contact-form .grid {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.sub-page .contact-form .grid .form {}
.sub-page .contact-form .grid .form .c-form {}

.sub-page .contact-form .em {}
.sub-page .contact-form .em .flex-box {}
.sub-page .contact-form .em .flex-box .emlist {
    border-top: 1px solid #6C7680;
}
.sub-page .contact-form .em .flex-box .emlist > li {}
.sub-page .contact-form .em .flex-box .emlist > li .inbox {/* width: 100%; */}
.sub-page .contact-form .em .flex-box .emlist > li .required {}
.sub-page .contact-form .em .flex-box .emlist > li .inbox + .inbox {}
.sub-page .contact-form .em .flex-box .emlist > li .textFild {}
.sub-page .contact-form .em .flex-box .emlist > li .inbox input {
    width:100%;
    border: none;
    padding: 0 20px;
    font-size: 1.6rem;
    box-shadow: none;
    border-bottom: 1px solid #6C7680;
    height: 64px;
    line-height: 64px;
}

.sub-page .contact-form .em .flex-box .emlist .textFild .expandingText {
    
/* border-bottom: 1px solid #6C7680; */
}
.sub-page .contact-form .em .flex-box .emlist .textFild textarea {
    border: none;
    border-bottom: 1px solid #6C7680;
    width: 100%;
    font-size: 1.6rem;
}
.sub-page .contact-form .f_cont3 {display: flex;/* gap: 10px; */align-items: center;position: relative;}
.sub-page .contact-form .f_cont3 .filebox {
    width: 100%;
    /* position: relative; */
}
.sub-page .contact-form .f_cont3 .filebox .input-cont {
    /* padding: 2rem 0; */
    border-bottom: 1px solid #6C7680;
    position: relative;
    /* align-items: center; */
}
.sub-page .contact-form .f_cont3 .filebox .input-cont input {
    font-size: 1.6rem;
}
.sub-page .contact-form .f_cont3 .filebox .input-cont .upload-hidden {
    display: none;
}
.sub-page .contact-form .f_cont3 .filebox .input-cont .attch {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(100% - 16rem);
    height: 64px;
    outline: none;
    padding: 4px 2rem;
    color: #999;
    font-size: 1.6rem;
    background: none;
    line-height: 58px;
    transition: font-size .3s ease;
}
.sub-page .contact-form .f_cont3 .filebox .input-cont .viewbtn {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12rem;
    /* height: 60px; */
    /* background: #333; */
    /* border: none; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    /* align-self: center; */
}

.sub-page .contact-form .f_cont3 .file-name {
    position: absolute;
    left: 0;
    top: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(100% - 14rem);
    height: 64px;
    outline: none;
    padding: 4px 2rem;
    color: #333;
    font-size: 1.6rem;
    background: none;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-page .contact-form .f_cont3 .file-name.on .upload-name {}
.sub-page .contact-form .f_cont3 .file-name.on  .file_del {
    cursor: pointer;
}
.sub-page .contact-form .f_cont3 .file-name.on .file_del i {
    width:20px;
    height:20px;
    background: url(../img/common/icon-close.svg) no-repeat center/cover;
    display: block;
    filter: invert(1);
}

.sub-page .contact-form .f_cont3 .filebox .input-cont.on .attch {
    font-size:0;
    
}

.sub-page .contact-form .captcha-wrap {}
.sub-page .contact-form .captcha-wrap #captcha {
    display: flex;
    border-bottom: 1px solid #6C7680;
    padding: 2rem 0;
    gap: 1.2rem;
    align-items: center;
}

.sub-page .contact-form .captcha-wrap #captcha #captcha_img {
    height: 52px;
    flex: none;
}
.sub-page .contact-form .captcha-wrap #captcha .btnset {
    flex: none;
}
.sub-page .contact-form .captcha-wrap #captcha .btnset button {
    border: 1px solid #333;
}
.sub-page .contact-form .captcha-wrap #captcha .btnset #captcha_mp3 {
    background: url(../img/common/icon-sound.svg) no-repeat center/80%;
    border: 1px solid #666;
    /* padding: 1rem; */
}
.sub-page .contact-form .captcha-wrap #captcha .btnset #captcha_reload {
    background: url(../img/common/icon-refresh.svg) no-repeat center/ 80%;
    border: 1px solid #666;
    margin-left: 4px;
}

.sub-page .contact-form .captcha-input-wrap {

position: relative;

width: 100%;

margin-left: 2rem;
}
.sub-page .contact-form .captcha-wrap #captcha #captcha_key{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 52px;
    border: 0;
    background: none;
    font-size: 1.6rem;
    text-align: left;
    font-weight: normal;
    margin-left: 10px;
}

.sub-page .contact-form .captcha-input-wrap .placeholder-wrap {
    
position: absolute;
    
left: 0;
    
top: 50%;
    
transform: translateY(-50%);
}
.sub-page .contact-form .captcha-input-wrap .placeholder-wrap > span {
    font-size: 1.6rem;
    color: #ACACAC;
}

.en .sub-page .kor-ver {display:none}
.sub-page .en-ver {
    display: none;
}
.en .sub-page .en-ver {
    display:inline-block
}

.sub-page .contact-form .submit-btn {
    margin-top: 4rem;
}
.sub-page .contact-form .submit-btn > input {
    outline: 0;
    background-color: inherit;
    font-family: inherit;
    color: #333;
}

.sub-page .contact-form input[type=text]:focus,
.sub-page .contact-form input[type=password]:focus, 
.sub-page .contact-form textarea:focus,select:focus {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
/* border: unset !important;
border-bottom: 1px solid #6C7680!important; */
}

.sub-page .youtube-wrap #bo_cate ul > li > a::before {
    content:'';

}

.sub-page .youtube-wrap .bo_v_nb {
    margin-top:0
}
.sub-page .bo_v_nb {
    display: flex;
    justify-content: space-between;
    float: inherit;
    margin-top: 1.6rem;
    border-top: 1px solid var(--border);
}
.sub-page .bo_v_nb > li {
    float: inherit;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2.4rem;
    border-top: 0;
    padding: 2rem 0;
}
.sub-page .bo_v_nb > li.btn_prv {}
.sub-page .bo_v_nb > li.btn_next {
    flex-direction: row-reverse;
}

.sub-page .bo_v_nb > li .nb_tit {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--sec-black);
    padding-right: 0;
}
.sub-page .bo_v_nb > li .nb_tit .ic::before {
    
    width: 2.4rem;
    height: 2.4rem;
    opacity: .7;
}
.sub-page .bo_v_nb > li.btn_prv .nb_tit .ic::before {
    transform: rotate(180deg);
}
.sub-page .bo_v_nb > li > a {
    font-size: 1.6rem;
} 

.sub-page .bo_v_nb > li.btn_next .nb_tit {
    flex-direction:row-reverse
}

.sub-page .list-btn {
    margin-top:6rem
}

.bo_v_nb:after {
    content:none
}

img.mob-only {
    display: none;
}

.youtube-wrap .btn_confirm {
    font-size : 1.5rem
}
.youtube-wrap .bo_v_com li,
.youtube-wrap  .btn_bo_user li {
    font-size: 1.5rem
}

/* en */

.en .overview .ceo-msg .grid .text-sec .top .h4 {
    line-height:1.2
}
.en .overview .ceo-msg .grid .text-sec .top .msg,
.en .sub-page .section-head .h4 + .desc,
.en .history .section .section-cont .year-wrap .item .year-list > li .desc,
.en .sub-page .rnd-pr .sec2 .icon-set .icon-list > li .text .desc {
    font-size: 1.8rem;
}
 
.en .location .loc-wrap .cont .address p {
    min-width:8rem
}
.en .sub-page .bp-list > li p {
    font-size:1.6rem
}
.en .sub-page .prd-detail .info-wrap .inset .text-wrap .prd-name {
    line-height:1.1
}

.en .sub-page .a3 .tit-sec .text > p,
.sub-page .rnd.separator .sec1 .tit-sec .text {
    font-size:2rem
}
.en .sub-page .youtube-wrap #bo_cate ul > li > a {
    letter-spacing: 0;
}
.en .sub-page .view #bo_v_title .bo_v_tit {
    font-weight:500
}
