img {
    border-radius: 5px 5px;
}

.logo img {width:120px;}

#header {
    position: relative;
    padding-top: 77px;
}

#header .topA {
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    top: 0;
}

#header .moHeader {
    display: none !important;
}

#main {
    /* margin-top: 75px; */
}

.csPhoneTop {
    position: fixed;
    top: 0.3em;
    right: 8.6em;
    font-size: 0.9rem !important;
    border: 3px solid #999;
}

@media screen and (max-width: 1279px)
{
    #header .topA {
        display: block !important;
    }
}

#logout, #login {
    display:none;
    float: right;
    background-color: #b9946f;
    padding: 9px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9em;
    cursor: pointer;
}

.copyText {
    font-size: 0.8rem;
    border: 1px solid;
    border-radius: 0.3rem !important;
    line-height: 0.7rem;
    margin-top: 0.15rem;
    padding: 0.3rem;
    margin-left: 0.5rem !important;
    cursor: pointer;
}

.btnPayment {
    cursor: pointer;
}

#btnNaverPay, #btnCancelNaverPay {
    background-color:#00c73c;
    color:#fff;
    cursor: pointer;
}

.termBtn {
    color: #000;
    cursor: pointer;
}

a {
    cursor: pointer;
}

.csPhone {
    float: right;
    font-weight: bold;
    font-size: 1.5rem;
    border: 3px solid #999;
    border-radius: 0.4em;
    padding: 0.5rem;
    margin: 1rem 0;
}

@media screen and (max-width: 400px) {
    .csPhoneTop {
        right: 6.1em;
        font-size: 0.8rem !important;
        top: 0.4em;
    }    
}

@media screen and (max-width: 767px) {
    .nationalList {
        margin-top: 15px !important;
    }

    .csPhone {
        float: none;
    }  

    .csPhoneTop {
        right: 6.6em;
        font-size: 0.8rem !important;
        top: 0.3em;
    }    
}

@media screen and (max-width: 1279px) {
    .nationalList {
        margin-top: 5px !important;
    }
}

.nationalList .cityList {
    display: inline-block !important;
    padding: 10px 0;
}

.nationalList .cityList li {
    color: #222 !important;
    margin: 0.5em;
    padding: 0.5em 1em;
    width: fit-content;
    border: 1px solid #eee;
    border-radius: 50px;
    background-color: #fafafa;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .nationalList .cityList li {
        /* width: 23% !important; */
        /* height: 40px; */
        width: fit-content;
        min-width: 4.5em;
        padding: 0.5em;
    }
}

@media screen and (max-width: 1279px) {
    .nationalList .cityList li {
        width: fit-content;
    }
}

.swiper-slide, swiper-slide {
    display: inline-block !important;
}

.selectCT {
    margin-top: 50px;
}

@media screen and (max-width: 1279px) {
    .selectCT {
        margin-top: 50px;
    }
}

.selectCT .selected {
    background:#444; color:#fff;
}

.nationalList .cityList li .ctnm {
    color: #222 !important;
    line-height: 1.5em;
    cursor: pointer;
    display: contents;
}

.nationalList .cityList li .bg {
    height: 40px;
    background: #fff;
    border-radius: 50px !important;
    background: #fafafa !important;
    display: none;
}

.tabMenu {
    padding: 0 6%;
    height: 3rem;
    border-bottom: 1px solid #eee;
    margin-top: 50px;
}

.tabMenu div {
    width: calc(50% - 1px);
    /* padding: 0 5%;*/
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 3rem;
    cursor: pointer;
}

.tabMenu div a {
    display: block;
    width: 100%;
}

.tabMenu div:hover {
    font-weight:bold;
}

.tabMenu div:last-child {
    clear: right;
    border-right: none;
}

.tabMenuOn {
    border-bottom: 5px solid #9ae7be;
    line-height: calc(3rem - 5px) !important;
}

.tabMenuOn:hover {
    font-weight:normal;
}

@media screen and (max-width: 1279px)
{
    .tabMenu {
        padding: 0 6%;
    }
}

#main .visual {
    max-height: 450px;
    overflow: hidden;
}

#main .visual img{
    max-height: initial;
    margin-top: -30%;
}

#main .countryList {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 0 200px;
    margin: 0 auto;
    margin-top: 150px;
    text-align: center;
}

