/* visual */
#wrap {position: relative; width: 100%; overflow: hidden;}
h3.pageTit {font-size: 36px; color: #000;}
h3.pageTit span {font-size: 20px; color: #4b6af0; font-weight: 400; letter-spacing: 1.6px;}
.visual {position: relative; width: 100%; height: calc(85vh + 150px); overflow: hidden; /*background: url(/assets/service/img/vs1_.jpg) no-repeat 50% 0; background-size: cover;*/}
.visual .bg-video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;transform: translate(-50%, -50%);object-fit: cover;z-index: -1;}
.visual h1 {position: absolute; left: 13%; top: 120px; color: #fff; font-size: 48px; letter-spacing: 1.5px; font-weight: 500;}
.visual h1 span {text-shadow: 7px 8px 10px rgba(0,0,0,.3);}
.visual h1 b {display: block; margin-top: 10px; font-size: 90px; font-weight: 600; letter-spacing: -1.2px; text-shadow: 7px 8px 10px rgba(0,0,0,.3);}
.visual .gogo {display: none; position: absolute; right: 80px; bottom: 200px; width: 150px; height: 150px; border-radius: 50%; background: #24388E; text-align: center; color: #fff; animation: upDown 1.5s ease-in-out infinite; padding-top: 45px; box-shadow: 6px 13px 11px rgba(0,0,0,.4)}
.visual .gogo b {display: block; margin-bottom: 10px; font-size: 18px;}
.visual .gogo span {font-size: 26px;}
.visual .gogo span i {display: inline-block; margin-left: 10px; vertical-align: middle; margin-top: -4px; transition: all .5s;}
.visual .gogo span i img {width: 18px;}
.visual .gogo:hover span i {transition: all .5s; transform: rotate(45deg);}
.visual .bar {position: absolute; left: 0; bottom: 0; width: 100%; height: 150px; background: rgba(0,0,0,.4); display: flex; align-items: center;}
.visual .bar .go {width: 33%; height: 100%; background: #24388E;}
.visual .bar .go a {height: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 15px 100px; color: #fff;}
.visual .bar .go a b {font-size: 40px;}
.visual .bar .go a span {font-size: 30px;}
.visual .bar .go a span i {display: inline-block; margin-left: 10px; vertical-align: middle; margin-top: -4px; transition: all .5s;}
.visual .bar .go a:hover span i {transition: all .5s; transform: rotate(45deg);}
.visual .bar .go a strong {font-size: 15px; font-weight: normal; color: #f2e845;}
.visual .bar .num {padding: 0 100px; width: 800px; height: 100%; justify-content: space-between;}
.visual .bar .num span {font-size: 30px; color: #fff;}
.visual .bar .num span i {display: inline-block; margin-right: 20px;}
.visual .bar .num .count {width: 60%; text-align: right; font-size: 60px; color: #7AD86A; font-weight: 700;}
.visual .bar .nameList {text-align: center; width: calc(67% - 800px); height: 100%; background: rgba(13,14,16,.75); overflow: hidden; padding: 25px 40px;}
.visual .bar .nameList .wrap {overflow: hidden;}
.visual .bar .nameList ul li {font-size: 20px; color: #72B3FF;}
h3.pageTit span .char{
	animation: text-active-animation2 1.1s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: calc(60ms * var(--char-index));
}
@keyframes text-active-animation2 {
	from{opacity:0; transform: translateY(50%);}
	to{opacity:1.0; transform: translateY(0px);}
}
.visual h1 .char{
	animation: text-active-animation 1.1s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: calc(60ms * var(--char-index));
}
@keyframes text-active-animation {
	from{opacity:0; transform: translateY(50%);}
	to{opacity:1.0; transform: translateY(0px);}
}
@keyframes upDown{
	0% {margin-bottom: 0;}
	50% {margin-bottom: 20px;}
	100% {margin-bottom: 0;}
}
@media (max-width: 1900px) {
	.visual .bar .nameList ul li {font-size: 18px;}
}
@media (max-width: 1800px) {
	.visual {height: calc(850px + 150px);}
	.visual h1 {left: 10%; top: 100px; font-size: 40px;}
	.visual h1 b {font-size: 76px;}
	.visual .bar .num {width: 700px; padding: 0 70px;}
	.visual .bar .nameList {width: calc(67% - 700px); padding: 25px;}
	.visual .bar .nameList ul li {font-size: 17px;}
}
@media (max-width: 1600px) {
	h3.pageTit {font-size: 32px;}
	h3.pageTit span {font-size: 20px;}
	.visual .bar .go {width: 30%;}
	.visual .bar .go a {padding: 15px 70px;}
	.visual .bar .go a b {font-size: 26px;}
	.visual .bar .num {width: 600px;}
	.visual .bar .num .count {width: 50%; font-size: 50px;}
	.visual .bar .nameList {width: calc(70% - 600px);}
}
@media (max-width: 1400px) {
	.visual .gogo {display: block;}
	.visual .bar .go {display: none;}
	.visual .bar .go a strong {display: none;}
	.visual .bar .num {width: 60%;}
	.visual .bar .nameList {width: 40%;}
}
@media (max-width: 1199px) {
	.visual {height: calc(640px + 120px);}
	.visual h1 {left: 7%; top: 60px; font-size: 36px;}
	.visual h1 b {font-size: 64px;}
	.visual .bar {height: 120px;}
	.visual .bar .num {padding: 0 40px;}
	.visual .bar .num i img{height: 40px;}
	.visual .bar .num span {font-size: 26px;}
	.visual .bar .nameList {padding: 15px 20px;}
}
@media (max-width: 991px) {
	.visual .bar .num {width: 55%;}
	.visual .bar .num span i {display: none;}
	.visual .bar .nameList {width: 45%;}
}
@media (max-width: 767px) {
	h3.pageTit {font-size: 28px;}
	h3.pageTit span {font-size: 18px;}
	.visual {height: calc(600px + 100px);}
	.visual h1 {left: 7%; top: 60px; font-size: 32px;}
	.visual h1 b {font-size: 60px;}
	.visual .bar .num {width: 50%; padding: 0 30px; align-items: }
	.visual .bar .num span {position: absolute; left: 30px; top: 20px; font-size: 20px;}
	.visual .bar .num .count {font-size: 40px; width: 100%; margin-top: 30px;}
	.visual .bar .nameList {width: 50%;}
	.visual .bar .nameList ul li {font-size: 15px;}
}
@media (max-width: 640px) {
	h3.pageTit {font-size: 24px;}
	h3.pageTit span {font-size: 14px;}
	.visual {height: 100vh;}
	.visual .gogo {display: none;}
	.visual .bar {display: block; height: auto;}
	.visual .bar .go {display: block; position: absolute; right: 0; top: 0; width: 30%; height: calc(100% - 50px);}
	.visual .bar .go a {text-align: center; padding: 15px 20px; display: block;}
	.visual .bar .go a b {display: block; font-size: 18px;}
	.visual .bar .go a span {font-size: 24px;}
	.visual .bar .num {width: 70%; height: auto; padding: 20px 30px;}
	.visual .bar .num span {position: relative; left: auto; top: auto;}
	.visual .bar .num .count {margin-top: 0; width: 60%; font-size: 32px;}
	.visual .bar .nameList {width: 100%; height: 50px;}
}
@media (max-width: 480px) {
	.visual {background-position: 40% 0;}
	.visual h1 {left: 7%; top: 60px; font-size: 22px;}
	.visual h1 b {font-size: 36px;}
	.visual .bar .num {padding: 20px;}
	.visual .bar .num span {font-size: 16px;}
	.visual .bar .num .count {font-size: 24px;}
	.visual .bar .go a b {font-size: 14px;}
	.visual .bar .go a span {font-size: 20px;}
	.visual .bar .go a span i img {height: 16px; width: auto;}
}

/* 현재진행사항 */
.process {position: relative; width: 100%; height: 300px; display: flex;}
.process .titBox {position: relative; width: 33%; height: 100%; background: #fff; padding: 50px 60px;}
.process .titBox > p {display: none; margin-top: 30px; font-size: 18px; color: #666; line-height: 1.5;}
.process .titBox .btnWrap {position: absolute; right: 60px; bottom: 50px;}
.process .titBox .btnWrap .wrap {position: relative; display: flex; column-gap: 10px; align-items: center;}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.process .titBox .slide-btn {display: block; width: 50px; height: 50px; border-radius: 50%; background: #ecefff; position: relative; top: auto; left: auto; right: auto; margin-top: 0;}
.process .titBox .swiper-button-next {background: #4B6AF0;}
.process .titBox .slide-btn img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 16px; height: auto;}
.process .swiper-pagination {margin-right: 20px; bottom: auto; top: auto; left: auto; width: auto; position: relative; font-size: 32px; color: #000; font-weight: 200;}
.process .swiper-pagination-current {font-weight: 400;}
.process .swiper-pagination span {margin: 0 10px;}
.process .slider {width: 67%; height: 100%;}
.process .slider .swiper {margin-right: -325px;}
.process .swiper-slide {width: 100%; height: 100%; border-left: 1px solid #f0f0f0;}
.process .board {position: relative; padding: 30px; width: 100%; height: 100%; border-bottom: 1px solid #f0f0f0;}
.process .board .date {letter-spacing: 1.2px; color: #000;}
.process .board .date span {display: block; font-size: 20px;}
.process .board .date b {display: block; font-size: 36px; line-height: 1.1;}
.process .board p {margin-top: 50px; color: #000; font-size: 20px; line-height: 1.4; white-space: normal; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}
.process .imgBox {position: absolute; left: -1px; bottom: 0; width: 100%; height: 300px; background: #bbb; z-index: 99;}
@media (max-width: 1800px) {
	.process .titBox > p br.none {display: none;}
}
@media (max-width: 1600px) {
	.process .titBox {width: 30%;}
	.process .slider {width: 70%;}
	.process .slider .swiper {margin-right: 0;}
	.process .swiper-pagination {font-size: 32px; margin-right: 20px;}
	.process .board p {font-size: 16px;}
	.process .imgBox {height: 240px;}
}
@media (max-width: 1400px) {
	.process .titBox {padding: 40px;}
	.process .titBox .btnWrap {right: 40px; bottom: 40px;}
}
@media (max-width: 1199px) {
	.process {display: block; height: auto;}
	.process .titBox, .process .slider {width: 100%;}
	.process .titBox {height: auto; border-bottom: 1px solid #f0f0f0;}
	.process .slider {height: 240px;}
	.process .board {padding: 20px;}
	.process .imgBox {height: 180px;}
	.process .board .date span {font-size: 18px;}
	.process .board .date b {font-size: 28px;}
	.process .board p {left: 20px; width: calc(100% - 40px); bottom: 20px; font-size: 16px; -webkit-line-clamp: 3;}
}
@media (max-width: 991px) {
	.process .titBox .btnWrap {bottom: auto; top: 40px;}
}
@media (max-width: 767px) {
	.process .swiper-pagination {font-size: 24px;}
	.process .titBox .slide-btn {width: 50px; height: 50px;}
	.process .titBox .slide-btn img {width: 18px;}
}
@media (max-width: 640px) {
	.process .titBox {padding: 25px;}
	.process .swiper-pagination {margin-right: 10px;}
	.process .titBox .btnWrap {right: 25px; top: 25px;}
	.process .titBox .slide-btn {width: 40px; height: 40px;}
	.process .titBox .slide-btn img {width: 14px;}
}
@media (max-width: 480px) {
	.process .titBox {padding: 25px 25px 100px 25px;}
	.process .titBox .btnWrap {top: auto; bottom: 25px;}
	.process .board .date span {font-size: 14px;}
	.process .board .date b {font-size: 24px;}
	.process .board p {margin-top: 30px; font-size: 15px;}
	.process .imgBox {height: 150px;}
	.process .slider {height: 200px;}
}
@media (max-width: 360px) {
	.process .board p { -webkit-line-clamp: 2;}
	.process .slider {height: 160px;}
}

/* 층별소개 */
.floor {position: relative; width: 100%;}
.floor .tab {position: absolute; width: 33%; height: 720px; background: #F4F6FF;}
.floor .tab.mb {display: none;}
.floor .tab ul li {position: relative; height: 120px;}
.floor .tab ul li a {height: 100%; display: flex; align-items: center; padding: 0 100px 0  60px;}
.floor .tab ul li.on a {background: #252A42;}
.floor .tab ul li.on a strong, .floor .tab ul li.on a .sTit {color: #fff;}
.floor .tab ul li.on:before {display: none;}
.floor .tab ul li:before {position: absolute; left: 0; bottom: 0; width: 80%; height: 1px; background: #C3C8DE; display: block; content: '';}
.floor .tab ul li:last-child:before{display: none;}
.floor .tab ul li strong {width: 120px; font-size: 80px; color: #989aa4; text-align: center;}
.floor .tab ul li .sTit {font-size: 20px; color: 989AA4;}
.floor .tabCon.mb {display: none;}
.floor .tabCon .floorMap {height: 720px; margin-left: 33%; padding: 100px;}
.floor .tabCon .floorMap .pageTit {text-align: right;}
.floor .tabCon .floorMap .mapBox {margin-top: 55px; width: 100%; height: 480px; background: #f9f9f9; display: flex; align-items: center; padding: 0 50px; justify-content: space-between;}
.floor .tabCon .floorMap .mapBox .map {width: calc(100% - 240px);}
.floor .tabCon .floorMap .mapBox .map img {width: 100%; max-height: 440px;}
.floor .tabCon .floorMap .mapInfo {min-width: 200px;}
.floor .tabCon .floorMap .mapInfo strong {text-align: right; display: block; font-size: 120px; color: #8f9cbb;}
.floor .tabCon .floorMap .mapInfo strong span {display: inline-block; margin-left: 10px; font-size: 62px;}
.floor .tabCon .floorMap .mapInfo p {text-align: right; font-size: 30px; color: #445680;}
.floor .tabCon .floorMap .mapInfo ul {margin-top: 100px;}
.floor .tabCon .floorMap .mapInfo ul li {display: flex; align-items: center; margin: 10px 0;}
.floor .tabCon .floorMap .mapInfo .colorBox {display: inline-block; width: 60px; height: 30px;}
.floor .tabCon .floorMap .mapInfo .clr3_1 {background: #F0E2FA;}
.floor .tabCon .floorMap .mapInfo .clr3_2 {background: #FADDDF;}
.floor .tabCon .floorMap .mapInfo .clr3_3 {background: #DCECFA;}
.floor .tabCon .floorMap .mapInfo ul li b {display: inline-block; margin-left: 15px; font-size: 18px; color: #000; font-weight: normal;}
.floor .tabCon .floorInfo {padding: 100px; text-align: center;}
.floor .tabCon .floorInfo p {font-size: 24px; color: #000; line-height: 1.5;}
.floor .tabCon .floorInfo strong {display: block; font-size: 30px; margin-bottom: 15px;}
.floor .tabCon .imgWrap {margin-top: 50px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.floor .tabCon .sBox {width: 24%;}
.floor .tabCon .box3 .sBox {width: 32%;}
.floor .tabCon .sBox .imgBox {overflow: hidden; width: 100%; height: 250px;}
.floor .tabCon .sBox.two {width: 47%;}
.floor .tabCon .sBox img {height: 260px; width: auto;}
.floor .tabCon .sBox p {margin-top: 10px; text-align: center; width: 100%; height: 50px; line-height: 50px; background: #646F95; color: #C4C9DB; font-size: 20px;}
@media (max-width: 1800px) {
	.floor .tabCon .floorMap .mapInfo strong {font-size: 100px;}
}
@media (max-width: 1600px) {
	.floor .tab {width: 30%;}
	.floor .tab ul li:before {width: 90%;}
	.floor .tab ul li a {padding: 0 40px 0 10px;}
	.floor .tab ul li strong {width: 100px; font-size: 64px;}
	.floor .tab ul li .sTit {font-size: 18px;}
	.floor .tabCon .floorMap {margin-left: 30%; padding: 70px;}
	.floor .tabCon .floorMap .mapBox {height: 525px;}
	.floor .tabCon .floorMap .mapBox .map img {max-height: 485px;}
}
@media (max-width: 1400px) {
	.floor .tab {height: 600px;}
	.floor .tab ul li {height: 100px;}
	.floor .tab ul li strong {font-size: 52px;}
	.floor .tab ul li .sTit {font-size: 16px;}
	.floor .tabCon .floorMap {height: 600px;}
	.floor .tabCon .floorMap .mapBox {height: 400px;}
	.floor .tabCon .floorMap .mapBox .map img {max-height: 360px;}
	.floor .tabCon .floorMap .mapInfo {min-width: 160px;}
	.floor .tabCon .floorMap .mapInfo strong {font-size: 80px;}
	.floor .tabCon .floorMap .mapInfo strong span {font-size: 48px;}
	.floor .tabCon .floorMap .mapInfo p {font-size: 24px;}
	.floor .tabCon .floorInfo {padding: 70px;}
}
@media (max-width: 1199px) {
	.floor .tab {position: relative; width: 100%; height: auto; padding: 20px; background: none;}
	.floor .tab.pc {display: none;}
	.floor .tab.mb {display: block;}
	.floor .tab ul {overflow: hidden;}
	.floor .tab ul li {float: left; width: 31.3333%; margin: 0 1%; height: 80px;}
	.floor .tab.mb ul li:before {width: 100%;}
	.floor .tab.mb ul li:last-child:before{display: block;}
	.floor .tab ul li a {padding: 0;}
	.floor .tab ul li strong {font-size: 48px; width: 80px;}
	.floor .tab ul li .sTit {font-size: 14px;}
	.floor .tabCon.pc {display: none;}
	.floor .tabCon.mb {display: block;}
	.floor .tabCon .floorMap {height: auto; margin-left: 0; padding: 30px 70px;}
	.floor .tabCon .floorMap .pageTit {text-align: left;}
	.floor .tabCon .floorMap .mapBox {height: auto; padding: 50px;}
	.floor .tabCon .floorInfo p {font-size: 20px;}
	.floor .tabCon .floorInfo strong {font-size: 24px;}
	.floor .tabCon .imgWrap {margin-top: 30px;}
	.floor .tabCon .sBox .imgBox {height: 180px;}
	.floor .tabCon .floorInfo p {font-size: 16px;}
	.floor .tabCon .floorInfo {padding: 20px 70px 50px;}
}
@media (max-width: 991px) {
	.floor .tab ul li {height: 60px;}
	.floor .tab ul li strong {font-size: 36px; width: 50px;}
	.floor .tab ul li .sTit {font-size: 13px;}
	.floor .tabCon .floorMap {padding: 10px 30px 30px;}
	.floor .tabCon .floorMap .mapBox {margin-top: 30px;}
	.floor .tabCon .floorMap .mapBox {padding: 20px 30px;}
	.floor .tabCon .floorInfo {padding: 20px 30px 30px;}
	.floor .tabCon .sBox .imgBox {height: 150px;}
	.floor .tabCon .sBox p {height: 40px; line-height: 40px;}
}
@media (max-width: 767px) {
	.floor .tab {padding: 10px;}
	.floor .tab ul li  {width: 48%;}
	.floor .tab ul li strong {width: 40px; font-size: 32px;}
	.floor .tabCon .floorMap, .floor .tabCon .floorInfo {padding: 10px 20px 20px;}
	.floor .tabCon .floorInfo strong {font-size: 20px;}
}
@media (max-width: 640px) {
	.floor .tabCon .floorMap .mapBox {margin-top: 15px; padding: 20px; display: block;}
	.floor .tabCon .floorMap .mapBox .map {width: 100%;}
	.floor .tabCon .floorMap .mapInfo strong {font-size: 48px;}
	.floor .tabCon .floorMap .mapInfo strong span {font-size: 30px;}
	.floor .tabCon .floorMap .mapInfo p {font-size: 20px;}
	.floor .tabCon .floorMap .mapInfo ul {margin-top: 10px;}
	.floor .tabCon .floorMap .mapInfo .colorBox {width: 40px; height: 20px;}
	.floor .tabCon .floorMap .mapInfo ul li b {font-size: 15px;}
	.floor .tabCon .floorMap .mapInfo ul li {margin: 4px 0;}
}
@media (max-width: 480px) {
	.floor .tab ul li  {width: 98%;}
	.floor .tabCon .sBox .imgBox {height: 100px;}
	.floor .tabCon .sBox p {font-size: 13px; margin-top: 0;}
	.floor .tabCon .floorMap, .floor .tabCon .floorInfo {padding: 15px;}
	.floor .tabCon .sBox, .floor .tabCon .sBox.two {width: 100%; margin: 7px 0;}
	.floor .tabCon .box3 .sBox {width: 100%; margin: 7px 0;}
	.floor .tabCon .floorInfo p br {display: none;}
}

/* 등록 */
.application {position: relative; width: 100%; text-align: center; padding: 80px 0; background: #1a1a1a; color: #fff; overflow: hidden;}
.application .bg span {position: absolute;}
.application .bgLB {left: 0; bottom: 0;}
.application .bgLT {left: 7%; top: 0; z-index: 5;}
.application .bgRB {right: 7%; bottom: 0; z-index: 5;}
.application .bgRT {right: 0; top: 3%;}
.application p {font-size: 28px;}
.application p b {display: block; margin: 5px 0 10px; font-size: 44px;}
.application span {display: block; color: #7589fc; font-size: 22px;}
.application a {display: inline-block; margin-top: 30px; height: 80px; line-height: 76px; padding: 0 70px; border-radius: 80px; font-size: 26px; color: #7ad86a; border: 1px solid #7ad86a;}
@media (max-width: 1600px) {
	.application .bgLT {left: 4%;}
	.application .bgLB img {height: 300px;}
	.application .bgRT {top: 5%;}
	.application .bgRT img {width: 200px;}
	.application .bgRB img {width: 200px;}
	.application p {font-size: 24px;}
	.application p b {font-size: 36px;}
	.application span {font-size: 20px;}
}
@media (max-width: 1400px) {
	.application {padding: 60px 0;}
	.application .bg span {display: none;}
	.application span {color: #fff;}
	.application a {height: 60px; line-height: 56px; font-size: 22px; padding: 0 50px;}
}
@media (max-width: 991px) {
	.application {padding: 40px 0;}
	.application p {font-size: 20px;}
	.application p b {font-size: 28px;}
	.application a {margin-top: 20px; height: auto; line-height: 1; padding: 20px 40px; font-size: 18px;}
}
@media (max-width: 767px) {
	.application {padding: 30px;}
	.application p {display: none;}
	.application a {margin-top: 15px; font-size: 16px; padding: 15px 30px;}
}
@media (max-width: 640px) {
	.application span {font-size: 16px;}
}

/* footer */
footer {position: relative; width: 100%; height: 100px; background: #262525; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px;}
footer .bottom_logo {font-size: 22px; color: rgba(255,255,255,.4); letter-spacing: 1.2px; margin-right: 50px;}
footer .contact b {margin-left: 10px;}
footer .contact a {margin-left: 10px; display: inline-block; color: #fff; font-weight: normal; letter-spacing: 1.2px; font-size: 22px;}
@media (max-width: 767px) {
	footer {height: auto; padding: 20px; display: block; text-align: center;}
	footer .bottom_logo {margin-right: 0;}
}
@media (max-width: 640px) {
	footer {font-size: 16px;}
	footer .bottom_logo {font-size: 18px; line-height: 1.1;}
	footer .contact a {font-size: 18px;}
}
@media (max-width: 480px) {
	footer .bottom_logo {margin-bottom: 15px;}
	footer .contact a  {display: block; line-height: 1.1;}
}


/*********** 관심기업등록 팝업 ************/
.modal {display: none; position: fixed; z-index:9999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 69%);}
.modal-content {position:relative;background-color:#fff;padding: 40px; overflow:auto; position: absolute; top: 50%; left: 50%; width:800px; height:800px; transform: translate(-50%, -50%);}
.close {background:url(/assets/service/img/close-circle.png) no-repeat #5f5e72; width:40px; height:40px;font-weight: bold; position:absolute; right:20px; top:20px; background-size:26px; background-position:50%; border-radius:16%; cursor:pointer;}
.termsCheck input[type="checkbox"] {display:none;}
.termsCheck input + label {color:#5d5e5f;font-weight:bold; cursor: pointer;padding-left: 24px;background: url(/assets/service/img/check-icon.png) no-repeat;background-size: 22px; transition: all .4s;  font-size:19px;padding-left:34px; background-position:3px;}
.termsCheck input[type=checkbox]:checked + label {color:#5d5e5f; font-weight:bold; background: url(/assets/service/img/check-icon-on.png) no-repeat;background-size: 22px;background-position: 0 1px;transition: all .4s; font-size:19px;padding-left:34px; background-position:3px;}
.userWrap .tit {text-align:center; font-size:24px; display:block;}
.userWrap .con1 {background:#eef0f2; border-radius:10px; padding:25px 45px; margin-top:20px; display:flex; flex-direction:column;}
.userWrap .con1 .form {display:flex; justify-content:space-between; margin:10px 0; height:35px;}
.userWrap .con1 .form span {width:30%; text-align:center; background:#a0a7be; color:#fff; line-height:35px; border-radius:5px;}
.userWrap .con1 .form input {width:68%; border:none; background:#fff;  border-radius:5px; padding:10px 20px; font-size:15px;}
.userWrap .con1 .form.email div {display:flex; width:68%; color:#919191;}
.userWrap .con2:after {display:block; content:''; clear:both;}
.userWrap .con2 .privacy {box-shadow:#e0e0e0 3px 2px 7px 3px; margin:20px 0; padding:20px; border-radius:10px; height:280px; max-height:280px; overflow:auto;}
.userWrap .con2 .privacy::-webkit-scrollbar {width: 7px;}
::-webkit-scrollbar-thumb {background-color: #caddf8;border-radius: 7px;}
::-webkit-scrollbar-track {background-color:#eef1ff;border-radius: 7px;}
.userWrap button {height:50px; width:200px; float:right; background:#344d92; color:#fff; margin-top:-20px; font-weight:bold; cursor:pointer;}
.userWrap button:hover {background:#000; transition:0.3s;}
.close:hover {background:url(/assets/service/img/close-circle.png) no-repeat #000; transition:0.3s; width:40px; height:40px;font-weight: bold; position:absolute; right:20px; top:20px; background-size:26px; background-position:50%; border-radius:16%;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
@media (max-width:1199px) {
	.modal-content {width:600px; height:700px; padding:30px;}
	.userWrap .con1 {padding:10px 20px;}
	.userWrap .con2 .privacy {height:200px;}
}
@media (max-width:768px) {
	.modal-content {width:600px;}
	.termsCheck input + label {font-size:16px; background-size:18px; padding-left:28px;}
	.termsCheck input[type=checkbox]:checked + label {font-size:16px; background-size:18px; padding-left:28px;}
	.userWrap button {width:100%; margin-top:15px;}
	.userWrap .con2 .privacy {margin:10px 0;}
	.close , .close:hover {width:30px; height:30px;}
}
@media (max-width:640px) {
	.modal-content {width:480px; padding:20px;}
	.userWrap .tit {font-size:20px;}
	.userWrap button {margin-top:30px;}
	.userWrap .con2 .privacy p {font-size:14px;}
}
@media (max-width:480px) {
	.modal-content {width:100%;height:600px;}
	.userWrap .con1 .form {margin:5px 0;}
	.userWrap .con1 .form span {font-size:14px;}
	.userWrap .con2 .privacy {height:150px;}
	.userWrap .con1 .form input {padding:10px;}
	.close {width:25px; height:25px; right:15px; top:15px; background-size:20px; }
	.close:hover{width:25px; height:25px; right:15px; top:15px; background-size:20px; }
}
@media (max-width:360px) {
	.modal-content {padding:20px 15px;}
	.userWrap .con1 {padding:10px 15px;}
}

/*********** 현재 진행사항 팝업 ************/
#modal2 .modal-content { height: auto!important; }
#modal2 .userWrap .con1 .form input[readonly] {width:68%; border:none; background-color:#fff!important;  border-radius:5px; padding:10px 20px; font-size:15px;}
#modal2 .userWrap .con1 .form textarea {width:68%; border:none; background:#fff;  border-radius:5px; padding:10px 20px; font-size:15px;}
#modal2 input, #modal2 textarea { cursor: default; }
#modal2 .con2 { text-align: center; }
#modal2 .close2 { margin-top: 20px; float: none; }
textarea.no-fixed { resize: none; }