:root {
  --model-main-color: #adacac;
}

body {
	color:#ffffff;
}

/*====== SECTION CONTENT ====== */
.section .content-top .logo-img {
	max-width:270px;
}

.section .content-top h1 {
	font-weight: 400;
	/*text-shadow: 0 0 5px rgba(0, 0, 0, .75);*/
	font-size: 25px;
}
.section .content-top h1 .bold {
	font-size: 240%;
}

.section .content-top .top-content {
	width: calc(100% - (7vw * 2));
    margin: 0 auto;
    text-align: right;
}

.section .content-top .section_ttl {
	margin-top:5vh;
	background:#bcbcbc;
	border:1px solid #ffffff;
	color:#3b3b3b;
	font-weight:400;
}


/*====== CUSTOM ======*/
.section.sec1 .content-top {
	background-image:url("../assets/img/C10_0325/C10_mainBG.png");
	background-position:center center;
}

@media (max-width: 1024px) {
	.section.sec1 .content-top {
		background-image: url(../assets/img/C10_0325/C10_mainBG.png);
		background-position: center bottom -20px;
		background-size: auto calc(100% + 20px);
	}
}


/*======= PRICE ========*/
.section .price_wrap {
	position:relative;
}

.section .price-txt {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    margin-right: 9px;
    margin-top: -3px;
    padding: 0 2px;
    align-self: center;
    width: fit-content;
	font-size: 12px;
    font-weight: 500;
    line-height: 1;
    z-index: 1;
    background: #ffffff;
}

.section .price {
	font-weight:900;
	color:#3b3b3b;
}

.section .price-cur {
    font-size: 24px;
}

.section .price .small {
	font-size:40%;
}

/*===== sub-price =====*/
.sub-price {
	display: block;
    background: #000000;
    color: #ffffff;
    border-radius: 100vh;
    padding: 2px 30px;
    font-size: 24px;
    font-weight: 300;
}


/*===== PLUSIM =====*/
.plusim {
	display: flex;
    border: 1px solid #4762a2;
    border-radius: 4px;
    padding: 10px;
    gap: 16px;
    line-height: 1;
    font-size: 18px;
}
.plusim .plusim-data {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.plusim .plusim-data.ver {
	flex-direction:row;
	gap:4px;
}
.plusim .sep {
	position:relative;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.plusim .sep:before {
	content:"";
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	width:1px;
	background:#000000;
	z-index:0;
}
.plusim .sep i {
	font-size: 14px;
    font-style: normal;
    font-weight: 300;
    background: #ffffff;
	z-index:1;
}

.note {
	font-size:14px;
}


/*====== SECTION CONTENT ====== */
.section .content-mid {
	color:#000000;
	flex-direction:column;
	gap:1vh;
}

.slider-section:before {
	background:#3b3b3b;
	border-radius:15px;
}


/*=============================//
//===== SLIDER SECTION ========//
//=============================*/
.slider-section {
	margin-top:auto;
}


/*=============================//
//======= CARD SECTION ========//
//=============================*/
.cardSection {
	flex-direction:row;
	height: auto;
}

.cardSection .textDiv {
	width:40%;
	background:#3b3b3b;
	border-radius: 0 15px 15px 0;
}

.cardSection .textDiv p {
	padding:5vh;
	font-size:16px;
}

.cardSection .imgDiv {
	width:60%;
	background-size:cover;
	background-position:center;
	border-radius:15px 0 0 15px;
	display:flex;
	align-items:flex-end;
}

.cardSection.card1 .imgDiv {
	background-image:url("../assets/img/C10_0325/c10_pic1.png");
}

.cardSection.card2 .imgDiv {
	background-image:url("../assets/img/C10_0325/c10_pic2.png");
}

.cardSection.card3 .imgDiv {
	background-image:url("../assets/img/C10_0325/c10_pic3.png");
}

.cardSection .listItems {
	display: flex;
    justify-content: space-evenly;
    color: #000000;
    width: 98%;
    margin: 0 auto;
	margin-bottom:1vh;
}
.cardSection .listItems .itemData {
	border-right:1px solid #000000;
	padding:0 5px;
	width:100%;
}
.cardSection .listItems .itemData .line2 {
	display:block;
	font-size:14px;
}


/*===================//
//===== FORM ========//
//===================*/
#formTop {
	background:#3b3b3b;
	color:#ffffff;
}
#formTop #submit {
	background:#e6e6e6;
	color:#000000;
}

.select-selected {
	color:#ffffff;
}
.select-selected:before {
	background:#ffffff;
}
.select-selected:after {
	border-color: #000000 transparent transparent transparent;
}

@media (max-width: 1024px) {
	.container .content {
		gap:3vh;
	}
	.section .content-top .logo-img {
		max-width:155px;
	}
	.section.sec1 .content-top {
		padding-top:3vh;
	}
	.section .content-top h1 {
		font-size: 14px;
	}
    .section .content-mid {
        margin: 3vh 0 0 0;
    }
	.section .price_wrap {
		margin-right: auto;
	}
	.section .price-txt {
		top: 0;
		margin-top: 0;
		translate: 0 -120%;
		margin-right: 0;
	}
	.section .price {
		letter-spacing: -1px;
	}
	.plusim {
		width: 50%;
        margin-right: auto;
        justify-content: center;
        font-size: 16px;
        padding: 5px;
	}
	.section .content-float {
		max-width: 65%;
		bottom: 11vh;
		right: -20px;
	}

	.cardSection {
		flex-direction: column;
		min-height: auto;
	}
	.cardSection .textDiv {
		width: 100%;
		border-radius: 0 0 15px 15px;
		order: 1;
	}
	.section .content-top .section_ttl {
		margin-top: 5vw;
		margin-right: -2vw;
	}
	.cardSection .textDiv p {
		padding:5vw;
	}
	.cardSection .imgDiv {
		width: 100%;
		border-radius: 15px 15px 0 0;
		min-height: 30vh;
	}
	.cardSection .listItems .itemData .line1 {
		font-size:18px;
	}
	.cardSection .listItems .itemData .line2 {
		font-size:12px;
		line-height:1;
	}
}