:root {
  --aosP: 100px;
  --aosM: -100px;
  --aosT: 500ms;
}

[data-aos]{ transition-duration: var(--aosT) !important; }

/* common */

@media screen and (max-width:720px) {

    #subContents {
        overflow: hidden;
    }
    
}
#subTitle {
    position: relative;
    z-index: 5;
    padding: 18.0rem 0 8.0rem;
}

#subTitle h2 {
    font-size: 8rem;
    font-weight: 700;
    color:#1b1b1b;
    line-height: 1.25;
    display:block;
}

#subTitle h2.aos-animate {
    transition-delay: .2s;
}

#subTitle .subDepth {
    margin-top:4.0rem;
}

#subTitle .subDepth.aos-animate {
    transition-delay: .8s;
}

#subTitle .subDepth .pc > ul {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0 2.0rem;
}

#subTitle .subDepth .pc > ul > li {
    position:relative;
    padding-bottom: 8px;
}

#subTitle .subDepth .pc > ul > li > a {
    display:block;
    font-size:2.0rem;
    font-weight: 600;
    color:#444;
}

#subTitle .subDepth .pc > ul > li.over:after {
    content: '';
    display: block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color:#54B9CB;
    position: absolute;
    bottom:-8px;
    left:50%;
    transform: translateX(-50%);

}

#subTitle .subDepth .pc > ul > li.over a {
    color:#54B9CB;
}

#subTitle .subDepth .mob {
    display:none;
    opacity: 0;
    visibility: hidden;
    --height: 46px;
        --padding: 20px;
}

#subTitle .subDepth .mob button {
    position: relative;
    z-index: 3;
    width: 100%;
    height: var(--height);
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 999px;
    padding: 0 var(--padding);
    font-size: 15px;
    padding-right: calc((var(--padding) * 2));
    color: #54B9CB;
    font-weight: 500;
    display: flex;
    align-items: center;
}

#subTitle .subDepth .mob button:after {
    content:'';
    position: absolute;
    display:block;
    width: 20px;
    height: 20px;
    right: 20px;
    top:50%;
    transform: translateY(-50%);
    background: url("http://finecem.webmoa21.co.kr/img/common/chevron-down.png") no-repeat center center / contain; 
    z-index: 3;
    transition: transform 0.2s ease-out;
}

#subTitle .subDepth .mob .acodi-wrap {
    position: absolute;
    z-index: 2;
    top: 20px;
    padding: 44px 20px 28px;
    width: 100%;
    background-color:#fff;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    
    /* (중요) 0.3초 동안 부드럽게 전환 */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#subTitle .subDepth .mob .acodi-wrap li {
    font-size: 1.8rem;
    font-weight: 300;
    color:#444;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

#subTitle .subDepth .mob .acodi-wrap > li:not(:last-child) {
    margin-bottom: 12px;
}

#subTitle .subDepth .mob .acodi-wrap > li:hover a,
#subTitle .subDepth .mob .acodi-wrap > li.selected a,
#subTitle .subDepth .mob .acodi-wrap li.over a{
    color:#54B9CB;
}


#subTitle .subDepth .mob.open .acodi-wrap  {
    opacity: 1;
    visibility: visible;
}


#subTitle .subDepth .mob.open button:after {
    transform: translateY(-50%) rotate(-180deg);
}

@media screen and (max-width:960px) {
    #subTitle .subDepth .pc {
        display:none;
        opacity: 0;
        visibility: hidden;
        }
    #subTitle .subDepth .mob {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

#subWrap {
    position: relative;
}

#subWrap .bgArea {
    position: relative;
    height:48.0rem;
    overflow: hidden;
}
#subWrap .bgArea .subTop {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
 }
#subWrap .bgArea .subTop_Bg1 { background-image:url(/img/sub/visualsub_bg1.jpg); }
#subWrap .bgArea .subTop_Bg3 { background-image:url(/img/sub/visualsub_bg3.jpg); }
#subWrap .bgArea .subTop_Bg4 { background-image:url(/img/sub/visualsub_bg4.jpg); }
#subWrap .bgArea .subTop_Bg5 { background-image:url(/img/sub/visualsub_bg5.jpg); }

