@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

body {margin:0; padding:0; background:#e7e7e7;}
* {margin:0; padding:0; font-family:'Noto Sans KR', sans-serif; word-break:keep-all; box-sizing:border-box;}
a {text-decoration:none;}
dl,ul,li {list-style:none;}

table{ border-collapse: collapse;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {border: 0; border-radius: 0; cursor: pointer; background-color: inherit;}
.container {max-width:1200px; width:100%; margin:0 auto;}
#alert_message {position:fixed; display: none; top:0; left:13%; z-index: 1000; height: 90px; width: 74%; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;background-color:#198754;}
#alert_message .text {display:flex; height: 90px;vertical-align: center;align-items: center; justify-content: center; font-size: 1.3rem; color: #fff;}

#top_box {padding:30px 0 200px; text-align: center; background:url("../images/estimation/bg.jpg")no-repeat top center; background-size:cover; max-height:753px;}
#top_box img {display: block; max-width: 130px; width: 100%; margin:0 auto 20px;}
#top_box h2 {font-size: 30px; color: #fff; margin-bottom:0; line-height: 47px;}
#top_box h3 { font-size: 40px; color: #fff; line-height: 1;text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);}

#white_box {margin-top: -170px; position: relative;}
#white_box .container {background:#fff; border-radius: 20px; border: 1px solid #ddd;}
#white_box .container.list {padding: 30px 8% 30px; }
#white_box .container.write {padding: 30px 4% 20px;}

#white_box h3 { color: #af6249; font-size: 2rem; text-align: center; line-height: 1; margin-bottom: 40px;}
#view_info h3 { color: #af6249; font-size: 21px; text-align: left; line-height: 1; margin-bottom: 40px;}
#view_info img { width: 100%;}
#white_box .btnwrap {margin-bottom: 40px;}
#white_box .btnwrap::after {content: ''; display: block; visibility: hidden; clear: both;}
#white_box .btnwrap a {display: block; float: left; width: calc(50% - 10px); text-align: center; border-radius: 4px;}
#white_box .btnwrap a span {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); display:inline-block; font-size: 24px; padding-right:25px; background:url('../images/estimation/ico_right.png')no-repeat right center; background-size:13px; color: #fff;  vertical-align: middle; line-height: 60px;}
#white_box .btnwrap .red {width:100%; margin-right: 20px; background: #c80b0b;}
#white_box .btnwrap .gray {background: #b1b1b1;}


#white_box .paging {display: table; margin: 40px auto 0;}
#white_box .paging::after {content: ''; display: block; visibility: hidden; clear: both;}
#white_box .paging a {float: left; width:28px; display: block; height: 28px; line-height: 28px; text-align: center; font-size: 16px; color:#b1b1b1; margin: 0 3px; transition: .2s;}
#white_box .paging a img {display: block; width: 100%;}
#white_box .paging .on,
#white_box .paging a:hover {color: #c80b0b;}
#white_box .paging .prev {margin-right: 15px;}
#white_box .paging .next {margin-left: 15px;}
#white_box .more_view {display: none;}

#footer {background: #333; padding: 170px 0 100px; margin-top:-90px;}
#footer .container {display:flex; margin:0 auto; width:1080px;}
#footer .logo {  margin-right: 50px; margin-top:15px;}
#footer .logo img {display: block; width: 100%;}
#footer .info p span {display: inline-block; margin-right: 30px;color: #707070; font-size: 16px; font-weight: 500; line-height: 30px;}
#footer .info p span b{color: #707070;}



.hide { display: none !important;}
.item-row {font-size: 62.5%; padding: 0; margin-bottom: 20px; border-bottom:1px solid #ebebeb; }
.item-title { padding:.3rem 1rem .5rem; font-weight: bold; font-size: 1rem; color:#444; border-bottom: 2px solid #4b4b4b; border-left:4px solid #4b4b4b;}
.item-detail{ padding: 15px 0 15px; font-size: 1rem;}

.location { display: flex; flex-direction: row; flex-wrap: wrap; margin: 0; }
.location li { position: relative; cursor: pointer; overflow: hidden;}
.location .thumb { padding:6px;  height: auto; overflow:hidden; display: none;}
.location .thumb img { display: block; width: 100%;height: 100%;overflow: hidden;transition: all 0.2s linear;transform:scale(1.1);}
.location .cont { display: inline-block; padding: 5px 15px 5px 5px;  width: 100%;  z-index: 100; }
.location .cont strong { margin-top: 5px; width: 100%; text-align: center;font-size:1rem; font-weight:normal;}
.location .cont span { display: inline-block; padding-left: 22px; text-align: center; font-size:1rem; background: url("../images/estimation/chk_off.png")no-repeat left center; background-size:18px;}
.location li:hover img {transform:scale(1.2);}
.location li.on .cont { height: auto;  background: none;}
.location li.on .cont span {background: url("../images/estimation/chk_on.png")no-repeat left center;background-size:18px;}

 .input-area { font-size: 1rem;}
.input-area .input-st1 { min-width: 50%;}
.item-detail input { border-radius: 0; padding: 7px 10px 5px; font-size: 1rem;  border: 0; border-bottom: 1px solid #000; box-shadow: 5px 5px 2px #f1f1f1; }
.item-detail input:focus { outline:1px dashed #ccc; }
.item-detail input:focus::placeholder {color: #ddd;}
.item-detail input::placeholder { color: #ccc; font-size: 1rem;}
.crt { padding: 5px 2px 3px; font-size: 1rem; text-align: left;}
.input-area .datepicker { width: 272px; border-bottom:1px solid #000; margin-bottom: 10px;}
.input-area input[type="checkbox"]{width:0; height: 0; border: 0; padding: 0; appearance: none;}
.input-area input[type="radio"]{ width:0; height: 0; border: 0; padding: 0; appearance: none;}
.input-area input:checked + label {background: url('../images/estimation/chk_on.png')no-repeat left center;background-size: 18px;}
.input-area label {padding-left: 26px;display: inline-block;font-size:1rem;color: #333;background: url("../images/estimation/chk_off.png")no-repeat left center;background-size: 18px;cursor: pointer;}
.input-area input[name="summary_date"] { width:300px; margin-left: 15px; }
.input-area input.disable { background-color: #f5f5f5; opacity: 0.6; }
.date_none { padding: 15px 10px 0;}
.item-detail button.btn_number_control {display:inline-block; vertical-align: middle; width: 23px; height: 23px; line-height:20px; font-size:16px; color: #fff; background-color:#af6249; border:none; border-radius:3px; cursor:pointer; }
.people input[type='number'] { vertical-align: middle; border: 1px solid #ccc; padding: 0; width: 50px;  height: 24px; text-align: center;}
.people input[type='number'] { vertical-align: middle; border: 1px solid #ccc; padding: 0; width: 50px;  height: 24px; text-align: center;}
.people { font-size: 1rem;  padding:5px 0;  white-space: nowrap;}
.people span { display: inline-block; width: 200px; padding-top: 5px; vertical-align: text-top; white-space: pre-wrap;}
.people .crt { display: inline-block; width: auto; padding-left: 10px; margin: 0; color: #af6249;}
.inline-list span{ display: inline-block; padding-right: 25px; height: 45px; line-height: 45px;}
.item-detail textarea {border: 1px solid #000; border-radius: 2px; padding:20px 20px; color: #333; font-size:14px; width: 100%; resize: none; height: 145px; display: block; outline: none;}
.item-detail textarea:focus::placeholder {color: #ccc;}
.resort p {  padding: 10px 0 0; }
.resort label {vertical-align: middle; min-width: 200px;}
.resort img { vertical-align: middle; margin-top: -10px; height: 20px;}

.btn-area { display: flex;justify-content:space-evenly; padding-bottom: 20px;}
.btn-list { display: inline-block; text-align: center;  padding: 10px 20px; min-width: 30%; background-color: #b4b4b4; color: #fff; font-size: 1.4rem;}
.btn-submit {  padding: 10px 20px; min-width: 30%; background-color: #c80b0b; color: #fff; font-size: 1.4rem;}
.pass .btn-area { margin:30px auto 10px; width: 60%;}

/* my */
.main-est { padding: 10vh 0 15vh; text-align:center;}
h2 { font-size:1.5rem; padding-bottom:25px;}
#pwd { display: inline-block; width:60%; padding:20px;  text-align:center; font-size:1.5rem;}
#ok { margin-top:20px; display: inline-block; width:40%; padding:10px; cursor:pointer; font-size:1.5rem;}

/*  셀프 탭 */
.tab-self { display: flex; justify-content: left;border-bottom: 1px solid #ddd; max-width: 1140px; margin: 0 auto 20px; }
.tab-self li {  border: 1px solid #ddd; border-bottom: 0; margin-left: -1px;background-color: #f5f5f5;border-top-left-radius:15px;}
.tab-self li a { padding: 10px 15px; display: block; color: #000; }
.tab-self li a:hover { }
.tab-self li.on { background-color:#C80B0B; color: #fff; border: 1px solid #C80B0B}
.tab-self li.on a { color: #fff;}
.tab-self li i { }
.tab-self li.on i { color: #fff; display:inline-block;}

/* 리조트 */
.item-detail .tit-self:first-child { margin: 0;}
.item-detail .tit-self { padding: 5px 0; margin-top: 15px; font-size: 1.1rem;}
.btn-resort-grade { display: inline-block; padding: 7px 15px 5px; margin-right: 5px; background-color:#fff; border: 1px solid #ccc;border-radius: 7px;}
.btn-resort-grade.on { background-color: #C80B0B; color: #fff; }

.resort-detail { display: flex; margin-bottom: 8px; padding: 5px 10px; border-left:1px solid #ccc; }
.resort-detail .thumb { display: none; width: 100px; }
.resort-detail .thumb img { width: 100%; height: auto; border-radius: 10px;}
.resort-detail .cont  { padding: 5px 5px 5px 0;}
.resort-detail .tit { font-size: 1rem;}
.resort-detail .det { font-size: .9rem;}
.charge { font-size: 1rem;}

#select-resort .item-detail { border-bottom: 2px dotted #ccc;}
#select-resort .number { font-size: 1rem;}
#select-resort .btn_item_delete { padding: 5px; border-radius: 5px;}

.pagination-area { padding: 40px 0 20px; text-align: center; }
.pagination { margin: 0 auto; width: auto; display: flex; justify-content: center; font-size: 1rem;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #af6249;
    text-decoration: none;
    background-color: #fff;

}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #af6249;
    border-color: #af6249;
}
.pagination a:hover {background-color: #af6249; color: #fff;}

.btn-estimation { width: 100%; height: 70px; background-color: #c80b0b; color: #fff; text-align: center; line-height: 70px; font-size: 1.4rem; font-weight: bold; border-radius: 15px;}


.list-wrap{padding:50px 10vw;}
.btn-est { padding:7px 10px; border: 1px solid #ccc; border-radius: 5px; }
.btn-est:hover { background-color: #c80b0b; color: #fff;}
.table { width: 100%; border-collapse: collapse; border-bottom: 1px solid #ddd;}
.table th { background-color:#f5f5f5; height: 50px; color: #000;}
.table td { border-bottom: 1px solid #ddd; height: 50px; text-align: center; font-weight: 600; color: #4b4b4b;}
.table .process-start { color:#e20000;}
.table .process-ing {color: #0040d6;}
.table .process-hold {color: #b1b1b1;}
.table .process-end {color: #000;}
.list-wrap .table td:nth-child(1) { padding-right: 5px; width: 15%; white-space: nowrap;}
.table tr:hover td {background-color: #f5f5f5; cursor: pointer;}
.list-search { padding: 20px 0; display: flex;justify-content: space-between;}
.list-search .total { padding-top: 14px; padding-left: 5px; font-weight: bold;}
.list-search input { padding: 10px; border: 1px solid #ccc; }
.list-search input[type="number"] { width: 300px;-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.list-search input[type="submit"] { background-color: #fff; cursor: pointer;}

.table-charge { width: 100%; border-top:1px solid #000;border-bottom:1px solid #000; font-size: 1.1rem;}
.table-charge th { padding:10px 15px; background-color:#f9f9f9;border: 1px dotted #ccc; font-weight: normal; text-align: center;}
.table-charge td { padding:10px 15px; border: 1px dotted #ccc; text-align: right;}
.table-tour { margin-bottom: 15px; width: 100%; border-top:1px solid #000;border-bottom:1px solid #000; font-size: 1rem;}
.table-tour th { padding: 15px; background-color:#f9f9f9;border: 1px dotted #ccc; font-weight: normal;}
.table-tour td { padding: 15px; border: 1px dotted #ccc; }
.table-tour td.money { text-align: right;}
.table-tour th.tit { width: 10%; text-align: center; padding: 5px; font-size: .9rem;}
.table-tour td.money .tit { display: none; }
.table-tour td.money .det { padding: 5px 0 5px;}
.table-tour td.money .det .age { display: none;}
.table-tour .age-type { display: block; padding: 5px;}
.table-charge .total { border:1px solid #000; }
.table-charge .total th{ padding: 10px 15px; background-color: #777777; color: #fff; font-size: 1rem;}
.table-charge .total td { padding: 10px 25px; font-size: 1.1rem; font-weight: bold;}
.table-charge .total td span { font-size: 1.2rem;}
.tit_drag { display: inline-block; }
.select_phone { padding: 7px 15px 5px; width: 80px; font-size: 1rem; height: auto; border: 0; border-bottom: 1px solid #000; border-radius: 0; background: #fff; }
.input-area input[name=phone2] { min-width:calc(50% - 100px);}
.input-area input[name=emergency2] { min-width:calc(50% - 100px);}
.input-area input[name=departure_airport_etc] { height: 47px;}
.input-area input[name=air_charge_etc] { height: 47px; text-align: right;}
.air_charge_area span { display: inline-block; margin-right: 10px; }
.air_charge_area input { text-align:right;}
.after_discount { text-align: right;}

#resort-add{border: 2px solid #af6249; padding: 10px 20px;}
#btn-resort-add { margin: 20px 0; }
.resort-area { display: flex;}
.resort-search { position: relative;}
.resort-search .list { position: absolute; width: 100%; height: 130px; overflow-y: scroll; border: 1px solid #ccc; background: #fff;}
.resort-search .list li { padding: 5px 10px; cursor: pointer;}
.resort-search .list li:hover { background-color: #C80B0B; color: #fff;}

.btn-st1 {display: inline-block;padding: 7px 15px 5px;margin-right: 5px; margin-bottom:5px;background-color: #fff;border: 1px solid #ccc;border-radius: 7px;}
.btn-st1.on {background-color: #C80B0B; color: #fff;}
.resort-charge { font-size: 1.1rem;}
.resort-charge .text-sm,.resort-detail .det { margin-top: 5px; display: block; padding: 10px; background: #f9f9f9;}
#estimation-item .number { font-size: 1.2rem;}
.list-bulleted { line-height: 1.8em;}
.list-bulleted ul { padding-left: 30px;}
.list-bulleted li { padding: 5px 0; list-style: disc;}
.list-bulleted p { margin: 5px 0;}

/* 레이어 팝업 */
.layer_area { position: fixed; z-index: 1000; width: 100%; height: 100%; top:0;left: 0; background:rgba(0,0,0,0.5); }
.image_view_area { position: fixed; top: 10vh; left: 50%; margin-left: -30%; width: 60%; height: 80vh; overflow-y: scroll; background: #fff;}
.image_view_area img { width:100%; height: auto;}
.image_schedule { color: #007bff; font-size: 1rem; font-weight: bold;}
.deposit_update { width: 50%; padding: 20px 50px 100px; margin: auto; background-color: #fff;}

.resort_option { position: relative;}
.resort_option_sel { position:absolute; left: 0; top: 0; background-color: #fff; padding: 15px; width: 100%; max-width: 270px; border: 2px solid #af6249; z-index: 900;}
.btn_resort_option_cancel { padding: 5px 10px; border: 1px solid #ccc;}
.btn_resort_option_add { padding: 5px 10px; border: 1px solid #ccc; background-color:#C80B0B; color: #fff;}
.resort_option_num { padding: 15px 0;}
.resort_option_del { padding: 3px 10px; background-color: #f5f5f5; font-size: .9rem;}
.resort_option .list {font-size: .9rem;}

.tour_option { position: relative;}
.tour_option_sel { position:absolute; left: 0; top: 0; background-color: #fff; padding: 15px; width: 100%; max-width: 270px; border: 2px solid #af6249; z-index: 900;}
.btn-option {  color:#C80B0B; }
.btn_option_cancel { padding: 5px 10px; border: 1px solid #ccc;}
.btn_option_add { padding: 5px 10px; border: 1px solid #ccc; background-color:#C80B0B; color: #fff;}
.option_num { padding: 15px 0;}
.option_del { padding: 3px 10px; background-color: #f5f5f5; font-size: .9rem;}
.tour_option .list {font-size: .9rem;}
.tour-add-top { position: absolute; top: -15px; left: 50%; margin-left: -33px;}
.tour-add-top button { width: 30px; height: 30px; border: 1px solid #ccc; background: #fff;}
.tour-add-bottom { top:inherit; bottom: -15px;}
.pack_side { display: none;}
.tour_info { margin: -5px; font-size: 0.9rem; color:#C80B0B; padding:5px 10px;  background-color: #f9f9f9;  }
.tour-info-table { margin-bottom: 15px;table-layout:fixed; width:100%;background-color:#fff3cd; text-align: center;font-size: 0.9rem; border-top:1px solid #000; border-bottom:1px solid #000;}
.tour-info-table td { padding: 5px 0; font-weight: bold;}
.tour-info-table .red { color: #C80B0B; }
.tour-info-table .blue { color: rgba(48,84,150);}
.vehicle { font-size: .9rem; color: #C80B0B;}

.sibling_list { padding-bottom:20px;}
.sibling_list > a { display: inline-block; padding: 5px; border: 1px solid #dee2e6; color:#000; margin: 0 5px 5px 0;}
.sibling_list > a.on { background-color:#28a745; color: #fff;}
.sibling_list > a.on i { color: #fff;}

.schedule { display: inline-block; width: 40%; white-space: nowrap;}
.schedule_input { font-size: .9rem !important; width: 80%;}
.schedule_layer { position: absolute; background-color: #fff; border: 2px solid #ddd;}
.schedule_layer .list { padding: 0 10px 0 0; margin: 0; height: 150px; overflow-y: scroll;}
.schedule_layer .list li { padding: 5px; font-size:.9rem; text-align: left;}
.schedule_layer .list li:hover { background-color: #ddd; cursor: pointer;}

.air_schedule_layer { position: absolute; background-color: #fff; border: 2px solid #ddd;}
.air_schedule_layer .list { padding: 0 10px 0 0; margin: 0; height: 150px; overflow-y: scroll;}
.air_schedule_layer .list li { padding: 5px; font-size:.9rem; text-align: left;}
.air_schedule_layer .list li:hover { background-color: #ddd; cursor: pointer;}

#resort_schedule2 { margin-top: 10px;}
.resort_schedule_add  { display: inline-block; padding: 5px 10px; background-color: #b4b4b4; color: #fff; }

.table-input { width: 100%;}
.table-input th { padding: 10px 5px; width: 20%; height:60px; border-top:1px solid #000;border-bottom:1px solid #000;}
.table-input td { padding: 10px 5px; width: 20%; border-top:1px solid #000;border-bottom:1px solid #000; text-align:center;}
.table-input td input[type="text"],.table-input td input[type="tel"],.table-input td input[type="email"] { width: inherit;min-width: 65%;  max-width:90% !important; box-shadow: none; border: 1px solid #ddd;}
.table-input td input[type="email"] { min-width: 60%;}
#quick_menu { right: -10px; top:50px; z-index: 1}
#quick_menu ul { width: 80px; background:rgba(255,255,255,0.3);border-top: 1px solid #ddd;}
#quick_menu li { padding: 5px; border-bottom: 1px solid #ddd; text-align: right;  font-size: .9rem; cursor: pointer;}
#quick_menu li.on { background-color: #af6249; color: #fff;}

#resort_complete th { font-size: .9rem; height: auto;}
#resort_complete td { font-size: .9rem; height: auto; vertical-align: middle;}

.crt_area { padding-bottom: 15px;}
.btn_crt { background-color: #dc3545; color: #fff; padding: 10px 20px; font-weight: bold;}

.table-tour .tour_info_pc { display: table-cell;}
.table-tour .tour_info_m { display: none;}

@media only screen and (max-width:1200px) {
    #footer .container{ width: auto; padding:0 10vw;}
    .table-input td { padding: 10px 2px; }
    .table-input td input[type="text"],.table-input td input[type="tel"],.table-input td input[type="email"] { width:100%; font-size: .9rem; padding: 5px;}
    .table-input td input::placeholder { font-size: .8rem;}
}
@media only screen and (max-width:768px) {
    html { font-size:14px; min-width: 400px;}
    .table-charge th { padding:3px;}
    .table-charge td { padding: 10px 3px;}
    #pwd { width: 80%; font-size: 1rem;}

    textarea {height:125px;}
    select {font-size: 14px; height:40px; max-width:unset;}
    .chk label {font-size: 14px; background-size:20px;}
    .chk input:checked + label {background-size: 20px;}
    button.minus {width:30px; height:30px;}
    button.plus {width:30px; height:30px;}
    table th {font-size:14px;}
    table td {font-size: 14px;}

    .item-detail { padding: 10px 0;}
    .item-row { margin-bottom: 15px;}
    #top_box {padding:30px 0 190px;}
    #top_box img {max-width:80px; margin:0 auto 15px;}
    #top_box h2 {font-size:15px;margin-bottom:10px; line-height:1;}
    #top_box h3 {font-size:2rem;}

    #white_box .container { border-radius: 30px;}
    #white_box .container.write {padding: 40px 10px 20px;}

    #white_box h3 {font-size: 2rem }
    #white_box .more_view {display:block; font-size: 14px; border: 1px solid #ccc; border-radius: 4px; line-height: 38px; text-align:center; background:#f5f5f5; color: #333; margin-top: 30px; width: 100%;}
    #go_top {position: fixed; right:20px; bottom:20px; display: none; width:50px; height:50px; z-index: 2;}
    #footer { padding: 100px 0 50px;}
    #footer .container{ width: auto; display: block; padding:0 10vw; }
    #footer .container .logo { margin-bottom: 10px; width: 50%;}
    #footer .container .info span{ font-size: .9rem; line-height: 20px;}

    .list-search input[type="number"] { width: 70%;}

    .resort p .det { display: block; padding-left: 10vw; padding-top: 5px;}
    .item-title { font-size: 1rem; padding: .3rem 1rem .3rem; word-break: keep-all; border-left:4px solid #af6249;}
    .resort { font-size: .7rem;}
    .input-area .input-st1 { width: 100%;}
    .input-area .datepicker { width: 44%;}
    .input-area input[name="summary_date"] { width: 55%; height: 25px;}
    .select_phone { padding: 5px; font-size: 1rem;}

    .inline-list span { height: 25px;}
    .item-detail .tit-self { margin-top: 10px; }

    .list-search { display: block; text-align: right;}
    .list-search .total { text-align: right; padding-bottom: 10px;}
    .date_none { padding:0 10px 0;}

    .table-tour th:first-child {   width: 5px; padding: 5px ;}
    .table-tour thead th.tit { display: none;}
    .table-tour .head { display: none;}

    .table-tour td { padding:5px 10px; display: inline-block; width: 100%; }
    .table-tour .tour_box  { border-top:1px solid #000;}
    .table-tour tbody td.money{ display: inline-table; width: 50%; text-align: right; margin-right: -2px; }
    .table-tour td.money del { color: #bbb;}
    .table-tour td.money br { display: none;}
    .table-tour .date { font-size: .8rem; white-space: nowrap; }

/*    .table-tour td.money:nth-last-child(2):before { display: inline-block; content:" 예약금";}
    .table-tour td.money:last-child:before { display: inline-block; content:" 잔금"; }*/
    .table-tour td.money {padding: 0;}
    .table-tour td.money .tit { padding: 2px; background-color:#f9f9f9; display: block; }
    .table-tour td.money .det { padding: 2px;}
    .table-tour td.money .det .age { display: inline-block; float: left; padding :0 5px 0; border-right: 1px solid #ddd; }
    .table-tour thead tr:last-child td:first-child {display: none;}
    .table-tour thead td input,.table-tour tfoot td input { width: 100%; margin-bottom: 10px;}
    .table-tour .age-type { display: inline-block; padding: 2px;}
    .table-tour .tour_info_pc { display: none;}
    .table-tour .tour_info_m { display: block; margin-top: 5px;}

    .btn-resort-grade { padding: 5px 10px; margin-bottom: 5px;}

    .table-charge .total th { padding: 5px 10px; font-size: 1rem; white-space: nowrap; }
    .table-charge .total td { padding: 10px 10px; font-size: 1.15rem;}
    .input-area input[name=phone2] { width:calc(100% - 110px) !important;}
    .input-area input[name=emergency2] { width:calc(100% - 110px) !important;}
    .item-detail button.btn_number_control { width: 24px; height: 24px; line-height: 22px; font-size:14px;}
    .people input[type='number'] { width: 30px; height: 20px; font-size: 12px;}
    .input-area input[name=departure_airport_etc] { width: 30%; height: 25px; }
    .input-area input[name=air_charge_etc] { width: 30%; height: 25px; }
    .item-detail textarea { padding: 10px; height: 100px;}
    .item-detail input { padding: 5px 10px; font-size: 1rem;}
    .list-bulleted {  border: 1px solid #ccc; background-color: #f9f9f9; font-size: .9rem; }
    .list-bulleted ul {padding-left: 20px;}
    .list-bulleted::-webkit-scrollbar { width: 10px; }
    .list-bulleted::-webkit-scrollbar-thumb { background: #a9a9a9; }
    .btn-list { font-size: 1rem;}

    .image_view_area { position: fixed; top: 10vh; left: 50%; margin-left: -45%; width: 90%; height: 80vh; overflow-y: scroll; background: #fff;}

    #est_list tr td:last-child { display: none;}

    .tour-info-table { margin-bottom: 15px; width:100%;background-color:#fff3cd; text-align: center; border-top:1px solid #000; border-bottom:1px solid #000;}
    .tour-info-table td { padding: 2px; font-size: 0.7rem; word-break: break-all;}

    .schedule {  width: 80%; padding: 5px 0;}
    .schedule_input {  width: 80%;}
    .table-input td { padding: 10px 2px; }
    .table-input td input[type="text"],.table-input td input[type="tel"],.table-input td input[type="email"] { width:100%; font-size: .9rem; padding: 5px;}
    .table-input td input::placeholder { font-size: .8rem;}
}



