@charset "utf-8";
/* CSS Document */

/* * footer * */
.menuList .inner > ul > li + li {margin-left:85px}

/* greeting */
.intro h3 {padding:110px 0 32px 0}

/* product */
.product .btn_inZone {margin-top:2.5rem;}
.product .visual.discount {background:url('../img/pc_bg_pro01_top.png') no-repeat center top;background-size:cover}
	.character .people {background:url('../img/img_pro_people.png') no-repeat left center;background-size:115px}
	.character .benefit {background:url('../img/img_pro_benefit.png') no-repeat left center;background-size:115px}
	.character .require {background:url('../img/img_pro_require.png') no-repeat left center;background-size:115px}
	.character .fee {background:url('../img/img_pro_fee.png') no-repeat left center;background-size:115px}
	.character .period {background:url('../img/img_pro_period.png') no-repeat left center;background-size:115px}
	.character .information {padding: 65px 0 65px 0;text-align: center;}
	.character li.information ul li {text-align: center;font-weight: bold;}
	.character li.information ul li p {font-weight: normal;font-size:1.3rem;}

/* 모바일 */
@media (max-width:768px){
#header .languageLink .lang_et {background:url('../img/ico_btn.png') no-repeat center center; background-size:100%;}
/* * footer * */
.menuList .inner > ul > li + li {margin-left:0}
/* greeting */
.intro h3 {padding:2.75rem 0 1.75rem 0}

/* product */
.product .visual.discount {background-image:url('../img/bg_pro01_top.png')}
	.character .people {background:url('../img/img_pro_people.png') no-repeat; background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .benefit {background:url('../img/img_pro_benefit.png') no-repeat; background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .require {background:url('../img/img_pro_require.png') no-repeat; background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .fee {background:url('../img/img_pro_fee.png') no-repeat; background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .period {background:url('../img/img_pro_period.png') no-repeat; background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .information {padding:0 0 65px 0; font-weight:normal; font-size:1.25rem; line-height:1.45; }
	.character .information p {padding-top:1.5rem;font-size: 1rem;color:#333;}

}