/* page-main.css */
@import url("notosans-cjk-kr.css");
@import url("helveticaneue.css");
@import url("common.css");
@import url("animate.css");
@import url("effects.css");
@import url("../vendor/slick/slick.css");
@import url("../vendor/slick/slick-theme.css");
@import url("layout.css");
@import url("floating.css");
@import url("comps.css");

/*
	* main_01_slogan
	* main_02_slide
	* main_03_event
	* main_04_product
	* main_05_review
	* main_06_partner
*/
/* main_01_slogan */
#main_01_slogan {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100vw;
	height: 100vh;
    background-image: url('../img/main/slogan-bg-pc.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main_01_slogan .text-box {
	z-index: 10;
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);*/
	animation-delay: .5s;
	/*min-width: 510px;*/
	width: 100%;
	height: auto;
	padding: 0px 40px;
	text-align: center;
}

#main_01_slogan .text-box::before,
#main_01_slogan .text-box::after {
	content: '';
	display: none !important;
	position: absolute;
	top: 0;
	width: 33px;
	height: 80%;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

#main_01_slogan .text-box::before {
	left: 0;
	border-left: 8px solid #fff;
}

#main_01_slogan .text-box::after {
	right: 0;
	border-right: 8px solid #fff;
}

#main_01_slogan .text-box .airfit-logo {
	display: inline-block;
	width: 218px;
	height: 79px;
	/*width: 170px;
	height: 62px;*/
	margin-left: 10px;
	background: transparent url('../img/main/airfit-logo-wh.png') 50% 50%/100% 100% no-repeat;
}

#main_01_slogan .text-box p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font: 700 70px/1 'HelveticaNeue-Medium';
	color: #fff;
}


/*#main_01_slogan .text-box p {
	font-family: 'noto';
	color: #fff;
	line-height: 1.4;
}

#main_01_slogan .text-box p:nth-of-type(1) {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 32px;
}

#main_01_slogan .text-box p:nth-of-type(2) {
	font-weight: 500;
	font-size: 20px;
}

#main_01_slogan .text-box p br {
	display: none;
}*/

.main-comps {
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 85px;
}

.main-comps .mouse {
    width: 30px;
    height: 50px;
    border: 3px solid #FFF;
    border-radius: 50px;
    cursor: pointer;
}

.main-comps .mouse:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 100px;
    opacity: 1;
    animation: mouse 2s infinite;
}

.main-comps .mouse-info {
    position: absolute;
    left: 50%;
    top: 68px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-comps .mouse-info > span {
    display: block;
    width: 80px;
    font: 500 16px 'noto';
    line-height: 1;
    color: #FFF;
    text-align: center;
    letter-spacing: -1px;
    cursor: pointer;
}

.main-comps .mouse-info > span > i:nth-of-type(1) {
    transition-delay: .03s;
}
.main-comps .mouse-info > span > i:nth-of-type(2) {
    transition-delay: .06s;
}
.main-comps .mouse-info > span > i:nth-of-type(3) {
    transition-delay: .09s;
}
.main-comps .mouse-info > span > i:nth-of-type(4) {
    transition-delay: .12s;
}
.main-comps .mouse-info > span > i:nth-of-type(5) {
    transition-delay: .15s;
}
.main-comps .mouse-info > span > i:nth-of-type(6) {
    transition-delay: .18s;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 11px;
    }    
    to{
        top: 30px;   
    }
}
/* // main_01_slogan */
/* main_02_slide */
#main_02_slide {
	width: 100%;
	height: auto;
	padding: 60px 0;
    background: url('../img/main/slide-bg-pc.png') 50% 50%/100% 100% no-repeat;
    background-size: cover;
}

#main_02_slide .main-slide-item {
	text-align: center;
}

#main_02_slide .main-slide-item:focus {
	outline: none;
}

#main_02_slide .main-slide-item > * {
	opacity: 0;
	transform: translateY(-100px);
	transition-duration: 1s;
}

#main_02_slide .main-slide-item.slick-active > * {
	opacity: 1;
	transform: translateY(0);
}


#main_02_slide .slide-title > p {
	font: 500 36px/1.4 'noto';
	color: #1c1c1c;
}

#main_02_slide .slide-logo {
	width: 100%;
	padding-bottom: 80px;
	margin: 20px 0 25px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

#main_02_slide .slide-text {
	margin-bottom: 30px;
	text-align: center;
}

