@charset "utf-8";

/*btn*/
a.btn{padding:10px 15px; border-radius: 5px; line-height:1; transition: all .3s ease;}
a.btn:hover{transition:all .3s ease;}
.btn.mint{background:#56bcbf; color:#fff;}
.btn.mint:hover{background:#17808a;}
.btn.gray{background:#999; color:#fff;}
.btn.gray:hover{background:#666;}
.btn.blue{background:#407ff3; color:#fff;}
.btn.blue:hover{background:#124ab1}
.btn.line-gray{box-sizing: border-box; border:1px solid #d3d3d3; background:#fff;}
.btn.line-gray:hover{background:#d3d3d3;}

/*서브 공통 스타일*/
.blueText {color: #0087ea;}
.orangeText {color: #fc9b5c;}
.redText {color: #ff0000;}

.deco01{padding: 12px 20px; text-align: center; border: 1px solid #fc9b5c; border-radius: 95px; color:#fc9b5c; font-weight:600 ; display:inline-block; font-size:20px}
.deco-m{color:#000; font-weight:500; font-style:normal; line-height:1.8em; font-size:18px}
.deco-m::before{content:'';display:inline-block; width:15px; height:15px; background:url(/resources/custom/images/main/sub/deco_mark.png)no-repeat;background-size:cover;vertical-align:baseline;  margin-right:5px;}
.table_a{width:100%; border-collapse:collapse; border-top:2px solid #8fdbde; border-bottom:2px solid #8fdbde; text-align:center;}
.table_a tr{border-top:1px solid #f1f1f1; border-bottom:1px solid #f1f1f1;}
.table_a tr th, .table_a tr td{padding:20px; color:#555; font-weight:500;}
.table_a tr th{background-color:#28bbbf; color:#fff; border-bottom:1px solid #8fdbde;}
.table_a tr:nth-child(even) td{background-color:#f9f9f9;}

.table_b {width:100%; border-collapse:collapse; border-top:2px solid #f66e6f; border-bottom:none; border-left:1px solid #ddd;}
.table_b tr {border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.table_b tr th, .table_b tr td {padding: 20px; color: #555; font-weight: 500; border-right: 1px solid #ddd; font-size:18px;}
.RsvProgram .table_b tr th, .RsvProgram .table_b tr td{padding:20px 8px;}
.table_b tr th {background:#fafafa; color:#1e1e1e; border-bottom:1px solid #ddd; font-size:18px}
.table_b tr td{background:#fff;}
/*.table_b tr:nth-child(even) td {background-color:#f9f9f9;}*/

.table_b_wrap.scroll { overflow: auto}
.table_b_wrap.scroll table {min-width: 700px}

/*list style*/
.list-info p {position:relative; padding-left:16px; font-size:18px; line-height:190%; background:url(/resources/custom/images/main/sub/deco3.gif) no-repeat 0px 10px; margin-bottom:4px; color:#161616;}
.list-info p span {color:#0d9da1; margin-right:12px; display:inline-block; font-weight:500;}
.list-info p span.orangeText {color: #fc9b5c; margin-right:0;}
.list-info p span.redText {color: #ff0000; margin-right:0;}
.list-info p .black {color:#121212;}
.list-info p:after {content:""; display:block; background-color:#005fa5; position:absolute; left:5px; top:15px; width:4px; height:4px;}
.list-info.black p:after {background-color: #121212;}

.contentsUtill { display:none;}
.sitemapWrap .contentsTitle{ display:none;}

/*사이트맵*/
#content-header {display:block;padding-top:0px; position:relative}
#content-header:before,#content-header:after{position:absolute;top:0;left:0;width:100%;height:100%;content:""}
#content-header:before{background-size:cover;}
#content-header.solution:before{background-image:url(/resources/custom/images/main/common/sub-bg.jpg)} 
#content-header-inner {position: relative; margin:0 auto; height:100%; background-repeat: no-repeat; width: 100%;  margin: 0 auto;  background-position: center; background-size: cover;}
#content-header .snbtitle {position: absolute; top: 40px; left: 0; right: 0; color: #fff;}
#content-header .snbtitle > h3 {color: #16808a; font-size: 28px;}
#content-header .snbtitle .sub-top-en {font-size: 16px; color: #79b1b6;}
#content-header .flexslider {background:none; border: none;}
#content-header.no6:before { background-image: url(/resources/custom/images/main/common/sub-bg.jpg)}
.sitemap { margin-bottom:80px}

.sitemap-body .contentsTitle{font-size:35px; }

.sitemap {display: inline-block; width :100%;}
.sitemap a {display: block;}
.sitemap > ul > li {float: left; width: 33.333%;}
.sitemap > ul > li > a {background: #1d3a8f; color: #fff; border-radius: 5px; width: 90%; text-align: center; padding: 20px 0; font-size: 18px; margin: 0 auto 10px; font-weight:600;}
.sitemap > ul > li > ul > li {margin-bottom: 10px;}
.sitemap > ul > li > ul > li > a {border: 1px solid #dadada; color: #333; border-radius: 5px; width: 90%; padding: 15px 5%; margin: 0 auto 10px;}
.sitemap > ul > li > ul > li > a:hover {border: 1px solid #1d3a8f; color: #1d3a8f;}
.sitemap > ul > li > ul > li > ul > li {position: relative; font-size:14px; padding: 4px 0 4px 35px; line-height: 14px; margin-left: 10px;}
.sitemap > ul > li > ul > li > ul > li > a:hover {color: #1d3a8f;}
.sitemap > ul > li > ul > li > ul > li:before	{content: ""; display: block; position: absolute; width: 4px; height: 4px; background: #1d3a8f; top:12px; margin-top:-3px; left: 20px; border-radius:50%;}


@media all and (max-width:767px){
	.sitemap > ul > li{width:50%;}
	.sitemap-body .main_tit{padding:20px 0 20px;}
}

@media all and (max-width:400px){
	.sitemap > ul > li{width:100%;}
}

textarea:focus { outline: none; }
button:focus { outline: none;}
input:focus { outline: none;}
.slt-css{padding: 5px 10px;border: 1px solid #d5d5d5;border-radius: 5px;outline: 1px solid #f5f5f5;font-size: 16px;font-family: 'IBM Plex Sans KR'; min-width: 226px;}

.topbn_popup{display:none;}

.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
 

/**sub-top**/
/*.sub-page #body { float: none; width: 100%; width: 100%; width: 100%; padding-left:0; font-size:16px; line-height:1;}*/

/**액션버튼**/
.actionbtn7 {position:relative; display:inline-block; margin:auto; padding:0 18px; line-height:40px; color:#4c4c4d; text-transform:uppercase; text-align:left; text-decoration:none;}
.actionbtn7:after {position:absolute; bottom:0; left:0; display:block; content:""; width:100%; height:3px; background-color:#444; transform:scale3d(0,1,1); transform-origin:center center; transition:transform .3s;}
.actionbtn7:hover:after {transform:scale3d(1,1,1);}

/**탭영역width:25%**/
.ui-page-tab {margin-top:30px; border-bottom:0; background:#f6f6f6; border-radius: 40px; margin-bottom:30px; }
.ui-page-tab > ul li {display: table-cell; width: 1%; float: none; position: relative;}
.ui-page-tab > ul li.on{background:rgba(70, 105, 200, 1); border-radius: 40px;}
.ui-page-tab li a {font-family: 'Gmarket'; font-weight:300; height:unset; line-height:1em; padding:22px 10px; color:#606060; font-size:20px; overflow-y:visible;}
.ui-page-tab li.on a{color:#fff;}
.ui-page-tab li.on a:hover{color:#fff; font-weight:300;}
.ui-page-tab li a:hover	{color:rgba(70, 105, 200, 1);; font-weight: 500;}
@media all and (max-width:767px){
	.ui-page-tab li a{font-size:16px; padding:16px 10px;}
}
@media all and (max-width:480px){
	.ui-page-tab{border-radius: 0; margin-top:110px}
	.ui-page-tab > ul li{display:block; width:50%; float:left; position:relative;}
	.ui-page-tab > ul li.on{border-radius: 0;}
	
}

.top-content-img { margin-bottom: 57px; }
.text-wrap{width:calc(100% - 50px); margin-left:20px; }

.non_style{ background:none !important}

.display_m{ display:none !important}/*모바일에서만존재*/
.ui-btn.imgno img{ display:none}

/*타이틀 스타일*/
#body {min-height: 550px;}
#body .h3-sub { margin-bottom: 30px; color: #0070af; font-size: 1.75em; line-height: 1; }
/*#body h2 {position: relative; color: #000; font-size: 60px; font-weight: 600; margin-top: 0; text-align: center; font-family: 'Nunito';}
#body h5{color:#0b72d0; font-size:18px; margin-bottom:16px;}*/
#body span.red{color:#ff0000;}

/*컨텐츠 스타일*/
.line-box {font-size:18px; padding:12px; background: url(/resources/custom/images/main/sub/deco05.gif);  width:100%; text-align:center; font-size:18px; color:#161616;}
.line-box .inner {background-color: #fff; padding:12px; margin: 0; max-width: 100%;}
.line-box li {display: inline-block; float: none; width: auto; margin-bottom: 8px;}
.line-box p:after{display:none;}
.g-box {padding: 24px; background-color: #efefef;}
.go_link {margin-bottom:24px; text-align:right;}
.go_link:after {content: ""; display: block; clear: both;}
.go_link  a {display: inline-block; padding: 16px 32px 16px 16px;  color: #fff; background:url(/resources/custom/images/main/sub/arrow.gif) no-repeat 95% center #005aab; margin-left:8px;}
.border-box li {padding: 24px; border:5px solid #d9d9d9; display: inline-block;}
.text_box p {font-size:18px; color:#161616;}
.dep-info p{ padding-left: 16px;  font-size: 18px; background: url(/resources/custom/images/main/sub/deco4.gif) no-repeat 0px 10px; margin-bottom: 4px;}
.dep-info p span{color: #0b72d0; font-weight: 500; margin-right: 24px;}
.goal_box img{width:100%; height:auto;}
.goal_box p{padding: 24px; width: 80%; font-size: 20px; color: #161616; background-color: #f5f5f5; margin: -20px  auto 0 auto; z-index: 1; position: relative; word-break:keep-all; text-align:center;}
.dep2-info  p {padding-left: 16px;  font-size: 18px; background: url(/resources/custom/images/main/sub/deco3.gif) no-repeat 0px 13px; margin-bottom: 4px;}
.download a{display: inline-block; padding: 16px 32px 16px 16px;  color: #fff;   background:url(/resources/custom/images/main/sub/down.png) no-repeat 92% center #005aab;margin-bottom:8px;}


/*개인정보취급방침*/
.line-box .f_l{float:left; width:50%;}
.line-box .f_r{float:right; width:50%;}

@media screen and (max-width:738px){
	.line-box .f_l{float:none; width:100%;}
	.line-box .f_r{float:none; width:100%;}
}

/* 교육과정추가 */
.table-wrap table { position: relative; line-height: 1.4;table-layout: fixed;width: 100%; border-collapse: collapse }
.table-wrap table::before { content: ""; width: 100%;height: 2px; background-color: #4d5265; position: absolute; top: 0; left: 0}
.table-wrap table thead th { border: 1px solid #4d5265; border-bottom: 1px solid #4d5265 !important; background-color: #f9f9f9; padding: 20px; color: #202020; font-size: .95rem; font-weight: 600 }
.table-wrap table thead th:first-child { border-left: 0 }
.table-wrap table thead th:last-child { border-right: 0}
.table-wrap table tbody th { border: 1px solid #ddd; background-color: #fafcfe; padding: 20px; font-size: 1rem; font-weight: 600; color: #222}
.table-wrap table tbody th:first-child { border-left: 0}
.table-wrap table tbody th:last-child {border-right: 0}
.table-wrap table tbody th .list.dash>li { padding-left: 15px}
.table-wrap table tbody th .list.dash>li::before { left: 0}
.table-wrap table tbody td { border: 1px solid #ddd; padding: 20px; font-size: 1rem; font-weight: 500; background-color: #fff}
.table-wrap table tbody td:first-child { border-left: 0}
.table-wrap table tbody td:last-child { border-right: 0}
.table-wrap table tbody td .list.dash>li { padding-left: 15px}
.table-wrap table tbody td .list.dash>li::before { left: 0}
.table-wrap table tbody td.complete, .table-wrap table tbody td.impossible { text-align: center; color: #fff; font-size: .75rem; letter-spacing: -.05em; padding: 0}
.table-wrap table tbody td.impossible { background-color: #000}
.table-wrap table tbody td.complete { background-color: #8b3793}
.table-wrap table.field tbody th { background-color: #f9f9f9; color: #000; font-size: .8rem}
.table-wrap table.field tbody td .btn { border-color: #000; background-color: #000; color: #fff}
.table-wrap table.vert-top tbody td, .table-wrap table.vert-top tbody th { vertical-align: top}
.table-wrap table tbody td.peo strong { display: block }
.table-wrap table.side-open thead th:first-child { border-left: 0; border-bottom: 0}
.table-wrap table.side-open thead th:last-child { border-right: 0}
.table-wrap table.side-open tbody td:first-child, .table-wrap table.side-open tbody th:first-child { border-left: 0}
.table-wrap table.side-open tbody td:last-child, .table-wrap table.side-open tbody th:last-child { border-right: 0}
.table-wrap table.all-open tbody td, .table-wrap table.all-open tbody th { border-width: 0 0 1px 0}
.table-wrap table.board {text-align: center}
.table-wrap table.board thead th { border: none}
.table-wrap table.board .new {background-color: #ff6136; color: #fff; border-radius: 50%; display: inline-block; text-align: center; margin-left: 5px; width: 18px; height: 18px; font-size: .5rem; line-height: 18px;vertical-align: middle}
.table-wrap .note { padding: 15px; font-size: .7rem; color: #666}
.table-wrap .note strong { color: #15938e; font-weight: 400}
.table-wrap.scroll { overflow: auto}
.table-wrap.scroll table { min-width: 700px}
.table-wrap+.box.bg { margin-top: 1rem}
.table-wrap+.row { margin-top: 1rem}
.table-wrap .board tbody tr td.subject { text-align: left}

.board-top { overflow: hidden; margin-bottom: 20px}
.board-top .right-zone { position:relative; float:right}
.board-top .right-zone .serach-bth { display:inline-block!important; position:absolute; right:0; top:0px; font-size:1.4rem; color:#888;}
.board-top .right-zone input[type=text] { border:0; border-bottom:1px solid #000; width:15.5rem; padding-right:2rem; }
.board-top .right-zone input[type=text]::placeholder {font-style:normal;}
.board-top .right-zone [class^="xi-"], [class*=" xi-"] {font-family: 'xeicon' !important; display: inline-block; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.board-top .right-zone .xi-search:before { content: "\e97a"; }
.board-top .right-zone .hidden01 { display:none}
.board-top .right-zone button { display:none}

/* 탭 추가 */
.tab_st1 {margin-bottom:20px; overflow:hidden;}
.tab_st1 li {width:50%; float:left; margin:1px 0;}
.tab_st1 li a {position:relative; display:block; margin-right:2px; padding:15px 15px 15px 15px; line-height:22px; font-size:16px; color:#444; text-align:center; border:1px solid #232753; background:#fff ; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.tab_st1 li.on a, .tab_st1 li.on a:hover, .tab_st1 li a:hover {color:#fff; border:1px solid #232753; background:#232753;}

@media screen and (max-width:1440px){
	#content-header-inner { width:100%;}
}

@media all and (max-width: 1200px) {
	.dep_wrap > div{padding-top:20px;}
	.footer_logo{padding-left:20px;}
	.sub-top-ttl p { font-size: 1.75em; }
	.sub-top-ttl .sub-top-en { font-size: 0.9em; }
	.sub-top-ttl p i.dlnl-logo{width:75px; height:29px; margin:0 auto; background-size:cover;}
}

@media screen and (max-width:1000px){
	.breadcrumb_nav{display:non e;}
	.go_link{margin-bottom:16px;}
	
}


@media screen and (max-width:768px){
	#content-header { height:250px;}
	#content-header .snbtitle{ position:relative; top: 105px;}
	#content-header .snbtitle > h2{ font-size: 1.825em}
	.sub-top-ttl p{font-size:24px;}
	.sub-contents:before{opacity: 0.2!important;}
	#body_content h3{margin-bottom:20px;}

	#searchVO input.ui-btn{ padding:8px 20px}
	.line-box .inner{font-size:16px !important; line-height:1.5rem !important;word-break: keep-all; }
	.display_m{ display:block !important}/*모바일에서 존재*/
	.info_box > p{ padding:20px}
	.table_scroll, .table_Scroll {overflow-x:auto;}
	.table_scroll table, .table_Scroll table {width:768px;}
	.list_li02{margin:5px}
 	.ui-page-tab li a {font-size: 15px;}
}

html, body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, blockquote, pre, button, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe, article, aside, canvas, details, embed, textarea, figure, figcaption{ margin: 0;padding: 0;border: 0;font-size: 100%;font-family: inherit;vertical-align: baseline;box-sizing: border-box;word-break: keep-all;font-weight: 400;}

.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}

i, em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;display:table}
caption,legend{overflow:hidden;position:relative;width:0;height:0;margin:0;padding:0;line-height:0}
hr {overflow:hidden; position:absolute; height:0; width:0;}
sup,sub{position: relative;font-size: 0.9em;line-height: 0;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

/* 공백 */
.gap {height:60px;clear:both;display:block}
.sgap {height:40px;clear:both;display:block}
.ssgap {height:30px;clear:both;display:block}
.sssgap {height:20px;clear:both;display:block}
.ssssgap {height:10px;clear:both;display:block}
@media all and (max-width:600px){
	.gap {height:40px;clear:both;display:block}
	.sgap {height:25px;clear:both;display:block}
	.ssgap {height:15px;clear:both;display:block}
	.sssgap {height:10px;clear:both;display:block}
}

.c-tit01 {position: relative; font-size: 30px; line-height: 1; color: #000; margin: 30px 0 20px; font-family: 'Gmarket';line-height:1.25}
.c-tit01:before {content: ''; position: absolute; left: 0px;top: -20px; width: 25px;height: 6px; background-color: #378311; border-radius:10px;}
.c-tit02 {font-size:1.529em;font-weight:600;color:#333;padding:0 0 0 18px;margin-bottom:17px;position:relative}
.c-tit02:before,
.c-tit02:after {content:"";display:block;width:7px;height:7px;border-radius:50%;position:absolute;top:12px;left:0px}
.c-tit02:before {background-color:#00a754;z-index:1}

/* 기본테이블 */
.flip-scroll,.table-pc,.table-responsive{position:relative; line-height:1.4;}
.flip-scroll .table-icon,.table-responsive .table-icon{display:block;opacity:1;}
.table-pc .table-icon{display:none;}

.table{margin-bottom:10px;width:100%;background:#fff;}
.table td,.table th{border-left:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;color:#2d2d2d; vertical-align: middle;}
.table th[scope="row"]{text-align:center !important;}
.table thead th{background:#f6f6f6;color:#222;font-size:16px;font-weight:600;}
.table tbody th{background:#f6f8f9;color:#222;}
.table tbody>tr>td, .table tbody>tr>th, .table tfoot>tr>td, .table tfoot>tr>th, .table thead>tr>td, .table thead>tr>th{padding:10px;}

.table tfoot,.table tfoot th{background:#f6f6f6;font-weight:700;}
.table .tfoot{background:#f6f9f9;font-weight:500; }
.table td[rowspan],.table th[rowspan]{border-right:1px solid #d2d2d2;}
.table td:first-child,.table th:first-child{border-left:none;}
.table td:last-child,.table th:last-child{border-right:none; }
.table-bordered{border-top:2px solid #333;border-bottom:1px solid #ccc;}

@media(max-width: 767px) {
    .table-responsive {
		position: relative;
        overflow-y: hidden;
        overflow-x: auto;
       /* display:block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: 0;*/
    }

    .table-responsive .table {
        width: 995px;
    }
}


.table-responsive.active.mobile, .table-responsive.active.mobile.icon {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 8px 0;
    width: 100%;
    height: auto;
    background: linear-gradient(to right,#fff 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;
    background-color: #fff;
    background-position: 0 0,100%,0 0,100%;
    background-repeat: no-repeat;
    background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
    background-attachment: local,local,scroll,scroll;
    min-height: 0.01%;
}


.scroll-guide {position:absolute;top:50%;left:50%;display:none;width:110px;height:100px;border-radius:7px;background:rgba(0,0,0,0.67);padding-top:10px;z-index:10;text-align:center;transform:translate(-50%, -50%)}
.scroll-guide_img {width:50%;height:auto}
.scroll-guide_text {margin-top:4px;color:#fff;font-size:13px;line-height:16px}

@media (max-width:768px){
	.scroll-guide{display:block;/*top:250px*/}
}

/* 리스트*/
ul[class^=c-list] {text-align:left}
ul[class^=c-list] > li {font-size:1.0em;box-sizing:border-box;white-space:normal;position:relative}
ul[class^=c-list] > li:first-child {margin-top:0}
ul[class^=c-list] > li .tit, .c-list01-li .tit, .c-list04-li .tit {display:block;color:#222;font-weight:600}
ul[class^=c-list] > li .tit-in, .c-list01-li .tit-in, .c-list04-li .tit-in {display:inline;color:#222;font-weight:600}
ul[class^=c-list] > li ul li:before {display:block;content:"";width:3px;height:3px;background:#cfcfcf;position:absolute;top:11px;left:0}
ul[class^=c-list] > li ul {margin:7px 0 0 0;font-size:.941em}
ul[class^=c-list] > li ul li {padding:0 0 0 11px;position:relative;font-size:.944em;color:#666;margin-bottom:4px}
[class^=c-list] > li > ul.s-list > li {padding-left:26px}
[class^=c-list] > li > ul.s-list > li:before {display:none}
[class^=c-list] > li > ul.s-list > li > .stit {position:absolute;top:0;left:0;font-weight:500}

.c-list01 > li, .c-list01-li {position:relative;padding:0 0 0 14px;margin-top:0px;text-align:left;margin-top:15px}
.c-list01 > li:first-child, .c-list01-li:first-child, .c-list02 > li:first-child {margin-top:0}
.c-list01 > li:before, .c-list01-li:before {display:block;content:"";position:absolute;top:10px;left:0;width:4px;height:4px;background:#31487a;border-radius:50%}
.c-list01 > li .txt {display:inline-block}
.c-list02 {counter-reset:section;}
.c-list02 > li {padding-left:25px}
.c-list02 > li {margin-top:3px}
.c-list02 > li:first-child {margin-top:0}
.c-list02 > li:before {display:block;position:absolute;top:1px;left:0px;color:#222;font-size:.941em;font-weight:600;height:auto}
.c-list02 > li .tit {margin-bottom:2px}
.c-list02.num > li:before {counter-increment:section;content:counters(section, ".") ".";width:24px}
.c-list02.snum > li:before {counter-increment:section;content:counters(section, ".") ")";width:24px}
.c-list02.han > li:before {width:27px}
.c-list02.han > li:nth-child(1):before {content:"가."}
.c-list02.han > li:nth-child(2):before {content:"나."}
.c-list02.han > li:nth-child(3):before {content:"다."}
.c-list02.han > li:nth-child(4):before {content:"라."}
.c-list02.han > li:nth-child(5):before {content:"마."}
.c-list02.han > li:nth-child(6):before {content:"바."}
.c-list02.han > li:nth-child(7):before {content:"사."}
.c-list02.han > li:nth-child(8):before {content:"아."}
.c-list02.han > li:nth-child(9):before {content:"자."}
.c-list02.han > li:nth-child(10):before {content:"차."}
.c-list02.han > li:nth-child(11):before {content:"카."}
.c-list02.han > li:nth-child(12):before {content:"타."}
.c-list02.han > li:nth-child(13):before {content:"파."}
.c-list02.han > li:nth-child(14):before {content:"하."}
.c-list03 {counter-reset:section}
.c-list03 > li {position:relative;padding:0 0 0 35px;margin-top:6px}
.c-list03 > li:first-child {margin-top:0}
.c-list03 > li:before {display:block;position:absolute;top:2px;left:0px;color:#222;font-size:12px;font-weight:400;background:#f1f1f1;border-radius:50%;counter-increment:section;content:counters(section, ".") "";width:23px;height:23px;line-height:22px;box-sizing:border-box;text-align:center;}
.c-list03.cor1 > li:before {background:#008cd7;color:#fff}
.c-list03.cor2 > li:before {background:#e73f82;color:#fff}
.c-list03 > li .tit {color:#222;display:block;font-weight:500}
.c-list04 > li, .c-list04-li {position:relative;padding:0 0 0 19px;margin-top:4px;text-align:left}
.c-list04 > li:first-child {margin-top:0}
.c-list04 > li:before, .c-list04-li:before {display:block;content:"";width:8px;height:8px;border:2px solid #008cd7;border-radius:50%;box-sizing:border-box;position:absolute;top:9px;left:3px}
.c-list05 {}
.c-list05 > li {position:relative;font-family:"SCoreDream", sans-serif;color:#555;font-weight:400;letter-spacing:-.05em;line-height:2.058;padding-left:20px;box-sizing:border-box}
.c-list05 > li:before {content:'';display:block;width:5px;height:5px;border-radius:50%;background-color:#7fb6ee;position:absolute;top:13px;left:0}

@media all and (max-width:999px){
	.c-list01 > li:before, .c-list01-li:before {top:8px}
}
@media all and (max-width:599px){
	ul[class^=c-list] > li ul li:before {top:8px}
	ul[class^=c-list] > li ul{margin-top:5px}
	.c-list01 > li, .c-list01-li {padding-left:11px}
	.c-list02 > li {padding-left:22px}
	.c-list03 > li {padding-left:34px}
	.c-list03 > li:before {width:20px;line-height:20px;height:20px;font-size:11px}
}

/* topbox */
.uit{overflow:hidden;position:relative; margin-top:40px; margin-bottom: 50px;border:0px solid #d2d2d2;}
.uit:after{content:"";display:block;clear:both;visibility:hidden;}
.uit .inner{position:relative;padding:50px 60px;}
.uit .inner .txtwrap{position:relative;}
.uit .inner .txtwrap ul{display: block;margin: 0;text-align: left;}
.uit .inner .tit_inner{display:block;color:#4c4c4c; margin:0 0 0px 0;padding:0; 'Gmarket';}
.uit .inner .tit_inner em { display:block; color:#1435a1; font-size:20px; line-height:30px; font-weight:500;  font-family: }
.uit .inner .tit_inner b { color:#222222;}
.uit .inner .txtwrap p{margin:0;font-size:16px; font-weight:400; color:#545454;word-break:break-word;}
.uit .inner .txtwrap p .txt-tip{display: inline-block;color: #da4453 !important;}
.uit .inner .txtwrap b{display: block;}
.uit .inner .txtwrap a{margin: 10px 0 0;}
.uit .btnwrap{position:absolute;top:-35px;right:0;margin-top:0;}

.type1.uit{border:none;}
.uit.type1 .inner{min-height:130px;padding-left:190px; border-bottom: 2px solid #282828; }
.uit.type1 .inner .tp_icon,
.uit.type1 .inner .tp_icon2{display:block;position:absolute;top:50%;left:35px;margin-top: -55px}
.uit.type1 .inner.long .tp_icon,
.uit.type1 .inner.long .tp_icon2{top:45px;margin-top: 0}
.uit.type1 .inner.n_short{min-height: auto;padding: 70px 25px 70px 170px}

.uit.type3{border-color:#fff;border-top-color:#949494;border-bottom-color:#ddd;}
.uit.type3 .inner{min-height:213px;padding-left:300px;}
.uit.type3 .inner .thm_figure{display:block;overflow:hidden;position:absolute;top:35px;left:35px;width:230px;height:153px;margin:0;text-align:center}
.uit.type3 .thm_figure img{max-width:100%;width:auto;}

@media only screen and (max-width:767px) {
    .uit .inner,
    .uit.type1 .inner,
    .uit.type1 .inner.n_short,
    .uit.type3 .inner{position:relative;min-height: auto;padding:25px;}
    .uit.type1 .inner .tp_icon,
    .uit.type1 .inner .tp_icon2{display:none;}
	.uit .inner .tit_inner em {font-size:18px;}
    .uit .thm_figure,
    .uit.type3 .inner .thm_figure{display:none;}
    .uit .inner .btnwrap{position: static;margin-top:20px;}
}

/* 탑박스 아이콘 */
.tp_icon{display:block;overflow:hidden;width:110px;height:110px;background:url(/resources/custom/images/damunhwa/sub/top_info_ico01.png) no-repeat;}
.tp_icon.circle1{background-position:0 0;}
.tp_icon.circle2{background-position:-110px 0;}
.tp_icon.circle3{background-position:-220px 0;}
.tp_icon.circle4{background-position:-330px 0;}
.tp_icon .icon{display:block;overflow:hidden;width:110px;height:110px;background:url(/resources/custom/images/damunhwa/sub/top_info_ico01.png) no-repeat;}
.tp_icon .icon1{background-position:0 -110px;}
.tp_icon .icon2{background-position:-102px -105px;}
.tp_icon .icon3{background-position:-209px -105px;}
.tp_icon .icon4{background-position:-323px -105px;}
.tp_icon .icon5{background-position:-432px -105px;}
.tp_icon .icon6{background-position:-550px -110px;}
.tp_icon .icon7{background-position:-660px -110px;}
.tp_icon .icon8{background-position:-765px -110px;}

@media screen and (max-width:1279px){
	.sub-page-content{float:none !important; width:100% !important; padding-left:0 !important;}
	.left-navi{display:none;}
}


/* 인사말 */
.intro01 {align-items: center;}
.intro01 .greeting-wrap .intro_tit { position: relative;padding: 0 0 0 0; margin:80px 0;}
.intro01 .greeting-wrap .intro_tit .tit {display: block; margin: 0 0 90px;font-size: 30px;color: #222;line-height: 1.4;letter-spacing: -0.02em;font-weight: 400; text-align:center;}
.intro01 .greeting-wrap .intro_tit .tit b { display:block; font-weight: 700; color: #003894; font-size: 40px; margin-top:30px;}

.intro01 .greeting-wrap .midbox {display: flex;flex-wrap: wrap;justify-content: center; /* 가운데 정렬 */align-items: center; /* 세로축 중앙 정렬 */gap: 40px; /* 이미지와 텍스트 사이 간격 */margin-top:100px; padding-bottom: 23px;}
.intro01 .greeting-wrap .midbox .picbox {overflow: hidden;position: relative; width: 697px; /* 이미지 크기 조정 */ height: 329px; border-radius: 500px; /* 이미지 라운드 값 설정 */}
.intro01 .greeting-wrap .midbox .picbox img {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-width: 100%;max-height: 100%; object-fit: cover; border-radius: 500px;}
.intro01 .greeting-wrap .midbox .conbox {padding-top: 0px;width: 564px;}
.intro01 .greeting-wrap .midbox .conbox ul {max-width: 100%;}
.intro01 .greeting-wrap .midbox .conbox ul li+li {margin-top: 50px;}
.intro01 .greeting-wrap .midbox .conbox ul .c-list02 li {margin-top:0px !important;}
.intro01 .greeting-wrap .midbox .conbox ul li:nth-child(2) {display: flex; align-items: center; gap: 0 15px;}
.intro01 .greeting-wrap .midbox .conbox ul li:nth-child(2) span { padding: 6px 12px; border: 1px solid #1d44cb; border-radius:8px;}
.intro01 .greeting-wrap .midbox .conbox ul li span {display: inline-block;padding: 10px 0px;border: 1px solid #fff;color: #1d44cb;font-size: 24px;line-height: 1.2;letter-spacing: -0.02em;font-weight: bold;font-family: 'Gmarket'; }
.intro01 .greeting-wrap .midbox .conbox ul li span em { display: block;}
.intro01 .greeting-wrap .midbox .conbox ul li .txt { margin-top: 20px;}
.intro01 .greeting-wrap .midbox .conbox ul li .txt strong {display: block; color: #252525; font-size: 54px;line-height: 1.2;letter-spacing: -0.04em;font-weight: bold;font-family: 'Gmarket'; animation: cliptext 1s ease-in-out both;}
.intro01 .greeting-wrap .midbox .conbox ul li .txt p {color: #252525;font-size: 20px; animation: cliptext 1s 0.3s ease-in-out both;text-align: left; line-height:1.8; font-weight:500;}
.intro01 .greeting-wrap .midbox .conbox ul li .txt p i {font-weight: bold;}
.intro01 .greeting-wrap .midbox .conbox ul li > p {position: relative; display: inline-block; margin: 0;padding: 0 20px; color: #252525;font-size: 25px; line-height: 1.2; letter-spacing: -0.04em;font-weight: bold; font-family: 'Gmarket';  animation: cliptext 1s ease-in-out both; text-align: center;}
.intro01 .greeting-wrap .midbox .conbox ul li > p::before {content: ""; position: absolute;left: 0; top: calc(50% - 5px);width: 6px; height: 6px; border-radius: 100%; background: #000;}
.intro01 .greeting-wrap .midbox .conbox ul li > p::after {content: "";position: absolute;right: 0;top: calc(50% - 5px); width: 6px;height: 6px;border-radius: 100%;background: #000;}

.intro01 .greeting-wrap .txt_warp { margin-top:100px; text-align:center;}
.intro01 .greeting-wrap .txt_warp > p{font-size:22px; margin-bottom:24px; word-break:keep-all; line-height:1.5em; font-weight:500;}
.intro01 .greeting-wrap .txt_warp > p.txtco01 { color:#02549a;}
.intro01 .greeting-wrap .txt_warp .sign{ font-size:28px; font-weight:600; display:block; width:100%; margin-top:80px; margin-bottom:80px;}

@media(max-width: 1279px) {
    .intro01 .greeting-wrap .midbox {flex-direction: column;text-align: center;}
    .intro01 .greeting-wrap .midbox .picbox {margin-bottom: 50px;width: auto;height: auto;}
    .intro01 .greeting-wrap .midbox .picbox img {position: relative;left: auto; top: auto;transform: none;max-width: 100%;max-height: 100%;}
	.intro01 .greeting-wrap .midbox .conbox { padding-top: 0;width: 100%; }
    .intro01 .greeting-wrap .midbox .conbox ul {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 30px 0;max-width: 100%;}
    .intro01 .greeting-wrap .midbox .conbox ul li {width: calc(50% - 30px);}
    .intro01 .greeting-wrap .midbox .conbox ul li+li {margin-top: 0;}
    .intro01 .greeting-wrap .midbox .conbox ul li:nth-child(2) {display: block; }
    .intro01 .greeting-wrap .midbox .conbox ul li span { display: block;margin-bottom: 20px;}
    .intro01 .greeting-wrap .midbox .conbox ul li .time {margin-top: 0;}
}

@media(max-width: 840px) {
	.intro01 .greeting-wrap .intro_tit .tit {font-size: 25px;}
    .intro01 .greeting-wrap .intro_tit .tit b { font-size: 30px;}
    .intro01 .greeting-wrap .midbox { gap: 20px; margin-top:0px; padding-bottom:0px;}
    .intro01 .greeting-wrap .midbox .conbox ul li .time strong {font-size:34px; }
    .intro01 .greeting-wrap .midbox .conbox ul li .time p {font-size: 16px; }
	.intro01 .greeting-wrap .midbox .conbox ul li .txt p {font-size: 16px;}
	.intro01 .greeting-wrap .txt_warp { margin-top:30px; text-align: left;}
	.intro01 .greeting-wrap .txt_warp > p { font-size:16px;}
	.intro01 .greeting-wrap .txt_warp .sign { font-size:22px;}
}

@media(max-width: 640px) {
    .intro01 .greeting-wrap .midbox .conbox ul {flex-direction:column;}
	.intro01 .greeting-wrap .midbox .conbox ul li {width: 100%;}
}

.intro02 { padding:30px;}
.history-wrap { position: relative;display: flex; flex-wrap: wrap; flex-direction: column;align-items: center; padding-bottom: 288px;}
.history-wrap::after {content: "";position: absolute;left: 0;bottom: 0; width: 100%; height: 285px; background: url(/resources/custom/images/damunhwa/sub/greet_img02.jpg) center/cover no-repeat;}
.history-wrap .top {position: relative; display: flex; justify-content: center;align-items: center;margin-bottom: 20px;width: 174px; height: 174px;border-radius: 50%;background: #eef4e6;}
.history-wrap .top::after {content: "";position: absolute;left: 50%;bottom: -33px;z-index: 2;transform: translateX(-50%); width: 1px; height: 45px;background: #c5e7c7;;}
.history-wrap .top .inner {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 150px; height: 150px; border-radius: 50%;background: #378311;}
.history-wrap .top .inner .subtitle { opacity: 0.7;color: #FFF;font-size: 17px;line-height: 1; letter-spacing: 4.32px; text-transform: uppercase;}
.history-wrap .top .inner .title { color: #FFF; font-size: 28px; line-height: 1;letter-spacing: -1.68px;font-weight: bold;}
.history-wrap .middle {position: relative; display: flex; flex-wrap: wrap; flex-direction: column; padding: 0 45px;width: 100%;}
.history-wrap .middle::before { content: ""; position: absolute;left: 50%; transform: translateX(-50%); width: 1px;height: 100%; background: #c5e7c7;}
.history-wrap .middle .item {display: flex;flex-wrap: wrap;flex-direction: column;align-content: flex-end;width: 100%;}
.history-wrap .middle .item .inner {position: relative;padding: 0 0 0 90px;width: 50%;}
.history-wrap .middle .item .inner::before {content: "";position: absolute; left: -6.5px; top: 11px; z-index: 3;width: 7px; height: 7px; border: 3px solid #378311; border-radius: 50%; background: #fff;}
.history-wrap .middle .item .inner::after {content: "";position: absolute;left: 0;top: 16px; width: 45px; height: 1px;background: #c5e7c7;}
.history-wrap .middle .item .inner.first::after {z-index: 2; background: #c5e7c7;}
.history-wrap .middle .item .inner .year {margin-bottom: 16px;color: #378311;font-size: 30px;line-height: 1;letter-spacing: -0.75px;font-weight: bold;}
.history-wrap .middle .item .inner .con ul {min-height: 70px;}
.history-wrap .middle .item .inner .con ul li {position: relative; margin-bottom: 10px; padding: 0 0 0 200px; font-size: 16px;line-height: 1.7;}
.history-wrap .middle .item .inner .con ul li em { position: absolute;left: 0; top: 5px; color: #222;font-size: 18px; line-height: 1;letter-spacing: -0.45px;font-weight: bold;}
.history-wrap .middle .item.left { align-content: flex-start;}
.history-wrap .middle .item.left .inner {padding: 0 90px 0 0; text-align: end;}
.history-wrap .middle .item.left .inner::before { left: auto;right: -6.5px;}
.history-wrap .middle .item.left .inner::after {left: auto;right: 0;}
.history-wrap .middle .item.left .inner .con ul li {padding: 0 200px 0 0; text-align: end;}
.history-wrap .middle .item.left .inner .con ul li em { left: auto; right: 0;}
.history-wrap .bottom {display: flex;flex-wrap: wrap; flex-direction: column;align-items: center;}
.history-wrap .bottom .cicle {display: flex;justify-content: center;align-items: center;width: 90px; height: 90px; border-radius: 50%; background: #7486A0; color: #fff;font-size: 24px;line-height: 1; letter-spacing: -1.44px;font-weight: bold;}
.history-wrap .bottom p { text-align: center;}

@media (max-width: 1500px) {
  .history-wrap .middle {padding: 0 10px;}
}
@media (max-width: 850px) {
  .history-wrap .top::after {display: none; }
  .history-wrap .middle::before { display: none; }
  .history-wrap .middle .item { align-content: center;}
  .history-wrap .middle .item .inner { display: block; padding: 0;width: 90%;}
  .history-wrap .middle .item .inner .year { text-align: center; }
  .history-wrap .middle .item .inner .con ul { margin-bottom: 30px; padding: 20px;border-radius: 10px;background: #fff;}
  .history-wrap .middle .item .inner .con ul li {padding: 0; padding: 0 0 0 160px;}
  .history-wrap .middle .item .inner .con ul li em {left: 0;top: 0; }
  .history-wrap .middle .item.left {align-content: center;}
  .history-wrap .middle .item.left .inner { padding: 0;}
  .history-wrap .middle .item.left .inner .con ul li {padding: 0;padding: 0 0 0 160px;text-align: left;}
  .history-wrap .middle .item.left .inner .con ul li em { left: 0;right: auto;}
  .history-wrap .middle .item .inner::before { display: none;}
  .history-wrap .middle .item .inner::after {left: 50%;top: -30px; transform: translateX(-50%); width: 1px; height: 30px; }
  .history-wrap .middle .item.left .inner::before { display: none; }
  .history-wrap .middle .item.left .inner::after { left: 50%;}
  .history-wrap .bottom .cicle {position: relative;}
  .history-wrap .bottom .cicle::after { content: ""; position: absolute;left: 50%; top: -30px; transform: translateX(-50%); width: 1px; height: 30px;background: #c5e7c7;}
}
@media (max-width: 450px) {
  .history-wrap .middle .item .inner .con ul li em {position: relative;display: block;margin-bottom: 10px;text-align: center;}
  .history-wrap .middle .item .inner .con ul li {margin-bottom: 10px; padding: 0;text-align: center; }
  .history-wrap .middle .item.left .inner .con ul li { padding: 0; text-align: center;}
}

.intro03 { padding:30px;}
.damunhwa_rule .box {position: relative; }
.damunhwa_rule .box .title_box {padding: 70px 20px 0;width: 100%;height: 200px;border-radius: 30px 30px 0px 0px;background: #1959BF;}
.damunhwa_rule .box .title_box p {margin: 0; color: #FFF;font-size: 30px; line-height: 1;font-weight: 600;text-align: center;}
.damunhwa_rule .box .con { position: relative;left: 50%;top: -50px;transform: translateX(-50%);padding: 70px 20px 20px;width: calc(100% - 120px);min-height: 500px;background: #FFF;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);text-align: center;}
.damunhwa_rule .box .con .txt { padding: 50px 20px;color: #444;font-size: 17px;line-height: 1.2;text-align: center;}
.damunhwa_rule .box .bg { min-height: 463px; background: #F9F9F9;}
.damunhwa_rule .box .top{position:relative;padding-top:0px;text-align:center;}
.damunhwa_rule .box .top::before{content:"";position:absolute;left:50%;top:0;margin-left:-54px;width:108px;height:53px;background:url() no-repeat;}
.damunhwa_rule .box .top::after{content:"";position:absolute;left:50%;bottom:-22px;margin-left:-47px;width:94px;height:2px;background:#4189a2;}
.damunhwa_rule .box .top .title{display:block;color:#333;font-size:32px;line-height:1.2;letter-spacing:-0.025em;font-weight:bold;font-family: 'Gmarket';}
.damunhwa_rule .box .list_box{position:relative;margin:0 auto;max-width:100%;padding:25px 30px;background:url() center center no-repeat; border-top: 1px dashed #cdcdcd; border-bottom: 1px dashed #cdcdcd;}

.damunhwa_rule .box .list_box .c-list01 > li, .damunhwa_rule .box .list_box .c-list01-li {padding: 0 0 20px 14px;}

@media (max-width: 767px) {
  .damunhwa_rule .box .con { /*top: 110px;*/ padding: 50px 10px 10px; width: calc(100% - 30px); min-height: auto;}
  .damunhwa_rule .box .title_box { padding: 50px 20px 0; height: 150px;}
  .damunhwa_rule .box .title_box p {font-size: 28px;}
  .damunhwa_rule .box .bg { min-height: 380px;}
}

@media (max-width: 490px) {
}

/*오시는길*/
.map_wrap .map_box { overflow: hidden; margin-bottom: 40px;border-radius: 0px 0 40px 40px;}
.map_wrap .map_box .map { width: 100%;height: 460px;}
.map_wrap .map_box .map_info { position: relative;background: #585c6d; padding: 56.5px 170px 58.5px 57px;}
.map_wrap .map_box .map_info .map_title { display: block; vertical-align: middle; width: auto;margin-right: 30px; margin-bottom:20px;}
.map_wrap .map_box .map_info .map_title strong {color: #fff; font-size: 30px;letter-spacing: -0.05em;  font-weight: bold;}
.map_wrap .map_box .map_info .map_lst { display: inline-block;  vertical-align: top;  padding-left: 25px;  border-left: 1px solid #fff;width: calc(100% - 214px);}
.map_wrap .map_box .map_info .map_lst ul li {  position: relative; padding-left: 120px; color: #fff; font-size: 18px; line-height: 1.2; letter-spacing: -0.05em;}
.map_wrap .map_box .map_info .map_lst ul li+li {margin-top: 18px;}
.map_wrap .map_box .map_info .map_lst ul li b { position: absolute; left: 0;top: 0; font-weight: bold; padding-left: 40px; line-height: 1.2;letter-spacing: -0.05em;}
.map_wrap .map_box .map_info .map_lst ul li b::before {content: ""; position: absolute; left: 0; top: 0; width: 32px; height: 32px; background-color: #fff; background-position: center; background-repeat: no-repeat; border-radius: 100%;}
.map_wrap .map_box .map_info .map_lst ul li.address b::before { background: url(/resources/custom/images/damunhwa/sub/st_set.png) no-repeat -109px -230px;}
.map_wrap .map_box .map_info .map_lst ul li.tel b::before { background: url(/resources/custom/images/damunhwa/sub/st_set.png) no-repeat -164px -230px;;}
.map_wrap .map_box .map_info .map_button {  position: absolute; right: 49px; top: 50%; transform: translateY(-50%);}
.map_wrap .map_box .map_info .map_button a { display: flex; align-items: center;justify-content: center; flex-direction: column; width: 150px; height: 100px; border: 0px solid #fff; background: #fff; border-radius: 20px;color: #fff !important;font-weight: bold; transition: 0.3s; text-align: center; color: #171c2d !important;}
.map_wrap .map_box .map_info .map_button a em { display: block;/*margin: 0 auto 11px;*/ width: 32px; height: 36px; background: url(/resources/custom/images/damunhwa/sub/st_set.png) no-repeat -53px -226px;}
.map_wrap .map_box .map_info .map_button a:hover, .map_wrap .map_box .map_info .map_button a:focus { background: #fff;  color: #171c2d !important; border: 2px solid #fff;}
.map_wrap .map_box .map_info .map_button a:hover em, .map_wrap .map_box .map_info .map_button a:focus em { background: url(/resources/custom/images/damunhwa/sub/st_set.png) no-repeat -53px -228px;}

.map_wrap .map_con_box { overflow: hidden;display: flex;  flex-wrap: wrap; gap: 30px 0; margin: 0 -15px;}
.map_wrap .map_con_box .con_box {width: calc(25% - 30px); margin: 0 15px;  padding: 45px;border: 1px solid #E6E6E6;border-radius: 20px;min-height: 260px;}
.map_wrap .map_con_box .con_box .title { position: relative;margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #666;}
.map_wrap .map_con_box .con_box .title::before { content: "";position: absolute; right: 0; top: 0;}
.map_wrap .map_con_box .con_box.sub .title::before { width: 20px;height: 22px;background: url('/resources/custom/images/damunhwa/sub/st_set.png') no-repeat -159px 0px;}
.map_wrap .map_con_box .con_box.bus .title::before { width: 22px;height: 22px; background: url('/resources/custom/images/damunhwa/sub/st_set.png') no-repeat -194px 0px;}
.map_wrap .map_con_box .con_box.car .title::before { width: 20px;height: 22px; background: url('/resources/custom/images/damunhwa/sub/st_set.png') no-repeat -232px 0px;}
.map_wrap .map_con_box .con_box.tra .title::before { width: 20px;height: 22px; background: url('/resources/custom/images/damunhwa/sub/st_set.png') no-repeat -269px 0px;}
.map_wrap .map_con_box .con_box .title strong { color: #000;font-size: 20px;line-height: 1.2; letter-spacing: -0.025em;font-weight: bold;}
.map_wrap .map_con_box .con_box .way+.way { margin-top: 24px;}
.map_wrap .map_con_box .con_box .way strong {color: #0064bd;letter-spacing: 0;font-weight: bold;}
.map_wrap .map_con_box .con_box .way p {margin-top: 5px; color: #222; letter-spacing: 0;}

@media(max-width: 767px) {
	.map_wrap .map_box .map {  height:300px; padding-top: 0;}
    .map_wrap .map_box .map_info {padding: 50px 30px;}
    .map_wrap .map_box .map_info .map_title {display: block;width: auto;margin-right: 0;}
    .map_wrap .map_box .map_info .map_lst { display: block; width: 100%; border: 0; padding: 0; padding-right: 150px; margin: 20px auto 30px;}
    .map_wrap .map_con_box { margin: 0 }
    .map_wrap .map_con_box .con_box { width: 100%;margin: 0;min-height: auto; padding: 30px; }
  
}

@media(max-width: 599px) {
    .map_wrap .map_box .map_info .map_lst { padding-right:0;}
    .map_wrap .map_box .map_info .map_button {  position: relative; right: auto; top: auto;  transform: none;}
    .map_wrap .map_box .map_info .map_button a {  flex-direction: row;margin: 0 auto;padding: 13.82px 10px; border-radius: 8px;width: 100%;height: 100%;}
    .map_wrap .map_box .map_info .map_button a:hover, .map_wrap .map_box .map_info .map_button a:focus { border-radius: 0;}
    .map_wrap .map_box .map_info .map_button a em {   margin: 0;margin-right: 9px;/*width: 17px; height: 21px; */}
}

.intro04 { margin:80px 30px;}
.organization {display: flex; flex-direction: column;align-items: center;padding: 70px 20px 93px; background: #F6FAFD; text-align: center; border-radius:30px;}
.organization ul {position: relative;}
.organization ul::before { content: "";position: absolute;left: 50%; top: -31px; transform: translateX(-50%);height: 1px;background: #C5D9E7;}
.organization ul li {position: relative;}
.organization ul li::before {content: "";position: absolute;left: 50%;top: -31px;transform: translateX(-50%);width: 1px;height: 31px;background: #C5D9E7;}
.organization ul li span {display: block;padding: 20px 30px; width: 250px;border: 1px solid #ddd;border-radius: 5px; color: #222;font-size: 18px;line-height: 1;font-weight: 500;text-align: center;}
.organization .lv01 { position: relative;}
.organization .lv01::after {  content: "";position: absolute;left: 50%;bottom: -70px;transform: translateX(-50%);width: 1px;height: 95px;background: #C5D9E7;}
.organization .lv01 .cicle {position: relative;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;width: 200px;height: auto;border-radius: 5px;}
.organization .lv01 .cicle::before {content: "";position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 183px;height: 183px;background: url() 21px -26px/cover no-repeat;}
.organization .lv01 .cicle .inner {z-index: 2;display: flex;justify-content: center;align-items: center;width: 176px;/*height: 50px*/ padding: 20px 30px;border-radius: 5px;background: #0f216e; color: #FFF; font-size: 24px;line-height: 1;font-weight: bold;text-align: center;}
.organization .lv01 .cicle .inner::before { display:none; content: ""; position: absolute;opacity: 0;width: 200px;height: 80px; border-radius: 5px;background-color: rgba(26, 90, 190, 0.1);  opacity: 1;animation: tabWave01 1.3s ease-in-out infinite both;}
.organization .lv01 .cicle .inner p { z-index: 2;margin: 0;color: #FFF;font-size: 24px;line-height: 1;font-weight: bold;text-align: center;}
.organization .lv01 .cicle .inner:hover::before, .organization .lv01 .cicle .inner:focus::before { opacity: 1;animation: tabWave 1.3s ease-in-out infinite both;}
.organization .lv01 .cicle.active .inner::before {}
.organization .lv02 {margin-top: 60px;width: 100%; z-index: 1;}
.organization .lv02 ul {display: flex;flex-wrap: wrap;justify-content: center;gap: 0 40px; /*margin-left: 270px;*/}
.organization .lv02 ul::before {  display:none; width: 271px;}
.organization .lv02 ul li span {color: #FFF;}
.organization .lv02 ul li:nth-child(1) span {border: 2px solid #0090AF;background: #0090AF;transition: background 0.3s;}
.organization .lv02 ul li:nth-child(2) span {border: 2px solid #545B68;background: #545B68;transition: background 0.3s;}
.organization .lv02-1 {margin-top: 30px;width: 100%;}
.organization .lv02-1 ul {display: flex;flex-wrap: wrap;justify-content: center;gap: 0 40px; margin-left: 450px;}
.organization .lv02-1 ul::before { top: 31px; width: 225px;/*width: 300px;*/ left:auto;}
.organization .lv02-1 ul li span {color: #FFF;}
.organization .lv02-1 ul li:nth-child(1) span {border: 2px solid #0073af;background: #0073af;transition: background 0.3s;}
.organization .lv02-1 ul li:before { display:none;}
.organization .lv02-2 {margin-top: 30px;width: 100%;}
.organization .lv02-2 ul {display: flex;flex-wrap: wrap;justify-content: center;gap: 0 40px;}
.organization .lv02-2 ul::before { display:none; width: 271px;}
.organization .lv02-2 ul li span {color: #FFF; z-index:1;}
.organization .lv02-2 ul li:nth-child(1) span { position:relative; border: 2px solid #545b68;background: #545b68;transition: background 0.3s;}
.organization .lv02-2 ul li::before { height:250px; top:-120px;}
.organization .lv03 {margin-top: 100px;width: 1000px;}
.organization .lv03 ul {display: flex;flex-wrap: wrap;justify-content: center;gap: 0 30px;}
.organization .lv03 ul::before {width: 560px;}
.organization .lv03 ul li span {border: 1px solid #0f216e;background: #FFF;transition: background 0.3s; margin-bottom:30px;}
.organization .lv02 ul li:nth-child(1).active a span,
.organization .lv02 ul li:nth-child(1) a:hover span,
.organization .lv02 ul li:nth-child(1) a:focus span {background: #fff;color: #000;}
.organization .lv02 ul li:nth-child(2).active a span,
.organization .lv02 ul li:nth-child(2) a:hover span,
.organization .lv02 ul li:nth-child(2) a:focus span {background: #fff;color: #000;}
.organization .lv03 ul li.active a span,
.organization .lv03 ul li a:hover span,
.organization .lv03 ul li a:focus span {background: #C5D9E7;}
.orgTab_wrap .orgContent {margin-top: 30px;}

@keyframes tabWave01 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  .organization ul li span { width: 100%;}
  .organization ul li::before {}
  .organization .lv02 {margin-top: 30px;}
  .organization .lv03 { margin-top: 0; width: 100%;}
  .organization .lv01::after {display: none;}
  .organization .lv02 ul,.organization .lv02-1 ul,.organization .lv02-2 ul { flex-direction: column-reverse;gap: 30px 0;margin-left: 0;}
  .organization .lv03 ul { flex-direction: column;gap: 5px 0;padding: 7.5px 20px 20px; }
  .organization .lv02 ul li,.organization .lv02-1 ul li,.organization .lv02-2 ul li {padding: 20px;border: 1px solid #C5D9E7;}
  .organization .lv02 ul li:nth-child(1) { /*padding: 20px 20px 7.5px;border-bottom: 0;*/}
  .organization .lv02 ul li:nth-child(2) {position: relative;}
  .organization .lv02 ul li:nth-child(2):after { content: ""; position: absolute;left: 50%;bottom: -30px; transform: translateX(-50%); width: 1px;height: 30px;background: #C5D9E7;}
  .organization .lv02-1 ul {margin-left: 0px;}
  .organization .lv02 ul::before { top: -43px; width: 1px;height: 42px;}
  .organization .lv02-1 ul::before { width:auto; }
  .organization .lv02-2 ul li::before {height: 100px; top: -30px;}
  .organization .lv03 ul::before {display: none;}
  .organization .lv03 ul li span { margin-bottom: 25px;}
}

.project01 { margin:80px 30px;}
.project01 ul li > .table-responsive { margin:20px 5px;}

/* 안내박스 */
.txt-box + .txt-box{margin-top:15px;}
.txt-box{padding:24px 20px;border-radius:5px;border:1px solid #dedede;background:#fff; width:100%; border-radius: 30px;}
.txt-box.type01 { background: #f9f9f9; border: 1px solid #d0d0d0;}
.txt-box.type02	{display:flex;flex-flow:column;position:relative; border:1px solid #eaeaea;border-bottom:0; padding:60px;}
.txt-box.type02:before,
.txt-box.type02:after {content:'';display:block;width:100%;position:absolute;left:0;margin:-1px;padding:0 1px;z-index:1}
/*.txt-box.type02:before {background:#071a45;height:3px;top:0}*/
.txt-box.type02:after {background:#eaeaea;height:1px;bottom:0;margin-bottom:0}
.txt-fouse{padding-left:20px;color:#1983aa !important;}

.info-ex01,
.info-ex02,
.info-ex03 {display:block;position:relative;padding:8px 0 5px 40px;margin:10px 0 10px 0;font-size:1em;color:#555;text-align:left}
.info-ex01.inline,
.info-ex02.inline,
.info-ex03.inline {display:inline-block}
.info-ex01:before,
.info-ex02:before,
.info-ex03:before {content:"";display:block;position:absolute;left:0;top:3px;width:27px;height:27px;background:#767676 url(/resources/custom/images/damunhwa/sub/st_set.png) no-repeat 0 -109px;border-radius:5px}
.info-ex02:before {background-color:#0a51d1}
.info-ex03:before {background-color:#eb0e66}

.btn-box {text-align:center;margin-top:30px}
.btn-box01 {text-align:left;margin-top:30px}
.btn-box02 {text-align:right;margin-top:30px}

@media (max-width: 1200px) {
  .txt-box.type01 {/*padding: 30px;*/}
}

.process_ty1 { position:relative; }
.prc{ display:block;}
.prc.type1{background-color:#f6f7f9; display:block; padding:20px; border-radius:20px;}
.prc.type1:after {content: "";display: table; clear: both;}
.prc.type1 > li{float:left;position:relative;margin:25px;padding:20px;min-height:300px;border:1px solid #aabac8;border-radius:20px 20px 20px 0;background-color:#fff;text-align:center;}
.prc.type1 > li:before{content:"";display:block;position:absolute;top:50%;right:-32px;width:15px;height:24px;margin-top:-12px;background:url(/resources/custom/images/rnd/sub/step_ico_01.png) no-repeat;}
.prc.type1 > li:last-child::before{display:none;}
.prc.type1 > li .inner .num{margin:0 auto 10px;width:40px;height:20px;background:#095b74;border-radius:9px;color:#fff;font-size:14px;line-height:20px;}
.prc.type1 > li .inner .num.color1{background:#1598a0;}
.prc.type1 > li .inner .num.color2{background:#1b8cc8;}
.prc.type1 > li .inner .num.color3{background:#1867c3;}
.prc.type1 > li .inner .num.color4{background:#11499c;}
.prc.type1 > li .inner .item .prc_title{display:block;margin-bottom:0;color:#042557;font-size:20px;font-weight:bold;}
.prc.type1 > li .inner .item .prc_text{display:block;margin-top:10px;padding-top:10px;border-top:#c0d3e2 1px solid;color:#767676;font-size:15px;line-height:1.4;}
.prc.type1 > li .inner .item .c-list01 { font-size:16px; line-height:1.4; margin-top:10px;padding-top:10px;}
.prc.type1 > li .inner .item .c-list01 > li {}
.prc.type1 > li .text_bg01 {background: #585c6d; color:#fff; padding: 5px 10px; border-radius:8px; margin:10px 10px 10px 0;} 

.prc.type1.step2 > li{width:calc(50% - 50px);}
.prc.type1.step3 > li{width:calc(33.3% - 50px);}
.prc.type1.step4 > li{width:calc(25% - 50px); min-height: 130px;}
.prc.type1.step5 > li{width:calc(20% - 50px); min-height: 130px;}
.prc.type1.step6 > li{width:calc(16.66% - 50px);}

.prc.type1.step2 > li:nth-child(3),
.prc.type1.step2 > li:nth-child(7),
.prc.type1.step3 > li:nth-child(4),
.prc.type1.step3 > li:nth-child(5),
.prc.type1.step3 > li:nth-child(6),
.prc.type1.step4 > li:nth-child(5),
.prc.type1.step4 > li:nth-child(6),
.prc.type1.step4 > li:nth-child(7),
.prc.type1.step4 > li:nth-child(8),
.prc.type1.step5 > li:nth-child(6),
.prc.type1.step5 > li:nth-child(7),
.prc.type1.step5 > li:nth-child(8),
.prc.type1.step5 > li:nth-child(9),
.prc.type1.step5 > li:nth-child(10),
.prc.type1.step6 > li:nth-child(7),
.prc.type1.step6 > li:nth-child(8),
.prc.type1.step6 > li:nth-child(9),
.prc.type1.step6 > li:nth-child(10),
.prc.type1.step6 > li:nth-child(11),
.prc.type1.step6 > li:nth-child(12){float:right}

.prc.type1.step2 > li:nth-child(3):before,
.prc.type1.step2 > li:nth-child(7):before,
.prc.type1.step3 > li:nth-child(4):before,
.prc.type1.step3 > li:nth-child(5):before,
.prc.type1.step3 > li:nth-child(6):before,
.prc.type1.step3 > li:nth-child(10):before,
.prc.type1.step3 > li:nth-child(12):before,
.prc.type1.step4 > li:nth-child(5):before,
.prc.type1.step4 > li:nth-child(6):before,
.prc.type1.step4 > li:nth-child(7):before,
.prc.type1.step4 > li:nth-child(13):before,
.prc.type1.step4 > li:nth-child(14):before,
.prc.type1.step4 > li:nth-child(15):before,
.prc.type1.step5 > li:nth-child(6):before,
.prc.type1.step5 > li:nth-child(7):before,
.prc.type1.step5 > li:nth-child(8):before,
.prc.type1.step5 > li:nth-child(9):before,
.prc.type1.step5 > li:nth-child(10):before,
.prc.type1.step6 > li:nth-child(7):before,
.prc.type1.step6 > li:nth-child(8):before,
.prc.type1.step6 > li:nth-child(9):before,
.prc.type1.step6 > li:nth-child(10):before,
.prc.type1.step6 > li:nth-child(11):before{left:-32px;right:auto;transform:rotate(-180deg);}

.prc.type1.step2 > li:nth-child(2):before,
.prc.type1.step2 > li:nth-child(4):before,
.prc.type1.step2 > li:nth-child(6):before,
.prc.type1.step3 > li:nth-child(3):before,
.prc.type1.step3 > li:nth-child(6):before,
.prc.type1.step3 > li:nth-child(9):before,
.prc.type1.step4 > li:nth-child(4):before,
.prc.type1.step4 > li:nth-child(8):before,
.prc.type1.step4 > li:nth-child(12):before,
.prc.type1.step4 > li:nth-child(16):before,
.prc.type1.step5 > li:nth-child(5):before,
.prc.type1.step5 > li:nth-child(10):before,
.prc.type1.step5 > li:nth-child(15):before,
.prc.type1.step6 > li:nth-child(6):before{right:auto;left:50%;top:auto;bottom:-40px;transform:rotate(90deg) translateY(50%) translateY(-0.5px);}


.prc.type1 > li .inner{display:block;padding:0;width:100%;height:100%;}
.prc.type1 > li .inner .num{position:relative;z-index:1;margin:0 auto 10px;width:auto;height:auto;border-radius:0;}
.prc.type1 > li .inner .num span{display:inline-block;position:relative;background-color:#1a5abe;border-radius:100%;width:28px;height:28px;line-height:28px; color:#fff;}
.prc.type1 > li .inner .num span::before{content:"";position:absolute;left:50%;top:50%;z-index:-1;transform:translate(-50%,-50%);background:#d9e0ed;border-radius:100%;width:36px;height:36px;}
.prc.type1 > li .inner .num.color1,
.prc.type1 > li .inner .num.color2,
.prc.type1 > li .inner .num.color3,
.prc.type1 > li .inner .num.color4{background:none;}
.prc.type1 > li .inner .num.color1 span{background:#1a5abe;}
.prc.type1 > li .inner .num.color2 span{background:#1a5abe;}
.prc.type1 > li .inner .num.color3 span{background:#1a5abe;}
.prc.type1 > li .inner .num.color4 span{background:#1a5abe;}
.prc.type1 > li .inner .num.color5 span{background:#1a5abe;}
.prc.type1 > li .inner .num.color6 span{background:#1a5abe;}
.prc.type1 > li .inner .item .prc_text{border-top:1px dashed #d3d3d3;}

@media (max-width:1200px){
	.prc.type1 > li{min-height:280px;}
}

@media (max-width:760px){
	.prc.type1.step2 > li,
	.prc.type1.step3 > li,
	.prc.type1.step4 > li,
	.prc.type1.step5 > li,
	.prc.type1.step6 > li{width:calc(100% - 48px);min-height:auto;}

	.prc.type1.step6 > li:nth-child(1):before,
	.prc.type1.step6 > li:nth-child(1):before,
	.prc.type1.step6 > li:nth-child(3):before,
	.prc.type1.step6 > li:nth-child(5):before,
	.prc.type1.step2 > li:nth-child(1):before,
	.prc.type1.step2 > li:nth-child(3):before,
	.prc.type1.step2 > li:nth-child(5):before,
	.prc.type1.step2 > li:nth-child(7):before,
	.prc.type1.step3 > li:nth-child(1):before,
	.prc.type1.step3 > li:nth-child(3):before,
	.prc.type1.step3 > li:nth-child(5):before,
	.prc.type1.step3 > li:nth-child(7):before,
	.prc.type1.step3 > li:nth-child(9):before,
	.prc.type1.step3 > li:nth-child(11):before,
	.prc.type1.step3 > li:nth-child(13):before,
	.prc.type1.step3 > li:nth-child(15):before,
	.prc.type1.step3 > li:nth-child(17):before,
	.prc.type1.step3 > li:nth-child(19):before,
	.prc.type1.step4 > li:nth-child(1):before,
	.prc.type1.step4 > li:nth-child(2):before,
	.prc.type1.step4 > li:nth-child(3):before,
	.prc.type1.step4 > li:nth-child(5):before,
	.prc.type1.step4 > li:nth-child(6):before,
	.prc.type1.step4 > li:nth-child(7):before,
	.prc.type1.step4 > li:nth-child(9):before,
	.prc.type1.step4 > li:nth-child(11):before,
	.prc.type1.step4 > li:nth-child(13):before,
	.prc.type1.step4 > li:nth-child(15):before,
	.prc.type1.step4 > li:nth-child(17):before,
	.prc.type1.step4 > li:nth-child(19):before,
	.prc.type1.step5 > li:nth-child(1):before,
	.prc.type1.step5 > li:nth-child(3):before,
	.prc.type1.step5 > li:nth-child(5):before,
	.prc.type1.step5 > li:nth-child(7):before,
	.prc.type1.step5 > li:nth-child(9):before,
	.prc.type1.step5 > li:nth-child(11):before,
	.prc.type1.step5 > li:nth-child(13):before,
	.prc.type1.step5 > li:nth-child(15):before,
	.prc.type1.step5 > li:nth-child(17):before,
	.prc.type1.step5 > li:nth-child(19):before{display:block;top:auto;bottom:-40px;right:0;left:50%;margin:0 0 0 -7.5px;transform:rotate(90deg);}

	.prc.type1.step2 > li:last-child:before,
	.prc.type1.step3 > li:last-child:before,
	.prc.type1.step4 > li:last-child:before,
	.prc.type1.step5 > li:last-child:before{display:none;}
}
