.kcminput{
    width: 100% !important;
}
.c_red{color:#ff3300;  !important;}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.pcroomnees .mb-40{
    margin-bottom: 40px;
}
.kcmselect {
    width: 100%;
    border: 1px solid #E5E5EC;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 10px;
}
#sub .vs-wrap {
    position: relative;
    color: #fff;
    background: linear-gradient(-45deg,  #b541ff,#000000, #6464e5);
    background-size: 400% 400%;
    animation: AnimationName 15s ease infinite;
    width: 100%;
    height: 380px;
    overflow: hidden;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

#sub .Pimg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
}


#sub .vs-wrap .tbox{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

#sub .vs-wrap .tbox h1{
    font-size: 50px;
    margin: 20px auto;
}

#sub .vs-wrap .rotate-Pimg{
    opacity: 0.5;
}

#sub .vs-wrap .vs-point {
    position: absolute;
    bottom: 29%;
    left: 0;
}

#sub .bc-wrap{
    display: flex;
    justify-content: center;
}

#sub .bc-wrap li::after{
    display: inline-block;
    content: ">";
    color: rgba();
    font-weight: 100;
    margin: 0 10px;
}

#sub .bc-wrap li:last-child::after{
    display: none;
}

.intro .sec-1{
    position: relative;
    padding: 150px 0;
}

.intro .sec-1 .img-box{
    position: relative;
    float: left;
    width: 50%;
    z-index: 99;
}

.intro .sec-1 .img-box img{
    width: 550px;
    border-radius: 0 20px 0 0;
}

.intro .sec-1 .img-1 {
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 32%;
    z-index: 9;
}

.intro .sec-1 .img-2{
    position: absolute;
    top: 0;
    left: 0;
}

.intro .sec-1 .tbox{
    float: right;
    width: 48%;
    margin-top: 5%;
}

.intro .sec-1 .txt-2{
    font-size: 25px;
    margin-top: 10px;
}


.intro .sec-1 .txt-3{
    font-size: 35px;
    font-weight: 600;
}

.intro .sec-1 .txt{
    margin-top: 30px;
    line-height: 1.8;
}

.intro .sec-2{
    position: relative;
    background: url("../images/sub/intro-bg-2.png") no-repeat center / cover;
}

.intro .tab-con{
    position: relative;
}

.intro .tab-con .img-box img{
    position: absolute;
    z-index: 99;
}

.intro .tab-con .img-box .img-1{
    top: 10%;
    left: -10%;
}

.intro .tab-con .img-box .img-2 {
    bottom: -10%;
    right: -20%;
}

.intro .sec-2 .inner{
    width: 950px !important;
    padding: 100px 0 150px 0;
}

.intro .sec-2 .point-txt{
    left: auto;
    right: 0;
}

.intro .sec-2 .tbox{
    text-align: center;
    color: #fff;
}

.intro .sec-2 .p-tit{
    background: url(../images/common/p-tit-bg.png) no-repeat 61% top / 107px;
}

