

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  z-index: 100;
}
.dialog > div {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 10px;
}
.dialog > div > div {
  vertical-align: middle;
  position: relative;
  height: 100%;
}
.dialog > div > div > div {
  background: #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0px #444;
  -moz-box-shadow: 0 0 6px 0px #444;
  box-shadow: 0 0 6px 0px #444;
  overflow: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-sidebar:hover {
    width: 340px !important;
}

#dialogResultButton {
  text-align: center;
}
#dialogResultButton button {
  display: inline-block;
  background: #f5a200;
  color: #fff;
  min-width: 100px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #f5a200;
  margin: 0px 4px;
}
#dialogResultButton button:hover,
#dialogResultButton button:focus {
  background: #ffaf0f;
}
#dialogResultButton #dialogCancelButton {
  background: transparent;
  color: #f5a200;
}
#dialogResultButton {
	margin-top: 16px;
}
#loading-icon{
	text-align: center;
	background: none;
	box-shadow: none;
}
.back_icon{
	width: 14px;
	height: 14px;
	background-image: url('../images/arrow_left.png');
	background-size: contain;
	display: inline-block;
}


.container700 {
	max-width: 700px;
}
.container900 {
	max-width: 900px;
}
#mainContent{
	position: relative;
/*    height: 100%;*/
/*     height: -webkit-calc(100% - 65px); */
/*     height: calc(100% - 65px); */
/*     z-index: 1; */
    background: #f9f9f9;
/*    padding-left: 210px;*/
	min-height: 100%
}
#mainContent .contentWrap{
    width: 100%;
/*     height: 100%; */
    min-height: 100%;
    padding-top: 20px;
/*     overflow: auto; */
}

.commentNote{
	color: #828282;
	margin-top: 5px;
}
.cautionNote{
	color: #f00;
	margin-top: 5px;
}
.solidBlueBtn{
	display: inline-block;
	border: solid 1px #1d65d4;
	border-radius: 5px;
	color: #1d65d4;
	padding: 5px;
}
.solidRedBtn {
    display: inline-block;
    border: solid 1px #EA352D;
    border-radius: 5px;
    color: #EA352D;
    padding: 5px;
}
.solidRedBtn:hover{
	background-color: #EA352D;
	color: #fff;
}

.cell-harf{
	width: 50%;
}

/*.slItems,
.shareServices{
    margin: 20px 0 0 20px;
}*/
.slItems .cell,
.shareServices .cell{
	float: left;
	padding: 0 10px 10px 0;
    width: 50%;
}
.slItemWrap {
    position: relative;
}
.slItem, .shrSrvNm {
	position: relative;
	/* border: 1px solid #ccc; */
	background: #fff;
	padding: 6px;
	/* width: 180px; */
	/* margin: 0 15px 15px 0; */
	width: 100%;
	/* min-height: 150px; */
	border-radius: 3px;
	font-size: 14px;
	/* display: inline-block; */
	display: block;
	vertical-align: top;
	color: #333;
	overflow: hidden;
}
#itemList .slItemImg {
    padding-top: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.slItem .slItemImg, .shrSrvNm .srvImg {
	display: block;
	font-size: 11px;
	width: 100%;
	/* width: -webkit-calc(100% + 1px); */
	/* width: calc(100% + 1px); */
	padding-top: 56.25%;
	position: relative;
	/* height: 100%; */
	/* height: -webkit-calc(100% - 37px); */
	/* height: calc(100% - 37px); */
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* top: 0; */
	/* margin: -1px 0 0 0; */
}
.slItem:after, .shrSrvNm:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 1;
}
.slItem:hover:after,
.slItem:focus:after,
.shrSrvNm:hover:after,
.shrSrvNm:focus:after{
	border-color: #1d65d4;
}

#narrowContainer {
    border: solid 1px #d0d0d0;
    border-radius: 2px;
    padding: 0px 20px 20px 20px;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px #e0e0e0;
    margin-top: 10px;
}
.narrowChapter {
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
}
.input-default {
    width: 100%;
    height: 40px;
    padding: 8px 12px 6px;
    border-radius: 4px;
    border: solid 1px #ccc;
    background: #fff;
    line-height: 1.5;
    font-size: 14px;
    margin: 8px 0 0;
}


