@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,500,500i&display=swap');
/*font-family: 'Noto Sans KR', sans-serif;*/
/*font-family: 'Cormorant Garamond', serif;*/

/* Nav */
.list-nav { 
	 padding: 8px 12px; margin:0 0 15px; border-radius: 0; 
}
.list-nav .breadcrumb { 
	background: none; margin: 0; padding: 0; border-radius: 0; 
}
.list-nav .breadcrumb a { 
	 font-size:30px; font-weight:bold; color:#555
}
.list-nav .breadcrumb span { 
	font-family:verdana; font-size:11px; letter-spacing:-1px; color:#555;
}
.list-nav .breadcrumb span>span{color:#000; margin-left:10px}
.list-nav .breadcrumb .active { 
	color: #555; 
}
.pro_view{overflow:hidden; float:right; padding-right:20px}
.pro_view>li{float:left; padding-left:15px;}
.pro_view>li>a{color:#888}
.pro_view>li>a:hover{color:#333}
/* List */
.list-box { 
	margin:0px 0px 40px;
}
.list-item { 
	margin: 0px 0px 10px; border: 1px solid rgb(231, 231, 231); transition:0.3s linear; border-image: none; overflow: hidden; position: relative; cursor: default; -webkit-transition: all 0.3s linear; border-radius:20px
}
.list-item::before { 
	display: table; content: ""; 
}
.list-item::after { 
	display: table; content: ""; 
}
.list-item::after { 
	clear: both; 
}
.list-item .label-tack { 
	left: 0px; top: 0px; z-index: 1; padding:10px 15px; position: absolute;
}
.list-item .label-band { 
	z-index:2; font-family: tahoma; top: 5px; color: #fff; letter-spacing:1px; width: 100px; padding: 5px; right: -32px; font-size: 11px; position: absolute; text-align: center; 
	transform: rotate(45deg); -o-transform: rotate(45deg);	-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); 
}
.list-item .label-red { 
	background-color: rgba(231,76,60,0.8);
}
.list-item .label-blue{ 
	background-color: rgba(52,152,219,0.8);
}
.list-item .label-green { 
	background-color: rgba(114,192,44,0.8);
}
.list-item .label-purple { 
	background-color: rgba(155,107,204,0.8);
}
.list-item .img { 
	display:block; position:relative; height:0; overflow:hidden; text-align:center; background:#f5f5f5;
}
.list-item .img img { 
	display:block; position:absolute; top:0; left:0; margin:0 auto; width:auto; max-width:100%; height:100%; border:0px; 
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; 
}
.list-item .img:hover img { 
	-webkit-transform: scale(1.3); -moz-transform: scale(1.3); -o-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); 
}
.list-item .figure { 
	overflow: hidden; position: relative; 
}
.list-item .figure .figure-title { 
	display:block; position:absolute; top:0; left:0; width:100%; height:100%; border:0px; 
}
.list-item .figure .figure-subject { 
	font-size:20px; letter-spacing:-1px; background: rgba(34, 34, 34, 0.7); line-height:40px; color: rgb(255, 255, 255); text-shadow: 2px 2px 2px rgb(0,0,0); position: absolute; left:0; top: 50%; width:100%; margin-top:-20px; padding:6px 15px; text-align:center; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; 
}
.list-item .figure:hover .figure-subject { 
	color: orangered; 
}
.list-item .figure .figure-caption { display:none;
	text-align: center; padding: 0px; 
	transition:transform 0.4s, opacity 0.1s 0.3s; left: 0px; top: auto; width: 100%; height: 100%; bottom: 0px; position: absolute; opacity: 0; transform: translateY(100%); -o-transition: -o-transform .4s, opacity .1s .3s; -moz-transition: -moz-transform .4s, opacity .1s .3s; -webkit-transition: -webkit-transform .4s, opacity .1s .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); 
}
.list-item .figure:hover .figure-caption { 
	transition:transform 0.4s, opacity 0.1s; opacity: 0.8; transform: translateY(0px); -o-transition: -o-transform .4s, opacity .1s; -moz-transition: -moz-transform .4s, opacity .1s; -webkit-transition: -webkit-transform .4s, opacity .1s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); 
}
.list-item .figure .figure-caption ul { 
	list-style: none; margin: 0px; padding: 5px; text-align: center; left: 0px; width: 100%; bottom: 0px; position: absolute; background: rgb(0, 0, 0);
}
.list-item .figure .figure-caption ul li { 
	display: inline-block; padding:0 10px; color: rgb(255, 255, 255);
}
.list-item h2 { 
	margin:0; padding:15px 0; text-align:center; font-size: 14px; font-weight: 500; display:block; /*text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; */
}
.list-item h2 a{font-size:20px; font-weight:bold; letter-spacing:-1px; display:block; height: 65px; padding: 0 10px; box-sizing: border-box;}
.list-item .item-info { 
	padding: 0 15px;
}
.list-item .item-info::before { 
	display: table; content: ""; 
}
.list-item .item-info::after { 
	display: table; content: ""; clear: both; 
}
.list-item .item-info .cnt { 
	color: orangered; font-size:11px; font-weight:bold; font-family:verdana; letter-spacing:-1px; 
}

