@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(/fonts/NotoSansKR-Thin.woff2) format('woff2'), url(/fonts/NotoSansKR-Thin.woff) format('woff'), url(/fonts/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/NotoSansKR-Light.woff2) format('woff2'), url(/fonts/NotoSansKR-Light.woff) format('woff'), url(/fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/NotoSansKR-Regular.woff2) format('woff2'), url(/fonts/NotoSansKR-Regular.woff) format('woff'), url(/fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/NotoSansKR-Medium.woff2) format('woff2'), url(/fonts/NotoSansKR-Medium.woff) format('woff'), url(/fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/NotoSansKR-Bold.woff2) format('woff2'), url(/fonts/NotoSansKR-Bold.woff) format('woff'), url(/fonts/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/NotoSansKR-Black.woff2) format('woff2'), url(/fonts/NotoSansKR-Black.woff) format('woff'), url(/fonts/NotoSansKR-Black.otf) format('opentype');
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    position: relative;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: Noto Sans KR;
    font-weight: Regular;
    word-spacing: 0;
    letter-spacing: -0.5px;
    -webkit-touch-callout: none !important;
    /*아이폰 이미지 저장 방지*/
}

body {
    background: #fff;
    /*font-size: 16px;*/
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: hidden;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-user-select: none !important;
}

.play_li {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


/* 테마 색상 지정 */

:root {
    --color-dark: #2d3f60;
    --color-light: #2d3f60;
    /*42b5c3*/
}

.theme-iv-bg {
    background: var(--color-light);
    color: #FFF;
}

.theme-iv {
    color: var(--color-light);
}


/*-------------------------*/

input::placeholder {
    font-size: 1em;
    color: #AFAFAF;
}

#search_word::placeholder {
    color: #AFAFAF;
}

input:focus {
    outline: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

.swiper-manu {
    white-space: nowrap;
    box-sizing: border-box;
}

ul {
    list-style-type: none !important;
    overflow: hidden;
}

.img-align {
    display: flex;
    align-items: center;
}


/*
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
webview.getSettings().setTextZoom(100);
*/

.theme-bg {
    background: var(--color-light);
    color: #FFF;
}

.theme-color {
    color: var(--color-light);
}

.chart-click {
    position: absolute;
    width: 100px;
    height: 20px;
    border: 0px solid red;
    z-index: 999;
    right: 0px;
    bottom: 0px;
}

.chart-click2 {
    position: absolute;
    width: 250px;
    height: 60px;
    border: 0px solid red;
    z-index: 999;
    right: 0px;
    bottom: 0px;
}


/*여기까지 아이폰*/


/*홈화면*/

.iv-kiosk {
    flex: 1;
    height: 25vw;
    line-height: 25vw;
    text-align: center;
    border: 1px solid var(--color-light);
    margin-bottom: 5px;
    border-radius: 10px;
    margin-right: 1.3%;
    position: relative;
}

.iv-kiosk:nth-last-child(1) {
    margin-right: 0px !important;
}

.select-on {
    background: var(--color-light);
    color: #FFF;
}

.select-box-block {
    border-color: #EFEFEF;
    color: #EFEFEF !important;
}

.select-box .iv-monitor {
    font-size: 0.9em;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #AAA;
    margin: 0 auto;
    line-height: 40px;
    background: #FFF;
    font-family: 'NanumSquare';
    letter-spacing: -1px;
}

.select-box-block .iv-monitor {
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    margin: 0 auto;
    line-height: 40px;
    background: #FFF;
    font-family: 'NanumSquare';
    letter-spacing: -1px;
}

.banner-ico {
    position: absolute;
    right: 20px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 0px 20px;
}

.sub-tit1 {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -5px;
}

.main-tit {
    font-size: 23px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 10px;
}

.sub-tit2 {
    font-size: 13px;
    line-height: 16px;
}

.home_addr {
    font-size: 0.8em;
    color: #999;
    margin-bottom: 0px;
}

.map_default {
    width: 100%;
    height: 30vh;
    position: relative;
}

.map_hider {
    width: 100%;
    background: #FFF;
    position: absolute;
    z-index: 998;
    bottom: 0px;
    height: 23px;
}


/* 회원가입 */

.join-title {
    font-size: 1.6em;
    width: 100%;
    text-align: center;
    margin-top: 15vh;
}

.join-select-left {
    margin-top: 5vh;
    width: 41vw;
    line-height: 41vw;
    float: left;
    text-align: center;
    border-radius: 5px;
    background: #EFEFEF;
    margin-left: 2vw;
}

.join-select-right {
    margin-top: 5vh;
    width: 41vw;
    line-height: 41vw;
    float: right;
    text-align: center;
    border-radius: 5px;
    margin-right: 2vw;
}

#contents {
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.maincolor {
    color: var(--color-light);
}

.logo-line {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #FFF;
    background-size: 160px;
    color: #000;
}

.data-view {
    border: 1px solid var(--color-light);
    background: #F5F5F5
}

#noti {
    position: fixed;
    width: 100%;
    bottom: 10px;
    display: none;
}

.center-box2 {
    text-align: center;
    padding: 10px;
}

.center-box2 .item {
    display: inline-block;
    background: yellow;
    color: #fff;
    background: #000000;
    border-radius: 20px;
    opacity: .7;
    filter: alpha(opacity=70) !important;
    padding: 10px 15px;
    font-size: 1em;
}

.img-add {
    width: 23vw;
    height: 23vw;
    line-height: 23vw;
    border: 1px dashed #AFAFAF;
    border-radius: 8px;
    float: left;
    margin: 10px 5px 10px 0px;
    text-align: center;
    overflow: hidden;
}

.added-img {
    width: 22vw;
    height: 22vw;
    line-height: 22vw;
    border: 1px dashed #AFAFAF;
    border-radius: 8px;
    float: left;
    margin-top: 5px;
    margin-right: 1.5vw;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.added-img:nth-child(4n) {
    margin-right: 0px !important;
}

.profile-img {
    width: 53px;
    height: 53px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.profile-img-map {
    width: 36px;
    height: 36px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.myinfo-top {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.myinfo-ico {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.myinfo-ico img {
    width: 20px;
    margin-left: 13px;
}

.ico-wrap {
    float: right;
    margin-right: 10px;
}

.guide_head_small {
    font-size: 0.8em;
    padding-left: 25px;
}

.guide_big_logo {
    width: 100%;
    font-weight: bold;
    font-size: 2em;
    padding: 10px 30px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
}

.guide_big_txt {
    width: 100%;
    font-size: 1.6em;
    padding: 10px 30px 50px 30px;
    border-bottom: 1px solid #000;
}

.guide_foot_small {
    font-size: 0.8em;
    padding: 25px;
}

.guide_foot_small_profile {
    font-size: 0.8em;
    padding: 16px 25px;
    border-bottom: 2px solid #000;
}

.favor-on {
    background: #FFD853 !important;
}

.favor-off {
    background: #EFEFEF !important;
}


/*폼문*/

.form-signin textarea,
input[type='text'],
input[type='password'],
input[type='number'] {
    border: 0px solid #ddd;
    width: 100%;
    font-size: 1.1em;
    font-weight: normal;
    padding: 3vw 20px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #F5F5F5
}

.form-signin dl {
    margin-bottom: 10px;
}


/*
#theform select	{margin:0; border:1px solid #ddd; line-height:36px;  height:36px; font-size:15px;color:#a6a6a6; }
#theform .select {display:inline-block; position:relative; padding:0; height:36px; line-height:36px;  border:0px solid #ddd;width:100%; border-radius:8px;background:#F5F5F5;}
#theform .select:after	{content:""; display:block; position:absolute; right:5px; top:50%; margin-top:-6px; width:14px; height:14px; background:#F5F5F5 url('/images/bg_select_new.png') no-repeat center center; }
#theform .select label {position:absolute; top:0px; right:20px; bottom:0;left:20px; color:#666; font-size:15px; text-align:left; line-height:36px; letter-spacing:1px;background:#F5F5F5;}
#theform .select select {position:relative; z-index:1; padding:0 4px; width:100%; height:36px; line-height:36px; vertical-align:top; opacity:0; filter:alpha(opacity=0);background:#F5F5F5;}
*/

.info_data select {
    width: 100%;
    padding: 3vw 20px;
    font-size: 1em;
    background: #F5F5F5 url(/images/bg_select_new.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFF;
    border-radius: 10px;
    color: #000;
}

.info_data select {
    width: 100%;
    padding: 3vw 20px;
    font-size: 1em;
    background: #F5F5F5 url(/images/bg_select_new.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFF;
    border-radius: 10px;
    color: #000;
}

#match_form select {
    margin: 0;
    border: 1px solid #ddd;
    line-height: 36px;
    height: 36px;
    font-size: 15px;
    color: #a6a6a6;
}

#match_form .select {
    display: inline-block;
    position: relative;
    padding: 0;
    height: 36px;
    line-height: 36px;
    border: 0px solid #ddd;
    width: 100%;
    border-radius: 8px;
    background: #F5F5F5;
}

#match_form .select:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    background: #F5F5F5 url('/images/bg_select_new.png') no-repeat center center;
}

#match_form .select label {
    position: absolute;
    top: 0px;
    right: 20px;
    bottom: 0;
    left: 20px;
    color: #666;
    font-size: 15px;
    text-align: left;
    line-height: 36px;
    letter-spacing: 1px;
    background: #F5F5F5;
}

#match_form .select select {
    position: relative;
    z-index: 1;
    padding: 0 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #F5F5F5;
}

