/* 
	.navbar : z-index 100
	.all_menu : z-index 1000
	.sub_page_menu : z-index 90
*/




/* 카카오맵 스타일 */
.root_daum_roughmap_landing .border2{
	display: block !important;
}


/* TabMenu */
.tab_content>div:not(:first-child) {
    display: none;
}


#flipbookContainer
{
	height:100vh !important
}
#flipbookContainer canvas
{
	width:100% !important;
	height:100vh !important;
}
.df-container{
	height: 100vh !important;
}


body > .container{
	background-color: #fff;
}

/* popup style */
.pop-layer {
    background-color:#fff;
}
@media screen and ( max-width: 767px ) {
	.pop-layer{
		top: 0 !important;
		left: 0 !important;
		max-width: 100% !important;
	}
	.popM > div > p{
		max-width: 100% !important;
		height: auto !important;
	}
}








#layer-top {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:150px;
	overflow:hidden;
	background:#fff;
}
#layer-top > ul,
#layer-top > ul > li,
#layer-top > ul > li > div,
#layer-top > ul > li > div p
{
	height:100% !important;
}
#layer-top > ul > li > div p img
{
	width:100% !important;
	height:100% !important;
}
#layer-top .pop_layout_1200
{
	height:auto
}
#layer-top .popBExit
{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:1;
}
.popBExit{
	background-color: #807980;
    display: flex;
    justify-content: space-between;
	padding: 10px;
	padding-bottom: 11px;
	color: #fff;
}
.popBExit > label{
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 1px;
}
.popBExit > label input{
	transform: translateY(1px);
}
.popBExit button{
	color: #fff;
}
.popM > div:not(.popBExit) img{
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}


/* 헤더 start */
.navbar{
	position: relative;
	z-index: 100;
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: 0.3s;
	box-shadow: 0px 1px 5px rgb(0 0 0 / 7%);
}

