@charset "utf-8";
/* **************************************** *
 *
 * 페이지 
 * 폰트
 *
 * **************************************** */

/* body, a, h1, h2, h3, h4, h5, h6, p, div, dd, dt, li, select, input, button {
    font-family: 'Noto Sans KR', '맑은고딕', 'MalgunGothic', "Apple SD Gothic Neo", applegothic, sans-serif;
    -webkit-font-smoothing: antialiased;
} */


/* **************************************** *
 *
 * 페이지 
 * 타이틀
 *
 * **************************************** */
/* #cosmosfarm-product-options-header .inner{
    display: table;
    width: 100%;
    min-height: 600px;
    background: #f7f7f7 url('images/bg_title.jpg')no-repeat;
    text-align: center;
} */
#cosmosfarm-product-options-header .inner{
    display: table;
    width: 100%;
    min-height: 600px;
    background: #f7f7f7;
    text-align: center;
}
#cosmosfarm-product-options-header .inner #cosmosfarm-product-options-section_title{
    display: table-cell;
    vertical-align: middle;
}

#cosmosfarm-product-options-header .inner #cosmosfarm-product-options-section_title h1{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -1px;
}

#cosmosfarm-product-options-header .inner #cosmosfarm-product-options-section_title p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -1px;
}


/* **************************************** *
 *
 * 페이지 
 * 콘텐츠
 *
 * **************************************** */
 
#cosmosfarm-product-options-content-wrap{
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
    background: #fff;
}

#cosmosfarm-product-options-content-wrap .cursor-wait {
    cursor: wait !important;
}

#cosmosfarm-product-options-content-wrap .inner #cosmosfarm-product-options-section_subTitle{
    padding: 140px 0px;
    margin-top: 120px;
    background: #f7f7f7 url('images/bg_subtitle.jpg')no-repeat;
    background-size: cover;
    text-align: center;
}

#cosmosfarm-product-options-content-wrap .inner #cosmosfarm-product-options-section_subTitle h2{
    margin: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -1px;
}

#cosmosfarm-product-options-content-wrap .inner .section{
    padding: 70px 30px 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
}

#cosmosfarm-product-options-content-wrap .inner .section:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

#cosmosfarm-product-options-content-wrap .inner .section .row{
    margin-bottom: 30px;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_title{
    text-align: center;    
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_title h3{    
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -1.5px;
    color: #2196f3;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_title p{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_title .nbr{
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    font-weight: 500;
}

/* **************************************** *
 *
 * 페이지 
 * 컬럼
 *
 * **************************************** */

#cosmosfarm-product-options-content-wrap .inner .section .row .col_12{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

/* **************************************** *
 *
 * 페이지 
 * 주소
 *
 * **************************************** */

#cosmosfarm-product-options-content-wrap .inner .section .row .col_12 .address-row{
    margin: 10px auto;
    width: 80%;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_12 input[type="text"]{
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #efefef;
    color: #777;
    background-color: #f7f7f7;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_12 .address-input-long{
    width: 100%;
}

@media only screen and (max-width: 600px) {
	#cosmosfarm-product-options-content-wrap .inner .section .row .col_12 .address-row{
		width: auto;
	}
	
	
	#cosmosfarm-product-options-content-wrap .inner .section .row .col_12 .address-input-short{
	    width: 100px;
	}
}

/* **************************************** *
 *
 * 페이지 
 * 배송주기
 *
 * **************************************** */

#cosmosfarm-product-options-content-wrap .inner .section .row .col_12{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term{
    padding: 30px 15px 0px;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"]{
    display: none;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"] + label{
    display: inline-block;
    float: left;
    width: 33.3%;
    padding: 15px;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"] + label .btn_term{
    display: inline-block;
    width: 100%;
    min-height: 145px;
    padding: 30px;
    border: 10px solid #fff;
    outline: 1px solid #efefef;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
    cursor: pointer;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"] + label .btn_term p{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    color: #949494;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"] + label .btn_term .detail{
    display: none;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"]:checked + label .btn_term{
    border: 10px solid #fff;
    outline: 1px solid #2196f3;
    background: #f7f7f7;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"]:checked + label .btn_term p{
	margin-bottom: 0;
    color: #000;
}


#cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"]:checked + label .btn_term .detail{
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #777;
}