.btn_base {
    margin-bottom: 8px;
    font-size: 1.1em;
    font-weight: normal;
    padding: 3vw 14px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    border: 0px;
}

.select_on {
    background: var(--color-light) !important;
    color: #FFF;
}

.btn_on {
    background: var(--color-light) !important;
    color: #FFF;
}

#certiNum {
    width: 100%;
    border-color: #ffA300 !important;
    margin-top: 5px;
    display: none;
}

#commentID,
#commentPW,
#commentSMS {
    color: var(--color-light);
    font-size: 13px;
}

.reserve-box-disabled {
    background: #CFCFCF !important;
    color: #FFF;
}


/*
.logout-btn{background:#FFF;border:1px solid #000;color:#000;font-size:0.9em;font-weight:normal;padding:10px 20px;border-radius:8px;}
.ed-btn{background:var(--color-light);border:0px;color:#FFF;font-size:0.9em;font-weight:normal;padding:10px 20px;border-radius:8px;}
*/


/*기타*/

.score-txt {
    font-size: 0.7em;
    color: #758EA1;
    font-weight: normal;
}


/*.gubun-line{background:#FFF;border-bottom:1px solid #EFEFEF;}*/

#summary-data {
    width: 100%;
    margin: 60px 0px;
    background: #dfdfdf;
}

#summary-data dt {
    float: left;
    margin-left: 30px;
    padding-left: 5px;
    width: 50%;
    border-bottom: 2px solid #ffffff;
    line-height: 35px;
    background: #efefef;
    font-size: 1em;
}

#summary-data dd {
    float: left;
    margin-right: 30px;
    padding-left: 5px;
    line-height: 30px;
    border-bottom: 1px dashed #efefef;
    line-height: 35px;
    min-width: 80px;
}


/*스코어카드리스트*/

.score-data {
    width: 100%;
    sdisplay: block;
    overflow: hidden;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
    margin-bottom: 15px;
}

.score-data dt {
    float: left;
    padding: 10px 20px;
}

.score-data dd {
    float: right;
    padding: 10px 20px;
    text-align: right;
    font-weight: normal;
    color: #000;
}

.score-data span {
    font-size: 0.7em;
    color: #999;
    font-weight: normal;
}

.mobile-navi span {
    padding: 10px;
    color: #20AED6;
}

.mobile-navi {
    margin: 40px 0px;
    width: 100%;
    text-align: center;
}

.mobile-navi .nowpage {
    color: #000;
}

a {
    text-decoration: none;
    color: #00B0B4;
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.gradi {
    background: linear-gradient( to right, #2BD2F9, #5DF3C5);
}

.gradi2 {
    background: linear-gradient( to right, #2BD2F9, #5DF3C5);
}

.b-radius {
    border-radius: 15px;
}


/*
.score-data:active{background:#efefef; color:#00B0B4;}
*/


/*아이폰 반응 늦음 대응*/

.score-date:hover {
    content: '';
}

a {
    -webkit-tap-highlight-color: transparent;
}


/*아이폰 탭 하이라이트 방지*/


/*비디오*/

#modal-swing .modal-body {
    padding: 55px 0px 0px 0px !important;
}

.play_popup {
    display: none;
}

#playbtn {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

#modal-dynamic-white .modal-body {
    padding: 55px 0px 0px 0px !important;
    background: #FFF;
}


/* ETC */

.distance-input {
    padding: 0px 5px !important;
    width: 30px;
    text-align: right;
    height: 20px !important;
    line-height: 20px;
}

.checkSpeed {
    background: #cc3e4a !important;
    color: #fff !important;
}


/*동영상 플레이어*/

.play .speed {
    text-align: center;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    float: right;
    width: 45px;
    margin-right: 1px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.play .speed-ai {
    text-align: center;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #999;
    text-align: center;
    float: right;
    width: 55px;
    margin-right: 4px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.play .ai-on {
    color: #FFF;
    background: #4DADB2;
}

.play .play_li {
    float: left;
    width: 50px;
    border: 1px solid #111;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.play .speed:hover {
    color: #fff;
    background: #ff6600;
}

.play .speed:active {
    color: #fff;
    background: #ff6600;
}


/* sub_3.html style.css 스윙모션-상세정보 */

.play_t {
    width: 100%;
    background-color: #444;
    padding-bottom: 50px;
}

.play {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.play ul {
    list-style-type: none;
    overflow: hidden;
    background-color: #333;
}

.play .play_li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    text-decoration: none;
}

.play button {
    align-content: center;
    color: #333;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #111;
    text-align: center;
    float: right;
    padding: 4px 4px;
    margin: 10px 0 0 0px;
}

.play button:hover {
    color: #fff;
    background: #cc3e4a;
}

.play_info {
    display: inline;
    font-size: 1.1em;
    color: #fff;
}

.play_info tr {}

.play_info th {
    padding: 12px 0 0 10px;
    color: #aaa;
}

.play_info td {
    padding: 12px 0 0 30px;
    color: #fff;
}


/* 메인페이지 */

#fcm_window {
    position: absolute;
    width: 95%;
    height: 90%;
    background: #AFAFAF;
    border-radius: 10px;
    border: 2px solid #DFDFDF;
    z-index: 999;
    margin: 5% 2.5%;
    padding: 25px;
    box-sizing: border-box;
}

.fcm_title {
    font-size: 2em;
    color: #FFF;
}

.fcm_title .material-icons {
    float: left;
    margin-top: 2px;
    font-size: 1.4em !important;
}

.fcm_sub_title {
    margin-top: 20px;
    font-size: 20px;
    border-bottom: 1px dashed #EFEFEF;
    color: #FFF;
    line-height: 30px;
}

.fcm_contents {
    margin-top: 20px;
    color: #000;
    line-height: 23px;
    font-size: 18px;
}

.logo-line #menuBtn {
    width: 40px;
    color: #000 !important;
}

#lang-selector-wrap {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}


/*
#lang-selector{vertical-align:top;margin-top:4px;}
*/

#blank_area {
    padding: 5vw;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    z-index: 998;
    opacity: 0.65;
}

#lang-box {
    position: absolute;
    width: 90%;
    background: #FFF;
    border-radius: 20px;
    z-index: 999;
    margin-top: 35vw;
    left: 50%;
    margin-left: -45%;
    padding: 4vw 8vw;
}

