	.m_left {
	    display: inline-block;
	    width: 20%;
	    vertical-align: top;
	    padding-top: 30px;
	}

	.m_right {
	    display: inline-block;
	    width: 78%;
	    padding-top: 30px;
	    padding-left: 25px;
	    padding-right: 25px;
	}

	.bb_tit {
	    border: #D9D9D9 3px solid;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    font-size: 22px;
	    font-weight: bolder;
	    width: 100%;
	    text-align: center;
	    background-color: #F9F9F9;
	}

	@media screen and (max-width:960px) {
	    .m_left {
	        display: inline-block;
	        width: 100%;
	        padding-top: 0px;
	    }

	    .m_right {
	        display: inline-block;
	        width: 100%;
	    }

	    .bb_tit {
	        display: none
	    }
	}

	.pc_i {
	    display: block
	}

	.mo_i {
	    display: none;
	}

	.mo_i img {
	    width: 100%
	}

	@media screen and (max-width:964px) {
	    .pc_i img {
	        display: none
	    }

	    .mo_i {
	        display: block;
	    }
	}



	/* 리스트 */
	.tbl-stat {
	    clear: both;
	    width: 100%;
	    border-top: #000 2px solid;
	    border-collapse: collapse;
	    border-spacing: 0px;
	    table-layout: fixed;
	    font-size: 16px
	}

	/* .tbl-stat caption { font-size:1px; line-height:1px; text-indent:-1000em; visibility:hidden; width:1px; height:1px; overflow:hidden;} */
	.tbl-stat thead th,
	.tbl-stat tbody th {
	    padding: 20px;
	    border: solid #e0e0e0;
	    border-width: 0 1px 1px 1px;
	    background: #f6f6f6;
	    color: #333;
	    word-wrap: break-word;
	}

	.tbl-stat tbody th {
	    background: #fcfcfc
	}

	.tbl-stat thead th:first-child,
	.tbl-stat tbody th:first-child,
	.tbl-stat tbody td:first-child,
	.tbl-stat tfoot td:first-child {
	    border-left: 0px;
	}

	.tbl-stat thead th:last-child,
	.tbl-stat tbody th:last-child,
	.tbl-stat tbody td:last-child,
	.tbl-stat tfoot td:last-child {
	    border-right: 0
	}

	.tbl-stat tbody td {
	    padding: 20px;
	    text-align: left;
	    border: 1px solid #e0e0e0;
	    border-width: 1px;
	    word-break: break-all;
	    line-height: 1.6
	}

	.tbl-stat .left,
	.tbl-stat .l {
	    padding-left: 20px
	}

	/*여백 재설정이 필요할 경우*/
	.tbl-stat tfoot th {
	    background: #f6f6f6;
	    border: solid #e0e0e0;
	    border-width: 0 0 1px 0px;
	    text-align: center;
	    padding: 10px 0;
	    color: #e6360d;
	}

	.tbl-stat tfoot td {
	    background: #f6f6f6;
	    border: solid #e0e0e0;
	    border-width: 0 0 1px 1px;
	    text-align: center;
	    padding: 10px 0;
	    color: #333;
	    font-weight: bold;
	}

	.tbl-stat tbody td h2 {
	    font-size: 18px;
	    font-weight: bold
	}

	/* th 정렬 */
	.tbl-stat thead th.sort a {
	    display: inline-block;
	    padding-right: 15px;
	    margin: 0px 3px;
	    font-weight: bold;
	}

	.tbl-stat thead th.sort a:hover,
	.tbl-stat thead th a:focus,
	.tbl-stat thead th.sort a:active {
	    text-decoration: underline;
	    color: #e6360d;
	}

	.tbl-stat thead th.sort_up a {
	    color: #e6360d;
	    padding-right: 15px;
	    margin: 0px 3px
	}

	.tbl-stat thead th.sort_up a:hover,
	.tbl-stat thead th.sort_up a:focus,
	.tbl-stat thead th.sort_up a:active {
	    text-decoration: underline;
	}

	.tbl-stat thead th.sort_dw a {
	    color: #e6360d;
	    padding-right: 15px;
	    margin: 0px 3px
	}

	.tbl-stat thead th.sort_dw a:hover,
	.tbl-stat thead th.sort_dw a:focus,
	.tbl-stat thead th.sort_dw a:active {
	    text-decoration: underline;
	}

	.tbl-stat td.sort {
	    color: #e6360d;
	    font-weight: bold;
	}

	/* 포인트 색 */
	.tbl-stat .point {
	    background: #f8f5f3;
	}


	@media screen and (max-width: 600px) {
	    .tbl-stat tbody td {
	        padding: 10px
	    }

	}


	.li_c {
	    width: 25%;
	    float: left;
	    padding: 20px;
        height: 150px;
        display: inline-block;        
	    text-align: center;
	    border-right: #D9D9D9 1px solid;
	    line-height: 15px;


	}


	.li_c:last-child {
	    border-right: none;
	}



	.icon {
	    color: #818181;

	}

	.icon:hover {
	    transform: rotateY(180deg);
	    transition: transform 500ms;

	}

