@charset "utf-8";

/* 
 * content CSS Document
 *
 */

#content {min-height: 200rem;}
#footer {margin-top: 0;}

[data-width] {margin: 0 auto; padding: 0 30rem;}
[data-width="1500"] {max-width: 1500rem;}

[data-pd="pdTy1"] {padding: 150rem 0 180rem;}
[data-pd="pdTy2"] {padding: 100rem 0 180rem;}
[data-pd="pdTy3"] {padding: 100rem 0 0;}

article:nth-of-type(n+2) {margin-top: 140rem;}

.area-subVisual {position: relative;}
.area-subVisual > i {display: block; height: 653rem;}
.area-subVisual[data-subLayout="about"] > i {background: url('/images/content/s-visual01.jpg') no-repeat center/cover;}
.area-subVisual[data-subLayout="product"] > i {background: url('/images/content/s-visual02.jpg') no-repeat center/cover;}
.area-subVisual[data-subLayout="information"] > i {background: url('/images/content/s-visual03.jpg') no-repeat center/cover;}
.area-subVisual[data-subLayout="recruitment"] > i {background: url('/images/content/s-visual04.jpg') no-repeat center/cover;}
.area-subVisual[data-subLayout="client"] > i {background: url('/images/content/s-visual05.jpg') no-repeat center/cover;}

