@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');
body {
    font-family: "Noto Sans KR", arial, sans-serif;
    letter-spacing: -0.06rem;
    overflow-x: hidden;
    position: relative;
}

::-webkit-scrollbar { width: 12px; height:6px; } /* 스크롤 바 */

::-webkit-scrollbar-track { background-color:#fff; } /* 스크롤 바 밑의 배경 */

::-webkit-scrollbar-thumb { background: #e1e1e6; border-radius: 10px; } /* 실질적 스크롤 바 */

::-webkit-scrollbar-thumb:hover { background: #404040; } /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */

::-webkit-scrollbar-thumb:active { background: #009904; } /* 실질적 스크롤 바를 클릭할 때 */

::-webkit-scrollbar-button { display: none; } /* 스크롤 바 상 하단 버튼 */

::selection {
    background-color: #009904;
    color: #fff;
}

div,
ui,
li,
a,
a:hover,
span,
b,
button {
    color: #302f37;
    text-decoration: none;
}

.modal {
    z-index: 999999999;
}

input::-webkit-input-placeholder {
    color: #b7b7b9 !important;
}

input::-moz-placeholder {
    color: #b7b7b9 !important;
}

.btn:hover {
    color: #fff;
}

.bg-gray {
    background-color: #ececec;
    min-height: 100vh;
    position: relative;
}

.bg-gray {
    display: disldkl;

}

.bg-white {
    background-color: #fff;
}

.bi.bi-chevron-left {
    transform: translateY(-2px);
}

/* carocel */
.carousel-indicators {
    bottom: 14px;
}

.game-info .carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin: 6px;
    border: 1px solid #fff;
    background-color: transparent;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.carousel-item img {
    width: 100%;
    display: block;
    min-height: 220px;
    background-color: #e9ecef;
}

.carousel-item img.m-carousel-img {
    display: none;
}

#myCarouselMo {
    display: block;
}

#myCarousel {
    display: none;
}

/* date */
.place-date-box label.btn span.color-red {
    color: #dc4a4a;
}

.place-date-box label.btn span.color-blue {
    color: #3366cc;
}

.tab-content {
    position: relative;
}

.cloud.tab-content:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 100;
    left: 0;
    top: 0;
}

.cloud.tab-content:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 100%;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 100;
    top: 0;
}

.main-box {
    position: relative;
    top: -20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
}

.checkbox-inline {
    margin-left: auto;
    flex-direction: row;
    display: flex;
    color: #88888b;
    margin-bottom: 0px;
}
.filter-box.px-4 .checkbox-inline {
	flex-direction: column;
}

.filter-box {
    display: flex;
    padding: 7px 0;
}

.filter-box button {
    position: relative;
    top: -2px;
    margin: 0 8px;
}

.filter-box button img {
    width: 26px;
    height: 26px;
    vertical-align: top;
}

.nav-place-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.nav-place-box .nav-tabs {
    font-size: 0;
    width: 120%;
    border-bottom: none;
}

.nav-place-box .nav-tabs li {
    width: calc(100% / 6);
    float: left;
    display: block;
    font-size: 0;
    text-align: center;
    width:16.6666%;
}

.nav-place-box .nav-tabs li a {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e6;
    display: block;
}

.nav-place-box .nav-tabs li a.active {
    border: none;
    border-bottom: 1px solid #009904;
    position: relative;
}

.nav-place-box .nav-tabs li a.active:before {
    width: 3px;
    height: 3px;
    content: '';
    background-color: #009904;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
}

.nav-place-box .nav-tabs li a.active {
    color: #009904;
}

.nav-place-box .nav-tabs a {
    font-size: 0.9rem;
    color: #838386;
}

.nav-place-box .nav-tabs a:hover,
.nav-place-box .nav-tabs a:active,
.nav-place-box .nav-tabs a:focus {
    text-decoration: none;
}

.place-date-box {
    margin: 16px 0 36px;
    width: 100%;
    overflow-x: auto;
    padding: 0 4px;
    border-bottom: 1px solid #e1e1e6;
}

.place-date-box > div {
    padding-bottom: 20px;
}

.place-date-box .btn-group label.btn {
    border-radius: 5px !important;
    padding: 18px 15px;
    margin: 0 4px;
}

.place-date-box .btn-group label.btn:hover {
    background-color: #f5f5f5;
}

.place-date-box label.btn.active span {
    color: #fff;
    text-align: center;
}

.place-date-box label.btn.active {
    background: rgb(34, 179, 13);
    background: linear-gradient(122deg, rgba(34, 179, 13, 1) 0%, rgba(0, 153, 4, 1) 100%);
}

.place-date-box label.btn span {
    display: block;
    font-size: 1.2rem;
    color: #838386;
}

.place-date-box label.btn span:last-child {
    margin-top: 6px;
    font-size: 0.8rem;
}



.place-box {
    padding: 0 25px;
}

.place-box .main-place {
    padding: 8px 0;
    border-bottom: 1px solid #e1e1e6;
}

.place-box .main-place:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}

.place-box .main-place.last-mb-0:last-child {
    margin-bottom:0 !important;
}

.place-box .main-place .col-4.pl-0 {
    position: relative;
    text-align: right;
    max-width: 140px;
}

.place-box .main-place span {
    font-size: 0.8rem;
    color: #fff;
    background-color: #009904;
    padding: 5px 10px;
    border-radius: 3px;
}

.place-box .main-place .col-8 p {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 0.95rem;
}