#main .country {
    border: solid 6px #d6d9f5;
    border-radius: 25px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    /*margin-right: 10px;
    margin-bottom: 10px;*/
    margin: 0 5px 10px 5px;
    cursor: pointer;
    color:#0089ff;
    font-weight: bold;
    text-shadow:
    -1px -1px 0 #fff,
     0   -1px 0 #fff,
     1px -1px 0 #fff,
     1px  0   0 #fff,
     1px  1px 0 #fff,
     0    1px 0 #fff,
    -1px  1px 0 #fff,
    -1px  0   0 #fff;
    display: inline-block;
}


#main .country {
    background-size: cover;
    opacity: 0.9;
}

#main .country span {
    opacity: 1;
}

@media screen and (max-width: 1279px)
{
    #main .countryList {
        padding: 0px 6%;
    }
}


@media screen and (max-width: 767px)
{
    #main .countryList {
        padding: 0px 3%;
        margin-top: 50px;    
    }

    #main .country {
        /*width:40%;*/
    }
}


#main .recommend {
    margin-top: 50px;
}

#main .tour {
    clear: left;
}

#main .tourCt .tourListA .tourList dd .textA {
    min-height: 190px;
}

#main .tourCt .tourListA .tourList dd .textA .subj {
    max-height: 72px;
    overflow: hidden;
    margin-top: 10px;
}

#main .tourCt .tourListA .tourList dd .textA .subs {
    max-height: 52px;
    overflow: hidden;

}

#main .sale .saleList dd {
    width: 50%;
}

#main .sale .thum{
    /* max-height: 122px; */
    overflow: hidden;
}

#main .sale .thum img{
    /* max-height: 122px; */
    margin-top: 0;
    /* height: calc(15vw); */
}

#sub .ttimeCt {
    min-height: 1100px;
}

#sub .ttimeCt .timeSec .secList dd .thum img {
    aspect-ratio: 3 / 2;
    border-radius: 10px;
}

#sub .ttimeCt .golfSec .secList dd .thum img {
    aspect-ratio: 3 / 2;
    border-radius: 10px;
}

#main .recommend .recomendList dd .thum img {
    height: 310px;
}

#sub .ttimeCt .timeSec .secList dd .subjLine .subj {
    max-width: 50%;
    height: 18px;
    overflow: auto;
}



@media screen and (max-width: 1279px) {
    .selectDate .selectMonthA {
        width: 35%;
    }

    .selectDate .selectMonthA .selectMonthListNew {
        width: 100px;
    }

}

#footer {
    margin-bottom: 50px;
}


.slick-track {
    /*width: auto !important;*/
}



/* ttime*/

#sub .golfTct {
    display: inline-block;
}

.noResultAtAll {
    display: block;
}

#sub .golfTct .rc .timeListA .alltime {
    display: none;
}

#sub .golfTct .rc .timeListA .timeList {
    display: none;
}

.selectDate .selectMonthA {
    width: 1100px;
    max-width: 100%;
}

#sub .ttimeCt .golfSec {
     margin-top: 15px;
}

#sub .ttimeCt .top {
    border-top: none;
}

#sub .ttimeCt .top .title {
    font-size: 1.8rem;
}

#sub .ttimeCt .top .title .subtitle {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: baseline;
    font-size: 1rem;
}

.golftimeSwiper .visualBg {
    max-height: 450px;
    /* overflow: hidden; */
}

.golftimeSwiper .visualBg img {
    max-height: initial;
    /* margin-top: -50%; */
    height: 450px;
}

@media screen and (max-width: 767px){
    #sub .subTitleA .visualBg li img {
        /* margin-top: -50%; */
    }
}
@media screen and (max-width: 1279px){
    #sub .subTitleA .visualBg li img {
        /* margin-top: -50%; */
    }
}

/* pay.html */

.slPopCt .termList dd .subs {
    overflow: scroll;
}

.slPopCt .termList dd .subs pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#sub .pay .inner .payList dd {
    display: inline-block;
}

#sub .pay .inner .payList dd div, #sub .pay .inner .payList dd ul {
    margin-bottom: 20px;
}

#sub .pay .inner .payList dd .thum {
    width: 50%;
}

#sub .pay .inner .payList dd .greyBoxList li .subj {
    width: 23%;
}

#sub .pay .inner .payList dd .greyBoxList li .subs {
    width: 75%;
}

.popup .popCont {
    width: 50%;
    min-width:300px;
}

.popup .popCont .infoA .greyBox .subs {
    font-size: 12px;
}

.noResult {
    width: 350px;
    margin: 0 auto;
    padding: 10% 0;
    text-align: center;
}

/*
.timeVisual li {
    cursor: pointer;
}
*/

/* Packages */

/*
#sub .ttimeCt .golfSec .secList dd a {
    cursor: pointer;
}
*/