#main_02_slide .slide-text > p {
	font: 500 20px/1.4 'noto';
	color: #666;
}

#main_02_slide .main-slide-img {
	width: 100%;
	padding-bottom: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

#main_02_slide .slick-dots {
	top:  auto;
	bottom:  4%;
}

#main_02_slide .slick-dots li {
	margin: 0 10px;
}

#main_02_slide .slick-dots li button:before {
	width: 12px;
	height: 12px;
}

#main_02_slide .slick-arrow {
	width: 48px;
    height: 99px;
}

#main_02_slide .slick-prev {
	left: 5%;
	background: transparent url('../img/icons/ico-cals-left-big-bk.png') 50% 0% / 100% 100% no-repeat;
}

#main_02_slide .slick-next {
	right: 5%;
	background: transparent url('../img/icons/ico-cals-right-big-bk.png') 50% 0% / 100% 100% no-repeat;
}

/* // main_02_slide */
/* main_03_event */
#main_03_event {
	display: flex;
}

#main_03_event .event-box {
	display: flex;
	flex-basis: 50%;
	max-width: 50%;
	padding: 5% 4%;
}

#main_03_event .inner-half {
	flex-basis: 50%;
	max-width: 50%;
}

#main_03_event .text-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}

#main_03_event .text-box p {
	white-space: nowrap;
	width: 100%;
}

#main_03_event .text-box p:nth-of-type(1),
#main_03_event .text-box p:nth-of-type(2) {
	font: 300 2.5vw/1.2 'noto';
}

#main_03_event .text-box p:nth-of-type(3) {
	margin-bottom: 8%;
	font: 700 2.5vw/1.2 'noto';
}

#main_03_event .text-box p:nth-of-type(4){
	margin-bottom: 15%;
	font: 400 1.2vw/1.2 'noto';
}

#main_03_event .text-box a,
#main_04_product .pd-box.category > a {
	position: relative;
	padding-right: 30px;
	font: 500 1vw/1 'noto';
	color: #fff;
}

#main_03_event .text-box a::before,
#main_03_event .text-box a::after,
#main_04_product .pd-box.category > a::before,
#main_04_product .pd-box.category > a::after {
	content: '';
	position: absolute;
	transition: all .3s ease-in-out;
}

#main_03_event .text-box a::before,
#main_04_product .pd-box.category > a::before {
	left: 0;
	bottom: -9px;
	width: 0;
	height: 1px;
	background-color: #fff;
}

#main_03_event .text-box a::after,
#main_04_product .pd-box.category > a::after {
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
	width: 8px;
	padding-bottom: 12%;
	background: transparent url('../img/icons/ico-arrow-right-wh.png') 50% 50%/100% 100% no-repeat;
	background-size: contain;
}

#main_03_event .text-box a:hover::before,
#main_04_product .pd-box.category > a:hover::before {
	width: 100%;
}

#main_03_event .event-img {
	width: 110%;
	height: 125%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* // main_03_event */
/* main_04_product */
#main_04_product > .inner {
	display: flex;
	align-items: center;
	padding: 80px 0 60px 0;
}

#main_04_product .pd-box {
	position: relative;
}

#main_04_product .pd-box.category {
	flex-basis: 38%;
	padding-left: 15px;
}

#main_04_product .pd-box.product {
	flex-basis: 62%;
	max-width: 62%;
}

#main_04_product .pd-box.category > .text > .title {
	margin-bottom: 12px;
	font: 700 50px/1 'noto';
	color: #1c1c1c;
}

#main_04_product .pd-box.category > .text > .desc {
	font: 400 20px/1.4 'noto';
	color: #1c1c1c;
}

#main_04_product #category_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 25px;
	margin-bottom: 100px;
}

#main_04_product #category_list > li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	margin: 6px 7px;
	font: 400 18px/1 'noto';
	color: #999;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	border-radius: 25px;
	cursor: pointer;
}

#main_04_product #category_list > li.active {
	font-weight: 500;
	color: #fff;
	background-color: #2671f0;
	border: 1px solid #2671f0;
}

#main_04_product #category_list:hover > li.active {
	color: #999;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
}

#main_04_product #category_list > li:hover {
	color: #fff !important;
	background-color: #000 !important;
}

#main_04_product .pd-box.category > a {
	font: 500 16px/1 'noto';
	color: #1c1c1c;
}

#main_04_product .pd-box.category > a::before {
	background-color: #1c1c1c;
}

