/*ALL CSS ---------------------------------------------------------------------------*/

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.h_fw_eb { font-family: 'NEXON Lv1 Gothic OTF Bold', sans-serif; font-weight: bold; }
.h_fs_ink { font-family: 'InkLipquid', sans-serif; }
.h_hd_con { width: 96%; max-width: 1600px; margin: 0 auto; }
.h_con { width: 90%; max-width: 1000px; margin: 0 auto; }
.h_con2 { width: 90%; max-width: 1200px; margin: 0 auto; }
.h_pd { padding: 150px 0; }
.h_pd2 { padding: 100px 0; }
.h_mt_6 { margin-top: 6px; }

a { display: block; }
img { max-width: 100%; }



@media screen and (min-width: 761px) and (max-width: 1280px){

    .h_pd, .h_pd2 { padding: 80px 0; }
   
}

@media screen and (max-width: 760px){

    .h_con { width: 96%; }
    .h_pd, .h_pd2 { padding: 60px 0; }
  
}






/*header ---------------------------------------------------------------------------*/
/*#h_header { width: 100%; height: 180px; position: relative; top: 0; left: 0; z-index: 100; padding: 40px 0 0; border-bottom: 2px solid #fff; }*/

/*active*/
/*
#h_header.h_hd_active .h_hd_top p { color: #222; }
#h_header.h_hd_active .h_menu li a { color: #222; }

#h_header .h_logo { float: left; width: 35%; margin-left: 200px; color: #fff; white-space: nowrap; }
#h_header .h_logo img { max-width: 50px; vertical-align: bottom; margin-right: 20px; }

#h_header .h_hd_r { float: right; color: #fff; }

#h_header .h_hd_r .h_cs_num { float: left; margin-right: 50px; }
#h_header .h_hd_r .h_cs_num p span { margin-left: 30px; }

#h_header .h_hd_r .h_sns { float: right; }
#h_header .h_hd_r .h_sns li { float: left; margin-right: 8px; }
#h_header .h_hd_r .h_sns li:last-child { margin-right: 0; }

#h_header .h_menu { padding-top: 20px; white-space: nowrap; text-align: center; }
#h_header .h_menu li { display: inline-block; width: 20%; height: 60px; }
#h_header .h_menu li a { line-height: 60px; font-size: 1.4375rem; font-weight: 500; color: #fff; }


@media screen and (max-width: 1830px){

    #h_header .h_logo { margin-left: 0; width: 35%; }

    #h_header .h_hd_r .h_cs_num { float: left; margin-right: 20px; }
    #h_header .h_hd_r .h_cs_num p span { margin-left: 10px; }
  
}

@media screen and (max-width: 1281px){

    #h_header { height: 160px; padding: 20px 0 0; }

    #h_header .h_logo { float: none; }
	#h_header .h_logo img { max-width: 40px; }

    #h_header .h_hd_r { float: none; margin-top: 10px; }

    #h_header .h_hd_r .h_sns { margin-top: -50px; }

    #h_header .h_hd_r .h_sns li img { width: 30px; }

	#h_header .h_menu { padding-top: 0; }
  
}

@media screen and (max-width: 840px){

    #h_header .h_hd_r .h_sns { margin-top: -40px; }
	#h_header .h_menu { width: 96%; margin: 0 auto; }
  
}

@media screen and (max-width: 760px){

	#h_header { height: 55px; padding: 10px 0; }

    #h_header .h_logo p { font-size: 1.75rem; }
	#h_header .h_logo img { width: 30px; margin-right: 10px; }

	#h_header .h_hd_r { display: none; }
    #h_header .h_hd_r .h_cs_num { float: left; }
    #h_header .h_hd_r .h_cs_num p { font-size: 1.25rem; }
    #h_header .h_hd_r .h_cs_num p span { font-size: 1.75rem; margin-left: 10px; }

    #h_header .h_hd_r .h_sns { float: right; margin-top: -5px; }
	#h_header .h_hd_r .h_sns li img { width: 20px; }

	#h_header .h_menu { display: none; }
  
}
*/

#h_header{
	width : 100%;
	height : 90px;
	z-index : 150;
	position : relative;
}
.h_hd_con{
	width : 96%;
	max-width : 1340px;
	margin : 0 auto;
	height : 100%;
}
.h_hd_top .h_logo{
	float : left;
    white-space: nowrap;
	line-height : 90px;
}
.h_hd_top .h_logo img {
    max-width: 50px;
    vertical-align: middle;
    margin-right: 20px;
	line-height : 90px;
}

#h_header .h_menu{
	white-space: nowrap;
	float : right;
}
#h_header .h_menu > li{
	float : left;
	position : relative;
}
#h_header .h_menu > li > a{
	line-height : 90px;
	font-size : 1.125rem;
	padding : 0 20px;
	position : relative;
	transition : color 0.3s;
	font-weight : bold;
}
#h_header .h_menu > li > a::after{
	content : "";
	width : 100%;
	height : 3px;
	background-color : #d0b69f;
	position : absolute;
	bottom : 0;
	left : 50%;
	transform : translateX(-50%);
	width : 0;
	transition : width 0.3s;
}
#h_header .h_menu > li:hover > a,
#h_header .h_menu > li > a.active{
	color : #d0b69f;
}
#h_header .h_menu > li:hover > a::after,
#h_header .h_menu > li > a.active::after{
	width : 100%;
}

#h_header .h_menu .j_sub_menu{
	position : absolute;
	top : 100%;
	left : 50%;
	transform : translateX(-50%);
	width : 100%;
	min-width : 140px;
	text-align : center;
	background-color : #fff;
	display : none;
}
#h_header .h_menu ul li a{
	padding: 15px 0;
	transition : background 0.3s, color 0.3s;
}
#h_header .h_menu ul li a:hover{
	background-color : #d0b69f;
	color : #fff;
}