#leftCol {
    float: left;
    width: 50%;
    /* background: rgba(255, 0, 0, 0.2); */
}
#rightCol {
    margin: 0 20px 0 50%;
    /* background: rgba(0, 255, 0, 0.2); */
}
#photoMain {
    margin: 0 20px 10px;
    position: relative;
}
#photoMainImg {
    position: relative;
    width: 100%;
    padding-top: 120%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#photoMainImg .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#photoMainImg .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#zoomWindow {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
    overflow: hidden;
    background: #fff;
    display: none;
    z-index: 2;
}
#zoomLens {
    position: absolute;
    top: 0;
    left: 0;
    /* bottom: 0; */
    /* right: 0; */
    /* width: 33.33%; */
    /* height: 33.33%; */
    background: rgba(255,255,255,0.4);
    border: solid 1px rgba(160,160,160,0.4);
    display: none;
    z-index: 1;
    /* transform: translate3d(-100%, -100%, 0px); */
}
#zoomImg {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* bottom: 0; */
    /* right: 0; */
    top: 0;
    left: 0;
}
#zoomIcon{
    display: none;
}
#photoMain.show #zoomLens,
#photoMain.show #zoomWindow,
#photoMain.show #zoomIcon{
    display: block;
}

#photoThumbnail ul {
    margin: 0 20px 10px 15px;
    text-align: left;
    padding: 0;
}
#photoThumbnail li {
    position: relative;
    /* display: inline-block; */
    /* margin: 10px 0 0 10px; */
    float: left;
    display: block;
    padding-left: 5px;
    margin: 0;
    width: 12.5%;
}
#photoThumbnail .photoThumbImg {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    padding-top: 120%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#photoThumbnail .photoThumbImg.active {
    border-color: #ed64b0;
    /* box-shadow: 0 0 4px 0 rgba(228,0,127,.2); */
    -webkit-box-shadow: none;
    box-shadow: none;
}
#photoThumbnail p {
    margin: 0;
}


#shoppingFooter{
	margin-top: 50px;
}
.iqsLogo{
	position: absolute;
	left: 20px;
	top: 9px;
	width: 100px;
}
.footerMenu{
	position: absolute;
	right: 5px;
	top: 7px;
	display: table;
}
#shoppingFooter{
	height: 40px;
	background-color: #000;
	position: relative;

}
.shoppingFooterItem{
	display: table-cell;
	padding: 0 5px 0 7px;
}
.shoppingFooterItem a{
	color: #fff;
	font-size: 12px;
}
.shoppingFooterItem a:hover{
	text-decoration: none;
}

.selectForm:hover,
.inputTextarea:hover,
.inputTextarea-name:hover {
    background-color: #E8F0FD;
    border-color: #1D63D1;
}
.pointer {
    cursor: pointer;
}
.pinkButton{
	width: 100%;
	height: 44px;
	background-color: #E4007F;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border: none;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.pinkButton:hover{
	background-color: #ff35a5;
}
.itemDetailTable th{
	padding: 6px 20px 6px 0;
    font-weight: 400;
    color: #888;
    white-space: nowrap;
}
.itemDetailTable td{
    padding: 6px 0;
}
.itemDetailTable a,
.itemDetailTable span,
.itemDetailTable i{
	vertical-align: middle;
}
.background_gray{
	background-color: #ebebeb;
	padding: 15px;
}
.background_gray p{
	margin: 0px;
}
#cart{
	float: right;
	margin-right: 7px;
}
#cartImg{
	display: inline-block;
	width:37px;
	height: 37px;
	background-image: url(../images/cart.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0 7px;
}


.pageTitle{
	text-align: center;
}
.cartItem{
	/*height: 200px;*/
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.cartItem:hover{
	border-color: #1d65d4;
}

.mCartBtn{
	position: fixed;
    z-index: 1000;
    width: 100px;
    height: 100px;
    bottom: 32px;
    right: 32px;
}
.mCartBtn a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(249,41,49,0.9);
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 8px;
    background-image: url(../images/m_cart.png);
    background-repeat: no-repeat;
    background-size: 51%;
    background-position: 22px 34px
}
#mCartCunt{
	color: #000;
	font-weight: 600;
    margin-top: 14px;
    margin-left: 5px;
}

#shoppingTop #logoImg,
#productDetail #logoImg{
	margin-left: -13px;
}

.grid1 .cell{
	width: 100%;
}
.grid2 .cell{
    width: 50%;
}
.grid3 .cell{
    width: 33.33%;
}
.grid4 .cell{
    width: 25%;
}
.grid5 .cell{
    width: 20%;
}
.grid6 .cell{
    width: 16.5%;
}
.grid7 .cell{
    width: 14.25%;
}
.grid8 .cell{
    width: 12.5%;
}
.grid9 .cell{
    width: 11%;
}
.grid10 .cell{
    width: 10%;
}
.grid11 .cell{
    width: 9%;
}
.grid12 .cell{
    width: 8.3%;
}


/* -----�J�����_�[----- */
#itemRentCalendar{
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 13px;
}
#itemRentCalendarTitle{
    margin: 0 10px 5px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}