#subWrap .bgArea .subTop span {
    font-size: 7.2rem;
    color:#fff;
    font-weight: 700;
    display: block;
}

#subWrap .bgArea .subTop span.aos-animate {
    transition-delay: 1s;
}

@media screen and (max-width: 720px) {
 #subTitle {
    padding: 50px 0 25px;
 }
 #subTitle h2.aos-animate {
    font-size: 30px;
 }

 #subTitle .subDepth ul > li {
    padding-bottom: 6px;
 }

 #subTitle .subDepth ul > li > a {
    font-size:14px;
 }
 #subTitle .subDepth ul > li.over:after {
    width:6px;
    height:6px;
    bottom:-6px;
 }

 #subWrap .bgArea {
    height: 240px;
 }

 #subWrap .bgArea .subTop span {
  font-size: 23px;  
 }
}
    


/* company */

#introWrap .introTopBg{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 80.0rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
    color:#fff;
}

#introWrap .introTopBg.companyBg {
    background-image:url(/img/sub/visualsub_bg_intro_company.jpg); 
}

#introWrap .introTopBg.productBg {
    background-image:url(/img/sub/visualsub_bg_intro_product.jpg); 
}

#introWrap .introTopBg.rndBg {
    background-image:url(/img/sub/visualsub_bg_intro_rnd.jpg); 
}

#introWrap .introTopBg .slogan {
    margin-bottom:48px;
}

#introWrap .introTopBg .slogan span {
    display: block;
    font-weight: 600;
    font-size: 6rem;
    line-height: 1.4;
}

#introWrap .introTopBg .slogan span.aos-animate:first-child {
    transition-delay: 1s;
}

#introWrap .introTopBg .slogan span.aos-animate {
    transition-delay: 1.3s;
}

#introWrap .introTopBg.companyBg .slogan span {
    font-family: 'Outfit', sans-serif;
}

#introWrap .introTopBg .txt {
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1.6;
}

#introWrap .introTopBg .txt.aos-animate {
    transition-delay: 0.8s;
}

#introWrap .introText {
    text-align:center;
}

#introWrap .introText .headline p {
    margin-top: 2.8rem;
    font-size: 4.8rem;
    font-weight: 600;
    color:#1b1b1b;
}

#introWrap .introText .item-head h3{
    margin-bottom: 6.0rem;
    font-size: 4.8rem;
    font-weight: 600;
    color:#1b1b1b;
}

#introWrap .introText .banner {
    margin: 8.0rem auto;
    clip-path: inset(0 0 100% 0 round 0);
    -webkit-clip-path: inset(0 0 100% 0 round 0);
    transition: clip-path var(--aosT);
}

#introWrap .introText .banner.aos-animate {
    clip-path: inset(0 0 0 0 round 0);
    -webkit-clip-path: inset(0 0 0 0 round 0);
}

#introWrap .introText .txt {
    font-size: 2.0rem;
    line-height: 1.75;
    color:#444;
    font-weight: 300;
}

@media screen and (max-width: 720px) {
 #introWrap .introTopBg {
    height: 280px;
 }

 #introWrap .introTopBg .slogan {
    margin-bottom: 24px;
 }

 #introWrap .introTopBg .slogan span {
    font-size: 23px;
 }
 #introWrap .introTopBg .txt {
    font-size: 14px;
 }

 #introWrap .introText .headline img {
    width: auto;
    height:18px;
 }
 #introWrap .introText .headline p {
    font-size: 3.2rem;
    margin-top: 12px;
 }

 #introWrap .introText .banner {
    margin: 6.0rem auto;
 }

 #introWrap .introText .txt {
    font-size: 2.2rem;
 }

}

/* Vision */

#visionWrap .visionInfo:not(:last-of-type) {
    padding-bottom: 8.0rem ;
    margin-bottom: 8.0rem;
    border-bottom: 1px solid #ddd;
}

#visionWrap .visionInfo .banner {
    position:relative;
    overflow: hidden;
    clip-path: inset(0 100% 0 0 round 0);
    -webkit-clip-path: inset(0 100% 0 0 round 0);
    transition: clip-path var(--aosT);
}