#h_header .h_menu .j_mo_btn{
	display : none;
}
.j_mo_nav{
	display : none;
}

@media screen and (max-width: 1281px){
	#h_header{
		height : 80px;
	}
	.h_hd_top .h_logo{
		line-height : 80px;
	}
	.h_hd_top .h_logo img {
		max-width: 40px;
		margin-right: 15px;
		line-height : 80px;
	}
	.h_hd_top .h_logo p{
		font-size : 1.875rem;
	}
	
	#h_header .h_menu > li > a{
		line-height : 80px;
		font-size : 1.125rem;
		padding : 0 17px;
	}
	#h_header .h_menu .j_sub_menu{
		min-width : 120px;
	}

}

@media screen and (max-width: 760px){
	#h_header{
		height : 60px;
	}
	.h_hd_top .h_logo{
		line-height : 60px;
	}
	.h_hd_top .h_logo img {
		max-width: 30px;
		margin-right: 10px;
		line-height : 60px;
	}
	.h_hd_top .h_logo p{
		font-size : 1.75rem;
	}
	#h_header nav{
		display : none;
	}
	#h_header .j_mo_btn{
		width :	40px;
		height : 60px;
		float : right;
		position : relative;
	}
	#h_header .j_mo_btn span{
		display : block;
		width : 22px;
		height : 2px;
		background-color : #000;
		position : absolute;
		top : 50%;
		left : 50%;
		transform : translate(-50%, -50%);
		transition : top 0.3s;
	}
	#h_header .j_mo_btn span:nth-child(1){
		top : 38%;
	}
	#h_header .j_mo_btn span:nth-child(2){
		top : 62%;
	}
	#h_header .j_mo_btn:hover span{
		top : 50%;
	}
	
	.j_close_btn{
		width : 40px;
		height : 40px;
		position : absolute;
		top : 10px;
		right : 10px
	}
	.j_close_btn span{
		display : block;
		width : 22px;
		height : 2px;
		background-color : #000;
		position : absolute;
		top : 50%;
		left : 50%;
		transform : translate(-50%, -50%) rotate(45deg);
		transition : transform 0.3s;
	}
	.j_close_btn span:nth-child(2){
		transform : translate(-50%, -50%) rotate(-45deg);
	}
	.j_close_btn:hover span{
		transform : translate(-50%, -50%) rotate(0deg);
	}
	.j_mo_nav{
		position : fixed;
		top : 0;
		left : 0;
		width : 100%;
		height : 100%;
		background-color : #fff;
		z-index : 150;
		display : none;
	}
	.j_mo_nav .j_mo_nav_inner{
		position : absolute;
		top : 50%;
		left : 50%;
		transform : translate(-50%, -50%);
		white-space: nowrap;
		text-align : center;
	}
	.j_mo_nav .h_menu > li > a{
		font-size : 1.5rem;
		padding : 15px;
		transition : color 0.3s;
	}
	.j_mo_nav .h_menu > li > a.active{
		color : #d0b69f;
	}
	.j_mo_nav .h_menu .j_sub_menu{
		padding : 10px 0;
		background-color : #f9f9f9;
		display : none;
	}
	.j_mo_nav .h_menu .j_sub_menu a{
		display : block;
		padding : 10px;
	}



}





/*top button ---------------------------------------------------------------------------*/
/*
.h_top { width: 60px; height: 60px; position: fixed; bottom: 50px; right: 50px; background-color: #ddd; border-radius: 100%; z-index: 100; }
.h_top i { font-size: 1.5rem; }


@media screen and (max-width: 760px){

    .h_top { width: 40px; height: 40px; bottom: 10px; right: 10px; }
  
}
*/

.j_aside{
	position : fixed;
	z-index : 100;
	bottom : 50px;
	right : 50px;
}
.j_aside ul li a{
	display : inline-block;
	width : 60px;
	height : 60px;
	border-radius : 100%;
	text-align : center;
	margin-bottom : 10px;
	font-size: 1.5rem;
	position : relative;
}
.j_aside ul li:last-child a{
	margin-bottom : 0;
}
.j_aside ul li i{
	line-height : 60px;
}
.j_tel{
	background-color : #04b2b3;
	color :#fff;
}
.j_tel .j_active{
	position : absolute;
	height : 100%;
	top : 0;
	left : 30px;
	white-space : nowrap;
	background-color: #04b2b3;
	border-radius : 30px 0 0 30px;
	padding-left : 25px;
	line-height : 60px;
	z-index : -1;
	transform : translateX(-100%);
	width : 0;
	transition : width 0.3s;
	overflow : hidden;
	text-align : left;
}
.j_tel:hover .j_active{
	width : 220px;
}
.j_kakao{
	background-color : #fff200;
}
.j_kakao i{
	font-size : 2rem;
}
.h_top{
	background-color : #ddd;
}

@media screen and (max-width: 760px){
	.j_aside{
		bottom : 10px;
		right : 10px;
	}
	.j_aside ul li a{
		width : 40px;
		height : 40px;
		margin-bottom : 5px;
		font-size: 1.5rem;
	}
	.j_aside ul li i{
		line-height : 40px;
	}
	.j_tel .j_active{
		left : 23px;
		white-space : nowrap;
		background-color: #04b2b3;
		border-radius : 20px 0 0 20px;
		padding-left : 25px;
		line-height : 40px;
		z-index : -1;
		transform : translateX(-100%);
		width : 0;
		transition : width 0.3s;
		overflow : hidden;
		text-align : left;
	}
	.j_tel:hover .j_active{
		width : 180px;
	}
	.j_kakao i{
		font-size : 2rem;
	}
}