.order-nation {
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

.quick_btn {
    position: relative;
    width: 32%;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
    float: left;
    padding: 10px 0px 10px 15px;
    text-align: center;
}

.quick_btn:nth-child(2n) {
    margin-right: 2%;
    margin-left: 2%;
}

.otp_wrap {
    text-align: center;
    padding: 20px 15px 15px 15px;
    overflow: hidden;
}

#otp_num {
    width: 100%;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    border: 1px solid var(--color-light);
    background: #FFF;
    padding: 8px;
    border-radius: 10px;
}

.otp_btn {
    width: 34%;
    float: right;
}

.otp_number_wrap {
    width: 66%;
    float: left;
}

#smartbtn {
    font-size: 0.8em;
    padding: 11px 0px;
    float: right;
    width: 97%;
    margin-left: 3%
}

.banner-txt {
    line-height: 1.0em;
    font-size: 0.7em;
}

.quick_btn img {
    margin-right: 8px;
}

#container-prac {
    margin: 15px;
    border: 1px solid rgba(159, 168, 178, 0.4);
    padding: 20px 10px;
}

.blank-radius {
    background: #FFF;
    padding: 30px;
    margin: 15px;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
}

#dr-box {
    margin: 15px;
    background: #FFF;
    border: 1px solid rgba(159, 168, 178, 0.4);
    padding: 20px 10px;
}

.calendar_nav:hover {
    color: red;
    background: #EFEFEF;
}

.sunday {
    color: red;
}

#calander-view td {
    font-size: 0.9em;
}

.circle-txt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

#card-wrap {
    margin-top: 15px;
}

.calendar-box {
    margin-top: 15px;
    padding: 0px 15px;
}

.grade1 {
    background: #616DE5;
}

.grade2 {
    background: #01B0B5;
}

.grade3 {
    background: #70A90A;
}

.grade4 {
    background: #AFAFAF;
}

.grade5 {
    background: #000;
}

#sum-card {
    margin: 0px 0px 15px 0px !important;
}

#flip-table {
    border-radius: 15px;
    background: #FFF;
    list-style: none;
}


/*스코어카드 테이블*/

.score-card-table {
    width: 100%;
    border: 1px solid #ddd;
    overflow-x: scroll;
    box-sizing: border-box;
    margin-top: 10px;
    background: #fff;
}

table {
    border-collapse: collapse;
}

.score-card-table table {
    width: 1000px;
}

.score-card-table thead {}

.score-card-table tr {
    border: 1px solid #ccc;
}

.score-card-table .red {
    color: #459522;
    font-weight: bold;
}

.score-card-table tr.trbgcolor {
    background: #ffffff;
    font-weight: bold;
}

.score-card-table th {
    height: 40px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    font-size: 15px;
}

.score-card-table td {
    height: 45px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}

.score-card-table td a:hover {
    color: #5959d3;
    font-weight: bold;
}

.score-card-table td:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
}

.parLine {
    background: #FFF !important;
    color: #000;
}


/* 스코어카드 정보 */

#scorelist {
    background: #FFF;
    border-radius: 15px;
}

.gm_type {
    background: #2773AC;
    color: #FFF;
    padding: 1px 5px;
    float: left;
    font-size: 0.7em;
    margin-right: 5px;
    margin-top: 2px;
    border-radius: 5px;
}

.grp_tit {
    font-size: 1.4em;
}

.grp_no {
    color: #589b00;
    font-size: 1.4em;
}

.grp_wrap {
    position: relative;
    padding: 15px 15px 25px 15px;
}

.grp_wrap_in {
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px 10px 0px 0px;
}

#container_chart {
    border-radius: 15px;
    margin: 15px;
}

.summary_wrap {
    position: relative;
    padding: 0px 15px 15px 15px;
    margin-top: -40px;
}

.summary_inbox {
    padding: 15px 15px 15px 15px;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
}

.summary_data {
    float: left;
    text-align: center;
    width: 33%;
    padding-top: 20px;
    font-size: 1.0em;
    font-weight: bold;
}

.score-card-table .content-table-t .boxStyle {
    height: 42px;
    width: 42px;
    line-height: 42px;
}

.score-card-table .box_fill_circle {
    border: 1px solid #fb8903;
    line-height: 34px;
    width: 34px;
    height: 34px;
    margin: 4px;
    background: #fb8903;
    color: #ffffff;
    border-radius: 50%;
}

.score-card-table .box_circle {
    border: 1px solid #fb8903;
    line-height: 34px;
    width: 34px;
    height: 34px;
    margin: 4px;
    border-radius: 50%;
}

.score-card-table .box_none {}

.score-card-table .box_square {
    border: 1px solid #0400A9;
    line-height: 34px;
    margin: 4px;
}

.score-card-table .box_db_square {
    border: 4px solid #0400A9;
    line-height: 28px;
    margin: 4px;
    border-style: double
}

.score-card-table .box_fill_square {
    border: 1px solid #AFAFAF;
    line-height: 34px;
    margin: 4px;
    background: #DFDFDF;
    color: #000;
}


/* 스코어카드 정보 */

.zoom-box {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    background: #fff;
    border-top: 2px solid #000;
    display: none;
}

.zoom-btn {
    font-size: 0.9em;
    background: #00B0B4;
    color: #fff;
    padding: 0px 5px;
    cursor: pointer;
}

.zoom-box table {
    width: 100%;
}

.zoom-box th,
.zoom-box tr,
.zoom-box td {
    border: 1px solid #ccc;
    font-size: 0.9em !important;
    text-align: center;
    width: 9%;
    height: 28px;
    position: relative;
}

.zoom-box .box_fill_circle {
    border: 1px solid #fb8903;
    padding: 4px;
    background: #fb8903;
    color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    min-height: 28px;
}

.zoom-box .box_circle {
    border: 1px solid #fb8903;
    padding: 4px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-left: 2px;
    text-align: center;
    box-sizing: border-box;
    min-height: 28px;
}

.zoom-box .box_none {}

.zoom-box .box_square {
    border: 1px solid #0400A9;
    padding: 4px;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    min-height: 28px;
}

.zoom-box .box_db_square {
    border: 3px solid #0400A9;
    padding: 2px;
    border-style: double;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    min-height: 28px;
}

.zoom-box .box_fill_square {
    border: 1px solid #AFAFAF;
    padding: 4px;
    background: #DFDFDF;
    color: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    min-height: 28px;
}

.zoom-btn-on {
    background: #ff6600 !important;
}

.total-info {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
    text-align: center;
    padding: 35px;
    0px;
}

.gid-no {
    font-size: 0.8em;
    color: #758EA1;
}

.hd-btn {
    background: #2773AC;
    color: #FFF;
    padding: 1px 5px;
    font-size: 0.7em;
}

.score-sum {
    font-size: 2em;
    color: var(--color-light);
}

.shop-name {
    color: #758EA1;
    font-size: 0.8em;
    margin-top: 15px;
    text-align: center;
}

.etc-info {
    color: #758EA1;
    font-size: 0.8em;
}

.shop-name img {
    vertical-align: middle;
}

.etc-info img {
    vertical-align: middle;
}


/* 내스코어 */

.myscore td {
    font-weight: 500;
}


/*내 매라운드 스코어 분석 그래프*/

.graph-table {
    margin: 10px 0;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
}

.graph-table .graph-list {
    height: 150px;
}

.graph-table .graph-text {
    height: 70px;
    background-color: #FAFBFB;
    font-size: 0.8em;
    letter-spacing: -0.2px;
    text-align: center;
    border: 0px solid #ddd;
}


/* 동반자 비교 */

.graph-table .graphWrap {
    margin: 0 auto;
    position: relative;
}

.graph-table .graphR_top {
    float: right;
    width: 30px;
    height: 30px;
    width: 100%;
    text-align: center;
}

