.mb {
    display: none !important;
}

br.m_br {
    display: none;
}


.hide {
    display: none !important;
}

header {
    background: #fff;
    backdrop-filter: blur(0);
    box-shadow: none;
    /*    position: relative;*/
}

header.scorll {
    position: fixed;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
}

header .hd_info .lang i,
 .visit_btn{
    color: #000;
}
 .visit_btn:after{
   background: #000;
 }
header .hd_inner nav > ul > li > a {
    color: #000;
}

header h1 a {
    background: url("../images/main/logo2.png") no-repeat;
    background-size: cover;
}



section.visual {
    height: calc(100vh - 200px);
    width: 94%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    position: relative;
    position: relative;
    z-index: 0;
}

section.visual.fixed {
    height: calc(560px - 70px);
}

section {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

section.breadcrumb {
    position: relative;
}

section.visual .screen {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    margin: 0 auto;
    width: 94%;
    height: 100%;
    overflow: hidden;
}

section.visual.fixed .screen {
    height: calc(560px - 70px);
}

section.visual.fixed .screen > div {
    transform: scale(1);
}

section.visual .screen > div {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: calc(100vh - 200px);
    width: 100%;
    transform: scale(1.3);
}

section.visual .sub_nav {
    position: absolute;
    width: 100%;
    max-width: 1760px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
}

section.visual .sub_nav .desc {
    position: relative;
    width: 100%;
    text-align: center;
    top: 50%;
}

section.visual .sub_nav h2 {
    font-size: 60px;
    font-weight: 600;
    position: relative;
    animation: __ani_txt 3s ease forwards;
    font-family: 'Pretendard';
}

@keyframes __ani_txt {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes introTextUp {
    0% {
        opacity: 0;
        top: 30px;
        filter: blur(10px);
    }

    60% {
        opacity: 0;
        top: 25px;
    }

    100% {
        opacity: 1;
        filter: blur(0);
        top: 0;

    }
}

@-moz-keyframes introTextUp {
    0% {
        opacity: 0;
        top: 30px;
        filter: blur(10px);
    }

    60% {
        opacity: 0;
        top: 25px;
    }

    100% {
        opacity: 1;
        filter: blur(0);
        top: 0;

    }
}

@-ms-keyframes introTextUp {
    0% {
        opacity: 0;
        top: 30px;
        filter: blur(10px);
    }

    60% {
        opacity: 0;
        top: 25px;
    }

    100% {
        opacity: 1;
        filter: blur(0);
        top: 0;

    }
}

@-o-keyframes introTextUp {
    0% {
        opacity: 0;
        top: 30px;
        filter: blur(10px);
    }

    60% {
        opacity: 0;
        top: 25px;
    }

    100% {
        opacity: 1;
        filter: blur(0);
        top: 0;

    }
}

@keyframes introTextUp {
    0% {
        opacity: 0;
        top: 30px;
        filter: blur(10px);
    }

    60% {
        opacity: 0;
        top: 25px;
    }

    100% {
        opacity: 1;
        filter: blur(0);
        top: 0;

    }
}

.bti {
    background: transparent !important;
}

section.credit .divTableHead {
    width: 20%;
}

.tab_body_pd .chartTableCell {
    padding: 9px 2%;
    border-right: 1px solid #DFE0E8;
    box-sizing: border-box;
}

section.com_partner .div_tab{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.com_partner .inner{
      max-width: 1500px;
}

section.com_partner .basic_table {
  width: 80%;
}

section.com_partner .basic_table table{
    width: 100%;
    border-top-color: #000;
}

section.com_partner .basic_table table tbody tr > td:nth-of-type(1) {
    background: #F6F7F9;
    font-weight: 700;
}

section.com_partner .basic_table table .bw{
  background: #fff !important;
  font-weight: 400 !important;
}
section.com_partner .basic_table table p{
  text-align: left;
}
section.com_partner .basic_table table i{
  font-style: normal;
  font-weight: 600;
  width: 35%;
  text-align: left;
  display: inline-block;
  font-size: 18px;
}

section.com_partner .basic_table table tr *,
section.com_partner .basic_table table tr>td:last-child{
  border-right: none;
}
section.com_partner .basic_table table tr>td{
  border-right: 1px solid #DFE0E8;
  box-sizing: border-box;
}

section.com_partner .col02 table tr>td:nth-child(1){
        width: 25%;
}

section.com_partner .col03 table tr>td:nth-child(1){
      word-break: break-word;
}

section.com_partner .col02 table tr>td:nth-child(2){
    width: 50%;
}

section.com_partner .col02 table tr>td:nth-child(3){
width: 30%;
}

section.dis_information table th {
    width: 25%;
}

section.dis_information table.ver1 th:nth-child(1) {
    width: 13%;
}

section.dis_information table.ver1 th:nth-child(2) {
    width: 10%;
}

section.dis_information table.ver1 th:nth-child(3) {
    width: 15%;
}

section.dis_information table.ver1 th:nth-child(4) {
    width: 10%;
}

section.dis_information table.ver1 th:nth-child(5) {
    width: 15%;
}

section.dis_information table.ver1 th:nth-child(6) {
    width: 20%;
}

section.dis_partner table tr:nth-child(1) th:nth-child(1) {
    width: 25%;
}

section.dis_partner table tr:nth-child(1) th:nth-child(2) {
    width: 15%;
}

section.dis_partner table tr:nth-child(1) th:nth-child(3) {
    width: 15%;
}

section.dis_partner table tr:nth-child(1) th:nth-child(4) {
    width: 15%;
}

section.dis_partner table tr:nth-child(1) th:nth-child(5) {
    width: 30%;
}

section.dis_partner table tr:nth-child(2) th:nth-child(1) {
    width: 11%;
}

section.dis_partner table tr:nth-child(2) th:nth-child(2) {
    width: 10%;
}

section.dis_partner table tr:nth-child(2) th:nth-child(3) {
    width: 10%;
}

section.sa_policy .col01 .tit {
    font-size: 32px;
    margin-bottom: 70px;
}

section.sa_policy .col01 dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.sa_policy .col01 dl:not(:last-child) {
    margin-bottom: 30px;
}

section.sa_policy .col01 dt {
    border-radius: 5px;
    background: #172154;
    width: 200px;
    padding: 29px 0;
    box-sizing: border-box;
    text-align: center;
}

section.sa_policy .col01 dt i {
    color: #fff;
    font-size: 24px;
    font-style: normal;
}

section.sa_policy .col01 dd {
    border-radius: 5px;
    background: rgba(132, 136, 139, 0.10);
    padding: 0 80px;
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
}

section.sa_policy .col01 dd p {
    font-size: 20px;
}

section.sa_policy .col01 span {
    text-align: right;
    display: block;
    font-size: 16px;
}

section.visual .sub_nav h3 {
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.3;
}

section.visual .sub_nav .title {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
    font-size: 15px;
    color: #fff;
}

section.visual .sub_nav .title span {
    position: relative;
    font-weight: 400;
}

section.visual .sub_nav .title span:not(:last-child) {
    margin-right: 6px;
}

section.visual .sub_nav .title span:not(:first-child) {
    margin-left: 6px;
}

section.visual .sub_nav .title span:last-child {
    color: #e3be28;
    font-weight: 600;
}

section.visual .sub_nav .title span:nth-child(2):after,
section.visual .sub_nav .title span:nth-child(4):after {
    clear: both;
    content: "";
    display: block;
    background: rgba(255, 255, 255, .45);
    width: 2px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.sub_tab {
    border-bottom: 1px solid #cfcfcf;
    box-sizing: border-box;
    scroll-margin-top: 100px;
}

.custom_btn_v3 {
    appearance: none;
    display: none;
    position: relative;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 700;
    background: url("../images/common/select_arrow2.png") calc(100% - 15px) center no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 15px;
    border: 0;
    line-height: 50px;
    height: 50px;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #42414D;
    font-size: 16px;
    background-color: #F6F7F9;
    border: 1px solid #dee2e6;
}

.custom_btn_v3:after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: #32A39B;
}

section.sub_tab ul {
    display: flex;
    margin: 0 auto;
    width: fit-content;

}

section.sub_tab ul li {
    position: relative;
    flex-grow: 1;
    width: auto;
    text-align: center;
    transition: .3s ease;
}

section.sub_tab ul li:not(:last-child) {
    margin-right: 65px;
}

section.sub_tab ul li > a {
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    display: block;
    transition: .3s ease;
}

section.sub_tab ul li.active > a:after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .8);
}

section.sub_tab ul li > a > span {
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    font-size: 20px;
    transition: color 0.5s ease;
}

section.sub_tab ul li.active span {
    color: #000;
    font-weight: 500;
}

.prd_menu {
    width: 100%;
    /*    max-width: 875px;*/
    max-width: fit-content;
    margin: 30px auto 0;
}

.prd_menu_v2 {
    margin-left: calc((100% - 487px) / 2);
}

.prd_menu .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    display: none;
}

