@charset "UTF-8";
.banner_top {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner_top .container {
    height: 100%;
    position: relative;
}
.banner_top .txt_wrap {
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 40px;
    min-width: 450px;
    min-height: 200px;
    color: #fff;
}
.banner_top .txt_wrap h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 15px;
}
.banner_top .txt_wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.banner_top .txt_wrap p br {display: none;}

.paginationjs-pages ul{
    display:flex;
    justify-content: center;
    align-items: center;
}

.paginationjs-pages ul li a{
    padding:20px 15px;
}
.paginationjs-pages ul li.active a{
    color:#1565c0;
    font-weight:bold;
}

@media all and (max-width: 767px) {
    #southeast_wrap .banner_top {height: 250px;}
    .banner_top .txt_wrap {
        left: 50%;
        transform: translate(-50%,50%);
        bottom: 50%;
        padding: 20px;
        min-width: auto;
        min-height: auto;
        width: calc(100% - 30px);
        text-align: center;
    }
    .banner_top .txt_wrap h2 {font-size: 24px;}
    .banner_top .txt_wrap p br {display: block;}
}

.sub_nav {
    background: #f5f5f5;
    height: 80px;
    line-height: 80px;
}
.sub_nav .depth1 {font-size: 0;}
.sub_nav .depth1 > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 118px)/2);
    margin-right: 50px;
    position: relative;
}
.sub_nav .depth1 > li:last-child {margin-right: 0;}
.sub_nav .depth1 > li.home {width: 18px;}
.sub_nav .depth1 > li.home a {
    border: none;
    padding: 0;
    line-height: 70px;
}
.sub_nav .depth1 > li::after {
    content: "/";
    color: #ccc;
    font-size: 16px;
    display: block;
    position: absolute;
    right: -27px;
    top: 0;
}
.sub_nav .depth1 > li:last-child::after {content: none;}
.sub_nav .depth1 > li > a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    padding-top: 25px;
    position: relative;
}
.sub_nav .depth1 > li > a::after {
    content: "";
    background: url("../img/arrow_bottom.svg") no-repeat;
    width: 13px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.sub_nav .depth1 > li.home > a::after {content: none;}

.sub_nav .depth2 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 10px 30px;
    line-height: 1.2;
    margin-top: 10px;
    z-index: 1;
    position: relative;
    display: none;
}
.sub_nav .depth2 li {margin: 15px 0;}
.sub_nav .depth2 li a {
    font-size: 16px;
    transition: all 0.3s;
}
.sub_nav .depth2 li a:hover {
    color: #d13b40;
    font-weight: bold;
}
@media all and (max-width: 767px) {
    .sub_nav {
        height: 60px;
        line-height: 60px;
    }
    .sub_nav .depth1 > li {
        display: inline-block;
        width: calc((100% - 30px)/2);
        margin-right: 30px;
    }
    .sub_nav .depth1 > li::after {
        font-size: 14px;
        right: -18px;
    }
    .sub_nav .depth1 > li.home {display: none;}
    .sub_nav .depth1 > li > a {
        padding-top: 18px;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .sub_nav .depth1 > li > a::after {bottom: 13px;}
    .sub_nav .depth2 {padding: 5px 20px;}
    .sub_nav .depth2 li a {font-size: 14px;}
}

.sub_title {
    margin-bottom: 80px;
    text-align: center;
}
.sub_title p {
    font-size: 24px;
    font-weight: 300;
}
.sub_title h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 15px 0 0;
}
.container h4{
    /* height: 50px;
    background-color: #DC143C;
    font-size: 18px;
    line-height: 50px;
    padding-left: 40px;
    color: #fff; */
}
.address{
    height: 50px;
    background-color: #DC143C;
    font-size: 18px;
    line-height: 50px;
    padding-left: 40px;
    color: #fff;
}

