@charset "utf-8";

/*
 * File       : mobile.css
 * Author     : STUDIO-JT (KMS)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : css/reset.css
 *
 * SUMMARY:
 * 1) global
 * 2) A mobile main
 * 3) A mobile sub
 * 4) B mobile main
 * 5) B mobile sub
 * 6) media
 */



/* **************************************** *
 * GLOBAL
 * **************************************** */
body {background: #eee;}

.main_container {width: 640px;margin: 0 auto;position: relative;background: no-repeat center top;}
.main_container a {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}



/* **************************************** *
 * A mobile main
 * **************************************** */
.main_page_a .main_container {
	min-height: 10964px;
	background-image: url(../images/mobile/a-main.jpg);
}



/* **************************************** *
 * A mobile sub
 * **************************************** */
.sub_product_a .main_container {
	min-height: 21263px;
	background-image: url(../images/mobile/a-sub.jpg);
}

.sub_product_a_02 .main_container {
	min-height: 21263px;
	background-image: url(../images/mobile/a-sub-02.jpg);
}



/* **************************************** *
 * B mobile main
 * **************************************** */
.main_page_b .main_container {
	min-height: 10750px;
	background-image: url(../images/mobile/b-main.jpg);
}



/* **************************************** *
 * B mobile sub
 * **************************************** */
.sub_product_b .main_container {
	min-height: 10170px;
	background-image: url(../images/mobile/b-sub.jpg);
}



/* **************************************** *
 * MEDIA
 * **************************************** */
@media (max-width: 640px){
	.main_container {width: 100%;background-size: 100% auto;}

	/* A안 */
	.main_page_a .main_container {min-height: 1px;padding-top: 1713%;}
	.sub_product_a .main_container, .sub_product_a_02 .main_container {min-height: 1px;padding-top: 3322%;}

	/* B안 */
	.main_page_b .main_container {min-height: 1px;padding-top: 1679%;}
	.sub_product_b .main_container {min-height: 1px;padding-top: 1589%;}
}
