/* layout.css */

#wrap{min-width:340px;}

#header, #container, #footer{position:relative;}

#top_banner_box {
	position: relative;
	padding-bottom: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.top_banner_text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	text-indent: -9999px;
}
.top_banner_close {
	position: absolute;
	right: 150px;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;

}
.top_banner_close img {
	width: 50px;
	height: 50px;
}

.pc_banner {display: block !important;} 
.mobile_banner {display: none !important;}

.header_inner {
	max-width:1200px;
	height:23px;
	margin:0 auto;
}

/* layer popup */

.layer_popup {
	display:none;
	position:absolute;
	width:575px;
	top:50px;
	box-shadow:5px 5px 5px rgba(0,0,0,.2);
	z-index: 9999;
	border:2px solid #fff;
}
/*
.layer_popup_inner {
	max-width: 602px;
	margin:10% auto 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.layer_popup_title {
	border-bottom: 1px solid #666;
}
.layer_popup_title h3 {
	padding: 10px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.layer_popup_image_box {
	text-align: center;
}

.layer_popup_image_box img {
	max-width: 100%;
}

.close_box {
	display: table;	
	width: 100%;
	padding: 7px 10px;
	border-top: 1px solid #666;
}

.today_close {
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: middle;
}

.today_close label {
}
.today_close input[type="checkbox"] {
}

.layer_popup_close {
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

.layer_popup_close button {
	background: #333;
	color: #fff;
	border: 0;
	cursor: pointer;
}
*/

.nav_menu_box > li {
	margin-right:10px;
}

.nav_menu_box > li:hover {
	background:#748df1;
}


.nav_menu_box > li > a:hover {
	color:#fff;
}



@media only screen and (max-width: 768px) {

	
	.layer_popup {
		max-width:99%;
		left:0px;
	}

	.layer_popup img {
		max-width:99%;
	}

	.pc_banner {display:none !important;} 

	.mobile_banner {display: block !important;}

	.header_inner {
		max-width:90%;
	}


}

/* layer popup */

/* header_top */

.top_outer_box {
	height:72px;
	padding:5px;
	/*background:url(/img/header_top_bg.png) repeat;*/
	background:#00214a;
	background-size:auto;
}

.header_box {
	padding:10px 0px;
	background:#00214a;
}

.mobile_menu_btn {
	display: none;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 100;
	height: auto;
	background: none;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 24px;
	cursor: pointer;
}

.mobile_search_btn {
	display: block;
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 100;
	height: auto;
	background: none;
	color: #fff;
	border:1px solid #fff;
	padding:3px 10px;
	border-radius: 11px;
	font-size: 14px;
	cursor: pointer;
}

.top_logo_box {
	position:absolute;
	top:0;
	left:0;
}
.top_logo_inner_box {
	margin-top:5px;
}

.top_logo_inner_text {
	margin-left:10px; color:#fff; font-size:15px; font-weight:bold;
}

.top_logo_text {
	display:inline-block;
	padding:0 7px 4px;
	color:#7da7d9;
	border-bottom:1px solid #fff;
	font-size:14px;
}
.top_logo {
	color:#fff;
	font-size:40px;
	font-weight:bold;
}

#top_ibo_box {
	display:block;
	position:absolute;
	right: 100px;
	width:200px;
	top:18px;
	color:#000;
	border:1px solid #fefefe;
	border-radius:11px;
	background:#fff;
	padding:3px 10px;
	font-size: 14px;
}


.top_search_box {
	display:none;
	position:absolute;
	top:10px;
	border:4px solid #004a80;
	background:#fff;
	max-width:510px;
	padding:20px;
	font-size:14px;
	height:250px;
}