@media screen and (max-width:960px) {
    .li_c {
         width: 50%;
         display: inline-block;
       
         
    }
    
    .li_c:nth-child(1){border-right: #D9D9D9 1px solid; border-bottom: #D9D9D9 1px solid  }
   .li_c:nth-child(2){border-right:none; border-bottom: #D9D9D9 1px solid }
    
   .li_c:nth-child(3){border-right: #D9D9D9 1px solid; }
    

        
    
    
    
    
    
}






	.tt_sty {
	    height: 80px;
	    border: #4F9CDB 3px solid;
	    border-radius: 15px;
	    text-align: center;
	    font-size: 14px;
	    line-height: 30px;
	}

	.tta_sty {
	    height: 80px;
	    text-align: center
	}

	.t_proc {
	    display: inline-block;
	    width: 14%;
	    border: none;
	}

	.t_proc_a {
	    display: inline-block;
	    border: none;
	    width: 2%
	}

	@media screen and (max-width:960px) {
	    .t_proc {
	        width: 49%;
            margin: 0 auto;
	    }

	    .t_proc_a {
	        display: none
	    }

	}

	.title_text {


	    width: 100%;
	    text-align: center;
	    display: block;
	    line-height: 1.8;
	    color: #1a1a1a;
	    font-size: 22px;
	    letter-spacing: 0;
	    font-weight: bold;
	    padding-top: 50px;
    

	}




	.h30 {
	    height: 30px;
	    width: 100%;

	}



	.farm-A-title {
	    margin: 0 0 10px;
	    padding: 0;
	    font-size: 17px;
	    font-weight: 600;
	    color: #464646;
	}

	.farm-A-title + .farm-A-form {
	    margin-top: 15px;
	}

	.farm-A-form + .farm-A-title {
	    margin-top: 30px;
	}

	.farm-A-mgt {
	    margin-top: 40px;
	}

	.farm-A-form {
	    width: 100%;
	    border-top: 1px solid #ececec;
	    border-bottom: 1px solid #ececec;
	    border-collapse: separate;
	    border-spacing: 0;
	    table-layout: fixed;
	}

	.farm-A-form caption {
	    width: 0;
	    height: 0;
	    overflow: hidden;
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
	}

	.farm-A-form > colgroup {
	    display: none;
	}

	.farm-A-form > thead > tr > th {
	    height: 45px;
	    border-bottom: 2px solid #ececec;

	    font-size: 18px;
	    color: #000000;
	    vertical-align: middle;
	    word-break: break-all;
	}

	.farm-A-form > tbody > tr > th {
	    display: block;
	    padding: 10px 15px;
	    border-top: 1px solid #ececec;

	    font-size: 18px;
	    color: #000000;
	    text-align: left;
	    line-height: 20px;
	    word-break: break-all;
	}

	.farm-A-form > tbody > tr:first-child > th,
	.farm-A-form > tbody > tr:first-child > td {
	    /*border-top: none; */
	}

	.farm-A-form > tbody > tr > th i {
	    font-style: normal;
	    color: #ff003e;
	}

	.farm-A-form > tbody > tr > td {
	    display: block;
	    padding: 10px 15px;
	    border-top: 1px solid #ececec;
	    font-size: 17px;
	    color: #6f6f6f;
	    line-height: 28px;

	    word-break: break-all;
	}

	.farm-A-form > tbody > tr > td p {
	    margin: 0;
	    padding: 0;
	}

	.farm-A-form > tbody > tr > td ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}

	.farm-A-form > tbody > tr > td select {
	    min-width: 80px;

	    margin: 0 2px;


	    padding: 10px;
	    background: rgb(242, 245, 250);
	    color: rgb(34, 34, 34);
	    border-radius: 10px;
	    margin-top: 5px;
	    border: none
	}

	.farm-A-form > tbody > tr > td textarea {
	    padding: 5px;
	    /* border: 1px solid #dddddd; */
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.farm-A-form > tbody > tr > td > a {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    display: inline-block;
	    height: 30px;
	    margin: 0 0 0 4px;
	    padding: 0 10px;
	    border: 1px solid #d1d1d1;
	    background: #f6f6f6;
	    font-family: Nanum Gothic, 'NanumGothic', 'Malgun Gothic';
	    font-size: 12px;
	    color: #000000;
	    text-align: center;
	    text-decoration: none;
	    line-height: 30px;
	}

	.farm-A-form > tbody > tr > td * {
	    vertical-align: middle;
	}

	.farm-A-form input[type=text],
	.farm-A-form input[type=password],
	.farm-A-form input[type=number] {
	    padding: 10px;
	    background: rgb(242, 245, 250);
	    color: rgb(34, 34, 34);
	    border-radius: 10px;
	    margin-top: 5px;
	    border: none
	}

	.farm-A-form > tbody > tr > td input[id*=zipcode],
	.farm-A-form > tbody > tr > td a[id*=zipcode],
	.farm-A-form > tbody > tr > td button[id*=zipcode] {
	    margin-bottom: 5px;
	}

	.farm-A-form textarea {
	    width: 100%;
	    height: 200px;
	    vertical-align: top;

	    padding: 10px;
	    background: rgb(242, 245, 250);
	    color: rgb(34, 34, 34);
	    border-radius: 10px;
	    margin-top: 5px;
	    border: none;


	}

	.farm-A-form i.farm-A-info {
	    display: inline-block;
	    margin: 0;
	    padding: 0;
	    font-size: 12px;
	    font-style: normal;
	}

	.farm-A-form #total_price_str {
	    vertical-align: top;
	}

	.farm-A-agree-wrap > div {
	    margin: 30px 0;
	}

	.farm-A-agree-wrap > div.farm-A-agree {
	    margin-top: 0;
	}

	.farm-A-agree-wrap .farm-A-agree-box {
	    display: block;
	    overflow: auto;
	    height: 100px;
	    margin-top: 15px;
	    padding: 10px;
	    border: 1px solid #ccc;
	    border-radius: 3px;
	    -webkit-overflow-scrolling: touch;
	}

	.farm-A-agree-wrap .farm-A-agree-box h5 {
	    margin: 40px 0 0;
	    padding: 0;
	    font-size: 15px;
	    font-weight: 600;
	    color: #000000;
	}

	.farm-A-agree-wrap .farm-A-agree-box h5:first-child {
	    margin-top: 0;
	}

	.farm-A-agree-wrap .farm-A-agree-box p,
	.farm-A-agree-wrap .farm-A-agree-box ul,
	.farm-A-agree-wrap .farm-A-agree-box ol {
	    margin: 15px 0 0;
	    padding: 0;
	    font-size: 13px;
	    list-style-type: none;
	}

	.farm-A-agree-wrap .farm-A-agree-box li {
	    margin-top: 10px;
	    padding-left: 10px;
	}

	.farm-A-agree-wrap .farm-A-agree-box p {
	    padding-left: 10px;
	}

	.farm-A-agree-wrap .agree-check-box {
	    margin: 15px 0;
	}

	.farm-A-agree-wrap .agree-check-box:after {
	    content: '';
	    display: block;
	    clear: both;
	}

	.farm-A-agree-wrap .agree-check-box input {
	    float: left;
	    margin-top: 1px;
	}

	.farm-A-agree-wrap .agree-check-box label {
	    float: left;
	    margin-right: 10px;
	    margin-left: 4px;
	    font-size: 13px;
	    color: #333;
	}

	.farm-A-payment-type {
	    margin: 20px 0;
	}

	.farm-A-payment-type input {
	    margin-left: 15px;
	}

	.farm-A-payment-type:first-child {
	    margin-left: 0;
	}

	.farm-A-payment-type label {
	    font-size: 13px;
	}

	.farm-A-payment-type font {
	    position: relative;
	    top: -2px;
	    margin-left: 6px;
	}

	.farm-A-payment-type * {
	    vertical-align: middle;
	}

	.farm-A-payment-type br {
	    display: none;
	}

	.farm-A-btn-wrap {
	    margin: 30px 0 0;
	    padding: 0;
	    text-align: center;
	}

	.farm-A-btn-wrap a {
	    margin: 2px 0;
	}

	.farm-A-btn-wrap * {
	    vertical-align: top;
	}

	.farm-A-btn-circle {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    display: inline-block;
	    width: 40px;
	    height: 40px;
	    margin: 0;
	    padding: 0;
	    border-radius: 50%;
	    border: 1px solid #a3a3a3;
	    background: #a3a3a3;
	    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4);
	    font-family: Nanum Gothic, 'NanumGothic', 'Malgun Gothic';
	    font-size: 13px;
	    font-weight: bold;
	    color: #ffffff !important;
	    line-height: 1.3;
	    text-align: center;
	    text-decoration: none;
	    cursor: pointer;
	}

	.farm-A-btn-circle.farm-A-small {
	    font-size: 12px;
	    line-height: 40px;
	}

	.farm-A-btn-circle.farm-A-medium {
	    width: 70px;
	    height: 70px;
	    line-height: 70px;
	}

	.farm-A-btn-circle.farm-A-big {
	    display: block;
	    width: 100%;
	    height: 60px;
	    padding: 12px 0;
	    border-radius: 0;
	}

	.farm-A-btn-circle.farm-A-highlight {
	    border: 1px solid #3d3d3d;
	    background: #3d3d3d;
	}

	/* 강조 버튼 색상 */
	.farm-A-btn-circle.farm-A-highlight:hover {
	    border: 1px solid #3d3d3d;
	    background: #ffffff;
	    color: #3d3d3d !important;
	}

	/* 강조 버튼 마우스 오버 색상 */
	.farm-A-btn-circle .farm-A-big-txt {
	    display: block;
	    font-size: 14px;
	}

	.farm-A-btn-circle .farm-A-small-txt {
	    display: block;
	    font-size: 12px;
	}

	.farm-A-btn-circle:hover {
	    border: 1px solid #a3a3a3;
	    background: #ffffff;
	    color: #a3a3a3 !important;
	}

	.cal {
	    margin: 0 !important;
	}

	.fa-calendar {
	    color: #323232;
	    padding: 0 2px;
	}

	@media (min-width:768px) {
	    .farm-A-form > colgroup {
	        display: table-column-group;
	    }

	    .farm-A-form > thead > tr > th {
	        height: 45px;
	        font-size: 13px;
	        border-bottom: 2px solid #ececec;
	        background: #f8f8f8;
	    }

	    .farm-A-form > tbody > tr > th {
	        display: table-cell;
	        height: 30px;
	        padding: 13px 0;
	        font-size: 15px;
	        text-align: center;
	        border-top: 1px solid #ececec;
	        background: #f8f8f8;
	        color: #323232
	    }

	    .farm-A-form > tbody > tr > td {
	        display: table-cell;
	        height: 30px;
	        padding: 10px 20px;
	        font-size: 15px;
	        border-top: 1px solid #ececec;
	    }

	    .farm-A-form > tbody > tr:first-child > th,
	    .farm-A-form > tbody > tr:first-child > td {
	        /* border-top: none; */
	    }

	    .farm-A-form input[type=text],
	    .farm-A-form input[type=password],
	    .farm-A-form input[type=number] {
	        width: auto;
	    }

	    .farm-A-form i.farm-A-info {
	        margin: 0 0 0 10px;
	    }

	    .farm-A-agree-wrap > div {
	        margin: 50px 0;
	    }

	    .farm-A-agree-wrap .farm-A-agree-box {
	        height: 250px;
	        padding: 20px;
	    }

	    .farm-A-btn-wrap a {
	        margin-left: 6px;
	    }

	    .farm-A-btn-wrap a:first-child {
	        margin-left: 0;
	    }

	    .farm-A-btn-circle.farm-A-big {
	        display: inline-block;
	        width: 110px;
	        height: 110px;
	        padding: 40px 0;
	        border-radius: 50%;
	    }
	}

	@media (min-width:1024px) {}

	@media \0screen {
	    .farm-A-form > colgroup {
	        display: table-column-group;
	    }

	    .farm-A-form > thead > tr > th {
	        height: 45px;
	        font-size: 13px;
	        border-bottom: 2px solid #ececec;
	        background: #f8f8f8;
	    }

	    .farm-A-form > tbody > tr > th {
	        display: table-cell;
	        height: 25px;
	        padding: 10px 0;
	        font-size: 13px;
	        text-align: center;
	        border-top: 1px solid #ececec;
	        background: #f8f8f8;
	    }

	    .farm-A-form > tbody > tr > td {
	        display: table-cell;
	        height: 25px;
	        padding: 10px;
	        font-size: 13px;
	        border-top: 1px solid #ececec;
	    }

	    .farm-A-form > tbody > tr:first-child > th,
	    .farm-A-form > tbody > tr:first-child > td {
	        /* border-top: none; */
	    }

	    .farm-A-form input[type=text],
	    .farm-A-form input[type=password],
	    .farm-A-form input[type=number] {
	        width: auto;
	    }

	    .farm-A-agree-wrap > div {
	        margin: 50px 0;
	    }

	    .farm-A-agree-wrap .farm-A-agree-box {
	        height: 250px;
	        padding: 20px;
	    }

	    .farm-A-btn-wrap a {
	        margin-left: 6px;
	    }

	    .farm-A-btn-wrap a:first-child {
	        margin-left: 0;
	    }

	    .farm-A-btn-circle.farm-A-big {
	        display: inline-block;
	        width: 110px;
	        height: 110px;
	        padding: 40px 0;
	        border-radius: 50%;
	    }
	}


	.s_comm {
	    width: 100%;
	    text-align: center;
	    padding: 20px 0px;
        display: inline-block;
	}

.sbtn {
    width: 200px; background-color: #3585cb;
    border-radius: 5px; font-size: 16px; padding: 10px; text-align: center; color: aliceblue
}





.phot {
    width: 48%; display:inline-block; height: auto; padding:30px; vertical-align: top; text-align: center; font-size: 16px; font-weight: 400;
}

.phot img{width: 100%;border-radius: 10px;}

@media screen and (max-width:960px) {
  .phot {
    width: 100%;
  
    
}
    
}

.p_comm {
  width: 100%;
	    text-align: center;
	    padding: 20px 0px;
        display: inline-block;
}

.p_tit {
margin-top: 20px;
}

    
.t_view {width: 100%; border-radius: 10px;}
.map_area_r {
    width: 60%; display: inline-block;  padding: 15px;
}
.map_area_l {
    width: 38%; display: inline-block; padding: 15px; vertical-align: top
}


@media screen and (max-width:960px) {
    .map_area_r {width: 100%;}   
    .map_area_l {width: 100%;}   
    
}