/* 탭메뉴 */
.tab-wrap {
    margin: 30px auto 0;
}
.tab-wrap .tit-list {
    position: relative;
    margin: 0 auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-wrap .tit-list:before {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.tab-wrap .tit-list > li {
    border: 1px solid rgba(255 255 255 / 10%);
    text-align: center;
    border-radius: 50px;
    width: 11%;
}
.tab-wrap .tit-list > li.active a{
    color: #fff;
    font-weight: 600;
}

.tab-wrap .tit-list > li a {
    display: inline-block;
    padding: 10px 0;
    color: rgba(255 255 255 / 50%);
    text-decoration: none;
}

.tab-wrap .tit-list > li.active{
    background: linear-gradient(to right, #6464e5, #b541ff);
    border:0;
}

.tab-wrap .tit-list > li.active a {
    position: relative;
    z-index: 2;
}
.tab-wrap .tab-con .tab-list {
    display: none;
}

.tab-wrap .tab-con .tab-list > .tbox{
    display: flex;
    background: #fff;
    padding: 30px;
    color: #111;
}

.tab-wrap .tab-con .tab-list > .tbox h2{
    position: relative;
    justify-content: flex-start;
    padding: 0 40px 0 20px;
    margin-right: 40px;
    font-size: 20px;
}

.tab-wrap .tab-con .tab-list > .tbox h2::after{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.tab-wrap .tab-con .tab-list > .tbox ul{
    justify-content: flex-start;
}

.tab-wrap .tab-con .tab-list > .tbox li{

}

/* 슬라이드 */
.intro .sec-2 .slider {
    position: relative;
    text-align: center;
    font-size: 0;
    height: auto;
}
.intro .sec-2 .slider .inner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}


.intro .sec-2 .slide_list > li img{
    width: 100%;
}
.intro .sec-2 .slider .swiper-prev,
.intro .sec-2 .slider .swiper-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background:url("../images/common/nxt.png") no-repeat center / 8px;
    background-color: #fff;
    text-indent: -999em;
    cursor: pointer;
    z-index: 999;
}

.intro .sec-2 .slider .swiper-prev{
    left: 30px;
}

.intro .sec-2 .slider .swiper-next{
    right: 30px;
}

.intro .sec-2 .slider .swiper-prev {
    transform: rotateY(180deg);
}

.intro .sec-2 .slider > .inner{
    padding: 0;
}

.guide .inner{
    padding: 100px 0;
}

.guide .p-tit {
    float: left;
    display: table;
    background: url(../images/common/p-tit-bg.png) no-repeat right top / 61px;
    padding-right: 50px;
}

.guide .guide-wrap{
    float: right;
    width: 900px;
}

.guide .step ul{
    display: flex;
    justify-content: center;
}

.guide .step ul li{
    position: relative;
    margin-right: 80px;
    font-weight: 600;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 82px;
    text-align: center;

}

.guide .step ul li:first-child{
    background-image: url("../images/sub/step-1.png");
}

.guide .step ul li:nth-child(2){
    background-image: url("../images/sub/step-2.png");
}

.guide .step ul li:nth-child(3){
    background-image: url("../images/sub/step-3.png");
}

.guide .step ul li:last-child{
    background-image: url("../images/sub/step-4.png");
}

.guide .step ul li:last-child{
    margin-right: 0;
}

.guide .step ul li::after {
    position: absolute;
    top: 44px;
    transform: translateY(-50%);
    right: -53px;
    display: block;
    content: "";
    width: 25px;
    height: 11px;
    background: url(../images/sub/step-arr.png) no-repeat center / contain;
}

.guide .step ul li:last-child::after{
    display: none;
}

.reservation .res-wrap,
.reservation .chk-wrap{
    background: #fafafa;
}


.reservation .res-wrap > .inner{
    width: 750px !important;
    padding: 50px 0;
}

.reservation .step ul{
    display: flex;
    justify-content: center;
}

.reservation .step ul li{
    position: relative;
    margin-right: 80px;
    font-weight: 600;
    padding: 100px 10px 0 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 82px;
    text-align: center;
    opacity: 0.5;
}

.reservation .step ul li.on{
    opacity: 1;
}

.reservation .step ul li:first-child{
    background-image: url("../images/sub/step-1.png");
}

.reservation .step ul li:nth-child(2){
    background-image: url("../images/sub/step-2.png");
}

.reservation .step ul li:nth-child(3){
    background-image: url("../images/sub/step-3.png");
}

.reservation .step ul li:last-child{
    margin-right: 0;
}

.reservation .step ul li::after {
    position: absolute;
    top: 44px;
    transform: translateY(-50%);
    right: -53px;
    display: block;
    content: "";
    width: 25px;
    height: 11px;
    background: url(../images/sub/step-arr.png) no-repeat center / contain;
}

.reservation .step ul li:last-child::after{
    display: none;
}

.reservation .res-wrap .item > .tit-box{
    /*width: 30%;*/
    justify-content: flex-start;
}

.reservation .facility .check-form .cbox{
    width: 49%;
    flex: auto;
    margin-bottom: 5px;
}

.reservation .facility .check-form .cbox:nth-child(2n){
    margin-right: 0;
}

.reservation .check-form {
    display: flex;
    flex-wrap: wrap;
}

.reservation .facility .inner{
    padding: 10px 30px;
}

.reservation .res-wrap .date p{
    margin: 0 10px;
}

.reservation .res-wrap .date button{
    background: #b541ff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 20px;
}

.reservation .res-wrap .persons .cbox{
    align-items: center;
}

.reservation .res-wrap .persons .cbox p{
    margin-right: 10px;
}

.reservation .res-wrap .persons .cbox > button{
    border: 1px solid #e4e4e4;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 30px;
}

.reservation .res-wrap .persons .cbox > button.minus{
    margin-right: 5px;
}

.reservation .res-wrap .persons .participate-table{
    margin-top: 20px;
}


.reservation .res-wrap .persons .participate-table .tit{
    background: #f8f8f8;
    padding: 10px;
    border-top: 2px solid #6464e5;
}

.reservation .res-wrap .persons .participate-table .item{
    padding: 10px;
    border-bottom: 1px solid #edecec;
}

.reservation .res-wrap .persons .participate-table .tit,
.reservation .res-wrap .persons .participate-table .item{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.reservation .res-wrap .persons .participate-table .tit li{
    font-weight: 600;
}

.reservation .res-wrap .persons .participate-table .tit li,
.reservation .res-wrap .persons .participate-table .item li{
    text-align: center;
    flex: 1;
    margin-right: 10px;
}

.reservation .res-wrap .persons .participate-table .item li p{
    display: none;
}

.reservation .res-wrap .participate-table input{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.reservation .btn-wrap{
    margin-top: 20px;
}

.reservation .btn-wrap .btn-st{
    float: right;
}

.reservation.step-1 .time .check-form  .inner{
    padding: 10px;
}

.reservation.step-2 .bd-box > .cbox{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.reservation.step-2 .bd-box > .cbox:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reservation.step-3 .btn-wrap,
.reservation.chk .btn-wrap{
    display: flex;
    justify-content: center;
}

.reservation .btn-wrap .btn-st{
    border-radius: 10px;
}

.reservation.step-3 .btn-st.type-1,
.reservation.chk .btn-st.type-1{
    margin-right: 10px;
}

#sub.reservation.chk .inner{
    width: 450px;
    padding: 100px 0;
}

#sub.reservation.chk .bd-box{
    margin-bottom: 50px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}

#sub.reservation.chk .top-box{
    text-align: center;
    border-bottom: 1px solid #E5E5EC;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#sub.reservation.chk .top-box h3{
    font-weight: 600;
    font-size: 22px;
}

#sub.reservation.chk .item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#sub.reservation.chk .item .tit{
    justify-content: flex-start;
    font-weight: 600;
    width: 150px;
}

#sub.reservation.chk .item input{
    width: calc(100% - 150px);
    justify-content: flex-end;
}