/*
.top_search_box .top_search_input {
	width:270px;
	padding:10px;
	border:0;
	border-radius:0;
	font-size:14px;
}

.top_search_box .top_search_btn {
	width:40px;
	height:40px;
	margin-left:-3px;
	padding:10px;
	background:#e70e0e url(../img/icon/icon_top_search_btn.png) no-repeat;
	background-size:20px;
	background-position:center;
	border:0;
	border-radius:0;
	font-size:14px;
	cursor:pointer;
}
*/

.top_contact_box {
	position:absolute;
	top:10px;
	right:0;
	text-align:center;
}
.top_contact_text {
	color:#ccc;
	font-size:14px;
}
.top_contact_tel {
	padding-left:21px;
	background:url(../img/icon/icon_top_tel.png) no-repeat;
	background-size:18px 26px;
	background-position:left center;
	color:#fff;
	font-size:32px;
	font-weight:bold;
}
/* //header_top */

/* header_nav */

.nav_outer_box {
	border-bottom:1px solid #d7d7d7;
}
.nav_inner_box {
}
.all_menu_outer_box {
	float:left;
	position:relative;
	border-right:1px solid #d7d7d7;
	display:none;
}

.all_menu_btn {
	height:50px;
	padding-left:60px;
	background:#fff url(../img/icon/icon_all_menu_btn.jpg) no-repeat;
	background-size:50px auto;
	background-position:left center;
	color:#252525;
	border:0;
	border-radius:0;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}
.all_menu_btn.open {
	background: #e70e0e url(../img/icon/icon_all_menu_close_btn.jpg) no-repeat;
	color:#fff;
}

.all_cate_outer_box {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 100;
	width: 1200px;
	background: #fff;
	border: 1px solid #363636;
}
.all_cate_outer_box.open {
	display: block;
}
.all_cate_inner_box {
	display: table;
	width: 100%;
}

.all_cate_inner_box_mobile {
	display:none;
}

.all_cate_box {
	display: table-cell;
    width: 12.5%;
	padding: 20px 0;
	border-right: 1px solid #898989;
	vertical-align: top;
}
.all_cate_box:last-child {
	border-right: 0;
}
.all_cate_box > a {
	display: block;
	margin-bottom: 7px;
	padding: 0 20px;
	color: #555;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.all_cate_list_box {}
.all_cate_list {}
.all_cate_list > a {
	display: inline-block;;
	padding: 7px 20px;
	color: #555;
	font-size: 14px;
}
.all_cate_list > a:hover,
.all_cate_list > a:focus {
	color: #ff0000;
	text-decoration: underline;
}

.mobile_menu_close_btn {
	display: none;
	position: relative;
	left: 160px;
	top: 0;
	z-index: 99999;
	height: auto;
	padding: 0 10px;
	background: #222;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 24px;
}

.nav_menu_box {
	float:left;
	margin-left: 20px;
}
.nav_menu_box > li {
	float:left;
	position:relative;
}

.nav_menu_box > li.active .sub_nav_menu {
	display:block;
	border-top: 1px solid #7da7d9;
}
.nav_menu_box > li.active .sub_nav_menu:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
	top: -10px;
	z-index: 100;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-top: 10px solid none;
    border-bottom: 10px solid #7da7d9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
}
.nav_menu_box > li > a {
	display:inline-block;
	padding:0 15px;
	font-size:18px;
	line-height:50px;
}
.sub_nav_menu {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 10;
	width: 180px;
	margin-left: -90px;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #ccc;
}
.nav_menu_box > li.active {
	
}


.sub_nav_menu > li.active .sub_nav_depth_menu {
	display: block;
}

.sub_nav_menu li {
	font-size: 14px;
	padding: 0 20px;
}
.sub_nav_menu li a {
	display: block;
	position: relative;
	padding: 5px 10px 5px 0;
	color: #333;
}
.sub_nav_menu li a:hover,
.sub_nav_menu li a:focus {
	color: #ff0000;
	text-decoration: underline;
}
.sub_nav_menu > li.active > a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 9px;
    z-index: 100;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid none;
    border-left: 5px solid #7da7d9;
    content: "";
}
.sub_nav_depth_menu {
	display: none;
	position: absolute;
    left: 179px;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 180px;
    margin: -1px 0;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0;
}
.sub_nav_depth_menu.active {
	display: block;
}

