@charset "utf-8";
/* 여백 */
.xlgap {height: 70px}
.lgap {height: 50px}
.mgap {height: 30px}
.sgap {height: 10px}
.xsgap {height: 5px}
@media all and (max-width:768px){
	.xlgap {height: 50px}
	.lgap {height: 30px}
	.mgap {height: 20px}
	.sgap {height: 8px}
	.xsgap {height: 3px}
}


/* 제목 여백 (bottom 기준)  창원시*/
[class*="c-tit"]:not(:first-child) {margin-top: 40px;}
[class*="c-tit"].is-xl { margin-bottom: 70px; }
[class*="c-tit"].is-lg { margin-bottom: 50px; }
[class*="c-tit"].is-md {margin-bottom: 20px;}
[class*="c-tit"].is-sm {margin-bottom: 10px;}
[class*="c-tit"].is-xs { margin-bottom: 5px; }

@media all and (max-width:768px){
	[class*="c-tit"]:not(:first-child) {margin-top: 20px;}
	[class*="c-tit"].is-xl { margin-bottom: 50px; }
	[class*="c-tit"].is-lg { margin-bottom: 30px; }
	[class*="c-tit"].is-md {margin-bottom: 20px;margin-top: 30px;}
	[class*="c-tit"].is-sm { margin-bottom: 8px; }
	[class*="c-tit"].is-xs { margin-bottom: 3px; }
}


/* ******************* *
* 01 색상
* ******************* */
:root {
    --color1: #028365;
    --color2: #ffde6f;
    --color3: #347EFF;
    --color4: #202B3F;
	--color5: #e00;
}
.color1 {color: var(--color1);}
.color2 {color: var(--color2);}
.color3 {color: var(--color3);}
.color4 {color: var(--color4);}
.color5 {color: var(--color5);}

.color-box1 {background: var(--color1);}
.color-box2 {background: var(--color2);}
.color-box3 {background: var(--color3);}
.color-box4 {background: var(--color4);}
.color-box5 {background: var(--color5);}


