@charset "utf-8";

		/* 스마트폰 기본 css */


		/* section */
			.com_div_1 {
				background:url("../../images/sub_01_img/sub_bg.gif") no-repeat;
				background-size:100% 100%;
			}

			.m_com_div_2 {
				background:url("../../images/sub_01_img/sub_bg.gif") no-repeat;
			}

			.comp_div_1 {
				width:90%;
				margin:0 auto;
				padding-top:5%;
				padding-bottom:5%;
			}
			.comp_div_1_01 {
				font-size:1.2em;
				color:#a94d09;
				text-align:center;
			}
			.comp_div_1_02 {
				font-size:1.2em;
				color:#ff9900;
				text-align:center;
				padding-bottom:5%;
			}
			.comp_div_1_03 {
				font-size:1em;
				color:#333333;
				line-height:150%;
				padding-bottom:5%;
			}		
			.comp_div_right {
				display:none;
			}



		/* 테블릿 css */
		/*@media all and (min-width:768px) and (max-width:1024px) {*/
		@media all and (min-width:768px) and (max-width:1439px) {
		
			/* section */
			.comp_div_1 {
				width:90%;
				margin:0 auto;
				padding-top:3%;
				padding-bottom:5%;
			}
			.comp_div_left {
				float:left;
				width:60%;
				margin-top:2%;
			}
			.comp_div_right {
				display:block;
			}
			.comp_div_right {
				float:right;
				width:38%;
				margin-top:5%;
			}
			.comp_div_right img {
				width:100%;
			}
			.comp_div_1_01 {
				font-size:1.5em;
				color:#a94d09;
				text-align:center;
			}
			.comp_div_1_02 {
				font-size:1.5em;
				color:#ff9900;
				text-align:center;
			}
			.comp_div_1_03 {
				font-size:1em;
				color:#333333;
				line-height:150%;
				padding-bottom:5%;
			}		
		}



		/* pc css */
		/*@media all and (min-width:1025px) {*/
		@media all and (min-width:1440px) {


			/* section */
			.comp_div_1 {
				width:90%;
				margin:0 auto;
				padding-top:3%;
				padding-bottom:5%;
			}
			.comp_div_left {
				float:left;
				width:60%;
				margin-top:3%;
			}
			.comp_div_right {
				display:block;
			}
			.comp_div_right {
				float:right;
				width:38%;
				margin-top:5%;
			}
			.comp_div_right img {
				width:100%;
			}
			.comp_div_1_01 {
				font-size:1.5em;
				color:#a94d09;
				text-align:center;
			}
			.comp_div_1_02 {
				font-size:1.5em;
				color:#ff9900;
				text-align:center;
			}
			.comp_div_1_03 {
				font-size:1em;
				color:#333333;
				line-height:150%;
				padding-bottom:5%;
			}

		}