#itemRentCalendarWrapper{
    min-height: 260px;
    max-width: 500px;
    margin: auto;
}
#itemRentCalendarWrapper > div{
	margin: 0 auto;
	max-width: 880px;
    position: relative;
}
.slCalendarMonth{
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}
.slCalendarPrev,
.slCalendarNext{
    position: absolute;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid transparent;
}
.slCalendarPrev{
    left: 0;
}
.slCalendarNext{
    right: 0;
}
.slCalendarPrev:hover,
.slCalendarNext:hover{
    color: #333;
    border-color: #ddd;
    background: #eee;
    border-radius: 3px;
}
.slCalendarPrev.swiper-button-disabled,
.slCalendarNext.swiper-button-disabled{
	color: #ddd;
    border: none;
    background: transparent;
    cursor: default;
}
.slCalendarPrev div,
.slCalendarNext div{
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 10px;
	left: 7px;
}
.slCalendarPrev div{
	background-image: url("../images/swip-left.png");
}
.slCalendarNext div{
	background-image: url("../images/swip-right.png");
}
.slCalendarPrev.swiper-button-disabled div{
	background-image: url("../images/swip-left-disabled.png");
}
.slCalendarNext.swiper-button-disabled div{
	background-image: url("../images/swip-right-disabled.png");
}
div.slCalendarTbls{
	z-index: -1;
}
div.slCalendarTbl {
}
div.slCalendarTbl table{
    width: 100%;
}
div.slCalendarTbl th,
div.slCalendarTbl td{
    vertical-align: middle;
    text-align: center;
}
div.slCalendarTbl .ng,
div.slCalendarTbl .ok{
    border: 2px solid #f9f9f9;
    border-radius: 7px;
}
div.slCalendarTbl .ng{
    background: #f3f3f3;
    color: #ccc;
}
div.slCalendarTbl .ok{
    background: #feefd2;
    color: #f58018;
    cursor: pointer;
}
div.slCalendarTbl .on{
    background: #f58018;
/*     background: #e98125; */
    color: #fff;
}
div.slCalendarTbl .ok:hover{
    background: #fc5;
}

div.slCalendarTbls.slct .ok:hover{
	background: #feefd2;
/* 	background: #f3f3f3; */
}
div.slCalendarTbls.slct .ok,
div.slCalendarTbls.slct .ng{
    opacity: 0.25;
}
div.slCalendarTbls.slct .ok{
	cursor: default;
}
div.slCalendarTbls.slct .actv{
	cursor: pointer;
    background: #feefd2;
    opacity: 1;
}
div.slCalendarTbls.slct .on{
    background: #f58018;
}
div.slCalendarTbls.slct .actv:hover,
div.slCalendarTbls.slct .actv.hover{
    background: #fc5;
}

div.slCalendarTbl th{
    height: 20px;
    font-weight: 400;
    font-size: 12px;
}
div.slCalendarTbl td{
    height: 40px;
    font-weight: bold;
    font-size: 14px;
}
#calendarExample {
    margin-top: 10px;
}
#calendarExample ul {
    list-style-type: none;
}
#calendarExample ul li {
    display: inline-block;
    margin-top: 10px;
}
#calendarExample ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px 0 10px;
    border-radius: 2px;
}
#calendarExample ul li:first-child span {
    background: #f3f3f3;
    border: solid 1px #ccc;
}
#calendarExample ul li:nth-child(2) span {
    background: #feefd2;
}
#calendarExample ul li:nth-child(3) span {
    background: #f58018;
}

@media (max-width: 1290px){
	#leftCol{
	   width: 50%;
	}
	#rightCol{
	   margin-left: 50%;
	}
}
@media (max-width : 640px) {
	#menuToggle{
		margin-left: 0px;
	}
}
@media (max-width : 480px) {
	#leftCol{
        width: 100%;
        float: none;
    }
    #rightCol{
        margin: 20px 10px 10px 10px;
    }
	.mCartBtn{
		width: 85px;
	    height: 85px;
	    bottom: -14px;
	    right: -14px;
	}
	.mCartBtn a {
	    font-size: 14px;
	    padding: 8px;
	    background-size: 46%;
	    background-position: 20px 28px
	}
	#mCartCunt{
		margin-top: 10px;
		margin-left: 1px;
	}
	#zoomIcon{
        display: none;
    }
    #photoMain.show #zoomLens,
	#photoMain.show #zoomWindow,
	#photoMain.show #zoomIcon{
	    display: none;
	}

	#shoppingFooter{
		height: auto;
		padding: 10px;
	}
	.iqsLogo{
		display: block;
		position: unset;
		margin: 10px auto;
	}
	.footerMenu{
		position: unset;
		display: block;
	}
	.shoppingFooterItem{
		display: block;
		text-align: center;
	}
}


