/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
초기화 CSS
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
.mon{font-family: 'Montserrat', sans-serif !important;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, input, textarea, button,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans KR',sans-serif;
}
a{cursor:pointer;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{box-sizing: border-box;}
input, button, textarea{box-shadow:none; outline:none;}
a{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}
a:hover, a:focus{text-decoration:none; color:#00c73c;}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
공통 CSS
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
ul,ol{list-style:none}
body{font-size:16px; line-height:1; color:#333}
html,body{overflow-x:hidden !important;}
.container_fix{/* width:calc(100% - 30px); */ max-width:100%; margin:0 auto; position:relative; padding:0 15px;}
.clear::before, .clear::after{content:""; display:block; clear:both;}
span.w_br{display:block;}
@media (max-width:991px){
	span.m_br{display:block;}
}
body{padding:40px;}
section{border:1px solid #cccccc;}
section .title{display:flex; width:calc(100% - 90px); margin:0 auto; border-bottom:1px solid #f0f0f0; align-items:center; justify-content:center; min-height:100px; margin-bottom:40px;}
section .title span.icon{margin-right:20px;}
section .title h1{font-size:30px; color:#222222; font-weight:500;}
section .content{width:calc(100% - 90px); margin:0 auto; padding-bottom:40px;}

@media (max-width:480px){
	body{padding:15px;}
	a.section_close_btn{width:25px; height:25px; display:block; margin-left:auto;  margin-bottom:20px; position:relative;}
	a.section_close_btn span.line{width:1px; height:26px; background:#cccccc; display:block; position:absolute; transform:rotate(-45deg); left:11px;}
	a.section_close_btn span.line:nth-child(2){transform:rotate(45deg);}

	section .title{width:calc(100% - 30px); margin-bottom:20px; min-height:auto; min-height:65px;}
	section .title span.icon{ margin-right:20px;}
	section .title span.icon img{height:32px;}
	section .title h1{font-size:22px;}
	section .content{width:calc(100% - 30px); padding:0 0 25px}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
지하철 CSS
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
section .content .subway_content{display:flex; align-items:center; justify-content:space-between;}
section .content .subway_content .text{ font-size:20px;}
section .content .subway_content .text:last-child{margin-right:0;}
section .content .subway_content .text span{color:#ac8956; margin-right:12px; display:inline-block;}

@media (max-width:480px){
	section .content .subway_content{flex-wrap:wrap; padding:0 25px;}
	section .content .subway_content .text{margin-right:0; font-size:15px; margin-bottom:25px; width:100%;}
	section .content .subway_content .text:last-child{margin-bottom:0;}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
버스 CSS
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
section .content .bus_content{}
section .content .bus_content > h5{font-size:16px; color:#ac8956; font-weight:500; margin-bottom:25px;}
section .content .bus_content ul{}
section .content .bus_content ul > li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #f0f0f0}
section .content .bus_content ul > li:last-child{border-bottom:0; margin-bottom:0; padding-bottom:0;}
section .content .bus_content ul li .bus_title{display:flex; flex-wrap: wrap; align-items:center; font-size:20px; margin-bottom:20px;}
section .content .bus_content ul li .bus_title a{color:#222222; position:relative; padding-bottom:3px; text-decoration:none; margin-right: 8px; line-height: 1.2;}
section .content .bus_content ul li .bus_title a:focus, section .content .bus_content ul li .bus_title a:active{color:#222;}
section .content .bus_content ul li .bus_title a::after{content:""; width:100%; height:1px; background:#222222; position:absolute; bottom:-3px; left:0;}
section .content .bus_content ul li .bus_title span.grey{color:#666666; }
section .content .bus_content ul li:nth-child(2) .bus_title span.grey,
section .content .bus_content ul li:nth-child(3) .bus_title span.grey{
    margin-top: 12px;
}
section .content .bus_content ul li .bus_text{display:flex; flex-wrap:wrap; font-size:16px; color:#666666; line-height:1.9;}
section .content .bus_content ul li .bus_text .left_text{width:96px;}
section .content .bus_content ul li .bus_text .right_text{width:calc(100% - 96px);}

@media (max-width:480px){
	section .content .bus_content{padding:0 15px;}
	section .content .bus_content > h5{font-size:14px; margin-bottom:15px;}
	section .content .bus_content ul > li{margin-bottom:30px; padding-bottom:30px;}
	section .content .bus_content ul li .bus_title{font-size:15px; margin-bottom:20px; white-space:nowrap;}
	section .content .bus_content ul li .bus_text{font-size:14px;}
	section .content .bus_content ul li .bus_title span.grey{margin-left:3px;}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
자가용 CSS
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
section .content .common_content{}
section .content .common_content > ul{}
section .content .common_content > ul > li{margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #f0f0f0;}
section .content .common_content > ul > li:last-child{border-bottom:0; margin-bottom:0; padding-bottom:0;}
section .content .common_content .common_title{font-size:20px; color:#222222; margin-bottom:30px;}
section .content .common_content ul li .common_text{display:flex; flex-wrap:wrap; font-size:16px; color:#666666; line-height:1.9;}
section .content .common_content ul li .common_text > .left_text{width:10px;}
section .content .common_content ul li .common_text > .right_text{width:calc(100% - 10px);}
section .content .common_content.airport_content ul li .common_text{margin-bottom:40px;}
section .content .common_content.airport_content ul li .common_text:last-child{margin-bottom:0;}
@media (max-width:480px){
	section .content .common_content{padding:0 15px;}
	section .content .common_content .common_title{font-size:16px; margin-bottom:15px;}
	section .content .common_content > ul > li{margin-bottom:30px; padding-bottom:30px;}
	section .content .common_content ul li .common_text{font-size:14px; line-height:1.8; word-break:keep-all;}
	section .content .common_content.airport_content ul li .common_text{margin-bottom:30px;}
	section .content .common_content.airport_content ul li .common_text:last-child{margin-bottom:0;}
}