#visionWrap .visionInfo .banner.aos-animate {
    clip-path: inset(0 0 0 0 round 0);
    -webkit-clip-path: inset(0 0 0 0 round 0);
}
#visionWrap .visionInfo .banner span {
    position:absolute;
    font-size: 16rem;
    font-family: 'Outfit', sans-serif;
    color:#fff;
    font-weight: 600;
    line-height: 1;
}

#visionWrap .visionInfo .banner.vision span {
    bottom: -2.1rem;
    right:16.0rem;
}

#visionWrap .visionInfo .banner.mission span {
    bottom: -2.1rem;
    left:16.0rem;
}

#visionWrap .visionInfo .textWrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

#visionWrap .visionInfo .textWrap:first-of-type {
    padding-top: 8.0rem;
}

#visionWrap .visionInfo .textWrap:not(:first-of-type) {
    padding-top: 8.0rem ;
    margin-top: 8.0rem;
    border-top: 1px solid #ddd;
}

#visionWrap .visionInfo .textWrap > div {
    flex-basis: 50%;
}

#visionWrap .visionInfo .textWrap > div.left.aos-animate {
    transition-delay: 0.3s;
}

#visionWrap .visionInfo .textWrap > div.right.aos-animate {
    transition-delay: 0.5s;
}

#visionWrap .visionInfo .textWrap strong {
    font-size: 4rem;
    font-weight: 600;
    color:#1b1b1b;
    line-height: 1.4;
}

#visionWrap .visionInfo .textWrap p {
    font-size : 2.4rem;
    font-weight: 500;
    color:#1b1b1b;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

#visionWrap .visionInfo .textWrap span {
    display:block;
    margin-top: 2.0rem;
    font-size : 2rem;
    font-weight: 300;
    color:#444;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

@media screen and (max-width: 720px) {
    #visionWrap .visionInfo .banner span{
        font-size: 8rem;
    }

    #visionWrap .visionInfo .banner.vision span {
        right: 8rem;
    }

    #visionWrap .visionInfo .banner.mission span {
        left: 8rem;
    }

    #visionWrap .visionInfo .textWrap {
        gap: 0 15px;
    }

    #visionWrap .visionInfo .textWrap strong {
        font-size: 2.6rem;
    }

    #visionWrap .visionInfo .textWrap p {
        font-size: 2.2rem;
    }
}


/* competencies */
#competenciesWrap .slogan,
#directionWrap .slogan,
#resultWrap .slogan {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 600;
    color:#1b1b1b;
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-bottom: 80px;
}

#competenciesWrap .slogan p.aos-animate:last-child,
#directionWrap .slogan p.aos-animate:last-child,
#resultWrap .slogan p.aos-animate:last-child {
    transition-delay: 0.4s;
}

#resultWrap .table tbody th, 
#resultWrap .table tbody td{
    font-size: 1.8rem;
}

#resultWrap .table tbody tr:nth-child(even) {
    background-color:#F7F7F7;
}

.cardList {
    margin-bottom: 130px;
}

.cardList ul{
    display:flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 20px;
}

.cardList > ul > li {
    text-align: center;
    flex: 50%;
}

.cardList > ul > li:nth-child(odd) .cardBg {
  background-color: #F5F6F3;
}

.cardList > ul > li:nth-child(even) .cardBg {
  background-color: #F5F8F9;
}

.cardList .cardBg {
    padding: 60px 15px;
    border-radius: 24px;
    min-height: 32.5rem;
}

.cardList .cardBg .txt {
    margin-top: 20px;
}

.cardList .txt h3 {
    font-size: 2.4rem;
    color:#1b1b1b;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
}

.cardList .txt span {
    display:block;
    font-size: 1.6rem;
    color:#aaa;
    font-weight: 300;
    line-height: 1.3;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 24px;
}

