.product .list {
	background: url("../images/product_main_bg.png")no-repeat 50% 50% / cover;
}
.product .list .box {
	width: 450px;
	padding: 200px 0 338px;
	color: #fff;
}
.product .list .box p {
	font-family: 'Cafe24SsurroundAir';
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}
.product .list .box .img {
	margin-bottom: 30px;
}
.product .list .box .img img {
	width: 100%;
}
.product .list .box .img + div {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 30px;
}
.product .list .box strong {
	display: block;
	font-size: 23px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.product .list .box a {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.5px;
}


.product .detail {
	overflow: hidden;
}
.product .detail.m {
	display: none;
	max-width: 1024px;
	text-align: center;
	margin: 0 auto;
}

.product .detail.m > div {
	position: relative;
}
.product .detail.m > div img {
	display: block;
	width: 100%;
}


.product .detail .sec {
	position: relative;
	font-family: 'Cafe24Ssurround';
}
.product .detail .sec .inner {
	max-width: 1240px;
}
.product .detail .sec .line {
	position: relative;
	z-index: 1;
}
.product .detail .sec .line:before {
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	border-radius: 50px;
	background: #D9D9D9;
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: -1;
	transition: all .5s;
}
.product .detail .sec .animated .line:before {
	width: 0;
}
.product .detail .sec .line_btn {
	width: 800px;
	height: 82px;
	line-height: 72px;
	margin: 0 auto;
	background: #FFFFFF;
	letter-spacing: -1px;
	border: 4px solid #232323;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	text-align: center;
	font-size: 40px;
	box-sizing: border-box;
}

.product .detail .sec1:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
}
.product .detail .sec1 .box {
	padding: 100px 0 331px;
}
.product .detail .sec1 .box h3 {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.product .detail .sec1 .box .img {
	max-width: 520px;
	margin-bottom: 130px;
}
.product .detail .sec1 .box .img img {
	width: 100%;
}
.product .detail .sec1 .box strong {
	display: block;
	font-size: 56px;
}
.product .detail .sec1 .bg {
	position: absolute;
	top: 100px;
	right: 0;
}

.product .detail .sec2 .box {
	padding: 130px 0 344px;
	max-width: 646px;
	box-sizing: border-box;
}
.product .detail .sec2 .box h3 {
	font-size: 40px;
	margin-bottom: 170px;
}
.product .detail .sec2 .box h3 + div {
	font-family: 'SUIT', sans-serif;
	font-size: 30px;
	line-height: 1.68;
}
.product .detail .sec2 .box h3 + div strong {
	display: block;
}
.product .detail .sec2 .bg {
	position: absolute;
	top: 0;
	right: 25px;
}

.product .detail .sec3 {
	background: #F5F5F5;
	padding: 120px 0 100px;
}
.product .detail .sec3 h3 {
	text-align: center;
	font-size: 47px;
	letter-spacing: -1px;
	margin-bottom: 50px;
}
.product .detail .sec3 .flex > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(50% - 15px);
	padding: 15px 0;
	margin-right: 30px;
}
.product .detail .sec3 .flex > div:nth-child(2n) {
	margin-right: 0;
}
.product .detail .sec3 .flex > div .icon {
    width: 110px;
    height: 110px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: 50% 50%;
}
.product .detail .sec3 .flex > div.pt1 .icon {
    background-image: url("../images/prd_sec3_1.png");
}
.product .detail .sec3 .flex > div.pt2 .icon {
    background-image: url("../images/prd_sec3_2.png");
}
.product .detail .sec3 .flex > div.pt3 .icon {
    background-image: url("../images/prd_sec3_3.png");
}
.product .detail .sec3 .flex > div.pt4 .icon {
    background-image: url("../images/prd_sec3_4.png");
}
.product .detail .sec3 .flex > div.pt5 .icon {
    background-image: url("../images/prd_sec3_5.png");
}
.product .detail .sec3 .flex > div.pt6 .icon {
    background-image: url("../images/prd_sec3_6.png");
}
.product .detail .sec3 .flex > div.pt7 .icon {
    background-image: url("../images/prd_sec3_7.png");
}
.product .detail .sec3 .flex > div.pt8 .icon {
    background-image: url("../images/prd_sec3_8.png");
}
.product .detail .sec3 .flex > div .num {
	font-size: 30px;
	margin-right: 20px;
}
.product .detail .sec3 .flex > div .txt {
	flex: 1;
	font-size: 24px;
}

.product .detail .sec4 {
	padding: 100px 0;
}
.product .detail .sec4 .flex .img {
	position: relative;
	width: 620px;
	height: 530px;
	margin-right: 60px;
	border-radius: 10px;
	overflow: hidden;
}
.product .detail .sec4 .flex .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.product .detail .sec4 .flex .info {
	flex: 1;
	padding-top: 65px;
}
.product .detail .sec4 .flex .info h3 {
	font-size: 48px;
	margin-bottom: 150px;
	letter-spacing: -1px;
}
.product .detail .sec4 .flex .info div {
    font-size: 33px;
    font-family: 'SUIT', sans-serif;
    letter-spacing: -2.5px;
    line-height: 1.6;
}
.product .detail .sec4 .flex .info div span {
	font-weight: 800;
}