/* **************************************** *
 *
 * 페이지 
 * 배송상품
 *
 * **************************************** */

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product{
    padding: 30px 15px 0px;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product .cosmosfarm-product-options-item {
    
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"]{
    display: none;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label{
    float: left;
    width: 33.3%;
    padding: 15px;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product{
    display: inline-block;
    width: 100%;
    padding: 30px;
    border: 15px solid #fff;
    outline: 1px solid #ddd;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgb(0 0 0 / 8%);
    cursor: pointer;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product figure{
    margin: 0;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product figure img{
    display: block;
    width: 100%;
    height: auto;
    opacity: .5;
    filter: grayscale(100%);
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product .name{
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    height: 56px;
    letter-spacing: -1px;
    color: #949494;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product .price{
    margin-top: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -1px;
    color: #949494;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"]:checked + label .btn_product{
    border: 15px solid #fff;
    outline: 1px solid #2196f3;
    color: #333;
    background: #f7f7f7;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"]:checked + label .btn_product figure img{
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    filter: grayscale(0%);
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"]:checked + label .btn_product .name,
#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"]:checked + label .btn_product .price{    
    color: #000;
}


/* **************************************** *
 *
 * 페이지 
 * 배송상품수량
 *
 * **************************************** */

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total {
    padding: 30px 15px 0px;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #ededed;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li{
    display: none;
    width: 100%;
    padding: 30px 20px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li.active{
    display: inline-block;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p{
	margin: 0;
    float: left;
    width: 25%;
    box-sizing: border-box;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.name{
    float: left;
    width: 50%;
    font-weight: 500;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.quantity{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: 0;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.quantity .quantity-number {
	display: inline-block;
	margin: 0 10px;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.quantity .minus,
#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.quantity .plus{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    text-align: center;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.price{
    text-align: right;
    width: 25%;
    font-weight: 500;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price{
	display: none;
    margin-top: 90px;
    text-align: center;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price.active{
	display: block;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price .price{
	margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #2196f3;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price .price .label{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #555;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price .notice{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #989898;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .btn_wrap {    
    text-align: center;  
}

#cosmosfarm-product-options-content-wrap .inner .section .row .btn_wrap button {    
    padding: 15px 30px;
    margin-top: 50px;
    border: 1px solid #2196f3;
    border-radius: 3px;
    font-size: 20px;
    background: #2196f3;
    color: #fff;
    outline: none;
    cursor: pointer;
}

#cosmosfarm-product-options-content-wrap .inner .section .row .btn_wrap p {    
    padding: 15px 30px;
    margin: 20px 0;
}


/* **************************************** *
 *
 * 페이지 
 * 고정메뉴
 *
 * **************************************** */

#cosmosfarm-product-options-menu_fixed{
    position: fixed;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

#cosmosfarm-product-options-menu_fixed ul li{
    text-align: left;
    margin-bottom: 12px;
}

#cosmosfarm-product-options-menu_fixed ul li a{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;  
    color: #555;
}

#cosmosfarm-product-options-menu_fixed ul li a::before{
    content: '';
    position: absolute;
    display: inline-block;
    top: 8px;
    left: 0px;
    width: 3px;
    height: 3px;
    background: #000;
}

#cosmosfarm-product-options-menu_fixed ul li a span.active{
    color: #ff0000;
}


/*************************************************
 * Responsive
 * Max width : 1200px
 *
*************************************************/
@media only screen and (max-width: 1200px) {
    #cosmosfarm-product-options-content-wrap {
        width: 100%;
        margin: 0px auto;
        background: #fff;
    }

    #cosmosfarm-product-options-menu_fixed{
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label {
        width: 50%;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    
    #cosmosfarm-product-options-content-wrap .inner .section .row .col_term {
        padding: 30px 0px 0px;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"] + label {
        width: 50%;
        padding: 5px;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_term input[type="radio"] + label .btn_term {
        min-height: auto;
        border: 5px solid #fff !important;
		padding: 15px;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_product {
        display: inline-block;
        padding: 30px 0px 0px;
    }

	#cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label {
    	padding: 5px;
        width: 50%;
    }
    
    #cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product {
    	padding: 5px;
    	border: 5px solid #fff !important;
    }
    
    #cosmosfarm-product-options-content-wrap .inner .section .row .col_product input[type="checkbox"] + label .btn_product .name {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 15px;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li {
        width: 100%;
        padding: 20px 10px;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p {
        float: left;
        width: 100%;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.name {
        float: left;
        width: 100%;
    	text-align: center;
    }
    
    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.quantity {
    	padding: 10px 0 0 0;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .list_total li p.price {
        width: 100%;
        padding: 10px 0 0 0;
        text-align: center;
    }

    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price .notice,
    #cosmosfarm-product-options-content-wrap .inner .section .row .col_total .total_price .price {
        text-align: center;
    }
}