@media all and (max-width: 767px) {
    .sub_title {margin-bottom: 30px;}
    .sub_title p {font-size: 16px;}
    .sub_title h3 {
        font-size: 24px;
        margin-top: 10px;
    }
}

.sub_category {
    text-align: center;
    /*font-size: 0;*/
    margin-bottom: 60px;
}
.sub_category li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sub_category li span {
    font-size: 16px;
    color: #888;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 12px 45px;
    border-radius: 50px;
    display: block;
    font-size:28px;
}

.sub_category li span:hover {color: #d13b40;}

.sub_category li.active span {
    font-weight: bold;
    color: #fff;
    background: #d13b40;
}

.content > .container #east,
.content > .container #west,
.content > .container #halfDay,
.content > .container #oneDay,
.content > .container #wedding{
    display:none;
}
.content > .container #east.active,
.content > .container #west.active,
.content > .container #halfDay.active,
.content > .container #oneDay.active,
.content > .container #wedding.active{
    display:block;
    text-align: center;
}

@media all and (max-width: 767px) {
    .sub_category {margin-bottom: 15px;}
    .sub_category li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .sub_category li span {
        font-size: 14px;
        padding: 5px 15px;
    }
}
.selectOption{
    display:flex;
    justify-content: center;
    height:50px;
    line-height: 50px;
    font-size:18px;
}
.tourType{
    text-align: center;
    padding:12px 0px;
}
/* tourlist info modal*/

tourist_modal_container{
    display:none
}

.tourist_modal_container.active{
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color:#3333;
    z-index:8888;
}
.tourist_modal_container.active .detailInfo{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    z-index:99999;
}

.tourist_modal_container.active .detailInfo .infoImg{
    padding:20px 0px;
}
.tourist_modal_container.active .detailInfo .tourInfo li{
    width:100%;
}
.tourist_modal_container.active .detailInfo .tourInfo li .info{
    letter-spacing: 0.8px;
    padding:8px 12px;
}
.tourInfo{
    padding:8px 12px;
}
.tourInfo .infoTitle{
    padding:50px;
    font-size:30px;
    text-align: center;
}

.tourInfo .infoOverview{
    line-height:20px;
}
.tourInfo .infoTel{
    text-align: center;
    padding-top:15px;
}

.tourInfo .infoAddr{
    padding:8px 0px;
    text-align: center;
}

.selectOption button{
    border:none;
    background-color:transparent;
    cursor:pointer;
    padding:0px 30px;
    font-size:20px;
    font-weight:300;
}
.selectOption button:hover{
    color:#1565c0;
    font-size:22px;
    transition:all ease-in-out .35s;
}
.categories{
    border:none;
}
.search_wrap {
    border: 1px solid #ddd;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background: #fff;
    padding: 0 30px;
    position: relative;
}
.search_wrap #product_search {
    width: 100%;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    font-family: "Noto Sans KR";
    letter-spacing: 0;
    padding-right: 50px;
}
.search_wrap .btn_search {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}
@media all and (max-width: 767px) {
    .search_wrap {
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
    }
    .search_wrap #product_search {
        font-size: 14px;
        padding-right: 30px;
    }
    .search_wrap .btn_search {right: 10px;}
}