header{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	position: relative;
}
header > .layout_max{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header > .layout_max h1{

}
header.state_all .layout_max > h1{
	z-index: 1001;
}
header.state_all .layout_max > h1 > a > img{
	transition: 0.3s;
	content: url(/assets/ccd01/image/header_logo_white.svg);
}
header > .layout_max h1 img{
	width: 240px;
}
header > .layout_max {
	display: flex;
}
header > .layout_max .layout_navi{
	height: 100%;
}
header > .layout_max ul.page_top_navi{
    display: flex;
    height: 100%;
    align-items: center;
	gap: 50px;
}
header > .layout_max ul.page_top_navi::before{
	content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #fff;
    transition: height .3s;
    box-shadow: 0px 50px 50px rgb(0 0 0 / 7%);
	z-index: 0;
}
header > .layout_max ul.page_top_navi.scroll::before{
	border-top: 1px solid #eee;
}

header > .layout_max ul.page_top_navi.scroll::after{
    content: "";
    background: url(/assets/ccd01/image/navi_top_deco.png) top center no-repeat;
    background-size: contain;
    top: 100px;
    left: 0;
    position: absolute;
    width: calc((100% - 1200px) / 2 + 250px);
    height: 145px;
    pointer-events: none;
}
header > .layout_max ul.page_top_navi.scroll::before{
	height: 420px;
}
header > .layout_max ul.page_top_navi > li{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.9px;

}
header > .layout_max ul.page_top_navi > li > .depth01_tit{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
header > .layout_max ul.page_top_navi > li > .depth01_tit.active{
	letter-spacing: -0.9px;
	color: #D66F50;
}
header > .layout_max ul.page_top_navi > li > .depth01_tit.active::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #D66F50;
	border-radius: 800px;
}
header > .layout_max ul.page_top_navi > li > ul{
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #fff; */
    width: 100%;
	min-height: 420px;
    top: 100px;
	padding-left: calc((100% - 1200px) / 2 + 335px);
	padding-right: calc((100% - 1200px) / 2);
	padding-top: 45px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 15px 40px;
	display: none;
}
header > .layout_max ul.page_top_navi > li > ul[style*='display: block']{
    display: flex !important;
}
header > .layout_max ul.page_top_navi > li:first-of-type > ul{
	display: flex;
	display: none;
}
header > .layout_max ul.page_top_navi > li > ul > li{
	width: 21%;
}
header > .layout_max ul.page_top_navi > li > ul > li > a{
	display: inline-flex;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 17px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}
header > .layout_max ul.page_top_navi > li > ul > li.active > a{
	border-bottom: 1px solid #231915;
}
header > .layout_max ul.page_top_navi > li > ul > li > a::after{
	/* content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(/assets/ccd01/image/icon_arrow_small_black.svg) center center no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px; */
}
header > .layout_max ul.page_top_navi > li > ul > li > ul{
	display: flex;
	flex-direction: column;
	padding-top: 7.5px;
}
header > .layout_max ul.page_top_navi > li > ul > li > ul > li{

}
header > .layout_max ul.page_top_navi > li > ul > li > ul > li > a{
	display: inline-flex;
	width: 100%;
	font-weight: 400;
	color: #6A646A;
	font-size: 16px;
	padding: 10px 0;
}
header > .layout_max ul.page_top_navi > li > ul > li > ul > li.active > a{
	color: #D66F50;
	text-decoration: underline;
	text-decoration-color: #D66F50;
	text-underline-position: under;
}
header > .layout_max ul.page_top_navi > li > ul > li > ul > li:hover > a{
	color: #D66F50;
	text-decoration: underline;
	text-decoration-color: #D66F50;
	text-underline-position: under;
}
header > .layout_max .page_top_gather{
	display: flex;
	gap: 18px;
}
header > .layout_max .page_top_gather .login_area{
	display: flex;
	align-items: center;
	gap: 13px;
}
header > .layout_max .page_top_gather .box{
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.75px;
	transform: translateY(-1px);
}
header > .layout_max .page_top_gather .box.search{
	display: none;
}
header > .layout_max .page_top_gather .box.total{
    background-color: #F9F5F2;
    padding: 7px 13px 10px;
    border-radius: 5px;
}
header > .layout_max .page_top_gather .box.total span{
	display: inline-block;
    padding-bottom: 0px;
}
header > .layout_max .page_top_gather .box a{
	display: flex;
	align-items: center;
	gap: 5px;
}
header > .layout_max .page_top_gather .box i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	padding-top: 1px;
}
header > .layout_max .page_top_gather .box i img{
	width: 100%;
	height: 100%;
}
header > .layout_max .page_top_gather .box.box_total i{
	padding-top: 0;
}
header > .layout_max .page_top_gather .box.total i{
	width: 12px;
	padding-bottom: 1px;
}
header > .layout_max ul.page_top_navi > li > .text_bg{
	width: auto;
	height: 420px;
	position: absolute;
	top: 100px;
	left: 0;
	padding-left: calc((100% - 1200px) / 2);
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: none;
}
header > .layout_max ul.page_top_navi > li > .text_bg[style*='display: block']{
	display: flex !important;
}
header > .layout_max ul.page_top_navi > li > .text_bg .text{
	min-width: 280px;
}
header > .layout_max ul.page_top_navi > li > .text_bg .text .tit{
	letter-spacing: -3px;
	color: #D66F50;
	font-size: 30px;
	font-weight: 600;
	font-family: "Noto Serif KR";
}
header > .layout_max ul.page_top_navi > li > .text_bg .text .sub{
	max-width: 160px;
	letter-spacing: -0.8px;
	color: #231915;
	font-weight: 300;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.25;
}
header > .layout_max ul.page_top_navi > li > .text_bg .bg{
	display: flex;	
	justify-content: flex-end;
}
header > .layout_max ul.page_top_navi > li > .text_bg .bg img{
	width: auto;
}
@media screen and ( max-width: 1200px ) {
	header > .layout_max ul.page_top_navi{
		display: none;
	}
}
@media screen and ( max-width: 767px ) {
	.navbar{
		top: -70px;
	
	}
	.navbar.scrollup{
		top: 0px;
		/* border-bottom: 1px solid #EBE9E7; */
	}
	header{
		height: 50px;
	}
	header > .layout_max{
		padding-right: 5px;
		padding-left: 10px;
	}
	header > .layout_max h1 img{
		width: 170px;
	}
	header > .layout_max .page_top_gather{
		gap: 0px;
	}
	header.state_all .layout_max > h1{
		padding-top: 0;
	}
	header > .layout_max .page_top_gather .box{
		font-size: 0;
		width: 34px;
		height: 34px;
		justify-content: center;
		align-items: center;
		transform: translateY(0);
		/* background-color: orange; */
	}
	header > .layout_max .page_top_gather .box.total{
		font-size: 0;
		gap: 0;
		background-color: transparent;
		/* background-color: orange; */
		padding: 0;
		border-radius: 0;
	}
	header > .layout_max .page_top_gather .box a{
		font-size: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	header > .layout_max .page_top_gather .box i{
		width: 24px;
		min-width: 24px;
	}
	header > .layout_max .page_top_gather .box.login i{
		transform: translateX(1px) translateY(-1px);
	}
	header > .layout_max .page_top_gather .box.login i{
		transform: translateX(1px) translateY(-1px);
	}
	header > .layout_max .page_top_gather .box.search i{
		transform: translateY(-1px);
		width: 25px;
	}
	header > .layout_max .page_top_gather .box.user-info i{
		transform: translateX(1px) translateY(-1px);
		width: 25px;
	}
	header > .layout_max .page_top_gather .box.total{
		
	}
	header > .layout_max .page_top_gather .box .MobileMenuText{
		display: none;
	}
	header > .layout_max .page_top_gather .box.total .totalMenuText{
		display: none;
	}
	header > .layout_max .page_top_gather .box.total i{
		width: 19px;
		min-width: 19px;
		transform: translateY(-1px);
	}

	header > .layout_max .page_top_gather .login_area{
		gap: 0;
	}
	.sub_page_layout .navbar{
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.sub_page_layout .navbar.navbar-inverse.scrollup{
		box-shadow: 0px 2px 4px #0000000D;
	}
}
@media screen and ( max-width: 425px ) {
	header > .layout_max .page_top_gather .box.search{
		font-size: 0;
		gap: 0;
	}
}
/* 헤더 end */



/* 푸터 start */
footer{
	background-color: #5F5E66;
	padding-bottom: 95px;
}
footer .top_area{
	border-bottom: 1px solid #55545C;
}
footer .top_area .layout_max{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 20px;
}
footer .top_area .layout_max .left{
	display: flex;
	max-width: 100%;
	overflow-x: auto;
	padding: 20px 0;
}
footer .top_area .layout_max .left ul{
	display: flex;
	gap: 30px;
}
footer .top_area .layout_max .left ul li{

}
footer .top_area .layout_max .left ul li a{
	color: #fff;
	opacity: 0.4;
	font-size: 15px;
	font-weight: 300;
	white-space: nowrap;
}
footer .top_area .layout_max .left ul li a:hover{
	opacity: 1;
}
footer .top_area .layout_max .left ul li:first-of-type a{
	opacity: 0.8;
}
footer .top_area .layout_max .left ul li:first-of-type a:hover{
	opacity: 1;
}
footer .top_area .layout_max .right{
	padding: 15px 0;
	display: flex;
	gap: 20px;
	color: #ffffff;
}
footer .top_area .layout_max .right .btnAdmin{
	display: flex;
	align-items: center;
	gap: 7px;
	letter-spacing: -0.6px;
	color: #FFFFFF;
	opacity: 0.4;
	transition: 0.3s;
}
footer .top_area .layout_max .right .btnAdmin:hover{
	opacity: 1;
}
footer .top_area .layout_max .right .groupware{
	display: flex;
	align-items: center;
	gap: 7px;
	letter-spacing: -0.6px;
	color: #FFFFFF;
	opacity: 0.4;
	transition: 0.3s;
}
footer .top_area .layout_max .right .groupware .text{
	font-size: 15px;
	font-weight: 300;
}
footer .top_area .layout_max .right .groupware:hover{
	opacity: 1;
}
footer .top_area .layout_max .right .groupware i{display: flex; width: 21px;}
footer .con_area{
	padding-top: 40px;
}
footer .con_area .layout_max{
	display: flex;
	justify-content: space-between;
}
footer .con_area .left{
	
}
footer .con_area .left .img_div{
	width: 240px;
}
footer .con_area .left .img_div img{
	width: 100%;
	height: 100%;
}
footer .con_area .left .info{
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .con_area .left .info .item{
	color: #fff;
	opacity: 0.4;
	font-size: 15px;
	line-height: 1.5;
}
footer .con_area .left .info .item:last-of-type{
	letter-spacing: 0;
}
footer .con_area .left .info .item:last-of-type .in_span{
	letter-spacing: -0.04em;
}
footer .con_area .left .info .item .inquiry{
	min-width: 100%;
	display: inline-block;
	margin-top: 10px;
}
footer .con_area .left .info .item .inquiry i{
    transform: translateY(3px);
    display: inline-block;
}
footer .con_area .right{

}
footer .con_area .right ul{
	display: flex;
	gap: 10px;
}
footer .con_area .right ul li{
	opacity: .4;
	transition: .3s;
}
footer .con_area .right ul li:hover{
	opacity: 1;
}
footer .copyright{
	padding-top: 68px;
	letter-spacing: 0.6px;
	color: #FFFFFF;
	opacity: 0.4;
	font-size: 12px;
	font-weight: 300;
}
@media screen and ( max-width: 1024px ) {
	
}
@media screen and ( max-width: 767px ) {
	footer{
		padding-bottom: 60px;
	}
	footer .con_area{
		padding-top: 20px;
	}
	footer .con_area .layout_max{
		flex-direction: column;
	}
	footer .top_area .layout_max{
		flex-direction: row;
		flex-wrap: nowrap;
	}
	footer .top_area .layout_max .left{
		max-width: calc(100% - 65px);
		margin-left: -15px;
		padding: 17.5px 0 15;
		padding-left: 15px;
	}
	footer .top_area .layout_max .left ul{
		gap: 20px;
	}
	footer .con_area .left .img_div{
		width: 160px;
	}
	footer .con_area .right{
		margin-top: 30px;
	}
	footer .con_area .left .info .item{
		font-size: 14px;
	}
	footer .copyright{
		font-size: 11px;
		padding-top: 40px;
	}
}
/* 푸터 end */





/* All Menu */
.all_menu{
    position:fixed;
    display:none;
    padding:0 40px;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:#D66F50;
	background-size: contain;
    z-index:1000;
    overflow-y: auto;
	padding-bottom: 62px;
}
.all_menu::before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background:#d66f50;
	z-index: 1;
}
.all_menu::after{
	content: "";
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	max-width: 100%;
	height: 2px;
	background:#ffffff;
	z-index: 1;
}

.all_menu::-webkit-scrollbar{
    display: none;
}

.all_menu .layout_max{
	position: relative;
}
.all_menu .deco_img{
	position: fixed;
	width: 30%;
	height: 30%;
	right: 0;
	bottom: 230px;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}
.all_menu .deco_img img{
	transform: translateX(10%);
}
.all_menu .deco_text {
    display: block;
    width: 200%;
	height: 145px;
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    background: url(/assets/ccd01/image/all_menu_text01.svg) center center;
    background-repeat: repeat-x;
	background-position: bottom;
    animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    background-size: contain;
}
@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
		left: -100%;
    }
}

