/*서브-상단비주얼 */
#svisual {
	width: 100%;
	height: 550px;
	background: url(../img/sub/s_top01.jpg) no-repeat center/cover;
	margin: 0px auto;
	text-align: center;
}

#svisual .s_text {
	position: relative;
	top: 60%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
}

#svisual .s_text h3 {
	font-size: 40px;
	font-weight: 700;
	position: relative;
}

#svisual .s_text h3 p {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1.2em;
}

#svisual .s_text h3 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	opacity: 0.5;
}

#svisual .s_text span {
	display: block;
	font-size: 2em;
}

@media (max-width:1400px) {
	#svisual .s_text {
		max-width: 90%;
	}
}

@media (max-width:1024px) {
	#svisual {
		height: 300px;
	}

	#svisual .s_text {
		max-width: 96%;
	}

	#svisual .s_text {
		text-align: center;
	}

	#svisual .s_text h3 {
		font-size: 35px;
	}

	#svisual .s_text p,
	#svisual .s_text span {
		/*		display: none !important;*/
	}
}

@media (max-width: 768px) {
	#svisual {
		height: 230px;
	}

	#svisual .s_text {
		top: 45%;
	}

	#svisual .s_text h3 {
		font-size: 30px;
	}

	#svisual .s_text h3 p {
		font-size: 20px;
	}

	#svisual .s_text h3 span {
		font-size: 12px;
	}
}

@media (max-width: 550px) {
	#svisual {
		height: 200px;
		background-size: cover;
		background-position: left;
	}

	#svisual .s_text h3 p {
		font-size: 14px;
	}
}

/* 준비중페이지 */
#ready {
	text-align: center;
	background: url(../img/common/ready.png) no-repeat 50% 0;
	margin: 80px 0;
	padding-top: 130px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #333;
}

#ready strong {
	color: #FC3;
}

#ready p {
	font-size: 0.8em;
	color: #666;
}

.ready {
	text-align: center;
}




.area_cont {
	margin-bottom: 13px;
}

/***인사말***/
.ctt_company01 {
	width: 80%;
}

.ctt_company01 .title {
	font-size: 1.5em;
	line-height: 1.8em;
	padding: 20px;
	font-weight: 600;
}

.ctt_company01 .title strong {
	font-size: 1.5em;
	font-weight: 600;
	color: #063e7e;
}

.ctt_company01 .greet {
	padding: 20px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #1a1a1a;
	margin-bottom: 50px;
}

.ctt_company01 .result dl {
	background: #eee;
	font-size: 1.2em;
	padding: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ctt_company01 .result dl:after {
	content: "";
	display: block;
	clear: both;
}

.ctt_company01 .result dt {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
}

.ctt_company01 .result dd {
	line-height: 1.5em;
	float: left;
	width: 50%;
	padding: 5px;
}

.ctt_company01 .result dd:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333;
	margin-bottom: 5px;
	margin-right: 10px;
}

.ctt_company01 .dl_basic {
	font-size: 20px;
}

.ctt_company01 .dl_basic:after {
	content: "";
	display: block;
	clear: both;
}

.ctt_company01 .dl_basic dl {
	text-align: center;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0 -1px;
	padding: 15px;
}

.ctt_company01 .dl_basic dd {
	font-size: 0.8em;
}

@media (max-width:1024px) {
	.ctt_company01 {
		width: 96%;
	}

	.ctt_company01 {
		font-size: 0.9em;
	}

	.ctt_company01 .title {
		padding: 20px 10px;
		font-size: 1.3em;
	}

	.ctt_company01 .greet {
		padding: 20px 10px;
	}

	.ctt_company01 .result dd {
		float: none;
		width: 100%;
	}

	.ctt_company01 .dl_basic dl {
		float: none;
		margin: 2px 0;
		width: 100%;
	}
}

/***연혁***/
.ctt_company02 {
	text-align: center;
	font-size: 1.2em;
}

.ctt_company02 #conts {
	background: #fff;
	text-align: left;
}

.ctt_company02 #conts:after {
	content: "";
	display: block;
	clear: both;
}

.ctt_company02 .cont_img img {
	width: 500px;
}

.ctt_company02 .cont_img,
.ctt_company02 .cont_txt {
	display: inline-block;
	vertical-align: bottom;
}

.ctt_company02 .cont_img h4 {
	font-size: 2em;
	padding: 40px;
}

