
/* .gall_list {
    margin-top: 96px;
    display: flex;
  }
  .gall_list .item {
    flex: 1 0 auto;
    margin: 0 33px 40px;
  }
  .gall_list .item a {
    display: block;
  }
  .gall_list .item a .img {
    padding-top: 49.375%;
  }
  .gall_list .item a .desc {
    padding: 24px 40px;
  }
  .gall_list .item a .desc .stat {
    font-size: 20px;
    font-weight: 600;
  }
  .gall_list .item a .desc .stat.allways {
    color: #D84048;
  }
  .gall_list .item a .desc .tit {
    font-size: 27px;
    font-weight: 600;
  }
  .gall_list .item a .desc .tag {
    display: flex;
  }
  .gall_list .item a .desc .tag span {
    font-size: 14px;
    color: #777;
  } */

.pcHide {
    display: none !important;
}
@media screen and (max-width: 1000px) {
    table .mobileHide {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .pcHide {
        display: inline-flex !important;
    }
    .mobileHide {
        display: none !important;
    }
}

.gall_list{
    margin-top:96px;
    display:flex;
    flex-wrap:wrap;
}
.gall_list .gall_item{
    flex: 0 1 25%;
    padding: 10px;
    border-radius:30px;
    overflow:hidden;
}
.gall_list .gall_item a {
    display: block;
    text-align: center;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gall_list .gall_item:nth-child(even) a {
    background-color: #F9F9F9;
}
/*메인하단*/
.main_section_3 .mainTabCont {
    padding-left: 110px !important;
}
.slick_gall_item {
    padding: 0 !important;
    border-radius:30px;
    overflow:hidden;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.07);
}
.slick_gall_item {
    display:block;
    height: 394px !important;
    text-align:center;
}
.slick_gall_item .gall_info .stat .allways {
    display: inline-block;
    margin-top: 20px;
    font-family: 'S-Core Dream 6';
    color: #D84048;
    font-size: 20px;
}
.slick_gall_item .gall_info .subject {
    padding: 0 10%;
    word-break: keep-all;
    line-height: 35px;
    font-size: 27px;
    font-weight: 600;
    font-family: 'S-Core Dream 4';
}
.slick_gall_item .gall_info .tag {
    padding: 0 10%;
    margin-top: 12px;
}
.slick_gall_item .gall_info .tag span {
    display: inline-block;
    font-size: 14px;
    color: #777;
}
.slick_gall_item .gall_info .date {
    font-size: 14px !important;
    color: #777 !important;
    font-family: 'S-Core Dream 3';
    margin-top: 8px;
    margin-bottom: 0 !important;
}
.slick_gall_item .gall_img {
    position: relative;
    overflow: hidden;
}
.slick_gall_item .gall_img:before {
    content: "";
    display: block;
    padding-top: 49.375%;
}
.slick_gall_item .gall_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
}


@media (max-width: 600px) {
    .main_section_3 [class*=section_3] .slick-slide a {
        height: 350px !important;
    }
    .main_section_3 [class*=section_3] .slick-slide a .gall_info .stat .allways {
        font-size: 18px;
    }
    .main_section_3 [class*=section_3] .slick-slide a .gall_info .subject {
        font-size: 24px;
    }
    .main_section_3 [class*=section_3] .slick-slide a .gall_info .tag {
        margin-top: 4px;
    }
}




