.mo-img {
	display: none;
    width: 100%;
    margin-bottom: 30px;
}
.pc-img {
	margin-bottom: 100px;
	width: 100%; 
}
@media ( max-width: 768px ) {
	.pc-img {
	    margin-bottom: 60px;
	}
}
@media ( max-width: 425px ) {
	.pc-img {
		display: none;
	}
	.mo-img {
		display: block;
	}
}

@media (max-width: 1080px) {
    .content-line-container p img {
        width: 100%;
        height: auto;
    }
}

.bedge.yellow {
    border: 1px solid #FCB316;
    border-radius: 20px;
    padding: 4px 22px;
    font-size: 16px;
    color: #FCB316;
    margin-right:14px;
    max-width: 116px;
    box-sizing: border-box;
    text-align: center;
}

.bedge.orange {
    border: 1px solid #F6861F;
    border-radius: 20px;
    padding: 4px 22px;
    font-size: 16px;
    color: #F6861F;
    margin-right:14px;
    max-width: 116px;
    box-sizing: border-box;
    text-align: center;
}

.bedge.blue {
    border: 1px solid #78A6D8;
    border-radius: 20px;
    padding: 4px 22px;
    font-size: 16px;
    color: #78A6D8;
    margin-right:14px;
    max-width: 116px;
    box-sizing: border-box;
    text-align: center;
}

.panel-out-text {
	font-size: 2.4rem;
	color: #424242;
	font-weight: 600;
	margin-bottom: 2rem;
}

.inquiry-info {
	line-height: 180%;
    font-size: 1.8rem;
    color: #666666;
    margin-bottom: 50px;
	
}

.inquiry-alarm-text {
	border: 1px solid #F6E9DC;
	border-radius: 10px;
	padding: 3rem;
	font-size: 1.8rem;
	line-height: 34px;
	margin-bottom: 5rem;
}

.inquiry-alarm-text-red {
	padding-left: 1.8rem;
	color: #ff0000;
	margin: 1.8rem 0;
}


.inquiry-alarm-text-red > div > img {
	height: 14px;
	margin: 8px 8px 0 0;
}

@media (max-width: 1024px) {
    .inquiry-alarm-text {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .inquiry-infom {
        line-height: 150%;
        font-size: 1.4rem;
        margin-bottom: 25px;
    }
    .inquiry-alarm-text {
		margin-bottom: 3rem;
        font-size: 15px;
        line-height: 22px;
        border: 0px;
        border-top: 2px solid #ddd;
	    border-bottom: 2px solid #ddd;
	    border-radius: 0;
	    padding: 3rem 0;
    }
    .inquiry-alarm-text-red {
		padding-left: 0;
    }
    
    .inquiry-alarm-text-red > div > img {
		margin: 5px 8px 0 0;
	}
}

.about-logo-img {
    height: 8rem;
    margin: 1.6rem 0 4rem 0;
    object-fit: contain;
}

@media (max-width: 510px) {
	.about-logo-img {
		width: 100%;
		height: auto;
	}
}

.wish-for-ul {
	/* margin: 10px 0;
    list-style: none; */
    font-size: 2rem;
    line-height: 1.8;
    color: #666666;
    padding-left: 2em;
}
  @media ( max-width: 768px ) {
	.wish-for-ul {
		line-height: 150%;
		font-size: 1.6rem;
		padding-left: 1em;
	}
  }
.wish-for-ul > li {
	margin-bottom: 0.5em;
}
.wish-for-icon {
	margin: 1rem 5rem 2.5rem 0;
}

.picture-news-tit {
	font-size: 2.4rem;
	color: #F6861F;
	font-weight: 600;
}

.svg-button {
    width: 4.4rem;
    height: 4.4rem;
    background: url('/static/homepage/sub/assets/sight-img-btn-f722f6592a799ffd2249697faed01359.svg') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: transform 0.3s;
}
.svg-button:hover {
    transform: scale(1.1);
    filter: brightness(0.7); /* 이미지 색상 변경 효과 */
}

.sight-d-card-container {
	border-radius: 10px;
	border: 1px solid #DCD6CF;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 33px);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.sight-d-card-img-box {
    max-height: 387px;
    overflow: hidden;
    position: relative;
}


/* [start] 본문 텍스트 */
.sub-body {
     max-width: 140rem;
     width: 100%;
     padding-top: 9rem;
     padding-bottom: 25rem;
}

.body-top-tit-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-icon-print-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 480px){
	.btn-icon-print-box {
		
	}
}

.body-top-tit {
	width: 100%;
	font-weight: 600;
	font-size: 3.6rem;
	color: #424242;
}
@media all and (max-width:768px) {
	.body-top-tit {
		font-size: 2.4rem;
	}
}
/* @media (max-width: 480px){
	.body-top-tit {
		font-size: 2rem;
	}
} */

.body-sub-tit {
	width: 100%;
	margin-bottom: 9rem;
	font-size: 2rem;
	color: #A8A8A8;
}

.content-line-container {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 1px solid #F6E9DC;
	padding: 40px 50px;
	text-align: left;
	margin-bottom: 40px;
	box-sizing: border-box;
}

@media all and (max-width:1024px) {
	.content-line-container {
	    display: flex;
	    display: -webkit-box;
	  	display: -ms-flexbox;
	  	display: flex;
	  	-webkit-box-orient: vertical;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
}

.content-intro {
	font-size: 2.4rem;
	font-weight: 600;
    color: #666666;
    margin-bottom: 2.4rem;
}
  @media ( max-width: 768px ) {
  	.content-intro {
		font-size: 1.8rem;
	}
  }

.content-intro-sub {
	font-size: 2.2rem; 
	font-weight: 600; 
	color: #666666;
}
  @media ( max-width: 768px ) {
	.content-intro-sub {
		font-size: 1.8rem;
	}
  }

.content-desc {
	line-height: 180%;
	font-size: 2rem;
	color: #666666;
}

  @media ( max-width: 768px ) {
	.content-desc {
		line-height: 150%;
		font-size: 1.7rem;
	}
  }

.content-desc-m {
	line-height: 180%;
	font-size: 2rem;
	color: #666666;
	margin-bottom: 50px;
}

  @media ( max-width: 768px ) {
	.content-desc-m {
		line-height: 150%;
		font-size: 1.7rem;
		margin-bottom: 25px;
	}
  }

/* [end] 본문 텍스트 */

/* [start] panel-out */
.panel-out-quesion {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1rem; 
}

/* [end] panel-out */

/* [start] btn-orange */
.btn-filled-outline-orange {
	
}

.btn-size {
	width: 41rem;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-size > div {
	width: 41rem;
}

.comm-btn-orange {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    border-radius: 1.0rem;
    padding: 1.55rem 0rem;
}
  @media ( max-width: 768px ) {
  	.comm-btn-orange {
	    font-size: 1.6rem;
	    padding: 1.2rem 0rem;
	}
 }

.comm-btn-orange.success {
    color: #FFFFFF;
    background-color: #F6861F;
    width: 100%;
    border: 0px;
}

.comm-btn-orange:hover.success {
    background-color: #C35B27;
}

.comm-btn-orange.fail {
    color: #F6861F;
    border: solid 0.1rem #F6861F;
}

.comm-btn-orange:hover.fail {
    color: #FFFFFF;
    background-color: #F6861F;
    border: solid 0.1rem #F6861F;
}


.comm-btn-header-menu-pr {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    border-radius: 1.0rem;
    padding: 1.5rem 3.4rem;
    color: #FFFFFF;
    background-color: #F6861F;
    cursor: pointer;
}

.comm-btn-header-menu-df {
    font-size: 2rem;
    text-align: center;
    border-radius: 1.0rem;
    border: solid 0.1rem #F6861F;
    padding: 1.5rem 3.4rem;
    color: #666666;
    background-color: #FFFFFF;
    cursor: pointer;
}


@media (max-width: 1280px) {
	.comm-btn-header-menu-pr {
       	font-size: 1.8rem;
	}
	.comm-btn-header-menu-df {
	   	font-size: 1.8rem;
	}
}

.comm-btn-header-menu-df:hover {
    color: #FFFFFF;
    background-color: rgba(246, 134, 31, 0.6);
}

.comm-btn-header-menu-m {
	margin-left:3rem;
}
/* [end] btn-orange */



/* [start] btn-more */
.comm-btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 13.3rem;
    max-height: 6rem;
    font-size: 2rem;
    color: #C35B27;
    border: solid 0.1rem #C35B27;
    border-radius: 1rem;
    cursor: pointer;
}
/* [end] btn-more */



/* [start] about panel */
.about-panel-text-blue {
	color: #78A6D8;
	font-size: 2.2rem;
	font-weight: 600;
	margin: 15px 0px;
}

@media (max-width:425px) {
	.about-panel-text-blue {
		font-size: 2rem;
		margin: 4px 0px;
	}
}

.about-panel-text-gray {
	color: #A8A8A8;
	font-size: 1.8rem;
	word-break: break-all;
	word-break: keep-all;
}

@media (max-width:425px) {
	.about-panel-text-gray {
		font-size: 1.6rem;
	}
}
.about-panel-box {
	width: 275px;
}

.about-panel-container {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   	width: 100%;
}

.about-panel-container > img {
	margin: 0px 5px;
}

@media (max-width: 1024px) {
	.about-panel-container {
       -ms-flex-pack: center;
         justify-content: center;
         flex-direction: column;
	}
	
	.about-panel-container > img {
		margin: 0px;
		transform: rotate(90deg);
	}
	.about-panel-box {
		width: 100%;
	}
	
	.about-panel-box > img {
		max-width: 100px;
	}
}
/* [end] about panel */



/* [start] sub menu */
#header-app .gnb-nav>ul>li:hover>.sub-menu,
#header-app .gnb-nav>ul>li:focus>.sub-menu,
#header-app .gnb-nav>ul>li.on>.sub-menu{
    background-color: rgba(245, 126, 31, 0.2);
}
/* [end] sub menu */



/* [start] survey */
.survey-list li {
	border: solid 0.1rem #DCD6CF;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px;
}

.survey-list.policy {
	margin-bottom: 30px;
}

.survey-list li:last-child {
    margin-bottom: 0px;
}

.survey-info > span {
	font-size: 14px;
}

/* [end] survey */



/* [start] search dropdown */
.search-dropdown {
    position: relative;
    display: inline-block;
}

.search-dropdown-button {
    background-color: white;
    color: #777777;
    padding: 11.5px 15px 11.5px 20px;
    font-size: 16px;
    border: 1px solid #A8A8A8;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 110px;
    height: 45px;
    margin-right: 10px;
    background-image: url(/static/homepage/sub/assets/drop-down-d0fb8a47879e9da4bcaa3529c39ebba3.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.search-dropdown-button .arrow {
    margin-left: 10px;
}

.search-dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.search-dropdown-content a {
    color: #777777;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.search-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.search-show {
    display: block;
}
/* [end] search dropdown */



/* [start] no data */
.no-data-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}

.no-data-box img {
	margin-top: 10px;
	margin-bottom: 25px;
}

.no-data-box div:nth-child(2) {
	font-size: 3rem;
	font-weight: 600;
	color: #78A6D8;
	margin-bottom: 10px;
}

.no-data-box div:nth-child(3) {
	width: 100%;
	font-size: 2rem;
	font-weight: 400;
	color: #A8A8A8;
	text-align: center;
	margin-bottom: 3rem;
}

@media ( max-width: 768px ) {
	.no-data-box {
		padding: 70px 0;
	}

	.no-data-box img {
		margin-top: 10px;
		margin-bottom: 25px;
		max-width: 70px;
	}
	
	.no-data-box div:nth-child(2) {
		font-size: 2.2rem;
	}
	
	.no-data-box div:nth-child(3) {
		font-size: 1.6rem;
	}
}

/* [end] no data */



/* [start] inquiry-add */

.form-container {
	border-top: 2px solid #78A6D8;
}
.form-row {
    border-bottom: 1px solid #DCD6CF;
    display: flex;
}

.author-label {
	width: 20%;
	background: #F4F4F4;
}

.author-label > label {
	font-size: 1.8rem;
	color: #424242;
	font-weight: 600;
	margin-left: 2rem;
}

.author-input {
	width: 80%;
	padding: 2rem;
}

.author-input > input {
	padding: 1rem 2rem !important;
    margin-bottom: 0.5rem;
    border: 1px solid #9D9D9D;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    font-size: 1.4rem !important;
    white-space: nowrap;
}

@media ( max-width: 768px ) {
	.form-row {
		flex-direction: column;
	}
	
	.author-label {
		background: #FFFFFF;
		margin: 2rem 0;
	    width: 100%;
	}
	
	.author-label > label {
	    font-size: 1.6rem;
	    margin: 0;
	}
	.author-input {
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.inquiry-info {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

/* [end] inquiry-add */



/* [start] card */
.card-container {
	border-radius: 10px;
	border: 1px solid #DCD6CF;
	margin:15px
}

.card-img-box {
	color: #777777;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 20px 15px 20px;
	box-sizing: border-box;
}

.card-date-box {
	color: #A8A8A8;
	font-size: 16px;
	padding: 10px 20px;
	border-top: 1px solid #DCD6CF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ellipsis {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: #424242;
}

.mage {
	width: 100%;
    position: absolute;
    mix-blend-mode :overlay;
}








 .expand-less {
     width: 30px;
}

/* .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} */

/* header -----------------*/
 #header-app {
    position: fixed;
     top:0;
     left: 0;
     right:0;
     background-color: #fff;
     z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
 #header-app.gnb-open {
    background: #fff !important;
     z-index: 9999;
}
 #header-app.gnb-open:after {
     content: "";
     display: block;
     width: 100%;
     height: 11px;
     background: #aaa;
}
 #header-app.gnb-open:before {
     content: "";
     position: absolute;
     top:97px;
     left: 0;
     display: block;
     width: 100%;
     height: 305px;
     background-color: #FEF0D0;
     border-top: 1px solid #e3e3e3;
}
 #header-app .inner {
    position: relative;
     margin: 0 auto;
     max-width: 1400px;
}
 #header-app h1.logo {
     position: absolute;
     top: 16px;
     left: 0;
}
 #header-app h1.logo .icon-header-logo {
     display: inline-block;
     width: 205px;
     height: 80px;
     vertical-align: top;
     overflow: hidden;
     text-indent: -9999px;
     background: url('../images/logox45.svg') 0 0 no-repeat;
     background-size: cover;
}
 .professional {
}

 #header-app .gnb-nav {
     width: 100%;
     padding-right: 240px;
     padding-left: 340px;
}
 #header-app .gnb-nav:after {
     content: "";
     display: block;
     clear: both;
}
 #header-app .gnb-nav a {
     display: block;
     letter-spacing: -0.06em;
}
 #header-app .gnb-nav ul {
     overflow: hidden;
}
 #header-app .gnb-nav ul:after {
     content: "";
     clear: both;
     display: block;
}
 #header-app .gnb-nav ul li {
    text-align: center;
     list-style-type: none;
}
 #header-app .gnb-nav > ul {
     display: inline-block;
}
 #header-app .gnb-nav > ul > li {
    float: left;
     min-width: 175px;
     text-align: center;
}
 #header-app .gnb-nav > ul > li > h2 {
     color: #000;
     font-weight: 600;
}
 #header-app .gnb-nav > ul > li > h2 > a {
     height: 97px;
     color: #000;
     font-size: 20px;
     line-height: 97px;
    border-bottom: solid 1px transparent;
}
 #header-app .gnb-nav > ul > li:hover > h2 > a, #header-app .gnb-nav > ul > li:focus > h2 > a, #header-app .gnb-nav > ul > li.on > h2 > a {
    color: #F6861F;
     border-bottom: solid 2px #F6861F;
}

 #header-app ul.sub-menu {
    display: none;
     transition: all 0.5s ease;
     transition-duration: 0.5s;
}
 #header-app.gnb-open ul.sub-menu {
     visibility: visible;
     opacity: 1;
     display: block;
}
 #header-app .gnb-nav > ul > li > ul {
    padding: 10px 0 10px;
     height: 270px;
}
 #header-app .gnb-nav > ul > li:hover > ul {
    background: #FEF0D0;
}
 #header-app .gnb-nav > ul > li > ul > li {
    line-height: 1.6em !important;
     height: auto !important;
}
 #header-app .gnb-nav > ul > li > ul > li > a {
     color: #666666;
     padding: 3px 0;
     font-size: 17px;
     line-height: 1.6em;
}
 #header-app .gnb-nav > ul > li > ul > li > a:hover {
 	color: #F6861F;
 	font-weight: 600;
}

 .header-active {
 	color: #F6861F !important;
 	font-weight: 600;
}
/* 로그인 */
 #header-app .util-menu {
     position: absolute;
     top: 30px;
     right:0;
}

 #header-app .menu-btn-div {
	/* margin-right: 15px; */
}

#header-app .util-menu .btn-log-in {
	width: 125px;
	padding: 10px 25px 10px 30px;
	border-radius: 5px;
	border: 2px solid #F6861F;
	background: #F6861F;
	cursor: pointer;
	margin-right: 20px;
}
#header-app .util-menu .btn-log-in > span {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 #header-app .util-menu .btn-log-in > span::after{
 	content: "";
    width: 32px;
    height: 32px;
    margin-left: 3px;
    margin-right: -10px;
     background: url('/static/homepage/sub/assets/nav-log-in-ff226dfb04387ad265340fbcbf1596fd.svg') center no-repeat;
}
#header-app .util-menu .btn-mypage {
	width: auto;
	padding: 10px 25px 10px 30px;
	border-radius: 5px;
	border: 2px solid #F6861F;
	background: #F6861F;
	cursor: pointer;
	margin-right: 20px;
}
#header-app .util-menu .btn-mypage > span {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 #header-app .util-menu .btn-mypage > span::after{
 	content: "";
    width: 32px;
    height: 32px;
    margin-left: 3px;
    margin-right: -10px;
     background: url('/static/homepage/sub/assets/nav-mypage-8a3498fe867a99c9c8951f9da08e7d97.svg') center no-repeat;
}
#header-app .util-menu .btn-join {
	width: 140px;
	padding: 10px 25px 10px 30px;
	border-radius: 5px;
	border: 2px solid #F6861F;
	background: #F6861F;
	cursor: pointer;
}