.ctt_company02 .cont_img h4 span {
	opacity: 0.5;
	font-size: 0.5em;
}

.ctt_company02 dl {
	display: block;
	vertical-align: top;
	text-align: left;
	padding: 15px 15px 40px 15px;
	border-left: 1px dotted rgba(0, 0, 0, 0.1)
}

.ctt_company02 dl dt:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin-left: -23px;
	background: #063e7e;
	border-radius: 50%;
	border: 3px solid #fff;
}

.ctt_company02 dl dt {
	font-size: 1.8em;
	margin-bottom: 15px;
	color: #063e7e;
	font-weight: 700
}

.ctt_company02 dl p {
	display: inline-block;
	font-weight: 700;
	margin-right: 10px;
}

.ctt_company02 dl span {
	color: #1a1a1a;
}

@media (max-width:1024px) {
	.ctt_company02 {
		text-align: left;
		font-size: 1.1em;
	}

	.ctt_company02 #conts {
		background: none;
	}

	.ctt_company02 .cont_img {
		display: none;
	}

	.ctt_company02 dl p {
		margin-right: 5px;
	}

	.ctt_company02 dl {
		margin-bottom: 0px;
		padding-bottom: 15px;
	}

}

/***비전***/
.ctt_company03 h3 {
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.ctt_company03 h3 span {
	display: block;
	margin-top: 5px;
	font-size: 0.7em;
	color: #ddd;
}

.ctt_company03 h4 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.5em;
}

.ctt_company03 .area_cont {
	background-color: #fff;
	padding: 50px 20px;
}