#main_04_product .pd-box.category > a::after {
	height: 12px;
	padding-bottom: 0;
	background: transparent url('../img/icons/ico-arrow-right-bl.png') 50% 50%/100% 100% no-repeat;
}

#product_outer {
	position: relative;
	height: 500px;
	overflow-x: auto;
	overflow-y: hidden;
}

#product_outer::-webkit-scrollbar {
    /*width: 6px;*/
    height: 10px;
}

#product_outer::-webkit-scrollbar-thumb {
    background-color: #18ddca;
}

#product_outer::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

#main_04_product #product_list {
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 0;
	transform: translateX(-15px);
}

#main_04_product #product_list > li {
	position: relative;
	width: 360px;
	min-width: 360px;
	padding: 0 20px;
}

#main_04_product #product_list > li > a {
	display: inline-block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 25px;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px 1px rgb(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 1px rgb(0,0,0,.1);
	box-shadow: 0 0 10px 1px rgb(0,0,0,.1);
}

#main_04_product #product_list > li > a:hover {
	border: 1px solid #ddd;
}

#main_04_product #product_list .img-area {
	height: auto;
}

#main_04_product #product_list .img {
	height: 0;
	padding-bottom: 86%;
	background-size: contain;
}

#main_04_product #product_list .text-box {
	position: relative;
	padding: 10px 30px 20px 40px;
}

#main_04_product #product_list .text-box > .title {
	margin-bottom: 6px;
	font: 500 18px/1.5em 'noto';
	color: #1c1c1c;
}

#main_04_product #product_list .text-box > .sub-title {
	margin-bottom: 20px;
	font: 400 16px/1.5em 'noto';
	color: #1c1c1c;
}

#main_04_product #product_list .text-box > .tags {
	display: flex;
	flex-wrap: wrap;
	height: 36px;
	overflow: hidden;
}

#main_04_product #product_list .text-box .tag {
	position: relative;
	margin-right: 4px;
	font: 400 15px/1.2 'noto';
	color: #1c1c1c;
}

#main_04_product #product_list .text-box .tag::before {
	content: '\0023';
}
/* // main_04_product */
/* main_05_review */
#main_05_review {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    background-image: url('../img/main/review-bg-pc.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main_05_review > .inner > .title {
	display: inline-block;
	margin: 70px auto 50px auto;
	text-align: center;
}

#main_05_review > .inner > .title > p:nth-of-type(1) {
	margin-bottom: 20px;
	font:  500 50px/1 'noto';
	color: #fff;
}

#main_05_review > .inner > .title > p:nth-of-type(2) {
	font:  400 18px/1.4 'noto';
	color: #fff;
}

#reivew_list {
	margin-bottom: 130px;
}

#reivew_list .reivew-item {
	position: relative;
	padding: 45px 20px 25px 45px;
	margin: 0 15px;
	background-color: #fff;
	border-radius: 25px;
}

#reivew_list .reivew-item > .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

#reivew_list .reivew-item > .top > .stars {
	z-index: 1;
	position: relative;
	width: 148px;
	height: 22px;
	background: transparent url('../img/icons/ico-stars-gray.png') 50% 50%/100% 100% no-repeat;
}

#reivew_list .reivew-item > .top > .stars::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	background: transparent url('../img/icons/ico-stars-yl.png') 0 50%/148px 22px;
}

#reivew_list .reivew-item > .top > .stars[data-cnt="1"]::before {
	width: 20%;
}
#reivew_list .reivew-item > .top > .stars[data-cnt="2"]::before {
	width: 40%;
}
#reivew_list .reivew-item > .top > .stars[data-cnt="3"]::before {
	width: 60%;
}
#reivew_list .reivew-item > .top > .stars[data-cnt="4"]::before {
	width: 80%;
}
#reivew_list .reivew-item > .top > .stars[data-cnt="5"]::before {
	width: 100%;
}

#reivew_list .reivew-item > .top > .date {
	padding-right: 20px;
	font: 400 15px/1 'noto';
	color: #666;
}

#reivew_list .reivew-item > .title {
	margin-bottom: 12px;
}

#reivew_list .reivew-item > .title > p {
	font: 400 20px/1.5em 'noto';
	color: #1c1c1c;
}

#reivew_list .reivew-item > .conts {
	/*height: auto;*/
	/*max-height: 35vh;*/
	height: 200px;
	overflow-y: auto;
	margin-bottom: 15px;
	font: 400 15px/1.5 'noto';
	color: #666;
}

