@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, p, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,  aside, canvas, details, figcaption, figure, footer, hgroup, menu, section, summary, time, mark, audio, video, input, select {
	color: #fff;
	font-family: 'NanumSquare', Pretendard, '맑은 고딕', 'malgun gothic', 'Apple SD Gothic Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
}
body {
	padding: 0;
	margin: 0;
	font-size: 17px;
	background: #000;
	word-wrap: break-word;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
label, input, textarea, button {
	appearance: none;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	outline: none;
	border: none;
	font-family: 'Noto Sans KR', '맑은 고딕', 'malgun gothic', 'Apple SD Gothic Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
	font-size: 15px;
}
/*menu*/
h1 {
	position: fixed;
	top: 0;
	left: 5%;
	height: 80px;
	z-index: 11;
	width: 143px;
	font-size: 25px;
}
h1 img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
}
.mobile_btn {
	position: fixed;
	top: 0px;
	right: 5px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 10;
}
.mobile_btn span {
	display: block;
	width: 25px;
	height: 2px;
	margin: 3px;
	border-radius: 25px;
	background: #000;
	transition: all 0.3s;
	position: relative;
	z-index: 10;
}
.mobile_btn span:nth-child(1) {
	transform-origin: left center;
}
.mobile_btn span:nth-child(3) {
	transform-origin: left center;
}
.mobile_btn.active span:nth-child(1) {
	transform: rotate(45deg) translateY(-1px);
}
.mobile_btn.active span:nth-child(2) {
	opacity: 0;
}
.mobile_btn.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(1px);
}
#menu {
	position: fixed;
	top: 0;
	right: 0px;
	height: 80px;
	z-index: 10;
}
#menu li {
	display: inline-block;
	height: 100%;
	margin-right: 10px;
}
#menu li:nth-of-type(1) {
	display: none;
}
#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: bold;
	color: #000 !important;
	letter-spacing: -1px;
    font-family: Pretendard;
    font-style: italic;
}
h1.trans, #menu.trans {
	opacity: 0;
	display: none;
}
#menu li.active a {
	color: #00c0f3 !important;
	font-weight: 500;
}
#menu.black li a {
	color: #222;
}
#menu.black li.active a {
	color: #00c0f3 !important;
}
#menu li:nth-of-type(1).active a {
	color: #fff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background:  #ff0097;
}
#fp-nav ul li .fp-tooltip {
	color: #00acac;
	
}
/*section1*/
.sec1 {
	position: relative;
	overflow: hidden;
}
.sec1 .bg_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/data/image/sec1_bg.jpg) no-repeat center center;
	background-size: cover;
	transform: scale(1.2, 1.2);
	animation: bgZoom 3s both;
	z-index: -1;
}
 @keyframes bgZoom {
 from {
 transform:scale(1.2, 1.2)
}
to {
	transform: scale(1.0, 1.0)
}
}
.sec1_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 10px;
	box-sizing: border-box;
}
h2 {
	width: fit-content;
	display: inline-block;
	font-size: 85px;
	font-weight: 700;
}
h2 span {
	color: #00acac;
}
.title_text {
	width: fit-content;
	padding-left: 25px;
	box-sizing: border-box;
}
.title_text p:nth-of-type(1) {
	font-size: 29px;
	color: #f3f4f8;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding-left: 15px;
	border-left: 2px solid #00acac;
	margin: 5px 0;
}
.title_text p:nth-of-type(2) {
	font-size: 20px;
	color: #cbcdd5;
	margin: 20px 0;
	font-weight: 500;
}
.sec1_inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.main_circle_w {
	margin-left: 150px;
	text-align: center;
}
.main_circle_w img {
	width: 500px;
}
.title_count {
	max-width: 100%;
	margin: 70px auto 0;
	font-size: 0;
	text-align: center;
}
.count_box {
	position: relative;
	display: inline-block;
	width: 20%;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(180,180,190,0.05);
}
.count_box::after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 40%;
	background: #d3d4d9;
	opacity: 0.7;
}
.count_box:last-of-type::after {
	display: none;
}
.count_box p.count_num {
	font-size: 34px;
	color: #f3f4f8;
}
.count_box p {
	font-size: 19px;
	color: #b4b4be;
	width: fit-content;
	margin: 20px auto;
	text-align: center;
}
.scroll_box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.scroll_box p {
	text-align: center;
}
.scroll_box p i {
	font-size: 35px;
	opacity: 0.7;
}
.scroll_box p span {
	display: block;
	width: 1px;
	height: 60px;
	background: rgba(242, 242, 242, 0.4);
	margin: 15px auto;
	position: relative;
	overflow: hidden;
}
.scroll_box p span::after {
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	left: 0;
	transform: translate3d(0, -100%, 0);
	background: #f2f2f2;
	animation: barAnimation ease-in-out 2s infinite;
}
 @keyframes barAnimation {
 0% {
 transform: translate3d(0, -100%, 0);
}
 100% {
 transform: translate3d(0, 100%, 0);
}
}
/* 하위섹션 공통 */
h3 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.sec_title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}
/*sec2*/
.sec2 {
	background: url(/data/image/sec2_bg.jpg) no-repeat right center;
	background-size: cover;
}
.sec2_inner {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	padding-top: 20px;
	box-sizing: border-box;
}
.sec2 h3 {
	color: #00c0f3 !important;
	
    font-style: italic;
}
.sec2 .img_box {
	max-width: 400px;
	margin: 150px 20px 20px;
}
.sec2 .img_box img {
	width: 100%;
}
.sec2 .left_box {
	flex: 1 1 0;
	position: relative;
}
.sec2 .right_box {
	flex: 2 1 0;
	position: relative;
	padding-left: 100px;
	border-left: 1px solid rgba(119,121,134,0.5);
	margin-left: 50px;
}
/* .sec2 .about_box::after{display: block; content:''; position: absolute; top: 0; left: -60px; width: 1px; height: 100%; background: red;} */
.sec2 .about_box div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	width: 94%;
	min-height: 140px;
	padding: 15px 55px 15px 45px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.05);
	border-left: 5px solid rgba(0,171,171,0.7);
	margin: 30px 0px;
}
.sec2 .about_box div::before {
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: -110.5px;
	background: #00c9b8;
	width: 10px;
	height: 10px;
}
.sec2 .about_box div img {
	vertical-align: top;
	width: 25px;
	margin-top: 5px;
	margin-right: 25px;
}
.sec2 .about_box div p {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 17px;
	line-height: 1.6;
	width: calc(100% - 50px);
}
.sec2 .about_box div p span {
	position: relative;
	z-index: 1;
}
.sec2 .about_box div p span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 10px;
	background: rgba(0,201,184,0.2);
	z-index: -1;
}
/*sec3*/
.sec3 {
	background: url(/data/image/sec3_bg.jpg) no-repeat center center;
	background-size: cover;
}
.sec3_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
.sec3 h3 {
	color: #00c0f3 !important;
	text-align: center !important
}
.bottom_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 80px;
	max-width: 100%;
	text-align: center;
}
.servi_box {
	flex-grow: 1;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: calc(20% - 20px);
	min-height: 400px;
	background: rgba(0,0,0,0.8);
	border-top: 5px solid rgba(45,143,213,0.6);
	padding: 35px 25px 30px;
	margin-right: 15px;
	box-sizing: border-box;
}
.servi_box:last-child {
	margin-right: 0;
}
.servi_text {
	min-height: 130px;
}
.box_title {
	min-height: 56px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1px;
}
.box_title2 {
	margin: 30px 0;
	color: #d3d4d9;
	font-size: 17px;
	letter-spacing: -1px;
}
.servi_box ul {
	padding-left: 20px;
	margin-top: 10px;
}
.servi_box ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	color: #b4b4be;
	letter-spacing: 0.5px;
}
.servi_box ul li:last-of-type {
	margin-bottom: 0px;
}
.servi_box ul li::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #00c0f3 !important;
	border-radius: 50%;
}
.servi_box ul li.re_position::before {
	top: 10px;
}
/*sec4*/
.sec4 {
	background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
	background: linear-gradient(to right, #001a2d 5%, #000 30%);
}
.sec4_inner {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
.sec4 h3 {
	color: #00c9b8;
}
.sec4 .sec_title {
	line-height: 1.3;
}
.sec4_list_w {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 30px 20px;
}
.sec4_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	max-width: 915px;
	font-size: 0;
	border-left: 1px dotted rgba(255,255,255,0.3);
}
.sec4_list li {
	position: relative;
	font-size: 22px;
	cursor: pointer;
	color: rgba(255,255,255,0.4);
	padding: 15px 30px;
	box-sizing: border-box;
	transition: all 0.2s;
}
.sec4_list li::before {
	display: block;
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: rgb(128, 128, 128);
	top: 50%;
	left: -3px;
	transform: translateY(-50%);
	transition: all 0.2s;
}
.sec4_list li.on {
	color: rgba(255,255,255,1);
}
.sec4_list li.on::before {
	display: block;
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	background: #2d8fd5;
	top: 50%;
	left: -4px;
	transform: translateY(-50%);
}
.sec4_slide_w {
	position: relative;
	max-width: 915px;
	width: 915px;
	height: 360px;
	margin-top: 45px;
}
.sec4_slide_w::after {
	display: block;
	position: absolute;
	bottom: -152px;
	right: -180px;
	content: 'ESGIN';
	font-size: 180px;
	color: rgba(17,17,17,0.6);
	font-weight: 700;
}
.sec4_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 915px;
	height: 360px;
	visibility: hidden;
}
.sec4_slide1 {
	visibility: visible;
}
.sec4_slide_in {
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper {
	position: static;
}
.swiper-button-prev {
	left: -50px;
}
.swiper-button-next {
	right: -50px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	font-size: 26px;
	color: rgba(255,255,255,0.6);
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
	color: #00c9b8;
}
.swiper-slide {
	width: 208px;
	height: 360px;
	border-bottom: 5px solid #00c0f3 !important;
	background: #1a1a1a;
	box-sizing: border-box;
}
.swiper-slide .slide_img {
	position: relative;
	width: 100%;
	height: 130px;
	background: #fff;
	text-align: center;
	font-size: 22px;
	color: #444;
	line-height: 130px;
}
.swiper-slide .slide_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 160px;
	min-width: 130px;
}
.swiper-slide .slide_text {
	position: relative;
	padding: 20px;
	height: 230px;
	box-sizing: border-box;
}
.swiper-slide .slide_text p {
	line-height: 1.3;
}
.swiper-slide .top_text {
	font-size: 20px;
	color: #00c9b8;
	font-weight: 600;
	margin-bottom: 10px;
	height: 55px;
}
.swiper-slide .top_text span {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.swiper-slide .mid_text {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.swiper-slide .date {
	position: absolute;
	bottom: 20px;
	right: 15px;
	text-align: right;
	font-size: 15px;
	color: #777986;
	font-weight: 300;
}
/*sec4-1*/
.sec4-1 {
	background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
	background: linear-gradient(to right, #001a2d 5%, #000 30%);
}
.sec4-1_inner {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.sec4-1 .left_box {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.sec4-1 .right_box {
	flex: 1 1 0;
}
.title_wrap {
	width: 100%;
	margin-bottom: 30px;
}
.sec4-1 .title_wrap h3 {
	color: #147cb7;
} /* color: #cee5f2; */
.sec4-1 .title_wrap .sec_title {
	line-height: 1.3;
}
.sec4-1 .left_box, .sec4-1 .right_box {
	margin: 0 25px;
}
.expe_box {
	overflow: hidden;
}
.expe_tit {
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 30px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 8px;
	background: #147cb7;
	color: #000;
}
.expe_tit:first-child {
	margin-top: 0;
}
.expe_list li {
	padding: 10px 5px;
	box-sizing: border-box;
	font-size: 16px;
	transform: rotate(0.03deg);
	color: rgba(255,255,255,0.95);
}
.expe_list li::before {
	content: '��';
	display: inline-block;
	margin-right: 8px;
	opacity: 0.7;
}
.expe_box > ul {
	padding-left: 20px;
	box-sizing: border-box;
}
.expe_table_w table {
	width: 100%;
	border-collapse: collapse;
}
.expe_table_w table th, .expe_table_w table td {
	padding: 25px 20px;
	font-size: 16px;
	transform: rotate(0.03deg);
	color: rgba(255,255,255,0.95);
}
.expe_table_w table thead {
	background: #7c98b3;
}
.expe_table_w table thead th {
	color: #000;
	font-size: 17px;
	padding: 17px 20px;
}
.expe_table_w table tbody tr {
	border-bottom: 1px solid rgba(255,255,255,0.15);
}
.expe_table_w table tbody th {
	color: #7c98b3;
}
.expe_table_w table tbody td {
	line-height: 1.65;
}
/*sec5*/
.sec5 {
	background: url(/data/image/sec5_bg.jpg) no-repeat center center;
	background-size: cover;
}
.sec5_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
.sec5_inner h3 {
	color: #006fbe;
	text-align: center;
}
.sec5_inner .sec_title {
	color: #222;
	text-align: center;
}
.partner_box {
	width: 100%;
	margin: 90px auto 0;
}
.partner_box ul {
	text-align: left;
}
.partner_box ul li {
	display: inline-block;
	vertical-align: middle;
	width: calc(33% - 30px);
	height: 85px;
	margin: 10px 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 6%);
	transition: all 0.2s;
}
.partner_box ul li:hover {
	margin-top: -3px;
}
.partner_box ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.partner_box ul li a img {
	max-width: 85%;
	image-rendering: -webkit-optimize-contrast;
}
/*sec6*/
.sec6 {
	position: relative;
	background: url(/data/image/sec6_bg.jpg) no-repeat center center;
	background-size: cover;
}
.sec6_inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.sec6_inner h3 {
	color: #00c0f3 !important;
	text-align: right;
}
.form_wrap {
	flex: 1 1 0;
	padding: 20px 10px 0px 4%;
	box-sizing: border-box;
	display: none;
}
.addr_wrap {
	flex: 1.5 1 0;
	padding: 20px 70px 0px 6%;
	box-sizing: border-box;
	max-width: 80%;
}
.form_wrap p {
	position: relative;
	font-size: 25px;
	font-weight: 500;
	padding-left: 20px;
	letter-spacing: 1px;
}
.form_wrap p::before {
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 110%;
	background: #00c9b8;
}
.form_wrap form ul {
	margin-top: 23px;
}
.form_wrap form ul li {
	padding: 10px 15px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}
.form_wrap form ul li label {
	width: 65px;
	color: #222222;
	font-size: 15px;
	padding-right: 15px;
	border-right: 1px solid #9496a2;
	width: 60px;
	box-sizing: border-box;
}
.form_wrap form ul li input {
	width: calc(100% - 65px);
	color: #222;
	background: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', '맑은 고딕', 'malgun gothic', 'Apple SD Gothic Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
}
.form_wrap form ul li input:focus {
	outline: none;
}
.form_wrap form ul li textarea {
	width: 100%;
	font-size: 15px;
	resize: none;
	height: 180px;
	font-family: 'Noto Sans KR', '맑은 고딕', 'malgun gothic', 'Apple SD Gothic Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
}
.form_wrap form ul li textarea::placeholder {
font-size: 15px;
color: #666;
font-weight: 400;
font-family: 'Noto Sans KR', '맑은 고딕', 'malgun gothic', 'Apple SD Gothic Neo', 'Microsoft NeoGothic', 'Droid sans', sans-serif;
}
.form_wrap form input[type="submit"], .form_wrap form input[type="button"] {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 17px;
	background: #0d7272;
	box-shadow: 0 3px 6px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 20%);
}
#chk_wrap {
	background: none;
	padding: 0px;
}
#chk {
	appearance: checkbox;
	accent-color: #0d7272;
	width: fit-content;
	padding: 0;
	border: 1px solid #fff;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
#chk:checked {
	background: yellow;
}
#chk_label {
	color: #fff;
	border: none;
	font-weight: 300;
	cursor: pointer;
}
.personal_pop {
	background: none;
	text-decoration: underline;
	cursor: pointer;
	color: #ddd;
}
.addr_wrap .addr_tab {
	font-size: 0;
}
.addr_wrap .addr_tab li {
	display: inline-block;
	width: 50%;
	text-align: center;
	cursor: pointer;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #00c9b8;
	font-size: 18px;
	font-weight: 500;
}
.addr_wrap .addr_tab li.on {
	background: #00c9b8;
	color: #222;
}
.addr_box {
	position: relative;
	width: 100%;
	height: 550px;
	margin: 20px 0;
}
.addr_box_in {
	position: absolute;
	width: 100%;
	visibility: hidden;
}
.addr_box_in.on {
	display: block;
	visibility: visible;
}
.addr_box_in .top_box {
	padding-left: 25px;
	box-sizing: border-box;
	border-left: 4px solid #00c9b8;
}
.addr_box_in .top_box p {
	font-size: 18px;
	color: #f3f4f8;
	font-weight: 500;
	margin-bottom: 10px;
}
.addr_box_in .top_box dl dt, dd {
	display: inline-block;
	font-size: 16px;
	transform: skew(-0.1deg);
}
.addr_box_in .top_box dl dt {
	color: #b4b4be;
	margin-right: 5px;
	vertical-align: top;
}
.addr_box_in .top_box dl dd {
	color: #d3d4d9;
	margin-bottom: 10px;
	width: 80%;
}
.addr_box_in .top_box dl dd:last-of-type {
	margin-bottom: 0;
}
.map_box {
	position: relative;
	width: 100%;
	height: 380px;
	margin-top: 20px;
	overflow: hidden;
}
.map_set {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.root_daum_roughmap {
	width: 100% !important;
	height: 100% !important;
}
.wrap_map {
	height: calc(100% - 32px) !important;
}
.copy {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.9);
	padding: 25px 20px;
	box-sizing: border-box;
}
.copy ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}
.copy ul li {
	color: #777986;
	font-size: 14px;
	width: fit-content;
	margin-bottom: 5px;
}
.copy ul li:last-of-type {
	margin-bottom: 0px;
}
.copy ul li strong {
	font-size: 17px;
	font-weight: 500;
	color: #777986;
}
.copy ul li span {
	font-weight: 500;
	color: #777986;
}
.personal_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,0.5);
}
.personal_wrap button {
	position: absolute;
	top: 4%;
	right: 10%;
	cursor: pointer;
	background: none;
}
.personal_wrap button i {
	color: #fff;
	font-size: 40px;
}
.personal_wrap button:hover i {
	color: #aaa;
}
.personal_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow-y: scroll;
	width: 80%;
	height: 80%;
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
	color: #222;
}