@-webkit-keyframes marquee {
    0% {
		left: 0;
    }

    100% {
		left: -100%;
    }
}
.all_menu .close_wrap{
	max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.all_menu .close {
    cursor: pointer;
}
.all_menu .menu
{
    display:flex;
	flex-direction: column;
    height: 100%;
    z-index: 1;
	color: #fff;
	margin-top: 100px;
	padding-top: 10px;
}
.all_menu .menu > li
{
	display: flex;
	width: 100%;
	padding: 35px 0;
	border-bottom: 1px solid #FFFFFF30;
}
.all_menu .menu > li:last-child
{
    border-bottom:0;
}
.all_menu .menu li a
{
    position:relative;
    transition:all .3s;
}
.all_menu .menu > li > a
{
    display:block;
    font-size:30px;
    font-weight:600;
    letter-spacing:-1.5px;
    margin-bottom:40px;
	width: 255px;
}
.all_menu .menu > li:hover > a
{
    /* color:#005CA8 */
}
.all_menu .menu > li > ul
{
	width: calc(100% - 255px);
    padding-left:2px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}
.all_menu .menu > li > ul > li{
	width: 25%;
}
.all_menu .menu > li > ul > li > a
{
    font-size:20px;
    font-weight:500;
    letter-spacing:-1px;
    padding-left:14px;
}

.all_menu .menu > li > ul > li > ul
{
    padding-left:30px;
    margin-top:20px;
}
.all_menu .menu > li > ul > li > ul > li
{
    margin-bottom:16px;
}
.all_menu .menu > li > ul > li > ul > li > a
{
    position:relative;
    display: inline-block;
    word-break:keep-all;
    font-size:15px;
    letter-spacing:-0.9px;
	opacity: 0.6;
}
.all_menu .menu > li > ul > li > ul > li > a:before
{
    content:'';
    position:absolute;
    top:9px;
    left:-12px;
    width:7px;
    height:1px;
    background:#fff;
}
.all_menu .menu > li > ul > li > ul > li > a:hover{
	color: #fff;
	opacity: 1;
}
.all_menu .menu > li > ul > li > ul > li > a:hover:before
{
    background:#fff;
}

@media screen and ( max-width: 2050px ) {
   
}
@media screen and ( max-width: 1279px ) {
	.all_menu::before{
		height: 100px;
	}
	.all_menu .menu{
		margin-top: 100px;
		padding-top: 0;
	}
	.all_menu::after{
		top: 100px;
	}
	.all_menu .close_wrap{
		height: 100px;
	}
	header.state_all .layout_max > h1{
		padding-top: 0px;
	}
	.all_menu .layout_max{
		padding-left: 0;
		padding-right: 0;
	}
	.all_menu .menu > li > a{
		width: 150px;
		font-size: 25px;
	}
	.all_menu .menu > li > ul{
		width: calc(100% - 150px);
	}
	.all_menu .menu > li > ul > li > a{
		font-size: 16px;
	}
	.all_menu .menu > li > ul > li > ul > li > a{
		font-size: 14px;
	}
	.all_menu .close{
		padding-right: 17px;
	}
}
@media screen and ( max-width: 767px ) {
	.all_menu{
		padding: 0 0px;
		background: rgba(214 111 80);
		/* background: orange; */
	}
	.all_menu .close{
		padding-right: 0;
	}
	.all_menu .close_wrap{
		top: 0;
		height: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.all_menu .close img{
		width: 16px;
	}
	.all_menu::before{
		height:50px;
		border-bottom: 1px solid #FFFFFF30;
	}
	.all_menu::after{
		top: 50px;
		display: none;
	}
	.all_menu .menu{
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 100px;
	}
	.all_menu .menu > li{
		flex-direction: column;
		padding: 0;
	}
	.all_menu .menu > li > ul{
		width: 100%;
		flex-direction: column;
		background-color: #b65e44;
		gap: 18px 0;
		padding: 0 15px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		display: none;
	}
	/* .all_menu .menu > li > ul[style*='display: block']{
		display: flex !important;
	} */
	.all_menu .menu > li > ul > li{
		width: 100%;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	}
	.all_menu .menu > li > ul > li:last-of-type{
		border-bottom: 0;
	}
	.all_menu .menu > li > ul > li:first-of-type{
		border-top: 0;
		padding-top: 0;
	}
	.all_menu .menu > li > ul > li > a{
		padding-left: 0;
		word-break: break-all;
		font-size: 16px;
		line-height: 1.4;
		min-height: 50px;
		display: flex;
		align-items: center;
		font-weight: 500;
		padding-left: 15px;
	}
	.all_menu .menu > li > ul > li > ul{
		padding-left: 0px;
		margin-top: 0;
		padding-bottom: 10px;
	}
	.all_menu .menu > li > ul > li > ul > li {
		margin-bottom: 0;
	}
	.all_menu .menu > li > ul > li > ul > li > a{
		width: 100%;
		font-size: 15px;
		min-height: 35px;
		display: flex;
		align-items: center;
		color: #FFFFFF99;
		font-weight: 400;
		padding-left: 40px;
		position: relative;
	}
	.all_menu .menu > li > ul > li > ul > li > a:before{
		left: 25px;
		top: 17.5px;
		background-color: #FFFFFF99;
	}
	.all_menu > .layout_max{
		padding-left: 0;
		padding-right: 0;
	}
	.all_menu .menu > li > a{
		font-size: 18px;
        margin-bottom: 0px;
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		padding: 0 15px;
		font-weight: 500;
	}
	.all_menu .menu > li > a::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 14px;
		height: 8px;
		background: url(/assets/ccd01/image/mobile_arrow_white.svg) center center no-repeat;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.all_menu .menu > li > a.active::after{
		transform: translateY(-50%) rotate(180deg);
	}
	.all_menu .deco_text{
		display: none;
	}
	.all_menu .deco_img{
		display: none;
	}
}
@media screen and ( max-width: 425px ) {
	.all_menu .menu{
	}
	.all_menu::after{
		top: 50px;
	}
	.all_menu::before{
		height: 50px;
	}
	.all_menu .close_wrap{

	}
	.all_menu .menu > li > ul > li > a{

	}
	.all_menu .menu > li > ul > li > ul{

	}
}



/* sub_top_menu_start */
@media screen and ( max-width: 1200px ) {
	
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 767px) {
	.sub_top_menu_wrap{
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
		width: 100%;
		z-index: 900;
		background-color: #fff;
	}
	.sub_top_menu_wrap .inner{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		height: 70px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
	}
	.sub_top_menu_wrap .inner .left_area{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.sub_top_menu_wrap .inner .left_area .home{
		min-width: 70px;
		width: 70px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.sub_top_menu_wrap .inner .left_area .home::before{
		content: "";
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 100%;
		background-color: #EBE9E7;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle{
		position: relative;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle.depth1::before{
		content: "";
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 100%;
		background-color: #EBE9E7;
		z-index: 4;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle .current_menu{
		width: 250px;
		height: auto;
		text-align: left;
		color: #000000;
		font-size: 17px;
		font-weight: 500;
		font-family: 'Pretendard';
		padding: 16px 0 15px 25px;
		padding-left: 0;
		background-color: #fff;
		position: relative;
		z-index: 3;
		height: 48px;
		width: 100%;
        font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle .current_menu .text_in{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle .current_menu.active::after{
		transform: translateY(calc(-50% + 0px)) rotate(180deg);
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle .current_menu span{
		width: 100%;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle ul{
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 2;
		overflow-y: auto;
		background: #fff;
		box-shadow: 10px 15px 30px #0000000D;
		border-radius: 0px 0px 20px 20px;
		padding-bottom: 20px;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle ul li{
		background-color: blue;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle ul li a{
		display: block;
		color: #000000;
		font-size: 17px;
		padding: 15px 25px;
		font-weight: 500;
		background-color: #fff;
		/* letter-spacing: -0.04em; */ 
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle ul li a.active{
		text-decoration: underline;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle ul li:hover a{
		color: #C7000B;
	}
	.sub_top_menu_wrap .inner .left_area .depthstyle ul li a:focus{
		color: #C7000B;
	}
	.sub_top_menu_wrap .inner .right_area{
		display: flex;
	}
	.sub_top_menu_wrap .inner .right_area .sub_navi_btn_wrap{
		width: 70px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: transparent;
		position: relative;
	}
	.sub_top_menu_wrap .inner .right_area .sub_navi_btn_wrap:first-of-type::after{
		content: "";
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 30px;
		background-color: #EBE9E7;
		z-index: 4;
	}
	.sub_top_menu_wrap .inner .right_area .sub_navi_btn_wrap > button > img {
		width: 19px;
	}






	.sub_top_menu_wrap{
		display: flex;
	}
	.sub_top_menu_wrap .inner {
		height: 50px;
    }
    .sub_top_menu_wrap .inner .right_area{
		display: none;
    }
    .sub_top_menu_wrap .inner .left_area{
		flex: 1;
    }
    .sub_top_menu_wrap .inner .left_area .home{
		width: 50px;
        height: 50px;
		min-width: 50px;
    }
    .sub_top_menu_wrap .inner .left_area .depthstyle{
		width: calc(50% - 25px);
    }
    .sub_top_menu_wrap .inner .left_area .depthstyle ul{
		width: 100vw;
        border-radius: 0px;
    }
    .sub_top_menu_wrap .inner .left_area .depthstyle.depth1 ul{
		left: 0%;
        transform: translateX(-50px);
    }
}
@media (max-width: 425px) {
	.sub_top_menu_wrap{
		top: 0px;
	}
}
/* sub_top_menu_end */




/* 에러페이지 stat */
.noRouteWrap{
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	padding-top: 80px;
}
.noRouteWrap .text_wrap{
	text-align: center;
}
.noRouteWrap .text_wrap .big{
	letter-spacing: -1.4px;
	color: #9F9EA3;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
}
.noRouteWrap .btnWrap{
	display: flex;
	justify-content: center;
}
.noRouteWrap .btnWrap .btn-1{
	border-radius: 10px;
	background-color: #857064;
	letter-spacing: -0.64px;
	color: #FFFFFF;
	max-width: 160px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 2px;
}
.noRouteWrap .text_wrap .small{
	letter-spacing: -0.8px;
	color: #9F9EA3;
	font-size: 16px;
	font-weight: 400;
	margin-top: 25px;
	line-height: 1.7;
}
.noRouteWrap .error_img{
	display: flex;
	justify-content: center;
	display: none;
}
.noRouteWrap .error_img img{
	width: 100%;
	height: 100%;
	transform: translateY(130px);
}
@media only screen and (max-width: 767px) {
	.noRouteWrap {
		padding-top: 25px;
	}
	.noRouteWrap .error_img img{
		width: 68%;
		transform: translateY(60px);
	}
	.noRouteWrap .text_wrap .big{
		font-size: 21px;
	}
	.noRouteWrap .text_wrap .small{
		font-size: 15px;
		margin-top: 16px;
	}
	.noRouteWrap .btnWrap .btn-1{
	
		max-width: 133px;
		width: 100%;
		height: 45px;
		margin-top: 43px;
		font-size: 15px;
	}
}
/* 에러페이지 end */





.no_data_message{
	text-align: center; 
    padding: 60px 15px;
}
.no_data_message.border_b{
	border-bottom: 1px solid #E5E5E5;
}
.no_data_message.border_t{
	border-top: 1px solid #E5E5E5;
}
.no_data_message p{
	margin-top: 20px;
	font-size: 16px;
	color: #D9D9D9;
}








/* 이용약관/개인정보방침/이메일 */
.ruleContents {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
	margin-top: 50px;
}

.ruleContents .rulePart {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px dashed #d0d0d0;
}

.ruleContents .rulePart:last-child {
    border-bottom: 0px;
}

.ruleContents .rulePart h2 {
    display: block;
    font-size: 18px;
    color: #D66F50;
    margin: 0 0 10px;
}

.ruleContents .rulePart h3 {
    font-weight: bold;
    padding-left: 5px;
}

.ruleContents .rulePart p {
    display: block;
    padding-left: 0px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.email .ruleContents .rulePart p{
	margin-bottom: 10px;
}

.emailBox {
    position: relative;
    display: block;
    border: 5px solid #eee;
    padding: 20px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
}

.emailBox span {
    display: block;
    margin-top: 10px;
    color: #D66F50;
}
@media screen and (max-width:767px) {
	.ruleContents{
		margin-top: 30px;
	}
}














/* 나뉘는 폼 스타일 */

#priest_list .search_wrap{
	/* margin-top: 70px; */
}
.search_wrap{
    padding: 40px 120px;
    background-color: #F9F5F2;
    border-radius: 20px;
}
.search_wrap .search_click{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 7px 20px 9px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.9px;
    color: #fff;
    background-color: #D66F50;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
    border: 0;
	position: relative;
}
.search_wrap .search_click[type="submit"]{
	cursor: pointer;
}
.search_wrap input.input_text{
    padding: 0 14.5px 2.4px 14.5px;
    font-size: 16px;
    letter-spacing: -0.9px;
    border: none;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.search_wrap .button_wrap{
    display: flex;
    gap: 10px;
}
.search_wrap .button_wrap.radio_ver{
	display: flex;
	flex-direction: column;
}
.search_wrap .button_wrap .area{
    position: relative;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
}
.search_wrap .button_wrap .area.small{
    width: 120px;
	min-width: 120px;
}

.search_wrap .button_wrap .area.small select{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    padding: 0 15px;
    background: #fff url(/assets/ccd01/image/icon_arrow_black_bottom.svg) no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
	border-radius: 10px;
	padding-bottom: 2px;
}
.search_wrap .button_wrap .area.big{
    display: flex;
}
@media screen and ( max-width: 1300px ){
	.search_wrap{
		padding: 40px 90px;
	}
}
@media screen and ( max-width: 1024px ){
	.search_wrap{
		padding: 20px 30px;
	}
	.search_wrap .search_click{
	    padding: 7px 20px 9px;
	}
}
@media screen and ( max-width: 767px ){
	.search_wrap{
		padding: 20px;
	}
	.search_wrap .button_wrap{
		flex-direction: column;
	}
	.search_wrap .button_wrap .area.small{
		width: 100%;
	}
	.search_wrap .button_wrap .area.small select{
		width: 100%;
		min-height: 43px;
		padding-bottom: 2px;
	}
	
}







/* 폼안에 input 공통 start  */
.search_wrap input.input_text::placeholder{
    color: #8A8A88;
}
.search_wrap input.input_text::-webkit-input-placeholder{
    color: #8A8A88;
}
/* IE */
.search_wrap input.input_text:-ms-input-placeholder{
    color: #8A8A88;
}
/* Firefox */
.search_wrap input.input_text::-moz-placeholder{
    color: #8A8A88;
}
.search_wrap input.input_text:-moz-placeholder{
    color: #8A8A88;
}
/* 폼안에 input 공통 end  */










/* 공통 count start */
.board_count{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 45px;
}
.board_count .number{
	display: inline-flex;
    gap: 3px;
	font-size: 15px;
}
.board_count .number .red{
	color: #D66F50;
	font-weight: 600;
}
@media screen and ( max-width: 767px ){
	.board_count{
		margin-top: 30px;
	}
}

/* 공통 count end */






/* 250218- 링크 배너 추가 */
.link_banner {
    position: fixed;
    bottom: 20px;
    right: 12px;
    display: flex;
    flex-flow: column;
    gap: 0px;    
    z-index: 9;
}

.link_banner > * {
    border: 0px;
}

.link_banner a,
.link_banner button {
    display: flex;
    height: 96px;
    align-items: center;
}

.link_banner img {
    border-radius: 26px;
    transition: 0.3s;
}

.link_banner a,
.link_banner button {
    animation: link_answer 2s ease-in-out infinite;
}

@keyframes link_answer {
    0% { transform: translateY(0); }
    50% { transform: translateY(4px); }
    100% { transform: translateY(0); }
}
@media screen and (max-width: 767px) {
	.link_banner{
		position: fixed;
		bottom: 4px;
		right: 10px;
		display: flex;
		flex-flow: column;
		gap: 0px;
		z-index: 9;
	}
	.link_banner img{
		width: 70px;
	}
}










#request_date_tagsinput{
	padding: 0;
	border: 0;
}
#request_date_tagsinput > .tag{
	background-color: #fff;
	color: #231915;
	border: 1px solid #999;
	border-radius: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: "Noto Serif KR EN NUM", "Pretendard", "sans-serif";
}
.tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before{
	background: #d66f50 !important;
}








/* 준비 페이지 */
.full_ready{
	width: 100dvw;
	height: 100dvh;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #F9F5F2;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 4%;
}
.full_ready .img_warp{
	display: flex;
	justify-content: center;
}
.full_ready .text_wrap{
	text-align: center;
	margin-top: 60px;
}
.full_ready .text_wrap .big{
	line-height: 1.3;
	color: #855021;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -1.8px;
}
.full_ready .btnWrap{
	display: flex;
	justify-content: center;
}
.full_ready .btnWrap .btn-1{
	border-radius: 10px;
	background-color: #857064;
	letter-spacing: -0.64px;
	color: #FFFFFF;
	max-width: 160px;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 2px;
}
.full_ready .text_wrap .small{
	font-size: 20px;
	color: #605560;
	margin-top: 30px;
	line-height: 1.5;
	letter-spacing: -0.04em;
}
.full_ready .text_wrap .small .bold{
	color: #231915;
	font-weight: 700;
}
.full_ready .text_wrap .small .bold.color{
	color: #D66F50;
	font-weight: 700;
}
.full_ready .error_img{
	display: flex;
	justify-content: center;
	display: none;
}
.full_ready .error_img img{
	width: 100%;
	height: 100%;
	transform: translateY(130px);
}
.full_ready .date_wrap{
	margin-top: 65px;
	background-color: #D66F50;
	border-radius: 800px;
	font-weight: 700;
	color: #fff;
	display: flex;
    align-items: flex-end;
	padding: 0 45px;
	padding-top: 16px;
	padding-bottom: 19px;
	font-size: 24px;
}
.full_ready .date_wrap span{
	font-weight: 400;
	font-size: 20px;
	padding-right: 7px;
	padding-left: 2px;
}
@media screen and (max-width: 767px) {
	.full_ready{
		padding-left: 15px;
		padding-right: 15px;
	}
	.full_ready .img_warp{
		width: 100px;
	}
	.full_ready .img_warp img{
		width: 100%;
	}
	.full_ready .text_wrap{
		margin-top: 30px;
	}
	.full_ready .text_wrap .big{
		font-size: 24px;
	}
	.full_ready .text_wrap .small{
		font-size: 17px;
	}
	.full_ready .date_wrap{
		font-size: 15px;
		padding-left: 19px;
		padding-right: 19px;
		padding-top: 9px;
        padding-bottom: 12px;
		margin-top: 45px;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 1.3;
	}
	.full_ready .date_wrap span{
		font-size: 15px;
	}

}
@media screen and (max-width: 385px) {
	.full_ready .text_wrap .small br{
		display: none;
	}
}






#intro_welcome{

}
#intro_welcome .img_wrap{
	border-radius: 15px;	
	overflow: hidden;
}
#intro_welcome .img_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#intro_welcome .cont_wrap{

}
#intro_welcome .cont_wrap .title{
	margin-top: 60px;
	letter-spacing: -2.4px;
	color: #231915;
	font-size: 24px;
	font-weight: 700;
	font-family: "Noto Serif KR";
}
#intro_welcome .cont_wrap .box{
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}
#intro_welcome .cont_wrap .box:nth-of-type(2){
	padding-bottom: 50px;
	border-bottom: 1px dashed #E5E5E5;
}
#intro_welcome .cont_wrap .box .content{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}
#intro_welcome .cont_wrap .box .btn{
	letter-spacing: -0.64px;
	color: #676967;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 33px 13px;
	border: 1px solid #D3D2D2;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
}
#intro_welcome .cont_wrap .box .btn i{
	display: flex;
	align-items: center;
	margin-top: 2px;
}
@media screen and (max-width: 767px) {
	#intro_welcome .cont_wrap .title{
		margin-top: 35px;
		font-size: 21px;
	}
	#intro_welcome .cont_wrap .box{
		padding-top: 35px;
		gap: 35px;
	}
	#intro_welcome .cont_wrap .box:nth-of-type(2){
		padding-bottom: 35px;
	}
	#intro_welcome .cont_wrap .box .content{
		font-size: 15px;
	}
	#intro_welcome .cont_wrap .box .btn{
		font-size: 15px;
	}
}