#header-app .util-menu .btn-join > span {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 #header-app .util-menu .btn-join > span::after{
 	content: "";
    width: 32px;
    height: 32px;
    margin-left: 3px;
    margin-right: -10px;
     background: url('/static/homepage/sub/assets/nav-join-6ce010085ae6a419f828e8e3db1bc022.svg') center no-repeat;
}
#header-app .util-menu .btn-log-out {
	width: auto;
	padding: 10px 25px 10px 30px;
	border-radius: 5px;
	border: 2px solid #F6861F;
	background: #FFFFFF;
	cursor: pointer;
	margin-right: 20px;
}
#header-app .util-menu .btn-log-out > span {
	color: #F6861F;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 #header-app .util-menu .btn-log-out > span::after{
 	content: "";
    width: 32px;
    height: 32px;
    margin-left: 3px;
    margin-right: -10px;
     background: url('/static/homepage/sub/assets/nav-log-out-4e720fb9f712f47e3bd65831ddd9296d.svg') center no-repeat;
}
 #header-app .util-menu > div:first-child {
    display: none;
}
 #header-app .util-menu > a.btn-menu-open {
    display: none;
}
 #header-app.gnb-open .util-menu > a.btn-menu-open {
    background: url('/static/homepage/sub/assets/menu-close-63f43c0e1fd374275aeef491aead4729.svg') center center no-repeat;
}
 @media ( max-width: 1550px ) {
     #header-app {
        height: 80px;
    }
     #header-app .professional {
        height: 215px;
    }
     #header-app .inner {
        max-width: 100%;
         margin: 0;
         margin-left: 1rem;
         margin-right: 1rem;
    }
     #header-app.gnb-open .inner {
        width: 85%;
         margin: 0;
    }
     #header-app h1.logo {
        left: 10px;
    }
     #header-app h1.logo .icon-header-logo {
        width:150px;
         height: 80px;
         background-size:contain;
    }
     #header-app .top_banner {
        position: relative;
         margin: 0 auto;
         max-width: 100%;
         background:#7030A0;
        display:none;
        height:135px;
        color:#FFF;
         font-size:20px;
        text-align:center;
    }
     #header-app .top_banner .contain {
        margin:auto;
        padding-top:25px;
        width:100%;
         height:135px;
    }
     #header-app .top_banner .contain .title {
        text-align:center;
        height:50px;
        vertical-align: middle;
        width:100%;
        float: unset;
    }
     #header-app .top_banner .contain .button {
        height:50px;
        vertical-align: middle;
        width:100%;
        text-align:center
    }
     #header-app .top_banner .button > button {
        float: unset;
         background:#ffffff;
        color: #7030A0;
         font-size: 15px;
        font-weight: 400;
         height: 40px;
        line-height: 40px;
        padding: 0 22px;
        border-radius: 23px;
        vertical-align: middle;
        margin-left: 0px;
         cursor: pointer;
    }
    /* GNB */
     #header-app.main-gnb .inner {
        width: 10%;
    }
     #header-app .gnb-nav {
        display: none;
    }
     #header-app .util-menu {
        position: absolute;
         top: 0;
         right:0;
    }
     #header-app .util-menu button {
        display: none;
    }
    #header-app.gnb-open .util-menu button {
        display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	     -webkit-box-pack: center;
	     -ms-flex-pack: center;
	     justify-content: center;
	     -webkit-box-align: center;
	     -ms-flex-align: center;
	     align-items: center;
        margin-left: 0;
        width: 50%;
        border-radius: 0;
        background-color: #F6861F;
        color: white;
    }
    #header-app.gnb-open .util-menu button:nth-child(1) {
        border-right: 1px solid #e3e3e3;
    }
    #header-app.gnb-open .util-menu button:nth-child(2) {
        border-left: 1px solid #e3e3e3;
    }
    #header-app.gnb-open .util-menu > div {
    	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    /* GNB - open */
     #header-app.gnb-open {
         display: inline-block;
         width: 50%;
         height: 100% !important;
         background: transparent;
    }
     #header-app.gnb-open:after {
         content: "";
         display: none;
    }
     #header-app.gnb-open:before {
         content: "";
         display: block;
         height: 100%;
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         z-index: 88;
         background-color: rgba(0,0,0,.4);
         transition: background-color .3s;
    }
     #header-app.gnb-open .inner {
         position: relative;
         width: 100%;
         height: 100%;
    }
     #header-app.gnb-open .gnb-nav {
         display: block;
         margin: 0;
         padding: 0;
         position: absolute;
         top: 100px;
         right: 0;
         bottom: 0;
         text-align: left;
         background: #fff;
         overflow-y: scroll;
         z-index: 998;
    }
    /* 1share-sns */
     #header-app.gnb-open .gnb-nav a {
         display: block;
    }
     #header-app.gnb-open .gnb-nav ul li {
        text-align: left;
    }
     #header-app.gnb-open .gnb-nav > ul {
        display: block;
         padding: 0 1.2rem;
    }
     #header-app.gnb-open .gnb-nav > ul > li {
         float: none;
         padding: 0;
         width: auto;
         line-height: 1.4em !important;
         height: auto !important;
    }
     #header-app.gnb-open .gnb-nav > ul > li > h2 {
         border-bottom: 1px solid #ccc;
    }
     #header-app.gnb-open .gnb-nav > ul > li > h2 > a {
         height: auto;
         padding: 1.4rem 0px .6rem;
         line-height: 1.4em;
         color: #F6861F;
    		border-bottom: solid 2px #F6861F;
    }
     #header-app.gnb-open ul.sub-menu {
         transition: none;
         transition-duration: 0s;
    }
     #header-app.gnb-open .gnb-nav > ul > li > ul {
         padding: 0;
    }
     #header-app.gnb-open .gnb-nav > ul > li > ul > li {
        border-bottom: 1px solid #eee;
    }
     #header-app.gnb-open .gnb-nav > ul > li > ul > li a {
        padding: 0;
    }
     #header-app.gnb-open .util-menu {
        width: 100%;
         top:0;
         z-index: 997;
         height: 125px;
         background-color: #fff;
    }
    #header-app.gnb-open .menu-btn-div {
    	margin-right: 0;
    }
     #header-app.gnb-open .util-menu > a {
        display: none;
    }
     #header-app.gnb-open util-menu button {
        mrgin: 12px 0 0 12px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         color: #fff;
    }
    #header-app.gnb-open .util-menu .btn-log-in {
    	margin-right: 0;
    }
    #header-app.gnb-open .util-menu .btn-log-in > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-log-in > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-log-in-white-55aa8fd284f2a419fc161471e4c7b3a1.svg') center no-repeat;
    }
    #header-app.gnb-open .util-menu .btn-mypage {
    	margin-right: 0;
    }
    #header-app.gnb-open .util-menu .btn-mypage > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-mypage > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-mypage-white-3f3f0aaec10c5aee1468b7c411e10918.svg') center no-repeat;
    }
    #header-app.gnb-open .util-menu .btn-log-out {
    	margin-right: 0;
    }
    #header-app.gnb-open .util-menu .btn-log-out > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-log-out > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-log-out-white-6dc122e4650e6916c7a97e8641fb2eb1.svg') center no-repeat;
    }
    #header-app.gnb-open .util-menu .btn-join > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-join > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-join-white-3f3f0aaec10c5aee1468b7c411e10918.svg') center no-repeat;
    }
     #header-app .util-menu > a.btn-menu-open {
        display: block;
         float:right;
         margin-left: 15px;
         margin-right: 15px;
         margin-top: 18px;
         background: url('/static/homepage/sub/assets/menu-4e50c49700697e0f14e2d322c674bab2.svg') no-repeat center;
         width: 25px !important;
         height: 45px !important;
         vertical-align: top;
         text-indent: -9999px;
         overflow: hidden;
         text-align: center;
    }
     #header-app.gnb-open .util-menu > a.btn-menu-open {
   	    position: fixed;
	    right: 8px;
	    top: 0;
        background: url('/static/homepage/sub/assets/menu-close-white-67c5a073c41db1e6df91a318463446a2.svg') center no-repeat;
    }
     .sub-top {
        margin-top: 80px !important;
    }
    .main-nav-logo-img {
         height: 47px !important;
         object-fit: contain;
         vertical-align: top;
    }
    
    #header-app.gnb-open .gnb-nav {
        top: 125px;
         width: 100%;
         padding-top: 10px;
    }
     #header-app .gnb-nav > ul > li > h2 > a {
         height:auto;
         line-height: normal;
    }
     #header-app .util-menu > a.btn-menu-open {
         width: 3rem;
         height: 3rem;
    }
     #header-app.gnb-open .util-menu {
        width:100%;
         height: 125px;
         z-index: 999;
    }
     #header-app.gnb-open .util-menu > buttom {
         line-height: 3rem;
    }
    #header-app.gnb-open .util-menu > div {
    	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }
     #header-app .gnb-nav > ul > li > ul {
        height: auto;
    }
}
 @media ( max-width: 1250px ) {
     #header-app {
        height: 80px;
    }
     #header-app .professional {
        height: 215px;
    }
     #header-app .inner {
        max-width: 100%;
         margin: 0;
    }
     #header-app.gnb-open .inner {
        width: 100%;
         margin: 0;
    }
     #header-app h1.logo {
        left: 10px;
    }
     #header-app h1.logo .icon-header-logo {
        width:150px;
         height: 80px;
         background-size:contain;
    }
     #header-app .top_banner {
        position: relative;
         margin: 0 auto;
         max-width: 100%;
         background:#7030A0;
        display:none;
        height:135px;
        color:#FFF;
         font-size:20px;
        text-align:center;
    }
     #header-app .top_banner .contain {
        margin:auto;
        padding-top:25px;
        width:100%;
         height:135px;
    }
     #header-app .top_banner .contain .title {
        text-align:center;
        height:50px;
        vertical-align: middle;
        width:100%;
        float: unset;
    }
     #header-app .top_banner .contain .button {
        height:50px;
        vertical-align: middle;
        width:100%;
        text-align:center
    }
     #header-app .top_banner .button > button {
        float: unset;
         background:#ffffff;
        color: #7030A0;
         font-size: 15px;
        font-weight: 400;
         height: 40px;
        line-height: 40px;
        padding: 0 22px;
        border-radius: 23px;
        vertical-align: middle;
        margin-left: 0px;
         cursor: pointer;
    }
    /* GNB */
     #header-app.main-gnb .inner {
        width: 10%;
    }
     #header-app .gnb-nav {
        display: none;
    }
    #header-app.gnb-open .menu-btn-div {
    	margin-right: 0;
    }
     #header-app .util-menu {
        position: absolute;
         top: 0;
         right:0;
    }
     #header-app .util-menu button {
        display: none;
    }
    /* GNB - open */
     #header-app.gnb-open {
         width: 60%;
         margin: 0;
         height: 100% !important;
         background: transparent;
    }
     #header-app.gnb-open:after {
         content: "";
         display: none;
    }
     #header-app.gnb-open:before {
         content: "";
         display: block;
         height: 100%;
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         z-index: 88;
         background-color: rgba(0,0,0,.7);
         transition: background-color .3s;
    }
     #header-app.gnb-open .inner {
         position: relative;
         width: 100%;
         height: 100%;
    }
     #header-app.gnb-open .gnb-nav {
         display: block;
         margin: 0;
         padding: 0;
         position: absolute;
         top: 125px;
         right: 0;
         bottom: 0;
         text-align: left;
         background: #fff;
         overflow-y: scroll;
         z-index: 998;
    }
    /* 1share-sns */
     #header-app.gnb-open .gnb-nav a {
         display: block;
    }
     #header-app.gnb-open .gnb-nav ul li {
        text-align: left;
    }
     #header-app.gnb-open .gnb-nav > ul {
        display: block;
         padding: 0 1.2rem;
    }
     #header-app.gnb-open .gnb-nav > ul > li {
         float: none;
         padding: 0;
         width: auto;
         line-height: 1.4em !important;
         height: auto !important;
    }
     #header-app.gnb-open .gnb-nav > ul > li > h2 {
         border-bottom: 1px solid #ccc;
    }
     #header-app.gnb-open .gnb-nav > ul > li > h2 > a {
         height: auto;
         padding: 1.4rem 0px .6rem;
         line-height: 1.4em;
    }
     #header-app.gnb-open ul.sub-menu {
         transition: none;
         transition-duration: 0s;
    }
     #header-app.gnb-open .gnb-nav > ul > li > ul {
         padding: 0;
    }
     #header-app.gnb-open .gnb-nav > ul > li > ul > li {
        border-bottom: 1px solid #eee;
    }
     #header-app.gnb-open .gnb-nav > ul > li > ul > li a {
        padding: 0;
    }
     #header-app.gnb-open .util-menu {
        width: 100%;
         top:0;
         z-index: 997;
         height: 125px;
         background-color: #fff;
    }
	#header-app.gnb-open .util-menu button {
        display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	     -webkit-box-pack: center;
	     -ms-flex-pack: center;
	     justify-content: center;
	     -webkit-box-align: center;
	     -ms-flex-align: center;
	     align-items: center;
        margin-left: 0;
        width: 50%;
        border-radius: 0;
        background-color: #F6861F;
        color: white;
    }
    #header-app.gnb-open .util-menu button:nth-child(1) {
        border-right: 1px solid #e3e3e3;
    }
    #header-app.gnb-open .util-menu button:nth-child(2) {
        border-left: 1px solid #e3e3e3;
    }
     #header-app.gnb-open .util-menu > a {
        display: none;
    }
    #header-app.gnb-open .util-menu > div {
    	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }
     #header-app.gnb-open util-menu button {
        mrgin: 12px 0 0 12px;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         color: #fff;
    }
    #header-app.gnb-open .util-menu .btn-log-in {
    	margin-right: 0;
    }
    #header-app.gnb-open .util-menu .btn-log-in > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-log-in > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-log-in-white-55aa8fd284f2a419fc161471e4c7b3a1.svg') center no-repeat;
    }
    #header-app.gnb-open .util-menu .btn-mypage {
    	margin-right: 0;
    }
    #header-app.gnb-open .util-menu .btn-mypage > span {
    	color: #FFFFFF;
    }
     #header-app.gnb-open .util-menu .btn-mypage > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-mypage-white-3f3f0aaec10c5aee1468b7c411e10918.svg') center no-repeat;
    }
    #header-app.gnb-open .util-menu .btn-log-out {
    	margin-right: 0;
    }
    #header-app.gnb-open .util-menu .btn-log-out > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-log-out > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-log-out-white-6dc122e4650e6916c7a97e8641fb2eb1.svg') center no-repeat;
    }
     #header-app.gnb-open .util-menu .btn-join > span {
    	color: #fff;
    }
     #header-app.gnb-open .util-menu .btn-join > span::after {
        width: 24px;
         height: 24px;
         margin-right: 1rem;
         background: url('/static/homepage/sub/assets/nav-join-white-3f3f0aaec10c5aee1468b7c411e10918.svg') center no-repeat;
    }
     #header-app .util-menu > a.btn-menu-open {
        display: block;
         float:right;
         margin-left: 15px;
         margin-right: 15px;
         margin-top: 18px;
         background: url('/static/homepage/sub/assets/menu-4e50c49700697e0f14e2d322c674bab2.svg') no-repeat center;
         width: 25px !important;
         height: 45px !important;
         vertical-align: top;
         text-indent: -9999px;
         overflow: hidden;
         text-align: center;
    }
     #header-app.gnb-open .util-menu > a.btn-menu-open {
        background: url('/static/homepage/sub/assets/menu-close-white-67c5a073c41db1e6df91a318463446a2.svg') center no-repeat;
    }
    
    #header-app.gnb-open .gnb-nav {
        top: 125px;
         width: 100%;
         padding-top: 10px;
    }
     #header-app .gnb-nav > ul > li > h2 > a {
         height:auto;
         line-height: normal;
    }
     #header-app .util-menu > a.btn-menu-open {
         width: 3rem;
         height: 3rem;
    }
     #header-app.gnb-open .util-menu {
        width:100%;
         height: 125px;
         z-index: 999;
    }
     #header-app.gnb-open .util-menu > buttom {
         line-height: 3rem;
    }
    #header-app.gnb-open .util-menu > div {
    	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }
     #header-app .gnb-nav > ul > li > ul {
        height: auto;
    }
}
 @media ( max-width: 768px ) {
 	#header-app.gnb-open {
         display: inline-block;
         width: 100%;
         height: 100% !important;
         background: transparent;
    }
    #header-app.gnb-open .util-menu > a.btn-menu-open {
        background: url('/static/homepage/sub/assets/menu-close-63f43c0e1fd374275aeef491aead4729.svg') center no-repeat;
    }
     #header-app.gnb-open .gnb-nav {
        top: 125px;
         width: 100%;
         padding-top: 10px;
    }
     #header-app .gnb-nav > ul > li > h2 > a {
         height:auto;
         line-height: normal;
    }
    #header-app.gnb-open .menu-btn-div {
    	margin-right: 0;
    }
     #header-app .util-menu > a.btn-menu-open {
         width: 3rem;
         height: 3rem;
    }
     #header-app.gnb-open .util-menu {
        width:100%;
         height: 125px;
         z-index: 999;
    }
     #header-app.gnb-open .util-menu > buttom {
         line-height: 3rem;
    }
    #header-app.gnb-open .util-menu > div {
    	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
        margin-bottom: 20px;
    }
     #header-app .gnb-nav > ul > li > ul {
        height: auto;
    }
}
 /* header {
     position: fixed;
     z-index: 9;
     width: 100%;
     background-color: #ffffff;
     display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
} */
 .open-body {
     overflow: hidden;
}
 a {
     color: inherit;
     text-decoration: none;
}
 .clickable-div {
     height: 70px;
     overflow: hidden;
}
 nav>ul>li>div {
     list-style: none;
     font-size: 20px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 20px 10px;
     font-size: 19px;
     font-weight: 500;
}
 nav>ul>li>ul>li {
     padding: 10px 25px;
}
 .menu {
     list-style: none;
     padding: 0;
}
 .menu-item {
     cursor: pointer;
     padding: 8px;
     color: black;
}
 .menu-item.active {
     color: red;
}
 .over-menu-tit-sub {
     margin: 0;
     padding: 0;
     width: 100%;
     list-style: none;
     border-radius: 0 0 10px 10px;
     font-size: 16px;
     font-weight: 500;
     background-color: rgba(0, 0, 0, 0.04);
}
 .expand-less {
     width: 30px;
}
 nav>ul>li>ul>li {
     padding: 10px 25px;
     font-size: 17px;
     height: 20px;
}
 ul,li {
     word-break: keep-all;
}
 li::marker {
     color: #908d79;
}

