@charset "utf-8";
@import url('http://www.openhiun.com/hangul/nanumbarungothic.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;500;700;800&display=swap');

:root {
	--black : #191919;
}
html {
    font-size:16px
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: "Pretendard Variable", Pretendard, 'Roboto', sans-serif;*/
    font-family: "Nanum Gothic", serif;
    font-size: 1rem
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    word-break: keep-all;
}

ul, li, dl, dt, dd, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

body, a {
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #000;
}

img, video {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
}
p {
    word-break: keep-all;
}
input, input[type="submit"] {
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: auto;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

button,
label {
    cursor: pointer
}
label {color:#525252;}
b {
    font-weight: 800;
}

img, video {
    max-width: 100%;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
}

/*  common */
:root {
    --color: #38FFB7;
    --color2: #0DC080;
    --color3: #19AE9D;
    --color4: #21CD9C;
    --color5: #3B8469;
    --color6: #0C4D35;

	--primary : #2369D2;
	--secondary : #70A4F2;
}

.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.pc {
    display: block;
}

.pc.flex {
    display: flex;
}

.mb, .mb.flex {
    display: none;
}

.flex {
    display: flex;
}

.flexSb {
    display: flex;
    justify-content: space-between;
}

h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.main section:not(#main) {
    padding: 80px 0 110px;
}


/* header */

header {
    position: absolute;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0 60px;
}

header a {
    color: #fff;
}

header ul {
    display: flex;
    gap: 3.125rem;
}

header ul a {
    font-size: 1.125rem;
    font-weight: 700;
}

header .header_right a {
    background:#fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 42px;
    border-radius: 3.125rem;
}

#bar {
    display: none;
}

#main {position:relative; 
    background: url("./img/main_visual.jpg") no-repeat center / cover;
    height: 850px;
    padding-top: 30vh;
}

#main:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(5, 23, 40, 0.6); z-index:0;}

.mainTxt {position:relative; z-index:1;
    width: 60%;
}

#main h2 {
    font-size:2.75rem;
    color: #fff;
    word-break: keep-all;
}

#main p {
    color: #fff;
    margin-top: 12px;
}

.mainTel {position:relative; z-index:1;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 57px;
}

.mainTel div:first-child {
    border-radius: 50%;
    background:#DABB0D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6875rem;
    height: 4.6875rem;
}

.mainTel div:last-child span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFD52C;
}

#sec01 {
    background: #F6F6F6;
}
#sec01 ul {
    display: flex;
    gap:5rem;
    justify-content: center;
    margin-top: 5rem;
}

#sec01 ul li {
    text-align: center;
}
#sec01 ul li span {
    display: block;
    margin-top: 1.25rem;
}

#sec02 {
    padding: 80px 0;
}
.sec02_con {
    display: flex;
    margin-top: 2.5rem;
    border-radius: 10px;
    border:1px solid #ddd
}
.sec02_con > div {
    flex:1;
    padding: 2.8125rem 4.5rem;
}
.sec0201 li + li {
    margin-top:30px
}
.sec0201 li div {
    display: flex; flex-flow:row wrap;
    align-items: center;
    gap:10px
}
input[type="radio"] {
    display: none;
}
.radio_btn {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    border:1px solid #ddd;
    vertical-align: middle;
    position: relative;
}
input:checked + label .radio_btn:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ddd
}
input + label {
    color: #525252;
}
.sec0201 li div.date , .sec0201 li div.date div {
    gap:5px
}