.cardList .txt p {
    font-size: 1.6rem;
    color:#444;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

.cardList.has-label li {
    position: relative;
}

.cardList.has-label li:nth-child(odd) .label{ background-color:#8DC63F;}
.cardList.has-label li:nth-child(even) .label{ background-color:#54B9CB}

.cardList.has-label .label {
    position:absolute;
    top:-24px;
    left:50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 25px;
    overflow: hidden;
}

.cardList.has-label .label h3 {
    color:#fff;
    font-weight: 600;
    font-size:1.6rem;
    font-family: 'Outfit', sans-serif;
    line-height: 1.3;
    padding: 13.5px 33px;
}

#competenciesWrap .cardList .cardBg {
    min-height: 395px;
}


.flex-banner {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px 0;
}

.flex-items{
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width:100%;
    max-width:1920px;
    margin:0 auto;
    gap: 18.0rem;
}

.flex-history .flex-items {
    gap:0;
}

.flex-banner .flex-items.rv {
    flex-direction: row-reverse;
    
}

.flex-banner .flex-items .banner {
    flex-basis: 92.0rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.flex-banner .flex-items.rv .banner{
    clip-path: inset(0 100% 0 0 round 0);
    -webkit-clip-path: inset(0 100% 0 0 round 0);
    transition: clip-path var(--aosT);
}

.flex-banner .flex-items.rv .banner.aos-animate {
    clip-path: inset(0 0 0 0 round 0);
    -webkit-clip-path: inset(0 0 0 0 round 0);
}

.flex-banner .flex-items .banner{
          clip-path: inset(0 0 0 100% round 0);
    -webkit-clip-path: inset(0 0 0 100% round 0);
    transition: clip-path var(--aosT);
}

.flex-banner .flex-items .banner.aos-animate {
    clip-path: inset(0 0 0 0 round 0);
    -webkit-clip-path: inset(0 0 0 0 round 0);
}

.flex-banner .flex-items .txt {
    flex-grow: 1;
    flex-basis: 0;
    padding-left: 18.0rem;
}

.flex-banner .flex-items.rv .txt {
    padding-left:0;
    padding-right: 18.0rem;
}

.flex-banner .flex-items .txt > * {
    display: block;
}

.flex-items .txt .num {
    font-family: 'Outfit', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    color:#54B9CB;
    margin-bottom: 20px;
}

.flex-items .txt strong {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
    color:#1b1b1b;
    letter-spacing: -0.2px;
    margin-bottom: 40px;
}

.flex-items .txt li {
    position: relative;   
    padding-left: 18px;
    font-size: 2rem;
    font-weight: 300;
    color:#444;
    line-height: 1.6;
    letter-spacing: -0.2px;
    margin-bottom:8px;
}

.flex-items .txt li:before {
    content:'';
    display:block;
    position:absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width:6px;
    height: 6px;
    background-color:#54B9CB;
}

.flex-banner .flex-items.rv .txt .num {
    color:#8DC63F;
}

.flex-banner .flex-items.rv .txt li:before  {
    background-color:#8DC63F;
}


@media screen and (min-width: 1921px) {
.flex-banner .flex-items {
    border-radius: 25px;
    overflow: hidden;
  }
}

@media screen and (max-width: 720px) {
    #competenciesWrap .slogan,
    #directionWrap .slogan,
    #resultWrap .slogan {
        font-size: 3.2rem;
        margin-bottom: 6.0rem;
    }

    .cardList {
        margin-bottom: 90px;
    }

    .cardList ul {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
    }

    .cardList > ul > li {
        flex: 100%;
        width:100%;
    }

    .cardList .cardBg {
        padding: 30px 7.5px;
    }

    .cardList .txt h3 {
        font-size:22px;
    }

    .cardList .txt span {
        font-size: 18px;
    }

    .cardList .txt p {
        font-size: 13px;
    }

    #competenciesWrap .cardList .cardBg {
        width:100%;
        min-height: auto;
    }

    #competenciesWrap .cardList .cardBg img {
        width: auto;
        height: 60px;
    }

    .flex-banner {
        gap: 60px 0;
    }

    .flex-items {
        display:block;
        
    }

    .flex-banner .flex-items .txt {
        padding: 0 20px !important;
        margin-bottom: 35px;
    }

    .flex-banner .flex-items .banner {
        padding-left: 20px;
    }

    .flex-banner .flex-items.rv .banner {
        padding-left:0;
        padding-right: 20px;
    }

    .flex-items .txt .num {
        font-size:16px;
        margin-bottom: 12px;
    }

    .flex-items .txt strong {
        font-size: 22px;
        margin-bottom:15px;
    }

    .flex-items .txt li {
        font-size: 13px;
        padding-left: 15px;
    }

    .flex-items .txt li:before {
        width:4px;
        height:4px;
    }
    

    /* .flex-items{
        gap: 9.0rem;
    }

    .flex-banner .flex-items.rv .txt {
        padding-right:0;
    }

    .flex-banner .flex-items .banner {
        flex-basis: 50%;
    } */
}