.agree-chk {
    margin-top: 24px;
}
.agree-chk .item>*{
    display: block;
    float: left;
}

.agree-chk .item>.view{
    cursor: pointer;
    float: right;
    position: relative;
    margin-right: 24px;
}
.agree-chk .item>.view::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    background-image: url(../images/common/nxt.png);
}
.agree-chk .item.all-chk{
    margin-left: 0;
    margin-bottom: 14px;
}
.agree-chk .item.all-chk>*{
    float: unset;
}
.agree-chk .item.all-chk label{
    font-size: 20px;
    font-weight: 600;
}

.reservation.setp-2 .agree-chk .item{
    margin-bottom: 20px;
}

.agree-chk .top{
    padding: 15px;
    background: #fafafa;
    border-radius: 5px;
}

.agree-chk .item{
    margin-bottom: 10px;
}

.agree-wrap .bottom{
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}

.agree-wrap .bottom .item{

    display: block;
}

.agree-wrap label{
    cursor: pointer;
}

.reservation .top{
    text-align: center;
}

.reservation .top h2{
    padding-top: 100px;
    background: url(../images/sub/step-3.png) no-repeat center top / 84px;
}


.reservation .panel-title{
    background: #eeeded;
}

.reservation .panel-title{
    padding: 20px 40px;
}