.product .detail .sec5 {
	padding: 120px 0 130px;
}
.product .detail .sec5:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/bg-color.svg")no-repeat 50% 0 / cover;
}
.product .detail .sec5 .title {
	margin-bottom: 60px;
}
.product .detail .sec5 .title h3 {
	font-size: 48px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.product .detail .sec5 .title p {
	font-size: 32px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -2px;
}
.product .detail .sec5 .title p strong {
	font-weight: 800;
}
.product .detail .sec5 .flex > div {
	width: calc(50% - 20px);
}
.product .detail .sec5 .flex > div:first-child {
	margin-right: 40px;
}
.product .detail .sec5 .flex > div .img {
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}
.product .detail .sec5 .flex > div .img img {
	height: 435px;
}
.product .detail .sec5 .flex > div p {
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.product .detail .sec5 .flex > div p span {
	display: inline-block;
	vertical-align: middle;
	width: 99px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	letter-spacing: -1.2px;
	font-weight: 700;
	border-radius: 50px;
	margin-right: 10px;
}

.product .detail .sec6 {
	padding: 120px 0 20px;
}
.product .detail .sec6 .title {
	margin-bottom: 80px;
}
.product .detail .sec6 .title h3 {
	font-size: 48px;
	margin-bottom: 20px;
	letter-spacing: -2px;
}
.product .detail .sec6 .title p {
	font-size: 32px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -2px;
}
.product .detail .sec6 .title p strong {
	font-weight: 800;
}
.product .detail .sec6 .w100 {
	margin-bottom: 80px;
}
.product .detail .sec6 .w100 .img img {
	width: 100%;
}
.product .detail .sec6 .w100 p {
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 20px;
	letter-spacing: -1px;
	margin-top: 20px;
}
.product .detail .sec6 .w100 p span {
	display: inline-block;
	vertical-align: middle;
	width: 99px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	letter-spacing: -1.2px;
	font-weight: 700;
	border-radius: 50px;
	margin-right: 5px;
}
.product .detail .sec6 .flex > div {
	flex: 1;
}
.product .detail .sec6 .flex > div:first-child {
	margin-right: 20px;
}
.product .detail .sec6 .flex > div .img {
	position: relative;
	width: 100%;
	height: 540px;
	overflow: hidden;
}
.product .detail .sec6 .flex > div .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.product .detail .sec6 .flex > div p {
	width: 100%;
	text-align: center;
	background: #F5F5F5;
	border-radius: 0px 0px 10px 10px;
	font-size: 24px;
	font-weight: 700;
	padding: 23px 0;
}
.product .detail .sec6 .flex > div:last-child .img {
	border: 6px solid #1254FF;
	box-sizing: border-box;
}
.product .detail .sec6 .flex > div:last-child p {
	background: #1254FF;
	color: #fff;
}

.product .detail .sec7 {
	padding: 240px 0 120px;
}
.product .detail .sec7 .title {
	margin-bottom: 80px;
}
.product .detail .sec7 .title h3 {
	margin-bottom: 25px;
}
.product .detail .sec7 .flex > div .img img {
	height: 500px;
}
.product .detail .sec7 .flex > div p span {
	margin-right: 5px;
}

.product .detail .sec8 {
	padding: 120px 0 0;
}
.product .detail .sec8 .top {
	margin-bottom: 120px;
}
.product .detail .sec8 .top .info {
	flex: 1;
	padding-top: 50px;
}
.product .detail .sec8 .top h3:first-child {
	font-size: 48px;
	margin-bottom: 105px;
}
.product .detail .sec8 .top h3:last-child {
	font-size: 40px;
	letter-spacing: -2px;
	line-height: 1.5;
}
.product .detail .sec8 .top .img {
	width: 627px;
	height: 460px;
	margin-left: 40px;
}
.product .detail .sec8 .top .img img {
	width: 100%;
}
.product .detail .sec8 .step_form {
	position: relative;
	padding-bottom: 195px;
}
.product .detail .sec8 .step_form .gray_bg {
	background: #F5F5F5;
	border-radius: 10px;
	font-size: 32px;
	padding: 24px 30px;
	margin-bottom: 40px;
}
.product .detail .sec8 .step {
	padding-left: 40px;
	box-sizing: border-box;
}
.product .detail .sec8 .step > div {
	position: relative;
	width: 480px;
	margin-bottom: 45px;
	box-sizing: border-box;
}
.product .detail .sec8 .step > div:after {
    content: '';
    display: block;
    background: url("../images/ic_arrow.svg")no-repeat 50% 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}
.product .detail .sec8 .step > div:last-child {
	margin-bottom: 0;
}
.product .detail .sec8 .step > div:last-child:after {
	display: none;
}
.product .detail .sec8 .step > div .box {
	position: relative;
	z-index: 1;
	background: #F5F5F5;
	padding: 15px 20px 25px;
	border-radius: 10px;
}
.product .detail .sec8 .step > div strong {
	display: block;
	font-size: 30px;
	margin-bottom: 12px;
}
.product .detail .sec8 .step > div strong span {
	display: inline-block;
	vertical-align: middle;
}
.product .detail .sec8 .step > div strong .num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #1E1E1E;
	border-radius: 5px;
	color: #fff;
	margin-right: -2px;
	margin-top: -1px;
}
.product .detail .sec8 .step > div p {
	padding-left: 30px;
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -2px;
	line-height: 1.5;
}
.product .detail .sec8 .step > div .circle {
	position: absolute;
	top: 50%;
	width: 100%;
	right: -160px;
	transform: translateY(-50%);
	z-index: -1;
}
.product .detail .sec8 .step > div .circle:before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 2px dashed #606060;
}
.product .detail .sec8 .step > div .circle:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1254FF;
	position: absolute;
	top: -7px;
	right: -6px;
}
.product .detail .sec8 .step_form .bg {
	position: absolute;
	top: 140px;
	right: 100px;
	z-index: -2;
}

