@charset "utf-8";
body{
	font-family: "Noto Sans KR", sans-serif;
	margin:0;
	padding:0;
}
*{
	box-sizing: border-box;
}

[data-index] {
    opacity: 0;
}
ul{
    list-style-type: none;
	padding:0;
	margin:0;
}
img{
	object-fit: cover;
}
.inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 100px 0px;
}
.title_box {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.title{
    font-size: 53px;
    font-weight: 700;
    margin-bottom: 40px;
}
.content_title{
	font-size: 22px;
    font-weight: 650;
    color: #000;
    margin-top: 5px;
}
.content_sub_title{
	font-size: 16px;
    font-weight: 350;
    color: #1e1e1e;
    padding-top: 5px;
}
.img_box{
	width:100%;
}
.img_box >  img{
	width:100%;
	border-radius: 15px;
}
.content {
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 434px;
    padding: 0px 20px;
}

.swiper_button_box{
	display: flex;    
	max-width: 1300px;
    width: 100%;
    justify-content: left;
    margin: 0 auto;
    gap: 15px;
    padding: 35px 20px;
}
div[class^=swiper-button-prev], div[class^=swiper-button-next] {
    position: relative;
    background: #e9e9e9;
    opacity: 1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0;
    right: 0;
    left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
div[class^=swiper-button-prev] img, div[class^=swiper-button-next] img {
    width: 14px;
    filter: opacity(0.6) drop-shadow(0 0 0 #fff);
	content:url('../img/arrow.png');
}
div[class^=swiper-button-prev] img {
    transform: rotate(-90deg);
}
div[class^=swiper-button-next] img {
    transform: rotate(90deg);
}
.swiper-button-disabled{
	filter: opacity(0.5) drop-shadow(0 0 0 #fff);
}
.swiper-button-lock{
	opacity: 0 !important;
}
.swiper {
	width: 100%;
	max-width: 1300px;
		
}
.swiper-slide{
	box-sizing: border-box;
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-fadeUp {
	animation-name: fadeUp;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}



/* logo */
.logo_div{
	background: #fffffff2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111111111;
    font-size: 14px;
    font-weight: 350;
}
.logo_inner{
	max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.logo_inner img{
	width:25px;
	cursor:pointer;
}
.logo_text_box{
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.logo_text_box > div{
	cursor:pointer;
}
.logo_mobile_box{
	display:none;
}




/* main */
.main_div{
	height: 95vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.main_inner{
	padding:20px;
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1300px;
	
}


.text_box {
	font-size: 110px;
	font-weight: 450;
	letter-spacing: -4px;
	height: 180px;
}

.text_box .text2 {
	font-size: 120px;
	font-weight: 700;
}

.last-char {
    color: #fff;
    background-color: #000;
    display: inline-block;
    line-height: 1;
    padding: 0px;
    margin: 0;
}



@keyframes arrow {
	0% {
		transform: rotate(90deg);
	}
	50% {
		transform: translate(0, 15px) rotate(90deg);
	}
	100% {
		transform: rotate(90deg);
	}
}
.arrow {
	animation-name: arrow;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	position: absolute;
    bottom: 15%;
    width: 35px;
	opacity: 0.2;
}

.arrow  img{
	width:100%;
	cursor:pointer;
}







/* explain */
#explain_div{
	background:#e9e9e9;
	background: url(../img/bg.jpg);
    background-size: cover;
}
#explain_div .swiper_button_box > div{
	background:#fff;
}
.explain .content_sub_title font{
	color: #b0b0b0;
    cursor: pointer;
    margin-left: 8px;
}






/* category */

.category_title{
	padding-top: 50px !important;
}
#category_div .content > div:first-child .content_title{
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
	padding:0px 0px 15px 0px;
	font-size: 20px;
}

#category_div .content > div .content_title_box{
	max-width: 310px;
    width: 100%;
    margin: 0 auto;
}
.category .content_title_box{
	margin-bottom:15px;
}
.strategy-section {
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
.sec1  .progress-circle3 {
    margin-bottom:5px;
}
.progress-circle1, .progress-circle2, .progress-circle3 {
	position: relative;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec1 .progress-circle1, .progress-circle2, .progress-circle3 {
    flex: 1 1 150px;
}
.progress-circle1 svg, .progress-circle2 svg, .progress-circle3 svg {
	transform: rotate(-90deg);
	width: 85px;
	height: 85px;
}
.progress {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	pointer-events: none;
}
.progress-circle1 circle, .progress-circle2 circle, .progress-circle3 circle {
	fill: none;
	stroke-width: 10;
	stroke-linecap: round;
}
.progress_bg {
	fill: none;
	stroke: #9595953b;
	stroke-width: 7;
}
.progress_bar {
	fill: none;
	stroke: #de4d31;
	transition: stroke-dashoffset 1s ease;
	stroke-dasharray: 263.89; /* 기본값 */
	stroke-dashoffset: 263.89; /* 기본값 */
}
.progress .progress-text {
	font-weight: 600;
    font-size: 21px;
    color: #292929;
}
.progress-percent_desc, #category_div .content_sub_title{
    font-weight: 350;
    font-size: 17px;
}
#category_div .content_sub_title:nth-child(n+2), .progress-percent_desc{
	margin-top: 5px;
}




/* brand */

.brand_box pre{
    text-wrap: wrap;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
    font-weight: 350;
    background: linear-gradient(
      to bottom,
      rgba(00, 00, 00,1) 0%,
      rgba(00, 00, 00,1) 30%,
      rgba(00, 00, 00,0.3) 60%,
	  rgba(00, 00, 00,0) 90%,
      rgba(00, 00, 00,0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    white-space: pre-wrap;
	height: 350px;
	text-align:left;
}
.brand_box pre span{
    font-size: 17px;
    font-weight: 650;
}
.notice{
	margin: 0px 20px 30px 20px;
    padding: 15px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 15px;
	font-size: 14.5px;
}
.notice strong{
	font-weight:600;
}
.brand_box{
	height:410px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.brand_box img{
	height:68%;
}









/* award */
.award .content {
    max-width: 325px;
}
.award .content > div{
	padding: 50px 0px;
    background: #f1f1f1;
    border-radius: 15px;
}
.award .img_box{
	max-width:85px;
	margin:0 auto;
}
.award .content:first-child .img_box{
	max-width:110px;
	margin:0 auto;
	padding: 20px 0px;
}
.award .content_title_box{
	text-align:center;
}
.award .img_box >  img{
	border-radius: 0px;
}
.award .content_title{
	font-size: 17px;
    font-weight: 750;
}
.award .content_sub_title{
	font-size: 15px;
    font-weight: 350;
    color: #313131;
}




/* footer */
.footer{
	background-color: #222;
    letter-spacing: 0;
}
.footer .inner{
    max-width: 1300px;
	width:100%;
    text-align: left;
	margin:0 auto;
    color: #cccccc;
	padding: 20px;
	box-sizing: border-box;
}
.footer button {
    border: none;
    background: none;
}
.footer a:link {
    text-decoration: none;
}
.footer a {
    color: #ffffff;
    font-size: 16px;
}
.footerLink:link {
    color: #337ab7;
    text-decoration: underline;
}







.category .content > div:first-child, .brand_box{
	padding: 30px 20px;
    background: #fff;
    border-radius: 15px;
	box-sizing: border-box;
	background:#f1f1f1;
}


@media (max-width: 1260px) {
	.text_box{
		font-size: 9.9vw;
		height: 15vw;
	}
}

@media (max-width: 1080px) {
	.text_box .text2{
		font-size: 12.4vw;
	}
}


@media (max-width: 850px) {
	.logo_text_box {
		display: none;
	}
	.logo_mobile_box{
		display:flex;
	}
	.arrow{
		width:25px;
	}
}

@media (max-width: 800px) {
	.main_inner .text_box:first-child{
		width: 60vw;
		height: 35vw;
		font-size: 12.4vw;
		margin-bottom:40px;
	}
	.main_div {
		max-height:850px;
	}
}

@media (max-width: 510px) {
	.inner {
		padding: 50px 0px;
	}
	.title{
		font-size: 33px;
		margin-bottom: 20px;
	}
	.content_title{
		font-size: 20px;
	}
	.content_sub_title{
		font-size: 15px;
	}
	.swiper_button_box {
		padding: 20px 20px;	
	}
}
@media (max-width: 400px) {
	.progress-circle1 svg, .progress-circle2 svg, .progress-circle3 svg {
		width: 75px;
		height: 75px;
	}
	.progress .progress-text {
		font-size: 20px;
	}
}