#reivew_list .reivew-item .user {
	display: flex;
	width: 100%;
	align-items: center;
}

#reivew_list .reivew-item .user .icon {
	width: 59px;
	height: 59px;
}

#reivew_list .reivew-item .user .icon.man {
	background: transparent url('../img/icons/ico-man.png') 50% 50%/100% 100% no-repeat;
}

#reivew_list .reivew-item .user .icon.woman {
	background: transparent url('../img/icons/ico-woman.png') 50% 50%/100% 100% no-repeat;
}

#reivew_list .reivew-item .user .user-name {
	padding-left: 16px;
	font: 500 15px/1 'noto';
	color: #666;
}

#reivew_list .slick-dots {
	top:  auto;
	bottom: -20%;
}

#reivew_list .slick-dots li {
	margin: 0 10px;
}

#reivew_list .slick-dots li button:before {
	width: 10px;
	height: 10px;
}

#reivew_list .slick-dots li.slick-active button:before {
	background-color: #18ddca;
}

#reivew_list .slick-arrow {
	width: 32px;
    height: 66px;
}

#reivew_list .slick-prev {
	left: -5%;
	background: transparent url('../img/icons/ico-cals-left-big-wh.png') 50% 0% / 100% 100% no-repeat;
}

#reivew_list .slick-next {
	right: -5%;
	background: transparent url('../img/icons/ico-cals-right-big-wh.png') 50% 0% / 100% 100% no-repeat;
}
/* // main_05_review */
/* main_06_partner */
#main_06_partner {
	background-color: #f4f4f4;
}

#main_06_partner > .inner {
	text-align: center;
}

#main_06_partner > .inner .item {
	float: left;
	display: inline-block;
	position: relative;
	width: 16%;
}

#main_06_partner > .inner .item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#main_06_partner > .inner .item .img {
	padding-bottom: 60%;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

#main_06_partner .slick-arrow {
	width: 14px;
    height: 27px;
}

#main_06_partner .slick-prev {
	left: -5%;
	background: transparent url('../img/icons/ico-cals-left-gray.png') 50% 0% / 100% 100% no-repeat;
}

