/*section1*/
.section{
    width: 100%;
    padding: 11.6rem 0;
}
.sec1{
    padding-bottom: 108rem;
    background: url(/theme/renewal/img/sec1-bg.png)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.sec1::after{
    content: '';
    width: 1363px; height: 79.9rem;
    position: absolute;
    left: 50%; bottom: 14.7rem;
    transform: translate(-50%, 0);
    background: url(/theme/renewal/img/sec1-obj.png)no-repeat;
    background-size: cover;
}
.sec1-copy svg{
    fill: #403d3d;
}
/* path {
    stroke-dasharray: 1806;
    stroke-dashoffset: 1806;
    stroke: #000;
    fill: #403d3d;
    animation: drawPath 5s ease forwards;
}
@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
} */
.sec1-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.visual-wrap1{
    height: calc(100vh - 11.6rem); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center
}
.sec1-copy{
    width: 39.1rem;
    margin-bottom: 6rem;
}
.txt-deco1 span{
    font-size: 13rem;
    font-weight: 800;
    color: #f9efdfc5;
    display: inline-block;
}
.sec1-inner h3{
    margin-top: 6rem;
    color: #403d3d;
    font-size: 4.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 7rem;
}
.sec1-inner h3 span{
    font-size: 4.8rem;
    color: #9c9990;
    font-weight: 800;
}
.sec1-inner h4{
    color: #403d3d;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: 4rem;
    line-height: 4rem;
}
.sec1-inner h4 strong{
    font-weight: 800;
    font-size: 2.4rem;
}
.txt-deco2{
    font-size: 22rem;
    font-weight: 800;
    color: #ece7d9;
}
.marquee {
	overflow-x: hidden;
    position: absolute;
    bottom: 76.5rem;
}
.marquee p {
    white-space: nowrap;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	animation: scroll-left 30s linear infinite; 
}
.ml20{
    margin-left: 2rem;
}
html.lock-scroll{
    overflow: hidden !important;
}
@keyframes scroll-left {
	0% {transform: translateX(0);}
	100% {transform: translateX(-30%);}
}
/*section2*/
.bg-wrap{
    background: url(/theme/renewal/img/sec2-bg.png)no-repeat;
    background-size: cover;
}
.sec2 .sec-title{
    display: flex;
    justify-content: center;
}
.sec2 .txt-reveal{
    font-size: 13rem;
    font-weight: 800;
    color: #393734;
}
.mr30{
    margin-right: 3rem;
}
.mr20{
    margin-right: 2rem;
}
.txt-reveal.gold{
    color: #e7d5b7;
    font-size: 13rem;
    font-weight: 800;
}
.sec2 .sec-title span{
    display: inline-block;
}
.sec-subtitle{
    font-size: 2.6rem;
    font-weight: 400;
    color: #393734;
    text-align: center;
    margin-top: 4rem;
    padding-bottom: 5rem;
}
/*section3*/
.sec-title{
    font-size: 8.5rem;
    font-weight: 800;
    color: #393734;
    text-align: center;
}
.sec-title span{
    font-size: 8.5rem;
    font-weight: 800;
    color: #393734;
    text-align: center;
    display: inline-block;
}
.news-wrap{
    width: 1464px;
    margin: 0 auto;
    display: flex;
    gap: 10rem;
    align-items: end;
    margin-top: 6.8rem;
}
.news-img-list,
.news-txt-list{
    width: calc(50% - 5rem);
}
.news-txt-list h3{
    text-align: center;
    font-size: 2.4rem;
    color: #393734;
    line-height: 4rem;
}
/*section4*/
.sec4-inner{
    width: 1464px;
    margin: 0 auto;
    margin-top: 6rem;
}
.tabs {
    display: flex;
}
[role="tablist"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2.4rem;
    width: 53rem;
}
[role="tabpanel"] {
    width: calc(100% - 53rem);
}
[role="tablist"] button {
	background: transparent;
    text-align: left;
    display: flex;
    align-items: end;
    gap: 1rem;
}
[role="tablist"] button p img{
    width: 100%;
    height: 100%;
}
[role="tablist"] button span{
    font-size: 2rem;
    color: #393734;
}
[role="tablist"] button span strong{
    display: block;
    font-size: 3rem;
    font-weight: 700;
}
button[aria-selected="true"] {
    position: relative;
}
[role="tablist"] button p{
    width: 27rem;
    height: 18.8rem;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}
button[aria-selected="true"] p::after{
    content: '';
    width: 100%; height: 100%;
    background: #0000009c url(/theme/renewal/img/play_icon.png)no-repeat left 50% top 50%;
    background-size: 4.5rem 4.5rem;
    position: absolute;
    left: 0; top: 0;
    border-radius: 1rem;
}
.video-con{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3rem;
}
/*section5*/
.sec5{
    /* background: url(/theme/renewal/img/sec5-bg.png)no-repeat;
    background-size: cover; */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.sec5-bg{
    position: absolute;
    width: 100%; height: 100%;
    position: absolute;
    left: 0; top: 0;
    background: url(/theme/renewal/img/sec5-bg.png)no-repeat center / cover;
    z-index: -1;
}
.sec5-inner{
    width: 674px;
    background: #ffffffcb;
    padding: 7rem;
    text-align: center;
}
.sec5-title p:first-child{
    font-size: 6.6rem;
    font-weight: 800;
    color: #393734;
}
.sec5-title p:nth-child(2){
    font-size: 3.4rem;
    font-weight: 600;
    color: #393734;
    letter-spacing: 1.6rem;
    margin-top: 2.4rem;
}
.sec5-txt{
    font-size: 3rem;
    color: #393734;
    line-height: 4.4rem;
    margin-top: 6rem;
}
.sec5-txt2{
    font-size: 3rem;
    font-weight: 600;
    color: #393734;
    line-height: 4.4rem;
    margin-top: 5rem;
}
.mo{
    display: none;
}
/*sub_회사소개*/
.sub-section{
    padding: 6rem;
}
.page-wrap{
    padding-top: 11.6rem;
}
.about1{
    min-height: 131.2rem;
    background: url(/theme/renewal/img/about-bg.png)no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.about1-inner{
    padding-left: 55%;
}
.about1-inner h3{
    font-size: 3.2rem;
    font-weight: 400;
    color: #393734;
}
.about1-inner h3 p{
    font-size: 5rem;
    font-weight: 400;
    color: #393734;
    margin-top: 4rem;
}
.about1-inner blockquote{
    margin-top: 8rem;
    font-size: 2rem;
    font-weight: 400;
    color: #393734;
    line-height: 3.4rem;
}
.about1-inner blockquote strong{
    font-weight: 700;
    font-size: 2rem;
}
.sign-wrap{
    font-weight: 700;
    font-size: 2rem;
    color: #393734;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 3rem;
    margin-top: 8rem;
}
.sign-wrap span img{
    width: 35.8rem;
}
.about2{
    background: url(/theme/renewal/img/about-bg2.png)no-repeat;
    background-size: cover;
}
.about2-inner{
    width: 1000px;
    margin: 0 auto;
    padding: 13rem 0;
}
.about2-inner article h3{
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.about2-inner article h3 p{
    font-weight: 400;
    margin-top: 1rem;
    font-size: 3.2rem;
}
.about2-txt-wrap h3{
    position: relative;
    padding-bottom: 3rem;
}
.about2-txt-wrap h3::after{
    content: '';
    width: 7.3rem;
    height: 0.6rem;
    background: #ffffff75;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.about2-desc{
    margin-top: 5rem;
}
.about2-desc p{
    font-size: 2.4rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 4rem;
}
.about2-list-wrap{
    margin-top: 14rem;
}
.about2-list2 {
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.about2-list2 li p{
    font-size: 2.6rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 7rem;
    line-height: 4rem;
}
.sub-section.mo .about1-inner{
    padding-left: 0;
}
/*미디어쿼리*/
@media screen and (max-width:1500px){
    .news-wrap{width: 100%;}
    .sec4-inner{width: 100%; padding: 0 6rem;}
}
@media screen and (max-width:1400px){
    .sec1::after{width: 100%; background-size: contain; background-position: center;}
}
@media screen and (max-width:1100px) {
    .txt-deco1 span{font-size: 10rem;}
    .sec2 .sec-title{font-size: 8.5rem;}
    .sec2 .sec-title span{font-size: 8.5rem;}
    .news-wrap{flex-direction: column; align-items: center; padding: 0 6rem;}
    .news-img-list, .news-txt-list{width: 100%;}
    .tabs{flex-direction: column-reverse; gap: 6rem;}
    [role="tablist"]{width: 100%;}
    [role="tabpanel"]{width: 100%;}
    [role="tablist"] button{align-items: center; flex-direction: column;}
    [role="tablist"] button span strong{display: inline-block; margin-left: 0.5rem;}
    [role="tablist"] button span{line-height: 3rem;}
    .pc{display: none;}
    .mo{display: block;}
    .about2-inner{width: 100%;}
    .about2-list2 li img{width: 100%;}
    .about1{min-height: 109rem;}
}
@media screen and (max-width: 780px){
    .sec5-inner{width: 100%;}
    .sec5{padding: 11.6rem 6rem; min-height: unset;}
}
@media screen and (max-width:500px) {
    .visual-wrap1{height: unset; padding: 11.6rem 0;}
    .visual-wrap1.type2{padding: 0 !important;}
    .about2-list2 li p{font-size: 2rem; margin-top: 5rem;}
}