@charset "UTF-8";


::-moz-selection {
    background: #004D4C;
    color: #fff;
 }
 ::selection {
    background: #004D4C;
    color: #fff;
 }

.sr-only {
    width: 1px;
    height: 1px;
    opacity: 0;
    color: rgba(0,0,0,0);
    position: absolute;
    top: -9999em;
    left: -9999em;
    text-indent: -9999em;
}

.campaign-wrap {
    margin: 0 auto;
    max-width: 1920px;
}

.campaign-wrap section>div {
    background-position: center center;
}


.camp-floating-banner {
    width: 139px;
    height: 214px;
    background-image: url(../images/floating-banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 12%;
    right: 2%;
    z-index: 99;
    transition: .35s ease-in-out;
}

.camp-floating-banner > a {
	display:block;
	width:100%;
	height:100%;
}

.camp-floating-banner:hover {
    background-image: url(../images/floating-banner-bg-2.png);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
}

.section1 {
    position: relative;
    height: 100vh;
    min-height: 100vh;
}

.section1 .floating-div1 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin-top: 14px;
}

.cont01 {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
  
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.cont01 .cont01_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
}

.cont01 .cont01_title {
    text-align: center;
}

.cont01 .cont01_title>img {
    display: block;
    text-align: center;
    width: 373px;
}

.cont01 .cont01_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
}

.button {
	pointer-events: auto;
	cursor: pointer;
	background: #e7e7e7;
	border: none;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--dione {
	background: none;
	font-family: Pretendard;
	font-weight: 700;
	font-size: 28px;
	width: 312px;
	height: 100px;
    line-height: 100px;
	vertical-align: middle;
}

.button--dione span {
	display: inline-block;
	position: relative;
	color: #fff;
}

.button--dione::before {
	content: '';
	background: #009465;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31);
}

.button--dione:hover>span {
	color: #FFE39A;
	outline-offset: 15px;
	outline-color: #005B48;
}

.button--dione:hover::before {
	transform: scale3d(0.9, 0.8, 1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.31);
	background-color: #005B48;
}

.button--dione::after {
	content: '';
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
	transform: scale3d(0.9, 0.7, 1);
}

.button--dione:hover::after {
	transform: scale3d(1,1,1);
	outline: 3px solid rgba(255, 255, 255, 0.5);
	-webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    animation: fadeout 1s 1 ease;
    animation-fill-mode: forwards;
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}


.cont02 {
    position: relative;
    height: 578px;
    min-height: 578px;
    background: #004D4C;
}


.cont02 .cont02_title {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
}


.cont03 {
    background-color: #fff;
    padding-bottom: 127px;
}

.cont03 .cont03_wrap, .cont04 .cont04_wrap, .cont05 .cont05_wrap, .cont06 .cont06_wrap, .cont07 .cont07_wrap, .cont09 .cont09_wrap, .cont11 .cont11_wrap {
    width: 1360px;
    margin: 0 auto;
}

.cont03 .cont03_wrap {
    display: flex;
    /* height: 1093px; */
    justify-content: space-between;
    align-items: center;
    padding-top: 150px;
}

.cont03 .cont03_object {
    display: flex;
    width: 100%;
    height: 384px;
    overflow: hidden;
    cursor: pointer;
}

.cont03 .cont03_object div {
    display: inline-block;
    width: 384px;
    height: 384px;
    border: 1px solid rgba(112, 112, 112, .2);
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .6s ease-in-out;
}

.cont03 .cont03_object .cont03_object01 {
    background-image: url(../images/cont03_object01.png);
}

.cont03 .cont03_object .cont03_object01:hover {
    background-image: url(../images/cont03_object01-1.png);
}


.cont03 .cont03_object .cont03_object02 {
    background-image: url(../images/cont03_object02.png);
}

.cont03 .cont03_object .cont03_object02:hover {
    background-image: url(../images/cont03_object02-1.png);
}


.cont03 .cont03_object .cont03_object03 {
    background-image: url(../images/cont03_object03.png);
}

.cont03 .cont03_object .cont03_object03:hover {
    background-image: url(../images/cont03_object03-1.png);
}


.cont03 .cont03_object .cont03_object04 {
    background-image: url(../images/cont03_object04.png);
}

.cont03 .cont03_object .cont03_object04:hover {
    background-image: url(../images/cont03_object04-1.png);
}


.cont03 .cont03_object .cont03_object05 {
    background-image: url(../images/cont03_object05.png);
}

.cont03 .cont03_object .cont03_object05:hover {
    background-image: url(../images/cont03_object05-1.png);
}


.cont04 {
    height: 94px;
    min-height: 94px;
    background: #1A1A1A;
}

.cont04 .cont04_wrap {
    display: flex;
    height: 94px;
    justify-content:center;
    align-items: center;
}

.cont04 .cont04_text img {
    display: block;
}


.section5 {
    position: relative;
    height: 1080px;
    min-height: 1080px;
}

.cont05 {
    width: 100%;
    height: 1080px;
    min-height: 1080px;
}

.bg-video2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
  
  .bg-video__content2 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}