#main_06_partner .slick-next {
	right: -5%;
	background: transparent url('../img/icons/ico-cals-right-gray.png') 50% 0% / 100% 100% no-repeat;
}
/* // main_06_partner */
@media(max-width: 1023px) {
	/*
		* main_01_slogan
		* main_02_slide
		* main_03_event
		* main_04_product
		* main_05_review
		* main_06_partner
	*/
	/* main_01_slogan */
	#main_01_slogan .text-box {
		/*min-width: 400px;*/
	}

	#main_01_slogan .text-box::before,
	#main_01_slogan .text-box::after {
		width: 30px;
		border-top: 5px solid #fff;
		border-bottom: 5px solid #fff;
	}

	#main_01_slogan .text-box::before {
		border-left: 5px solid #fff;
	}

	#main_01_slogan .text-box::after {
		border-right:5px solid #fff;
	}

	#main_01_slogan .text-box .airfit-logo {
		width: 24%;
		height: auto;
		padding-bottom: 8.5%;
	}

	#main_01_slogan .text-box p:nth-of-type(1) {
		font-size: 7vw;
	}

	/*#main_01_slogan .text-box p:nth-of-type(2) {
		font-size: 18px;
	}*/
	/* // main_01_slogan */
	/* main_02_slide */
	#main_02_slide {
		padding: 5% 0 8% 0;
	}

	#main_02_slide .slide-title > p {
		font: 500 3vw/1.4 'noto';
	}

	#main_02_slide .slide-logo {
		padding-bottom: 5%;
		margin: 15px 0 20px 0;
	}

	#main_02_slide .slide-text > p {
		font: 500 2vw/1.4 'noto';
	}

	#main_02_slide .slick-dots li {
		margin: 0 8px;
	}

	#main_02_slide .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}

	#main_02_slide .slick-arrow {
		width: 30px;
	    height: 62px;
	}

	/* // main_02_slide */
	/* main_04_product */
	#main_04_product > .inner {
		padding: 60px 0 45px 0;
	}

	#main_04_product .pd-box.category > .text > .title {
		margin-bottom: 10px;
		font: 700 36px/1 'noto';
	}

	#main_04_product .pd-box.category > .text > .desc {
		font: 400 16px/1.4 'noto';
	}

	#main_04_product #category_list {
		margin-top: 25px;
		margin-bottom: 80px;
	}

	#main_04_product #category_list > li {
		padding: 8px 14px;
		margin: 5px 6px;
		font: 400 16px/1 'noto';
	}

	#main_04_product .pd-box.category > a {
		font: 500 14px/1 'noto';
	}

	#main_04_product .pd-box.category > a::after {
		height: 10px;
	}

	#product_outer {
		height: 445px;
	}

	#product_outer::-webkit-scrollbar {
	    height: 8px;
	}

	#main_04_product #product_list {
		transform: translateX(-10px);
	}

	#main_04_product #product_list > li {
		width: 320px;
		min-width: 320px;
		padding: 0 15px;
	}

	#main_04_product #product_list > li > a {
		-webkit-box-shadow: 0 0 8px 1px rgb(0,0,0,.1);
	    -moz-box-shadow: 0 0 8px 1px rgb(0,0,0,.1);
		box-shadow: 0 0 8px 1px rgb(0,0,0,.1);
	}

	#main_04_product #product_list .text-box {
		padding: 8px 25px 20px 30px;
	}

	#main_04_product #product_list .text-box > .title {
		margin-bottom: 5px;
		font: 500 16px/1.5em 'noto';
	}

	#main_04_product #product_list .text-box > .sub-title {
		margin-bottom: 15px;
		font: 400 14px/1.5em 'noto';
	}

	#main_04_product #product_list .text-box > .tags {
		height: 30px;
	}

	#main_04_product #product_list .text-box .tag {
		font: 400 13px/1.2 'noto';
	}
	/* // main_04_product */
	/* main_05_review */
	#main_05_review > .inner > .title {
		margin: 50px auto 40px auto;
	}

	#main_05_review > .inner > .title > p:nth-of-type(1) {
		margin-bottom: 15px;
		font:  500 36px/1 'noto';
	}

	#main_05_review > .inner > .title > p:nth-of-type(2) {
		font:  400 16px/1.4 'noto';
	}

	#reivew_list {
		max-width: 90%;
		margin-bottom: 90px;
	}

	#reivew_list .reivew-item {
		padding: 35px 15px 20px 35px;
		margin: 0 12px;
	}

	#reivew_list .reivew-item > .top {
		margin-bottom: 16px;
	}

	#reivew_list .reivew-item > .top > .stars {
		width: 100px;
		height: 15px;
	}

	#reivew_list .reivew-item > .top > .stars::before {
		height: 15px;
		background: transparent url('../img/icons/ico-stars-yl.png') 0 50%/100px 15px;
	}

	#reivew_list .reivew-item > .top > .date {
		padding-right: 15px;
		font: 400 14px/1 'noto';
	}

	#reivew_list .reivew-item > .title {
		margin-bottom: 10px;
	}

	#reivew_list .reivew-item > .title > p {
		font: 400 18px/1.5em 'noto';
	}

	#reivew_list .reivew-item > .conts {
		font: 400 14px/1.5 'noto';
	}

	#reivew_list .reivew-item .user .icon {
		width: 45px;
		height: 45px;
	}

	#reivew_list .reivew-item .user .user-name {
		padding-left: 14px;
		font: 500 14px/1 'noto';
	}

	#reivew_list .slick-dots {
		bottom: -15%;
	}

	#reivew_list .slick-dots li {
		margin: 0 8px;
	}

	#reivew_list .slick-dots li button:before {
		width: 8px;
		height: 8px;
	}

	#reivew_list .slick-arrow {
		width: 24px;
	    height: 50px;
	}

	#reivew_list .slick-prev {
		left: -4%;
	}

	#reivew_list .slick-next {
		right: -4%;
	}
	/* // main_05_review */
	/* main_06_partner */
	#main_06_partner > .inner .item {
		width: 25%;
	}

	#main_06_partner > .inner .item .img {
		padding-bottom: 40%;
	}

	#main_06_partner .slick-arrow {
		width: 11px;
	    height: 21px;
	}

	#main_06_partner .slick-prev {
		left: 2%;
	}

	#main_06_partner .slick-next {
		right: 2%;
	}
	/* // main_06_partner */
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {
	
}