.prd_menu ul {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: flex-start;
}

.prd_menu ul > li {
    text-align: center;
}

.prd_menu ul > li:not(:last-child) {
    margin-right: 20px;
}

.prd_menu ul > li > a > img {
    display: block;
    width: 200px;
    height: 130px;
    border-radius: 5px;
    box-sizing: border-box;
    filter: grayscale(1);
    transition: .3s ease;
}

.prd_menu ul > li.active > a > img,
.prd_menu ul > li:hover > a > img {
    filter: grayscale(0);
}

.prd_menu ul > li > a > p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}

.prd_menu ul > li.active > a > p,
.prd_menu ul > li:hover > a > p {
    color: #B8993A;
}

.subtit {
    margin-bottom: 80px;
}

.subtit h6 {
    font-weight: 600;
    color: #32A39B;
    font-size: 18px;
}

.subtit h7 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    box-sizing: border-box;
    margin: 15px 0;
    display: block;
}

.subtit p {
    font-size: 18px;
    line-height: 1.7;
}

.subtit_v2 h7 {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1;
}

.subtit_v2 h7:after {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #32A39B;
}

.subtit_v3 {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #42414D;
    box-sizing: border-box;
}

.list_util .title {
    text-align: center;
    margin-bottom: 20px;
}

.list_util h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 80px;
}

.list_util h3:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 65px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.list_util > dl {
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted rgba(207, 207, 207, 1);
}

.list_util > dl:last-of-type {
    border-bottom: none;
}

.list_util > dl > dt {
    width: 28%;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    box-sizing: border-box;
}

.list_util > dl > dt i {
    font-style: normal;
    color: #d7b119;
    font-weight: 700;
    letter-spacing: -0.005em;
    display: inline-block;
    margin-right: 10px;
}

.list_util > dl > dd {
    width: 72%;
    padding-left: 50px;
    box-sizing: border-box;
}

.list_util > dl > dd i {
    font-style: normal;
    color: #3FBFB8;
    font-weight: 600;
}

.list_util > dl > dd > p {
    font-size: 16px;
    margin-bottom: 7px;
    color: rgba(0, 0, 0, .8);
    line-height: 1.7;
}

.list_util dd > ul > li {
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    color: rgba(0, 0, 0, .8);
}

.list_util dd > ul > li:not(:last-child) {
    margin-bottom: 7px;
}

.list_util dd > ul > li.ol_util:after {
    display: none;
}

.list_util dd > ul > li.ol_util li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.7;
}

.list_util dd > ul > li.ol_util li:after {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    left: 0;
    top: 11px;
    width: 7px;
    height: 1px;
    background: #000;
}

.prd_info {
    margin: 50px 0 100px;
}

.prd_info_v2 .inner {
    display: block;
}

.prd_info .inner > .tit {
    width: 32%;
    padding-right: 20px;
    box-sizing: border-box;
}

.prd_info .inner span {
    display: block;
    text-align: center;
}

.prd_info .inner > .cont {
    width: 68%;
}

.prd_info .tit i {
    display: inline-block;
    font-style: normal;
    border-radius: 5px;
    background: #505050;
    color: #fff;
    padding: 2px 16px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
}