.graph-table .graphR_foot {
    width: 6px;
    background: #00b0b4;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
    border-radius: 3px;
}


/*최근5경기 분석*/

.graph-table2 {
    margin: 10px 0;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    border-collapse: separate;
    border-radius: 10px;
}

.graph-table2 .graph-list {
    height: 150px;
}

.graph-table2 .graph-text {
    height: 70px;
    background-color: #FAFBFB;
    font-size: 0.8em;
    letter-spacing: -0.2px;
    text-align: center;
    border: 1px solid #ddd;
}

.graph-table2 .graphWrap {
    margin: 0 auto;
    position: relative;
}

.graph-table2 .graphR_top {
    float: left;
    height: 30px;
    width: 100%;
    text-align: center;
}

.graph-table2 .graphR_foot {
    width: 4px;
    background: #F98925;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: 3px;
}

.graph-table2 .graphL_foot {
    width: 4px;
    background: var(--color-light);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
}

.gubun-title {
    width: 100%;
    font-size: 1em;
    margin: 30px 0px 0px 0px;
    text-align: left;
    color: #425063;
    font-style: normal;
    font-weight: 500;
}


/*스윙모션 리스트*/

.play_banner {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.play_banner span {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}

.play_banner span:hover {
    color: #5959d3;
}

.play_banner ul {
    display: block;
    list-style-type: none;
}

.play_banner li {
    display: block;
    float: left;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.play_banner dl {
    box-sizing: content-box;
    border: 1px solid #cfcfcf;
}

.play_banner .play_dd1 {
    font-size: 0.8em;
    padding: 10px 0 5px 10px;
    color: var(--color-light);
}

.play_banner .play_dd2 {
    padding: 0 0 10px 10px;
    font-size: 0.7em;
    color: #666;
}

.play_banner .play_dd3 {
    padding: 5px;
    background: #AFAFAF;
    text-align: center;
    border-top: 1px solid #cfcfcf;
    color: #fff;
    font-weight: bold;
    font-size: 0.7em;
}

.play_banner .btn-play {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: 100px;
    cursor: pointer;
}

.square {
    position: relative;
    width: 100%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#vid {
    height: 100%;
    width: 100%;
}


/*굿샷모션*/

.square .content img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.bs-radius {
    border-radius: 10px;
}


/*스크린설정*/

.set-wrap {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.set-box {
    width: 100%;
    margin-bottom: 5px;
    padding: 20px 10px 7px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
}

.set-box-rsv {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px 7px 10px;
    box-sizing: border-box;
}

.set-box-exp {
    list-style-type: none;
    font-size: 0.9em;
    color: #555;
    padding: 5px;
}

.hit-set input {
    margin-left: 5px;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
}

.set-item {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    float: left;
    min-width: 128px;
    line-height: 30px;
    padding: 5px 20px;
    font-size: 0.9em;
    font-weight: normal;
}

.set-title {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0px;
    border-bottom: 1px solid #EFEFEF;
    padding: 0px;
    padding: 20px;
}

.set-title span {}

.dft-set {
    background: var(--color-light);
    border: 0px solid #dfdfdf;
    color: #fff;
    padding: 6px;
    border-radius: 8px;
    float: right;
}

#screenset select {
    width: 100%;
    padding: .8em .5em;
    font-size: 15px;
    background: url(/images/bg_select_new.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #666;
    margin-bottom: 5px;
}

#join-shop select {
    width: 100%;
    padding: .9em .7em;
    font-size: 15px;
    background: #FFF url(/images/bg_select_new.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
    color: #205D63;
}

#reserve-confirm select {
    width: 100%;
    padding: .7em .5em;
    font-size: 15px;
    background: #FFF url(/images/bg_select_new.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #000;
}

#screenset select {
    border-radius: 8px;
    margin-bottom: 10px;
}

.set-wrap-in {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #758EA1;
    padding-bottom: 15px;
}

#screenset input {
    background: #FFF;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    width: 21vw !important;
    padding-left: 15px;
    padding-right: 2px;
}

.set-item strongs {
    height: 50px;
    line-height: 50px;
    float: left;
}

.set-item .club_t {
    float: left
}


/*예약 및 확인*/

.reserve_wrap {
    padding: 0px 3vw;
    border: 1px solid var(--color-light);
    border-radius: 10px;
    z-index: 999;
    margin-top: 10px;
}

.slide_wrap {
    padding: 3vw 3vw;
}

.float_tit {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.title_guide {
    font-size: 0.9em;
    line-height: 16px;
}

.modal_wrap {
    padding: 0px 5vw;
}

.reserve_wrap_in {
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
}

.month-title {
    font-size: 1em;
    padding: 0px 10px 0px 10px;
    float: left;
}

.month-title span {
    font-size: 1.7em;
    font-family: 'NanumSquare';
    letter-spacing: -1px;
}

#reserve-table-wrap {
    padding: 10px 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

#reserve-table th,
td {
    font-weight: normal;
    text-align: center;
    padding: 5px 0px;
}

.month-btn {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 6px;
    border: 0px;
    outline: 0;
    margin-top: 12px;
    background: #FFF;
}

.reserve-btn {
    margin-right: 5px;
    background: var(--color-light);
    color: #FFF;
}

.reserve-list {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.my-reserve-list,
.my-purchase-list,
.my-point-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 3vw;
}

.reserve-time {
    font-size: 1.1em;
}

.reserve-time-box {
    font-size: 1.3em;
}

.reserve-day {
    padding-top: 5px;
    padding-left: 0px;
    font-size: 1.5em;
    font-weight: 500;
}

.reserve-box {
    width: 22vw;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    overflow: auto;
    float: left;
    text-align: center;
    padding: 10px;
    margin-right: 1.8vw;
    ;
    margin-bottom: 2vw;
    font-size: 12px;
}

.reserve-box:nth-child(4n) {
    margin-right: 0px !important;
}

.guide-box {
    width: 100%;
    border-radius: 10px;
    background: #F6F6F8;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 5px;
    overflow: auto;
}

.guide-box .material-icons {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}


/*
.my-reserve-box{width:100%;border-radius:10px;background:#FFF;box-sizing:border-box;padding:10px;margin-bottom:15px;overflow:auto;border:1px solid #DFDFDF;}
*/

.my-reserve-box-detail {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
    overflow: auto;
    border: 1px solid #DFDFDF;
}

.my-reserve-box {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-sizing: border-box;
    margin-bottom: 15px;
    overflow: auto;
}

.my-reserve-box .material-icons {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.noti-top {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    padding: 10px;
    overflow: auto;
    background: #FFF;
}

.noti-title {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 400;
    width: 100%;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px 10px 10px 20px;
    overflow: auto;
    background: #FFF;
    color: #000;
    font-size: 1.2em;
    text-align: center;
}

.noti-foot {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: #EFEFEF;
    box-sizing: border-box;
    padding: 20px 10px;
    overflow: auto;
    text-align: left;
    border-top: 1px solid #EFEFEF;
}

.circle-mini {
    font-family: 'NanumSquare';
    letter-spacing: -1px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    /*가로정렬*/
    line-height: 35px;
    /*세로 정렬*/
    color: #000 !important;
    margin: 0 auto;
}

.circle-reserve {
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: var(--color-light);
    text-align: center;
    /*가로정렬*/
    line-height: 60px;
    /*세로 정렬*/
    color: #FFF !important;
    margin: 0 auto;
    font-size: 0.9em;
}


/*
.circle-reserve-cancel{
float:right;
width:60px;
height:60px;
border-radius:10px;
background:#DFDFDF;
text-align:center;
line-height:60px;
color:#FF6600 !important;
margin:0 auto;
font-size:0.9em;
}

.circle-reserve-end{
float:right;
width:60px;
height:60px;
border-radius:10px;
background:#FFF;
text-align:center;
line-height:60px;
color:var(--color-light) !important;
margin:0 auto;
font-size:0.9em;
}

.circle-reserve-block{
float:right;
width:60px;
height:60px;
border-radius:10px;
background:#DFDFDF;
text-align:center;
line-height:60px;
color:var(--color-light) !important;
margin:0 auto;
font-size:0.9em;
}
*/

.circle-reserve-cancel {
    float: right;
    width: 60px;
    border-radius: 10px;
    background: #DFDFDF;
    text-align: center;
    color: #FF6600 !important;
    margin: 0 auto;
}

.circle-purchase-cancelled {
    float: right;
    width: 60px;
    border-radius: 10px;
    background: transparent;
    text-align: center;
    color: #FF6600 !important;
    margin: 0 auto;
}

.purchase-used {
    color: #FF6600 !important;
}

.point-use {
    color: #FF6600 !important;
}

.point-save {
    color: var(--color-light) !important;
}

.circle-reserve-end {
    float: right;
    width: 60px;
    border-radius: 10px;
    background: #FFF;
    text-align: center;
    color: var(--color-light) !important;
    margin: 0 auto;
}

.circle-reserve-block,
.circle-purchase-cancel {
    float: right;
    width: 60px;
    border-radius: 10px;
    background: #DFDFDF;
    text-align: center;
    color: var(--color-light) !important;
    margin: 0 auto;
}


/*로딩중 깜빡임 단순하게 구현*/

.blink_me {
    /*animation: blinker 1s linear infinite;*/
    animation: blinker 1s step-start infinite;
    color: #DFDFDF !important;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.blink_me_location {
    /*animation: blinker 1s linear infinite;*/
    animation: blinker 1s step-start infinite;
    color: #DFDFDF !important;
}

@keyframes blinker {
    50% {
        opacity: 0.8;
    }
}


/*개인연습데이타------------------------------------------------*/

.box-menu {
    float: left;
    margin-left: 1%;
    text-align: center;
    margin-bottom: 5px;
    width: 22.9%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 1px solid #CFCFCF;
    padding: 3px 0px;
    border-radius: 10px;
}

.box-menu-on {
    float: left;
    margin-left: 1%;
    text-align: center;
    margin-bottom: 5px;
    width: 22.9%;
    font-size: 16px;
    font-weight: bold;
    color: #01B0B5;
    border: 1px solid #01B0B5;
    padding: 3px 0px;
    border-radius: 10px;
}

.hide-contents {
    display: none;
}

.circle-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #CFCFCF;
    font-size: 16px;
    text-align: center;
    /*가로정렬*/
    line-height: 50px;
    /*세로 정렬*/
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFF !important;
    /*float:left;*/
    margin: 0 auto;
    float: left;
    margin: 0px 2px;
}

.circle-mini-on {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-light);
    font-size: 16px;
    text-align: center;
    /*가로정렬*/
    line-height: 50px;
    /*세로 정렬*/
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFF !important;
    /*float:left;*/
    margin: 0 auto;
    float: left;
    margin: 0px 2px;
}