.nav_menu_aside_box {	
	float:right;
}
.nav_menu_aside_box > li {
	float:left;
}
.nav_menu_aside_box > li > a{
	display:inline-block;
	padding:0 10px;
	font-size:16px;
	line-height:50px;
}

.nav_menu_aside_box > li.active .sub_nav_menu_aside_box {
	display:block;
	border-top: 1px solid #7da7d9;
}
.nav_menu_aside_box > li.active .sub_nav_menu_aside_box:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
	top: -10px;
	z-index: 100;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-top: 10px solid none;
    border-bottom: 10px solid #7da7d9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
}
.sub_nav_menu_aside_box {
	display: none;
	position: absolute;
	left: 78%;
	top: 100%;
	z-index: 10;
	width: 180px;
	margin-left: -90px;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #ccc;
}

.sub_nav_menu_aside_box li {
	font-size: 14px;
	padding: 0 20px;
}
.sub_nav_menu_aside_box li a {
	display: block;
	position: relative;
	padding: 5px 10px 5px 0;
	color: #333;
}
.sub_nav_menu_aside_box li a:hover,
.sub_nav_menu_aside_box li a:focus {
	color: #ff0000;
	text-decoration: underline;
}


/* //header_nav */

/* product */

.product_outer_box {
	padding:40px 0;
}

.product_outer_wrap {
    padding:40px 0;
	background:#f3f5f9;
}

.product_heading {
	margin-bottom:30px;
	color:#333;
	font-size:30px;
	text-align:center;
	letter-spacing:-1px;
}

.product_inner_box {
}

.pop_product {
    display: none;
}
.pop_product.on {
    display: block;
}

.product_wrap {
	max-width:300px;
}

.product_box {
	display:block;
	background:#fff;
	border:1px solid #ccc;
}

.product_thumb_box {
	padding: 7px;
	text-align: center;
	position:relative;
}

.product_thumb_box.new:after {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	background: url(../img/product/tag_new.png) no-repeat;
	content:"";
}
.product_thumb_box.best:after {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	background: url(../img/product/tag_best.png) no-repeat;
	content:"";
}
.product_thumb_box.hot:after {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	background: url(../img/product/tag_hot.png) no-repeat;
	content:"";
}
.product_thumb_box.tna:after {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	background: url(../img/product/tag_tna.png) no-repeat;
	content:"";
}

