#wrap{
	overflow:unset !important;
}

.happy_scroll_bookmark { margin-top:100px !important; }


.rt_wrap .rt_section_1100{
	width:1100px;
	margin: 0 auto;
}

.rt_wrap .rt_product_list{
	background:url('../../rent_img/bg_title.jpg') repeat-x center bottom;
	margin-top:50px;
	padding-bottom:70px;
}

.rt_wrap .rt_product_list .title_wrap{
	width:max-content;
	margin:0 auto;
}

.rt_wrap .rt_product_list .title_wrap .sub_option{
	text-align:right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rt_wrap .rt_product_list .title_wrap .sub_option .icon_st{
	color:#ffffff;
	font-size:13px;
	width: max-content;
	padding: 2px 5px;
}

.rt_wrap .rt_product_list .title_wrap .m_title{
	margin-top:10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.rt_wrap .rt_product_list .title_wrap .m_title .icon{
	background-color: #2592fb;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 10px;
}

.rt_wrap .rt_product_list .title_wrap .m_title .title{
	font-size:35px;
	color:#1b1a1a;
	margin: 0;
	letter-spacing:-2px;
}

.rt_wrap .rt_product_list .title_wrap .s_title{
	text-align:center;
	font-size:20px;
	margin-top:15px;
	color:#4e4e4e;
}

.rt_wrap .rt_product_list .menu_list{
	margin-top:50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
	background-color: #ffffff;
	border:1px solid rgba(0,0,0,0.12);
}

.rt_wrap .rt_product_list .menu_list > div{
	flex:1;
	position: relative;
}

.rt_wrap .rt_product_list .menu_list > div > a{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 30px 0;
	font-size:18px;
	color:#1b1b1b;
	border-left: 1px solid rgba(0,0,0,0.12);
	position: relative;
}

.rt_wrap .rt_product_list .menu_list > div > a.on{
	background-color:#2592fb;
	color:#ffffff;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.rt_wrap .rt_product_list .menu_list > div:first-child > a{
	border-left:none;
}

.rt_wrap .rt_product_list .menu_list > div > a .icon_st{
	margin-bottom:7px;
}

.rt_wrap .rt_product_list .menu_list > div > .sub_menu {
	display:none;
	position:relative;
}

.rt_wrap .rt_product_list .menu_list > div:hover > .sub_menu {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 9998;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-top: none;
	background: #FFFFFF;
	width: calc(100% - 1px);
	align-items: center;
}

.rt_wrap .rt_product_list .menu_list > div > .sub_menu a{
	padding:10px 0;
	color:#111111;
	background:#ffffff;
	cursor:pointer;
	width: 100%;
	text-align: center;
}

.rt_wrap .rt_product_list .menu_list > div > .sub_menu a:hover{
	color:#0074e3;
	background:#f4f4f4;
}








.rt_wrap .rt_product_list .product_list_wrap{
	display: flex;
	align-items: stretch;
	gap: 60px;
	justify-content: space-between;
	margin-top:70px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows{
	border:1px solid rgba(0,0,0,0.12);
	background-color:#ffffff;
	width:100%;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
	display: inline-block;
	position: relative;
	transition: 0.3s ease-in-out;
	transform: translateY(0px);
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows:hover{
	transition: 0.3s ease-in-out;
	transform: translateY(-10px);
}


.rt_wrap .rt_product_list .product_list_wrap .product_rows .right_icon{
	position: absolute;
	top: 0;
	right: 0;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .right_icon img{
	width:60px;
	height:53px;
}


.rt_wrap .rt_product_list .product_list_wrap .product_rows .info_wrap{
	padding:35px;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .info_wrap .m_title{
	font-size:25px;
	color:#111111;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .info_wrap .line_st{
	height:1px;
	width:80px;
	border-bottom:1px solid #000000;
	margin:20px auto;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .info_wrap .s_title{
	font-size:17px;
	color:#797979;
	letter-spacing:-1px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .info_wrap .info_subs_wrap{
	margin-top: 25px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 7px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .info_wrap .info_subs_wrap .subs_rows{
	font-size:15px;
	color:#666666;
	display: flex;
	align-items: center;
	gap: 10px;
}


.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap{
	padding:35px;
	text-align:center;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .spec_info{
	font-size:17px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .price_info_wrap{
	margin-top:30px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .price_info_wrap .price_info_st1{
	font-size:17px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .price_info_wrap .price_info_st2{
	font-size:24px;
	margin-top:5px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .price_info_wrap .price_info_st2 .price_st{
	font-size: 40px;
	font-family: 'verdana';
	letter-spacing: -1px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .price_info_wrap .price_info_st3{
	font-size:15px;
	margin-top:8px;
	color:#777777;
	letter-spacing: -1px;
}



.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .btn_wrap {
	margin-top:35px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .btn_wrap .buy_btn_st1{
	font-size:24px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: #ffffff;
	padding: 12px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	cursor:pointer;
	flex: 1;
	letter-spacing: -1px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .btn_wrap .buy_btn_st2{
	font-size:24px;
	padding: 12px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	cursor:pointer;
	background-color:#ffffff;
	flex: 0 1 170px;
	letter-spacing: -1px;
}

.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .btn_wrap .buy_btn_st1 svg,
.rt_wrap .rt_product_list .product_list_wrap .product_rows .price_wrap .btn_wrap .buy_btn_st2 svg{
	margin-top: 2px;
}





.rt_wrap .rt_section_title_st1 {
	text-align: center;
}


.rt_wrap .rt_section_title_st1 .rt_title{
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
	font-size:43px;
	color:#1a1a1a;
}

.rt_wrap .rt_section_title_st1 .rt_subscript{
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size:20px;
	color:#505050;
	margin-top:10px;
}



.rt_wrap .width_eng_title_wrap {
	width:100%;
	height:5px;
	background:#0ba3ff;
	margin-top:40px;
	position:relative;
}

.rt_wrap .width_eng_title_wrap .main_img{
	position:absolute;
	top:-13px;
	left:50%;
	margin-left:-122px;
}





.rt_wrap .skin_list_wrap {
	margin:50px 0;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap {
	margin-top:70px;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap:60px;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .thumb_img_st{
	border:1px solid #d1d1d1;
	position: relative;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .thumb_img_st img{
	width:100%;
	height:auto;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .thumb_img_st .mask_layer{
	display:none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #ffffff;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap:hover .thumb_img_st .mask_layer{
	display:block;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .thumb_img_st .mask_layer .mask_btn_wrap{
	width: max-content;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .thumb_img_st .mask_layer .mask_btn_wrap .more_btn{
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50px;
	padding: 9px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	gap:3px;
	cursor:pointer;
}




.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .title{
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	font-size:18px;
	margin-top:15px;
	color:#111111;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .subscript{
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size:14px;
	margin-top:5px;
	color:#ababab;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .player_t{
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size:14px;
	margin-top:20px;
	margin-bottom:15px;
	color:#008efe;
	position: relative;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .player_t:after{
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #e0f2ff;
	right: 0px;
	width: 220px;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap{
	margin-top:10px;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows{
	border-bottom:1px solid #eeeeee;
	padding-bottom:12px;
	margin-bottom:12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows .btn_title{
	font-size:14px;
	color:#333333;
	flex:1;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	display: flex;
	align-items: center;
	gap: 5px;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows .btn_title > span{
	margin-top: 2px;
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows .btn_st{
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 6px 15px;
	border-radius: 50px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size:14px;
	background-color: #ffffff;
	border:1px solid rgba(0,0,0,0.15);
}


.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows .btn_st.user_btn{
	background-color: #6663be;
}

.rt_wrap .skin_list_wrap .rt_contents_wrap .skin_list_st .skin_rows_wrap .demo_list_wrap .demo_btn_rows .btn_st.admin_btn{
	background-color: #47c1d8;
}









.rt_wrap .compare_list_wrap {
	margin:100px 0 50px 0;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap {
	margin-top:70px;
}


.rt_wrap .compare_list_wrap .rt_contents_wrap .compare_list_title{
	font-size: 33px;
	color: #111111;
	text-align: center;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600 !important;
}


.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap {
	margin-top:50px;
	position: relative;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .vat_st{
	position: absolute;
	top: -33px;
	right: 0px;
	font-size: 15px;
	color: #999999;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .highlight_line_st{
	border: 5px solid #2492FB;
	position: absolute;
	width: 455px;
	height: 688px;
	left: 260px;
	top: -5px;
	z-index: 1;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table .more_btn{
	width: max-content;
	margin-top:10px;
	background-color: #aeb7c8;
	padding: 3px 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	z-index: 1;
}


.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table {
	width:100%;
	border-collapse: collapse;
	border-top: none;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table thead th{
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	padding:20px;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border-bottom:1px solid #ededed;
	border-top:1px solid #ededed;
}


.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table tbody td{
	background-color: #ffffff;
	font-size: 16px;
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	text-align:left;
	color:#000000;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table tbody td:first-child > span{
	font-size: 14px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	color: #a7a7a7;
	text-align:left;
	display:block;
	margin-top:7px;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table tbody td:first-child{
	font-weight: 500 !important;
	text-align:left;
	color:#000000;
}


.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table tbody tr:nth-child(even) td{
	background-color:#F9F9F9;
}


.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table tfoot td{
	background-color: #ffffff;
	font-size: 20px;
	color:rgba(0, 0, 0, 1);
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	text-align:left;
	font-weight:600 !important;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table tfoot td:first-child {
	text-align:left;
}



.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table.rent_inde_comparison_st thead th:nth-child(2),
.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table.rent_inde_comparison_st tbody tr td:nth-child(2){
	background-color:#f8fcff;
}

.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table.rent_inde_comparison_st tbody tr:nth-child(even) td:nth-child(2){
	background-color:#ecf6ff;
}



.rt_wrap .compare_list_wrap .rt_contents_wrap .comparison_table_wrap .comparison_table .btn_st {
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 6px 20px;
	border-radius: 50px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: max-content;
	margin-top: 10px;
	cursor:pointer;
}







.rt_wrap .make_site_wrap {
	margin:100px 0 50px 0;
}


.rt_wrap .make_site_wrap .rt_contents_wrap {
	margin-top:70px;
}



.rt_wrap .make_site_wrap .rt_contents_wrap .make_list_subs_wrap{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom:25px;
}


.rt_wrap .make_site_wrap .rt_contents_wrap .make_list_subs_text{
	font-size: 14px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	color:#666666;
}

.rt_wrap .make_site_wrap .rt_contents_wrap .make_list_subs_btn{
	display: flex;
	align-items: center;
}





.rt_wrap .make_flow_wrap {
	margin:100px 0 50px 0;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap {
	margin-top:70px;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .make_caution_box{
	background:#f6f6f6;
	padding:15px 20px;
	border:1px solid #e6e6e6;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .make_caution_box .make_caution_title{
	font-size:15px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	color:#323232;
	background:url('../../rent_img/2025_new/icon_caution.png') no-repeat 0 3px;
	padding-left:22px;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .make_caution_box .make_caution_rows{
	font-size:15px;
	color:#575757;
	margin-left:20px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
}



.rt_wrap .make_flow_wrap .rt_contents_wrap .tab_btn_st {
	margin-top:30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rt_wrap .make_flow_wrap .rt_contents_wrap .tab_btn_st img{
	cursor:pointer;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .make_flow_layer_box {
	margin-top:30px;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .make_flow_layer_box .make_flow_layer_title{
	margin-bottom:30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.rt_wrap .make_flow_wrap .rt_contents_wrap .design_scale_info .m_title{
	font-size:33px;
	color:#111111;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600;
	text-align: center;
}

.rt_wrap .make_flow_wrap .rt_contents_wrap .design_scale_info .s_title{
	font-size:16px;
	color:#787878;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	text-align: center;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_type_info{
	margin:30px 0 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info{
	margin-top:10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap:10px;
}

.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box{
	background-color: #f6f9ff;
	border: 1px solid #cee1ff;
	padding: 15px;
	font-size:17px;
	color:#111111;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	flex:1;
	position: relative;
	letter-spacing:-1px;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box .more_btn{
	width: max-content;
	background-color: #aeb7c8;
	padding: 3px 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	position: absolute;
	right: 20px;
	cursor:pointer;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box .num_st{
	display: inline-flex;
	background-color: #ff006b;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	align-items: center;
	justify-content: space-evenly;
	line-height: 1.2;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box.no_st{
	background-color: #fcfcfc;
	border: 1px solid #e6e6e6;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box.no_st .num_st.no_icon,
.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box.more_expla .num_st.no_icon{
	background-color: #e1e1e1;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_info .include_box.more_expla{
	background-color: #fff9fb;
	border: 1px solid #ffcee3;
}





.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_cuation{
	margin-top:30px;
	background-color: #fff9fb;
	border: 1px solid #ffcee3;
	padding: 15px;
}

.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_cuation .include_box{
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	gap:5px;
	color:#111111;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_cuation .include_box .no_icon{
	display: inline-flex;
	background-color: #e1e1e1;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	align-items: center;
	justify-content: space-evenly;
	line-height: 1.2;
}


.rt_wrap .make_flow_wrap .rt_contents_wrap .design_include_cuation .more_text{
	font-size:15px;
	color:#555555;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	margin-top:10px;
}





.rt_wrap .detail_function_info_wrap {
	margin:50px 0 50px 0;
	position:relative;
}












.rt_wrap .other_info_wrap {
	margin:100px 0 50px 0;
}


.rt_wrap .other_info_wrap .rt_contents_wrap {
	margin-top:70px;
}


.rt_wrap .other_info_wrap .rt_contents_wrap .other_info_section{
	margin-bottom:50px;
}


.rt_wrap .other_info_wrap .rt_contents_wrap .other_info_section .other_info_title{
	background:url('../../rent_img/icon_arrow_caution3.png') no-repeat 0 5px;
	padding-left:40px;
	font-size:26px;
	color:#1b1a1a;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600;
}

.rt_wrap .other_info_wrap .rt_contents_wrap .other_info_section .other_info_rows{
	margin-top:20px;
}


.rt_wrap .other_info_wrap .rt_contents_wrap .other_info_section .other_info_rows p{
	background:url('../../rent_img/icon_arrow_caution2.png') no-repeat 10px 3px;
	font-size:15px;
	color:#1b1a1a;
	letter-spacing:-1px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	padding-left:35px;
	margin-top:10px;
}


.rt_wrap .other_info_wrap .rt_contents_wrap .purchase_box{
	border:1px solid #e1e1e1;
	background:#f4f4f4;
	padding:20px;
	display:flex;
	align-items: flex-start;
	gap: 20px;
}

.rt_wrap .other_info_wrap .rt_contents_wrap .purchase_box .purchase_box_text{
	font-size:13px;
	color:#666666;
	font-family: 'Noto Sans KR' !important;
	font-weight:400;
}



.rt_modal_layer_wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}


.rt_modal_layer_wrap .rt_modal_bg{
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(0,0,0,0.3);
	z-index:1;
	cursor:pointer;
}

.rt_modal_layer_wrap .scroll_st_radius::-webkit-scrollbar{width:5px; height: 5px; border-radius: 7px;}
.rt_modal_layer_wrap .scroll_st_radius::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.4); transition:all 0.5s; border-radius: 7px;}
.rt_modal_layer_wrap .scroll_st_radius::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0.4); transition:all 0.5s; border-radius: 7px;}
.rt_modal_layer_wrap .scroll_st_radius::-webkit-scrollbar-track{background:transparent; borderborder-radius: 7px;}




.rt_modal_layer_wrap .rt_modal_box_ad{
	position: fixed;
	width: 950px;
	height: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	z-index: 2;
	padding:20px;
}


.rt_modal_layer_wrap .rt_modal_box_ad .title_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	height: 40px;
}

.rt_modal_layer_wrap .rt_modal_box_ad .title_wrap .title_st{
	font-size: 30px;
	color: #111111;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600;
}


.rt_modal_layer_wrap .rt_modal_box_ad .info_list{
	overflow: scroll;
	height: calc(100% - 60px);
	text-align: center;
}

.rt_modal_layer_wrap .rt_modal_box_ad .info_list img{
	image-rendering: pixelated;
}






.rt_modal_layer_wrap .rt_modal_box_apply{
	position: fixed;
	width: 850px;
	height: 85%;
	max-height:680px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	z-index: 2;
	padding:30px 40px;
}


.rt_modal_layer_wrap .rt_modal_box_apply .title_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	height: 40px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .title_wrap .title_st{
	font-size: 27px;
	color: #111111;
	font-family: 'Noto Sans KR' !important;
	font-weight: 600;
	flex: 1;
	text-align: center;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list{
	overflow: scroll;
	height: calc(100% - 130px);
	text-align: center;
}

.rt_modal_layer_wrap .rt_modal_box_apply .subs_info_wrap{
	margin-bottom:20px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .subs_info_wrap .line_st {
	height: 1px;
	width: 80px;
	border-bottom: 1px solid #000000;
	margin: 20px auto;
}


.rt_modal_layer_wrap .rt_modal_box_apply .subs_info_wrap .subs_text_st {
	font-size: 14px;
	color: #999999;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	text-align: center;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	gap: 35px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap > div {
	flex:1;
	text-align:left;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .price_info_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	gap:30px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .price_info_wrap .p_title{
	color:#111111;
	font-weight: 400;
	font-size:17px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .price_info_wrap .p_price{
	font-size:24px;
	border-left:1px solid #e0e0e0;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	letter-spacing: -1px;
	text-align: right;
	flex: 1;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .install_cost{
	color: #fe264d;
	text-align: right;
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	font-size:16px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .info_subs_wrap{
	margin-top: 35px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap:10px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .info_subs_wrap .subs_rows{
	font-size:15px;
	color:#666666;
	display: flex;
	align-items: center;
	gap: 10px;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .make_caution_box{
	margin-top: 30px;
	border: 1px solid #e9e9e9;
	background-color: #f8f8f8;
	padding: 10px 15px;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .make_caution_box .make_caution_title{
	font-size:15px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	color:#111111;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .make_caution_box .make_caution_rows{
	font-size:13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	color:#787878;
}



.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap{
	margin-bottom:15px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .step_title{
	color:#0c0c0c;
	font-size:14px;
	background:url('../../rent_img/bg_title_line.png') bottom;
	padding: 0 5px;
	width: max-content;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	margin-bottom:10px;
}


.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .skin_select_wrap{
	display: flex;
	align-items: center;
}





.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .select_skin select::placeholder {
	color:#2f2f2f; background:#eef7ff;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .select_skin select::-webkit-input-placeholder {
	color:#2f2f2f; background:#eef7ff;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .select_skin select:-ms-input-placeholder {
	color:#2f2f2f; background:#eef7ff;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .select_skin select{
	padding:5px; border:1px solid #d1d1d1; height:30px; line-height:28px; width:270px; background:#eef7ff; font-weight:bold;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .select_skin input[type=checkbox], .select_skin input[type=radio] {
	vertical-align:middle; margin:2px 0 1px; cursor:pointer; width:16px; height:15px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .select_skin span{
	cursor:pointer; margin-left:4px; letter-spacing:-1px;
}

.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .radio_sel_wrap .lt1.font_mgodic label,
.rt_modal_layer_wrap .rt_modal_box_apply .info_list .apply_contents_wrap .step_wrap .radio_sel_wrap .select_skin span{
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}



.rt_modal_layer_wrap .rt_modal_box_apply .info_list .buy_btn_st {
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: #ffffff;
	padding: 12px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	cursor: pointer;
	flex: 1;
	letter-spacing: -1px;
	max-width: 400px;
	width: 100%;
	margin: 20px auto 0px auto;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
}









.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap {
	margin-top:50px;
	position: relative;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .vat_st{
	position: absolute;
	top: -33px;
	right: 0px;
	font-size: 15px;
	color: #999999;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .highlight_line_st{
	border: 5px solid #2492FB;
	position: absolute;
	width: 455px;
	height: 688px;
	left: 260px;
	top: -5px;
	z-index: 1;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table .more_btn{
	width: max-content;
	margin-top:10px;
	background-color: #aeb7c8;
	padding: 3px 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	z-index: 1;
}


.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table {
	width:100%;
	border-collapse: collapse;
	border-top: none;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table thead th{
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	padding:20px;
	letter-spacing: -0.5px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500 !important;
	border-bottom:1px solid #ededed;
	border-top:1px solid #ededed;
}


.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table tbody td{
	background-color: #ffffff;
	font-size: 16px;
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400;
	text-align:center;
	color:#000000;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table tbody td:first-child > span{
	font-size: 14px;
	letter-spacing: -1px;
	font-family: 'Noto Sans KR' !important;
	color: #a7a7a7;
	text-align:left;
	display:block;
	margin-top:7px;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table tbody td:first-child{
	font-weight: 500 !important;
	text-align:left;
	color:#000000;
}


.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table tbody tr:nth-child(even) td{
	background-color:#F9F9F9;
}


.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table tfoot td{
	background-color: #ffffff;
	font-size: 20px;
	color:rgba(0, 0, 0, 1);
	padding:20px 40px;
	font-family: 'Noto Sans KR' !important;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	text-align:center;
	font-weight:600 !important;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table tfoot td:first-child {
	text-align:left;
}



.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table.rent_inde_comparison_st thead th:nth-child(2),
.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table.rent_inde_comparison_st tbody tr td:nth-child(2){
	background-color:#f8fcff;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table.rent_inde_comparison_st tbody tr:nth-child(even) td:nth-child(2){
	background-color:#ecf6ff;
}



.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .comparison_table .btn_st {
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 6px 20px;
	border-radius: 50px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	width: max-content;
	margin-top: 10px;
	cursor:pointer;
}



.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_type_info{
	margin: 30px 0 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_info{
	margin-top: 10px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_info .include_box{
	background-color: #f6f9ff;
	border: 1px solid #cee1ff;
	padding: 15px;
	font-size: 17px;
	color: #111111;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	position: relative;
	letter-spacing: -1px;
	text-align: left;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_info .include_box .num_st{
	display: inline-flex;
	background-color: #ff006b;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	align-items: center;
	justify-content: space-evenly;
	line-height: 1.2;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_info .include_box .more_btn{
	width: max-content;
	background-color: #aeb7c8;
	padding: 3px 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 400 !important;
	position: absolute;
	right: 20px;
	cursor: pointer;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_cuation{
	margin-top: 30px;
	background-color: #fff9fb;
	border: 1px solid #ffcee3;
	padding: 15px;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_cuation .include_box{
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	gap: 5px;
	color: #111111;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_cuation .include_box .no_icon{
	display: inline-flex;
	background-color: #e1e1e1;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	align-items: center;
	justify-content: space-evenly;
	line-height: 1.2;
}

.rt_modal_layer_wrap .rt_modal_box_ad .comparison_table_wrap .design_include_cuation .more_text{
	font-size: 15px;
	color: #555555;
	font-family: 'Noto Sans KR' !important;
	font-weight: 500;
	margin-top: 10px;
	text-align: left;
}