@media screen and (max-width: 1240px){ 
    .gall_list .gall_item a {
        height: 100%;
    }
}
.gall_list .gall_item .gall_img{
    position:relative;
    overflow:hidden;
} 
.gall_list .gall_item .gall_img:before{
    content:"";
    display:block;
    padding-top:49.375%;
}
.gall_list .gall_item .gall_img img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width: 100%;
    max-width: 100%;
}
.gall_list .gall_item .gall_info{
    padding:24px 40px;
}
.gall_list .gall_item .gall_info .stat{
    margin-bottom:8px;
    font-size:20px;
    font-weight:600;
}
.gall_list .gall_item .gall_info .stat .allways,
.gall_list .gall_item .gall_info .stat .allways > * {
    font-family:'S-Core Dream 4';
    color:#D84048;
}
.gall_list .gall_item .gall_info .subject{
    padding: 0 3%;
    word-break: keep-all;
    line-height: 35px;
    font-size:27px;
    font-weight:600;
    font-family:'S-Core Dream 4';
}
.gall_list .gall_item .gall_info .date {
    font-size: 14px;
    font-family:'S-Core Dream 3';
    margin-top: 8px;
}
.gall_list .gall_item .gall_info .tag{
    margin-top: 12px;
}
.gall_list .gall_item .gall_info .tag span{
    display: inline-block;
    font-size:14px;
    color:#777;
}
@media screen and (max-width: 1200px){
    .gall_list .gall_item{
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 600px){
    .gall_list .gall_item{
        flex:0 1 100%;
    }
    .gall_list .gall_item .gall_info .subject{
        font-size:20px;
    }
    .main_section_3 .mainTabCont {
        padding-left: 0px !important;
    }
}


/* selection_box*/
.selection_box{
    background:#F5F5F5;
    padding:32px;
}
.selection_box .sel_layout{
    display:flex;
    justify-content: space-between;
    background:#fff;
    border-radius:10px;
    padding:48px 56px;
}
.sel_layout .step:first-child{
    flex:0 1 660px;
    margin-right:20px;
}
.sel_layout .step:last-child{
    flex: 0 1 480px;
}
.sel_layout .step .step_tit{
    position:relative;
    margin-bottom:16px;
    padding-left:90px;
    font-size:18px;
    font-weight:800;
    color: #000;
}
.sel_layout .step .step_tit span{
    position:absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    display:inline-block;
    padding:4px 18px;
    background:#A0A0A0;
    border-radius:32px;
    font-size:14px;
    font-weight:700;
    color:#fff;
}
.sel_layout .step .step_tit.on span{
    background:#055292;
}
.sel_layout .step .step_desc{
    font-size:16px;
    color:#111111;
}

.sel_layout .step .step_sel{
    display:flex;
    margin-top:24px;
    margin: 24px -12px;
}
.sel_layout .step .step_sel p{
    font-size:18px;
    font-weight:700;
}
.sel_layout .step .step_sel .step_sel_inner{
    flex:1 0 calc(33.33% - 24px);
    margin:0 12px;
}
.sel_layout .step .step_sel .step_sel_inner p{
    margin-bottom:16px;
    font-size:18px;
    font-weight:700;
    color:#111;
}
.sel_layout .step .step_sel .step_sel_inner ul{
    border-radius:10px;
    border:1px solid #E7E7E7;
    height:calc(100% - 42px);
    overflow: hidden;
}
.sel_layout .step .step_sel .step_sel_inner ul li a{
    display:block;
    padding:13px 16px;
    font-size:16px;
    color:#111;
}
.sel_layout .step .step_sel .step_sel_inner ul li a.on{
    background:#EEF7FF;
}

.step_sel_typ2{
    display:flex;
}
.step_sel_typ2 .step_sel_inner {
    flex: 1 0 calc(50% - 24px);
    min-height: 240px;
    margin: 0 12px;
}
.step_sel_typ2 .step_sel_inner p {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.step_sel_typ2 .step_sel_inner ul {
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    height: calc(100% - 42px);
    overflow: hidden;
}
.step_sel_typ2 .step_sel_inner ul li a {
    display: block;
    padding: 13px 16px;
    font-size: 16px;
    color: #111;
    /* border-bottom: 1px solid #f0f0f0; */
}
.step_sel_typ2 .step_sel_inner ul li a.on {
    background: #EEF7FF;
}
.step_sel_typ3{
    display:flex;
}
.step_sel_typ3 .step_sel_inner {
    flex: 1 0 calc(33.33% - 24px);
    min-height: 240px;
    margin: 0 12px;
}
.step_sel_typ3 .step_sel_inner p {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.step_sel_typ2 .step_sel_inner ul,
.step_sel_typ3 .step_sel_inner ul {
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    height: calc(100% - 42px);
    max-height: 264px;
    overflow: auto;
}
.step_sel_typ3 .step_sel_inner ul li a {
    display: block;
    padding: 13px 16px;
    font-size: 16px;
    color: #111;
    /* border-bottom: 1px solid #f0f0f0; */
}
.step_sel_typ3 .step_sel_inner ul li a.on {
    background: #EEF7FF;
}
.step_sel_list {
    display: flex;
    align-items: center;
    width: calc(100% - 24px);
    height: 88px;
    padding: 0 30px;
    margin: 20px auto 0 auto;
    background-color: #e1ecff;
    border-radius: 6px;
}
.step_sel_list p {
    width: calc(100% - 240px);
    font-size: 14px;
    font-weight: 800;
    color: #000;
}
.step_sel_list p .item {
    display: inline-block;
    min-width: 112px;
    height: 46px;
    padding: 0 30px;
    margin-left: 24px;
    background-color: #f8f8f8;
    border-radius: 4px;
    line-height: 46px;
    text-align: center;
}
.step_sel_list button {
    display:block;
    border:1px solid transparent;
    border-radius:10px;
    width:240px;
    padding:17px 0;
    background:#055292;
    color:#fff;
    font-size:16px;
    letter-spacing: 0.8px;
    font-weight:700;
    text-align:center;
    cursor: pointer;
} 
.step_sel_list button:hover, .sel_layout .step_btn button:hover {
    background:#083861;
}
.sel_layout .step_btn button{
    display:block;
    border:1px solid transparent;
    border-radius:10px;
    width:100%;
    padding:17px 0;
    background:#055292;
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-align:center;
    cursor: pointer;
}
.step_info{
    margin-top:36px;
}
.step_info .step_info_tbl{
    width:100%;
    border-top:1px solid #CDCDCD;
    border-bottom:1px solid #CDCDCD;
    border-collapse: collapse;
}
.step_info .step_info_tbl th{
    background:#F8F8F8;
    font-weight:700;
}
.step_info .step_info_tbl th{
    padding:10px 50px;
    border-bottom: 1px solid #E7E7E7;
    text-align: left;
}
.step_info .step_info_tbl td{
    padding:10px 10px 10px 32px;
    border-bottom: 1px solid #E7E7E7;
}
.step .dot {
	position: relative;
	padding-left: 20px;
    font-size: 12px;
}
.step .dot::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #222;
}
@media screen and (max-width: 1000px) {
    .selection_box {
        padding: 10px;
        margin-top: 20px;
    }
    .selection_box .sel_layout {
        flex-direction: column;
        padding: 14px;
    }
    .sel_layout > .step > .step_sel {
        margin-top: 0;
        margin: 0;
    }
    .step_sel,
    .step_sel_typ2,
    .step_sel_typ3 {
        flex-direction: column;
    }
    .sel_layout .step .step_sel .step_sel_inner,
    .step_sel_typ2 .step_sel_inner {
        min-height: auto;
        margin: 10px 0;
    }
    .sel_layout .step .step_sel .step_sel_inner p,
    .step_sel_typ2 .step_sel_inner p,
    .step_sel_typ3 .step_sel_inner p,
    .sel_layout .step .step_desc p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sel_layout .step .step_sel .step_sel_inner ul li a, 
    .step_sel_typ2 .step_sel_inner ul li a {
        font-size: 14px;
    }
    .step_sel_list {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .step_sel_list p {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .step_sel_list p .item {
        margin-left: 0;
        margin-top: 10px;
    }
    .sel_layout .step_btn button,
    .step_sel_list button {
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
        font-size: 14px;
    }
    .sel_layout .step .step_tit {
        padding-left: 78px;
        font-size: 16px;
    }
    .sel_layout .step .step_tit span {
        padding: 2px 14px;
        font-size: 13px;
    }
    .step_sel_typ3 .step_sel_inner {
        min-height: auto;
        margin: 0 0 16px 0;
    }
    .sel_layout .step:last-child {
        flex: unset;
        margin-top: 20px;
    }
    .step_info .step_info_tbl th,
    .step_info .step_info_tbl td {
        font-size: 14px;
    }
    .step_info .step_info_tbl th {
        padding: 10px 18px;
    }
    .step_info .step_info_tbl td {
        padding: 10px 10px 10px 22px;
    }
    .step_info {
        margin-top: 10px;
    }
}



.basic_dot {
    position: relative;
	padding-left: 20px;
    font-size: 14px;
}
.basic_dot::after {
	content: '';
	position: absolute;
	top: 11px;
	left: 8px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #222;
}
.basic_dot.c_red::after {
	content: '';
	position: absolute;
	top: 11px;
	left: 8px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #FF0000;
}
.basic_dot.c_blue::after {
	content: '';
	position: absolute;
	top: 11px;
	left: 8px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #0D62E7;
}
@media screen and (max-width: 1000px) {
    .basic_dot::after,
    .basic_dot.c_red::after ,
    .basic_dot.c_blue::after {
        top: 9px;
    }
}



.tab_box .tab_menu {
    display: flex;
    height: 50px;
}
.tab_box .tab_menu .item {
    flex: 1;
    height: 100%;
    padding: 12px;
    text-align: center;
    border: 1px solid #CDCDCD;
    border-right: 0;
    font-size: 18px;
    font-family:'S-Core Dream 4';
    font-weight: 400;
}
.tab_box .tab_menu .item:first-child {
    border-radius: 5px 0 0 5px;
}
.tab_box .tab_menu .item:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #CDCDCD;
}
.tab_box .tab_menu .item.active {
    font-weight: 500;
    color: #fff;
    background-color: #F4888D;
    border: 1px solid #F4888D;
    font-family:'S-Core Dream 5';
}
/* .tab_box .tab_menu .item:hover {
    font-weight: 600;
    color: #fff;
    background-color: #F4888D;
    border: 1px solid #F4888D;
} */
.tab_box .tab_cont {
    width: 100%;
    height: auto;
    padding: 32px;
    border-top: 0;
    border-left: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
}

@media screen and (max-width: 1000px)  {
    .tab_box .tab_menu .item {
        padding: 12px 8px;
        font-size: 15px;
    }
    .tab_box .tab_cont {
        padding: 10px;
    }
    .tab_cont_box table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .tab_cont_box table tr th {
        width: 100%;
        height: auto;
        padding: 10px 5px 10px 16px;
        border-right: 0;
    }
    .tab_cont_box table tr td {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 10px 10px 10px 16px;
        border-right: 0;
    }
    .tab_cont_box table tr td.msg {
        margin-top: 0;
        font-size: 14px !important;
    }
}


.m_table {
    display: none;
}
.m_table p.tit {
    padding: 12px 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #f0f0f0;
}
.m_table .item {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.m_table .item p {
    display: flex;
}
.m_table .item p span:first-child {
    position: relative;
    padding-right: 14px;
    font-size: 14px;
    font-weight: 600;
}
.m_table .item p span:first-child::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 4px;
    width: 5px;
    height: 1px;
    background-color: #474747;
}
.m_table .item p span:last-child {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
}
.table01 {
    border-top: 2px solid var(--primary-color) !important;
    border-bottom: 2px solid #222 !important;
}
.table01 tr {
    border-bottom: 1px solid #E7E7E7;
}
.table01 tr.line {
    border-bottom: 2px solid #A0A0A0;
}
.table01 tr:last-child {
    border-bottom: 0;
}
.table01.view th {
    padding-left: 3% !important;
}
.table01 th, .table01 td {
    border-right: 1px solid #E7E7E7 !important;
    border-bottom: 0;
}
.table01 td:last-child {
    border-right: 0 !important;
}
th .c1 {
    margin-left: 5px;
}
.ta_c {
    text-align: center !important;
}
.ta_l {
    text-align: left !important;
}
.ta_r {
    text-align: right !important;
}
.table03 {width:100%; border:1px solid #e1e1e1; border-collapse:collapse;}
.table03 th {width: 280px; padding:10px 5px 10px 80px; height:30px; font-size:14px; font-weight:700; line-height:30px; text-align: left; color:#313131;border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; background:#f6f6f6;}
.table03 td {padding:10px 10px 10px 32px; height:30px; font-size:14px; line-height:30px; text-align:left; color:#313131;border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}

table.font14 th, table.font14 td  {
    font-size: 14px !important;
} 
.table-board.custom table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.table-board.custom table tbody tr:nth-child(even) {
    background: #fff;
}
.table-board.custom table tbody tr:nth-child(even):hover {
    background-color: #eaf4fa;
}
.table01 thead th {
    background-color: #F8F8F8!important;
}
.table01 th.ta_c, .table01 td.ta_c,
.table03 th.ta_c, .table03 td.ta_c {
    padding: 10px !important;
    text-align: center;
}
.table03 td span {display:inline-block;}
.table03 td .dot {
	position: relative;
	padding-left: 12px;
}
.table03 td .dot::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #222;
}
.evtList_view.info_group table .flx_wrap,
.evtList_view.info_group table td {
    font-weight: 400;
}
.evtList_view ~ .btn_view .btn2.white {
    color: #333;
} 
.table04 {width:100%;border-collapse:collapse;border-top:1px solid #222;border-bottom:1px solid #222;}
.table04 th {width: 280px; padding:10px; height:30px; font-size:14px; font-weight:700; line-height:30px; color:#313131; border-bottom:1px solid #e1e1e1; background:#f6f6f6;}
.table04 td {padding:10px 10px 10px 32px; height:30px; font-size:14px; line-height:30px; text-align:left; color:#313131; border-bottom:1px solid #e1e1e1;}
.table04 td span {display:inline-block;}
.table04 td .dot {
	position: relative;
	padding-left: 12px;
}
.table04 tbody tr:last-child th, .table04 tbody tr:last-child td{
    border-bottom: 0;
}
.table03 td .dot::after {
	content: '';
	position: absolute;
    top: 12px !important;
	left: 0px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #222;
}
table td.msg {
    font-weight: 700;
    background-color: #FFF5F6;
    border-radius: 0; 
}
table td.msg .dot {
    position: relative;
	padding-left: 12px;
    margin-top: 5px;
    color: #FF0000;
    font-weight: 700;
}
table td.msg .dot:first-child {
    margin-top: 0;
}
table td.msg .dot::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #FF0000;
}
.info_group .table01.view td .mail_box {
    display: inline-block;
}
.c_red {
    color: #FF0000 !important;
}
.c_blue {
    color: #0D62E7;
}
.bg-darkblue {
    background-color: #055292 !important;
}

.msg {
    padding: 16px 24px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    font-size: 14px;
}
.msg.typ01 {
    background: #FFF5F6;
}
.msg.typ01 .tit {
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    background: url(/include/apply/new_image/icon/info.png)no-repeat 0 50% / 20px;
}
.msg.red {
    background: #FFF5F6;
}
.font14 {
    font-size: 14px !important;
}
.font16 {
    font-size: 16px !important;
}
.font18 {
    font-size: 18px !important;
}
.w100 {
    width: 100%;
}
.m0 {
    margin: 0 !important;
}
.input_styleText:read-only {
    color: #A0A0A0;
}
strong {
    font-weight: 800;
}


/*탭안의 공지사항부분*/
.tab_box .tab_cont#noticeLayer #iframeNotice {
    height: 760px !important;
}
.table-board.info.custom table tbody tr td:nth-child(3) {
    padding-left: 0 !important;
}


.table-board.info.custom table tbody tr td {
    font-weight: normal;
}
@media screen and (max-width: 1200px){
    .table-board.info.custom table tbody tr td:first-child {
        display: none;
    }
    .table-board.info.custom table tbody tr td.cell-subject {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .table-board.info.custom table tbody tr td::after {
        display: none;
    }
    .table-board.info.custom table tbody tr td:nth-child(4),
    .table-board.info.custom table tbody tr td:nth-child(5),
    .table-board.info.custom table tbody tr td:nth-child(6),
    .table-board.info.custom table tbody tr td:nth-child(7) {
        width: auto;
    }
    .table-board.info.custom table tbody tr td:has(.mini_db) {
        float: right;
    }
    .table-board.info.custom table tbody tr td .mini_db {
        padding: 2px 10px 2px 24px;
        font-size: 11px;
        background: #EEF7FF url(/include/apply/new_image/icon/attach_icon.png) no-repeat 11px 50% / 9px;
    }
}
.tab_cont .inner > .msg {
    margin-top: 16px;
}
@media screen and (max-width: 1000px) {
    .table-board.info.custom {
        height: 487px;
        padding: 5px;
        overflow: auto;
        box-sizing: border-box;
    }
    strong {
        line-height: 20px;
    }
    .info_group p.tit > * {
        font-size: 13px !important;
        line-height: 17px;
        padding-left: 20px;
    }
    .info_group .table01.view th {
        border-bottom: 1px solid #e9e9e9;
    }
    .info_group .table01.view td {
        display: block !important;
    }
    .info_group .table01.view th,
    .info_group .table01.view td {
        font-size: 14px !important;
        width: 100%;
        border-right: 0 !important;
        min-height: 40px;
    }
    .info_group .table01 td:has(.cont-select.custom) {
        display: block;
    }
    /* .info_group .table01.view td .cont-select.custom {
        width: 100%;
    } */
    .info_group .table01.view td .cont-select.custom button {
        width: 100%;
    }
    .info_group .table01.view td > label {
        width: 100%;
    }
    .info_group .table01.view td:has(span.ml10) {
        flex-direction: row;
        align-items: center;
    }
    .info_group table .flx_wrap .file_box {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px !important;
        width: 100%;
    }
    .info_group table .flx_wrap .file_box .upload-name {
        width: 100%;
        height: 40px !important;
    }
    .info_group .table01.view td:has(span.state) {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .info_group .table01 tr:last-child th:first-of-type {
        border-bottom: 1px solid #e9e9e9;
    }
    .info_group .table01 tr:last-child td:first-of-type,
    .info_group .table01 tr:last-child td:first-of-type {
        border-bottom: 0;
    }
    .info_group table .flx_wrap .btn.bg-darkblue {
        order: initial;
    }
    .info_group .table01.view td .mail_box {
        display: flex;
        align-items: center;
    }
    .info_group .table01.view td .mail_box label,
    .info_group .table01.view td .mail_box span {
        display: inline-block;
    }
    .info_group .table01.view td .mail_box label input {
        width: 100%;
    }
    .info_group .table01.view td .mail_box ~ .cont-select.custom {
        width: 100%;
        padding-left: 0 !important;
        margin-top: 5px;
    }
    .table-board.custom table tbody tr:last-child{
        border-bottom: 1px solid #E7E7E7 !important;
        margin-bottom: 10px;
    }



    .msg {
        padding: 10px 14px;
        margin-top: 10px;
        font-size: 15px !important;
    }
    table td.msg {
        margin-top: 0;
    } 
    .tab_cont .inner > .msg {
        font-size: 14px !important;
        margin-top: 10px;
    }
}
@media screen and (max-width: 800px) {
    .m_table {
        display: block;
    } 
    /*.m_list tr.mobileHide,
    .m_list tr td.mobileHide {
        display: none !important;
    }
    .m_list tr {
        display: block !important;
    }
    .m_list tr td {
        display: inline-block !important;
        width: auto !important;
        border-right: 0 !important;
    } */
    .reserverList .table-board.custom table tbody tr .state {
        padding: 6px 8px;
        font-size: 12px;
        float: right;
    }
    .reserverList .table-board.custom table tbody tr td:nth-child(3) {
        font-size: 14px;
        font-weight: 800;
    }
    .sub .msg.typ01 {
        margin-bottom: 10px !important;
    }
    .reserverList {
        margin-top: 20px !important;
    }
    .info_group .table01.view td .cont-select.custom.typ03 button {
        padding: 0 24px 0 14px;
    }
    .info_group .table01.view td .cont-select.custom.typ03 button::after {
        left: calc(100% - 23px);
    }
}
/*icon*/
.detail_arrow {
    padding: 0 12px;
    background: url(/include/apply/new_image/icon/detail-arrow.png)no-repeat 50% / 16px;
}
/*button*/
.mini_dw {
    padding: 10px 34px 10px 14px;
    margin: 0 5px;
    color: #055292;
    font-size: 12px;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
    background: #EEF7FF url(/include/apply/new_image/icon/dw-icon.png)no-repeat calc(100% - 10px) 50% / 15px;
    cursor: pointer;
    height: 32px;
    line-height: 13px;
}
.mini_dw:hover {
    box-shadow: 0 0 0 1px #055292 inset;
}
.mini_db {
    padding: 10px 14px 10px 34px;
    margin: 0 5px;
    color: #055292;
    font-size: 12px;
    font-weight: 700;
    border: 0;
    border-radius: 10px;
    background: #EEF7FF url(/include/apply/new_image/icon/attach_icon.png)no-repeat 15px 50% / 9px;
    cursor: pointer;
}
.mini_db:hover {
    box-shadow: 0 0 0 1px #055292 inset;
}
.btn_box_02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_view.custom [type="button"]:not([type="button"]:first-child) {
    margin-left: 60px;
}
input.btn2.white:hover {
    background: #f0f0f0;
}
a, button {
    cursor: pointer;
}
a.custom button.custom, input[type="button"].custom {
    width: 240px !important;
}
.custom_prev {
    width: 240px !important;
    padding-left: 128px !important;
    text-align: left !important;
    color: #777777 !important;
    background: #fff url(/include/apply/new_image/icon/btn_arrow_prev.png)no-repeat 80px 50% / 24px !important;
}
.custom_next {
    width: 240px !important;
    padding-right: 128px !important;
    text-align: right !important;
    background: #D84048 url(/include/apply/new_image/icon/btn_arrow_next.png)no-repeat calc(100% - 80px) 50% / 24px !important;
}
.custom_next:hover {
    background: #D84048 url(/include/apply/new_image/icon/btn_arrow_next.png)no-repeat calc(100% - 80px) 50% / 24px !important;
    color: white;
    border: 1px solid #D84048;
}
.custom_more {
    width: 240px !important;
    padding-left: 55px !important;
    text-align: left !important;
    background: #fff url(/include/apply/new_image/icon/btn_more.png) no-repeat 26px 50% / 18px !important;
}
.mini_next {
    padding: 5px 32px 5px 12px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    border-radius: 4px;
    border: 0;
    background: #FF0000 url(/include/apply/new_image/icon/mini_arrow_next.png)no-repeat calc(100% - 12px) 50% / 8px;
}
.selection_box.custom .search_btn,
.search_box.custom .search_btn {
    width: 300px;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    background-color: #D84048;
    background-image: none;
    border: 0;
    transition: background-color .3s;
}
.search_box.custom .search_btn:hover {
    background-color: #b32d34;
}
a.orange, input.orange, button.orange, .btn3.orange, a.red2, input.red2, button.red2, .btn3.red2 {
    background-color: #D84048 !important;
    transition: all 0.2s ease;
}
a.orange:hover, input.orange:hover, button.orange:hover, .btn3.orange:hover, a.red2:hover, input.red2:hover, button.red2:hover, .btn3.red2:hover {
    background-color: #BF1A23 !important;
    color: white;
    border: none !important;
}
.custom_print {
    position: relative;
    width: 240px !important;
    padding-left: 112px !important;
    text-align: left !important;
    color: #055292 !important;
    border: 1px solid #055292 !important;
    font-weight: 700 !important;
    background: #EEF7FF url(/include/apply/new_image/icon/print.png) no-repeat 65px 51% / 20px !important;
}
.custom_bubble {
    width: 240px !important;
    padding-left: 100px !important;
    text-align: left !important;
    color: #055292 !important;
    border: 1px solid #055292 !important;
    font-weight: 700 !important;
    background: #EEF7FF url(/include/apply/new_image/icon/bubble.png) no-repeat 65px 52% / 20px !important;
}
/*수정완료_일때*/
.custom_writing {
    width: 240px !important;
    padding-left: 100px !important;
    text-align: left !important;
    color: #055292 !important;
    border: 1px solid #055292 !important;
    font-weight: 700 !important;
    background: #EEF7FF url(/include/apply/new_image/icon/writing_icon.png) no-repeat 65px 52% / 20px !important;
}
/*수정_일때*/
.custom_writing.typ02 {
    width: 240px !important;
    padding-left: 114px !important;
    text-align: left !important;
    color: #055292 !important;
    border: 1px solid #055292 !important;
    font-weight: 700 !important;
    background: #EEF7FF url(/include/apply/new_image/icon/writing_icon.png) no-repeat 65px 52% / 20px !important;
}
.custom_print:hover ,.custom_bubble:hover, .custom_writing:hover {
    background-color: #b8d6ef !important;
}
input.btn2 {
    font-weight: 700 !important;
}
.custom_more_bus {
    padding: 8px 30px 8px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #0D62E7 url(/include/apply/new_image/icon/more_w.png)no-repeat calc(100% - 10px) 50% / 14px;
}

.custom_map_box {
    position: relative;
    width: 100%;
    height: 640px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    overflow: hidden;
}
.custom_map_box .map_mk {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: url(/include/apply/new_image/icon/mk.png)no-repeat 50%;
}
.custom_map_box .map_mk .map_msg {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 72px;
    min-width: 360px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #0000001A;
    border-radius: 10px;
}

.custom_map_box .map_mk .map_msg::after {
    content: "";
    z-index: -2;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(314deg);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 #0000001A;
}
.custom_map_box .map_mk .map_msg .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #055292;
    border-radius: 10px 10px 0 0;
}
.custom_map_box .map_mk .map_msg .tit .close {
    width: 50px;
    height: 50px;
    background: url(/include/apply/new_image/icon/close.png)no-repeat 50%;
    border: 0;
    cursor: pointer;
}
.custom_map_box .map_mk .map_msg .cont {
    display: flex;
    padding: 24px;
    background-color: #fff;
    border: 0;
}
.custom_map_box .map_mk .map_msg .cont .img_box {
    position: relative;
    width: 90px;
    height: 80px;
    margin-right: 10px;
}
.custom_map_box .map_mk .map_msg .cont .img_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom_map_box .map_mk .map_msg .cont .list {
    width: calc(100% - 100px);
}

@media screen and (max-width: 1000px)  {
    table .mobileHide {
        display: none !important;
    }
    .custom_more_bus {
        height: 30px;
        line-height: 16px;
    }

    .custom_prev {
        padding-left: 88px !important;
        background: #fff url(/include/apply/new_image/icon/btn_arrow_prev.png)no-repeat 40px 50% / 24px !important;
    }
    .custom_next {
        padding-right: 88px !important;
        background: #D84048 url(/include/apply/new_image/icon/btn_arrow_next.png)no-repeat calc(100% - 40px) 50% / 24px !important;
    }

    .search_box.custom .search_btn {
        width: 100%;
        font-size: 15px;
    }
    .search_box.custom .search > * ,
    .search_box.custom .search > * > *{
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 5px;
    }
    .search_box.custom .search > * > *:first-child {
        margin-top: 0;
    }
    .custom_more {
        padding-left: 68px !important;
    }

    .custom_map_box {
        height: 340px;
    }
    .custom_map_box img {
        width: 100%;
        height: 100%;
    }
    .custom_map_box .map_mk {
        width: 30px;
        height: 30px;
        background-size: 28px;
    }
    .custom_map_box .map_mk .map_msg {
        bottom: 50px;
        width: 260px !important;
        min-width: unset;
    }
    .custom_map_box .map_mk .map_msg .tit {
        height: 36px;
        padding-left: 14px;
        font-size: 14px;
    }
    .custom_map_box .map_mk .map_msg .tit .close {
        height: 36px;
    }
    .custom_map_box .map_mk .map_msg .cont {

        padding: 10px;
    }
    .custom_map_box .map_mk .map_msg .cont .list {
        width: calc(100% - 70px);
        padding: 0;
    }
    .custom_map_box .map_mk .map_msg .cont .list .font14 {
        line-height: 18px;
    }
    .custom_map_box .map_mk .map_msg .cont .list li:first-child {
        display: none;
    }
    .custom_map_box .map_mk .map_msg .cont .list li a {
        float: right;
        font-size: 13px;
    }
    .custom_map_box .map_mk .map_msg .cont .img_box {
        width: 70px;
    }
}
@media screen and (max-width: 500px) {
    .custom_writing {
        width: 100% !important;
        padding: 0px 0px 0 16px !important;
        text-align: center !important;
        background: #EEF7FF url(/include/apply/new_image/icon/writing_icon.png) no-repeat 27px 52% / 15px !important;
    }
    .custom_print {
        width: 100% !important;
        padding: 0px 0px 0 16px !important;
        text-align: center !important;
        background: #EEF7FF url(/include/apply/new_image/icon/print.png) no-repeat 27px 52% / 15px !important;
    }
    .custom_bubble {
        width: 100% !important;
        padding: 0px 0px 0 16px !important;
        text-align: center !important;
        background: #EEF7FF url(/include/apply/new_image/icon/bubble.png) no-repeat 27px 52% / 15px !important;
    }
    .custom_more {
        padding-left: 34px !important;
        background: #fff url(/include/apply/new_image/icon/btn_more.png) no-repeat 12px 50% / 18px !important;
    }
    .btn_view.custom.m_view {
        flex-direction: column;
    }
    .btn_view.custom.m_view > * {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .btn_view.custom.m_view > .custom_print,
    .btn_view.custom.m_view > .custom_bubble {
        padding-left: 0 !important;
        padding-right: 0;
        text-align: center !important;
    }
    .btn_view.custom.m_view > .custom_print {
        background: #EEF7FF url(/include/apply/new_image/icon/print.png) no-repeat 100px 51% / 20px !important;
    }
    .btn_view.custom.m_view > .custom_bubble {
        background: #EEF7FF url(/include/apply/new_image/icon/bubble.png) no-repeat 100px 52% / 20px !important;
    }
    .btn_view.custom.plus {
        flex-direction: column;
    }
    .btn_view.custom.plus > * {
        width: 100% !important;
        margin-top: 5px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .btn_view.custom.plus > *:first-child {
        margin-top: 0;
    }
    .btn_view.custom.plus > .custom_print {
        padding-left: 0 !important;
        padding-right: 0;
        text-align: center !important;
        background: #EEF7FF url(/include/apply/new_image/icon/print.png) no-repeat 100px 51% / 20px !important;
    }
    .btn_view.custom.plus > .custom_bubble {
        padding-left: 0 !important;
        padding-right: 0;
        text-align: center !important;
        background: #EEF7FF url(/include/apply/new_image/icon/bubble.png) no-repeat 100px 52% / 20px !important;
    }
    .custom_next:hover {
        padding-right: 88px !important;
        background: #D84048 url(/include/apply/new_image/icon/btn_arrow_next.png) no-repeat calc(100% - 40px) 50% / 24px !important;
    }

    .mini_dw {
        display: inline-block;
        padding: 4px 34px 4px 14px;
        line-height: 24px;
    }
    .mt70.btn_view.custom > input:first-child:nth-last-child(3), 
    .mt70.btn_view.custom > input:first-child:nth-last-child(3) ~ input.custom_writing {
        background-position-x: 13px !important;
    }


}
@media screen and (max-width: 360px) {
    .custom_writing {
        padding: 0 10px 0 10px !important;
        background: #EEF7FF url(/include/apply/new_image/icon/writing_icon.png) no-repeat 10px 52% / 14px !important;
    }
}

select.custom, .input_styleSelect.custom {
    padding-left: 14px;
}
.file_box .upload-name{
    height: 50px !important;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}
.file_box .btn {
    min-width: 120px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #055292 !important;
}
.file_box .input_styleFile{
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
label:has(.input_styleFile) {
    display: flex;
}
label:has(.input_styleFile) .text {
    min-width: 400px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

@media screen and (max-width: 1000px)  {
    .btn_box_02 {
        flex-direction: column;
        align-items: flex-end;
    }
    .btn_box_02 span {
        line-height: 20px;
    }
    .btn_view.custom {
        margin-top: 20px;
    }
    .btn_view.custom [type="button"]:not([type="button"]:first-child) {
        margin-left: 6px;
    }
    .btn_view.custom [type="button"] {
        font-size: 14px !important;
    }
    a.custom button.custom, input[type="button"].custom {
        width: 100% !important;
    }

}

.submitDivText:has(.input_styleText.custom){
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.submitDivText .input_styleText.custom {
    width: 100% !important;
    height: 120px !important;
    margin-bottom: 5px;
}
.submitDivText .text_num {
    font-size: 14px;
    color: #333;;
}
.page_step {
    display: flex;
    height: 50px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    overflow: hidden;
}
.page_step > * {
    flex: 1;
    position: relative;
    height: 100%;
    padding: 12px;
    text-align: center;
    background-color: #fff;
    margin-right: 30px;
}
.page_step > *:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%) rotate(314deg);
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #E7E7E7;
} 
.page_step .active:after {
    background-color: #D84048;
}
.page_step .pass {
    font-weight: 600;
    background: #D9D9D9;
}
.page_step .pass::after {
    background: #D9D9D9;
}
.page_step .pass::before {
    z-index: -2;
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: #D84048;
}
.page_step .step:last-child.active::before {
    z-index: -2;
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: #D84048;
}
.page_step:has(.step:last-child.active) > .step:nth-child(1).pass::before {
    z-index: -2;
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: #D9D9D9;
}
.page_step > *:last-child::after {
    display: none;
}
.page_step .step {
    position: relative;
}
.page_step .active {
    color: #fff;
    font-weight: 700;
    background: #D84048;
}
.t30.hdot, .hdot.hdot_bl, .dp01 {
    margin-bottom: 32px !important;
}
.info_group {
    margin-top: 32px;
}
.info_group .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.info_group .tit strong {
    font-size: 15px;
}
.info_group > .cont {
    padding: 32px 48px;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
}
.info_group > .cont .cont_tit {
    margin-bottom: 4px;
    font-weight: 700;
}
.info_group > .cont .dot {
	position: relative;
	padding-left: 12px;
}
.info_group .cont .dot::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #222;
}
.info_group table .flx_wrap {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    align-items: center;
    flex-direction: row;
}
.info_group table .sbm_srh {
    align-items: stretch;
}
.info_group table .flx_wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
}

@media screen and (max-width: 1000px) {
    .info_group .tit {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .info_group > .cont {
        padding: 10px 18px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .info_group .cont .dot::after {
        top: 10px;
    }
    .info_group .tit strong {
        font-size: 14px;
    }
    .info_group table .flx_wrap {
        width: 100%;
    }
    .info_group table .flx_wrap .btn {
        min-width: 90px;
        line-height: 36px;
    } 

    .page_step .step:last-child.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: -1;
        width: 1px;
        height: 100%;
        background-color: #D84048;
    }
}
@media screen and (max-width: 600px) {
    .page_step > * {
        padding: 9px 15px;
        font-size: 14px;
        line-height: 17px;
    }
    .page_step .step:last-child {
        margin-right: 0;
        line-height: 30px;
    }
}
@media screen and (max-width: 400px) {
    .page_step > * {
        padding: 8px;
    }
}

/*체크박스*/
.custom_chk_box {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}
.custom_chk_box .custom_chk {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom_chk_box .custom_chk input {
    display: none;
}
.custom_chk_box .custom_chk input:checked ~ .checkbox  {
    background: url(/include/apply/new_image/icon/chk_on.png)no-repeat 50%;
    transition: background .1s;
}
.custom_chk_box .custom_chk .checkbox {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 22px;
}

.custom_chk_box.typ02 {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}
.custom_chk_box.typ02 .custom_chk {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom_chk_box.typ02 .custom_chk input {
    display: none;
}
.custom_chk_box.typ02 .custom_chk input:checked ~ .checkbox  {
    background: #d84048 url(/include/apply/new_image/icon/chk_on.png)no-repeat 50%;
    transition: background .1s;
}
.custom_chk_box.typ02 .custom_chk .checkbox {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

@media screen and (max-width: 1000px) {
    .custom_chk_box {
        margin-top: 10px;
        font-size: 15px !important;
    }
    .submitDivText .input_styleText.custom {
        padding: 8px !important;
    }
    .custom_chk_box .custom_chk *:last-child {
        width: 90%;
    }
}

@media screen and (max-width: 600px)  {
    .custom_chk_box {
        margin-top: 0;
        font-size: 14px !important;
    }
    .custom_chk_box.typ02 .custom_chk .checkbox {
        width: 24px;
        height: 22px;
        margin-right: 4px;
    }
    .table01 input[type=text] {
        width: 100%;
    }
}

/* clearfix */
.clearfix {zoom:1;}
.clearfix:before, .clearfix:after {display:block; content:'';line-height: 0;}
.clearfix:after {clear:both;}


.mr40 {margin-right:40px;}
.mr60 {margin-right:60px;}
/*.df {display: flex !important;}*/

.dot.c_blue::after {
    background-color: #0D62E7 !important;
}
.dot.c_red::after {
    background-color: #FF0000 !important
}
/*navi*/
.navi .title {
    width: auto;
    min-width: 160px !important;
    padding: 0 34px 0 20px !important;
    background: url("/include/apply/img2/navi_bg.png") calc(100% - 12px) center no-repeat !important;
}
@media screen and (max-width: 1000px) {
    #head_m .head .logo img {
        width: 120px !important;
    }
}
@media screen and (max-width: 400px) {
    .navi .title {
        min-width: unset !important;
    }
    .navi .snsbtn .snsBtn {
        border-right: 0 !important;
    }
    .navi .snsbtn .onPrint {
        display: none !important;
    }
    .navi .title .link {
        left: 0px !important;
        width: 101% !important;
    }
}
input::placeholder {
    color: #A0A0A0 !important;
    font-size: 14px !important;
}
input::-webkit-input-placeholder{
    color: #A0A0A0 !important;
    font-size: 14px !important;
}

input:-ms-input-placeholder{
    color: #A0A0A0 !important;
    font-size: 14px !important;
}

/*처리상태*/
.state {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 10px;
}
.state.n01 {color: #fff;background-color: #008724;font-weight: 500;}
.state.n02 {color: #fff;background-color: #A0A0A0;font-weight: 500;}
.state.n03 {color: #0D62E7;background-color: #E1ECFF;font-weight: 800;}
.state.n04 {color: #111111; background-color: #E7E7E7;font-weight: 800;}
.state.n05 {color: #fff;background-color: #0D62E7;font-weight: 500;}
.state.n06 {color: #fff;background-color: #FF7A15;font-weight: 500;}
.state.n07 {color: #fff;background-color: #FF0000;font-weight: 500;}
@media screen and (max-width: 1000px) {
    .state {
        padding: 3px 10px;
    }
}


.calendar-ui {
    position: relative;
}
.calendar-ui .calendar-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    color: #000;
}
.calendar-ui .calendar-tit span {
    font-size: 14px;
}
.calendar-ui .calendar-tit .controller span {
    font-size: 18px;
    font-weight: 800;
}
.calendar-ui .calendar-tit .controller .prev {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border: 0;
    cursor: pointer;
    background: url(/include/apply/new_image/icon/arrow_prev.png)no-repeat 50% / 8px;
}
.calendar-ui .calendar-tit .controller .next {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border: 0;
    cursor: pointer;
    background: url(/include/apply/new_image/icon/arrow_next.png)no-repeat 50% / 8px;
}
.calendar-ui .calendar-tit .controller .btns {
    padding: 6px 14px;
    font-size: 13px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}
.calendar-ui .calendar-tit .controller .btns:hover {
    background-color: #e9f6ff;
    border: 1px solid #0d62e7;
    color: #0d62e7;
}
.calendar-ui .calendar-content {
    border: 1px solid #222222;
}
.calendar-ui .calendar-content .calendar-tbl {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
}
.calendar-ui .calendar-content .calendar-tbl thead th {
    height: 44px;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    background: #F8F8F8;
    font-weight: 600;
}
.calendar-ui .calendar-content .calendar-tbl thead th:first-child {
    color: #FF0000;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr {
    margin-top: -1px;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td {
    position: relative;
    height: 86px;
    padding-top: 33px;
    border: 1px solid #e3e3e3;
    border-left: 0;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.open {
    background: #E1ECFF;
    cursor: pointer;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.open:hover,
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.active{
    background: #EEF7FF;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.open:hover::after,
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.active::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: 2px solid #0D62E7;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.open:hover .current {
    color: #0D62E7;
    font-weight: 800;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.closed  {
    background: #E7E7E7;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.closed .current ,
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.closed .count {
    color: #a0a0a0;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.past .current ,
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.past .count {
    color: #a0a0a0;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.past:first-child span.current  {
    color: #F4888D;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td.active .current {
    color: #0D62E7;
    font-weight: 800;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td .count {
    text-align: center;
    font-size: 14px;
    color: #222;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td:first-child span.current {
    color: #FF0000;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td span.c_red {
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 3px;
    text-align: right;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td span.current {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    border-radius: 50%;
    color: #222;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td span.current.active::after {
    content: 'Today';
    position: absolute;
    top: 5px;
    left: 36px;
    height: 22px;
    padding: 1px 4px;
    line-height: 22px;
    border-radius: 22px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    background-color: #0D62E7;
}
.calendar-ui .calendar-content .calendar-tbl tbody > tr td span.current.on {
    border: 1px solid #EA0054;
    color: #EA0054;
}
.calendar-ui .calendar-content .calendar-tbl .schedule-icon {
    position: relative;
}
.calendar-ui .calendar-content .calendar-tbl .schedule-icon:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #EA0054;
}
.calendar-ui  .calendar-info {
    margin-top: 32px;
}
.calendar-ui  .calendar-info * {
    position: relative;
    padding-left: 36px;
    margin-left: 26px;
    font-size: 18px;
}
.calendar-ui  .calendar-info *:first-child {
    margin-left: 0;
}
.calendar-ui  .calendar-info .n01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #E1ECFF;
    border: 1px solid #777777;
}
.calendar-ui  .calendar-info .n02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #E7E7E7;
    border: 1px solid #E7E7E7;
}
.calendar-ui  .calendar-info .n03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #EEF7FF;
    border: 2px solid #0D62E7;
}


@media screen and (max-width: 1000px) {
    .sel_layout .step:first-child {
        flex: 0 1 580px;
        margin: 10px 0 20px 0;
    }
    .sel_layout .step:last-child p:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .calendar-ui {
        padding-top: 20px;
    }
    .calendar-ui .calendar-tit {
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: column;
        padding: 0;
    }
    .calendar-ui .calendar-tit .controller {
        width: 100%;
        margin: 0 auto 10px auto;
    }
    .calendar-ui .calendar-tit span {
        font-size: 13px;
    }
    .calendar-ui .calendar-tit .controller .btns {
        float: right;
        padding: 2px 14px;
    }
    .calendar-ui .calendar-content .calendar-tbl tbody > tr td {
        padding-top: 36px;
        height: 68px;
    }
    .calendar-ui .calendar-content .calendar-tbl tbody > tr td span.current {
        height: 30px;
        line-height: 30px;
        padding-left: 4px;
        text-align: left;
        font-size: 14px;
    }
    .calendar-ui .calendar-content .calendar-tbl tbody > tr td span.current.active::after {
        top: 24px;
        left: 2px;
        height: 16px;
        padding: 1px 4px;
        line-height: 16px;
        font-size: 9px;
    }
    .calendar-ui .calendar-info {
        margin-top: 10px;
    }
    .calendar-ui .calendar-info * {
        padding-left: 30px;
        margin-left: 10px;
        font-size: 14px;
    }  
    .calendar-ui .calendar-tit .controller span {
        font-size: 16px;
    }  
}

/*time_table*/
.time_table {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.time_table .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 50%;
    height: 48px;
    border-bottom: 1px solid #CDCDCD;
    font-size: 14px;
}
.time_table.deactivate .item {
    background: #E7E7E7;
    color: #A0A0A0;
}
.time_table.deactivate .item.open:hover {
    background: #E7E7E7;
    color: #A0A0A0;
    box-shadow: unset;
    cursor: auto;
}
.time_table .item:nth-child(odd)::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #CDCDCD;
}
.time_table .item.chkmsg {
    width: 100%;
}
.time_table .item.chkmsg:before {
    border: 0 !important;
}
.time_table .item strong {
    width: 60px;
    text-align: left;
}
.time_table .item.closed {
    background: #E7E7E7;
    color: #A0A0A0;
}
.time_table .item.open {
    cursor: pointer;
}
/* .time_table .item.open:hover {
    background: #EEF7FF;
    box-shadow: 0 0 0 2px #0D62E7 inset;
}
.time_table .item.active {
    background: #EEF7FF;
    box-shadow: 0 0 0 2px #0D62E7 inset;
} */

.time_table .item.open:hover, 
.time_table .item.active {
    background: #EEF7FF;
}
.time_table .item.open:hover::after,
.time_table .item.active::after {
    content: '';
    z-index: 1;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    border: 2px solid #0D62E7;
}

@media screen and (max-width: 600px) {
    .time_table .item strong {
        width: 50px;
    }
    .time_table .item {
        height: auto;
        padding: 5px;
    }
}
.swiper-nav {
    position: relative;
    width: 100%;
    height: 100px;
}
.grid-image > .swiper-nav > .inner {
    position: relative;
    width: 140px;
    height: 44px;
    margin: auto;
    background-color: #F1F1F1;
    border-radius: 44px;
}
.grid-image > .swiper-nav > .inner > .swiper-button-next, .grid-image > .swiper-nav > .inner .swiper-button-prev {
    z-index: 11;
}
.grid-image > .swiper-nav > .inner > .swiper-button-next:after, .grid-image > .swiper-nav > .inner .swiper-button-prev:after {
    font-size: 14px;
    color: #111;
    font-weight: 800;
}
.grid-image > .swiper-nav > .inner > .swiper-pagination {
    font-size: 18px;
}

.mySwiper.typ01 {
    position: relative;
    width: 100%;
    height: 640px;
    border-radius: 10px;
    border: 1px solid#CDCDCD;
    margin-top: 32px;
    overflow: hidden;
}
.mySwiper.typ01 .typ01-button-next {
    right: 55px;
    color: #777777;
    background-image: none;
    font-weight: 800;
}
.mySwiper.typ01 .typ01-button-prev, .mySwiper.typ01 .typ01-button-next {
    width: 62px;
    height: 62px;
}
.mySwiper.typ01 .typ01-button-prev {
    left: 40px;
    background: url(/include/apply/new_image/icon/sw_arrow_previous_on.png)no-repeat 50% / 40px;
}
.mySwiper.typ01 .typ01-button-next {
    right: 40px;
    background: url(/include/apply/new_image/icon/sw_arrow_next_on.png)no-repeat 50% / 40px;
}
.typ01-button-prev.swiper-button-disabled, .typ01-button-next.swiper-button-disabled {
    opacity: unset !important;
}
.typ01-button-next.swiper-button-disabled {
    background: url(/include/apply/new_image/icon/sw_arrow_next.png)no-repeat 50% / 40px !important;
}
.typ01-button-prev.swiper-button-disabled {
    background: url(/include/apply/new_image/icon/sw_arrow_previous.png)no-repeat 50% / 40px !important;
}
.swiper-slide {
    position: relative;
}
.swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_view_typ {
    display: flex;
}
.img_view_typ .img_view {
    position: relative;
    width: 420px;
    height: 246px;
    margin-right: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.img_view_typ .cont {
    width: calc(100% - 460px);
    padding: 0;
    border: 0;
}
.img_view_typ .cont .tit {
    margin-bottom: 14px;
    font-size: 20px;
}
.img_view_typ .img_view img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_view_typ table th, .img_view_typ table td{
    height: 45px;
    padding: 10px 10px 10px 45px !important;
}

@media screen and (max-width: 800px) {
    .mySwiper.typ01 {
        height: 300px;
    }
    .mySwiper.typ01 .typ01-button-next {
        right: 0;
    }
    .mySwiper.typ01 .typ01-button-prev {
        left: 0;
    }
}

.fontW700 {
    font-weight: 700;
}

.text_flex {
    display: flex;
}
.text_flex .num {
    width: 24px;
    text-align: center;
    padding-right: 4px;
}
.text_flex .cont {
    width: calc(100% - 24px);
}


.search_box.typ02 {
    background-color: #F8F8F8;
    border: 1px solid #e7e7e7;
}
.search_box.typ02 .searc {
    margin-top: 0;
}
.search_box.typ02 .search input, .search_box.typ02 .search button, .search_box.typ02 .search select.custom  {
    border-radius: 6px;
}
.search_box.typ02 .search select.custom, .search_box.typ02 .search input {
    height: 45px !important;
    border: 1px solid #777777 !important;
}

@media screen and (max-width: 1000px)  {
    .img_view_typ {
        flex-direction: column;
    }
    .img_view_typ .img_view {
        width: 100%;
        margin-right: 0;
    }
    .img_view_typ .cont {
        width: 100%;
        margin-top: 14px;
    }
    .img_view_typ .cont .tit {
        font-size: 16px;
    }
    .img_view_typ table tr {
        flex-direction: column;
    }
    .img_view_typ table tr th,
    .img_view_typ table tr td {
        width: 100% !important;
        border-right: 0 !important;
        padding: 10px 10px 10px 13px !important;
    }
    .img_view_typ .table01 tr:last-child th:first-of-type {
        border-bottom: 1px solid #fff;
    }
    .img_view_typ .table01 tr:last-child td:first-of-type {
        border-bottom: 1px solid #E7E7E7 !important;
    }
}



/*셀렉트박스*/
.cont-select.custom {
    position: relative;
    display: inline-flex;
}
.search .cont-select.custom:not(.cont-select.custom:first-child) {
    margin-left: 0;
}
.cont-select.custom:not(.cont-select.custom:first-child) {
    margin-left: 10px;
}
.custom.custom-search{
    margin-right:10px;
}
.custom.custom-search .btn-select{
    min-width:auto !important;
    width:200px;
    height:45px !important;
    line-height:45px !important;
    border:1px solid #777777 !important;
}
.cont-select.custom .btn-select {
    position: relative;
    width: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    /* 말줄임 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
    padding: 0 46px 0 20px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    height:50px;
    min-width: 104px;
}
.cont-select.custom.typ01 .btn-select {
    min-width: 140px;
}
.cont-select.custom.typ02 .btn-select {
    min-width: 180px;
}
.cont-select.custom.typ03 .btn-select {
    min-width: 200px;
}
.cont-select.custom.typ04 .btn-select {
    min-width: 240px;
}
.cont-select.custom.typ05 .btn-select {
    min-width: 260px;
}
.cont-select.custom.full {
    width: 100%;
}
.cont-select.custom.full .btn-select {
    min-width: 100%;
}
.cont-select.custom .btn-select::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/include/apply/new_image/icon/arrow_down.png) no-repeat 50% / 16px;

} 
.cont-select.custom .btn-select.on::after {
    background: url(/include/apply/new_image/icon/arrow_up.png) no-repeat 50% / 16px;
}
.cont-select.custom .btn-select.on + .list-member {
    display: block;
}
.cont-select.custom .list-member {
    z-index: 11;
    list-style-type : none;
    display: none;
    position: absolute;
    width: 100%;
    top: 49px;
    left: 0;
    padding: 0;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 4px 8px 9px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.cont-select.custom .list-member li {
    width: 100%;
    box-sizing: border-box;
}
.cont-select.custom .list-member li button {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border: none;
    border-radius: .4rem;
    cursor: pointer;
    text-align: left;
    /* 말줄임 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    color: #777777;
}
.cont-select.custom .list-member li:hover,
.cont-select.custom .list-member li:hover > button {
    background-color: #EEF7FF;
}

@media screen and (max-width: 1000px)  {
    .cont-select.custom .btn-select {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .cont-select.custom .list-member {
        top: 40px;
    }
    .flx_wrap.ph_flx:has(.cont-select.custom) {
        gap: 5px;
        width: 100%;
    }
    .ph_flx:has(.cont-select.custom) .input_styleTel {
        width: 104px
    }
    .flx_wrap.ph_flx:has(.input_styleTel) .cont-select.custom {
        width: auto !important;
    }
}
@media screen and (max-width: 800px) {
    .cont-select.custom:not(.cont-select.custom:first-child) {
        margin-left: 0;
    }

}
@media screen and (max-width: 390px) {
    .flx_wrap.ph_flx:has(.cont-select.custom) .btn-select {
        width: 92px;
        min-width: unset;
        padding: 0 46px 0 12px;
    }
    .flx_wrap.ph_flx:has(.cont-select.custom) .input_styleTel {
        width: 84px !important;
    }
}


/*테이블*/
.table-board.custom table thead tr th {
    background-color: #f9f9f9 !important;
}
.table-board.custom table tr {
    border-bottom: 1px solid #E7E7E7;
}
.table-board.custom table thead tr:first-child {
    border-top: 2px solid #d84048;
}
.table-board.custom table tbody tr:last-child {
    border-bottom: 2px solid #222222;
}
.table-board.custom table tbody tr:nth-child(odd) {
    background-color: unset;
}
.table-board.custom table tbody tr:nth-child(odd):hover {
    background-color: #eaf4fa;
}
.table-board.custom table tbody tr .state {
    margin-right: 0;
}

form:has(.input_styleText.custom) {
    width: 100%;
}

.search_box.custom {
    border: 0;
    background-color: #F5F5F5;
}
.search_box.custom label {
    cursor: pointer;
}
.search_box.custom label input[type=checkbox], .search_box.custom label input[type=radio] {
    display: none;
}
.search_box.custom label input[type=checkbox] + span ,.search_box.custom label input[type=radio] + span{
    display: inline-block;
    width: 88px;
    height: 34px;
    line-height: 34px;
    margin: 1px 10px 15px 1px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 0 0 1px #CDCDCD inset;
    border: 0 !important;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.search_box.custom label input[type="checkbox"]:checked + span, .search_box.custom label input[type="radio"]:checked + span {
    box-shadow: 0 0 0 2px #D84048 inset;
    border: 0 !important;
    color: #D84048;
    font-weight: 700;
}
.search_box.custom .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.search_box.custom .search_btn {
    border-radius: 6px;
}
.search_box.custom input[type="text"] {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #CDCDCD;
    border-radius: 6px;
    box-sizing: border-box;
}
.search_box.custom input[type="text"].date {
    height: 36px;
    line-height: 36px;
}
.search_box.custom .date {
    margin-right: 0;
    background: #fff url(/include/apply/new_image/icon/calendar.png) no-repeat calc(100% - 20px) center;
}
.search_box.custom .date + img {
    display: none;
}

/*2024menu*/
#head .head .gnb li {
    position: relative;
}
#head .head .gnb .sub_gnb {
    z-index: 20;
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
}
#head .head .gnb .sub_gnb .item a {
    display: block;
    height: 52px;
    padding-top: 12px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
#head .head .gnb .sub_gnb .item a:hover {
    color: #fff;
    background-color: #D84048;
}
#head .head .gnb li:hover .sub_gnb {
    top: 84px;
    left: 0;
    display: block;
    border-top: 6px solid #D84048;
}
#head_m .head_on .gnb .sub_gnb a {
    display: block;
    padding: 14px 10px 14px 70px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0.3px;
}
#head_m .head_on .gnb .sub_gnb {
    display: none;
}
#head_m .head_on .gnb #visit {
    display: none;
}
#head_m .head_on .gnb input[id=visit]:checked ~ .sub_gnb {
    display: block;
}
label[for=visit] {
    position: relative;
}
label[for=visit]::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(/include/apply/new_image/icon/arrow_down.png)no-repeat 50% / 20px;
}
#head_m .head_on .gnb input[id=visit]:checked + label[for=visit]::after {
    background: url(/include/apply/new_image/icon/arrow_up.png)no-repeat 50% / 20px;
}
#head_m .head_on .gnb li:nth-child(1) .a1 {
    background: url(/include/apply/img2/icon_m01.png) no-repeat 30px center !important;
    background-position: 20px center !important;
}
#head_m .head_on .gnb li:nth-child(2) .a1 {
    background: url(/include/apply/img2/icon_m02.png) no-repeat 30px center !important;
    background-position: 20px center !important;
}
#head_m .head_on .gnb li:nth-child(3) .a1 {
    background: url(/include/apply/img2/icon_m03.png) no-repeat 30px center !important;
    background-position: 20px center !important;
}
#head_m .head_on .gnb li:nth-child(4) .a1 {
    background: url(/include/apply/img2/icon_m04.png) no-repeat 30px center !important;
    background-position: 20px center !important;
}
#head_m .head_on .gnb li:nth-child(5) .a1 {
    background: url(/include/apply/img2/icon_m05.png) no-repeat 30px center !important;
    background-position: 20px center !important;
}
#head_m .head_on .gnb li:nth-child(5) .a1 {
    background: url(/include/apply/img2/icon_m06.png) no-repeat 30px center !important;
    background-position: 20px center !important;
}