.product_thumb {
	max-width: 100%;
	width: 265px;
	height: 280px;
}
/* product list */
.product_tag {position:absolute;left:10px;bottom:10px;color:#fff;text-align:center;font-size:14px;}
.rental_red {background:url(/img/icon/sticker_red.png) no-repeat;width:101px;height:101px;padding:15px 5px 10px;line-height:1.4;}
.rental_blue {background:url(/img/icon/sticker_blue.png) no-repeat;width:101px;height:101px;padding:24px 5px 10px;line-height:1.4;}
.product_tag .rental_bold {font-size:20px;font-weight:600;letter-spacing:-1px;}
.img_sticker {width:30%;max-width:66px;height:auto;}
.img_sticker img {width:100%;}
.oos_screen {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);color:#fff;text-align:center;}
.oos_screen .oos_bold {display:inline-block;padding:40% 0 0 0;font-size:24px;font-weight:600;}

.product_name_box {
	padding:10px;
	border-top:1px solid #ccc;
}
.product_name {
	min-height:42px;
	font-size:14px;
}
.list_product_name {
    /* ÇÑ ÁÙ ÀÚ¸£±â */
    display: inline-block;
    /*width: 200px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* ¿©·¯ ÁÙ ÀÚ¸£±â Ãß°¡ ½ºÅ¸ÀÏ */ 
    white-space: normal; 
    line-height: 1.2; 
    height: 2.4em; 
    text-align: left; 
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_price_box {
	position: relative;
	height: 111px;
	padding:10px;
	border-top:1px solid #ccc;
}

.product_price_box_carrier {
	position: relative;
	height: 110px;
	padding:10px;
	border-top:1px solid #ccc;
}

.product_price {
	display:table;
	width:100%;
}
.product_price_text,
.product_price_month {
	display:table-cell;
	width:50%;
	font-size:14px;
}
.product_price_text {
	color:#363636;
	text-align:left;
}
.product_price_month {
	text-align:right;
}
.product_price_month span {
	color:#363636;
	font-size:14px;
}
.product_price_month .price_rantal,
.product_price_month .price_card {
	font-size:20px;
	font-weight:bold;
}
.product_price_month .price_rantal {
}
.product_price_month .price_card {
	color:#e70e0e;
}

.cart_apply_outer_box {
	display: table;
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    text-align: center;
}
.cart_apply_inner_box {
	display: table-cell;
	width: 50%;
	padding: 10px;
	text-align:center;
	vertical-align:middle;
}
.cart_apply_btn {
	display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border-radius: 4px;
}
.cart_apply_btn.cart {
	background: #252525;
}
.cart_apply_btn.apply {
    background: #e70e0e;
}

/*
.product_wrap:hover .product_price {
	display: none;
}

.product_wrap:hover .cart_apply_outer_box {
	display: table;
}
*/

.pop_product_tab_box {
}
.pop_product_tab {
	float:left;
	width:16.66666666666667%;
	margin-bottom:30px;
	padding:10px;
	background:#ebebeb;
	color:#333;
	border-right:1px solid #fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.pop_product_tab:last-child {
	border-right:0;
}
.pop_product_tab.on {
	position:relative;
	background:#7da7d9;
	color:#fff;
}
.pop_product_tab.on:after {
	position:absolute;
	bottom:-7px;
	left:50%;
	width:0px;
	height:0px;
	margin-left:-10px;
	border-top:10px solid #7da7d9;
	border-bottom:10px solid none;
	border-right:10px solid transparent;
	border-left:10px solid  transparent;
	content:"";
}

.pop_content_box {
	display: none;
}
.pop_content_box.on {
	display: block;
}
/* //product */

/* customer */

.customer_outer_box {
	margin-bottom:70px;
	padding:40px 0;
	background:url(../img/customer_bg.jpg) no-repeat;
	background-size:cover;
}
.customer_inner_box {
}
.customer_box {
 position:relative;
}
.direct_link {display:block;position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #f5f5f5;opacity:0;}
.direct_link:hover {opacity:1;}

.customer_rental,
.customer_online,
.customer_qna {
	height:277px;
	padding:20px;
	background:#fff;
	color:#363636;
	border:1px solid #d7d7d7;
	text-align:center;
}
.customer_rental {
}
.customer_online {
}
.customer_qna {
}
.customer_icon_box {
	margin-bottom:20px;
}
.customer_icon {
}
.customer_title {
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:18px;
}
.customer_rental .customer_title {
	margin-bottom:10px;
}
.customer_title:after {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-15px;
	width:30px;
	height:2px;
	background:#7cc576;
	content:"";
}
.customer_tel {
	margin-bottom:10px;
	font-size:28px;
	font-weight:bold;
}
.customer_text {
	font-size:14px;
}

/* //customer */

/* 10°¡Áö ÇýÅÃ */

.benefit10_box {padding:0 0 30px 0;}
.benefit10_inner {position:relative;margin:50px auto 20px;width:100%;max-width:1200px;padding:40px 30px;}
.benefit10_inner:after {display:block;clear:both;content:'';height:0;visibility:hidden;}
.bg_benefit {background:url(../img/benefit10_banner.jpg) right center no-repeat;background-size:cover;}
.benefit10_title {float:left;width:300px;}
.benefit10_list {float:left;padding:0 0 0 15px;}
.benefit10_list li {padding:4px 0 4px 10px;font-size:15px;background:url(../img/bullet_mint.png) 0 8px no-repeat;color:#fff;}


/* footer */

#footer {
	padding:30px 0;
	background:#464646;
}

.footer_policy {
}
.footer_policy a {
	display:inline-block;
	padding:0 10px;
	color:#fff;
}
.footer_policy .txt_bar {
	margin:0;
	background:#fff;
	vertical-align:0;
}

.footer_logo_box {
	padding:0px;
	background:#464646;
}
.footer_logo {
	color:#ebebeb;
	font-size:40px;
	font-weight:bold;
}

.footer_info {
	padding:0 10px;
	color:#a1a1a1;
}
.footer_info ul {
}
.footer_info ul li {
	display:inline-block;
}

/* //footer */

/* fixed menu */

.fixed_menu_outer_box {
	position:fixed;
	top:0;
	right:0;
	z-index:100;
	height:100%;
	background:#636363;
	transition:.2s;
}
.fixed_menu_outer_box.off {
	right:-115px;
}

.fixed_top_image_box {
	margin:50px 0;
	padding:10px;
	text-align:center;
}
.fixed_top_image {
}

.fixed_menu_box {
}
.fixed_menu {
	border-bottom:1px dotted #fff;
	text-align:center;
}
.fixed_menu a {
	display:block;
	padding:20px 0;
}
.fixed_menu_image_box {
}
.fixed_menu_image {
}
.fixed_menu_name {
	margin-top:10px;
	color:#fff;
}
.fixed_menu_tel {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.fixed_up_btn_box {
	background:#555;
	text-align:center;
}
.fixed_up_btn {
	position:absolute;
	left:0;
	bottom:0;
    width:100%;
	height:auto;
	padding:24px 10px 10px 10px;
    background:#555;
	color:#fff;
    border:0;
    border-radius:0;
	text-align:center;
    cursor:pointer;
}
.fixed_up_btn:before {
	position:absolute;
	top:10px;
	left:50%;
	width:14px;
	height:9px;
	margin-left:-7px;
	background:url(../img/icon/icon_fixed_top.png) no-repeat;
	content:"";
}
.fixed_toggle_btn {
	position:absolute;
	left:-57px;
	top:50%;
	width:80px;
	height:0;
	margin-top:-40px;
	background:none;
	border-top:0;
	border-bottom:35px solid #636363;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	cursor:pointer;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
}
.fixed_toggle_btn:after {
	position:absolute;
	left:22px;
	top:10px;
	width:9px;
	height:16px;
	background:url(../img/icon/icon_fixed_toggle.png) no-repeat;
	background-size:9px 16px;
	background-position:center center;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
	content:"";
}
.fixed_toggle_btn.off:after {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
}

/* //fixed menu */

@media only screen and (max-width: 1200px) {
	#container {
		margin-top: 2px;
	}
    .top_outer_box {
		height: auto;
		padding: 10px;
	}

	.mobile_menu_btn {
		display: block;
		background: none;
		color: #fff;
		margin-top:3px;
    }

    .top_search_box {
        top: 0;
        right: 0;
        max-width: 320px !important;
        background: #fff;
        vertical-align: 200px !important;
    }

	/*
	.top_search_box .top_search_input {
        width: 85%;
    }
    .top_search_box .top_search_btn {
        width: 15%;
        margin-left: 0;
    }
	*/
    
    .nav_inner_box {
		transition: All 0.5s ease;
		-webkit-transition: All 0.5s ease;
		-moz-transition: All 0.5s ease;
		-o-transition: All 0.5s ease;
    }

    .nav_inner_box.open {
        display: block;
		/*overflow-x: auto;*/
		overflow-y: scroll;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 99999;
		width: 200px;
		height: 100%;
		background: #403f40;
		/*border-right: 1px solid #6b6b6b; */
    }
    .all_menu_outer_box {
		display: none;
        float: none;
        border-right: 0;
    }
	.nav_inner_box.open .all_menu_outer_box {
		display: block;
		background: #403f40;
		z-index: 99999;
	} 
	.all_cate_outer_box {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background: none;
	}
	.all_cate_inner_box {
		display: block;
		width: 100%;
	}
	.all_cate_box:first-child {
		border-top: 1px solid #222;
	}
	.all_cate_box {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		vertical-align: middle;
	}
	.all_cate_box > a {
		position: relative;
		margin: 0;
		padding: 10px;
		color: #fff;
		border-bottom: 1px solid #222;
		text-align: left;
		font-size: 14px;
	}

	.all_cate_box > a:after {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 13px;
		border: solid #ccc;
		border-width: 0 3px 3px 0;
		padding: 3px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
	.all_cate_box.open > a:after {
		top: 17px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.all_cate_list_box {
		display: none;
	}
	.all_cate_box.open .all_cate_list_box {
		display: block;
	}
	.all_cate_list > a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		border-bottom: 1px solid #222;
		font-size: 12px;
	}

	.mobile_search_btn {
		display: block;
		top: 14px;
	}

	.top_logo_box {
		position: relative;
		/*
		top: auto;
		left: auto;
		text-align: center;
		*/

	}

	.top_logo_inner_box {
		display: inline-block;
		vertical-align:middle;
	}

	.top_logo_text {
		letter-spacing: -1px;	
	}
	.top_logo {
		font-size: 30px;
	}

	.top_contact_box {
		display: none;
	}

	.all_menu_btn {
		display: none;
	}

	.nav_menu_outer_box {
		position: fixed;
		left: 0;
		top: 76px;
		z-index: 500;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
		padding:5px 0px;
		background:#3c5084;
	}

	.nav_menu_box {
		display: block;
		float: none;
		margin-left: 44px;
	}
	
	.nav_menu_box > li {
		display: inline-block;
		float: none;
	}

	.nav_menu_box > li > a {
		font-size: 16px;
		padding: 5px 15px;
		line-height: 1.5;
		color:#fff;
	}

	.nav_menu_aside_box {
        display: none;
        float: none;
	}
	.nav_inner_box.open .nav_menu_aside_box {
		display: block;
		position: relative;
		z-index: 99999;
		background: #403f40;
	}
    .nav_menu_aside_box > li {
        float: none;
    }
    .nav_menu_aside_box > li > a {
        display: block;
        padding: 10px;
        color: #fff;
        border-bottom: 1px solid #222;
        font-size: 14px;
        line-height: 1.5
    }
	.mobile_menu_close_btn {
		display: block;
	}
	.product_inner_box {
		max-width: 640px;
		margin: 0 auto;
	}
	.customer_inner_box {
		max-width: 420px;
		margin: 0 auto;
	}
	.customer_rental,
	.customer_online,
	.customer_qna {
		height: auto;
	}

	.fixed_menu_outer_box {
		display: block;
		top: auto;
		bottom: 0;
		left: 0;
		height: auto;
		opacity:0.9;
	}
	.fixed_top_image_box {
		display: none;
	}
	.fixed_menu {
		float: left;
		width: 20%;
		border: 0;
	}
	.fixed_menu a {
		display: block;
		padding: 7px 0;
	}
	.fixed_menu_name {
		margin-top: 7px;
	}
	.fixed_up_btn {
		display: none;
	}
	.fixed_tel_mobile_hide {
		display: none;
	}
	.fixed_toggle_btn {
		display: none;
	}

	#footer {
		padding-bottom: 91px;
	}

	/* 2020-03-25 JYD Ãß°¡ */
	.sub_nav_menu {display:none !important;}
}

@media only screen and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) {
	
	.product_outer_box {
		padding: 40px 0;
	}

	.product_heading {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.product_name {
		min-height: 38px;
		font-size: 13px;
	}

	.product_price_text,
	.product_price_month {
		font-size: 12px;
		letter-spacing: -1px;
	}

	.product_price_month .price_rantal,
	.product_price_month .price_card {
		font-size:16px;
	}
	.product_price_month span {
		font-size: 12px;
	}

	.pop_product_tab {
		font-size: 14px;
	}

	.product_price_box {
		height: 69px;
	}

	.product_price_box_carrier {
		height: 80px;
	}

	
	.cart_apply_outer_box {
		height: 68px;
	}
}

@media only screen and (max-width: 768px) {

	.menu_customer	{display:none;}

	.all_cate_inner_box_mobile {
		display: block;
		width: 100%;
		border-top:none;
	}

	.top_logo_inner_text {display:none;}

	#top_ibo_box {
		top: 14px;
		right:20%;
	}

	.product_name {
		min-height: 36px;
		font-size: 12px;
	}

	.product_price_text,
	.product_price_month {
		font-size: 11px;
		letter-spacing: -1px;
	}

	.product_price_month .price_rantal,
	.product_price_month .price_card {
		font-size:13px;
	}
	.product_price_month span {
		font-size: 11px;
	}

	.pop_product_tab_box {
		padding: 0 10px;
	}
	.pop_product_tab {
		width: 50%;
		margin-bottom: 0;
		border: 1px solid #fff;
		font-size: 12px;
	}
	.pop_product_tab:last-child {
		border-right: 1px solid #fff;
	}
    .product_wrap:hover .product_price {
        display: table;
    }
    .product_wrap:hover .cart_apply_outer_box {
        display: none;
    }
    .cart_apply_outer_box {
        display: none;
    }

	.cart_apply_inner_box {
		padding: 5px;
	}
	.product_price_box {
		height: 79px;
	}

	.product_price_box_carrier {
		height: 80px;
	}

	.cart_apply_outer_box {
		height: 58px;
	}
	.cart_apply_btn {
		font-size: 11px;
    }

	.customer_outer_box {margin-bottom:30px;}
    
	/* 10°¡Áö ÇýÅÃ */

.benefit10_box {padding:0 0 20px 0;}
.benefit10_inner {position:relative;margin:0 auto 20px;width:100%;max-width:1200px;padding:30px 20px;}
.benefit10_inner:after {display:block;clear:both;content:'';height:0;visibility:hidden;}
.bg_benefit {background:url(../img/benefit10_banner.jpg) 70% center no-repeat;background-size:cover;}
.benefit10_list {float:left;padding:15px 0 10px 0;}
.benefit10_list li {padding:3px 0 3px 10px;font-size:14px;background:url(../img/bullet_mint.png) 0 7px no-repeat;}

}

@media only screen and (max-width: 620px) {
	.product_thumb {
		max-width: 100%;
		width: 160px;
		height: 170px;
	}

	.product_name_box {
		height:68px;
	}

	.nav_menu_box {
		margin-left: 34px;
	}

	.nav_menu_box > li > a {
		font-size: 13px;
		padding: 5px 3px;
	}

	.nav_menu_box > li {
		margin-right:1px;
	}

	.nav_menu_box > li:hover {
		background:none;
	}



	/* ?????? ??? */
	.product_tag {position:absolute;left:6px;bottom:6px;font-size:13px;background-size:100%;opacity:0.9;}
	.rental_red {width:90px;height:90px;padding:13px 5px 8px;line-height:1.3;}
	.rental_blue {width:90px;height:90px;padding:24px 5px 8px;line-height:1.3;}
	.product_tag .rental_bold {font-size:18px;font-weight:600;letter-spacing:-1px;}
	.oos_screen .oos_bold {padding:44% 0 0 0;font-size:18px;}
	.oos_screen .oos_bold img {width:20px;height:auto;}

	.footer_logo img {width:80px;}
}

