#index-background {
    background-color: #f9f9f9;  /* #efefef */
    /*background-image:url("http://www.odysseylogistics.com/wp-content/uploads/2013/06/Supported-Services_shutterstock_191829809-1920x599.jpg");*/
/*    background-image:url("/s3/www/img/index/index.background.jpg"); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-font-smoothing: antialiased;
    background-position: 50% 0px;
    background-size: cover;
    color: rgb(39, 40, 45);
    display: block;
    font-size: 20px;
    /*height: 500px;*/
    letter-spacing: -1px;
    line-height: 34px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    position: relative;
}

#index-background_gray {
    background-color: #F5F5F5;    /* #efefef */
    background-image: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-font-smoothing: antialiased;
    background-position: 50% 0px;
    background-size: cover;
    color: rgb(39, 40, 45);
    display: block;
    /*font-size: 20px; */
    /*height: 500px;*/
	width:1140px;
    letter-spacing: -1px;
    line-height: 20px;
    overflow-x: hidden; 
    overflow-y: hidden; 
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    position: relative;
}

#index-background_shop {
    background-color: #FF0000;    /* #F5F5F5;    /* #efefef */
    background-image: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-font-smoothing: antialiased;
    background-position: 0px;
    background-size: cover;
    color: rgb(39, 40, 45);
    display: block;
    /*font-size: 20px; */
    /*height: 500px;*/
	width:1140px;
    letter-spacing: -1px;
    line-height: 20px;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    /* position: relative; */
}

#index-background_white {
    background-color: #ffffff; 
    background-image: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-font-smoothing: antialiased;
    background-position: 50% 0px;
    background-size: cover;
    color: rgb(39, 40, 45);
    display: block;
    font-size: 20px;
    /*height: 500px;*/
    letter-spacing: -1px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    position: relative;
}

.delay100 {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}
.delay200 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}
.delay300 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.terms {
    font-weight:300;
}

.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
    margin:30px 0px 15px 0px;
    font-weight:300;
}
.terms h5 {
    font-size:1.3em;
}
.terms p {
    line-height: 20px;
}

/*우측 물류창고 주소복사 */
.zfp-clipboard-holder {
    position: relative;
}
.zfp-clipboard {
}
.zfp-clipboard-hover {
    color: #f32c1e;
}
#zfp-warehouses,
#zfp-warehouse-scroll-wrapper{
    border-radius:0;
}

#zfp-warehouse-scroll-wrapper{
    padding:15px;
}


/* 갤러리 최신글 썸네일 사이즈 처리 */
.latest-gallery {

}
.latest-gallery .latest-posting {
    overflow: hidden;
    display: block;
    margin-bottom:15px;
}
.latest-gallery .latest-posting img{
    min-height: 160px;
    max-height: 160px;
}
.latest-gallery .latest-posting .latest-title{
    min-height: 45px;
    display: block;
}

.sort {
    margin:0px 5px;
}




/* 결제폼 결제방식 선택부분 */
.zfp-payment-button {
    width:100%;
    position: relative;
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
    border:solid 1px #dadada;
    text-align: center;
    padding: 16px;
    margin: 0;
    background-color:transparent;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.zfp-payment-button .point-prire{
    font-size:28px;
    font-weight: 300;
    font-family:sans-serif;
}
.zfp-payment-button .point-prire span{
    font-weight: 100;
}
.zfp-payment-button .point-desc{
    font-size:12px;
    font-weight: 300;
}

.zfp-payment-button .point-leftbox{
    width:15%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 0px 0px 3px;
    background-color: #eaeaea;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.zfp-payment-point{
    display: inline-block;
    margin:0px 10px 5px 0px;
    padding:5px 5px 5px 20%;
    text-align: left;
}

.zfp-payment-button.active {
    border-color:#1f8ed7;
    background-color: #fff;
}
.zfp-payment-button.active .point-leftbox {
    background-color: #1f8ed7;
}
.zfp-payment-point-button:hover{
    border-color:#1f8ed7;
    background-color: #fff;
}
.zfp-payment-point-button:hover .point-leftbox{
    background-color: #1f8ed7;
}
.zfp-payment-button .pg-icon{ 
    width:80%;
}
/* 결제버튼 */
.zfp-payment-point-button{
    cursor: pointer;
}
.zfp-payment-method-button{
    cursor: pointer;
}
.zfp-payment-method-button:hover{
    border-color:#1f8ed7;
    background-color: #fff;
}
#zfp-payment-method .pg-icon{
    width:40px;
    margin:0px 10px;
}