@charset "utf-8";

/* basic */
@import url("font/font.css");
@import url("//fonts.googleapis.com/earlyaccess/notosanskr.css");

body {
    font-family: "Noto Sans KR", sans-serif;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 800;
}

.light {
    font-weight: 300;
}

body,
h1,
h2,
h3,
h5,
h6,
li,
p {
    font-family: "Noto Sans KR", sans-serif;
    color: #333;
}

h1,
h2,
h3,
h5,
h6 {
    display: none;
}

html,
body {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
    background-color: #f0f0f0;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

button {
    margin: 0px;
}

:focus {
    outline: none !important;
}

#wrap {
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.container {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

.menu_m {
    justify-content: space-between;
    padding: 24px 28px;
    border-bottom: 2px solid #dadada;
}

.logo {
    width: 251px;
    height: 68px;
}

.red {
    color: #c14e37;
}
.blue {
    color:#2e3e70;
}

/* flex 정리 */
.menu_m,
.sidenav>li.sidenav_log>.sidenav_state,
.sidenav>li.sidenav_log>.sidenav_state>div,
.sidenav>li.sidenav_log>.sidenav_btn,
.sidenav .menu_categoryTitle,
.sidenav_subMenu,
.check_id,
.check_row,
.check_row>div,
.check_radio,
.area_sns,
footer .footer_info ul,
.main_menu>ul,
.main_bg1>ul>li,
.main_bg3>.list,
.tabs,
.tab_default,
.process_join,
.btn_process,
.form_row,
.popup_share_sns,
.popup_urlCopy,
.top_mapSite,
.tkdsns_area>li,
.slider_title,
.tkdprogram_tab .tabs2,
ul.txt_list>li,
.reservation_info dl,
.reservation_form dl,
.reservation_form .number,
.drop-down .options ul li a,
div[class*="tabMypage-"].active ul>li,
div[class*="tabReservation-"].active ul>li,
.tab-content-board.active ul>li,
.board_view>li.board_file_area>.board_file>a,
.search,
.board_view_Title>div.date2,
.password_check,
.tracking_img,
.form_contactArea > ul > li > dl,
.form_contactArea>ul>li>dl>dd,
.form_contactArea>.btn_area,
.table_tkdcharge2_1_02 ul,
.tkdcharge1_info dl,
.tkdcharge1_info ul,
.reservation_choice_list > a > div {
    display: flex;
    align-items: center;
}

/* nav menu 수정 예정 */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1200;
    transition-duration: 0.25s;
}

.sidenav>li {
    padding: 0px 50px;
    width: 580px;
}

.sidenav>li.sidenav_logout {
    background-color: #f2f2f2;
    color: #333;
}

.sidenav>li.sidenav_login {
    background-color: #2e3e70;
    color: #fff;
}

.sidenav>li.sidenav_log {
    padding-bottom: 43px;
}

.sidenav>li.sidenav_log>.sidenav_state {
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidenav>li.sidenav_log>.sidenav_state>div {
    font-size: 28px;
    font-weight: 500;
    justify-content: flex-start;
}

.sidenav>li.sidenav_login {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidenav>li.sidenav_login>.sidenav_state,
.sidenav>li.sidenav_login>.sidenav_state>div {
    align-items: flex-start;
}

.sidenav>li.sidenav_log>.sidenav_state>div>img {
    padding-right: 10px;
}

.sidenav>li.sidenav_log>.sidenav_btn {
    justify-content: center;
}

.sidenav>li.sidenav_log>.sidenav_btn>a>.btn {
    width: 271px;
    height: 65px;
    line-height: 2.3;
    margin: 0px 5px;
}

.sidenav>li.sidenav_btn_logout {
    background-color: #333;
}

.sidenav>li.sidenav_btn>button.btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sidenav>a,
.sidenav>li {
    transition-duration: 0.25s;
}

.sidenav .menu_categoryTitle {
    padding: 30px 0px 15px 0px;
    color: #333;
    justify-content: space-between;
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    font-size: 28px;
    border-bottom: 2px solid #dadada;
}

.sidenav .menu_categoryTitle::after {
    background: url("../img/icon/icon_arrow_close.png");
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.sidenav .active::after {
    transform: rotate(180deg);
}

.sidenav .menu_categoryTitle>span>img {
    margin-right: 20px;
    vertical-align: top;
}

.sidenav>li:nth-child(10) .menu_categoryTitle {
    border-bottom: 0px;
}

.sidenav>li:nth-child(3) {
    padding-top: 50px;
}

.sidenav>li:nth-child(10) {
    padding-bottom: 50px;
}

.menu_categoryTitle.hide_arrow::after {
    background: none;
}

.sidenav>li.sidenav_subMenu {
    justify-content: space-between;
    background-color: #f0f0f0;
    border-top: 2px solid #dadada;
    padding: 0px;
    width: 100%;
}

.sidenav>li.sidenav_subMenu>a {
    width: 100%;
    color: #333;
    font-size: 28px;
    line-height: 4;
    font-weight: 700;
}

.sidenav>li.sidenav_subMenu>a:first-child {
    border-right: 2px solid #dadada;
}

.menu_sidenav_bg {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    visibility: visible;
    display: none;
    transition: background-color 0.5s;
}

div.top-tier {
    cursor: pointer;
}

.dropdownMenu>a,
div.top-tier {
    display: block;
    color: #333;
    padding: 20px 54px;
    font-size: 28px;
    text-align: left;
}

.dropdownMenu_sub {
    background-color: #f0f0f0;
}

.dropdownMenu_sub>a {
    font-size: 24px;
    padding: 20px 80px;
}

/* nav 끝 */
.title {
    font-size: 54px;
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    padding-top: 68px;
    padding-bottom: 64px;
}

.title_sub {
    font-size: 36px;
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
}
.title_sub2_top {
    padding-top:40px;
}
.title_sub2_bk {
    font-size: 32px;
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    color: #333;
    padding-bottom: 40px;
}
.title_sub2_bk > span {
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
}
.title_sub2_red {
    font-size: 32px;
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    color:#c14e37;
    padding-bottom: 40px;
}

.title_txt {
    font-size: 26px;
    letter-spacing: -1.5px;
}
.title_txt_bottom {
    padding-bottom:40px;
}

.title_txt2 {
    margin-top: 30px;
    font-size: 32px;
    letter-spacing: -1.5px;
    font-weight: 500;
}

.title_today_info {
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    line-height: 1.4;
}

.title_today_info .cur-date {
    color: #2e3e70;
    font-size: 30px;
}

.title_today_info .oper-time {
    color: #c14e37;
    font-size: 65px;
}

.title2 {
    font-size: 45px;
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
    color: #333;
}

.title2>span:first-child {
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    color: #c14e37;
}

.title2>span:last-child {
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    color: #2e3e70;
}

.title_section {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    margin-bottom: 32px;
}

.title_section_sub {
    border-bottom: 2px solid #dadada;
}

.title_section_sub2 {
    border-bottom: 0px;
    margin-bottom: 20px;
}

.list_xscroll .title_section_sub2+.list_table {
    margin-top: 0px;
}

.title_section2 {
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
    font-size: 42px;
    color: #333;
    font-weight: 400;
    padding-top: 70px;
    padding-bottom: 50px;
}
.title_section3 {
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    font-size: 34px;
    color: #333;
    padding-bottom:20px;
    margin-bottom:20px;
}

.title_section2>b {
    font-weight: 700;
}

.title_join {
    padding-bottom: 40px;
}

.title_join>.title {
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
}

.title_join>span {
    font-size: 26px;
}

.title_center_password {
    font-size: 34px;
    font-weight: 700;
    text-align: left;
}

.area {
    border: 1px solid #dadada;
    width: 560px;
    margin: 0 auto;
    padding: 72px 48px;
    text-align: left;
}

.area2 {
    text-align: center;
}

.area2>.area2_joinTxt {
    height: 154px;
    font-size: 26px;
    letter-spacing: -1.5px;
}

.form_login>input[type="text"] {
    margin-bottom: 24px;
}

.form_login>.btn_submit,
.form_digitalpass>.btn_submit2 {
    margin-top: 56px;
}

input[type="text"]:not(.etc_input),
input[type="password"]:not(.etc_input) {
    width: 556px;
    height: 60px;
    border: 0px;
    padding-left: 15px;
    border-bottom: 2px solid #dadada;
    font-size: 27px;
    letter-spacing: -1.5px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #a4a4a4;
}

.etc_input {
    width: 556px;
    height: 72px;
    padding-left: 15px;
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    font-size: 27px;
    letter-spacing: -1.5px;
}

.btn {
    width: 556px;
    height: 82px;
    font-size: 28px;
    border: 0px;
    font-weight: 700;
    border-radius: 100px;
    text-align: center;
    line-height: 2.7;
}

.btn_submit {
    background-color: #c14e37;
    color: #fff;
}

.btn_submit2 {
    background-color: #2e3e70;
    color: #fff;
}

.btn_submit3 {
    background-color: #3c702e;
    color: #fff;
}
.btn_submit4 {
    background-color: #217346;
    color: #fff;
}
.btn_submit5 {
    background-color: #284d9e;
    color: #fff;
}

.btn_default {
    background-color: #333333;
    color: #fff;
    margin: 10px auto;
}

.btn_default2 {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    margin: 10px auto;
}

.btn_default3 {
    background-color: #676767;
    color: #fff;
    margin: 10px auto;
}

.btn_area {
    text-align: center;
}

.btn_area2 {
    margin-top: 40px;
}

.tab-content-board .btn_area4 {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-right: 32px;
}

.tab-content-board .btn_area4>.btn_default,
.password_check>.btn_default {
    width: 186px;
}

.btn_area3>.btn_default2 {
    width: 186px;
    border: 1px solid #cbcbcb;
}

.btn_process {
    justify-content: center;
}

.btn_process>.btn {
    width: 200px;
    height: 78px;
    margin: 0px;
}

.btn_process>.btn:last-child {
    margin-left: 10px;
}

.link_digitalPass {
    text-decoration: underline;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #333;
    float: right;
    margin-top: 30px;
    margin-bottom: 101px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
}

input[id="check"]+label {
    width: 30px;
    height: 30px;
    border: 3px solid #707070;
}

input[id="check"]:checked+label::after {
    content: url("../img/icon/check.png");
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -4px;
}

input[class^="check_agree"]+label {
    width: 44px;
    height: 34px;
}

input[class^="check_agree"]+label::after {
    content: url("../img/icon/check_join_off.png");
    font-size: 25px;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -4px;
}

input[class^="check_agree"]:checked+label::after {
    content: url("../img/icon/check_join_on.png");
    font-size: 25px;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -4px;
}

.container>.area_digitalpass {
    margin-top: 30px;
}

.check_id {
    justify-content: flex-start;
    margin-top: 30px;
}

.check_id>span {
    padding-left: 10px;
    font-size: 26px;
}

.check_row {
    justify-content: space-between;
    padding: 35px 0px;
}

.check_row>div {
    justify-content: flex-start;
}

.check_row>div>span {
    padding-left: 10px;
    font-size: 25px;
    font-weight: 500;
}

.check_row>div>span.sub {
    font-size: 24px;
    color: #a4a4a4;
}

.check_row>a>div {
    background-color: #d39a8e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    width: 125px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    line-height: 2.4;
}

.check_colum {
    flex-direction: column;
    align-items: flex-start;
}

.check_colum .ta-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #bbbb;
    width: 100%;
    height: 204px;
    overflow: hidden;
}
.check_colum .ta-wrap textarea {
    border: 0;
    padding: 15px;
    font-size: 22px;
    line-height: 1.4;
    width: 100%;
    height: 170px;
    font-family: "Noto Sans KR", sans-serif;
}

.check_colum .agree-title {
    text-align: left;
    font-size: 30px;
    align-self: flex-start;
    font-weight: bold;
}

.check_radio {
    justify-content: flex-start;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked+label,
input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 65px;
    cursor: pointer;
    line-height: 20px;
    font-size: 30px;
    font-weight: 400;
    padding-left: 65px;
}

input[type="radio"]:checked+label:before,
input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #bbbbbb;
    border-radius: 100%;
    background: #fff;
    box-sizing: border-box;
}

input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 24px;
    height: 24px;
    background: #3a3a3a;
    position: absolute;
    top: 13px;
    left: 13px;
    border-radius: 100%;
}

input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

input[type="radio"]:checked+label:after {
    opacity: 1;
}

.txt {
    font-size: 26px;
    font-weight: 300;
}

.txt>b {
    font-weight: 500;
}

.txt2 {
    font-size: 28px;
    font-weight: 300;
}

.area_digitalpass>.txt {
    margin-top: 55px;
}

footer .area_sns {
    justify-content: space-between;
    padding: 40px 28px;
    background-color: #f7f7f7;
}

footer .area_sns .sns_btn {
    background-color: #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

footer .footer_info {
    background-color: #333;
}

footer .footer_info ul.footer_menu1 {
    justify-content: center;
    padding-top: 62px;
    padding-bottom: 62px;
}

footer .footer_info ul.footer_menu1>li:not(:last-child)::after {
    content: "|";
    color: #838383;
    padding: 0px 15px;
    vertical-align: middle;
}

footer .footer_info ul>li>a {
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
}

footer .footer_info ul.footer_menu2 {
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #4b4b4b;
    border-bottom: 2px solid #4b4b4b;
}

footer .footer_info ul.footer_menu2 li:first-child {
    flex-basis: 100%;
}
footer .footer_info ul.footer_menu2 li {
    flex: 1 1 40%;
    line-height: 3;
    text-align: center;
}

footer .footer_info ul.footer_menu2 li:nth-child(odd) {
    border-right: 2px solid #4b4b4b;
}

footer .footer_info ul.footer_menu2 li:nth-child(-n + 3) {
    border-bottom: 2px solid #4b4b4b;
}

footer .footer_copyright {
    color: #b0b0b0;
    font-size: 24px;
    padding: 48px 0;
}

/* 슬라이더 */
.swiper {
    width: 100%;
    height: 100%;
}

.mainSwiper {
    /*height: 878px;*/
    height: 50vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_title {
    justify-content: space-between;
    background-color: #2e3e70;
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    font-size: 46px;
}

.slider_title_04_01 {
    font-size: 40px;
}

.slider_title>li {
    color: #fff;
    padding: 10px 20px;
}

.subSwiper_main,
.subSwiper_main2,
.subSwiper_main3 {
    height: 334px;
    width: 100%;
    overflow: hidden;
}

.subSlider-prev,
.subSlider-prev2,
.subSlider-prev3 {
    left: 35px;
}

.subSlider-next,
.subSlider-next2,
.subSlider-next3 {
    right: 35px;
}

.subSlider-prev:after,
.subSlider-prev2:after,
.subSlider-prev3:after {
    content: url("../img/icon/slider-prev.png");
}

.subSlider-next:after,
.subSlider-next2:after,
.subSlider-next3:after {
    content: url("../img/icon/slider-next.png");
}

.subSwiper_thumb,
.subSwiper_thumb2,
.subSwiper_thumb3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #2e3e70;
    overflow: hidden;
}

.subSwiper_thumb .swiper-slide,
.subSwiper_thumb2 .swiper-slide,
.subSwiper_thumb3 .swiper-slide {
    height: 82px;
}

.subSwiper_thumb .swiper-slide-thumb-active,
.subSwiper_thumb2 .swiper-slide-thumb-active,
.subSwiper_thumb3 .swiper-slide-thumb-active {
    border: 5px solid #c14e37;
    box-sizing: border-box;
}

/* 슬라이더 */
.mainTxt {
    position: absolute;
    z-index: 999;
    top: 500px;
    left: 0;
}

.mainTxt>ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

.mainTxt>ul>li {
    color: #fff;
    text-align: left;
    font-family: "s-core-dream-light", "Noto Sans KR", sans-serif;
}

.mainTxt>ul>li:first-child {
    font-size: 56px;
    letter-spacing: -1.5px;
    margin-bottom: 5px;
}

.mainTxt>ul>li:first-child>b {
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
}

.mainTxt>ul>li:last-child {
    font-size: 32px;
    letter-spacing: -1.5px;
    margin-bottom: 80px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -26px;
    width: 152px;
    left: unset;
}

.swiper-pagination {
    text-align: right;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #e2e2e2;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 47px;
    border-radius: 20px;
    background: #e03325;
}

.main_menu {
    background-color: #f1f3f4;
    width: 100%;
    height: 561px;
    border-radius: 0px 108px 0px 0px;
    position: relative;
    top: -96px;
    z-index: 15;
}

.main_menu>ul {
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 30px 0px;
}

.main_menu>ul>li {
    flex: 1 1 26%;
    margin-bottom: 30px;
}

.main_menu>ul>li>a {
    color: #333;
}

.main_menu>ul>li>a>.main_menu_icon {
    background-color: #fff;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.main_menu>ul>li>a>span {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

/* 탭 */
.tabs,
.tabs2,
.tab_default {
    justify-content: space-between;
}

.tab-content,
.tab-content2 {
    display: none;
    background: #fff;
    padding: 15px;
}

.tab-content-board {
    padding: 0px;
    text-align: left;
}

.tab-content.active,
.tab-content2.active {
    display: inherit;
}
.tab_default {
    cursor: pointer;
}
.tab_default>li {
    height: 78px;
    font-size: 26px;
    cursor: pointer;
    color: #333;
    width: 100%;
    text-align: center;
    border: 2px solid #dadada;
}

.tab_default>li.active {
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
}

.tab_default>li>span {
    line-height: 2.8;
}

.main_bg4>.tabs {
    justify-content: flex-start;
}

.main_bg4>.tabs>li {
    font-family: "s-core-dream-medium", "Noto Sans KR", sans-serif;
    font-size: 36px;
    cursor: pointer;
}

.main_bg4>.tabs>li.active>span {
    text-decoration: none;
    font-weight: normal;
    color: #000;
    background: linear-gradient(to top, #edbcb2 30%, transparent 20%);
}

.main_bg4>.tabs>li:first-child::after {
    content: "|";
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 25px 0px 20px;
    font-weight: 100;
    font-size: 30px;
    color: #9b9b9b;
}

.main_bg4 > .tab-content > ul {
    margin-top: 50px;
}

.main_bg4 > .tab-content > ul > li {
    border-top: 2px solid #e4e4e4;
    padding: 26px 0;
}

.main_bg4 > .tab-content > ul > li:last-child {
    border-bottom: 2px solid #e4e4e4;
}

.main_bg4 > .tab-content > ul > li > a.a-title {
    font-size: 30px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 624px;
    color: #333333;
}
.main_bg4 > .tab-content > ul > li > span.reg-date {
    font-size: 20px;
    color: #414141;
}

.tab_reservation_area {
    cursor: pointer;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.tab_reservation_area.active>.tab_reservation {
    transform: none;
}

.tab_reservation_area>.tab_reservation {
    /* transform: translateX(-450px); */
}

.tab_reservation_area::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.tab_board {
    width: 400px;
    margin-left: 32px;
    cursor: pointer;
}

.tab_board2 {
    width: 648px;
}

.tab_reservation {
    cursor: grab;
    width: 1200px;
    justify-content: space-around;
}

.tab_reservation>li,
.tab_board>li {
    background-color: #fff;
    color: #acacac;
    font-weight: 700;
    font-size: 36px;
    border: 0px;
}

.tab_reservation>li.active,
.tab_board>li.active {
    color: #333;
    text-decoration: underline;
}

.tkdprogram_tab {
    margin-top: 30px;
}

.tkdprogram_tab .tab-content,
.tkdprogram_tab .tab-content2 {
    padding: 0px;
}

.tkdprogram_tab .tab-link {
    cursor: pointer;
}

.tkdprogram_tab>.tabs {
    font-size: 36px;
    margin-bottom: 50px;
}

.tkdprogram_tab>.tabs>li {
    width: 100%;
    line-height: 2.5;
    text-align: center;
    background-color: #e4e4e4;
    color: #333;
    position: relative;
}

.tkdprogram_tab>.tabs>li.active {
    color: #fff;
}

.tkdprogram_tab>.tabs>li.active>.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.tkdprogram_tab>.tabs>li:first-child.active {
    background-color: #c14e37;
}
.tkdprogram_tab>.tabs>li:first-child.active>.arrow-down {
border-top: 20px solid #c14e37;
}
.tkdprogram_tab>.tabs>li:last-child.active {
    background-color:#2e3e70;
}

.tkdprogram_tab>.tabs>li:last-child.active>.arrow-down {
border-top: 20px solid #2e3e70;
}
.tkdprogram_tab>.tabs>li>.arrow-down {
    display: none;
}

.tkdprogram_tab .tabs2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.tkdprogram_tab .tabs2>.tab-link {
    width: 300px;
    height: 100px;
    position: relative;
    font-size: 26px;
    margin-top: 12px;
    text-align: center;
}

.tkdprogram_tab .tabs2>.tab-link>span {
    position: absolute;
    width: 100%;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tkdprogram_tab .tabs2>.tab-link:nth-child(odd) {
    margin-right: 30px;
}

.tkdprogram_tab .tabs2>.tab-link:not(:first-child):after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid #fff;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}

.tkdprogram_tab .tabs2>.tab-link:before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}

.tkdprogram_tab .tabs2>.tab-link:nth-child(odd):before {
    right: -29px;
}
.tabProgram-1 .tabs2>.tab-link {
    background: #e2e5ed;
}
.tabProgram-1 .tabs2>.tab-link:before {
border-left: 30px solid #e2e5ed;
}
.tabProgram-1 .tabs2>.tab-link.active:before {
    border-left: 30px solid #2e3e70;
}
.tabProgram-1 .tabs2>.tab-link.active {
    background-color: #2e3e70;
    color: #fff;
}
.tabProgram-2 .tabs2>.tab-link {
    background: #ede2e2;
}
.tabProgram-2 .tabs2>.tab-link:before{
border-left: 30px solid #ede2e2;
}
.tabProgram-2 .tabs2>.tab-link.active:before {
    border-left: 30px solid #c14e37;
}

.tabProgram-2 .tabs2>.tab-link.active {
    background-color: #c14e37;
    color: #fff;
}
.tkdprogram_tab .title_txt {
    padding-bottom:40px;
}

ul.txt_list {
    margin-bottom: 40px;
}

ul.txt_list>li,
ul.txt_list2>li {
    font-size: 26px;
    padding-bottom: 15px;
    align-items: flex-start;
}

ul.txt_list>li::before,
ul.txt_list2>li::before {
    content: "●";
    color: #c14e37;
    padding-right: 15px;
    font-size: 12px;
    padding-top: 10px;
}
ul.txt_list>li>.txt_and {
    padding:0px 5px;
}
ul.txt_list>li>.txt_cont {
    width:81%;
}
/* 탭 */
section.top {
    text-align: left;
    padding: 0px 32px;
}

section[class*="main_bg"],
section[class*="bg"] {
    text-align: left;
    padding: 0px 32px 70px;
}

section[class*="main_bg"] {
    margin-bottom: 70px;
}
section[class*="video"] {
    margin-bottom: 70px;
}

.main_bg1>.title_sub::before {
    content: url("../img/icon/icon_main1.png");
    vertical-align: middle;
    margin-right: 15px;
}

.main_bg2>.title_sub::before {
    content: url("../img/icon/icon_main2.png");
    vertical-align: middle;
    margin-right: 15px;
}

.main_bg1,
.main_bg3 {
    border-bottom: 5px solid #000;
}

.main_bg1 .oper-time-list {
    padding-top: 48px;
}

.main_bg1 .oper-time-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}

.main_bg1 .oper-time-list li span.facility-name {
    width: 400px;
}

.main_bg2>.list>dl {
    padding: 34px;
}

.main_bg2>.list>dl:nth-child(odd) {
    background-color: #f1f3f4;
}

.main_bg2>.list>dl:nth-child(even) {
    background-color: #fff;
}

.main_bg2>.list>dl>dt {
    color: #c14e37;
    font-size: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main_bg2>.list>dl>dd {
    color: #333;
    font-size: 26px;
}

.main_banner {
    padding-bottom: 70px;
}

.main_bg3>.list {
    margin-top: 50px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.main_bg3>.list::-webkit-scrollbar {
    height: 7px;
}

.main_bg3>.list::-webkit-scrollbar-thumb {
    background-color: #80899d;
}

.main_bg3>.list::-webkit-scrollbar-track {
    background-color: #f4f3f1;
}

.main_bg3>.list .list_box {
    background-color: #f1f3f4;
    width: 428px;
    height: 228px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 36px;
}

.tag {
    background-color: #c14e37;
    color: #fff;
    width: 162px;
    height: 40px;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
}

.tag2 {
    background-color: #c14e37;
    color: #fff;
    padding: 4px 20px;
    border-radius: 50px;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    margin-left: 10px;
    margin-right: 0px;
}

.tag_black {
    background-color: #333;
    margin-left: 0px;
    margin-right: 10px;
}

.list_box .program-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 2;
}

.list_box p.program-content {
    font-weight: 400;
    font-size: 22px;
}

section.main_bg4 {
    margin-bottom: 0px;
    padding-bottom: 70px;
}

.form_area input[type="password"]:first-child {
    margin-bottom: 20px;
}

.form_area input[type="password"]:last-child {
    margin-top: 20px;
}

.form_area ul {
    border-bottom: 2px solid #dadada;
}

.form_area ul>li {
    margin-bottom: 70px;
}

.form_area ul>li>div {
    font-size: 30px;
}

.form_area ul>li>div:first-child {
    font-weight: 500;
    margin-bottom: 20px;
}

.form_area ul>li>div:last-child {
    font-weight: 700;
}

.form_area ul>li>div>span {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #5e5d5d;
}

.form_area ul>li>div>.check_radio>p {
    margin-right: 30px;
}

.form_area button {
    margin: 0 auto;
    width: 300px;
    margin-top: 70px;
}

.title_section_mypage {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.tab_mypage {
    padding-bottom: 30px;
    border-bottom: 2px solid #333;
}

div[class*="tabMypage-"] {
    padding: 0px;
}

.list_page_title {
    margin-bottom: 0px;
}

.tab-content-board {
    padding-bottom: 50px;
}

.tab-content-board>.list {
    border-top: 2px solid #333;
}

.tab-content-board>.list>.list_notice {
    background-color: #f4f4f4;
}

div[class*="tabMypage-"] ul>li,
.list_page>li,
.tab-content-board .list>li {
    align-items: center;
    justify-content: space-between;
    width: 656px;
    padding: 30px 0px;
    border-bottom: 2px solid #dadada;
}

.tab-content-board .list>li {
    width: 100%;
}

.tab-content-board .list>li>.list_front {
    padding-left: 30px;
}

.tab-content-board .list>li>div:last-child {
    padding-right: 30px;
}

div[class*="tabMypage-"]>ul li div:last-child>img,
.tab-content-board>ul li div:last-child>img {
    transform: rotate(90deg);
}

.tab-content-board>ul li .list_front>.eventImg {
    transform: rotate(0deg);
    margin-bottom: 20px;
    width: 100%;
}

div[class*="tabMypage-"] .list_front,
.tab-content-board .list_front,
.list_page .list_front {
    width: 90%;
}

div[class*="tabMypage-"] dl>dt,
.list_page .list_front>dl>dt,
.tab-content-board dl>dt {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.tab-content-board dl>dt {
    font-size: 28px;
    margin-bottom: 10px;
}

.tab-content-board dl>dt>span>img {
    padding-left: 10px;
    vertical-align: sub;
}

div[class*="tabMypage-"] dl>dt>.num,
.list dl>dt>.num {
    color: #c14e37;
    padding-left: 10px;
    font-weight: 500;
}

div[class*="tabMypage-"] dl>dd,
.list_page .list_front dl>dd,
.tab-content-board dl>dd {
    font-size: 24px;
    color: #979797;
}

div[class*="tabMypage-"] dl>dd>span,
.list_page .list_front dl>dd>span,
.tab-content-board dl>dd>span {
    vertical-align: middle;
}

div[class*="tabMypage-"] dl>dd>span:first-child::after,
div[class*="tabOnlineres-"] dl>dd>span:first-child::after {
    content: "|";
    padding: 0px 20px;
    color: #cbcbcb;
    font-size: 20px;
}

.area_join {
    text-align: center;
    padding: 72px 20px;
}

.area_join>.title_txt {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.4;
}

.area_join>.title_txt>div {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.area_join>.title_txt>div>span {
    color: #c14e37;
}

.area_join>span {
    font-size: 22px;
}

.area_join_txt {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 22px;
    text-align: center;
}

.area_join_txt>span {
    color: #2e3e70;
}

.area_process {
    position: relative;
    height: 123px;
    margin-bottom: 65px;
}

.area_process>.area_process_join {
    position: absolute;
    width: 100%;
    z-index: 4;
}

.area_process>.bar {
    position: absolute;
    top: 21px;
    width: 80%;
    height: 2px;
    background-color: #bbbbbb;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}
.area_process>.bar2 {
    width:70%;
}

.process_join {
    justify-content: space-between;
    align-items: flex-start;
    font-size: 28px;
    font-weight: 500;
    padding: 0px 32px;
}

.process_join>li>dl {
    color: #676767;
    line-height: 1.2;
}

.process_join>li>dl.ov {
    color: #2e3e70;
}

.process_join>li>dl>dd {
    margin-top: 10px;
}

.join_check_row {
    margin-bottom: 70px;
}

.join_check_row>li {
    border-bottom: 1px solid #dadada;
}

.join_check_colum {
    border-top: 2px solid #dadada;
}

.join_area>.title_section {
    border: 0px;
}

.join_area>.area {
    font-size: 26px;
    background-color: #f7f7f7;
    height: auto;
    padding: 28px;
    width: 598px;
    margin-bottom: 40px;
}

.form_join>.title_section {
    font-size: 26px;
    font-weight: 400;
}

.form_join .etc_input {
    width: 90%;
}

.form_join select.etc_input {
    width: 100%;
}

.form_row {
    justify-content: space-between;
}

.form_join .form_row .btn_overlap {
    width: 232px;
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
    height: 76px;
    line-height: 2.4;
    margin-left: 20px;
}

.form_join>ul>li:first-child>div>span {
    padding-top: 10px;
}

.form_join>ul>li>div>.selectEmail {
    margin-top: 10px;
}

.form_area .form_row>.str_email01,
.form_area .form_row>.str_email02 {
    width: 276px;
}

.form_area .form_row>button {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    height: 76px;
    letter-spacing: -1.5px;
}

.form_row3 input.etc_input,
.form_row3 select.etc_input {
    width: 32%;
}

.form_row3>span {
    padding: 0px 10px;
}

.form_join>.btn_process {
    margin-top: 50px;
}

/* 팝업 */
.popupArea {
    display: none;
    overflow-y: scroll;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    bottom: 0;
}

.popup {
    z-index: 1;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 656px;
    margin-top: 50px;
    z-index: 99999999;
}

.popupTop {
    position: relative;
    padding: 0px 20px;
}

.popuptxt {
    padding: 0px 20px;
    text-align: center;
}

.popuptxt>ul>li {
    padding-bottom: 15px;
    text-align: left;
}

.infoClose {
    position: absolute;
    right: 35px;
    top: 40px;
    cursor: pointer;
}

.popupTitle {
    line-height: 3;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.popup_share_sns {
    margin-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
}

.popup_share_sns>li:first-child {
    margin-right: 22px;
}

.popup_urlCopy {
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 40px;
    align-items: flex-end;
}

.popup_urlCopy>input[type="text"].shareHost {
    color: #b2b2b2;
    font-size: 22px;
    border-bottom: 0px;
    letter-spacing: 0;
}

.popup_urlCopy>.btn {
    font-size: 22px;
    width: 185px;
    height: 65px;
    margin: 0px;
    cursor: pointer;
}

/* 팝업 끝 */
/* 메인 팝업 시작 */
.pop_main button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.pop_menu_main_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    z-index: 999999999;
}

.pop_menu_main_area img {
    width: 500px;
    max-width: unset;
}

.pop_menu_main_area>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop_menu_main_area>ul>li {
    width: 50%;
}

.pop_menu_main_area>ul>li>button {
    width: 100%;
    height: 60px;
    margin-top: -5px;
    font-size: 20px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
        "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
        "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        sans-serif;
    cursor: pointer;
    background-color:#fff;
}

.pop_main {
    overflow: hidden;
}

.pop_menu {
    display: none;
}

.pop_menu.on {
    display: block;
}

.pop_menu_bgBk {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
}

.pop_menu_area {
    position: fixed;
    width: 400px;
    height: 100vh;
    top: 0px;
    right: 0px;
    z-index: 999999999;
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    /* Firefox */
    -webkit-animation: fadein 0.5s;
    /* Safari and Chrome */
    -o-animation: fadein 0.5s;
    /* Opera */
    display: flex;
    flex-direction: column;
}

.pop_menu_scroll {
    flex: 1;
    overflow-y: scroll;
}

/* 메인 팝업 끝 */
.share_btn {
    display: none;
    float: right;
    margin-top: 32px;
}

.top_title {
    padding-top: 80px;
}

.top_title>.title {
    padding-top: 40px;
    padding-bottom: 50px;
}

.top_title2>.title {
    padding-bottom: 30px;
}

.top_mapSite {
    justify-content: flex-start;
    font-size: 22px;
    align-items: flex-start;
}

.top_mapSite>img {
    padding-right: 22px;
    padding-top:5px;
}

.top_mapSite>span:not(:last-child)::after {
    content: url("../img/icon/icon_arrow_map.png");
    opacity: 0.5;
    padding: 0px 15px;
}

.video>iframe {
    border: 10px solid #c14e37;
}

.tkdinfo_area {
    background-color: #2e3e70;
    padding: 50px 30px;
}

.tkdinfo_area>li:not(:last-child) {
    border-bottom: 2px solid #5c6da3;
}

.tkdinfo_area>li {
    color: #fff;
    padding: 20px 30px 20px 0px;
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
    font-size: 28px;
}

.tkdinfo_area>li:not(:last-child)>div {
    border-left: 2px solid #cccccc;
    padding-left: 30px;
}

.tkdmap_area {
    background-color: #2e3e70;
    margin-top: 30px;
}

.tkdmap_area>li:first-child {
    text-align: center;
}

.tkdmap_area>li.space-content {
    text-align: left;
    height: 278px;
    padding: 0px 30px;
}

.tkdmap_area>li>img {
    border-top: 20px solid #2e3e70;
    margin: 0 auto;
}

.tkdmap_area>li>div {
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
    font-size: 46px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #fff;
    border-bottom: 2px solid #5c6da3;
}

.tkdmap_area>li>p {
    font-size: 23px;
    line-height: -5px;
    color: #d4defe;
}

.tkdsns_area>li:not(:first-child) {
    padding-top: 50px;
}

.tkdsns_area>li {
    justify-content: flex-start;
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 50px;
}

.tkdsns_img {
    margin-bottom: 50px;
}

.tkdsns_area>li>dl {
    font-size: 30px;
    font-weight: 400;
    padding-left: 26px;
}

.tkdsns_area>li>dl>dt>a {
    color: #005db3;
}

.tkdsns_area>li>dl>dd {
    color: #333;
}

.list_xscroll>.list {
    margin-top: 50px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.list_xscroll>.list::-webkit-scrollbar {
    height: 18px;
}

.list_xscroll>.list::-webkit-scrollbar-thumb {
    background-color: #aeaeae;
    border-radius: 50px;
}

.list_xscroll>.list::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-radius: 50px;
}

.list_xscroll>.list_table {
    display: block;
}

.list_xscroll>.list>table {
    font-size: 26px;
    width: 1200px;
    cursor: grab;
    margin-bottom: 20px;
    text-align: center;
}

.tab-content-board>table {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 50px;
}

.table_area {
    margin-top: 50px;
}

.table_area>table {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin-top: 50px;
    border-top: 5px solid #000000;
}

.list_xscroll>.list>table>thead,
.tab-content-board>table>thead,
.table_area>table>tbody>tr>th,
.list2>table>tbody>tr>th {
    background-color: #f7f7f7;
    font-weight: 700;
}

.list_xscroll>.list>table>thead tr:first-child th,
.tab-content-board>table>thead th {
    border-top: 5px solid #000000;
}

.list_xscroll>.list>table th,
.list_xscroll>.list>table td {
    border-left: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
    padding: 20px 10px;
}

.list_xscroll>.list>table th:last-child,
.list_xscroll>.list>table td:last-child {
    border-right: 3px solid #dadada;
}

.tab-content-board>table th,
.tab-content-board>table td,
.table_area>table>tbody>tr>th,
.table_area>table>tbody>tr>td,
.list2>table>tbody>tr>th,
.list2>table>tbody>tr>td {
    border-bottom: 2px solid #dadada;
    padding: 20px 0px;
}

div.list_tkdfacility01_02>table th,
div.list_tkdfacility01_02>table td {
    width: 14%;
}

div.list_tkdfacility03_01 {
    margin-bottom: 30px;
}

.list_xscroll>.list.list_tkdfacility04_01>table {
    width: 2500px;
}

.list_xscroll>.list.list_tkdfacility04_01>table th,
.list_xscroll>.list.list_tkdfacility04_01>table td {
    padding: 20px;
}

.list_xscroll>.list.list_tkdfacility04_01>table th:first-child,
.list_xscroll>.list.list_tkdfacility04_01>table td:first-child {
    width: 7%;
}

.list_xscroll>.list.list_tkdfacility05_04 .bord {
    border-right: 0px;
}

.table_area>table>tbody>tr>th {
    width: 40%;
}

.reservation_info_area>.title_section {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.reservation_info dl {
    font-size: 34px;
    border-bottom: 2px solid #dadada;
}

.reservation_info dl:first-child {
    border-top: 2px solid #333;
}

.reservation_info dl:first-child,
.reservation_info dl dt {
    font-weight: 700;
}

.reservation_info dl dt {
    width: 210px;
}

.reservation_info dl dt,
.reservation_info dl dd {
    padding: 32px 0px;
}

.reservation_info dl:first-child>dd.add {
    padding-left: 30px;
}

.reservation_info dl:last-child {
    border-bottom: 2px solid #333;
}

/*select 커스텀 시작 */
.drop-down {
    position: relative;
}

.drop-down-1 {
    z-index: 1;
}

.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    padding: 0 15px;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    text-decoration: none;
    color: #999;
    display: block;
    width: 100%;
    font-size: 27px;
    box-sizing: border-box;
    line-height: 3;
    width: 470px;
}

.drop-down .selected a span {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.drop-down .selected a span.time {
    font-size: 15px;
    position: absolute;
    right: -200px;
    top: 20px;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #363636;
    border-top: none;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li {
    width: 500px;
}

.drop-down .options ul li a {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 27px;
}

.drop-down .options ul li a:hover {
    color: #333;
}

.drop-down .options ul li a>.red,
.drop-down .selected a span>.red {
    display: inline-block;
    margin-left: 15px;
}

/*select 커스텀 끝 */
.reservation_form {
    margin-bottom: 40px;
}

.reservation_form dl {
    justify-content: space-between;
}

.reservation_form dl dt {
    width: 140px;
}

.reservation_form input[type="text"] {
    width: 450px;
}

.reservation_form .select {
    width: 470px;
}

.reservation_form .select ul {
    width: 469px;
}

.reservation_form .number {
    border: 1px solid #bbb;
    justify-content: center;
}

.reservation_form .number>.decreaseQuantity {
    border-right: 1px solid #bbb;
}

.reservation_form .number>.increaseQuantity {
    border-left: 1px solid #bbb;
}

.reservation_form .number>a {
    padding: 5px 10px;
    width: 50px;
    text-align: center;
    color: #333;
}

.reservation_form .number>div {
    text-align: center;
    width: 100px;
    vertical-align: middle;
    padding: 2px 0px 5px;
}

.title_reservation {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
    margin-bottom: 40px;
}

/* 캘린더 시작 */
/* section calendar */

.sec_cal {
    margin: 0 auto 50px;
}

.sec_cal .cal_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 78px;
}

.sec_cal .cal_nav .year-month {
    width: 300px;
    text-align: center;
    line-height: 1;
}

.sec_cal .cal_nav .nav {
    display: flex;
    border: 1px solid #333333;
    border-radius: 5px;
}

.go-prev,
.go-next {
    display: block;
    width: 50px;
    height: 78px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.go-prev::before,
.go-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #bbbbbb;
    border-width: 3px 3px 0 0;
    transition: border 0.1s;
}

.go-prev:hover::before,
.go-next:hover::before {
    border-color: #c14e37;
}

.go-prev::before {
    transform: rotate(-44deg);
}

.go-next::before {
    transform: rotate(136deg);
}

.sec_cal .cal_wrap {
    padding-top: 40px;
    position: relative;
    margin: 0 auto;
}

.sec_cal .cal_wrap .days {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
}

.sec_cal .cal_wrap::after {
    top: 368px;
}

.sec_cal .cal_wrap .day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    text-align: left;
    color: #333;
    height: 89px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
}

.current.today {
    background: #f0f0f0;
}

.sec_cal .cal_wrap .day.current.active {
    background: #c14e37;
    color: #fff;
    border-radius: 50%;
}

.sec_cal .cal_wrap .dates {
    display: flex;
    flex-flow: wrap;
    height: 446px;
}

.sec_cal .cal_wrap .day:nth-child(7n) {
    color: #c14e37;
}

.sec_cal .cal_wrap .day.disable {
    color: #fff;
}

/* 캘린더 끝 */
.search {
    background-color: #f4f4f4;
    margin: 40px auto;
    width: 92%;
    border-radius: 45px;
}

.search>img {
    vertical-align: sub;
    margin-left: 34px;
}

.search>input[type="text"] {
    border: 0px;
    background-color: #f4f4f4;
    width: 80%;
}

.board_view+section.top {
    margin-top: 300px;
}

.board_view {
    border-top: 2px solid #333;
    width: 100%;
    float: left;
    margin-top: 24px;
}

.board_view>li {
    padding: 0px 32px;
    border-bottom: 1px solid #cbcbcb;
}

.board_view>li.board_view_Title {
    padding-top: 10px;
    text-align: left;
}

.board_view_Title>div {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.board_view_Title>.red {
    font-size: 24px;
    padding-top: 20px;
    color: #c14e37;
}

.board_view_Title>div.date {
    font-size: 24px;
    color: #979797;
    text-align: right;
    margin-top: 20px;
    padding-bottom: 20px;
}

.board_view_Title>div.date2 {
    font-size: 24px;
    color: #979797;
    padding: 20px 0px;
    justify-content: space-between;
}

.board_view>li>.board_contents {
    padding: 30px 0px 60px;
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: -1.5;
}

.board_view>li>.board_contents img,
.board_view>li>.board_contents iframe {
    max-width: 100%;
}

.board_view>li.board_file_area {
    background-color: #f9f9f9;
    padding: 40px 32px;
    text-align: left;
}

.board_view>li.board_file_area>.board_file>a {
    justify-content: flex-start;
    align-items: flex-start;
    color: #333;
    font-size: 28px;
    padding-bottom: 20px;
}

.board_view>li.board_file_area>.board_file>a::before {
    content: url("../img/icon/icon_file.png");
    padding-right: 10px;
}

.btn_board>.btn {
    margin: 40px auto;
}

.btn_board>.btn::before {
    content: url("../img/icon/icon_menubar_board.png");
    padding-right: 10px;
}

.board_view>li.board_reply_Title_area {
    padding: 0px;
    text-align: left;
}

.board_reply_Title_area>.board_reply_Title {
    background-color: #464646;
    color: #fff;
}

.board_reply_Title_area>.board_reply_writer,
.board_reply_Title_area>.board_reply_Title>span {
    font-size: 26px;
    line-height: 3;
    padding-left: 32px;
}

.board_reply_Title_area>.board_reply_writer>span {
    color: #515151;
}

.board_reply_Title_area>.board_reply_Title>span {
    font-size: 32px;
    font-weight: 700;
}

.board_reply_contents {
    background-color: #f9f9f9;
}

.lostfound {
    border-bottom: 5px solid #333;
    padding-bottom: 95px;
}

.lostfound_img {
    margin-top: 50px;
    width: 330px;
    height: 330px;
    background-size: cover;
    background-image: url("../img/lostfound_img_default.png");
    margin: 0 auto;
}

section.bg1.password_area {
    padding-top: 160px;
    padding-bottom: 160px;
}

.password_check {
    background-color: #f4f4f4;
    width: 100%;
    height: 90px;
    border-radius: 45px;
    margin-top: 20px;
}

.password_check>input[type="password"] {
    border: 0px;
    background-color: #f4f4f4;
    width: 80%;
    margin-left: 20px;
}

.password_check>.btn_default {
    font-size: 28px;
    background-color: #333;
    line-height: 2.5;
    border-radius: 45px;
}
.top_lengthSize {
    width:200px;
}
.list_xscroll>.list2 {
    margin-top:0px;
}
.list_xscroll>.list2>table {
    text-align: left;
    font-size: 26px;
    margin-top: 0px;
    border-top: 5px solid #000000;
    line-height: 1.3;
}
.list_xscroll>.list2>table>tbody>tr>th,
.list_xscroll>.list2>table>tbody>tr>td {
    padding:25px;
}
.list_xscroll>.list2>table>tbody>tr>th {
    text-align: center;
}

.list_xscroll>.list2>table>tbody>tr>th>div.red {
    color: #c14e37;
    font-size: 22px;
    font-weight: 500;
    padding-top:10px;
}
div[class*="tabProgram-"] {
    padding:20px 0px;
}
.tracking_img {
    width:80px;
    height:10px;
    margin: 0 auto;
}
.tracking_img > div {
    height:10px;
    width:100%;
}
.tracking_img > .yellow {
    background-color:#ffff54;
}
.tracking_img>.green {
    background-color: #a1ba66;
}
.tracking_img>.blue {
    background-color: #2b4a7c;
}
.list_xscroll_no > .list {
    flex-wrap:unset;
    overflow-x:unset;
    overflow-y:unset;
}
.list_xscroll_no>.list>table {
    width:100%;
}
.playwon .title_txt {
    padding-bottom:15px;
}
.playwon ul.txt_list {
    margin-bottom:30px;
}
.tab_program_content>.list_xscroll>.list {
    margin-top:10px;
}
.tab_program_content > .list_xscroll>.list>table th:last-child,
.tab_program_content > .list_xscroll>.list>table td:last-child {
    border-right: 0px solid #dadada;
}
.tab_program_content >.list_xscroll>.list>table td.line,
.tab_program_content>.list_xscroll>.list>table th.line {
    border-right: 3px solid #dadada;
}
.tab_program_content .skyBg {
    background-color:#f1f3fa;
}
.list_xscroll>.list>table span.sm {
    font-size:22px;
}
/*식음예약 담당자 조회*/
.table-scroll {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.list_xscroll.table-scroll>.list table {
    width: 1920px;
    border-collapse: separate;
    border-spacing: 0;
}

.list_xscroll.table-scroll>.list th,
.list_xscroll.table-scroll>.list td {
    white-space: nowrap;
    vertical-align: top;
}
.table-scroll td {
    background-color:#fff;
}
.clone {
    position: absolute;
    position: -webkit-absolute;
    position: -moz-absolute;
    position: -o-absolute;
    position: -ms-absolute;
    top: 50px;
    left: 0;
    pointer-events: none;
    z-index:3;
}

.clone th,
.clone td {
    visibility: hidden;
}

.clone td,
.clone th {
    border-color: transparent;
}

.clone tbody th {
    visibility: visible;
}

.clone .fixed-side {
    visibility: visible;
    border-right:2px solid #dadada;
}

.clone thead,
.clone tfoot {
    background: transparent;
}
/* placeholder text style */
input[type="date"] {
    font-family: "Noto Sans KR", sans-serif;
}
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: #333;
}
section.form_contactBg {
    padding-bottom:0px;
}
.form_contactArea {
    border:2px solid #c8c8c8;
    border-radius: 20px;
    padding:30px;
}
.form_contactArea>ul>li>dl>dt {
    font-size:26px;
    text-align:left;
    width:150px;
}
.form_contactArea>ul>li {
    padding-bottom:20px;
}
.form_contactArea>ul>li>dl>dd {
    width:430px;
}
.form_contactArea>ul>li>dl>dd>span {
    padding:0px 10px;
}
.form_contactArea>ul>li>dl>dd>input {
    width:100%;
}
.form_contactArea > .btn_area {
    justify-content: center;
}
.form_contactArea>.btn_area>.btn {
    width:193px;
    margin:0px;
}
.excel_btn>div.btn_submit3 {
    width:250px;
    margin:20px auto 0px;
}
.form_contactArea>.btn_area>.btn.btn_default3 {
    margin-left:10px;
}
.list_xscroll>.list .align_left {
    text-align:left;
    padding:20px 15px;
}
.tkdcharge_Area > .list_xscroll > .list {
    margin-top:0px;
}
.tkdcharge_Area > ul.txt_list {
    margin-bottom:0px;
    margin-top:40px;
}
.tkdcharge_Area2 .title_sub2_bk {
    padding-bottom:20px;
}
.table_tkdcharge2_1_02 {
    width:2500px;
}
.table_tkdcharge2_1_02 ul {
    justify-content: flex-start;
    align-items: flex-start;
}
.table_tkdcharge2_1_02 ul li {
    padding:10px 10px 10px 0px;
    width:100%;
}
.table_tkdcharge2_1_02 td > ul,
.table_tkdcharge2_1_02 td > div {
    padding-bottom:10px;
}
ul.txt_list.txt_list2>li {
    justify-content: center;
}
ul.txt_list.txt_list2>li>div:first-child {
    width:100px
}
ul.txt_list2 {
    padding:5px 20px;
    margin:0px auto;
    text-align:left;
}
ul.txt_list2 >li {
    justify-content: flex-start;
}
ul.txt_list2>li>div.line {
    margin:10px 40px;
}
.list_xscroll>.list .align_left2>ul.txt_list2,
.list_xscroll>.list .align_left>span,
.list_xscroll>.list .align_left>div {
    padding:5px 0px;
    margin-left:40px;
}
.closedRegularly {
    width:100%;
    text-align:center;
}
.closedRegularly > li {
    background-color:#2e3e70;
    color:#fff;
    font-size:30px;
    margin-bottom:10px;
    padding-top:50px;
    padding-bottom: 50px;
}
.tkdcharge1_title {
    width:656px;
    height:340px;
    margin:0 auto 10px;
    text-align:center;
    color:#fff;
}
.tkdcharge1_2_img {
    background:url("../img/tkdcharge_img1.jpg")no-repeat center;
}
.tkdcharge1_3_img {
    background: url("../img/tkdcharge_img2.jpg")no-repeat center;
}
.tkdcharge1_title > div:first-child {
    padding-top:100px;
    padding-bottom:20px;
    font-size:48px;
    font-family: "s-core-dream-regular", "Noto Sans KR", sans-serif;
}
.tkdcharge1_title>div:last-child {
    font-size: 26px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight:300;
    letter-spacing: -1px;
}
.tkdcharge1_info {
    font-size:26px;
    margin-top:10px;
}
.tkdcharge1_info dl {
    justify-content: flex-start;
}
.tkdcharge1_info dl dt > img {
    margin-right:10px;
}
.tkdcharge1_info ul {
    margin-bottom:10px;
}
.tkdcharge1_info ul > li:first-child {
    margin-right:50px;
}
ul.txt_list_arrow>li {
    display:inline-block;
}
ul.txt_list_arrow>li::before {
    padding-top:0px;
    vertical-align: middle;
}
.txt_list_arrow > li > span:not(:last-child)::after {
    content: url("../img/icon/icon_tkdcharge_arrow.png");
    padding:0px 5px;
    vertical-align: text-bottom;
}
.way {
    margin-bottom:50px;
}
.reservation_choice_list {
    margin:0px 32px;
    padding-bottom:50px;
}
.reservation_choice_list>a {
    cursor: pointer;
}
.reservation_choice_list > a > div {
    height:120px;
    color:#fff;
    font-size:32px;
    justify-content: space-between;
    padding:0px 40px;
    margin-bottom:20px;
}
.reservation_choice_list>a>div.blueBg {
    background-color:#2e3e70;
    margin-bottom: 0px;
}
.reservation_choice_list>a>div.redBg {
    background-color: #c14e36;
}
/* pwd.html */
.pwdboardArea .title_section {
    border-bottom:0px;
    border-left:10px solid #c14e37;
    padding-left:20px;
}
.pwdboardArea > span {
    font-size:22px;
    color:#5e5d5d;
}
.pwdboardArea button[type='submit'] {
    margin:0 50px;
}
.pwdboardArea .list2 {
    margin-top:30px;
}
.pwdboard .etc_input {
    width:95%;
}
.pwdboard select.etc_input {
    width:32%;
}

/*개인정보처리방침*/
.privacy_area{font-size: 15px;font-size:1.5rem;line-height: 25px;color: #777;line-height: 160%;}
.privacy_area .cont2{margin: 20px;}
.privacy_area .cont3{margin: 0 15px;}
.privacy_area .tit1{font-size: 16px;font-size:1.6em;color: #444;}
.privacy_area .table_box{border-top: 2px solid #9a9a9a;margin: 10px 0;}
.table_box {
    display: block;
    margin-top: 50px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.privacy_area .table_box table{width: 100%;text-align: center;}
.table_box > table {
    font-size: 26px;
    width: 1200px !important;
    cursor: grab;
    margin-bottom: 20px;
    text-align: center;
}
.privacy_area .table_box th{font-size: 15px;font-size:1.5rem;color: #444;padding: 12px 0;background-color: #fafafa;border: 1px solid #d8d8d8;border-bottom-color: #b6b6b6;}
.privacy_area .table_box td{color: #777;padding: 10px 0;border: 1px solid #d8d8d8;}
.privacy_area .download_file{text-align: center;margin-top: 35px;}
.privacy_area .download_file a{display: inline-block;border: 1px solid #d8d8d8;padding: 15px 35px 15px 85px;text-align: left;color: #068bd7;font-weight: 500;line-height: 20px;}
.privacy_area .download_file a span{display: block;color: #444;}
.privacy_area .download_file a.file_hwp{background: url('../img/sub/file_hwp.png') 30px center no-repeat;}
.privacy_area .table_box th:last-child,.privacy_area .table_box td:last-child{border-right: none;}


div.reuse_wrap ol, div.reuse_wrap ul{padding-left: 0;margin: 0;}
div.reuse_wrap ol, div.reuse_wrap ul, div.reuse_wrap li{list-style: none;}
.reuse_wrap{margin: 50px auto 40px;}
.reuse_tit{text-align: center;padding: 0 0 30px;}
.reuse_tit .t1{font-size: 40px;font-weight: 500;color: #000;position: relative;}
.reuse_tit .t1:after{content: "";display: inline-block;content: "";display: inline-block;width: 35px;height: 4px;background-color: #45495b;position: absolute;left: 50%;margin-left: -17px;bottom: -28px;}
.reuse_wrap .cont1{margin-top: 60px;}
.reuse_msg{border: 1px solid #bbb;text-align: center;background-color: #f9f9f9;padding: 70px 0;}
.reuse_msg .r1{font-size: 25px;margin-bottom: 20px;}
.reuse_msg .r1 span{font-weight: 700;}
.reuse_msg .r2{font-size: 25px;font-weight: 500;}
.reuse_msg .r2 span{color: #ba2127;}
.reuse_msg .r3{display: inline-block;padding: 30px 30px 0;border-top: 1px solid #dfdfdf;margin-top: 30px;font-size: 16px;line-height: 27px;color: #666;}
.reuse_msg .r3 span{border-bottom: 1px solid #666;display: inline-block;}
.reuse_msg .r3 .use_id{font-weight: 500;border-bottom: none;}
.reuse_wrap .btnBox{margin-top: 40px;}
.reuse_wrap .button{width: auto;padding: 0 35px;min-width: 136px;}
.reuse_result{border-top: 3px solid #45495b;border-bottom: 1px solid #81828a;text-align: center;padding: 60px 0 65px;}
.reuse_result .r1{font-size: 25px;font-weight: 500;}
.reuse_result .r1 p{display: inline-block;}
.reuse_result .r1 span{color: #ba2127;}
.reuse_result .r2{font-size: 16px;font-size:1.6rem;color: #666;margin-top: 5px;}
.reuse_result .r3{display: inline-block;padding: 30px 30px 0 125px;border-top: 1px solid #dfdfdf;margin-top: 30px;background: url('../img/sub/pw_tip.png') 45px 30px no-repeat;text-align: left;}
.reuse_result .r3 .tit{font-weight: 500;font-size: 16px;font-size:1.6rem;line-height: 27px;color: #444;margin-bottom: 10px;}
.reuse_result .r3 ul li{padding-left: 15px;background: url('../img/sub/chk_list.png') 0 7px no-repeat;font-size: 15px;color: #999;margin-top: 5px;}
.reuse_result .reuse_inp{max-width: 515px;margin: 30px auto 0;}
.reuse_result .reuse_inp .inner{position: relative;padding-right: 140px;box-sizing: border-box;}
.reuse_result .reuse_inp input[type=text]{height: 44px;}
.reuse_result .reuse_inp .btn{width: 134px;height: 100%;position: absolute;right: 0;top: 0;font-size: 15px;font-size:1.5rem;font-weight: 500;color: #fff;background-color: #45495b;vertical-align: top;line-height: 44px;}
.reuse_result .reuse_inp .ref{font-size: 15px;font-size:1.5rem;color: #999;margin-top: 15px;text-align: right;overflow: hidden;}
.reuse_result .reuse_inp .ref button{border-bottom: 2px solid #c3c3c3;line-height: 27px;font-weight: 500;}

@media screen and (max-width: 768px) {
    .reuse_wrap{margin: 0;}
    .reuse_tit{padding: 15px 0 0;font-weight: 700;}
    .reuse_tit .t1{font-size: 22px;}
    .reuse_tit .t1:after{display: none;}
    .reuse_wrap .cont1{margin-top: 15px;}
    .reuse_msg{padding: 30px 20px;}
    .reuse_msg .r1{font-size: 17px;margin-bottom: 15px;}
    .reuse_msg .r2{font-size: 15px;}
    .reuse_msg .r3{font-size: 13px;line-height: 20px;padding: 17px 0 0;margin-top: 20px;}
    .reuse_msg .r3 span{border-bottom: none;}
    .reuse_wrap .btnBox{margin-top: 15px;}
    .reuse_wrap .button{min-width: 93px;}
    .reuse_result{padding: 25px 15px 30px;}
    .reuse_result .r1{font-size: 17px;}
    .reuse_result .r2{font-size: 15px;}
    .reuse_result .r3{padding: 17px 0 0 45px;margin-top: 20px;background-size: 36px auto;background-position: 0 17px;}
    .reuse_result .r3 .tit{font-size: 13px;line-height: 20px;}
    .reuse_result .r3 ul li{font-size: 13px;margin-top: 3px;background-size: 9px auto;background-position: 0 6px;padding-left: 12px;}
    .reuse_result .reuse_inp{margin: 15px auto 0;}
    .reuse_result .reuse_inp .inner{padding-right: 98px;}
    .reuse_result .reuse_inp input[type=text]{height: 33px;}
    .reuse_result .reuse_inp .btn{line-height: 33px;width: 93px;font-size: 12px;}
    .reuse_result .inp_box .inner{padding-right: 0;}
    .reuse_result .inp_box .btn{position: static;height: 33px;display: inline-block;margin-top: 7px;}
    .reuse_result .reuse_inp .ref{font-size: 12px;margin-top: 10px;}
    .reuse_result .reuse_inp .ref button{font-size: 12px;line-height: 22px;}
}

div.member_wrap ol, div.member_wrap ul{padding-left: 0;margin: 0;}
div.member_wrap ol, div.member_wrap ul, div.member_wrap li{list-style: none;}
.member_wrap{max-width: 630px;margin: 75px auto 40px;}
.step_wrap{max-width: 100%;}
.member_msg{text-align: center;margin-bottom: 45px;}
.member_msg .t1{font-size: 37px;font-weight: 700;padding-top: 25px;position: relative;}
.member_msg .t1:before{content: "";display: inline-block;content: "";display: inline-block;width: 57px;height: 5px;background-color: #ba2127;position: absolute;left: 50%;margin-left: -28px;top: 0;}
.member_msg .t1 span{color: #ce0810;}
.member_msg .t2{font-size: 18px;font-size:1.8rem;line-height: 20px;color: #999;margin-top: 5px;}
.member_msg .t2 span{font-size: 14px;font-size:1.4rem;display: block;}
.member_btn ul{display: table;width: 100%;table-layout: fixed;}
.member_btn ul > li{display: table-cell;text-align: center;border: 20px solid #fff;padding: 70px 35px 40px;position: relative;color: #fff;}
.member_btn ul > li.n1{background-color: #ce0810;}
.member_btn ul > li.n2{background-color: #0c4da2;}
.member_btn .t1{font-size: 27px;line-height: 30px;font-weight: 500;margin-bottom: 15px;}
.member_btn .btn{margin-top: 55px;}
.member_btn .btn a{font-size: 15px;font-weight: 500;display: block;padding: 14px 0;text-align: center;color: #fff;background-color: rgba(27,27,27,0.65);}
.terms_tit{font-size: 17px;font-size:1.7rem;color: #000;font-weight: 500;border: 1px solid #c7c7c7;background-color: #f9f9f9;text-align: center;padding: 17px 15px;border-bottom: none;}
.terms_txt{font-size: 15px;font-size:1.5rem;color: #727171;border: 1px solid #c7c7c7;text-align: center;padding: 22px 20px;}
.terms_chk{text-align: right;padding: 10px 0;margin-bottom: 10px;}
.terms_chk .chk li{margin-left: 30px;}
.terms_ref{padding: 15px 0;border-top: 1px solid #e3e3e3;font-size: 16px;font-size:1.6rem;}

@media screen and (max-width: 1060px) {
    .member_btn ul > li{border-width: 10px;}
}

@media screen and (max-width: 768px) {
    .member_wrap{margin: 40px auto;}
    .member_msg{margin-bottom: 30px;}
    .member_msg .t1{font-size: 27px;position: relative;padding-top: 10px;}
    .member_msg .t1:before{width: 29px;height: 3px;margin-left: -14px;}
    .member_msg .t2{font-size: 15px;}
    .member_btn ul > li{padding: 30px 20px 20px;}
    .member_btn .t1{font-size: 20px;}
    .member_btn .btn{margin-top: 45px;}
    .member_btn .btn a{padding: 10px 0;font-size: 14px;}
    .terms_tit{font-size: 13px;padding: 10px;}
    .terms_txt{font-size: 13px;padding: 15px 10px;}
    .terms_chk{margin-bottom: 5px;}
    .terms_chk .chk li{margin-left: 15px;}
    .terms_ref{font-size: 12px;border-top: none;padding: 0;}
}

@media screen and (max-width: 480px) {
    .member_btn ul{display: block;}
    .member_btn ul > li{border-width: 0;display: block;margin-top: 10px;}
}

div.mypage_wrap ol, div.mypage_wrap ul{padding-left: 0;margin: 0;}
div.mypage_wrap ol, div.mypage_wrap ul, div.mypage_wrap li{list-style: none;}
.mypage_wrap{margin: 50px auto 40px;}
.mypage_tit{text-align: center;padding: 0 0 30px;}
.mypage_tit .t1{font-size: 40px;font-weight: 500;color: #000;position: relative;}
.mypage_tit .t1:after{content: "";display: inline-block;content: "";display: inline-block;width: 35px;height: 4px;background-color: #45495b;position: absolute;left: 50%;margin-left: -17px;bottom: -28px;}
.mypage_wrap .cont1{margin-top: 35px;}
.mypage_wrap .cont1 .tit{font-size: 22px;color: #000;font-weight: 500;margin-bottom: 10px;}
.mypage_wrap .btnBox{margin-top: 35px;}

.tab_page .conTab{display: table;width: 100%;table-layout:fixed;margin: 15px 0 35px;}
.conTab > li{display: table-cell;vertical-align: middle;text-align: center;border: 1px solid #9b9b9b;background-color: #f4f6f8;}
.conTab > li a{font-size: 17px;font-size:1.7rem;color: #555;display: block;padding: 15px 5px;word-break: keep-all;}
.conTab > li.on{background-color: #45495b;border-color: #45495b;}
.conTab > li.on a{color: #fff;font-weight: 500;}

@media screen and (max-width: 768px) {
    .mypage_wrap{margin: 0;}
    .mypage_tit{padding: 15px 0 5px;}
    .mypage_tit .t1{font-size: 23px;font-weight: 500;}
    .mypage_tit .t1:after{display: none;}
    .mypage_wrap .cont1{margin-top: 25px;}
    .mypage_wrap .cont1 .tit{font-size: 17px;margin-bottom: 7px;}
    .mypage_wrap .cont1 .tit span{font-size: 13px;margin-top: 5px;}
    .mypage_wrap .terms_box{height: 120px;padding: 15px;font-size: 13px;}
    .mypage_wrap .agr_box{padding: 10px 10px 5px;}
    .mypage_wrap ul.chk > li label{font-size: 13px;}
    .mypage_wrap .btnBox{margin-top: 15px;}
    .mypage_wrap .pagingWrap{margin-top: 15px;}

    .tab_page .conTab{margin: 10px 0 15px;}
    .conTab > li a{font-size: 13px;padding: 7px 5px;}
}
.repArea{margin-top: 40px;border: 1px solid #45495B;}
.repArea .title{font-size: 18px;font-size:1.8rem;color: #fff;font-weight: 500;background-color: #45495B;text-align: center;padding: 10px 5px;}
.repArea table{border-top: 1px solid #828282;width: 100%;}
.repArea table tr{border-top: 1px solid #c7c7c7;}
.repArea table tr:first-child{border-top: none;}
.repArea table th{border-right: 1px solid #c7c7c7;background-color: #fafafa;font-size: 16px;font-size:1.6rem;color: #444;font-weight: 500;}
.repArea table td{padding: 16px 20px;font-size: 16px;font-size:1.6rem;color: #727171;}
.repArea .col1{width: 18%;}

.fnb-manager-only {display: none;}