@charset "utf-8";
/* CSS Document */

#container { word-break:default; }
/* * 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.financial {background:url('../img/pc_bg_pro01_top.png') no-repeat center top;background-size:cover}
	.character .tax {background:url('../img/img_pro_tax.png') no-repeat left center;background-size:115px}
	.character .money {background:url('../img/img_pro_money.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 .bond {background:url('../img/img_pro_bond.png') no-repeat left center;background-size:115px}
	.character .account {background:url('../img/img_pro_account.png') no-repeat left center;background-size:115px}

/* 모바일 */
@media (max-width:768px){

/* * footer * */
.menuList .inner > ul > li + li {margin-left:0}
/* greeting */
.intro h3 {padding:2.75rem 0 1.75rem 0}
/* product */
#header .languageLink .lang_et {background:url('../img/ico_btn.png') no-repeat center center; background-size:100%;}
.product .visual.financial {background-image:url('../img/bg_pro01_top.png'); background-size:100% 100%}
	.character .tax {background:url('../img/img_pro_tax.png') no-repeat;background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .money {background:url('../img/img_pro_money.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 .bond {background:url('../img/img_pro_bond.png') no-repeat;background-position:center bottom 3.7rem;background-size:8.15rem}
	.character .account {background:url('../img/img_pro_account.png') no-repeat;background-position:center bottom 3.7rem;background-size:8.15rem}
}