/*웹*/
@media (min-width: 1024px) and (max-width:1400px) {
.sec1_inner {
	flex-direction: column;
}
h2 {
	font-size: 55px;
}
.title_text p:nth-of-type(1) {
	font-size: 20px;
}
.title_text p:nth-of-type(2) {
	font-size: 17px;
}
.main_circle_w {
	margin-left: 0px;
}
.main_circle_w img {
	width: 450px;
}
.sec2 .mobile_none {
	display: none;
}
.sec3_inner {
	padding-top: 85px;
}
.sec3 .mobile_none {
	display: none;
}
.sec3 .bottom_box {
	margin-top: 50px;
}
.sec3 .servi_box {
	padding: 25px 15px 20px;
}
.sec3 .servi_text {
	min-height: 153px;
}
.sec3 .box_title {
	min-height: 80px;
	font-size: 21px;
}
.sec4 .sec4_slide {
	max-width: 850px;
}
.sec4 .slide_text {
	padding: 20px 15px;
}
.sec4 .slide_text .top_text {
	font-size: 19px;
}
.sec6 .form_wrap {
	padding: 40px 10px 0px 2%;
}
.sec6 .addr_wrap {
	padding-left: 20px;
}
}
/* 슬라이드 세부조정*/
@media (min-width: 850px) and (max-width: 1023px) {
.sec4 .sec4_slide {
	max-width: 705px;
}
}
@media (min-width: 641px) and (max-width: 849px) {
.sec4 .sec4_slide {
	max-width: 465px;
}
}