/* history */

.absoluteWrap {
    display: flex;
    position: relative;
}

.history-line {
    width: 1px;
    background-color: #dbdbdb;
    position: relative;
    z-index: 1;
    left:39.5%;
}

.flex-history {
    width: 100%;
    padding: 120px 0 160px;
    position: relative;
    z-index: 2; 
}

.flex-history .flex-items {
    display:flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.flex-history .flex-items > div:last-child:before {
    content:'';
    position: absolute;
    top:1.45rem;
    left:-21%;
    display:block;
    width: 12.0rem;
    height:1px;
    background-color:#dbdbdb;
}
.flex-history .flex-items:not(:last-of-type) {
    margin-bottom: 120px;
}

.flex-history .flex-items > div {
    flex-basis: 50%;
    position: relative;
}

.flex-history .flex-items > div.year.aos-animate {
    transition-delay: .4s;
}

.flex-history .flex-items > div.detail.aos-animate {
    transition-delay: .8s;
}

.flex-history .flex-items > div.year h2 {
    font-size: 6.8rem;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Outfit', sans-serif;
}

.flex-history .flex-items:nth-child(odd) > div.year h2 { 
    color:#8DC63F;
}

.flex-history .flex-items:nth-child(even) > div.year h2 { 
    color:#54B9CB;
}

.flex-history  div.detail > ul > li {
    display:flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
}


.flex-history  div.detail > ul > li:not(:last-child) {
    margin-bottom: 40px;
}

.flex-history  div.detail > ul > li:first-child::before {
    content:'';
    display:block;
    position:absolute;
    top:1.2rem;
    left:-21.5%;
    width:0.8rem;
    height:0.8rem;
    border-radius: 50%;
    z-index: 2;
}

.flex-history  div.detail > ul > li:first-child::after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:-23%;
    width:3.2rem;
    height:3.2rem;
    border-radius: 50%;
    z-index: 1;
}

.flex-history .flex-items:nth-child(odd) div.detail > ul > li:first-child::before {
    background-color:#8DC63F;
    
}
.flex-history .flex-items:nth-child(odd) div.detail > ul > li:first-child::after {
    background-color: rgba(141, 198, 63, 0.2);
}

.flex-history .flex-items:nth-child(even) div.detail > ul > li:first-child::before {
    background-color:#54B9CB;
}

.flex-history .flex-items:nth-child(even) div.detail > ul > li:first-child::after {
    background-color: rgba(84, 185, 203, 0.2);
}


.flex-history  div.detail > ul > li .month {
	flex-shrink: 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Outfit', sans-serif;
    color:#1b1b1b;
    width: 4.0rem;
    height:3.2rem;
}

.flex-history  div.detail > ul > li .historyList{
	flex: 1 1 auto;
	min-width: 0;
}

.flex-history  div.detail > ul > li .historyList ul li{
    position: relative;
    font-size: 2.0rem;
    font-weight: 300;
    color:#444;
    line-height: 1.6;
    letter-spacing: -0.2px;
    padding-left:30px;
}

.flex-history  div.detail > ul > li .historyList ul li:not(:last-child) {
    margin-bottom:8px;
}

.flex-history  div.detail > ul > li .historyList ul li::before {
    content:'';
    display:block;
    position:absolute;
    left: 7.5px;
    top: calc(1.6em / 2);
    transform: translateY(-50%);
    border-radius: 50%;
    width:3px;
    height: 3px;
    background-color:#444;
}