.circle-mini-on-rsv {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    color: #FFF !important;
}

.sub-title {
    font-weight: bold;
    padding: 20px 20px 0px 20px;
}


/*개인 회원 데이터 메인 그래프 */

#graph-wrap {
    width: 100%;
    border: 0px solid red;
    clear: both;
    padding: 0px 20px;
    box-sizing: border-box;
    padding-top: 20px;
}

.graph-line-wrap {
    height: 25px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    border: 0px solid red;
}

.graph-header {
    height: 27px;
    line-height: 27px;
    width: 10%;
    border-right: 1px solid #DFDFDF;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.graph-middle {
    height: 8px;
    line-height: 8px;
    width: 61%;
    float: left;
    padding-left: 10px;
    padding-top: 8px;
}

.graph-stick-bg {
    height: 8px;
    width: 100%;
    background: #F5F5F5;
}

.graph-stick {
    height: 8px;
    background: #BFBFBF;
}

.graph-footer {
    height: 25px;
    line-height: 25px;
    width: 17%;
    float: right;
    font-weight: bold;
    text-align: right;
    font-size: 0.8em;
}


/*개인회원 데이터 레코드 카드 스타일시트*/

.record-card {
    margin: 0px 15px 15px 15px;
    padding: 9px 9px;
    background: #FFF;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(159, 168, 178, 0.4);
    padding: 20px 10px;
}

.record-card-date {
    float: left;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
    padding: 2% 2% 0% 2%;
}

.record-card-shop {
    float: right;
    font-size: 0.9em;
    margin-bottom: 5px;
    color: #999;
    padding: 2% 2% 0% 2%
}

.record-box {
    float: left;
    width: 20%;
    text-align: center;
    padding: .0.5%;
}

.record-box-min {
    font-size: 1.0em;
}

.record-box-min-on {
    font-size: 1.0em;
    color: #596eab;
}

.record-box-min-txt {
    font-size: 0.8em;
    margin-left: -5px;
}

.record-box-min-txt-on {
    font-size: 0.8em;
    margin-left: -5px;
    color: #596eab;
    font-weight: bold;
}

.record-box-txt {
    font-size: 0.65em;
    color: #999;
    margin-bottom: 5px;
}

.record-box-number {
    font-size: 0.8em;
    border-radius: 5px;
    background: #F6F6F8;
    color: #000;
    padding: 2px;
}

.more-btn {
    margin: 10px;
    text-align: center;
    color: #777;
    padding: 6px;
    font-size: 1.1em;
    margin-top: 10px;
}


/*클럽별 디테일 리스트*/

.circle-label {
    width: 35px;
    height: 35px;
    border-radius: 40%;
    text-align: center;
    /*가로정렬*/
    line-height: 35px;
    /*세로 정렬*/
    color: #FFF !important;
    margin: 0 auto;
}

#flip-table {
    text-align: center;
}

#flip-table th {
    font-size: 0.8em;
    color: #999;
    line-height: 30px;
    background: #EFEFEF;
}

#flip-table .menu-tab dt {
    float: left;
    line-height: 55px;
    padding: 10px;
}

#flip-table .menu-tab dd {
    float: left;
    line-height: 55px;
    font-weight: bold;
    color: #999;
}

#flip-table .menu-tab-wrap {
    border-bottom: 1px solid #DFDFDF;
    overflow: auto;
}

#flip-table .menu-tab-wrap-on {
    border-bottom: 1px solid #DFDFDF;
    overflow: auto;
}

.detail-table {
    width: 96%;
    margin-left: 2%;
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 10px;
}

.detail-tr {
    border-bottom: 1px solid #EFEFEF;
}

.grade-tit {
    width: 80px;
    text-align: center;
}

.distance-color {
    color: #01B0B5;
}

.percent-col {
    text-align: right;
    padding-right: 50px;
}

.grade-btn {
    border-radius: 0px;
    color: #FFF;
    width: 85px;
    height: 17px;
    font-size: 0.8em;
    background: url(../../images/star_0.png);
    background-size: 17px 17px;
}

.grade-btn-over {
    border-radius: 0px;
    color: #FFF;
    height: 17px;
    font-size: 0.8em;
    background: url(../../images/star_1.png);
    background-size: 17px 17px;
}

.ball-count {
    text-align: center;
}


/*연습데이터 디테일용 챠트*/

.highcharts-figure,
.highcharts-data-table table {
    margin: 0 auto;
    border: 0px solid #FFF;
}