/*패드*/
@media (min-width:641px) and (max-width:1023px) {
/*fullscroll height 깨기*/
  /* .fp-section, .fp-tableCell{height: auto !important;} */
.sec2, .sec2 .fp-tableCell {
	height: auto !important;
}
.sec3, .sec3 .fp-tableCell {
	height: auto !important;
}
.sec4, .sec4 .fp-tableCell {
	height: auto !important;
}
.sec5, .sec5 .fp-tableCell {
	height: auto !important;
}
h1 {
	width: 90px;
	height: 60px;
}
.scroll_box p i {
	font-size: 26px;
}
.scroll_box p span {
	margin: 5px auto;
}
#menu {
	right: 6%;
	height: 60px;
}
#menu li {
	margin-right: 5px;
}
#menu li a {
	padding: 0 7px;
	font-size: 17px;
	line-height: 60px;
}
.sec1_inner {
	flex-direction: column;
}
.main_circle_w {
	margin-top: 30px;
	margin-left: 0;
}
.main_circle_w img {
	width: 350px;
}
h2 {
	font-size: 55px;
}
.title_text p:nth-of-type(1) {
	font-size: 20px;
}
.title_text p:nth-of-type(2) {
	font-size: 17px;
}
.count_box {
	width: 24%;
}
.count_box p.count_num {
	font-size: 32px;
}
.count_box p {
	font-size: 17px;
}
h3 {
	font-size: 33px;
	margin-bottom: 5px;
}
.sec_title {
	font-size: 23px;
}
.sec2_inner {
	flex-direction: column;
	padding: 35px 30px;
}
.sec2 .mobile_none {
	display: none;
}
.sec2 .img_box {
	display: none;
}
.sec2 .right_box {
	margin-left: 0;
	margin-top: 20px;
	padding-left: 50px;
}
.sec2 .about_box div {
	padding: 20px 45px 20px 35px;
	margin: 15px 0;
	min-height: auto;
}
.sec2 .about_box div p {
	font-size: 16px;
	transform: skew(-0.1deg);
}
.sec2 .about_box div::before {
	left: -61px;
}
.sec3 .bottom_box {
	flex-direction: column;
	margin-top: 50px;
}
.sec3 .servi_box {
	padding: 0;
	width: 100%;
	min-height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px;
	margin-bottom: 25px;
}
.sec3 .servi_box .servi_text {
	flex: 1 1 0;
	min-height: auto;
}
.sec3 .servi_box .servi_text .box_title {
	font-size: 20px;
}
.sec3 .servi_box .servi_text .box_title2 {
	margin: 5px 0 0 0;
}
.sec3 .servi_box ul {
	flex: 1 1 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 0;
}
.sec3 .servi_box ul li {
	flex: 1 1 50%;
	margin-bottom: 7px;
}
.sec3 .servi_box ul li::before {
	width: 3px;
	height: 3px;
	left: -9px;
}
.sec3 .servi_box:nth-of-type(4) ul li {
	flex-basis: 51%;
}
.sec4_inner {
	padding: 30px;
	min-height: 673px;
}
.sec4_slide::after {
	font-size: 100px;
	bottom: -90px;
	right: -91px;
}
.sec4-1_inner {
	flex-direction: column;
}
.sec4-1 .left_box {
	margin-right: 0px;
}
.sec5 .sec5_inner {
	padding: 30px;
}
.sec5 .partner_box ul li {
	width: calc(49% - 30px);
	height: 75px;
}
.sec6 .sec6_inner {
	flex-direction: column;
}
.sec6 h3 {
	text-align: left;
}
.sec6 .form_wrap {
	padding: 30px 10px 0px 4%;
}
.sec6 .form_wrap form ul li textarea {
	height: 155px;
}
.sec6 .addr_wrap {
	padding: 50px 10px 0px 4%;
	max-width: 100%;
}
.sec6 .copy {
	bottom: 0;
}
.sec6 .map_box {
	height: 300px;
}
}