.ctt_company03 .bm {
	background-image: url(../img/sub/vision_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 500px;
	position: relative;
}

.ctt_company03 .bm .right {
	position: absolute;
	left: 70%;
	top: 10px;
}

.ctt_company03 .bm .left {
	position: absolute;
	text-align: right;
	top: 40px;
	left: auto;
	right: 70%
}

.ctt_company03 .bm dl {
	margin: 75px 0;
	position: relative;
}

.ctt_company03 .bm dt {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.ctt_company03 .bm dt p {
	font-size: 1.2em;
	font-weight: 700;
	display: inline-block;
	color: #063e7e;
}

.ctt_company03 .bm dt svg {
	content: "";
	display: block;
	padding: 15px;
	width: 100px;
	height: 100px;
	background: #063e7e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.ctt_company03 .bm .right dt svg {
	left: -120px;
}

.ctt_company03 .bm .left dt svg {
	right: -120px;
}

.ctt_company03 .pm {
	text-align: center;
}

.ctt_company03 .pm ul {
	margin-bottom: 30px;
	position: relative;
}

.ctt_company03 .pm li {
	display: inline-block;
	vertical-align: middle;
	opacity: 0.95;
}

.ctt_company03 .pm li svg {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	color: #fff;
	background: #063e7e;
	padding: 30px;
}

.ctt_company03 .pm li:last-child svg {
	background: #1c9b76;
}

.ctt_company03 .pm li.plus {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	background: #333;
	font-size: 2em;
	text-align: center;
	font-size: 3em;
	line-height: 30px;
	padding: 15px;
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.ctt_company03 .pm dl {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	text-align: left;
	width: 18%;
	border: 1px solid #ddd;
}

.ctt_company03 .pm dt {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 5px;
	color: #063e7e;
	border-bottom: 2px solid #063e7e;
}

@media (max-width:1024px) {
	.ctt_company03 {
		overflow: hidden;
	}

	.ctt_company03 .bm {
		height: auto;
	}

	.ctt_company03 .bm .right,
	.ctt_company03 .bm .left {
		position: relative;
		left: 100px;
		text-align: left;
	}

	.ctt_company03 .bm dt svg {
		right: auto;
		left: -100px !important;
		width: 80px;
		height: 80px;
	}

	.ctt_company03 .bm dl {
		margin: 25px 0;
	}

	.ctt_company03 .pm dl {
		width: 100%;
		margin: 1px 0;
	}

	.ctt_company03 .pm li svg {
		width: 100px;
		height: 100px;
	}
}

.area_table {
	margin: 70px 0 0;
}

.area_table table {
	background: #fff;
	border-top: 2px solid #eee;
}

.area_table .table > thead > tr > th {
	text-align: center;
}

.area_table .table > thead > tr > th p {
	text-align: center;
	font-size: 1.2em;
	margin: 10px auto;
}

.area_table .table > tbody > tr > td {
	padding: 20px 30px;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
}

.area_table .table > tbody > tr > th {
	padding: 20px;
	background: #192448;
	border-top: 1px solid #2d3a63 !important;
	color: #222;
	border-right: 1px solid #eee;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}

.area_table .table > tbody > tr > td p {
	line-height: 2em;
}

.area_table .table > tbody > tr > td,
.area_table .table > tbody > tr > th,
.area_table .table > tfoot > tr > td,
.area_table .table > tfoot > tr > th,
.area_table .table > thead > tr > td,
.area_table .table > thead > tr > th {
	border-top: 1px solid #eee;
}

.area_table .table > tbody > tr:last-child {
	border-bottom: 1px solid #eee;
}

@media (max-width:1024px) {
	.area_table {
		margin: 50px 0 0;
		font-size: 0.9em;
	}

	.area_table .table > tbody > tr > th {
		padding: 5px;
		font-size: 13px;
	}

	.area_table .table > tbody > tr > td {
		padding: 5px;
		font-size: 12px;
	}

	.area_table table img {
		width: auto;
		height: 110px;
	}
}

.ctt_company03 .fp2 {
	text-align: center;
	font-size: 1.1em;
	position: relative;
	width: 80%;
	margin: 50px auto;
}

.ctt_company03 .fp2 dl {
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
}

.ctt_company03 .fp2 dl:nth-child(1) {
	margin-top: 0;
	width: 100%;
}

.ctt_company03 .fp2 dl:nth-child(2) {
	width: 70%;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 2;
}

.ctt_company03 .fp2 dl:nth-child(3) {
	width: 35%;
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 3
}

.ctt_company03 .fp2 dt {
	font-size: 1.5em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#063e7e+1,1c9b76+100 */
	background: #063e7e;
	/* Old browsers */
	background: -moz-linear-gradient(left, #063e7e 0%, #1c9b76 60%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #063e7e 0%, #1c9b76 60%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #063e7e 0%, #1c9b76 60%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063e7e', endColorstr='#1c9b76', GradientType=1);
	/* IE6-9 */
	color: #fff;
	padding: 20px;
	border: 1px solid #333;
	border-right: 0;
	margin: -1px;
	margin-right: -2px;
	z-index: 2;
}

.ctt_company03 .fp2 dt:before {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: #1c9b76;
	transform: rotate(45deg);
	position: absolute;
	right: -27px;
	top: 10px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	z-index: 1;
}

.ctt_company03 .fp2 dd {
	padding: 20px;
	line-height: 1.8em;
	min-height: 200px;
}

.ctt_company03 .fp2 dd p {
	font-size: 1.2e, ;
	font-weight: 600;
}

.ctt_company03 .fp2 dd span {
	display: block;
}

@media (max-width:1024px) {
	.ctt_company03 .fp2 dl {
		width: 100% !important;
		position: relative !important;
	}

	.ctt_company03 .fp2 {
		padding: 0;
		width: 100%;
	}

	.ctt_company03 .fp2 dd {
		min-height: auto;
	}

	.ctt_company03 .fp2 dt:before {
		display: none;
	}

	.ctt_company03 .fp2 dt {
		font-size: 1.2em;
		border-right: 1px solid #333;
	}
}

.pro .area_cont:before {
	content: "";
	display: block;
	clear: both;
}

.pro .area_table {
	width: 48%;
	margin: 1%;
	float: left;
}

.pro .area_table:nth-child(odd) {
	clear: both;
}

@media (max-width:1024px) {
	.pro .area_table {
		width: 100%;
	}
}

/**지사현황**/
.ctt_branch {
	text-align: center;
}

.ctt_branch h4 {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #063e7e;
	padding: 5px 0;
	border-radius: 50px;
}

.ctt_branch .conts_link a {
	display: inline-block;
	text-align: center;
	padding: 25px;
	border: 1px solid #eee;
	background: #fff;
}

.ctt_branch .conts_link a p {
	font-size: 1.2em;
}

.ctt_branch dl {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.ctt_branch dl img {
	height: 160px;
	margin-bottom: 5px;
}

.ctt_branch dt {
	font-size: 1.2em;
	font-weight: 600;
	margin: 30px 0 10px 0;
	background: #063e7e;
	color: #fff;
	padding: 5px 15px;
}

.ctt_branch li {
	display: inline-block;
}

.ctt_branch li p {
	margin-bottom: 10px;
	font-weight: 600;
}

.ctt_branch .conts_link .main_img {
	width: 49.5%;
	float: left;
}

.ctt_branch .conts_link .main_img img {
	width: 100%;
	height: auto;
}

@media (max-width:1024px) {
	.ctt_branch dl img {
		height: 80px;
	}
}



/**부여관광**/
.ctt_branch02 {
	text-align: center;
}

.ctt_branch02 h4 {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #063e7e;
	padding: 5px 0;
	border-radius: 50px;
}

.ctt_branch02 .conts_link a {
	display: inline-block;
	text-align: center;
	padding: 25px;
	border: 1px solid #eee;
	background: #fff;
}

.ctt_branch02 .conts_link a p {
	font-size: 1.2em;
}

.ctt_branch02 dl {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}

.ctt_branch02 dl img {
	height: 160px;
	margin-bottom: 5px;
}

.ctt_branch02 dt {
	font-size: 1.2em;
	font-weight: 600;
	margin: 30px 0 10px 0;
	background: #063e7e;
	color: #fff;
	padding: 5px 15px;
}

.ctt_branch02 li {
	display: inline-block;
}

.ctt_branch02 li p {
	margin-bottom: 10px;
	font-weight: 600;
}

.ctt_branch02 .conts_link .main_img {
	overflow: hidden;
}

.ctt_branch02 .conts_link .main_img li {
	width: 49.5%;
	display: inline-block;
}

.ctt_branch02 .conts_link .main_img li img {
	width: 100%;
	height: auto;
}

.ctt_branch02 .conts_link .tit {
	font-size: 1.2em;
	margin: 20px 0;
	font-weight: 500;
	color: #063e7e;
}

.ctt_branch02 .conts_link p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

@media (max-width:1024px) {
	.ctt_branch02 dl img {
		height: 80px;
	}

	.ctt_branch02 .conts_link .main_img li {
		width: 100%;
	}
}



/**카티브**/
.ctt_branch03 {
	text-align: center;
}

.ctt_branch03 h4 {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #063e7e;
	padding: 5px 0;
	border-radius: 50px;
}

.ctt_branch03 .conts_link a {
	display: inline-block;
	text-align: center;
	padding: 25px;
	border: 1px solid #eee;
	background: #fff;
}

.ctt_branch03 .conts_link a p {
	font-size: 1.2em;
}

.ctt_branch03 dl {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}

.ctt_branch03 dl img {
	height: 160px;
	margin-bottom: 5px;
}

.ctt_branch03 dt {
	font-size: 1.2em;
	font-weight: 600;
	margin: 30px 0 10px 0;
	background: #063e7e;
	color: #fff;
	padding: 5px 15px;
}

.ctt_branch03 li {
	display: inline-block;
}

.ctt_branch03 li p {
	margin-bottom: 10px;
	font-weight: 600;
}

.ctt_branch03 .conts_link .main_img li {
	width: 49.5%;
	display: inline-block;
}

.ctt_branch03 .conts_link .main_img li img {
	width: 100%;
	height: auto;
}

@media (max-width:1024px) {
	.ctt_branch03 dl img {
		height: 80px;
	}

	.ctt_branch03 .conts_link .main_img li {
		width: 100%;
	}
}


#conts:after {
	content: "";
	display: block;
	clear: both;
}

.ctt_pro03 .area_cont {
	width: 48%;
	margin: 1%;
	float: left;
}

.ctt_pro03 .area_cont .mil_img {
	text-align: center;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.ctt_pro03 .area_cont .mil_img p img {
	height: 140px;
}

.ctt_pro03 .area_cont .mil_img li {
	display: inline-block;
	width: 45%;
	margin: 0 -10px;
}

.ctt_pro03 .area_cont .mil_img li img {
	width: 100%;
}

.ctt_pro03 .area_cont .mil_txt {
	text-align: center;
	font-size: 1.1em;
}

.ctt_pro03 .area_cont .mil_txt dt {
	font-size: 1.2em;
	margin-bottom: 5px;
}

@media (max-width:1024px) {
	.ctt_pro03 .area_cont {
		float: none;
		width: 100%;
		margin: 2% 0;
	}
}


#menu01 .slide_wrap .slick-slide {
	margin: 0 10px;
}

#menu01 .text_wrap {
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
}

#menu01 .text_wrap dl {
	width: calc((100% / 3) - 13.4px);
	margin: 0 20px 30px 0;
	padding: 15px 30px;
	border-right: 1px solid #eee;
}

#menu01 .text_wrap dl:nth-child(3n) {
	margin-right: 0;
	border-right: 0;
}

#menu01 .text_wrap dt {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #00af9a;
}

#menu01 .text_wrap dd {
	font-size: 14px;
	line-height: 1.5em;
	color: #aaa;
}