.product_list {
    overflow: hidden;
    margin-top: 50px;
}
.product_list li {
    float: left;
    height:360px;
    width: calc((100% - 90px)/4);
    margin-right: 25px;
    margin-bottom: 60px;
}
.product_list li:nth-child(4n) {margin-right: 0;}
.product_list li a .thumb_img {
    width: 100%;
    height: 277px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.product_list li a .thumb_img .tag {
    font-size: 12px;
    font-weight: 500;
    background: #d13b40;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.product_list .list_info {margin-top: 30px;}
.product_list .list_info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}



.product_list .list_info p {
    font-size: 13px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.product_list .list_info .list_price_wrap {
    overflow: hidden;
    margin-top: 25px;
}
.product_list .list_info .list_price_wrap span {
    float: left;
    font-size: 14px;
}
.product_list .list_info .list_price_wrap span em {
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
}
.product_list .list_info .list_price_wrap .dc {
    float: right;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    color: #d13b40;
}
@media all and (max-width: 1023px) {
    .product_list li {width: calc((100% - 60px)/3);}
    .product_list li:nth-child(4n) {margin-right: 30px;}
    .product_list li:nth-child(3n) {margin-right: 0;}
}
@media all and (max-width: 767px) {
    .product_list {margin-top: 20px;}
    .product_list li {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        margin-bottom: 30px;
    }
    .product_list li:nth-child(3n) {margin-right: 15px;}
    .product_list li:nth-child(2n) {margin-right: 0;}
    .product_list li a .thumb_img {height: 150px;}
    .product_list .list_info {margin-top: 15px;}
    .product_list .list_info h4 {font-size: 15px;}
    .product_list .list_info .list_price_wrap {margin-top: 20px;}
    .product_list .list_info .list_price_wrap span em, .product_list .list_info .list_price_wrap .dc {font-size: 16px;}
}

.list_pagination {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
}
.list_pagination li {display: inline-block;}
.list_pagination li a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #888;
}
.list_pagination li.active a {color: #d13b40;}
.list_pagination li.prev {margin-right: 20px;}
.list_pagination li.next {margin-left: 20px;}

@media all and (max-width: 767px) {
    .list_pagination {margin-top: 30px;}
    .list_pagination li a {
        padding: 0 5px;
        font-size: 14px;
    }
    .list_pagination li.prev {margin-right: 10px;}
    .list_pagination li.next {margin-left: 10px;}
    .list_pagination li a img {height: 10px;}
}

.detail_top {overflow: hidden;}
.detail_top .thumb_wrap {
    float: left;
    width: 50%;
    border-radius: 20px;
}
.detail_top .thumb_wrap .thumb_img li {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.detail_top .thumb_wrap .thumb_pagination {
    margin-top: 10px;
    font-size: 0;
}
.detail_top .thumb_wrap .thumb_pagination .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    text-align: center;
    width: 100% !important;
}
.detail_top .thumb_wrap .thumb_pagination li {
    width: 60px !important;
    height: 60px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 5px 10px;
    display: inline-block;
    cursor: pointer;
    float: none;
}
.detail_top .thumb_wrap .thumb_img .slick-arrow {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
.detail_top .thumb_wrap .thumb_img .slick-arrow:before {
    content: "";
    width: 22px;
    height: 48px;
    display: block;
    opacity: 1;
}
.detail_top .thumb_wrap .thumb_img .slick-prev {left: 20px;}
.detail_top .thumb_wrap .thumb_img .slick-prev:before {background: url("../img/arrow_left.svg") no-repeat;}
.detail_top .thumb_wrap .thumb_img .slick-next {right: 20px;}
.detail_top .thumb_wrap .thumb_img .slick-next:before {background: url("../img/arrow_right.svg") no-repeat;}

.detail_top .product_info {
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-left: 60px;
}
.detail_top .product_info2 {
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-left: 0px;
}
.detail_top .product_info .category {
    font-size: 16px;
    font-weight: 500;
    color: #d13b40;
    margin-bottom: 20px;
}
.detail_top .product_info h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 30px;
}
.detail_top .product_info .info_date {
    width: 100%;
    font-size: 16px;
}

.detail_top .product_info .info_date th {
    width: 100px;
    text-align: left;
    padding-bottom: 10px;
    vertical-align: top;
}

.detail_top .product_info .info_date td {
    padding-bottom: 10px;
    vertical-align: top;
}

.detail_top .product_info .info_detail {
    margin: 50px 0 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.detail_top .product_info .info_detail h1 {
    font-size: 150%;
    line-height: 150%;
}

.detail_top .product_info .info_detail h2 {
    padding-top: 20px;
    font-size: 90%;
    line-height: 150%;
    font-weight: normal;
    color:rgb(85, 85, 85)
}

.detail_top .product_info .note {
    margin: 15px 0 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.detail_top .product_info .info_option > div {
    font-size: 0;
    margin-bottom: 15px;
}

.detail_top .product_info .info_option > div b {
    font-size: 14px;
    background: #d13b40;
    width: 120px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.detail_top .product_info .info_option > div p {
    font-size: 14px;
    width: calc(100% - 135px);
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 15px;
}

.detail_top .product_info .info_price {
    background: #f5f5f5;
    border-radius: 20px 0 0 0;
    padding: 30px;
    margin-top: 40px;
}

.detail_top .product_info .info_price h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.detail_top .product_info .info_price .price {text-align: right;}
.detail_top .product_info .info_price .price span {font-size: 16px;}
.detail_top .product_info .info_price .price span em {
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
}
.detail_top .product_info .info_price .price .dc {
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    color: #d13b40;
    margin-right: 10px;
}
.detail_top .product_info .info_price .price strike {
    font-family: "Roboto";
    font-size: 16px;
    color: #888;
    margin-right: 10px;
}
.detail_top .product_info .btn_purchase {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #d13b40;
}
.detail_top .product_info .btn_purchase img {
    display: inline-block;
    vertical-align: middle;
}
.detail_top .product_info .btn_purchase em {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
    font-style: normal;
    color: #fff;
    margin-top: -4px;
}
.detail_bottom {
    margin-top: 100px;
    padding-top: 80px;
    border-top: 1px solid #ddd;
}
.destination_detail_bottom {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.food_bottom {
    margin-top: 0px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}
.food_bottom .fd_header {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 150%;
    font-weight: bold;
}

.text_header1,.text_header2{
    font-size:25px;
    font-weight:bold;
}
.text_header2{
    padding-top:50px;
}
.food_bottom .fd_header_detail {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
}
.food_bottom .fd_header_detail2 {
    padding-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
}
.food_bottom .fd_header_img {
    text-align: center;
}
.food_bottom .fd_detail_header {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.food_bottom .fd_detail_contents {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 100%;
    font-weight: normal;
    line-height: 150%;
}
.food_bottom .fd_detail_contents2 {
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 150%;
}
.recommed_bottom {
    margin-top: 0px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}
.btn_bottom {
    font-size: 0;
    text-align: center;
    margin-top: 80px;
}
.btn_bottom .btn_purchase {
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #d13b40;
    margin-right: 10px;
}
.btn_bottom .btn_purchase img {
    display: inline-block;
    vertical-align: middle;
}
.btn_bottom .btn_purchase em {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    margin-left: 8px;
    font-style: normal;
    color: #fff;
    margin-top: -4px;
}
.btn_bottom .btn_list {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #eee;
    font-size: 16px;
    font-weight: 500;
    color: #888;
}

.items > .youtube_links{
    margin-top:50px;
}

@media all and (max-width: 991px) {
    .detail_top .thumb_wrap {
        float: none;
        width: 100%;
    }
    .detail_top .product_info {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
@media all and (max-width: 767px) {
    .detail_top .product_info {padding-top: 30px;}
    .detail_top .thumb_wrap .thumb_img li {height: 300px;}
    .detail_top .thumb_wrap .thumb_pagination li {
        width: 30px !important;
        height: 30px !important;
        margin: 0 3px 6px;
    }
    .detail_top .product_info .category {margin-bottom: 10px;}
    .detail_top .product_info h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .detail_top .product_info .info_date {font-size: 14px;}
    .detail_top .product_info .info_date th,
    .detail_top .product_info .info_date td {padding-bottom: 5px;}
    .detail_top .product_info .info_date th {width: 80px;}
    .detail_top .product_info .note {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .detail_top .product_info .info_price {
        padding: 20px;
        margin-top: 30px;
    }
    .detail_top .product_info .info_price h4,
    .detail_top .product_info .info_price .price span {font-size: 14px;}
    .detail_top .product_info .info_price .price .dc {
        font-size: 18px;
        margin-right: 5px;
    }
    .detail_top .product_info .info_price .price strike {
        font-size: 14px;
        margin-right: 5px;
    }
    .detail_top .product_info .info_price .price span em {font-size: 21px;}
    .detail_top .product_info .btn_purchase {
        height: 50px;
        line-height: 50px;
    }
    .detail_bottom {
        margin-top: 30px;
        padding-top: 30px;
    }
    .food_bottom {
        margin-top: 0px;
        padding-top: 0px;
    }
    .btn_bottom {margin-top: 30px;}
    .btn_bottom .btn_purchase {
        min-width: auto;
        height: 50px;
        line-height: 50px;
        margin: 0 0 15px;
    }
    .btn_bottom .btn_list {
        max-width: 120px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .items > iframe{
        height:280px;

    }
}
.detail_wrap .detail_bottom {padding-top: 70px;}
.detail_wrap .detail_bottom .map_wrap {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}
.banner_top {background-image: url("../img/sub_title_01.jpg")}
.banner_top2 {background-image: url("../img/sub_title_02.jpg")}
.banner_top3 {background-image: url("../img/sub_title_03.jpg")}
.banner_top4 {background-image: url("../img/sub_title_04.jpg")}
.banner_top5 {background-image: url("../img/sub_title_05.jpg")}
.banner_top6 {background-image: url("../img/sub_title_06.jpg")}
.banner_top7 {background-image: url("../img/sub_title_07.jpg")}
.banner_top8 {background-image: url("../img/sub_title_08.jpg")}
.banner_top9 {background-image: url("../img/sub_title_09.jpg")}
.banner_top10 {background-image: url("../img/sub_title_10.jpg")}
.banner_top11 {background-image: url("../img/sub_title_11.jpg")}
.banner_top12 {background-image: url("../img/sub_title_12.jpg")}
.banner_top .txt_wrap {background: #DC143C;}

/* 추천검색 */
fieldset{
    border: none;
    margin-top: 50px;
}
fieldset h3{
    height: 50px;
    width: 30%;
    margin: 50px auto;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background-color: #DC143C;
    line-height: 50px;
}
fieldset table{
    width: 1200px;
    background-color: #f9f9f9;
}
fieldset table tr{
    line-height: 70px;
}
fieldset table tr:nth-child(2n-1){
}
/* table #signup{
    width: 100%;
    height: 50px;
    font-family: 'Jal_Haru';
    font-size: 16px;
    color: #fff;
    background-color: #79af1e;
    border-radius: 10px;
    border: none;
} */

fieldset table tr td:first-child{
    width: 20%;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
fieldset table tr td:last-child{
    width: 80%;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
}
fieldset table tr:last-child td:first-child{
    border-bottom: none;
}
fieldset table tr:last-child td:last-child{
    border-bottom: none;
}

.golf_item{
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap:wrap;
}
.golf_item li{
    width:25%;
    padding:10px 8px;
}

@media all and (max-width: 1023px) {
    fieldset table{
        width: 100%
    }
    
}
@media all and (max-width: 1200px) {
    fieldset table{
        width: 100%
    }
}
@media all and (max-width: 767px){
    fieldset h3{
        width: 100%;
    }
    fieldset table{
        width: 100%;
    }
    fieldset table tr td:last-child{
        padding: 0 20px;
    }
    fieldset table tr{
        line-height: 40px;
    }
    fieldset table tr td:last-child{
        font-size: 14px;
    }
}
@media all and (max-width:500px){
    .golf_item li{
        width:50%;
    }
}

@media all and (max-width:280px){
    .golf_item li{
        width:100%;
    }
}
