@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* MOBILE 모드 CSS */

html, body { height:100%; font-family:'Noto Sans KR', sans-serif; }
a:hover{list-style:none;}

#main_menu_area { position:fixed; bottom:0px; left:0px; top:0px; right:0px; padding-top:45px; background:#FFF; z-index:30; display:none; overflow-y:scroll; }
	#main_menu_area #main_menu_head { z-index:31; position:fixed; left:0px; right:10px; top:0px; width:100%; height:45px; background:URL('../img/sitemap_bg1.jpg'); text-align:center;  }
	#main_menu_area #main_menu_head #title_text { display:inline-block; margin:0px 50px 0px 50px; text-align:center; color:#FFF; font-size:18px; line-height:45px; font-weight:bold; }
	#main_menu_area #main_menu_head img.btn_close { cursor:pointer; position:absolute; right:7px; top:8px; }
	#main_menu_area #main_menu_head img.btn_home { position:absolute; left:10px; top:6px; }
	#main_menu_area #menu { }
	#main_menu_area #menu ul { position:relative; }
	#main_menu_area #menu ul li { overflow:hidden; position:relative; }
	#main_menu_area #menu ul li.m1 { background:URL('../img/sitemap_bg2.jpg'); } 
	#main_menu_area #menu ul li.m2 { background:URL('../img/sitemap_bg3.jpg'); } 
	#main_menu_area #menu ul li.m3 { height:35px; line-height:35px; background:URL('../img/sitemap_bg4.jpg'); }
	#main_menu_area #menu ul li span.m1 { margin-left:20px; margin-right:40px; color:#36569e; font-size:14px; font-weight:bold; display:block; height:35px; line-height:35px; overflow:hidden; }
	#main_menu_area #menu ul li span.m2 { margin-left:20px; margin-right:40px; color:#545454; font-size:14px; font-weight:normal; display:block; height:35px; line-height:35px; overflow:hidden; border-bottom:1px solid #dadada; }
	#main_menu_area #menu ul li span.m3 { margin-left:20px; margin-right:40px; color:#CCC; font-size:14px; font-weight:normal; display:block; height:35px; line-height:35px; overflow:hidden; }
	#main_menu_area #menu ul li span.sitemap_low1 { display:inline-block; width:5px; height:35px; background:URL('../img/sitemap_low.png') center center no-repeat; margin-left:1px; margin-right:8px; vertical-align:middle; }
	#main_menu_area #menu ul li span.sitemap_low2 { display:inline-block; width:5px; height:35px; background:URL('../img/sitemap_low.png') center center no-repeat; margin-left:11px; margin-right:8px; vertical-align:middle; }
	#main_menu_area #menu ul li span.sitemap_bul1 { position:absolute; top:0px; right:20px; display:inline-block; width:6px; height:35px; background:URL('../img/sitemap_bul1.png') center center no-repeat; vertical-align:middle; }
	#main_menu_area #menu ul li span.sitemap_bul2 { position:absolute; top:0px; right:20px; display:inline-block; width:6px; height:35px; background:URL('../img/sitemap_bul2.png') center center no-repeat; vertical-align:middle; }
	#main_menu_area #menu ul li span.sitemap_bul3 { position:absolute; top:0px; right:20px; display:inline-block; width:6px; height:35px; background:URL('../img/sitemap_bul3.png') center center no-repeat; vertical-align:middle; }
	#main_menu_area #etc_menu {  }
	#main_menu_area #etc_menu ul { position:relative; }
	#main_menu_area #etc_menu ul li { overflow:hidden; position:relative; height:35px; line-height:35px; background:URL('../img/sitemap_bg5.jpg'); }
	#main_menu_area #etc_menu ul li span.m4 { margin-left:20px; margin-right:40px; color:#222; font-size:14px; font-weight:bold; display:block; height:35px; line-height:35px; overflow:hidden; }
	#main_menu_area #etc_menu ul li span.sitemap_bul4 { position:absolute; top:0px; right:20px; display:inline-block; width:6px; height:35px; background:URL('../img/sitemap_bul4.png') center center no-repeat; vertical-align:middle; }

