/*이용약관, 개인정보처리방침, 법적고지*/
.policy_wrap{display: flex;}
.left_navi {display:inline-block;vertical-align:top;width:136px;}
.left_navi strong {display:block;padding:5px 25px 5px 0px;border-bottom:2px solid #000;background:url('../img/arrow_down02.png') no-repeat 95% 14px;font-size:22px;color:#000;font-weight:700;white-space:nowrap;}
.left_navi_link {margin:15px 0px;}
.left_navi_link a {display:block;height:40px;overflow:hidden;border-radius:10px;font-size:17px;color:#000;font-weight:400;white-space:nowrap;padding:7px 0px 0px 12px;margin:3px 0px;transition:all .3s ease; -webkit-transition:all .3s ease;background:transparent;background-image: linear-gradient(to right,rgba(245,245,245,1.0) 60%,rgba(255,255,255,1.0));background-size:0px 40px;}
.left_navi_link a:hover, .left_navi_link a.here {font-weight:700;background:transparent;background-image: linear-gradient(to right,rgba(245,245,245,1.0) 60%,rgba(255,255,255,1.0));background-size:100% 40px;}

.left_conts {display:inline-block;vertical-align:top;width:calc(100% - 229px);margin-left:90px;}
.left_conts .ipc{left: 50%;transform: translateX(-50%);position: absolute;width: 971px !important;max-width: 971px;}
.conts_top {max-width: 971px;border-radius: 10px;overflow: hidden;position: relative;text-align: center;margin: 0px auto;height: 170px;}
.conts_top strong {position:absolute;top:50%;transform: translateY(-50%);left:0px;right:0px;text-align:center;font-size:30px;color:#fff;font-weight:700;font-family: 'NexonLv1GothicLow';}

.left_conts .navi_title{}
.left_conts .navi_title strong{}
.sub_contents_wrap{margin: 80px auto;position: relative;white-space: normal;word-wrap: break-word;word-break: keep-all;}
.sub_contents_wrap .sub_title{font-size: 22px;margin-bottom: 15px;color: #000;font-weight: 600;transform: rotate(0.04deg);}
.sub_contents_wrap .sub_subject{font-size: 16px;margin-bottom: 80px;color: #575757;font-weight: 400;line-height: 24px;}
.sub_contents_wrap .sub_subject p{margin-bottom: 22px}
.sub_contents_wrap .sub_subject b{font-weight: 600;color: #575757;}


@media (max-width:850px) {
/*이용약관, 개인정보처리방침, 법적고지*/
	.policy_wrap{flex-direction: column;}
	.left_navi {display:block;width:100%;}
	.left_navi strong {font-size:18px;}
	.left_navi_link {margin:10px 0px;}
	.left_navi_link a {display:inline-block;vertical-align:top;height:30px;font-size:14px;padding:5px 12px 10px 12px;margin:3px 3px 3px 0px;background:#fff;background-image:none;}
	.left_navi_link a:hover, .left_navi_link a.here {background:#f5f5f5;background-image:none;}

	.left_conts {display:block;width:100%;margin-left:0px;}
	.left_conts .imobile {width: 100%;}
	.conts_top {margin:20px auto;height: 132px;}
	.conts_top strong {font-size:20px;}

	.left_conts .navi_title{}
	.left_conts .navi_title strong{}
	.sub_contents_wrap{margin: 40px auto;}
	.sub_contents_wrap .sub_title{font-size: 16px;margin-bottom: 10px;}
	.sub_contents_wrap .sub_subject{font-size: 14px;margin-bottom: 60px;line-height: 20px;}
	.sub_contents_wrap .sub_subject p{margin-bottom: 12px}
	.sub_contents_wrap .sub_subject b{}
}
@media (max-width:415px) {
	.left_conts .imobile{height: 100%;width: auto;}
	
}