.reservation .panel-content > .cbox {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.reservation .panel-content > .cbox:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.qna .gray-bg > .inner{
    padding: 100px 0;
}

.qna .sdw-box{
    display: flex;
}

.qna .tit-box{
    width: 22%;
    justify-content: flex-start;
}

.qna .acd-content{
    justify-content: flex-end;
    margin-left: auto;
    width: calc(100% - 30%);
    margin-bottom: 0;
}


.qna .acd-content .panel-title > h3::before{
    display: inline-block;
    content: "Q";
    background: linear-gradient(to right, #6464e5, #b541ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px;
}

.qna .acd-content .panel:checked~.panel-content{
    background: #f4f4f4;
}

.qna .acd-content p{
    line-height: 1.8;
}

.history .tit {
    font-size: 25px;
    margin: 20px 0;
}

.history .inner{
    padding: 100px 0;
}

.history .inner > .tbox{
    float: left;
    width: 30%;
}

.his-wrap {
    float: right;
    position: relative;
    width: 60%;
}

.his-wrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 95%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
}

.his-box {
    position: relative;
}


.his-box.on:before {
    height: 100%;
}

.his-wrap > li {
    height: 100%;
    margin: 0 auto;
    padding: 0 0 170px;
    position: relative;
    width: 100%;
    transition: 0.3s ease;
}


.his-wrap .line {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    background: #0cacc6;
    transition: 0.5s ease;
}



.his-wrap li > div {
    display: inline-block;
    position: relative;
    top: -35px;
}

.his-wrap li > div:before {
    background: #dedede;
    border-radius: 50%;
    content: "";
    left: -3.5px;
    top: 35px;
    position: absolute;
    width: 7px;
    height: 7px;
    z-index: 10;
    transition: 0.3s ease;
}

.his-wrap li > div.left:before {
    right: -3.5px;
    left: auto;
}

.his-wrap li.on > div:before {
    background: #b541ff;
}

.his-wrap li > div:after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: #f5e6ff;
    opacity: 0.5;
    position: absolute;
    left: -13.5px;
    z-index: 9;
    top: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform:scale(0);
    transition: 0.5s;
}




.his-wrap li > div.left:after {
    right: -13.5px;
    left: auto;
}

.his-wrap li.on > div:after {
    transform:scale(1);
}

.his-wrap li h2 {
    background: #b541ff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin: 20px 0 20px 50px;
    font-size: 35px;
}

.his-wrap .tbox{
    margin-left: 50px;
    margin-top: 50px;
}

.his-wrap .tbox b{
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: #6464e5;
}

.his-wrap .tbox > div{
    position: relative;
    padding-left: 15px;
    margin-bottom: 50px;
}

.his-wrap .tbox > div .date{
    display: block;
    color: #a5a5a5;
    margin-bottom: 10px;
}

.his-wrap .tbox > div::before{
    position: absolute;
    left: 0;
    content: "·";
    width: 10px;
    color: #a5a5a5;
}
.fifaimg{
    height: 40px;
    margin: 0 auto;
    display: block;
    width: auto !important;
}
.kartimg{
    height: 25px;
    margin: 0 auto 10px;
    display: block;
    width: auto !important;
}
.kartbtn{
    background-color: #4290F7;
}
.jangibtn{
    display: flex;
    background-color: #489FC0 !important;
    justify-content: center;
    align-items: center;
}
.jangiimg{
    height: 30px;
    margin-right: 10px;
    width: auto !important;
}
.streetbtn{
    background-color: #2A195D;
}
.streetimg{
    height: 25px;
    /*margin-right: 10px;*/
    margin: 0 auto 10px;
    width: auto !important;
}
.starimg{
    height: 30px;
    margin: 0 auto 10px;
    width: auto !important;
}
.starbtn{
    background-color: #092B68 !important;
}
.lolbtn{
    background-color: #081F49 !important;
}
.lolimg{
    height: 30px;
    margin: 0 auto 10px;
    width: auto !important;
}
.fifadiv .ydr-btn{
    float: unset;
    margin : 0 auto !important;
    width: 90% !important;
    background-size: 60%;
    background-position: left;
    background-color: #081f49;
}
.his-box > li{
    margin-bottom: 50px;
}


#sub.plan .plan-wrap.inner{
    width: 950px;
    padding: 50px 0 100px 0;
}