#menu01 .text_wrap dd img{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
}


@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


#menu01 .blogtext {font-size:1.8em; font-family: 'TTTtangsbudaejjigaeB';}
#menu01 .blogtext .button {font-size:0.86em; font-weight:400; padding:13px 20px 10px; margin-top:14px; background-color:#009933; color:#fff; display:inline-block; border-radius:6px; position:relative}

@media (max-width:768px) {
#menu01 .blogtext {font-size:1.3em;}
}



@media (max-width:768px) {
	#menu01 .text_wrap {
		margin: 0;
	}

	#menu01 .text_wrap dl,
	#menu01 .text_wrap dl:nth-child(3n) {
		width: 100%;
		margin: 0;
		border-right: 0;
		border-bottom: 1px solid #eee;
		padding: 20px;
	}

	#menu01 .text_wrap dl:last-child {
		border-bottom: 0;
	}

	#menu01 .text_wrap dt {
		font-size: 16px;
		margin: 0 0 5px;
	}

	#menu01 .text_wrap dd {
		font-size: 12px;
	}

	#menu01 .slide_wrap .slick-slide {
		margin: 0 5px;
	}
}

.map {
	margin: 0 0 80px;
}

.map dl {
	border-bottom: 1px dotted #ccc;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.map dl:first-of-type {
	margin: 30px 0 0;
}