/* 모바일 */
@media(max-width: 767px) {
	/*
		* main_01_slogan
		* main_02_slide
		* main_03_event
		* main_04_product
		* main_05_review
		* main_06_partner
	*/
	/* main_01_slogan */
	#main_01_slogan {
		background-image: url('../img/main/slogan-bg-m.png');
	}

	#main_01_slogan .text-box {
		width: 100%;
		max-width: 100%;
		min-width: auto;
		padding: 5px 30px;
	}

	#main_01_slogan .text-box::before,
	#main_01_slogan .text-box::after {
		width: 26px;
		border-top: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}

	#main_01_slogan .text-box::before {
		border-left: 4px solid #fff;
	}

	#main_01_slogan .text-box::after {
		border-right:4px solid #fff;
	}

	#main_01_slogan .text-box .airfit-logo {
		width: 21%;
		height: auto;
		padding-bottom: 7%;
		margin-left: 5px;
	}

	#main_01_slogan .text-box p:nth-of-type(1) {
		font-size: 6vw;
	}

	#main_01_slogan .text-box p:nth-of-type(2) {
		font-size: 15px;
	}

	#main_01_slogan .text-box p br {
		display: block;
	}
	/* // main_01_slogan */
	/* main_02_slide */
	#main_02_slide {
		padding: 6% 0 10% 0;
	}

	#main_02_slide .slide-title > p {
		font: 500 4.5vw/1.4 'noto';
	}

	#main_02_slide .slide-logo {
		padding-bottom: 7%;
		margin: 15px 0 20px 0;
	}

	#main_02_slide .main-slide-img {
		padding-bottom: 45%;
	}

	#main_02_slide .slide-text > p {
		font: 500 3.2vw/1.4 'noto';
	}

	#main_02_slide .slick-dots {
		bottom: 2%;
	}

	#main_02_slide .slick-dots li {
		margin: 0 6px;
	}

	#main_02_slide .slick-dots li button:before {
		width: 8px;
		height: 8px;
	}

	#main_02_slide .slick-arrow {
		width: 20px;
		height: 41px;
	}
	/* // main_02_slide */
	/* main_03_event */
	#main_03_event {
		flex-wrap: wrap;
	}

	#main_03_event .event-box {
		flex-basis: 100%;
		max-width: 100%;
		padding: 8% 4%;
	}

	#main_03_event .text-box p {
		width: 100%;
	}

	#main_03_event .text-box p:nth-of-type(1),
	#main_03_event .text-box p:nth-of-type(2) {
		font: 300 4.5vw/1.2 'noto';
	}

	#main_03_event .text-box p:nth-of-type(3) {
		margin-bottom: 10%;
		font: 700 4.5vw/1.2 'noto';
	}

	#main_03_event .text-box p:nth-of-type(4){
		margin-bottom: 15%;
		font: 400 2.4vw/1.2 'noto';
	}

	#main_03_event .text-box a,
	#main_04_product .pd-box.category > a {
		padding-right: 30px;
		font: 500 1.4vw/1 'noto';
	}

	#main_03_event .text-box a::before,
	#main_04_product .pd-box.category > a::before {
		bottom: -8px;
	}

	#main_03_event .text-box a::after,
	#main_04_product .pd-box.category > a::after {
		width: 7px;
		padding-bottom: 11%;
	}

	#main_03_event .event-img {
		width: 100%;
		height: 110%;
	}
	/* // main_03_event */
	/* main_04_product */
	#main_04_product > .inner {
		flex-wrap: wrap;
		padding: 40px 0;
	}

	#main_04_product .pd-box.category {
	    flex-basis: 100%;
	    padding: 0 15px;
	    text-align: center;
	}

	#main_04_product .pd-box.product {
	    flex-basis: 100%;
	    max-width: 100%;
	}

	#main_04_product .pd-box.category > .text > .title {
		margin-bottom: 10px;
		font: 700 26px/1 'noto';
	}

	#main_04_product .pd-box.category > .text > .desc {
		font: 400 14px/1.4 'noto';
	}

	#main_04_product #category_list {
		margin-top: 15px;
		margin-bottom: 20px;
		justify-content: center;
	}

	#main_04_product #category_list > li {
		padding: 7px 12px;
		margin: 4px 5px;
		font: 400 14px/1 'noto';
	}

	#main_04_product .pd-box.category > a {
		font: 500 14px/1 'noto';
	}

	#main_04_product .pd-box.category > a::before {
		bottom: -5px;
	}

	#main_04_product .pd-box.category > a::after {
		height: 9px;
		padding-bottom: 0;
	}

	#product_outer {
		height: auto;
	}

	#product_outer::-webkit-scrollbar {
	    height: 3px;
	}

	#main_04_product #product_list {
		transform: translateX(0);
		padding: 40px 0 30px 0;
		min-width: 100%;
	}

	#main_04_product #product_list > li {
		width: 220px;
		min-width: 220px;
		padding: 0 10px;
		margin: 0 auto;
	}

	#main_04_product #product_list > li > a {
		-webkit-box-shadow: 0 0 5px 1px rgb(0,0,0,.1);
	    -moz-box-shadow: 0 0 5px 1px rgb(0,0,0,.1);
		box-shadow: 0 0 5px 1px rgb(0,0,0,.1);
		border-radius: 15px;
	}

	#main_04_product #product_list .text-box {
		padding: 6px 20px 15px 20px;
	}

	#main_04_product #product_list .text-box > .title {
		margin-bottom: 4px;
		font: 500 14px/1.5em 'noto';
	}

	#main_04_product #product_list .text-box > .sub-title {
		margin-bottom: 12px;
		font: 400 12px/1.5em 'noto';
	}

	#main_04_product #product_list .text-box > .tags {
		height: 26px;
	}

	#main_04_product #product_list .text-box .tag {
		font: 400 11px/1.2 'noto';
	}
	/* // main_04_product */
	/* main_05_review */
	#main_05_review {
		background-image: url('../img/main/review-bg-m.png');
	}

	#main_05_review > .inner > .title {
		margin: 40px auto;
	}

	#main_05_review > .inner > .title > p:nth-of-type(1) {
		margin-bottom: 12px;
		font:  500 26px/1 'noto';
	}

	#main_05_review > .inner > .title > p:nth-of-type(2) {
		font:  400 14px/1.4 'noto';
	}

	#reivew_list {
		max-width: 85%;
		margin-bottom: 50px;
	}

	#reivew_list .reivew-item {
		padding: 25px 15px 20px 25px;
		margin: 10px 0;
		border-radius: 15px;
	}

	#reivew_list .reivew-item > .top {
		margin-bottom: 15px;
	}

	#reivew_list .reivew-item > .conts {
		min-height: auto;
		height: 150px;
	}

	#reivew_list .slick-dots {
		bottom: -35px;
	}

	#reivew_list .slick-dots li {
		margin: 0 5px;
	}

	#reivew_list .slick-dots li button:before {
		width: 6px;
		height: 6px;
	}

	#reivew_list .slick-arrow {
		width: 12px;
	    height: 25px;
	}

	#reivew_list .slick-prev {
		left: -7%;
	}

	#reivew_list .slick-next {
		right: -7%;
	}
	/* // main_05_review */
	/* main_06_partner */
	#main_06_partner .slick-arrow {
		width: 8px;
	    height: 15px;
	}

	#main_06_partner .slick-prev {
		left: 1%;
	}

	#main_06_partner .slick-next {
		right: 1%;
	}
	/* // main_06_partner */
}

