@charset "UTF-8";

/* background-image preload - 호버 이미지 로드용 */
body::after {
	position:absolute; 
    width:0; 
    height:0; 
    overflow:hidden; 
    z-index:-1;
    
    /* load images */
    content:
    url(../images/floating-banner-bg-2.png);
	
}

/* 공통 영역 */
.campaign-wrap {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

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


/* 플로팅배너 영역 */

.camp-floating-banner {
    cursor: pointer;
    width: 290px;
    height: 220px;
    background-image: url(../images/floating-banner-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 5%;
    right: -.25%;
    z-index: 999;
    transition: all .25s ease-in-out !important;
}

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

.camp-floating-banner:hover {
    background-image: url(../images/floating-banner-bg-2.png);
}


/* cont01 : 메인 비쥬얼 영역 */

.cont01 {
    max-width: 1920px;
    height: 960px;
    min-height: 960px;
    background-image: url(../images/cont01_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont01 .cont01_wrap {
    position: relative;
    width: 1400px;
    height: 960px;
    margin: 0 auto;
    margin-bottom: 128px;
    display: flex;
    align-items: center;
}

.cont01 .cont01_title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.cont01 .cont01_title .cont01_subtitle {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -.015em;
    line-height: 1.7;
    text-align: center;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.68);
    color: #fff;
    margin-top: 0;
}

.cont01 .cont01_title .cont01_subtitle.cont01_subtitle02 {
    margin-top: 20px;
}

.cont01 .cont01_title .cont01_subtitle b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}

.cont01 .cont01_title .cont01_btn {
    margin-top: 40px;
    text-align: center;
}


/* 버튼 영역 */

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

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

.button--dione {
	background: none;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 28px;
	width: 326px;
	height: 100px;
    line-height: 100px;
	vertical-align: middle;
    border-radius: 15px;
    letter-spacing: 0;
}

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

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

.button--dione:hover>span {
	outline-offset: 12px;
	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; */
    background-image: -moz-linear-gradient( 90deg, rgb(255,215,0) 0%, rgb(0,87,183) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,215,0) 0%, rgb(0,87,183) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,215,0) 0%, rgb(0,87,183) 100%);
}

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

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

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


/* cont02 : 슬라이드드 영역 */

.cont02 {
    position: relative;
    width: 1920px;
    max-width: 1920px;
    height: 880px;
    min-height: 880px;
    margin: 0 auto;
}

.cont02 .cont02_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 1400px;
    height: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont02 .cont02_wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 144px;
    left: 0;
    opacity: .5;
}

.cont02 .cont02_text {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 690px;
}

.cont02 .cont02_text .cont02_main {
    width: 1400px;
    height: 650px;
}

.cont02 .cont02_text .cont02_main > img {
    display: block;
    margin-left: 20px;
}

.cont02 .cont02_text .cont02_desc {
    margin: 40px 0 0 28px;
}

.cont02 .cont02_text .cont02_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 28px;
}

.cont02 .cont02_text .cont02_desc p:last-child {
    margin-bottom: 0;
}

.cont02 .cont02_text .cont02_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}

.cont02 .cont02_text .cont02_desc .cont02_desc03 img {
    display: block;
    margin-left: -20px;
}

.cont02 .cont02_text .cont02_subdesc {
    width: 38%;
    margin-right: 28px;
}

.cont02 .cont02_text .cont02_subdesc .cont02_subdesc01 {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 18px;
    line-height: 1.65;
    letter-spacing: -.015em;
    color: #fff;
    text-align: right;
}

.cont02 .cont02_text .cont02_subdesc .cont02_subdesc02 {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 16px;
    line-height: 1.65;
    letter-spacing: -.005em;
    color: #fff;
    margin-top: 18px;
    text-align: right;
}

.cont02 .cont02_text .cont02_subdesc span > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}

.cont02 .cont02_slick {
    width: 100%;
    max-width: 1920px;
    height: 880px;
    max-height: 880px;
}

.cont02 .cont02_slick .cont02_slide01 {
    width: 1920px;
    height: 880px;
    min-height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont02_bg01.png);
}

.cont02 .cont02_slick .cont02_slide02 {
    width: 1920px;
    height: 880px;
    min-height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont02_bg02.png);
}

.cont02 .cont02_slick .cont02_slide03 {
    width: 1920px;
    height: 880px;
    min-height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont02_bg03.png);
}