#sub.plan .tbox h2 {
    margin-bottom: 10px;
    display: table;
    padding-right: 80px;
}

#sub.plan table{
    margin-top: 50px;
}

#sub.plan thead{
    background: #f8f8f8;
}

#sub.plan h4{
    margin-bottom: 10px;
}

.mtable-ntc{
    display: none;
}

#sub.league .inner{
    width: 1140px;
}

#sub.league .league-wrap{

}

#sub.league .league-wrap .tbox{
    display: table;
    padding-right: 90px;
    float: left;
    width: 300px;
}

#sub.league .league-wrap .cbox-wrap{
    float: right;
    width: calc(100% - 350px);
}

#sub.league .league-wrap .sec-1{
    padding: 50px 0;
}

#sub.league .league-wrap .sec-1 img{
    width: 100%;
}

#sub.league .sec-2{
    position: relative;
    background: url("../images/common/slg-bg.png") no-repeat;
    background-size: cover;
    padding: 100px 0;
}

#sub.league .step-list .item{
    position: relative;
    margin-bottom: 70px;
}

#sub.league .step-list .item:last-child{
    margin-bottom: 0;
}

#sub.league .step-list .item:before{
    display: block;
    color: #f5f5f5;
    font-weight: 800;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
}

#sub.league .step-list .item:first-child:before{
    content: "01";
}

#sub.league .step-list .item:nth-child(2):before{
    content: "02";
}

#sub.league .step-list .item:nth-child(3):before{
    content: "03";
}

#sub.league .step-list .item:nth-child(4):before{
    content: "04";
}

#sub.league .step-list .item:nth-child(5):before{
    content: "05";
}

#sub.league .step-list .item:last-child:before{
    content: "06";
}

#sub.league .step-list .item:last-child::after{
    display: none;
    margin-bottom: 0;
}


#sub.league .step-list .item h4{
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to right, #6464e5, #b541ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

#sub.league .step-list .item::after {
    position: absolute;
    bottom: -40px;
    left: 45%;
    transform: rotate(90deg) translate(0,-50%);
    content: "";
    display: block;
    width: 25px;
    height: 11px;
    background: url(../images/sub/step-arr-2.png) no-repeat center / contain;
}

#sub.league thead {
    background: #f8f8f8;
}

#sub.league .sec-3{
    padding: 50px 0 100px 0;
}


#sub.league table th,
#sub.league table td{
    padding: 15px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

#sub.league table td{
    background: #fff;
}
.locaBtn{
    background: #333;
    padding: 5px 15px;
    border-radius: 20px;
    color : white;
    margin : 0  10px;
}
.location{
    display: inline-block;
    margin-top: 2px;
    margin-right: 5px;
    height: 16px;
}
.kcm50{
    width: 50%;
    float: left;
    height: 140px;
}
.kcm100{
    width: 100%;
    float: left;
    height: 140px;
}
.privacy-chk {
    display: inline-block !important;
    color: #345D9D;
    font-weight: bold;
    text-decoration: underline;
}
input[type=file]{
    width: 100% !important;
}
.ydr-form-item-last {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}
.pcroomjoin{
    background: #f821ef !important;
}
.playerjoin{
    background: #594ff0 !important;
}
.ydr-form-item-last{
    border: 1px solid #eee;
    background: white;
    padding: 12px 0 10px;
}