.product .detail .sec9 {
	padding: 205px 0 10px;
}
.product .detail .sec9:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    background: url("../images/bg-color.svg")no-repeat 50% 0 / cover;
    transform: rotateY(180deg);
    transform-origin: center;
}
.product .detail .sec9 h3 {
	font-size: 40px;
	margin-bottom: 60px;
	letter-spacing: -2px;
}
.product .detail .sec9 .black_box {
	background: #1E1E1E;
	border-radius: 10px;
	font-size: 32px;
	color: #fff;
	padding: 22px 30px;
	margin-bottom: 30px;
}
.product .detail .sec9 .item {
    position: relative;
    overflow: hidden;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
}
.product .detail .sec9 .bar {
	position: relative;
    background: #F5F5F5;
    width: 0;
	height: 100px;
	padding-left: 138px;
    transition: width 2s, background .2s;
    -webkit-transform: translate3d(0, 0, 0);
	border-radius: 100px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.product .detail .sec9 .item1 .bar {
	max-width: 450px;
}
.product .detail .sec9 .item2 .bar {
	max-width: 672px;
}
.product .detail .sec9 .item3 .bar {
	max-width: 1160px;
	border: 4px solid #1E1E1E;
	background: #1254FF;
}
.product .detail .sec9 .item3 .label {
	height: 92px;
    line-height: 94px;
}
.product .detail .sec9 .item3 .count {
	color: #fff;
}
.product .detail .sec9 .label {
	position: absolute;
    top: 0;
    left: 0;
	display: inline-block;
	width: 138px;
	height: 100px;
	line-height: 100px;
    font-size: 30px;
    background: #fff;
	color: #1e1e1e;
    z-index: 2;
	text-align: center;
    font-weight: bold;
	border-radius: 100px 0 0 100px;
}
.product .detail .sec9 .count {
    position: absolute;
	top: 27px;
    right: 38px;
    font-size: 26px;
	color: #606060;
    font-weight: bold;
    font-family: 'yg-jalnan';
}
.product .detail .sec9 .point {
	margin-top: 30px;
}
.product .detail .sec9 .point div {
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	margin: 10px 0;
	letter-spacing: -1px;
}
.product .detail .sec9 .point div span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	letter-spacing: -1.2px;
	font-weight: 700;
	border-radius: 50px;
	margin-right: 5px;
}

.product .detail .sec10 {
	padding: 220px 0 120px;
}
.product .detail .sec10:before {
    content: '';
    display: block;
    width: 100%;
    height: 28%;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
    transform: rotateY(180deg);
    transform-origin: center;
}
.product .detail .sec10 .flex {
	align-items: center;
}
.product .detail .sec10 .flex .info {
	flex: 1;
}
.product .detail .sec10 .flex .info h3 {
	font-size: 40px;
	line-height: 1.35;
}
.product .detail .sec10 .flex .info p {
	font-size: 32px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -2px;
	margin-top: 20px;
	margin-bottom: 55px;
}
.product .detail .sec10 .flex .info .point {
	margin-top: 30px;
}
.product .detail .sec10 .flex .info .point div {
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	margin: 20px 0;
	letter-spacing: -1px;
}
.product .detail .sec10 .flex .info .point div span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	letter-spacing: -1.2px;
	font-weight: 700;
	border-radius: 50px;
	margin-right: 5px;
}
.product .detail .sec10 .flex .img {
	width: 643px;
	margin-left: 60px;
}
.product .detail .sec10 .flex .img img {
	width: 100%;
}