.cont02 .cont02_slick .cont02_slide04 {
    width: 1920px;
    height: 880px;
    min-height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont02_bg04.png);
}

.cont02 .cont02_slick .cont02_slide05 {
    width: 1920px;
    height: 880px;
    min-height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont02_bg05.png);
}

.cont02 .cont02_slick .cont02_slide06 {
    width: 1920px;
    height: 880px;
    min-height: 880px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont02_bg06.png);
}

.cont02 .slick-arrow {
    text-indent: -9999px;
    width: 35px;
    height: 76px;
    z-index: 998;
}

.cont02 .slick-arrow.slick-prev {
    background: url(../images/cont02_arrow_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 120px;
    z-index: 998;
}

.cont02 .slick-arrow.slick-next {
    background: url(../images/cont02_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 120px;
}

.cont02 .slick-dots {
    width: 200px;
    right: 260px;
    bottom: 100px;
    z-index: 998;
}

.cont02 .slick-dots li button {
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: .5;
}

.cont02 .slick-dots li.slick-active button {
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}


/* cont03 : 아이들의 미래가 멈췄습니다. 영역 */

.cont03 {
    height: 730px;
    min-height: 730px;
    background-image: url(../images/cont03_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont03 .cont03_wrap {
    width: 1440px;
    height: 730px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont03 .cont03_text {
    margin-left: 290px;
}

.cont03 .cont03_text > img {
    margin-left: -4px;
}

.cont03 .cont03_text .cont03_desc {
    margin-top: 43px;
}

.cont03 .cont03_text .cont03_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -0.015em;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 28px;
}

.cont03 .cont03_text .cont03_desc img {
    margin-left: -20px;
}

.cont03 .cont03_text .cont03_desc p:last-child {
    margin-bottom: 0;
}

.cont03 .cont03_text .cont03_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}


/* cont04 : 다시 시작할 기회가 필요합니다. 영역 */

.cont04 {
    height: 735px;
    min-height: 735px;
    background-image: url(../images/cont04_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont04 .cont04_wrap {
    width: 1400px;
    height: 735px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cont04 .cont04_text {
    margin-left: 30px;
}

.cont04 .cont04_text .cont04_desc {
    margin: 43px 0 0 5px;
}

.cont04 .cont04_text .cont04_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 28px;
}

.cont04 .cont04_text .cont04_desc p:last-child {
    margin-bottom: 0;
}

.cont04 .cont04_text .cont04_desc > p > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
}


/* cont05 : 후원독려 및 사업소개 영역 */

.cont05 {
    height: 1228px;
    min-height: 1228px;
    background-image: url(../images/cont05_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont05 .cont05_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1400px;
    height: 1228px;
    margin: 0 auto;
}

.cont05 .cont05_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cont05 .cont05_text .cont05_desc {
    text-align: center;
}

.cont05 .cont05_text .cont05_desc > p {
    margin-top: 34px;
}

.cont05 .cont05_text .cont05_desc .cont05_desc01 {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 25px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #121212;
}

.cont05 .cont05_text .cont05_desc .cont05_btn {
    margin-top: 34px;
}

.cont05 .cont05_text .cont05_desc .cont05_desc02 {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 20px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #121212;
    opacity: .72;
    margin-bottom: 78px;
}

.cont05 .cont05_table {
    display: flex;
    margin: 0 auto;
}

.cont05 .cont05_table > div {
    filter: drop-shadow(0 0 20px rgba(0,0,0,.31));
}

.cont05 .cont05_slick01 {
    width: 440px;
    margin-right: 40px;
}

.cont05 .cont05_slick01 .cont05_slick01_slide01 {
    width: 440px;
    height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont05_table01_img01.png);
}

.cont05 .cont05_slick01 .cont05_slick01_slide02 {
    width: 440px;
    height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont05_table01_img02.png);
}

.cont05 .cont05_slick01 .cont05_slick01_slide03 {
    width: 440px;
    height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont05_table01_img03.png);
}

.cont05 .cont05_table01_nametable {
    display: block;
    width: 440px;
    height: 74px;
    line-height: 74px;
    background-color: #003a2e;
    text-align: center;
}

.cont05 .cont05_table01_nametable .cont05_table01_name {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 800;
	font-size: 27px;
    letter-spacing: -.025em;
    color: #fff;
}

.cont05 .cont05_table01_litable {
    width: 440px;
    height: 161px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.cont05 .cont05_slick01 .slick-dots {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    left: 50%;
    bottom: -197px;
    transform: translateX(-50%);
    z-index: 998;
}

.cont05 .cont05_slick01 .slick-dots li {
    width: 100%;
    margin: 0;
}

.cont05 .cont05_slick01 .slick-dots li a {
    width: 100%;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 22px;
    letter-spacing: -.02em;
    color: #121212;
}

.cont05 .cont05_slick01 .slick-dots li.slick-active a {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700 !important;
	font-size: 22px;
    letter-spacing: -.02em;
    color: #121212;
}

.cont05 .cont05_table .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.cont05 .cont05_slick01 .slick-dots li button {
    width: 440px;
    height: 30px;
    opacity: .5;
}

.cont05 .cont05_slick01 .slick-dots li.slick-active button {
    background-color: #000;
    width: 440px;
    height: 30px;
    opacity: 1;
}

.cont05 .cont05_slick02 {
    width: 440px;
}

.cont05 .cont05_slick02 .cont05_slick02_slide01 {
    width: 440px;
    height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont05_table02_img01.png);
}

.cont05 .cont05_slick02 .cont05_slick02_slide02 {
    width: 440px;
    height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont05_table02_img02.png);
}

.cont05 .cont05_slick02 .cont05_slick02_slide03 {
    width: 440px;
    height: 276px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/cont05_table02_img03.png);
}