@media screen and (max-width: 1700px) {
    .flex-history div.detail > ul > li:first-child::after {
        left: -22.7%
    }
}

@media screen and (max-width: 1100px) {
    .flex-history div.detail > ul > li:first-child::after {
        left: -23%
    }
}

@media screen and (max-width: 850px) {
    .flex-history div.detail > ul > li:first-child::after {
        left: -23.3%
    }
}

@media screen and (max-width: 720px) {
    .flex-history {
        padding: 60px 0 80px;
    }

    .history-line,
    .flex-history .flex-items > div:last-child:before,
    .flex-history div.detail > ul > li:first-child::before,
    .flex-history div.detail > ul > li:first-child::after {
        display :none;
    }

    .flex-history .flex-items:nth-child(odd) div.detail > ul > li:first-child::before,
    .flex-history .flex-items:nth-child(odd) div.detail > ul > li:first-child::after {
        display :none;
    }

    .flex-history .flex-items {
        flex-wrap: wrap;
        flex-direction: column;
        gap:30px 0;
    }

    .flex-history .flex-items:not(:last-of-type) {
        margin-bottom: 60px;
    }

    .flex-history div.detail > ul > li:not(:last-child) {
        margin-bottom: 25px;
    }

    .flex-history div.detail > ul > li .month {
        font-size: 18px;
        width: 25px;
        height: inherit;
    }

    .flex-history div.detail > ul > li .historyList ul li {
        font-size: 14px;
    }
}

/* location */

#locationWrap .kakakoMap {
    position: relative;
    margin-bottom: 170px;
}

#locationWrap .kakakoMap .locationAddr {
    width: 100%;
    max-width: 1360px;
    padding:0 20px;
    position: absolute;
    bottom:-50px;
    left:50%;
    transform: translateX(-50%);
    z-index: 2;
}

#locationWrap .kakakoMap .locationAddr p {
    font-size: 2.8rem;
    font-weight: 600;
    color:#1b1b1b;
    line-height: 1.3;
    letter-spacing: -0.2px;
    background-color:#fff;
    border-radius: 24px;
    padding: 32px 0;
    text-align:center;
}

#locationWrap .kakakoMap .mapWrap > div{
    border-radius: 24px;
    overflow: hidden;
    width: 100% !important;
}

/* 카카오 지도 정보 숨기기 */
#locationWrap .kakakoMap .mapWrap > div .roughmap_lebel_text,
#locationWrap .kakakoMap .mapWrap > div .roughmap_maker_label,
#locationWrap .kakakoMap .mapWrap > div .section_address,
#locationWrap .kakakoMap .mapWrap > div .map_border  {
    display: none;
}

#locationWrap .locationList > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap:0 24px;
}

#locationWrap .locationList > ul > li {
    flex: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width:100%;
    min-height: 189px;
    background-color: #f5f6f3;
    border-radius: 8px;
}

#locationWrap .locationList .locationBg {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap:0 20px;
    padding: 0 60px;
    width: 100%;
}

#locationWrap .locationList img {
    margin-top: 4px;
}

#locationWrap .locationList .txt {
    font-family: 'Outfit', sans-serif;
}

#locationWrap .locationList .txt h3 {
    font-size: 2.4rem;
    color:#1b1b1b;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}

#locationWrap .locationList .txt p {
    font-size: 2rem;
    color:#444;
    font-weight: 300;
    line-height: 1.3;
}

@media screen and (max-width: 720px) {
    #locationWrap .kakakoMap {
        margin-bottom: 80px;
    }
    #locationWrap .kakakoMap .wrap_map {
        height: 300px !important;
    }

    #locationWrap .kakakoMap .locationAddr {
        bottom: -20px;
    }

    #locationWrap .kakakoMap .locationAddr p {
        padding:12px 0;
        font-size: 16px;
    }

    #locationWrap .locationList > ul {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px 0;
    }

    #locationWrap .locationList > ul > li {
        min-height: 115px;
    }

    #locationWrap .locationList .locationBg {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 15px;
        align-items: center;
        justify-content: center;
        gap:8px 0;
    }

    #locationWrap .locationList .txt {
        text-align: center;
    }

    #locationWrap .locationList .txt h3 {
        font-size:16px;
        margin-bottom: 8px;
    }

    #locationWrap .locationList .txt p {
        font-size: 14px;
    }
    

}