.map dt {
	width: 300px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.map dd {
	width: calc(100% - 300px);
	font-weight: 400;
	color: #999;
	padding: 10px 20px;
}

.root {
	margin: 0 0 80px;
}

.root h1 {
	font-size: 20px;
	font-weight: 600;
}

.root table {
	width: 100%;
	margin: 30px 0 0;
	border: 1px solid #eee;
	min-width: 700px;
}

.root th {
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	background: #eef5f4;
	width: 300px;
	color: #00ac98;
}

.root .taxi th{
	border-bottom: 1px solid #00ac982b;
}

.root td {
	font-size: 16px;
	line-height: 1.5em;
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.root .bus_timetable td {
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	border-right: 1px solid #eee;
	/*	color: #777;*/
}

.root .bus_timetable:first-child td {
	color: #333;
}

.root .bus_timetable:nth-child(2n-1) td {
	background: #f9f9f9;
}

.root .bus_timetable:last-child td {
	border-bottom: 0;
}

.root .bus_timetable td:last-child {
	border-right: 0;
}

.root .taxi {
	height: 150px;
}
.t_red{
	color: red;
}

@media(max-width:1200px) {
	.table_scroll {
		overflow-x: scroll;
	}

	.root table {
		white-space: nowrap;
	}

	.root h1::after {
		content: '← 옆으로 스크롤하세요 →';
		display: block;
		position: relative;
		font-size: 12px;
		color: #999;
		font-weight: 300;
		margin: 10px 20px 0;
	}
}

@media(max-width:768px) {
	.map {
		margin: 0 0 50px;
	}

	.map dl {
		font-size: 14px;
		word-break: keep-all;
	}

	.map dl:first-of-type {
		margin: 10px 0 0;
	}

	.map dt {
		width: 30%;
	}

	.map dd {
		width: 70%;
		padding: 10px 15px;
	}

	.root h1 {
		font-size: 16px;
	}

	.root th {
		width: 25%;
		font-size: 16px;
	}

	.root td {
		font-size: 14px;
		padding: 15px;
	}

	.root .taxi {
		height: 100px;
	}
}




.add_con {
	margin-top: 20px;
}

.add_con .bx {
	margin-top: 50px;
}

.add_con .bx .title {
	font-size: 1.6em;
	font-weight: 600;
	border-bottom: 3px solid #00ac98;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.add_con .bx .how {}

.add_con .bx .how li {
	float: left;
	padding: 20px;
	margin-right: 15px;
	width: calc(33.333% - 10px);
	text-align: center;
	height: 200px;
	background: #f5f5f5;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.add_con .bx .how li:last-child {
	margin-right: 0;
}

.add_con .bx .how li > svg,
.add_con .bx .how li > i > img {
	/*	font-size: 2em;*/
	height: 50px;
}

.add_con .bx .how li h3 {
	font-size: 1.35em;
	margin: 20px 0;
}

.add_con .bx .how li .con strong {
	font-size: 1.2em;
	color: #00ac98;
}

.add_con .bx .how li .con a {
	display: inline-block;
	color: #fff;
	text-align: center;
}

.add_con .bx .how li .con a.go {
	padding: 6px 20px;
	border-radius: 20px;
	background: #00ac98;
}

.add_con .bx .how li .con a.kakao {
	padding: 5px 20px;
	color: #422d02;
	background: #f3a606;
	border-radius: 30px;
	overflow: hidden;
	font-weight: 600;
}

.add_con .bx .how li .con img {
	width: 220px;
	height: auto;
}

.add_con .bx p {
	font-size: 1.2em;
	line-height: 1.8em;
}

.add_con .bx h4 {
	font-size: 1.25em;
	margin: 20px 0;
}

.add_con .bx .provision {
	display: inline-block;
	padding: 0px 13px;
	border: 1px solid #ddd;
	font-size: 0.72em;
	margin-left: 15px;
	border-radius: 20px;
}

.add_con .bx .point {}

.add_con .bx .point li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}

.add_con .bx .point li:before {
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	background: #F90;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.add_con .bx .bank {
	margin-top: 20px;
	color: #000;
	font-weight: 500;
	font-size: 1.15em;
}

.add_con .bx .bank span {
	display: inline-block;
	padding: 5px 20px;
	background: #00ac98;
	color: #fff;
	text-align: center;
	font-size: 1em;
	margin-right: 10px;
	border-radius: 20px;
}

@media (max-width:1200px) {
	.add_con {
		margin-top: 10px;
	}

	.add_con .bx {
		margin-top: 20px;
	}

	.add_con .bx .title {
		font-size: 1.25em;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}

	.add_con .bx .how li {
		padding: 10px;
		margin-right: 0;
		width: 100%;
		min-height: inherit;
		margin-bottom: 10px;
	}

	.add_con .bx .how li .fa-calendar-edit,
	.fa-headphones-alt,
	.fa-calendar-edit {
		font-size: 1.5em;
	}

	.add_con .bx .how li h3 {
		font-size: 1.13em;
		margin: 10px 0 10px 0;
	}

	.add_con .bx .how li .con strong {
		font-size: 1.02em;
	}

	.add_con .bx .how li .con img {
		width: 150px;
		height: auto;
	}

	.add_con .bx p {
		font-size: 1.05em;
		line-height: 1.6em;
	}

	.add_con .bx h4 {
		font-size: 1.1em;
		margin: 10px 0;
		line-height: 1.4em;
	}

	.add_con .bx .provision {
		margin-left: 0;
		margin-top: 5px;
	}

	.add_con .bx .point li {
		margin-bottom: 5px;
		font-size: 0.9em;
	}

	.add_con .bx .bank {
		margin-top: 15px;
		font-size: 1em;
		text-align: center;
	}

	.add_con .bx .bank span {
		padding: 4px 6px;
		font-size: 0.92em;
		margin-right: 5px;
		display: block;
	}
}

.comming_soon {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin: 50px 0;
	color: #999;
}

@media(max-width:768px) {
	.comming_soon {
		font-size: 14px;
	}
}




.program {}

.program .step {}

.program .step .title {
	font-size: 1.4em;
	letter-spacing: -1.0px;
	text-align: center;
	display: inline-block;
	padding: 10px 50px;
	color: #fff;
	background: #00ac98;
	border-radius: 30px;
}

.program .step .title.up {
	margin-top: 50px;
}

.program .step .tb {
	margin-bottom: 60px;
}

.program .step .tb .stitle {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 20px 0;
}

.program .step .tb .fa-clipboard-check {
	font-size: 1.25em;
}

.program .step .tb .fa-receipt {
	font-size: 1.25em;
}

.program .step .tb .con {
	margin-top: 20px;
}

.program .step .tb .con li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 1.1em;
}

.program .step .tb .con li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ccc;
}