.cont05 .cont05_table02_nametable {
    display: block;
    width: 440px;
    height: 74px;
    line-height: 74px;
    background-color: #003a2e;
    text-align: center;
}

.cont05 .cont05_table02_nametable .cont05_table02_name {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 800;
	font-size: 27px;
    letter-spacing: -.025em;
    color: #fff;
}

.cont05 .cont05_table02_litable {
    width: 440px;
    height: 161px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.cont05 .cont05_slick02 .slick-dots {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: 100%;
    left: 50%;
    bottom: -197px;
    transform: translateX(-50%);
    z-index: 998;
}

.cont05 .cont05_slick02 .slick-dots li {
    width: 100%;
    margin: 0;
}

.cont05 .cont05_slick02 .slick-dots li a {
    width: 100%;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 22px;
    letter-spacing: -.02em;
    color: #121212;
}

.cont05 .cont05_slick02 .slick-dots li.slick-active a {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700 !important;
	font-size: 22px;
    letter-spacing: -.02em;
    color: #121212;
}

.cont05 .cont05_slick02 .slick-dots li button {
    width: 440px;
    height: 30px;
    opacity: .5;
}

.cont05 .cont05_slick02 .slick-dots li.slick-active button {
    background-color: #000;
    width: 440px;
    height: 30px;
    opacity: 1;
}

.cont05 .cont05_subdesc {
    position: relative;
    text-align: center;
    margin-top: 70px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 500;
	font-size: 17px;
    letter-spacing: -.015em;
    opacity: .9;
}

.cont05 .cont05_subdesc > b {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 700;
	font-size: 17px;
    letter-spacing: -.015em;
}

.cont05 .cont05_subdesc::before {
    content: '';
    position: absolute;
    width: 920px;
    height: 1px;
    background: #121212;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .3;
}


/* cont06 : 전쟁 발발 후 피난 가는 우크라이나 시민들과 아이들 영역 */

.cont06 {
    height: 400px;
    min-height: 400px;
    background: #121212;
}

.cont06 .cont06_title {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
	font-size: 22px;
    letter-spacing: -.015em;
    color: #fff;
}

.cont06 .cont06_title h4 {font-weight: 600;}

.cont06 .cont06_imglist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.cont06 .cont06_imglist > div.cont06_img {
    box-sizing: border-box;
    width: 480px;
    max-width: 480px;
    height: 320px;
    max-height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .25s ease-in-out;
    opacity: .5;
}

.cont06 .cont06_imglist .cont06_img01 {
    background-image: url(../images/cont06_img01.png);
}

.cont06 .cont06_imglist .cont06_img02 {
    background-image: url(../images/cont06_img02.png);
}

.cont06 .cont06_imglist .cont06_img03 {
    background-image: url(../images/cont06_img03.png);
}

.cont06 .cont06_imglist .cont06_img04 {
    background-image: url(../images/cont06_img04.png);
}

.cont06 .cont06_imglist > div.cont06_img:hover {
    opacity: 1;
}


/* cont07 : 임시 피난처에서 긴급구호로 생활용품 배분 영역 */

.cont07 {
    height: 400px;
    min-height: 400px;
    background: #121212;
}

.cont07 .cont07_title {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
	font-size: 22px;
    letter-spacing: -.015em;
    color: #fff;
}

.cont07 .cont07_title h4 {font-weight: 600;}

.cont07 .cont07_imglist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    overflow: hidden;
}