/*모바일*/
@media (max-width:640px) {
/*fullscroll height 깨기*/
  /* .fp-section, .fp-tableCell{height: auto !important;} */
.sec2, .sec2 .fp-tableCell {
	height: auto !important;
}
.sec3, .sec3 .fp-tableCell {
	height: auto !important;
}
.sec4, .sec4 .fp-tableCell {
	height: auto !important;
}
.sec5, .sec5 .fp-tableCell {
	height: auto !important;
}
h1 {
	width: 90px;
	height: 60px;
}
.scroll_box p i {
	font-size: 20px;
}
.scroll_box p span {
	height: 25px;
	margin: 4px auto;
}
.mobile_btn {
	/*display: flex;*/
	display:none
}
.mobile_btn::before {
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	width: 100vw;
	height: 60px;
	content: '';
}
#menu {
}
#menu li {
}
#menu li:first-of-type {
	display: none;
}
#menu li a {
padding: 8px 0px;
        font-size: 1rem;
        height: 2rem;
}
.sec1_inner {
	flex-direction: column;
}
.main_circle_w {
	margin-top: 30px;
	margin-left: 0;
}
.main_circle_w img {
	width: 300px;
}
h2 {
	font-size: 40px;
}
.sec1 .mobile_none {
	display: none;
}
.sec1_inner {
	padding-top: 40px;
}
.title_text {
	padding-left: 10px;
}
.title_text p:nth-of-type(1) {
	font-size: 18px;
}
.title_text p:nth-of-type(2) {
	font-size: 15px;
	transform: skew(-0.1deg);
	line-height: 1.3;
}
.title_count {
	max-width: 95%;
	margin-top: 35px;
}
.count_box {
	width: 50%;
	padding: 0 20px;
}
.count_box p.count_num {
	font-size: 25px;
}
.count_box p {
	font-size: 17px;
}
.count_box:nth-of-type(even)::after {
	display: none;
}
h3 {
	font-size: 27px;
	margin-bottom: 5px;
}
.sec_title {
	font-size: 21px;
}
.sec2 {
	position: relative;
}
.sec2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec2_inner {
	flex-direction: column;
	padding: 40px 20px 20px;
}
.sec2 .mobile_none {
	display: none;
}
.sec2 .img_box {
	display: none;
}
.sec2 .right_box {
	margin-left: 0;
	margin-top: 20px;
	padding-left: 0px;
	border-left: none;
}
.sec2 .about_box div {
	padding: 20px;
	margin: 15px 0;
	min-height: auto;
	flex-direction: column;
	width: 100%;
}
.sec2 .about_box div p {
	font-size: 14px;
	transform: skew(-0.1deg);
	width: 100%;
	margin-top: 5px;
}
.sec2 .about_box div::before {
	display: none;
}
.sec3 .sec3_inner {
	padding: 20px;
}
.sec3 .bottom_box {
	flex-direction: column;
	margin-top: 50px;
}
.sec3 .servi_box {
	width: 100%;
	min-height: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 25px 25px;
	margin-bottom: 25px;
}
.sec3 .servi_box .servi_text {
	flex: 1.5 1 0;
	min-height: auto;
	margin-right: 20px;
	min-width: 135px;
}
.sec3 .servi_box .servi_text .box_title {
	min-height: auto;
	font-size: 22px;
}
.sec3 .servi_box .servi_text br.mobile_none {
	display: none;
}
.sec3 .servi_box .servi_text .box_title2 {
	transform: skew(-0.1deg);
	margin: 10px 0 0 0;
}
.sec3 .servi_box ul {
	flex: 1 1 0;
	display: block;
	margin-top: 20px;
	width: 100%;
	padding-left: 25px;
}
.sec3 .servi_box ul li {
	margin-bottom: 7px;
	word-break: break-all;
}
.sec3 .servi_box ul li::before {
	width: 3px;
	height: 3px;
	left: -9px;
}
.sec4 .mobile_none {
	display: none;
}
.sec4_inner {
	padding: 40px 10px;
	overflow: hidden;
	min-height: 595px;
}
.sec4_inner h3 {
	margin-bottom: 10px;
}
.sec4_list_w {
	padding: 30px 0px;
}
.sec4_list {
	margin-left: 5px;
	flex-direction: row;
	border: none;
}
.sec4_list li {
	font-size: 18px;
	padding: 10px 15px;
}
.sec4_slide_w {
	margin-top: 0px;
}
.sec4_slide {
	right: 10px;
	max-width: 100%;
	margin-top: 70px;
}
.sec4_slide::after {
	font-size: 80px;
	bottom: -70px;
	right: -5px;
}
.swiper-slide {
	height: auto;
}
.swiper-slide .slide_img {
	height: 110px;
}
.swiper-slide .slide_text {
	height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}
