/* font */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/Pretendard-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Pretendard-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: url('../fonts/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: url('../fonts/Pretendard-Thin.ttf') format('truetype');
}


/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; }
section{ display:block; }
a{ color:inherit; }


.sec_top{ padding-top: 118.98px; }
.inner{ width:1200px; margin:0 auto; }
.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
	.sec_top{ padding-top: 89.91px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
	.sec_top{ padding-top: 64.03px; }
} /* mobile */

/* 메인 공통 */
.main article{ background-color: #000; z-index: 9; position: relative; }
.snowfall-flakes{ z-index: 2 !important;  }
.main .snowArti{ z-index: 1; }
.main .snowArti article{ z-index: 1; }
/* header : 헤더 */
header{ position: fixed; left: 0; top: 0; width: 100%; padding: 30px 0; background-color: #fff; z-index: 999; }
header.main.black{ background-color: #040000 !important; }
header .white{ display: none !important; }
header.main{ color: #fff; background-color: transparent; }
header.main.on{ background-color: #040000; }
header.main .white{ display: block !important; }
header.main .black{ display: none !important; }
header .inner{ width: 1790px; max-width: 100%; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
header .logo img{ width: 260px; }

header .menuContainer{ display: flex; gap: 78px; align-items: center; }
header .menuWrap .menuList{ display: flex; font-size: 20px; }
header .menuWrap .menuList > li{ padding-right: 37px; position: relative; display: flex; align-items: center; justify-content: center; }
header .menuWrap .menuList > li .menuName.active{ color: #FF5900; font-weight: 700; }
header .menuWrap .menuList > li::after{ content:'|'; position: absolute; right: calc(37px / 2); }
header .menuWrap .menuList > li:last-child{ padding-right: 0; }
header .menuWrap .menuList > li:last-child::after{ display: none; }
header .menuWrap .menuList > li .subMenu{ 
	position: absolute; left: calc(-44px / 2); top: 100%; padding: 20px 0 0 0; border-left: 2px solid #222; background-color: #fff; 
	opacity: 0; visibility: hidden; transition: opacity .5s, visibility .5s;
}
header .menuWrap .menuList > li .menuName:hover + .subMenu{ opacity: 1; visibility: visible; transition: opacity 0s, visibility 0s; }
header.main .menuWrap .menuList > li .subMenu{ background-color: #040000; }
header .menuWrap .menuList > li .menuName + .subMenu:hover{ opacity: 1; visibility: visible; transition: opacity 0s, visibility 0s; }
header .menuWrap .menuList > li .subMenu.sub01{ width: 200px;  }
header.main .menuWrap .menuList > li .subMenu{ border-left: 2px solid #fff; }
header .menuWrap .menuList > li .subMenu.sub02{ width: 222px;  }
header .menuWrap .menuList > li .subMenu > li{ padding: 10px 20px; }
header .menuWrap .menuList > li .subMenu > li.active{ font-weight: 700; }
header .snsMenu{ display: flex; gap: 20px; }
header .snsMenu img{ width: 30px; }
header .menu{ border: none; background-color: transparent; display: none; }
header .menu .icon{ width: 30px; }
header .menu .icon.close{ display: none; }
header .menu.acitve .icon.close{ display: block; }
header .menu.acitve .icon.open{ display: none; }

@media screen and (max-width: 1250px) {
	header{ padding: 20px 0; }
    header .logo img{ width: 220px; }
	header .inner{ padding: 0 10px; }
	header .logo{ width: 300px; }
	header .menuWrap .menuList{ font-size: 18px; }
	header .menuWrap .menuList > li .subMenu{ left: calc(-43px / 2); }
	header .snsMenu .icon{ width: 30px; }
}
@media screen and (max-width: 1000px) {
	header .logo{ width: 250px; }
	header .menuContainer{ gap: 40px; background-color: #fff; }
	header.main .menuContainer{ background-color: #040000; color: #fff; }
	header .menuWrap .menuList{ font-size: 16px; }
	header.main + .menuCloseBg{ filter: blur(4px);  }
	header.main .menu .icon.close{ display: none !important; }
	header.main .menu.acitve .icon.black.close{ display: none !important; }
	header.main .menu.acitve .icon.close{ display: block !important; }
	header.main .menu.acitve .icon.open{ display: none !important; }
}
@media screen and (max-width: 900px) {
	header .menu{ display: block; }
	header .menuContainer{ 
		position: fixed; right: -300px; flex-direction: column; width: 90%; max-width: 300px; top:75.42px; 
		height: calc(100vh - 75.42px); transition: right 0.5s;
	}
	header .menuContainer.active{ right: 0; }
	header .menuWrap{ width: 100%; }
	header .menuWrap .menuList{ flex-direction: column;  }
	header .menuWrap .menuList > li{ padding-right: 0; flex-direction: column; }
	header .menuWrap .menuList > li::after{ display: none; }
	header .menuWrap .menuList > li .subMenu{ width: 100%; position: static; padding: 0; border-left: none; text-align: center; }
	header .menuWrap .menuList > li .subMenu.sub01{ width: 100%; }
	header .menuWrap .menuList > li .subMenu.sub02{ width: 100%; }

	header .menuWrap .menuList > li .menuName{ padding: 10px 10px; width: 100%; text-align: center; }
	header .menuWrap .menuList > li .subMenu{ color: #7F7F7F; font-size: 0.9em; display: none; }
	header .menuWrap .menuList > li .subMenu.show{ display: block; }
	header.main .menuWrap .menuList > li .subMenu.show{ border-left: unset; color: #fff; opacity: 0.6; }
	header .menuWrap .menuList > li .subMenu > li{ padding: 5px 10px; }
	header .menuWrap .menuList > li .subMenu > li:last-child{ padding-bottom: inherit; }
	header .menuWrap .menuList > li .menuName.hasSub{ cursor: pointer; }
	header .menu .icon{ width: 25px; }

	header .menuWrap .menuList > li .subMenu{ opacity: 1; visibility: visible; }
	header + .menuCloseBg{ 
		background-color: rgba(0,0,0,0.5); left: 0; top: 0; width: 100%; height: 100vh; cursor: pointer; opacity: 1; 
		visibility: hidden; position: fixed; z-index: 99;
	}
	header + .menuCloseBg.active{ opacity: 1; visibility: visible; }
}
@media screen and (max-width: 650px) {
	header{ padding: 15px 0; }
	header .logo img{ width: 150px; }
	header .menuContainer{ height: calc(100vh - 54.81px); top: 54.81px; }
}

/* footer [푸터] */
footer{ padding: 48px 0; position: relative; z-index: 99; }
footer .inner{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
footer .companyName{ font-size: 20px; font-weight: 700;  }
footer.main .companyName{ color: #fff; }
footer.main .rightBox .menu{ color: #fff; }
footer .companyInfo{ margin-top: 10px; color: #686666; font-size: 18px; }
footer .companyInfo > li + li{ margin-top: 5px; }
footer .copyRight{ width: 100%; margin-top: 13px; color: #686666; }
footer .copyRight .ornage{ color: #FF5900; }
footer .rightBox .menu{ display: flex; gap: 25px;  }
footer .rightBox .menu .companyBtn{ background-color: transparent; border: none; font-size: 18px; }
@media screen and (max-width: 1250px) {
	footer .companyName{ font-size: 18px; }
	footer .companyInfo{ font-size: 16px; }

	footer .copyRight{ font-size: 14px; }
	footer .rightBox .menu{ font-size: 14px; }
}
@media screen and (max-width: 900px) {
	footer .rightBox{ width: 100%; margin-top: 20px; }
}
@media screen and (max-width: 650px) {
	footer .companyName{ font-size: 14px; }
	footer .companyInfo{ font-size: 13px; }
	footer .rightBox .menu{ gap: 10px; }
	footer .rightBox .menu .companyBtn{ font-size: 13px; }
	footer .copyRight{ font-size: 12px; }
}

/* [서브공통] : 제목 */
.sub .subTitle{ font-size: 40px; font-weight: 900; }
@media screen and (max-width: 1250px) {
	.sub .subTitle{ font-size: 30px;}
}
@media screen and (max-width: 650px) {
	.sub .subTitle{ font-size: 24px;}
}

/* [서브공통] : 콘텐츠 */
.sub .subContent{ margin-top: 62px; font-size: 18px; line-height: 1.5em; word-break: keep-all; }
@media screen and (max-width: 1250px) {
	.sub .subContent{ margin-top: 40px; font-size: 16px;}
}
@media screen and (max-width: 650px) {
	.sub .subContent{ margin-top: 20px; font-size: 14px;}
}

/* [서브공통] : 양쪽 선 있는 타이틀 */
.sub .barTitle{ display: flex; justify-content: center; align-items: center; gap: 20px; }
.sub .barTitle::before{ content:''; display: block; flex-grow: 1; height: 1px; background-color: #222; }
.sub .barTitle::after{ content:''; display: block; flex-grow: 1; height: 1px; background-color: #222; }
.sub .barTitle .txt{ flex-shrink: 0; font-size: 20px; font-weight: 700; }

@media screen and (max-width: 1250px) {
	.sub .barTitle{ margin-top: 40px; font-size: 16px;}
	.sub .barTitle .txt{ font-size: 18px; }
}
@media screen and (max-width: 650px) {
	.sub .barTitle{ margin-top: 20px; font-size: 14px;}
	.sub .barTitle .txt{ font-size: 16px; }
}



/* sub 공통 : 첫번째 섹션  */
.sub .firstArti{ padding: 100px 0; }
@media screen and (max-width: 1440px) {
    .sub .firstArti{ padding: 80px 0; }
}
@media screen and (max-width: 650px) {
	.sub .firstArti{ padding: 50px 0; }
}

/* sub01 : sub01_2 [ N사 서비스 ] */
.sub01_1 .arti02 .chartBox{ padding-top: 118px; overflow: hidden; padding-bottom: 191px; }
.sub01_1 .arti02 .chartBox .circleTitle{ display: block; margin: 0 auto; background-color: #222; color: #fff; width: 198px; height: 198px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 27px; font-weight: 700; border-radius: 50%; }
.sub01_1 .arti02 .chartBox .bar1{ width: 1px; height: 70px; background-color: #222; margin: 0 auto; }
.sub01_1 .arti02 .chartBox .bar2{ width: 934px; height: 1px; background-color: #222; margin: 0 auto;  }
.sub01_1 .arti02 .chartBox .boxWrap{ display: flex; flex-wrap: wrap; width: calc(100% + 44px); margin-left: -22px; }
.sub01_1 .arti02 .chartBox .boxWrap > li{ width: calc(100% / 4); padding: 0 22px; }
.sub01_1 .arti02 .chartBox .boxWrap > li:before{ content:''; display: block; width: 1px; height: 106px; background-color: #222; margin: 0 auto; }
.sub01_1 .arti02 .chartBox .boxWrap > li .item{ height: 380px; border: 1px solid #222; text-align: center; display: flex; flex-direction: column; }
.sub01_1 .arti02 .chartBox .boxWrap > li .item .titleBox{ padding: 32px 10px; font-size: 27px; font-weight: 700; border-bottom: 1px solid #222; }
.sub01_1 .arti02 .chartBox .boxWrap > li .item .contentBox{ display: flex; align-items: center; justify-content: center; flex-grow: 1; font-size: 17px; }
.sub01_1 .arti02 .chartBox .boxWrap > li .item .contentBox b{ font-weight: 700; }
@media screen and (max-width: 1250px) {
	.sub01_1 .arti02 .chartBox{ padding-top: 80px; padding-bottom: 80px; }
	.sub01_1 .arti02 .chartBox .circleTitle{ font-size: 22px; width: 160px; height: 160px; }
	.sub01_1 .arti02 .chartBox .bar1{ height: 6vw; }
	.sub01_1 .arti02 .chartBox .bar2 { width: 74vw; }
	.sub01_1 .arti02 .chartBox .boxWrap{ width: calc(100% + 20px); margin-left: -10px; }  
	.sub01_1 .arti02 .chartBox .boxWrap > li{ padding: 0 10px; }
	.sub01_1 .arti02 .chartBox .boxWrap > li:before{ height: 5vw; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item{ height: 34vw;}
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .titleBox{ font-size: 2vw; padding: 20px 10px; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .contentBox{ font-size: 1.4vw; padding: 10px; }
}
@media screen and (max-width: 900px) {
	.sub01_1 .arti02 .chartBox .bar2 { width: 49.2vw; }
	.sub01_1 .arti02 .chartBox .boxWrap > li{ width: calc(100% / 2); }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item{ height: 300px; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .titleBox{ padding: 10px; font-size: 18px; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .contentBox{ font-size: 16px; }
	
}
@media screen and (max-width: 650px) {
	.sub01_1 .arti02 .chartBox{ padding-top: 40px; padding-bottom: 40px; }
	.sub01_1 .arti02 .chartBox .circleTitle{ width: 20vw; height: 20vw; font-size: 2.8vw; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item{ height: auto; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .contentBox{ font-size: 2.3vw; height: 35vw; }
}
@media screen and (max-width: 500px) {
	.sub01_1 .arti02 .chartBox .bar2{ width: 48vw; }
	.sub01_1 .arti02 .chartBox .boxWrap{ width: calc(100% + 10px); margin-left: -5px; }
	.sub01_1 .arti02 .chartBox .boxWrap > li{ padding: 0 5px; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .titleBox{ font-size: 3.4vw; padding: 1vw; }
	.sub01_1 .arti02 .chartBox .boxWrap > li .item .contentBox{ font-size: 2.8vw; height: 42vw; padding: .5vw; }
}

/* [전체페이지 공통] : 로고 슬라이드 */
.logoSlideArti{ border-top: 1px solid #000; padding: 22px 0; width: 100%; border-bottom: 1px solid #000; overflow: hidden; position: relative; }
.logoSlideArti.main{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; color: #fff; }
.logoSlideArti .logoSlide .swiper-wrapper{ transition-timing-function: linear; }
.logoSlideArti .logoSlide .swiper-slide{ font-size: 28px; font-weight: 700; width: auto !important; }
@media screen and (max-width: 1250px) {
	.logoSlideArti .logoSlide .swiper-slide{ font-size: 24px; }
}
@media screen and (max-width: 650px) {
	.logoSlideArti .logoSlide .swiper-slide{ font-size: 20px; }
}

/* [서브페이지 공통] : 위에 선이 있는 타이틀 */
.sub .topBarTitle{ font-size: 45px; font-weight: 900; }
.sub .topBarTitle::before{ content:''; display: block; width: 100px; height: 8px; background-color: #222; margin-bottom: 36px; }
.sub .subContentBox{ margin-top: 40px; font-size: 16px; word-break: keep-all; line-height: 1.5em; }
.sub .subContentBox .underline{ text-decoration: underline; }
.sub .subContentBox .gray{ color: #7F7F7F; }
.sub .subContentBox .mo_br{ display: none; }
@media screen and (max-width: 1250px) {
	.sub .topBarTitle::before{ width: 60px; height: 4px; margin-bottom: 10px; }
	.sub .topBarTitle{ font-size: 40px; }

	.sub .subContentBox{ font-size: 15px; }
}
@media screen and (max-width: 1150px) {
	.sub .topBarTitle{ font-size: 3vw; }
}
@media screen and (max-width: 900px) {
	.sub .topBarTitle{ font-size: 4vw; }
}
@media screen and (max-width: 650px) {
	.sub .topBarTitle{ font-size: 24px; }
	.sub .topBarTitle::before{ width: 40px; height: 4px; }
	.sub .subContentBox{ font-size: 14px; margin-top: 20px; }
	.sub .subContentBox .mo_br{ display: inline-block; }
}

/* sub01 : arti03 */
.sub01_1 .arti03{ padding: 234px 0; }
.sub01_1 .arti03 .halfBox{ display: flex; flex-wrap: wrap; align-items: center; gap: 50px; }
.sub01_1 .arti03 .halfBox + .halfBox{ margin-top: 239px; }
.sub01_1 .arti03 .halfBox .imgBox .img{ width: 450px; height: 280px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.sub01_1 .arti03 .halfBox .imgBox .img.img01{ background-image: url('../img/sub01/sub01_1/computer01.png'); }
.sub01_1 .arti03 .halfBox .imgBox .img.img02{ background-image: url('../img/sub01/sub01_1/computer02.png'); }
.sub01_1 .arti03 .halfBox .imgBox .img.img03{ background-image: url('../img/sub01/sub01_1/computer03.png'); }
.sub01_1 .arti03 .halfBox .contentBox{ flex-grow: 1; }
.sub01_1 .arti03 .halfBox.right .topBarTitle{ display: flex; align-items: flex-end; flex-direction: column; }
.sub01_1 .arti03 .halfBox.right .contentBox{ text-align: right; }

@media screen and (max-width: 1250px) {
	.sub .arti03 .topBarTitle::before{ width: 60px; height: 4px; margin-bottom: 10px; }
	.sub01_1 .arti03{ padding: 150px 0; }
	.sub01_1 .arti03 .halfBox + .halfBox{ margin-top: 150px; }
}
@media screen and (max-width: 1120px) {
	.sub01_1 .arti03 .halfBox > div{ width: 100%; }
	.sub01_1 .arti03 .halfBox .imgBox{ order: 0; display: flex; justify-content: center; }
	.sub01_1 .arti03 .halfBox .contentBox{ order: 1; }
	.sub01_1 .arti03 .halfBox .topBarTitle::before{ margin: 0 auto; margin-bottom: 10px; }
	.sub01_1 .arti03 .halfBox.right .topBarTitle{ align-items: center; }
	.sub01_1 .arti03 .halfBox .topBarTitle{ text-align: center; }
	.sub01_1 .arti03 .subContentBox{ text-align: center; }
}
@media screen and (max-width: 650px) {
	.sub01_1 .arti03{ padding: 100px 0; }
	.sub01_1 .arti03 .halfBox{ gap: 20px; }
	.sub .arti03 .topBarTitle::before{ width: 40px; margin-bottom: 10px; }
	.sub01_1 .arti03 .halfBox + .halfBox{ margin-top: 50px; gap: 20px; }
	.sub01_1 .arti03 .halfBox .imgBox .img{ width: 100%; height: 50vw; }
}
@media screen and (max-width: 500px) {
	.sub01_1 .arti03 .halfBox{ gap: 20px; }
	.sub01_1 .arti03 .halfBox + .halfBox{ margin-top: 50px; gap: 20px; }
	.sub01_1 .arti03 .subContentBox{ font-size: 3vw; }
}
@media screen and (max-width: 480px) {
	.sub01_1 .arti03 .subContentBox{ font-size: 3.5vw; }
}

/* sub01_2 : [가맹광고] */
.sub01_2 .arti02{ padding-bottom: 169px; }
.sub01_2 .arti02 .contentBox{ margin-top: 169px; }

.sub01_2 .arti02 .topBarTitle{ display: flex; flex-direction: column;  }
.sub01_2 .arti02 .topBarTitle .txtWrap{ display: flex; align-items: center; }
.sub01_2 .arti02 .topBarTitle .txtWrap .txt{ padding-right: 15px; }
.sub01_2 .arti02 .topBarTitle .txtWrap .snsWrap{ display: flex; align-items: center; gap: 10px; }

@media screen and (max-width: 1250px) {
	.sub01_2 .arti02 .topBarTitle .txtWrap .snsWrap .icon{ width: auto; height: 40px; }
}
@media screen and (max-width: 650px) {
	.sub01_2 .arti02{ padding-bottom: 80px; }
	.sub01_2 .arti02 .topBarTitle .txtWrap .snsWrap .icon{ height: 30px; }
	.sub01_2 .arti02 .contentBox{ margin-top: 50px; }
}

/* sub01_3 : [인스타그램] */
.sub01_3 .contentBoxWrap{ margin:50px 0; }
.sub01_3 .contentBoxWrap .contentList{ display: flex; flex-wrap: wrap; justify-content: center; max-width: 1164px; margin: 0 auto; }
.sub01_3 .contentBoxWrap .contentList > li{ width: calc(100% / 2); padding: 30px 40px; }
.sub01_3 .contentBoxWrap .contentList > li .item{ border: 1px solid #222; height: 100%; min-height: 340px; }
.sub01_3 .contentBoxWrap .contentList > li .item .titleBox{ background-color: #000; color: #fff; padding: 50px 10px 10px 30px; position: relative; font-size: 30px; font-weight: 900; }
.sub01_3 .contentBoxWrap .contentList > li .item .titleBox::before{ content:''; display: block; width: 18px; height: 18px; background-color: #fff; border-radius: 50%; position: absolute; left: 10px; top: 10px; }
.sub01_3 .contentBoxWrap .contentList > li .item .contentBox{ padding: 40px; font-size: 18px; line-height: 1.5em; }

@media screen and (max-width: 1250px) {
	/* .sub01_3 .contentBoxWrap .contentList{ max-width: 800px; } */
	.sub01_3 .contentBoxWrap .contentList > li{ padding: 20px; width: calc(100% / 3); }
	.sub01_3 .contentBoxWrap .contentList > li .item .titleBox{ font-size: 25px; }
	.sub01_3 .contentBoxWrap .contentList > li .item .contentBox{ padding: 20px; font-size: 16px; word-break: keep-all; }
	.sub01_3 .contentBoxWrap .contentList > li .item .contentBox br{ display: none; }
}
@media screen and (max-width: 1200px) {
	.sub01_3 .contentBoxWrap .contentList > li .item .titleBox::before{ width: 1.5vw; height: 1.5vw; }
	.sub01_3 .contentBoxWrap .contentList > li .item .titleBox{ font-size: 2.5vw; padding: 3vw 1vw 1vw 1vw; }
	.sub01_3 .contentBoxWrap .contentList > li .item .contentBox{ font-size: 1.5vw; }
}
@media screen and (max-width: 950px) {
	.sub01_3 .contentBoxWrap .contentList > li{ width: calc(100% / 2); }
	.sub01_3 .contentBoxWrap .contentList > li .item .titleBox{ font-size: 25px; }
	.sub01_3 .contentBoxWrap .contentList > li .item .contentBox{ font-size: 16px; }

}
@media screen and (max-width: 650px) {
	.sub01_3 .contentBoxWrap{ margin: 20px 0 50px 0; }
	.sub01_3 .contentBoxWrap .contentList > li{ width: 100%; margin-top: 10px; padding: 0; }
	.sub01_3 .contentBoxWrap .contentList > li .item .titleBox{ font-size: 18px; padding: 20px 10px 10px 10px; }
	.sub01_3 .contentBoxWrap .contentList > li .item .titleBox::before{ width: 8px; height: 8px; }
	.sub01_3 .contentBoxWrap .contentList > li .item{ min-height: unset; }

	.sub01_3 .contentBoxWrap .contentList > li .item .contentBox{ font-size: 14px; padding: 10px; }
}

/* sub01_4 : [전문촬영본] */
.sub01_4 .arti02 .content{ text-align: center; margin-top: 123px; font-size: 18px; line-height: 1.5em; }
.sub01_4 .arti02 .listWrap{ margin-top: 90px; margin-bottom: 140px; }
.sub01_4 .arti02 .listWrap .halfBox{ display: flex; justify-content: space-between; }
.sub01_4 .arti02 .listWrap .halfBox > li .item .title{ padding: 12px 20px; background-color: #222; color: #fff; font-size: 24px; }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox{ width: 560px; height: 560px; background-size: cover; background-repeat: no-repeat; background-position: center; }

/* .sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img1_before{ background-image: url('../img/sub01/sub01_4/img01_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img1_after{ background-image: url('../img/sub01/sub01_4/img01_after.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img2_before{ background-image: url('../img/sub01/sub01_4/img2_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img2_after{ background-image: url('../img/sub01/sub01_4/img2_after.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img3_before{ background-image: url('../img/sub01/sub01_4/img3_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img3_after{ background-image: url('../img/sub01/sub01_4/img3_after.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img4_before{ background-image: url('../img/sub01/sub01_4/img4_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img4_after{ background-image: url('../img/sub01/sub01_4/img4_after.png'); } */

.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img1_after{ background-image: url('../img/sub01/sub01_4/img01_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img1_before{ background-image: url('../img/sub01/sub01_4/img01_after.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img2_after{ background-image: url('../img/sub01/sub01_4/img2_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img2_before{ background-image: url('../img/sub01/sub01_4/img2_after.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img3_after{ background-image: url('../img/sub01/sub01_4/img3_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img3_before{ background-image: url('../img/sub01/sub01_4/img3_after.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img4_after{ background-image: url('../img/sub01/sub01_4/img4_before.png'); }
.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox.img4_before{ background-image: url('../img/sub01/sub01_4/img4_after.png'); }


.sub01_4 .arti02 .listWrap .halfBox + .halfBox{ margin-top: 42px; }

@media screen and (max-width: 1250px) {
	.sub01_4 .arti02 .content{ font-size: 16px; margin-top: 50px; }
	.sub01_4 .arti02 .listWrap .halfBox > li .item .title{ padding: 1vw 2vw; font-size: 2vw; }
	.sub01_4 .arti02 .listWrap .halfBox > li .item .imgBox{ width: 45vw; height: 45vw; }
}

@media screen and (max-width: 650px) {
	.sub01_4 .arti02 .content{ font-size: 14px; }
	.sub01_4 .arti02 .listWrap{ margin-top: 50px; margin-bottom: 50px; }
	.sub01_4 .arti02 .listWrap .halfBox > li .item .title{ font-size: 3vw; }
}


/* 서브 공통 : [sub02 타이틀] */
.sub .subTitleNumber{ text-align: center; color: #FF5900; font-size: 80px; font-weight: 900; }
.sub .subTitle2{ text-align: center; margin-top: 10px; font-size: 60px; font-weight: 900; }
.sub .subContent2{ margin-top: 50px; font-size: 18px; line-height: 1.7em; text-align: center; }
.sub .subContent2 .underline{ text-decoration: underline; }

@media screen and (max-width: 1250px) {
	.sub .subTitleNumber{ font-size: 60px; }
	.sub .subTitle2{ font-size: 30px; }
	.sub .subContent2{ font-size: 16px; }
}
@media screen and (max-width: 650px) {
	.sub .subTitleNumber{ font-size: 50px; }
	.sub .subTitle2{ font-size: 30px; }
	.sub .subContent2{ font-size: 14px; }
}
@media screen and (max-width: 500px) {
	.sub .subTitleNumber{ font-size: 9vw; }
	.sub .subTitle2{ font-size:6vw; margin-top: 2vw; }
	.sub .subContent2{ margin-top: 5vw; }
}

/* 서브 공통 : [sub02 버튼] */
.sub .subBtnWrap{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 26px; }
.sub .subBtnWrap .contactBtn{ border-color: transparent; display: block; color: #fff; width: 100%; max-width: 256px; text-align: center; background-color: #FF5900; padding: 10px; font-size: 26px; border-radius: 60px; }

@media screen and (max-width: 1250px) {
	.sub .subBtnWrap .contactBtn{ padding: 5px 10px; max-width: 180px; font-size: 20px; }
}
@media screen and (max-width: 650px) {
	.sub .subBtnWrap .contactBtn{ max-width: 130px; font-size: 16px; }
}
@media screen and (max-width: 500px) {
	.sub .subBtnWrap .contactBtn{ max-width: 25vw; font-size: 3.5vw; border-radius: 20vw; }
}

/* 서브공통 : [ 핸드폰 슬라이드 ]*/
.sub .phoneSlide{ padding: 28px 0 158px 0; overflow: hidden; width: 100%; }
.sub .phoneSlide .slideWrap{ height: 30vw; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;  }
.sub .phoneSlide .phoneWrap{ pointer-events : none; position: absolute; z-index: 2; width: 19.5vw; height: 33vw; background-image: url('../img/common/phoneSlide.png'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.sub .phoneSlide .titleBox{ margin: 0 auto; border: 1px solid #222; padding: 6px 10px; text-align: center; max-width: 210px; border-radius: 100px; font-weight: 700; }
.sub .phoneSlide + .phoneSlide{ margin-top: 50px; }

.sub .phoneSlide .slideWrap{ margin-top: 80px; }
.sub .phoneSlide .slideWrap .imgBox{ filter: blur(4px); position: relative; width: 100%; height: 28vw; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; }
.sub .phoneSlide .slideWrap .swiper-slide-active .imgBox { filter: blur(0); }

@media screen and (max-width: 1250px) {
	.sub .phoneSlide .slideWrap{ height: 52vw; }
	.sub .phoneSlide .slideWrap .imgBox{ height: 48vw; }
	.sub .phoneSlide .phoneWrap{ width: 36vw; height: 55vw;  }
}
@media screen and (max-width: 760px) {
	.sub .phoneSlide .slideWrap{ height: 76vw; }
	.sub .phoneSlide .slideWrap .imgBox{ height: 72vw; }
	.sub .phoneSlide .phoneWrap{ width: 52vw; height: 80vw;  }
}	
@media screen and (max-width: 500px) {
	.sub .phoneSlide .titleBox{ font-size: 3vw; padding: 1vw 1vw; max-width: 40vw; }

	.sub .phoneSlide .slideWrap{ height: 106vw; }
	.sub .phoneSlide .slideWrap .imgBox{ height: 96vw; }
	.sub .phoneSlide .phoneWrap{ width: 70vw; height: 109vw;  }
}	


/* [sub02_3] : SNS전용 , 브랜드(음식/인테리어)촬영 */ 
.sub02_3 .article02{ margin-bottom: 20px; }
.sub02_3 .article02 .imgList{ display: flex; flex-wrap: wrap; width: 100%; }
.sub02_3 .article02 .imgList > li{ width: calc(100% / 5);  }
.sub02_3 .article02 .imgList > li .imgBox{ background-color: #222; height: 20vw; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center; }
.sub02_3 .article02 .imgList > li .imgBox .filter{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); transition: background-color 0.5s; }
.sub02_3 .article02 .imgList > li .imgBox:hover .filter{ background-color: rgba(0,0,0,0); }

@media screen and (max-width: 650px) {
	.sub02_3 .article02 .imgList > li{ width: calc(100% / 3);  }
	.sub02_3 .article02 .imgList > li .imgBox{ height: calc(100vw / 3); }
	.sub02_3 .article02 .imgList > li .imgBox .filter{ opacity: 0; }
}

/* sub03_1 : [ Contact ]*/
.sub03_1 .arti01{ padding: 110px 0;  }
.formList{ margin-top: 76px; margin-bottom: 50px; }
.formList > li{ display: flex; gap: 10px; }
.formList > li + li{ margin-top: 14px; }
.formList > li .leftBox{ width: 280px; font-size: 20px; padding: 10px 0; flex-shrink: 0; }
.formList > li .leftBox .requ{ color: #FF5900; margin-left: 3px; }
.formList > li .rightBox{ flex-grow: 1; font-size: 18px;  }
.formList > li .ipt{ width: 100%; padding: 10px; border: 1px solid #D9D9D9; border-radius: 0; background-color: #F5F5F6; }
.formList > li .areaBox{ padding: 10px; padding: 10px; border: 1px solid #D9D9D9; border-radius: 0; background-color: #F5F5F6; width: 100%; height: 158px; resize: none; }
.formList .agreeBox{ display: block; cursor: pointer; }
.formList .agreeBox + .agreeBox{ margin-top: 10px; }
.formList .agreeBox input[type="checkbox"]{ display: none; }
.formList .agreeBox input[type="checkbox"] + .txtBox{ position: relative; padding-left: 30px; }
.formList .agreeBox input[type="checkbox"] + .txtBox::before{ content:''; position: absolute; left: 0; top: 0; display: block; width: 24px; height: 24px; border-radius: 50%; background-color: #F5F5F6; border: 1px solid #D9D9D9; }
.formList .agreeBox input[type="checkbox"]:checked + .txtBox::before{ background-image: url('../img/common/check_icon.png'); background-size: 70%; background-repeat: no-repeat; background-position: center; }
.formList .agreeBox input[type="checkbox"] + .txtBox .requ{ color: #FF5900; }
.formList .agreeBox input[type="checkbox"] + .txtBox .gray{ color: #7F7F7F; }

@media screen and (max-width: 1250px) {
	.formList > li .leftBox{ width: 180px; }
}
@media screen and (max-width: 650px) {
	.formList > li .leftBox{ font-size: 16px; }
	.formList > li .rightBox{ font-size: 16px; }
}
@media screen and (max-width: 500px) {
	.sub03_1 .arti01{ padding: 70px 0; }
	.formList > li { flex-wrap: wrap; }
	.formList > li .leftBox{ width: 100%; }
	.formList > li .rightBox{ width: 100%; }
	.formList > li .leftBox{ padding: 0 5px 0 0; }

	.formList .agreeBox input[type="checkbox"] + .txtBox{ padding-left: 26px; font-size: 14px; }
	.formList .agreeBox input[type="checkbox"] + .txtBox::before{ width: 20px; height: 20px; }
	.formList .agreeBox input[type="checkbox"] + .txtBox .gray{ display: inline-block; }
}


/* privacy popup : 개인정보 처리방침 및 이용약관 */
.privacyPopup{ 
	position: fixed; background-color: rgba(0, 0, 0, 0.60); width: 100%; height: 100%; z-index: 99999; left: 0; top: 0; 
	display: flex; align-items: center; justify-content: center; 
	opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s;
}
.privacyPopup.active{ opacity : 1; visibility: visible; }
.privacyPopup .inner{ max-width: 600px; }
.privacyPopup .contentWrap{ background-color: #fff; padding: 40px 30px; }
.privacyPopup .contentWrap .titleBox{ display: flex; justify-content: space-between; align-items: center; }
.privacyPopup .contentWrap .titleBox span{ font-weight: 600; font-size: 24px;  }
.privacyPopup .contentWrap .titleBox .closeBtn{ cursor: pointer;  }

.privacyPopup .contentWrap .contentBox{ margin-top: 30px; background-color: #F7F7F7; padding: 30px; max-height: 60vh; overflow-y: scroll; }

@media screen and (max-width: 650px) {
	.privacyPopup .contentWrap{ padding: 30px 20px; }
	.privacyPopup .contentWrap .titleBox span{ font-size: 18px; }
	.privacyPopup .contentWrap .contentBox{ padding: 15px; margin-top: 20px; font-size: 14px; }
}


/* main : [메인 공통 , 타이틀 ] */
.main{ background-color: #040000; color: #fff; }
.main .orange{ color: #FF5900; }

.main .mainTitleBox{ text-align: center; font-size: 50px; font-weight: 700; }
.main .mainTitleBox .mo_br{ display: none; }
.main .mainTitleBox .dot{ position: relative; }
.main .mainTitleBox .dot::before{ content:''; display: inline-block; width: 14px; height: 14px; background-color: #FF5900; border-radius: 50%; position: absolute; left: -15px; top: -5px; }

@media screen and (max-width: 1250px) {
	.main .mainTitleBox{ font-size: 40px; }
	.main .mainTitleBox .dot::before{ width: 10px; height: 10px; }
}
@media screen and (max-width: 650px) {
	.main .mainTitleBox{ font-size: 35px; }
	.main .mainTitleBox .mo_br{ display: inline-block; }
	.main .mainTitleBox .dot::before{ width: 6px; height: 6px; left: -10px; top: -3px;  }
}
@media screen and (max-width: 500px) {
	.main .mainTitleBox{ font-size: 8vw; }
	.main .mainTitleBox .dot::before{ width: 1.5vw; height: 1.5vw; left: -1.5vw; top: 0;  }
}
/* main : [메인 공통 , 컨텐츠 ] */
.main .mainContentBox{ margin-top: 50px; text-align: center; font-size: 22px; line-height: 1.5em; }
.main .mainContentBox b{ font-weight: 700; }
.main .mainContentBox .underline{ text-decoration: underline; }
@media screen and (max-width: 1250px) {
	.main .mainContentBox{ font-size: 20px; }
}
@media screen and (max-width: 650px) {
	.main .mainContentBox{ font-size: 16px; }
}
@media screen and (max-width: 500px) {
	.main .mainContentBox{ font-size: 3.5vw; margin-top: 10vw; }
}

/* main : [메인 공통 , 상자 속 제목 ] */
.main .mainCircleTitle{ text-align: center; margin: 0 auto; border: 1px solid #fff; padding: 12px 10px; border-radius: 60px; max-width: 640px; font-size: 28px; font-weight: 700; }
@media screen and (max-width: 1250px) {
	.main .mainCircleTitle{ font-size: 25px; padding: 10px; max-width: 550px; }
}
@media screen and (max-width: 650px) {
	.main .mainCircleTitle{ font-size: 20px; max-width: 480px; }
}
@media screen and (max-width: 500px) {
	.main .mainCircleTitle{ font-size: 3.5vw; padding: 2vw 1vw; max-width: 76vw; }
}

/* 메인 : [그동안 답답하셨죠?]*/
.main .frustratedArti{ padding: 300px 0 185px 0; overflow: hidden; }
.main .frustratedArti .titleBox{ display: flex; align-items: center; }
.main .frustratedArti .titleBox .lineBox{ height: 1px; flex-grow: 1;  background-color: #fff; position: relative; display: flex; align-items: center; }
.main .frustratedArti .mainTitleBox{ padding: 50px 100px; position: relative; display: flex; align-items: center; justify-content: center; }
.main .frustratedArti .mainTitleBox .circle{ border: 1px solid #fff; position: absolute; width: 100%; height: 100%; border-radius: 50%; }
.main .frustratedArti .mainTitleBox .circle.circle01{transform: rotate(-6.34deg);}
.main .frustratedArti .mainTitleBox .circle.circle02{transform: rotate(6.34deg);}
.main .frustratedArti .mainTitleBox .line{ width: 100%; height: 1px; background: #fff; position: absolute; display: flex; align-items: center; justify-content: center; }
.main .frustratedArti .mainTitleBox .line.leftLine{ left:calc(-100% + 6px); }
.main .frustratedArti .mainTitleBox .line.rightLine{ left:calc(100% - 6px); }

.main .frustratedArti .mainTitleBox .line::after{ content:''; display: block; width: 70px; height: 70px; position: absolute; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.main .frustratedArti .mainTitleBox .line.rightLine::after{ transform: rotate(-135deg); }
.main .frustratedArti .mainTitleBox .line.leftLine::after{ transform: rotate(45deg); }

.main .frustratedArti .mainTitleBox .textBox .sparkBox{ position: relative; display:inline-block; }
.main .frustratedArti .mainTitleBox .textBox .spark{ position: absolute; width: 14px; height: 14px; background-image: url('../img/main/frustratedArti/sparkle.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.main .frustratedArti .mainTitleBox .textBox .spark.spark01{ left: -10px; top: 0; }
.main .frustratedArti .mainTitleBox .textBox .spark.spark02{ width: 10px; height: 10px; left: 0; top: -3px; }
.main .frustratedArti .mainTitleBox .textBox .spark.spark03{ right: -10px; bottom: 0; }

@media screen and (max-width: 1250px) {
	.main .frustratedArti{ padding: 200px 0 120px 0; }
	.main .frustratedArti .mainTitleBox{ padding: 40px 80px; }
	.main .frustratedArti .mainTitleBox .line::after{ width: 40px; height: 40px; }
}
@media screen and (max-width: 850px) {
	.main .frustratedArti{ padding: 150px 0 100px 0; }
	.main .frustratedArti .mainTitleBox .line.leftLine::after{ right: 25px; }
	.main .frustratedArti .mainTitleBox .line.rightLine::after{ left: 25px; }
}
@media screen and (max-width: 500px) {
	.main .frustratedArti{ padding: 40vw 0 30vw 0; }
	.main .frustratedArti .mainTitleBox{ padding: 6vw 14vw; }
	.main .frustratedArti .mainTitleBox .line::after{ width: 5vw; height: 5vw; }

}

/* 메인 : [PERFORMANCE MARKETING]*/
.main .marketingArti .inner{ padding: 200px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.main .marketingArti .mainCircleTitle.type01{ margin-top: 92px; max-width: 440px; }

.main .marketingArti .stepList{ margin-top: 79px; display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin-left: -10px; }
.main .marketingArti .stepList > li{ padding: 10px; width: calc(100% / 5); }
.main .marketingArti .stepList > li .item{ display: flex; flex-direction: column; padding: 20px; background-color: #1C1C1C; height: 100%; text-align: center; }
.main .marketingArti .stepList > li .item .stepNumber{ color: #FF5900; font-size: 22px; }
.main .marketingArti .stepList > li .item .stepNumber::after{ content:''; display: block; margin: 5px auto 20px auto; width: 30px; height: 1px; background-color: #FF5900; }
.main .marketingArti .stepList > li .item .iconBox{ margin: 0 auto; width: 58px; height: 58px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.main .marketingArti .stepList > li .item .content{ margin-top: 20px; font-size: 24px; flex-grow: 1; display: flex; align-items: center; justify-content: center; line-height: 1.4em; }

.main .marketingArti .mainCircleTitle.type02{ margin-top: 80px; }

@media screen and (max-width: 1250px) {
	.main .marketingArti .inner{ padding: 150px 0; }
	.main .marketingArti .mainCircleTitle.type01{ font-size: 25px; padding: 10px; max-width: 350px; }
	.main .marketingArti .stepList{ width: 100%; margin-left: 0; margin-top: 30px; }
	.main .marketingArti .stepList > li .item .iconBox{ width: 5vw; height: 5vw; }
	.main .marketingArti .stepList > li .item .stepNumber{ font-size: 1.6vw; }
	.main .marketingArti .stepList > li .item .stepNumber::after{ margin: 1vw auto; }
	.main .marketingArti .stepList > li .item .content{ font-size: 1.6vw; }
}
@media screen and (max-width: 900px) {
	.main .marketingArti .stepList{ justify-content: center; }
	.main .marketingArti .stepList > li{ width: calc(100% / 3); }
	.main .marketingArti .stepList > li .item .stepNumber{ font-size: 2.5vw; }
	.main .marketingArti .stepList > li .item .content{ font-size: 2.2vw; margin-top: 2vw; }
}
@media screen and (max-width: 650px) {
	.main .marketingArti .inner{ padding: 100px 0; }
	.main .marketingArti .mainCircleTitle.type01{ margin-top: 50px; font-size: 20px; max-width: 300px; }
	.main .marketingArti .stepList > li .item .content{ font-size: 3vw; }
}
@media screen and (max-width: 500px) {
	.main .marketingArti .inner{ padding: 30vw 0; }
	.main .marketingArti .stepList{ margin-top: 10vw; }
	.main .marketingArti .stepList > li{ padding: 1vw; }
	.main .marketingArti .stepList > li .item{ padding: 4vw; }
	.main .marketingArti .stepList > li .item .stepNumber{ font-size: 3vw; }
	.main .marketingArti .stepList > li .item .iconBox{ margin-top: 3vw; width: 10vw; height: 10vw; }
	.main .marketingArti .mainCircleTitle.type01{ margin-top: 10vw; font-size: 3.5vw; padding: 2vw 1vw; max-width: 60vw; }
	.main .marketingArti .mainCircleTitle.type02{ margin-top: 10vw; }
}


/* 메인 : [클라이언트와 마케팅 각 분야 전문가들의 1:1 소통]*/
.main .clientArti .inner{ padding: 200px 0; border-bottom: 1px solid #fff; }
.main .clientArti .mo_br{ display: none; }
.main .clientArti .mainCircleTitle.type01{ margin-top: 53px; }
.main .clientArti .mainCircleTitle + .mainCircleTitle{ margin-top: 29px; }
.main .clientArti .orangeTitle{ padding: 10px; color: #fff; background-color: #FF5900; text-align: center; margin: 65px auto 0 auto; font-size: 26px; font-weight: 700; max-width: 400px;}

@media screen and (max-width: 1250px) {
	.main .clientArti .orangeTitle{ font-size: 24px; }
}
@media screen and (max-width: 650px) {
	.main .clientArti .inner{ padding: 100px 0; }
	.main .clientArti .mo_br{ display: inline-block; }
	.main .clientArti .mainCircleTitle + .mainCircleTitle{ margin-top: 10px; }
	.main .clientArti .orangeTitle{ font-size: 20px; }
}
@media screen and (max-width: 500px) {
	.main .clientArti .inner{ padding: 30vw 0; }
	.main .clientArti .mainCircleTitle.type01{ margin-top: 3vw; }
	.main .clientArti .mainCircleTitle + .mainCircleTitle{ margin-top: 2vw; }
	.main .clientArti .orangeTitle{ font-size: 5vw; padding: 1vw; max-width: 65vw; margin-top: 10vw;  }
}

/* main .sponserArti : [단단하게, 차근차근 성장하고 있습니다]*/
.main .sponserArti{ padding: 200px 0 0 0; position: relative; z-index: 2; }
.main .sponserArti .mainCircleTitle.type01{ margin-top: 61px; }
.main .sponserArti .logoList{ margin-top: 55px; display: flex; flex-wrap: wrap; }
.main .sponserArti .logoList > li{ width: calc(100% / 6); padding: 12px; }
.main .sponserArti .logoList > li img{ width: 100%; }
@media screen and (max-width: 900px) {
	.main .sponserArti .logoList > li{ width: calc(100% / 5); }
}
@media screen and (max-width: 650px) {
	.main .sponserArti{ padding: 100px 0 0 0; }
	.main .sponserArti .logoList > li{ width: calc(100% / 4); }
}
@media screen and (max-width: 500px) {
	.main .sponserArti{ padding: 30vw 0 0 0; }
	.main .sponserArti .mainCircleTitle.type01{ margin-top: 10vw; }
	.main .sponserArti .logoList{ margin-top: 10vw; }
}

/* main .applyArti : [문의하기]*/
.main .applyArti{ position: relative; z-index: 2; padding: 200px 0 0 0; }
.main .applyArti .formList .ipt{ background-color: #040000; }
.main .applyArti .formList .areaBox{ background-color: #040000; }
.main .applyArti .formList .agreeBox input[type="checkbox"] + .txtBox::before{ background-color: #040000; background-position: center; }
.main .applyArti .subBtnWrap{ margin-bottom: 200px;  display: flex; align-items: center; justify-content: center; margin-top: 74px;  } 
.main .applyArti .subBtnWrap .contactBtn{ display: block; width: 100%; max-width: 256px; border-radius: 60px; background-color: #FF5900; padding: 10px; border: none; font-size: 26px; }
@media screen and (max-width: 1250px) {
	.main .applyArti .subBtnWrap .contactBtn{ padding: 5px 10px; max-width: 180px; font-size: 20px; }
}
@media screen and (max-width: 650px) {
    .main .applyArti{ padding: 100px 0 0 0; }
	.main .applyArti .subBtnWrap{ margin: 0 0 100px 0; }
	.main .applyArti .subBtnWrap .contactBtn{ max-width: 130px; font-size: 16px; }
}
@media screen and (max-width: 500px) {
    .main .applyArti{ padding: 30vw 0 0 0; }
	.main .applyArti .subBtnWrap{ margin: 0 0 20vw 0; margin-top: 10vw; }
	.main .applyArti .subBtnWrap .contactBtn{ max-width: 25vw; font-size: 3.5vw; border-radius: 20vw; }
}

/* [메인] 눈내리는 효과 */
.main .snowArti{ position: relative; }
.main .snow_wrap { overflow: hidden; } 
.main .snow_wrap  .snow { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } 

/* 메인 비주얼 */
.main .visualArti{ padding: 17vw 0; text-align: center; position: relative; }
.main .visualArti .txtBox{ font-size: 90px; font-weight: 700; position: relative; z-index: 9; }
.main .visualArti .txtBox .mo_br{ display: none; }
.main .visualArti .background{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
@media screen and (max-width: 1250px) {
	.main .visualArti .txtBox{ font-size: 6vw; }
	.main .visualArti .txtBox .icon{ width: 10vw; }
}
@media screen and (max-width: 900px) {
	.main .visualArti .txtBox{ font-size: 8vw; }
	.main .visualArti .txtBox .icon{ width: 12vw; }
}
@media screen and (max-width: 650px) {
	.main .visualArti .txtBox{ font-size: 10vw; }
	.main .visualArti .txtBox .mo_br{ display: inline-block; }
	.main .visualArti .txtBox .icon{ width: 12vw; }
}
@media screen and (max-width: 500px) {
	.main .visualArti{ padding: 70vw 0; }

}

/* 라디오폼 */
.formList > li .rightBox .radioWrap{ display: flex; flex-wrap: wrap; gap: 10px; }
.formList > li .rightBox .radioWrap label{ margin-right: 20px; cursor: pointer; }
.formList > li .rightBox .radioWrap label input[type="radio"]{ display: none; }
.formList > li .rightBox .radioWrap label input[type="radio"] + .txt{ position: relative; display: flex; align-items: center; gap: 10px; font-size: 20px; }
.formList > li .rightBox .radioWrap label input[type="radio"] + .txt::before{ content:''; display: block; width: 22px; height: 22px; border: 1px solid #fff; border-radius: 50%; }
.formList > li .rightBox .radioWrap label input[type="radio"]:checked + .txt::before{ background-image: url('../img/common/check_icon.png'); background-size: 70%; background-repeat: no-repeat; background-position: center; }
@media screen and (max-width: 1250px) {
    .formList > li .rightBox .radioWrap label input[type="radio"] + .txt{ font-size: 16px; }
}
@media screen and (max-width: 650px) {
    .formList > li .rightBox .radioWrap label input[type="radio"] + .txt{ font-size: 14px; gap: 8px; }
}