.product .detail .sec11 {
	background: #F5F5F5;
}
.product .detail .sec11 .flex {
	align-items: center;
	padding: 120px 0;
	border-bottom: 1px solid rgba(30, 30, 30, 0.5);
	margin-bottom: 120px;
}
.product .detail .sec11 .flex .img {
	width: 610px;
	margin-right: 55px;
}
.product .detail .sec11 .flex .img img {
	width: 100%;
}
.product .detail .sec11 .flex .info {
	flex: 1;
}
.product .detail .sec11 .flex .info h3 {
    font-size: 39px;
}
.product .detail .sec11 .flex .info h3 + h3 {
    margin: 100px 0 113px;
    line-height: 1.35;
    letter-spacing: -1px;
}
.product .detail .sec11 .flex .info .check p {
	font-size: 20px;
	background: url("../images/check_bg.svg")no-repeat 0 50% / 25px;
	font-family: 'SUIT', sans-serif;
	padding-left: 30px;
	margin: 13px 0;
	letter-spacing: -1px;
    text-transform: uppercase;
}
.product .detail .sec11 .bottom {
	text-align: center;
}
.product .detail .sec11 .bottom h3 {
	font-size: 40px;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.product .detail .sec11 .bottom p {
	font-size: 32px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 20px;
	letter-spacing: -2px;
}

.product .detail .sec12 {
	padding: 343px 0 110px;
}
.product .detail .sec12:before {
	content: '';
    display: block;
    width: 100%;
    height: 28%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
}
.product .detail .sec12 h3 {
	font-size: 40px;
	margin-bottom: 60px;
}
.product .detail .sec12 .black_box {
    background: #1E1E1E;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    padding: 23px 30px;
    margin-bottom: 50px;
}
.product .detail .sec12 .graph {
	padding-left: 20px;
}
.product .detail .sec12 .item {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
	margin-bottom: 40px;
}
.product .detail .sec12 .item:last-child {
	margin-bottom: 0;
}
.product .detail .sec12 .item strong {
	display: block;
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 15px;
}
.product .detail .sec12 .item p {
	font-family: 'SUIT', sans-serif;
	font-size: 20px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.product .detail .sec12 .bar {
	position: relative;
    width: 0;
	height: 65px;
    transition: width 2s, background .2s;
    -webkit-transform: translate3d(0, 0, 0);
	border-radius: 10px;
	box-sizing: border-box;
}
.product .detail .sec12 .count {
    position: absolute;
	top: 13px;
    left: 30px;
	display: block;
	width: 60px;
    font-size: 24px;
	color: #fff;
    font-weight: bold;
    font-family: 'yg-jalnan';
}

.product .detail .sec13 {
	background: #F5F5F5;
	padding: 120px 0;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
.product .detail .sec13 h3 {
	font-size: 40px;
	margin-top: 70px;
}
.product .detail .sec13 h3 + p {
	font-family: 'SUIT', sans-serif;
	font-size: 32px;
	letter-spacing: -2px;
}
.product .detail .sec13 .flex {
	margin-top: 70px;
}
.product .detail .sec13 .flex > div {
	flex: 1;
	margin-right: 20px;
}
.product .detail .sec13 .flex > div:last-child {
	margin-right: 0px;
}
.product .detail .sec13 .flex > div span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 26px;
	text-align: center;
}
.product .detail .sec13 .flex > div .img img {
	width: 100%;
}
.product .detail .sec13 .flex + p {
	margin-top: 20px;
	font-family: 'SUIT', sans-serif;
	font-size: 24px;
	letter-spacing: -2px;
}

.product .detail .sec14 {
	padding-top: 120px;
}
.product .detail .sec14 .flex {
	margin-top: 60px;
}
.product .detail .sec14 .flex .img {
	max-width: 685px;
	margin-right: 40px;
}
.product .detail .sec14 .flex .img img {
	width: 100%;
}
.product .detail .sec14 .flex .info {
	flex: 1;
}
.product .detail .sec14 .flex .info p {
	margin-bottom: 20px;
	background: #F5F5F5 url("../images/tick.svg")no-repeat 20px 50%;
	border-radius: 10px;
	font-size: 20px;
	padding: 24px 0 24px 50px;
}
.product .detail .sec14 .flex .info p:last-child {
	margin-bottom: 0;
}

.product .detail .sec15 {
	padding: 333px 0 198px;
}
.product .detail .sec15:before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: url("../images/bg-color.svg")no-repeat 50% 0 / cover;
    transform: rotateY(180deg);
    transform-origin: center;
}
.product .detail .sec15:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
    transform: rotateY(180deg);
    transform-origin: center;
}
.product .detail .sec15 h3 {
	font-size: 40px;
	margin-bottom: 50px;
    letter-spacing: -2px;
}
.product .detail .sec15 .flex {
	align-items: center;
}
.product .detail .sec15 .flex .img {
	width: 700px;
	margin-right: 40px;
}
.product .detail .sec15 .flex .img img {
	width: 100%;
}
.product .detail .sec15 .flex .info {
	flex: 1;
	font-family: 'SUIT', sans-serif;
}
.product .detail .sec15 .flex .info h4 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}
.product .detail .sec15 .flex .info p {
	letter-spacing: -1.5px;
}