.swiper-slide .slide_text p {
	flex: 1 1 0;
	transform: skew(-0.1deg);
}
.swiper-slide .top_text {
	height: 100%;
	font-size: 18px;
}
.swiper-slide .mid_text {
	font-size: 16px;
}
.swiper-slide .date {
	bottom: 5px;
	right: 5px;
	font-size: 13px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	font-size: 14px;
	color: #999;
}
.swiper-button-next, .swiper-button-prev {
	top: -30px;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
}
.swiper-button-prev {
	right: 35px;
	left: auto;
}
.swiper-button-next {
	right: 0%;
}
.sec4-1_inner {
	flex-direction: column;
}
.sec4-1 .left_box {
	margin-right: 0px;
}
.expe_table_w table th, .expe_table_w table td {
	padding: 20px 15px;
}
.sec5 .sec5_inner {
	padding: 40px 10px;
}
.sec5 .partner_box {
	margin-top: 20px;
}
.sec5 .partner_box ul {
	font-size: 0;
}
.sec5 .partner_box ul li {
	width: calc(50% - 10px);
	height: 45px;
	margin: 10px 5px;
}
.sec6 {
	padding-top: 20px;
}
.sec6 .sec6_inner {
	padding: 20px;
	flex-direction: column;
}
.sec6 h3 {
	text-align: left;
}
.sec6 .form_wrap {
	padding: 30px 0px 0px 0px;
}
.sec6 .form_wrap p {
	font-size: 18px;
}
.sec6 .form_wrap form ul li {
	padding: 10px 15px;
	margin-bottom: 10px;
}
.sec6 .form_wrap form ul li label {
	font-size: 15px;
}
.sec6 .form_wrap form ul li input {
	font-size: 14px;
}
.sec6 .form_wrap form ul li textarea {
	height: 155px;
}
.form_wrap form input[type="submit"] {
	padding: 10px;
	font-size: 16px;
}
.sec6 .addr_wrap {
	padding: 40px 0px 0px;
	max-width: 100%;
}
.sec6 .addr_wrap .addr_box {
	height: 580px;
	margin-top: 20px;
}
.addr_wrap .addr_tab li {
	padding: 10px;
	font-size: 17px;
}
.sec6 .addr_wrap .mobile_none {
	display: none;
}
.sec6 .addr_box_in .top_box {
	padding-left: 15px;
}
.sec6 .addr_box_in .top_box dl dt,  .sec6 .addr_box_in .top_box dl dd {
	display: block;
	width: 100%;
	font-size: 14px;
}
.sec6 .addr_box_in .top_box dl dd {
	margin-bottom: 5px;
}
.sec6 .map_box {
	height: 250px;
}
.sec6 .copy {
	bottom: 0;
}
.copy ul {
	padding: 0;
}
}