.grp_container {
    height: 200px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/*
.menu-tab-wrap{
    background: url(../imgs/flip_off.png) 95% center no-repeat;
}

.menu-tab-wrap-on{
    background:#EFEFEF url(../imgs/flip_on.png) 95% center no-repeat;
}
*/

.menu-tab-wrap {
    background-size: 25px;
    background-image: url(../imgs/flip_off.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.menu-tab-wrap-on {
    background-size: 25px;
    background-image: url(../imgs/flip_on.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.menu-ico {
    height: 27px;
}

.contents_wrap {
    padding: 15px 15px;
}


/*스윙코칭 뉴 디자인 ---------------------------------------------------------------------- */

.chat-no {
    position: absolute;
    font-size: 12px;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #ff6600;
    color: #FFF;
    z-index: 999;
    margin-left: -3px;
    margin-top: -3px;
}

.chat-no-not {
    position: absolute;
    font-size: 12px;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #EFEFEF;
    color: #000;
    z-index: 999;
    margin-left: -3px;
    margin-top: -3px;
}

.play-wrap {
    width: 100%;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 10px !important;
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
}

.hide-info {
    display: none;
}

.row-left {
    float: left;
    ;
    font-size: 0.8em;
    padding: 10px;
}

.row-left img {
    vertical-align: middle;
    font-size: 0.6em;
    color: #F98F14;
}

.row-left .material-icons {
    vertical-align: middle;
    font-size: 0.6em;
    color: #F98F14;
}

.row-right {
    float: right;
}

.no-swing,
.no-data {
    background: #FFF;
    padding: 30px;
    margin: 15px;
    font-size: 0.8em;
    text-align: center;
}

.ball-type {
    height: 11px;
    vertical-align: middle;
}

#info-table {
    background: #FFF !important;
    width: 100%;
    border-radius: 15px;
    border-collapse: separate;
    border: 1px solid rgba(159, 168, 178, 0.4);
}

#info-table th {
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
    padding-left: 20px;
    line-height: 18px;
    color: #777;
}

#info-table td {
    text-align: left;
    font-weight: normal;
    font-size: 0.9em;
    padding-left: 20px;
    line-height: 18px;
    color: #777;
}

.info-table-th {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 1em;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
}

.snap-wrap {
    padding: 0px 16px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.snap-wrap-in {
    text-align: center;
}

.snap-wrap-img {
    width: 80%;
    border-radius: 15px;
    margin-top: -33px;
}

.btn-wrap {
    padding: 0px 18px;
    box-sizing: border-box;
}

.down-btn {
    width: 49%;
    font-size: 1.0em;
    background: linear-gradient( to right, #2BD2F9, #5DF3C5);
    color: #FFF;
    float: right;
    line-height: 40px;
    text-align: center;
}

.canvas-opacity {
    opacity: 0.8;
}

.gradis {
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    color: #000;
    width: 65px;
}

.thumb-wrap {
    float: right;
    position: relative;
}

.thumb-wrap img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.play-layer {
    position: absolute;
    color: #FFF;
    margin-top: -45px;
    margin-left: 25px;
    font-size: 14px;
}

.keep-btn,
.del-vdo-btn {
    width: 32%;
    font-size: 1.0em;
    color: #FFF;
    float: right;
    line-height: 40px;
    text-align: center;
}


/*.aibtn-on{background:linear-gradient( to right, #5e8a29, #8bc942 );line-height:40px;}*/

.aibtn-on {
    background: var(--color-light);
    line-height: 40px;
    color: #FFF;
}

.snapbtn-on {
    background: var(--color-light);
    line-height: 40px;
    color: #FFF;
    border-right: 1px solid #EFEFEF;
}

.round-btn-bg {
    background: linear-gradient( to right, #5e8a29, #8bc942);
}


/*동영상 플레이어*/

.play_renew .speed {
    text-align: center;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    float: right;
    width: 45px;
    margin-right: 1px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.play_renew .speed-ai {
    text-align: center;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #999;
    text-align: center;
    float: right;
    width: 55px;
    margin-right: 4px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.play_renew .ai-on {
    color: #FFF;
    background: #4DADB2;
}


/*신규 버튼*/

.play_renew .play_li {
    text-align: center;
    box-sizing: border-box;
}

.play_renew .play_li .round-btn {
    height: 14vw;
    width: 14vw;
    line-height: 14vw;
    box-sizing: border-box;
}

.play_renew .play_li .round-btn i {
    color: #000;
    display: block;
    line-height: 13vw;
}

.round-btn-on {
    /*	background:#666;*/
    /*background:linear-gradient( to right, #5e8a29, #8bc942 );*/
    /*background:var(--color-light);*/
    color: #FFF !important;
}

#play-btn>.round-btn-on {
    /*background:var(--color-light) !important;*/
    /*	background:linear-gradient( to right, #5e8a29, #8bc942 );*/
}

.round-btn-highlight {
    color: red;
}

.float-left {
    float: left;
    border-right: 1px solid #DFDFDF;
}

.float-right {
    float: right;
    border-left: 1px solid #DFDFDF;
}


/*
.play_renew .speed:hover{
    color: #fff;
    background: #ff6600;
}

.play_renew .speed:active{
    color: #fff;
    background: #ff6600;
}
*/


/* sub_3.html style.css 스윙모션-상세정보 */

.play_t {
    width: 100%;
    padding-bottom: 50px;
    background: #FFF;
    box-sizing: border-box;
}

.play_renew {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.play_renew ul {
    list-style-type: none;
    overflow: hidden;
    background-color: #FFF;
    border-top: 1px solid #DFDFDF;
}


/*
.play_renew .play_li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 7px 0px;
  text-decoration: none;
}
*/

.play_infos {
    padding: 15px;
    overflow: hidden;
}

.play_renew button {
    align-content: center;
    color: #333;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #111;
    text-align: center;
    float: right;
    padding: 4px 4px;
    margin: 10px 0 0 0px;
}

.play_renew button:hover {
    color: #fff;
    background: #cc3e4a;
}

.play_info {
    display: inline;
    font-size: 1.1em;
    color: #fff;
}

.play_info tr {}

.play_info th {
    padding: 12px 0 0 10px;
    color: #aaa;
}

.play_info td {
    padding: 12px 0 0 30px;
    color: #fff;
}

#vdowrap {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100vw;
}

#aiCanvas {
    position: absolute;
    border: 0px solid red;
    z-index: 999;
    box-sizing: border-box;
    display: block;
}

#progress_bg {
    padding: 0px 10px;
    background: #FFF;
}

#progress_bar {
    height: 1vw;
    width: 0%;
    background: var(--color-light);
    border-radius: 0.5vw;
}

#progress_bar_remain {
    height: 1vw;
    width: 100%;
    background: #DFDFDF;
    border-radius: 0.5vw;
}

#progress_bar_wrap {
    height: 7vw;
    position: relative;
}

#vdo_handler {
    width: 7vw;
    height: 7vw;
    position: absolute;
}

#vdo_dot {
    width: 3vw;
    height: 3vw;
    background: #000;
    border-radius: 1.5vw;
    margin-top: 2vw;
}

#play_pause {
    font-size: 1.4em;
}

#speed-txt {
    line-height: 12.5vw;
}

#vdo-del-ico,
#vdo-keep-ico {
    font-size: 1.3em !important;
}

#snap_ico {
    width: 22px;
    vertical-align: middle;
    margin-bottom: 4px;
}


/*플레이 영상 콘트라스트 */

#vid {
    -webkit-filter: contrast(115%);
    filter: contrast(115%);
}


/*채팅박스*/

textarea:focus {
    outline: none;
}

#chat-body {
    padding: 5px;
    box-sizing: border-box;
    padding-bottom: 85px;
    background: #dedbdb;
    padding: 4vw;
}