input:not([type="checkbox"], [type="radio"]),
select,
.sec0201 li input[type="text"],
.sec0201 li select {
    border-radius: 3px;
    border:1px solid #ddd;
    height: 2.25rem;
    padding: 5px 10px;
}
.sec0201 li div.date input:first-child {
    width: 13.125rem;
}
.sec0201 li div.date div:not(:first-child) input {
    width: 3.125rem;
}
.sec0202 {
    background: #F3F3F3;
}
.sec0202 div {
    white-space: pre-line;
}
.sec0202 b {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.sec0202 span {
    color: #0D5997;
}
.sec02_btm {
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 2.5rem;
}
.sec02_btm a {
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.875rem;
    border-radius: 3.125rem;
    color: #fff;
}
.sec02_btm a:first-child {
    background: #2369D2; border:1px solid #2369D2;
}
.sec02_btm a:nth-child(2) {
    background: #70A4F2;	border:1px solid #70A4F2;
}
.sec02_btm a:nth-child(3) {
    background: #fff;	border:1px solid #2369D2;	color:#135CCA;
}

#sec03 {
    background: url("./img/sec03_bg.jpg") no-repeat center / cover;
    background-attachment: fixed;
    padding: 80px 0 54px;
}
#sec03 h3 {
    color: #fff;
}
#sec03 ul {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    margin-top: 2.5rem;
}
#sec03 ul li {
    width: calc((100% - 30px) / 4);
    background:#fff;
    border-radius: 1.25rem;
    border:1px solid #ddd;
    padding:1.6875rem 1.25rem;
    color: #666
}
#sec03 ul li span {
    display: block;
    margin-bottom: 10px;
    color: #ED5402;
}
#sec03 ul li span.delay {
    color: #787878;
}
#sec03 ul li b {
    color: #191919;
    font-weight: 400;
}
.viewMore2 {
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
}

#sec03 .viewMore2 {
    color: #fff;
    margin-top: 64px;
}

#sec04 h3 {
    margin-bottom: 2.5rem;
}
#sec04 ul li {
    border-bottom: 1px solid #ddd;
}
#sec04 ul .q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    cursor: pointer;
}
#sec04 ul .q div {
    display: flex;
    align-items: center;
    gap:10px;
    font-size: 1.125rem;
}
#sec04 ul .q span {
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    background: #135CCA;
}
#sec04 ul .q i {
    transition: 0.5s;
}
#sec04 ul .q.on i {
    transform: rotate(90deg);
}
#sec04 ul .a {
    padding: 1.25rem ;
    border-top: 1px solid #ddd;
    display: none;
}
#sec04 ul .a > div {
    overflow-y:auto;
}
#sec04 ul .a .scroll_a{
    max-height: 100px;
    white-space: pre-line;
}

.viewMore {
    width: 7.5rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    border: 1px solid #2E61D0;
    color: #0C4DC7;
    margin: 30px auto 0;
}
.viewMore:hover {
    background: #499A8A;
    color: #fff;
}

#sec05 {
    background: #F6F6F6;
}
#sec05 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 1.25rem 0 40px;
}
#sec05 ul li {
    cursor: pointer;
    padding: 10px 20px;
}
#sec05 ul li.active {
    border-bottom: 2px solid #0880F0;
}

.swiper {
    overflow: visible;
}

.sec05_box:not(.active) {
    display: none;
}

#sec06 {
    background:#346FED;
}

#sec06 ul {
    display: flex;
    gap:20px;
}
#sec06 ul li {
    flex:1;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
    color: #666;
}
#sec06 ul li i {
    font-size: 2.5rem;
    color: var(--color6);
}
#sec06 a {color:#0A326C;}
#sec06 ul li b {
    display: block;
    margin: 8px 0 4px;
    color: var(--color6);
    font-weight: 500;
}
#sec06 ul li p {
    white-space: pre-line;
}
footer {
    background: #1D2026;
    color: #878787;
}
.fnb {background:rgba(43, 50, 64, 0.8);
    border-bottom: 1px solid rgba(255,255,255,0.2);

}
.fnb ul {
    display: flex;
    gap:30px;
    height: 80px;
    align-items: center;
}
.fnb ul a {
    color: #fff;
}
.fnb2 {
    white-space: pre-line;
    padding: 2rem 0 3rem;
}

/* sub */

#sub01 {
    background: url("./img/banner.jpg") no-repeat center / cover;
    height: 21.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:1rem;
    color: #fff;
}
#sub01 p {
    display: flex;
    align-items: center;
    gap:5px
}

#sub02 {
    padding: 4.375rem 0;
    text-align: center;
}
#sub02 h4 {
    font-size:2rem;
    font-weight: 400;
    margin-bottom:  1.25rem;
}
#sub02 p {
    white-space: pre-line;
    color: #525252;
}
.sub02_banner {
    margin-top: 2rem;
    background: url("./img/subBg.jpg") no-repeat center / cover;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:2rem;
    color: #fff;
}
.sub02_banner h5 {
    font-size:2.25rem
}
#sub02 .sub02_banner p {
    color: #fff;
    font-size:1.125rem
}
.root_daum_roughmap .wrap_map {height:448px!important;}
.mapInfo {
    padding: 1.625rem 0 5rem;
    display: flex;
    justify-content: space-between;
}