.page-tit__wrap {position: absolute; left: 0; top: 40%; width: 100%; z-index: 1;}
.page-tit {display: flex; align-items: baseline; gap: 30rem; max-width: 1500rem; margin: 0 auto; padding: 0 60rem;}
.page-tit span {display: block; font-size: 18rem; font-weight: 600; font-family: var(--font-eng); color: #fff; text-transform: uppercase; opacity: 0.65;}
.page-tit h2 {position: relative; padding-left: 32rem; font-size: 70rem; color: #fff;}
.page-tit h2::before {content: ''; position: absolute; top: -8rem; left: 0; width: 0; height: 0; border-style: solid; border-width: 26px 26px 0px 0px; border-color: #e60012 transparent transparent transparent;}

.sub-tit {margin: 0 0 86rem; text-align: center;}
.sub-tit h3 {font-size: 50rem;}
.sub-tit span {display: block; padding-top: 20rem; font-size: 20rem; font-weight: 400;}

/* tab */
.tab {margin-bottom: 65rem; }
.tab ul {display: grid; height: 70rem; margin: 0 auto; background: #f3f3f3;}
.tab.col5 ul {grid-template-columns: repeat(5,1fr); width: 1080rem;}
.tab.col4 ul {grid-template-columns: repeat(4,1fr); width: 860rem;}
.tab.col2 ul {grid-template-columns: repeat(2,1fr); width: 430rem;}
.tab ul li a {position: relative; display: flex; align-items: center; justify-content: center; height: 100%; font-size: 18rem; text-align: center; font-weight: 600; color: #b0b0b0;}
.tab ul li a::after {content: ''; position: absolute; top: 50%; right: 0; width: 1rem; height: 30rem; background: #e0e0e0; transform: translateY(-50%);}
.tab ul li:last-child a::after {display: none;}
.tab ul li a.on {background: #e60012; color: #fff;}
.tab ul li a.on::before {content: ''; position: absolute; top: 13rem; left: 13rem; width: 0; height: 0; border-style: solid; border-width: 18px 19px 0px 0px; border-color: #fff transparent transparent transparent;}
.tab ul li a.on::after {display: none;}

/* lnb */
.lnb {position: absolute; bottom: 0; right: 0; width: 1710rem; height: 96rem; background: #2b2a2d;}
.lnb .dept {display: flex; align-items: center; height: 100%;}
.lnb .dept > li {position: relative; width: 200rem;}
.lnb .dept > li:nth-child(2),
.lnb .dept > li:nth-child(3) {width: 370rem; height: 100%;}
.lnb .dept > li:nth-child(2)::before {content: ''; position: absolute; top: 50%; right: 0; width: 1rem; height: 100%; background: rgba(255,255,255,.15); transform: translateY(-50%);}
.lnb .dept > li a {display: flex; justify-content: space-between; align-items: center; height: 100%; padding: 0 28rem; color: #fff; font-size: 18rem;}
.lnb .dept .home {flex: none; width: 96rem; height: 96rem; background: #e60012 url('../images/content/lnb_home.svg') no-repeat center; background-size: 21rem 18rem;}
.lnb .dept .home a {display: block; overflow: hidden; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; font-size: 0; text-indent: 100%; white-space: nowrap;}
.lnb .dept_tit {height: 100%;}
.lnb .dept_tit a::after {content:''; display: block; width: 48rem; height: 48rem; border: 2rem solid rgba(255,255,255,.5); background:url('../images/content/lnb_arrow.svg') no-repeat center; background-size: 10rem 12rem; }
.lnb .dept_tit a.active::after {transform: rotate(180deg);}
.lnb .dept_list {display: none; position: absolute; top: 96rem; left: 50%; background: #fff; box-shadow: rgba(100, 100, 111, 0.2) 0rem 7rem 29rem 0rem; width: 100%; transform: translateX(-50%); z-index: 9;}
.lnb .dept_list > li > .box {display: none;}
.lnb .dept .dept_list li:nth-child(n+2) {border-top: 1rem solid var(--color-gray);}
.lnb .dept .dept_list li a {color: var(--color-gray06); padding: 22rem 20rem; font-size: 18rem;}
.lnb .dept .dept_list li a i {display: none;}
.lnb .dept .dept_list li a:hover,
.lnb .dept .dept_list li a.on {background: #f4f6f9; color: var(--color-black02);}

@media (max-width:1780px) {
    .lnb {width: calc(100% - 60rem);}
}
@media (max-width:1300px) {
    article:nth-of-type(n+2) {margin-top: 100rem;}

    .sub-tit {margin: 0 0 65rem;}
}
@media (max-width:1024px) {
    .tab.col5 ul {width: calc(100% - 60rem);}
}
@media (max-width:768px) {
    [data-pd="pdTy1"] {padding: 90rem 0 120rem;}
    [data-pd="pdTy2"] {padding: 65rem 0 120rem;}

    article:nth-of-type(n+2) {margin-top: 90rem;}

    .sub-tit {margin: 0 0 50rem;}
    .sub-tit h3 {font-size: 40rem;}

    .page-tit {flex-direction: column; gap: 24rem;}
    .page-tit h2 {font-size: 60rem;}
    .page-tit span {padding-left: 40rem;}

    .lnb .dept > li:nth-child(2),
    .lnb .dept > li:nth-child(3) {width: 50%;}

    .tab.col4 ul {width: calc(100% - 60rem);}
    .tab.col5 ul li a span i {display: block;}
}
@media (max-width:620px) {
    article:nth-of-type(n+2) {margin-top: 70rem;}

    .area-subVisual > i {height: 500rem;}

    .sub-tit h3 {font-size: 35rem;}

    .page-tit {padding: 0 35rem;}
    .page-tit h2 {padding-left: 28rem; font-size: 50rem;}
    .page-tit h2::before {border-width: 20px 20px 0px 0px;}
    .page-tit span {padding-left: 32rem; font-size: 16rem;}

    .lnb {width: calc(100% - 35rem); height: 80rem;}
    .lnb .dept .home {width: 80rem; height: 80rem;}
    .lnb .dept > li:nth-child(2) {display: none;}
    .lnb .dept > li:nth-child(3) {width: 100%;}

    .tab ul li a {font-size: 16rem;}
    .tab ul li a.on::before {border-width: 10px 11px 0px 0px;}
}
@media (max-width:540px) {
    .tab.col2 ul {width: calc(100% - 60rem);}
}



/* 설비현황 */
.facility01-cont {background: #fafafa; min-height: 500rem;}

/* 복리후생 */
.benefit {background: #fefafa;}
