@import url('../../../../../../fonts.googleapis.com/css2@family=Noto+Serif+KR%253Awght@600&display=swap.css');

.subbrand *{
    line-height: 100%;
    letter-spacing: -1px;
}

.subWrap.SlideF .subbrand .sec01 {
	animation: topMove .5s forwards;
}
.subbrand{
    padding-top:100vh;
    overflow: hidden;
}
.subbrand .sec01{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/sub_brand_sec01_bg.jpg) center center / cover no-repeat fixed;
    position: fixed;
    top: 0;
	margin-top: 100px;
	/* animation: bottomMove 1s .3s forwards; */
}
.subbrand .sec01 .bg{
    width: 100%;
    height: 100%;
    background: url(../images/sub_brand_sec01_bg.jpg) center center / cover no-repeat;
    opacity: 1;
    transform: scale(1.5);
    animation:scale 1s 1s forwards;
    filter: hue-rotate(60deg);
}

@keyframes bottomMove{
    0%{
        margin-top: 100px;
    }
	100%{
        margin-top: 186px;
    }
}
@keyframes topMove{
    0%{
        margin-top: 100px;
    }
	100%{
        margin-top: 100px;
    }
}
@keyframes scale{
    to{
        transform: scale(1);
        opacity: 0;
    }
}
.subbrand .sec01 .text{
    color:#fff;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.subbrand .sec01 .text .name{
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    font-size: 36px;
    border: 1px solid #fff;
    padding: 8px 30px;
    display: inline-block;
    margin-bottom: 5%;
    opacity: 0;
    animation:fadeIn 1s 2s forwards;
}
.subbrand .sec01 .text .slogan{
    font-size: 73px;
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    margin-bottom:15%;
    opacity: 0;
    animation:fadeIn 1s 1s forwards;
}
.subbrand .sec01 .text .bottom{
    opacity: 0;
    animation:fadeIn 1s 2s forwards;
}
.subbrand .sec01 .text .bottom_name{
    font-weight: 500;
    font-size: 30px;
    margin-bottom:2.5%;
}
.subbrand .sec01 .text .bottom_explain{
    font-size: 23px;
    font-weight: 300;
}