/*sns button ---------------------------------------------------------------------------*/
/*
.h_sns_btn { position: fixed; width: 50px; height: 50px; bottom: 50px; right: 50px; overflow: hidden; z-index: 10; }
.h_sns_btn.h_active { overflow: visible; }

.h_sns_plus { width: 50px; height: 50px; border-radius: 100%; background: #222; position: relative; }
.h_sns_plus i { color: #fff; font-size: 1.5rem; opacity: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: all 0.5s; }
.h_sns_plus i.active { opacity: 1; }

.h_sns_btn .h_sns_con { position: relative; }
.h_sns_btn .h_sns_con a { position: absolute; bottom: 0; transition: all 0.5s; opacity: 1; }
.h_sns_btn .h_sns_con.active a { opacity: 1; }
.h_sns_btn .h_sns_con.active a:nth-child(4) { bottom: 0; }
.h_sns_btn .h_sns_con.active a:nth-child(3) { bottom: 60px; }
.h_sns_btn .h_sns_con.active a:nth-child(2) { bottom: 120px; }
.h_sns_btn .h_sns_con.active a:nth-child(1) { bottom: 180px; } 


@media screen and (max-width: 760px){

    .h_sns_btn { width: 40px; height: 40px; bottom: 60px; left: inherit; right: 10px; }
	.h_sns_plus { width: 40px; height: 40px; }
  
}
*/








/*main visual ---------------------------------------------------------------------------*/
.h_1sec_mv { width: 100%; }
.h_1sec_mv img { width: 100%; /*margin-top: -200px;*/ }

.h_pc_show { display: inline-block; }
.h_mo_show { display: none; }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom : 20px;
}


@media screen and (max-width: 1281px){

/*	.h_1sec_mv img { width: 100%; margin-top: -160px; }*/
  
}

@media screen and (max-width: 760px){
	.h_pc_show { display: none; }
	.h_mo_show { display: inline-block; }
/*	.h_1sec_mv img { margin-top: -95px; }*/
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom : 15px;
}

}








/*index 2sec ---------------------------------------------------------------------------*/
.h_2sec { text-align: center; word-break: keep-all; }

.h_2sec_tit p { padding-top: 15px; }

