@charset "UTF-8";
@import url(contents.css);

/*-------------------------------------------------
title       :서브
Create date :2022-05-16
-------------------------------------------------*/

#visual {background-color:#000; height:45rem; overflow:hidden; position:relative; width:100%; word-break:keep-all}
#visual .desc {color:#fff; padding:0 2rem; position:absolute; left:0; top:21rem; text-align:center; width:100%; z-index:1}
#visual .title {display:block; font-size:4.4rem; font-weight:700}
#visual .con {display:block; font-size:1.8rem; font-weight:300; line-height:1.4}
#visual img {position:absolute; left:50%; top:50%; max-width:inherit; min-height:auto; transform:translate(-50%,-50%); object-fit:cover}

#snb {width:100%; position:relative}
#snb .title {display:none}
#snb .list {background-color:#1e1e1e}
#snb .list > ul {height:7rem; max-width:140rem; margin:0 auto; text-align:center}
#snb .list > ul > li {display:inline-block}
#snb .list > ul > li > a {color:#fff; display:block; font-size:1.6rem; height:7rem; line-height:4.2; position:relative; padding:0 2rem; transition:all .3s}
#snb .list > ul > li.active > a {color:#0285ea}
/*3depth*/
#snb .list > ul > li ul {background-color:#f8f8f8; border-radius:0 0 0.5rem 0.5rem; padding:1.5rem 2.5rem}
#snb .list > ul > li ul li {margin:0.5rem 0; position:relative; padding-left:1.2rem}
#snb .list > ul > li ul li:before {content:''; background-color:rgba(0,0,0,0.3); border-radius:100%; width:0.4rem; height:0.4rem; position:absolute; left:0; top:1.2rem; transition:all .3s}
#snb .list > ul > li ul li a {color:#333; display:inline-block; font-size:1.4rem; position:relative; transition:all .3s}
#snb .list > ul > li ul li a:before {content:''; width:0; height:1px; background-color:rgba(0,0,0,0.8); position:absolute; left:0; bottom:-0.1rem; transition:all .3s}
#snb .list > ul > li ul li a.linkWindow:after {content:''; vertical-align:0; margin-left:0.5rem}
#snb .list > ul > li ul li.active a {font-weight:500}
#snb .list > ul > li ul li.active:before {background-color:rgba(0,0,0,0.8)}
#snb .list > ul > li ul li.active a:before {width:100%}

@media screen and (min-width:1024px){
	/*  효과*/
	#snb .list > ul > li > a:hover {color:#0285ea}
}

#contents {width:calc(100% - 4rem); max-width:140rem; margin:0 auto; outline:0; position:relative; padding-top:6rem; word-break:keep-all}
.contents_util{position:relative; margin-bottom:4rem}
.contents_util:after {content:''; display:block; width:100%; overflow:hidden}
#contents_title {font-size:4rem; font-weight:600; color:#333}
#contents_body:after {content:''; display:block; width:100%; overflow:hidden}

.util-group {position:absolute; top:1.5rem; width:100%; text-align:right; z-index:3}
.location {color:#666; display:inline-block; margin:1rem 3rem 0 0; position:relative; vertical-align:top}
.location .path {height: 2rem; white-space: nowrap; line-height: 2rem; text-align:right; overflow:hidden}
.location .path li { display: inline-block; vertical-align: top; }
.location .path li + li::before { display: inline-block; position: relative; top: 1px; font-family: "xeicon"; vertical-align: top; font-size: 1.2rem; position: relative; margin-right: 0.25rem; content: ''; }
.location .path li.icon a { display: inline-block; overflow: hidden; width: 1.5rem; height: 12rem; text-align: center; vertical-align: middle; }
.location .path li.icon a::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; content: ''; }

