.logo{
	float:left;
	width:308px;
	margin-top:22px;
}

.logo img{
	width:100%;
}

.gnb_area{
	float:left;
	margin-left:70px;
}

.gnb{
	float:left;
	width:100%;
}

.gnb li{
	display:flex;
	float:left;
	width:180px;
	height:100px;
    flex-direction: row;
    align-items: center;
	justify-content:center;
	font-size:18px;
	font-weight:500;
	cursor:pointer;
}

.gnb li:hover, .gnb li.over{
	margin-top:3px;
	height:94px;
	color:#01A3E3;
	border-bottom:3px solid #01A3E3;
}

.gnb_area .sub_menu_area{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#fff;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	z-index:8888;
}

.gnb_area:hover .sub_menu_area{
	display:block;
}

@media screen and (max-width:640px){
	.logo{
		width:50%;
		margin:20px 0 0 20px;
	}

	.gnb_area{
		display:none;
	}
}

.sub_menu{
	float:left;
	width:900px;
	height:510px;
	margin-left:377px;
	border-left:1px solid #e2e2e2;
}

.sub_menu > li{
	float:left;
	width:179px;
	height:510px;
	border-right:1px solid #e2e2e2;
}

.sub_menu_list{
	float:left;
	width:100%;
	margin:15px 0 45px 0;
}

.sub_menu_list li{
	display:flex;
	float:left;
	width:100%;
	height:50px;
	text-indent:12px;
	font-size:16px;
	font-weight:500;
	letter-spacing:-1px;
	cursor:pointer;
    flex-direction: row;
    align-items: center;
}

.top_login_area{
	float:right;
	margin-top:35px;
}

.top_login_area button{
	height:29px;
	padding:0 17px;
	border:1px solid #e3e3e3;
	background:#fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	font-size:14px;
}

.mobile_menu{
	display:none;
}

@media screen and (max-width:640px){
	.top_login_area{
		display:none;
	}

	.mobile_menu{
		display:block;
		float:right;
		margin:25px 20px 0 0;
	}
}


