.product .detail .sec16 {
	padding-bottom: 150px;
}
.product .detail .sec16 h3 {
	font-size: 48px;
	margin-bottom: 30px;
	letter-spacing: -2px;
}
.product .detail .sec16 h3 + p {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 60px;
}
.product .detail .sec16 .black_box {
	background: #1E1E1E;
    border-radius: 10px;
    font-size: 32px;
    color: #fff;
    padding: 21px 30px;
    margin-bottom: 30px;
}
.product .detail .sec16 .flex > div {
	flex: 1;
}
.product .detail .sec16 .flex > div:first-child {
	margin-right: 40px;
}
.product .detail .sec16 .flex > div img {
	width: 100%;
}
.product .detail .sec16 .flex > div  strong {
	display: block;
	font-family: 'SUIT', sans-serif;
	font-size: 32px;
	margin-bottom: 10px;
}
.product .detail .sec16 .flex > div  strong span {
	font-weight: 400;
}
.product .detail .sec16 .flex + p {
	font-family: 'SUIT', sans-serif;
	font-size: 20px;
	margin-top: 15px;
}

.product .detail .sec17 {
	padding: 120px 0 200px;
}
.product .detail .sec17:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
}
.product .detail .sec17 .line_btn {
	height: 93px;
	line-height: 87px;
}
.product .detail .sec17 .flex {
	margin-top: 80px;
	letter-spacing: -2px;
}
.product .detail .sec17 .flex .info {
	flex: 1;
	margin-right: 40px;
	padding-top: 80px;
}
.product .detail .sec17 .flex .info h3 {
	font-size: 48px;
	margin-bottom: 60px;
}
.product .detail .sec17 .flex .info p {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	line-height: 1.68;
}
.product .detail .sec17 .flex .info p span {
	text-decoration: underline;
}
.product .detail .sec17 .flex .img {
	width: 686px;
}
.product .detail .sec17 .flex .img img {
	width: 100%;
}

.product .detail .sec18 {
	padding-top: 50px;
}
.product .detail .sec18 h3 {
	font-size: 48px;
	margin-bottom: 25px;
	letter-spacing: -2px;
}
.product .detail .sec18 p {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 40px;
}
.product .detail .sec18 .flex > div {
	flex: 1;
}
.product .detail .sec18 .flex > div:first-child {
	margin-right: 30px;
}
.product .detail .sec18 .flex > div img {
	width: 100%;
}

.product .detail .sec19 {
	padding: 270px 0 285px;
}
.product .detail .sec19:before {
	content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1;
    background: url("../images/bg-color.svg")no-repeat 50% 0 / cover;
}
.product .detail .sec19:after {
	content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
}
.product .detail .sec19 h3 {
	font-size: 48px;
	margin-bottom: 60px;
	letter-spacing: -3px;
}
.product .detail .sec19 .img img {
	width: 100%;
}
.product .detail .sec19 p {
    margin-top: 20px;
    font-size: 25px;
    font-family: 'SUIT', sans-serif;
    letter-spacing: -1px;
}

.product .detail .sec20 {
	padding-bottom: 120px;
	margin-top: -65px;
}
.product .detail .sec20 h3 {
	font-size: 48px;
	margin-bottom: 10px;
	letter-spacing: -3px;
}
.product .detail .sec20 p {
    font-size: 24px;
    margin-bottom: 60px;
    font-family: 'NanumSquareRound';
    letter-spacing: -1px;
}
.product .detail .sec20 .flex > div {
	flex: 1;
}
.product .detail .sec20 .flex > div:first-child {
	margin-right: 40px;
}
.product .detail .sec20 .flex > div img {
	width: 100%;
}

.product .detail .sec21 {
	padding: 120px 0 220px;
}
.product .detail .sec21:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
    transform: rotateY(180deg);
    transform-origin: center;
}
.product .detail .sec21 .line_btn {
	height: 102px;
    line-height: 92px;
    text-transform: uppercase;
}
.product .detail .sec21 .flex {
	margin-top: 120px;
	align-items: center;
}
.product .detail .sec21 .flex .info {
	flex: 1;
	margin-right: 40px;
}
.product .detail .sec21 .flex .info h3 {
    font-size: 39px;
    line-height: 1.35;
    margin-bottom: 40px;
    letter-spacing: -1px;
}
.product .detail .sec21 .flex .info p {
	font-size: 30px;
	font-family: 'NanumSquareRound';
	letter-spacing: -1px;
}
.product .detail .sec21 .flex .img {
	width: 728px;
}
.product .detail .sec21 .flex .img img {
	width: 100%;
}

.product .detail .sec22 {
	padding: 20px 0 120px;
}
.product .detail .sec22 .flex .img {
	width: 679px;
	margin-right: 60px;
}
.product .detail .sec22 .flex .img img {
	width: 100%;
}
.product .detail .sec22 .flex .info {
	flex: 1;
}
.product .detail .sec22 .flex .info h3 {
	font-size: 48px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.product .detail .sec22 .flex .info strong {
	display: block;
	font-family: 'NanumSquareRound';
	font-size: 32px;
	letter-spacing: -2px;
	margin-bottom: 60px;
}
.product .detail .sec22 .flex .info ul li {
	background: #F5F5F5;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	padding: 15px 20px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -2px;
}
.product .detail .sec22 .flex .info ul li:last-child {
	margin-bottom: 0;
}
.product .detail .sec22 .flex .info ul li span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1254FF;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 10px;
	letter-spacing: 0;
}

