.top_menu{
	float:left;
	width:100%;
	height:40px;
	background:#EE7D3B;
}

.top_sns_menu{
	float:right;
	margin-top:10px;
}

.top_sns_menu li{
	float:left;
	margin-left:15px;
}

.gnb_area{
	float:left;
	width:100%;
}

.logo{
	float:left;
	width:100px;
	margin-top:20px;
}

.logo img{
	width:100%;
}

.gnb{
	float:right;
	margin:0px 200px 0 0;
}

.gnb li{
	display:flex;
	float:left;
	height:90px;
	margin-left:88px;
    flex-direction: row;
    align-items: center;
	justify-content:center;
	font-size:24px;
	line-height:24px;
	cursor:pointer;
}

.gnb li:hover, .gnb li.over{
	color:#B9B9B9;
}

.top_mobile_menu{
	display:none;
	position:absolute;
	right:20px;
	top:20px;
	width:40px;
}

.top_mobile_menu img{
	width:100%;
}

@media screen and (max-width:640px){
	.top_menu{
		display:none;
	}

	.logo{
		width:100%;
		text-align:center;
	}

	.logo img{
		width:90px;
	}

	.gnb{
		display:none;
	}

	.top_mobile_menu{
		display:block;
	}
}

.main_banner_area{
	position:relative;
	float:left;
	width:100%;
	height:700px;
	color:#fff;
}

@media screen and (max-width:640px){
	.main_banner_area{
		height:400px;
	}
}