/* R&D */

.rnd-items {
    padding:12.0rem 0;
}

.rnd-items:first-child {
    padding-top: 0;
}

.rnd-items:last-child {
    padding-bottom:0;
}

.rnd-items:nth-child(even) {
    background-color:#f8f8f8;
}

@media screen and (max-width:720px) {
    .rnd-items {
        padding: 60px 0;
    }
}

/* product */

.prodSection.aos-animate,
.noticeSection.aos-animate,
.eventSection.aos-animate,
.menualsSection.aos-animate,
.faqSection.aos-animate,
.resourcesSection.aos-animate  {
    transition-delay: .8s;
}

.productList .resourcesTab {
    margin-bottom: 8.0rem;
}

@media screen and (max-width:720px) {
    .productList .resourcesTab {
        margin-bottom: 25px;
    }
}

/* direction */

#directionWrap .slogan-banner {
    position:relative;
    clip-path: inset(0 0 100% 0 round 0);
    -webkit-clip-path: inset(0 0 100% 0 round 0);
    transition: clip-path var(--aosT);
} 

#directionWrap .slogan-banner.aos-animate {
    clip-path: inset(0 0 0 0 round 0);
    -webkit-clip-path: inset(0 0 0 0 round 0);
    transition-delay: 0.8s;
}


#directionWrap .slogan-banner .slogan-banner-txt {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:24px 0;
    text-align:center;
}

#directionWrap .slogan-banner-txt strong {
    font-size: 4.0rem;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color:#fff;
    font-weight: 600;
}

#directionWrap .slogan-banner-txt p {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color:#fff;
    font-weight: 400;
}


@media screen and (max-width:720px) { 
    #directionWrap .slogan-banner .slogan-banner-txt {
        gap:10px 0;
    }

    #directionWrap .slogan-banner-txt strong {
        font-size: 18px;
    }

    #directionWrap .slogan-banner-txt p {
        font-size:14px
    }
}

@media screen and (max-width:560px) { 
    #directionWrap .slogan-banner-txt strong {
        font-size: 14px;
    }

    #directionWrap .slogan-banner-txt p {
        font-size:12px
    }
}


/* resources */
.resourcesTab {
    margin-bottom: 8.0rem;
}

.resourcesTab ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap:0 8px;
}

.resourcesTab ul li {
    background-color:#f5f6f3;
    border-radius: 999px;
    overflow: hidden;
}

.resourcesTab ul li.on {
    background-color:#8DC63F;
    
}

.resourcesTab ul li.on a {
    color:#fff;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
}

.resourcesTab ul li.on a .ico {
    display: block;
    text-align: center;
    width:24px;
    height:24px;
    border-radius: 50%;
    overflow: hidden;
    background-color:#fff;
}

.resourcesTab ul li.on a .ico i {
    display:inline-block;
    width:16px;
    height: 100%;
    background: url("/img/common/check.png") no-repeat center center / contain; 
}

.resourcesTab ul li a {
    display: block;
    padding:18.5px 30px;
    font-size:1.8rem;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color:#444;
    font-weight: 500;
}

@media screen and (max-width:1275px) {
    .resourcesTab ul li a {
        font-size: 15px;
    }
}

@media screen and (max-width:760px) {
    .resourcesTab ul {
        flex-wrap: wrap;
        gap: 8px;
    }
    .resourcesTab ul li {
        flex: calc(33.3333334% - 8px);
    }
    .resourcesTab ul li a {
        font-size: 14px;
        padding: 8px 10px;
        min-height: 35px;
        line-height: 35px;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .resourcesTab ul {
        display: flex;              
        flex-wrap: nowrap;          
        overflow-x: auto;           
        overflow-y: hidden;         
        padding-bottom: 10px;       
        -webkit-overflow-scrolling: touch; 
    }

    .resourcesTab ul li {
        flex: 0 0 auto; 
    }

    .resourcesTab ul li a{
        padding: 8px 30px;
    }
}