/*로케이션 부분 삭제*/
.nav-depth {display:none}		
.nav-depth .list {display:block; position: absolute; left: 0; top:-13.2rem; width: 100%; height: 7rem; background-color:rgba(51,153,51,1);  display: inline-block}
.nav-depth .list > li { float: left; position: relative; width:50%; height: 6.9rem; border-right: 1px solid rgba(255, 255, 255, 0.2); line-height: 6.8rem; }
.nav-depth .list > li:last-child {border-right:none}
.nav-depth .list > li + li + li {display:none}	
.nav-depth .list > li button { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative; width: 100%; height: 100%; padding: 0 4rem 0 2rem; background-color:rgba(51,153,51,1); text-align: left; color: #fff; line-height: inherit; }
.nav-depth .list > li button::after { position: absolute; top: auto; left: auto; right: auto; font-family: "xeicon"; right: 2rem; top: 0; content: ''; -webkit-transition: all 0.2s; transition: all 0.2s; }
.nav-depth .list > li ul { visibility: hidden; overflow: hidden; position: absolute; left: 0; top: 100%; width: 100%; height: 0; padding: 0 1rem; border: 1px solid #303b50; background-color: #fff; line-height: 1.5; -webkit-transition: all 0.2s; transition: all 0.2s; }
.nav-depth .list > li.active button::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.nav-depth .list > li.active ul { visibility: visible; height: auto; padding: 1rem; }
	
.contents_util .util {display:inline-block; vertical-align:top}
.contents_util .util .btn { display: inline-block; overflow: hidden; width: 4rem; height: 4rem; border-radius: 100%; border: 1px solid #ddd; color: #000; text-align: center; line-height: 4rem; vertical-align: top; -webkit-transition: all 0.2s; transition: all 0.2s; }
.contents_util .util .btn::before {display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 2rem; font-weight: 400; }
.contents_util .util .btn.print::before { content: ""; }
.contents_util .util .btn.up::before { content: ""; }
.contents_util .util .btn.down::before { content: ""; }
.contents_util .util .btn.open::before { content: ""; }
.contents_util .util .btn:hover, .contents_util .util .btn:focus { border-color: #000; background-color: #000; color: #fff; }

/*공유*/
.contents_util .util .share { display: inline-block; vertical-align: top; }
.contents_util .util .share .item { visibility: hidden; overflow: hidden; width: 0; height: 0; opacity: 0; position: absolute; top: auto; right:0; overflow: hidden; top: 100%; width:100%; margin-top: 1rem; padding:0 1rem; border: 1px solid #ddd; background-color: #fff; white-space: nowrap; }
.contents_util .util .share .item::before { position: absolute; top: auto; right:5.4rem; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: -0.3rem; width: 1rem; height: 1rem; background-color: #fff; border-top: 1px solid #ddd; border-left: 1px solid #ddd; content: ''; -webkit-transform: rotate(45deg) translateX(-50%); transform: rotate(45deg) translateX(-50%); }
.contents_util .util .share .item .list { display: block !important; }
.contents_util .util .share .item .list li {display:inline-block; padding:0.5rem 0.5rem 0 0.5rem; vertical-align:middle}
.contents_util .util .share .item a {display: block; overflow: hidden; width: 3rem; height:3.6rem; text-align: center}
.contents_util .util .share .item a::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 2rem; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.contents_util .util .share .item a:hover::before, .contents_util .util .share .item a:focus::before { -webkit-transform: scale(1.5); transform: scale(1.5); }
.contents_util .util .share .item .facebook a::before { color: #29487d; content: ""; }
.contents_util .util .share .item .twitter a::before { color: #1da1f2; content: ""; }
.contents_util .util .share .item .kakaostory a::before { color: #ffc20f; content: ""; }
.contents_util .util .share .item .kakaotalk a::before { color: #381e1f; content: ""; }
.contents_util .util .share .item .band a::before { font-size: 2rem; font-family:'Roboto'; font-weight:600; color: #21c531; content: 'b'; }
.contents_util .util .share .item .qrcode a {display:block; font-family:'Roboto'; font-weight:600; font-size:1.4rem; width:2rem; line-height: 2.4}
.contents_util .util .share .item .qrcode:hover a {color:#ff7043}
.contents_util .util .share .item .qrcode .qr {display:none; background-color:#fff; border:1px solid #ddd; padding:1rem; position:absolute; right:-0.1rem; top:4.1rem; margin-left:-1px; width:100.5%; text-align:center}
.contents_util .util .share .item .qrcode:hover .qr {display:block }
.contents_util .util .share .item .urlShare a {font-family:'Roboto'; font-weight:600; font-size:1.4rem; width:2.5rem; line-height: 2.4}
.contents_util .util .share .item .urlShare a:hover {color:#ff7043}
.contents_util .util .share.active .btn { border-color: #000; background-color: #000; color: #fff; }
.contents_util .util .share.active .item { visibility: visible; overflow: visible; width: auto; height: auto; opacity: 1; margin-top: 1.5rem; -webkit-transition: all 0.2s; transition: all 0.2s; }
@media screen and (max-width:768px){
	
	.contents_util .util .share .item::before {right:1rem}
	.contents_util .util .share .item .qrcode {display:none !important}
}


.depth4_tab ul {margin-bottom:4rem; display:flex; flex-wrap:wrap; width:100%; margin-left:1px}
.depth4_tab ul li {flex:0 1 24.8%; -webkit-flex:0 1 25%; margin-left:-1px; overflow:hidden; text-align:center; transition:all 0.2s}
.depth4_tab ul li:nth-child(4n+1) a {border-left:1px solid #ccc; margin-left:0}
.depth4_tab ul li:nth-child(n+5) a {margin-top:-1px}
.depth4_tab ul a {border:1px solid #ccc; border-radius:0.5rem; background-color:#f3f3f3; color:#666; font-size:1.5rem; display:block; height:100%; line-height:1.6; word-break:keep-all; position:relative; padding:1.2rem 1rem; transition:all 0.2s}
.depth4_tab ul a::after {position:absolute; left:0; bottom:0; width:0; height:100%; background-color:#77bc64; content:''; transition:all 0.2s; z-index:-1}
.depth4_tab ul a::before {position:absolute; left:-1px; top:-1px; width:calc(100% + 2px); height:calc(100% + 2px); border:2px solid transparent; border-radius:0.5rem; content:''; transition:all 0.2s; z-index:1}
.depth4_tab ul li:nth-child(n+5) a:after {top:0; height:calc(100% + 1px)}
.depth4_tab ul li.active a {background-color:#fff; color:#77bc64; font-weight:500}
.depth4_tab ul li.active a::before {border-color:#77bc64}
.depth4_tab ul li.active:focus::before,
.depth4_tab ul li a:focus::before {border:1px dotted #000}
@media (min-width:1024px) {
	.depth4_tab ul a:hover {border-color:#77bc64; background-color:transparent; color:#fff}
	.depth4_tab ul a:hover::after {width:100%}
}

#depth5_menu_ul {overflow:hidden; overflow-x:auto; margin:-3rem 0 5rem; padding-left:1rem; border-bottom:1px solid #ddd; white-space:nowrap}
#depth5_menu_ul li {display:inline; margin-right:1rem}
#depth5_menu_ul li.active a {font-weight:400; color:#484c58}
#depth5_menu_ul li.active a::before {width:100%}
#depth5_menu_ul a {display:inline-block; overflow:hidden; position:relative; padding:0 1rem 1.5rem; vertical-align:top}
#depth5_menu_ul a::before {position:absolute; left:0; bottom:0; width:0; height:0.3rem; background-color:#484c58; content:''; -webkit-transition:all 0.2s; transition:all 0.2s}
#depth5_menu_ul a:hover::before, #depth5_menu_ul a:focus::before {width:100%}

/*tabA*/
.depth4_tab.tabA ul li {flex: 0 1 20%; -webkit-flex: 0 1 20%}
.depth4_tab ul li:nth-child(n+5) a {margin-top:0}

.icon_tab {margin-bottom:5rem}
.icon_tab ul {display:flex; flex-wrap:wrap; width:100%}
.icon_tab ul li {border:1px solid #ddd; border-right:0; flex:0 auto; width:14.285%}
.icon_tab ul li:first-child {border-radius:0.5rem 0 0 0.5rem}
.icon_tab ul li:last-child {border-right:1px solid #ddd; border-radius:0 0.5rem 0.5rem 0}
.icon_tab ul li a {display:block; font-size:1.5rem; height:100%; line-height:1.4; padding:1.5rem 2rem; position:relative; text-align:center; word-break:keep-all}
.icon_tab ul li a:before {content:''; background-repeat:no-repeat; background-position:center; display:block; width:7rem; height:5rem; margin:0 auto 1rem; transition:all .2s}
.icon_tab ul li a:after {content:''; width:calc(100% + 2px); height:calc(100% + 2px); border:2px solid transparent; position:absolute; left:-1px; top:-1px; transition:all .2s}
.icon_tab ul li a:hover:before {animation-name:hover01; animation-duration:1s}
.icon_tab ul li a:hover:after {border-color:#60bb46}
.icon_tab ul li:first-child a:after {border-radius:0.5rem 0 0 0.5rem}
.icon_tab ul li:last-child a:after {border-radius:0 0.5rem 0.5rem 0}
.icon_tab ul li.active a:focus::after,
.icon_tab ul li a:focus::after {border:1px dotted #000}
/*active*/
.icon_tab ul li.active a {color:#60bb46; font-weight:500}
.icon_tab ul li.active a:after {border-color:#60bb46}

@media (max-width:767px) {
	.icon_tab ul li {width:25%; border-radius:0.5rem !important}
	.icon_tab ul li:nth-child(4n) {border-right:1px solid #ddd}
	.icon_tab ul li:nth-child(n+5) {border-top:0}
	.icon_tab ul li a {padding:1rem 0.5rem; font-size:1.3rem}
	.icon_tab ul li a:before {width:5rem; height:4rem; background-size:cover; margin:0 auto 0.5rem}
	.icon_tab ul li a:after {border-radius:0.5rem !important}
}

@keyframes hover01 {
	0% {transform:scale(1.1, 0.9)}
	25% {transform:scale(0.9, 1.1)}
	50% {transform:scale(1.1, 0.9)}
	75% {transform:scale(0.9, 1.2)}
	100% {transform:scale(1, 1)}
}

/*헌장 및 서약서 */
.award {padding:6rem 0; text-align:center}
.award .article{padding:1rem 5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1080px' height='100px' viewBox='0 -49.5 1080 100' enable-background='new 0 -49.5 1080 100' xml:space='preserve' %3E%3Crect y='-49.5' fill='%23f2e1c9' width='3.062' height='100'/%3E%3Crect x='1076.938' y='-49.5' fill='%23f2e1c9' width='3.063' height='100'/%3E%3Crect x='10.104' y='-49.5' fill='%23f2e1c9' width='1.531' height='100'/%3E%3Crect x='1069.896' y='-49.5' fill='%23f2e1c9' width='1.53' height='100'/%3E%3C/svg%3E"); background-repeat:repeat; background-position:center top; background-size:100%; position:relative}
.award .article:before {position:absolute; top:-4rem; left:0; width:100%; height:100%; content:''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1080px' height='180.399px' viewBox='0 0 1080 180.399' enable-background='new 0 0 1080 180.399' xml:space='preserve'%3E%3Cpath fill='%23f2e1c9' d='M1080,34.597h-1.531c-19.159,0-33.065-13.906-33.065-33.066V0H37.658v1.531 c0,18.542-15.869,33.066-36.127,33.066H0v145.803h3.062V37.631c9.745-0.341,18.89-3.932,25.897-10.199 c7.193-6.434,11.321-15.039,11.728-24.371H1042.37c0.353,9.434,3.962,18.02,10.256,24.313c6.292,6.293,14.878,9.903,24.313,10.256 v142.77H1080V34.597z'/%3E%3Cpolygon fill='%23f2e1c9' points='1071.428,9.185 10.104,9.185 10.104,180.399 11.634,180.399 11.634,10.716 1069.896,10.716 1069.896,180.399 1071.428,180.399 '/%3E%3C/svg%3E%0A"); background-size:100%; background-repeat:no-repeat; background-position:center top}
.award .article:after {position:absolute; bottom:-4rem; left:0; width:100%; height:100%; content:''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1080px' height='178.398px' viewBox='0 -100 1080 178.398' enable-background='new 0 -100 1080 178.398' xml:space='preserve'%3E%3Cpath fill='%23f2e1c9' d='M1076.938-100V37.406c-19.488,0.831-35.128,17.488-35.358,37.932H40.035 c-0.028-0.033-0.057-0.065-0.085-0.097c-0.145-9.883-4.148-19.258-11.311-26.452c-6.957-6.99-15.99-10.998-25.578-11.386V-100H0 V40.436h1.531c19.168,0,35.362,16.193,35.362,35.361c0,0.629,0.348,1.013,0.628,1.321c0.035,0.039,0.084,0.093,0.131,0.146 l-0.003,1.134h1007.763l-0.005-1.534c-0.002-0.682-0.393-1.196-0.766-1.618c0.282-19.245,15.35-34.812,33.826-34.812H1080V-100 H1076.938z'/%3E%3Cpolygon fill='%23f2e1c9' points='1069.896,-100 1069.896,66.153 11.634,66.153 11.634,-100 10.104,-100 10.104,67.684 1071.428,67.684 1071.428,-100 '/%3E%3C/svg%3E%0A"); background-size:100%; background-repeat:no-repeat; background-position:center bottom}

.award .article mark {background:none; font-weight:500; text-decoration:underline} 
.award .article small {color:#666; display:block; font-size:1.3rem; line-height:1.6; margin:1rem 0 1.5rem}
.award .article .head strong {color:#493315; display:inline-block; font-size:3rem; line-height:normal; position:relative; padding:3rem; word-break:keep-all}
.award .article .head strong:before {content:''; background:url('/kor/img/sub/ethics-left.png') no-repeat left top; background-size:auto; display:inline-block; width:7rem; height:10.5rem; position:absolute; left:-8rem; top:0}
.award .article .head strong:after {content:''; background:url('/kor/img/sub/ethics-right.png') no-repeat right top; background-size:auto; display:inline-block; width:7rem; height:10.5rem; position:absolute; right:-8rem; top:0}
.award .article .head p {margin:3.5rem 0; word-break:keep-all}
.award .article .body {background-color:#fcf9f4; border-radius:1rem; font-size:1.4rem; padding:1rem 3rem; text-align:left}
.award .article .body ul li {border-bottom:1px dashed #e9e9e9; padding:1.5rem 0; word-break:keep-all}
.award .article .body ul li:last-child {border-bottom:0}
.award .article .foot {margin-top:3rem}


@media (max-width:1280px){
	
	.award .article .head strong {background-size:contain}
	
}

@media (max-width:767px){
	
	.award {padding:0}
	.award .article {padding:1rem 2rem}
	.award .article .head strong {font-size:2rem; padding:3.5rem 0 3rem; min-width: auto;}
	.award .article:before {top:-1rem}
	.award .article:after {bottom:-1rem}
	.award .article .head strong:before {top:2rem; background-size:60%}
	.award .article .head strong:after {top:2rem; background-size:60%}
}

/*-------------------------------------------------
title       : 교통관련
---------------------------------------------------*/
/*버스 노선*/
.Way ul li {position:relative; padding-left:7rem}
.Way .route {border-radius:.3rem; color:#fff; display:inline-block; font-size:1.4rem; padding:.1rem 1rem;  margin-right:1rem; position:absolute; left:0}
.Way .red {background-color:#f44336}
.Way .blue {background-color:#2061e5}
.Way .green {background-color:#3ea500}

.traffic .flex-box i {color:#444; background:none; display:inline-block; width:auto; height:auto; float:right; font-size:3rem; padding:0; margin:0}
.traffic .flex-box > * > *:nth-of-type(3n+1) {flex: 1 1 auto}
.traffic .flex-box > * > * {width:calc(50% - 2rem); text-align:left; padding:3rem}
.traffic .flex-box h3 {border-bottom:1px solid #eee; padding-bottom:2rem; margin-bottom:2rem}
.traffic .p-box {font-size:1.4rem}
.traffic .p-box i {font-size:1.4rem; float:none}

@media (max-width:767px){
	.traffic .flex-box > * > * {width:100%}
}
