@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: 'Noto Sans KR', sans-serif;
	padding: 0;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: -1px;
	color: #555;
	background-color: #fff;
	word-break: keep-all;
	overflow-x: hidden;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

body ul {
	padding: 0;
	margin: 0;
}

body ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl, dd, dt, ol, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.m_nav {
	display: none;
}
h1 {
	font-size: 30px;
	color: #fe5f40;
	line-height: 40px;
	font-weight: 900;
	margin: 0;
	margin-bottom: 30px;
	letter-spacing: -2px;
	text-align: center;
}

input {
	border: 1px #e5e5e5 solid;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	padding: 0 15px;
	box-sizing: border-box;
	font-family: 'Noto Sans Korean', sans-serif;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

input[type=checkbox] {
	float: left;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	margin-top: 9px;
	margin-right: 8px;
}

input[type=checkbox]:checked {
	background-color: #fe5f40;
}
.checkbox {
	width: 100%;
	display: inline-block;
}
.checkbox label {
	color: #333;
	font-weight: 500;
}
label span {
	color: #fe5f40 !important;
}
.checkbox label a, .checkbox a {
	color: #fb8520;
	font-weight: 300;
	text-decoration: underline;
	/* margin-left: 8px; */
	font-size: 15px;

}
a {
	text-decoration: none;
}

select {
	border: 1px #eee solid;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: 'Noto Sans Korean', sans-serif;
	font-size: 14px;
	background: #4e4e4e;
	color: #fff;
	border: 1px solid #5d5d5d;
	padding: 0px 15px;
}

select.srch_category02 {
	font-size: 20px;
	background: none;
	border: none;
	color: #555;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/dropdown_ic.png);
	background-repeat: no-repeat;
	background-position: 90%;
	/* padding: 0 80px 0 0; */
	padding: 0 20px 0 0;
}

.no_news_wrap {
	text-align: center;
	margin: 200px auto;
}
textarea {
	border: 1px #e5e5e5 solid;
	width: 100%;
	height: 45px;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
	font-family:'Noto Sans Korean', sans-serif;
}

label {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

button {
	border: 0;
	outline: 0;
	width: 100%;
	height: 45px;
	background-color: #444;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-family: 'Noto Sans Korean', sans-serif;
}

button:hover {
	/* background-color: #fe5f40; */
}

a {
	text-decoration: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.box_flex {
	display: flex;
}

.org {
	color: #fe5f40;
}

.w100 {
	width: 100%;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt80 {
	margin-top: 80px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.txt_l {
	text-align: left;
}

.txt_r {
	text-align: right;
}

.txt_c {
	text-align: center;
}

.sub_txt {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 60px;
	width: 100%;
	line-height: 27px;
}

.f_l {
	float: left;
}

.sub_txt span {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	display: block;
	margin-top: 30px;
}
.en_kr_btn_m{
	display: inline-block;
    font-weight: 700;
    font-size: 16px;
    margin: 0 3px;
    padding: 2px;
    color: #555;
    border-bottom: 1px #999 solid;
}
.category_list .website_btn_m {
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 0 28px;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 0px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.en_kr {
	font-size: 14px;
    color: #aaa;
    padding-top: 30px;
    display: inline-block;
}
.top_btn {
	position: fixed;
	text-align: center;
	bottom: 30px;
	right: 30px;
	z-index: 999;

}
.top_btn2 {
	position: fixed;
	text-align: center;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}
.language_btn {
	float: right;
	color: #fff;
	font-weight: 700;
	padding: 3px 4px;
	font-size: 14px;
	margin-top: 40px;
	height: 33px;
	line-height: 30px;
	box-sizing: border-box;
	border-bottom: 1px #eeeeee90 solid;
	margin-right: 15px;
}
.language_btn a {
	color: #ffffff90;
}
.language_btn:hover {
	border-bottom: 1px #fff solid;
}
.language_btn:hover a {
	color: #fff;
}
header {
	width: 100%;
	height: 911px;
	margin: auto;
	background-position: center;
	background-color: #746164;
}

nav {
	max-width: 1600px;
	height: 130px;
	position: absolute;
	margin: 0 auto;
	text-align: center;
	z-index: 999;
	width: 100%;
	left: 50%;
	transform: translate(-50%);
}

nav ul {
	margin: auto;
}

nav ul li {
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-right: 45px;
	letter-spacing: 0px;
	margin-top: 50px;
}

nav ul li:last-child {
	margin-right: 0;
}

.logo_l img {
	width: 180px;
	float: left;
	margin-right: 30px;
	margin-top: 48px;
}

.login_btn {
	float: right;
	color: #fff;
	font-weight: 700;
	/*background-color: #fe5f40;*/
	border: 1px #eee solid;
	border-radius: 5px;
	padding: 0px 20px;
	font-size: 15px;
	margin-top: 42px;
	height: 33px;
	line-height: 30px;
	box-sizing: border-box;
}

.proposal_btn {
	float: right;
	color: #fff;
	font-weight: 700;
	background-color: #fe5f40;
	border-radius: 5px;
	padding: 0px 20px;
	font-size: 15px;
	margin-top: 42px;
	margin-right: 15px;
	height: 33px;
	line-height: 30px;
	box-sizing: border-box;
}

.gnb_menu a {
	color: #fff;
	text-decoration: none;
}
.proposal_btn a {
	color: #fff;
}
.login_btn a {
	color: #fff;
}
.logo_r img {
	float: right;
	margin-top: -48px;
}

.gnb_menu {
	display: inline-block;
}

.gnb_menu a {
	color: #fff;
	text-decoration: none;
}

.gnb_menu a:hover {
	color: #eb6a34;
	text-decoration: underline;
}

.maincopy {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	line-height: 50px;
}

.org_t {
	color: #fe5f40;
}
.contact_btn {
	position: fixed;
    text-align: center;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}
.cont_btn a span{
	background-color: #555;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	position: absolute;
	right: 60px;
	padding: 7px 18px;
	margin-top: 7px;
	display: none;
}
.cont_btn:hover a span {
	display: inline-block;
}

.mySwiper01 .swiper-slide:nth-child(1) {
	background-image: url(../img/main02.png);
	background-position: auto 100%;
}

.mySwiper01 .swiper-slide:nth-child(2) {
	background-image: url(../img/main04.png);
}

.mySwiper01 .swiper-slide:nth-child(3) {
	background-image: url(../img/main03.png);
}

.maincopy_txt {
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	margin-top: 130px;
}

.maincopy_txt2 {
	font-size: 70px;
	font-weight: 900;
	margin-top: 30px;
}

.section-in.maincopy {
	margin: 100px auto;
}

.main_btn {
	width: 310px;
	height: 70px;
	border-radius: 500px;
	margin-top: 100px;
	border: 1px solid #fff;
	background: none;
}

.main_btn:hover {
	border: #fe5f40;
	background-color: #fe5f40;
}

.subcopy {
	margin-top: 80px;
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	line-height: 37px;
}

.section-in {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 20px;
}

.rolling_section {
	background-color: #f2f4f7;
	height: 81px;
}

.rolling_news {
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
	height: 81px;
	padding-top: 18px;
}

.rolling_news span:nth-child(1) a {
	font-size: 30px;
	font-weight: 900;
	color: #fe5f40;
}

.rolling_news span:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	display: inline-block;
	margin-top: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 50%;
}

.rolling_news span:nth-child(3) {
	font-size: 15px;
	font-weight: 300;
	color: #999;
	float: right;
	margin-top: 12px;
}

/*01.ABOUT*/

.content01 {
	width: 100%;
	background-color: #fff;
}

.content01 h1 {
	padding-top: 100px;
}
.content01 h2 {
	padding-top: 50px;
	text-align: center;
	color: #111;
	font-weight: 700;
	font-size: 25px;
}
.expert_circle {
	width: 20%;
	text-align: center;
	margin-right: 20px;
}
.expert_circle:nth-child(5) {
	margin-right: 0;
}
.expert_circle img{
	box-shadow: 0px 3px 29px 0px rgba(47, 15, 15, 0.11);
	border-radius: 100%;
	width: 100%;
}

.expert_circle02 {
	margin-bottom: 100px;
}
.circle_wrap {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0px 3px 29px 0px rgba(47, 15, 15, 0.11);
	position: relative;
}
.circle_wrap span {
	position: absolute;
	display: none;
}
.circle_wrap:hover span{
	display: inline-block;
}
.circle_wrap span:nth-child(2){
    padding: 0 20px;
	color: #fff;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 16px;
	padding: 0 40px;
}
.circle_wrap span:nth-child(1) {
	width: 100%;
	height: 100%;
	background-color: rgba(1, 1, 1, 0.8);
	border-radius: 100%;
	left: 0;
}

.circle_wrap img {
	width: 100%;
	height: 100%;
	display: block;
}

.expert_circle ul li:nth-child(1) {
	font-size: 25px;
	font-weight: bold;
	color: #fe5f40;
}
.expert_circle ul li:nth-child(2) {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.expert_circle02 ul li:nth-child(1) {
	font-size: 25px;
	font-weight: bold;
	color: #fe5f40;
}
.expert_circle02 ul li:nth-child(2) {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.expert_circle02 {
	text-align: center;
}


.content01 .sub_txt {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
}

.bpo_content {
	text-align: center;
	width: 33.33%;
	margin: 0 auto;
}


.bpo_content ul {
	background-image: url(../img/bg_line.png);
	background-repeat: no-repeat;
	background-position: center 10%;

}

.bpo_content ul li:nth-child(1) {
	border: 1px solid #111;
	font-weight: 900;
	width: 350px;
	height: 60px;
	vertical-align: middle;
	position: relative;
	font-size: 26px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 auto;
}

.bpo_content ul li:nth-child(1) span {
	display: inline-block;
	margin-top: 10px;
}

.bpo_content ul li:nth-child(2) {
	border: 1px solid #333;
	font-weight: 500;
	width: 350px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 22px;
	background-color: #fff;
	margin: 20px auto 0;
}

.bpo_content ul li:nth-child(2) span {
	display: inline-block;
	margin-top: 7px;
}

.bpo_content ul li:nth-child(3) {

	border: 1px solid #333;
	font-weight: 500;
	width: 350px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 22px;
	background-color: #fff;
	margin: 20px auto 0;
}

.bpo_content ul li:nth-child(3) span {
	display: inline-block;
	margin-top: 7px;
}

.bpo_content ul li:nth-child(4) {

	border: 1px solid #333;
	font-weight: 500;
	width: 350px;
	height: 50px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 22px;
	background-color: #fff;
	margin: 20px auto 0;
}

.bpo_content ul li:nth-child(4) span {
	display: inline-block;
	margin-top: 7px;
}

.bpo_content:nth-child(3) ul li:nth-child(4) {
	display: none;
}

.bpo_content:nth-child(3) ul li:nth-child(3) {
	height: 122px;
	border-radius: 100px;
}

.bpo_content:nth-child(3) ul li:nth-child(3) span {
	margin-top: 30px;
	padding: 0 20px;
}

.bpo_content ul li:nth-child(5) {
	background: url(../img/text_box.png) no-repeat;
	height: 270px;
	background-position: 100% center;
}

.bpo_content ul li:nth-child(5) span {
	display: inline-block;
	font-size: 20px;
	margin-top: 110px;
	padding: 0 50px;
	font-weight: 700;
	line-height: 30px;
}

.bpo_content ul li:nth-child(5) span.t_org {
	color: #fe5f40;
	margin: 0;
	padding: 0;
	display: inline;
}
.bpo_content_m {
	display: none;
}
/*02. 근태관리솔루션*/
.content02 {
	width: 100%;
	padding: 75px 0 150px 0;
	background-color: #f2f4f7;
	height: 700px;
}

.content02 .sub_txt {
	text-align: center;
}

.content02 h1 span {
	font-weight: 700;
	color: #111;
	line-height: 50px;
}

.button_wrap {
	text-align: center;
	margin: 20px 0;
}

.content02 button {
	background-color: #f2f4f7;
	color: #fe5f40;
	border: 1px solid #fe5f40;
	width: 176px;
	border-radius: 0;
	margin: 0 5px;
}
.orange{
	background-color: #fe5f40 !important;
	color: #fff !important;
}
/*03.온라인연봉*/

.content03 {
	width: 100%;
	padding: 75px 0 150px 0;
	background-color: #f2f4f7;
	text-align: left;
	height: 700px;
}

.content03 h1 {
	text-align: left;
	margin-top: 70px;
}

.content03 h1 span {
	font-weight: 700;
	color: #111;
	line-height: 50px;
}

.online_tag ul li {
	border: 1px solid #111;
	display: inline-block;
	padding: 7px 25px;
	border-radius: 500px;
	font-size: 16px;
	margin-right: 5px;
	font-weight: 600;
}

.online_tag ul li:nth-child(n + 3) {
	margin-top: 10px;
}



/*04.CERTIFICATION*/

.content04 {
	text-align: center;
	height: 870px;
	background-image: url(../img/payroll_img04.png);
	background-repeat: no-repeat;
	background-position: center;
}
.content04_en {
	text-align: center;
	height: 870px;
	background-image: url(../img/en_payroll_img04.png);
	background-repeat: no-repeat;
	background-position: center;
}

.content04 h1 {
	margin-top: 100px;
}
.content04_en h1 {
	margin-top: 100px;
}

/*05.CONTACT US*/
.contact {
	width: 100%;
	padding: 50px 0 100px 0;
	background-color: #f1f1f1;
	background: cover;
	text-align: center;
	overflow: hidden;
}

.contact h1 {
	font-weight: 700;
}

.inputbox_l {
	width: 30%;
	float: left;
	text-align: left;
}
.inputbox_f {
	width: 100%;
	float: left;
	text-align: left;
}
.inputbox_f dl dd {
	font-size: 16px;
    font-weight: 400;
    color: #999;
}
.comp_group, .service_group, .path_group {
	font-size: 14px;
	margin-bottom: 20px;
}
.comp_group li, .service_group li, .path_group li {
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 50px;
	margin-top: 5px;
	margin-right: 5px;
}
.comp_group li:hover, .service_group li:hover, path_group li:hover {
	border: 1px solid #fe5f40;
	color: #fff;
	background-color: #fe5f40;
}
.comp_group li.comp_on, .service_group li.service_on, .path_group li.path_on {
	border: 1px solid #fe5f40;
	color: #fff;
	background-color: #fe5f40;
}
.inputbox_r {
	width: 68%;
	float: right;
	text-align: left;
}

.btn_area {
	width: 100%;
	overflow: hidden;
}

.btn_area button {
	width: 30%;
	margin-top: 10px;
	float: right;
}

.proposal_down {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	height: 45px;
	line-height: 45px;
	border: 2px #fe5f40 solid;
	color: #fe5f40;
	border-radius: 25px;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
}

.contact_info {
	margin-bottom: 50px;
}

.contact_info span {
	border-bottom: 1px #333 solid;
	margin-left: 20px;
	font-size: 25px;
	letter-spacing: -1px;
}
.m_payroll_img {
	display: none;
}

/*Footer*/
footer {
	background-color: #3f3f3f;
	padding: 40px 0;
	width: auto;
}

.inner_footer {
	margin: 0px auto;
	font-size: 14px;
}

.inner_footer a {
	color: #a7a7a7;
}

.footer_cont {
	float: right;
	width: 160px;
}

.footer_info {
	color: #a7a7a7;
}

.footer_logo_wrap {
	float: left;
	position: relative;
	width: 148px;
	height: 75px;
	margin-top: 3px;
}

.txt_bar {
	margin: 0 10px;
}

.inner_footer_m {
	display: none;
}

/*popup관련*/
.pop_dim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background:rgba(0, 0, 0, 0.5)
}
.pop_area {
	width: 30%;
    position: absolute;
    /* left: 50%; */
    top: 16%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
	/* overflow: scroll; */
}
.pop_tit {
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	color: #fe5f40;
	line-height: 39px;
	letter-spacing: -2px;
}
.pop_tit span {
	color: #999;
    font-size: 18px;
    display: block;
    font-weight: 300;
    margin-top: -2px;
}
.pop_tit_sub {
	text-align: center;
	font-size: 16px;
	color: #999;
	border-bottom: 1px #fe5f40 solid;
	padding-bottom: 18px;
	margin-bottom: 30px;
}
.pop_cont{
	padding: 0 20px;
}
.pop_btn button {
	width: 100%;
	margin-top: 15px;
	background-color: #fe5f40;
	color: #fff;
}
.proposal_btn_m {
 	display: none;
}



/*반응형관련 css*/
@media (min-width: 1px) and (max-width: 1330px) {
	.cont_btn {
		display: none;
	}
}
@media (min-width: 991px) and (max-width: 1330px) {
	body {
		font-size: 18px;
	}

	h1 {
		font-size: 25px;
		line-height: 36px;
		margin: 0;
		margin-bottom: 20px;
		letter-spacing: -2px;
	}



	header {
		width: 100%;
		height: 800px;
		margin: auto;

	}
	nav {
		height: 120px;
		max-width: 900px;
	}

	nav ul li {
		margin-top: 0;
	}

	nav ul li:last-child {
		margin-right: 0;
	}
	.web_nav {
		display: none;
	}
	.m_nav {
		display: block;
		max-width: 100%;
		height: 70px;
		position: fixed;
		margin: 0 auto;
		text-align: center;
		right: 0;
		background: #fff;
		z-index: 99999999;
		border-bottom: 1px #eee solid;
	}
	.mobile-menu {
		display: block;
		position: fixed;
		right: 15px;
		z-index: 500;
		width: 45px;
		height: 45px;
		padding: 5px;
		background-color: inherit;
		border: 0;
		top: 12px;
	}
	.mobile-menu i {
		font-size: 1em;
		color: #333;
	}
	.menuwrap {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 400;
		width: 280px;
		height: 100vh;
		padding: 50px 20px;
		box-sizing: border-box;
		transition: right .3s ease-in-out;
		background-color: #fff;
		color: #333;
		box-shadow: 0 0 20px #0000001a;
	}
	.menuwrap.on {
		right: 0;
	}
	#dimmed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.category_list li{
		display: block;
		padding: 0.5em 0;
		text-align: left;
		width: 100%;
		margin-top: 0;
	}
	.category_list li a{
		color:#333;
	}
	.category_list  li .proposal_btn, .category_list  li .login_btn {
		font-size: 0.7em;
		padding: 0.7em 2em;
		display: block;
		text-align: center;
		line-height: inherit;
		height: inherit;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		/* background-color: #fe5f40; */
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m a{
	    display: block;
		color: #fff;

	}
	.category_list .blog_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fff;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .blog_btn_m a{
	    display: block;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .website_btn_m a{
	    display: block;
	}
	.logo_l {
		width: 100%;
		height: 29px;
	}

	.logo_l img {
		float: left;
		margin-left: 20px;
		margin-top: 23px;
		width: 160px;
	}

	.logo_r img {
		display: none;
	}
	.login_btn {
		margin-top: 12px;
		display: none;
	}
	.proposal_btn {
		margin-top: 12px;
		display: none;
	}

	.gnb_menu {
		float: left;
		margin: 17px 0 0 0;
		display: block;
		text-align: center;
		margin-left: 0;
	}

	.maincopy_txt {
		font-size: 35px;
		margin-top: 100px;
	}
	.maincopy_txt2 {
		font-size: 50px;
		margin-top: 20px;
	}
	.section-in {
		max-width: 1200px;
		padding: 0 75px;
		margin: 0 auto;
	}
	.subcopy {
		font-size: 20px;
		margin-top: 50px;
	}
	.main_btn {
		width: 230px;
		height: 50px;
		margin-top: 60px;
	}
	.rolling_news {
		padding: 18px 75px 0;
	}

	/*01.이용자*/
	.content01 {
		padding: 50px 0;
		background: cover;
		overflow: hidden;
		padding: 0;
	}
	.content01 h1 {
		padding-top: 50px;
	}
	.content01 .sub_txt {
		font-size: 18px;
	}

	.bpo_content ul {
		background-position: center 20%;
	}
	.bpo_content ul li:nth-child(1) {
		width: 90%;
		font-size: 22px;
		font-weight: 700;
	}
	.bpo_content ul li:nth-child(2) {
		width: 90%;
		font-size: 18px;
	}
	.bpo_content ul li:nth-child(2) span {
		margin-top: 10px;
	}
	.bpo_content ul li:nth-child(3) {
		width: 90%;
		font-size: 18px;
	}
	.bpo_content ul li:nth-child(3) span {
		margin-top: 10px;
	}
	.bpo_content ul li:nth-child(4) {
		width: 90%;
		font-size: 18px;
	}
	.bpo_content ul li:nth-child(4) span {
		margin-top: 10px;
	}
	.bpo_content ul li:nth-child(5) {
		background-size: 100%;
		height: 180px;
		background-position: -5px 100%;
	}
	.bpo_content ul li:nth-child(5) span{
		font-size: 16px;
		padding: 0 30px;
		margin-top: 60px;
	}
	.circle_wrap span:nth-child(2) {
		font-size: 12px;
		padding: 0 30px;
	}

	/*02. 관리자*/
	.content02 {
		width: 100%;
		padding: 50px 0 0;
		overflow: hidden;
	}
	.content02 .sub_txt {
		margin-bottom: 20px;
	}
	.online_tag ul li {
		font-size: 12px;
	}

	/*03.상품 및 이벤트*/
	.content03 {
		width: 100%;
		overflow: hidden;
		padding: 0;
		height: 650px;
	}
	.content04 {
		height: 750px;
	}
	.content04 h1 {
		margin-top: 50px;
	}
	.content04_en {
		height: 750px;
	}
	.content04_en h1 {
		margin-top: 50px;
	}
	/*Footer*/
	footer {
		background-color: #3f3f3f;
		padding: 40px 0;
		width: auto;
	}

	.inner_footer {
		margin: 0px auto;
		font-size: 14px;
	}

	.inner_footer a {
		color: #a7a7a7;
	}

	.footer_cont {
		float: right;
		width: 160px;
	}

	.footer_info {
		color: #a7a7a7;
	}

	.footer_logo_wrap {
		float: left;
		position: relative;
		width: 148px;
		height: 75px;
		margin-top: 3px;
	}

	.txt_bar {
		margin: 0 10px;
	}

	.inner_footer_m {
		display: none;
	}


}

/*로그인버튼 관련 추가 미디어쿼리*/

@media (min-width: 717px) and (max-width: 990px) {

	body {
		font-size: 16px;
	}

	h1 {
		font-size: 20px;

		line-height: 30px;
		margin: 0;
		margin-bottom: 10px;
		letter-spacing: -2px;
	}

	.sub_txt {
		font-size: 16px;
		margin-bottom: 25px;
		width: 100%;
	}

	.sub_txt span {
		font-size: 14px;
		font-weight: 400;
		color: #999;
		display: block;
		margin-top: 30px;
	}

	header {
		height: 640px;
	}


	nav ul {
		margin: auto;
	}

	nav ul li {
		float: left;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		margin-right: 30px;
		letter-spacing: 0px;
		margin-top: 0;
	}

	nav ul li:last-child {
		margin-right: 0;
	}

	.logo_l {
		width: 10%;
	}

	.logo_l img {
		float: left;
		margin-top: 23px;
		width: 160px;
		margin-left: 20px;
	}

	.logo_r img {
		display: none;
	}

	.gnb_menu {
		margin: 0;
		text-align: center;
		margin-left: 0;
	}
	.web_nav {
		display: none;
	}
	.m_nav {
		display: block;
		max-width: 100%;
		height: 70px;
		position: fixed;
		margin: 0 auto;
		text-align: center;
		right: 0;
		background: #fff;
		z-index: 99999999;
		border-bottom: 1px #eee solid;
	}
	.mobile-menu {
		display: block;
		position: fixed;
		right: 15px;
		z-index: 500;
		width: 45px;
		height: 45px;
		padding: 5px;
		background-color: inherit;
		border: 0;
		top: 12px;
	}
	.mobile-menu i {
		font-size: 1em;
		color: #333;
	}
	.menuwrap {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 400;
		width: 280px;
		height: 100vh;
		padding: 50px 20px;
		box-sizing: border-box;
		transition: right .3s ease-in-out;
		background-color: #fff;
		color: #333;
		box-shadow: 0 0 20px #0000001a;
	}
	.menuwrap.on {
		right: 0;
	}
	#dimmed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.category_list li{
		display: block;
		padding: 0.5em 0;
		text-align: left;
		width: 100%;
		margin-top: 0;
	}
	.category_list li a{
		color:#333;
	}
	.category_list  li .proposal_btn, .category_list  li .login_btn {
		font-size: 0.7em;
		padding: 0.7em 2em;
		display: block;
		text-align: center;
		line-height: inherit;
		height: inherit;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		/* background-color: #fe5f40; */
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m a{
	    display: block;
		color: #fff;

	}
	.category_list .blog_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fff;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .blog_btn_m a{
	    display: block;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .website_btn_m a{
	    display: block;
	}
	.maincopy_txt {
		font-size: 25px;
		margin-top: 180px;
	}
	.maincopy_txt2 {
		font-size: 40px;
		margin-top: 0;
	}
	.main_btn {
		width: 170px;
		font-size: 15px;
		height: 50px;
		margin-top: 50px;
	}
	.subcopy {
		margin-top: 20px;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: -1px;
		width: 50%;
	}

	.section-in {
		max-width: 100%;
		padding: 0 50px;
		margin: 0 auto;
	}

	.section-in.maincopy {
		margin: 0;
	}
	.rolling_news {
		padding: 22px 50px 0;
	}
	.rolling_news span:nth-child(1) a {
		font-size: 23px;
	}
	.rolling_news span:nth-child(2) {
		font-size: 16px;
	}

	/*01.이용자*/
	.content01 {
		width: 100%;
		padding: 50px 0;
		background: cover;
		overflow: hidden;

	}
	.content01 h1 {
		padding-top: 0;
	}
	.content01 .sub_txt {
		font-size: 14px;
	}
	.bpo_content ul li:nth-child(1) {
		width: 80%;
		font-size: 20px;
		font-weight: 700;
		height: 50px;
	}
	.bpo_content ul li:nth-child(2) {
		width: 80%;
		font-size: 16px;
	}
	.bpo_content ul li:nth-child(2) span {
		margin-top: 10px;
	}
	.bpo_content ul li:nth-child(3) {
		width: 80%;
		font-size: 16px;
	}
	.bpo_content ul li:nth-child(3) span {
		margin-top: 10px;
	}
	.bpo_content ul li:nth-child(4) {
		width: 80%;
		font-size: 16px;
	}
	.bpo_content ul li:nth-child(4) span {
		margin-top: 10px;
	}
	.bpo_content ul li:nth-child(5) {
		background-size: 100%;
		height: 160px;
		background-position: -5px 100%;
	}
	.bpo_content ul li:nth-child(5) span{
		font-size: 14px;
		padding: 0 30px;
		margin-top: 60px;
		line-height: 21px;
	}
	.circle_wrap span:nth-child(2) {
		font-size: 12px;
		padding: 0 30px;
	}


	/*02. 관리자*/
	.content02 {
		width: 100%;
		padding: 50px 0 0px;
		overflow: hidden;
	}
	.content01 h2 {
		font-size: 20px;
		margin-bottom: 30px;
		padding-top: 25px;
	}

	.expert_circle ul li:nth-child(1) {
		font-size: 18px;
	}
	.expert_circle ul li:nth-child(2) {
		font-size: 16px;
	}
	.expert_circle02 ul li:nth-child(1) {
		font-size: 18px;
	}
	.expert_circle02 ul li:nth-child(2) {
		font-size: 16px;
	}
	.content02 button {
		width: 130px;
		font-size: 16px;
		height: 40px;
	}

	/*03.상품 및 이벤트*/
	.content03 {
		width: 100%;
		padding: 0;
		height: 450px;
		overflow: hidden;
		padding-top: 50px;
	}

	.content03 h1 {
		margin-top: 30px;
	}
	.online_tag ul li {
		font-size: 14px;
		padding: 5px 15px;
	}
	.en.online_tag ul li {
		font-size: 13px;
	}
	.content04 {
		/*height: 630px;*/
		background-size: 70%;
	}
	.content04 h1 {
		margin-top: 50px;
	}
	.content04_en {
		/*height: 630px;*/
		background-size: 70%;
	}
	.content04_en h1 {
		margin-top: 50px;
	}

	/*popup관련*/
	.pop_area {
		width: 50%;
	}
	.proposal_btn {
		display: none;
	}
	.proposal_btn_m {
		/*float: right; */
		display: block;
		width: 165px;
		color: #fff;
		margin-top: 15px;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		/* margin-top: -5px; */
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}


	/*Footer*/
	footer {
		background-color: #3f3f3f;
		padding: 40px 0;
		width: auto;
	}

	.inner_footer {
		margin: 0px auto;
		font-size: 14px;
	}

	.inner_footer a {
		color: #a7a7a7;
	}

	.footer_cont {
		float: right;
		width: 160px;
	}

	.footer_info {
		color: #a7a7a7;
	}

	.footer_logo_wrap {
		float: left;
		position: relative;
		width: 148px;
		height: 75px;
		margin-top: 3px;
	}

	.txt_bar {
		margin: 0 10px;
	}

	.inner_footer_m {
		display: none;
	}


	/*05.CONTACT US*/
	.contact {
		width: 100%;
		padding: 30px 0 100px 0;
		background-color: #f1f1f1;
		background: cover;
		text-align: center;
		overflow: hidden;
	}

	.inputbox_l {
		width: 30%;
		float: left;
		text-align: left;
	}

	.inputbox_r {
		width: 68%;
		float: right;
		text-align: left;
	}

	.btn_area {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.btn_area button {
		width: 100%;
		margin-top: 10px;
		float: right;
	}

	.proposal_down {
		width: 300px;
		margin: 0 auto;
		margin-bottom: 30px;
		height: 45px;
		line-height: 45px;
		border: 2px #fe5f40 solid;
		color: #fe5f40;
		border-radius: 25px;
	}

	.contact_info {
		margin-bottom: 50px;
	}

	.contact_info b {
		display: block;
	}

	.contact_info span {
		width: 50%;
		padding: 10px 0;
		display: inline-block;
		border-bottom: 1px #999 solid;
		margin-left: 20px;
		font-size: 20px;
		letter-spacing: -1px;
	}

	/*04.감동타임 특장점*/



}

@media (min-width: 717px) and (max-width: 816px) {

	.login_btn {
		float: right;
		color: #fff;
		font-weight: 700;
		border: 1px #eee solid;
		border-radius: 5px;
		padding: 0px 26px;
		font-size: 18px;
		margin-top: -10px;
	}

	.proposal_btn {
		float: right;
		color: #fff;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		margin-top: -5px;
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
}

@media (min-width: 281px) and (max-width: 716px) {
	header {
		height: 750px;
		margin: auto;

	}
	label {
		font-size: 14px;
	}

	input {
		margin-bottom: 5px;
	}

	body {
		font-size: 16px;
	}

	h1 {
		font-size: 20px;
		line-height: 30px;
		margin: 0;
		margin-bottom: 10px;
		letter-spacing: -2px;
	}

	.top_btn {
		position: fixed;
		text-align: center;
		bottom: 20px;
		right: 15px;
		/*width: 50px;
		height: 50px;
		background-color: #fe5f40;
		border-radius: 50%;
		font-size: 16px;
		font-weight: 500;*/
		z-index: 9999;
	}
	.top_btn2 {
		position: fixed;
		text-align: center;
		bottom: 20px;
		right: 15px;
		/*width: 50px;
		height: 50px;
		background-color: #fe5f40;
		border-radius: 50%;
		font-size: 16px;
		font-weight: 500;*/
		z-index: 9999;
	}

	.sub_txt {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 15px;
		width: 100%;
	}

	.sub_txt span {
		font-size: 16px;
		font-weight: 400;
		color: #999;
		display: block;
		margin-top: 0px;
	}


	nav {
		max-width: 100%;
		height: 90px;
		margin: 0 auto;
		text-align: center;
	}

	nav ul {
		margin: auto;
	}

	nav ul li {
		float: left;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		margin-right: 35px;
		letter-spacing: 0px;
	}

	nav ul li:last-child {
		margin-right: 0;
	}
	.web_nav {
		display: none;
	}
	.m_nav {
		display: block;
		max-width: 100%;
		height: 70px;
		position: fixed;
		margin: 0 auto;
		text-align: center;
		right: 0;
		background: #fff;
		z-index: 99999999;
		border-bottom: 1px #eee solid;
	}
	.mobile-menu {
		display: block;
		position: fixed;
		right: 15px;
		z-index: 500;
		width: 45px;
		height: 45px;
		padding: 5px;
		background-color: inherit;
		border: 0;
		top: 12px;
	}
	.mobile-menu i {
		font-size: 1em;
		color: #333;
	}
	.menuwrap {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 400;
		width: 280px;
		height: 100vh;
		padding: 50px 20px;
		box-sizing: border-box;
		transition: right .3s ease-in-out;
		background-color: #fff;
		color: #333;
		box-shadow: 0 0 20px #0000001a;
	}
	.menuwrap.on {
		right: 0;
	}
	#dimmed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.category_list li{
		display: block;
		padding: 0.5em 0;
		text-align: left;
		width: 100%;
		margin-top: 0;
	}
	.category_list li a{
		color:#333;
	}
	.category_list  li .proposal_btn, .category_list  li .login_btn {
		font-size: 0.7em;
		padding: 0.7em 2em;
		display: block;
		text-align: center;
		line-height: inherit;
		height: inherit;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		/* background-color: #fe5f40; */
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m a{
	    display: block;
		color: #fff;

	}
	.category_list .blog_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fff;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .blog_btn_m a{
	    display: block;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .website_btn_m a{
	    display: block;
	}
	.logo_l img {
		width: 160px;
		float: left;
		margin-left: 20px;
		margin-top: 23px;
	}

	.logo_r img {
		display: none;
	}

	.login_btn {
		float: right;
		color: #fff;
		font-weight: 500;
		background: none;
		border: 1px #fff solid;
		border-radius: 20px;
		padding: 0px 14px;
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		margin-top: -33px;
		display: none;
	}

	.proposal_btn {
		display: none;
		float: right;
		color: #fff;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		margin-top: -5px;
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.proposal_btn_m {
		/*float: right; */
		display: block;
		width: 95%;
		text-align: center;
		color: #fff;
		margin-top: 15px;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		/* margin-top: -5px; */
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.gnb_menu {
		display: none;
		float: left;
		margin: 17px 0 0 0;
		text-align: center;
		margin-left: 0;
	}

	.maincopy_txt {
		font-size: 25px;
		margin-top: 70px;
		line-height: 37px;
	}
	.maincopy_txt2 {
		font-size: 40px;
		margin-top: 25px;

	}
	.subcopy {
		margin-top: 20px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: -1px;
	}

	.section-in {
		max-width: 100%;
		padding: 0 25px;
		margin: 0 auto;
	}


	.main_btn {
		width: 100%;
		height: 45px;
		margin-top: 50px;
	}
	.rolling_news {
		max-width: 100%;
		padding: 20px 25px;
		height: 150px;
	}
	.rolling_section {
		height: 150px;
	}
	.rolling_news span:nth-child(1) {
		display: block;
	}
	.rolling_news span:nth-child(1) a {
		font-size: 20px;
		float: none;
	}
	.rolling_news span:nth-child(2) {
		font-size: 16px;
		white-space: nowrap;
		text-overflow : ellipsis;
		overflow: hidden;
		width: 95%;
		display: block;
		padding: 10px 0;
	}
	.rolling_news span:nth-child(3) {
		float: none;
	}

	/*01.이용자*/
	.content01 {
		width: 100%;
	}
	.content01 h1 {
		padding-top: 50px;
	}
	.content01 h2 {
		padding-top: 25px;
		margin-bottom: 25px;
		font-size: 20px;
	}
	.content01 .sub_txt {
		font-size: 13px;
		line-height: 21px;
	}
	.box_flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.w_bpo {
		display: none;
	}
	.bpo_content_m {
		display: block;
	}
	.bpo_content_m ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
    	justify-content: center;
		margin-bottom: 25px;
	}
	.bpo_content_m ul li:nth-child(1) {
		width: 90%;
		display: block;
		text-align: center;
		height: 45px;
		margin-right: 10px;
		background-color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.bpo_content_m ul li:nth-child(n+2){
		border: 1px solid #333;
		border-radius: 50px;
		background-color: #fff;
		width: 29%;
		text-align: center;
		height: 45px;
		margin-right: 10px;
		font-size: 14px;
	}

	.bpo_content_m ul li:nth-child(5){
		border-radius: 5px;
		background-color: #f2f4f7;
		width: 100%;
		text-align: center;
		height: auto;
		font-size: 14px;
		margin-top: 10px;
		padding: 0 10px;
		color: #333;
		border: 0;
		padding: 10px;
	}

	.bpo_content_m ul li:nth-child(5) span.t_org {
		margin-top: 0;
		color: #fe5f40;
	}

	.bpo_content_m ul:nth-child(2) li span{
		margin-top: 2px;
	}
	.bpo_content_m ul:nth-child(2) li:nth-child(4) span{
		margin-top: 10px;
	}
	.bpo_content_m ul:nth-child(3) li span{
		margin-top: 2px;
	}

	.bpo_content_m ul:nth-child(3) li:nth-child(3){
		width: 61%;
	}

	.bpo_content_m ul li span {
		margin-top: 10px;
		display: inline-block;
	}
	.circle_wrap span:nth-child(2) {
		font-size: 12px;
		padding: 0 10px;
	}
	.bpo_content:nth-child(3) ul li:nth-child(3) span {
		font-size: 12px;
		padding: 0 10px;
		margin-top: 30px;
	}
	.expert_circle {
		width: 30%;
		margin-right: 10px;

	}
	.expert_circle02 {
		margin-bottom: 50px;
	}
	.expert_circle ul li:nth-child(1) {
		font-size: 16px;
	}
	.expert_circle ul li:nth-child(2) {
		font-size: 14px;
	}
	.expert_circle02 ul li:nth-child(1) {
		font-size: 16px;
		margin-top: 10px;
	}
	.expert_circle02 ul li:nth-child(2) {
		font-size: 14px;
	}
	.expert_circle:nth-child(3) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*02. 관리자*/
	.content02 {
		width: 100%;
		padding: 25px 0;
		height: auto ;
	}

	.content02 .box_flex {
		display: block;
	}

	.content02 button {
		width: 100px;
		font-size: 16px;
		height: 40px;
	}

	/*03.상품 및 이벤트*/
	.content03 {
		padding: 0;
	}

	.content03 h1 {
		font-size: 20px;
	}
	.content03 h1 {
		text-align: center;
	}
	.content03 .sub_txt {
		text-align: center;
	}

	.w45 {
		width: 100%;
	}

	.w55 {
		width: 100%;
		margin-top: 50px;
	}
	.online_tag ul {
		text-align: center;
	}
	.en.online_tag ul li {
		font-size: 13px;
	}
	.online_tag ul li {
		font-size: 14px;
		padding: 7px 15px;

	}
	.content04 {
		background-size: 90%;
		height: 700px;
		background-image: url(../img/payroll_img11.png);
	}
	.content04 h1 {
		margin-top: 70px;
	}
	.content04_en {
		background-size: 90%;
		height: 700px;
		background-image: url(../img/en_payroll_img11.png);
	}
	.content04_en h1 {
		margin-top: 70px;
	}

	.w_img {
		display: none;
	}
	.m_payroll_img {
		display: inline-block;
		text-align: center;
	}
	.m_payroll_img img {
		height: 300px;
		width: auto;
	}
	.m_payroll_img img:nth-child(2) {
		margin-left: 40px;
	}
	/*05.CONTACT US*/
	.contact {
		width: 100%;
		padding: 50px 0 100px 0;
		text-align: center;
		overflow: hidden;
	}
	.contact .box_flex {
		display: flex;
		flex-wrap: nowrap;
	}
	.inputbox_l {
		width: 30%;
		float: left;
		text-align: left;
	}

	.inputbox_r {
		width: 68%;
		float: right;
		text-align: left;
	}

	.btn_area {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.proposal_down {
		width: 300px;
		margin: 0 auto;
		margin-bottom: 30px;
		height: 45px;
		line-height: 45px;
		border: 2px #fe5f40 solid;
		color: #fe5f40;
		border-radius: 25px;
	}

	.contact_info {
		margin-bottom: 50px;
	}

	.contact_info b {
		display: block;
	}

	.contact_info span {
		width: 50%;
		padding: 10px 0;
		display: inline-block;
		border-bottom: 1px #999 solid;
		margin-left: 0px;
		font-size: 20px;
		letter-spacing: -1px;
	}



	/*05.CONTACT US*/
	.contact {
		width: 100%;
		background-color: #f1f1f1;
		background: cover;
		text-align: center;
		overflow: hidden;
	}

	.inputbox_l {
		width: 100%;
		float: left;
		text-align: left;
	}

	.inputbox_r {
		width: 100%;
		float: right;
		text-align: left;
	}

	.btn_area {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.proposal_down {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 16px;
		height: 40px;
		line-height: 42px;
		border: 1px #fe5f40 solid;
		color: #fe5f40;
		border-radius: 25px;
	}

	.contact_info {
		margin-bottom: 50px;
	}

	.contact_info b {
		display: block;
	}

	.contact_info span {
		width: 80%;
		padding: 10px 0;
		display: inline-block;
		border-bottom: 1px #999 solid;
		margin-left: 20px;
		font-size: 18px;
		letter-spacing: -1px;
	}

	.btn_area button {
		width: 100%;
		margin-top: 10px;
		float: right;
	}

	/*Footer*/
	footer {
		background-color: #3f3f3f;
		padding: 40px 0;
		width: auto;
	}

	select {
		margin-bottom: 10px;
	}

	.inner_footer {
		display: none;
	}

	.inner_footer_m {
		display: block;
	}

	.inner_footer_m a {
		color: #a7a7a7;
	}

	.inner_footer_m .footer_cont {
		width: 100%;
	}

	.inner_footer_m .footer_info {
		color: #a7a7a7;
		font-size: 14px;
	}

	.inner_footer_m .footer_logo_wrap {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.inner_footer_m .txt_bar {
		margin: 0 10px;
	}
	/*popup관련*/
	.pop_area {
		width: 90%;
		top: 24%;
		bottom:5%;
		overflow: scroll;
	}
	.pop_tit {
		font-size: 24px;
	}
	.pop_tit span {
		color: #999;
		font-size: 16px;
		display: block;
		font-weight: 300;
		line-height: 20px;
		margin-top: -2px;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	.pop_btn button {
		font-size: 16px;
	}
	.pop_cont {
		padding: 0;
		/* font-size: 14px; */
	}
	.pop_tit_sub{
	margin-bottom:10px;
	padding-bottom: 10px;
	}
	.pop_area {
		top: 13%;
	}
}

@media (max-width: 280px) {

	label {
		font-size: 14px;
	}

	input {
		margin-bottom: 5px;
	}

	body {
		font-size: 16px;
	}

	h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.top_btn {
		position: fixed;
		text-align: center;
		bottom: 20px;
		right: 15px;
		/*width: 50px;
		height: 50px;
		background-color: #fe5f40;
		border-radius: 50%;
		font-size: 16px;
		font-weight: 500;*/
		z-index: 99999999999999;
	}
	.top_btn2 {
		position: fixed;
		text-align: center;
		bottom: 20px;
		right: 15px;
		/*width: 50px;
		height: 50px;
		background-color: #fe5f40;
		border-radius: 50%;
		font-size: 16px;
		font-weight: 500;*/
		z-index: 99999999999999;
	}

	.sub_txt {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 15px;
	}

	.sub_txt span {
		font-size: 16px;
		font-weight: 400;
		color: #999;
		display: block;
		margin-top: 0px;
	}

	.web_nav {
		display: none;
	}
	.m_nav {
		display: block;
		max-width: 100%;
		height: 70px;
		position: fixed;
		margin: 0 auto;
		text-align: center;
		right: 0;
		background: #fff;
		z-index: 99999999;
		border-bottom: 1px #eee solid;
	}
	.mobile-menu {
		display: block;
		position: fixed;
		right: 15px;
		z-index: 500;
		width: 45px;
		height: 45px;
		padding: 5px;
		background-color: inherit;
		border: 0;
		top: 12px;
	}
	.mobile-menu i {
		font-size: 1em;
		color: #333;
	}
	.menuwrap {
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 400;
		width: 280px;
		height: 100vh;
		padding: 50px 20px;
		box-sizing: border-box;
		transition: right .3s ease-in-out;
		background-color: #fff;
		color: #333;
		box-shadow: 0 0 20px #0000001a;
	}
	.menuwrap.on {
		right: 0;
	}
	#dimmed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 300;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.category_list li{
		display: block;
		padding: 0.5em 0;
		text-align: left;
		width: 100%;
		margin-top: 0;
	}
	.category_list li a{
		color:#333;
	}
	.category_list  li .proposal_btn, .category_list  li .login_btn {
		font-size: 0.7em;
		padding: 0.7em 2em;
		display: block;
		text-align: center;
		line-height: inherit;
		height: inherit;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		/* background-color: #fe5f40; */
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 15px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .proposal_btn_m a{
	    display: block;
		color: #fff;

	}
	.category_list .blog_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		background-color: #fff;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .blog_btn_m a{
	    display: block;
	}
	.category_list .website_btn_m {
		color: #fff;
		font-weight: 700;
		text-align: center;
		border: 1px #ddd solid;
		border-radius: 5px;
		padding: 0 28px;
		font-size: 16px;
		margin-top: 5px;
		margin-left: 0px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	.category_list .website_btn_m a{
	    display: block;
	}
	.logo_l img {
		width: 170px;
		float: left;
		margin-left: 20px;
		margin-top: 23px;
	}

	.logo_r img {
		display: none;
	}

	.login_btn {
		float: right;
		color: #fff;
		font-weight: 500;
		background: none;
		border: 1px #fff solid;
		border-radius: 20px;
		padding: 0px 14px;
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		margin-top: -33px;
		display: none;
	}

	.proposal_btn {
		display: none;
		float: right;
		color: #fff;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		margin-top: -5px;
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.proposal_btn_m {
		/*float: right; */
		display: block;
		width: 95%;
		text-align: center;
		color: #fff;
		margin-top: 15px;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		/* margin-top: -5px; */
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.gnb_menu {
		display: none;
		float: left;
		margin: 17px 0 0 0;
		text-align: center;
		margin-left: 0;
	}

	.maincopy_txt {
		font-size: 25px;
		margin-top: 0px;
		line-height: 37px;
	}
	.maincopy_txt2 {
		font-size: 35px;
		margin-top: 25px;

	}
	.subcopy {
		margin-top: 20px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: -1px;
	}

	.section-in {
		max-width: 100%;
		padding: 0 25px;
		margin: 0 auto;
	}


	.main_btn {
		width: 100%;
		height: 45px;
		margin-top: 50px;
	}
	.rolling_news {
		max-width: 100%;
		padding: 20px 25px;
		height: 150px;
	}
	.rolling_section {
		height: 150px;
	}
	.rolling_news span:nth-child(1) {
		display: block !important;
		width: 100%;
		margin: 6px auto 0;
	}
	.rolling_news span:nth-child(1) a {
		font-size: 20px;
		float: none;
	}
	.rolling_news span:nth-child(2) {
		font-size: 16px;
		white-space: nowrap;
		text-overflow : ellipsis;
		overflow: hidden;
		width: 95%;
		display: block;
		padding: 10px 0;
	}
	.rolling_news span:nth-child(3) {
		float: none;
	}

	/*01.이용자*/
	.content01 {
		width: 100%;
	}
	.content01 h1 {
		padding-top: 50px;
	}
	.content01 h2 {
		padding-top: 25px;
		margin-bottom: 25px;
		font-size: 20px;
	}
	.content01 .sub_txt {
		font-size: 13px;
		line-height: 21px;
	}
	.box_flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.w_bpo {
		display: none;
	}
	.bpo_content_m {
		display: block;
	}
	.bpo_content_m ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
    	justify-content: center;
		margin-bottom: 25px;
	}
	.bpo_content_m ul li:nth-child(1) {
		width: 90%;
		display: block;
		text-align: center;
		height: 45px;
		margin-right: 10px;
		background-color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.bpo_content_m ul li:nth-child(n+2){
		border: 1px solid #333;
		border-radius: 50px;
		background-color: #fff;
		width: 100%;
		text-align: center;
		height: 45px;
		margin-right: 10px;
		font-size: 14px;
	}

	.bpo_content_m ul li:nth-child(5){
		border-radius: 5px;
		background-color: #f2f4f7;
		width: 100%;
		text-align: center;
		height: auto;
		font-size: 14px;
		margin-top: 10px;
		padding: 0 10px;
		color: #333;
		border: 0;
		padding: 10px;
	}

	.bpo_content_m ul li:nth-child(5) span.t_org {
		margin-top: 0;
		color: #fe5f40;
		display: inline;
	}

	.bpo_content_m ul:nth-child(2) li:nth-child(4) span{
		margin-top: 10px;
	}
	.bpo_content_m ul:nth-child(3) li:nth-child(3) span{
		padding: 0 20px;
		margin-top: 0;
	}
	.bpo_content_m ul li span {
		margin-top: 10px;
		display: block;
	}
	.circle_wrap span:nth-child(2) {
		font-size: 12px;
		padding: 0 10px;
	}
	.bpo_content:nth-child(3) ul li:nth-child(3) span {
		font-size: 12px;
		padding: 0 10px;
		margin-top: 30px;
	}
	.bpo_content_m ul li {
		margin-top: 10px;
	}
	.expert_circle {
		width: 30%;
		margin-right: 10px;

	}
	.expert_circle02 {
		margin-bottom: 50px;
	}
	.expert_circle ul li:nth-child(1) {
		font-size: 16px;
	}
	.expert_circle ul li:nth-child(2) {
		font-size: 14px;
	}
	.expert_circle02 ul li:nth-child(1) {
		font-size: 16px;
		margin-top: 10px;
	}
	.expert_circle02 ul li:nth-child(2) {
		font-size: 14px;
	}
	.expert_circle:nth-child(3) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	/*02. 관리자*/
	.content02 {
		width: 100%;
		padding: 25px 0;
		height: auto ;
	}
	.content02 h1 span {
		line-height: 30px;
	}
	.content02 .box_flex {
		display: block;
	}

	.content02 button {
		width: 100px;
		font-size: 16px;
		height: 40px;
	}

	/*03.상품 및 이벤트*/
	.content03 {
		padding: 0;
	}

	.content03 h1 {
		font-size: 20px;
	}
	.content03 h1 {
		text-align: center;
		line-height: 30px;
	}
	.content03 h1 span {
		line-height: 30px;
	}
	.content03 .sub_txt {
		text-align: center;
	}

	.w45 {
		width: 100%;
	}

	.w55 {
		width: 100%;
		margin-top: 50px;
	}
	.online_tag ul {
		text-align: center;
	}
	.online_tag ul li {
		font-size: 12px;
		padding: 7px 10px;
	}
	.en.online_tag ul li {
		font-size: 10px;
		padding: 5px 5px;
	}
	.content04 {
		background-size: 90%;
		height: 640px;
		background-image: url(../img/payroll_img11.png);
	}
	.content04 h1 {
		margin-top: 70px;
	}
	.content04_en {
		background-size: 90%;
		height: 640px;
		background-image: url(../img/en_payroll_img11.png);
	}
	.content04_en h1 {
		margin-top: 70px;
	}

	.w_img {
		display: none;
	}
	.m_payroll_img {
		display: inline-block;
		text-align: center;
	}
	.m_payroll_img img{
		height: 250px;
		width: auto;
		margin-right: 60px !important;
	}

	.m_payroll_img img:nth-child(2) {
		margin-right: 10px;
	}
	.mySwiper03 .swiper-slide:nth-child(1) .m_payroll_img img:nth-child(2){
		margin-left: 30px;
	}
	/*05.CONTACT US*/
	.contact {
		width: 100%;
		padding: 50px 0 100px 0;
		text-align: center;
		overflow: hidden;
	}
	.contact .box_flex {
		display: flex;
		flex-wrap: nowrap;
	}
	.inputbox_l {
		width: 30%;
		float: left;
		text-align: left;
	}

	.inputbox_r {
		width: 68%;
		float: right;
		text-align: left;
	}

	.btn_area {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.proposal_down {
		width: 300px;
		margin: 0 auto;
		margin-bottom: 30px;
		height: 45px;
		line-height: 45px;
		border: 2px #fe5f40 solid;
		color: #fe5f40;
		border-radius: 25px;
	}

	.contact_info {
		margin-bottom: 50px;
	}

	.contact_info b {
		display: block;
	}

	.contact_info span {
		width: 50%;
		padding: 10px 0;
		display: inline-block;
		border-bottom: 1px #999 solid;
		margin-left: 20px;
		font-size: 20px;
		letter-spacing: -1px;
	}
	header {
		width: 100%;
		height: 600px;
		margin: auto;
		background-position: center;
		background-color: #746164;
	}

	nav {
		max-width: 100%;
		height: 10px;
		margin: 0 auto;
		text-align: center;
	}

	nav ul {
		margin: auto;
	}

	nav ul li {
		float: left;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		margin-right: 35px;
		letter-spacing: 0px;
	}

	nav ul li:last-child {
		margin-right: 0;
	}

	.logo_l {
		width: 65%;
		height: 29px;
	}

	.logo_l img {
		width: 160px;
		float: left;
		margin-right: 30px;
		margin-top: 23px;
	}

	.logo_r img {
		display: none;
	}

	.login_btn {
		float: right;
		color: #fff;
		font-weight: 500;
		background: none;
		border: 1px #fff solid;
		border-radius: 20px;
		padding: 0px 9px;
		font-size: 13px;
		height: 26px;
		line-height: 25px;
		margin-top: -33px;
	}

	.proposal_btn {
		display: none;
		float: right;
		color: #fff;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		margin-top: -5px;
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.proposal_btn_m {
		/*float: right; */
		display: block;
		width: 95%;
		text-align: center;
		color: #fff;
		margin-top: 15px;
		font-weight: 700;
		background-color: #fe5f40;
		border-radius: 5px;
		padding: 0px 28px;
		font-size: 18px;
		/* margin-top: -5px; */
		margin-left: 8px;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}

	.gnb_menu {
		display: none;
		float: left;
		margin: 17px 0 0 0;
		text-align: center;
		margin-left: 0;
	}

	.maincopy {
		padding-left: 75px;
		padding-top: 60px !important;
		font-size: 35px;
		font-weight: 700;
		color: #fff;
		line-height: 40px;
		letter-spacing: -1px;
	}

	.maincopy span {
		font-size: 20px;
		font-weight: 300;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 5px;
		letter-spacing: -2px;
	}

	.subcopy {
		margin-top: 20px;

		font-size: 16px;
		color: #ddd;
		font-weight: 300;
		line-height: 27px;
		letter-spacing: -1px;
	}

	.section-in {
		max-width: 100%;
		padding: 0 25px;
		margin: 0 auto;
	}



	/*05.CONTACT US*/
	.contact {
		width: 100%;
		padding: 0px 0 100px 0;
		background-color: #f1f1f1;
		background: cover;
		text-align: center;
		overflow: hidden;
	}
	.contact h1 {
		margin-top: 50px;
	}

	.inputbox_l {
		width: 100%;
		float: left;
		text-align: left;
	}

	.inputbox_r {
		width: 100%;
		float: right;
		text-align: left;
	}

	.btn_area {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	.proposal_down {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 16px;
		height: 40px;
		line-height: 42px;
		border: 1px #fe5f40 solid;
		color: #fe5f40;
		border-radius: 25px;
	}

	.contact_info {
		margin-bottom: 50px;
	}

	.contact_info b {
		display: block;
	}

	.contact_info span {
		width: 80%;
		padding: 10px 0;
		display: inline-block;
		border-bottom: 1px #999 solid;
		margin-left: 0px;
		font-size: 18px;
		letter-spacing: -1px;
	}

	.btn_area button {
		width: 100%;
		margin-top: 10px;
		float: right;
	}

	/*Footer*/
	footer {
		background-color: #3f3f3f;
		padding: 40px 0;
		width: auto;
	}

	select {
		margin-bottom: 10px;
	}

	.inner_footer {
		display: none;
	}

	.inner_footer_m {
		display: block;
	}

	.inner_footer_m a {
		color: #a7a7a7;
	}

	.inner_footer_m .footer_cont {
		width: 100%;
	}

	.inner_footer_m .footer_info {
		color: #a7a7a7;
		font-size: 14px;
	}

	.inner_footer_m .footer_logo_wrap {
		float: left;
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.inner_footer_m .txt_bar {
		margin: 0 10px;
	}

}


/* payroll news */

.news_header {
	background-color: #fff;
	height: 120px;
}

.news_header .login_btn {
	color: #fe5f40;
	border: 1px solid #fe5f40;
}
.news_header .login_btn a {
	color: #fe5f40;
}
.news_header .gnb_menu ul li a {
	color: #111;
}

.news_contents h1 {
	text-align: center;
	color: #111;
	font-size: 40px;
	font-weight: 900;
}

.news_contents h1 span {
	font-size: 25px;
	font-weight: 600;
	display: block;
}

.news_search_warp {
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-align: center;
}

.srch_category {
	font-size: 20px;
	width: 25%;
	margin-top: 5px;
	cursor: pointer;
	font-weight: 500;
}

.srch_category img {
	margin-left: 50px;
}

.srch_category ul {
	display: none;
	position: relative;
}

.srch_category:hover ul {
	display: block;
	background-color: #fff;
	height: auto;
	z-index: 9999999;
	border-radius: 10px;
	width: 60%;
	margin: 20px auto;
	box-shadow: 0px 10px 34.65px 0.35px rgba(17, 17, 17, 0.2);
	padding: 10px 0;
}

.srch_category:hover ul li {
	margin: 10px 0;
}

.srch_category ul li:hover {
	color: #fe5f40;
}

.srch_option {
	font-size: 20px;
	width: 15%;
	margin-top: 5px;
	cursor: pointer;
	font-weight: 500;
}

.srch_option img {
	margin-left: 50px;
}

.srch_option ul {
	display: none;
	z-index: 2;
	position: relative;
}

.srch_option:hover ul {
	display: block;
	background-color: #fff;
	height: auto;
	border-radius: 10px;
	width: 80%;
	margin: 20px auto;
	box-shadow: 0px 10px 34.65px 0.35px rgba(17, 17, 17, 0.2);
	padding: 10px 0;
}

.srch_option:hover ul li {
	margin: 10px 0;
}

.srch_option:hover ul li:hover {
	color: #fe5f40;
}

.srch_txt {
	font-size: 20px;
	width: 60%;
	margin-top: 2px;
	text-align: left;
	color: #999;
	margin-left: 20px;
}
.srch_txt_m {
	display: none;
}
.news_contents02 {
	margin-top: 50px;
	/* overflow: hidden; */
}

.box_inline ::after {
	clear: both;
}
.news_srch_box {
	border: none;
	background: none;
	font-size: 20px;
	color: #999;
	width: 85%;
}
.srch_btn{
	background: none;
	color: #111;
	font-size: 30px;
	position: absolute;
	width: 5%;
}
.srch_btn:hover {
	color: #fe5f40;
}
.news_box {
	width: 31%;
	/* width: 45%; */
	margin: 0 10px 20px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 34.65px 0.35px rgba(17, 17, 17, 0.05);
	height: 450px;
	overflow: hidden;
	cursor: pointer;}
.news_box a{
	color:#111
}
.news_box:hover {
	margin-top: -10px;
	display: inline-block;
	transition: 0.3s;
	box-shadow: 0px 10px 34.65px 0.35px rgba(17, 17, 17, 0.2);
}

.news_box_thmb {
	height: 300px;
	overflow: hidden;
	box-shadow: inset 0px -10px 10px #91919117;
	display: block;
    position: relative;
}
.news_box li .se-component{
	margin: 0 !important;
}
.news_box li .se-component .se-component-content {
	padding: 0 !important;
}

.news_box_thmb img {
	/* vertical-align: top; */
    /* text-align: center; */
    width: 100%;
    height: auto;
    /* text-align: center; */
    /* margin: 0 auto; */
    /* justify-content: center; */
    /* display: flex; */
    position: absolute;
    /* left: -10%;
    right: -10%; */
    display: block;
    object-fit: cover;
}

.news_box ul {
	padding: 25px 30px;
}

.news_box ul li:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #111;
}

.news_box ul li:nth-child(2) {
	font-size: 18px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	color: #111;
    height: 60px;
    line-height: 30px;
}
.news_box ul li:nth-child(2) > div{
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 0 !important;
}
.news_box ul li:nth-child(3) {
	margin-top: 20px;
	text-align: right;
	color: #999;
}

.news_box ul li:nth-child(3) img {
	margin-right: 5px;
	display: inline-block;
	margin-bottom: -3px;
}

.news_contents03 {
	text-align: center;
	margin-top: 50px;
}

.news_detail img {
	width: 966px;
}

.news_detail_txt {
	text-align: left;
	width: 100%;
	margin: 25px auto 50px;
	font-size: 16px;
    word-break: keep-all;
    /* letter-spacing: 0;
    line-height: 26px; */
}
.list_btn {
	width: 200px;
	color: #111;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	margin-bottom: 50px;
}

.list_btn:hover {
	box-shadow: 0px 10px 34.65px 0.35px rgba(17, 17, 17, 0.15);
	background-color: #fff;
}
.news_detail_wrap {
	width: 100%;
}
.news_detail_wrap img{
	width: auto;
	max-width: 100%;
}

/*반응형관련 css*/

@media (min-width: 991px) and (max-width: 1330px) {
	.news_contents h1 {
		font-size: 30px;
	}
	.news_contents h1 span {
		font-size: 24px;
	}
	.news_box {
		height: 440px;
	}
	.news_box_thmb {
		height: 250px;
	}
	.news_box ul{
		padding: 15px 20px;
	}
	.news_box ul li:nth-child(1) {
		font-size: 18px;
	}
	.news_box ul li:nth-child(2) {
		font-size: 14px;
		line-height: 21px;
	}
	.news_box ul li:nth-child(2) p{
		padding: 0;
	}
	.news_box ul li:nth-child(3) {
		font-size: 14px;
	}

	.srch_category {
		font-size: 18px;
		width: 20%;
	}
	.srch_category:hover ul {
		width: 70%;
	}
	.srch_option{
		font-size: 18px;
	}
	.srch_option img {
		margin-left: 60px;
	}
	.srch_txt {
		font-size: 18px;
	}
}
@media (min-width: 717px) and (max-width: 990px) {
	.news_contents h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.news_contents h1 span {
		font-size: 24px;
	}
	.srch_category {
		font-size: 16px;
		width: 30%;
	}
	.srch_category:hover ul {
		width: 70%;
	}
	.srch_option{
		font-size: 16px;
	}
	.srch_category img {
		margin-left: 40px;
	}
	.srch_option:hover ul {
		width: 100%;
	}
	.srch_option img {
		margin-left: 40px;
	}
	.srch_txt {
		font-size: 16px;
	}
	.news_box {
		height: 400px;
	}
	.news_box_thmb {
		height: 230px;
	}
	.news_box ul{
		padding: 10px 20px;
	}
	.news_box ul li:nth-child(1) {
		font-size: 16px;
	}
	.news_box ul li:nth-child(2) {
		font-size: 14px;
		line-height: 21px;
	}
	.news_box ul li:nth-child(3) {
		font-size: 14px;
		margin-top: 10px;
	}
	.news_box ul li:nth-child(3) img {
		width: 16px;
		margin-top: 5px;
	}

}
@media (min-width: 281px) and (max-width: 716px) {
	.news_contents03 h2 {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.news_contents03 h4 {
		margin-bottom: 0px;
	}
	.news_contents h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.news_contents h1 span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.srch_category {
		font-size: 14px;
		width: 30%;
		margin-top: 15px;
	}
	.srch_category img {
		display: block;
		margin: 5px auto;
	}
	.srch_category:hover ul {
		width: 100%;
	}
	.srch_option {
		font-size: 14px;
		width: 20%;
		margin-top: 15px;
	}
	.srch_option:hover ul {
		width: 100%;
	}
	.srch_option img {
		display: block;
		margin: 5px auto;
	}
	.srch_txt {
		font-size: 14px;
		width: 40%;
		margin-top: 10px;
		margin-left: 15px;
	}
	.srch_txt > input {
		width: 80px;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.news_search_warp {
		height: 65px;
	}

	.srch_txt_w {
		display: none;
	}
	.srch_txt_m {
		display: block;
	}
	.news_detail_txt {
		font-size: 14px;
	}
	.list_btn {
		font-size: 18px;
		width: 180px;
	}

	.news_box {
		height: 400px;
		width: 100%;
		margin-bottom: 20px;
	}
	.news_box_thmb {
		height: 230px;
	}
	.news_box ul{
		padding: 10px 20px;
	}
	.news_box ul li:nth-child(1) {
		font-size: 16px;
	}
	.news_box ul li:nth-child(2) {
		font-size: 14px;
		line-height: 21px;
	}
	.news_box ul li:nth-child(3) {
		font-size: 14px;
		margin-top: 10px;
	}
	.news_box ul li:nth-child(3) img {
		width: 16px;
		margin-top: 5px;
	}
	.news_contents02 .box_flex.mb50.mt20{
		margin: 0;
	}
}
@media (max-width: 280px) {
	.news_contents03 h2 {
		font-size: 20px;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.news_contents03 h4 {
		margin-bottom: 0px;
	}
	.news_contents h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.news_contents h1 span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.srch_category {
		font-size: 14px;
		width: 30%;
		margin-top: 15px;
	}
	.srch_category img {
		display: block;
		margin: 5px auto;
	}
	.srch_category:hover ul {
		width: 100%;
	}
	.srch_option {
		font-size: 14px;
		width: 20%;
		margin-top: 15px;
	}
	.srch_option:hover ul {
		width: 100%;
	}
	.srch_option img {
		display: block;
		margin: 5px auto;
	}
	.srch_txt {
		font-size: 14px;
		width: 40%;
		margin-top: 10px;
		margin-left: 0;
	}
	select.srch_category02 {
		font-size: 12px;
		background-size: 10px;
	}
	.srch_txt > input {
		font-size: 14px;
		width: 60px;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.srch_btn {
		font-size: 20px;
	}
	.news_search_warp {
		height: 65px;
	}

	.srch_txt_w {
		display: none;
	}
	.srch_txt_m {
		display: block;
	}
	.news_detail_txt {
		font-size: 14px;
	}
	.list_btn {
		font-size: 18px;
		width: 180px;
	}

	.news_box {
		height: 400px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news_box_thmb {
		height: 230px;
	}
	.news_box ul{
		padding: 10px 20px;
	}
	.news_box ul li:nth-child(1) {
		font-size: 16px;
	}
	.news_box ul li:nth-child(2) {
		font-size: 14px;
	}
	.news_box ul li:nth-child(3) {
		font-size: 14px;
		margin-top: 15px;
	}
	.news_box ul li:nth-child(3) img {
		width: 16px;
		margin-top: 5px;
	}
	.news_contents02 .box_flex.mb50.mt20{
		margin: 0;
	}
	.bpo_content_m ul li:nth-child(n+2) {
		font-size: 13px;
	}
}


/* 영문 css */

.bpo_content_en {
	text-align: center;
	width: 33.33%;
	margin: 0 auto;
}

.bpo_content_en ul {
	background-image: url(../img/bg_line.png);
	background-repeat: no-repeat;
	background-position: center 10%;

}

.bpo_content_en ul li:nth-child(1) {
	border: 1px solid #111;
	font-weight: 900;
	width: 350px;
	height: 60px;
	vertical-align: middle;
	position: relative;
	font-size: 22px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 auto;
}

.bpo_content_en ul li:nth-child(1) span {
	display: inline-block;
	margin-top: 10px;
}

.bpo_content_en ul li:nth-child(2) {
	border: 1px solid #333;
	font-weight: 500;
	width: 350px;
	height: 70px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 18px;
	background-color: #fff;
	margin: 20px auto 0;
}

.bpo_content_en ul li:nth-child(2) span {
	display: inline-block;
	margin-top: 20px;
}

.bpo_content_en ul li:nth-child(3) {
	border: 1px solid #333;
	font-weight: 500;
	width: 350px;
	height: 70px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 18px;
	background-color: #fff;
	margin: 20px auto 0;
}

.bpo_content_en ul li:nth-child(3) span {
	display: inline-block;
	margin-top: 20px;
}

.bpo_content_en ul li:nth-child(4) {
	border: 1px solid #333;
	font-weight: 500;
	width: 350px;
	height: 70px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 18px;
	background-color: #fff;
	margin: 20px auto 0;
}

.bpo_content_en ul li:nth-child(4) span {
	display: inline-block;
	margin-top: 20px;
}
.bpo_content_en:nth-child(2) ul li:nth-child(2) span{
	margin-top: 10px;
	padding: 0 20px;
}
.bpo_content_en:nth-child(2) ul li:nth-child(3) span{
	margin-top: 10px;
	padding: 0 20px;
}
.bpo_content_en:nth-child(3) ul li:nth-child(4) {
	display: none;
}

.bpo_content_en:nth-child(3) ul li:nth-child(3) {
	height: 160px;
	border-radius: 100px;
}

.bpo_content_en:nth-child(3) ul li:nth-child(3) span {
	margin-top: 55px;
	padding: 0 20px;
}

.bpo_content_en ul li:nth-child(5) {
	background: url(../img/text_box.png) no-repeat;
	height: 270px;
	background-position: 100% center;
}

.bpo_content_en ul li:nth-child(5) span {
	display: inline-block;
	font-size: 16px;
	margin-top: 90px;
	padding: 0 50px;
	font-weight: 700;
	line-height: 30px;
}

.bpo_content_en ul li:nth-child(5) span.t_org {
	color: #fe5f40;
	margin: 0;
	padding: 0;
	display: inline;
}
.bpo_content_m_en {
	display: none;
}
.rolling_news span:nth-child(1) a span:nth-child(1){
	font-size: 20px;
	font-weight: 700;
	color: #111;
	display: inline-block;
	margin-top: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 50%;
}
.rolling_news span:nth-child(1) a span:nth-child(2){
	font-size: 15px;
	font-weight: 300;
	color: #999;
	text-align: right;
	display: table-cell;
}
@media (min-width: 991px) and (max-width: 1330px) {


	.bpo_content_en ul {
		background-position: center 20%;
	}
	.bpo_content_en ul li:nth-child(1) {
		width: 90%;
		font-size: 20px;
		font-weight: 700;
	}
	.bpo_content_en ul li:nth-child(2) {
		width: 90%;
		font-size: 16px;
		height: 60px;
	}

	.bpo_content_en ul li:nth-child(2) span {
		margin-top: 15px;
	}
	.bpo_content_en:nth-child(2) ul li:nth-child(2) span {
		margin-top: 5px;
	}
	.bpo_content_en:nth-child(2) ul li:nth-child(3) span {
		margin-top: 5px;
	}
	.bpo_content_en ul li:nth-child(3) {
		width: 90%;
		font-size: 16px;
		height: 60px;
	}

	.bpo_content_en ul li:nth-child(3) span {
		margin-top: 15px;
	}
	.bpo_content_en:nth-child(3) ul li:nth-child(3) {
		height: 142px;
	}
	.bpo_content_en:nth-child(3) ul li:nth-child(3) span {
		margin-top: 40px;
	}
	.bpo_content_en ul li:nth-child(4) {
		width: 90%;
		font-size: 16px;
		height: 60px;
	}
	.bpo_content_en ul li:nth-child(4) span {
		margin-top: 15px;
	}
	.bpo_content_en ul li:nth-child(5) {
		background-size: 100%;
		height: 180px;
		background-position: -5px 100%;
	}
	.bpo_content_en ul li:nth-child(5) span{
		font-size: 14px;
		padding: 0 30px;
		margin-top: 60px;
		line-height: 23px;
	}
	.content03.en h1 span {
		line-height: 30px;
	}
	.online_tag.en {
		line-height: 30px;
	}

}
@media (min-width: 717px) and (max-width: 990px) {

	.bpo_content_en ul {
		background-position: center 20%;
	}
	.bpo_content_en ul li:nth-child(1) {
		width: 90%;
		font-size: 16px;
		font-weight: 700;
	}
	.bpo_content_en ul li:nth-child(1) span {
		margin-top: 15px;
	}
	.bpo_content_en ul li:nth-child(2) {
		width: 90%;
		font-size: 14px;
		height: 50px;
	}

	.bpo_content_en ul li:nth-child(2) span {
		margin-top: 13px;
	}
	.bpo_content_en:nth-child(2) ul li:nth-child(2) span {
		margin-top: 3px;
		padding: 0 10px;
	}
	.bpo_content_en:nth-child(2) ul li:nth-child(3) span {
		margin-top: 3px;
		padding: 0 10px;
	}
	.bpo_content_en ul li:nth-child(3) {
		width: 90%;
		font-size: 14px;
		height: 50px;
	}

	.bpo_content_en ul li:nth-child(3) span {
		margin-top: 13px;
	}
	.bpo_content_en:nth-child(3) ul li:nth-child(3) {
		height: 122px;
	}
	.bpo_content_en:nth-child(3) ul li:nth-child(3) span {
		margin-top: 30px;
	}
	.bpo_content_en ul li:nth-child(4) {
		width: 90%;
		font-size: 14px;
		height: 50px;
	}
	.bpo_content_en ul li:nth-child(4) span {
		margin-top: 13px;
	}
	.bpo_content_en ul li:nth-child(5) {
		background-size: 100%;
		height: 150px;
		background-position: -5px 100%;
	}
	.bpo_content_en ul li:nth-child(5) span{
		font-size: 12px;
		padding: 0 30px;
		margin-top: 50px;
		line-height: 20px;
	}
	.content03.en h1 span {
		line-height: 30px;
	}

	.sub_txt.en {
		font-size: 13px;
		line-height: 17px;
	}
	.content02 .sub_txt.en {
		font-size: 13px;
	}
	.online_tag.en ul li {
		font-size: 12px;
	}
}
@media (min-width: 281px) and (max-width: 716px) {
	.rolling_news span:nth-child(1) a span:nth-child(1) {
		display: block;
		width: 90%;
	}
	.bpo_content_m_en {
		display: block;
	}
	.bpo_content_m_en ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 25px;
	}

	.bpo_content_m_en ul li:nth-child(1) {
		width: 90%;
		display: block;
		text-align: center;
		height: 45px;
		margin-right: 10px;
		background-color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.bpo_content_m_en ul li:nth-child(n+2){
		border: 1px solid #333;
		border-radius: 50px;
		background-color: #fff;
		width: 30%;
		text-align: center;
		height: 55px;
		margin-right: 5px;
		font-size: 12px;
		line-height: 16px;
	}

	.bpo_content_m_en ul li:nth-child(5){
		border-radius: 5px;
		background-color: #f2f4f7;
		width: 100%;
		text-align: center;
		height: auto;
		font-size: 14px;
		margin-top: 10px;
		padding: 0 10px;
		color: #333;
		border: 0;
		padding: 10px;
	}
	.bpo_content_m_en ul:nth-child(1) li:nth-child(3) span {
		margin-top: 17px;
	}
	.bpo_content_m_en ul:nth-child(1) li:nth-child(4) span {
		margin-top: 17px;
	}
	.bpo_content_m_en ul:nth-child(3) li:nth-child(5) span{
		margin-top: 0;
	}
	.bpo_content_m_en ul li:nth-child(5) span.t_org {
		margin-top: 0;
		color: #fe5f40;
	}
	.bpo_content_m_en ul:nth-child(2) li:nth-child(1) span{
		margin-top: 10px;
		padding: 0 5px;
	}
	.bpo_content_m_en ul:nth-child(2) li span{
		margin-top: 2px;
		line-height: 15px;
		padding: 0 5px;
	}
	.bpo_content_m_en ul:nth-child(2) li:nth-child(4) span{
		margin-top: 10px;
	}
	.bpo_content_m ul:nth-child(3) li span{
		margin-top: 2px;
	}

	.bpo_content_m_en ul:nth-child(3) li:nth-child(3){
		width: 61%;
	}

	.bpo_content_m_en ul li span {
		margin-top: 10px;
		display: inline-block;
		padding: 0 5px;
	}
	.circle_wrap.en span:nth-child(2) {
		font-size: 10px;
		padding: 0 20px;
	}
	.content02.en h1 span {
		line-height: 30px;
	}
	.content03.en h1 span {
		line-height: 30px;
	}
	.sub_txt.en{
		font-size: 12px;
		line-height: 18px;
	}
	select.srch_category02 {
		font-size: 14px;
		background-size: 12px;
	}
	.news_srch_box {
		font-size: 14px;
	}
	.srch_btn {
		font-size: 20px;
	}


}

@media (max-width: 280px) {
	.bpo_content_m_en {
		display: block;
	}
	.bpo_content_m_en ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 25px;
	}

	.bpo_content_m_en ul li:nth-child(1) {
		width: 90%;
		display: block;
		text-align: center;
		height: 45px;
		margin-right: 10px;
		background-color: #fff;
		font-size: 18px;
		font-weight: 700;
	}
	.bpo_content_m_en ul li:nth-child(n+2){
		border: 1px solid #333;
		border-radius: 50px;
		background-color: #fff;
		width: 30%;
		text-align: center;
		height: 55px;
		margin-right: 5px;
		font-size: 12px;
		line-height: 16px;
	}

	.bpo_content_m_en ul li:nth-child(5){
		border-radius: 5px;
		background-color: #f2f4f7;
		width: 100%;
		text-align: center;
		height: auto;
		font-size: 14px;
		margin-top: 10px;
		padding: 0 10px;
		color: #333;
		border: 0;
		padding: 10px;
	}
	.bpo_content_m_en ul:nth-child(1) li:nth-child(3) span {
		margin-top: 17px;
	}
	.bpo_content_m_en ul:nth-child(1) li:nth-child(4) span {
		margin-top: 17px;
	}
	.bpo_content_m_en ul:nth-child(3) li:nth-child(5) span{
		margin-top: 0;
	}
	.bpo_content_m_en ul li:nth-child(5) span.t_org {
		margin-top: 0;
		color: #fe5f40;
	}
	.bpo_content_m_en ul:nth-child(2) li:nth-child(1) span{
		margin-top: 10px;
		padding: 0 5px;
	}
	.bpo_content_m_en ul:nth-child(2) li span{
		margin-top: 2px;
		line-height: 15px;
		padding: 0 5px;
	}
	.bpo_content_m_en ul:nth-child(2) li:nth-child(4) span{
		margin-top: 10px;
	}
	.bpo_content_m ul:nth-child(3) li span{
		margin-top: 2px;
	}

	.bpo_content_m_en ul:nth-child(3) li:nth-child(3){
		width: 61%;
	}

	.bpo_content_m_en ul li span {
		margin-top: 10px;
		display: inline-block;
		padding: 0 5px;
	}
	.circle_wrap.en span:nth-child(2) {
		font-size: 10px;
		padding: 0 20px;
	}
	.content02.en h1 span {
		line-height: 30px;
	}
	.content03.en h1 span {
		line-height: 30px;
	}
	.sub_txt.en{
		font-size: 12px;
		line-height: 18px;
	}

}