.prd_info .tit h3 {
    display: inline-block;
    font-size: 40px;
    background: linear-gradient(90deg, #bb9709 20.67%, #9B8D60 49.5%, #926856 67.77%, #D51717 89.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.1;
}

.prd_info .tit h4 {
    color: rgba(102, 102, 102, 0.40);
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
}

.prd_info .cont img {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

.prd_info .cont p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    font-weight: 400;
}

.tab_body > .div_tab {
    margin-bottom: 100px;
}

.tab_body > .div_tab > h5 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tab_body > .div_tab p.desc {
    font-size: 18px;
    font-weight: 400;
}

.tab_body > .div_tab em {
    margin-top: 15px;
    display: block;
    color: #5E6074;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.tab_body > .div_tab .wrap_v1 {
    margin-top: 15px;
}

.wrap_v1 h5 {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.wrap_v1 h5:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 20px;
    content: "";
    clear: both;
    display: block;
    background: url("../images/common/chk_icon.png") no-repeat;
    background-size: 15px;
    background-position: 0% 100%;
}

.wrap_v1 p {
    color: rgba(0, 0, 0, .8);
    padding-left: 30px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1.7;
}

.wrap_v1 > div:not(:last-child) {
    margin-bottom: 12px;
}

/* 회사 개요 */
section.sec {
    position: relative;
    padding: 10rem 2.5rem 0;
}
section.sec .sec-inner {
    position: relative;
    margin: 0 auto;
    max-width: 90rem;
}
.sec-intro .lst-intro {
    display: flex;
    gap: 2.5rem;
}
.sec-intro .lst-intro li:nth-child(1) {
    background-image: url("../images/contents/icon_intro1.svg");
}
.sec-intro .lst-intro li:nth-child(2) {
    background-image: url("../images/contents/icon_intro2.svg");
}
.sec-intro .lst-intro li:nth-child(3) {
    background-image: url("../images/contents/icon_intro3.svg");
}
.sec-intro .lst-intro li:nth-child(4) {
    background-image: url("../images/contents/icon_intro4.svg");
}
.sec-intro .lst-intro li:nth-child(5) {
    background-image: url("../images/contents/icon_intro5.svg");
}
.sec-intro .lst-intro li {
    flex: 1;
    padding: 2.5rem 1.875rem 1.875rem;
    border-radius: 1.5rem;
    background-color: #f6f6f8;
    min-height: 25rem;
    background-image: url(/asset/images/common/company/icon_intro1.svg);
    background-position: calc(100% - 1.875rem) calc(100% - 1.875rem);
    background-size: 5.5rem 5.5rem;
    background-repeat: no-repeat;
    background-color: #f6f6f8;
}
.sec-intro .lst-intro li .title {
    line-height: 1.8125rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #222;
}
.sec-intro .lst-intro li .desc {
    margin-top: 0.9375rem;
    line-height: 2.25rem;
    font-size: 1.625rem;
    font-weight: 600;
    color: #222;
}
.sec-intro .lst-intro li .more {
    display: inline-block;
    position: relative;
    margin-top: 1.375rem;
    padding-right: 1.25rem;
    line-height: 1.5625rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #d71717;
}

/* CEO 소개 */
.quot {
    margin-bottom: 70px;
}

.quot p {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding: 70px 0;
    box-sizing: border-box;
}

.quot p br {
    display: none;
}

.quot p:after,
.quot p:before {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 28px;
    background: no-repeat center;
    background-size: 100% auto;
}

.quot p:after {
    top: 0;
    background-image: url("../images/contents/quot_first.svg");
}

.quot p:before {
    bottom: 0;
    background-image: url("../images/contents/quot_last.svg");
}


section.company_introduction .col {
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
    gap: 40px; /* 이미지-텍스트 간격 */
}

section.company_introduction .col .ceo {
    flex: 0 0 260px; /* 고정 너비 */
}

section.company_introduction .col .ceo img {
    width: auto;
    height: auto;
    float: right;
    display: block;
}

section.company_introduction .intro-wrap {
    max-width: 1440px;
    width: 100%;
    display: flex;
    gap: 40px;
    padding: 0px 173px;
}

section.company_introduction .col .text {
    flex: 1;
    text-align: left; /* 기존 center 해제 */
}

section.company_introduction .col div p {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    line-height: 1.8;
}

section.company_introduction .col div p:not(:last-of-type) {
    margin-bottom: 30px;
}

section.company_introduction .col dl {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

section.company_introduction .col dt {
    position: relative;
    padding-right: 35px;
    box-sizing: border-box;
}

section.company_introduction .col dt img {
    margin: 0;
}

section.company_introduction .col dt:after {
    clear: both;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
}

section.company_introduction .col dd {
    padding-left: 35px;
    box-sizing: border-box;
    display: ruby;
}

section.company_introduction .col dd i {
    display: block;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 3px;
    padding-right: 6px;
}

section.company_introduction .col dd span {
    font-size: 24px;
    font-weight: 600;
}

/* .ceo {
    display: grid;
    justify-content: flex-end;
    margin-right: 200px;
} */

/* 연혁 */
.section-content.milestone .section-inner {
    position: relative;
    width: 1440px;
}
.section-content .section-inner {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.section-content.milestone .box {
    display: inline-block;
    width: 453px;
    height: 215px;
    margin: 24px 24px 0 0;
    padding: 30px 30px 0 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    background: #fff;
}
.section-content.milestone .box .sub-tit {
    margin-bottom: 20px;
    font-size: 36px;
    color: #333130;
    line-height: initial;
}
.section-content.milestone .list .month {
    font-size: 18px;
    color: #333130;
}
.section-content.milestone .list .month, .section-content.milestone .list .txt-area {
    display: table-cell;
}
.section-content.milestone .txt-area .txt {
    padding-left: 27px;
    font-size: 18px;
    color: #4d4948;
    line-height: 1.75;
    letter-spacing: -1px;
    word-break: keep-all;
}

/* 조직도 */
.table-col-type01 .bmbd {
    border-bottom: 1px solid #e0e0e0;
}

.table-col-type01 span {
    display: table-cell;
    background-color: #e0e0e0;
    width: 80px;
    height: 34px;
    padding: 5px 15px 5px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #333130;
    text-align: left;
}

.table-col-type01 td {
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
    display: table-cell;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: calc(100% - 110px);
    height: 100%;
    text-align: left;
}

.table-col-type01 {
    justify-content: flex-end;
    display: grid;
}





.org_chart {display: block; width: 100%; margin-bottom: 60px;}
.org_chart .organization {width: 980px; max-width: 100%; margin: 0 auto; padding-right: 36px; position: relative; overflow: hidden;}
.org_chart .organization::before {display: block; content: ""; position: absolute; top: 0; left: calc(50% - 17.5px); width: 1px; height: 1013px; background-color: #ddd; z-index: -1;}
.org_chart .organization a {display: flex; align-items: center; justify-content: center; width: 200px; max-width: 100%; min-height: 48px; padding: 4px 8px; border-radius: 6px; text-align: center; font-size: 17px; font-weight: 500; line-height: 1; transition: 0.4s ease-in-out;}

.org_chart .organization .org-list {position: relative;}
.org_chart .organization .org-list.v1 {margin-bottom: 96px;}

.org_chart .organization .org-item {display: flex; justify-content: center; position: relative;}
.org_chart .organization .org-item a {background-color: #fff; border: 2px solid #876d07; color: #876d07; cursor: auto;}
.org_chart .organization .org-item a:hover {background-color: #876d07; color: #fff;}
.org_chart .organization .org-item.n1 {margin: 0 auto 24px;}
.org_chart .organization .org-item.n1 a {background-color: #d7b119; border-color: #d7b119; color: #fff; cursor: auto;}
.org_chart .organization .org-item.n1 a:hover {background-color: #fff; color: #d7b119; cursor: auto;}
.org_chart .organization .org-item.n2 {position: absolute; left: calc(50% + 201px); margin-bottom: 24px; transform: translateX(-50%);}
.org_chart .organization .org-item.n2::before {content: ""; position: absolute; top: 50%; left: -100px; width: 100px; height: 1px; background-color: #ddd;}
.org_chart .organization .org-item.n3 {margin: 0 auto 24px;}
.org_chart .organization .org-item.n3 a {background-color: #7d691a; border-color: #7d691a; color: #fff; cursor: auto;}
.org_chart .organization .org-item.n3 a:hover {background-color: #fff; color: #7d691a;}
.org_chart .organization .org-item.n4 {position: absolute; left: calc(50% - 200px); margin-bottom: 24px; transform: translateX(-50%);}
.org_chart .organization .org-item.n4::before {content: ""; position: absolute; top: 50%; right: -100px; width: 100px; height: 1px; background-color: #ddd;}

.org_chart .organization .org-team {display: flex; gap: 40px; position: relative;}
.org_chart .organization .org-team::before {display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; width: calc(75% + 30px); height: 1px; margin: 0 auto; background-color: #ddd;}
.org_chart .organization .tm2::before {display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; width: calc(75% + -216px); height: 1px; margin: 0 auto; background-color: #ddd;}
.org_chart .organization .org-team.t1 {margin-bottom: 24px;}
.org_chart .organization .org-team.t2 {margin-bottom: 48px;}
.org_chart .organization .org-team.data {justify-content: center; width: 520px; max-width: 100%; margin: 0 auto;}
.org_chart .organization .org-team.data::before {width: calc(50% + 20px);}

.org_chart .organization .org-team > li {flex-basis: 100%; position: relative; padding-top: 24px;}
.org_chart .organization .org-team > li::before {display: block; content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 24px; background-color: #ddd;}
.org_chart .organization .org-team > li > a {width: 100%; background-color: #585858; border: 2px solid #585858; color: #fff; cursor: auto;}
.org_chart .organization .org-team > li > a:hover {background-color: #fff; color: #585858;}

.org_chart .organization .org-team-item {margin-top: 8px;}
.org_chart .organization .org-team-item > li > a {width: 100%; height: 44px; background-color: #f6f6f6; border: 1px solid #eee; color: #2e2e2e;}
.org_chart .organization .org-team-item > li {margin-bottom: 2px;}
.org_chart .organization .org-team-item > li:last-child {margin-bottom: 0;}
.org_chart .organization .org-team-item > li > a {width: 100%; height: 44px; background-color: #f6f6f6; border-radius: 0; border: 1px solid #eee; color: #2e2e2e; cursor: auto;}
.org_chart .organization .org-team-item > li > a:hover {border: 1px solid #585858; color: #585858;}

.org_chart .organization .ti1 {position: relative;}
.org_chart .organization .ti1::after {display: block; content: ""; position: absolute; top: 48px; right: -144px; width: 144px; height: 1px; background-color: #ddd;}
.org_chart .organization .ti2 {margin-top: 48px;}

/* 경영방침 및 목표 */
.lst-business {
    display: flex;
    gap: 3.75rem;
    margin: 0 auto;
    padding: 2.5rem 0 2rem;
    max-width: 50rem;
}
.lst-business li {
    overflow: hidden;
    flex: 1;
    border-radius: 1.5rem;
    background-color: #f6f6f8;
}
.lst-business li .img img {
    display: block;
    width: 100%;
}
.lst-business li .detail {
    padding: 0 2.5rem 3.25rem;
}
.lst-business li .title {
    padding: 2.5rem 0;
    border-bottom: 1px solid #ccc;
}
.lst-business li .title a {
    display: block;
    padding-right: 3.125rem;
    line-height: 2.25rem;
    font-size: 1.625rem;
    font-weight: 600;
    color: #222;
    background-image: url(../../images/common/company/ico_arrow_r.svg);
    background-position: 100% 50%;
    background-size: 2.75rem 0.625rem;
    background-repeat: no-repeat;
    background-color: transparent;
}
.lst-business li .desc {
    margin-top: 1.875rem;
    line-height: 1.8125rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #222;
}
.lst-business li .lst-part {
    margin-top: 1.875rem;
}
.lst-business li .lst-part li {
    position: relative;
    padding-left: 1rem;
    line-height: 2.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #222;
}
.lst-business li .lst-part li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.9375rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #222;
}
.lst-business li .desc {
    margin-top: 1.875rem;
    line-height: 1.8125rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #222;
}

/* 주요 생산품 */
.product_grid {
    display: flex;
}

/* 제품 제조 공정 */
.manufacturing_process  {
    text-align: center;
}

/* 금형제작 보수 능력 현황 */
section.sec.sec-bi {
    position: relative;
    padding: 0rem 2.5rem 0;
}
.gap_ml h2 {
    display: block;
    font-size: 32px;
    line-height: 1;
    margin: 50px 0px 25px;
}

.ps_ad .detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .ps_ad .detail div {
        width: 50%;
        border-top: 2px solid #000;
        box-sizing: border-box;
    }

    .ps_ad .detail dl {
        font-size: 20px;
        color: rgba(0, 0, 0, .8);
        border-bottom: 1px solid #DFE0E8;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .ps_ad .detail dt {
        padding: 44px 2%;
        width: 26%;
        font-weight: 700;
    }

    .ps_ad .detail dd {
        padding: 0 2%;
    }

.ps_ad .detail_v2 div {
    width: 100%;
}

.ps_ad .detail_v2 dl {
    height: 118px;
    font-size: 19px;
}

    .ps_ad .detail_v2 dl > * {
        height: 100%;
        border-right: 1px solid #DFE0E8;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .ps_ad .detail_v2 dl > *:last-child {
            border-right: none;
        }

.ps_ad .detail_v2 dt {
    background: #F6F7F9;
    background: #E9D9A4;
    padding: 0 2%;
    font-size: 21px;
}

.ps_ad .detail_v2 dd {
    width: 37%;
}

.ps_ad .detail_v2 i {
    font-style: normal;
    font-weight: 600;
    width: 20%;
    display: inline-block;
    font-size: 18px;
}

.ps_ad .col02 .detail_v2 p {
    font-size: 18px;
}

.ps_ad .col02 .detail_v2 dt span,
.ps_ad .col02 .detail_v2 dd em {
    display: none;
}
.ps_ad .detail div {
    width: 50%;
    border-top: 2px solid #000;
    box-sizing: border-box;
}

.sec.sec-bi .sec-inner .lst-bi dd.desc-keyword .lst-keyword {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}

.sec.sec-bi .sec-inner .lst-bi .lst-keyword li {
    padding: 2.75rem 2.75rem 2.75rem;
    width: 16.25rem;
    border-radius: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.125rem 1.5rem 0 rgb(0 0 0 / 11%);
    text-align: center;
}

.sec.sec-bi .sec-inner .lst-bi li .title {
    position: relative;
    line-height: 2.125rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
}

.sec.sec-bi .sec-inner .lst-bi .title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.875rem;
    transform: translateX(-50%);
    width: 1.875rem;
    height: 1px;
    background-color: #222;
}

.sec.sec-bi .sec-inner .lst-bi .desc {
    margin-top: 3.75rem;
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #444;
}

.sec.sec-bi .sec-inner .lst-bi dd::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.75rem;
    transform: translateX(-50%);
    width: 7.125rem;
    height: 24rem;
    background-image: url(/include/images/contents/ico_arrow_bottom.svg);
    background-position: 50% 50%;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

.sec.sec-bi .sec-inner .lst-bi ul::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.75rem;
    transform: translateX(-50%);
    width: 7.125rem;
    height: 57rem;
    background-image: url(/include/images/contents/ico_arrow_top.svg);
    background-position: 50% 50%;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

.sec.sec-bi .sec-inner .lst-bi .tp {
    margin-top: 5rem;
}

.sec.sec-bi .sec-inner .lst-bi dt p {
    display: inline-block;
    min-width: 12.5rem;
    height: 3.125rem;
    border: 1px solid transparent;
    border-radius: 1.5625rem;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #D7177B, #0087B5);
    background-origin: border-box;
    background-clip: content-box, border-box;
    line-height: 3rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.sec.sec-bi .sec-inner .lst-bi .cp_nm {
    text-align: center;
    padding-bottom: 83px;
}

/* 제품 문의 */
.q_list .list {
    margin: 0 auto;
    padding: 29px 34px;
    width: calc(33.3333% - 40px / 3);
    height: auto;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-top: 66px;
}

.q_list .list .bar-wrap {
    margin: 0 0 10px;
    position: relative;
    display: flex;
}

.q_list .list .bar-wrap img {
    right: 0;
    position: absolute;
}

.q_list .list .bar-wrap span {
    margin: 0;
    line-height: 27px;
    font-size: 15px;
    text-align: left;
}
.q_list .list .btn-map {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.q_list  .ty10 {
    background-color: transparent !important;
    color: #D44B4B !important;
}

.q_list .list .tit {
    height: auto;
    font-size: 20px;
    color: #222;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold
}

.q_list .list .place {
    margin-top: 20px;
    height: auto;
}

.q_list .list .place .address {
    margin: 0;
    padding: 0 0 0 24px;
    min-height: unset;
    font-size: 15px;
    color: #666;
    line-height: 22px;
    letter-spacing: 0;
    background: url("../images/contents/ico_place.svg") no-repeat 0 3px;
    cursor: auto !important;
}

.q_list .list .place .address span {
    text-align: left;
}

.q_list .list .place .tel {
    text-align: left;
}

.q_list .list .place .tel {
    margin-top: 8px;
    padding: 0 0 0 24px;
    min-height: unset;
    font-size: 15px;
    color: #666;
    line-height: 22px;
    letter-spacing: 0;
    background: url("../images/contents/ico_tel.svg") no-repeat 0 2px;
}

/* ESG 경영 */
section.mn {
    padding: 3rem 0rem 0 !important;
}
section.sec .mn {
    max-width: none;
}
.sec-top .desc-page {
    background: linear-gradient(left, #ebf3f7, #e5fdec);
    background: -webkit-linear-gradient(left, #ebf3f7, #e5fdec);
    position: relative;
    padding-top: 6.125rem;
    padding-bottom: 7.375rem;
    box-sizing: border-box;
}
.sec-top-vision {
    position: relative;
    z-index: 1;
}
.sec-top-vision .desc-page {
    padding: 9.25rem 0 14rem;
}
.sec-top-vision .desc-page .title {
    margin: 0 auto;
    max-width: 90rem;
    text-align: center;
    line-height: 4.375rem;
    font-size: 3.125rem;
    font-weight: 700;
    color: #222;
}
.sec-top-vision .desc-page .desc {
    margin: 0 auto;
    padding-top: 0.625rem;
    max-width: 90rem;
    text-align: center;
    line-height: 2.25rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #222;
}
.sec.sec-category {
    margin-top: -8rem;
    position: relative;
    z-index: 2;
}
.sec-category .lst-category {
    display: flex;
    gap: 3.75rem;
    margin: 0 auto;
    padding: 3.75rem 5rem;
    max-width: 90rem;
    border-radius: 1.875rem;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}
.sec.sec-category .lst-category li {
    flex: 1;
}
.sec.sec-category .lst-category li .title-list {
    line-height: 2.5rem;
    font-size: 25px;
    font-weight: 600;
    color: #222;
} 
.sec.sec-category .lst-category li .desc-list {
    margin-top: 1.25rem;
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #222;
}
.sec-top,
.sec-top-vision,
.sec-inner {
    overflow: visible;
}
.sec.sec-category.mn,
.sec.sec-category {
    padding-top: 0 !important;
}

.section-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-content h2 {
    font-size: 30px;
    margin-top: 40px;
    padding-bottom
}

.mn-list-comm.no-swiper .mn-box {
    float: left;
    width: 30.3%;
    margin-top: 40px;
    margin-right: 30px;
}

.mn-list-comm .mn-box .mn-txt {
    display: block;
    position: relative;
    padding: 30px 36px 30px;
    color: #333130;
    word-break: keep-all;
    background: #fafafa;
    font-size: 20px;
    line-height: 1.6;
}

.mn-list-comm .mn-box .mn-txt .spec {
    color: #4c4948;
    font-size: 20px;
    font-weight: bold;
}

.mn-list-comm.no-swiper.mn .mn-box .mn-txt .tit {
    padding-top: 13px;
}

.mn-list-comm .mn-box .mn-txt .etc, .mn-list-comm .mn-box .mn-txt .detail {
    position: relative;
    margin-top: 15px;
    color: #665852;
    font-size: 15px;
}

.accordion-wrap .item .title .btn-spread {
    display: block;
    position: relative;
    padding: 0 0.625rem;
    width: 100%;
    height: 5.5625rem;
    text-align: left;
    cursor: pointer;
}

.accordion-wrap .lst-accordian.type02 .item .btn-spread {
    padding: 2.5rem 0;
    padding-left: 7.5rem;
    height: auto;
}

.accordion-wrap .lst-accordian.type02 .item .btn-spread .ico {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.accordion-wrap .lst-accordian.type02 .item:nth-child(1) .ico {
    background-image: url("../images/contents/icon_value1.svg");
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(2) .ico {
    background-image: url("../images/contents/icon_value2.svg");
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(3) .ico {
    background-image: url("../images/contents/icon_value3.svg");
}
.accordion-wrap .lst-accordian.type02 .item:nth-child(4) .ico {
    background-image: url("../images/contents/icon_value4.svg");
}

.accordion-wrap .lst-accordian.type03 .item:nth-child(1) .ico {
    background-image: url("../images/contents/icon_value5.svg");
}

.accordion-wrap .lst-accordian.type03 .item:nth-child(2) .ico {
    background-image: url("../images/contents/icon_value6.svg");
}

.accordion-wrap .lst-accordian.type03 .item:nth-child(3) .ico {
    background-image: url("../images/contents/icon_value7.svg");
}

.accordion-wrap .lst-accordian.type03 .item:nth-child(4) .ico {
    background-image: url("../images/contents/icon_value8.svg");
}

.accordion-wrap .lst-accordian.type03 .item:nth-child(5) .ico {
    background-image: url("../images/contents/icon_value9.svg");
}


.accordion-wrap .title-item {
    text-align: left !important;
}

.accordion-wrap .desc-item {
    text-align: left !important;
}

.accordion-wrap .lst-accordian.type02 .item .btn-spread .title-item {
    display: block;
    line-height: 2.4375rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #222;
}

.accordion-wrap .lst-accordian.type02 .item .btn-spread .desc-item {
    display: block;
    margin-top: 0.625rem;
    line-height: 1.5625rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #222;
    opacity: 0.85;
}

.basic_layer {
    margin: 100px 0 130px;
}

.basic_layer div {
    width: 100%;
    max-width: 1440px;
    height: 108px;
    width: 100%;
    border: 1px solid rgba(102, 102, 102, 0.50);
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 0 auto;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.10);
}

.basic_layer > div:not(:last-child) {
    margin: 0 auto 12px;
}

.basic_layer i {
    border-radius: 50px;
    width: 175px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -27px;
    display: inline-block;
    background: #c19e13;
    color: #fff;
    font-style: normal;
    padding: 10px 0;
    box-sizing: border-box;
    width: 210px;
    text-align: center;
    font-weight: 600;
}

.basic_layer p {
    position: absolute;
    top: 50%;
    font-size: 1.10rem;
    transform: translateY(-50%);
    width: 100%;
    font-weight: 500;
    padding-top: 14px;
}

.mn_img {
    text-align: center;
}











































































/* Mobile */

@media screen and (max-width: 1320px) {
    section.sub_tab ul li > a > span {
        font-size: 17px;
    }

    .section-content.milestone .box {
        width: 377px;
    }

    section.company_introduction .intro-wrap {
        padding: 0px 151px;
    }
}

@media screen and (max-width: 1024px) {
    .subtit p br {
        display: none;
    }

    .list_util > dl > dd > p br {
        display: none;
    }

    .list_util .ul_util .ol_util > ol > li.v2 br {
        display: none;
    }

    .list_util dd > ul > li.ol_util li:after {
        width: 4px;
        height: 4px;
        background: #32A39B;
    }

    .about-history .year,
    .about-history .text-primary {
        font-size: 100px;
    }

    section.rd_result h4 {
        font-size: 32px;
    }

    .subtit {
        margin-bottom: 30px;
    }

        .subtit h7 {
            font-size: 26px;
            margin: 10px 0;
        }

        .subtit p {
            font-size: 16px;
            line-height: 1.6;
        }

        .subtit.ver1 p {
            margin-top: 30px;
        }

    .list_util .title {
        text-align: center;
        margin-bottom: 14px;
    }

    .list_util > dl {
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(207, 207, 207, 1);
    }

        .list_util > dl > dt {
            width: 100%;
            margin-bottom: 10px;
            position: relative;
            font-size: 24px;
        }

            .list_util > dl > dt:after {
                clear: both;
                content: "";
                display: block;
                width: 19px;
                height: 15px;
                position: absolute;
                top: 9px;
                left: 0;
                background: url("../images/common/chk_icon.png") no-repeat;
                background-size: cover;
            }

        .list_util > dl > dd {
            width: 100%;
            padding-left: 0;
        }

    .list_util .ul_util {
        margin-top: 20px;
    }

    .list_util dd > ul > li {
        padding-left: 15px;
    }

    .list_util > dl > dd > p {
        margin-bottom: 3px;
    }

    .list_util dd > ul > li,
    .list_util > dl > dd > p,
    .list_util dd > ul > li.ol_util li {
        font-size: 16px;
    }

        .list_util dd > ul > li:after {
            width: 5px;
            height: 1px;
            background: #000;
            top: 10px;
        }

        .list_util dd > ul > li:not(:last-child) {
            margin-bottom: 3px;
        }

    .list_util .ul_util > li h4 {
        font-size: 17px;
        padding: 7px 17px;
    }

    section.accounting #tab4 .list_util > dl {
        padding-bottom: 22px;
    }

    .layer_area > dl > dd > img {
        margin-right: 20px;
    }

        .layer_area > dl > dd > img:last-of-type {
            margin-bottom: 0;
        }

    .section-content.milestone .section-inner {
        position: relative;
        width: 100%;
    }

    .section-content.milestone .box {
        height: 250px;
    }

    .section-content.milestone .txt-area .txt {
        font-size: 15px;
        text-align: left;
    }

    .section-content.milestone .box {
        width: 307px;
    }

    .ps_ad .detail {
        flex-direction: column;
    }
    .ps_ad .detail img {
        width: 100%;
        margin: 0 0 30px;
    }
    .ps_ad .detail div {
        width: 100%;
    }
    .q_list .list {
        width: calc(50.3333% - 40px / 3);
    }
    .section-content {
        padding: 0rem 2.5rem 0;
    }
    .mn-list-comm.no-swiper .mn-box {
        width: 100%;
    }
    .mn-list-comm.no-swiper .mn-box  img{
        width: 100%;
    }
    section.company_introduction .intro-wrap {
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {


    section.visual {
        height: 45vh;
    }

        section.visual .screen {
            width: 100%;
        }

    section.sub_tab ul li.active > a:after {
        display: none;
    }


    section.sub_tab_v2 ul {
        display: block;
        width: 100%;
        margin-top: 10px;
        border-radius: 4px;
        background-color: rgba(246, 247, 249, .7);
        border: 1px solid rgba(0, 194, 183, 1);
        background: rgba(244, 250, 249, 1);
        box-sizing: border-box;
    }

        section.sub_tab_v2 ul > li {
            border: none;
            max-width: none;
            text-align: center;
            min-height: inherit !important;
        }

            section.sub_tab_v2 ul > li.active,
            section.sub_tab_v2 ul > li:hover {
                background: #64beb7;
                background: rgba(63, 191, 184, 1);
            }

                section.sub_tab_v2 ul > li.active > a,
                section.sub_tab_v2 ul > li:hover > a {
                    color: #fff;
                }

    section.sub_tab_v2 .toggle_title a {
        display: none;
    }

    .layer_area > dl {
        margin-bottom: 70px;
    }

        .layer_area > dl > dt h5 {
            font-size: 25px;
            margin-bottom: 10px;
        }

    .prd_info .cont p {
        font-size: 16px;
    }

        .prd_info .cont p br {
            display: none;
        }

    .prd_info .cont dl {
        margin-bottom: 20px !important;
    }

    .prd_info .cont dd {
        font-size: 16px !important;
    }

    section.visual .sub_nav .desc {
        top: 47%;
        text-align: center;
        width: 100%;
    }

    section.visual .sub_nav h2 {
        font-size: 7vw;
    }

    section.visual .sub_nav h3 {
        font-size: 16px;
        display: none;
    }

    section.visual .sub_nav .title {
        display: none;
    }

    .chartTableCell,
    .chartTableCell.half {
        width: 100%;
    }

    .chartTable.type2 .chartTableCell > p {
        word-break: break-word;
    }

    .chartTableCell.hidden {
        display: none;
    }

    .custom_btn_v2 {
        display: flex;
    }

    .custom_btn_v3 {
        display: flex;
    }

    .tab_body > .div_tab {
        margin-bottom: 70px;
    }

        .tab_body > .div_tab > h5 {
            font-size: 22px;
            margin-bottom: 10px;
        }

    .tab_header > ul {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        box-sizing: border-box;
    }

        .tab_header > ul > li {
            display: block;
            margin-right: 0;
            line-height: 50px;
            background: #2F9CA7;
            border-bottom: 1px solid rgba(255, 255, 255, .3);
            border-left: 1px solid transparent;
            border-right: 1px solid transparent;
            box-sizing: border-box;
            transition: .3s ease;
        }

            .tab_header > ul > li:hover {
                background: #fff;
                border-left: 1px solid rgba(0, 0, 0, .15);
                border-right: 1px solid rgba(0, 0, 0, .15);
                box-sizing: border-box;
            }

                .tab_header > ul > li:hover a {
                    color: #000;
                }

            .tab_header > ul > li > a:before {
                display: none;
            }

    section.sub_tab {
        border-bottom: 0;
    }

        section.sub_tab ul {
            display: block;
            width: 100%;
            border: 1px solid #0e9c94;
            border: 1px solid #2F9CA7;
            border: 1px solid #5C657A;
            box-sizing: border-box;
            margin-top: 10px;
            border-radius: 4px;
            border-radius: 4px;
            background: rgba(246, 247, 249, .7);
            background: #F6F7F9;
        }

            section.sub_tab ul li:not(:last-child) {
                margin-right: 0;
                box-sizing: border-box;
            }

            section.sub_tab ul li > a {
                padding: 10px 0;
            }

            section.sub_tab ul li:hover {
                font-size: 16px;
                background-color: #E4F6F8;
                border-radius: 3px;
            }

                section.sub_tab ul li:hover a {
                    color: #2F9CA7;
                }

            section.sub_tab ul li span {
                transition: .3s ease;
            }

            section.sub_tab ul li:hover span {
                color: #2F9CA7;
            }

    .custom_btn_v2 {
        display: block;
        position: relative;
        background-color: #E4F6F8;
    }

    .custom_btn_v3 {
        display: block;
        position: relative;
        background-color: #F6F7F9;
    }

        .custom_btn_v3.on {
            background: url("../images/common/select_arrow5.png") calc(100% - 15px) center no-repeat;
            background-position: calc(100% - 20px) 50%;
            background-size: 15px;
            background-color: #F6F7F9;
        }

    body.data_rohs .custom_btn_v3,
    body.data_guarantee .custom_btn_v3,
    body.data_info .custom_btn_v3,
    body.data_certificate .custom_btn_v3 {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: inherit;
        height: inherit;
        line-height: inherit;
        min-height: 50px;
    }

    .tab_box .custom_btn.on {
        background: url("../images/common/select_arrow8.png") calc(100% - 15px) center no-repeat;
        background-position: calc(100% - 20px) 50%;
        background-size: 15px;
        background-color: #2F9CA7;
    }

    .prd_info {
        margin: 30px 0 50px;
    }

        .prd_info .inner {
            display: block;
        }

            .prd_info .inner > .tit {
                width: 100%;
            }

            .prd_info .inner > .cont {
                width: 100%;
            }

            .prd_info .inner > .tit {
                padding-right: 0;
                margin-bottom: 20px;
            }

        .prd_info .tit h3 {
            font-size: 30px;
            margin: 0 0 5px;
        }

            .prd_info .tit h3 br {
                display: none;
            }

        .prd_info .tit i {
            font-size: 13px;
        }

        .prd_info .tit h4 {
            font-size: 16px;
            color: rgba(0, 0, 0, .5);
        }

        .prd_info .cont img {
            margin-bottom: 20px;
        }

        .prd_info .cont h5 {
            font-size: 22px !important;
            line-height: 1.3 !important;
            margin-bottom: 20px !important;
        }


    /* 모바일 상세 메뉴 */
    .mobile_toggle_v2, .mobile_toggle_v3 {
        display: none;
    }

    .arrow {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(135deg);
        transition: transform 0.3s ease;
        margin-left: 10px;
        vertical-align: middle;
    }

    .active .arrow {
        transform: rotate(135deg);
    }

    .custom_btn_v2, .custom_btn_v3 {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }

        .custom_btn_v2 .arrow,
        .custom_btn_v3 .arrow {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: 2px solid #333;
            border-right: 2px solid #333;
            transform: rotate(-45deg);
            transition: transform 0.3s ease;
            margin-left: 10px;
        }

        .custom_btn_v2.active .arrow,
        .custom_btn_v3.active .arrow {
            transform: rotate(135deg);
        }

    .arrow {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(-45deg);
        transition: transform 0.3s ease;
        margin-left: 10px;
        vertical-align: middle;
    }

    section.sec {
        position: relative;
        padding: 3rem 2.5rem 0;
    }

    .sec.sec-bi .sec-inner .lst-bi .lst-keyword li {
        width: 13.25rem;
    }

    section.sec.sec-bi {
        padding: 0rem 2.5rem 0;
    }

    .p2 {
        margin-top: 0px !important;
    }

    .sec.sec-bi .sec-inner .lst-bi li .title {
        font-size: 1.3rem;
    }

    .sec.sec-bi .sec-inner .lst-bi .desc {
        font-size: 1.10rem;
    }

    .sec-intro .sec-inner .lst-intro {
        flex-wrap: wrap;
    }

    .sec-intro .lst-intro {
        gap: 1.25rem;
    }

    .sec-intro .sec-inner .lst-intro li {
        flex: 1 1 100%;
        background-size: 4rem 4rem;
        background-position-x: calc(100% - 1.875rem);
        background-position-y: calc(100% - 1.875rem);
        padding: 1.875rem 5.875rem 1.875rem 1.875rem;
        min-height: 9.3125rem;
        height: auto;
    }

    .section-content.milestone .box {
        width: 720px;
    }

    .ps_ad .detail dt {
        background: transparent;
        padding: 2% 9px;
        width: 30%;
        font-size: 16px;
        font-weight: 600;
    }

    .ps_ad .detail dd {
        width: 70%;
        padding: 2% 9px;
        font-size: 16px;
    }

    .q_list .list {
        width: calc(95.3333% - 40px / 3);
    }

    .sec-top-vision .desc-page {
        padding: 5.25rem 0 14rem;
    }
    .sec-top-vision .desc-page .title {
        font-size: 32px;
    }
    .sec-top-vision .desc-page .desc {
        max-width: 30rem;
        font-size: 18px;
    }
    .sec-category .lst-category {
        display: block;
        padding: 2.7rem 2rem;
    }
    .sec.sec-category .lst-category li .title-list {
        font-size: 24px;
    }
    .sec.sec-category .lst-category li .desc-list {
        font-size: 17px;
        margin-top: 4px;
        margin-bottom: 38px;
    }

    .basic_layer p {
        font-size: 1.04rem;
    }

    .ceo {
        margin-right: 0px;
    }

    section.company_introduction .col .ceo {
        flex: 0 0 200px;
    }

    section.company_introduction .intro-wrap {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .section-content.milestone .box {
        width: 557px;
    }
    section.company_introduction .col dl {
        margin-right: 0px;
    }
    .section-content.milestone .box {
        width: 390px;
    }
    .org_chart {
        margin-top: 15px;
    }
    .org_chart .organization::before {
        display: none;
    }
    .org_chart .organization .org-item.n2::before {
        display: none;
    }
    .org_chart .organization .org-item.n2 {
        left: calc(-7% + 201px);
    }
    .org_chart .organization .org-team::before {
        display: none;
    }
    .org_chart .organization .org-team > li::before {
        display:  none;
    }
    .org_chart .organization .org-team {
        display: block;
    }
    .org_chart .organization a {
        width: 100%;
    }
    .org_chart .organization .org-item.n2 {
        width: 100%;
    }
    .org_chart .organization {
        padding-right: 0px;
    }
    .org_chart .organization .org-item.n2 {
        left: calc(0% + 359px);
    }
    .org_chart .organization .org-team.t1 {
        margin-top: -96px;
    }
    .lst-business {
        display: block;
    }
    .lst-business li {
        margin-bottom: 30px;
    }
    .quot p {
        font-size: 20px;
    }
    .basic_layer p {
        font-size: 0.790rem;
    }
    .section-content {
        padding: 0;
    }
    section.company_introduction .intro-wrap {
        display: grid;
    }
    .ceo {
        margin: 0 auto;
    }
}

@media screen and (max-width: 430px) {
    .org_chart .organization .org-item.n2 {
        left: calc(0% + 195px);
    }
    .prd_menu ul {
        width: 91%;
    }
    .prd_menu ul > li:not(:last-child) {
        margin-right: 6px;
    }
    .gap_ml h2 {
        font-size: 20px;
        margin: 50px 0px 14px;
    }
    .q_list .list {
        width: calc(100% - 40px / 3);
    }

    .accordion-wrap .lst-accordian.type02 .item:nth-child(1) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type02 .item:nth-child(2) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type02 .item:nth-child(3) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type02 .item:nth-child(4) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type03 .item:nth-child(1) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type03 .item:nth-child(2) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type03 .item:nth-child(3) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type03 .item:nth-child(4) .ico {
        display: none;
    }

    .accordion-wrap .lst-accordian.type03 .item:nth-child(5) .ico {
        display: none;
    }
    .accordion-wrap .lst-accordian.type02 .item .btn-spread {
        padding-left: 0px;
    }
    .section-content {
        padding: 0px;
    }
    .prd_info .section-content {
        padding: 0px 20px;
    }
    .accordion-wrap .lst-accordian.type02 .item .btn-spread .title-item {
        font-size: 19px;
    }
    .accordion-wrap .lst-accordian.type02 .item .btn-spread .desc-item {
        font-size: 16px;
    }
    .accordion-wrap .lst-accordian.type02 .item .btn-spread {
        padding:0;
    }
}

@media screen and (max-width: 390px) {
    .org_chart .organization .org-item.n2 {
        left: calc(0% + 175px);
    }
    .section-content.milestone .box {
        width: 350px;
    }
}