.main_sector1{
	float:left;
	width:100%;
	height:292px;
	background:linear-gradient(180deg, #e4f1e7, #f4fbf6);
}

.main_sector1_title_area{
	float:left;
	width:230px;
	margin:100px 0 0 60px;
}

.main_sector1_title{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	font-weight:700;
	color:#01A3E3;
}

.main_sector1_stitle{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:20px;
	line-height:26px;
	color:#464947;
}

.main_sector1_list{
	float:left;
	width:calc(100% - 290px);
	margin-top:75px;
}

.main_sector1_list li{
	float:left;
	width:178px;
}

.main_sector1_list li dl{
	float:left;
	width:100%;
}

.main_sector1_list li dl dd{
	display:flex;
	float:left;
	width:102px;
	height:102px;
	margin-left:38px;
	background:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.main_sector1_list li dl dt{
	float:left;
	width:100%;
	margin-top:18px;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#484a49;
}

@media screen and (max-width:640px){
	.main_sector1{
		height:initial;
	}

	.main_sector1_title_area{
		float:left;
		width:calc(100% - 40px);
		margin:40px 0 0 20px;
	}

	.main_sector1_title{
		width:initial;
		font-size:24px;
		line-height:24px;
	}

	.main_sector1_stitle{
		width:initial;
		font-size:17px;
		line-height:17px;
		margin-left:15px;
		margin-top:10px;
	}

	.main_sector1_list{
		float:left;
		width:90%;
		margin:30px 0 50px 5%;
	}

	.main_sector1_list li{
		width:33.3%;
		margin-bottom:20px;
	}

	.main_sector1_list li dl dd{
		width:80px;
		height:80px;
		margin-left:calc(50% - 40px);
	}

	.main_sector1_list li dl dd img{
		width:80%;
	}

	.main_sector1_list li dl dt{
		margin-top:10px;
		font-size:16px;
	}
}

.main_sector2{
	float:left;
	width:100%;
	margin-top:25px;
}

.main_banner_area{
	float:left;
	width:900px;
}

@media screen and (max-width:640px){
	.main_banner_area{
		width:90%;
		margin-left:5%;
	}
}


/* 슬라이드 */
.slider {position:relative;float:left;width:100%;font-size: 0;margin: 0 auto;}
.slider .inner {overflow: hidden;width: 100%;margin: 0 auto;}
.slide_list > li {position: relative;width: 100%;color: #fff;}

.slider img{
	width:100%;
}

/* 화살표 */
.slider .swiper-prev,
.slider .swiper-next{position:absolute;bottom:-20px;left:calc(50% - 10px);width: 15px;height: 15px;margin-right:5px;background:rgba(0,0,0,0.6) url('/images/slider_next.png') center center no-repeat;background-size: cover;text-indent: -999em;cursor: pointer;z-index:500;color:#fff;}
 
.slider .swiper-play, 
.slider .swiper-pause{position:absolute;bottom:-20px;width: 15px;height: 15px;cursor: pointer;z-index:500;color:#fff;background:rgba(0,0,0,0.6) url("/images/slider_stop.png") no-repeat center center / cover;}
.slider .swiper-play {left:calc(50% + 10px);background:rgba(0,0,0,0.6) url("/images/slider_play.png") no-repeat center center / cover;}
.slider .swiper-pause {left:calc(50% + 30px);}
.slider .swiper-prev {left:calc(50% - 30px);transform: rotateY(180deg);}
.custom-fraction {position:absolute;bottom:0;left:calc(50% + 20px);color:#000;z-index:9999;background:#f00;}

@media (max-width: 768px) {
    .slide_list > li { width: 100%;}

	.slide_list > li .text_area{
		width:80%;
		margin:40px 0 0 10%;
	}

	.slide_list > li .text_area .btxt{
		font-size:22px;
		line-height:30px;
	}

	.slide_list > li .text_area .stxt{
		font-size:14px;
		line-height:20px;
		letter-spacing:-1px;
	}

	.slide_list > li .img_area{
		float:left;
		width:100%;
		height:initial;
		text-align:center;
	}

	.slide_list > li .img_area.first{
		margin-top:50px;
	}

	.slide_list > li .img_area img{
		width:60%;
	}
}

.main_board_area{
	float:right;
	width:400px;
	height:370px;
	padding:45px 30px;
	background:#E4F6FE;
	border-radius:10px;
	-webkit-border-radis:10px;
	-moz-border-radius:10px;
}

.main_board_tabs{
	float:left;
	width:100%;
	border-bottom:1px solid #d1d9d3;
}

.main_board_tabs li{
	float:left;
	height:37px;
	margin-right:10px;
	font-size:24px;
	line-height:24px;
	font-weight:700;
	color:#949494;
	cursor:pointer;
}

.main_board_tabs li:hover, .main_board_tabs li.over{
	height:34px;
	color:#161616;
	border-bottom:3px solid #01A3E3;
}

.main_board_list{
	display:none;
	float:left;
	width:100%;
	margin-top:30px;
}

.main_board_list.type1{
	display:block;
}

.main_board_list li{
	float:left;
	width:100%;
	margin-bottom:23px;
	font-size:18px;
	line-height:18px;
	color:#525452;
}

.main_board_list li:last-child{
	margin-bottom:0;
}

.main_board_list li dl{
	float:left;
	width:100%;
}

.main_board_list li dl dt{
	float:left;
	width:75%;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow : ellipsis;
}

.main_board_list li dl dd{
	float:left;
	width:25%;
	text-align:right;
}

@media screen and (max-width:640px){
	.main_board_area{
		float:left;
		width:calc(90% - 60px);
		margin:30px 0 0 5%;
		padding:30px;
	}

	.main_board_tabs li{
		font-size:20px;
		line-height:20px;
	}

	.main_board_list li{
		font-size:15px;
		line-height:15px;
	}

	.main_board_list li dl dt{
		width:70%;
	}

	.main_board_list li dl dd{
		width:30%;
	}
}

.main_sector3{
	float:left;
	width:100%;
	margin-top:25px;
	background:#f7f7f7;
	padding:25px 0;
}

.main_banner_area1{
	float:left;
	width:945px;
}

.main_banner_list1{
	float:left;
	width:100%;
}

.main_banner_list1 li{
	float:left;
	width:460px;
	height:290px;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.main_banner_list1 li.type1{
	background:url("/images/ic_main_business1.png") no-repeat 90% 85% #fff;
}

.main_banner_list1 li.type2{
	float:right;
	background:url("/images/ic_main_business2.png") no-repeat 90% 85% #fff;
}

.main_banner_list1 li.type3{
	width:100%;
	height:130px;
	margin-top:25px;
}

@media screen and (max-width:640px){
	.main_banner_area1{
		width:90%;
		margin-left:5%;
	}

	.main_banner_list1 li{
		width:100%;
		margin-bottom:20px;
	}

	.main_banner_list1 li.type3{
		height:initial;
		margin-top:0;
	}
}

.main_banner_list1 li dl{
	float:left;
	width:100%;
}

.main_banner_list1 li dl dt{
	position:relative;
	float:left;
	width:calc(100% - 60px);
	margin:70px 0 0 30px;
	font-size:24px;
	font-weight:700;
	line-height:24px;
	color:#161616;
	border-bottom:1px solid #e2e2e2;
}

.main_banner_list1 li dl dt span{
	position:absolute;
	left:0;
	bottom:-1px;
	padding-bottom:11px;
	border-bottom:3px solid #01A3E3;
}

.main_banner_list1 li dl dd{
	float:left;
	width:calc(100% - 60px);
	margin:35px 30px 0;
	font-size:18px;
	line-height:24px;
	color:#565656;
}


.main_banner_list1 li.type3 dl dt{
	float:left;
	width:350px;
	margin-top:35px;
	border-bottom:0;
}

.main_banner_list1 li.type3 dl dt img{
	width:308px;
}

.main_banner_list1 li.type3 dd{
	float:left;
	width:calc(100% - 385px);
	margin:30px 0 0 0;
	font-size:16px;
	line-height:20px;
	letter-spacing:-0.5px;
}

@media screen and (max-width:640px){
	.main_banner_list1 li.type3 dl dt{
		width:calc(100% - 60px);
	}
	.main_banner_list1 li.type3 dl dt img{
		width:70%;
	}
	.main_banner_list1 li.type3 dd{
		float:left;
		width:calc(100% - 60px);
		margin:20px 0 30px 30px;
		font-size:13px;
		line-height:16px;
	}
}

.main_banner_area2{
	float:right;
	width:412px;
}

.main_banner_list2{
	float:left;
	width:100%;
}

.main_banner_list2 li{
	float:left;
	width:100%;
	height:132px;
	margin-bottom:24px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.main_banner_list2 li:nth-child(1){
	background:#94c02f;
}

.main_banner_list2 li:nth-child(2){
	background:#569cd6;
}

.main_banner_list2 li:nth-child(3){
	background:#f2b81a;
	margin-bottom:0;
}

.main_banner_list2 li div.tit{
	float:left;
	margin-left:30px;
	color:#fff;
	font-size:24px;
	line-height:24px;
	margin-top:54px;
}

.main_banner_list2 li div.arrow{
	float:right;
	margin:54px 30px 0 0;
}

@media screen and (max-width:640px){
	.main_banner_area2{
		float:left;
		width:90%;
		margin:0 0 0 5%;
	}
}

.main_sector4{
	float:left;
	width:100%;
	margin-top:25px;
}

.main_sector4_list_area{
	float:left;
	width:100%;
}

.main_sector4_list{
	float:left;
	width:100%;
}

.main_sector4_list li{
	float:left;
	margin-right:32px;
}

@media screen and (max-width:640px){
	.main_sector4_list_area{
		float:left;
		width:90%;
		margin:0 0 0 5%;
		overflow-x:auto;
	}

	.main_sector4_list_area::-webkit-scrollbar {
		height: 0px;
	}

	.main_sector4_list_area::-webkit-scrollbar-thumb {
		background-color: #2f3542;
	}

	.main_sector4_list_area::-webkit-scrollbar-track {
		background-color: grey;
	}

	.main_sector4_list{
		width:1350px;
	}

	.main_sector4_list li{
		width:250px;
		margin-right:20px;
	}
}








.sub_top_title_area{
	float:left;
	width:100%;
	padding:60px 0;
	background:#01A3E3;
}

.sub_tob_sectors{
	margin:0 auto;
	width:1100px;
	color:#fff;
}

.sub_top_title{
	float:left;
	width:100%;
	font-size:42px;
	line-height:44px;
	font-weight:300;
}

.sub_top_title span{
	font-weight:700;
}

.sub_top_stitle{
	float:left;
	width:100%;
	margin-top:5px;
	font-size:10px;
	opacity:.7;
}

@media screen and (max-width:640px){
	.sub_top_title_area{
		padding:30px 0;
	}

	.sub_tob_sectors{
		width:90%;
		margin-left:5%;
	}

	.sub_top_title{
		font-size:24px;
		line-height:30px;
	}
}

.sub_navi_area{
	float:left;
	width:100%;
}

.sub_navi{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:right;
	color:#141414;
	font-size:16px;
}

.sub_navi span{
	font-weight:500;
}

.sub_content{
	float:left;
	width:100%;
	min-height:400px;
	background:url("/images/sub_background.png") no-repeat left top;
	background-size:calc(50% - 430px) 82px;
}

@media screen and (max-width:1380px){
	.sub_content{
		background-size:260px 82px;
	}
}

@media screen and (max-width:640px){
	.sub_navi_area{
		width:96%;
		margin-right:2%;
	}

	.sub_navi{
		font-size:14px;
	}

	.sub_content{
		background:none;
	}
}

.sub_menu_title{
	display:flex;
	float:left;
	width:100%;
	height:82px;
    flex-direction: row;
    align-items: center;
	text-indent:33px;
	font-size:27px;
	line-height:27px;
	color:#01A3E3;
}

.snb{
	float:left;
	width:100%;
	margin-top:25px;
}

.snb li{
	float:left;
	width:100%;
	height:60px;
	border-bottom:1px solid #e8e8e8;
	cursor:pointer;
}

.snb li span.tit{
	float:left;
	margin:21px 0 0 3px;
	font-size:18px;
	line-height:18px;
}

.snb li span.arrow{
	display:none;
	float:right;
	margin-top:25px;
}

.snb li:hover span.tit, .snb li.over span.tit{
	padding-bottom:8px;
	border-bottom:1px solid #141414;
	font-weight:500;
}

.snb li:hover span.arrow, .snb li.over span.arrow{
	display:block;
}

.sub_content_title{
	float:left;
	width:100%;
	padding-bottom:25px;
	border-bottom:1px solid #e2e2e2;
	font-size:35px;
	line-height:35px;
	font-weight:700;
}

.sub_content_title .stxt{
	font-size:18px;
	font-weight:500;
}

.complaint_bigo{
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:500;
}

.about01_sector1{
	float:left;
	width:100%;
	margin-top:50px;
}

.about01_btext{
	float:left;
	width:100%;
	font-size:38px;
	line-height:38px;
	font-weight:300;
	letter-spacing:-2px;
}

.about01_stext{
	float:left;
	width:100%;
	margin-top:35px;
	font-size:18px;
	line-height:30px;
	letter-spacing:-1px;
	color:#000;
	font-weight:500;
}

.about01_stext .gtxt{
	color:#01A3E3;
}

.about01_sign{
	float:left;
	width:100%;
	margin:100px 0;
	text-align:right;
	font-size:18px;
}

.about01_sign img{
	margin-left:20px;
	vertical-align:bottom;
}

@media screen and (max-width:640px){
	.sub_content_title{
		font-size:28px;
		line-height:28px;
		padding-bottom:20px;
	}

	.about01_sector1{
		margin-top:35px;
	}

	.about01_btext{
		font-size:30px;
		line-height:38px;
	}

	.about01_stext{
		font-size:15px;
		line-height:24px;
	}

	.about01_sign{
		font-size:16px;
		text-align:left;
	}

	.about01_sign img.txt{
		display:inline-block;
		margin-top:120px;
	}

	.about01_sign img.img{
		float:left;
		margin-left:0;
		margin-top:10px;
	}
}

.about02_sector1{
	float:left;
	width:100%;
	margin-top:30px;
}

.about02_tabs{
	float:left;
	width:100%;
}

.about02_tabs li{
	display:flex;
	float:left;
	width:150px;
	height:48px;
	margin-right:16px;
	border:1px solid #ddd;
	font-size:20px;
	line-height:20px;
    flex-direction: row;
    align-items: center;
	justify-content:center;
	cursor:pointer;
}

.about02_tabs li:last-child{
	margin-right:0;
}

.about02_tabs li.over, .about02_tabs li:hover{
	background:#01A3E3;
	border:1px solid #01A3E3;
	color:#fff;
	font-weight:500;
}

@media screen and (max-width:640px){
	.about02_tabs{
		width:calc(100% - 1px);
		border-left:1px solid #ddd;
	}

	.about02_tabs li{
		width:calc(19.5% - 1px);
		margin-right:0;
		border-left:0;
		font-size:14px;
		line-height:13px;
	}
}

.about02_content{
	display:none;
	float:left;
	width:100%;
	margin-top:50px;
}

.about02_content.type1{
	display:block;
}

.about02_list1{
	float:left;
	width:100%;
}

.about02_list1 li{
	float:left;
	width:100%;
	margin-bottom:45px;
}

.about02_dl1{
	float:left;
	width:100%;
}

.about02_dl1 > dt{
	float:left;
	width:130px;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	color:#01A3E3;
}

.about02_dl1 > dd{
	float:left;
	width:calc(100% - 130px);
	margin-top:5px;
}

.about02_dl2{
	float:left;
	width:100%;
	margin-bottom:40px;
	font-size:18px;
}

.about02_dl2:last-child{
	margin-bottom:0;
}

.about02_dl2 dt{
	float:left;
	width:75px;
	font-weight:500;
}

.about02_dl2 dd{
	float:left;
	width:calc(100% - 75px);
}

@media screen and (max-width:640px){
	.about02_content{
		margin-top:30px;
	}

	.about02_dl1 > dt{
		width:100%;
		font-size:30px;
	}

	.about02_dl1 > dd{
		width:100%;
	}

	.about02_dl2{
		font-size:15px;
	}

	.about02_dl2 dt{
	
	}
}


.about03_chart{
	float:left;
	width:100%;
	margin-top:35px;
	text-align:center;
}

.about03_title{
	float:left;
	width:100%;
	font-size:18px;
	font-weight:500;
}

.about03_title span{
	display:inline-block;
	width:3px;
	height:20px;
	margin-right:10px;
	vertical-align:bottom;
	background:#01A3E3;
}

.about03_table{
	float:left;
	width:100%;
	border-top:2px solid #000;
}

.about03_table th, .about03_table td{
	padding:15px 0;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:16px;
	line-height:36px;
	font-weight:300;
	letter-spacing:-1px;
}

.about03_table th{
	background:#f7f7f7;
	font-weight:400;
}

.about03_table th.green{
	background:#F3F9FF;
}

.about03_table th:last-child, .about03_table td:last-child, .about03_table th.no_line, .about03_table td.no_line{
	border-right:0;
}

.about03_table th.ltext{
	padding-left:30px;
	text-align:left;
}

.about03_table td.ltext{
	padding-left:40px;
	text-align:left;
}

.about03_table td.ltext2{
	padding-left:20px;
	text-align:left;
	vertical-align:top;
}

.about03_table td.ltext3{
	padding-left:10px;
	text-align:left;
}

.about03_table td input[type=text], .about03_table td input[type=password]{
	height:35px;
	text-indent:10px;
	font-size:15px;
}

@media screen and (max-width:640px){
	.about03_chart img{
		width:100%;
	}

	.about03_table th, .about03_table td{
		padding:8px 0;
		font-size:14px;
		line-height:26px;
		letter-spacing:-1px;
	}

	.about03_table th.ltext{
		padding-left:20px;
	}

	.about03_table td.ltext{
		padding-left:20px;
	}
}

.about04_map_area{
	float:left;
	width:100%;
}

.about04_map_bigo{
	float:left;
	width:100%;
	margin-top:30px;
	font-size:20px;
	line-height:20px;
	text-align:center;
}

.about04_map_bigo span{
	font-weight:700;
}

.work01_sector1{
	float:left;
	width:100%;
	margin-top:40px;
}

.work01_sector1_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:30px;
}

@media screen and (max-width:640px){
	.work01_sector1_text{
		font-size:15px;
		line-height:25px;
	}

	.work01_sector1_text button{
		display:block;
		float:left;
		margin-left:0;
	}
}










.login_area{
	margin:150px auto;
	width:600px;
}

.login_title{
	float:left;
	width:100%;
	font-size:35px;
	line-height:35px;
	font-weight:700;
}

.login_btn_area{
	float:left;
	width:100%;
	margin-top:15px;
}

.login_btn_area button{
	width:100%;
	height:50px;
	border:0;
	background:#01A3E3;
	color:#fff;
	font-size:18px;
	font-weight:500;
}

.auto_login_area{
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:150px;
	font-size:18px;
	font-weight:500;
}

.auto_login{
	float:left;
}

.auto_login input[type=checkbox]{
	display:inline-block;
	margin:5px 10px 0 0;
	width:18px;
	height:18px;
}

.join_btn{
	float:right;
}

@media screen and (max-width:640px){
	.login_area{
		width:90%;
	}
}
























.footer_sectors{
	margin:0 auto;
	width:1150px;
}

.footer_menu{
	float:left;
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#141414;
}

.footer_info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	font-size:12px;
	color:#999;
}

.copyright{
	float:left;
	width:100%;
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #dedede;
	text-align:center;
	font-size:12px;
	color:#999;
}


@media screen and (max-width:640px){
	.footer_sectors{
		width:100%;
	}

	.footer_menu{
		font-size:14px;
	}
}














.pop_title{
	float:left;
	width:100%;
	padding:10px 0;
	font-size:24px;
	background:#0754e0;
	color:#fff;
	font-weight:700;
	text-indent:10px;
}

.pw_change_area_box{
	float:left;
	width:100%;
	margin-top:30px;
}

.pw_change_area{
	margin:0 auto;
	width:70%;
}

.pw_change_form{
	float:left;
	width:100%;
}

.pw_change_form li{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.pw_change_form li dl, .pw_change_form li dl dt, .pw_change_form li dl dd{
	float:left;
	width:100%;
}

.pw_change_form li dl dt{
	margin-bottom:5px;
	font-size:15px;
}

.pw_change_form li dl dd input{
	width:100%;
	height:40px;
}








/* site map */
#sitemap_wrap{
	float:left;
	width:100%;
	height:100vh;
}

.close_area{
	position:relative;
	float:left;
	width:100%;
	height:100px;
	background:#fff;
	border-bottom:1px solid #ddd;
	z-index:999;
}

.sitemap_logo{
	float:left;
	width:50%;
	margin:25px 0 0 20px;
}

.sitemap_logo img{
	width:100%;
}

.close_btn{
	position:absolute;
	right:15px;
	top:37px;
	width:25px;
}

.close_btn img{
	width:100%;
}

.sitemap_menu_title{
    float:left;
    width:100%;
    margin-top:71px;
    padding:20px 0;
    border-bottom:1px solid #ddd;
    font-size:22px;
    text-indent:10px;
}

.sitemap_menu_list{
	float:left;
	width:100%;
}

.sitemap_menu_list li{
	float:left;
	width:100%;
}

.sitemap_menu_list li dl{
	float:left;
	width:100%;
}

.sitemap_menu_list li dl dt{
	float:left;
	position:relative;
	width:100%;
	padding:15px 0;
	text-indent:20px;
	font-size:18px;
	border-bottom:1px solid #9e9e9e;
}

.sitemap_menu_list li dl dt.over{
	font-weight:700;
}

.sitemap_menu_list li dl dt .arrow{
	position:absolute;
	top:20px;
	right:20px;
	background:url("/images/sub_content_arrow.png") no-repeat;
	background-size:contain;
	width:20px;
	height:12px;
}

.sitemap_menu_list li dl dd{
	float:left;
	width:100%;
	display:none;
	padding:15px 0;
	background:#f1f1f1;
	color:#333;
	font-size:16px;
	font-weight:500;
	text-indent:10px;
}

.sitemap_menu_list li dl dd a{
	display:inline-block;
	width:100%;
}

.sitemap_menu_list li.login button{
	width:100%;
	height:40px;
	background:#01A3E3;
	color:#fff;
	font-size:16px;
	font-weight:500;
}







.layer_popup{
	border:1px solid #ddd;
	background:#fff;
	z-index:9999;
}

@media screen and (max-width:640px){
	.layer_popup .img{
		float:left;
		width:100% - 2px;
	}

	.layer_popup .img img{
		max-width:100%;
	}
}

.layer_popup .close_list{
	float:left;
	width:100%;
}

.layer_popup .close_list li{
	display:flex;
	float:left;
	width:50%;
	height:40px;
	background:#01A3E3;
	color:#fff;
	font-weight:bold;
    flex-direction: row;
    align-items: center;
	justify-content:center;
	cursor:pointer;
}

.layer_popup .close_list li:first-child{
	width:calc(50% - 1px);
	border-right:1px solid #545454;
}






.pop_push_btn_box{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}

.pop_push_btn_box button{
	width:100%;
	height:45px;
	background:#01A3E3;
	color:#fff;
	font-size:15px;
	font-weight:700;
}









.privacy_area{
	float:left;
	width:100%;
}

.privacy_title{
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
}

.privacy_content{
	float:left;
	width:100%;
	font-size:15px;
}

.privacy_content_dl{
	float:left;
	width:100%;
	margin-bottom:20px;
}

.privacy_content_dl dt{
	float:left;
	width:100%;
	margin-bottom:5px;
	font-weight:500;
	font-size:17px;
}


/* 2023-04-05 추가 */
@media screen and (max-width:640px){
	.work_btn {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
}


/* 2023-05-09 추가 */
.member_list {
	margin-top: 20px;
	margin-bottom: 70px;
}

.member_list::after {
	display: block;
	clear: both;
	content: "";
}

.member_list li {
	float: left;
	width: 150px;
	padding: 5px 0;
}

.member_list li > input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.member_list li > label {
	position: relative;
	top: 2px;
	margin-left: 5px;
	font-size: 14px;
}

.no-data {
	margin: 30px 0;
	font-size: 16px;
	text-align: center;
}



/* 2023-06-27 추가 */
.main_sector5 {
	float: left;
	width: 100%;
}


.mob {
	display: none;
}

.main_sector1_list2{
	float:left;
	/* width:calc(100% - 290px); */
	width:534px;
	margin-top:75px;
}

.main_sector1_list2 li{
	float:left;
	width:178px;
	margin-bottom: 30px;
}

.main_sector1_list2 li dl{
	float:left;
	width:100%;
}

.main_sector1_list2 li dl dd{
	display:flex;
	float:left;
	width:102px;
	height:102px;
	margin-left:38px;
	background:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	box-shadow:0 0 10px rgba(0, 0, 0, .1);
    flex-direction: row;
    align-items: center;
	justify-content:center;
}

.main_sector1_list2 li dl dt{
	float:left;
	width:100%;
	margin-top:18px;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#484a49;
}

.main_sector1_v2{
	float:left;
	width:100%;
	height:480px;
	background:linear-gradient(180deg, #F1F9FC, #F1F9FC);
}

.main_pay_box {
	float: left;
	margin-top: 55px;
	margin-left: 20px;
}


@media screen and (max-width:640px){
	.mob {
		display: block;
	}

	.main_sector1_list2{
		float:left;
		width:90%;
		margin:30px 0 50px 5%;
	}

	.main_sector1_list2 li{
		width:33.3%;
		margin-bottom:20px;
	}

	.main_sector1_list2 li dl dd{
		width:80px;
		height:80px;
		margin-left:calc(50% - 40px);
	}

	.main_sector1_list2 li dl dd img{
		width:80%;
	}

	.main_sector1_list2 li dl dt{
		margin-top:10px;
		font-size:16px;
	}

	.main_sector1{
		height:initial;
	}

	.main_pay_box {
		display: none;
	}
}

.MsoNormal {
	margin: 0 !important;
}