.main-footer-top{ border-top:#ccc solid 1px; overflow:hidden }
.main-footer-top ul li{ float:left; text-align: center; margin-bottom:10px; }
.main-footer-top ul li a{ display:block; }

 input {
     border: none;
}
 span {
     word-break: keep-all;
}
 .over-bg{
     position: absolute;
     position: fixed;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: rgba(0,0,0,0.7);
     visibility: hidden;
     z-index: 2000;
}
 .open-over-bg {
     visibility: visible;
}
 .open-main-nav-menu-icon {
     color:#ffffff;
     width:40px;
     height:40px;
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 9998;
}
 .over-menu {
     position: fixed;
     left: -200%;
     top: 0;
     width: 250px;
     height: 100%;
     padding: 20px 15px 0 15px;
     background: #fff ;
     background-size: 50%;
     z-index: 3000;
     transition: cubic-bezier(0, 0, 1, 1) 0.4s;
     border-top-right-radius: 40px;
}
 .open-over-menu {
     left: 0;
}
 .open-over-menu-tit-sub {
     top:0;
}
 .main_container {
     width: 100%;
     overflow: hidden;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     flex-direction: column;
     background-color: #ffffff;
}
 .sub-top {
     width: 100%;
     /* height: 360px; */
     margin-top: 100px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     flex-direction: column;
     background-color: #FFF2E9;
}
.sub-top-container {
	padding: 9rem 26rem;
	max-width: 140rem;
    width: 100%;
    z-index: 1;
} 
.sub-top-main {
	-webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     flex-direction: column!important;
     -ms-flex-direction: column!important;
}
.sub-top-text {
     /* margin-bottom: 40px; */
}
.sub-top-text-tit {
     font-size: 5.4rem;
     font-weight: 600;
     color: #F6861F;
}
.sub-top-tit-route-group {
     margin-bottom: 5px;
}
 .sub-top-tit-route-group > img {
     margin-left: 10px;
     margin-right: 10px;
}
@media (max-width: 768px) {
	.sub-top-tit-route-group {
    	display: none;
	}
}

 .sub-top-tit-route {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .sub-top-tit-route-icon-home {
     width: 17px;
     object-fit: contain;
}
.sub-top-tit-route-text-df {
     font-size: 1.8rem;
     font-weight: 600;
     color: #F6861F;
}
 .sub-top-tit-route-text-pr {
     font-size: 1.8rem;
     font-weight: 600;
     color: #F6861F;
}
 .sub-top-tit-route-text-gt {
     margin: 0px 10px;
     font-size: 1.4rem;
     font-weight: 600;
     color: rgba(255, 255, 255, 0.5);
}
 .main-nav {
     max-width: 1630px;
     width: 100%;
     height: 112px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     background-color: #ffffff;
}
 .main-nav-logo {
     box-sizing: border-box;
     max-width: 190px;
     text-align: center;
     color: #4b4b4b;
     cursor: pointer;
     overflow: hidden;
     position: relative;
     flex-shrink: 0;
}
 .main-nav-logo-img {
     height: 60px;
     object-fit: contain;
     vertical-align: top;
}
 .sub-top-tit-route-icon-group {
     padding-top: 15px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     z-index: 1;
}
 .sub-top-tit-route-icon-group > .sub-top-tit-route-icon-group-btn:nth-child(1) {
     margin-right: 1rem;
}
 .sub-top-tit-route-icon-group-btn {
     cursor: pointer;
     width: 5.5rem;
     height: 5.5rem;
}
 .submenu {
     display: none;
     position: absolute;
     top: 100%;
    /* Position submenu below parent menu */
     left: 0;
     background-color: #666;
     width: 150px;
}
 .submenu-item {
     padding: 8px 10px;
     color: white;
     text-decoration: none;
     display: block;
}
 .sub-top-menu {
 	margin-top: 5rem;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}

@media (max-width: 1280px) {
	.sub-top-menu {
	 	margin-top: 4rem;
	}
}
 .sub-top-menu > .sub-top-menu-text-df:nth-child(2n) {
     margin-left: 10px;
     margin-right: 10px;
}
 .sub-top-menu > .sub-top-menu-text-df:nth-child(odd):hover {
     cursor: pointer;
     color: #ffffff;
}
 .sub-top-menu-text-df {
     font-size: 2.2rem;
     font-weight: 600;
     color: rgba(255, 255, 255, 0.5);
     white-space: nowrap;
}
 .tabler-home-AxR {
     margin-right: 10px;
     width: 18px;
     height: 18px;
     object-fit: contain;
     vertical-align: top;
     flex-shrink: 0;
}
 .sub-body-btn {
     width: 100%;
     max-height: 51px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .sub-body-btn-pr {
     width: 50%;
     height: 100%;
     padding: 1.5% 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-size: 1.9rem;
     font-weight: 600;
     color: #908d79;
     white-space: nowrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-width: 1px 1px 0px 1px;
     border-style: solid;
     box-sizing: border-box;
     cursor: pointer;
}
.btn-center {
	cursor: pointer;
	min-width: 100px; 
    box-sizing: border-box;
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 10px;
    background: #908D79;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
}
 .sub-body-btn-bf {
     width: 50%;
     height: 100%;
     padding: 1.5% 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-size: 1.9rem;
     font-weight: 600;
     color: #8a8a8a;
     white-space: nowrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-bottom: solid 1px #8a8a8a;
     box-sizing: border-box;
     background-color: rgba(0, 0, 0, 0.04);
     flex-shrink: 0;
     cursor: pointer;
}
.sub-body-btn > .sub-body-btn-bf:nth-child(1):hover {
	width: 50%;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-weight: 600;
     color: #908d79;
     white-space: nowrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-width: 1px 0px 0px 1px;
     border-style: solid;
     box-sizing: border-box;
     background-color: #fff;
     cursor: pointer;
}
.sub-body-btn > .sub-body-btn-bf:nth-child(2):hover {
	width: 50%;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     font-weight: 600;
     color: #908d79;
     white-space: nowrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     border-width: 1px 1px 0px 0px;
     border-style: solid;
     box-sizing: border-box;
     background-color: #fff;
     cursor: pointer;
}
.webtoon-body {
	text-align: center;
	margin-left: 5rem;
	margin-right: 5rem;
	width: 100%;
}
.webtoon-body > img {
	max-width: 100%;
}
 .sub-body-content {
     box-sizing: border-box;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     flex-direction: column;
     height: 100%;
     padding-top: 5rem;
}
 .sub-body-content-box {
 	display: block;
     max-width: 1215px;
     width: 100%;
     padding: 18px;
     text-align: center;
     font-size: 2.2rem;
     font-weight: 500;
     color: #908d79;
     border: solid 1px #908d79;
     box-sizing: border-box;
     border-radius: 10px;
}
 .sub-body-content > div:nth-child(2n) {
     margin-top: 53px;
     margin-bottom: 53px;
}
.share-sns {
	display: none;
	margin-top: 40px !important;
	margin-left: -32px !important;
	position: absolute;
	z-index: 99;
}
.share-sns > li {
	list-style-type: none;
	list-style: none;
	cursor: pointer;
	margin-bottom: 0.5rem;
}
.share-sns > li:last-child {
	margin-bottom: 0;
}
 .sub-body-content-box-tit {
     margin-bottom: 20px;
     font-size: 3.0rem;
     font-weight: 600;
     color: #908d79;
}
 .sub-body-content-box-text {
     font-size: 1.9rem;
     font-weight: 400;
     color: #4b4b4b;
}
 .sub-body-content-box-text2 {
 	list-style: disc !important;
     font-size: 1.9rem;
     font-weight: 400;
     color: #4b4b4b;
     padding-left: 20px;
}

 .sub-body-content-box-group {
     width: 100%;
}
 .sub-body-content-box-group > .sub-body-content-box-group-border:nth-child(2) {
     margin-top: 10px;
     margin-bottom: 10px;
}
 .sub-body-content-box-group-border {
     box-sizing: border-box;
     padding: 25px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     border: solid 1px #908d79;
     border-radius: 10px;
}
 .sub-body-content-box-group-border > .sub-body-content-box-group-text {
     margin-left: 32px;
     margin-right: 32px;
}
 .sub-body-content-box-group-tit {
     width: 195px;
     text-align: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     font-size: 2rem;
     font-weight: 600;
     color: #908d79;
     flex-shrink: 0;
}
 .sub-body-content-box-group-text {
     color: #4B4B4B;
     font-size: 1.4rem;
     font-weight: 400;
     width: 100% 
}

 .sub-body-content-box-group-extenal:hover .sub-body-content-box-group-extenal-text {
     color: #F6861F;
     font-weight-bold: 700;
}
 .sub-body-content-box-group-extenal-text {
     margin-right: 7px;
     text-align: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     font-size: 1.6rem;
     color: #4b4b4b;
     white-space: nowrap;
}
.sub-body-content-box-group-extenal-icon {
     width: 18px;
     height: 18px;
     margin-top: 5px;
     margin-left: 10px;
     background: url('/static/homepage/sub/assets/nav-external-50fb2afbc58af42605ee846c1d8ccfa1.svg') center no-repeat;
}
 .main-footer {
     width: 100%;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     flex-direction: column;
     flex-shrink: 0;
}
 .main-footer-top {
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     height: 115px;
     border-top: solid 1px #cccccc;
     background-color: #ffffff;
     flex-shrink: 0;
}
.main-footer-top-container {
	max-width: 1300px;
    margin: 0 auto;
}
 .main-footer-top-logo {
     height: 85px;
     cursor: pointer;
     vertical-align: middle;
}
 .main-footer-bottom-menu-link-group {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .main-footer-bottom-menu-link-group > .main-footer-bottom-menu-link-text:nth-child(1),.main-footer-bottom-menu-link-text:nth-child(2),
 .main-footer-bottom-menu-link-group > .main-footer-bottom-menu-link-text-pv:nth-child(1) {
     margin-right: 30px;
}

 .main-footer-bottom {
     background-color: #543F20;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     flex-direction: column;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .main-footer-bottom-menu-link {
     width: 1400px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     border-bottom: solid 1px #A8A8A8;
}
 .list-nvM {
     padding: 3rem 0px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .list-nvM > div:nth-child(1) {
     margin-right: 30px 
}
 .main-footer-bottom-menu-link-text {
     color: #FFF;
     font-size: 1.6rem;
     font-weight: 300;
     white-space: nowrap;
     cursor: pointer;
}
 .main-footer-bottom-menu-link-text-pv {
     color: #F6861F;
     font-size: 1.6rem;
     font-weight: 600;
     white-space: nowrap;
     cursor: pointer;
}
 .main-footer-bottom-menu-link-text:hover,
 .main-footer-bottom-menu-link-text-pv:hover {
     text-decoration: underline;
}
 .main-footer-bottom-top-btn {
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none; /* 기본적으로 숨김 처리 */
    z-index: 999;
}
.scroll-button svg {
    width: 60px;
    height: 60px;
    transform: rotate(-90deg); /* 원형 게이지의 시작점을 위로 맞춤 */
}
.scroll-button__circle {
    stroke-dasharray: 150.8; /* 반지름이 24인 원의 둘레 계산: 2 * π * 24 */
    stroke-dashoffset: 150.8;
    transition: stroke-dashoffset 0.6s ease-out;
    stroke-width: 4;
    stroke: "#F6861F";
    fill: transparent;
}
.scroll-button img {
    position: absolute;
    top: 25.7%;
    left: 26%;
    max-width: 50%;
}
 .main-footer-bottom-info {
     max-width: 1400px;
     width: 100%;
     margin-bottom: 13px;
     padding: 5rem 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
}
 .main-footer-bottom-info-logo {
     width: 285px;
     height: 60px;
     background-image: url(/static/homepage/sub/assets/footer-logo-56607c632083d48bebc0eb64e52052d6.svg);
     flex-shrink: 0;
     margin-right: 30px;
}
 .main-footer-bottom-info-text {
     width: 100%;
     word-break: keep-all;
     font-size: 1.4rem;
     color: #E8E8E8;
}
 .main-nav-menu-icon {
     display: none;
}
 .main-nav-menu-icon:active {
     background-color: #F6861F;
}

.viewer-container {
	text-align:left;
	padding-left: 5rem;
	padding-right: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.viewer-container > .viewer-img-div {
}

.viewer-container > .viewer-img-div > img {
	margin-right: 5rem;
}

.viewer-header {
	margin-bottom: 15px;
	font-size:2.2rem;
	font-weight: 600;
}

.viewer-desc {
	font-size:1.5rem;
	line-height: 27px;
}

.viewer-pv {
	font-size:1.7rem;
	color: #F6861F;
}

.viewer-content {
	width: 100%;
}

.viewer-content-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.viewer-content-body-group {
	border-radius: 5px;
	border: 1px solid #DCD6CF;
	width: 33%;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.viewer-content-body-group:hover {
	border: 1px solid #F6861F;
	text-decoration: underline;
}

.viewer-content-body-group-middle {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.viewer-content-body-group > img {
	margin: 2rem;
}

.viewer-content-body-group-last {
	border: 0 !important;
	cursor: auto;
}

.viewer-content-body-text {
	width: 100%;
	margin-right: 2rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.viewer-content-body-text > img {
	width: 16px;
	height: 16px;
}

 @media (max-width: 1630px) {
     .main-footer-bottom-menu-link {
         width: 95%;
    }
     .main-footer-bottom-info {
         width: 95%;
    }
}
 @media (max-width: 1280px) {
     .main-nav {
         width: 95%;
         height: 100%;
         padding: 1.5% 0;
    }
     .sub-body {
         padding-top: 5.5%;
         width: 89%;
    }
    .sub-top-container {
    	width: 85%;
   	    padding: 7.5rem 26rem;
    }
     .main-nav-logo-img {
         height: 47px !important;
         object-fit: contain;
         vertical-align: top;
    }
     .sub-top-text-tit {
         margin-bottom: 19px;
         font-size: 3.8rem;
         font-weight: 600;
    }
     .sub-top-text {
         margin-bottom: 4%;
         flex-direction: column;
         flex-shrink: 0;
    }
     .sub-top-menu-text-df, .sub-top-menu-text-pr {
         font-size: 1.6rem;
    }
     .sub-top-tit-route-text-df {
         font-size: 1.4rem;
    }
     .sub-top-tit-route-text-pr {
         font-size: 1.4rem;
    }
    .sub-top-tit-route-group > img {
    	height: 1.1rem;
    }
     .sub-top-tit-route-icon-group-btn {
         width: 32px;
         height: 32px;
    }
     .sub-top-tit-route-icon-home {
         width: 14px;
         object-fit: contain;
    }
    .sub-body-content {
         padding-top: 2rem;
    }
     .sub-body-content-box {
         font-size: 21px;
    }
     .main-footer-top {
         height: auto;
    }
     .main-footer-top-logo {
         width: 85%;
         padding: 1% 0;
    }
}
 @media (max-width: 1000px) {
     .main-nav {
         width: 95%;
         height: 57px;
         height: 100%;
         padding: 1% 0;
    }
     .sub-body {
         padding-top: 7%;
         width: 90%;
    }
    .sub-top-container {
        padding: 80xp 260px;
    	width: 85%;
    }
     .main-nav-logo-img {
         height: 47px;
         object-fit: contain;
         vertical-align: top;
    }
     .main-nav-menu-icon {
         display: block;
         width: 35px;
    }
     .sub-body-btn-pr {
         font-size: 16px;
    }
     .sub-body-btn-bf {
         font-size: 16px;
    }
     .sub-body-content {
         padding-top: 2rem;
    }
     .sub-body-content-box {
         font-size: 16px;
    }
}
 @media (max-width: 768px) {
 .viewer-content-body-text {
 	font-size: 14px;
 }
 .viewer-content-body-text > img {
 	margin-left: 1rem;
 }
 .viewer-content-body {
 	display: block;
 }
 .viewer-content-body-group {
 	width: 100%;
 	margin-bottom: 2rem;
 }
 .viewer-content-body-group-middle {
    margin-left: 0;
    margin-right: 0;
 }
 .webtoon-body {
	margin-left: 0;
	margin-right: 0;
}
     .sub-top {
         width: 100%;
         min-height: 110px;
         margin-top: 55px;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         flex-direction: column;
    }
    .sub-top-tit-route-icon-group > .sub-top-tit-route-iconㄴ-group-btn:nth-child(1) {
    	display: none;
    }
    .sub-top-container {
    	width: 85%;
    	padding: 0 260px;
    	margin: 0;
    }
     .sub-top-text {
     	margin-top: 20px;
         margin-bottom: 20px;
         flex-direction: column;
         flex-shrink: 0;
    }
     .sub-top-text-tit {
         margin-bottom: 12px;
         font-size: 2.6rem;
         font-weight: 600;
         white-space: nowrap;
    }
     .sub-top-tit-route-icon-group-btn {
         width: 32px;
    }
     .sub-top-tit-route-icon-home{
         width: 14px;
    }
     .sub-body-btn-pr {
         padding: 3% 0;
         font-size: 13px;
    }
     .sub-body-btn-bf {
         padding: 3% 0;
         font-size: 13px;
    }
     .sub-body {
         padding-top: 30px;
         padding-bottom: 30px;
         width: 87%;
    }
     .sub-body-content-box-group-border > .sub-body-content-box-group-text {
         margin-left: 0;
         margin-right: 0;
    }
     .sub-body-content-box-group-border {
         flex-direction: column;
         padding:13px;
    }
     .sub-body-content-box-group-border > .sub-body-content-box-group-text {
         margin-top: 15px;
         margin-bottom: 15px;
    }
     .sub-body-content-box-group-tit {
         width: 100%;
         font-size: 1.9rem;
    }
     .sub-body-content-box-group-extenal {
         width: 100%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: end;
         -ms-flex-pack: end;
         -webkit-box-pack: end;
         -ms-flex-pack: end;
         justify-content: flex-end;
    }
     .main-footer-top-logo {
         width: 85%;
         padding: 4% 0;
    }
     .sub-body-content-box-tit {
         font-size: 21px;
         margin-bottom: 13px;
    }
     .sub-body-content-box-group-text {
         font-size: 14px;
    }
     .sub-body-content-box-text {
         font-size: 14px;
    }
     .sub-body-content-box-group-extenal-text {
         font-size: 14px;
    }
    .sub-body-content-box-group-extenal-icon {
	     margin-top: 3px;
	}
	 .sub-body-content > div:nth-child(2n) {
		     margin-top: 34px;
		     margin-bottom: 34px;
		}
     .main-footer-bottom-menu-link {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         flex-direction: column;
         width: 100%;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         border-bottom: 0;
    }
     .list-nvM {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         flex-direction: column;
         width:100%;
         margin:0px;
         padding:0px;
    }
     .main-footer-bottom-menu-link-group {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         width:100%;
         margin: 0px;
    }
     .main-footer-bottom-menu-link-text,
     .main-footer-bottom-menu-link-text-pv {
         text-align: center;
         width: 100%;
         height: 100%;
         font-size: 13px;
         border: 1px solid #484848;
         padding: 10px 0px;
    }
     .main-footer-bottom-info-logo {
         width: 166px;
         height: 35px;
         margin-bottom: 0px;
         background-size: 100%;
         background-image: url(/static/homepage/sub/assets/footer-logo-56607c632083d48bebc0eb64e52052d6.svg);
    }
     .main-footer-bottom-info {
         width: 85%;
         padding: 10% 0;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         flex-direction: column;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .main-footer-bottom-info-text {
         font-size: 11px;
    }
     .main-footer-bottom-top-btn {
         height: 50px;
         width: 50px;
    }
    .scroll-button svg {
	    width: 50px;
	    height: 50px;
	}
     .main-footer-bottom-menu-link-group > .main-footer-bottom-menu-link-text:nth-child(1), .main-footer-bottom-menu-link-text:nth-child(2),
     .main-footer-bottom-menu-link-group > .main-footer-bottom-menu-link-text-pv:nth-child(1) {
         margin-right: 0;
    }
     .list-nvM > div:nth-child(1) {
         margin-right: 0 
    }
     .main-footer-bottom-info-logo {
         margin-right: 0;
         margin-bottom: 20px;
    }
    .viewer-container {
    	padding: 0;
    	display: block;
    }
    .viewer-container > .viewer-img-div {
    	display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
    }
    .viewer-container > .viewer-img-div > img {
    	text-align: center;
    	margin-right: 0;
    	margin-bottom: 3rem;
    }
    .viewer-header {
		font-size:2.0rem;
	}
	
	.viewer-desc {
		font-size:1.3rem;
	}
	
	.viewer-pv {
		font-size:1.5rem;
	}

}


	
	
/*
*
sub-참여예산제 소개-[연도별 운영계획]
*
*/

.sub-table {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto;
    border-top: 2px solid #F6861F;
    border-bottom: 1px solid #4B4B4B;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 5.3rem;
}

.sub-table-th,
.sub-table-td {
    padding: 1.0rem 0.8rem;
    border-bottom: 1px solid #DCD6CF;
    text-align: center;
    color: #777777;
    font-size: 1.6rem;
}

.sub-table-td>div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}

.sub-table-inquiry .sub-table-td>div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}

.sub-table-td>div>.subject-text {
	width: 100%;
	display: inline-block;
    overflow: hidden;
    max-height: 2rem;
  position: relative;
  padding-right: 0.7em;
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.sub-table-td>div>.subject-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 4px;
}
.sub-table-td>div>.subject-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.sub-table-tbody tr:hover .sub-table-td>div>.subject-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #d3d3d3;
}

.sub-table-th {
    background-color: #F4F4F4;
    font-size: 1.8rem;
    font-weight: 600;
}

/* 테이블 올렸을 때 */
.sub-table-tbody tr:hover {
    background-color: #d3d3d3;
    opacity: 0.9;
    cursor: pointer;
}

/* 테이블 비율 */
.sub-table-th:nth-child(1),
.sub-table-td:nth-child(1) {
    width: 8%;
}

.sub-table-th:nth-child(2),
.sub-table-td:nth-child(2) {
    width: 54%;
}

.sub-table-td:nth-child(2) {
    text-align: left;
}

.sub-table-th:nth-child(3),
.sub-table-td:nth-child(3) {
    width: 6%;
}

.sub-table-th:nth-child(6),
.sub-table-td:nth-child(6) {
    width: 8%;
}

.sub-table-inquiry .sub-table-th:nth-child(1),
.sub-table-inquiry .sub-table-td:nth-child(1) {
    width: 8%;
}

.sub-table-inquiry .sub-table-th:nth-child(2),
.sub-table-inquiry .sub-table-td:nth-child(2) {
	text-align: center;
    width: 10%;
}

.sub-table-inquiry .sub-table-th:nth-child(3),
.sub-table-inquiry .sub-table-td:nth-child(3) {
    width: 42%;
}

.sub-table-inquiry .sub-table-td:nth-child(3) {
    text-align: left;
}

.sub-table-inquiry .sub-table-th:nth-child(4),
.sub-table-inquiry .sub-table-td:nth-child(4) {
    width: 6%;
}

.sub-table-inquiry .sub-table-th:nth-child(7),
.sub-table-inquiry .sub-table-td:nth-child(7) {
    width: 8%;
}

.sub-table-proposal .sub-table-th:nth-child(1),
.sub-table-proposal .sub-table-td:nth-child(1) {
    width: 8%;
}

.sub-table-proposal .sub-table-th:nth-child(2),
.sub-table-proposal .sub-table-td:nth-child(2) {
	text-align: center;
    width: 10%;
}

.sub-table-proposal .sub-table-th:nth-child(3),
.sub-table-proposal .sub-table-td:nth-child(3) {
    width: 52%;
}

.sub-table-proposal .sub-table-td:nth-child(3) {
    text-align: left;
}

.sub-table-proposal .sub-table-th:nth-child(4),
.sub-table-proposal .sub-table-td:nth-child(4) {
    width: 10%;
}

.sub-table-proposal .sub-table-th:nth-child(5),
.sub-table-proposal .sub-table-td:nth-child(5) {
    width: 10%;
}

.sub-table-proposal .sub-table-th:nth-child(6),
.sub-table-proposal .sub-table-td:nth-child(6) {
    width: 10%;
}

.table-file-img {
    width: 1.4rem;
    height: 1.7rem;
    background-image: url('/static/homepage/sub/assets/clip-368033a2752d437393f23f51c6c5d00c.svg');
}

.sub-table-td > .bllt.up {
	margin-bottom: 0.2rem;
	font-size: 10px;
	width: 18px;
	height: 16px;
	line-height: 16px;
}

@media (max-width: 768px) {

    .sub-table-th:nth-child(1),
    .sub-table-td:nth-child(1) {
        display: none;
    }

    .sub-table-td:nth-child(2) {
        text-align: left;
    }

    .sub-table-th:nth-child(3),
    .sub-table-td:nth-child(3) {
        display: none;
    }

    .sub-table-th:nth-child(4),
    .sub-table-td:nth-child(4) {
        display: none;
    }

    .sub-table-th:nth-child(5),
    .sub-table-td:nth-child(5) {
        width: 20%;
    }

    .sub-table-th:nth-child(6),
    .sub-table-td:nth-child(6) {
        display: none;
    }
    
    .sub-table-inquiry .sub-table-th:nth-child(1),
    .sub-table-inquiry .sub-table-td:nth-child(1) {
        display: none;
    }

    .sub-table-inquiry .sub-table-td:nth-child(3) {
        text-align: left;
    }
    
    .sub-table-inquiry .sub-table-th:nth-child(3),
    .sub-table-inquiry .sub-table-td:nth-child(3) {
        display: revert;
        width: auto;
    }

    .sub-table-inquiry .sub-table-th:nth-child(4),
    .sub-table-inquiry .sub-table-td:nth-child(4) {
        display: none;
    }

    .sub-table-inquiry .sub-table-th:nth-child(5),
    .sub-table-inquiry .sub-table-td:nth-child(5) {
        width: 20%;
    }

    .sub-table-inquiry .sub-table-th:nth-child(6),
    .sub-table-inquiry .sub-table-td:nth-child(6) {
        display: none;
    }
    
    .sub-table-inquiry .sub-table-th:nth-child(7),
    .sub-table-inquiry .sub-table-td:nth-child(7) {
        display: none;
    }

	.sub-table-proposal .sub-table-th:nth-child(1),
    .sub-table-proposal .sub-table-td:nth-child(1) {
        display: none;
    }
    
    .sub-table-proposal .sub-table-th:nth-child(2),
    .sub-table-proposal .sub-table-td:nth-child(2) {
        display: revert;
        width: 25%;
    }

    .sub-table-proposal .sub-table-td:nth-child(3) {
        text-align: left;
    }
    
    .sub-table-proposal .sub-table-th:nth-child(3),
    .sub-table-proposal .sub-table-td:nth-child(3) {
        display: revert;
        width: 75%;
    }

    .sub-table-proposal .sub-table-th:nth-child(4),
    .sub-table-proposal .sub-table-td:nth-child(4) {
        display: none;
    }

    .sub-table-proposal .sub-table-th:nth-child(5),
    .sub-table-proposal .sub-table-td:nth-child(5) {
        display: none;
    }

    .sub-table-proposal .sub-table-th:nth-child(6),
    .sub-table-proposal .sub-table-td:nth-child(6) {
        display: none;
    }
}

@media (max-width:575.98px) {

    .sub-table-th,
    .sub-table-td {
        font-size: 1.4rem;
    }

    .sub-table {
        margin-top: 0.5rem;
    }
}

/*
*
게시글 상세보기
*
*/
.sub-board-tit {
	width: 100%;
	padding-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: 600;
	word-break: keep-all;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #424242;
}

.sub-board-tit .sub-board-tit-cate {
	display: inline-block;
    background: #f8fafd;
    border: #caccd6 solid 1px;
    border-radius: 30px;
    font-size: 14px;
    color: #274b67;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 10px 20px;
    min-width: 60px;
    text-align: center;
}

.sub-board-tit > span {
	display: block;
	word-break: break-all;
	line-height: 36px;
}

.sub-board-info {
	width: 100%;
	font-size: 1.6rem;
    border-bottom: 1px solid #DCD6CF;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.sub-board-info > div > span {
	border-right: #ddd solid 1px;
	padding-right: 15px;
	margin-right: 10px;
	line-height: 1.5;
}

.sub-board-info > div > span:last-child {
	border-right: 0;
}

.sub-board-info > div > span > b {
	margin-right: 1rem;
}

.sub-board-file {
	width: 100%;
	border-bottom: 1px solid #cacdda;
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.sub-board-file > div {
    margin: -10px 20px 20px 20px;
}

.sub-board-file-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.sub-board-file-tit {
	margin-right: 1.5rem;
	word-break: keep-all;
}

.sub-board-file-list a:hover {
	text-decoration: underline;
}

.sub-board-file-list a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background: url(/static/homepage/sub/assets/icon_download-cf291f5f66f12ef7c3f2f77b25a8edb6.png) no-repeat;
}

.sub-board-body {
	width: 100%;
	padding: 10px;
	font-size: 1.8rem;
    box-sizing: border-box;
}

@media (max-width:425px) {
	.sub-board-body {
		padding: 0;
	}
}

@media (max-width:1192px) {
	.sub-board-body {
		padding: 0;
	}
	
	.sub-board-body > p:has(iframe) {
	    position: relative;
	    width: 100%;
	    padding-bottom: 56.25%;
	    height: 0;
	    overflow: hidden;
	}
	
	.sub-board-body > p > iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}	
}

.sub-board-body > p > a {
    display: block;
    width: 100%;
    word-wrap: break-word;
}


.sub-board-body img {
    max-width: 100%;
    height: auto !important;
    border-radius: 1rem;
}

.sub-board-bottom {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.sub-board-bottom > .sub-board-primary-button {
	width: 80px;
	margin-top: 10px;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background: #F6861F;
    margin-bottom: 1.5rem;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
}

.sub-board-bottom > .sub-board-prev-button {
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    background: #FFFFFF;
    color: #9D9D9D;
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid #9D9D9D;
    cursor: pointer;
}

.sub-board-delete-button {
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    background: #FFFFFF;
    color: #F6861F;
    font-size: 2rem;
    border: 1px solid #F6861F;
    cursor: pointer;
}

.sub-board-bottom > .sub-board-edit-button {
	width: 80px;
	margin-top: 10px;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background: #F6861F;
    margin-bottom: 1.5rem;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
}

.sub-board-comment {
	width: 100%;
	margin-top: 3rem;
}

.sub-board-comment-write > p {
	font-size: 14px;
	text-align: end;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.sub-board-comment-write > .sub-board-comment-write-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.sub-board-comment-write > .sub-board-comment-write-box > button {
	margin-top: 5px;
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    background: #FFFFFF;
    margin-bottom: 1.5rem;
    color: #9D9D9D;
    font-size: 1.6rem;
    font-weight: 600;
    border: 1px solid #9D9D9D;
    cursor: pointer;
}

.sub-board-comment-write > textarea {
	width: 100%;
	height: 100px;
	border: solid 1px #d2d2d2 !important;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', malgun gothic, '맑은 고딕', 'dotum', '돋움', Arial, sans-serif !important;
}

.sub-board-comment-top-tit {
	font-size: 16px;
	font-weight: 500;
}

.sub-board-comment-top-tit-count {
	font-weight: 600;
	color: #F6861F;
	font-size: 20px;
}

.sub-board-comment-container {
	border-top: 1px solid #cacdda;
	border-bottom: 1px solid #cacdda;
	margin-top: 1rem;
	padding-top: 15px;
	padding-bottom: 15px;
	word-break: break-all;
}

.sub-board-comment-info {
	font-size: 14px;
	font-weight: 300;
	color: #9D9D9D;
}

.sub-board-comment-info > span:not(first-child):not(last-child):after {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5;
}

.delete-comment {
	cursor: pointer;
	vertical-align: middle;
}

.sub-board-comment-info > span:last-child:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

.sub-board-comment-list>span.like {
    background: #E8E8E8;
    padding: 6px 12px;
    border-radius: 6px;
    color: #9D9D9D;
    font-size: 14px;
    width: fit-content;
}

.sub-board-comment-list>span.like-up {
    background: #FFD8B0;
    color: #F6861F;
    font-size: 14px;
}


.sub-board-comment-list>span.like:hover {
    background: #FFD8B0;
}

.sub-board-comment-info>span.like>.like-tag {
    margin-right: 1rem;
    box-sizing: border-box;
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
    vertical-align: top;
    background-color: #F4F4F4;
    border-radius: 50%;
    padding: 0.8rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
}

.sub-board-comment-info>span.like:hover>.like-tag {
    background-color: #FDEAEF;
}

.sub-board-comment-info>span.like.like-up>.like-tag {
    background-color: #FDEAEF;
}

.sub-board-comment-info>span.like.like-up {
    cursor: pointer;
    font-weight: 500;
    color: #908D79;
}

.sub-board-comment-info>span.like>.like-tag>img {
    width: 1.6rem;
    margin-top: 0.3rem;
}


.sub-board-comment-body {
	margin-left: 1.2rem;
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.sub-board-comment-list.like-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:530px) {
    .sub-board-comment-list.like-class {
        flex-direction: column;
        align-items: flex-end;
    }
}

.sub-board-comment-list:not(:first-child) {
	margin-top: 2rem;
}

.sub-board-comment-list:not(:last-child) {
	border-bottom: 1px solid #cacdda;
	padding-bottom: 2rem;
}

@media (max-width: 768px){
	.sub-board-comment-body {
		margin-left: 0;
		font-size: 14px;
	}
	.sub-board-comment-top-tit {
		font-size: 14px;
	}
	
	.sub-board-comment-top-tit-count {
		font-size: 18px;
	}
	.sub-board-comment-write > p {
		font-size: 12px;
	}
	.sub-board-tit {
		padding-top: 1rem;
    	padding-bottom: 1rem;
	}
	.sub-board-tit .sub-board-tit-cate {
		margin-bottom: 0;
		padding: 4px 15px;
	}
	.sub-board-file-container {
	    display: block;
	}
	
	.sub-board-file > div {
		margin: -15px 15px 15px 15px;
		display: block;
	}
	
	.sub-board-info > div {
		margin: 15px 0;
	}
	
	.sub-board-info > div > span {
		width: 100%;
		display: block;
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		line-height: 1.5;
	}
	
	.sub-board-info > div > span:last-child {
		border-right: 0;
	}
	
	.sub-board-bottom > .sub-board-primary-button {
		padding: 8px 2px;
	    font-size: 14px;
	}
	
	.sub-board-bottom > .sub-board-prev-button {
		padding: 8px 4px;
	    font-size: 14px;
	}
	
	.sub-board-bottom > .sub-board-delete-button {
		padding: 8px 2px;
	    font-size: 14px;
	}
	
	.sub-board-bottom > .sub-board-edit-button {
		padding: 8px 2px;
	    font-size: 14px;
	}
	
	.sub-board-comment-write > .sub-board-comment-write-box > button {
		padding: 8px 15px;
	    font-size: 14px;
	}
}
@media (max-width: 480px){
	.sub-board-comment-body {
		font-size: 14px;
	}
	.sub-board-comment-top-tit {
		font-size: 14px;
	}
	
	.sub-board-comment-top-tit-count {
		font-size: 18px;
	}
	.sub-board-comment-write > p {
		font-size: 12px;
	}
	.sub-board-tit {
		padding-top: 1rem;
    	padding-bottom: 1rem;
	}
	.sub-board-file-container {
	    display: block;
	}
	
	.sub-board-info > div {
		margin: 15px 0;
	}
	
	.sub-board-info > div > span {
		width: 100%;
		display: block;
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		line-height: 1.5;
	}
	
	.sub-board-info > div > span:last-child {
		border-right: 0;
	}
	
	.sub-board-bottom > .sub-board-prev-button {
		padding: 8px 4px;
	    font-size: 14px;
	}
	
	.sub-board-bottom > .sub-board-delete-button {
		padding: 8px 2px;
	    font-size: 14px;
	}
	
	.sub-board-bottom > .sub-board-edit-button {
		padding: 8px 2px;
	    font-size: 14px;
	}
	
	.sub-board-comment-write > .sub-board-comment-write-box > button {
		padding: 8px 15px;
	    font-size: 14px;
	}
}

/*
*
이메일수집거부
*
*/
.email-content-box {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.email-top {
	color: #571B03;
	font-size: 24px;
}

.email-sub {
	font-size: 16px;
	line-height: 30px;
}

@media (max-width: 768px){
	.email-top {
		font-size: 20px;
	}
	.email-sub {
		font-size: 14px;
		line-height: 25px;
	}
}
@media (max-width: 480px){
	.email-top {
		font-size: 20px;
	}
	.email-sub {
		font-size: 14px;
		line-height: 25px;
	}
}

.search-container {
	margin-bottom: 50px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: end;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}

.search-select {
	width: 100px;
}

.search-text {
	font-size: 1.8rem;
	color: #777777;
}

.search-count {
	font-weight: 600;
	color: #F6861F;
}

.search-box {
	position: relative;
    text-align: right;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}

.search-box > input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 300px;
	height: 45px;
}

.search-btn {
	border: 1px solid #777777;
	background-color: #777777;
	font-size: 1.6rem;
	color: #fff;
	height: 47px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	padding: 0 2rem;
	white-space: nowrap;
}

@media (max-width: 550px){
	.search-container {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
	.search-box > input {
		width: 100%;
	}
	.search-box {
		width: 100%;
		margin: 0;
	}
	.search-text {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
}

/*
*
자주 묻는 질문
*
*/

#accordian li {list-style-type: none;border: 1px solid #DCD6CF;padding: 30px 40px; border-radius: 10px; cursor:pointer;}
#accordian li:hover {
	/* background-color: #f7f7f7; */
}
#accordian li:not(:last-child) {
	margin-bottom: 50px;
	/* border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD; */
}

#accordian li>p{
	font-size: 1.6rem;position: relative; display: inline-block;vertical-align: middle; color: #000; text-align: left; line-height: 20px; padding-left: 105px;-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
#accordian li>p>span>span.bllt {margin-left: 5px;}
#accordian li .bedge {
	border: 1px solid #F6861F;
    border-radius: 30px;
    width: 117px;
    padding: 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    color: #F6861F;
    margin-right: 40px;
}
.accordian-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}
.answer-box {
    position: relative;
    color: #666666;
    background-color: #F4F4F4;
    border-radius: 10px;
    transition: max-height 0.2s ease-out;
    margin-top: 30px;
    line-height: 1.8;
    padding: 20px 20px 20px 157px;
    font-size: 1.6rem;
    -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
  }
@media (max-width: 768px) {
	 .answer-box {
	 	padding: 20px 20px 20px 62px;
	 }
}
#accordian li>div:before {
    content: "A";
    position: absolute;
    left: 2rem;
    top: 1rem;
    /* width: 70px;
    height: 22px; */
    font-size: 2.4rem;
    text-align: center;
    color: #78A6D8;
    font-weight: 600;
}

#accordian li>p>.active-up {
	width: 16px;
	height: 16px;
	background: url(/static/homepage/sub/assets/icon-up-aa2bd4c52ab2eae2c0f88d7f9cf335bb.svg) center center no-repeat;
}

#accordian li>p>.active-down {
	width: 16px;
	height: 16px;
	background: url(/static/homepage/sub/assets/icon-down-b56c0504a2d947c8b0650d22c15ec692.svg) center center no-repeat;
}

@media (max-width: 480px){
  #accordian li {padding: 8px 10px 10px 10px;}
}

/*
*
설문조사
*
*/
.survey-view {
	width: 100%;
	margin-top: 3rem;
}
.survey-view img {width: 100%;height: auto;}
.survey-list li {
	/* list-style-type: none;border-top:3px solid #908d79;border-bottom:3px solid #908d79;border-left:0;border-right:0;padding: 17px 20px 20px 20px; */
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: start;
}

/* .survey-list li:last-child:first-child {
	border-top:3px solid #908d79;
	border-bottom:3px solid #908d79;
} */
/* .survey-list li:first-child {
	border-bottom: 0;
} */
.survey-list li:not(:first-child):not(:last-child):nth-child(even) {
	border-top: 1px solid #DCD6CF;
	border-bottom: 1px solid #DCD6CF;
}
/* .survey-list li:not(:first-child):not(:last-child):nth-child(odd) {
 	border-top: 0;
	border-bottom: 0;
} */
/* .survey-list li:last-child:nth-child(even) {
	border-top: 1px solid #DDD;
} */
/* .survey-list li:last-child {
	border-top: 0;
} */
.survey-list li > div:first-child {
	width: 100%;
    max-width: 40rem;
    height: 100%;
    max-height: 20rem;
    margin-right: 2rem;
}
@media (max-width: 768px) {
	.survey-list li > div:first-child {
		max-width: none;
	    max-height: none;
	    margin-right: 2rem;
	}
}
.survey-list li > div > p {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-color: #F4F4F4;
}
.survey-list li > p:last-child {
	margin-left: 1rem;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: start;
}
.survey-list li>p{
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	text-align: left;
	line-height: 20px;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select:none;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
.survey-list li> div > p > img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    object-fit: contain;
}

.survey-list li>.survey-list-div{
	width: calc(100% - 400px);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
}

.survey-tit {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #424242;
}

.survey-subtit {
	font-size: 16px;
	color: #9D9D9D;
    line-height: 28px;
}

.survey-info span div {
	font-size: 20px;
	font-weight: 600;
	border-radius: 1.0rem;
	text-align: center;
	padding: 1.55rem 0rem;
}

.survey-info .success {
	color: #FFFFFF;
	background-color: #F6861F;
}

.survey-info:hover .success {
	background-color: #C35B27;
}

.survey-info .fail {
	color: #F6861F;
	border: solid 0.1rem #F6861F;
}

.survey-info:hover .fail {
	color: #FFFFFF;
	background-color: #F6861F;
	border: solid 0.1rem #F6861F;
}

.survey-info .end {
	color: #F6861F;
	border: solid 0.1rem #F6861F;
	cursor: default;
}
	
.survey-info > span:nth-child(2):before {
	content: "|";
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}
.survey-info > span:nth-child(2) > span {
	font-weight: 600;
	color: #F6861F;
}

.survey-info > span:nth-child(3):before {
	content: "|";
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

.survey-info > span:nth-child(3) > span {
	font-weight: 600;
	color: red;
}

.survey-btn > button {
	display: block;
    text-align: center;
    line-height: 36px;
    min-width: 120px;
    height: 52px;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 1.8em;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.survey-btn > .survey-btn-go {
	background-color: #F6861F;
	border: 1px solid #F6861F;
    color: #FFFFFF;
}

.survey-btn > .survey-btn-no {
	background-color: #FFFFFF;
	border: 1px solid #78A6D8;
    color: #78A6D8;
}

.survey-btn > .survey-btn-result {
	background-color: #fff;
	border: 1px solid #9D9D9D;
    color: #9D9D9D;
}

.benefit-list li {
	list-style-type: none;border-top:3px solid #908d79;border-bottom:3px solid #908d79;border-left:0;border-right:0;padding: 17px 20px 20px 20px;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: start;
}

.benefit-list li:last-child:first-child {
	border-top:3px solid #908d79;
	border-bottom:3px solid #908d79;
}
.benefit-list li:first-child {
	border-bottom: 0;
}
.benefit-list li:not(:first-child):not(:last-child):nth-child(even) {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.benefit-list li:not(:first-child):not(:last-child):nth-child(odd) {
	border-top: 0;
	border-bottom: 0;
}
.benefit-list li:last-child:nth-child(even) {
	border-top: 1px solid #DDD;
}
.benefit-list li:last-child {
	border-top: 0;
}
.benefit-list li > p:first-child {
	width: 400px;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 1rem;
}
.benefit-list li > p:last-child {
	margin-left: 1rem;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: start;
}
.benefit-list li>p{
	font-size: 1.6rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	text-align: left;
	line-height: 20px;
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select:none;
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
.benefit-list li>p img{
	width: 100%;
}
.benefit-body {
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
}

.benefit-tit {
	font-size: 18px;
	font-weight: 600;
	word-break: keep-all;
}

.benefit-date {
	font-size: 14px;
	word-break: keep-all;
}

@media (max-width: 480px){
  .survey-list li {padding: 8px 10px 10px 10px;display: block;}
  .survey-tit {font-size: 18px;font-weight: 500;}
  .survey-subtit {font-size: 14px;}
  .benefit-list li {padding: 8px 10px 10px 10px;display: block;}
  .benefit-tit {font-size: 14px;font-weight: 500;}
  .benefit-body {
  	display: block;
  }
  .benefit-date {
  	margin-top: 5px;
	font-size: 12px;
	}
	.survey-btn > button {
	    line-height: 30px;
	    height: 30px;
	    font-size: 12px;
	}
  .survey-info {font-size: 14px;}
  .survey-btn {
  	margin-top: 20px;
  	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
  
  .survey-list li > p:first-child {
  	width: 100%;
  }
  
  .survey-list li>.survey-list-div{
		width: 100%;
	}
}
@media (max-width: 1024px){
	.survey-list li.policy {
		display: block;
	}
	.survey-list li>.survey-list-div.policy {
		width: 100%;
	}
}
@media (max-width: 768px){
  .survey-list li {padding: 8px 10px 10px 10px;display: block;}
  .survey-tit {font-size: 18px;font-weight: 500;}
  .benefit-list li {padding: 8px 10px 10px 10px;display: block;}
  .benefit-tit {font-size: 14px;font-weight: 500;}
  .benefit-body {
  	display: block;
  }
  .benefit-date {
  	margin-top: 5px;
	font-size: 12px;
	}
	.survey-btn > button {
	    line-height: 30px;
	    padding: 0.8rem 0;
	    font-size: 1.6rem;
	    width: 100%;
	    height: auto;
	}
  .survey-info {font-size: 14px;}
  .survey-btn {
  	margin-top: 20px;
  	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
  }
  
  .survey-list li > p:first-child {
  	width: 100%;
  }
  
  .survey-list li>.survey-list-div{
		width: 100%;
	}
}

/*
*
paging
*
*/

.paging {position: relative; width: 100%; text-align:center; margin-top: 50px;}
.paging span {display: inline-block;vertical-align: middle;}
.paging span:last-child:after {content:''; display:block; clear:both;}
.paging a {
    display:block;    
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    color: #A8A8A8;
    text-align: center;
    margin:0 2px;
    border-radius: 50%;
}
.paging a:hover, .paging a.on {
	background-color: #F6861F;
	color: #fff;
}
.paging a.end_prev {
    content: "";
    background: url(../images/icon_endback-bce19694165a066d00a1df5eca0e90bb.png) center center no-repeat #fff;
}
.paging a.prev {
    content: "";
    background: url(../images/icon_back-c7b1ccb5dd2c29980a53c1f5860daddd.png) center center no-repeat #fff;
}
.paging a.end_next {
    content: "";
    background: url(../images/icon_endnext-d07efa0561afb7db0c73a99134948ab9.png) center center no-repeat #fff;
}
.paging a.next {
    content: "";
    background: url(../images/icon_next-9e90700147cc8823a041084d28d58bb5.png) center center no-repeat #fff;
}
.paging span.on {padding: 0 10px;}

/*
*
카드 뉴스 슬라이드
*
*/

.sub-board-body > .card-news-view {padding: 30px;}
.sub-board-body > .card-news-view img {max-width: 100%; height: auto !important;}
.card-news-view {position: relative;max-width: 800px; margin: 0 auto 0 auto;}
.card-news-view .slide {
  width: 630px;
  height: 716px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.card-news-view .slide ul{
  position: absolute;
  top:0;
  left:0;
  font-size: 0;
  width: 50000px;
}
.card-news-view .slide ul li{
  float: left;
}
.card-news-view .slide ul li img {
  width: 630px;
}
.card-news-view #back{
  position: absolute;
  top: 300px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.card-news-view #next{
  position: absolute;
  top: 300px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.swiper-button-prev {background-image: url(/static/homepage/images/back-c4903b822f7041b457bc002c76361755.svg) !important;}
.swiper-button-next {background-image: url(/static/homepage/images/next-c7aa07aaa3ec2f69c668eed0b7cd3caf.svg) !important;}

.slider_cardnews {
    position: relative;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px){
  .card-news-view .slide {
    width: 100%;
    height: auto;
  }
  .card-news-view .slide ul li img {
    width: 100%;
  }
  
  .sub-board-body > .card-news-view {padding: 20px;}
  
  .swiper-button-next, .swiper-button-prev {
    width: 18px !important;
    height: 30px !important;
    margin-top: -15px !important;
    background-size: 18px 30px !important;
   }
   
   .slider_cardnews {max-width: 100%;}
}

@media (max-width: 480px){
  .card-news-view .slide {
    width: 100%;
    height: auto;
  }
  .card-news-view .slide ul li img {
    width: 100%;
  }
  
  .swiper-button-next, .swiper-button-prev {
    width: 18px !important;
    height: 30px !important;
    margin-top: -15px !important;
    background-size: 18px 30px !important;
   }
   
   .slider_cardnews {max-width: 70%;}
}

/*
*
팝업
*
*/

.popup-mask {
    position: absolute;
    z-index: 998;
    top: 450px;
    left: 600px;
    margin-top: -300px;
    margin-left: -300px;
    transition: opacity .3s ease;
	font-size: 14px;
  }
  .popup-wrapper {
    min-width: 500px;
    max-width: 600px;
    max-height: 600px;
    background: #fff;
  }
  .popup-container {
    width: 100%;
    height: 100%;
    border: 3px solid rgb(187, 187, 187);
  }
  .popup-body {
    width: 100%; 
    height: calc(100% - 30px);   
    background-color: #fff;
    overflow-y: auto;
    cursor: move;
    color: #000;
  }
  .popup-body img {max-width: 100%; height: auto;}
  .popup-footer {
  	background-color: #333;
  	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
  }

  .check-day {margin-left: 1rem;}
  .check-day>label {display: block; color: #999; cursor: pointer;font-size: 16px;}
  .b-close>a {display: block; color: #999; font-size: 16px; text-align: center; height: 40px; line-height: 40px; margin-right: 1rem;}

@media (max-width: 1024px){
  .popup-mask {
	top: 450px !important;
    left: 350px !important;
}
  .popup-wrapper {
	min-width: 500px;
    max-width: 600px;
    max-height: 600px;
}
  .check-day>label,
  .b-close>a {font-size: 14px;}
}

@media (max-width: 768px){
  .popup-mask {top: 0 !important; left:0 !important;margin-top: 10rem;margin-left: 2rem;}
  .popup-wrapper {
  	position: relative; margin: 0 auto; height: auto; min-height: 320px;
  	min-width: auto;
    max-width: auto;
    max-height: auto;
 }
  .check-day>label,
  .b-close>a {font-size: 14px;}
}

@media (max-width: 480px){
  .popup-mask {top: 0 !important; left:0 !important;margin-top: 10rem;margin-left: 2rem;}
  .popup-wrapper {
  	position: relative; margin: 0 auto; height: auto; min-height: 320px;
  	min-width: auto;
    max-width: auto;
    max-height: auto;
 }
  .check-day>label,
  .b-close>a {font-size: 14px;}
}

/*
*
참여광장
*
*/

.news-list, .news-list2 {margin: 0 -15px; /* font-size: 0; */}
.card-container, .news-list2 dl {display: inline-block;vertical-align: top; width: calc(33.33% - 33px);}

.card-img-box {width: 100%; height: 100%;}
.news-list2 dl>dt div.thumbnail {
	display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-date-box>p, .news-list2 dl>dd>p {color: #999; margin-bottom: 5px;font-size: 16px;}

.card-date-box>p>a, .news-list2 dl>dd>p>a {vertical-align: middle; width: 100%; color: #000; font-size: 16px;word-break: keep-all;word-break: break-all;}
.card-date-box>p>a>span.bllt, .news-list2 dl>dd>p>a>span.bllt {position: absolute; right: 0; top: 5px;}

.card-img-box {max-height: 387px; overflow: hidden;}
.card-img-box > img {margin-bottom: 15px; width:100%; height: 100%; max-height: 305px; border-radius: 10px; background-color: #F4F4F4;}

@media (max-width: 768px){
  .news-list, .news-list2 {font-size: 0; margin:0 -20px;}
  .card-container, .news-list2 dl {width: calc(50% - 40px);}
  .card-date-box, .news-list2 dl>dd {font-size: 16px;}
  .card-date-box>p>a, .news-list2 dl>dd>p>a {font-size: 16px;}
  .card-date-box>.date>span:last-child, .news-list2 dl>dd>.date>span:last-child {font-size: 14px;}
}
@media (max-width: 480px){
  .news-list, .news-list2 { margin: 0; }
  .card-container, .news-list2 dl {width:100%; margin: 0 0 40px 0;}
  .card-container {/* width: calc(100% - 40px); margin: 20px; */}
  .card-img-box, .news-list2 dl>dt {height: auto;}
  .card-date-box, .news-list2 dl>dd {font-size: 16px;}
  .card-date-box>p>a, .news-list2 dl>dd>p>a {font-size: 16px;}
  .card-date-box>.date>span:last-child, .news-list2 dl>dd>.date>span:last-child {font-size: 14px;}
}

/*
*
sub-자료실-[참여예산활동]
*
*/

 .sub-card-container {
     width: 100%;
     align-items: center;
     display: flex;
     flex-direction: column;
     margin-top: 1rem;
     margin-bottom: 5.3rem;
 }

 .sub-card-container-line {
     margin-bottom: 5.3rem;
     width: 100%;
     height: 26.5rem;
     display: flex;
     align-items: center;
 }

 .sub-card {
     width: 33.33%;
     height: 100%;
     display: flex;
     flex-direction: column;
 }

 .sub-card-margin {
     margin: 0 1rem;
 }

 .sub-card-img {
     width: 100%;
     height: 20.8rem;
     overflow: hidden;
     position: relative;
     background-color: #FEF0D0;
     border-radius: 1rem;
     flex-shrink: 0;
 }

 .sub-card-tit {
     display: flex;
     font-size: 2rem;
     font-weight: 600;
     margin: 1rem 0;
     color: #4b4b4b;
     white-space: nowrap;
     width: 100%;
     overflow: hidden;
 }

 .sub-card-date {
     display: flex;
     font-size: 1.2rem;
     font-weight: 400;
     line-height: 1;
     color: #4b4b4b;
     white-space: nowrap;
     width: 100%;
 }

 @media (max-width:575.98px) {
     .sub-card {
         width: 100%;
     }

     .sub-card-container-line {
         flex-direction: column;
         /*height: auto;*/
         height: auto !important;
         margin-bottom: 2rem
     }

     .sub-card-margin {
         margin: 2rem 0;
     }


 }

/*
*
진행중 사업참여
*
*/
.sub-paticipation-info-box {
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    box-sizing: border-box;
    border-radius: 10px;
    flex-direction: column;
    border: 1px solid #908D79;
    border-radius: 10px;
}

.sub-paticipation-info-box-tit {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    color: #908d79;
    margin-bottom: 10px;
}

.sub-paticipation-info-box-text {
    color: #4B4B4B;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.sub-paticipation-info-box-btn {
    cursor: pointer;
    width: fit-content;
    padding: 6px 25px;
    border-radius: 5px;
    background: #000;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .sub-paticipation-info-box-tit {
        font-size: 1.9rem;
    }

    .sub-paticipation-info-box-text {
        font-size: 1.4rem;
    }

    .sub-paticipation-info-box-btn {
        font-size: 1.2rem;
    }
}

.sub-table2 {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto;
    border-top: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 5.3rem;
}

.sub-table2-th,
.sub-table2-td {
    padding: 1.0rem 0.8rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #4B4B4B;
    font-size: 1.6rem;
    font-weight: 300;
}

.sub-table2-tbody tr:hover {
    background-color: #d3d3d3;
    opacity: 0.9;
    cursor: pointer;
}

.sub-table2-td>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sub-table2-th {
    background-color: #F5F5F5;
    font-size: 1.6rem;
    font-weight: 500;
}

/* 테이블 비율 */
.sub-table2-th:nth-child(1),
.sub-table2-td:nth-child(1) {
    width: 6%;
}

.sub-table2-th:nth-child(2),
.sub-table2-td:nth-child(2) {
    width: 6%;
}

.sub-table2-th:nth-child(3),
.sub-table2-td:nth-child(3) {
    width: 10%;
}

.sub-table2-th:nth-child(4),
.sub-table2-td:nth-child(4) {
    width: 8%;
}

.sub-table2-th:nth-child(5),
.sub-table2-td:nth-child(5) {
    width: 10%;
}


.sub-table2-th:nth-child(6),
.sub-table2-td:nth-child(6) {
    flex-grow: 1;
}

.sub-table2-th:nth-child(7),
.sub-table2-td:nth-child(7) {
    width: 8%;
}

.sub-table2-th:nth-child(8),
.sub-table2-td:nth-child(8) {
    width: 8%;
}

.sub-table2-th:nth-child(9),
.sub-table2-td:nth-child(9) {
    width: 8%;
}

@media (max-width: 768px) {

    .sub-table2-th:nth-child(1),
    .sub-table2-td:nth-child(1) {
        display: none;
    }

    .sub-table2-th:nth-child(2),
    .sub-table2-td:nth-child(2) {
        display: none;
    }

    .sub-table2-th:nth-child(3),
    .sub-table2-td:nth-child(3) {
        display: none;
    }

    .sub-table2-th:nth-child(4),
    .sub-table2-td:nth-child(4) {
        display: none;
    }

    .sub-table2-th:nth-child(5),
    .sub-table2-td:nth-child(5) {
        display: none;
    }

    .sub-table2-td:nth-child(6) {
        text-align: left;
    }

    .sub-table2-th:nth-child(7),
    .sub-table2-td:nth-child(7) {
        display: none;
    }

    .sub-table2-th:nth-child(8),
    .sub-table2-td:nth-child(8) {
        display: none;
    }

    .sub-table2-th:nth-child(9),
    .sub-table2-td:nth-child(9) {
        width: 30%;
    }


}

/*
*
사업진행상황
*
*/
.sub-table3 {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto;
    border-top: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 5.3rem;
}

.sub-table3-th,
.sub-table3-td {
    padding: 1.0rem 0.8rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #4B4B4B;
    font-size: 1.6rem;
    font-weight: 300;
}

.sub-table3-tbody tr:hover {
    background-color: #d3d3d3;
    opacity: 0.9;
    cursor: pointer;
}

.sub-table3-td>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sub-table3-th {
    background-color: #F5F5F5;
    font-size: 1.6rem;
    font-weight: 500;
}



/* 
*
사업진행상황
*
*/
.sub-table3-th:nth-child(1),
.sub-table3-td:nth-child(1) {
    width: 6%;
}

.sub-table3-th:nth-child(2),
.sub-table3-td:nth-child(2) {
    width: 6%;
}

.sub-table3-th:nth-child(3),
.sub-table3-td:nth-child(3) {
    width: 10%;
}

.sub-table3-th:nth-child(4),
.sub-table3-td:nth-child(4) {
    width: 8%;
}

.sub-table3-th:nth-child(5),
.sub-table3-td:nth-child(5) {
    width: 10%;
}


.sub-table3-th:nth-child(6),
.sub-table3-td:nth-child(6) {
    width: 8%;
}

.sub-table3-th:nth-child(7),
.sub-table3-td:nth-child(7) {
	flex-grow: 1;
}

.sub-table3-th:nth-child(8),
.sub-table3-td:nth-child(8) {
    width: 8%;
}

.sub-table3-th:nth-child(9),
.sub-table3-td:nth-child(9) {
    width: 8%;
}
.sub-table3-th:nth-child(10),
.sub-table3-td:nth-child(10) {
    width: 8%;
}

@media (max-width: 768px) {

    .sub-table3-th:nth-child(1),
    .sub-table3-td:nth-child(1) {
        display: none;
    }

    .sub-table3-th:nth-child(2),
    .sub-table3-td:nth-child(2) {
        display: none;
    }

    .sub-table3-th:nth-child(3),
    .sub-table3-td:nth-child(3) {
        display: none;
    }

    .sub-table3-th:nth-child(4),
    .sub-table3-td:nth-child(4) {
        display: none;
    }

    .sub-table3-th:nth-child(5),
    .sub-table3-td:nth-child(5) {
        display: none;
    }
	
	.sub-table3-th:nth-child(6),
    .sub-table3-td:nth-child(6) {
        display: none;
    }

    .sub-table3-td:nth-child(7) {
        text-align: left;
    }

    .sub-table3-th:nth-child(8),
    .sub-table3-td:nth-child(8) {
        display: none;
    }

    .sub-table3-th:nth-child(9),
    .sub-table3-td:nth-child(9) {
        display: none;
    }

    .sub-table3-th:nth-child(10),
    .sub-table3-td:nth-child(10) {
        width: 30%;
    }

}

/*
*
도 정책사업
*
*/
.sub-body-btn-col {
	box-sizing: border-box;
	flex-direction: column;
	width:100%;
}
.sub-body-btn-margin {
	margin-top: 30px;
}
.sub-filter-width {
	width:100%;
}
.sub-filter-box {
    display: flex;
    justify-content: space-between !important;
}

.sub-filter-box-margin {
    margin-bottom: 10px;
}
.sub-filter-box-width,
.sub-filter-btn-box {
	width:100%;
	display: flex;
}
.sub-filter-btn-box-flex {
	width:100%;
    flex: 1 1 auto;
    display: flex;
    flex: 1;
    display: flex;
}

.sub-filter-text {
    display: flex;
    align-items: center;
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.sub-filter-btn {
    word-break: keep-all;
    padding: 10px 0;
    width: 100%;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
}

.sub-filter-btn:hover {
    border: 1px solid #908D79 !important;
}

.sub-filter-btn:active {
    color: #FFF;
    font-weight: 600;
    background: #908D79;
}

.sub-filter-btn-df {
    color: #8A8A8A;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.sub-filter-btn-pr {
    color: #FFF;
    font-weight: 600;
    background: #908D79;
    border: 1px solid #908D79;
}

@media (max-width:576px) {
    .sub-filter-text {
        margin-right: 10px;
        font-size: 14px;
    }
    .sub-filter-box-width {
    	flex-direction: column;
    }

    .sub-filter-btn {
        margin: 0 0 5px 5px;
        font-size: 12px;
    }

    .sub-filter-btn-box-flex {
        box-sizing: content-box;
        flex: 1 1;
        margin-left: 5px;
    }
}


/*
*
위원회 구성
*
*/
.sub-table4 {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto;
    border-top: 1px solid #4B4B4B;
    border-bottom: 1px solid #4B4B4B;
    background-color: white;
    margin-top: 1rem;
}

.sub-table4-th,
.sub-table4-td {
    padding: 1.0rem 0.8rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #4B4B4B;
    font-size: 1.6rem;
    font-weight: 300;
}

.sub-table4-th {
    background-color: #F5F5F5;
    font-size: 1.6rem;
    font-weight: 500;
    width: 16.66%;
}

@media (max-width: 768px) {
	.sub-table4 {
		margin: 1rem 0 2rem 0;
	}
	.sub-table4-th,
	.sub-table4-td {
	    font-size: 1.4rem;
	}
	
}


/*
*
위원회 역할
*
*/
.sub-crole-info-box {
    padding: 25px;
    display: flex;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #908D79;
    border-radius: 10px;
}

.sub-crole-info-box-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #908d79;
    width: 195px;
    margin-right: 36px;
}

.sub-crole-info-box-text {
    color: #4B4B4B;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 5px 0;
}
.sub-crole-info-box > div > ul {
    padding-left: 20px;
    list-style-position: outside;
}
.sub-crole-info-box-btn:hover {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .sub-crole-info-box {
        flex-direction: column;
    }

    .sub-crole-info-box-tit {
        width: 100%;
        font-size: 1.6rem;
        justify-content: flex-start;
        margin-right:0;
        margin-bottom: 10px;
    }

    .sub-crole-info-box-text {
        margin: 5px 0;
        font-size: 1.2rem;
    }

    .sub-crole-info-box > div > ul {
        padding-left: 20px;
    }
}

/*
*
문의 답변
*
*/
.answer-container {
	width: 100%;
	margin-top: 5rem;
	margin-bottom: 0.5rem;
}

.answer-header {
	width: 100%;
	border: 1px solid #F6E9DC;
    background-color: #F4F4F4;
    font-size: 2rem;
    /* font-weight: 600; */
    border-radius: 1rem 1rem 0 0;
    padding: 3rem 4rem;
    box-sizing: border-box;
    color: #424242;
}
/* 
.answer-header > div {
    padding: 15px 20px;
} */

.answer-main > div > .answer-info { 
	font-size: 1.3rem;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f2f2f2;
	border-top: 1px solid #cacdda;
}

.answer-main > div > .answer-info + .answer-gubun {
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.answer-main > div > .answer-info > div > span {
	border-right: #cacdda solid 1px;
	padding-right: 20px;
	margin-right: 15px;
	line-height: 1.5;
}

.answer-main > div > .answer-info > div > span:last-child {
	border-right: 0;
}

.answer-main > div > .answer-info > div > span > b {
	margin-right: 1rem;
}

.answer-main {
	font-size: 1.9rem;
	width: 100%;
	border: 1px solid #F6E9DC;
    border-top: 0;
    border-radius: 0 0 1rem 1rem;
    padding: 3rem 4rem;
    box-sizing: border-box;
}
/* 
.answer-main > div {
	padding: 15px 25px;
} */

.answer-main > div > .answer-contents {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacdda;
}

.answer-main > div > .answer-gubun {
	border-top: 1px solid #cacdda;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding: 0;
}

.answer-main > div > .answer-file {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5rem;
}

.answer-main > div > .answer-file > .answer-file-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.answer-main > div > .answer-file > .answer-file-container > .answer-file-tit {
	margin-right: 1.5rem;
	word-break: keep-all;
}

.answer-main > div > .answer-file > .answer-file-container > .answer-file-list a:hover {
	text-decoration: underline;
}

.answer-main > div > .answer-file > .answer-file-container > .answer-file-list a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background: url(/static/homepage/sub/assets/icon_download-cf291f5f66f12ef7c3f2f77b25a8edb6.png) no-repeat;
}

.inquiry-badge {
	display: inline-block;
    text-align: center;
    /* line-height: 20px; */
    font-size: 1.4rem;
    color: #fff;
    border-radius: 11px;
    margin-right: 1.5rem;
    padding: 0.4rem 0rem;
    min-width: 90.5px;
}

.inquiry-badge-1 {
	font-size: 1.6rem;
	color: #777777;
	/* background-color: #289d25; */
}

.inquiry-badge-2 {
	font-size: 1.6rem;
	color: #777777;
	/* background-color: #908D79; */
}

.inquiry-badge-3 {
	font-size: 1.6rem;
	color: #777777;
	/* background-color: #F6861F; */
}

.inquiry-status-badge-1 {
	border: 1px solid #F6861F;
    border-radius: 20px;
	color: #F6861F;
}

.inquiry-status-badge-2 {
	border: 1px solid #666666;
	    border-radius: 20px;
	color: #666666;
}

@media (max-width: 768px) {
	.sub-board-tit > span {
	    font-size: 1.8rem;
        line-height: 23px;
	}
    .answer-main > div > .answer-info > div > span {
		width: 100%;
		display: block;
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		line-height: 1.5;
	}
	
	.answer-main > div {
	    padding: 15px 5px;
	}
	
	.answer-main > div > .answer-info > div > span:last-child {
		border-right: 0;
	}
	
	.answer-main > div > .answer-file > .answer-file-container {
		display: block;
	}
}

/*
*
Mypage 비밀번호 변경
*
*/
.new-pw-container {
	position: relative;
    margin: 0 auto;
    width: 500px;
    border: 1px solid #DCD6CF;
    border-radius: 1rem;
    text-align: center;
    padding: 4rem 5rem;
}
.new-img {
    margin-bottom: 30px;
}
.new-text {
    color:#4B4B4B;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.new-text-b {
    font-weight: 600;
}
.new-text-sub {
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
	word-break: keep-all;
}
.new-hr {
    color: #4B4B4B;
    width:100%;
    margin-top: 40px;
    margin-bottom: 30px;
}
.new-item, .new-pw-item {
    width: 100%;
    margin-bottom: 7rem;
}
.new-pw-item > .new-item-text {
	width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.new-pw-item > .new-input {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.new-item-text {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
}
.new-input-text{
    color:#424242;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.new-input-id {
    flex: 1 1 auto;
    padding: 1.5rem 2rem 1.5rem 3.5rem !important;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    font-size: 1.4rem;
    box-sizing: border-box;
}

.new-input-id::placeholder {
    font-size: 1.4rem;
    color: #9D9D9D;
}

.new-input::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px; /* Adjust width according to the image size */
    height: 20px; /* Adjust height according to the image size */
    background: url('/static/homepage/sub/assets/pw-icon-dc81f63ca098b4c29d090f938ba3ad9a.svg') no-repeat center center;
    background-size: contain; /* Adjust to fit the image */
    pointer-events: none; /* Allow clicks to pass through */
}
.new-pw-container .btn-box {
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
}
.new-pw-container .btn {
	cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1rem;
    background: #F6861F;
    color: #FFF;
    font-size: 2rem;
    font-weight: 600;
    border: 0px;
}

.new-pw-container .btn:active {
    background-color: #686658;
}

@media (max-width: 768px) {
	.new-pw-container {
	    box-sizing : border-box;
	    width: 100%;
	}
	.new-item, .new-pw-item {
		height: auto;
	}
	.new-pw-item {
		display: block;
	}
	.new-pw-item > .new-item-text {
		text-align: left;
		width: 100%;
		display: block;
		font-size: 14px;
	}
	.new-input-text {
		display: block;
		margin-bottom: 5px;
	}
	.new-pw-item > .new-input {
		display: block;
		width: 100%;
	}
	.new-pw-item > .new-input > .new-input-id {
		box-sizing : border-box;
		width: 100%;
		height: 40px;
	}
	
	.new-pw-container .btn {
	 	padding: 12px 4px;
	 	font-size: 16px;
	 }
}

/*
*
Mypage 나의정보 변경
*
*/
.sub-body-myinfo {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-body-myinfo .signup-btn {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #908D79;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
}
.sub-body-myinfo .signup-tit-essential {
    width:100%;
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}
.sub-body-myinfo .signup-btn:active {
    background-color: #686658;
}
.panel-out-div {
	display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}

.panel-out-btn {
	cursor: pointer;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    color: #908D79;
    border: 1px solid #908D79;
    font-size: 14px;
    font-weight: 600;
}
.panel-out-btn:hover {
    background: #908D79;
    color: #FFF;
    border: 1px solid #908D79;
}

.panel-out-msg {
	width: 100%;
	display: block;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}

.panel-out-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 840px;
    margin-bottom: 3rem;
}
.panel-out-tit {
    width: 100%;
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 600;
}

.panel-out-btn-div {
	margin-top: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel-out-go-btn {
	cursor: pointer;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding: 10px 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #908D79;
    color: #FFF;
    border: 1px solid #908D79;
    font-size: 14px;
    font-weight: 600;
}

.panel-out-cancel-btn {
	cursor: pointer;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding: 10px 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
    color: #908D79;
    border: 1px solid #908D79;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .panel-out-container {
        width: 90%;
    }
}

@media (max-width: 768px) {
	.panel-out-go-btn {
		padding: 6px 18px;
		font-size: 16px;
	}
	
	.panel-out-cancel-btn {
		padding: 6px 18px;
		font-size: 16px;
	}
	.sub-body-myinfo .signup-btn {
	    padding: 8px 10px;
	    font-size: 16px;
	}
	.panel-out-btn {
		padding: 6px 18px;
		font-size: 12px;
	}
	.panel-out-container {
        width: 90%;
    }
	.panel-out-pw-msg {
	    display: block;
	}
	.panel-out-pw {
		display: block !important;
	}
	.panel-out-pw > input,
	.panel-out-pw > span {
		box-sizing: border-box;
		width: 100% !important;
		margin: 0 !important;
	}
	.panel-out-pw > span {
		margin-top: 5px !important;
	}
}

/* 찾아오시는 길 */
#map.map {
	border: 1px solid #DCD6CF;
	border-radius: 1rem;
	margin-bottom: 5rem;
}
.map-content {
	font-size: 16px;
}
.map{border:1px solid #908d79;}
.map_info{border-top:0;  margin-bottom:5rem;}
.map_info li{margin-bottom:15px;list-style-type: none; }
.map_info li:last-child{margin-bottom:0;}
.map_info li span{display:block; margin-bottom:7px;}
.map_info li span:first-child{font-weight:500; color:#1e6bc2;}
@media all and (min-width:1023px){
    .map_info li{position:relative;}
    .map_info li span{position:absolute; top:0; left:0;}
    .map_info li span:last-child{padding-left:80px;}
}
@media all and (min-width:1024px){
    .map_info{overflow:hidden;}
    .map_info li{float:left; width:50%;} 
    .map_info li:nth-child(3), .map_info li:nth-child(4){margin-top:20px;}
}
.list_basic{ margin:10px 0; list-style: none; }
.list_basic li{ line-height: 2.0; font-size:14px;word-break: keep-all;}
.list_basic.lt02 li{ position:relative; padding-left:10px;list-style-type: none; }
.list_basic.lt02 li:before{ display:block; width:4px; height:4px; background:#777777; content:""; position:absolute; left:0; top:8px;}
.list_basic.lt01 li{ position:relative; padding-left:15px; }
.list_basic.lt01 li:before{ display:block; width:6px; height:2px; background:#b4b4b4; content:""; position:absolute; left:0; top:8px;}
.list_basic li > a {
	color: blue;
    text-decoration: underline;
}
.list_no li{margin-bottom:5px;}
.list_no li button{word-break:break-all;}
@media all and (min-width:768px){
	.list_basic li{ font-size:16px;}
	.list_basic.lt01 li:before{ top:12px; }
	.list_basic.lt02 li:before{ top:12px; }
}
.list_number > li{position:relative; padding-left:23px; word-break: keep-all;}
.list_number > li .num{position:absolute; top:0; left:0;}
.jus{margin:20px 0; border:1px solid #908d79;}
/* .jus dt{padding:20px 0; text-align:center; font-weight:500; line-height:1.4; background-color: #f9f9f9;}
.jus dd{padding:20px; font-weight:400; line-height:1.5; color:#555;}
@media all and (min-width:768px){
	.jus{display:table; width:100%; padding:0;}
	.jus dt{display:table-cell; width:30%; vertical-align:middle; border-bottom:0;}
	.jus dd{display:table-cell; width:70%; vertical-align:middle; padding-left:40px;}
} */
.map-btn {
	font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', malgun gothic, '맑은 고딕', 'dotum', '돋움', Arial, sans-serif !important;
	display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #908d79;
    color: #404040;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 0.5rem;
}
.map-link {
	color: blue;
	text-decoration: underline;
}
.map-btn:hover {
	border: 1px solid #908d79;
    color: #fff;
    background-color: #908d79;
}
.map-down-btn:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 1rem;
    margin-bottom: 0.1rem;
    background: url(/static/homepage/sub/assets/icon_download-cf291f5f66f12ef7c3f2f77b25a8edb6.png) no-repeat;
}

.map-btn:hover.map-down-btn:after {
    background: url(/static/homepage/sub/assets/icon_download_white-99f4553159347b25a1de984974385183.png) no-repeat;
}

.primary-btn {
	font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', malgun gothic, '맑은 고딕', 'dotum', '돋움', Arial, sans-serif !important;
	display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #908d79;
    color: #404040;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 0.5rem;
}
.primary-link {
	color: blue;
	text-decoration: underline;
}
.primary-btn:hover {
	border: 1px solid #908d79;
    color: #fff;
    background-color: #908d79;
}
.primary-down-btn:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 1rem;
    margin-bottom: 0.1rem;
    background: url(/static/homepage/sub/assets/icon_download-cf291f5f66f12ef7c3f2f77b25a8edb6.png) no-repeat;
}

.primary-btn:hover.primary-down-btn:after {
    background: url(/static/homepage/sub/assets/icon_download_white-99f4553159347b25a1de984974385183.png) no-repeat;
}

.primary-link-btn:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 13px;
    margin-left: 1rem;
    margin-bottom: 0.1rem;
    background: url(/static/homepage/sub/assets/icon_link_right-a0b890bc8d0e8c58cecb689e5ed53d23.png) no-repeat;
}

.primary-btn:hover.primary-link-btn:after {
    background: url(/static/homepage/sub/assets/icon_link_right_white-8c6c48bdf9218c9c73a75907e66e6548.png) no-repeat;
}

.primary-blank-btn:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 1rem;
    margin-bottom: 0.1rem;
    background: url(/static/homepage/sub/assets/icon_blank-67dbb7f9167ca38d26be2fed369c8614.png) no-repeat;
}

.primary-btn:hover.primary-blank-btn:after {
    background: url(/static/homepage/sub/assets/icon_blank_white-23d7bb05ef13228798886c63bdf3f882.png) no-repeat;
}

.main-block-color {
	color: #272727;
}

/* 홈페이지 소개 */
.about-container {
	width: 100%;
}



.body-sub-tit > div {
	width: 100%;
	max-width: 650px;
	word-break: keep-all;
	text-align: center;
	color: #4B4B4B;
}

.body-sub-tit > div > div {
	font-size: 30px;
	font-weight: 500;
    margin-bottom: 10px;
}

.about-footer-sub-tit {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	word-break: keep-all;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
}
.about-footer-sub-tit > div {
	width: 100%;
	max-width: 650px;
	word-break: keep-all;
	text-align: center;
	color: #4B4B4B;
}

.about-footer-sub-tit > div > span {
	color: #F6861F;
	font-weight: 600;
}

.about-e-um-card-container {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
	padding-bottom: 15px;
}
.about-e-um-card-container > .about-e-um-card-body {
	width: 100%;
	max-width: 1500px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.about-e-um-card {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-e-um-card.about-e-um-card-top > .circle {
	width: 180px;
	height: 180px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}



.about-e-um-card.about-e-um-card-sub-tit {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 14px;
	text-align: center;
	word-break: keep-all;
	color: #7D7D7D;
	line-height: 25px;
	height: 80px;
	margin-bottom: 5px;
}

.about-e-um-card-sub-tit-desc-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.about-e-um-card-sub-tit-desc {
	vertical-align: middle;
	min-width: 130px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.about-e-um-card-sub-tit-desc-flow {
	margin-left: 10px;
	margin-right: 10px;
}

.about-e-um-card-sub-tit-desc span {
	font-weight: 600;
	color: #F6861F;
}

.about-middle {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.about-middle-container {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-middle-body > .circle {
	width: 110px;
	height: 110px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #FFF;
	border: 1px solid #C2C2C2;
	border-radius: 50%;
	color: #908D79;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
}

.about-middle-body {
	margin-left: 15px;
	margin-right: 15px;
}

.about-panel-card-container {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-top: 20px;
	padding-bottom: 60px;
}
.about-panel-card-container > .about-panel-card-body {
	width: 100%;
	max-width: 1024px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-panel-card-main {
	margin-left: 25px;
	margin-right: 25px;
	height: auto;
	min-height: 300px;
	border: 0;
	width: 33.3333%;
	padding: 10px;
}

.about-panel-card {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-panel-card.about-panel-card-top > .circle {
	width: 180px;
	height: 180px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #FFF;
	border: 1px solid rgba(216, 35, 55, 0.60);
	border-radius: 50%;
}
.about-panel-card.about-panel-card-tit {
	font-size: 25px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}
.about-panel-card.about-panel-card-sub-tit {
	display: block;
	font-size: 18px;
	text-align: center;
	word-break: keep-all;
	color: #7D7D7D;
	line-height: 24px;
}

.about-panel-footer {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 80px;
	font-size: 18px;
	word-break: keep-all;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-panel-footer .about-panel-footer-text div:first-child {
	color: #908D79;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
	white-space: nowrap;
	margin-bottom: 5px;
}
.about-panel-footer .about-panel-footer-text div:last-child {
	color: #4B4B4B;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.about-panel-btn-div {
	margin-top: 74px;
}
.about-panel-btn {
	color: #F6861F;
	font-size: 18px;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-weight: 500;
	border: 2px solid #F6861F;
	background-color: #fff;
}
.about-panel-btn:hover {
	color: #fff;
	background-color: #F6861F;
}

@media all and (max-width:1680px) {
	.about-e-um-card.about-e-um-card-sub-tit {
		display: block;
		height: auto;
	}
	.about-e-um-card-sub-tit .about-e-um-card-sub-tit-desc-group:last-child {
	    margin-top: 45px;
	}
	div.about-e-um-card.about-e-um-card-sub-tit > div.about-e-um-card-sub-tit-desc-flow {
		display: none;
	}
}

@media all and (max-width:1080px) {
	.about-e-um-card-sub-tit .about-e-um-card-sub-tit-desc-group:last-child {
	    margin-top: 45px;
	}
}

@media all and (max-width:768px) {
	.about-e-um-card-container {
		display: block;
	}
	.about-e-um-card-container > .about-e-um-card-body {
		display: block;
	}
	.content-line-container {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 21px;
	}

	.about-e-um-card-body > .content-line-container:first-child {
		margin-bottom: 20px;
	}
	.about-e-um-card.about-e-um-card-top > .circle {
		width: 100px;
		height: 100px;
		padding: 20px;
	}
	.about-e-um-card.about-e-um-card-top > .circle > img {
		width: 100%;
	}
	
	.about-panel-card-container {
		display: block;
		padding-bottom: 0;
		padding-top: 0;
	}
	.about-panel-card-container > .about-panel-card-body {
		display: block;
	}
	.about-panel-card-main {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
	}
	
	.about-panel-card-body .about-panel-card-main:not(:first-of-type) {
		margin-top: 20px;
	}

	.about-panel-card.about-panel-card-top > .circle {
		width: 80px;
		height: 80px;
		padding: 40px;
	}
	.about-panel-card.about-panel-card-top > .circle > img {
		width: 100%;
	}
	
	.about-panel-footer {
	    margin-bottom: 40px;
	}
	
	.about-panel-footer .about-panel-footer-text div:first-child {
		line-height: 30px;
		font-size: 20px;
	}
	.about-panel-footer .about-panel-footer-text div:last-child {
		line-height: 30px;
		font-size: 14px;
	}
	
	.about-panel-btn-div {
		margin-top: 40px;
	}
	.about-panel-btn {
		padding: 10px 35px;
		font-size: 16px;
	}
	
	.about-e-um-card-sub-tit-desc {
		font-size: 14px;
		min-width: 110px;
	}
	
	.about-middle-body > .circle {
		width: 90px;
	    height: 90px;
	    font-size: 20px;
	}
	.body-sub-tit {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 3rem;
		margin-top: 4px;
	}
	.body-sub-tit > div > div {
		font-size: 23px;
		margin-bottom: 10px;
	}
	.about-footer-sub-tit {
		font-size: 16px;
	}
}

.signup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 840px;
    margin-bottom: 3rem;
}
.signup-tit {
    width: 100%;
    color: #4B4B4B;
    font-size: 20px;
    font-weight: 600;
}
.table-tit-essential {
    width:100%;
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}
.table-essential {
	font-size: 14px;
}

.signup-address-div {
	margin-bottom: 0.5rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.signup-address-div > button {
	margin-right: 0.5rem;
	word-break: keep-all;
	width: 120px;
}

.signup-address-div > .signup-address-zip {
	margin-right: 0.5rem;
	width: 70px;
}

.signup-address-div > .signup-address-road-name {
	width: 100%;
}


.signup-table {
	width: 100%;
	border-top: 1px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
	border-collapse: collapse;
}

.signup-table-tr {
	border-bottom: 1px solid #ddd;
}

.signup-table-tr:last-child {
	border-bottom: 0;
}

.signup-table-th {
	background-color: #fafafa;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    width: 20%;
}

.signup-table-td {
	background-color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    width: 80%;
}

.input-radio {
    display: none;
}
.input-radio:disabled + label:before{
	background-color: #eee;
}
.input-radio+label {
	cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
}
.input-radio+label > input {
	margin-left: 1rem;
}
.input-radio+label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: border-color 0.3s, background-color 0.3s;
}
.input-radio:checked+label:before {
    border-color: #908D79;
    background-color: #908D79;
}
.input-radio:checked+label:after {
    content: "\2713";
    position: absolute;
    left: 0.4em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9em;
    color: #fff;
}

.signup-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    border-radius: 5px;
    border: 1px solid #C2C2C2;
    font-size: 14px;
}
.signup-input::placeholder {
    font-size: 12px;
    color: #C2C2C2;
    font-weight: 300;
}
.signup-id-btn {
	cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #908D79;
    background-color: #fff;
    color: #908D79;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    height: 40px;
}
.signup-id-btn:hover {
    color: #fff;
    background-color: #908D79;
}

.signup-btn {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #F6861F;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
}
.signup-btn:active {
    background-color: #686658;
}

.signup-item-address-width {
    width: 72%;
}

.input-checkbox{
	display:none;
}

.input-checkbox:disabled + label:before{
	background-color: #eee;
}

.input-checkbox + label{
	cursor:pointer;
    color: #4B4B4B;
    font-size: 14px;
    margin-left: 1rem;
}

.input-checkbox + label:after{
	position: absolute;
}

.input-checkbox + label:before{
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin: -2px 8px 0 0;
	text-align: center; 
	vertical-align: middle;
	border: 1px solid #C2C2C2;
 }

.input-checkbox:checked + label:before{
	content:"\2714";
	color: #fff;
	background-color:#908D79;
	width: 14px;
	height: 14px;
	border: 1px solid #908D79;
}

@media (max-width: 1024px) {
    .signup-container {
        width: 90%;
    }

    .signup-btn {
        margin-bottom: 1.5rem;
        padding: 14px 10px;
    }

    .signup-id-btn {
        width: 25%; 
        padding:0;
    }
}

@media (max-width:768px) {
    .signup-container {
        width: 80%;
    }

    .signup-btn {
        margin-bottom: 1.5rem;
        padding: 14px 10px;
    }

    .signup-id-btn {
        width: 25%; 
        padding:0;
    }
}

/* 개인정보처리방침 */
.policy-top-tit {
	font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    word-break: keep-all;
}

.policy-top-tit::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #F6861F;
    position: absolute;
    bottom: 0;
    left: 0;
}

.policy-top-desc {
	font-size: 16px;
	background: #f9f9f9;
    padding: 35px;
    border: #caccd6 solid 1px;
    border-radius: 10px;
    margin: 0 0 30px 0;
    overflow: hidden;
    line-height: 28px;
    word-break: keep-all;
}

.policy-head-tit {
	font-size: 20px;
    font-weight: 500;
    color: #F6861F;
    line-height: 1.3;
    word-break: keep-all;
    margin-bottom: 20px;
    margin-top: 30px;
}

.policy-sub-text {
	font-size: 16px;
    line-height: 28px;
    word-break: keep-all;
}

.policy-sub-text > a {
    color: blue;
    text-decoration: underline;	
}

@media (max-width:768px) {
	.policy-top-desc {
		font-size: 14px;
		padding: 25px;
	}
    .policy-sub-text {
        font-size: 14px;
    }
}

/*기본테이블*/
.basic_table { width:100%; max-width:100%; border-collapse:collapse; border-top:#F6861F solid 2px; line-height: 1.6}
.basic_table thead tr th,.basic_table thead tr td {padding:10px 5px; border:#eee solid 1px; text-align:center;}
.basic_table tbody tr th,.basic_table tbody tr td {padding:10px 5px; border:#eee solid 1px; }
.basic_table tr th:first-child,.basic_table tr td:first-child{ border-left:0; }
.basic_table tr th:last-child,.basic_table tr td:last-child{ border-right:0; }
.basic_table th { font-size:14px; color:#454545; background-color:#fbfbfb; vertical-align:middle;   }
.basic_table td { font-size:14px; color:#454545; text-align:left;  vertical-align:middle; }
.basic_table td a{ text-decoration:none; color:#454545}
.basic_table td.red{ color:#F00}
.basic_table .no_border { border-right-style: none; }
.basic_table .td_center { text-align:center;}
.basic_table .td_right { text-align:right }
.basic_table .td_left { text-align:left }
.border_none{ border-right:none;}
.table_center tbody tr td, .table_center tbody tr th{text-align:center;}
.table_center tbody tr td ul li{text-align:left;}
@media all and (min-width:1024px){
.basic_table thead tr th,.basic_table thead tr td { padding:20px; border:#eee solid 1px; font-size:16px; }
.basic_table tbody tr th,.basic_table tbody tr td {padding:20px; border:#eee solid 1px;  font-size:16px;}

}
.basic_table.table_resp th{ text-align: left; padding:0 10px; }
.basic_table.table_resp th,.basic_table.table_resp td{ display:block; border-left:0; border-right:0;  padding:10px;}
@media all and (min-width:768px){
	.basic_table.table_resp th{ text-align: center; padding:0 10px; }
	.basic_table.table_resp th,.basic_table.table_resp td{ display:table-cell; border-left:#eee solid 1px; border-right:#eee solid 1px;  padding:20px;}
}

.responsive{ min-width:600px; }
.scroltable-wrapper { position: relative; }
.scroltable-container { overflow-x:auto;margin-top: 15px;margin-bottom: 15px;}
.scroltable-container::-webkit-scrollbar {
  height: 5px;}
.scroltable-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;}
.scroltable-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .3); 
  border-radius: 5px;}
.scroltable-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .5); }
.scroltable-nav { display: none;  position: absolute;  width: 60px;  height: 100%;  cursor: pointer;}
.scroltable-nav.scroltable-nav-left {  left: 0; background: linear-gradient(to left, rgba(255,255,255,0), #fff);}
.scroltable-nav.scroltable-nav-right {  right: 0; background: linear-gradient(to right, rgba(255,255,255,0), #fff);}
@media all and (max-width:767px){
    .basic_table.table_resp thead{display:none;}
}
@media all and (min-width:768px){
    .basic_table.table_resp th{ text-align: center; width:20%;}
    .basic_table.table_resp th,.basic_table.table_resp td{ display:table-cell; border-left:#eee solid 1px; border-right:#eee solid 1px;}
    .basic_table.table_resp .no_cont{display:table-cell;}
}

/* 시민제안 소개 */
.intro_box{background:#f8fafd; padding:30px; line-height:1.5; margin-top:20px;}
.intro_box .s_title{
	display:block;
	color: #4B4B4B;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}
.intro_box .title{display:block; color:#F6861F; margin:10px 0;font-size:35px; font-weight:600;}
.intro_box a{
	margin-top: 20px;
	display:inline-block;
	position:relative;
    padding: 6px 40px;
    border-radius: 50px;
    border: 2px solid #F6861F;
    background: #FFF;
    cursor: pointer;
    margin-right: 10px;
    color: #F6861F;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.intro_box a:hover{
	background: #F6861F;
	color: #FFF;
}
.intro_box div {
	color: #8A8A8A;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
	display: block;
	word-break: keep-all;
}
.intro_group{margin-bottom:30px;}
.intro_group h5 {
	color: #908D79;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px;
}
.intro_group span{display:block; text-align:center; border:1px solid #1e6bc2; background:#FEF0D0; padding:15px 10px; margin-bottom:10px; font-weight:500; color:#1e6bc2;}
.intro_group .intro_cont dl{margin-bottom:10px;}
.intro_group .intro_cont dl dt{
	border: 1px solid #908D79;
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #f9f9f9;
	padding: 15px 10px;
	color: #4B4B4B;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}
.intro_group .intro_cont dl dd{
	border: 1px solid #908D79;
	border-left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 10px;
	color: #4B4B4B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
}
.intro_group .intro_cont dl dd ul li{
    position: relative;
	padding-left: 15px;
}
.intro_group .intro_cont dl dd ul li::before{
	content: "·";
	font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: 0;
}
.intro_box02_mt {
	margin-top: 55px;
}
.intro_box02 .intro_box02_desc {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.intro_box02 .title1{
	color: #F6861F;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	display:block;
	text-align: center;
}
.intro_box02 .title2{
	color: #F6861F;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	display:block;
	text-align: center;
}
.intro_box02 ul li{
	margin-bottom:10px;
	padding-left:30px;
	position:relative;
	color: #424242;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
}
@media (max-width:768px) {
	.intro_box02 .intro_box02_desc {display: block;}
	.intro_group .intro_cont dl dt{
		border-bottom: 0;
		border-right: 1px solid #908D79;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		font-size: 18px;
	}
	.intro_group .intro_cont dl dd{
		border-left: 1px solid #908D79;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		font-size: 16px;
	}
	.intro_box02 .title1{
		font-size: 22px;
	}
	.intro_box02 .title2{
		font-size: 24px;
	}
	.intro_box02_mt {
		margin-top: 38px;
	}
	.intro_group h5 {
		font-size: 22px;
	}
	.intro_box02 ul li{
		font-size: 16px;
	}
	
	.intro_box .s_title{
		display:block;
		color: #4B4B4B;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
	}
	.intro_box .title{display:block; color:#F6861F; margin:10px 0;font-size:30px; font-weight:600;}
	.intro_box a{
		padding: 4px 30px;
	    font-size: 16px;
	}
}

.intro_box02 ul li:before{content: ""; background-image: url(/static/homepage/sub/assets/icon-intro-check-aebc99b56ca2f05521036de528fb226d.svg); background-repeat: repeat; position:absolute; left:0; top:2px; width: 24px; height: 25px;}
.intro_box02 ul li br{display:none;}
@media all and (min-width:640px){
    .intro_box02 ul li br{display:block;}
}
@media all and (min-width:768px){
    .intro_box{padding-left:0; position:relative; margin-bottom:70px;}
	.intro_group{overflow:hidden; margin-bottom:0; position:relative;}
	.intro_group span{float:left; width:20%; margin-bottom:0; box-sizing:border-box; top:0; bottom:40px; position:absolute;}
	.intro_group:last-child span{bottom:0;}
	.intro_group .intro_cont dl{margin-bottom:40px; position:relative; display:table; width:100%;}
	.intro_group .intro_cont dl:after{content: ""; background-image: url(/static/homepage/sub/assets/icon-intro-arrow-74d723f703af27dab8f9862bc9ecff6e.svg); background-repeat: repeat; position:absolute; left:50%; margin-left:-8px; bottom:-32px; width: 30px; height: 30px;}
	.intro_group:last-child .intro_cont dl{margin-bottom:0;}
	.intro_group:last-child .intro_cont dl:after{display:none;}
	.intro_group .intro_cont dl dt{display:table-cell; width:30%; vertical-align:middle; padding:25px 20px;} 
	.intro_group .intro_cont dl dd{display:table-cell; vertical-align:middle; padding:25px 20px; font-size:16px;}

	.intro_box02 h5{font-size:24px;}
	.intro_box02 ul li{font-size:16px;}
}
@media all and (min-width:1024px){
	.intro_box{padding:50px 40px 50px 40px;}
	.intro_box:before{transform:scale(1); }
	.intro_box a:before{top:15px;}
    .intro_group .intro_cont dl dt{width:25%;}
    .intro_box02 h5{}
    .intro_box02 ul{overflow:hidden;}
    .intro_box02 ul li{float:left; width:50%; margin-bottom:0; margin-top:20px;}
}

@media all and (min-width:1200px){
	.intro_box:before{content:url(/static/homepage/sub/assets/intro_bg-068ed2fcb3e7d51ae8460d786c66938d.png); background-repeat: repeat; transform:scale(1); position:absolute; top:50%; margin-top:-190px;right: 0;	width: 536px; height:357px;}
}

/* 진행 중 제안 */
.sub-exp-box {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 40px 40px 40px 40px;
	background-color: #f8fafd;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #908d79;
    border-radius: 10px;
}

.sub-exp-box div {
	font-size: 18px;
	font-weight: 600;
}

.sub-exp-box div > span {
	color: #F6861F;
}
.sub-exp-box div a {
	display:inline-block;
	position:relative;
    padding: 6px 40px;
    border-radius: 50px;
    border: 2px solid #F6861F;
    background: #FFF;
    cursor: pointer;
    margin-right: 10px;
    color: #F6861F;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.sub-exp-box div a:hover{
	background: #F6861F;
	color: #FFF;
}
.terms_wrap{height:200px; overflow:auto; border:1px solid #dedede; padding:30px;}
.terms_wrap h6 {font-size: 18px;}
.terms_wrap p {font-size: 16px;}
.terms_agree {margin-top: 20px;margin-bottom: 60px;}
.terms_agree p {font-size: 16px;color: #4B4B4B;word-break: keep-all;text-align: left;}
.terms_agree p label{margin:0 0 5px 0;}
.terms_agree p em{vertical-align:0; line-height:1.5;}
.terms_agree p label, .terms_agree p em{font-size:14px;}
@media (max-width:768px) {
	.terms_agree p {font-size: 14px; text-align: left;}
	.sub-exp-box {display: block;padding: 25px 25px 25px 25px;}
	.sub-exp-box div a {
	    padding: 4px 20px;
	    font-size: 16px;
	    margin-top: 20px;
	}
	.sub-exp-box div {
	    font-size: 16px;
	}
}
@media all and (min-width:1024px){
	.terms_agree p label, .terms_agree p em{font-size:16px;}
}
.red {
    font-style: normal;
    color: #f00;
    font-size: 20px;
    display: inline-block;
    vertical-align: -5px;
    margin-right: 5px;
}
.proposal-h5 {
	font-size: 20px;
	color: #F6861F;
	font-weight: 600;
	margin-bottom: 20px;
	word-break: keep-all;
}

.proposal-container {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

.proposal-card {
	border: 1px solid #caccd6;
	border-radius: 1rem;
  width: 23.8%;
  height: 280px;
   margin-right: 1.3%;
   margin-bottom: 15px;
   float: left;
   display: block;
  cursor: pointer;
}

.proposal-container .proposal-card:nth-child(4n+0) {
    margin-right: 0;
}

.proposal-container:after {
    display: block;
    content: "";
    clear: both;
}

.proposal-card:hover {
	border-radius: 1rem;
	border: 1px solid #F6861F;
}

.proposal-card-top {
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  width: 100%;
  height: 21.1rem;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
}

.proposal-state {
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.proposal-state .proposal-state-text:nth-child(2) {
	margin-top: 5px;
}

.proposal-state-text {
  height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposal-state-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #17c85c;
  white-space: nowrap;
  flex-shrink: 0;
}

.proposal-state-ellipse {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #d9d9d9;
  border-radius: 0.15rem;
  flex-shrink: 0;
}

.proposal-state-text-1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #274b67;
  white-space: nowrap;
  flex-shrink: 0;
}

.proposal-state-text-writer {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #274b67;
  white-space: nowrap;
  flex-shrink: 0;
}

.proposal-state-ellipse {
  margin: 0 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #d9d9d9;
  border-radius: 0.15rem;
  flex-shrink: 0;
}

.proposal-state-text-2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #5f5f5f;
  white-space: nowrap;
  flex-shrink: 0;

}

.proposal-card-top-tit {
  width: 24.7rem;
  height: auto;
  font-size: 2rem;
  font-weight: 600;
  color: #222222;
  overflow: hidden;
  max-height: 6rem;
  position: relative;
  padding-right: 0.5em;
}

.proposal-card-top-tit:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 7px;
}
.proposal-card-top-tit:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.proposal-card-top-content {
	width: 100%;
    color: #5F5F5F;
	  font-size: 14px;
	  font-weight: 300;
    overflow: hidden;
    max-height: 2rem;
  position: relative;
  padding-right: 0.7em;
}

.proposal-card-top-content:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 4px;
}
.proposal-card-top-content:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.proposal-card-bottom {
  box-sizing: border-box;
  padding: 1rem 3.5rem;
  width: 100%;
  height: 6.7rem;
  border-top: solid 0.1rem #dfe8ee;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposal-card-bottom-contents {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposal-card-bottom-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.proposal-card-bottom-group-1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}

.proposal-card-bottom-group-3-icon {
  margin: 0rem 0.5rem 0.1rem 0rem;
  width: 1.9031rem;
  height: 1.5625rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}

.proposal-card-bottom-group-1-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #5f5f5f;
  white-space: nowrap;
  flex-shrink: 0;
}

.proposal-card-bottom-group-2 {
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  padding-right: 0.05rem;
  height: 1.7rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}

.proposal-card-bottom-group-2-icon {
  margin-right: 0.5rem;
  width: 2.2rem;
  height: 1.4rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}

.proposal-card-bottom-group-2-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #5f5f5f;
  white-space: nowrap;
  flex-shrink: 0;
}

.proposal-card-bottom-group-3 {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-shrink: 0;
}

.proposal-card-bottom-group-1-icon {
  margin-right: 0.5rem;
  width: 1.8rem;
  height: 1.9rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}

.proposal-card-bottom-group-3-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2575;
  color: #5f5f5f;
  white-space: nowrap;
  flex-shrink: 0;
}

.proposal-state-btn-df {
  box-sizing: border-box;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  vertical-align: top;
  background-color: #F4F4F4;
  border-radius: 50%;
  padding: 1.05rem;
  cursor: pointer;
}

.proposal-state-btn-df:active {
  background-color: #FDEAEF;
}

.proposal-state-btn-heart-df {
  width: 1.6rem;
}

.color-text-red {
  color: #ed315c;
}

.color-text-blue {
  color: #1A72E7;
}

.proposal-state-btn-df {
  box-sizing: border-box;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  vertical-align: top;
  background-color: #F4F4F4;
  border-radius: 50%;
  padding: 1.05rem;
  cursor: pointer;
}

.proposal-state-btn-heart-df {
  width: 1.6rem;
}

.proposal-state-btn-pr {
	box-sizing: border-box;
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  vertical-align: top;
  border-radius: 50%;
  padding: 1.05rem;
  cursor: pointer;
  background-color: #FDEAEF;
}

.view_con_line {border-bottom:1px solid #dedede;}

.sub-board-body .view_con_line:last-child {
	border-bottom: 0;
}

.view_con{ padding:20px 10px; font-weight:300; line-height:1.6; }
.view_con .view_con_tit {font-size: 17px;font-weight: 600;}
.view_con p{font-size: 15px; word-break:break-all;}

.view_tag {
	padding:20px 10px; font-weight:300; line-height:1.6;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.view_tag_top {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view_tag .view_con_tit {font-size: 17px;font-weight: 600;}
.view_tag .tag-circle {
	margin-bottom: 0;
    background: #f8fafd;
    padding: 8px;
    border-radius: 30px;
    border: #cdcfd8 solid 1px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.view_tag .tag-container {
	margin-left: 15px;
	display: block;
	margin-top: 5px;
}

.view_tag .tag-container > .tag-box {
	color: #000;
	font-size: 14px;
	background-color: #ECECEC;
	margin-right: 10px;
	border-radius: 3px;
    padding: 0px 5px;
    padding-bottom: 3px;
    vertical-align: middle;
    word-break: break-all;
}

.view_tag .tag-container > .tag-box:last-child {
	margin-right: 0;
}

.view_file {
	padding:20px 10px; font-weight:300; line-height:1.6;
}
.view_file_container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view_file span:nth-child(2) {font-size: 17px;font-weight: 600;}
.view_file .file-circle {
	margin-bottom: 0;
    background: #f8fafd;
    padding: 8px;
    border-radius: 30px;
    border: #cdcfd8 solid 1px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.view_file .file-container {
	margin-top: 10px;
    display: block;
}

.view_file .file-container > div {
	margin-top: 5px;
}

.view_file .file-container > div > a {
    padding: 5px 10px;
    padding-bottom: 3px;
    margin-right: 10px;
    vertical-align: middle;
}

.view_file .file-container > div > a:hover {
	text-decoration: underline;
}

.view_file .file-container > div > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background: url(/static/homepage/sub/assets/icon_download-cf291f5f66f12ef7c3f2f77b25a8edb6.png) no-repeat;
}

.view_file .file-container > div > span {
	color: #000;
	font-size: 14px;
}

.sub-board-body .view_con:last-child {
	border-bottom: 0;
}

.proposal-empth-button {
    width: auto;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 3px;
    background: #ed315c;
    margin-bottom: 1.5rem;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
}

/*tab_list*/
.tab_list ul { display:flex; border-left:#ccc solid 1px; margin-bottom:30px; }
.tab_list ul:after{ display:block; content:""; clear:both; }
.tab_list ul li{display:flex;position:relative;align-items: center;width:50%;border-right:#e4e4e4 solid 1px;border-bottom: #908d79 solid 1px;font-size:14px;cursor: pointer; background:#f9f9f9;}
.tab_list ul li a{ display:block; width:100%; padding:12px 10px; word-break: keep-all; text-align: center; color:#888; font-weight:500; line-height: 1.5; }
.tab_list ul li.active,.tab_list ul li:hover{border-right: #908d79 solid 1px;border-bottom:#fff solid 1px;transition: 0.3s;background:#fff;}
.tab_list ul li.active a,.tab_list ul li:hover a{background:#fff;color: #908d79;transition: 0.3s;}
.tab_list ul li.active:before,.tab_list ul li.active:after,
.tab_list ul li:hover:before,.tab_list ul li:hover:after{position:absolute;left:-1px;top:-1px;display:block;content:"";background: #908d79;transition: 0.3s;z-index: 100;}
.tab_list ul li.active:before,.tab_list ul li:hover:before{  width:1px; height:calc(100% + 2px ); transition: 0.3s;}
.tab_list ul li.active:after,.tab_list ul li:hover:after{ width:calc(100% + 2px ); height:1px; transition: 0.3s; }
.tabs_cont_box{display:none;}
@media all and (min-width:480px){	
	.tab_list ul{flex-flow:row; }
}
@media all and (min-width:1024px){	
	.tab_list ul li a{ padding:23px 0; font-size:18px; }
}

@media (max-width:1280px) {
	.proposal-card {
		 width: 32%;
	}
	
	.proposal-container .proposal-card:nth-child(3n+0) {
	    margin-right: 0;
	}
	
	.proposal-container .proposal-card:nth-child(4n+0) {
	    margin-right: 1.3%;
	}
}

@media (max-width:1080px) {
	.proposal-card {
		 width: 49%;
	}
	
	.proposal-container .proposal-card:nth-child(even) {
	    margin-right: 0;
	}
	
	.proposal-container .proposal-card:nth-child(odd) {
	    margin-right: 1.3%;
	}
}

@media (max-width:768px) {
	.proposal-card {
		 width: 100%;
	}

	.proposal-container .proposal-car {
	    margin-right: 0;
	}
	
	.proposal-card-top {
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: start;
	}
	
	.proposal-card-top-tit {
	    width: 100%;
	}
	
	.proposal-card-top-content {
	    width: 100%;
	}
	
	.view_tag {
		display: block;
		width: 100%;
	}
	
	.view_tag .tag-container {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		display: block;
	}
	
	.view_file .file-container > div > a {
	    padding: 5px 0px;
	}
}

.fn-inputbox, .fn-select, .vdp-datepicker {position: relative; display: inline-block; font-style: normal;}
.vdp-datepicker__clear-button {position: absolute; right: 25px; top: 7px;}
.vdp-datepicker__clear-button i {display: block; font-style: normal; font-size: 0; width: 19px; height: 19px; background: url(../images/delete_icon-5403b796d6be1bdfe58b98b34d506896.png) no-repeat;}
.vdp-datepicker__calendar {z-index: 9999;}
input.date {
	height: 32px;
	font-size: 1.3rem;
    background: url(../images/icon_calendar-ff6c0ba42fd742d37e5ab7a65f2a48a4.png) right 5px center no-repeat #fff !important;
    background-color: #fff !important;
    width: 120px;
    padding: 0 21px 0 5px;
}

/* 온라인 투표 - 상세 */
.vote_option { box-sizing: border-box; display: flex; align-items: center; justify-content: center; width: 100%; margin:60px auto 30px auto; background-color: #f8fafd; height: 80px; border-radius: 10px; border:1px solid #caccd6;}
.vote_option div { display: flex; align-items: center; margin:0 10px;}
.vote_option div label { width: auto; display: block; margin-right: 10px !important; font-weight: 500; font-size: 16px;}
.vote_option div #voterAreaCode {width: 150px;}
.vote_option div #voterGender {width: 120px;}
.vote_option div #voterAge {width: 150px;}
.vote_box { border:#ddd solid 1px; margin-bottom: 10px;}
.vote_box .vote_title { padding: 20px 20px; display: flex; justify-content: space-between; cursor: pointer;}
.vote_box .vote_title strong { display: inline-block; font-size: 20px; font-weight: 600; }
.vote_box .vote_title i {color: #777; font-size: 22px; transition: .35s all;}
.vote_box .vote_cont { background-color: #fff; display: none; padding: 30px 20px;}
.vote_box .vote_title.active { background-color: #049cea; color:#fff; }
.vote_box .vote_title.active i { color:#fff; transform: rotate(180deg);}
.vote_box .vote_cont.active { display: block;}
.vote_box .vote_bnt { display: flex; flex-flow: column; justify-content: center; align-items: center; margin-top:50px;}
.vote_box .vote_bnt a { display: inline-block; padding:0 25px; border-radius: 5px; background-color: #ffc41d; color:#fff; margin-bottom: 10px; height: 50px; line-height: 50px; font-weight: 600; min-width: 320px; text-align: center; font-size: 18px; transition: .25s all;}
.vote_box .vote_bnt a:hover { box-shadow: 0px 5px 10px rgba(255, 187, 0, 0.487); background-color: #ffbb00;}
.vote_box .vote_bnt small { }
@media (max-width:768px) {
	.vote_box .vote_title strong { font-size: 18px; }
	.vote_box .vote_title { padding: 15px 15px;}
	.vote_option { margin-top:30px; height: auto; flex-flow: row wrap; padding:20px 10px; border-radius: 0;}
	.vote_option div { width: 100%; flex-flow: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 10px;}
	.vote_option div label { margin-bottom: 5px !important; display: block;}
	.vote_option div select { width: 100%; height: 35px; border-radius: 0;}
}
@media (max-width:425px) {
	.vote_box .vote_title { padding:15px;}
	.vote_box .vote_title strong { font-size: 18px; line-height: 1;}
	.vote_box .vote_title i  { font-size: 20px;}
	.vote_box .vote_bnt a { min-width: 0; height: 40px; line-height: 40px; font-size: 16px;}
}

/* 온라인 투표 - 로그인 */
.vote_login_wrap { box-sizing: border-box; padding:50px 45px 50px 45px; margin-top: 60px; border:1px solid #bbb; display: flex; align-items: center; flex-flow: wrap;}
.vote_login_wrap strong { text-align: left; font-size: 20px; font-weight: 600; width: 100%; margin-bottom: 20px; width: 100%;}

.vote_login_wrap .vote_comment {box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-flow: column; width: 50%; padding:40px 40px 40px 0;} 
.vote_login_wrap .vote_comment img { display: block; max-width: 180px; width: 100%; margin-bottom: 20px;}
.vote_login_wrap .vote_comment div { width: 100%; display: block; font-size: 16px; text-align: center; line-height: 1.4; word-break: keep-all;}

.vote_login_wrap .vote_login { box-sizing: border-box; width: 50%; overflow: hidden;  position: relative;  padding-left: 40px; display: flex; justify-content: center; align-items: center; padding:35px 0 35px 30px;}
.vote_login_wrap .vote_login::before { content: ''; display: block; width: 1px; height: 100%; background-color: #ddd; left:0; top:0; position: absolute;}
.vote_login_wrap .vote_login fieldset { border:0; display: flex; flex-flow: column; justify-content: center; align-items: center; width: 100%; max-width: 320px;}
.vote_login_wrap .vote_login label { display: block; width: 100%; font-size: 16px; color:#555; font-weight: 500;}
.vote_login_wrap .vote_login input { width: 100%; border:none; border-bottom: #1e6bc2 solid 1px; display: block; height: 50px; padding:0 15px; box-sizing: border-box; font-size: 18px; margin:10px 0 25px 0;}
.vote_login_wrap .vote_login input::placeholder { color:#ddd; font-size: 14px;}
.vote_login_wrap .vote_login .pw_toggle { position: relative; display: block; width: 100%;}
.vote_login_wrap .vote_login .pw_toggle input {}
.vote_login_wrap .vote_login .pw_toggle i { position: absolute; right:10px; top:25px; cursor: pointer;}
.vote_login_wrap .vote_login button { height: 50px; text-align: center; width: 100%; display: block; border:none; background-color: #908d79; color:#fff; font-size: 16px; border-radius: 5px; cursor: pointer; transition: .25s;}

@media (max-width:768px) {
	.vote_login_wrap { flex-flow: column; margin-top: 30px;}
	.vote_login_wrap .vote_login,
	.vote_login_wrap .vote_comment { width: 100%; padding:30px 0;}
	.vote_login_wrap .vote_login::before { display: none; }
}
@media (max-width:425px) {
	.vote_login_wrap .vote_login, 
	.vote_login_wrap .vote_comment { padding-bottom: 0;}
	.vote_login_wrap { padding:30px 20px;}
	.vote_login_wrap .vote_comment img { max-width: 150px;}
	.vote_login_wrap .vote_login input { height: 40px; font-size: 15px;}
	.vote_login_wrap .vote_login .pw_toggle i { top:20px;}
}

/*투표리스트*/
.vote_wrap .pc_col col{ width:auto; }
.vote_wrap label{ width:20px; padding-left:0 !important;  }
.vote_wrap input[type='checkbox']{ margin:0; }
.vote_wrap .cate,.vote_wrap .location,.vote_wrap .part{ display:none; word-wrap: break-word; word-break: keep-all; }
.vote_wrap th,.vote_wrap td{ text-align: center; }
.vote_wrap .basic_table tbody tr td{ border:0; border-bottom:#eee solid 1px }
.vote_wrap .basic_table tbody tr td.vote_list_view{ border-top:#5271ba solid 1px; background:#f8f8f8; }
.vote_wrap .basic_table.no-border{ border-top: 0; }
.vote_wrap .btn_open_list{ display:inline-block; padding:5px 10px }
.vote_wrap .btn_down{ display:inline-block; border:#cacdda solid 1px; border-radius: 3px;  padding:3px 5px; background:#fff  }
@media all and (min-width:1024px){
	.vote_wrap .pc_col col{ width:5%; }
	.vote_wrap .pc_col{ display:table-cell; }
	.vote_wrap .check,.vote_wrap .cate,.vote_wrap .location,.vote_wrap .part,.vote_wrap .view,.vote_wrap .writer{ display:table-cell; width:10%}
    .vote_wrap .view{ width:11% !important }
}

.content h4{ font-size:20px; font-weight:500; line-height: 1.3; color:#111; position:relative; padding-bottom:20px; margin-bottom:20px;}
.content h5{ font-size:18px; font-weight:500; color:#571B03; line-height: 1.3; margin-bottom:20px;}
.content h6{ font-size:16px; font-weight:500; color:#111; line-height: 1.3;}
.content p{ font-size:14px; line-height:160%; word-break: keep-all;}
@media all and (min-width:768px){
	.content h4{ font-size:22px; }
	.content h5{ font-size:20px; }
	.content h6{ font-size:18px; }
	.content p{ font-size:16px; }
}

/* margin Style */
.mt100 {margin-top:100px !important}
.mt75 {margin-top:75px !important}
.mt70 {margin-top:70px !important}
.mt65 {margin-top:65px !important}
.mt60 {margin-top:60px !important}
.mt50 {margin-top:50px !important}
.mt45 {margin-top:45px !important}
.mt40 {margin-top:40px !important}
.mt35 {margin-top:35px !important}
.mt30 {margin-top:30px !important}
.mt25 {margin-top:25px !important}
.mt20 {margin-top:20px !important}
.mt15 {margin-top:15px !important}
.mt10 {margin-top:10px !important}
.mt5 {margin-top:5px !important}
.mt0 {margin-top:0px !important}

.mb100 { margin-bottom:100px !important;}
.mb75 {margin-bottom:75px !important}
.mb60 {margin-bottom:60px !important}
.mb50 {margin-bottom:50px !important}
.mb45 {margin-bottom:45px !important}
.mb40 {margin-bottom:40px !important}
.mb35 {margin-bottom:35px !important}
.mb30 {margin-bottom:30px !important}
.mb25 {margin-bottom:25px !important}
.mb20 {margin-bottom:20px !important}
.mb15 {margin-bottom:15px !important}
.mb10 {margin-bottom:10px !important}
.mb5 {margin-bottom:5px !important}
.mb0 {margin-bottom:0px !important}

.ml100 { margin-left:100px !important;}
.ml75 {margin-left:75px !important}
.ml60 {margin-left:60px !important}
.ml50 {margin-left:50px !important}
.ml45 {margin-left:45px !important}
.ml40 {margin-left:40px !important}
.ml35 {margin-left:35px !important}
.ml30 {margin-left:30px !important}
.ml25 {margin-left:25px !important}
.ml20 {margin-left:20px !important}
.ml15 {margin-left:15px !important}
.ml10 {margin-left:10px !important}
.ml5 {margin-left:5px !important}
.ml0 {margin-left:0px !important}

.mr100 { margin-right:100px !important;}
.mr75 {margin-right:75px !important}
.mr60 {margin-right:60px !important}
.mr50 {margin-right:50px !important}
.mr45 {margin-right:45px !important}
.mr40 {margin-right:40px !important}
.mr35 {margin-right:35px !important}
.mr30 {margin-right:30px !important}
.mr25 {margin-right:25px !important}
.mr20 {margin-right:20px !important}
.mr15 {margin-right:15px !important}
.mr10 {margin-right:10px !important}
.mr5 {margin-right:5px !important}
.mr0 {margin-right:0px !important}

.margin_none{ margin:0 !important}

/* 정의스타일(dl) */
.jus{margin:20px 0; border:1px solid #caccd6;}
.jus dt{padding:20px 0; text-align:center; font-weight:500; line-height:1.4; font-size: 18px;}
.jus dd{padding:20px; font-weight:400; line-height:1.5; color:#555;}
@media all and (min-width:768px){
	.jus{display:table; width:100%; padding:0;}
	.jus dt{display:table-cell; width:30%; vertical-align:middle; border-bottom:0;}
	.jus dd{display:table-cell; width:70%; vertical-align:middle; padding-left:40px;}
}

/* 예산의 이해 */
.yesan li{list-style-type: none;list-style: none;border:1px solid #caccd6; padding:180px 20px 20px 20px; margin-bottom:15px; background-repeat:no-repeat; background-position:center 15px; text-align:center;}
.yesan li:first-child{background-image:url(/static/homepage/images/icon_yesan01-db64fa45f16f8ff069ad1db63b861389.png);}
.yesan li:last-child{background-image:url(/static/homepage/images/icon_yesan02-2824b3903093ee777c028d67fc371ff7.png);}
.yesan li .title{font-size:20px; font-weight:500; display:block; margin-bottom:15px;}
@media all and (min-width:768px){
    .yesan{overflow:hidden;}
    .yesan li{float:left; width:22%; margin-right:2%; background-position:30px center; padding:80px 50px 80px 200px; text-align:left;}
    .yesan li:nth-child(2n){margin-right:0;}
    .yesan li .title{font-size:24px; margin-bottom:25px;}
}
@media all and (min-width:1024px){
	.yesan li{padding:80px 50px 80px 270px; background-position:80px center;}
}

/* 아이콘 탭 */
.icon_tab_wrap{margin-top:20px; border:#caccd6 dashed 1px; margin-bottom:30px;}
.icon_tab_wrap .icon_tab{padding:20px; text-align:center; }
.icon_tab_wrap .icon_tab li{display:inline-block; min-width:90px; margin:0 5px 7px 5px;}
.icon_tab_wrap .icon_tab li a{display:block; padding-top:80px; position:relative; font-size: 16px;}
.icon_tab_wrap .icon_tab li a:before{content:''; display:block; width:70px; height:70px; background-image:url(/static/homepage/images/icon_sprite-df01cdb57f38c4c294d8430ab80cc3e7.png); background-repeat:no-repeat; background-size:cover;  position:absolute; top:0; left:50%; margin-left:-35px;}
.icon_tab_wrap .icon_tab li:first-child a:before{background-position:0 0;}
.icon_tab_wrap .icon_tab li:nth-child(2) a:before{background-position:-70px 0;}
.icon_tab_wrap .icon_tab li:nth-child(3) a:before{background-position:-140px 0;}
.icon_tab_wrap .icon_tab li:nth-child(4) a:before{background-position:-210px 0;}
.icon_tab_wrap .icon_tab li:nth-child(5) a:before{background-position:-280px 0;}
.icon_tab_wrap .icon_tab li:last-child a:before{background-position:-350px 0;}
.icon_tab_wrap .icon_tab li.active a:before{background-image:url(/static/homepage/images/icon_sprite_active-fe14993733ac237ded9cd5e4d8063497.png);}
.icon_tab_wrap .icon_tab li.active a, .icon_tab_wrap .icon_tab li:hover a{color:#000; font-weight:600;}
.board_search.icon_search{margin-bottom:0; padding:20px; text-align:center; border:#caccd6 solid 1px; border-top:0;}
.board_search.icon_search label{ display:block; font-weight:400;}
.board_search.icon_search .sch_txt{float:left; display:inline-block; width:80%; height:45px; padding:6px 12px; line-height:45px;}
.board_search.icon_search .sch_btn{float:left; display:inline-block; width:18%; height:45px; margin-left:2%; background:#1b1b1b; border:0; color:#fff; cursor:pointer;}
@media all and (min-width:768px){
	.board_search.icon_search{text-align:center;}
	.board_search.icon_search label{ display:inline-block; margin-bottom:0; margin-right:10px;}
	.board_search.icon_search .sch_txt{float:none; width:300px;}
	.board_search.icon_search .sch_btn{float:none; width:70px; margin-left:10px;}
}

/*process*/
.process {margin-bottom:20px;}
.process ul{  display: flex; flex-flow:row wrap; width:100%;  margin-right:20px;  }
.process li{ cursor: pointer; display:flex;  justify-content:center;  flex-direction:column; position:relative;  width:49%; height:78px; border:#caccd6 solid 1px;  text-align: center }
.process li:after{ position:absolute; right:0; top:50%; display:block; border:#caccd6 solid 1px; content:""; width:20px; height:20px; transform:translateX(50%) translateY(-50%) rotate(45deg); background:#fff; border-bottom:0; border-left:0; z-index: 10 } 
.process li:last-child:after{ display:none; }
.process li.active{ color:#F6861F; border:#F6861F solid 1px; }
.process li.active:after{ border-color:#F6861F }
.process li.active *{ color:#F6861F }
.process li span{ display:block; font-size:14px; font-weight:500; color:#555  }
.process_link li{height:inherit!important;}
.process_link li a{display:flex;   justify-content: center;  flex-direction: column; height:70px;}
.process_small li{height:60px;}
@media all and (min-width:640px){
	.process ul{flex-flow:row;}
}
@media all and (min-width:768px){
	.process li{ height:90px;  }
	.process li span{ font-size:16px; font-weight:500; margin-bottom:10px;  }
	.process_link li a{height:90px;}
}
@media all and (min-width:1024px){
	.process{ margin-bottom:40px; }
	.process li{ height:50px; padding:40px 0; border-right:0;   }
	.process li:not(.active):last-child{ border-right:#caccd6 solid 1px;  }
	.process li span{ font-size:18px; }
	.process_link li{padding:0;}
	.process_link li a{height:130px;}
	.process_small li{height:90px; padding:20px 0; }
	.process_small li span{margin-bottom:0;}
}

/*게시판목록*/
.board_view .basic_table{border-top:0;}
.board_wrap{ padding:20px 0;}
.board_list .nodata{padding:15px 0; text-align:center; border-bottom:1px solid #c0c0c0; font-size: 16px;}
.board_list div.num, .board_list div.cate, .board_list div.part, .board_list div.chrgAppn, .board_list div.writer, .board_list div.file, .board_list div.hit, .board_list div.period, .board_list div.sigun{ display:none;}
.board_list div.subject{padding:0 10px; text-align:left;}
.board_list .board_list_head div.subject{text-align:center;}
.board_list div.prcs, .board_list div.date{width:20%}

.board_list .body_row:hover {
    background-color: #d3d3d3;
    opacity: 0.9;
    cursor: pointer;
}

.board_list_head{ display: table; width:100%; border-top:#5e6d7d solid 1px; padding:20px 0; border-bottom:#c0c0c0 solid 1px; background:#f9f9f9 }
.board_list_head div{ display:table-cell; text-align: center; font-size:14px; font-weight:500; color:#434343 }

.board_list .body_row{ display:table; table-layout:fixed; width:100%; padding:15px 0; border-bottom:#ccc solid 1px; vertical-align: middle; }
.board_list .body_row div{  text-align: center; font-size:14px; color:#676767 }

.board_list .body_row div.thumb{ display:none; }
.board_list .body_row div.subject{ margin-top: 3px;display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align: left; width:90%; margin-left:5px;}
.board_list .body_row div.join{ display:none; }

.board_wrap .search_wrap{padding:0; margin:0 0 30px 0;}
@media all and (min-width:640px){
    .board_list div.prcs.sigun{display:table-cell; width:20%;}
    .board_list div.prcs, .board_list div.date{width:15%}
}
@media all and (min-width:768px){
	.board_list div.num{ display:table-cell; width:5%; vertical-align: middle; }
	.board_list div.cate{ display:table-cell; width:10%; vertical-align: middle; }
	.board_list div.subject{ width:auto; text-align:left; vertical-align: middle;}
	.board_list div.state{ display:table-cell; width:10%; vertical-align: middle; }
	.board_list div.period{ display:table-cell; width:23% }
	.board_list div.prcs.sigun{display:table-cell; width:15%;}
	 .board_list div.prcs, .board_list div.date{width:12%}
	.board_list div.chrgAppn { display:table-cell; width:12% }
	.board_list div.writer { display:table-cell; width:10%; vertical-align: middle; }
	.board_list div.hit, .board_list div.file{display:table-cell; width:5% }
}
@media all and (min-width:1024px){
	.board_list_head div, .board_list .body_row div{ font-size:16px; }
	.board_list div.num, .board_list div.hit, .board_list div.file{width:7%; vertical-align: middle; }
    .board_list div.prcs.sigun, .board_list div.chrgAppn, .board_list div.writer, .board_list div.date{width:12%;}
     .board_list div.prcs{width:9%;}
}

.board_list.card .board_list_head{ display:none; }
.board_list.card .board_list_body .body_row{ position:relative; display:block; border:#adadad solid 1px; border-radius:10px; margin-bottom:15px;  padding:0; overflow:hidden   }
.board_list.card .board_list_body .body_row:hover{ border:#f55d43 solid 1px; }
.board_list.card .body_row > div{ display:none; padding:0 20px; }
.board_list.card .body_row > div.cate{ display:inline-block;  width:auto; padding:5px 10px; margin-left:20px; font-size:14px; border:#617b90 solid 1px; border-radius: 30px;  color:#000; margin-bottom:10px; }
.board_list.card .body_row > div.thumb{ display:block; height:200px; background-repeat:no-repeat; background-size:cover; margin-bottom:20px; background-position:center;}
.board_list.card .body_row > div.thumb a{ display:block; height:100%;  text-indent: -9999px; }
.board_list.card .body_row > div.subject{ display:block; width:auto; text-align: left;   font-size:20px;}
.board_list.card .body_row > div.subject a{ text-overflow:inherit; white-space:normal; line-height:1.3; font-weight:600;  color:#000; }
.board_list.card .body_row > div.state{  position:absolute; right:0; top:0; display:inline-block; background:#3b3f44; color:#fff; padding:15px 20px; border-bottom-left-radius: 10px;  }
.board_list.card .body_row > div.state.ing{background:#00adef;}
.board_list.card .body_row > div.period{ display:block;  text-align: left; margin:10px 0 20px; }
.board_list.card .body_row > div.join{ display:block; padding:20px 0; margin:0 20px;  overflow:hidden; border-top:#ddd dashed 1px;   }
.board_list.card .body_row > div.join span i{ margin-right:10px; }
.board_list.card .body_row > div.join span:first-child{ float:left;  } 
.board_list.card .body_row > div.join span:last-child{ float:right;  } 

@media all and (min-width:768px){
	.board_list.card .board_list_body{ overflow:hidden }
	.board_list.card .board_list_body .body_row{ float:left; width:32%; margin-right:2%; margin-bottom:2%; }
	.board_list.card .board_list_body .body_row:nth-child(3n){ margin-right:0; } 
	.board_list.card .body_row .subject{ height:52px; overflow:hidden }
	.board_list.card .body_row .state,.board_list.card .body_row .period{ width:auto; }
	
}
@media all and (min-width:1200px){
.board_list.card .board_list_body .body_row{ float:left; width:24%; margin-right:1.33333%; margin-bottom:2%; }
.board_list.card .board_list_body .body_row:nth-child(3n){ margin-right:1.33333%; }
.board_list.card .board_list_body .body_row:nth-child(4n){ margin-right:0; }  
}

.view_header{ padding:20px 0;  border-top:#F6861F solid 2px; }
.view_header span{ display:inline-block; background:#f8fafd; border:#caccd6 solid 1px; border-radius: 30px; padding:5px 10px; font-size:14px; color:#274b67; margin-bottom:10px; }
.view_header span.cate02{color:#fff; font-weight:500; margin:10px 0 0 0; padding:10px 20px;}
.view_header span.ok{background:#1e6bc2; border:1px solid #1659a5;}
.view_header span.no{background:#d60c37; border:1px solid #c60e35;}
.view_header p{ color:#000;  font-weight:500; font-size:22px;  line-height:1.2}
@media all and (min-width:1024px){
	.view_header{ padding:30px 15px; }
	.view_header .cate{ display:inline-block; vertical-align: middle; margin-right:10px; margin-bottom:0; padding:10px 20px; }
    .view_header span.cate02{margin:0 0 0 10px; font-size:17px;}
	.view_header p{ display:inline-block; vertical-align: middle;  }
}