#cana{
	
}
#cana .cont_wrap{
	display: flex;
}
#cana .cont_wrap .left_image{
	width: 360px;
}
#cana .cont_wrap .left_image .img_wrap{
	border-radius: 15px;
	position: sticky;
	top: 160px;
	left: 0;
	border-radius: 15px;
	overflow: hidden;
}
#cana .cont_wrap .right_text{
	width: calc(100% - 360px);
	padding-left: 60px;
}
#cana .cont_wrap .right_text .guide{
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #E5E5E5;
	line-height: 1.4;
}
#cana .cont_wrap .right_text .guide:last-of-type{
	border-bottom: 0;
}
#cana .cont_wrap .right_text .guide:first-of-type{
	padding-top: 0;
}
#cana .cont_wrap .right_text .guide .title{
	letter-spacing: -2.4px;
	color: #231915;
	font-size: 24px;
	font-family: "Noto Serif KR";
	padding-bottom: 35px;
	font-weight: 700;
}
#cana .cont_wrap .right_text .guide .ul_first{
	display: flex;
	flex-direction: column;
	gap: 38px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first{

}
#cana .cont_wrap .right_text .guide .ul_first .li_first .tit{
	font-size: 20px;
	font-weight: 700;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con{
	margin-top: 12px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .item{
	color: #666666;
	font-size: 16px;
	margin-top: 5px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .item strong{
	color: #231915;
	font-size: 16px;
	font-weight: 700;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .item:first-of-type{
	margin-top: 0;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .color{
	color: #D66F50;
	font-size: 15px;
	letter-spacing: -0.75px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .in_ul{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 28px;
}
#cana .cont_wrap .right_text .guide.gd03 .ul_first .li_first .con .in_ul{
	margin-top: 0;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .in_ul .in_li{

}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .in_ul .in_li .in_tit{
	font-size: 18px;
	font-weight: 700;
	color: #231915;
	margin-bottom: 10px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .in_ul .in_li .list{
	display: flex;
	flex-direction: column;
	gap: 3px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .in_ul .in_li .list .dot{
	position: relative;
	color: #666666;
	font-size: 16px;
	padding-left: 8px;
}
#cana .cont_wrap .right_text .guide .ul_first .li_first .con .in_ul .in_li .list .dot::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #666666;
	border-radius: 50%;
}
#cana .cont_wrap .right_text .guide .info{
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}
#cana .cont_wrap .right_text .guide .info a{
	color: #231915;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#cana .cont_wrap{
		flex-direction: column;
	}
	#cana .cont_wrap .right_text{
		width: 100%;
		padding-left: 0;
	}
	#cana .cont_wrap .left_image{
		width: 100%;
		padding-bottom: 35px;
	}
	#cana .cont_wrap .left_image .img_wrap{
		position: relative;
		top: 0;
		width: 50%;
	}
	#cana .cont_wrap .left_image .img_wrap img{
		width: 100%;
		height: 100%;
	}
}