#wrap { min-height:100%; min-width:320px; position:relative; }

	#wrap #top { position:relative; }
		#wrap #top #logo { background:URL('../img/bg_top_title.jpg') center bottom; }
			#wrap #top #logo #logo_in { text-align:center; overflow:hidden; margin-left:15px; } /*수정전 margin:0 auto; width:320px; min-height:45px; text-align:center; overflow:hidden;*/
			#wrap #top #logo #logo_in span { display:inline-block; float:left; height:44px; line-height:46px; letter-spacing:-2px; font-weight:500; font-size:15px; color:#fd6a1d; margin-left:3px; }
			#wrap #top #logo #logo_in h1 { height:44px; display:inline-block; float:left; } /*수정 코드추가*/
			#wrap #top #logo #logo_in h1 img { height:44px; } /*수정 코드추가*/
			#wrap #top #logo #logo_in #top_logo_text { display:inline-block; margin:10px 50px 10px 50px; text-align:center; color:#FFF; font-size:18px; line-height:24px; font-weight:bold; }
		#wrap #top #top_title { position:relative; min-height:45px; text-align:center; background:URL('../img/bg_top_title.jpg') center bottom; }
			#wrap #top #top_title #top_title_text { display:inline-block; margin:10px 50px 10px 50px; text-align:center; color:#FFF; font-size:18px; line-height:24px; font-weight:bold; }
		#wrap #top #banner_top { position:relative; overflow:hidden; }
		#wrap #top img.btn_menu { cursor:pointer; position:absolute; right:13px; top:0px; /*수정 코드추가*/width:18px; height:18px; margin-top:13px; } /*수정전 top:6px;*/
		#wrap #top img.btn_home { position:absolute; left:10px; top:6px; }

	#wrap #main_visual { position:relative; margin:0px auto; width:100%; text-align:center; }
	#wrap #main_banner { margin:10px auto; width:100%; overflow:hidden; text-align:center; }
	#wrap #main_banner ul li { display:inline-block; }

	#wrap #content_area { position:relative; overflow:hidden; padding-bottom:60px; }
		#wrap #content_area #content_area_padding { position:relative; overflow:hidden; padding:10px; text-align:justify; }
		#wrap #content_area #content_area_padding2 { position:relative; overflow:hidden; padding:10px; text-align:justify; font-size:11pt; font-family:dotum; }
		#wrap #content_area #banner_bottom { position:relative; overflow:hidden; }
		#wrap #content_area #content_area_padding #no_auth { padding:25px 40px; background:#333; color:#FFF; font-weight:bold; text-align:center; }
		#wrap #content_area #content_area_padding #no_auth span.msg { color:#289ECC; }
		#wrap #content_area #content_area_padding #no_data { padding:25px 40px; background:#333; color:#FFF; font-weight:bold; text-align:center; }
		#wrap #content_area #content_area_padding #no_data span.msg { color:#289ECC; }
		#wrap #content_area #content_area_padding div.bottom_btn { margin:10px 0px 10px 0px; }
		#wrap #content_area #content_area_padding div.bottom_btn span.button2ea1 { float:left; display:inline-block; width:49%; }
		#wrap #content_area #content_area_padding div.bottom_btn span.button2ea2 { float:right; display:inline-block; width:49%; }

	#wrap #bottom { position:absolute; left:0px; bottom:29px; width:100%; height:51px; overflow:hidden; background:URL('../img/copyright_bg.jpg') center top no-repeat #000; }
		#wrap #bottom #copyright { text-align:center; height:51px; line-height:51px; color:#999; }
		#wrap #bottom #copyright span.private { margin-left:10px; color:#AAA; }

#menu_n_call { position:fixed; bottom:0px; left:0px; width:100%; min-width:320px; height:60px; overflow:hidden; z-index:20; background:#fff; border-top:1px solid #eee;}
	#menu_n_call ul { width:320px; margin:0 auto; }
	#menu_n_call ul li { float:left; width:20%; height:60px; }
	#menu_n_call ul li span img { width:100%; }
	#menu_n_call ul li a img { width:100%; }