.cont07 .cont07_imglist > div.cont07_img {
    display: block;
    box-sizing: border-box;
    width: 480px;
    max-width: 480px;
    height: 320px;
    max-height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .25s ease-in-out;
    opacity: .5;
}

.cont07 .cont07_imglist .cont07_img01 {
    background-image: url(../images/cont07_img01.png);
}

.cont07 .cont07_imglist .cont07_img02 {
    background-image: url(../images/cont07_img02.png);
}

.cont07 .cont07_imglist .cont07_img03 {
    background-image: url(../images/cont07_img03.png);
}

.cont07 .cont07_imglist .cont07_img04 {
    background-image: url(../images/cont07_img04.png);
}

.cont07 .cont07_imglist > div.cont07_img:hover {
    opacity: 1;
}


/* cont08 : 우크라이나 아이들은 내일을 꿈꿉니다. 영역 */

.cont08 {
    height: 628px;
    min-height: 628px;
    background-image: url(../images/cont08_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cont08 .cont08_wrap {
    width: 1400px;
    height: 628px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cont08 .cont08_text {
    margin-left: 30px;
}

.cont08 .cont08_text .cont08_desc {
    margin: 43px 0 0 5px;
}

.cont08 .cont08_text .cont08_desc p {
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 24px;
    letter-spacing: -.015em;
    line-height: 1.65;
    color: #fff;
    margin-bottom: 28px;
}

.cont08 .cont08_text .cont08_desc p:last-child {
    margin-bottom: 0;
}


/* cont09 : 임시 피난처에서 긴급구호로 생활용품 배분 영역 */

.cont09 {
    height: 720px;
    min-height: 720px;
    background: #ffd700;
}

.cont09 .cont09_title {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
	font-weight: 600;
	font-size: 22px;
    letter-spacing: -.015em;
    color: #121212;
}

.cont09 .cont09_title h4 {font-weight:700}

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

.banner_wraper img{
    position: absolute;
    width: auto;
    height: 640px;
}


/* cont10 : COPYRIGHT */

.cont10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 162px;
    background-color: #000;
    margin: 0 auto;
}

.cont10 span {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 10px;
}

.cont10 p {
    display: block;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #fff;
    opacity: .3;
}


@media (max-width: 1536px) {

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

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

    .camp-floating-banner {
        right: 1%;
    }

	.cont01, .cont02, .cont03, .cont04, .cont05, .cont06, .cont07, .cont08, .cont10 {
		zoom:0.85;
	}

	.cont02 .cont02_wrap {
	    transform: translate(-55%,-50%);
	}

    .cont02 .cont02_wrap::before {
        width: 96.5%;
    }

    .cont02 .cont02_slick .cont02_slide01 {
        background-image: url(../images/cont02_bg01_1536.png);
    }

    .cont02 .cont02_slick .cont02_slide02 {
        background-image: url(../images/cont02_bg02_1536.png);
    }

    .cont02 .cont02_slick .cont02_slide03 {
        background-image: url(../images/cont02_bg03_1536.png);
    }

    .cont02 .cont02_slick .cont02_slide04 {
        background-image: url(../images/cont02_bg04_1536.png);
    }

    .cont02 .cont02_slick .cont02_slide05 {
        background-image: url(../images/cont02_bg05_1536.png);
    }

    .cont02 .cont02_slick .cont02_slide06 {
        background-image: url(../images/cont02_bg06_1536.png);
    }

	.cont02 .slick-arrow.slick-prev {
	    left: 4%;
	}
	
	.cont02 .slick-arrow.slick-next {
	    right: 11%;
	}

	.cont02 .slick-dots {
	    right: 20%;
	}

	.cont02 .cont02_text .cont02_subdesc {
		margin-right : 5.5%
	}

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

}