/* Event */
.sev_himg { margin-bottom:15px; }
.sev_timg { margin-bottom:15px; }

/*rental*/

h1,h2,h3,h4,h5,h6,p,div,section,td,th,label,adddress,a,body,li{font-family: 'Noto Sans KR', sans-serif; font-size:14px; font-weight:400; color:#000; word-break:keep-all;}


*{margin:0; padding:0}
li{list-style:none;margin:0;padding:0;}
img{border: none;}
a{text-decoration:none}
address{font-style:normal;}
iframe{margin:0;padding:0;border:none;}
.rental_wrap{position:relative; margin:0 auto; padding:0 0 30px}
.top_area .toptxt { margin-bottom: 22px;line-height: 1.5;}
.top_area .bot_line { position: relative;}
.top_area .txt {position: relative; z-index: 1; font-size: 20px; color: #000; font-style:normal}
.top_area .bot_line:after {content: '';display: block; position: absolute;left: 0; bottom: 0; width: 100%; height: 11px; background: #63f2eb;}
.top_area .txt_big { display: block; font-size: 27px; color: #000;font-weight: normal;}
.top_area .txt_big .italic { font-size: 31px;color: #000; font-style: italic; display: none;}
.rental_banner img{width:100%}
.pro_list_wrap{ margin-bottom: 20px;}
.tit_area{padding:0 8px}
.tit_area .titico {display: inline-block; box-sizing: border-box;margin-right: -4px; vertical-align: middle;text-align: center; line-height: 1;}
.tit_area .tit_txt {vertical-align: middle;font-size: 28px; font-weight: 700; color: #333;}
.tit_area .tit_txt>span{font-size:12px; padding-left:5px;}
.tit_area .titico:before {display: inline-block;content: ''; background: no-repeat 0 0; vertical-align: middle; margin-right: 2px;}
.tit_area .titico.ico_new:before { width: 32px;  height: 32px; background-image:url(https://www.kt-mall.co.kr/img/ico_tit_new.png);}
.product_list .item_list .badge_img {position: absolute;top: 20px;left: 20px; z-index: 1;}
.product_list .item_list .badge_img img { display: block; margin-bottom: 6px; max-width: 300px;}
.product_list .item_list .thumb_img img { background-color: #f4f4f4; width:100%}

.product_list .item_list{display:flex; flex-wrap:wrap; width: 100%; margin-top: 30px;}
.product_list .item_list>li{position:relative; width:24.25%; margin-left:1%; margin-bottom:30px; border:1px solid #CCC; border-radius: 20px; overflow: hidden;}
.product_list .item_list li:nth-child(4n+1){margin-left:0}

.product_list .item_list .prod_name {overflow: hidden; text-align: center; font-weight: bold; margin: 12px 20px 18px;font-size: 20px;color: #333; white-space: normal; line-height: 1.6; word-wrap: break-word;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.product_list .price_list { padding: 0 20px;}
.product_list .price_list > li { margin-bottom: 9px;}
.product_list .price_list .comprice { display: table; width: 100%; margin:0 auto 20px}
.product_list .price_list .del{width:160px}
.product_list .price_list .stit, .product_list .price_list .nums { display: table-cell; height: 24px; text-align: right;vertical-align: middle; line-height: 1.1; width:100%; text-align:center}
.product_list .price_list .comprice.del .stit {color: #666;}
.product_list .price_list .stit {  text-align: left;  font-weight: normal; font-size: 14px;}
.product_list .price_list .comprice .price { display: inline-block;vertical-align: middle;  padding-left: 3px;}
.product_list .price_list .comprice.del .num, .product_list .price_list .comprice.del .won { color: #666; font-size: 18px;}
.product_list .price_list .comprice .sale { display: inline-block; vertical-align: middle;}
legend, caption, .hidden, .blind { overflow: hidden;position: absolute; width: 1px;height: 1px; margin: -1px; border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);}
.product_list .price_list .comprice .price {display: inline-block; vertical-align: middle;  padding-left: 3px;}
.product_list .price_list .comprice.onlykt .num, .product_list .price_list .comprice.onlykt .won {color: #000; font-size: 18px;}
.product_list .price_list .comprice.impt .stit { color: #555; font-size: 22px; line-height: 5px;}
.product_list .price_list .comprice.impt .sale .txt {  color: #d71826; display: none;}
.product_list .price_list .comprice.impt .num {color: #d71826; font-size: 22px; font-weight: bold;}
.product_list .price_list .comprice.impt .won{font-size:18px; color:#555}
.tit_area .titico.ico_hot:before { width: 28px; height: 28px; background-image:url(https://www.kt-mall.co.kr/img/ico_tit_hot.png);}
.product_list .item_list .badge_img.hotTop {
    position: absolute;
    width: 36px;
    height: 44px;
    top: -7px;
    left: 20px;
    padding: 6px 7px 0 0;
    text-align: center;
    font-size: 16px;
    font-family: "Roboto Bold";
    color: #fff;
    z-index: 1;
    background:url(https://www.kt-mall.co.kr/img/bg_hot_badge01.png) no-repeat 0 0;
    box-sizing: border-box;
}
.comico:before {
    content: '';
    display: inline-block;
    background: no-repeat 0 0;
    overflow: hidden;
    color: transparent;
}
.contents [class*='comico']:before, .top_img_tab li a:after { background:url(https://www.kt-mall.co.kr/img/ico_common.png) no-repeat 0 0; vertical-align: middle;}
.impt .comico:before{color:#d71826}

.prod_bottom{margin-top:30px}
.order_btm_notice {
    border: 1px solid #dae1e6;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}
.order_btm_notice:first-child { margin-top: 0;}
.order_btm_notice .tit {
    position: relative;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.order_btm_notice .tit span{position:absolute; right:0; cursor:pointer}
.order_btm_notice .cont { margin-top: 20px;}
.order_btm_notice .rental_quest {
    display: inline-block;
    vertical-align: top;
    margin-right: 38px;
}
.order_btm_notice .rental_quest .stit {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.order_btm_notice .rental_quest .stit:first-child { margin-top: 0;}
.order_btm_notice .rental_quest .point_txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0 0;
    letter-spacing: -0.5px;
}
.order_btm_notice .color1 {  color: #22beb6 !important;}
.mgt20 { margin-top: 20px !important;}
.order_btm_notice .dotlist > li {
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-top: 12px;
    padding-left: 10px;
}
.order_btm_notice .dotlist > li:first-child {  margin-top: 0;}
.order_btm_notice .dotlist > li:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 10px;
}
.order_btm_notice .tit .comico {
    position: absolute;
    padding: 20px;
    right: -20px;
    top: -12px;
    box-sizing: border-box;
    z-index: 1;
}
.comico.arr_down2.open:before {  background-position: -94px -24px;}

.order_btm_notice .tit .comico:before { vertical-align: top;}
.comico.arr_down2:before { width: 20px; height: 10px; background-position: -94px 0;}
.noneContent{display:none}
.product_list .price_list .comprice.onlykt .sale .comico:before { background-position: -348px 0;}
 .comico.ico_sale:before { width: 9px; height: 16px; background-position: -136px 0;}
 
 
 .product_list .price_list .no-table{display:block}
 .product_list .price_list .no-table dt{display:block; width:100%; text-align: center;}
 .product_list .price_list .no-table dd{display:block; width: 100%; text-align: center;}
 .more .more_btn {
    overflow: hidden; z-index:9
}
.more>p {
    background: none;
    border: 1px solid #999;
    border-radius: 50px;
    color: #777;
    display: block;
    font-size: 18px;
    margin: 1em auto;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    width: 150px;
    text-align:center
}
.more>p, .more>p::after {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.more>p::before, .more>p::after {
    background: #333;
    content: '';
    position: absolute;
    z-index: -1;
}
.more .more_btn::after {
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.4s;
    transform-origin: top left;
    width: 0;
}
.item_list li:hover p::after{width:200%; color:#FFF }
.item_list li:hover p{color:#FFF;border:1px solid #333}

.more .more_btn {
    overflow: hidden; z-index:9
}
.more>button {
    background: none;
    border: 1px solid #999;
    border-radius: 50px;
    color: #777;
    display: block;
    font-size: 18px;
    margin: 1em auto;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    width: 150px;
    text-align:center
}
.more>button, .more>button::after {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.more>button::before, .more>button::after {
    background: #333;
    content: '';
    position: absolute;
    z-index: -1;
}
.more .more_btn::after {
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.4s;
    transform-origin: top left;
    width: 0;
}
.list-item:hover button::after{width:200%; color:#FFF }
.list-item:hover button{color:#FFF;border:1px solid #333}
.more:hover{}
.list_color>ul{display:table; margin:0 auto}
.list_color>ul>li{display:table-cell; width:15px; height:15px; border-radius:15px; padding:0 5px}
.list_color>ul>li:first-child{margin-left:0}
.list_color>ul>li figure{width:15px; height:15px; border-radius:15px}
.list_price{position:relative; width:90%; margin-left:5%; overflow:hidden; margin-top:10px; text-align:center}
.list_price span{ display:inline; text-align:center; font-size:14px; color:#888888; margin:0 4px}
.list_price span.sale{color:#fe0000; font-size:16px; font-weight:bold;}
.con_p{text-decoration:line-through}
.paging_box{width:100%; text-align:center}
.paging_box ul{position:relative; text-align:center; margin:0 auto}

.item-details {
    color: #888;
    min-height: 22px;
    margin-top: 10px;
    padding: 0px 1px;
    font-size: 13px;
    text-align: center;
}
.item-sp {
    margin: 0px 4px;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.item-sp span {
    font-size: 16px;
}

 @media all and (max-width:1200px) {
.contents{width:95%;}	 
.product_list .item_list .prod_name{font-size:18px}
.product_list .price_list .comprice.impt .num, .product_list .price_list .comprice.impt .won{font-size:18px}
.list_price span{font-size:15px}
 }
 @media all and (max-width:1050px) {
.product_list .item_list>li{width:31.33%; margin-left:3%}	
 .product_list .item_list>li:nth-child(4n+1){margin-left:3%}
.product_list .item_list>li:nth-child(3n+1){margin-left:0}
}
 @media all and (max-width:1000px) {
.product_list .price_list .comprice.del .num, .product_list .price_list .comprice.del .won{font-size:16px}
.product_list .price_list .comprice.onlykt .num, .product_list .price_list .comprice.onlykt .won{font-size:16px}
.product_list .price_list .comprice.impt .num, .product_list .price_list .comprice.impt .won{font-size:16px} 
} 

@media all and (max-width:900px) {
.tit_area .tit_txt{font-size:20px}
.tit_area .titico.ico_new:before{width:20px; height:20px; background-size:100%}
.product_list .item_list>li{width:47.5%; margin-left:5%}
.product_list .item_list>li:nth-child(4n+1){margin-left:5%}
.product_list .item_list>li:nth-child(3n+1){margin-left:5%}
.product_list .item_list>li:nth-child(2n+1){margin-left:0}
}
@media all and (max-width:768px) {
.list_price span.sale{display:block}
}
@media all and (max-width:665px) {
.order_btm_notice .rental_quest{margin-bottom:20px}
.list-item h2 a{font-size:14px; height: 40px;}
.item-sp{font-size:16px}
.more>button{font-size:14px; padding:5px; width:100%}
}

@media all and (max-width:650px) {
.product_list .item_list>li{width:49.5%; margin-left:1%}	
.product_list .item_list>li:nth-child(4n+1){margin-left:1%}
.product_list .item_list>li:nth-child(3n+1){margin-left:1%}
.product_list .item_list>li:nth-child(2n+1){margin-left:0}
.product_list .price_list{padding:0 5px}
.product_list .item_list .prod_name{margin:15px 5px 0}
.product_list .item_list .prod_name{font-size:16px}
.product_list .price_list .comprice.del .num, .product_list .price_list .comprice.del .won{font-size:14px}
.product_list .price_list .comprice.onlykt .num, .product_list .price_list .comprice.onlykt .won{font-size:14px}
.product_list .price_list .comprice.impt .num, .product_list .price_list .comprice.impt .won{font-size:14px}
.product_list .price_list .stit, .product_list .price_list .nums{float:left; clear:both; text-align:center;}
.product_list .price_list .comprice.impt .stit{font-size:16px}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-left:5px; padding-right:5px}
.row{margin-left:0; margin-right:0}
.list-box{margin:0 0 20px 0}
}
@media all and (max-width:600px){
    .num{display: inline-block !important;}
}