﻿@charset "UTF-8";
@import url('https://font.imbc.com/noto/noto.css');
@import url('https://font.imbc.com/nanumgothic/nanumgothic.css');

* {
    margin: 0;
    padding: 0;    
    list-style: none;
}

/* ※ MBC견학 안내 페이지 Area Start ※ */
.application_cont {
    width: 746px;
    height: 1050px;
    margin: 0 auto;
    padding-top: 90px;
    background: #f8f8f8 url(https://withmbc.imbc.com/center/img/application_bg.jpg) 0 0 no-repeat;
    background-size: 746px;
    position: relative;
    margin-top: 40px;
    font-family: 'notokr-regular';
}

.application_cont h3 {
    font-size: 24px;
    font-family: 'notokr-bold';
    color: #0e7498;
    padding-left: 50px;
}

.appli_lst_bx {
    padding-left: 50px;
}

.appli_lst_bx > ul > li {
    margin-top: 40px;
}

.appli_lst_bx > ul > li > strong {
    font-size: 16px;
    font-weight: bold;
}

.appli_lst_bx > ul > li > ul.appli_lst {
}

.appli_lst_bx > ul > li > ul.appli_lst li {
    font-size: 15px;
    margin-top: 5px;
}

.appli_download {
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #0e7498;
    text-align: center;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -115px;
}

.appli_download a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    font-family: 'notokr-bold';
    text-decoration: none;
}

.field_trip_wrap {
    width: 746px;
    margin: 0 auto;
    /* padding-top: 58px; */
    background-color: #fff;
}

.field_trip_wrap .field_trip_tabs {
    width: 100%;
    display: flex;
}


.field_trip_wrap .field_trip_tabs button {
    width: 370px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    cursor: pointer;
    list-style: none;
    border: 1px solid #cecece;
    box-sizing: border-box;
    margin-left: 6px;
    font-size:14px;
    font-family:'notokr-regular';
    font-weight:normal;
}

.field_trip_wrap .field_trip_tabs button:first-child {
    margin-left: 0;
}

.field_trip_wrap .field_trip_tabs button.on {
    color: #fff;
    background-color: #0075a9;
    border: 1px solid #0075a9;
    border-bottom: 0;
    font-family:'notokr-bold';
}

.field_trip_bx {/* display: none; */}

.field_trip_bx .fdtr_ctt {
margin-top: 50px;
}

.field_trip_bx .fdtr_ctt .fdtr_title {
    font-size: 16px;
    font-family: 'noto-bold';
    font-weight: bold;
    border-bottom: 1px solid #cecece;
    padding-bottom: 18px;
    color: #000;
}

/* Calendar Area Start */
.calendar_month {
    display: none;
}

.calendar_month.on {
    display: block;
}

.calendar {
    width: 640px;
    font-family: 'notokr-regular';
    letter-spacing: -0.075em;
    margin: 0 auto;
}

.calendar table {
    width: 100%;
}

.calendar table > caption {
    height: 0px;
    overflow: hidden;
    font-size: 1px;
    color: transparent;
}

table {
    border-spacing: 0px;
    border-style: none;
    padding: 0px;
}

.calendar table > thead > tr > th, .calendar table > tbody > tr > td {
    width: 90px;
    display: inline-block;
    font-weight: normal;
    background: #fff;
    color: #000;
}

.calendar table > thead > tr > th {
    height: 50px;
    line-height: 50px;
    border: 1px solid #cecece;
    border-left: 0;
    background-color: #fffcd2;
}

.calendar table > tbody > tr > td {
    height: 70px;
    border: 1px solid #cecece;
    border-top: 0;
    border-left: 0;
    text-align: center;
    position: relative;
}

.calendar table > thead > tr > th:nth-child(1), .calendar table > tbody > tr > td:nth-child(1) {
    border-left: 1px solid #cecece;
}

.calendar table > tbody > tr > td > button {
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 2;
}

.calendar table > tbody > tr > td.prevday > button, .calendar table > tbody > tr > td.saturday > button, .calendar table > tbody > tr > td.sunday > button, .calendar table > tbody > tr > td.holiday > button, .calendar table > tbody > tr > td.prevday:nth-child(n+2):nth-child(-n+6), .calendar table > tbody > tr > td.saturday, .calendar table > tbody > tr > td.sunday, .calendar table > tbody > tr > td.holiday:nth-child(n+2):nth-child(-n+6) { /* cursor: default; */
}