.main_banner_area .bx-slider .banner_title{float:left;width:100%;margin-top:240px;font-size:75px;color:#fff;font-family:Noto Serif KR;text-align:center;}
.main_banner_area .bx-slider .banner_text{float:left;width:100%;margin-top:30px;text-align:center;font-size:24px;color:#fff;font-weight:300;;line-height:26px;}

.main_banner_area .bx-slider { margin:0 auto; padding: 0px; position: relative; width:100%; height:700px;overflow:hidden;z-index:500;}
.main_banner_area .bx-slider li{width:100%;height:100%;}

.main_banner_area .bx-slider .bx-viewport { border: 0px solid #000;    } /*�곸뿭*/
.main_banner_area .bx-slider .bx-controls-auto { position: absolute;bottom:80px;right:50px; } 
.main_banner_area .bx-slider .bx-loading { background: url("/images/bx_loader.gif") no-repeat center rgb(255, 255, 255); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 100; min-height: 50px; }
.main_banner_area .bx-pager { position: absolute; bottom:20px;width:100%;text-align:center;  z-index:1000;color:#F00; font-family: Noto Sans KR; font-size: 0.85em; font-weight: bold;  }
.main_banner_area .bx-pager .bx-pager-item { display: inline-block; }
.main_banner_area .bx-slider .bx-controls-auto .bx-controls-auto-item { display: inline-block; }
.main_banner_area .bx-default-pager.bx-pager a { background: none;border:2px solid #fff;margin: 2px 5px 0; outline: 0px; border-radius: 10px; width: 15px; height: 15px; text-indent: -9999px; display: block; -moz-border-radius: 10px; -webkit-border-radius: 10px; } 
.main_banner_area .bx-default-pager.bx-pager a:focus { box-shadow: 0 0 0 2px red inset; border:2px solid #fff;}
.main_banner_area .bx-default-pager.bx-pager a:hover { background:#fff;width:15px;height:15px;}
.main_banner_area .bx-default-pager.bx-pager a.active { background:#fff;width:15px;height:15px;}
.main_banner_area .bx-prev { position:absolute;left:100px;top:calc(50% - 25px);background:url("/images/left.png");width:31px;height:50px;z-index:9999;} 
.main_banner_area .bx-prev:hover{background:url("/images/left_over.png");}
.main_banner_area .bx-next { position:absolute;right:100px;top:calc(50% - 25px);background:url("/images/right.png");width:31px;height:50px;z-index:9999;} 
.main_banner_area .bx-next:hover{background:url("/images/right_over.png");}

.black_bg_area{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .3);
	color:#fff;
	text-align:center;
}

.main_banner_stitle{
	float:left;
	width:100%;
	margin-top:110px;
	font-size:140px;
	line-height:140px;
	font-weight:900;
}

.main_banner_title{
	float:left;
	width:100%;
	margin-top:30px;
	font-size:74px;
	line-height:74px;
	font-weight:700;
}

.main_banner_bigo{
	float:left;
	width:100%;
	margin-top:120px;
	font-size:36px;
	font-weight:300;
}

@media screen and (max-width:640px){
	.main_banner_stitle{
		width:80%;
		margin-left:10%;
		margin-top:100px;
		font-size:70px;
		line-height:70px;
	}

	.main_banner_title{
		width:80%;
		margin-left:10%;
		margin-top:10px;
		font-size:34px;
		line-height:34px;
		letter-spacing:-2px;
	}

	.main_banner_bigo{
		width:80%;
		margin-left:10%;
		margin-top:20px;
		font-size:16px;
	}
	
	.main_banner_area .bx-slider { 
		height:400px;
	}
}

.main_sector1{
	float:left;
	width:100%;
	margin-top:100px;
}

.main_sector1_title{
	float:left;
	width:100%;
	font-size:47px;
	line-height:47px;
	font-weight:300;
}

.main_sector1_stitle{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:39px;
	line-height:39px;
	font-weight:900;
}

.main_sector1_btn_area{
	float:left;
	width:100%;
	margin-top:55px;
}

.main_sector1_btn_area button{
	width:190px;
	height:40px;
	border:2px solid #222;
	background:#fff;
	color:#222;
	font-size:18px;
	font-weight:500;
}

.main_sector1_btn_area button:hover{
	background:#222;
	color:#fff;
}

.main_sector1_list_area{
	float:left;
	width:100%;
	margin-top:40px;
	padding-bottom:75px;
	overflow-x:auto;
}

.main_sector1_list_area::-webkit-scrollbar {
    height:15px;
}

.main_sector1_list_area::-webkit-scrollbar-thumb {
    background-color: #0A0A0A;
	border-radius: 15px;
}

.main_sector1_list_area::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

@media screen and (max-width:640px){
	.main_sector1{
		margin-top:50px;
	}

	.main_sector1_title{
		width:90%;
		margin-left:5%;
		font-size:22px;
		line-height:22px;
		letter-spacing:-1px;
	}

	.main_sector1_stitle{
		width:90%;
		margin-left:5%;
		font-size:24px;
		line-height:24px;
	}

	.main_sector1_btn_area{
		width:90%;
		margin-left:5%;
	}

	.main_sector1_list_area{
		width:90%;
		margin-left:5%;
		padding-bottom:40px;
	}
}

.main_sectors1_list{
	float:left;
}

.main_sector1_list li{
	float:left;
	width:445px;
}

.main_sector1_list li .img{
	float:left;
	width:420px;
	height:500px;
}

.main_sector1_list li .img img{
	width:100%;
}

.main_sector1_list li dl, .main_sector1_list li dl dt, .main_sector1_list li dl dd{
	float:left;
	width:100%;
}

.main_sector1_list li dl dt{
	margin-top:30px;
	font-size:40px;
	line-height:40px;
}

.main_sector1_list li dl dd{
	margin-top:12px;
	font-size:24px;
	line-height:24px;
	color:#555;
}

@media screen and (max-width:640px){
	.main_sector1_list li{
		width:300px;
	}

	.main_sector1_list li .img{
		width:280px;
		height:350px;
	}

	.main_sector1_list li dl dt{
		font-size:26px;
		line-height:26px;
	}

	.main_sector1_list li dl dd{
		font-size:20px;
		line-height:20px;
	}
}

.main_sector2{
	position: relative;
	float:left;
	width:100%;
	margin-top:120px;
	padding:110px 0;
	background:url("/images/main/img_section3.png") no-repeat center center / cover;
}

.main_sector2_text{
	float:left;
	width:100%;
	font-size:39px;
	font-weight:300;
	line-height:49px;
	color:#fff;
}

.main_sector2_btn{
	float:left;
	width:100%;
	margin-top:35px;
}

.main_sector2_btn button{
	width:140px;
	height:40px;
	border:2px solid #fff;
	font-size:18px;
	background:none;
	color:#fff;
}

.main_sector2_btn button:hover{
	background:#fff;
	color:#222;
}

@media screen and (max-width:640px){
	.main_sector2{
		margin-top:50px;
		padding:80px 0;
		background:url("/images/main/img_section3.png") no-repeat 30% center / cover;
	}

	.main_sector2_text{
		width:90%;
		margin-left:5%;
		font-size:20px;
		line-height:30px;
		letter-spacing:-.5px;
	}

	.main_sector2_btn{
		width:90%;
		margin-left:5%;
	}
}

.main_sector3{
	float:left;
	width:100%;
	padding-top:170px;
	background:url("/images/main/img_bg.png") no-repeat top center / contain;
}

.main_sector3_text_area{
	float:left;
	width:612px;
}

.main_sector3_title{
	float:left;
	width:100%;
	font-size:83px;
	line-height:100px;
	font-weight:700;
}

.main_sector3_stitle{
	float:left;
	width:100%;
	margin-top:30px;
	font-size:40px;
	line-height:40px;
	font-weight:300;
}

.main_sector3_btn{
	float:left;
	width:100%;
	margin-top:75px;
}

.main_sector3_btn button{
	width:190px;
	height:40px;
	border:2px solid #222;
	background:#fff;
	font-size:18px;
	font-weight:500;
	color:#222;
}

.main_sector3_btn button:hover{
	background:#222;
	color:#fff;
}

@media screen and (max-width:640px){
	.main_sector3{		
		padding-top:100px;
		background:url("/images/main/img_bg.png") no-repeat 20% top / 250%;
	}

	.main_sector3_text_area{
		float:left;
		width:100%;
	}

	.main_sector3_title{
		width:90%;
		margin-left:5%;
		font-size:50px;
		line-height:70px;
	}

	.main_sector3_stitle{
		width:90%;
		margin-left:5%;
		font-size:24px;
		line-height:24px;
	}

	.main_sector3_btn{
		width:90%;
		margin-left:5%;
	}
}

.main_sector3_list_area{
	float:left;
	width:calc(100% - 612px);
	padding-bottom:90px;
	overflow-x:auto;
}

.main_sector3_list_area::-webkit-scrollbar {
    height:15px;
}

.main_sector3_list_area::-webkit-scrollbar-thumb {
    background-color: #0A0A0A;
	border-radius: 15px;
}

.main_sector3_list_area::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.main_sector3_list{
	float:left;
}

.main_sector3_list li{
	float:left;
	width:350px;
	margin-right:130px;
}

.main_sector3_list li:last-child{
	margin-right:0;
}

.main_sector3_list li div.img{
	width:100%;
	height:450px;
}

@media screen and (max-width:640px){
	.main_sector3_list_area{
		width:90%;
		margin-left:5%;
		margin-top:30px;
		padding-bottom:50px;
	}

	.main_sector3_list li{
		width:250px;
		margin-right:20px;
	}

	.main_sector3_list li div.img{
		height:300px;
	}
}

.main_sector4{
	position:relative;
	float:left;
	width:100%;
	height:615px;
	margin-top:60px;
}

.main_sector4 video{
	width:100%;
	height:100%;
    object-fit: cover;
}

.main_sector4_content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.main_sector4_title{
	float:left;
	width:100%;
	margin-top:170px;
	font-size:39px;
	line-height:39px;
	font-weight:700;
	color:#fff;
}

.main_sector4_stitle{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:52px;
	line-height:59px;
	font-weight:300;
	color:#fff;
}

@media screen and (max-width:640px){
	.main_sector4{
		height:450px;
	}

	.main_sector4_title{
		width:90%;
		margin-left:5%;
		margin-top:120px;
		font-size:30px;
		line-height:30px;
	}

	.main_sector4_stitle{
		width:90%;
		margin-left:5%;
		font-size:34px;
		line-height:40px;
	}
}

.main_sector5{
	float:left;
	width:100%;
	margin-top:165px;
}

.main_sector5_stitle{
	float:left;
	width:100%;
	font-size:47px;
	line-height:47px;
	font-weight:300;
}

.main_sector5_title{
	float:left;
	width:100%;
	margin-top:14px;
	font-size:39px;
	line-height:39px;
	font-weight:700;
}

.main_sector5_title span{
	display:inline-block;
	float:right;
}

.main_sector5_title span button{
	width:190px;
	height:40px;
	border:2px solid #222;
	background:#fff;
	color:#222;
	font-size:18px;
	font-weight:500;
}

.main_sector5_title span button:hover{
	background:#222;
	color:#fff;
}

@media screen and (max-width:640px){
	.main_sector5{
		margin-top:100px;
	}

	.main_sector5_stitle{
		width:90%;
		margin-left:5%;
		font-size:26px;
		line-height:26px;
		letter-spacing:-.5px;
	}

	.main_sector5_title{
		width:90%;
		margin-left:5%;
		font-size:26px;
		line-height:26px;
	}
}

.main_sector5_list{
	float:left;
	width:100%;
	margin-top:40px;
	border-top:2px solid #222;
}

.main_sector5_list li{
	float:left;
	width:100%;
	padding:33px 0;
	cursor:pointer;
}

.main_sector5_list li dl{
	float:left;
	width:100%;
}

.main_sector5_list li dl dt{
	float:left;
	width:80%;
	font-size:27px;
	line-height:27px;
	text-indent:10px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.main_sector5_list li dl dd{
	float:left;
	width:20%;
	text-align:right;
	font-size:27px;
	line-height:27px;
	color:#555;
}

@media screen and (max-width:640px){
	.main_sector5_list{
		width:90%;
		margin-left:5%;
	}

	.main_sector5_list li{
		padding:20px 0;
	}

	.main_sector5_list li dl dt{
		width:70%;
		font-size:20px;
		line-height:20px;
	}

	.main_sector5_list li dl dd{
		width:30%;
		font-size:20px;
		line-height:20px;
	}
}


/*
	sub
*/
.sub_banner_area{
	position:relative;
	float:left;
	width:100%;
	height:270px;
}

.sub_banner_area.company{
	background:url("/images/company/img_sub_01.png") no-repeat bottom center / cover;
}

.sub_banner_area.concert{
	background:url("/images/concert/img_sub_02.png") no-repeat bottom center / cover;
}

.sub_banner_area.artist{
	background:url("/images/img_sub_03.png") no-repeat bottom center / cover;
}

.sub_banner_area.film{
	background:url("/images/img_sub_04.png") no-repeat bottom center / cover;
}

.sub_banner_area.community{
	background:url("/images/img_sub_05.png") no-repeat bottom center / cover;
}

@media screen and (max-width:640px){
	.sub_banner_area{
		height:200px;
	}
}

.sub_banner_black_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .3);
}

.sub_banner_title{
	display:flex;
	float:left;
	width:100%;
	height:100%;
	flex-direction: row;
	align-items: center;
	justify-content:center;
	font-size:41px;
	line-height:41px;
	font-weight:700;
	color:#fff;
	text-align:center;
}

.sub_navi_area{
	float:left;
	width:100%;
	padding:25px 0;
	border-bottom:1px solid #D3D3D3;
}

.sub_navi{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
}

.sub_navi img{
	display:inline-block;
	margin-right:20px;
	margin-bottom:4px;
}

@media screen and (max-width:640px){
	.sub_navi_area{
		padding:15px 0;
	}

	.sub_navi{
		width:90%;
		margin-left:5%;
		font-size:20px;
		line-height:20px;
	}

	.sub_navi img{
		width:22px;
		margin-right:15px;
	}

	.sub_navi img.arrow{
		width:12px;
	}
}

.coming_page{
	float:left;
	width:100%;
	padding:250px 0;
	font-size:47px;
	line-height:47px;
	font-weight:300;
	text-align:center;
}

@media screen and (max-width:640px){
	.coming_page{
		padding:100px 0;
	}
}


.concert_sector1{
	float:left;
	width:100%;
	padding-top:120px;
	background:url("/images/main/img_bg.png") no-repeat top center / contain;
}

.concert_sector1_title{
	float:left;
	width:100%;
	text-align:center;
	font-size:46px;
	line-height:46px;
	font-weight:700;
}

.concert_sector1_stitle{
	float:left;
	width:100%;
	margin-top:20px;
	text-align:center;
	font-size:22px;
	line-height:22px;
}

@media screen and (max-width:640px){
	.concert_sector1{
	padding-top:120px;
	background:url("/images/main/img_bg.png") no-repeat 25% top / 250%;
	}
}

.board_list{
	float:left;
	width:100%;
	margin-top:120px;
}

.board_list.view{
	margin-top:0;
}

.board_search_area{
	position:relative;
	float:right;
}

.board_search_area input[type=text]{
	width:268px;
	height:40px;
	text-indent:15px;
	font-size:14px;
}

.board_search_area input[type=text]:focus{
	border-color: #000;
}

.board_search_area input[type=text]::placeholder{
	color:#333;
}

.board_search_area input[type="image"]{
	position:absolute;
	top:10px;
	right:10px;
}

@media screen and (max-width:640px){
	.board_list{
		width:90%;
		margin-left:5%;
	}

	.board_search_area{
		float:left;
		width:70%;
		margin:15px 0 0 15%;
		text-align:center;
	}

	.board_search_area input[type=text]{
		width:calc(100% - 2px);
	}
}






















/*
	footer
*/
.flogo{
	float:left;
	width:98px;
}

.flogo img{
	width:100%;
}

.copyright{
	float:left;
	margin-left:75px;
	font-size:16px;
	line-height:26px;
	color:#ddd;
	font-weight:300;
}

.copyright span{
	font-weight:500;
}

.footer_sns_list{
	float:right;
	margin-top:30px;
}

.footer_sns_list li{
	float:left;
	margin-left:23px;
}

@media screen and (max-width:640px){
	.flogo{
		width:90%;
		margin-left:5%;
	}

	.flogo img{
		width:100px;
	}

	.copyright{
		width:90%;
		margin:20px 0 0 5%;
		font-size:13px;
		line-height:22px;
		letter-spacing:-1px;
	}

	.footer_sns_list{
		float:left;
		margin-left:calc(50% - 100px);
		text-align:center;
	}

	.footer_sns_list li{
		display:inline-block;
	}
}


.mobile_menu_area{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index:9999;
	background:rgba(255, 255, 255, .9);
}

.mobile_menu_close{
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
}

.mobile_menu_close img{
	width:100%;
}

.mobile_menu{
	float:left;
	width:100%;
	margin-top:80px;
}

.mobile_menu li{
	float:left;
	width:100%;
	padding:20px 0;
	font-size:30px;
	font-weight:700;
	text-align:center;
}





















/* site map */
#sitemap_wrap{
	float:left;
	width:100%;
	height:100vh;
}

.close_area{
	position:relative;
	float:left;
	width:100%;
	height:70px;
	background:#fff;
	border-bottom:1px solid #ddd;
	z-index:999;
}

.close_btn{
	position:absolute;
	right:20px;
	top:20px;
	width:25px;
	height:25px;
}


.sitemap_menu_list{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
}

.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:10px;
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #ddd;
}

.sitemap_menu_list li dl dt.over{
	color:#485f22;
	font-weight:700;
}

.sitemap_menu_list li dl dt .arrow{
	position:absolute;
	top:20px;
	right:20px;
	background:url("/renew_images/common/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:#485f22;
	color:#fff;
	font-size:16px;
	font-weight:300;
	text-align:center;
	border-bottom:1px solid #fff;
}

.sitemap_menu_list li dl dd a{
	display:inline-block;
	width:100%;
}

/* 2022-10-28 웹접근성 관련 스타일 추가 */
.skip {
	float: left;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
}










.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;
}


/********** 웹접근성 관련 스타일 추가 **********/
.skip {
	display: inline-block;
	position: absolute;
	width: 100px;
	top: 0;
	left: calc(50% - 50px);
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	z-index: 99999;
	background: #fff;
	font-weight: bold;
}

/* 화면낭독기 사용자용 */
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


/* 슬라이드 정지/재생 컨트롤러 추가 */
.bx-controls-auto {
	position: absolute;
	bottom: 20px;
	right: 5%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	transform: translateX(-50%);
	/* background: url('/images/slide_pause.png') no-repeat center center / contain; */
	z-index: 999;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
}

.bx-start, .bx-stop {display: block;}
.bx-start.active, .bx-stop.active {display: none;}

.black_bg_area { position: absolute; left: 0; top: 0; width: 100%; height: 100%; /* background: rgba(0, 0, 0, .3); */ background: rgba(0, 0, 0, .5); color: #fff; text-align: center; }

.bx-prev { position:absolute;right:100px;top:calc(50% - 25px);background:url("/images/left.png");width:31px;height:50px;z-index:9999;} 
.bx-prev:hover{background:url("/images/left_over.png");}
.bx-next { position:absolute;right:100px;top:calc(50% - 25px);background:url("/images/right.png");width:31px;height:50px;z-index:9999;} 
.bx-next:hover{background:url("/images/right_over.png");}


/* 2023-01-09 회사소개 추가 */
.company01_area {
	float: left;
	width: 100%;
	padding-top: 120px;
	background: url("/images/main/img_bg.png") no-repeat top center / contain;
}

.company01_area .company01_img01 {
	margin-top: 120px;
	margin-bottom: 30px;
}

.company01_area .company01_txt01 {
	font-size: 20px;
	line-height: 1.6;
}

@media screen and (max-width:640px){
	.company01_area .company01_img01 {
		margin: 40px 0 20px;
	}

	.company01_area .company01_txt01 {
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
	}
}

/* 2023-01-25 추가 */
.tab_menu_area{
	float:left;
	width:100%;
	margin-bottom: 80px;
	text-align:center;
}

.tab_menu{
	display: inline-block;
}

.tab_menu li{
	float: left;
	width: 140px;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	cursor: pointer;
	transition: .1s;
}

.tab_menu li.on, .tab_menu li:hover{
	background: #000;
	color: #fff;
}

.company01_area .company01_txt01.ceo_txt {
	float: right;
	width: 48%;
	height: 546.66px;
	margin-top: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ceo_img {	
	float: left;
	width: 50%;
	margin-top: 120px;
}

@media screen and (max-width:640px){
	.company01_area .company01_txt01.ceo_txt {
		float: left;
		width: 90%;
		height: auto;
		margin-left: 5%;
		margin-top: 40px;
	}

	.ceo_img {	
		float: left;
		width: 100%;
		margin-top: 20px;
	}
}