.product .detail .sec23 {
	padding: 150px 0 260px;
}
.product .detail .sec23:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/main_color.svg")no-repeat 50% 100% / cover;
    transform: rotateY(180deg);
    transform-origin: center;
}
.product .detail .sec23 .line_btn {
	height: 102px;
    line-height: 92px;
}
.product .detail .sec23 .flex {
	margin-top: 70px;
}
.product .detail .sec23 .flex .info {
	flex: 1;
	margin-right: 40px;
}
.product .detail .sec23 .flex .info h3 {
	font-size: 40px;
	line-height: 1.35;
	margin-bottom: 20px;
	letter-spacing: -2.5px;
}
.product .detail .sec23 .flex .info p {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 72px;
}
.product .detail .sec23 .flex .info ul li {
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	padding: 18px 20px 17px 70px;
	font-family: 'SUIT', sans-serif;
	letter-spacing: -2px;
	line-height: 1.46;
}
.product .detail .sec23 .flex .info ul li:last-child {
	margin-bottom: 0;
}
.product .detail .sec23 .flex .info ul li span {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1254FF;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 10px;
	letter-spacing: 0;
}
.product .detail .sec23 .flex .info ul li em {
	display: block;
	font-size: 20px;
	line-height: 1.7;
}
.product .detail .sec23 .flex .img {
	width: 599px;
}
.product .detail .sec23 .flex .img img {
	width: 100%;
}

.product .detail .sec24 {
	padding: 0 0 95px;
	margin-top: -30px;
}
.product .detail .sec24 h3 {
	text-align: center;
	font-size: 48px;
	margin-bottom: 15px;
	letter-spacing: -2px;
}
.product .detail .sec24 h3 + p {
	text-align: center;
	font-size: 24px;
	line-height: 1.67;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 60px;
}
.product .detail .sec24 .flex > div {
	flex: 1;
}
.product .detail .sec24 .flex > div:first-child {
	margin-right: 40px;
}
.product .detail .sec24 .flex > div p {
	font-family: 'SUIT', sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}
.product .detail .sec24 .flex > div p span {
    font-size: 32px;
    vertical-align: -4px;
    margin-right: 5px;
}
.product .detail .sec24 .flex > div p strong {
	font-size: 24px;
	margin-right: 5px;
}
.product .detail .sec24 .flex > div .img {
	position: relative;
	height: 0;
	padding-bottom: 69%;
	overflow: hidden;
	border-radius: 10px;
}
.product .detail .sec24 .flex > div .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
}
.product .detail .sec24 .point {
	margin-top: 30px;
}
.product .detail .sec24 .point {
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	margin: 30px 0 20px;
	letter-spacing: -1px;
}
.product .detail .sec24 .point span {
	display: inline-block;
	vertical-align: 1px;
	width: 100px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	letter-spacing: -1.2px;
	font-weight: 700;
	border-radius: 50px;
	margin-right: 5px;
}

.product .detail .sec25 {
	background: #F5F5F5;
	padding: 120px 0;
}
.product .detail .sec25 h3 {
	text-align: center;
	font-size: 48px;
	margin-bottom: 60px;
	letter-spacing: -2px;
}
.product .detail .sec25 .box {
	background: #FFFFFF;
	border: 2px solid #1E1E1E;
	border-radius: 10px;
	text-align: center;
	padding: 19px 30px;
	font-size: 32px;
	box-sizing: border-box;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.product .detail .sec25 .flex > div {
	flex: 1;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box;
}
.product .detail .sec25 .flex > div:first-child {
	margin-right: 40px;
}
.product .detail .sec25 .flex > div strong {
	display: block;
	font-size: 32px;
	margin-bottom: 20px;
}
.product .detail .sec25 .flex > div strong span {
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	margin-right: 10px;
}
.product .detail .sec25 .flex > div .img img {
	width: 100%;
}
.product .detail .sec25 .flex > div p {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	margin-top: 20px;
	padding-right: 12px;
	box-sizing: border-box;
}

.product .detail .sec26 {
	padding: 120px 0;
}
.product .detail .sec26 h3 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 60px;
}
.product .detail .sec26 .item {
	background: #F5F5F5;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px 30px 30px;
	box-sizing: border-box;
}
.product .detail .sec26 .item:last-child {
	margin-bottom: 0;
}
.product .detail .sec26 .item .ques {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
}
.product .detail .sec26 .item .ques:before {
	content: 'Q';
	display: inline-block;
    vertical-align: -4px;
	font-family: 'yg-jalnan';
	color: #1254FF;
	margin-right: 10px;
	font-size: 34px;
}
.product .detail .sec26 .item .box {
    background: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'SUIT', sans-serif;
    padding: 20px 30px;
    letter-spacing: -1px;
    border-radius: 5px;
}