.mapInfo .map02 a {
    width: 7.5rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3.125rem;
    background:var(--primary);
}
.map01 p {
    white-space: pre-line;
    color: #525252;
}
.map01 span {
    display: block;
    color: var(--primary); font-weight:700;
    margin-bottom: 5px;
}

.map01 li {padding:3px 0;}
.map01 .btn_wrap {display:flex; justify-content:flex-start; gap:10px; margin-top:20px;}
.map01 .btn_wrap a {font-size:0; letter-indent:-999999px; line-height:0;}
.map01 .btn_wrap img {border:1px solid #ddd; border-radius:5px;}


.sub {color:#525252;}
/*.sub strong { transform: skew(-0.001deg);}*/

/*예약하기*/
.input_wrap {display:flex; align-items:center; gap:4px;}

.btn_wrap {display:flex; justify-content:center; gap:6px; }
.btn {height:3.75rem; padding:1rem 1.875rem; border-radius:10px; font-weight:500;}
.btn:hover {opacity:0.8;}
.btn_sm {height:2.25rem; padding:4px 10px; border-radius:8px; font-size:0.875rem;}
.btn_primary {background:var(--primary); border:1px solid var(--primary); color:#fff;}
.btn_secondary {background:var(--secondary);  border:1px solid var(--secondary); color:#fff;}
.btn_outline {background:#fff; border:1px solid var(--primary); color:var(--primary);}

/*주차요금*/
.price .wrap {display:flex;}
.price .restb_col {width:80%;}
.price .additional {width:20%; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.price thead,
.price .additional dt {background:#f6f6f6; color:#191919; font-weight:700; border-top:1px solid #333;}
.price th,
.price td,
.price .additional dt {padding:15px 20px; border-bottom:1px solid #ddd;}
.price td strong {color:var(--primary); font-weight:700;}
.price .additional dd {padding:15px 20px; padding-top:60%; text-align:left;}
.price .additional li {position:relative; padding:10px 0; padding-left:12px;}
.price .additional li:before {content:"-"; position:absolute; top:10px; left:0;}
.price .additional strong {font-weight:400; color:#d35400;}

/*faq*/
.faq ul li {
    border-bottom: 1px solid #ddd;
}
.faq ul .q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    cursor: pointer;
}
.faq ul .q div {
    display: flex;
    align-items: center;
    gap:10px;
    font-size: 1.125rem;
}
.faq ul .q span {
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    background: var(--primary)
}
.faq ul .q i {
    transition: 0.5s;
}
.faq ul .q.on i {
    transform: rotate(90deg);
}
.faq ul .a {
    padding: 1.25rem;
    display: none;
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 20px;
	text-align:left;
}
.faq ul .a > div {
    overflow-y:auto;
}
.faq ul .a .scroll_a{
    max-height: 100px;
    white-space: pre-line;
}

/*이용안내*/
.manual .wrap {display:flex; flex-wrap:wrap;}
.manual .wrap > div {width:25%; padding:10px 5px; }
.manual .wrap dl {position:relative; min-height:212px; padding:20px; border:1px solid #94bffe; border-radius:20px;}
.manual .wrap dl:after {content:">"; position:absolute; top:50%; right:-24px; transform:translateY(-50%); display:flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:50px; border:1px solid #ddd; background:#fff; z-index:1;}
.manual .step4 dl:after,
.manual .step8 dl:after {display:none;}
.manual dt {display:flex; flex-direction:column; align-items:center; margin-bottom:12px; font-weight:700; color:var(--primary); font-size:18px;}
.manual dt img {height:32px; margin-top:6px; }
.manual dt span {display:flex; flex-direction:column; align-items:center; justify-content:center; margin-bottom:15px; font-size:14px; color:var(--primary);}


@media (max-width:1240px) {
	.price .wrap {flex-direction:column;}
	.price .wrap > * {width:100%;}
	.price .additional {margin-top:20px; border-radius:10px; border:none; background:#f6f6f6; overflow:hidden;}
	.price .additional dt {padding:20px; padding-bottom:10px;border:none; font-size:18px; text-align:left;}
	.price .additional dd {padding:20px; padding-top:0;}
}

@media (max-width: 1000px) {
    html {
        font-size:10px
    }
    .main section:not(#main) {
        padding: 60px 0;
    }
    header {
        height: 60px;
        padding: 0 20px;
    }
    header .header_right a {
        width: 60px;
        height: 30px;
        border-radius: 3.125rem;
    }
    header .header_right {
        display: flex;
        align-items: center;
        gap:15px
    }
    h1 img{
        width: 100px;
    }
    #bar {
        display: block;
        width: 20px;
        height: 15px;
        position: relative;
        cursor: pointer;
    }
    #bar span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        transition: 0.5s;
    }
    #bar span:nth-child(1) {
        top: 0;
    }
    #bar span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    #bar span:nth-child(3) {
        bottom: 0;
    }
    header.on #bar span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    header.on #bar span:nth-child(2) {
        opacity: 0;
    }
    header.on #bar span:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }
    nav {
        position: absolute;
        top:60px;
        right: 0;
        width: 100%;
        background: #fff;
        transform: translateX(100%);
        transition: 0.5s;
    }
    header.on nav {
        transform: translateX(0);
    }
    nav ul {
        display: block;
    }
    nav ul li {
        padding: 15px 20px;
        border-bottom:  1px solid rgba(0,0,0,0.1)
    }
    nav ul li a {
        color: #111;
    }
    #main {
        height: 500px;
        padding-top: 100px
    }
    .mainTel div:first-child img {
        width: 16px;
    }
    #sec01 ul {
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 3.125rem;
    }
    #sec01 ul li {
        width: calc(50% - 10px);
    }
    .sec02_con {
        display: block;
    }
    #sec03 ul {
        gap:10px
    }
    #sec03 ul li {
        width: calc((100% - 20px) / 2);
    }
    #sec03 .viewMore2 {
        color: #fff;
        margin-top: 50px;
    }
    #sec06 ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    #sec06 ul li {
        flex:auto;
        width: calc(50% - 7.5px);
    }
    .fnb {
        overflow-x: auto;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none;
    }
    .fnb::-webkit-scrollbar {
        display: none;
    }
    .fnb ul {
        display: flex;
        gap: 10px;
        height: 40px;
        width: fit-content;
    }
    .fnb ul li {
        width: max-content;
    }
    .sec02_btm a {
        padding: 0.625rem 1.5rem
    }
    .mainTxt {
        max-width: 610px;
        width: 80%;
    }
}