.cont06 {
    position: relative;
    height: 975px;
    min-height: 975px;
    background-image: url(../images/cont06_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cont06 .cont06_wrap {
    position: relative;
    display: block;
    height: 975px;
    text-align: center;
    padding-top: 150px;
}

.cont06 .cont06_wrap .cont06_cont {
    display: flex;
    justify-content: left;
    align-items: center;
}

.cont06 .cont06_text img {
    display: block;
}


.nav {
    position: absolute;
    top: 25.6%;
    right: 0;
    transform: translateY(-50%);
}

.RollDiv {
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 1920px;
    height: 409px;
    border: 0;
    overflow: hidden;
} 

.RollDiv > div {
    height: 409px;
    width: 2800px;
    overflow: hidden;
}

.RollDiv > div > a {
    float: left;
    display: block;
    pointer-events: none;
}  

.RollDiv > div > a > img {
    width: 618px;
    height: 409px;
    margin-right: 35px;
}


.cont07 {
    display: flex;
    align-items: center;
    background-color: #004D4C;
    height: 94px;
    width: 100%;
}

.banner_wraper {
    position: absolute;
    height: 37px;
    width: 1920px;
    overflow: hidden;
}

.banner_wraper img{
    position: absolute;
    height: 37px;
}


.cont08 {
    height: 1284px;
    min-height: 1284px;
}


.cont09 {
    height: 907px;
    min-height: 907px;
    background-image: url(../images/cont09_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cont09 .cont09_wrap {
    display: flex;
    height: 907px;
    justify-content: space-between;
    align-items: center;
}


.cont10 {
    position: relative;
    height: 1200px;
    min-height: 1200px;
    background: #FDF9EE;
}

.cont10 .cont10_wrap {
    display: flex;
    height: 1200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cont10 .cont10_wrap .cont10_title {
    margin-bottom: 112px;
}

.imagecontainer, .imagecontainer2, .imagecontainer3 {
    position: relative;
    overflow: hidden;
    height: 320px;
  }

.imagecontainer img, .imagecontainer2 img, .imagecontainer3 img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.cont10 .cont10_wrap .cont10_object_group {
    display: flex;
    width: 1360px;
    justify-content: space-between;
}

.cont10 .cont10_wrap .cont10_subtitle {
    margin: 54px 0 100px;

}

.cont10 .cont10_btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.cont10 .cont10_btn a {
    text-align: center;
}

.cont10 .cont10_subbg {
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.cont11 {
    position: relative;
    height: 1160px;
    min-height: 1160px;
    background-color: #fff;
}

.cont11 .cont11_wrap {
    display: flex;
    height: 1160px;
    flex-direction: column;
    justify-content: center;
}

.qna_box {
    margin-top: 70px;
    width: 779px;
    background-color: #fff;
}

.qna_box dl dt {
    position: relative;
    padding: 15px 0 15px;
    background-color: #fff;
}

.qna_box dl dt button {
    display: block;
    width: 100%;
    padding-right: 50px;
    text-align: left;
    font-size: 29px;
    letter-spacing: 1.5;
    line-height: 1.35;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 700;
    background: transparent;
    color: #CCCCCC;
    word-break: keep-all;
}

.qna_box > dl > dt > button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 8px;
    margin-top: -5px;
    background: url(../images/cont11_toggle_slide.png) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: .5;
}

.qna_box > dl > dd.ico_a {
    background-color: #fff;
    padding: 15px 0 15px;
    display: none;
}

.qna_box > dl > dd > span {
    position: relative;
    display: block;
    font-size: 21px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
    padding-right: 12px;
}

.qna_box > dl.on > dd {
    display:block;
}

.qna_box > dl.on > dt > button:after {
    width: 14px;
    height: 8px;
    background: url(../images/cont11_toggle_slide_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.qna_box > dl.on > dt > button {
    color: #000;
}

.gap {
    position: relative;
    margin-top: 50px;
}

.gap::after {
    content: "";
    position: absolute;
    top: -27.5%;
    left: 0;
    width: 762px;
    height: 1px;
    background-color: #707070;
    opacity: .35;
}

.cont11 .cont11_object {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 712px;
    min-height: 912px;
    background-color: #DFE3E8;
}



@media (max-width: 1536px) {

    html {
        width:100% !important;
        overflow-x:hidden !important;
    }

    .cont01 .cont01_title {
        margin-left: 120px;
    }

    .cont02 {
        height: 462px;
        min-height: 462px;
    }

    .cont02 > img {
        height: 462px;
    }

    .cont02 .cont02_title img {
        height: 72px;
    } 

    .cont08 {
        height: 1027px;
        min-height: 1027px;
    }

    .cont08 img {
        height: 1027px;
    }

    .cont11 .cont11_object {
        width: 620px;
    }

}