.h_2sec_list { width: 1155px; margin: 70px auto 0; }
.h_2sec_list li { float: left; width: 260px; height: 260px; background-position: center; background-size: cover; background-repeat: no-repeat; color: #fff; margin-right: 6px; padding: 46px 34px; position: relative; transition: all 0.5s; }
.h_2sec_list li:nth-child(1) { background-image: url(../img/index/h_2sec_img01.jpg); }
.h_2sec_list li:nth-child(2) { width: 468px; background-image: url(../img/index/h_2sec_img02.jpg); }
.h_2sec_list li:nth-child(3) { background-image: url(../img/index/h_2sec_img03.jpg); margin-right: 0; }
.h_2sec_list li:nth-child(4) { width: 468px; background-image: url(../img/index/h_2sec_img04.jpg); }
.h_2sec_list li:nth-child(5) { background-image: url(../img/index/h_2sec_img05.jpg); }
.h_2sec_list li:nth-child(6) { background-image: url(../img/index/h_2sec_img06.jpg); margin-right: 0; }

/* hover effect ----*/
.h_2sec_list li:nth-child(1):hover { background-image: url(../img/index/h_2sec_img01_1.jpg); }
.h_2sec_list li:nth-child(2):hover { background-image: url(../img/index/h_2sec_img02_1.jpg); }
.h_2sec_list li:nth-child(3):hover { background-image: url(../img/index/h_2sec_img03_1.jpg); }
.h_2sec_list li:nth-child(4):hover { background-image: url(../img/index/h_2sec_img04_1.jpg); }
.h_2sec_list li:nth-child(5):hover { background-image: url(../img/index/h_2sec_img05_1.jpg); }
.h_2sec_list li:nth-child(6):hover { background-image: url(../img/index/h_2sec_img06_1.jpg); }



.h_2sec_txt p { text-align: left; line-height: 1.5; }
.h_2sec_txt p span { display: block; }

.h_2sec_txt .h_2sec_btn { width: 60px; height: 60px; position: absolute; box-shadow: 1px 1px 1px #fff; right: 34px; bottom: 46px; text-align: center; line-height: 60px; font-size: 2.5rem; }
.h_2sec_list li:nth-child(2) .h_2sec_btn { box-shadow: -1px 1px 1px #fff; }
.h_2sec_list li:nth-child(4) .h_2sec_btn { box-shadow: none; border: 1px solid #fff; border-bottom: 0; }
.h_2sec_list li:nth-child(5) .h_2sec_btn { box-shadow: -1px -1px 1px #fff; }
.h_2sec_list li:nth-child(6) .h_2sec_btn { box-shadow: 1px -1px 1px #fff; }


@media screen and (max-width: 1200px){

    .h_2sec_list { width: 100%; margin: 70px auto 0; }
    .h_2sec_list li { width: calc(28% - 4px); padding: 30px 15px; }
    .h_2sec_list li:nth-child(2) { width: calc(44% - 4px); }
    .h_2sec_list li:nth-child(4) { width: calc(44% - 4px); }
  
}

@media screen and (max-width: 760px){

    .h_2sec_list { width: 100%; margin: 50px auto 0; }
    .h_2sec_list li { width: 50%; margin: 0; height: 160px; padding: 20px 15px; }
    .h_2sec_list li:nth-child(2) { width: 50%; margin-right: 0; }
    .h_2sec_list li:nth-child(3) { margin: 0; }
    .h_2sec_list li:nth-child(4) { width: 50%; margin-right: 0; }

	.h_2sec_txt .h_2sec_btn { width: 50px; height: 50px; bottom: 20px; }
  
}











/*index 3sec ---------------------------------------------------------------------------*/
.h_3sec { text-align: center; position: relative; word-break: keep-all; }
.h_3sec::after { content: ''; display: block; width: 120px; height: 70px; background: url(../img/index/h_3sec_img01.png) no-repeat center; background-size: cover; position: absolute; left: 50%; bottom: -60px; }

.h_3sec_tit span { display: block; color: #00b1b2; font-style: italic; padding-top: 10px; }

.h_3sec_txt { padding: 50px 0 100px; }
.h_3sec_txt p { line-height: 1.7; }


@media screen and (max-width: 760px){

    .h_3sec_txt { padding: 20px 0 50px; }
  
}











/*index 4sec ---------------------------------------------------------------------------*/
.h_4sec { text-align: center; word-break: keep-all; }
.h_4sec_img { background-color: #e1e1e1; padding-top: 100px; font-size: 0; }
/*.h_4sec_img img { width: 90%; max-width: 1000px; }*/
.h_4sec_img img { width: 90%; max-width: 1200px; }

.h_4sec_tit span { display: block; color: #707070; padding-top: 30px; line-height: 1.7; }

.h_4sec_list { margin-top: 80px; }
.h_4sec_list li { float: left; width: 33.3333%; position: relative; }
.h_4sec_list li::after { content: ''; display: block; width: 45px; height: 45px; background: url(../img/index/h_4sec_img05.png) no-repeat center; background-size: cover; position: absolute; top: 180px; right: -20px; }
.h_4sec_list li:last-child::after { display: none; }

.h_4sec_img2 { width: 70%; margin: 0 auto; }

.h_4sec_txt1 { padding-top: 20px; }
.h_4sec_txt1 p { line-height: 1.7; }
.h_4sec_txt1 p span { display: block; }


@media screen and (max-width: 1280px){

    .h_4sec_img2 { width: 70%; margin: 0 auto; }
	.h_4sec_list { margin-top: 50px; }
  
}

@media screen and (max-width: 760px){

    .h_4sec_list { margin-top: 30px; }
	.h_4sec_list li { padding: 0 5px; }
    .h_4sec_list li::after { display: none; }

    .h_4sec_img2 { width: 60%; margin: 0 auto; }
  
}










/*index 5sec ---------------------------------------------------------------------------*/
.h_5sec { width: 100%; background-color: #5393ae; }

.h_5sec_txt { position: relative; }

.h_5sec_txt2 { color: #fff; position: absolute; top: 50%; transform: translateY(-50%); }
.h_5sec_txt2 p { padding: 20px 0 50px; line-height: 1.5; }
.h_5sec_txt2 .h_5sec_btn { width: 200px; height: 50px; line-height: 50px; text-align: center; border: 2px solid #fff; }

.h_5sec_img2 { float: right; width: 60%; }


@media screen and (max-width: 1520px){

    .h_5sec_img2 { width: 65%; }
  
}

@media screen and (max-width: 1100px){

    .h_5sec_img2 { width: 65%; }
  
}

@media screen and (max-width: 1000px){

    .h_5sec_txt2 { position: static; transform: none; text-align: center; }
    .h_5sec_txt2 .h_5sec_btn { margin: 0 auto; }
    
    .h_5sec_img2 { float: none; width: 100%; margin-top: 30px; }
  
}

@media screen and (max-width: 760px){

    .h_5sec_txt2 p { padding: 20px 0 30px; }

    .h_5sec_txt2 .h_5sec_btn { width: 150px; height: 40px; line-height: 40px; }
  
}










/*index 6sec ---------------------------------------------------------------------------*/
.h_cont_l { float: left; width: 50%; word-break: keep-all; }

.h_6sec_img1 { float: left; margin-right: 50px; }
.h_6sec_img1 img { width: 100px; }
.h_6sec_img1 p { padding-top: 20px; text-align: center; }

.h_6sec_txt1 { float: left; }
.h_6sec_txt1 p { padding-bottom: 10px; }
.h_6sec_txt1 span { padding-left: 20px; }
.h_6sec_txt1 div p { line-height: 2; }
.h_6sec_txt1 div p b { display: inline-block; width: 25px; height: 25px; background: url(../img/index/h_6sec_img03.png) no-repeat center; background-size: 100%; vertical-align: middle; margin-right: 10px; }
.h_6sec_txt1 div p b:nth-child(2) { margin-left: 30px; }

.h_cont_r { float: right; width: 50%; }
.h_6sec_txt2 p:nth-child(2) { line-height: 1.7; padding-top: 20px; }



@media screen and (max-width: 1500px){

    .h_cont_l { text-align: center; }

    .h_6sec_img1 { float: none; width: 100%; margin-bottom: 20px; }
    .h_6sec_img1 img { width: 80px; }

    .h_6sec_txt1 { float: none; width: 100%; }
  
    .h_cont_r { text-align: center; }
}

@media screen and (max-width: 980px){

    .h_cont_l { float: none; width: 100%; }

    .h_6sec_img1 img { width: 60px; }

    .h_6sec_txt1 { float: none; width: 100%; }
	.h_6sec_txt1 div p b { width: 15px; height: 15px; }
  
    .h_cont_r { float: none; width: 100%; margin-top:20px; }

}









/*index 7sec ---------------------------------------------------------------------------*/
.h_7sec { width: 100%; background-color: #464646; position:relative;}

.h_map { float: left; width: 50%; height: 700px; }
#daumRoughmapContainer1679964638837 { width: 100%; height: 700px; }
#daumRoughmapContainer1679964638837 .wrap_map { width: 100%; height: 700px; }
#daumRoughmapContainer1679964638837 .wrap_controllers { display: none; }
/*
#daumRoughmapContainer1614059135474 { width: 100%; height: 700px; }
#daumRoughmapContainer1614059135474 .wrap_map { width: 100%; height: 700px; }
#daumRoughmapContainer1614059135474 .wrap_controllers { display: none; }
*/
.h_7sec_txt { float: left; width: 50%; padding: 175px 150px; color: #fff; }
.h_7sec_txt > p:nth-child(1) { line-height: 1.7; }
.h_7sec_txt p span { display: block; }
.h_7sec_txt > p:nth-child(2) { line-height: 1.5; padding: 30px 0; }

.h_7sec_txt2 {display : inline-block; background-color: #fff; /*width: 500px; height: 120px;*/ padding: 20px 20px 10px; border-radius: 20px; text-align: center; }

.h_7sec_img { display: inline-block; margin-right: 30px;}

.h_7sec_txt3 { display: inline-block; color: #222; vertical-align: top;text-align : left; }
.h_7sec_txt3 p { margin-top: 5px; }
.h_7sec_txt3 span { margin-top: 10px; }

.h_d_hide { display: none; }
.h_m_hide { display: block; }


@media screen and (max-width: 1850px){

    .h_7sec_txt {  padding: 200px 50px; }

}

@media screen and (max-width: 1260px){

    .h_7sec_txt { padding: 80px 0 0 30px; }
    .h_7sec_txt p:nth-child(2){ font-size: 1.37rem; }

    .h_map { height: 600px; }
		/*
    #daumRoughmapContainer1614059135474 { height: 500px; }
    #daumRoughmapContainer1614059135474 .wrap_map { height: 500px; } */
		#daumRoughmapContainer1679964638837 { height: 600px; }
    #daumRoughmapContainer1679964638837 .wrap_map { height: 600px; }

    .h_7sec_txt2 { background-color: #fff; width: 90%; }
    .h_7sec_txt2 .h_7sec_img { width: 120px; line-height: 130px; }

}

@media screen and (max-width: 1000px){

    .h_7sec { text-align: center; }

    .h_map { float: none; width: 100%; }
    .h_7sec_txt { float: none; width: 100%; padding: 60px 20px; color: #fff; }

    .h_7sec_txt2 { background-color: #fff; width: 60%; height: 100px; margin: 0 auto; }
    .h_7sec_txt2 .h_7sec_img { width: 120px; line-height: 100px; }

    .h_7sec_txt3 p { margin-top: 0; }

    .h_d_hide { display: block; }
    .h_m_hide { display: none; }

}

@media screen and (max-width: 640px){

    .h_7sec_txt p:nth-child(2){ font-size: 1.3rem; padding: 20px 0; }

	.h_map { height: 400px; }
    #daumRoughmapContainer1679964638837 { height: 400px; }
    #daumRoughmapContainer1679964638837 .wrap_map { height: 400px; }
/*
		#daumRoughmapContainer1614059135474 { height: 400px; }
    #daumRoughmapContainer1614059135474 .wrap_map { height: 400px; }*/

    .h_7sec_txt2 { background-color: #fff; width: 100%; height: 100px; margin: 0 auto; }

}

.h_7sec_txt.h_m_hide{
	position : absolute;
	top : 50%;
	right : 0;
	transform : translateY(-50%);
	padding : 0;
	padding-left : 5vw;
}
@media screen and (max-width: 1460px){
	.h_7sec_txt.h_m_hide{
		padding-left : 3vw;
	}
	.h_7sec_txt2 .h_7sec_img{
		width : 12vw;
		line-height : 1;
	}
}
@media screen and (max-width: 1280px){
	.h_7sec_txt.h_m_hide{
		padding : 0 3vw;
	}
	.h_7sec_txt2{
		width : auto;
		text-align : left;
	}
	.h_7sec_txt3 p{
		margin-top : 15px;
	}
}
@media screen and (max-width: 1000px){
	.h_7sec_txt2{
		height : auto;
		padding : 15px 20px;
	}
	.h_7sec_txt2 > div{
		vertical-align : middle;
	}
	.h_7sec_txt2 .h_7sec_img{
		width : 15vw;
		position : relative;
		top : 5px;
		margin-right : 15px;
	}
	.h_7sec_txt3 p{
		margin-top : 0;
	}
}
@media screen and (max-width: 480px){
	.h_7sec_txt2{
		text-align : center;
	}
	.h_7sec_txt2 .h_7sec_img{
		top : 0;
		width :30vw;
		margin : 0;
	}
	.h_7sec_txt3{
		display : block;
		margin-top : 10px;
		text-align : center;
	}
}


#h_header2{
	width : 100%;
	height : 60px;
	position : fixed;
	top : 0;
	left : 0;
	z-index : 200;
	background-color :#fff;
	display : none;
}
#h_header2 nav{
	width : 100%;
	height : 100%;
}
#h_header2 nav ul{
	font-size : 0;
}
#h_header2 nav ul li{
	font-size : 1.375rem;
	width : 25%;
	line-height : 60px;
	display :inline-block;
	text-align : center;
}
#h_header2 nav ul li a{
	display : block;
}

@media screen and (max-width: 840px){
	#h_header2{height : 40px;}
	#h_header2 nav ul li {line-height: 40px;font-size:1.275rem; letter-spacing : -0.5px;}
}












.j_mo_con{
display : none;
}

@media screen and (max-width: 760px){
.j_pc_con{
	display : none;
}
.j_mo_con{
	display : block;
}
}


/*2021.04.16 추가 CSS*/
.j_closing_ment .h_con{
	padding : 200px 0;
	max-width : 1200px;
	color : #fff;
}
.j_closing_ment .j_right_con{
	width : 60%;
	float : right;
}
.j_closing_ment h4{
	margin-bottom : 80px;
}
.j_closing_ment h4 span{
	display : block;
	margin-top : 30px;
}
.j_closing_ment p{
	margin-bottom : 30px;
	line-height : 1.4;
}
.j_closing_ment .j_sign{
	text-align : right;
	margin-bottom : 0;
	margin-top : 55px;
}
.j_closing_ment .j_sign img{
	vertical-align : middle;
	margin-left : 20px;
}
@media screen and (max-width: 1280px){
	.j_closing_ment .h_con{
		padding : 120px 0;
	}
}
@media screen and (max-width: 1024px){
	.j_br_p{
		display :none;
	}
	.j_closing_ment{
		background-position: 40%;
	}
}
@media screen and (max-width: 760px){ 
	
	.j_closing_ment{
		background-position: 30%;
		position : relative;
	}
	/*.j_closing_ment::after{
		content : "";
		width : 100%;
		height : 100%;
		background-color : rgba(0,0,0,0.6);
		position : absolute;
		top : 0;
		left : 0;
	}*/
	.j_closing_ment .h_con{
/*		padding : 80px 0;*/
		text-align : center;
		position : relative;
		z-index : 1;
	}
	.j_closing_ment .j_right_con{
		width : 100%;
		float : none;
	}
	.j_closing_ment h4{
		margin-bottom : 50px;
	}
	.j_closing_ment h4 span{
		margin-top : 10px;
	}
	.j_closing_ment p{
		margin-bottom : 20px;
	}
	.j_closing_ment .j_sign{
		margin-top : 40px;
	}
	.j_closing_ment .j_sign img{
		margin-left : 10px;
		max-width : 100px;
	}

}































/* ALL CSS ---------------------------------------------------------------------------

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.h_fw_eb { font-family: 'NEXON Lv1 Gothic OTF Bold', sans-serif; }
.h_fs_ink { font-family: 'InkLipquid', sans-serif; }
.h_hd_con { width: 96%; max-width: 1600px; margin: 0 auto; }
.h_con { width: 90%; max-width: 1000px; margin: 0 auto; }
.h_con2 { width: 90%; max-width: 1200px; margin: 0 auto; }
.h_pd { padding: 150px 0; }
.h_pd2 { padding: 100px 0; }
.h_mt_6 { margin-top: 6px; }

a { display: block; }
img { max-width: 100%; }



@media screen and (min-width: 761px) and (max-width: 1280px){

    .h_pd, .h_pd2 { padding: 80px 0; }
   
}

@media screen and (max-width: 760px){

    .h_con { width: 96%; }
    .h_pd, .h_pd2 { padding: 60px 0; }
  
}






header ---------------------------------------------------------------------------
#h_header { width: 100%; height: 180px; position: relative; top: 0; left: 0; z-index: 100; padding: 40px 0 0; border-bottom: 2px solid #fff; }

active
#h_header.h_hd_active { height: 80px; padding: 0; }
#h_header.h_hd_active .h_hd_top { display: none; }
#h_header.h_hd_active .h_menu { padding-top: 0; }
#h_header.h_hd_active .h_menu li { height: 80px; }
#h_header.h_hd_active .h_menu li a { line-height: 80px; color: #222; }

#h_header .h_logo { float: left; width: 35%; margin-left: 200px; color: #fff; white-space: nowrap; }

#h_header .h_hd_r { float: right; color: #fff; }

#h_header .h_hd_r .h_cs_num { float: left; margin-right: 50px; }
#h_header .h_hd_r .h_cs_num p span { margin-left: 30px; }

#h_header .h_hd_r .h_sns { float: right; }
#h_header .h_hd_r .h_sns li { float: left; margin-right: 8px; }
#h_header .h_hd_r .h_sns li:last-child { margin-right: 0; }

#h_header .h_menu { padding-top: 20px; white-space: nowrap; text-align: center; }
#h_header .h_menu li { display: inline-block; width: 20%; height: 60px; }
#h_header .h_menu li a { line-height: 60px; font-size: 1.5rem; font-weight: 500; color: #fff; }


@media screen and (max-width: 1830px){

    #h_header .h_logo { margin-left: 0; width: 35%; }

    #h_header .h_hd_r .h_cs_num { float: left; margin-right: 20px; }
    #h_header .h_hd_r .h_cs_num p span { margin-left: 10px; }
  
}

@media screen and (max-width: 1281px){

    #h_header { height: 150px; padding: 10px 0 0; }

    #h_header .h_logo { float: none; }
    #h_header .h_hd_r { float: none; margin-top: 10px; }

    #h_header .h_hd_r .h_sns { margin-top: -50px; }

    #h_header .h_hd_r .h_sns li img { width: 30px; }

	#h_header .h_menu { padding-top: 0; }
  
}

@media screen and (max-width: 840px){

    #h_header .h_hd_r .h_sns { margin-top: -40px; }
	#h_header .h_menu { width: 96%; margin: 0 auto; }
  
}

@media screen and (max-width: 650px){

	#h_header { height: 130px; padding: 10px 0 0; }

    #h_header .h_logo p { font-size: 1.75rem; }

    #h_header .h_hd_r .h_cs_num { float: left; }
    #h_header .h_hd_r .h_cs_num p { font-size: 1.25rem; }
    #h_header .h_hd_r .h_cs_num p span { font-size: 1.75rem; margin-left: 10px; }

    #h_header .h_hd_r .h_sns { float: right; margin-top: -5px; }
  
}

@media screen and (max-width: 400px){

    #h_header .h_hd_r .h_sns { float: left; margin-top: 5px; }
  
}


top button ---------------------------------------------------------------------------
.h_top { width: 60px; height: 60px; position: fixed; bottom: 50px; right: 50px; background-color: #ddd; border-radius: 100%; z-index: 100; }
.h_top i { font-size: 1.5rem; }


@media screen and (max-width: 760px){

    .h_top { bottom: 10px; right: 10px; }
  
}









main visual ---------------------------------------------------------------------------
.h_1sec_mv { width: 100%; }
.h_1sec_mv img { width: 100%; margin-top: -200px; }


@media screen and (max-width: 1281px){

	.h_1sec_mv img { width: 100%; margin-top: -150px; }
  
}

@media screen and (max-width: 650px){

	.h_1sec_mv img { margin-top: -130px; }

}








index 2sec ---------------------------------------------------------------------------
.h_2sec { text-align: center; }

.h_2sec_tit p { padding-top: 15px; }

.h_2sec_list { width: 1155px; margin: 70px auto 0; }
.h_2sec_list li { float: left; width: 260px; height: 260px; background-position: center; background-size: cover; background-repeat: no-repeat; color: #fff; margin-right: 6px; padding: 46px 34px; position: relative; transition: all 0.5s; }
.h_2sec_list li:nth-child(1) { background-image: url(../img/index/h_2sec_img01.jpg); }
.h_2sec_list li:nth-child(2) { width: 468px; background-image: url(../img/index/h_2sec_img02.jpg); }
.h_2sec_list li:nth-child(3) { background-image: url(../img/index/h_2sec_img03.jpg); margin-right: 0; }
.h_2sec_list li:nth-child(4) { width: 468px; background-image: url(../img/index/h_2sec_img04.jpg); }
.h_2sec_list li:nth-child(5) { background-image: url(../img/index/h_2sec_img05.jpg); }
.h_2sec_list li:nth-child(6) { background-image: url(../img/index/h_2sec_img06.jpg); margin-right: 0; }

hover effect ----
.h_2sec_list li:nth-child(1):hover { background-image: url(../img/index/h_2sec_img01_1.jpg); }
.h_2sec_list li:nth-child(2):hover { background-image: url(../img/index/h_2sec_img02_1.jpg); }
.h_2sec_list li:nth-child(3):hover { background-image: url(../img/index/h_2sec_img03_1.jpg); }
.h_2sec_list li:nth-child(4):hover { background-image: url(../img/index/h_2sec_img04_1.jpg); }
.h_2sec_list li:nth-child(5):hover { background-image: url(../img/index/h_2sec_img05_1.jpg); }
.h_2sec_list li:nth-child(6):hover { background-image: url(../img/index/h_2sec_img06_1.jpg); }



.h_2sec_txt p { text-align: left; line-height: 1.5; }
.h_2sec_txt p span { display: block; }

.h_2sec_txt .h_2sec_btn { width: 60px; height: 60px; position: absolute; box-shadow: 1px 1px 1px #fff; right: 34px; bottom: 46px; text-align: center; line-height: 60px; font-size: 2.5rem; }
.h_2sec_list li:nth-child(2) .h_2sec_btn { box-shadow: -1px 1px 1px #fff; }
.h_2sec_list li:nth-child(4) .h_2sec_btn { box-shadow: none; border: 1px solid #fff; border-bottom: 0; }
.h_2sec_list li:nth-child(5) .h_2sec_btn { box-shadow: -1px -1px 1px #fff; }
.h_2sec_list li:nth-child(6) .h_2sec_btn { box-shadow: 1px -1px 1px #fff; }


@media screen and (max-width: 1400px){

    .h_2sec_list { width: 100%; margin: 70px auto 0; }
    .h_2sec_list li { width: calc(50% - 3px); }
    .h_2sec_list li:nth-child(2) { width: calc(50% - 3px); margin-right: 0; }
    .h_2sec_list li:nth-child(3) { margin: 6px 6px 0 0; }
    .h_2sec_list li:nth-child(4) { width: calc(50% - 3px); margin-right: 0; }
  
}

@media screen and (max-width: 500px){

    .h_2sec_list { width: 100%; margin: 70px auto 0; }
    .h_2sec_list li { width: 50%; margin: 0; height: 250px; }
    .h_2sec_list li:nth-child(2) { width: 50%; margin-right: 0; }
    .h_2sec_list li:nth-child(3) { margin: 0; }
    .h_2sec_list li:nth-child(4) { width: 50%; margin-right: 0; }
  
}











index 3sec ---------------------------------------------------------------------------
.h_3sec { text-align: center; position: relative; word-break: keep-all; }
.h_3sec::after { content: ''; display: block; width: 120px; height: 125px; background: url(../img/index/h_3sec_img01.png) no-repeat center; background-size: cover; position: absolute; left: 50%; bottom: -50px; }

.h_3sec_tit span { display: block; color: #00b1b2; font-style: italic; padding-top: 30px; }

.h_3sec_txt { padding: 50px 0 100px; }
.h_3sec_txt p { line-height: 1.7; }


@media screen and (max-width: 760px){

    .h_3sec_txt { padding: 40px 0 60px; }
  
}











index 4sec ---------------------------------------------------------------------------
.h_4sec { text-align: center; word-break: keep-all; }
.h_4sec_img { background-color: #e1e1e1; padding-top: 100px; }
.h_4sec_img img { width: 90%; max-width: 1000px; }

.h_4sec_tit span { display: block; color: #707070; padding-top: 50px; line-height: 1.7; }

.h_4sec_list { margin-top: 80px; }
.h_4sec_list li { float: left; width: 33.3333%; position: relative; }
.h_4sec_list li::after { content: ''; display: block; width: 45px; height: 45px; background: url(../img/index/h_4sec_img05.png) no-repeat center; background-size: cover; position: absolute; top: 180px; right: -20px; }
.h_4sec_list li:last-child::after { display: none; }

.h_4sec_img2 { width: 70%; margin: 0 auto; }

.h_4sec_txt1 { padding-top: 30px; }
.h_4sec_txt1 p { line-height: 1.7; }
.h_4sec_txt1 p span { display: block; }


@media screen and (max-width: 1280px){

    .h_4sec_img2 { width: 90%; margin: 0 auto; }
  
}

@media screen and (max-width: 760px){

    .h_4sec_list { margin-top: 30px; }
    .h_4sec_list li { float: none; width: 100%; margin-top: 30px; }
    .h_4sec_list li::after { display: none; }

    .h_4sec_img2 { width: 40%; margin: 0 auto; }
  
}






index 5sec ---------------------------------------------------------------------------
.h_5sec { width: 100%; background-color: #5393ae; }

.h_5sec_txt { position: relative; }

.h_5sec_txt2 { color: #fff; position: absolute; top: 50%; transform: translateY(-50%); }
.h_5sec_txt2 p { padding: 20px 0 50px; line-height: 1.7; }
.h_5sec_txt2 .h_5sec_btn { width: 200px; height: 50px; line-height: 50px; text-align: center; border: 2px solid #fff; }

.h_5sec_img2 { float: right; width: 60%; }


@media screen and (max-width: 1520px){

    .h_5sec_img2 { width: 65%; }
  
}

@media screen and (max-width: 1100px){

    .h_5sec_img2 { width: 65%; }
  
}

@media screen and (max-width: 1000px){

    .h_5sec_txt2 { position: static; transform: none; text-align: center; }
    .h_5sec_txt2 .h_5sec_btn { margin: 0 auto; }
    
    .h_5sec_img2 { float: none; width: 100%; margin-top: 30px; }
  
}

@media screen and (max-width: 760px){

    .h_5sec_txt2 p { padding: 20px 0 30px; }

    .h_5sec_txt2 .h_5sec_btn { width: 150px; height: 50px; line-height: 50px; }
  
}






index 6sec ---------------------------------------------------------------------------
.h_cont_l { float: left; width: 50%; word-break: keep-all; }

.h_6sec_img1 { float: left; margin-right: 50px; }
.h_6sec_img1 p { padding-top: 20px; text-align: center; }

.h_6sec_txt1 { float: left; }
.h_6sec_txt1 p { padding-bottom: 10px; }
.h_6sec_txt1 span { padding-left: 20px; }
.h_6sec_txt1 div p { line-height: 2; }
.h_6sec_txt1 div p b { display: inline-block; width: 25px; height: 25px; background: url(../img/index/h_6sec_img03.png) no-repeat center; background-size: 100%; vertical-align: middle; margin-right: 10px; }
.h_6sec_txt1 div p b:nth-child(2) { margin-left: 30px; }

.h_cont_r { float: right; width: 50%; }
.h_6sec_txt2 p:nth-child(2) { line-height: 1.7; padding-top: 20px; }



@media screen and (max-width: 1500px){

    .h_cont_l { text-align: center; }

    .h_6sec_img1 { float: none; width: 100%; margin-bottom: 50px; }

    .h_6sec_txt1 { float: none; width: 100%; }
  
    .h_cont_r { text-align: center; }
}

@media screen and (max-width: 980px){

    .h_cont_l { float: none; width: 100%; text-align: center; }

    .h_6sec_img1 { float: none; width: 100%; margin-bottom: 50px; }
    .h_6sec_img1 img { width: 80px; }

    .h_6sec_txt1 { float: none; width: 100%; }
  
    .h_cont_r { float: none; width: 100%; text-align: center; margin-top: 50px; }

}






index 7sec ---------------------------------------------------------------------------
.h_7sec { width: 100%; background-color: #464646; }

.h_map { float: left; width: 50%; height: 700px; }
#daumRoughmapContainer1614059135474 { width: 100%; height: 700px; }
#daumRoughmapContainer1614059135474 .wrap_map { width: 100%; height: 700px; }
#daumRoughmapContainer1614059135474 .wrap_controllers { display: none; }

.h_7sec_txt { float: left; width: 50%; padding: 175px 150px; color: #fff; }
.h_7sec_txt > p:nth-child(1) { line-height: 1.7; }
.h_7sec_txt p span { display: block; }
.h_7sec_txt > p:nth-child(2) { line-height: 1.5; padding: 30px 0; }

.h_7sec_txt2 { background-color: #fff; width: 500px; height: 120px; padding: 20px; border-radius: 20px; text-align: center; }

.h_7sec_img { display: inline-block; margin-right: 30px; }

.h_7sec_txt3 { display: inline-block; color: #222; vertical-align: top; }
.h_7sec_txt3 p { margin-top: 5px; }
.h_7sec_txt3 span { margin-top: 10px; }

.h_d_hide { display: none; }
.h_m_hide { display: block; }


@media screen and (max-width: 1850px){

    .h_7sec_txt {  padding: 200px 50px; }

}

@media screen and (max-width: 1260px){

    .h_7sec_txt { padding: 80px 0 0 30px; }
    .h_7sec_txt p:nth-child(2){ font-size: 1.37rem; }

    .h_map { height: 500px; }
    #daumRoughmapContainer1614059135474 { height: 500px; }
    #daumRoughmapContainer1614059135474 .wrap_map { height: 500px; }

    .h_7sec_txt2 { background-color: #fff; width: 90%; }
    .h_7sec_txt2 .h_7sec_img { width: 120px; line-height: 130px; }

}

@media screen and (max-width: 1000px){

    .h_7sec { text-align: center; }

    .h_map { float: none; width: 100%; }
    .h_7sec_txt { float: none; width: 100%; padding: 80px 20px; color: #fff; }

    .h_7sec_txt2 { background-color: #fff; width: 60%; height: 100px; margin: 0 auto; }
    .h_7sec_txt2 .h_7sec_img { width: 120px; line-height: 100px; }

    .h_7sec_txt3 p { margin-top: 0; }

    .h_d_hide { display: block; }
    .h_m_hide { display: none; }

}

@media screen and (max-width: 640px){

    .h_7sec_txt p:nth-child(2){ font-size: 1.3rem; }

	.h_map { height: 400px; }
    #daumRoughmapContainer1614059135474 { height: 400px; }
    #daumRoughmapContainer1614059135474 .wrap_map { height: 400px; }

    .h_7sec_txt2 { background-color: #fff; width: 100%; height: 100px; margin: 0 auto; }

}

 */


/*230328 LHB css*/
.b_info_txt{line-height:1.5;}
.b_number{padding-bottom:30px;}
.b_copy{padding-top:30px; opacity:.4; line-height:1.5;}


@media screen and (max-width: 1260px){ 
	 .b_info_txt{font-size: 1.37rem;}
	 .b_copy{font-size: 1.125rem;}

}