/* PC 구간 */
@media(min-width: 1023px){

	/* header */
	.header-nav-link.active,
    header.fixed .header-nav-link.active {
        color: #337efe;
    }
	
    .header-nav-link.active:after {
        content: '';
        visibility: visible;
        opacity: 1;
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 100%;
        height: 2px;
        background-color: #337efe;
        transition: 0;
    }

    header:not(fixed) .nav-area:hover .list-item .header-nav-link:not(active) {
        color: #fff;
    }

    header.fixed .nav-area:hover .list-item .header-nav-link:not(active) {
        color: #333;
    }

    .header-nav-link:after {
    	transition: all 0s !important;
    }

    header .nav-area:hover .list-item .header-nav-link:not(active):after {
        opacity: 0;
        visibility: hidden;
    }

    header .nav-area .list-item:hover .header-nav-link {
        color: #337efe !important;
    }
    header .nav-area .list-item:hover .header-nav-link:after {
        opacity: 1 !important;
        visibility: visible !important;
        background-color: #337efe !important;
    }
    /* // header */
	/* main_01_slogan */
	.main-comps:hover .mouse {
        border: 3px solid #347ffe;
    }

    .main-comps:hover .mouse:before {
        background-color: #347ffe;
    }

    .main-comps:hover .mouse-info > span > i {
        color: #347ffe;
    }
    /* // main_01_slogan */




	


}