.product .detail .sec27 {
	background: #F5F5F5;
}
.product .detail .sec27 .prd_top {
	padding: 120px 0;
	border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.product .detail .sec27 .prd_top h3 {
	font-size: 48px;
	margin-bottom: 30px;
	letter-spacing: -2px;
}
.product .detail .sec27 .prd_top h3 + p {
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	margin-bottom: 40px;
}
.product .detail .sec27 .prd_top .flex > div {
	flex: 1;
	margin-right: 40px;
	text-align: center;
}
.product .detail .sec27 .prd_top .flex > div:last-child {
	margin-right: 0;
}
.product .detail .sec27 .prd_top .flex > div p {
	font-family: 'SUIT', sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1.5;
}
.product .detail .sec27 .prd_set {
	position: relative;
	padding: 120px 0;
	border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.product .detail .sec27 .prd_set .title {
	margin-bottom: 105px;
	padding-top: 80px;
}
.product .detail .sec27 .prd_set .title h3 {
	font-size: 48px;
	letter-spacing: -2px;
}
.product .detail .sec27 .prd_set .title p {
	font-family: 'NanumSquareRound',sans-serif;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -1px;
}
.product .detail .sec27 .prd_set ul li {
	font-size: 25px;
	font-family: 'NanumSquareRound',sans-serif;
	padding: 12px 0;
}
.product .detail .sec27 .prd_set ul li span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center; 
	border-radius: 50%;
	margin-right: 5px;
}
.product .detail .sec27 .prd_set .img {
	position: absolute;
	top: 120px;
	right: 0;
}
.product .detail .sec27 .prd_add {
	padding: 100px 0;
	text-align: center;
	max-width: 1640px;
	margin: 0 auto;
}
.product .detail .sec27 .prd_add h4 {
	font-size: 30px;
	font-family: 'NanumSquareRound',sans-serif;
	margin-bottom: 60px;
	letter-spacing: -2px;
}
.product .detail .sec27 .prd_add .flex > div {
	flex: 1;
	margin-right: 40px;
}
.product .detail .sec27 .prd_add .flex > div:last-child {
	margin-right: 0;
}
.product .detail .sec27 .prd_add .flex > div p {
	text-align: left;
	font-size: 25px;
	font-family: 'NanumSquareRound',sans-serif;
	letter-spacing: -1px;
}
.product .detail .sec27 .prd_add .flex > div p span {
	display: inline-block;
	vertical-align: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product .detail .sec27 .prd_add .flex > div .img img {
	width: 100%;
}

.product .detail .sec28 {
	padding: 110px 0 120px;
}
.product .detail .sec28 h3 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 55px;
	letter-spacing: -2px;
}
.product .detail .sec28 table {
	background: #F5F5F5;
	border-radius: 10px;
	font-family: 'SUIT', sans-serif;
}
.product .detail .sec28 table th {
	font-size: 24px;
	text-align: left;
	padding: 21px 10px 21px 40px;
	border-bottom: 2px solid #fff;
	letter-spacing: -1.5px;
}
.product .detail .sec28 table td {
	padding: 13px 40px 13px 0;
	border-bottom: 2px solid #fff;
}
.product .detail .sec28 table td:nth-child(2) {
	border-right: 2px solid #fff;
}
.product .detail .sec28 table td div {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 20px;
	letter-spacing: -1px;
}

.product .detail .sec29 {
	padding: 100px 0 120px;
	background: #F5F5F5;
}
.product .detail .sec29 .item h3 {
	font-size: 48px;
	margin-bottom: 25px;
	letter-spacing: -3px;
}
.product .detail .sec29 .item .box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 50px 40px 60px;
}
.product .detail .sec29 .refund {
	margin-bottom: 150px;
}
.product .detail .sec29 .refund .box div {
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	padding-left: 34px;
}
.product .detail .sec29 .refund .box div:last-child {
	margin-bottom: 0;
}
.product .detail .sec29 .refund .box div p {
	margin: 15px 0;
	line-height: 1.4;
}
.product .detail .sec29 .refund .box div span {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 24px;
}
.product .detail .sec29 .as .gray_box {
	background: #F5F5F5;
	border-radius: 10px;
	font-size: 24px;
	font-family: 'SUIT', sans-serif;
	font-weight: 700;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.product .detail .sec29 .as ul li {
	position: relative;
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	padding: 11px 0 11px 43px;
	letter-spacing: -1px;
}
.product .detail .sec29 .as ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1254FF;
    position: absolute;
    top: 20px;
    left: 23px;
}
.product .detail .sec29 .as ul + .gray_box {
	margin-top: 60px;
}
.product .detail .sec29 .as .item_list p {
	position: relative;
	font-size: 20px;
	font-family: 'SUIT', sans-serif;
	padding: 10px 0 10px 40px;
}
.product .detail .sec29 .as .item_list p span {
	position: absolute;
	top: 5px;
	left: 20px;
}
.product .detail .sec29 .cs_center {
	border-radius: 10px;
	padding: 40px 0;
	margin-top: 40px;
}
.product .detail .sec29 .cs_center .flex {
	align-items: center;
	justify-content: center;
}
.product .detail .sec29 .cs_center .flex strong {
    width: 268px;
    font-size: 30px;
    background: url("../images/ic_center.svg")no-repeat 0 50%;
    letter-spacing: -1px;
    box-sizing: border-box;
    font-family: 'SUIT', sans-serif;
    padding: 3px 0 3px 47px;
}
.product .detail .sec29 .cs_center .flex .box {
	width: 522px;
	height: 82px;
	line-height: 82px;
	background: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	color: #1e1e1e;
	text-align: center;
	border-radius: 5px;
	margin-left: 100px;
}