/* 미사안내 */
.page_wrap.masstime{
			
}
.page_wrap.masstime .cont_wrap {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.page_wrap.masstime .cont_wrap .cont{
	padding: 30px 0;
	padding-bottom: 30px;
}
.page_wrap.masstime .cont_wrap .cont .table_title{
	/* font-family: "Noto Serif KR", sans-serif; */
	font-weight: 600;
	font-size: 27px;
	letter-spacing: -4px;
	line-height: 1.425;
	text-align: center;
	padding: 13px 0;
	padding-top: 0;
	
	font-weight: bold;
    font-size: 24px;
    letter-spacing: -2.4px;
    color: #231915;
}
.page_wrap.masstime .table_scroll {
	width: 100%;
	overflow: auto;
}
.page_wrap.masstime table.table_masstime {
	width: 100%;
	min-width: 910px;
	table-layout: auto;
}
.page_wrap.masstime table.table_masstime th,
.page_wrap.masstime table.table_masstime td {
	text-align: center;
	position: relative;
	height: 50px;
	line-height: 1.3;
	padding: 10px;
}
.page_wrap.masstime table.table_masstime th{
	border-top: 1px solid #000;
	border-right: 1px solid #E5E5E5;
}
.page_wrap.masstime table.table_masstime th.sat{
	color:#2254c0;
}
.page_wrap.masstime table.table_masstime th.sun{
	color: #ce382d;
}
.page_wrap.masstime table.table_masstime .view_move{
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.page_wrap.masstime table.table_masstime .view_move .move{
	display: flex;
	align-items: center;
	transform: translateY(1px);
}
.page_wrap.masstime table.table_masstime th:last-of-type{
	border-right: 0;
}
.page_wrap.masstime table.table_masstime td{
	border: 1px solid #E5E5E5;
}
.page_wrap.masstime table.table_masstime tbody tr td:first-of-type{
	border-left: 0;
	font-weight: 700;
}
.page_wrap.masstime table.table_masstime tbody tr td:last-of-type{
	border-right: 0;
}
.page_wrap.masstime table.table_masstime .diagonal-header {
	position: relative;
}
.page_wrap.masstime table.table_masstime .diagonal-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(27deg);
    width: 50%;
    height: 100%;
    height: 1px;
    background-color: #E5E5E5;
}
.page_wrap.masstime table.table_masstime .diagonal-header .text-top {
	position: absolute;
	top: 5px;
	right: 10px;
}
.page_wrap.masstime table.table_masstime .diagonal-header .text-bottom {
	position: absolute;
	bottom: 5px;
	left: 10px;
}
.page_wrap.masstime .ms_guide_text{
	display: flex;
	gap: 4px;
	margin-bottom: 30px;
}
.page_wrap.masstime .ms_guide_text i{
	display: inline-flex;
	align-items: flex-start;
	padding-top: 3.5px;
}
.page_wrap.masstime .ms_guide_text p {
	line-height: 1.4;
}
.page_wrap.masstime .ms_guide_text p span{
	color: #D66F50;
	text-decoration: underline;
	display: inline-block;
}
.page_wrap.masstime .type02{
	margin-top: 0;
}
.page_wrap.masstime .type02 table.table_masstime tbody tr td:first-of-type{
	font-weight: 400;
}
.page_wrap.masstime .type02 table.table_masstime{
    border-top: 1px solid #000;
}
.page_wrap.masstime .type02 table.table_masstime tr:first-of-type td{
	border-top: 0;
}
.page_wrap.masstime .type02 table.table_masstime tr td a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #044997;
}
.page_wrap.masstime .type02 table.table_masstime tr td a .quick_icon{
	display: none !important;
}
.page_wrap.masstime .type02 table.table_masstime tr:first-of-type td a i.quick_icon{
	display: flex;
	align-items: center;
	padding-top: 1px;
}
.page_wrap.masstime .type02 .table_title .en{
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 6px;
	letter-spacing: -0.01em;
}
.page_wrap.masstime .type02 .table_title .link{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #044997;
	font-size: 15px;
	letter-spacing: -0.01em;
}
.page_wrap.masstime .type02 table.table_masstime td ul li{
	text-align: left;
}
.page_wrap.masstime .type02 table.table_masstime td .dl_wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.page_wrap.masstime .type02 table.table_masstime td .dl_wrap dl{
	display: flex;
	align-items: center;
}
.page_wrap.masstime .type02 table.table_masstime td .dl_wrap dt{

}
.page_wrap.masstime .type02 table.table_masstime td .dl_wrap dd{

}