@charset "utf-8";

/* mym_sec1 */
.mym_sec1 {
    width: 100%;
    height: 100%;
    background: url('../img/section-1.jpg') no-repeat center;
}

.mym_sec1 h1 {width: 96px; height: 41px; padding-top: 32px;}

.mym_sec1 h1 a {
	width:100%;
	height:100%;
	text-indent: -9999px;
    background: url('../img/logo-wh.png') no-repeat center bottom;
}


.mym_sec1 .ft_badge {
	/*
    position: absolute;
    top: 241px;
    right: 80px;
	*/
	position: fixed;
	top: 241px;
	right:80px;
	z-index: 9999;
}

.mym_sec1 .ft_badge a {
    width: 150px;
    height: 217px;
    background: url('../img/sec1_badge.png') no-repeat center;
}

.mym_sec1 .txtgrp {
    margin-top: 170px;
    text-align: center;
}

.mym_sec1 h2 {
    font-family: 'Nanum Myeongjo', serif;
    margin: 24px 0 32px;
    font-size: 8rem;
    font-weight: 800;
    color: #f6efe7;
    text-shadow : 0px 0px 24px #000;
}


/* mym_sec2 */
.mym_sec2 {
    width: 100%;
    height: 100%;
    background: url('../img/section-2.jpg') no-repeat center;
}

.mym_sec2 p {
    line-height: 43px;
}

.mym_sec2 .txtgrp {
    padding-top: 120px;
}

.mym_sec2 .title {
    display: block;
    line-height: 64px;
}

/* mym_sec3 */
.mym_sec3 {
    width: 100%;
    height: 100%;
    background: url('../img/section-3.jpg') no-repeat center;
    background-size: cover;
}

.mym_sec3 .txtgrp {
    padding-top:15%;
    line-height: 43px;
    text-align: right;
}

.mym_sec3 .title {
    display: block;
    margin-bottom: 32px;
    line-height: 64px;
}

.mym_sec3 .mym_resi {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.mym_sec3 .mym_resi img+img {
    margin-left: 25px;
}

/* mym_sec4 */
.mym_sec4 {
    width: 100%;
    height: 750px;
    background: url('../img/section-4.jpg') no-repeat center;
}

.mym_sec4 .mym_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.mym_sec4 .txtgrp {
    line-height: 43px;
}

.mym_sec4 .title {
    display: block;
    margin-bottom: 32px;
    line-height: 64px;
}


/* mym_sec5 */
.mym_sec5 {
    width: 100%;
    height: 100%;
    background: url('../img/section-5.jpg') no-repeat center;
}

.mym_sec5 .mym_wrap {
    position: relative;
    height: 100%;
}


.mym_sec5 .film {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 765px;
    margin-top: -382px;
    background: rgba(0, 0, 0, 0.5);
}

.mym_sec5 span {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}

.mym_sec5 .title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #f6efe7;
    line-height: 60px;
    text-align: center;
}

.mym_sec5 .mym_suppt {
    margin: 40px 0 32px;
}

.mym_sec5 .mym_suppt img+img {
    margin-left: 24px;
}