#sub .ttimeCt .golfSec .secList dd a .opLine .posA .tags {
    margin: 13px 0;
}

#sub .ttimeCt .golfSec .secList dd a .opLine .posA .tags span {
    border-radius:5px;
    border : 2px solid #00ae34;
    padding : 0.1rem 0.5rem;
    margin : 0px 0.1rem;
    color : #00ae34;
    white-space: nowrap;
    line-height: 2em;
}

/* Package */

.container .visual .txA .substance {
    font-weight: bold;
    color: #dc7700;
    text-shadow: 1px 1px #ffffffa6;
}

.tourList img {
    /* height: 169px;  */
}

.tourList dd {
    cursor: pointer;
    min-height: 212px;
}

.golfInfo .thumList li img {
    border-radius: 25px;
    height: 100%;
    min-height: 200px;
}

.container .visual .bg {
    max-height: 1403px;
    overflow: hidden;
}

.container .visual .bg img {
    max-height: initial;
    margin-top: -50%;
}

.container .infoA .infoBoxList dd .detailList li .subs {
    display: block !important;
    padding: 1rem 3rem;
}

.container .infoA .infoBoxList dd:first-child .detailList li .subs div:before {
    background: #fff !important;
    display: none;
}

.container .golfInfo .golfinfoList li {
    /*width: 25%;*/
    padding-left: 1em;
    padding-right: 1em;
}
.container .golfInfo .golfinfoList li:last-child .an {
    overflow: visible;
    white-space: initial;
}

.fixedMenu div:last-child {
    background: #d30000;
    color: #fff;
}
.fixedMenu a:last-child {
    background: #eee;
    color: #222;
}
.fixedMenu a {
    width: 100%;
    text-align: center;
    padding: 18px 0px;
    font-family: 'ONE-Mobile-Bold';
    font-size: 16px;
}

.detailList li .subs div ul li {
    margin-top: 5px !important;
    list-style: disc;
}

.detailList li .subs div p {
    margin-top: 15px !important;
}
.detailList li .subs div p:first-of-type {
    margin-top: 30px !important;
}

@media screen and (max-width: 767px)
{
    .container .golfInfo .thumList li img {
        height: 150px;
    }

    .container .visual .checkPoint .tit {
        color: #fff;
        display: block;
    }

    .container .visual .checkPoint .subj {
        display: block;
    }

    .container .visual .checkPoint .subs {
        color: #fff;
        display: block;
        max-height: 6em;
        overflow: hidden;
    }
}

.counsel .inner .agreeList li span img {
    width: 16px;
    display: inline-block;
    margin-left: 5px;
}

.counselPop .slcouncelPop .counsel .inner .priceA {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.counselPop .slcouncelPop .counsel .inner .priceA .subj {
    display: inline-block;
    font-size: 18px;
}

.counselPop .slcouncelPop .counsel .inner .priceA .price {
    display: inline-block;
    margin: 0;
    text-align: Right;
    font-size: 18px;
}

@media screen and (max-width: 1279px)
{
    .counselPop .slcouncelPop .counsel .inner .priceA {
        display: inline-block;
        width: 100%;
        text-align: Right;
    }

    .counselPop .slcouncelPop .counsel .inner .priceA .subj {
        display: inline-block;
        width: auto;
        font-size: 16px;
    }

    .counselPop .slcouncelPop .counsel .inner .priceA .price {
        display: inline-block;
        width: auto;
        margin: 0;
        text-align: Right;
        margin-left: 10px;
    }
    
}

#sub .ttimeCt .golfSec .secList dd .subjLine {
    min-height: 3.5em;
}

#sub .ttimeCt .golfSec .secList dd .opLine .posA {
    display: block;
}

#sub .ttimeCt .golfSec .secList dd a .opLine .posA .tags {
    display: block;
}

.btnListA button {
    border-radius: 10px;
}

.btnReserve {
    background: #08a9ff !important;
}

/* Common */

.fixedIcons {
    position : fixed;
    bottom: 55px;
    right: 5%;
    z-index: 10;
    /* background: #ffff00a6;
    padding: 12px;
    border-radius: 5px; */
}

.kakaoChat {
    cursor: pointer;
}

@media screen and (max-width: 1279px) {
    #main .sale .saleList dd {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #main .sale .saleList dd {
        width: 100%;
    }
}

.container .visual .checkPoint .tit {
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .container .visual .txA .substance {
        margin-top: 8px;
    }
}

@media screen and (max-width: 767px) {
    .container .visual .checkPoint {
        bottom: -5px;
    }
}