.calendar table > tbody > tr > td > span,.calendar table > tbody > tr > td > button {
    display: inline-block;
    height: auto;
    color: #000;
    font-size: 16px;
    font-family: 'notokr-demilight';
    background: #fff;
}
.calendar table > tbody > tr > td > button {height:100%}
.calendar table > tbody > tr > td > button:disabled{background:#ededed;line-height: 35px;height: auto;}
.calendar table > tbody > tr > td.selectDay button {
    height: 100%;
    background: #fffcd2;
    font-family: 'notokr-bold';
    border: 2px solid #eb6100;
    font-size: inherit;
    padding: 0;
}

.calendar table > tbody > tr > td.prevday {
    background-color: #ededed;
    font-weight: normal;
    cursor: default;
}

.calendar table > tbody > tr > td > span.none_day {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    line-height: 1.5em;
    background: #ededed;
}

.calendar table > tbody > tr > td > span.weekendday_txt {
    background: #7e7e7e;
    color: #FFFFFF;
}

.calendar > .calendar-header {
    position: relative;
    height: 50px;
    margin: 0px 20px;
}

.calendar > .calendar-header > .calendar-yearmonth {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #000;
}

.calendar > .calendar-header > .calendar-controls {
    position: absolute;
    top: 0;
    width: 100%;
}

.calendar > .calendar-header > .calendar-controls > button {
    width: 18px;
    height: 17px;
    background-color: #fff;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 50%;
    border: none;
}

.calendar > .calendar-header > .calendar-controls > button.calendar-today {
    width: 40px;
    line-height: 1.5em;
    margin-left: 105px;
    border: 1px solid #898989;
    display: none;
}

.calendar-prev {
    margin-left: -80px;
    background: url(https://withmbc.imbc.com/tour/pc/images/cld_btn.png) -21px 0 no-repeat;
}

.calendar-next {
    margin-left: 61px;
    background: url(https://withmbc.imbc.com/tour/pc/images/cld_btn.png) -42px 0 no-repeat;
}

.calendar-prev_double {
    margin-left: -103px;
    background: url(https://withmbc.imbc.com/tour/pc/images/cld_btn.png) 0 0 no-repeat;
}

.calendar-next_double {
    margin-left: 84px;
    background: url(https://withmbc.imbc.com/tour/pc/images/cld_btn.png) -63px 0 no-repeat;
}

.calendar-selectdate {
    font-size: 18px;
    text-align: center;
    margin: 35px 0;
}

.calendar-timeselect {
    width: 230px;
    height: 40px;
    overflow: hidden;
    margin: 40px auto 0;
}

.calendar-timeselect ul {
    overflow: hidden;
}
.calendar-timeselect ul li {
    float: left;
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    }
.calendar-timeselect ul li button{
    box-sizing:border-box;
    width:100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
}

.calendar-timeselect ul li:nth-child(2n+1) {
    margin-left: 0;
}

.calendar-timeselect ul li.on button{
    color: #fff;
    font-weight: bold;
    background: #0075a9;
    border: 1px solid #0075a9;
}

.calendar-timeselect ul li.timeselect_close{
    background-color: #ededed;
    cursor: default;
}
.calendar-timeselect ul li.timeselect_close button{height:100%}

.calendar-timeselect ul li.timeselect_close span {
    line-height: 38px;
    text-decoration: line-through;
}

/* Calendar Area End */
.fdtr_ctt .fdtr_tabx {
    width: 100%;
}

.fdtr_ctt .fdtr_tabx textarea {
    width: 100%;
    height: 230px;
    padding: 20px;
    margin-top: 40px;
    font-family: 'notokr-demilight';
    line-height: 1.5em;
    border: 1px solid #cecece;
    background-color: #fff;
    outline: none;
    box-sizing:border-box;
}

.fdtr_ctt .fdtr_tabx iframe {
    width: 600px;
    display: block;
    margin: 0 auto;
}

.fdtr_ctt .fdtr_fill {
    width: 600px;
    margin: 0 auto;
}

.fdtr_ctt .fdtr_fill ul li {
    overflow: hidden;
    margin-top: 20px;
}

.fdtr_ctt .fdtr_fill ul li p {
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.fdtr_ctt .fdtr_fill ul li p span{
    line-height: inherit;
}

.fdtr_ctt .fdtr_fill ul li p.fdtr_fill_title {
    width: 118px;
    font-family: 'notokr-bold';
}

.fdtr_ctt .fdtr_fill ul li p.fdtr_fill_text label {
    position: absolute;
    left: -9999px;
}

.fdtr_ctt .fdtr_fill ul li p.fdtr_fill_text input[type="text"] {
    width: 480px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding: 5px;
    background-color: #fff;
    outline: none;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.fdtr_ctt .fdtr_fill ul li button.fdtr_info {
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    background: #0075a9;
    outline: 1px solid #0075a9;
    border: 1px solid #0075a9;
    box-sizing: border-box;
    margin-left: 118px;
    cursor: pointer;
    font-family:'notokr-regular';
}

.fdtr_ctt .fdtr_fill ul li p.fdtr_fill_text select.visitors_total {
    width: 480px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF url(https://withmbc.imbc.com/tour/pc/images/visitors_total_arrw.png) 457px 7px no-repeat;
    outline: none;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.fdtr_ctt .fdtr_chkbx_bx {
    margin-top: 20px;
}

.fdtr_ctt .fdtr_chkbx_bx span {
    font-size: 13px;
    line-height: 18px;
}

.fdtr_ctt .fdtr_chkbx_bx input[type="checkbox"] {
    display: none;
}

.fdtr_ctt .fdtr_chkbx_bx input[type="checkbox"] + label.chck_ico {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
    background: #fff;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-left: 20px;
    margin-right: 8px;
    border: 1px solid #bfbfbf;
}

.fdtr_ctt .fdtr_chkbx_bx input[type="checkbox"]:checked + label.chck_ico {
    background: url("https://withmbc.imbc.com/tour/pc/images/fdtr_chkbx_img.png") 3px 3px no-repeat;
}

.fdtr_ctt .fdtr_confirm_bx {
    margin: 50px auto;
    display: table;
    max-width: 470px;
    height: 40px;
}

.fdtr_ctt .fdtr_confirm_bx > button {
    width: 230px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    cursor: pointer;
    float: left;
    display: table-cell;
    font-family:'notokr-regular';
}

.fdtr_ctt .fdtr_confirm_bx > button.fdtr_confirm {
    color: #fff;
    background-color: #0075a9;
    border: 1px solid #0075a9;
    font-family: 'notokr-bold';
}

.fdtr_ctt .fdtr_confirm_bx > button.fdtr_close {
    background-color: #fff;
    border: 1px solid #cecece;
    margin-left: 10px;
}

.fdtr_history_bx {
    width: 500px;
    margin: 40px auto 0;
}

.fdtr_history_bx .no_history {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 30px;
    text-align: center;
}

.fdtr_history_bx .fdtr_history {
    overflow: hidden;
    margin-top: 15px;
}

.fdtr_history_bx .fdtr_history:first-child {
    margin-top: 0;
}

.fdtr_history_bx .fdtr_history .history_txt, .fdtr_history_bx .fdtr_history .history_btn {
    display: inline-block;
    float: left;
}

.fdtr_history_bx .fdtr_history .history_txt {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 30px;
    background: url("https://withmbc.imbc.com/tour/pc/images/fdtr_history_ico.png") 0 8px no-repeat;
    padding-left: 14px;
    width: 255px;
}

.fdtr_history_bx .fdtr_history .history_txt span{
    line-height:inherit;
}

.fdtr_history_bx .fdtr_history .history_btn {
    margin-left: 20px;
}

.fdtr_history_bx .fdtr_history .history_btn button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #0075a9;
    outline: none;
    border: 1px solid #0075a9;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-left: 10px;
    font-family:'notokr-regular';
}

.fdtr_history_bx .fdtr_history .history_btn button:first-child {
    margin-left: 0;
}