.left-chat {
    max-width: 65%;
    border-radius: 0px 10px 10px 10px;
    background: linear-gradient( to right, #FFF, #FFF);
    color: #666;
    font-size: 1.1em;
    padding: 12px;
    float: left;
    margin-top: 15px;
    position: relative;
    margin-left: 9vw;
}

.left-chat-day {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 100%;
    color: #AFAFAF;
    width: 90px;
    float: left;
    text-align: left;
    padding-left: 10px;
}

.right-chat {
    max-width: 65%;
    border-radius: 10px 0px 10px 10px;
    background: linear-gradient( to right, #FFF, #FFF);
    color: #666;
    font-size: 1.1em;
    padding: 12px;
    float: right;
    margin-top: 15px;
    position: relative;
}

.right-chat-day {
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 100%;
    width: 90px;
    float: right;
    text-align: right;
    padding-right: 10px;
    color: #AFAFAF;
}

.clear-both {
    clear: both;
}

.input-chat-wrap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #C1C1C1;
}

.input-chat-left {
    float: left;
    width: 90%;
    overflow: auto;
}

.input-chat-right {
    float: right;
    width: 10%;
    font-size: 16px;
    padding: 12px;
    box-sizing: border-box;
    text-align: right;
    height: 12vw;
    background: #FFF;
}

.chat-box {
    width: 100%;
    border: 0px;
    height: 12vw;
    font-size: 16px;
    padding: 12px;
    box-sizing: border-box;
    background: #FFF;
    color: #000;
    overflow: hidden;
    resize: none;
}

textarea::placeholder {
    color: #000;
    font-size: 0.9em;
    color: #AAA;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

#p_profile {
    font-weight: Regular;
    -webkit-text-size-adjust: none;
    word-spacing: 0;
    letter-spacing: -0.5px;
    padding: 20px 15px;
    font-family: Noto Sans KR;
}

.shot-info {
    position: absolute;
    width: 22vw;
    color: #FFF;
    font-size: 0.8em;
    text-align: center;
    color: #EFEFEF;
    text-align: left;
    box-sizing: border-box;
    line-height: 7vw;
    right: 0px;
    margin-right: 1vw;
    margin-top: 1vw;
    padding: 2vw;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}


/*
.snap-shot{position:absolute;z-index:9999;width:100%;height:100%;background-color: rgba(0, 0, 0, 1);text-align:center;}
*/

.snap-shot {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.l-info {
    float: left;
    width: 25%;
}

.r-info {
    float: right;
    width: 75%;
}

.chat-list {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.chat-list:nth-child(n+3) {
    padding-top: 17px;
}

.favor-list {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.favor-list:nth-child(n+2) {
    padding-top: 17px;
}

.chat-sub-menu {
    width: 100%;
    border-bottom: 2px solid #EFEFEF;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.sub-tab-menu {
    width: 33.3%;
    float: left;
    padding: 5px 10px;
}

.sub-tab-menu-on {
    border-bottom: 5px solid var(--color-light);
    font-weight: bold;
    font-size: 0.95em;
}

.week-sel {
    float: left;
    width: 14%;
    background: #dfdfdf;
    padding-top: 7px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    margin-left: 1.1%;
    box-sizing: border-box;
}

.week-sel {
    width: 12vw;
    height: 12vw;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 300;
}

.week-sel-on {
    background: var(--color-light);
    color: #FFF;
}

.week-sel-mini {
    float: left;
    background: #dfdfdf;
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    margin-left: 1.1%;
    box-sizing: border-box;
}

.week-sel-mini {
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 300;
    color: #000;
}

.week-sel-mini-on {
    background: #000;
    color: #FFF;
}

.order-talk-header {
    width: 100%;
    border-radius: 0px 10px 0px 0px;
    background: var(--color-light);
    padding: 12px;
    color: #FFF;
}

.order-talk-txt {
    color: #000;
    margin-bottom: 5px;
    font-weight: bolds;
    font-size: 1.1em;
}

.order-talk-bottom {
    padding: 12px;
    border-top: 1px solid #EFEFEF;
    background: #FFF;
    border-radius: 0px 0px 10px 10px;
}

.order-date {
    float: right;
    margin-top: 40px;
    margin-bottom: 10px;
}


/*대회모드 */

.match-search-wrap {
    text-align: center;
    padding: 20px 15px 0px 15px;
    overflow: hidden;
}

.match-search-left {
    width: 66%;
    float: left;
}

#search_word {
    font-size: 1.1em;
    font-weight: normal;
    padding: 10px 20px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--color-light);
    background: #FFF;
    padding: 8px;
    border-radius: 10px;
}

#match-create {
    float: right;
    width: 12%;
}

#match-search {
    font-size: 0.8em;
    padding: 11px 0px;
    float: right;
    width: 97%;
    margin-left: 3%
}

.match-list {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(159, 168, 178, 0.4);
    margin-bottom: 7px;
}

.match-item1 {
    font-size: 0.9em;
}

.match-item2 {
    font-size: 0.7em;
    color: #AFAFAF
}

.match-item3 {
    font-size: 0.7em;
    font-weight: bold;
}

#match-creater th {
    text-align: left;
    padding-left: 30px;
    font-weight: normal;
}

.row-head {
    text-align: left;
}

.row-tail select {
    width: 100%;
}

.match-sub-title {
    font-size: 16px;
    color: var(--color-light) !important;
}


/*예약 */

.blank_area_banner_wrap {
    padding: 5vw;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    z-index: 998;
    opacity: 0.65;
}

.banner_guide {
    font-size: 0.9em;
    position: absolute;
    width: 90%;
    background: #FFF;
    border-radius: 20px;
    z-index: 999;
    margin-top: 35vw;
    left: 50%;
    margin-left: -45%;
    padding: 6vw 8vw;
}

.blank_area_banner {
    font-size: 0.8em;
    padding: 11px 0px;
    float: right;
    width: 49%;
    float: right;
}

.lession_ico {
    padding: 3px;
    background: #FFF;
    border: 1px solid var(--color-light);
    color: #000;
    border-radius: 5px;
    font-size: 0.8em;
}

.lession_ico_my {
    padding: 1px 5px;
    background: #FF6600;
    color: #FFF;
    border-radius: 3px;
}

.msg_exp {
    clear: both;
    color: #777;
    padding-top: 5px;
    border-top: 1px dotted #999;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    cursor: pointer;
}

input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid var(--color-light);
}

input[type="checkbox"]:checked+label:before {
    content: "✔";
    /*폰트어썸 유니코드*/
    color: #fff;
    background-color: var(--color-light);
    border-color: var(--color-light);
    text-align: center;
}

label[for="agree"] {
    position: relative;
    top: 6px;
}

.reserve-border {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: auto;
    text-align: center;
}

.my-reserve-box-detail img {
    vertical-align: middle;
}

#lesson_info {
    border: 1px solid rgba(159, 168, 178, 0.4);
    border-radius: 10px;
    display: none;
    margin-top: 5px;
    padding: 10px;
    background: #EFEFEF;
    line-height: 2em;
}


/*로그인*/

.welcome-txt {
    color: rgba(46, 58, 89, 1);
    font-family: Noto Sans KR;
    font-weight: Bold;
    font-size: 1.6em;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-top: 10vw;
}

.welcome-guide {
    color: rgba(28, 25, 57, 0.800000011920929);
    font-family: Noto Sans KR;
    font-weight: Regular;
    font-size: 0.8em;
    opacity: 0.800000011920929;
    width: 100%;
    text-align: center;
    margin-top: 2vw;
}

#join-btn {
    background: #FFF;
}

#join-overseas {
    text-decoration: underline;
    width: 100%;
    color: #000;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 8px;
}

.loader-wrap {
    display: none;
    color: #FFF;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .8) 50% 50% no-repeat;
}

.new_var(--color-light) {
    margin: 0 auto;
    background: var(--color-light);
    color: #FFF;
    text-align: center;
}

.new_var(--color-light) a {
    color: #FFF;
}

.checker-title {
    font-size: 2.0em;
    font-weight: bold;
    width: 100;
    text-align: center;
}

.qrcode-wrap {
    width: 100%;
    text-align: center;
}


/*충전*/

.subj {
    font-size: 0.9em;
    padding: 5px;
    font-weight: normal;
}

.pay-wrap {
    width: 49%;
    box-sizing: border-box;
    padding: 3px 0px;
    border: 0px solid red;
    float: left;
}

.pay-wrap-100 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 3px;
}

.pay-sel {
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 1.1em;
}

.pay-sel label {
    font-size: 0.9em;
}