.yd-reservation{
    width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.ydr-info {
    margin-top: 20px;
    font-size: 16px;
    color: #676767;
    font-weight: 300;
    word-break: keep-all;
    text-align: left;
}
.ydr-info div,
.ydr-info img{
    width: 100% ;
}

.kcmwarning{
   /* width: 51% !important;*/
    font-size: 16px;
    color : #838383;
}
.yd-reservation {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.ydr-btns{
    position: sticky;
    margin: 20px 0;
    bottom: 0;
    background-color: white;
    padding: 30px 0;
    border-top: 2px solid #93699F;
}
.ydr-btns>div{
    float: left;
    width: calc((100% - 20px) / 2);
    padding: 20px 0;
    color: #fff;
    margin-top: 10px;
    border-radius: 10px;
}
.ydr-btns>div:nth-child(1){
   margin-right: 20px;
}
.ydr-btns>div:nth-child(3){
    margin-right: 20px;
}
.ydr-btns.kcmdiv>div{
    float: left;
    width: calc((100% - 40px) / 3);
    padding: 20px 0;
    color: #fff;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 20px;
}
.ydr-btns.kcmdiv>div{
    border : #dddddd 1px solid;
}
/*.ydr-btns.kcmdiv>div:nth-child(1){
    background-color: rgba(0,0,102,0.2);
}
.ydr-btns.kcmdiv>div:nth-child(2){
    background-color: rgba(0,0,102,0.3);
}
.ydr-btns.kcmdiv>div:nth-child(3){
    background-color: rgba(0,0,102,0.4);
}
.ydr-btns.kcmdiv>div:nth-child(4){
    background-color: rgba(78,56,87,0.6);
}
.ydr-btns.kcmdiv>div:nth-child(5){
    background-color: rgba(78,56,87,0.8);
}
.ydr-btns.kcmdiv>div:nth-child(6){
    background-color: rgba(78,56,87,1);
}*/
.ydr-btns.kcmdiv>div:nth-child(3n){
    margin-right: 0px;
}
.ydr-btn {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
    border: none;
}
.ydr-btns {
    text-align: center;
    margin: 30px auto;
    background-color: white;
    padding: 30px 0;

    border-top: 2px solid #93699F;
}
.ydr-btns::after{
    display: block;
    content: "";
    clear: both;
}
.a-together {
    background: #93699F;
}
.a-check {
    background: #35324e;
    font-weight: 300;
}
@media screen and (max-width: 600px){
    .con-box img{
        width: 100% !important;
    }
    .sry-pop{
        width: 100%;
    }
    .yd-reservation{
        width: 100%;
        padding: 0 10px;
    }
    .yd-reservation img{
        width: 100%;
        padding: 0 10px;
    }
    .ydr-btns.kcmdiv>div{
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
        font-size: 12px;
    }
    .ydr-btns{
        padding : 20px 0 ;
    }
}
@media screen and (max-width: 1280px) {

    .intro .sec-1{
        padding: 50px 0;
    }


}
.privacy-chk {
    color: #345D9D;
    font-weight: bold;
    text-decoration: underline;
}
.sry-pop img{
    max-width: 135px;
    margin: 10px auto;
}
#next p {
    margin-bottom: 5px;
    word-break: keep-all;
}
.ydr-info {
    margin-top: 20px;
    font-size: 16px;
    color: #676767;
    font-weight: 300;
    word-break: keep-all;
    text-align: left;
}
.a-together {
    background: #93699F;
}

.a-check {
    background: #35324e;
    font-weight: 300;
}
.ydr-form-item-last {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}


@media screen and (max-width: 1140px){


    .intro .sec-1 .img-box {
        position: relative;
        float: none;
        width: 100%;
        z-index: 99;
    }

    .intro .sec-1 .img-box img {
        width: 100%;
    }

    .intro .sec-1 .tbox {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .intro .sec-1 .img-1{
        display: none;
    }

    .intro .sec-2 .inner {
        width: 100% !important;
        padding: 100px 20px;
    }

    .guide .inner{
        padding: 50px 20px;
    }

    .guide .guide-wrap {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .guide .p-tit{
        float: none;
    }

    .guide .step ul {
        flex-wrap: wrap;
    }

    .guide .step ul li{
        width: 40%;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .guide .step ul li::after{
        right: -2rem;
    }

    .guide .step ul li:nth-child(2n):after{
        display: none;
    }

    .guide .step ul li:nth-child(2n) {
        margin-right: 0;
    }

    .reservation .res-wrap > .inner {
        width: 100% !important;
        padding: 50px 20px;
    }

    .reservation.step-3 .res-wrap > .inner{
        padding: 100px 20px;
    }

    .reservation .step ul {
        flex-wrap: wrap;
    }

    .reservation .step ul li{
        width: 23%;
        background-size: 58px;
        padding-top: 75px;
        text-align: center;
        opacity: 0.5;
        font-size: 13px;
        margin-right: 40px;
    }

    .reservation .step ul li::after{
        right: -2rem;
        top: 30px;
        background-size: 15px;
    }

    .reservation .res-wrap .item > .tit-box{
        width: 100%;
        margin-bottom: 10px;
    }

    .reservation .res-wrap .item > .cbox {
        margin-left: 0;
        width: 100%;
    }


    .bd-box.time .check-form .cbox{
        width: 48%;
        flex: auto;
        margin-bottom: 5px;
    }

    .bd-box.time .check-form .cbox:nth-child(2n){
        margin-right: 0;
    }

    .bd-box.facility .check-form{
        display: block;
    }

    .bd-box.facility .check-form .cbox{
        width: 48%;
        margin-bottom: 5px;
    }

    .reservation .facility .check-form .cbox:nth-child(2n) {
        margin-right: 5px;
    }

    .bd-box.facility .check-form .cbox:nth-child(2n){
        margin-right: 0;
    }

    .bd-box.facility .check-form .cbox:last-child{
        margin-bottom: 0;
    }

    .reservation .res-wrap .persons .participate-table .tit{
        display: none;
    }



    .reservation .res-wrap .persons .participate-table .item{
        border: 1px solid #E5E5EC;
        text-align: left;
        flex: initial;
        margin-right: 0;
        padding: 20px;
        margin-bottom: 20px;
        background: #f9f9f9;
        /* padding: 20px; */
    }

    .reservation .res-wrap .persons .participate-table .item li p{
        display: block;
        text-align: left;
        font-weight: 600;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .reservation .res-wrap .persons .participate-table .item li{
        margin: 0 0 10px 0;
    }

    .reservation .top h2{
        font-size: 20px;
    }

    .reservation .res-wrap .item {
        flex-wrap: nowrap;
        display: block;
    }

    .reservation.step-2 .res-wrap .item{
        display: flex;
    }

    .reservation.step-1 .res-wrap .item > .tit-box {
        width: 100%;
        margin-bottom: 10px;
    }

    .reservation.step-2 .res-wrap .item > .tit-box {
        width: 30%;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .reservation  .res-wrap .item > .cbox {
        justify-content: flex-end;
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .reservation .panel-title{
        padding: 20px;
    }

    .reservation .panel:checked~.panel-content{
        padding: 20px;
    }

    .qna .gray-bg > .inner {
        padding: 50px 20px;
    }

    .qna .sdw-box{
        display: block;
        padding: 20px;
    }

    .qna .tit-box {
        width: 100%;
    }

    .qna .acd-content{
        width: 100%;
        margin-top: 20px;
    }

    .panel:checked~.panel-content{
        padding: 20px;
    }

    .panel-title h3{
        width: 85%;
        word-break: break-all;
        font-size: 16px;
    }

    .history .inner {
        padding: 50px 20px;
    }

    .history .inner > .tbox {
        float: none;
        width: 100%;
    }

    .history .tit {
        font-size: 20px;
        margin-bottom: 80px;
    }

    .his-wrap {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .his-wrap li h2{
        font-size: 25px;
        margin: 25px 0 20px 25px;
    }

    .his-wrap .tbox {
        margin-left: 30px;
        margin-top: 30px;
    }

    #sub.league .inner{
        width: 100%;
        padding: 50px 20px !important;
    }

    #sub.league .league-wrap .tbox{
        float:none;
        width: 100%;
        font-size: 20px;
    }


    #sub.league .league-wrap .cbox-wrap {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #sub.league .step-list .item:before {
        opacity: 0.7;
        font-size: 50px;
        top: auto;
        bottom: 20%;
        transform: initial;
        z-index: -1;
    }

    #sub.league .step-list{
        margin-bottom: 0;
    }

    #sub.league .step-list .item:last-child{
        margin-bottom: 0;
    }

    #sub.league .step-list .item{
        padding: 40px 20px;
    }

    #sub.league .sec-2{
        padding: 0;
    }

    .reservation .res-wrap .date input{
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .ydr-btn {

        background-size: auto;
        color: #fff;
        border: none;
    }
    .m-scr-wrap {
        position: relative;
        overflow-x: scroll;
    }
    .mtable-ntc{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .mtable-ntc img{
        margin: 0 auto;
    }

    .mtable-ntc > div{
        z-index: 9;
        position: absolute;
        width: 80%;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px;
        background-color: #fff;
        box-shadow: 1px 1px 30px rgba(0 0 0 / 10%);
        border-radius: 20px;
    }

    .mtable-ntc > div::after{
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: url("../images/common/close.png") center no-repeat;
        background-size: 15px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .mtable-ntc img{
        animation:drg 3s ease-out infinite;
    }

    .mtable-ntc p{
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
    }

    @keyframes drg {
        0%,100%{transform:translateX(0)}
        50%{transform:translateX(15px)}
    }

    .mtable-ntc.close{
        display: none;
    }

    #sub.reservation.chk .inner {
        width: 100%;
        padding: 50px 20px;
    }

    #sub.reservation.chk .top-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #sub.reservation.chk .item{
        display: block;
    }

    #sub.reservation.chk .item .tit{
        margin-bottom: 10px;
    }
    #sub.reservation.chk .item .tit,
    #sub.reservation.chk .item input{
        width: 100%;
    }
}