/* mym_sec6 */
.mym_sec6 {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.mym_sec6 .bg-video_content {
    width: 100%;
}

.mym_sec6 .mym_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mym_sec6 .mym_wrap .txtgrp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.mym_sec6 .title {
    font-size: 3.6rem;
    font-weight: 800;
    color: #fff;
}

/* mym_sec7 */
.mym_sec7 {
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #191919;
}


@media screen and (max-width:1335px) {
    .mym_wrap {
        width: auto;
        height: 100%;
        padding: 0 20px;
        box-sizing:border-box;
    }

    .mym_sec1 .ft_badge {
        top: 80px;
    }

    .mym_sec5 .film {
        width: calc(100% - 40px);
    }

    .mym_sec6 {
        height: auto;
        font-size: 0;
    }

    .mym_sec6 .bg-video_content {width:auto;}
}

@media screen and (max-width:1050px) {

	.mym_sec4 .fs40 {font-size: 3.5rem;}
}


@media screen and (max-width:950px) {
    .fs24 {
        font-size: 2rem;
    }

    .fs32 {
        font-size: 2.4rem;
    }

    .fs40 {
        font-size: 2.7rem;
    }

    .mym_sec1 h2 {
        font-size: 5rem;
    }

    .mym_sec2 .title,
    .mym_sec3 .title,
    .mym_sec4 .title {line-height:42px;}

    .mym_sec5 span {padding:0 10px;}

    .mym_sec6 .title {font-size:3rem; text-align:center;}
}

@media screen and (max-width:768px) {
    .mym_sec1 .ft_badge {
        display: none;
    }
}

@media screen and (max-width:715px) {

	.mym-pc {display:none;}
    .mym-moblie {display:block; text-align:center;}

    /* 피그마 기준 */
    .mym_btn {margin-top:7rem;}
    .mym_content span {display:inline;}

    .fs24 {
        font-size: 1.6rem;
        font-weight:400;
        line-height:3.2rem;
    }

    .fs32 {
        font-size: 2rem;
    }

    .fs40 {
        font-size: 2.3rem;
    }
	
	.mym_sec1 h2 {
        font-size:4.2rem;
    }
	
	.mym_sec2 .mym-pc {display:block;}
	.mym_sec2 .mym-moblie {display:none;}
	
    .mym_sec3 {height:auto; padding:50px 0;}
	.mym_sec3 .title {text-align:center;}
    .mym_sec3 .txtgrp {padding-top:0;}
    .mym_sec3 .mym_resi {flex-direction: column; width:70%; margin:40px auto 0;}

    .mym_sec3 .mym_resi img+img {margin-top:24px; margin-left:0;}

	.mym_sec4 .fs40 {font-size: 2.3rem; text-align:center;}
	.mym_sec4 .bold {font-weight:700;}
	
	.mym_sec5 .mym-pc {display:block;}
	.mym_sec5 .mym-moblie {display:none;}

    .mym_sec5 .film {height: calc(100% - 130px); padding:40px 0;}

    .mym_sec5 span {padding:0 10px; font-size:1.5rem;text-align:center;}
    .mym_sec5 .title {display: block; font-size:2rem; line-height:35px;}

    .mym_sec5 .mym_suppt {margin:20px 0;}
    .mym_sec5 .mym_suppt img {display:block;}
    .mym_sec5 .mym_suppt img + img {margin-top:24px; margin-left:0;}
	
	.mym_sec6 .title {line-height: 42px;}
	
	.mym-scroll {bottom:15%;}
}

@media screen and (max-width:500px) {

	.mym_sec1 h2 {
		margin: 16px auto;
        font-size: 3rem;
    }
	
	.mym_sec2 .mym-pc {display:none;}
	.mym_sec2 .mym-moblie {display:block;}
	
	.mym_sec2 .title {margin-bottom:20px;}
	
	.mym_sec5 .mym-pc {display:none;}
	.mym_sec5 .mym-moblie {display:block;}

	.mym_sec6 .title {font-size:2.4rem; line-height: 42px;}

    .mym_sec1 {
        height: 640px;
        background-image: url('../img/m-section-1.jpg');
    }

    .mym_sec1 h2 {
        width: 300px;
        font-size: 3.2rem;
        line-height: 5rem;
    }

    .mym_sec1 .txtgrp {
        margin-top: 40px;
    }
	
	.mym-scroll {display:none;}


    .mym_sec2 {
        height:777px;
        background-image: url('../img/m-section-2.jpg');
    }

    .mym_sec2 .mym-moblie .bold {display:block; font-weight: 700;}

    .mym_sec3 {
        height:953px;
        padding:80px 0;
        box-sizing:border-box;
        background-image: url('../img/m-section-3.jpg');
    }


    .mym_sec3 p {padding-top:0;}
    .mym_sec3 .mym-moblie .bold {font-weight: 700;}

    .mym_sec3 .mym_resi {width:auto; margin-top:40px;}

    .mym_sec4 {
        height:882px;
        background-image: url('../img/m-section-4.jpg');
    }

    .mym_sec4 .mym_wrap {align-items: flex-end; padding-bottom:80px; box-sizing:border-box;}

    .mym_sec4 .title {text-align:center;}

    .mym_sec4 .mym-moblie span {display:block; text-align:center;}

    .mym_sec4 .mym-moblie .bold {font-weight: 700;}

    .mym_sec5 {
        height:921px;
        background-image: url('../img/m-section-5.jpg');
    }

    .mym_sec5 .film {top:0; margin-top:0; background:transparent;}

    .mym_sec5 .title {font-size:2.4rem; line-height:42px; color:#fff;}

    .mym_sec5 .mym_suppt {margin:32px 0; text-align: center;}
    .mym_sec5 .mym_suppt img + img {margin-top:24px; margin-left:0;}

    .mym_sec5 span {margin: 0 8px; font-size:1.6rem; text-align: center;}

    .mym_sec6 {
        height:535px;
        background-image: url('../img/m-section-6.jpg');
    }

    .bg-video_content {display:none;}

    .mym_sec6 .title {font-size:2.4rem;}

    .mym_sec6 .mym_btn {width: 100%;  height: 67px; margin-top:32px; padding:0; line-height:67px;}

    .mym_sec7 span {font-size:12px;}
}