@media (max-width:768px) {
	.reserve li > * {padding:10px; }
}


@media (max-width:576px) {
	#main {height:540px;}
	.mainTel {margin-top:20px;}
	.sec02_con > div {padding:12px;}
	.sec0201 li div {gap:4px;}
	.sec0201 li > div {margin-top:4px;}

	.sub * {font-size:14px;}
	.sub input:not([type="checkbox"], [type="radio"]),
	.sub select {width:100%; height:36px; padding:5px;}
	.sub .radio_btn {width:14px; height:14px; margin-right: 5px;}
	
	.btn {height:40px;}
	.btn_sm {height:30px;}

	.reserve .wrap {padding:0;}
	.reserve li > *,
	.reserve li .tit {width:100%; padding:10px 15px; background:#fff; }
	.reserve li .tit {padding-bottom:0;}
	.reserve li > div:not(.tit) {padding-top:4px; padding-left:0;}
	.reserve .input_wrap > * {flex:1;}
	.reserve .time > div > * {width:auto;}
	.reserve li > div > div label:not(:first-of-type), 
	.reserve li > div input[type="text"] + label {margin-left:10px;}
	.reserve .fee > div {flex-direction:row; }
	.reserve .fee input {width:140px;}
	.reserve .fee button{margin-left:10px;}
	.reserve li .guide {display:block; margin-left:2px; margin-top:4px; font-size:12px;}
	.reserve .btn_wrap {margin-top:20px; padding:0 15px;}

	.root_daum_roughmap .wrap_map {height:200px!important;}

	.price .wrap {padding:0 15px;}
	.price th, .price td {padding:10px 3px;}
	.price th {font-size:13px; word-break:keep-all;}
	.price th span {display:block;}
	.price tr td {font-size:13px;}
	.price .additional dt  {font-size:16px;}
	.price .additional li {padding-top:4px; padding-bottom:4px;}
	.price .additional li:before {top: 4px;}

	.manual .wrap > div {width:100%; padding:2px 0;}
	.manual .wrap dl {min-height:auto; padding:20px 10px 30px; word-break:keep-all;}
	.manual .wrap dl:after {right: auto; bottom: -14px; top: auto; left: 50%;transform: translateX(-50%) rotate(90deg);}
	.manual .step5 {margin-top:20px;}
        
}


/*=== 모바일 기준 페이지들 =====*/
textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 1rem;
    font-family: inherit;
    color: #525252;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: sub;
}