@media screen and (max-width: 480px) {

    #sub .vs-wrap{
        height: 280px;
    }

    #sub .vs-wrap .tbox h1 {
        font-size: 30px;
        margin: 10px auto;
    }

    .intro .sec-2 .point-txt{
        opacity: 0.2;
    }

    .intro .sec-1 .txt-2 {
        font-size: 18px;
    }

    .intro .sec-1 .txt-3 {
        font-size: 25px;
    }

    .intro .tab-con .img-box img{
        width: 20%;
    }

    .intro .tab-con .img-box .img-2{
        right: 0;
    }

    .intro .sec-2 .slider .swiper-prev{
        left: 10px;
    }

    .intro .sec-2 .slider .swiper-next{
        right: 10px;
    }

    .intro .sec-2 .slider .swiper-prev,
    .intro .sec-2 .slider .swiper-next{
        width: 25px;
        height: 25px;
        border-radius: 25px;
        background-size: 5px;
    }

    .intro .sec-2 .pag-type{
        display: none;
    }

    .tab-wrap .tit-list{
        justify-content: flex-start;
    }

    .tab-wrap .tit-list > li {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 3%;
        background: rgba(0 0 0 / 30%);
    }

    .tab-wrap .tab-con .tab-list > .tbox{
        display: block;
        padding: 20px 20px 30px 20px;
    }

    .tab-wrap .tab-con .tab-list > .tbox h2{
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .tab-wrap .tab-con .tab-list > .tbox h2::after{
        display: none;
    }

    .tab-wrap .tab-con .tab-list > .tbox ul {
        text-align: left;
        margin-top: 20px;
    }

    #sub.plan .plan-wrap.inner {
        width: 100%;
        padding: 50px 20px;
    }

    #sub.plan table{
        width: 500px;
    }

}


@media screen and (max-width: 330px){
    .reservation .res-wrap .item {
        flex-wrap: wrap;
    }

    .reservation .res-wrap .item > .cbox {
        justify-content: flex-start;
        margin-top: 10px;
    }


}

.pcroom-list li {
    border: 1px solid #edecec;
    text-align: center;
    background: #fff;
    list-style: none;
    float: left;
    width: 50%;
    padding: 15px;
}

.pcroom-list {
    margin-bottom: 30px;
}


.bd-box:after, .bd-box:before,
.pcroom-list ul:before,
.pcroom-list ul:after {
    content: "";
    display: table;
    clear: both;
}

.reservation .res-wrap .item:before,
.reservation .res-wrap .item:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 640px) {
    .pcroom-list li {
        width: 100%;
    }
    .jangibtn{
        padding : 20px 15px !important;
    }
    .jangiimg{
        /*height: 30px;*/
        padding: 0 !important;
        margin-right: 10px;
        width: auto !important;
        height: 24px;
    }
    .streetimg{
        height: 12px;
    }
    .kartimg{
        height: 14px;
    }
    .starimg{
        height: 20px;
    }
    .lolimg{
        height: 20px;
    }
}