/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	
	
	/* main - 상단 칸 */


		/*방문카운터 시작*/

		.count { background:#fd6a1d; height:28px; text-align:center; }
		.count dd { display:inline-block; padding:0 5px; color:#fff; line-height:28px; }
		.count dd span.c_red { color:#f5ffa3; padding:0 3px; }

		#top_quickmenu { width:100%; height:40px; text-align:center; border-bottom:1px solid #ddd; }
		#top_quickmenu a { width:103px; line-height:40px; text-align:center; padding:11px 18px; font-weight:bold; color:#333; }

		.box1 { width:96%; height:40px; padding:16px 2%; }
		.box1 .icon { float:left; display:inline-block; width:34px; padding:5px 0; }
		.box1 a { display:inline-block; float:right; width:96px; height:30px; background:#fd6a1d; color:#fff; text-align:center; line-height:30px; margin-top:5px; margin-left:5px; }
		.box1 .text { display:inline-block; float:left; line-height:40px; font-size:18px; letter-spacing:-2px; color:#333; margin-left:5px; }
		.box1 .text .point { font-weight:bold; }

		/*제품검색창*/

		.box1-2 { width:90%; height:40px; padding:10px 5%; }
		.box1-2 #search_form { display:block; width:152px; height:31px; float:right; margin-top:5px; }



	/*렌탈,패키지,판매 탭 시작*/

	/*메인 tab */
	/*수정전  *, *:before, *:after {box-sizing: border-box;} */
	.content_wrap { position:relative; /*수정 코드추가*/padding-bottom:30px; border-bottom:1px solid #eeeeee;} /*수정전  margin-bottom:50px;*/

	.tab_box_tab { width:100%; height: auto !important; margin:0 auto;}
	.tab_box_tab:after { content: "";display: table;clear: both;}
	.tab_box_tab input[type=radio] { display: none;}
	.tab_box_tab label { display: block;float: left;  width:33.3%;  padding:10px 0; text-align:center;  color:#afafaf;  cursor: pointer;  -webkit-transition: background-color 150ms ease-in-out;  transition: background-color 150ms ease-in-out; font-size:12px; border-top:1px solid #eeeeee; } 
	.tab_box_tab label:hover {}
	.tab_box_tab [id^="tab"]:checked + label { color:#232323; background:#fae80c; } 
	.tab_box_content { display:none; } 
	.sale_bb { border-bottom:1px solid #eeeeee;}


	#tab_box1:checked ~ #tab_box_content1,
	#tab_box2:checked ~ #tab_box_content2,
	#tab_box3:checked ~ #tab_box_content3 {
		 display:block; 
		 float:left; 
		 width:100%; 
	}

	/*렌탈상품,패키지상품 칸*/

		.box2 { width:100%; } /*수정전 width:100%; height:131px; background:#faca0c;*/
		.box2 .box2_bg { width:100%; margin:0 auto; } /*수정전 width:310px; height:131px; margin:0 auto; border-radius:10px; overflow:hidden; background:#fff;*/
		.box2 .box2_bg .tit1 { position:relative; top:90px; left:25px; font-size:18px; font-weight:bold; letter-spacing:-1px; }
		.box2 .box2_bg .tit1 a { color:#333; }
		.box2 .box2_bg .tit2 { position:relative; top:94px; left:25px; font-size:11px; font-weight:bold; letter-spacing:-1px; }
		.box2 .box2_bg .tit2 a { color:#333; }

		.box2 .box2_bg ul { margin:0 auto; } /*수정전 margin:0 auto; width:310px; height:67px; border-radius:10px; overflow:hidden;*/
		.box2 .box2_bg ul li { float:left; width:20%; cursor:pointer; } /*수정전 float:left; width:62px; height:67px; cursor:pointer;*/
		.box2 .box2_bg ul li img { width:100%; image-rendering:-webkit-optimize-contrast; } 

		.m_rental_tab { list-style:none; margin:0; padding:0; overflow:hidden; margin-top:30px; }
		.m_tabcontent /*내용부분*/ { display:none; background-color:#fff; }
		.m_tabcontent.current {	display: block; }
		.m_tabcontent_sale /*내용부분*/ { display:none; background-color:#fff; }
		.m_tabcontent_sale.current { display: block; }

		.box_gr { width:100%; margin:0 auto; padding:20px 0; } /*수정전 width:360px; margin:0 auto;*/
		.box_gr div.product_thumb { display:inline-block; box-sizing:border-box; width:40%; margin:4.7%; } /*수정전 display:inline-block; box-sizing:border-box; width:144px; height:260px; margin:16px;*/
		.box_gr div.product_thumb a img { width:100%; border:1px solid #e0e0e0; image-rendering:-webkit-optimize-contrast; } /*수정전 width:142px; height:157px; border:1px solid #e0e0e0;*/
		.box_gr div.product_thumb .icon .icon_pck { display:inline-block; width:50px; height:17px; background:#fff; color:#fe6610; border:1px solid #fb9155; text-align:center; font-size:11px; font-weight:400; line-height:17px; }
		.box_gr div.product_thumb .data { text-align:center; margin-top:10px; }
		.box_gr div.product_thumb .data .icon { margin:5px 0; }
		.box_gr div.product_thumb .data .icon img { width:52px; height:19px; vertical-align:bottom; border:none; margin-right:3px; }
		.box_gr div.product_thumb .data a .tit { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:15px; font-weight:bold; color:#292929; }
		.box_gr div.product_thumb .data a .tit img { width:52px; height:19px; float:left; border:none; }
		.box_gr div.product_thumb .detail { height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; font-weight:300; color:#666; }
		.box_gr div.product_thumb .price { display:inline-block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size:19px; color:#0082ff; font-weight:bold; text-align:center; }


	/*판매상품 칸*/

		.m_rental_tab { list-style:none; margin:0; padding:0; overflow:hidden; margin-top:30px; }
		

   /* main - 중앙 띠배너 칸 */
		
		.box3 { width:100%; height:71px; background:#eeeeee; }
		.box3 .box3_bg { width:360px; margin:0 auto; }
		.box3 .box3_bg img { width:100%; }

   /* main - 시공갤러리 칸 */
		
		.box5 { display:block; margin:0 auto; text-align:center; margin-bottom:30px; }
		.box5_titgp { margin:0 auto; text-align:center; margin:30px 0; display:inline-block; width:100%; }
		.box5_titgp .text_gp { display:inline-block; width:220px; float:left; }
		.box5_titgp .text_gp .text1 { display:block; line-height:32px; font-size:20px; letter-spacing:-2px; color:#333; font-weight:bold; text-align:left; padding-left:7%; }
		.box5_titgp a { display:inline-block; float:right; width:80px; height:30px; background:#fff; color:#333; text-align:center; line-height:30px; letter-spacing:-2px; border:1px solid #ddd; margin-right:5%; }
		.box5_titgp a .morearr { vertical-align:middle; width:5px; height:8px; padding:0 0 0 10px; } 

		.box5_gr { width:90%; margin:0 auto; display:block; padding:0 20px; } /*수정전  width:342px; margin:0 auto; position:relative; top:236px;*/
		.box5_gr div.thumb { display:inline-block; width:45%; height:152px; margin:0 2%; } /*수정전 display:inline-block; box-sizing:border-box; width:44%; margin-right:5px;*/
		.box5_gr div.thumb a img { width:100%; height:120px; image-rendering:-webkit-optimize-contrast; } /*수정전 width:160px; height:133px;*/
		.box5_gr div.thumb .data { text-align:center; }
		.box5_gr div.thumb .data a .tit { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; letter-spacing:-1px; color:#656565; font-weight:300; padding:10px; }



	/* main - 공지사항 칸 */

		.box6 { display:block; margin:0 auto; padding:33px 5%; } /*수정전 display:block; margin:0 auto; height:21px; padding:18px 5%;*/
		.box6 h1 { display:inline-block; float:left; font-size:20px; font-weight:bold; color:#000; letter-spacing:-1px; }
		.box6 .more_btn { width:16px; height:16px; float:right; background:url('../img_visual/m_more.png') no-repeat; background-size:cover; cursor:pointer; margin:4px 0; }
		
		.notice_list { clear:both; width:100%; padding:20px 0 0 0; }
		.notice_list ul { width:100%; overflow-y:auto; overflow-x:hidden; list-style:none; margin:0; padding:0; }
		.notice_list ul li { color:#656565; font-size:16px; letter-spacing:-0.5pt; height:27px; line-height:27px; }
		.notice_list ul li a { width:300px; display:inline-block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#666; font-size:14px; } /*수정전 width: 240px;*/
		.notice_list ul li span.cont { width:100%; font-size:15px; letter-spacing:-0.5pt; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
		.notice_list ul li span.date { float:right; line-height:25px; /*지우고사용가능*/ display:none; } /*작성일*/


	/* main - 하단인포 칸 */

		.info { padding:24px 0; height:330px; border-top:1px solid #ddd; background:#f2f2f2; }
		.info p { font-size:8px; letter-spacing:-1px; text-align:center; margin:5px 0; }
		.info p.copyright { font-size:8px; letter-spacing:-1px; text-align:center; color:#9f9d9d; margin-top:13px; }

		.info .sns_gp { width:360px; height:45px; margin:0 auto; margin-top:10px; }
		.info .sns_gp li { display:inline-block; width:39px; height:39px; background:rgba(1 0 0/8%); border-radius:50px; box-shadow:1px 2px 5px #ccc; margin-left:15px; float:left; }
		.info .sns_gp li img { width:100%; }

		.info .cs_gp { width:360px; height:40px; margin:10px auto; padding-left:10px; }
		.info .cs_gp li { display:inline-block; float:left; line-height:30px; padding:5px; }
		.info .cs_gp li.point { font-weight:bold; }
		.info .cs_gp li a { color:#666; font-size:14px; padding-right:12px; border-right:1px solid #ddd; }

		.info .cstxt_gp { width:340px; margin:0 auto; padding-left:10px; margin-top:20px; }
		.info .cstxt_gp li { font-size:13px; font-weight:600; color:#666; letter-spacing:-0.5px; }
		.info .cstxt_gp li a { font-size:14px; font-weight:500; color:#999; letter-spacing:-0.5px; }

		.info .cr_gp { width:340px; margin:0 auto; padding-left:10px; margin-top:20px; }
		.info .cr_gp li { font-size:13px; font-weight:600; color:#666; letter-spacing:-0.5px; }
		.info .cr_gp li.copyright { font-size:13px; font-weight:500; color:#999; letter-spacing:-0.5px; }		



	/* subpage_product/OO_view.html - 서브페이지 렌탈 view페이지 */	
		.Pintro{
			clear:both;
			display:block;
			width:100%;
			text-align:center;
		}
		.Pintro_img_box{
			width:100%;
			margin-right:100px;
		}
		.img1{
			border:1px solid #dadada;
			width:340px;
			height:340px;
			margin:20px auto;
		}
		.img1 img {
		    width:100%;
			height:100%;
		}
		.img2_box_cover{
			text-align:center;
		}
		.img2_box{
			width:164px;
			height:90px;
			display:inline-block;
		}
		.img2_box a span.on {
			border: 1px solid #dadada;
			width: 70px;
			height: 70px;
			display: block;
			float: left;
			margin:0 5px;
		}
		.img2_box a span.on img {
			width:100%;
			height:100%;
			image-rendering:-webkit-optimize-contrast;
		}
		.img2{
			border:1px solid #dadada;
			width:90px;
			height:90px;
			margin-right:10px;
			float:left;
		}

		.title_line { 
			width:100%; 
			height:35px; 
			margin:10px 0; 
		}
		.product_tit {
			display:inline-block;
			width:70%;
			line-height:20px;
			font-size:20px;
			font-weight:500;
			color:#333;
			float:left;
			padding:5px 0 5px 10px;
			text-overflow:ellipsis;
			overflow:hidden;
			white-space:nowrap;
		}
		.hits{
			display:inline-block;
			width:66px;
			height:21px;
			line-height:21px;
			text-align:center;
			background-color:#fff;
			font-size:12px;
			font-weight:300;
			color:#999;
			border:1px solid #ccc;
			float:right;
			margin:5px 10px;
		}

		/*print_view 아이콘라인*/
		.icon_line {
			clear:both;
			width:100%;
			height:20px; 
			display:block;
			padding-left:10px;
		}

		.icon_line .paper_size {
			display:inline-block;	
			width:50px;
			height:17px;
			line-height:17px;
			font-size:11px;
			font-weight:300;
			border:1px solid #0654ba;
			color:#0654ba;
			text-align:center;
			float:left;
			margin-left:5px;
		}

		.print_paper_size {
			display:inline-block;
			width:50px;
			height:17px;
			line-height:17px;
			font-size:11px;
			font-weight:300;
			border:1px solid #0654ba;
			color:#0654ba;
			text-align:center;
			margin-left:5px;
		}
		.icon_line .color {
			display:inline-block;	
			width:52px;
			height:19px;
			float:left;
		}
		/*print_view 아이콘라인*/


		/*탭형식 CSS*/
				.tab2 {
					width:320px;
					list-style: none;
					margin: 0;
					padding: 0;
					overflow: hidden;
					margin:0 auto;
				}
				/* Float the list items side by side */
				.tab2 li {
					width:70px;
					float:left;
					cursor:pointer;
					background:#eee;
					border-radius:50px;	
					margin:0 5px 10px 5px;					
				}
				/* Style the links inside the list items */
				.tab2 li a {
					font-size:14px;
					width:73px;
					height:34px;
					line-height:34px;
					color:#666;
					border-radius:50px;
					font-weight:300;
					letter-spacing:-0.5px;
					cursor:pointer;
					text-align:center;
					display: inline-block;
					text-decoration: none;
					transition:0.3s;
					font-family:'Noto Sans KR','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','돋움', Dotum, '굴림', Gulim, Verdana, sans-serif;
				}
				/* Style the tab content */
				.tabcontent2 /*내용부분*/{
					display: none;
					background-color:#fff;
					color:#444; 
					font-size:16px;
					font-family:'Noto Sans KR','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','돋움', Dotum, '굴림', Gulim, Verdana, sans-serif;
				}

				/* Style the tab content */
				.tabcontent3 /*내용부분*/{
					display: none;
					background-color:#fff;
					color:#444; 
					font-size:16px;
					font-family:'Noto Sans KR','나눔고딕','NanumGothic', '맑은 고딕','malgun gothic','Nanum Gothic','돋움', Dotum, '굴림', Gulim, Verdana, sans-serif;
				}

				ul.tab2 li.current2 /*탭부분*/{
					color:#fff;
					background:#0082ff;
					transition: all 0.5s;
					width:70px;
					border-radius:50px;
					float:left;
					cursor:pointer;
				}
				ul.tab2 li.current2 a /*탭부분*/{
					color:#fff;
				}
				.tabcontent2.current2 {
					display: block;
				}

				.tabcontent3.current2 {
					display: block;
				}

			.cont_wrap2 {position:relative;}

		/*탭형식 CSS*/


		.text_box{
			width:100%;
			margin-top:15px;
		}

		.product_tit2{
			clear:both;
			display:block;
			font-size:15px;
			font-weight:700;
			color:#333;
			line-height:21px;
			margin-bottom:20px;
		}

		.text_box .price_gp {
			display:block;
			width:100%;
			height:36px;
			padding:0 0 10px 0;
			border-bottom:1px solid #e3e3e3;
			text-align:left;
		}
		.text_box .price_gp .price_tag {
			font-size:18px;
			color:#333;
			line-height:50px;
			padding-left:20px;
		}
		.text_box .price_gp .price_box { 
			display:inline-block; 
			float:right;
			font-size:18px;
			color:#0082ff;
			letter-spacing:-0.5pt;
			font-weight:500;
			padding:0;
			padding-right:20px;
		}
		.text_box .price_gp .price_box .price01{
			font-size:30px;
			color:#0082ff;
			letter-spacing:-0.5pt;
			font-weight:bold;
			padding:0 3px;
		}


		.text_box .period_gp {
			width:100%;
			display:inline-block;
			padding:20px 0;
			margin:0;
			list-style:none;
			border-bottom:1px solid #e3e3e3;
		}
		.text_box .period_gp li {
			width:70px;
			float:left;
			cursor:pointer;
		}
		.text_box .period_gp li input[type="radio"] {
			position:absolute;
			width:1px;
			height:1px;
			padding:0;
			margin:-1px;
			overflow:hidden;
			clip:rect(0,0,0,0);
			border:0;
		}
		.text_box .period_gp li input[type="radio"] + label {
			font-size:14px;
			width:73px;
			height:34px;
			line-height:34px;
			color:#666;
			background:#eee;
			border-radius:50px;
			font-weight:300;
			letter-spacing:-0.5px;
			display:block;
			cursor:pointer;
			text-align:center;
		}
		.text_box .period_gp li input[type="radio"]:checked + label {
			color:#fff;
			background:#0082ff;
			transition: all 0.5s;	
		}

		.text_box .img_banner { 
			width:320px;
			margin:20px auto;
		}

		.text_box .img_banner img { 
			width:100%;
		}

		.button{
			width:320px;
			display:block;
			height:59px;
			margin:20px auto;
		}
		.button1{
			display:inline-block;
			margin-right:4px;
			width:320px;
			height:50px;
			background:#0082ff;
			border:1px solid #ddd;
			color:#fff;
			text-align:center;
			line-height:50px;
			font-size:17px;
			font-weight:500;
			transition: all 1s;	
		}
		.button1:hover{
			display:inline-block;
			margin-right:4px;
			width:320px;
			height:50px;
			background:#fff;
			border:1px solid #0082ff;
			color:#0082ff;
			text-align:center;
			line-height:50px;
			font-size:17px;
			font-weight:500;	
			transition: all 0.5s;
		}
		.button1 a {
			text-decoration:none;
		}



		.gray_box {
			clear:both;
			width:90%;
			background:#f5f5f5;
			margin:0 auto;
			padding:36px 20px;
		}

		.gray_box .title_gp {
			margin-bottom:25px;
		}

		.gray_box .subcon_gp{
			width:100%;
		}

		.gray_box .subcon_gp .tit {
			font-size:15px;
			color:#666;
			font-weight:500;
			line-height:20px;
		}

		.gray_box .subcon_gp .tit:before {
			content:"";
			display:inline-block;
			background:#0082ff;
			width:2px;
			height:13px;
			position:relative;
			top:2px;
			left:0px;
			margin-right:10px;
		}


		.gray_box .subcon_gp .table_detail { border-collapse: collapse; border-spacing:0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff; margin-top:25px; }
		.gray_box .subcon_gp .table_detail tr td.title { background:#e8ebf2; height:39px; font-weight:500; word-break:keep-all; }
		.gray_box .subcon_gp .table_detail tr td { width:120px; height:30px; border-bottom:1px solid #ddd; text-align:center; margin:0 !important; padding:0 !important; font-size:13px; font-weight:300; }
		.gray_box .subcon_gp .table_detail tr td.title long { width:330px; height:30px; border-bottom:1px solid #ddd; text-align:center; border-left:1px solid #ddd; }
		.gray_box .subcon_gp .table_detail tr td.long { width:330px; height:30px; border-bottom:1px solid #ddd; text-align:left; border-left:1px solid #ddd; padding-left:10px !important; color:#777; word-break:keep-all; }

		.gray_box .subcon_gp2{
			width:100%;
			margin-top:20px;
		}
		.gray_box .subcon_gp2 .tit {
			font-size:14px;
			color:#666;
			font-weight:500;
			line-height:20px;
		}
		.gray_box .subcon_gp2 .tit:before {
			content:"";
			display:inline-block;
			background:#0082ff;
			width:2px;
			height:13px;
			position:relative;
			top:2px;
			left:0px;
			margin-right:10px;
		}
		.gray_box .subcon_gp2 .cont {
			line-height:24px;
			margin:10px 0;
			word-break:keep-all;
			padding-left:10px;
			font-size:14px;
		}


		/*print_view 매수별렌탈가*/
		.perpaper_gp {
			display:inline-block;
			width:100%;
			padding:20px 0;
			list-style:none;
			border-bottom:1px solid #e3e3e3;	
		}

		.perpaper_gp .print_table {
			 border-collapse:collapse;
			 border-spacing:0;
			 border-top:1px solid #ddd;
			 border-bottom:1px solid #ddd;
			 background:#fff;
			 margin:0 auto;
		}

		.perpaper_gp .print_table tr td.title {
			background:#e8ebf2;
			height:39px;	
			font-weight:bold;
		}

		.perpaper_gp .print_table tr td {
			width:218px; 
			height:34px; 
			border-bottom:1px solid #ddd; 
			text-align:center; 
			margin:0 !important; 
			padding:0 !important; 
			font-size:12px; 
			font-weight:300;
			color:#666;
		}
		.perpaper_gp .print_table tr td.right{
			border-left:1px solid #ddd; 
			color:#be1d43;
			font-weight:500;
		}


		/*package_view 정보칸*/

		.text_box .info_gp {
			border-bottom:1px solid #e3e3e3;
			padding:20px;
		}
		.text_box .info_gp .package_table{
			width:100%;
		}
		.text_box .info_gp .package_table tr {
			margin-bottom:10px;
		}	
		.text_box .info_gp .package_table tr td {
			font-size:14px;
			color:#444;
			padding:5px 0;
		}

		.text_box .info_gp .package_table tr td.title {
			text-align:left;
			width:25%;
			word-break:keep-all;
		}
		.text_box .info_gp .package_table tr td.right {
			color:#666;
			padding-left:37px; 
			font-weight:300;
			width:75%;
			text-overflow:ellipsis;
			overflow:hidden;
		}


		/*sale_view 정보칸*/

		.text_box .info_gp {
			border-bottom:1px solid #e3e3e3;
			padding:20px;
		}
		.text_box .info_gp .sale_table{
			width:100%;
		}
		.text_box .info_gp .sale_table tr {
			margin-bottom:10px;
		}	
		.text_box .info_gp .sale_table tr td {
			font-size:14px;
			color:#444;
			padding:5px 0;
		}

		.text_box .info_gp .sale_table tr td.title {
			text-align:left;
			width:25%;
			word-break:keep-all;
		}
		.text_box .info_gp .sale_table tr td.right {
			color:#666;
			padding-left:37px; 
			font-weight:300;
			width:75%;
			text-overflow:ellipsis;
			overflow:hidden;
		}


		/*제품상세정보 칸*/

		.edit_tit {
			clear:both;
			display:block;
			width:100%;
			height:30px;
			font-size:20px;
			color:#333;
			line-height:30px;
			letter-spacing:-1px;
			padding:10px 0 10px 10px;
			margin-top:20px;
			font-weight:bold;
			border-bottom:1px solid #ddd;
			font-family: 'NanumSquare', 'sans-serif';
		}

	


	/* subpage_product/OO_write.html - 서브페이지 렌탈 write페이지 */
		.notice2 { font-size:12px; color:#aaa; padding:10px; font-weight:500; border-bottom:1px dashed #E4E4E4; }

		table { border-collapse: collapse; border-spacing:0; border:0 none; }
		th, td { text-align:left; font-weight: normal; border:0; }

		label.pointer { cursor:pointer; }

		.hidden { display:none; }
		.cursor_pointer { cursor:pointer; }
		.center { text-align:center; }
		.bold { font-weight:bold; }

		legend, caption { overflow:hidden; width:0px; height:0px; font-size:0px; line-height:0px; } /* hidden */

		iframe.hidden_iframe { width:0px; height:0px; margin:0px; padding:0px; border:0px; }

		input[type="radio"]{margin-left:10px;}
		input[type="radio"]:first-child{margin-left:0px;}


		/* 테이블 스타일 */
			table.input_form { width:1000px;}
			table.input_form tr th { width:120px; padding:12px; vertical-align:top; color:#343434; font-size:17px; line-height:36px; border-bottom: 1px dashed #E4E4E4; }
			table.input_form tr th.title { width:170px; vertical-align:top; color:#343434; font-size:14px; line-height:36px; font-weight:bold; }
			table.input_form tr .desc1 { clear:both; display:block; width:100%; }
			table.input_form tr th span.nessesary { display:inline-block; width:19px;  height:23px; }
			table.input_form tr td { padding:12px; vertical-align:top; font-size:14px; line-height:36px; border-bottom: 1px dashed #E4E4E4; }
			table.input_form tr td input[type=text]{ vertical-align:middle; padding-left:20px; margin:5px; font-size:14px; width:96%; height:34px; line-height:34px; border:1px solid #DADADA; background:#FDFDFD; color:#333; font-weight:500; }		
			
			/*placeholder 색상지정*/
			table.input_form tr td input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
				color:#adadad;
			}
			table.input_form tr td input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
				color:#adadad;
			}
			table.input_form tr td input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
				color:#adadad;
			}
			table.input_form tr td input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
				color:#adadad;
			}
			/*placeholder 색상지정*/	
			
			table.input_form tr td input[type=text]:focus { background:#FFF; border:1px solid #3599CB; }
			table.input_form tr td input[type=text]:blur { background:#FDFDFD; border:1px solid #DADADA; }
			table.input_form tr td input[type=password]{ vertical-align:middle; padding-left:20px; font-size:14px; width:528px; height:34px; line-height:34px; border:1px solid #DADADA; background:#FDFDFD; color:#279DCF; font-weight:bold; }
			table.input_form tr td input[type=password]:focus { background:#FFF; border:1px solid #3599CB; }
			table.input_form tr td input[type=password]:blur { background:#FDFDFD; border:1px solid #DADADA; }
			table.input_form tr td input[type=file] { vertical-align:middle; font-size:14px; width:548px; height:34px; line-height:34px; margin:5px; }
			table.input_form tr td select { border:1px solid #DADADA; font-size:14px; padding:7px; margin:5px; }
			table.input_form tr td select.title { width:548px; }
			table.input_form tr td select:focus { border:1px solid #3599CB; }
			table.input_form tr td select:blur { border:1px solid #DADADA; }
			table.input_form tr td textarea { padding:20px; font-size:14px; line-height:1.5; width:934px; height:300px; border:1px solid #DADADA; background:#FDFDFD; color:#279DCF; }
			table.input_form tr td textarea:focus { background:#FFF; border:1px solid #3599CB; }
			table.input_form tr td textarea:blur { background:#FDFDFD; border:1px solid #DADADA; }

			table.input_form tr td .table_detail { border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
			table.input_form tr td .table_detail tr td { width:120px; height:30px; border-bottom:1px solid #ddd; text-align:center; margin:0 !important; padding:0 !important; }
			table.input_form tr td .table_detail tr td.title { background:#e8ebf2; }
			table.input_form tr td .table_detail tr td.long { width:330px; height:30px; border-bottom:1px solid #ddd; text-align:center; border-left:1px solid #ddd; }
			table.input_form tr td .table_detail tr td.long input[type=text] { width:94%; padding:0 10px; margin:5px 0; font-size:13px; border:none; text-overflow:hidden; }
			table.input_form tr td .table_detail tr td.short input[type=text] { width:100%; padding:0px; margin:5px 0; font-size:13px; border:none; text-align:center; }
			
			
			table.input_form tr td .lenpr_m { display:inline-block; width:50px; padding:5px; text-align:right; }
			table.input_form tr td .lenpr_input  { display:inline-block; width:295px !important; }
			
			table.input_form tr td .period_label { padding:0 5px; margin-left:5px; }	
			
			
			
		/*매수별렌탈가*/
		.print_table {
			 border-collapse:collapse;
			 border-spacing:0;
			 border-top:1px solid #ddd;
			 border-bottom:1px solid #ddd;
			 background:#fff;
			 margin-top:20px;
			 margin:0 auto;
			 width:100%;
		}

		.print_table tr td.title {
			background:#e8ebf2;
			height:39px;	
		}

		.print_table tr td {
			width:218px; 
			height:34px; 
			border-bottom:1px solid #ddd; 
			text-align:center; 
			margin:0 !important; 
			padding:0 !important; 
		}

		.print_table tr td input[type=text] { border:none !important; text-overflow:hidden; }

		.print_table tr td.right{
			border-left:1px solid #ddd; 
		}