.pay-sel-100 {
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
}

.point-btn {
    width: 100%;
    border-radius: 10px;
    border: 0px;
    color: #666;
    margin-top: 35px;
    background: #00CEE6;
    color: #FFF;
}

.paybox_left {
    width: 45vw;
    float: left;
    border: 1px solid rgba(159, 168, 178, 0.4);
    text-align: center;
    margin-bottom: 2vw;
    margin-left: 1vw;
    line-height: 18px;
    padding: 5vw 0px;
    border-top: 3px solid var(--color-light);
}

.paybox_right {
    width: 45vw;
    float: right;
    border: 1px solid rgba(159, 168, 178, 0.4);
    text-align: center;
    margin-bottom: 2vw;
    margin-right: 1vw;
    line-height: 18px;
    padding: 5vw 0px;
    border-top: 3px solid var(--color-light);
}

.main-cash {
    font-size: 1.3em;
    color: #000;
    font-family: 'NanumSquare';
    letter-spacing: -1px;
    font-weight: 700;
}

.main-cash2 {
    font-size: 0.8em;
    color: #000;
    font-family: 'NanumSquare';
    letter-spacing: -1px;
    font-weight: 500;
    margin-top: 2vw;
}

.bonus-point {
    font-size: 0.8em;
}

.sel_on {
    color: #FFF;
}

.on-white {
    color: #FFF;
}


/*레슨조인*/

#cash_header {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    background: var(--color-light) url(/imgs/credit_card.png) no-repeat;
    background-position: bottom -30px right 10px;
    background-size: 30%;
}

#cash_header2 {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    background: var(--color-light) url(/imgs/ticket_icon_light2.png) no-repeat;
    background-position: bottom -20px right 10px;
    background-size: 40%;
}

#join_header {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    background: var(--color-light) url(/imgs/golfer2.png) no-repeat;
    background-position: bottom -50px right 20px;
    background-size: 50%;
}

#estimate_header {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    background: var(--color-light) url(/imgs/estimate_ico.png) no-repeat;
    background-position: bottom 20px right 40px;
    background-size: 19%;
}

#main_header {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 25px 15px 25px 25px;
    position: relative;
    background-position: top 25px right 15px, 0 0;
    background-image: url(/imgs/iv2.png), linear-gradient(-25deg, var(--color-dark) 20%, var(--color-light) 20%);
    background-size: 25%, 100%;
    background-repeat: no-repeat, no-repeat;
}

#float-ico {
    margin-top: -20px;
}

.add-btn-wrap {
    float: right;
}

.list-btn-wrap {
    float: right;
    margin-right: 10px;
}


/*
.add-btn-wraps{position:fixed;bottom:85px;margin-left:320px;}
.list-btn-wraps{position:fixed;bottom:85px;margin-left:255px;}
*/

.add-btn-ico {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: var(--color-light);
    color: #FFF;
    text-align: center;
    font-size: 2em;
}

.list-btn-ico {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #FFD853;
    color: #FFF;
    text-align: center;
    font-size: 2em;
}

.location-btn-wrap {
    position: absolute;
    right: 30px;
    bottom: 90px;
}

.location-btn-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    color: #000;
    text-align: center;
    font-size: 16px;
    border: 1px solid #AAA;
    padding-top: 3px;
}

.page-header-title {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}

.pro-contents {
    margin-top: 30px;
    padding: 15px 10px;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}

.chat-btn-wrap {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.chat-btn {
    float: left;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 0px;
}


/*채팅*/

.fake_textarea {
    resize: none;
    width: 100%;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #AFAFAF;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding: 16px;
}

.chat-box-wrap {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #FFF;
    padding: 10px;
}

.chat-box-ico {
    font-size: 36px;
    position: absolute;
    right: 25px;
    margin-top: 10px;
    color: var(--color-light)
}


/*프로필*/


/*스위치*/

.switch-button {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
    float: right;
    margin-top: 10px;
}

.switch-button input {
    opacity: 0;
    width: 0;
    height: 0;
}

.onoff-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: #ccc;
    /*box-shadow: inset 1px 5px 1px #999;*/
    -webkit-transition: .4s;
    transition: .4s;
}

.onoff-switch:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .4s;
    border-radius: 20px;
}

.switch-button input:checked+.onoff-switch {
    background-color: #F2D522;
    /*box-shadow: inset 1px 5px 1px #E3AE56;*/
}

.switch-button input:checked+.onoff-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.profile_subtitle {
    font-size: 14px;
    margin-top: 20px;
}

#cont_mem_contents {
    resize: none;
    height: 180px;
    font-size: 0.9em;
}

#address_view {
    float: left;
    margin: 10px 5px 10px 0px;
    font-size: 0.8em;
    padding-left: 10px;
}

.out-service {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    text-decoration: underline;
}

.pro-marker-wrap {
    position: absolute;
    margin-left: -55px;
    text-align: center;
    width: 160px;
    line-height: 30px;
    background: #fff;
    color: #000;
    font-size: 0.8em;
    border-radius: 30px;
    padding: 5px 5px;
    border: 1px solid #666;
}


/*home 예약*/

.shop-marker-wrap {
    position: absolute;
    margin-left: -55px;
    text-align: center;
    width: 140px;
    line-height: 30px;
    background: #fff;
    color: #000;
    font-size: 0.8em;
    border-radius: 15px;
    padding: 0px 15px;
    border: 1px solid #666;
}


/*프로리스트*/

#map_pro {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(/imgs/map_bg.png);
    background-size: 17px;
}

.map_under {
    width: 100%;
    background: #FFF;
    position: absolute;
    z-index: 998;
    bottom: 0px;
    height: 23px;
}

.markerfavor {
    color: #FF6600;
}


/*리뉴얼 스킨 */

.search-input {
    border-radius: 30px !important;
    border: 1px solid #000 !important;
    background: #FFF !important;
    width: 70% !important;
}

.search-btn {
    border-radius: 30px;
    width: 28%;
    float: right;
}

.dbline {
    border: 1px solid #999;
}

.shop-wrap {
    padding: 20px 10px;
    border-bottom: 1px solid #DFDFDF;
    overflow: hidden;
}

.shop-tit {
    font-weight: bold;
    float: left;
}

.shop-favor {
    float: left;
    background: #1aa58b;
    color: #FFF;
    font-size: 0.8em;
    border-radius: 20px;
    padding: 2px 10px;
    margin-left: 10px;
}

.shop-addr {
    margin-top: 10px;
    font-size: 0.8em;
}

.shop-tel {
    font-size: 0.8em;
    color: #777;
}

.pull-wrap {
    position: absolute;
    right: 75px;
    top: 15px;
}

.pull {
    position: relative;
    padding: 0px 5px;
    width: 60px;
    height: 20px;
    color: #FFF;
    border-radius: 6px;
    background-color: #000;
    font-size: 11px;
    text-align: center;
}

.pull:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -10px;
    border-left: 10px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.blink-txt {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

#menu-list li {
    padding: 15px;
    border-bottom: 1px dashed #AFAFAF;
    display: flex;
    /* Flexbox 적용 */
    align-items: center;
}

#menu-list li i {
    color: #AFAFAF;
}

#menu-list li div {
    font-size: 0.8em;
    color: #AFAFAF;
    display: none;
}

.on-theme {
    color: #57e9d4;
}

ul.corp-info {
    display: block;
    list-style-type: disc !important;
    margin-block-start: 0.8em;
    margin-block-end: 0.8em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.speech-bubble {
    position: relative;
    min-width: 80px;
    background: #fff;
    border-radius: 0.4em;
    padding: 5px 3px;
    font-size: 0.8em;
    margin-top: -5px;
    margin-left: -5px;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 7%;
    width: 0;
    height: 0;
    bottom: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    /* margin-left: -3px; */
    margin-bottom: -3px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
    transform: rotate(45deg);
    border-width: 4px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
}