.subbrand .sec02{
    position: relative;
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.subbrand .sec02 .listWrap{
    width: 100%;
}
.subbrand .sec02 .listcon{
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
}
.subbrand .sec02 .listcon .image{
    flex:0 0 50%;
}
.subbrand .sec02 .listcon .text{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 7.5%;
}
.subbrand .sec02 .listcon:nth-child(2n) .text{
    display: inline-flex;
    align-items: flex-start;
    flex: 0 0 auto;
    padding: 0;
}
.subbrand .sec02 .listcon:nth-child(2n) .flexWrap{
    display: inline-flex;
    align-items: flex-end;
    flex: 1;
    justify-content: center;
}
.subbrand .sec02 .listcon .text .title{
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 40px;
}
.subbrand .sec02 .listcon .text .explain{
    color: #666;
    font-weight: 300;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subbrand .sec03{
    position: relative;
    padding: 10% 0;
    background: url(../images/sub_brand_sec03_bg.jpg) center center / cover no-repeat fixed;
}
.subbrand .sec03 .wrap{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subbrand .sec03 .titleWrap{
    text-align: center;
    margin-bottom: 5%;
}
.subbrand .sec03 .titleWrap .title{
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 2.5%;
}
.subbrand .sec03 .titleWrap .explain{
    font-size: 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 300;
}
.subbrand .sec03 .titleWrap .explain_con{
	line-height:135%;
}
.subbrand .sec03 .listWrap{
    display: flex;
    align-items: center;
    gap: 30px;
}
.subbrand .sec03 .listcon{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    text-align: center;
}
.subbrand .sec03 .listcon:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    z-index: -1;
}
.subbrand .sec03 .listcon .explain{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 2.5%;
}
.subbrand .sec03 .listcon .title{
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
}

.subbrand .sec05{
    position: relative;
    padding:10% 0;
    background: url(../images/sub_brand_sec05_bg.jpg) center center / cover no-repeat fixed;
    text-align: center;
    font-size: 22px;
}
.subbrand .sec05 .wrap{
    max-width: 1200px;
    margin:0 auto;
}
.subbrand .sec05 .name{
    color:#7f7f7f;
    margin-bottom: 5%;
    opacity: 0;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.subbrand .sec05 .aos-animate .name{
    animation: fadeIn 1s 0.5s forwards;
}
.subbrand .sec05 .logo{
    margin-bottom: 5%;
    opacity: 0;
}
.subbrand .sec05 .aos-animate .logo{
    animation: fadeIn 1s forwards;
}
.subbrand .sec05 .logo img{
    width: 100%;
    max-width: max-content;
}
.subbrand .sec05 .explain{
    margin-bottom: 10%;
    color:#666;
    opacity: 0;
    font-weight: 300;
}
.subbrand .sec05 .aos-animate .explain{
    animation: fadeIn 1s 0.5s forwards;
}
.subbrand .sec05 .explain_con{
    margin-bottom: 1%;
}
.subbrand .sec05 .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.subbrand .sec05 .outlink{
    background: #074f51;
    color: #fff;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    padding: 15px;
    min-width: 250px;
    justify-content: center;
    transition: 0.75s all;
    opacity: 0;
}
.subbrand .sec05 .aos-animate .outlink{
    animation: fadeIn 1s 1s forwards;
}
.subbrand .sec05 .outlink:hover{
    background: #000;
}
.subbrand .sec05 .outlink::after{
    content:"";
    position: absolute;
    right:10%;
    top:50%;
    transform: translateY(-50%);
    background: url(../images/sub_brand_sec05_ico.png) center center / cover no-repeat;
    width: 15px;
    height: 8px;
    transition: 0.75s all;
}
.subbrand .sec05 .outlink:hover::after{
    transform: translate(-50%, -50%);
}

@media(max-width:1080px){
    .subbrand img{
        width: 100%;
    }
	.subbrand{
		padding-top:100vh;
	}
    .subbrand .sec01{
		margin-top: 80px;
		top:0;
		height:100vh;
		background: url(../images/sub_brand_sec01_bg_m.jpg) center center / cover no-repeat;
		/* animation: bottomMove 1s  forwards; */
		}
    .subbrand .sec01 .bg{
        background: url(../images/sub_brand_sec01_bg_m.jpg) center center / cover no-repeat;
    }
    .subbrand .sec01 .text{
        width: 90%;
    }
    .subbrand .sec01 .text .slogan{
        font-size: 55px;
    }
    .subbrand .sec01 .text .name{
        font-size: 32px;
    }
    .subbrand .sec01 .text .bottom_name{
        font-size: 32px;
    }
    .subbrand .sec01 .text .bottom_explain{
        font-size: 21px;
    }

    .subbrand .sec02{
        padding: 10% 0;
    }
    .subbrand .sec02 .listcon{
        flex-direction: column;
        margin-bottom: 15%;
    }
    .subbrand .sec02 .listcon:nth-child(2n){
        flex-direction: column-reverse;
    }
    .subbrand .sec02 .listcon .image{
        flex: 0 0 50%;
        width: 80%;
        margin-bottom: 5%;
    }
    .subbrand .sec02 .listcon .text{
        padding: 0;
        text-align: left;
    }
    .subbrand .sec02 .listcon .text .title{
        margin-bottom: 7.5%;
    }
    .subbrand .sec02 .listcon .text .explain{
        gap: 10px;
    }

    .subbrand .sec03{
        padding: 20% 0;
    }
    .subbrand .sec03 .titleWrap{
        margin-bottom: 15%;
    }
    .subbrand .sec03 .titleWrap .title{
        font-size: 30px;
    }
    .subbrand .sec03 .titleWrap .explain{
        font-size: 18px;
    }
    .subbrand .sec03 .listWrap{
        flex-direction: column;
    }

    .subbrand .sec05{
        padding:20% 0;
    }
    .subbrand .sec05 .logo{
        width: 50%;
        margin: 0 auto;
        margin-bottom: 5%;
        max-width: max-content;
    }
	@keyframes bottomMove{
		0%{
			margin-top: 80px;
		}
		
		50%{
			margin-top: 80px;
		}
		
		100%{
			margin-top: 129px;
		}

	}
	@keyframes topMove{
		0%{
			margin-top: 129px;
		}
		100%{
			margin-top: 80px;
		}
	}
		
}
@media(max-width:720px){

    .subbrand{
        position: relative;
        overflow: hidden;
    }
    .subbrand .sec01{
        overflow: hidden;
    }
    .subbrand .sec01 .text .name{
        font-size: 4.5vw;
    }
    .subbrand .sec01 .text .slogan{
        font-size: 8vw;
    }
    .subbrand .sec01 .text .bottom_name{
        font-size: 4.5vw;
    }
    .subbrand .sec01 .text .bottom_explain{
        font-size: 3.3vw;
    }

    .subbrand .sec02 .listcon .text .title{
        font-size: 5vw;
    }
    .subbrand .sec02 .listcon .text .explain{
        font-size: 3.2vw;
    }

    .subbrand .sec03 .titleWrap .title{
        font-size: 6vw;
        line-height: 150%;
    }
    .subbrand .sec03 .titleWrap .explain{
        font-size: 3.4vw;
    }
    .subbrand .sec03 .titleWrap .explain_con{
        line-height: 130%;
    }
    .subbrand .sec03 .listcon .explain{
        font-size: 4vw;
    }
    .subbrand .sec03 .listcon .title{
        font-size: 7vw;
    }

    .subbrand .sec05{
        font-size: 3.6vw;
    }
    .subbrand .sec05 .outlink{
        min-width: 175px;
    }
    
    
}

/*ios only*/
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}