.program .step .tb .con li:last-child:before {
	display: none;
}

.program .step .tb .con li:last-child {
	color: #F60;
}

.program .step .tb .bank {
	font-size: 1.2em;
	color: #000;
	font-weight: 600;
	margin: 30px 0 0;
	line-height: 2em;
}

.program .step .tb .bank strong {
	background: #f3a606;
	padding: 5px 20px;
	border-radius: 20px;
	color: #333;
	margin-right: 5px;
	font-size: 0.9em;
	font-weight: 400;
}

.line{
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 0 15px;
	display: inline-block;
}

.program .step .tb .bank p{
	padding-left: 110px;
}

@media (max-width:550px){
	.line{
		display: none;
	}
	.program .step .tb .bank p{
		padding-left: 70px;
		display: block;
	}
}

/* table */
.responsive-table {
	overflow-x: auto;
	overflow-y: hidden
}

.responsive-table .table {
	min-width: 700px;
}

.eo_table {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
	line-height: 1.5em;
	margin: 30px 0 0;
}

.eo_table.lesson {
}

.eo_table caption {
	display: none
}

.eo_table th,
.eo_table td {
	padding: 12px 20px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 1.1em;
	line-height: 1.6em;
}

.eo_table th {
	background: #eef5f4;
	color: #00ac98;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
}
.eo_table th.allday{
	background: #fbf8f3;
	color: #444;
}