/* ******************* *
* 01 타이틀
* ******************* */
[class*=c-tit] {position: relative;display: block;box-sizing: border-box;}
.c-tit1 { font-size: 1.4118rem; position: relative; padding-left: 25px; font-weight: 700; margin-bottom: 16px } 
.c-tit1::before,
.c-tit1::after {content:'';display: block;width:13px;height: 13px;border-radius: 0 10px 0 10px;position: absolute;left:0;top: 6px;} 
.c-tit1::before { background: #15A46E; transform: translateX(0px) rotate(20deg); } 
.c-tit1::after { background: #D0E2D3; transform: translateX(7px) rotate(70deg); z-index:-1 } 
.c-tit2 {font-size: 1.3rem;font-weight: 600;color: #191919;margin: 0 0 12px;}
.c-tit2 > span {position: relative;}
.c-tit2 > span::before {content: '';position: relative;top: -3px;display: inline-block;width: 14px;height: 14px;border: 4px solid var(--color3);border-radius: 10px;box-shadow: 5px 4px 5px rgba(0,0,0,.15);margin-right: 8px;box-sizing: border-box;}
.c-tit3 {font-size: 1.2rem;font-weight: 600;color: var(--color3);margin: 0 0 10px;}
.c-tit4 {font-size: 1.1rem;font-weight: 600;color: #191919;margin: 0 0 10px;}
.c-tit4 > span {position: relative;}
.c-tit4 > span:before {content: '';position: relative;top: 2px;display: block;width: 18px;height: 3px;background: #000;margin-bottom: 4px;}
.line-br {display: block;}
@media all and (max-width:1199px) {
	.line-br {display: inline}
}
@media all and (max-width:768px){
	.c-tit1 {font-size: 1.29rem;margin: 0 0 10px;}
	.c-tit1 > span:before {top: 0px;width: 16px;height: 16px;border-width: 5px;border-radius: 1px 5px 5px 5px;margin-right: 10px;}
	.c-tit2 {font-size: 1.23rem;margin: 0 0 8px;}
	.c-tit2 > span:before { top: -3px;width: 11px;height: 11px;border-width: 3px;margin-right: 6px;}
	.c-tit3 {font-size: 1.15rem;margin: 0 0 8px}
	.c-tit4 {font-size: 1.1rem;}
	.c-tit4 > span:before {top: 0;}
}

/* ******************* *
* 01 버튼
* ******************* */
/* 한줄링크 */
.line-btn {display: inline-block;color: #333;position: relative;vertical-align:middle;margin: 0 5px;}
.line-btn .ico {display: inline-flex;align-items: center;}
.line-btn .ico:before {content: '';display: block;width: 22px;height: 22px;border: 1px solid #cfd5e5;border-radius: 8px;margin-right: 5px}
.line-btn .ico:after {content: '';position: absolute;left: 1px;display: block;width: 15px;height: 15px;background: url(../images/common/sprite.png) no-repeat -52px -120px;margin: -3px 5px;}
.line-btn .ico.new:after {background: url(../../../../resource/images/cwenvi/common/ico_new.svg); background-size: contain;}
.line-btn .ico.down:after {background: url(../../../../resource/images/cwenvi/common/ico_down.png); background-size: contain;}
.line-btn:hover span,
.line-btn:focus span {text-decoration: underline;text-underline-offset: 3px;}

/* 버튼 스타일 */
[class^=c-btn] {background: #fff;border: 1px solid #1E2124;color: #333;font-size: 1.1176rem;border-radius: 8px;padding: 16px 12px 16px 10px;display: inline-flex;align-items: center;justify-content: center;box-sizing: border-box;min-width: 190px;transition: .35s;text-align: center;font-weight: 600;height: 56px;}
[class^=c-btn-xs] {min-width: 80px;padding: 5px;height: auto;font-size: .9rem;}
[class^=c-btn-s] { padding: 2px 12px 2px 10px;font-size: 0.8824rem;height: 40px;min-width: 118px;}
[class^=c-btn-l] {font-size: .941em;border-radius: 10px;padding: 10px 12px 10px 15px;}
[class^=c-btn][class$=border] {border: 1px solid #1E2124;}
[class^=c-btn][class*=color] {background: #052B57;border: 1px solid #052B57;color: #fff;}
[class^=c-btn][class*=color].black {background:#33363D;border-color: #33363D;}
[class^=c-btn][class*=color].red {background:#c11535;border-color: #c11535;}
[class^=c-btn] span {color: #333;}
[class^=c-btn][class*=color] span {color: #fff;}
[class^=c-btn] .ico {display: inline-flex;position: relative;justify-content: center;align-items: center;gap: 5px;}
[class^=c-btn] .ico:after {content: '';display: block;flex: 0 0 auto;align-self: flex-start;background: url(../images/common/sprite.png) no-repeat;position: relative;width: 20px;height: 20px;}
[class^=c-btn-l] .ico:after {border-radius: 50%;/* margin: -3px 0 -3px 11px; */}
[class^=c-btn] .arr:after {background-position-x: 0;}
[class^=c-btn] .new:after {background:url(../../../../resource/images/cwenvi/common/ico_new.svg);}
[class^=c-btn] .down:after {background: url(../../../../resource/images/cwenvi/sub/ico_down.png);}
[class^=c-btn] .search:after {background-position-x: -120px;}
[class^=c-btn] .print:after {background-position-x: -160px;}
[class^=c-btn] .cal:after {background-position-x: -200px;}
[class^=c-btn] .chk:after {display: none}
[class^=c-btn] .chk:before {content:'';display: block;width:24px;height: 24px;background:url(../../../../resource/images/cwenvi/common/ico_chk.png);margin-top: -3px;}
[class^=c-btn]:hover span,
[class^=c-btn]:focus span {text-decoration: underline;text-underline-offset: 3px;}
[class^=c-btn]:hover,
[class^=c-btn]:focus {filter: grayscale(.4);}

.c-btn-l .ico:after {/* background-color: #d5d5d5; */}
.c-btn-l-border .ico:after {/* background-color: #efefef; */}
.c-btn-s-color .ico:after,
.c-btn-color .ico:after {background-position-y: -40px;}
.c-btn-l-color .ico:after {background-position-y: -80px;}

@media all and (max-width:768px){
	[class^=c-btn] {padding: 6px 12px 6px 10px;border-radius:6px;height: 40px;min-width: 98px;font-size: 1rem;}
	[class^=c-btn-xs] {padding:3px 6px 3px 4px;height: fit-content;min-width: auto;}
	[class^=c-btn-s] {padding: 3px 8px 3px 6px;height: 38px;min-width: 80px;}
	[class^=c-btn-l] {padding: 8px 6px 8px 10px;border-radius:8px}
	[class^=c-btn][class*=color] .ico:after {background-position-y: -227px;}
	[class^=c-btn-l] .ico:after {margin: -3px 0 -3px 6px;}
	.c-btn-l-color .ico:after {background-position-y: -265px;}
	[class^=c-btn] .arr:after {background-position-x: 0;}
	[class^=c-btn] .new:after {/* background-position-x: -38px; */}
	[class^=c-btn] .down:after {background-position-x: -76px;}
	[class^=c-btn] .search:after {background-position-x: -114px;}
	[class^=c-btn] .print:after {background-position-x: -152px;}
	[class^=c-btn] .cal:after {background-position-x: -190px;}
}

/* 버튼 wrap */
.cbtn-wrap {display: flex;align-items: center;justify-content: center;margin-top: 20px;column-gap:10px;}
.cbtn-wrap.left {justify-content: flex-start;}
.cbtn-wrap.right {justify-content: flex-end;}

@media all and (max-width:768px){
	.cbtn-wrap {column-gap:5px;}
}

/* ******************* *
* 04 리스트
* ******************* */
[class*=c-list] li {box-sizing: border-box;position: relative;margin: .3em 0;}
[class*=c-list] > li {line-height: 1.5;}
[class*=c-list] > li:before {content: '';display: block;position: absolute;left: 0;top: 0;}
[class*=c-list] > li > [class*=tit] {color: #1c3b8a;font-weight: 600;}
[class*=c-list] > li > .tit {display: block;}
[class*=c-list] > li > .tit-in {margin-right: 7px;}
[class*=c-list] > li > .tit-in:after {content: ':';display: inline-block;margin-left: 7px;}
[class*=c-list] [class*=c-list-in] > li:before {content: '';display: block;box-sizing: border-box;position: absolute;left: 0;top: 0;}
[class*=c-list] [class*=c-list-in] > li {padding-left: 16px;}
[class*=c-list] [class*=c-list-in] li > ul > li {color: #686868;font-size: .941em;padding-left: 14px;}
[class*=c-list] [class*=c-list-in] li > ul > li:before {content: '';display: block;position: absolute;left: 0;top: 0;border-width: 1px 1px 0 0;border-style: solid;border-color: #bbb;width: 5px;height: 5px;transform: rotate(45deg);margin-top: 8px;}
.c-list1 > li {padding-left: 14px;}
.c-list1 > li:before {margin-top: 10px;width: 5px;height: 5px;background: #888;border-radius: 100%;}
.c-list2 > li {padding-left: 18px;position: relative;}
.c-list2 > li::before {content: "";display: inline-block;width: 5px;height: 5px;border-width: 3px;border-style: solid;transition: all .3s;transform: translateX(-3px) rotate(-45deg);margin-right: 5px;border-radius: 3px;position:absolute;top: 9px;left:0;border-color: transparent var(--color1) var(--color2) transparent;}
.c-list3 > li {padding-left: 25px;}
.c-list3 > li > .han {font-weight: 600;color: var(--color1);position: absolute;top: 0;left: 0;}
.c-list3 > li > .han:after {content:'.';}
.c-list4 > li {counter-increment: list-num;padding-left: 25px;}
.c-list4 > li:before {content: counter(list-num) ". ";display: block;font-weight: 600;color: var(--color1);}
.c-list4.type2 > li {padding-left: 30px;}
.c-list4.type2 > li:before {content: counter(list-num);display: flex;align-items: center;justify-content: center;width: 22px;height: 22px;font-size: 0.76em;line-height: 22px;color: #1c3b8a;background: #edf4fb;border-radius: 15px;margin-top: 2px;box-sizing: border-box;}
.c-list4.c1 > li:before {background: var(--color1);color: #fff;}
.c-list5 > li {padding-left: 28px;position: relative;}
.c-list5 > li:before {content:'';width: 20px;height: 20px;background: #686868;border-radius: 10px;margin-top: 2px;}
.c-list5 > li:after {content: '';display: block;border-radius: 1px;border: 2px solid transparent;border-bottom-color: #fff;border-right-color: #fff;transform: rotate(45deg) skew(0deg, 0deg) translateY(-25%);width: 3px;height: 6px;position: absolute;top: 0px;bottom: 0;margin: auto;left: 5px;}
.c-list5.c1 > li:before {background: var(--color3)}
.c-list5.c2 > li:before {background: var(--color1)}
[class*=c-list] .c-list-in1 > li:before {background: #a5a5a5;width: 8px;height: 2px;margin-top: 11px;}
[class*=c-list] .c-list-in2 > li {padding-left: 25px;}
[class*=c-list] .c-list-in2 > li:before {display: none;}
[class*=c-list] .c-list-in2 > li > .han {position: absolute;top: 0;left: 0;}
[class*=c-list] .c-list-in2 > li > .han:after {content:'.';}
[class*=c-list] .c-list-in3 > li {counter-increment: list-in-num;padding-left: 25px;}
[class*=c-list] .c-list-in3 > li:before {content: counter(list-in-num) ". ";}
[class*=c-list] .c-list-in1-li {position: relative;padding-left: 16px;}
[class*=c-list] .c-list-in1-li:before {content: '';display: block;box-sizing: border-box;position: absolute;left: 0;top: 0;background: #a5a5a5;width: 8px;height: 2px;margin-top: 11px;}

/* ******************* *
* 05 테이블
* ******************* */
.tbl {border-top: 2px solid #000;position: relative;text-align: center;border-collapse: collapse;table-layout: fixed;width: 100%;background-color:#fff;clear: both;/* height: 30%; */}
.tbl td,.tbl th{position: relative;border-width:0; border-style:solid; border-color:#ddd; letter-spacing:-0.035em;}
.tbl tr > :not(:first-child):last-child {border-right: 0;}
.tbl tr > :not([rowspan]):last-child {border-right: 0;}
.tbl thead {border-bottom: 1px solid #ccc;}
.tbl thead th{border-bottom:1px solid #ddd;color: #191919;padding:9px 16px;background-color:#f5f5f5;border-top-width: 1px;border-right-width: 1px;line-height: 20px;letter-spacing: -0.025em;font-weight:500;word-break:keep-all;}
.tbl thead tr:nth-child(n + 2) th{background-color:#f5f5f5;font-weight: 400;}
.tbl tbody:before{display:block; position:absolute; bottom:0; left:0; width:100%; height:1px; background-color:var(--color1);}
.tbl tbody th{padding:9px 16px; background-color:#f5f5f5; border-bottom-width:1px;border-right-width: 1px;line-height:22px;font-weight: 400;}
.tbl td{padding:9px 16px; border-bottom-width:1px; border-left-width:1px; border-right-width: 1px; line-height:1.6;font-size:.941em}
.tbl td:first-child{border-left-width:0;}
.tbl td:last-child{border-right:none;}

table [class*=c-list] {text-align: left;}
.auto-tb-wrap .tb-wrap {overflow-x: auto}
.auto-tb-wrap .tb-wrap > table {min-width: 530px;}
.auto-tb-wrap .rs-notice {display: none;}
.cel-color1 {background: #f0f7ff;border: 2px solid var(--color1)}
@media all and (max-width:530px){
	.auto-tb-wrap .rs-notice {display: block;}
	.rs-notice {display: block;margin: 20px 0 10px;text-align: center;position: relative;padding: 0 25px;line-height: 1.2;}
	.rs-notice:before,
	.rs-notice:after {content: '←';display: block;position: absolute;top: 0;bottom: auto;}
	.rs-notice:before {left: 0;}
	.rs-notice:after {content: '→';right: 0;}
	.tbl td {padding: 5px;}
}


/* ******************* *
* 06 인포
* ******************* */
span.warning {display: inline-block;}
.warning {position: relative;display: block;width: auto;margin-top: 3px;padding-left: 24px;box-sizing: border-box;}
.warning:before {content: '!';display: flex;align-items: center;justify-content: center;font-size: 14px;position: absolute;top: 3px;left: 0;width: 18px;height: 18px;border-radius: 50%;background: #686868;box-sizing: border-box;color: #fff;}
.warning.type2 {color: #bb0505;}
.warning.type2:before {background-color: #bb0505;}
.warning.type3 {color: var(--color3);}
.warning.type3:before {background-color: var(--color3);}
@media all and (max-width:768px){
	.warning {padding-left: 24px;}
	.warning:before {top: 2px;width: 18px;height: 18px;background-position: -1px;}
}



/* ******************* *
* 07 탭
* ******************* */
.c-tab1 {margin-bottom: 40px;}
.c-tab1 ul {display: flex;width: 100%;flex-wrap: wrap;align-items: flex-start;gap: 15px 10px;}
.c-tab1 ul li a {position: relative;display: flex;font-size: 1.06em;border-radius: 30px;background: #f7f7f7;padding: 12px 32px;transition: background .3s ease-in;}
.c-tab1 ul li a.active {background: var(--color4);box-shadow: 4px 8px 16px rgb(32 43 63 / 20%);color: #fff;}
.c-tab1 ul li a:not(.active):hover,
.c-tab1 ul li a:not(.active):focus {background: #e0f4f6;}
.c-tab1 ul li a[target=_blank]:after {content: "";display: inline-block;width: 20px;height: 20px;margin-left: 6px;background: url(../../../../resource/images/cwenvi/sub/ico_blank.svg) no-repeat center/contain;}
.c-tab1 ul li a[target="_blank"].active span:after {background-position-x: -20px;}
.c-tab2 {position: relative;margin-bottom: 30px;box-sizing: border-box;}
.c-tab2 ul {position: relative;display: flex;flex-wrap: wrap;justify-content: center;width: 100%;text-align: center;background: #f7f7f7;padding: 12px 0;box-sizing: border-box;}
.c-tab2 ul li {position: relative;}
.c-tab2 ul li:after {content: '';position: absolute;top: 50%;right: 0;width: 1px;height: 12px;background: #e1e1e1;transform: translateY(-50%);}
.c-tab2 ul li:last-child:after {display: none;}
.c-tab2 ul li a {position: relative;display: flex;align-items: center;min-height: 42px;padding: 0 20px;box-sizing: border-box;transition: .2s ease-in-out all;}
.c-tab2 ul li a span {display: inline-block;vertical-align: middle;}
.c-tab2 ul li a[target="_blank"] span:after {content:'';display: inline-block;width: 20px;height: 20px;background: url(../../../../resource/images/cwenvi/sub/ico_blank.svg);margin: -3px 0 0 8px;vertical-align: middle;background-position-x: -34px;background-position-y: -5px;background-size: 165px;}
.c-tab2 ul li a[target="_blank"].active span:after {background-position-x: -20px;}
.c-tab2 ul li a.active {font-weight: 600;color: var(--color1);margin-top: -4px;}
@media all and (max-width:768px){
	.c-tab1 {margin-bottom: 20px;}
	.c-tab1 ul {row-gap: 8px;}
	.c-tab1 ul li a {padding: 8px 12px;}
	.c-tab2 ul li a {min-height: 30px;}
}


/* ******************* *
* 08 폼 컴포넌트
* ******************* */
.frm-rdos {display: flex;}
.frm-rdos .rdos {display: block;margin-right: 30px;position: relative;}
.frm-rdos .rdos:last-child {margin-right: 0;}
.frm-rdos .rdos input[type=radio] {width: 1px;height: 1px;overflow: hidden;position: absolute;top: -9999em;left: -9999em;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;opacity: 0;}
.frm-rdos .rdos label {padding-left: 29px;position: relative;}
.frm-rdos .rdos label:before {content: '';display: block;background: #fff;border: 2px solid #d5d5d5;border-radius: 50%;box-sizing: border-box;width: 20px;height: 20px;position: absolute;top: 1px;left: 0;}
.frm-rdos .rdos input[type=radio]:checked + label:before {border: 5px solid var(--color1);}
.frm-rdos .rdos input[type=radio]:focus + label {outline: 1px dashed #000;}
.frm-rdos.empty .rdos {display: flex;width: 20px;height: 20px;margin: 0 auto;}
.frm-rdos.empty .rdos label {padding-left: 20px;}
.frm-chks {display: flex;}
.frm-chks .chks {display: block;margin-right: 30px;position: relative;}
.frm-chks .chks:last-child {margin-right: 0;}
.frm-chks .chks input[type=checkbox] {width: 1px;height: 1px;overflow: hidden;position: absolute;top: -9999em;left: -9999em;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;opacity: 0;}
.frm-chks .chks label {padding-left: 29px;position: relative;}
.frm-chks .chks label:before,
.frm-chks .chks label:after {content: '';display: block;box-sizing: border-box;position: absolute;top: 1px;left: 0;}
.frm-chks .chks label:before {border: 2px solid #d5d5d5;border-radius: 3px;width: 20px;height: 20px;}
.frm-chks .chks label:after {border: 2px solid #fff;border-top: 0;border-right: 0;width: 10px;height: 6px;transform: rotate(-45deg);margin: 5px 0 0 5px;opacity: 0;}
.frm-chks .chks input[type=checkbox]:checked + label:before {background: var(--color1);border-color: var(--color1);}
.frm-chks .chks input[type=checkbox]:checked + label:after {opacity: 1;transition: .35s linear;}
.frm-chks .chks input[type=checkbox]:focus + label  {outline: 1px dashed #000;}
.frm-chks.empty .chks {display: flex;width: 20px;height: 20px;margin: 0 auto;}
.frm-chks.empty .chks label {padding-left: 20px;}


/* ******************* *
* 09 페이징
* ******************* */
.paging { display: flex; align-items: center; justify-content: center; text-align:center; font-size: 0; margin: 80px 0 0; flex-wrap: wrap; } 
.paging > div {display: flex;flex-wrap: wrap;justify-content: center;}
.paging a { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 40px; height: 40px; line-height: 40px; border-radius: 5px; font-size: 1rem; color: #000; box-sizing: border-box; text-decoration: none; transition: all .3s; z-index: 1; } 
.paging a.on { background: #f1f3f4; border-radius: 50%; } 
.paging a:hover,
.paging a:focus { color: var(--color1); } 
.paging .previous::before,
.paging .next::before { content: ''; display: block; border-width: 1px; border-style: solid; border-color: transparent #444 #444 transparent; background-color: transparent; width: 6px; height: 6px; transform: rotate(-45deg); transition: all .3s; } 
.paging .previous::before { transform: rotate(135deg); } 
.paging .previous.first::after,
.paging .next.last::after { content: ''; display: block; border-width: 1px; border-style: solid; border-color: transparent #444 #444 transparent; background-color: transparent; width: 6px; height: 6px; transform: rotate(-45deg); transition: all .3s; } 
.paging .previous.first::after { transform: rotate(135deg); } 
.paging .previous:hover::before,
.paging .previous:focus::before,
.paging .next:hover::before,
.paging .next:focus::before,
.paging .previous.first:hover::after,
.paging .previous.first:focus::after,
.paging .next.last:hover::after,
.paging .next.last:focus::after { border-color: transparent var(--color1) var(--color1) transparent; } 
@media all and (max-width:768px){
	.paging a {width: 30px;height: 30px}
}

/* ******************* *
* 10 폴딩
* ******************* */
.folding-wrap {position: relative;}
.folding-wrap .list > .cont {display: none;background: #f9f9f9;}
.folding-wrap .cont-in {box-sizing: border-box;padding: 40px;}
.folding-wrap.type1 {position: relative;overflow: hidden;border-top: 2px solid #333;border-bottom: 1px solid #333;}
.folding-wrap.type1 .list {border-top: 1px solid #ddd;}
.folding-wrap.type1 .list:first-of-type {border-top: 0;}
.folding-wrap.type1 .list-btn {position: relative;display: flex;align-items: center;padding: 20px 100px 20px 40px;font-size: 1.18em;font-weight: 600;color: #191919;transition: all .3s ease;}
.folding-wrap.type1 .list-btn:before,
.folding-wrap.type1 .list-btn:after {content: '';position: absolute;display: block;right: 50px;width: 2px;height: 20px;background: var(--color4);transition: background .3s ease;}
.folding-wrap.type1 .list-btn:after {transform: rotate(90deg); transition: transform .3s;}
.folding-wrap.type1 .list-btn .num {flex: 0 0 auto;align-self: center;display: block;width: 50px;}
.folding-wrap.type1 .list-btn .tit {flex: 0 1 auto;display: block;padding-left: 30px;position: relative;}
.folding-wrap.type1 .list-btn .tit:before {content: '';display: block;position: absolute;top: 50%;left: 0;width: 6px;height: 6px;border-radius: 50%;background: #ddd;transform: translateY(-50%);}
.folding-wrap.type1 .list.is-open {background: var(--color4);}
.folding-wrap.type1 .list.is-open .list-btn {color: #fff;}
.folding-wrap.type1 .list.is-open .list-btn:before {display:none}
.folding-wrap.type1 .list.is-open .list-btn:after {background: #fff;}
.folding-wrap.type1 .list.is-open .list-btn .num:after {background: #fff;}

.folding-wrap.type2 .list {border: 1px solid #ddd;border-radius: 10px;overflow: hidden;margin-bottom: 15px;}
.folding-wrap.type2 .list-btn {position: relative;display: flex;align-items: center;padding: 20px 100px 20px 40px;font-size: 1.18em;font-weight: 600;color: #191919;transition: all .3s ease;}
.folding-wrap.type2 .list-btn:before,
.folding-wrap.type2 .list-btn:after {content: '';position: absolute;display: block;top: 50%;transform: translateY(-50%);}
.folding-wrap.type2 .list-btn:before {width: 1px;height: calc(100% + 1px);right: 90px;background: #ddd;transition: all .3s;}
.folding-wrap.type2 .list-btn:after {width: 12px;height: 12px;right: 38px;margin-top: -10px;border-left: 2px solid var(--color1);border-bottom: 2px solid  var(--color1);transform: rotate(-45deg); transition: transform .3s;}
.folding-wrap.type2 .list-btn .num {flex: 0 0 auto;align-self: center;display: block;width: 50px;}
.folding-wrap.type2 .list-btn .tit {flex: 0 1 auto;display: block;padding-left: 30px;position: relative;}
.folding-wrap.type2 .list-btn .tit:before {content: '';display: block;position: absolute;top: 50%;left: 0;width: 6px;height: 6px;border-radius: 50%;background: #ddd;transform: translateY(-50%);}
.folding-wrap.type2 .list.is-open {border-color:  var(--color1);}
.folding-wrap.type2 .list.is-open .list-btn:before {width: 90px;right: 0;background:  var(--color1);}
.folding-wrap.type2 .list.is-open .list-btn:after {border-color: #fff;margin-top: -4px;transform: rotate(135deg);}

@media all and (max-width:768px){
	.folding-wrap .cont-in {padding: 25px 20px;}
	.folding-wrap.type1 .list-btn .num {width: 30px;}
	.folding-wrap.type1 .list-btn .tit {padding-left: 20px;}
	.folding-wrap.type1 .list-btn {padding: 18px 50px 18px 20px;}
	.folding-wrap.type1 .list-btn:before, .folding-wrap.type1 .list-btn:after {right: 25px;height: 15px;}
	.folding-wrap.type2 .list {border-radius: 8px}
	.folding-wrap.type2 .list-btn {padding: 10px 50px 10px 15px;}
	.folding-wrap.type2 .list-btn .num {width: 40px}
	.folding-wrap.type2 .list-btn .tit {padding-left: 20px}
	.folding-wrap.type2 .list.is-open .list-btn:before {width: 45px;}
	.folding-wrap.type2 .list-btn:before {right: 60px}
	.folding-wrap.type2 .list-btn:after {right: 17px;width: 10px;height: 10px;}
}
@media all and (max-width:640px){
	.folding-wrap .cont-in {padding: 15px 20px;}
	.folding-wrap.type1 .list-btn {padding: 10px 45px 10px 15px;}
}



/* ******************* *
* 10 임시페이지
* ******************* */
.coming_box {background: #f5f7fd;padding: 60px 40px;text-align: center;}
.coming_box > img {margin-bottom: 25px;}
.coming_box .tit {font-size: 1.647em;font-weight: 700;color: #191919;}
.coming_box .tit > span {color: var(--color1);}
.coming_box .txt {font-size: 1.059em;margin-top: 8px;line-height: 1.4;}
@media all and (max-width:768px){
	.coming_box > img {width: 40%;margin-bottom: 20px;}
	.coming_box {padding: 30px 20px;}
}


/* ******************* *
* 11 박스 타입
* ******************* */
[class*=cont-box] {padding: 30px 35px;}
[class*=cont-box] .tit {font-size: 1.5rem;font-weight: bold;color: #191919;}
[class*=cont-box] .tit + * {margin-top: 20px;}
[class*=cont-box] .txt {line-height: 1.294;color: #333;}
[class*=cont-sbox] {padding: 12px 18px;box-sizing: border-box;}
[class*=cont-sbox] .tit {font-size: 1rem;font-weight: 600;color: #191919;}
[class*=cont-sbox] .tit + * {margin-top: 8px;}
.cont-box {border-radius: 10px;border: 1px solid #ddd;}
.cont-box.type2 {background: #eff1f7;border: none;}
.cont-sbox {border: 1px solid #ddd;border-radius: 8px;}
.cont-sbox.type2 {border: 1px solid #ddd;background: #f5f5f5;border-radius: 8px;}
@media all and (max-width:1024px) {
    [class*=cont-box] {padding: 28px 33px;}
    [class*=cont-box] .tit {font-size: 1.25rem;}
}
@media all and (max-width:768px) {
    [class*=cont-box] .tit + * {margin-top: 10px;}
    [class*=cont-box] .tit img {width: 180px;}
}
@media all and (max-width:640px) {
    [class*=cont-box] {padding: 15px 20px;}
    [class*=cont-box] .tit {font-size: 1.1875rem;}
    [class*=cont-box] .tit img {width: 160px;}
    .cont-box,
    .cont-box.type2 {border-radius: 12px;}
}




/* ******************* *
* 달력
* ******************* */
.flatpickr-current-month {display: flex;align-items: flex-start;justify-content: center;}
.flatpickr-current-month .flatpickr-monthDropdown-months {order: 2}
.flatpickr-day.today {border-color: var(--color1);}
.flatpickr-day.selected {background: var(--color1);border-color: var(--color1);}
input.src-day {width: 200px; background: url(' ../../../../resource/images/cwenvi/common/ico_calendar.png') no-repeat center right 10px}
input.src-time {width: 100px;margin-left: 10px;}



/* ******************* *
*  이미지 박스
* ******************* */
/* cont-img */
[class*=cont-img] .img-sec {display: flex;justify-content: center;flex-wrap: wrap;}
[class*=cont-img] {padding: 40px 50px;border: 1px solid #ddd;border-radius: 20px;box-sizing: border-box;}
[class*=cont-img]:not(:last-child) {margin-bottom: 40px;}
[class*=cont-img] .img-sec .img {text-align: center;}
[class*=cont-img] .img-sec li {width: 100%;margin-bottom: 12px;position: relative;text-align: center;}
[class*=cont-img] .img-sec li:last-child {margin-bottom: 0;}
[class*=cont-img] .img-sec li img {display: block;width: 250px;height: 150px;margin: 0 auto;border-radius: 8px;}
[class*=cont-img] .txt-sec {margin-top: 35px;padding-top: 30px;border-top: 1px solid #ddd;box-sizing: border-box;text-align: center;}
[class*=cont-img][class*=col] .img-sec li:after {content: '';display: block;width: 1px;height: 77%;background: url(../images/common/vline.png) repeat;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
[class*=cont-img][class*=col] .txt-sec ul li {text-align: left;}
.cont-img.col2 .img-sec {justify-content: space-between;padding: 0 15%;}
.cont-img.col2 .img-sec li {width: 50%;}
.cont-img.col2 .img-sec li:nth-child(2n):after {display: none;}
.cont-img.col3 .img-sec {justify-content: space-between;padding: 0;}
.cont-img.col3 .img-sec li {min-width: 250px;width: 33.333%;}
.cont-img.col3 .img-sec li:nth-child(3n) {margin-right:0;}
.cont-img.col3 .img-sec li:nth-child(3n):after {display: none;}
@media all and (max-width: 1024px) {
    [class*=cont-img] {padding: 40px 20px;}
    .cont-img.col2 .img-sec {padding: 0;}
    .cont-img.col3 .img-sec li {width: 50%;margin-bottom: 12px;}
    .cont-img.col3 .img-sec li:last-child {margin-bottom: 0;}
    .cont-img.col3 .img-sec li:nth-child(3n):after {display: block;}
    .cont-img.col3 .img-sec li:nth-child(2n):after {display: none;}
}
@media all and (max-width: 640px) {
    [class*=cont-img] {padding: 14px;}
    [class*=cont-img] .img-sec li {padding: 0;}
    [class*=cont-img] .img-sec li img {width: 100%;height: auto;}
    [class*=cont-img] .txt-sec {padding-top: 14px;margin-top: 15px;}
    [class*=cont-img] .txt-sec a {margin-bottom: 10px;}
    .cont-img.col2 {padding: 14px;}
    .cont-img.col2 .img-sec li {width: 100%;margin-bottom: 12px;}
    .cont-img.col2 .img-sec li:last-child {margin-bottom: 0;}
    .cont-img.col3 .img-sec li {width: 100%;}
    .cont-img.col2 .img-sec li:after,
    .cont-img.col3 .img-sec li:after,
    .cont-img.col3 .img-sec li:nth-child(3n):after {display: none;}
}

/* ******************* *
* 창원시
* ******************* */
.mgl1em{margin-left:1em !important;}

/* 탭 */

.c-tab2 { display: flex; border: 1px solid #B1B8BE80; } 
.c-tab2 li { width:calc(100% / 14); border-right: 1px solid #B1B8BE80 } 
.c-tab2 li:first-child:nth-last-child(2), .c-tab2 li:first-child:nth-last-child(2) ~ li { width: calc(100% / 2); } 
.c-tab2 li:first-child:nth-last-child(3), .c-tab2 li:first-child:nth-last-child(3) ~ li { width: calc(100% / 3); } 
.c-tab2 li:first-child:nth-last-child(4), .c-tab2 li:first-child:nth-last-child(4) ~ li { width: calc(100% / 4); } 
.c-tab2 li:first-child:nth-last-child(5), .c-tab2 li:first-child:nth-last-child(5) ~ li { width: calc(100% / 5); } 
.c-tab2 li:first-child:nth-last-child(6), .c-tab2 li:first-child:nth-last-child(6) ~ li { width: calc(100% / 6); } 
.c-tab2 li:first-child:nth-last-child(7), .c-tab2 li:first-child:nth-last-child(7) ~ li { width: calc(100% / 7); } 
.c-tab2 li:first-child:nth-last-child(8), .c-tab2 li:first-child:nth-last-child(8) ~ li { width: calc(100% / 8); } 
.c-tab2 li:first-child:nth-last-child(9), .c-tab2 li:first-child:nth-last-child(9) ~ li { width: calc(100% / 9); } 
.c-tab2 li:first-child:nth-last-child(10), .c-tab2 li:first-child:nth-last-child(10) ~ li { width: calc(100% / 10); } 
.c-tab2 li:first-child:nth-last-child(11), .c-tab2 li:first-child:nth-last-child(11) ~ li { width: calc(100% / 11); } 
.c-tab2 li:first-child:nth-last-child(12), .c-tab2 li:first-child:nth-last-child(12) ~ li { width: calc(100% / 12); } 
.c-tab2 li:first-child:nth-last-child(13), .c-tab2 li:first-child:nth-last-child(13) ~ li { width: calc(100% / 13); } 
.c-tab2 li:last-child { border-right: none } 
.c-tab2 li a {display: flex;background: none;border: none;text-align: center;width: 100%;font-size: 1.1176rem;font-weight: 600;color: #464C53;height: 100%;padding: 13px 0;justify-content: center;align-items: center;} 
.c-tab2 li a.active { background: #005D47; color: #fff }
.c-tab2 li a[target=_blank]:after {content: "";display: inline-block;width: 20px;height: 20px;margin-left: 6px;background: url(../../../../resource/images/cwenvi/sub/ico_blank.svg) no-repeat center/contain;}



/* ******************* *
* 창원시
* ******************* */

/* flowchart */
.flow-chart1 {background:#eff1f7;margin-bottom:10px;box-sizing:border-box;border-radius:10px;/* padding:15px 25px */}
.flow-chart1.cpd01{padding:5% 15% !important}
.flow-chart1 ol {list-style:none;padding:15px 50px;margin:10px 0;overflow:hidden;}
.flow-chart1 ol > li {position:relative;text-align:center;margin:20px 0 46px;font-size:15px;}
.flow-chart1 ol > li:first-child {margin-left:0 !important}
.flow-chart1 ol > li:last-child{margin-bottom:22px;}
.flow-chart1 ol > li:after {position:absolute;content:"";display:block;width:24px;height:24px;background:url(https://www.changwon.go.kr/cwportal/_res/depart/img/inc/arrow30right1.png) no-repeat;transform:rotate(90deg);bottom:-38px;right:50%;margin-right:-15px;background-size:contain;}
.flow-chart1 ol > li:last-child:after {display:none;}
.flow-chart1 ol li .grid-in {text-align:center;line-height:22px;box-sizing:border-box;border-radius:5px;padding:0;background:#fff;border:1px solid #2b3c5b;}
.flow-chart1 ol > li:nth-child(odd) .grid-in {border:1px solid #1987ad;}
.flow-chart1 ol > li.line2 .grid-in, .flow-chart li.line3 .grid-in {padding-top:10px;padding-bottom:10px;} 
.flow-chart1 li .grid-in br {display:block;}

.flow-chart1 ol.flow li .grid-in {background:#fff;border:1px solid #2b3c5b;color:#333;}
.flow-chart1 ol.flow li:nth-child(odd) .grid-in {border-color:#1987ad}
.flow-chart1 ol.flow li .grid-in strong {padding:15px;color:#fff;border-bottom:1px solid #2b3c5b;border-top-left-radius:2px;border-top-right-radius:2px;background:#2b3c5b;margin:0;}
.flow-chart1 ol.flow li:nth-child(odd) .grid-in strong {color:#fff;border-color:#1987ad;background:#1987ad;}
.flow-chart1 ol.flow li .grid-in .span p{margin-top: 1em;margin-bottom: 1em;}
.flow-chart1 ol.flow .bu{margin:25px}
/* .flow-chart1 ol.flow .bu li {background:url(../../img/lib/li1bg.png) no-repeat .125em .375em;box-sizing:border-box;} */
.flow-chart1 ol.flow ul.bu>li {float:none;margin-left:0%;margin-bottom:0px;width:100% !important;box-sizing:border-box;}
.flow-chart1 ol.flow li .t2 {padding:0 20px;margin:15px 0;}
/* .flow-chart1 ol.flow ul.bu li ul>li{background:url(../../img/lib/li2bg.png) no-repeat .125em .375em;} */
.flow-chart1 ol.flow li strong {font-size:1.133em;display:block;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:15px;font-weight:400;}
.flow-chart1 ol.flow li .t1 {padding:0 5px;}
.flow-chart1 ol > li .grid-in .t1 .num {display:block;font-size:1.375em;margin-bottom:5px;}
.flow-chart1 ol.flow li ol.bo1{margin:20px 20px;}
.flow-chart1 ol.flow li ol.bo1>li{text-align:left;}
.flow-chart1 ol.flow li ol.bo1.even-grid>.column {width:24%;} 
.flow-chart1 ol.flow li ol.bo1>li:after{display: none;}
.flow-chart1 ol.flow li ol.bo1>li:before{margin-top:-4px;margin-right:.25em;}


/* flow1 1개 */
.flow-chart1 ol.flow1{margin:20px 0;}
.flow-chart1 ol.flow1 li {float:none;width:100%;margin:0;}
.flow-chart1 ol.flow1 li:after {position:relative;top:auto;right:auto;left:auto;bottom:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);margin:10px auto;}

/* flow2 2개 */
.flow-chart1 ol.flow2{margin:0;}
.flow-chart1 ol.flow2 li {float:left;margin-left:3.5%;margin-bottom:22px;width:48.2%;}
.flow-chart1 ol.flow2 li:nth-child(1) {margin-left:0%}
.flow-chart1 ol.flow2 li:after {bottom:auto;top:50%;right:-5%;transform:rotate(0);margin-top:-12px;margin-right:-6px;}
.flow-chart1 ol.flow2 li:last-child:after {display:none;}
.flow-chart1 ol.flow2 li:nth-child(2n+1) {margin-left:0%}

/* flow3 3개 */
.flow-chart1 ol.flow3{margin:0;}
.flow-chart1 ol.flow3 li {float:left;margin-left:3.5%;margin-bottom:22px;width:31%;}
.flow-chart1 ol.flow3m li:nth-child(3n+1) {margin-left:0%}
.flow-chart1 ol.flow3 li:after {bottom:auto;top:50%;right:-6%;transform:rotate(0);margin-top:-12px;margin-right:-10px;}
.flow-chart1 ol.flow3 li:last-child:after {display:none;}
.flow-chart1 ol.flow3 li:nth-child(3n+1) {margin-left:0%;}


.flow-chart1 ol.flow3 ul.bu{margin-top:0;margin-left:20px}
/*.flow-chart1 ol.flow3 ul.bu>li {float:none;margin-left:0%;margin-bottom:0px;width:100% !important;box-sizing:border-box;}
.flow-chart1 ol.flow3 li .t2 {padding:0 20px;margin:15px 0;} */
.flow-chart1 strong .h1,
.flow-chart1 .span.h1{height:190px;}

/* flow4 4개 */
.flow-chart1 ol.flow4{margin:0;}
.flow-chart1 ol.flow4 li {float:left;margin-left:4%;margin-bottom:22px;width:22%;}
.flow-chart1 ol.flow4 li:nth-child(1) {margin-left:0%}
.flow-chart1 ol.flow4 li:after {bottom:auto;top:50%;right:-12%;transform:rotate(0);margin-top:-12px;margin-right:-6px;}
.flow-chart1 ol.flow4 li:nth-child(4n+1) {margin-left:0%}

/* flow5 5개 */
.flow-chart1 ol.flow5{margin:0;}
.flow-chart1 ol.flow5 li {float:left;margin-left:4%;margin-bottom:22px;width:16.8%;}
.flow-chart1 ol.flow5 li:nth-child(1) {margin-left:0%}
.flow-chart1 ol.flow5 li:after {bottom:auto;top:50%;right:-16%;transform:rotate(0);margin-top:-12px;margin-right:-6px;}
.flow-chart1 ol.flow5 li:nth-child(5n+1) {margin-left:0%}

@media all and (max-width:999px){
	.flow-chart1 ol {padding:15px;}
	.flow-chart1 ol.flow li ol.bo1.even-grid>.column {width:49%;} 

	.flow-chart1 ol.flow2 li, .flow-chart1 ol.flow2m li, .flow-chart1 ol.flow3 li, .flow-chart1 ol.flow3m li, .flow-chart1 ol.flow4 li {float:none;width:100%;margin:10px 0 10px;}
	.flow-chart1 ol.flow2 li:after, .flow-chart1 ol.flow2m li:after, .flow-chart1 ol.flow3 li:after, .flow-chart1 ol.flow3m li:after, .flow-chart1 ol.flow4 li:after {position:relative;top:auto;right:auto;left:auto;bottom:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);margin:10px auto;}
	/* .flow-chart1 ol.flow3 li:nth-child(3n):after, .flow-chart1 ol.flow4 li:nth-child(4n):after {display:block;} */

	.flow-chart1 .span.h1{height:auto;}

	.flow-chart1 ol.flow5 li{margin:20px 0 20px}
	.flow-chart1 ol.flow5 li {float:left;margin-left:5%;width:29%;}
	.flow-chart1 ol.flow5 li:nth-child(4) {margin-left:0%}
	.flow-chart1 ol.flow5 li:after {right:-12%;margin-top:-12px;}
	
	.flow-chart1 ol.flow > li:last-child {margin-bottom:22px;}
}


@media all and (max-width:767px){
	.flow-chart1.cpd01{padding:5% !important}
	.flow-chart1 ol.flow li ol.bo1.even-grid>.column {width:100%;} 

	.flow-chart1 ol.flow5 li {float:none;width:100%;margin:10px 0 10px;}
	.flow-chart1 ol.flow5 li:after {position:relative;top:auto;right:auto;left:auto;bottom:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);margin:10px auto;}
	.flow-chart1 li .grid-in br {display:none;}
}

/* 일반목록 */
ul.bu{list-style:none;margin-left:0;padding:0;text-align:left;}
ul.bu ul{list-style:none;margin:.5em 0;padding:0;}
ul.bu li {
	position:relative;
	margin:.375em 0;
	padding:0 0 0 10px;
}
ul.bu li>ul>li {font-size:.938em;}
ul.bu li:before {position:absolute;top:14px;left:0;content:"";display:block;width:2px;height:2px;background:#333;}
ul.bu>li>ul>li:before {top:13px;width:5px;height:1px;background:#747474;}

.bgno {background:none;}


/* 순서 없는 목록 */
ul.bu{margin-left:6px;}
ul.bu li{padding-left:12px;}
ul.bu li:before{top:10px;width:5px;height:5px;border-radius:100px;}
ul.bu>li>ul>li>ul>li:before {top:0px;width:14px;height:14px;background:url(../../img/lib/li3bg.png) no-repeat .125em .375em;}
p.bu:before {position:absolute;top:10px;left:0;content:"";display:block;width:5px;height:5px;background:#333;border-radius:100px;}
p.bu{background-image:none;padding:0 0 0 12px;}

@media all and (max-width:640px){
	ul.bu li:before {top: 7px;}
}


/* 동영상 대본 원고 20150710 */
.caption1{position:relative;
	height:20em;
	margin:0 auto 1.25em;
	padding:1.25em;
	border:1px solid #eaecee;
	background:#fcfcfc;
	overflow:auto;overflow-x:hidden; line-height: 150%;}



/* Flex Wrapper for Responsive embed 20171110.
 */
.flex1wrap1{display:block;position:relative;
	max-width:100%;
	margin:0 auto;
	padding:0 0 56.25% 0; /* 9/16 */
	background:#000; /* ☆ */
	overflow:hidden;
}
.flex1wrap1.wmv1pdt{padding-top:64px;} /* ☆ Windows7[IE11]WMP12 컨트롤바+상태바 높이 */
/* ((( Foundation. You may delete after test. */
.flex1wrap1.youtube{padding-top:25px;padding-bottom:67.5%;}
.flex1wrap1.vimeo{padding-top:0;}
.flex1wrap1.widescreen{padding-bottom:56.34%;}
.flex1wrap1 .flex1wrap1fix1,
.flex1wrap1 .flex1cont1, /* div */
.flex1wrap1 iframe,
.flex1wrap1 object,
.flex1wrap1 embed,
.flex1wrap1 video,
.flex1wrap1 img{display:block;position:absolute;left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	border:0;
	vertical-align:top;
}
.flex1wrap1>.flex1wrap1fix1 ~ .alternativeContent{position:absolute;margin:0;} /* ☆ 대체콘텐츠 높이 영향 무력화 */

/*  Image Full (contain) ☆ 여백(좌우) 잘림(무) 왜곡(폭큰|키큰|키작은이미지)  */
.flex1wrap1>.flex1wrap1fix1>img,
img.flex.contain{display:block;
	position:relative;
	width:auto;height:auto;min-width:0;max-width:100%;min-height:100%;max-height:100%;
	margin:0 auto;
}
/* Frame Full (cover) ☆ 여백(무) 잘림(좌우|하) 왜곡(무) */
img.flex.cover{display:block;
	position:absolute;left:0;top:0;bottom:0;
	width:auto;height:auto;min-width:100%;max-width:none;min-height:100%;max-height:none;
}
/* Frame Full 폭100% (cover) ☆ 여백(무) 잘림(하) 왜곡(폭큰이미지) */
img.flex.cover-w100{display:block;
	position:absolute;left:0;top:0;bottom:0;
	width:100%;height:auto;min-height:100%;max-height:none;
}
/* Image Detail ☆ 여백(좌우|하) 왜곡(무) 잘림(무) 제한(높이) ))) 래퍼로 제한하고 아래 img.flex.auto 권장 */
img.flex.detail{display:block;
	width:auto;height:auto;min-width:0;max-width:100%;min-height:0;max-height:415px;
	margin:0 auto;
}
/* Image Auto ☆ 여백(좌우|하) 왜곡(무) 잘림(무) 제한(무) */
img.flex.auto{display:block;
width:auto;height:auto;min-width:0;max-width:100%;min-height:0;max-height:100%;
margin:0 auto;
}


 /* 사진 아래 설명 텍스트 */
 .photo1box1 .photoimg .img1{position:relative;}
 .photo1box1 .photoimg .img1 img{width:100%;}
 .photo1box1 .photoimg .img1 .txt{position: absolute; bottom:0; left:0; width:100%; padding:8px 0; background: rgba(0, 0, 0, 0.6);}
 .photo1box1 .photoimg .img1 .txt .m1{display:block; padding-left:10px;color: #fff;}
  



/*추후 정리 필요*/
.even-grid{list-style:none;box-sizing:border-box;min-height:0;margin:10px -10px;padding:0;}
.even-grid:before,
.even-grid:after{content:'';display:table;clear:both;}
/* column */
.even-grid>.column{display:inline-block;position:relative;box-sizing:border-box;width:100%;margin:0 -.25em 0 0;padding:10px;vertical-align:top;}
.even-grid.float-left{} /* 20170110~ */
.even-grid.float-left>.column{float:left;margin:0;}
/* gap */
.even-grid.gap1pct{margin:.5% -.5%;}
.even-grid.gap1666pct{margin:.833% -.833%;} /* (20/1200)=(6/360) */
.even-grid.gap2pct{margin:1% -1%;}
.even-grid.gap25pct{margin:1.25% -1.25%;} /* (30/1200)=(9/360) */
.even-grid.gap3pct{margin:1.5% -1.5%;}
.even-grid.gap333pct{margin:1.666% -1.666%;} /* (40/1200)=(12/360) */
.even-grid.gap4pct{margin:2% -2%;}
.even-grid.gap416pct{margin:2.083% -2.083%;} /* (50/1200)=(15/360) */
.even-grid.gap5pct{margin:2.5% -2.5%;} /* (60/1200)=(18/360) */
.even-grid.gap6pct{margin:3% -3%;}
.even-grid.gap7pct{margin:3.5% -3.5%;}
.even-grid.gap8pct{margin:4% -4%;}
.even-grid.gap9pct{margin:4.5% -4.5%;}
.even-grid.gap10pct{margin:5% -5%;}
.even-grid.gap2px{margin:1px -1px;}
.even-grid.gap4px{margin:2px -2px;}
.even-grid.gap6px{margin:3px -3px;}
.even-grid.gap8px{margin:4px -4px;}
.even-grid.gap10px{margin:5px -5px;}
.even-grid.gap12px{margin:6px -6px;}
.even-grid.gap14px{margin:7px -7px;}
.even-grid.gap16px{margin:8px -8px;}
.even-grid.gap18px{margin:9px -9px;}
.even-grid.gap20px{margin:10px -10px;}
.even-grid.gap24px{margin:12px -12px;}
.even-grid.gap30px{margin:15px -15px;}
.even-grid.gap40px{margin:20px -20px;}
.even-grid.gap50px{margin:25px -25px;}
.even-grid.gap60px{margin:30px -30px;}
/* 아래 계산 ) .column 이 flolat:left; 일 때 정확히 좌우 맞추려 소수점 여섯째 자리에서 올림
	20170825. bug) [~IE11] .column 이 창폭에 따라 그리드 맨좌측 .column 1px 벗어남 (또는 사라짐)
	))해결) 소수점 세째 자리에서 올림 (조금 큰값이어야 한다.)
 */
.even-grid.gap1pct>.column{padding:0.50%;} /* =.5*(100/(.5+100+.5)) */
.even-grid.gap1666pct>.column{padding:0.82%;} /* =.833*(100/(.833+100+.833)) */
.even-grid.gap2pct>.column{padding:0.99%;} /* =1*(100/(1+100+1)) */
.even-grid.gap25pct>.column{padding:1.22%;} /* =1.25*(100/(1.25+100+1.25)) */
.even-grid.gap3pct>.column{padding:1.46%;} /* =1.5*(100/(1.5+100+1.5)) */
.even-grid.gap333pct>.column{padding:1.62%;} /* =1.666*(100/(1.666+100+1.666)) */
.even-grid.gap4pct>.column{padding:1.93%;} /* =2*(100/(2+100+2)) */
.even-grid.gap416pct>.column{padding:2.00%;} /* =2.083*(100/(2.083+100+2.083)) */
.even-grid.gap5pct>.column{padding:2.39%;} /* =2.5*(100/(2.5+100+2.5)) */
.even-grid.gap6pct>.column{padding:2.84%;} /* =3*(100/(3+100+3)) */
.even-grid.gap7pct>.column{padding:3.28%;} /* =3.5*(100/(3.5+100+3.5)) */
.even-grid.gap8pct>.column{padding:3.71%;} /* =4*(100/(4+100+4)) */
.even-grid.gap9pct>.column{padding:4.13%;} /* =4.5*(100/(4.5+100+4.5)) */
.even-grid.gap10pct>.column{padding:4.55%;} /* =5*(100/(5+100+5)) */
.even-grid.gap2px>.column{padding:1px;}
.even-grid.gap4px>.column{padding:2px;}
.even-grid.gap6px>.column{padding:3px;}
.even-grid.gap8px>.column{padding:4px;}
.even-grid.gap10px>.column{padding:5px;}
.even-grid.gap12px>.column{padding:6px;}
.even-grid.gap14px>.column{padding:7px;}
.even-grid.gap16px>.column{padding:8px;}
.even-grid.gap18px>.column{padding:9px;}
.even-grid.gap20px>.column{padding:10px;}
.even-grid.gap24px>.column{padding:12px;}
.even-grid.gap30px>.column{padding:15px;}
.even-grid.gap40px>.column{padding:20px;}
.even-grid.gap50px>.column{padding:25px;}
.even-grid.gap60px>.column{padding:30px;}
/* vertical gap 20181022 ( .vgap0 와 .vgap00 이외값은 )) .mgt60px … 활용 ) */
.even-grid[class*='vgap0']{margin-top:0;margin-bottom:0;}
	.even-grid.vgap00>.column{padding-top:0;padding-bottom:0;}
	.even-grid.vgap0rv>.column{padding-top:24px;padding-bottom:0;}
	.even-grid.vgap0rv>.column:first-child{padding-top:0;}
/* collapse */
.even-grid.gap0,
.even-grid.collapse{margin:0;}
.even-grid.gap0>.column,
.even-grid.collapse>.column{padding:0;}
/* space-around */
.even-grid.mg0{margin:0;}
.even-grid.mgl{margin-left:0;}
.even-grid.mgr{margin-right:0;}
/* Nested 20181018 */
.even-grid>.even-grid{margin:0;}
.even-grid>.even-grid>.column{padding-top:0;padding-bottom:0;}
/* .even-grid>.column>.even-grid{margin-top:0;margin-bottom:0;} */
/* .even-grid>.column>.even-grid>.column{padding-top:0;padding-bottom:0;} */
/* small~xlarge */
	/* (균등 evenmix-) */
	.even-grid[class*='evenmix-1']>.column{width:100%;}
	.even-grid[class*='evenmix-2']>.column{width:50%;}
	.even-grid[class*='evenmix-3']>.column{width:33.33333%;}
	.even-grid[class*='evenmix-4']>.column{width:25%;}
	.even-grid[class*='evenmix-5']>.column{width:20%;}
	.even-grid[class*='evenmix-6']>.column{width:16.66667%;}
	/* (차등 diffmix-) */
	.even-grid.diffmix-2>.column{width:100%;}
	/* (each) */
	.even-grid>.column.small-1{width:8.33333%;}
	.even-grid>.column.small-2{width:16.66667%;}
	.even-grid>.column.small-3{width:25%;}
	.even-grid>.column.small-4{width:33.33333%;}
	.even-grid>.column.small-5{width:41.66667%;}
	.even-grid>.column.small-6{width:50%;}
	.even-grid>.column.small-7{width:58.33333%;}
	.even-grid>.column.small-8{width:66.66667%;}
	.even-grid>.column.small-9{width:75%;}
	.even-grid>.column.small-10{width:83.33333%;}
	.even-grid>.column.small-11{width:91.66667%;}
	.even-grid>.column.small-12{width:100%;}
@media all and (min-width:640px){ /* medium 20170413 ((( 768px */
	.even-grid[class*='evenmix-12']>.column,
	.even-grid[class*='evenmix-22']>.column{width:50%;}
	.even-grid[class*='evenmix-13']>.column,
	.even-grid[class*='evenmix-23']>.column{width:33.33333%;}
	.even-grid[class*='evenmix-14']>.column,
	.even-grid[class*='evenmix-24']>.column{width:25%;}
	.even-grid[class*='evenmix-25']>.column,
	.even-grid[class*='evenmix-35']>.column{width:20%;}
	.even-grid[class*='evenmix-36']>.column{width:16.66667%;}
	/* (each) */
	.even-grid>.column.medium-1{width:8.33333%;}
	.even-grid>.column.medium-2{width:16.66667%;}
	.even-grid>.column.medium-3{width:25%;}
	.even-grid>.column.medium-4{width:33.33333%;}
	.even-grid>.column.medium-5{width:41.66667%;}
	.even-grid>.column.medium-6{width:50%;}
	.even-grid>.column.medium-7{width:58.33333%;}
	.even-grid>.column.medium-8{width:66.66667%;}
	.even-grid>.column.medium-9{width:75%;}
	.even-grid>.column.medium-10{width:83.33333%;}
	.even-grid>.column.medium-11{width:91.66667%;}
	.even-grid>.column.medium-12{width:100%;}
}
@media all and (min-width:768px){ /* medium 20190809 */
	/* [class*='diffmix-'] */
	.even-grid.vgap0rv>.column{padding-top:0;}
	.even-grid.diffmix-2>.column{width:50%;}
	.even-grid>.column.md-40pct{width:40%;}
	.even-grid>.column.md-41pct{width:41%;}
	.even-grid>.column.md-42pct{width:42%;}
	.even-grid>.column.md-43pct{width:43%;}
	.even-grid>.column.md-44pct{width:44%;}
	.even-grid>.column.md-45pct{width:45%;}
	.even-grid>.column.md-46pct{width:46%;}
	.even-grid>.column.md-47pct{width:47%;}
	.even-grid>.column.md-48pct{width:48%;}
	.even-grid>.column.md-49pct{width:49%;}
	.even-grid>.column.md-50pct{width:50%;}
	.even-grid>.column.md-51pct{width:51%;}
	.even-grid>.column.md-52pct{width:52%;}
	.even-grid>.column.md-53pct{width:53%;}
	.even-grid>.column.md-54pct{width:54%;}
	.even-grid>.column.md-55pct{width:55%;}
	.even-grid>.column.md-56pct{width:56%;}
	.even-grid>.column.md-57pct{width:57%;}
	.even-grid>.column.md-58pct{width:58%;}
	.even-grid>.column.md-59pct{width:59%;}
	.even-grid>.column.md-60pct{width:60%;}
}
@media all and (min-width:1000px){ /* large */
	.even-grid[class*='evenmix-102']>.column{width:50%;} /* 20190222 */
	.even-grid[class*='evenmix-123']>.column,
	.even-grid[class*='evenmix-223']>.column{width:33.33333%;}
	.even-grid[class*='evenmix-124']>.column,
	.even-grid[class*='evenmix-234']>.column{width:25%;}
	.even-grid[class*='evenmix-135']>.column,
	.even-grid[class*='evenmix-235']>.column{width:20%;}
	.even-grid[class*='evenmix-236']>.column,
	.even-grid[class*='evenmix-246']>.column{width:16.66667%;}
	.even-grid[class*='evenmix-257']>.column{width:14.285%;} /* 20191025 */
	/* (each) */
	.even-grid>.column.large-1{width:8.33333%;}
	.even-grid>.column.large-2{width:16.66667%;}
	.even-grid>.column.large-3{width:25%;}
	.even-grid>.column.large-4{width:33.33333%;}
	.even-grid>.column.large-5{width:41.66667%;}
	.even-grid>.column.large-6{width:50%;}
	.even-grid>.column.large-7{width:58.33333%;}
	.even-grid>.column.large-8{width:66.66667%;}
	.even-grid>.column.large-9{width:75%;}
	.even-grid>.column.large-10{width:83.33333%;}
	.even-grid>.column.large-11{width:91.66667%;}
	.even-grid>.column.large-12{width:100%;}
	/* (diff) */
	.even-grid>.column.lg-42pct{width:42%;}
	.even-grid>.column.lg-43pct{width:43%;}
	.even-grid>.column.lg-44pct{width:44%;}
	.even-grid>.column.lg-45pct{width:45%;}
	.even-grid>.column.lg-46pct{width:46%;}
	.even-grid>.column.lg-47pct{width:47%;}
	.even-grid>.column.lg-48pct{width:48%;}
	.even-grid>.column.lg-49pct{width:49%;}
	.even-grid>.column.lg-50pct{width:50%;}
	.even-grid>.column.lg-51pct{width:51%;}
	.even-grid>.column.lg-52pct{width:52%;}
	.even-grid>.column.lg-53pct{width:53%;}
	.even-grid>.column.lg-54pct{width:54%;}
	.even-grid>.column.lg-55pct{width:55%;}
	.even-grid>.column.lg-56pct{width:56%;}
	.even-grid>.column.lg-57pct{width:57%;}
	.even-grid>.column.lg-58pct{width:58%;}
}
@media all and (min-width:1260px){ /* xlarge */
	.even-grid[class*='evenmix-1234']>.column{width:25%;}
	.even-grid[class*='evenmix-2345']>.column{width:20%;}
	.even-grid[class*='evenmix-2346']>.column,
	.even-grid[class*='evenmix-1246']>.column{width:16.66667%;}
	.even-grid[class*='evenmix-1357']>.column{width:14.285%;} /* ☆ */
	.even-grid[class*='evenmix-2468']>.column{width:12.5%;}
	/* (each) */
	.even-grid>.column.xlarge-1{width:8.33333%;}
	.even-grid>.column.xlarge-2{width:16.66667%;}
	.even-grid>.column.xlarge-3{width:25%;}
	.even-grid>.column.xlarge-4{width:33.33333%;}
	.even-grid>.column.xlarge-5{width:41.66667%;}
	.even-grid>.column.xlarge-6{width:50%;}
	.even-grid>.column.xlarge-7{width:58.33333%;}
	.even-grid>.column.xlarge-8{width:66.66667%;}
	.even-grid>.column.xlarge-9{width:75%;}
	.even-grid>.column.xlarge-10{width:83.33333%;}
	.even-grid>.column.xlarge-11{width:91.66667%;}
	.even-grid>.column.xlarge-12{width:100%;}
	/* (diff) */
	.even-grid>.column.xl-42pct{width:42%;}
	.even-grid>.column.xl-43pct{width:43%;}
	.even-grid>.column.xl-44pct{width:44%;}
	.even-grid>.column.xl-45pct{width:45%;}
	.even-grid>.column.xl-46pct{width:46%;}
	.even-grid>.column.xl-47pct{width:47%;}
	.even-grid>.column.xl-48pct{width:48%;}
	.even-grid>.column.xl-49pct{width:49%;}
	.even-grid>.column.xl-50pct{width:50%;}
	.even-grid>.column.xl-51pct{width:51%;}
	.even-grid>.column.xl-52pct{width:52%;}
	.even-grid>.column.xl-53pct{width:53%;}
	.even-grid>.column.xl-54pct{width:54%;}
	.even-grid>.column.xl-55pct{width:55%;}
	.even-grid>.column.xl-56pct{width:56%;}
	.even-grid>.column.xl-57pct{width:57%;}
	.even-grid>.column.xl-58pct{width:58%;}
}



label,input,textarea,select,button,
table,pre,pre,code,kbd,samp,
i,em,cite,dfn,var,address{
	font-style:normal;
	font-size:1em;
	font-family:inherit;
	letter-spacing:inherit;
}

em,
.em{color:#d43;} /* #e04 강조색 기본 */
.em1{color:#e00;} /* 빨 red */
.em1-2{color:#e55;} /* 다홍 red */
.em2{color:#e50;} /* 주 orange (dung) */
.em3{color:#b70;} /* 노 yellow (gold) */
.em3-4{color:#690;} /* 연두 light green */
.em4{color:#080;} /* 초 green */
.em4-5{color:#078;} /* 청록 cyan (green blue) */
.em5{color:#05b;} /* 파 blue */
.em5-6{color:#04a;} /* 암청 cobalt blue */
.em6{color:#009;} /* 남 navy */
.em7{color:#85e;} /* 보 violet */
.em8{color:#c2c;} /* 심홍 magenta (blue red) */
.em9{color:#d06;} /* 분홍 pink */
.em0{color:#000;} /* 흑 black */



/* 환경교육프로그램 안내 신청 view
    edu-view_table : 한글/워드 복사 표 스타일 정리
   - 원본 구조(행/열/병합)는 유지
   - 사이트 톤 및 가독성만 보정 */

.edu-view_table { font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", sans-serif; font-size: 16px; line-height: 1.6; color: #111; }

/* span 중첩으로 인한 폰트 혼용 방지 */
.edu-view_table span { font-family: inherit !important; }

/* table 기본 골격 */
.edu-view_table table {
  width: 100% !important; border-collapse: collapse !important; table-layout: auto !important; margin: 12px 0 !important;
  border: 1px solid #CDD1D5 !important; border-top: 2px solid #159AA4 !important;
}

/* cell 기본 스타일 */
.edu-view_table td,
.edu-view_table th {
  border: 1px solid #CDD1D5 !important; padding: 10px 12px !important; background: #fff !important; vertical-align: middle !important;
  word-break: keep-all; overflow-wrap: anywhere;
}

/* 원본에 배경색이 있는 셀만 강조 처리 */
.edu-view_table td[style*="background"],
.edu-view_table td[style*="background-color"],
.edu-view_table th[style*="background"],
.edu-view_table th[style*="background-color"] {
  background: #F0FAF8 !important; font-weight: 700 !important;
}

/* 회색 배경으로 복사된 문서 호환 */
.edu-view_table td[style*="background:#f2f2f2"],
.edu-view_table td[style*="background: #f2f2f2"],
.edu-view_table th[style*="background:#f2f2f2"],
.edu-view_table th[style*="background: #f2f2f2"] {
  background: #F0FAF8 !important; font-weight: 700 !important;
}

/* 로컬(file:///) 이미지 깨짐 대응 */
.edu-view_table td:has(img[src^="file:///"]) { text-align: center; }
.edu-view_table img[src^="file:///"] { /* display: none !important; */ }
.edu-view_table td:has(img[src^="file:///"])::before {
  content: ""; display: inline-block; width: 8px; height: 8px;
  border-right: 2px solid #9AA3AE; border-bottom: 2px solid #9AA3AE; transform: rotate(-45deg);
}



