.place-box .main-place p.p_game_price, .place-box .main-place p.game_price {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.place-box .main-place p:last-child {
    font-size: 0.9rem;
    font-size: 0.9rem;
    overflow: hidden;
    /*
    text-overflow: ellipsis;
    white-space: nowrap;
    */
}

.place-box .main-place button {
    width: 100%;
    background-color: #009904;
    border-radius: 3px;
    font-size: 0.9rem;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 100px;
    /* margin: 24px 0; */
    margin: 18px auto 2px;
}

/* 신청 완료 버튼 */
.button_game_info_order {
	background-color: #4b78d2 !important;
	color: #fff !important;
}

.place-box .main-place.disabled span {
    color: #fff;
    background-color: #b7b7b9;
}

.place-box .main-place.disabled .col-8 p,
.place-box .main-place.disabled .col-8 p b {
    color: #b7b7b9;
}

.place-box .main-place.disabled .col-4.pl-0 button {
    background-color: #b6b6b8;
    cursor: not-allowed;
}

.place-box .main-place.finish span {
    color: #fff;
    background-color: #2e4084;
}

.place-box .main-place.finish .col-4.pl-0 button {
    background-color: #2e4084;
    margin: 4px auto;
}

.place-box .main-place.finish .col-4.pl-0 button:nth-child(2) {
    background-color: #b6b6b8;
    cursor: not-allowed;
}

.place-box .main-place.end span {
    color: #fff;
    background-color: #dc4a4a;
}

.place-box .main-place.end .col-4.pl-0 button {
    background-color: #dc4a4a;
    margin: 18px auto 2px;
}

.place-box .main-place.end .col-4.pl-0 span {
    background-color: transparent;
    font-size: 0.9rem;
    color: #dc4a4a;
    text-align: center;
    width: 100%;
    max-width: 100px;
    display: block;
    float: right;
}

.place-box .main-place.cancel span {
    color: #b7b7b9;
    background-color: #f5f5f5;
}

.place-box .main-place.cancel .col-4.pl-0 button {
    background-color: #f5f5f5;
    color: #b7b7b9;
    /* margin: 24px auto; */
    border: 1px solid #e1e1e6;
}

.place-box .main-place.realend span {
    color: #ffffff;
    background-color: #b6b6b8;
}

.place-box .main-place.realend .col-4.pl-0 button {
	color: #ffffff;
    background-color: #b6b6b8;
}

.place-box .main-place.realend .p_game_feild_name {
	color: #b7b7b9;
}

.place-box .main-place.realend .p_game_price b {
	color: #b7b7b9;
}

.place-box .main-place.realend .p_game_comment {
	color: #b7b7b9;
}

.place-box .main-place.active .col-4.pl-0 span {
    background-color: transparent;
    font-size: 0.9rem;
    color: #009904;
    text-align: center;
    width: 100%;
    max-width: 100px;
    display: block;
    float: right;
}

/* login */
.sub-main {
    padding-top: 96px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.login-logo-box {
    text-align: center;
    margin-top: 8rem;
}

.login-logo-box img {
    width: 24%;
    max-width: 400px;
}


.login-btn-box {
    margin-top: 30px;
}

/* 외부 로그인으로 인한 CSS 수정 */
.login-btn-box a.kakao {
	background-color: #fff;
	border: 1px solid #009904;
}

.login-btn-box>a {
    width: 100%;
    display: block;
    font-size: 0.95rem;
    padding: .7rem .75rem;
    color: #009904;
    max-width: 330px;
    margin: 0 auto;
}

.login-btn-box a:hover {
    color: #009904;
}

.login-btn-box a.kakao {
    background-color: #f9e000;
    color: #3b1c1c;
    border: 1px solid #f9e000;
}

.login-btn-box > a.naver {
    background-color: #00c73c;
    border: 1px solid #00c73c;
    color: #fff;
}
.login-btn-box > a.naver img {
    width:20px;
    height:auto;
    transform:translateY(-2px);
    
}
.login-btn-box > a.naver a {
    color:#fff;
}
.login-btn-box > a.naver a::after {
    content:' 네이버로 로그인';
    color:#fff;
    display:inline-block;
    margin-left:4px;
}
.login-btn-box > a.naver.join-naver a::after {
    content:' 네이버로 가입하기';
    color:#fff;
    display:inline-block;
    margin-left:4px;
}

.login-btn-box > a.host {
    background-color: #bb0b0b;
    border: 1px solid #bb0b0b;
    color: #fff;
}

.login-btn-box a.kakao img {
    width: 20px;
    margin-right: 8px;
    transform: translateY(-2px);
}
.login-btn-box a.naver img

.input-title img {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 3px;
    margin-left: 2px;
}

.mt-6 {
    margin-top: 3.8rem;
}

.mt-8 {
    margin-top: 5rem;
}

.login-input-box {
    margin-top: 36px;
}
.nav-point-box a.add-point {
    padding:7px 1.3rem;
}
.login-input-box .login,
.find-btn-box .find-button {
    width: 100%;
    background-color: #009904;
    color: #fff;
}
.nav-point-box a span {
    letter-spacing:-1.16rem;
}

.find-btn-box .btn-gray {
    background-color: #48484d;
} 

.login-buttons {
    font-size: 0;
}

.login-buttons a {
    font-size: 0.9rem;
    display: inline-block;
    width: calc(100% / 3);
    position: relative;
    letter-spacing: -0.06rem;
    word-break:keep-all;
    white-space:nowrap;
}

.login-buttons a:hover {
    color: #555;
}

.login-buttons a:first-child:after {
    display: none;
}

.login-buttons a:after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #d2d3db;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}

.find-txt-box span {
    padding: 2.2rem;
    background-color: #fff;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.find-txt-box span b {
    font-weight: 400;
    color: #e8182d;
}

.navbar.sub-navbar {
    padding: 22px 20px;
    background-color: #fff;
    width: 100%;
}

.sub-navbar span {
    position: relative;
    top: 2px;
    margin-left: 6px;
    font-size: 1.1rem;
}

.form-control {
    height: calc(1.5em + .75rem + 9px);
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #302f37;
}

.input-group-append button,
.bottom-box .input-group-append button,
.input-group-append button:active,
.input-group-append button:focus,
.input-group-append button:hover {
    border-radius: 0px 4px 4px 0px !important;
    font-size: .9rem;
    color: #009904 !important;
    border: 1px solid #009904;
    background-color: #fff;
    min-width: 90px;
    border-left: 2px solid #009904;
}

.input-group-append button {
    border-left: 1px solid #009904 !important;
}

.input-group-append button.btn.check.button_confirm {
    border-left: 1px solid #000 !important;
}

.input-group-append button.disabled {
    color: #b7b7b9 !important;
    background-color: #f5f5f5;
    border: 1px solid #b7b7b9;
}

.input-group-append button.check {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000;
}

.input-group-append button.confirm {
    background-color: #009904;
    color: #fff;
    border: 1px solid #009904;
}

.input-group button.detail {
    font-size: 0.9rem;
    color: #b7b7b9;
    display: flex;
    justify-content: right;
    margin-left: auto;
}

.input-group span {
    font-size: 0.75rem;
    color: #e8182d;
}

.input-group span.time {
    font-size: 0.8rem;
    color: #e8182d;
    font-weight: bold;
    position: absolute;
    right: 136px;
    top: 47%;
    transform: translateY(-50%);
}

.border-000 {
    border: 1px solid #000;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group-append button.check {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #fff !important;
}

.input-group .checkbox input {
    display: none;
}

.input-group .checkbox label:before {
    width: 24px;
    height: 24px;
    content: '';
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 4px;
    background-color: #fff;
    background-image: url('/resources/image/icon-ck.png');
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.input-group .checkbox input:checked + label:before {
    background-color: #009904;
    border: 1px solid #009904;
    background-image: url('/resources/image/icon-ck-active.png');
}

.bottom-box {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

.bottom-box span {
    text-align: center;
    font-size: 0.95rem;
    display: block;

}

.bottom-box a.btn {
    width: 100%;
    border: none;
    padding: 1rem;
    background-color: #009904;
    color: #fff;
    border-radius: 0;
}

.bottom-box a.btn.disable {
    color: #b7b7b9;
    background-color: #f5f5f5;
}

.pc-ft {
    width: 100%;
    /*height: 42px;*/
    background-color: #000;
    bottom: 0;
    /*line-height: 40px; */
    line-height:25px;
    text-align: center;
    display: none;
    padding:1em 0em;
}

.pc-ft span {
    color: #aaa;
    font-size: 13px;
    letter-spacing: 0.03rem;
}

.nav-login-box.btn,
.nav-logout-box.btn {
    font-size: 0.9rem;
    color: #302f37;
    margin-left: 20px;
    list-style: none;
    background-color: #009904;
    color: #fff;
    padding: .4rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    list-style: none;
    position: relative;
    top: -4px;
}



/* dashboard */
.mypage {
    background-color: #fff;
    padding-top: 44px;
    overflow-x: hidden;
    margin-bottom: 40px;
}

.mypage .col-12.col-lg-6.py-3 {
    padding-left: 39px;
    padding-right: 39px;
}

.mypage .col-12.col-lg-6.py-3 > div {
    position: relative;
}

.mypage .col-12.col-lg-6.py-3 .info-setting {
    position: absolute;
    right: 0;
    top: 15px;
}

.mypage .col-12.col-lg-6.py-3 .info-setting a {
    padding: 0;
    padding-left: 8px;
    right: 0;
}

.mypage .col-12.col-lg-6.py-3 .info-setting a > i{
	font-size:21px;    color: #6d6d6d;
}

.mypage .col-12.col-lg-6.py-3 .info-setting a img {
    width: 23px;
}

.mypage .col-12.col-lg-6.py-2 {
    border-top: 1px solid #d2d3db;
    border-bottom: 1px solid #d2d3db;
    background-color: #f7f7f7;
    text-align: center;
}

.mypage .col-12.col-lg-6.py-2 button {
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    min-width: 100px;
    color: #212529 !important;
}

.mypage .col-12.col-lg-6.py-2.btn-box button {
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    min-width: 90px;
    color: #212529 !important;
}

.mypage .col-12.col-lg-6.py-2 button:after {
    width: 1px;
    height: 18px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-color: #d2d3db;
    top: 8px;
}

.mypage .col-12.col-lg-6.py-2 button:first-child:after {
    display: none;
}

.sub-title h5 {
    font-size: 1.1rem;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    margin-bottom: 0.7rem;
}

.sub-title a {
    padding: 0;
    margin-left: auto;
    display: inline-block;
}

.sub-title a img {
    width: 23px;
}

.gray-border {
    border: 1px solid #e1e1e6;
    border-radius: 10px;
    margin-bottom: 24px;
    overflow: hidden;
}

.gray-bg {
    background-color: #f5f5f5;
}

.gray-border .box01 {
    border-bottom: 1px solid #e1e1e6;
    padding: 20px 18px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.gray-border .box01:last-child {
    border-bottom: none;
}

.gray-border .box01 .box01-00 div {
    float: right;
    margin-left: 14px;
}

.gray-border .box01 .box01-00 img {
    transform: translateY(7px);
    margin-left: 4px;
}

.gray-border .box01 .box01-00 P {
    font-size: 0.9rem;
    color: #808080;
    margin-bottom: 0;
}

.gray-border .box01 .box01-00 h3 {
    font-weight: 600;
    color: #ec4024;
    margin-bottom: 0;
}

.gray-border .box01 > a {
    min-width: 70px;
    background-color: transparent;
    color: #48484d;
    font-size: 0.9rem;
    border-radius: 40px;
    padding: 8px 14px;
}


.gray-border .box01 .box01-01 p {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    color: #48484d;
}

.gray-border .box01 .box01-01 p span {
    font-size: 0.85rem;
    margin-left: 3px;
    color: #808080;
    display: inline-block;
    transform: translateY(-1px);
}

.gray-border .box01 .box01-01 p span.company {
    font-size: 1rem;
    color: #009904;
    transform: translateY(0px);
    font-weight: 600;
}

.gray-border .box01 .box01-01 h5 {
    margin-bottom: 0;
    font-size: 1.05rem;
}

.gray-border .box01 .box01-01 h5.plus {
    color: #009904;
    font-weight: 600;
}

.gray-border .box01 .box01-01 h5.minus {
    color: #ec4024;
    font-weight: 600;
}

.gray-border .box01 .box01-02 p {
    font-size: 0.9rem;
    color: #808080;
    margin-bottom: 0.1rem;
    text-align: right;
    margin-top: .2rem;
}

.gray-border .box01 .box01-02 h5 {
    font-size: 1.1rem;
    color: #48484d;
    margin-bottom: 0;
    text-align: right;
}

.level-box p {
    font-size: 0.9rem;
    color: #616161;
    text-align: right;
    margin-bottom: 0.7rem;
}

.level-box p span {
    color: #009904;
    font-size: 1.1rem;
    margin: 0 2px;
    transform: translateY(1px);
    display: inline-block;
}

.level-box .progress {
    height: 1.2rem;
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e6;
}

.progress-bar {
    background-color: #009904;
    border-radius: 20px;
}

.level_check {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.level_check span {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.4rem;
}

.level_check span img {
    width: 18px;
    margin: 0 6px 0 2px;
    transform: translateY(-1.5px);
}

.level-up .level-check {
    max-width: 180px;
    border: 2px solid #009904;
    border-radius: 20px;
    min-width: 125px;
    height: 166px;
}

.level-up .level-check > span {
    text-align: center;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 0.9rem;
}

.level-up .level-check .level-check-box {
    padding: 2px 0 54px;
    height: 100%;
    position: relative;
}

.level-up .level-check .level-check-box span {
    text-align: center;
    display: block;
    font-size: 1rem;
    color: #009904;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.level-up .level-check .level-check-box span img {
    width: 18px;
    margin: 0 3px;
    transform: translateY(-3px);
}

.level-up .level-check .level-check-box p {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.9rem;
}

.level-up .level-lank {
    display: inline-block;
    min-width: calc(100% - 160px);
    width: 100%;
   /* margin: auto 0 auto 12px;*/
}

.level-up .level-lank ul {
    padding-left: 0;
    margin: 0;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.level-up .level-lank li {
    list-style: none;
    /* 230301 마이페이지 수정
    border: 1px solid #48484d;
    border-radius: 5px;
    */
    margin: 7px 0;
    padding: 12px 10px;
    font-size: 0.9rem;
}

.level-up .level-lank li span {
    float: right;
}

.level-up .level-lank li font {
    color: #d5d5d5;
    margin: 0 2px;
    font-size: 0.8rem;
    position: relative;
    top: -1px;
}

.level-box-01 {
    background-image: url('/resources/image/bg-info01.png');
    background-position: center 120px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.level-box-02 {
    background-image: url('/resources/image/bg-info02.png');
    background-position: center 88px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.level-up .row .col-12.col-lg-6 {
	/* 230215 마이페이지 css 수정 
	 display: flex;
	*/
 	display: block;
    margin: 12px 0;
}

.level-up .row .col-12.col-lg-6:last-child {
    margin-bottom: 0;
}

.player-info-box {
    width: 76px;
    height: 76px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 153, 4, .5);
    overflow: hidden;
    position: relative;
}

.player-info-box:before {
    content: "";
    width: 70px;
    height: 70px;
    border: 3px solid #009904;
    border-radius: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.player-info-box img {
    width: 100%;
}

.personal-info .player-box {
    position: relative;
}

.personal-info .player-box div {
    display: inline-block;
}

.player-info-txt {
    margin-left: 18px;
    transform: translateY(-8px);
}

.player-info-txt img {
    height:20px;
}

.player-info-txt h5 {
    margin-top: 4px;
    color: #009904;
    margin-bottom: 0;
}

.player-info-txt p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* toggle button */
.button-box {
    position: relative;
    width: 50px;
    height: 24px;
    float: right;

}

.button-box .knobs,
.button-box .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-box .button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #009904;
    border-radius: 4px;
}

.button-box .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-box .button-box.r,
.button-box.r .layer {
    border-radius: 100px;
}

.button-box .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.button-box .knobs {
    z-index: 2;
}

.button-1 .knobs,
.button-1 .knobs:before,
.button-1 .layer {
    transition: 0.3s ease all;
}

.button-1 .checkbox:checked ~ .layer {
    background-color: #fcebeb;
    background-color: #888;
}

.button-1 .knobs,
.button-1 .knobs:before,
.button-1 .layer {
    transition: 0.3s ease all;
}

.button.r,
.button.r .layer {
    border-radius: 100px;
}

.layer {
    width: 100%;
    background-color: #009904;
    transition: 0.3s ease all;
    z-index: 1;
}

.button-1 .checkbox:checked + .knobs:before {
    content: 'OFF';
    left: 28px;
    text-indent: -46px;
}

.button-1 .knobs,
.button-1 .knobs:before,
.button-1 .layer {
    transition: 0.3s ease all;
}

.button-1 .knobs:before {
    content: 'ON';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 18px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 0rem;
    padding: 9px 4px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    text-indent: 19px;
}


.transparent {
    margin-top: 80px;
}

div.mb-6 {
    margin-bottom: 6.2rem;
}

.sub-title-box {
    margin-bottom: 14px;
}

.sub-title-box img {
    width: 17px;
    transform: translateY(-2px);
    margin-right: 4px;
}

.sub-content-box .toggle-box {
    border-bottom: 1px solid #ececec;
    padding: 14px 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.sub-content-box .toggle-box p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.sub-content-box .prohibit-box {
    border-bottom: 1px solid #ececec;
    padding: 14px 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.sub-content-box .prohibit-box .form-row {
    max-width: calc(100% - 20px);
    min-width: 210px;
}

.sub-content-box .prohibit-box .form-row span {
    color: #b7b7b9;
    margin: 7px 4px;
}

.bb-gray01 {
    border-bottom: 1px solid #e1e1e6;
    padding-bottom: 24px;
}

.bt-gray01 {
    border-top: 1px solid #e1e1e6;
}

.bt-gray {
    border-top: 1px solid #48484d;
}

.personal-info-box .form-group:last-child,
.sub-content-box .form-group:last-child {
    margin-bottom: 0.5rem;
}

.personal-info-box .col-2,
.sub-content-box .col-2 {
    font-size: 0.9rem;
    padding-right: 0;
    color: #616161;
}

.personal-info-box .col-10,
.sub-content-box .col-10 {
    justify-content: space-between;
    align-items: top center;
    display: flex;
    font-size: 0.9rem;
}

.personal-info-box .col-10 button {
    padding: 0;
    font-size: 0.9rem;
    color: #009904;
}

.personal-info-box .col-10 button.btn .bi.bi-chevron-right {
    transform: translateY(-1px);
}

.personal-info-box .collapse {
    width: 100%;
    padding: 15px 15px 0;
}

.sub-btn-box button {
    background-color: #009904;
    color: #fff;
    padding: 12px 0;
    width: 100%;
}

.sub-bottom-box {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.sub-bottom-box a {
    padding: 0;
    color: #212529 !important;
}

.sub-bottom-box a.green {
    color: #009904;
}

.sub-bottom-box a.green svg {
    transform: translateY(-2px);
}

/* 탈퇴신청 */
.bottom-box a.btn.w-50 {
    float: left;
    border-radius: 0;
    padding-bottom: 20px;
}

.bottom-box a.btn.gray {
    background-color: #48484d;
}

.withdraw-box p {
    text-align: center;
}

.withdraw-box div {
    font-size: 0.9rem;
    color: #dc4a4a;
    border-radius: 4px;
}

/* 선수등록 */
button.delete-img {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 10;
    padding: 0;
    border: 1px solid #009904;
    border-radius: 100%;
    left: 56px;
    top: 14px;
}

button.delete-img svg {
    transform: translateY(-6px);
}

.regist-img {
    float: right;
}

.regist-img button {
    font-size: 0.9rem;
    color: #009904;
    margin-top: 20px;
}

.regist-img button svg {
    transform: translateY(-1px);
}

.regist-img button:hover {
    color: #009904;
}

.bt-gray01 {
    border-top: 1px solid #e1e1e6;
}

.sub-title02 {
    font-size: 0.85rem;
}

.px-24.py-4.bb-gray01.bt-gray01.bg-white .input-group .checkbox {
    min-width: 33%;
}

.ck-place.btn {
    padding: 1rem 0;
    min-width: 22%;
    text-align: left;
    font-size: .9rem;
    margin-right: 3%;
    letter-spacing: -0.04rem;
}
.ck-place.btn:hover {
    color:#333;
}

.ck-place.btn span {
    float: right;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 0px 3px;
    margin-left: 24px;
    transform: translateY(-1px);
    background-color: #f5f5f5;
}

.px-24.py-4.bb-gray01.bg-white.bisection .input-group .checkbox {
    min-width: 25%;
}

.px-24.py-4.bb-gray01.bg-white.time .input-group .checkbox {
    min-width: 32%;
}

.px-24.py-4.bb-gray01.bg-white.time .checkbox label small {
    margin-left: 33px;
    font-size: 0.8.5rem;
    color: #999;
    transform: translateY(-3px);
    display: inline-block;
}

.ml-30 {
    margin-left: 32%;
}

.container.p-0.mb-6 {
    margin-bottom: 6.2rem;
}

/* 탭박스 */
.nav.nav-tabs.py-3.mt-4 li {
    width: 25%;
    display: inline-block;
    text-align: center;
    height: 100%;
    position: relative;
}

.nav.nav-tabs.py-3.mt-4 li a.active {
    color: #009904;
}

.nav.nav-tabs.py-3.mt-4 li a.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #009904;
    display: block;
    position: absolute;
    bottom: -17px;
}

.nav.nav-tabs.py-3.mt-4 li a span {
    margin: 0 4px;
    display: inline-block;
    padding: 2px 9px;
    border-radius: 100%;
    border: 1px solid #616161;
    color: #616161;
    font-weight: bold;
    font-size: 0.9rem;
}

.nav.nav-tabs.py-3.mt-4 li a.active span {
    border: 1px solid #009904;
    color: #009904;
}

.ing-box {
    padding-top: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.ing-box .txt p {
    margin-bottom: 0;
    font-size: 0.96rem;
}

.ing-box .txt p.company {
    font-size: 0.9rem;
    color: #009904;
    padding: 0.38rem 0;
}

.ing-box .txt p.date {
    font-size: 0.85rem;
    /*margin-bottom: 0.1rem;*/
}

.ing-box .btn button {
    color: #fff;
    min-width: 50px;
    background-color: #009904;
    font-size: 0.9rem;
}

.ing-box .btn button.cancel {
    background-color: #48484d;
    margin-left: 3px;
}

.ing-box .btn button {
    color: #fff;
    min-width: 50px;
    background-color: #009904;
    font-size: 0.9rem;
}

.ing-box .btn button.modify {
    color: #fff;
    min-width: 50px;
    background-color: #2e4084;
    font-size: 0.9rem;
}

.ing-box.finish-box p.date span {
    margin-left: 5px;
    font-size: 0.9rem;
}

.bottom-box .pagination {
    justify-content: center;
    margin: 0.5rem 0em 1.5rem 0em !important;
}

.bottom-box .pagination .page-link {
    font-size: 0.9rem;
    color: #616161;
}

.bottom-box .pagination .page-item .page-link {
    border-radius: 4px;
    margin: 3px;
    padding: .5rem .8rem;
}

.bottom-box .pagination .page-item.arrow .page-link {
    padding: .5rem .6rem;
    background-color: #ececec;
}

.bottom-box .pagination .page-item.active .page-link {
    border: 1px solid #009904;
    background-color: #fff;
    color: #009904;
}

.bottom-box .pagination .page-link svg {
    transform: translateY(-2px);
}

/* 포인트 */

.my-point {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e6;
    border-top: 1px solid #e1e1e6;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-top: 18px;
}

.my-point p {
    font-size: 0.85rem;
    color: #808080;
}

.my-point h5 {
    font-size: 1.55rem;
    font-weight: 600;
    color: #ec4024;
}

.my-point button {
    font-size: 0.85rem;
    border: 1px solid #48484d;
    border-radius: 20px;
    min-width: 80px;
    ;
}

.point-list {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.point-list .point-txt01 b {
    display: block;
    font-size: 1.1rem;
    transform: translateY(-3px);
}

.point-list .point-txt01 small {
    color: #808080;
    display: block;
    margin-bottom: 4px;
}

.point-list .point-txt01 b.plus {
    color: #009904;
}

.point-list .point-txt01 b.minus {
    color: #ec4024;
}

.point-list .point-txt01 span {
    font-size: 0.85rem;
    color: #808080;
    border: 1px solid #e1e1e6;
    background-color: #f7f7f7;
    padding: 4px 8px;
    display: block;
    margin-bottom: 4px;
    margin-right:24px;
    max-width:600px;
}
.point-txt02 {
    max-width:130px;
    min-width:76px;
    text-align:right;
}

.point-list .point-txt02 b {
    font-size: 1.1rem;
    display: block;
    text-align: right;
    transform: translateY(-2px);
}

.point-list .point-txt02 small {
    color: #808080;
    padding-left:8px; 
}

.present-my-point {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e6;
    border-top: 1px solid #e1e1e6;
    margin-top: 18px;
    text-align: center;
}

.present-my-point p {
    font-size: 0.85rem;
    color: #808080;
}

.present-my-point h5 {
    font-size: 1.55rem;
    font-weight: 600;
    color: #ec4024;
    margin-bottom: 0;
    ;
}

.point-ck {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.point-ck li {
    list-style: none;
}

.point-ck li input {
    display: none;
}

.point-ck li input:checked + label p:after {
    background-color: #009904;
}

.point-ck li input:checked + label p:before {
    border-color: #009904;
}

.point-ck li label {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.point-ck li label p {
    position: relative;
    top: -3px;
    font-size: 0.9rem;
}

.point-ck li label p:before {
    content: '';
    display: inline-block;
    border: 1px solid #d5d5d5;
    width: 22px;
    height: 22px;
    transform: translateY(6px);
    margin-right: 6px;
    border-radius: 100%;
}

.point-ck li label p:after {
    content: '';
    display: block;
    background-color: #d5d5d5;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 5px;
    border-radius: 100%;
}

.point-ck li label span {
    float: right;
}





.point-ck div input {
    display: none;
}

.point-ck div input:checked + label:after {
    background-color: #009904;
}

.point-ck div input:checked + label:before {
    border-color: #009904;
}

.point-ck div label {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.point-ck div label {
    position: relative;
    top: -3px;
    font-size: 0.9rem;
}

.point-ck div label:before {
    content: '';
    display: inline-block;
    border: 1px solid #d5d5d5;
    width: 22px;
    height: 22px;
    transform: translateY(6px);
    margin-right: 6px;
    border-radius: 100%;
}

.point-ck div label:after {
    content: '';
    display: block;
    background-color: #d5d5d5;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 5px;
    border-radius: 100%;
}







.nav.nav-tabs.py-3.mt-4.mt-0 {
    margin-top: 0 !important;
}

.nav.nav-tabs.py-3.mt-4.mt-0 li a {
    color: #808080;
}

.nav.nav-tabs.py-3.mt-4.mt-0 li a.active {
    color: #302f37 !important;
}

.account-box label {
    font-size: 0.8rem;
}

.account-box label span {
    font-size: 0.8rem;
    border: 1px solid #d5d5d5;
    margin-left: 4px;
    color: #808080;
    padding: 0 6px;
}

.account-box label span b {
    border-left: 1px solid #d5d5d5;
    margin-left: 6px;
    padding-left: 6px;
    font-weight: 500;
}

.account-box .charge {
    color: #ec4024;
}

.account-box button {
    font-size: 0.9rem;
    background-color: #48484d;
    color: #fff !important;
}

.account-receipt {
    padding-bottom: 0;
}

.account-receipt .money {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.account-receipt p {
    font-size: 0.9rem;
}

.account-receipt input[type='radio'] {
    display: none;
}

.account-receipt label {
    position: relative;
    font-size: 0.9rem;
    margin-left: 20px;
}

.account-receipt label:before {
    content: '';
    display: inline-block;
    border: 1px solid #d5d5d5;
    width: 22px;
    height: 22px;
    transform: translateY(6px);
    margin-right: 6px;
    border-radius: 100%;
}

.account-receipt label:after {
    content: '';
    display: block;
    background-color: #d5d5d5;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 5px;
    border-radius: 100%;
}

.account-receipt input:checked + label:after {
    background-color: #009904;
}

.account-receipt input:checked + label:before {
    border-color: #009904;
}

.agree-box input {
    display: none;
}

.agree-box label {
    font-size: 0.9rem;
}

.agree-box label:before {
    display: inline-block;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #fff;
    margin-right: 6px;
    transform: translateY(5px);
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    background: url('/resources/image/icon-ck.png') no-repeat center;
    background-size: 60%;

}

.agree-box input:checked + label:before {
    background-color: #009904;
    border: none;
    background-image: url('/resources/image/icon-ck-active.png');
}

.agree-box .sub-agree-box {
    margin-left: 22px;
    position: relative;
}

.agree-box .sub-agree-box:before {
    position: absolute;
    width: 1px;
    height: 24px;
    display: block;
    content: '';
    background-color: #d5d5d5;
    left: -11px;
    top: -8px;
}

.agree-box .sub-agree-box:after {
    position: absolute;
    width: 11px;
    height: 1px;
    display: block;
    content: '';
    background-color: #d5d5d5;
    left: -11px;
    top: 16px;
}

#card .form-group span {
    font-size: 0.8rem;
    color: #b7b7b9;
}

.notice-box.bb-gray01 {
    border-bottom: 1px solid #e1e1e6 !important;
    cursor: pointer;
}

.notice-box img {
    width: 23px;
}

.notice-box p {
    font-size: 0.9rem;
    color: #616161;
}

/* 알림 관리 CSS 수정 */
.notice-box p:nth-child(2) {
    font-size: 1rem;
    color: #302f37;
}

.notice-box p:nth-child(1) {
    font-size: 0.85rem;
    color: #999;
}

.notice-box p span {
    font-size: 0.85rem;
    color: #999;
    background-color: #f2f2f2;
    padding: 2px 6px;
    margin-left: 6px;
}

/* 경기장 조회 */

.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    border-radius: 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #e1e1e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-indent: 0;
    padding: 12px 24px;
}

.nav-pills .nav-link span,
.nav-pills .show > .nav-link span {
    float: right;
    background-color: #48484d;
    text-align: center;
    border-radius: 100%;
    text-indent: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 0.7rem;
    line-height: 24px;
    transform: translateY(-1px);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #009904;
}

.nav-pills .nav-link:first-child {
    border-top: 1px solid #e1e1e6;
}

.nav-pills .nav-link.active span,
.nav-pills .show > .nav-link span {
    color: #009904;
    background-color: #fff;
}

.transparent .tab-content:before,
.transparent .tab-content:after {
    display: none;
}

.ck-place-box {
    border-left: 1px solid #e1e1e6;
    border-top: 1px solid #e1e1e6;
    min-height: calc(100vh - 126px);
    background-color: #f5f5f5;
}

.ck-place-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.ck-place-box a:first-child {
    margin-top: 8px;
}

.ck-place-box a  p {
    max-width:60%;
}
.ck-place-box a button {
    font-size: 0.9rem;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #48484d;
    color: #48484d;
    padding:.275rem .55rem;
}

.ck-place-box a button.green {
    border: 1px solid #009904;
    color: #009904;
}


/* 구장 상세정보 */

.sub-detail-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-detail-title small {
    display: block;
    font-size: 0.85rem;
    margin-top: 6px;
    color: #48484d;
}


.sub-detail-title button {
    font-size: 0.9rem;
    color: #009904;
    border: 1px solid #009904;
    border-radius: 20px;
/*     padding: .4rem 0.85rem; */
    padding: 0px 7px;
}

.sub-detail-title button:hover {
    color: #009904;
}
.toggle.btn.btn-primary, .btn.btn-default {
    border-radius:1.3rem !important;
}
.qa-box .bb-gray01.media.px-24.pt-4.place-image-box {
    padding:12px 24px !important;
    border-bottom:none !important;
}
.qa-box .place-image-box .align-self-center {
    top:10px;
}
.toggle-handle {
    left:27px !important;
}
.toggle.btn.btn-default.off .toggle-group .toggle-handle {
    left:55px !important;
}

.sub-detail-title button img {
    width: 18px;
    transform: translateY(-2px);
    margin-right: 4px;
}
.qa-box .place-image img {
    width:100%;
}
.place-image { 
    background-color:#f5f5f5;
    position:relative;
}
.place-image img {
    width: 100%;
    min-height:200px;
}
.place-image ul {
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    padding-left:0;
    top:100px;
}
.place-image ul li {
    display:inline-block;
    width:66px;
    height:66px;
    border: 4px solid #f27235;
    background-color:#fff;
    border-radius:100%;
    margin:0 10px;
    overflow:hidden;
}
.place-image ul li img {
    width:110%;
    min-height:0;
    height:auto;
    margin:0;
    position:relative;
    left:-5%;
    top:-5%;
    padding:0;
}

.place-image ul p {
    font-size:24px;
    font-weight:600;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    position:relative;
    top:-6px;
}
.place-image ul li:nth-child(2) {
    border-color:#0044c0;
}
.place-image ul.player02 {
    left:-52%;
    top:20%;
}
.place-image ul.player03 {
    right:-52%;
    top:20%;
}
.place-image ul.player04 {
    left:-28%;
    top:32%;
}
.place-image ul.player05 {
    right:-28%;
    top:32%;
}
.place-image ul.player06 {
    top:42%;
}
.place-image ul.player07 {
    left:-47%;
    top:58%;
}
.place-image ul.player08 {
    top:55%;
}
.place-image ul.player09 {
    right:-47%;
    top:58%;
}
.place-image ul.player10 {
    top:77%;
}
.place-image ul.player11 {
    top:83%;
    left:-70%;
}
.place-image ul.player12 {
    top:83%;
    right:-70%;
}
.place-image ul p.top {
    top:-110px;
}
.place-image ul.player12 li {
    border-color:#009904;
}
.place-image ul.player12 p {
    left:-44px;
}
.place-image ul.player12 p:last-child {
    right:-44px;
    left:auto;
    top:-163px;
}


.play-list-ck .checkbox {
    width: 24%;
    text-align: center;
}

.play-list {
    margin-bottom: 80px;
}

.play-list .place-box {
    margin-bottom: 90px;
    padding: 0;
}

.play-list .place-box .main-place {
    padding: 24px;
}

/* 경기장 요청 */
.play-list-title span {
    color: #999;
    font-size: 0.85rem;
    font-weight: 400;
    float: right;
    margin-top: 3px;
}

.play-list-title span font {
    color: #009904;
}

.play-list-ck p {
    text-align: center;
    color: #999;
    font-size: 0.8rem;
    display: block;
    margin: 0 auto;
}

.play-list-ck button {
    font-size: 1rem;
    color: #fff;
    background-color: #48484d;
}

.play-list-ck button img {
    width: 16px;
    margin-right: 6px;
    transform: translateY(-2px);
}

.request-box .media {
    padding-bottom: 1rem;
    padding-top:1em;
}

.request-box .media.bb-gray01:last-child {
    border-bottom:0;
}

.request-box .media .img_player_profile {
    width: 24px;
    border-radius: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.request-box .media .p_player_image img {
    width: auto;
    max-width: 870px;
}

.request-box .media-body p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.request-box .media-body p:nth-child(3) {
    margin-bottom: 0;
}

.request-box .media-body p:nth-child(4) {
    font-size: 0.9rem;
    color: #999;
}

.request-box .media-body button {
    padding: 0;
    vertical-align: text-top;
    margin: 0;
    font-size: 0.9rem;
    color: #999;
    transform: translateY(-1px);
}

.bottom-box .input-group-append a.btn {
    height: auto;
    background-color: #fff;
    color: #009904;
    padding: 0;
    border: 1px solid #d5d5d5;
    border-left: none;
    min-width: 70px;
    text-align: right;
    padding-right: 0.7rem;
    transform: translateX(-1px);
}

.bottom-box .input-group input[type=text] {
    border-right: 1px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/* 구장선택 */
.sub-detail-title h5 .search {
    display: inline-block;
    margin-left: 6px;
    transform: translateY(-2px);
}

.sub-detail-title h5 .search img {
    width: 24px;
}

.sub-detail-title span.point {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ec4024;
    transform: translateY(10px);
}

.play-list .admin-info .media .media-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float:right;
    width:calc(100% - 94px);
    margin-top:16px;
}

.play-list .admin-info .media h5 {
    color: #009904;
    font-size: 0.95rem;
}

.play-list .admin-info .media p {
    font-size: 0.95rem;
}

.play-list .title-size {
    font-size: 0.95rem;
}

.play-list .title-size img {
    width: 18px;
    transform: translateY(-2px);
}

.play-list .admin-info .media .call img {
    width: 28px;
}

.introduce-info,
.alarm-info,
.request-box {
    text-align: left;
}

.play-list .alarm-info p,
.play-list .introduce-info p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #48484d;
}

/* .play-list .alarm-info p img, .play-list .introduce-info p img{ */
/* 	width:100%; */
/* } */
.player-table .table th {
    font-size: 0.9rem;
    padding: 0.6rem 0.6rem;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: -0.07rem;
    font-size:13px;
    vertical-align:middle;
}

.player-table .table td {
    font-size: 0.9rem;
    padding: 0.3rem 0.3rem;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: -0.07rem;
    font-size:13px;
    vertical-align:middle;
    color: #000;
}

.player-table .span_apply_complete_team::before{
content: '';
    display: block;
    margin-left: -1.9em;
    margin-bottom: 1em;
    bottom: 10%;
    right: 11px;
    width: 50px;
    height: 17px;
    background-image: url('/resources/image/ico_teamTag.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.player-table .td_player_name{color:#c0c0c0;}

.player-table .table td.finish {
    color: #000;
    background-color: #fff;
    padding: .975rem .4rem;
    white-space:break-spaces;
}

.player-table .table td.end {
    color: #000;
    padding: .975rem .4rem;
}

.player-table .table td.disabled {
    color: #c0c0c0;
    padding: .975rem .4rem;
}

.player-table .table td.disabled.on {
    color: #fff;
    background-color:#059a08;
    padding: .975rem .4rem;
}

.player-table .table td.is_my_position {
    color: #fff;
    background-color:#e00000;
    padding: .975rem .4rem;
}

.player-table .table td.wait{
	color: #c0c0c0;padding: .5rem .4rem;
}

.text-white {
    color: #fff!important;
}

.player-table .table td.blue {
    color: #fff;
    background-color: #0044c0;
    padding: .975rem .4rem;
}

.player-table .table td small {
    color: #616161;
    display: block;
    margin: 4px auto 12px;
}

.player-table .table td button.apply {
    border: 1px solid #009904;
    color: #009904;
    font-size: 0.9rem;
    padding: .375rem .8rem;
    letter-spacing: -0.07rem;
    min-width: 50px;
    word-break:keep-all;
}

.player-table .table td button.disabled {
    border: 1px solid #d5d5d5;
    color: #999;
    font-size: 0.9rem;
    background-color: #f7f7f7;
    padding: .375rem .4rem;
    letter-spacing: -0.07rem;
}

.table .thead-light th {
    background-color: #f7f7f7;
    border-bottom: 0;
}

.player-table span.money {
    /* float: right; */
    font-size: 0.9rem;
    color: #000;
    letter-spacing:-1.2px;
    line-height:0.9rem;
}

.share-btn button.waiting {
    width: 100%;
    margin-bottom: 0.6rem;
    background-color: #009904;
    color: #fff !important;
}

.share-btn .waiting-small {
    color: #ec4024;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    transform: translateY(-4px);
    text-align: center;
}

.share-btn button {
    width: 32%;
    font-size: 0.9rem;
    padding: 0.6rem 0.3rem;
    background-color: #f9e000;
    color: #3b1c1c !important;
    letter-spacing: -0.07rem;
    white-space:nowrap;
    font-size:13px;
}

.share-btn button:nth-child(4) {
    background-color: #00c73c;
    color: #fff !important;
    margin-left: 0.1rem;
    float: right;
}

.share-btn button img {
    width: 20px;
    transform: translateY(-2px);
    margin-right: 4px
}

.modal-body.competition ul.media {
    width: 49%;
    display: inline-flex;
}

.request-box.pt-0.mt-3.mb-6 {
    margin-bottom:0;
}

.modal-body.competition ul.media .media-body p {
    font-size: 0.9rem;
}

.modal-body.competition ul.media .media-body h5 {
    font-size: 1.4rem;
    font-weight: 600;
    transform: translateY(-2px);
}

.modal-body.competition ul.media .media-body h5.red {
    color: #ec4024;
}

.modal-body.competition ul.media .media-body h5.green {
    color: #009904;
}

.competition > h5 {
    font-size: 1.1rem;
}

.modal-body.cancel h5 {
    font-size: 1.1rem;
}

.font-alart {
    font-size: 0.9rem;
    color: #ec4024;
}

.modal-competition td,
.modal-competition th,
.modal-competition tr {
    font-weight: 400;
    font-size: 0.87rem;
    vertical-align: middle;
    letter-spacing: -0.07rem;
}

.modal-competition td {
    padding: 0.3rem;
}

.modal-competition td button {
    font-size: 0.86rem;
    border: 1px solid #009904;
    color: #009904;
    padding: .3rem .5rem;
}

.modal-competition td.disabled {
    background-color: #f7f7f7;
}

.modal-competition td.finish {
    background-color: #f66a26;
    color: #fff;
}

.modal-competition span.money {
    float: right;
    margin-right: 4px;
    letter-spacing: -0.07rem;
}

.modal-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item.active {
    background-color:#009904 !important;
}

.introduce-header small {
    font-size: 0.85rem;
    color: #616161;
}

.introduce-content {
    font-size: 0.9rem;
}

.introduce-content .form-row span {
    margin-right: 2px;
    margin-left: 10px;
    transform: translateY(9px);
    font-size: 0.85rem;
}

.introduce-content p img {
    margin-right: 6px;
    width: 20px;
}

.introduce-content p:nth-child(2) img {
    width: 16px;
    margin-left: 2px;
}

.introduce-content .modal-notice p:nth-child(1) {
    margin-bottom: 0.1rem;
    font-size: 0.85rem;
    color: #616161;
}

.introduce-content .modal-notice p:nth-child(2) {
    font-size: .9rem;
    margin-bottom: 0.1rem;
}

.introduce-content .modal-notice p:nth-child(3) {
    font-size: .8rem;
    margin-bottom: 0.1rem;
    color: #616161;
}

.introduce-content .modal-notice p small {
    background-color: #efefef;
    padding: 2px 4px;
    margin-left: 4px;
    transform: translateY(-3px);
}

.bg-yellow {
    background-color: #fefbf2;
}

.modal-body .modal-btn-box button {
    padding: 0;
    border: none;
    margin-left: 4px;
}

.modal-body .modal-btn-box button img {
    width: 23px;
}

.modal-body .carousel-indicators {
    bottom: 0;
    margin: 0;
    padding: 1%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-body .media-body div {
    line-height: 1rem;
}

.modal-body .media-body div h5 {
    color: #009904;
    margin-bottom: 1rem;
}

.modal-body .media-body div span {
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

/* 자유계시판 */
.write-big button {
    width: 100%;
    background-color: #48484d;
    color: #fff !important;
}

.write-big button img {
    width: 17.5px;
    margin-right: 6px;
    transform: translateY(-2px);
}

/* 게시글 보기 */
.post-box img {
    width:auto;
    max-width:100%
}

.post-box p {
    font-size: 0.9rem;
}

/* 게시글 보기 */

.post-txt {
    width: 100%;
    border: 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background-color: #f5f5f5;
    padding: 12px 24px;
    font-size: 0.9rem;
    border-radius: 0;
    outline-style: none;
}

.btn-gray {
    background-color: #48484d;
    color: #fff !important;
}

.btn-big {
    font-size: 0.9rem;
    width: 100%;
    padding: .5rem 1rem;
}

.btn-big img {
    width: 12px;
    transform: translateY(-2px);
}

.post-del {
    font-size: 0.9rem;
    vertical-align: middle;
}

.post-del img {
    width: 18px;
    vertical-align: top;
}

/* 질문 */

.qa-box .align-self-center {
    position:absolute;
    top:22px;
    right:30px;
}
.qa-box .card {
    border: none;
    border-bottom: 1px solid #e1e1e6;
    background-color: #f5f5f5;
}

.qa-box .card p {
    font-size: 0.9rem;
}

.bb-gray01.media.px-24.pt-4.collapsed svg {
    transform: rotate(180deg);
}

.qa-box img {
    width: 20px;
}

.qa-box .media-body {
    padding-right: 40px;
}

/* 문의하기 */
.ask-box .nav.nav-tabs.py-3.mt-4 li {
    width: 33.3%;
}

.bb-gray01.media.px-24.pt-4 {
    border-bottom: 1px solid transparent;
}

.bb-gray01.media.px-24.pt-4.collapsed {
    border-bottom: 1px solid #e1e1e6;
    transition:1s;
}

.answer-label {
    font-size: 0.8rem;
    color: #fff;
    background-color: #dc4a4a;
    padding: 2px 8px;
    border-radius: 4px;
}

.answer-label.gray {
    background-color: #616161;
}

.answer-title {
    font-size: 1rem;
}

div small.date {
    color: #999;
    transform: translateY(-4px);
}

.answer-txt {
    font-size: 0.9rem;
}

.qa-wrap {
    position: relative;
    top: -20px;
}

.qa-box .bb-gray01.media.px-24.pt-4 .align-self-top {
    position:absolute;
    right:30px;
    top:48px;
}

.qa-box {
    position: relative;
}

.qa-box button.delete {
    font-size: 0.8rem;
    position: absolute;
    right: 24px;
    color: #999;
    padding: 0;
    top: 24px;
}

.pc-title {
    display: none;
}

.no-play {
    max-width: 40%;
    margin: 0 auto;
    fill: #ccc;
}


.modal-competition td button:hover,
.modal-competition td button:active
.modal-competition td button:focus {
    color:#009904;
}

.navbar {
    z-index:99999999999999999999999999 !important;
}

.transparent.short-box {
    min-height:94vh;
}

.media {
    display:inherit;
}
.media .media-body {
    display:table-cell;
}

.play-list .admin-info .media{
	display: block!important;
}

.div_free_board_list .notice-box {
    position:relative;
}
.div_free_board_list .notice-box .align-self-center {
    position:absolute;
    right:30px;
    top:45px;
}
.div_free_board_list .media-body {
    padding-right:30px;
}
.table-bordered {
    background-color:#fff; 
}

@media (min-width:993px) and (max-width: 1400px) {
    
    .post-box img {
        width: 100%;
    }
    
    .sub-detail-title {
        padding-top:75px;
    }
    
    .container .mypage {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0 !important;
    }
    
    .container.py-0.px-24 {
        margin-top:140px;
    }
    
    .modal-content {
        margin-top:40px;
        margin-bottom:40px;
    }
    
    .pt-77 {
        padding-top:77px !important;
    } 
    
    .modal-dialog {
        margin:1rem auto;
    }
    
    .transparent.short-box {
        margin-top:0;
        padding-top:80px;
    }
    
    .container.p-0.pt-tablet-80 {
        padding-top:80px !important;
    }
    
    .bg-gray.bg-white .container.p-0.mb-5 .mypage {
        padding:0;
    }

    .bottom-box {
        max-width: 960px !important;
    }

    body .bottom-box.custom-login-box {
        max-width: 600px !important;
    }

    .main-box {
        margin-bottom: 0 !important;
    }

    .navbar.navbar-expand-lg.bd-navbar {
        border-bottom: 1px solid transparent !important;
    }

    .container.py-0.px-24 {
        margin-bottom: 0;
    }

    .container {
        margin-top: 20px;
        padding-top: 80px !important;
        background-color: #fff;
    }

    .container.p-0 {
        padding-top: 0 !important;
    }

    .bg-gray.bg-white .container.p-0 {
        min-height: 94vh;
    }

    .bottom-box {
        max-width: 600px;
    }

    .container.px-0.sub-main {
        min-height: 0;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
    }

    .withdraw-box {
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
    }

    .input-group.mb-2.mt-3.px-24 {
        max-width: 600px;
        margin: 0 auto;
    }

    .input-group.mb-2.mt-3.px-24 div {
        margin: 0 auto;
    }

    .bottom-box {
        max-width: 1140px;
    }

    .ing-box:last-child {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .transparent {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        margin:1rem auto;
    }
    .qa-box .align-self-center {
        top:22px;
    }
    .point-list .point-txt01 span {
        margin-right:40px;
    }
    
    .navbar-brand {
        height: 50px;
    }
        
    .custom-login-box.container.py-0.px-24 {
        margin-bottom: 0;
    }
    
    .bg-gray.bg-white .container.p-0,
    .bg-gray.bg-white .container.p-0.mb-6 {
        max-width:960px !important;
        background: #fff;
    }

    .bottom-box.custom-login-box {
        max-width: 1000px !important;
    }


    .play-list {
        margin-bottom: 115px;
    }

    .no-play {
        max-width: 60%;
    }

    .pc-title {
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
        padding-bottom: 20px;
        display: block;
    }

    .pc-title h5 {
        font-size: 26px;
        display: inline-block;
        margin: 0 auto 40px;
        position: relative;
    }

    .pc-title h5:before {
        content: '';
        background-color: #009904;
        width: 100%;
        height: 12px;
        display: block;
        position: absolute;
        bottom: -3px;
        opacity: 0.3;
    }

    .transparent {
        background-color: #fff;
    }

    .mypage {
        padding-top: 96px !important;
        margin-bottom: 40px;
    }

    .bottom-box {
        max-width: 960px !important;
    }

    .nav-pills .nav-link {
        background-color: #fff;
    }

    #myCarousel.carousel.slide {
        max-width: 1920px;
        margin: 0 auto;
        margin-top: 76px;
    }

    .main-box {
        border-radius: 20px;
        margin-bottom: 60px;
        top: -40px;
    }

    .nav-place-box .nav-tabs {
        width: 100%;
        border-bottom: 1px solid #e1e1e6;
    }

    .nav-place-box {
        margin-top: 20px;
    }

    .place-box .main-place {
        margin-left: -25px;
        margin-right: -25px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .place-date-box .btn-group label.btn {
        padding: 24px 20.5px;
    }

    .carousel-indicators {
        bottom: 54px;
        margin-left: 30%;
    	margin-right: 30%;
    }

    .game-info .carousel-indicators {
        bottom: 0px;
    }

    .carousel-indicators li {
        width: 16px;
        height: 16px;
        margin: 12px;
        border: 2px solid #fff;
    }

    .carousel-item img {
        display: none;
    }

    .carousel-item img.m-carousel-img {
        display: block;
    }

    #myCarousel {
        display: block;
    }

	#myCarouselMo {
        display: none;
    }
    
    body {
        background-color: #ececec;
        min-height: 100vh;
    }

    body.bg-white {
        background-color: #ececec !important;
    }

    .container.px-0.sub-main {
        max-width: 600px;
        background-color: #fff;
        border-radius: 20px;
        padding-bottom: 40px;
        margin-top: 140px;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }

    .container.px-0.sub-main .input-group {
        max-width: 440px;
        margin: 0 auto;
    }

    .container.py-0.px-24 {
        margin-top: 180px;
        background-color: #fff;
        padding: 20px 20px 40px !important;
        max-width: 600px;
        border-radius: 20px !important;
        margin-bottom: 120px;
    }

    .login-logo-box {
        margin-top: 4rem;
    }

    .login-logo-box img {
        width: 100px;
    }

    .bottom-box {
        position: relative;
        top: -115px;
        margin: 0 auto;
        padding: 30px 60px 60px;
        border-radius: 0 0 20px 20px !important;
        background-color: #fff;
        border-top: 1px solid #ccc;
        max-width: 1140px;
    }
    .bottom-box.bg-white {
        top:-115px;
    }

    .bottom-box.bg-white.main {
        top:-4px;
    }

    .find-btn-box {
        padding-bottom: 80px;
    }

    .bottom-box button {
        max-width: 330px;
        margin: 0 auto;
        border-radius: 4px;
        color: #fff !important;
    }

    .login-input-box {
        margin: 40px 100px;
    }

    .login-btn-box {
        padding-bottom: 20px;
    }

    .sub-main.bg-gray {
        background-color: #fff;
        min-height: 0;
        border-radius: 20px;
        max-width: 600px;
        margin-top: 160px;
        padding-bottom: 80px;
        padding-top: 80px;
        padding-right: 80px !important;
        padding-left: 80px !important;
    }

    .login-input-box .login,
    .find-btn-box .find-button {
        padding: 1rem;
    }

    .find-txt-box span {
        border: 1px solid #ececec;
    }

    .pc-ft {
        display: block;
        position: absolute;
        z-index: 999999;
    }

    .mypage .col-12.col-lg-6.py-3 {
        border-right: 1px solid #ccc;
    }

    .mypage .col-12.col-lg-6.py-2 {
        border: none !important;
        background-color: #fff !important;
        margin-top: 4px;
    }

    .mypage .col-12.col-lg-6.py-3 .info-setting {
        top: 30px;
    }

    .mypage .col-12.col-lg-6.py-2 button {
        font-size: 0.9rem;
        height: 100px;
        background-color: #f5f5f5;
        border: 1px solid #e1e1e6;
        margin: 0 6px;
    }

    .mypage .col-12.col-lg-6.py-2.btn-box button {
        font-size: 0.9rem;
        height: 90px;
        background-color: #f5f5f5;
        border: 1px solid #e1e1e6;
        margin: 0 6px;
    }

    .mypage .col-12.col-lg-6.py-2 button:after {
        display: none !important;
    }

    .container.login-box,
    .bottom-box.login-box {
        max-width: 600px !important;
    }

    .bottom-box.login-box {
        margin-bottom: 120px;
    }


    .bottom-box a.btn {
        border-radius: 4px;
        max-width: 400px;
        text-align: center;
    }

    .sub-title-box {
        font-size: 20px;
        font-weight: 500;
    }

    .input-title span {
        font-size: 20px;
    }

    .sub-title {
        margin-bottom: 20px;
    }

    .sub-title span {
        font-size: 20px;
    }

    .bottom-box a.btn.w-50 {
        margin: 0 8px;
        border-radius: 4px;
        float: none;
        display: inline-block;
    }

    .container.p-0.mb-6 {
        margin-bottom: 0;
    }

    .container.p-0.mb-5,
    .container.p-0.mb-5 .mypage,
    .container.p-0.mb-6 .mypage {
        margin-bottom: 0;
    }

    .point-list:last-child {
        margin-bottom: 20px;
        border-bottom: none;
    }

    .transparent.pb-0 {
        padding-left: 0;
        padding-right: 15px;
    }

    .transparent.min-80 {
        min-height: 82vh;
    }

    .ing-box {
        margin-bottom: 0px;
    }

    .container.p-0.mb-5 {
        margin-bottom: 0 !important;
        max-width: 960px !important;
    }

    .withdraw-box p {
        font-size: 24px;
    }

    .mb-115 {
        margin-bottom: 115px;
    }

    .mt-100 {
        margin-top: 100px;
    }

}

@media (min-width: 1400px) {
    .mypage {
        padding-top: 126px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #009904;
    }
    
    .transparent {
        margin-top: 60px;
        background-color: #fff;
        padding: 60px 20px;
        min-height: 92vh;
    }
    
    .transparent.min-77 {
        min-height:77vh;
    }
    
    .mypage .col-12.col-lg-6.py-3 .info-setting {
        top: 30px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1000px !important;
    }

    .px-24.withdraw-box.mt-5.pt-5 {
        padding-top: 0 !important;
        width: 600px;
        margin: 0 auto;
    }

    .px-24.withdraw-box.mt-5.pt-5 div {
        background-color: #f4f4f4 !important;
    }

    .input-group.mb-2.mt-3.px-24 div {
        margin: 0 auto;
    }

    .bottom-box {
        max-width: 1000px;
    }

    .mypage .personal-info {
        padding-left: 60px;
        padding-right: 60px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }

    .mypage .personal-info .col-12.col-lg-6.py-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .mypage .personal-info .col-12.col-lg-6.py-2 {
        margin-top: 22px;
    }

    .share-btn button {
        font-size: 1.1rem;
    }

    .post-txt {
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }

    .post-box p,
    .request-box .media-body p,
    .form-control,
    .bottom-box button,
    .qa-box .card p,
    .sub-content-box .toggle-box p {
        font-size: 1rem;
    }

	/* 알림 관리 CSS 수정 */
    .notice-box p:nth-child(2) {
        font-size: 1.2rem;
    }

    .write-big button {
        font-size: 1rem;
        max-width: 330px;
        margin: 0 auto;
        display: block;
    }

    .bottom-box a.btn {
        font-size: 18px;
    }

    .button-1 .knobs:before {
        font-size: 11px;
    }

    .sub-content-box .prohibit-box .form-row {
        max-width: 400px;
        min-width: 400px;
    }

}

/* 로딩바 */
#loading {
    height: 100%;
    left: 0px;
    position: fixed;
    _position: absolute;
    top: 0px;
    width: 100%;
}

#loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}
.modal-content {
    box-shadow:0 0 12px rgba(0,0,0,0.2);
    margin-top:100px;
    margin-bottom:80px;
}

.notice-box.bb-gray01:last-child {
    border-bottom:0 !important;
}

@media (max-width: 992px) {
    .toggle.btn.btn-default.off .toggle-group .toggle-handle {
        left:54px !important;
    }
    .post-box img {
        width: 100%;
    }
    .container.p-0 {
        background-color: #fff;
    }
    .request-box.pt-0.mt-3.mb-6 {
        margin-bottom:70px;
    }
    .transparent.short-box {
        margin-top:0;
        padding-top:80px;
        min-height:100vh;
    }
    .place-box .main-place .col-4.pl-0 {
        max-width:200px;
    }
    
}
@media (max-width: 667px) {
    .place-box .main-place .col-4.pl-0 {
        max-width:120px;
    }
    .modal-dialog {
        margin:1rem;
    }
    .modal-body.competition ul.media img.mr-2 {
        max-width:38px;
    }
    .modal-body.competition ul.media .media-body h5 {
        font-size:1.05rem;
    }
}
 
    .ck-place-box a button {
        padding:.175rem .35rem;
        letter-spacing:-1px;
        word-break:keep-all;
    }    
    .ck-place-box a p {
        max-width:56%;
        letter-spacing:-1.2px;
        
    }
    .page-item.arrow.mr-3 {
        margin-right:0.2rem !important;
    }
    .page-item.arrow.ml-3 {
        margin-left:0.2rem !important;
    }


@media (min-width:576px) and (max-width: 992px) {
    .modal-dialog {
        margin:1rem auto;
    }
    .modal-dialog .modal-content {
        margin-top:60px;
    }
    .place-image ul li {
        width:40px;
        height:40px;
        border:3px solid #f27235;
        margin:0 4px;
    }
    .place-image ul p {
        font-size:16px;
    }
    .place-image ul p.top {
        top:-74px;
    }
    .place-image ul.player12 p {
        left:-27px;
    }
    .place-image ul.player12 p:last-child {
        right:-27px;
        top:-114px;
    }
}

@media (max-width: 992px) {
    .place-image ul {
        top:60px;
    }
    .place-image ul li {
        width: 30px;
        height: 30px;
        border: 2px solid #f27235;
        margin: 0 1px;
    }
    .place-image ul.player10 {
        top:82%;
    }
    .place-image ul p {
        font-size:13px;
    }
    .place-image ul p.top {
        top:-54px;
    }
    .place-image ul.player12 p {
        left:-18px;
    }
    .place-image ul.player12 p:last-child {
        right:-14px;
        top:-89.5px;
    }
    .place-image ul.player08 {
        top:59%;
    }
    .place-image ul.player06 {
        top:43%;
    }
}

@media (max-width: 370px) {
    .nav-point-box a span {
        font-size:1rem !important;
    }
    .nav-point-box a {
        margin-left:12px !important;
    }
    .nav-point-box a.add-point {
        padding-top:0 !important;
    }
    .nav-point-box a span {
        letter-spacing:-1.15rem;
    }
    .filter-box button {
    margin: 0 5px;
	}
}

/* Datepicker 요일 색상 설정 */
.datepicker-days tbody tr td:first-child {
	color: red;
}

.datepicker-days tbody tr td:last-child {
	color: blue;
}

.toggle-off {
	color: white;
}

.modal_game_position {
    margin-top:0px;
    margin-bottom:0px;
}

.position_money {
	float: none !important;
}

.place-box .main-place .tag-play-type{
/*     background-color: #673ab7!important; */
    background-color: #ffc645!important;
    color: #000;
    padding: 5px 10px;
    margin: 0px 0px 0px 10px;
}

.place-box .main-place .tag-play-type-league{
/*     background-color: #0054FF!important; */
    background-color: #ffc645!important;
    color: #000;
    padding: 5px 10px;
    margin: 0px 0px 0px 10px;
}

.place-box .main-place .tag-play-type-team{
/*     background-color: #009904!important; */
    background-color: #ffc645!important;
    color: #000;
    padding: 5px 10px;
    margin: 0px 0px 0px 10px;
}

.total_cnt{font-size:13px; color:#88888b;}
.total_cnt .num{font-size:15px;font-family: 'Roboto', sans-serif; font-weight: 600; color:#000;}

.btn_point_request_cancel{
	color: #fff;
    min-width: 50px;
    background-color: #009904;
    font-size: 0.9rem;
}
.place-box .main-place .p_game_comment, .place-box .main-place .game_comment{
	color:#bb0000;
}
.is_my_position{
	width: 100px;
    white-space: pre-wrap;
}

.place-box .main-place .col-8{padding-right:5px;}

.pagination-list-bottom:last-child {
    border-bottom: none;
    margin-bottom: 74px;
}

.board-img{
	width: auto!important;
	max-width: 100%;
	margin-top: 10px;
}

.pointer {
    cursor: pointer;
}

/** footer 추가 **/
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    
}

.footer__inner {
    margin: 0 auto;
}
footer span {
    font-size: 18px;
    line-height: 20px;
}
footer span {
    font-weight: 300;
    color: #666;
    font-style:normal;
}
.footer__company-address{margin:2em 0em;}
.footer__company-address strong {
    font-weight: 400;
}
.footer__company-info{margin:1em 0em;}

footer a {
    color: inherit;
    text-decoration: none;
    font-style: initial;
    font-weight: 400;
}
footer a:hover{color:#fff;}
.footer__company-info span:not(:last-child):after {
    content: "|";
    margin: 0 16px;
    color: #d3d3d3;
}
/** // footer 추가 **/

.notice_sub_title {
	vertical-align: middle;
	font-size: 25px;
}

.notice_sub_title_desc {
	vertical-align: middle;
	font-size: 15px;
	color: #ec4024;
}



/* .play-list .alarm-info p img, .play-list .introduce-info p img{width:100% !important;} */
.play-list .alarm-info p img, .play-list .introduce-info p img{
	max-width:100% !important;
}

.filter-type {text-align:right; margin-right:1.5em;}
.tab01 {    list-style: none;
    background-color: #fff;
    display: inline-block;
    padding: 0.25em;
    margin: 0em; border-radius:2em;
    border:1px solid #e1e1e6;
    
     }
.tab01 li{float:left; padding:0.5em 1em; color:rgba(0, 153, 4, 1);}
.tab01 li.active{background-color:#fff;border-radius:2em;background: rgb(34, 179, 13);
    background: linear-gradient(122deg, rgba(34, 179, 13, 1) 0%, rgba(0, 153, 4, 1) 100%); color:#fff;}
.player-table .table td{
	position: relative;
}
.m_badge{
	background-color:#dc4a4a;
	color:#fff; 
	/* border:2px solid #a93131; */ 
	border-radius:15px;
	font-family: "Roboto", sans-serif;
	font-weight:bold;
	width:14px; 
	height:14px;
	font-size:10px;   
	display: inline-block;
    position: absolute;    
    right: 5px;
    top: 5px;
}

.f_badge{
	background-color:#ffc645;
	color:#fff; 
	/* border:2px solid #ffa80d; */ 
	border-radius:15px;
	font-family: "Roboto", sans-serif;
	font-weight:bold;
	width:14px; 
	height:14px;
	font-size:10px;    
	display: inline-block;
    position: absolute;    
    right: 22px;
    top: 5px;
}

.nav-new-notice{background-color:#ed2223; color:#fff; border-radius:15px;  padding:0px 4px;font-family: "Roboto", sans-serif;
display: inline-block;position:absolute; top:0; right:-3px; font-size:10px; }

.px-15 {padding:24px 15px;}
    
.score-total ul{list-style:none; padding:0px; margin:0 auto;display: inline-block;}
.score-total ul li{float:left; font-size:1em; font-weight:bold; }
.score-total ul li img{width:35px; display:block;}
.bLine{margin-bottom: 2em;}
.score-total .table{margin:0px;}
.score-total .table .thead-light th{padding: 0.75em 0em;}
    
.friend .player-info-box{width:35px;height:35px;}

.friend .player-info-box:before{width:30px;height:30px; display:none;}
.friend .player-info-box{float:left;}
.friend .player-info-txt{margin-left:40px;}
.friend .player-info-txt h5{font-size:16px;overflow-wrap: break-word;width: 100px;}
.friend .btn.div_game_history_button{padding:5px;}

.playInfo {list-style:none;    display: inline-block; padding-left:1em;width: 100%;}
.playInfo li{float:left; width:33.3%; padding:1em 0em;}
.playInfo.traffic li{width:33%; text-align:center;}
.playInfo li img{width:30px;}
.playInfo li h3{font-size:15px; display:inline-block; padding-right:0.5em; color:#000; width:100px;text-indent: 0.5em;}
.playInfo li span.green{color:#059a08; font-size:15px;}
.playInfo li span{color:#7a7a7a; font-size:15px;}
    
    @media (max-width: 720px) {
    	.tab01 li { padding: 3px 8px;font-size: 13px;}
    	.filter-type {
    margin: 5px 0em;
}
    }
    
    li.f100{width:100% !important; padding:0.25em 0em !important;}
    .gridInfo{    display: inline-grid; text-align: center;    min-width: 70px;}
    .gridInfo img{    display: table-row; margin: 0 auto;}
    .playInfo li span.line{color:#e1e1e6;font-size:10px;}
    
    .ico-tooltip{margin:0 5px;}
    
    
    
       @media (max-width: 750px) {
    .playInfo li{float:left; width:33.3%; padding:1em 0em; text-align:center;}
.playInfo.traffic li{width:33%; text-align:center;}
.playInfo li img{width:40px;display:block; margin:0 auto; margin-bottom:5px;}
.playInfo li h3{font-size:15px; display:inline-block; padding-right:0em; color:#000; display:block;width:auto;text-indent: 0em;text-align: center;}
.playInfo li span.green{color:#059a08; font-size:15px;}
.playInfo li span{color:#7a7a7a; font-size:15px; display:block;text-align: center;}
.play-list .playInfo{padding-left:0px;}
.px-24{    padding-left: 20px;
    padding-right: 20px;
}
.playInfo li{text-align:left;}
.playInfo li.f100 h3{display:inline-block; width:100px;text-align: left;}
.playInfo li.f100 span{display:inline-block;}
}

.icon.beta{background-image: url('/resources/image/icon_beta.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 20px;}
.tooltip-inner {
    max-width: 380px;
    width: 380px; 
}

.text-align-right{
	text-align: right;
}
    @media (max-width: 720px) {
.tooltip-inner {
    max-width: 310px;
    width: 310px; 
}
}


@media (max-width: 350px) {
	.playInfo li.f100 h3{display:inline-block; width:63px;}
.playInfo li.f100 span{display:inline-block;font-size: 13px;}
.playInfo li.f100 .gridInfo{min-width: 63px;}
.playInfo li.f100 img{width: 38px;}
.tooltip-inner {
    max-width: 85%;
    width: 85%; 
    margin: 0em 2em;
	}
}

/*경기기록등록*/
.game_add_btn {
	min-width: 94px !important;
	padding: 0.5rem 0.75rem;
	font-weight: bold;
}


/* 문의하기 */
.notification_box .nav.nav-tabs.py-3.mt-4 li {
    width: 20%;
}

.notification_box .tab-content {
    margin-top: 10px;
}
	
	

/* 포인트 충전 */
.mypage #account .notice .kakao {
    display: inline-block;
    float: right;
    margin-left: 10px;
}


.mypage #account .notice .kakao img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: -3px;
}


.sc-swiper-auto-selected .swiper-slide{
	background-image: url('/resources/image/game/bg_game_draw.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sc-swiper-auto-selected .swiper-slide.win{
	background-image: url('/resources/image/game/bg_game_win.png');
}

.sc-swiper-auto-selected .swiper-slide.play{
	background-image: url('/resources/image/game/bg_game_play.png');
}

.sc-swiper-auto-selected {
    padding: 30px 0px;
    overflow: hidden;
}

.sc-swiper-auto-selected .swiper-slide.card-product {
    width: 100px;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px #C1C8D080;
    
}
.sc-swiper-auto-selected .swiper-slide.card-product span{
	font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 1.5em 0em;
}
.swiper.swiper-product{padding:10px;}
.sc-swiper-auto-selected .container{margin:0 auto; padding:0px;}
.sc-swiper-auto-selected .swiper-slide.card-product.active {
    border: 1px solid #E10024;
    background-color: #FDF2F4;
}

.container-side-gradient {
    position: relative;
    overflow: hidden;
}

.container-side-gradient::before,
.container-side-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    width: 16px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.container-side-gradient::before {
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.container-side-gradient::after {
    right: 0;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}
.sc-swiper-auto-selected .swiper-pagination-bullet-active{background:#00a425;}

.result-card .card-wrap .top-title span{color:#fff;}
#result-popup .modal-dialog{width: auto; max-width:none;}
.result-card .card-wrap{width:900px; height:575px;background:url('/resources/image/game/bg_play.png') center center no-repeat;	background-size: cover; padding:36px 30px;    box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between;}
.result-card .card-wrap.play{background-image:url('/resources/image/game/bg_play.png');}
.result-card .card-wrap.win{background-image:url('/resources/image/game/bg_win.png');}
.result-card .card-wrap.draw{background-image:url('/resources/image/game/bg_draw.png');}
.result-card .card-wrap .top-title{    display: flex;    justify-content: space-between;     align-items: start; color:#fff;    padding-top: 2px;}
.result-card .ico.share{width:40px; height:40px;display:inline-block; background:url('/resources/image/game/ico_share.png') center center no-repeat; background-size: cover; cursor:pointer; 	}
.result-card .top-title > div:nth-child(1){width:200px;}
.result-card .top-title > div:nth-child(2){width:260px;}
.result-card .top-title > div:nth-child(3){width:200px;text-align: right;}
.result-card .top-title > div:nth-child(2){ display: flex; color:#fff; }
.result-card .top-title > div:nth-child(1) h4{color:#000; margin:13px 0px 13px 15px;    font-size: 16px;}
.result-card .top-title > div:nth-child(2) h3{flex:1; text-align:center;    margin: 0em;font-size:20px; }
.result-card .game-data{    display: flex; flex-direction: row;    align-items: end;}
.result-card .game-data .profile{    width: 153px; height: 120px;display:inline-block; background:url('/resources/image/game/img_profile.png') center center no-repeat; background-size: contain; }
.result-card .nickname{    display: flex;flex-direction: row; align-items: end; transform: skew(-7deg, -0deg);margin-left: -4px;}
.result-card .nickname h3{ background: #000; display: inline-block; padding: 8px 20px; color: #39cd20; margin:10px 0px 0px 0px;}
.result-card .nickname .level{background: #39cd20;     width: 41px; height: 41px;}
.result-card .diagonals { color:#fff; height: 60px; width: 400px; overflow: hidden; display: -webkit-box; display: -moz-box; display: box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-moz-box-align: stretch;box-align: stretch;-webkit-align-items: stretch;-moz-align-items: stretch;-ms-align-items: stretch;-o-align-items: stretch;align-items: stretch;-ms-flex-align: stretch;}
.result-card .diagonal {padding: 1px;height: 120%;background: rgba(0,0,0,.3);color:#fff;border-right:1px solid rgba(255,255,255,.5);-webkit-box-flex: 1;-moz-box-flex: 1;box-flex: 1;-webkit-flex: 1;-moz-flex: 1;-ms-flex: 1;flex: 1;text-align:center;}
.result-card .diagonal > div{padding:3px 0px;color:#fff;}
.result-card .diagonal > div:first-child{border-bottom:1px solid rgba(255,255,255,.5); color:#fff;}
.result-card .diagonal:last-child{border-right:0px; color:#fff;}
.result-card .game-data .data > div:nth-child(2){ padding:0px; box-sizing: border-box;transform: skew(-7deg, -0deg); margin-left: -9px;}
.result-card .share {
  
}
.share span {
    width: 200px;
    line-height: 80px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.share nav{margin-top:15px;}
.share a {
    line-height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    /*background-color: #ffffff;*/
    color: #ffffff;
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 -20px;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    display:none;
}
.share a img{width:100%;}

.share .i {
	width:50px;height:50px;    display: inline-block;
    background-size:cover;
    background-repeat:no-repeat;
    
}
.share.hover a {
    margin: 0 10px;
    color: #f1ce64;
    font-size: 28px;
    display:inline-block;
}

.share .i.facebook{
    background-image:url('/resources/image/game/sns_facebook.png');
}
.share .i.kakao{
    background-image:url('/resources/image/game/sns_kakao.png');
}
.share .i.line{
    background-image:url('/resources/image/game/sns_line.png');
}
.share .i.instar{
    background-image:url('/resources/image/game/sns_instar.png');
}

#result-popup .modal-content{max-width:900px; margin: 0 auto;}

@media (max-width: 780px) {
.result-card .card-wrap .top-title span{font-size:8px;}
.result-card .card-wrap{    margin: 0 auto; width: 100%;height: 187px;background:url('/resources/image/game/bg_play.png') center center no-repeat;	background-size: cover; padding:8px 15px;    box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between;}
.result-card .card-wrap .top-title{    display: flex;    justify-content: space-between;     align-items: start; color:#fff;    padding-top: 2px;}
.result-card .ico.share{width:40px; height:40px;display:inline-block; background:url('/resources/image/game/ico_share.png') center center no-repeat; background-size: cover; cursor:pointer; 	}
.result-card .top-title > div:nth-child(1){width:90px; line-height:1;        display: inline-flex;flex-direction: column;}
.result-card .top-title > div:nth-child(2){width:160px;}
.result-card .top-title > div:nth-child(3){width:90px;text-align: right;}
.result-card .top-title > div:nth-child(2){ display: flex; color:#fff; }
.result-card .top-title > div:nth-child(1) h4{margin:3px 0px 3px 0px; font-size:8px;}
.result-card .top-title > div:nth-child(2) h3{font-size:10px; }
.result-card .game-data{    display: flex; flex-direction: row;    align-items: end;}
.result-card .game-data .profile{    width: 70px; height: 70px;}
.result-card .nickname{    display: flex;flex-direction: row; align-items: end; transform: skew(-7deg, -0deg);margin-left: -4px;}
.result-card .nickname h3{padding: 4px 4px; margin:10px 0px 0px 0px; font-size:8px;}
.result-card .nickname .level{background: #39cd20;     width: 18px; height: 18px;}
.result-card .diagonals { height: 35px; width: 120px; overflow: hidden; display: -webkit-box; display: -moz-box; display: box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-moz-box-align: stretch;box-align: stretch;-webkit-align-items: stretch;-moz-align-items: stretch;-ms-align-items: stretch;-o-align-items: stretch;align-items: stretch;-ms-flex-align: stretch;}
.result-card .diagonal {padding: 1px;height: 100%;background: rgba(0,0,0,.3);color:#fff;border-right:1px solid rgba(255,255,255,.5);-webkit-box-flex: 1;-moz-box-flex: 1;box-flex: 1;-webkit-flex: 1;-moz-flex: 1;-ms-flex: 1;flex: 1;text-align:center;}
.result-card .diagonal > div{padding:1px 0px; font-size:8px;}
.result-card .diagonal > div:first-child{border-bottom:1px solid rgba(255,255,255,.5);}
.result-card .diagonal:last-child{border-right:0px;}
.result-card .game-data .data > div:nth-child(2){ padding:0px; box-sizing: border-box;transform: skew(-7deg, -0deg); margin-left: -9px; font-size:10px;}
.result-card .ico.share{width:15px;height:15px;}
.share .i{width:20px; height:20px;position: absolute;}
.share a{width:auto;line-height:initial;}
.share.hover a{margin:0px 5px; width: 20px;height: 20px;}
.share nav{margin-top:5px;        position: absolute;right: 20px; width: 80px;}
#result-popup .modal-header{margin:0px;padding:0px; height:40px;}
#result-popup .modal-header .close{padding:0px 10px; margin:0px;}
#result-popup .modal-header .modal-title{padding:0.5em 0em;}
.share{padding:0px;}
}

@media (max-width: 380px) {
.result-card .card-wrap{        padding: 3px 15px;}
.result-card .card-wrap .top-title{padding-top:0px;}
.result-card .top-title > div:nth-child(2) h3{font-size:8px;}
.result-card .top-title > div:nth-child(2){width:98px;}
#result-popup .modal-header .close svg{width:28px;}
}
