input[type="radio"], input[type="checkbox"] {
    appearance: auto;
}

label {text-align:left;}

.sub input:not([type="checkbox"], [type="radio"]), .sub select {
    width: 100%;
    height: 36px;
    padding: 5px;
}

input[type="radio"] {
    display: none;
}
.radio_btn {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-block;
    margin-right:4px;
    border:1px solid #ddd;
    vertical-align: middle;
    position: relative;
}
input[type="checkbox"] {width:20px; height:20px; margin-right:5px; vertical-align:sub;}

input:checked + label .radio_btn:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2369d2;
}
input + label {
    color: #525252;
	padding-right: 8px;
}

input:not([type="checkbox"], [type="radio"]),
select {
	width:100%;
    border-radius: 3px;
    border:1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
	font-size:1rem;
	font-family:inherit;
	color:#525252;
}
textarea {width:100%; border-radius: 3px; border:1px solid #ddd; padding: 5px 10px; font-size:1rem; font-family:inherit;color:#525252;}

.sub input:not([type="checkbox"], [type="radio"]),
.sub select {width:100%; height:36px; padding:5px;}
.sub .radio_btn {width:20px; height:20px; margin-right: 5px;}

/*예약*/
.reserve .wrap {max-width:1040px;}
.reserve li .tit,
.reserve .calc_price li > span {display:block; color:var(--black); font-weight:500; text-align:left;}

.input_wrap {display:flex; align-items:center; gap:4px;}
.reserve .stit {text-align:left;}
.reserve .wrap > .guide {margin-bottom:10px; text-align:left;}
.reserve .sec02_con {padding:24px; background:#fff;  border:1px solid #ebebeb; border-radius:10px;}
.reserve .sec0201 ul {column-gap:28px;}
.reserve .guide {margin-bottom:10px; padding:0 15px; text-align:left;}
.reserve .calc_price .guide {padding:20px 10px 0; text-align:left;}
.reserve .input_form ul {border-top:1px solid #333;}
.reserve .input_form li > * {display:flex; flex-wrap:wrap; align-items: center; gap:4px; width:100%;}
.reserve .input_form li {display:flex; justify-content:flex-start; flex-wrap:wrap; align-items:flex-start; gap:5px; padding:10px 0; text-align:left;}
.reserve .input_form li > div {width:calc(60% - 5px);}
.reserve .input_form li .tit {display:block; width:40%; padding-top:8px; word-break: keep-all;  white-space: normal;  overflow-wrap: anywhere;}
.reserve .input_form  li > div > div {flex-wrap:wrap; width:100%; padding:5px 0;}
.reserve .input_form  li > div > div :not(:first-of-type), 
.reserve .input_form  li > div input[type="text"] +  {margin-left:10px;}
.reserve .input_form  li .guide {display:block; margin-left:2px; margin-top:4px; font-size:14px; color:#3e82cc; }
.reserve .input_form  li.required .tit:after {content:"*"; margin-left:2px; font-weight:700; color:#d10d0d;}
.reserve .input_form textarea {height:140px;}
.reserve .input_wrap > * {flex:1;}
.reserve .time > div > * {width:auto;}
.reserve .termial .input_wrap > * {flex:none;}
.reserve .fee > div {display:flex;}
.reserve .fee > div > div {width:auto;}
.reserve .fee input {flex:4; max-width:174px; border:none; border-bottom:1px solid #ccc;}
.reserve .input_fee {border-bottom:1px solid var(--primary); color:var(--primary); font-weight:500;}
.reserve .fee .btn {height:38px; margin-top:10px; margin-bottom:5px; font-size:14px; border-radius:5px;}
.reserve .wrap form .btn_wrap {display:flex; gap:4px; margin-top:20px;}
.reserve .wrap form .btn_wrap .btn {width:50%;}
.reserve .agree {margin-top:40px; padding-left:15px; padding-right:15px; text-align:left;}
.reserve h5 {margin-bottom:10px; font-size:1rem; font-weight:700; color:var(--primary);}
.reserve .agree .guide {margin-bottom:10px; text-align:left; font-size:0.857rem; color:#666;}
.reserve .agree textarea {height:140px; font-size:0.857rem; color:#787878;}
.reserve .radio_box {margin-top:10px; font-size:0.88rem;} 

/*예약확인*/
.search {display:flex; gap:10px; margin-bottom:10px;}
.search select,
.search input {font-size:0.93rem;}
.search select {width:auto;}
.search i {font-size:20px;}

.reserve_list span {font-size:1rem; color:var(--black);}
.reserve_list .list a {display:flex; justify-content:space-between; align-items:center;  gap:10px;}
.reserve_list .status,
.reserve_view .status .tag,
.reserve_view .status .btn {min-width:70px; padding:5px 10px; border-radius:5px; text-align:center; font-size:0.875rem;}
.reserve_view .status .btn a {font-size:inherit;}
.reserve_list .done,
.reserve_view .done {background:#0544c9; border:1px solid #0544c9; color:#fff; }
.reserve_list .ing,
.reserve_view .ing {background:#eee; border:1px solid #eee; color:#787878; }
.reserve_view .status .btn {width:auto; height:auto; margin: 0; line-height: inherit; border:1px solid #4970c2; background:#fff; color:#0544c9;}

.reserve_check .wrap {max-width:450px; text-align:center;}
.reserve_check i {display:block; width:80px; height:80px; line-height:80px; margin:0 auto; margin-bottom:10px;  border: 1px solid #ffcb42; border-radius:50px; color:#ffcb42; font-size:38px;}
.reserve_check ul {margin-bottom:20px;}
.reserve_check li {padding:2px 0; word-break:keep-all; font-size:0.875rem;}
.reserve_check .input_wrap {gap:10px; margin:10px 0;}
.reserve_check label {flex:1; color:var(--black);}
.reserve_check input:not([type="radio"]) {flex:3; height:46px; border-radius:10px;}
.reserve_check .btn {margin-top:10px; width:100%;}

.reserve_view .input_form li {align-items:flex-start; gap:10px;}
.reserve_view .input_form li > div {width:calc(100% - 120px); padding:0 3px;}
.reserve_view .input_form .fee > div > div {padding:0 3px;}
.reserve_view .input_form li .tit {width:110px; padding:0;}
.reserve_view .btn {margin-top:20px; width:100%;}

/*약관*/
.terms .wrap {text-align:left;  white-space: pre-wrap;}

@media (min-width: 768px) {
	.reserve .input_wrap > * {flex:none;}
	.reserve .input_form li > div {width:75%}
	.reserve .input_form li .tit {width:24%;}
}

@media (min-width: 1000px) {
	.reserve .calc_price {background:#f6f6f6;}
	.reserve .wrap {max-width:1000px;}
	.reserve .guide {padding:0;}
	.reserve .input_form li {align-items: stretch; gap:0; padding:0; border-bottom:1px solid #ddd;}
	.reserve .input_form li > * {padding:20px; padding-right:0;}	
	.reserve .input_form li .tit {display:flex; flex-grow: 1; padding:20px!important; background:#f6f6f6; text-align:left; word-break:keep-all;}
	.reserve .input_form li .guide {width:100%; text-align:left; font-size:16px;}
	.reserve .input_form li.time .guide {color:#d55207;}
	.reserve .input_form .fee > div > div {width:auto;}
	.reserve .input_form li:first-child {border-top:none;}
	.reserve li > div > div :not(:first-of-type),
	.reserve .input_form li > div input[type="text"] +  {margin-left:30px;}
	.reserve .wrap form .btn_wrap {display:flex; justify-content:center; gap:10px; margin-top:40px}
	.reserve .wrap form .btn_wrap .btn {width:220px;}	
	.reserve .agree {padding-left:0; padding-right:0;}

	.reserve_list .status {width: 100px;}
	.reserve_check input:not([type="radio"]) {flex:4; height:52px;}
	.reserve_view .input_form li {align-items: stretch; gap:0;}
	.reserve_view .input_form li > div {width:80%; padding:20px;}
	.reserve_view .status .tag {width:auto;}
	.reserve_view .btn {max-width:240px; margin-left:auto; margin-right:auto;}
}









































































































