@charset "utf-8";

.jssor-txt {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.jssor-txt .btn {
  text-shadow: none;
}

.jssor-txt h3 {
    font-size: 4em;
    font-weight: 700;
    /*letter-spacing: 2px;*/
}

@media screen and (min-width: 768px) {
  .jssor-txt {
    right: 20%;
    left: 20%;
	top: 48%;
  }

  .jssor-txt h3 {
    font-size: 3.2em;
  }
}


@media screen and (max-width: 768px){
	section#sit_sel_option #sit_opt_added .opt_num span {
		display: block;
	}
}

@media (max-width: 1280px){
  .jssor-txt{
	top: 40%;
  }

  .jssor-txt h3 {
    font-size: 1.5em;
  }
}

.sub_visual {
    position: relative;
    padding-top: 18%;
    background-image: url(/img/sub_main.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

/* sub page */
.confirm_wrap {
    padding-top: 45px;
}

.result_wrap {
    position: relative;
    max-width: 1082px;
    margin: 0 auto;
    padding: 20px;
}

.result_wrap .result_con {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.res-date-sel {
    width: 100%;
    height: 100%;
    display: inline-block;	
	margin-top: 15px;
}

#res-date-top, #res-choise-top {
	float:left;
	width:50%;
}


.fun-btn {
    background-color: salmon;
    color: white;
    padding: 10px;
    border: none;
    transition: all .3s ease;
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    align-self: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}


/* ¾×Æ¼ºñÆ¼ ¿¹¾à */
section#sit_sel_option, #sit_tot_price {
    width: 100%;
}

section#sit_sel_option h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section#sit_sel_option #sit_opt_added {
    padding: 0;
    border-bottom: 0;
    background: #fff;
    list-style: none;
}

section#sit_sel_option #sit_opt_added .opt_num {
	line-height:25px;
}

section#sit_sel_option #sit_opt_added li {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
section#sit_sel_option #sit_opt_added li:first-child {
    border-top: 1px solid #e9e9e9;
}
section#sit_sel_option #sit_opt_added li .opt_name {
    line-height: 20px;
    font-weight: bold;
}
section#sit_sel_option #sit_opt_added li .opt_count {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}
section#sit_sel_option #sit_opt_added .sit_opt_prc {
    display: block;
    float: left;
    width: 100px;
    padding: 0 3px;
    text-align: center;
    line-height: 30px;
    font-size: 1em;
    font-weight: bold;
}

#sit_tot_price {
	line-height: 30px !important;
    margin: 10px 0;
    color: #ff7101;
    font-size: 1.167em;
    line-height: 25px;
    font-weight: bold;
    text-align: right;
	background: #fff;
}
#sit_tot_price span {
	padding-left: 10px;
    float: left;
}
#sit_tot_price em {
    font-style: normal;
    color: #ff7101;
	margin-right: 35px;
}

#product_list ul {
	display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;	
}

.ui-datepicker .ui-datepicker-calendar {padding:0 !important}
/* ¾×Æ¼ºñÆ¼ ¿¹¾à */