#footer {
	margin-top: 0!important;
}









@media screen and (max-width: 1280px) {
	.product .detail .sec1 .bg {
		right: -75px;
	}
	
	.product .detail .sec2 .bg {
		top: 75px;
		right: -180px;
	}
	.product .detail .sec2 .bg img {
		width: 75%;
	}
	
	.product .detail .sec4 .flex .img {
		width: 520px;
		height: 510px;
		margin-right: 40px;
	}
	.product .detail .sec4 .flex .info h3 {
		font-size: 38px;
	}
	.product .detail .sec4 .flex .info div {
		font-size: 27px;
	}
	
	.product .detail .sec6 .flex > div .img {
		height: 525px;
	}
	
	.product .detail .sec8 .top .img {
		width: 550px;
		margin-left: 20px;
	}
	.product .detail .sec8 .top h3:first-child {
		font-size: 44px;
	}
	.product .detail .sec8 .top h3:last-child {
		font-size: 30px;
	}
	
	.product .detail .sec8 .step_form .bg {
		right: -20px;
	}
	
	.product .detail .sec10 .flex .info h3 {
		font-size: 36px;
	}
	.product .detail .sec10 .flex .img {
		width: 560px;
		margin-left: 30px;
	}
	.product .detail .sec10 .flex .info p {
		font-size: 30px;
	}
	
	.product .detail .sec11 .flex .img {
		width: 500px;
		margin-right: 35px;
	}
	.product .detail .sec11 .flex .info h3 {
		font-size: 36px;
	}
	.product .detail .sec11 .flex .info h3 + h3 {
		margin: 65px 0 70px;
	}
	
	.product .detail .sec11 .bottom h3 {
		font-size: 38px;
	}
	.product .detail .sec11 .bottom p {
		font-size: 30px;
	}
	
	.product .detail .sec14 .flex .img {
		max-width: 515px;
		margin-right: 20px;
	}
	
	.product .detail .sec15 .flex .img {
		width: 500px;
		margin-right: 20px;
	}
	
	.product .detail .sec16 h3 {
		font-size: 40px;
	}
	.product .detail .sec16 .black_box {
		font-size: 30px;
	}
	
	.product .detail .sec17 .flex .img {
		width: 500px;
	}
	.product .detail .sec17 .flex .info {
		margin-right: 40px;
		padding-top: 20px;
	}
	
	.product .detail .sec19 p {
		font-size: 23px;
	}
	
	.product .detail .sec21 .flex .img {
		width: 520px;
	}
	
	.product .detail .sec22 .flex .img {
		width: 490px;
		margin-right: 30px;
	}
	
	.product .detail .sec23 .flex .img {
		width: 485px;
	}
	.product .detail .sec23 .flex .info {
		margin-right: 20px;
	}
	
	.product .detail .sec24 h3 {
		font-size: 42px;
	}
	
	.product .detail .sec27 .prd_set .title {
		padding-top: 0px;
	}
	.product .detail .sec27 .prd_set .img img {
		max-width: 600px;
	}
	
	.product .detail .sec28 table th {
		padding: 21px 10px 21px 24px;
	}
}
@media screen and (max-width: 1024px) {
	.product .list {
		background-position: 65% 50%;
	}
	.product .list .box p {
		font-size: 20px;
	}
	
	
	.product .detail.pc {
		display: none;
	}
	.product .detail.m {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.product .list {
		position: relative;
		background-color: #000;
		background-size: auto 375px;
		background-position: 100% 70%;
	}
	.product .list .box {
		width: 100%;
		padding: 60px 0px 453px;
		box-sizing: border-box;
	}
	.product .list .box .img img {
		max-width: 300px;
	}
	.product .list .box p {
		font-size: 16px;
	}
	.product .list .box .img + div {
		font-size: 14px;
		line-height: 1.4;
	}
	.product .list .box strong {
		position: absolute;
		bottom: 68px;
		left: 20px;
		font-size: 16px;
		margin: 0;
	}
	.product .list .box a {
		position: absolute;
		bottom: 60px;
		right: 20px;
		width: 114px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.product .list {
		background-position: calc(80% - 22px) 70%;
	}
}
@media screen and (max-width: 380px) {
	.product .list .box strong {
		font-size: 14px;
	}
}