.eo_table th span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.eo_table td.t {
	background: #f9f9f9;
	color: #009be0;
	font-weight: 500;
}

.eo_table th:first-child,
.eo_table td:first-child {
	border-left: none
}

.eo_table th:last-child,
.eo_table td:last-child {
	border-right: none
}

.eo_table.lesson th:first-child,
.eo_table.lesson td:first-child {
	border-left: 1px solid #eee
}

.eo_table.lesson th:last-child,
.eo_table.lesson td:last-child {
	border-right: 1px solid #eee
}

.eo_table td li {
	list-style: disc;
	margin-left: 30px;
}

.day td {
	padding: 20px;
}

.day .date {
	background: #39C;
	color: #fff;
	font-size: 1.22em;
}

.day .date strong {
	margin-right: 30px;
}

.day .time {
	background: #F7F7F7;
	font-size: 1.17em;
}

.day .time span {
	margin-right: 30px;
}

@media (max-width: 1200px) {

	.eo_table th,
	.eo_table td {
		font-size: 0.9em;
		padding: 8px;
	}

	.eo_table td li {
		margin-left: 20px;
	}

	.program .step .title {
		font-size: 1.16em;
		letter-spacing: -1px;
		padding: 7px 20px;
	}

	.program .step .title.up {
		margin-top: 20px;
	}

	.program .step .tb {
		margin-bottom: 20px;
	}

	.program .step .tb .stitle {
		font-size: 1.12em;
		padding: 12px 0;
		line-height: 1.4em;
	}

	.day td {
		padding: 10px;
	}

	.day .date {
		font-size: 1.05em;
	}

	.day .date strong {
		margin-right: 10px;
	}

	.day .time {
		font-size: 1em;
	}

	.day .time span {
		margin-right: 10px;
	}

	.program .step .tb .con li {
		font-size: 1em;
		margin-bottom: 6px;
	}

	.program .step .tb .con li:before {
		top: 10px;
	}

	.program .step .tb .bank {
		font-size: 0.9em;
	}

	.program .step .tb .bank strong {
		padding: 3px 8px;
		margin-right: 3px;
	}
}

#menu03 table{
	width: 100%;
	border: 1px solid #eee;
	font-size: 16px;
}
#menu03 table th{
	width: 300px;
	background: #eef5f4;
    color: #00ac98;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
	vertical-align: middle;
}
#menu03 table td{
	padding: 12px 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    line-height: 1.6em;
}
#menu03 .img_wrap{
	margin: 50px 0 0;
	display: flex;
	background: #f5f5f5;
	padding: 30px;
}
#menu03 .img_wrap img{
	width: calc(33% - 15px);
	height: auto;
	object-fit: cover;
	margin: 0 30px 0 0;
}
#menu03 .img_wrap img:last-child{
	margin: 0;
}



@media (max-width:900px){
	#menu03 table{
		font-size: 14px;
	}
	#menu03 table th{
		width: 120px;
	}
	#menu03 .img_wrap {
		margin: 30px 0 0;
		padding: 20px;
		flex-direction: column;
	}
	#menu03 .img_wrap img{
		width: 100%;
		height: 440px;
		margin: 0 0 20px;
	}
}

#view_7 .td_content > p{
	font-size: 14px !important;
	font-weight: 500 !important;
	
}