@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/* SIR 지운아빠 */

/* 초기화 */
html {
	overflow-y: scroll;
	overflow-x: hidden
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: -0.7px;
	font-family: 'Ubuntu', 'Noto Sans KR', Nanum Gothic, sans-serif;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-family: 'Ubuntu', 'Noto Sans KR', Nanum Gothic, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul,
li,
dd,
dl,
dt {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cf:after {
	display: block;
	content: "";
	clear: both;
}

.hide {
	display: none;
}

#hd ul,
nav ul,
#ft ul {
	margin: 0;
	padding: 0;
	list-style: none
}

legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

label,
input,
button,
select,
img {
	vertical-align: middle
}

input,
button {
	margin: 0;
	padding: 0;
	font-size: 1em
}

button {
	cursor: pointer
}

input,
textarea,
select {
	outline: none;
}

textarea,
select {
	font-family: dotum;
	font-size: 1em
}

select {
	margin: 0
}

p {
	margin: 0;
	padding: 0;
	word-break: keep-all;
}

em {
	font-style: normal;
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a:link,
a:visited {
	color: #565656;
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0
}

@media screen and (max-width:1200px) {
	#hd_pop {
		z-index: 1000;
		position: relative;
		top: -2px;
		margin: 0 auto;
		width: 100% !important;
		height: 0
	}

	#hd_pop a {
		display: block;
		width: 100%;
		height: auto;
	}

	#hd_pop img {
		max-width: 100%
	}
}

@media screen and (max-width:767px) {
	#hd_pop {
		z-index: 1000;
		position: relative;
		margin: 0 auto;
		width: 100% !important;
		height: 0
	}

	#hd_pop img {
		max-width: 100%
	}
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	/*border:1px solid #e9e9e9*/
	;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.hd_pops img {
	width: 100%;
}

#hd_pops_5 {
	height: 820px !important;
}

#hd_pops_5 img {
	width: auto;
}

#hd_pops_5 .hd_pops_con {
	height: 100% !important;
	overflow-y: scroll;
}

#hd_pops_5 br {
	display: none;
}

@media screen and (max-width:1550px) {
	.hd_pops {
		position: absolute;
		top: 10px !important;
		left: 0 !important
	}

	.hd_pops img {
		width: 100% !important;
		height: 100% !important
	}
}

@media screen and (max-width:768px) {
	.hd_pops {
		width: 100% !important;
		position: absolute;
		top: 10px !important;
		left: 0 !important
	}

	.hd_pops img {
		width: 100% !important;
		height: 100% !important
	}
}

.hd_pops_con {
	position: relative;
}

#hd_pop .bx-pager {
	position: absolute;
	left: 5px;
	bottom: 2px;
	z-index: 1;
}

#hd_pop .bx-pager .bx-pager-item {
	margin: 0 0 0 4px;
	text-indent: -9999px;
	display: inline-block;
}

#hd_pop .bx-pager .bx-pager-item a {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 50px;
}

#hd_pop .bx-pager .bx-pager-item a.active {
	background: #000;
	border: 1px solid #000;
}

#hd_pop .bx-controls-direction {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#hd_pop .bx-controls-direction a {
	text-indent: -9999px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #eee;
	text-align: center;
	z-index: 900;
	transition: all 0.3s ease;
}

#hd_pop .bx-controls-direction a.bx-prev {
	background: #fff url(../img/common/icon_p_arrow.svg)no-repeat center;
	transform: rotate(-180deg);
	background-size: 15px 15px;
}

#hd_pop .bx-controls-direction a.bx-next {
	right: 0;
	background: #fff url(../img/common/icon_p_arrow.svg)no-repeat center;
	background-size: 15px 15px;
	border-left: none;
}

#hd_pop .bx-controls-direction a:hover {
	background: #0c3b73;
	border: 1px solid #0c3b73;
}

#hd_pop .bx-controls-direction a:hover.bx-prev {
	background: #0c3b73 url(../img/common/icon_p_arrow_on.svg)no-repeat center;
	transform: rotate(-180deg);
	background-size: 15px 15px;
}

#hd_pop .bx-controls-direction a:hover.bx-next {
	background: #0c3b73 url(../img/common/icon_p_arrow_on.svg)no-repeat center;
	background-size: 15px 15px;
}




@media screen and (max-width:768px) {
	.hd_pops_con {
		width: 100% !important;
		height: 100% !important;
	}

	#hd_pop .bx-pager .bx-pager-item a {
		width: 10px;
		height: 10px;
	}

	#hd_pop .bx-controls-direction a {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:550px) {
	#hd_pop .bx-pager {
		bottom: 0;
	}

	#hd_pop .bx-controls-direction a {
		width: 40px;
		height: 40px;
	}
}

.hd_pops_footer {
	padding: 10px 0;
	background: #000;
	color: #fff;
	text-align: right
}

@media screen and (max-width:1300px) {
	.hd_pops_footer {
		width: 100% !important
	}
}

.hd_pops_footer button {
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
	background: #393939;
	color: #fff;
	font-size: 0.90em;
}


/* 전체 검색 */
#hd_sch {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	border: 1px solid #c3c6ca
}

#hd_sch legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#hd_sch #sch_stx {
	padding-left: 5px;
	width: 110px;
	height: 24px;
	border: 0;
	background: #fff;
	line-height: 1.9em !important;
	line-height: 1.6em
}

#hd_sch #sch_submit {
	padding: 0 5px;
	height: 26px;
	border: 0;
	background: #e2e6eb;
	color: #333;
	cursor: pointer
}

/* 텍스트 크기 조절 */
#text_size {
	float: left;
	margin: 0 0 0 10px;
	letter-spacing: -3px
}

#text_size button {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #c3c6ca;
	background: transparent;
	vertical-align: middle;
	cursor: pointer
}

.ts_up {
	font-size: 1.167em !important
}

.ts_up2 {
	font-size: 1.3em !important
}


/* 상단 레이아웃 */
#hd {
	width: 100%;
	height: 120px;
	padding: 0 60px;
	box-sizing: border-box;
	z-index: 10;
	text-align: center;
}

.hd_zindex {
	z-index: 999 !important
}

#hd_h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

/* 상단 메뉴*/
#topm {
	background: #1f3c88;
}

#topm_in {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#topm_in:after {
	display: block;
	content: "";
	clear: both;
}

/*언어*/
/*.fs { width:120px; position:absolute; top:2px; right:0px; z-index:1001;}
.fs a:before{content:"";}
.fs dt{cursor:pointer; border:1px solid #C9C9C9; width:100%; line-height:25px; text-align:left; text-indent:10px; border-radius:2px;
			  background:url(../img/common/btn_lnb_off.gif) #FBFBFB no-repeat 95% 50% /auto 65%; color:#df2424;}
.fs dd{display:none; position:absolute; left:0; right:0; top:27px; z-index:100; width:100%; border:1px solid #ccc; border-top:0; border-radius:0 0 2px 2px;}
.fs dd a{display:block; width:100%; text-align:left; padding:0; margin:0; line-height:23px;  text-indent:10px;
				border-top:1px dashed #999; background:#FBFBFB; margin-top:-1px;}
.fs:hover dt{border:1px solid #999;}
.fs:hover dd{border:1px solid #999; border-top:0;}
.fs dd a:hover{background:#EFEFEF; font-weight:600; color:#333;}*/


#tnb {
	float: right;
	margin: 0 0px 0 0 !important;
	padding: 0;
	list-style: none;
	zoom: 1;
	border-left: 1px solid rgba(250, 250, 250, 0.2);
}

#tnb:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#tnb li {
	float: left;
}

#tnb a {
	display: inline-block;
	color: #fff;
	font-size: 1.15em;
	line-height: 40px;
	border-right: 1px solid rgba(250, 250, 250, 0.2);
	padding: 0 15px;
}

#tnb .fas {
	margin-right: 5px;
}

#hd_wrapper {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

#hd_wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#hd_wrapper.container {
	padding-left: 0;
	padding-right: 0;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#logo a {
	display: block;
}

#logo a img {
	height: 74px;
}

.utill {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.utill > li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.utill > li > a {
	display: block;
}

.utill > li > a > span {
	position: relative;
	padding: 0 0 0 22px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.utill > li > a > span:before {
	content: '';
	position: absolute;
	top: 0;
}

.utill > li:first-child > a > span:before {
	top: -1px;
	left: -5px;
	width: 20px;
	height: 20px;
	background: url(../img/common/icon_login.svg)no-repeat center;
	background-size: contain;
}

.utill > li:last-child > a > span:before {
	left: 0;
	width: 16px;
	height: 18px;
	background: url(../img/common/icon_join.svg)no-repeat center;
	background-size: contain;
}

/* 메인메뉴 */
#gnb {
	display: inline-block;
}

#gnb h2 {
	display: none;
}

#gnb_1dul {
	margin: 0 auto !important;
	padding: 0;
	width: 100%;
	zoom: 1;
}

#gnb_1dul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.gnb_1dli {
	z-index: 10;
	position: relative;
	float: left
}

.gnb_1da {
	display: inline-block;
	padding: 51px 45px;
	font-size: 18px;
	color: #333 !important;
	line-height: 1em;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	z-index: 5;
}

.gnb_1da span {
	display: block;
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 28px;
	background: #017956;
	transform: translateX(-50%);
	transition: all 0s;
}

.gnb_1dli:focus,
.gnb_1dli:hover span {
	width: 200px;
	transition: all 0.5s;
}

.gnb_1dli:focus,
.gnb_1dli:hover {
	color: #111;
}

.gnb_1dli {
	position: relative;
}

.gnb_2dul {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	width: 200px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0px 0 !important;
	transform: translateX(-50%);
}

/*#gnb #gnb_1dul .gnb_1dli:nth-child(3) .gnb_2dul{ width:170px; left:15px;}
#gnb #gnb_1dul .gnb_1dli:nth-child(4) .gnb_2dul{ width:160px;left:-20px}
#gnb #gnb_1dul .gnb_1dli:nth-child(5) .gnb_2dul{ width:160px;left:-25px}*/
.gnb_2dli {
	padding: 0 0 0 0px;
	border-bottom: 1px dotted #ccc;
}

.gnb_2dul .gnb_2dli:last-child {
	border-bottom: none;
}

.gnb_2da {
	display: block;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #777 !important;
}

/* 1차메뉴 hover했을때 2차메뉴 안나오게 하기위해 주석처림 함*/

/*1차메뉴hover*/
#gnb .gnb_1dli:focus .gnb_1da,
#gnb .gnb_1dli:hover .gnb_1da,
#gnb .gnb_1dli.hov .gnb_1da {
	text-decoration: none;
	color: #222 !important;
}

/*2차메뉴hover*/
#gnb .gnb_2da:focus,
#gnb .gnb_2da:hover {
	font-weight: 500 !important;
	color: #333 !important;
	background: #f7f7f7;
}

#gnb_empty {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	line-height: 2em
}

#gnb_empty a {
	text-decoration: underline
}

#hd .mobile_home {
	display: none;
}

#hd .nav_open {
	display: none;
}

/* 중간 레이아웃 */
#wrapper {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	padding: 0 60px;
	width: 100%;
	zoom: 1;
	background: #fff;
}

#wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#aside {
	float: right;
	margin: 0 0 0 -1px;
	width: 210px;
	border-left: 1px solid #dde4e9;
	background: #fff
}

#container_index {
	position: relative;
	width: 100%;
	height: auto !important;
	font-size: 1em;
	zoom: 1;
}

#container {
	width: 1200px;
	margin: 0px auto;
	height: auto !important;
	background: #fff;
	font-size: 1.2em;
	zoom: 1;
	position: relative;
}

#container:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#scont_wrap {
	width: 1200px;
	padding: 50px 0 50px 0;
	min-height: 600px;
	margin-left: 280px;
}

#scont_wrap2 {
	width: 100%;
	padding: 70px 0;
	min-height: 500px;
}

#scont {
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
}

#scont_wrap2 #scont {
	width: 100%;
}

.inr {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.inr:after {
	content: '';
	display: block;
	clear: both;
}


/*서브-타이틀부분*/
#sub_title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.container_title {
	font-size: 2.6em;
	color: #333;
	line-height: 1em;
	letter-spacing: -1.5px;
	font-weight: 400;
	text-align: left;
	text-indent: 10px;
}

/*푸터-카피라이터*/
#footer {
	width: 100%;
	padding: 0 60px;
	margin: 0 0 60px;
	box-sizing: border-box;
	height: auto;
}

#footer .area_ft {
	padding: 40px 0;
	background: #333;
}

.ft_cs {
	padding: 0 0 40px;
	display: inline-block;
}

.ft_cs span {
	font-size: 15px;
	font-weight: 400;
	color: #ff8f00;
	letter-spacing: 0;
}

.ft_cs h2 {
	display: block;
	padding: 5px 0 0;
}

.ft_cs h2 a {
	font-size: 35px;
	font-weight: bolder;
	color: #fff;
}

.ft_cs em {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	opacity: 0.8;
}

.foot_menu {
	position: absolute;
	top: 120px;
	right: 0;
}

.foot_menu li {
	float: left;
	margin-right: 10px;
}

.foot_menu li a {
	display: block;
	padding: 4px 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
	color: #ccc;
}

.foot_menu li:last-child a {
	background: #151515;
	border-color: #151515;
}

address {
	padding: 40px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	margin-bottom: 0;
}

.footer_in address h1 {
	font-size: 1.3em;
	line-height: 2.2em;
	color: #333;
	font-weight: normal;
	letter-spacing: 0;
}

address span {
	display: inline-block;
	padding: 0 5px 7px 0;
	font-size: 14px;
	color: #888;
	word-break: keep-all;
}

address strong {
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
}

p.co {
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
	letter-spacing: 0px;
	color: #888;
	word-break: keep-all;
}

p.co strong {
	font-weight: normal;
}

#footer p span {
	display: inline-block;
	margin-right: 10px;
}

address:after {
	content: '';
	display: block;
	clear: both;
}

address > div {
	float: left;
	margin: 0 20px 0 0;
	width: calc((100% / 2) - 20px);
	width: -webkit-calc((100% / 2) - 20px);
}

#btn_top {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#btn_top a {
	display: block;
	width: 55px;
	height: 55px;
	background: #027c58 url(../img/common/icon_arrow.svg) no-repeat center;
	background-size: 15px 9px;
	text-indent: -9999px;
}

@media (max-width:1700px) {
	.gnb_1da {
		padding: 51px 18px;
	}
}

@media (max-width:1500px) {
	#hd {
		padding: 0 3%;
		height: 100px;
	}

	#logo a img {
		height: 62px;
	}

	.gnb_2dul {
		top: 70px;
	}

	.gnb_1da {
		padding: 41px 18px;
		font-size: 17px;
	}

	.utill > li {
		margin: 0 13px 0 0;
	}

	.utill > li > a > span {
		font-size: 15px;
	}

	.inr {
		width: 90%;
	}

	#wrapper {
		padding: 0 3%;
	}

	#footer {
		margin: 0 0 3%;
		padding: 0 3%;
	}
}

@media (max-width:1300px) {
	#hd {
		padding: 0 2%;
	}

	.gnb_1da {
		padding: 41px 10px;
		font-size: 16px;
	}

	#wrapper {
		padding: 0 2%;
	}

	#footer {
		margin: 0 0 2%;
		padding: 0 2%;
	}

	.inr {
		width: 92%;
	}

	#container {
		width: 100%;
	}

	#scont_wrap {
		width: 100%;
	}
}

@media (max-width:1200px) {
	#hd {
		height: 80px;
	}

	#logo {
		top: 12px;
	}

	#logo a img {
		height: 54px;
	}

	.utill {
		display: none;
	}

	#gnb {
		display: none;
	}

	.inr {
		width: 94%;
	}

	/* 모바일 카테고리 왼쪽메뉴 */
	#hd .nav_open {
		display: block;
		position: absolute;
		top: 30px;
		right: 0;
	}

	#hd .nav_open a {
		font-size: 25px;
		display: inline-block;
		line-height: 30px;
		color: #666;
	}

	#hd span {
		display: block;
		width: 25px;
		height: 2px;
		background: #222;
		margin-bottom: 6px;
	}

	#nav_logo {
		text-align: center;
	}

	#nav_logo img {
		height: 60px;
	}

	/* 	#hd_tnb{position:absolute; bottom:20px; left:0; width:100%;} */
	#hd_tnb.cf {
		margin: 50px 0 30px
	}

	#hd_tnb li {
		display: inline-block;
		border: 1px solid #eee;
	}

	#hd_tnb li:last-child {
		border-left: none;
	}

	#hd_tnb li.adm,
	#hd_tnb li.mod {
		padding: 20px 10px;
		width: 50%;
		float: left;
		background: #f9f9f9;
		text-align: center;
	}

	#hd_tnb li.adm {
		border-right: none;
	}

	#hd_tnb li.adm a {}

	#hd_tnb li.mod a {}

	#hd_tnb li a {
		color: #333;
		text-align: center;
		display: block;
		font-size: 1em;
	}

	#hd_tnb li a i:before {
		padding: 0 5px 0 0;
	}

	#hd_tnb li.adm {
		width: 100%;
		border-bottom: none;
		border-right: 1px solid #eee;
	}

	#navtoggle {
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 102;
		overflow-y: auto;
	}

	#navtoggle .close {
		position: absolute;
		top: 20px;
		right: 10px;
		z-index: 1001;
		opacity: 1;
	}

	#navtoggle .close > div {
		display: inline-block;
		position: relative;
		z-index: 9999;
		width: 23px;
		height: 24px;
		font-size: 0px;
		transition: all 0.3s ease 0s;
	}

	#navtoggle .close div > span {
		display: block;
		position: absolute;
		left: 0px;
		width: 100%;
		height: 2px;
		background: #222;
	}

	#navtoggle .close div > span:nth-of-type(1) {
		top: 8px;
		transform: rotate(45deg);
	}

	#navtoggle .close div > span:nth-of-type(2) {
		top: 8px;
		transform: rotate(-45deg);
	}

	#navtoggle .scroll {
		position: relative;
		height: 100%;
		padding: 6% 0;
		margin: 0 6%;
	}

	#navtoggle ul li {
		padding: 0;
	}

	#navtoggle #left_menu {
		width: 100%;
		position: relative;
		height: 100%;
		text-align: left;
		top: 30px;
		z-index: 1000;
		text-indent: 5%;
	}

	#navtoggle #left_menu .title {
		color: #000;
		line-height: 40px;
		font-size: 1.35em;
		padding: 10px 0 5px;
		border-bottom: 1px solid #9c9c9c;
		font-weight: bold;
		letter-spacing: -1px
	}

	#navtoggle .title {
		color: #000;
		line-height: 40px;
		font-size: 1.35em;
		padding: 10px 0 5px;
		border-bottom: 1px solid #9c9c9c;
		font-weight: bold;
		letter-spacing: -1px
	}

	#navtoggle #mgnb_1dul {
		border-top: 2px solid #017956;
	}

	/*1차메뉴*/
	li.mgnb_1dli a.mgnb_1da {
		display: block;
		font-size: 15px;
		line-height: 3.5em;
		cursor: pointer;
		position: relative;
		border-bottom: 1px solid #eee;
		color: #333 !important;
	}

	li.mgnb_1dli a.mgnb_1da.on {
		border-bottom: 0;
	}

	li.mgnb_1dli a.mgnb_1da .fa-angle-down {
		position: absolute;
		right: 5%;
		top: 18px;
	}

	li.mgnb_1dli a.selected {
		color: #FFF;
		font-weight: 600;
		border-bottom: 0;
	}

	/*2차메뉴*/
	ul.mgnb_2dul {
		border-bottom: 1px solid #eee;
		background: #f9f9f9;
		padding-top: 10px;
		padding-bottom: 10px !important;
		display: none;
	}

	li.mgnb_2dli a.mgnb_2da:before {
		content: "";
		display: inline-block;
		width: 2px;
		height: 2px;
		background: #fff;
		margin-right: 4px;
		margin-bottom: 3px;
	}

	li.mgnb_2dli a.mgnb_2da {
		color: #555;
		display: block;
		font-size: 14px;
		line-height: 2em;
		text-indent: 5%;
		background: none;
	}
}

@media (max-width:1024px) {
	#scont {
		width: 100%;
	}

	#scont_wrap {
		margin-left: 0;
		padding: 0;
	}

	#sub_title {
		padding-bottom: 0;
	}

	.container_title {
		padding: 20px 0;
		font-size: 28px;
	}
}

@media (max-width:1000px) {
	#hd {
		min-width: 100%;
	}

	#hd_wrapper {
		width: 100%;
	}

	/* 상단 메뉴*/
	#topm {}

	#topm_in {
		width: 100%;
	}

	/*언어*/
	.fs {
		width: 100px;
		right: 3px;
	}

	.fs dt {
		line-height: 20px;
		font-size: 0.9em;
	}

	.fs dd {
		top: 22px;
	}

	.fs dd a {
		line-height: 20px;
	}

	#tnb {
		float: right;
		list-style: none;
		zoom: 1;
	}

	#tnb:after {
		display: block;
		visibility: hidden;
		clear: both;
		content: ""
	}

	#tnb li {
		float: left;
	}

	#tnb a {
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
	}

	#container {
		width: 100%;
		margin: 0 auto;
	}

	#scont_wrap {
		margin-left: 0;
		padding: 0px 0 30px 0;
		min-height: 300px;
		width: 100%;
	}

	#scont_wrap2 {
		padding: 20px 0;
		min-height: 300px;
	}


	#sub_title {
		margin-bottom: 30px;
		text-align: center;
	}

	.container_title {
		font-size: 2em;
	}

	#footer {}



	/*퀵메뉴*/
	/*#quick{ position:fixed; top:auto; bottom:20px; right:auto; left:10px; width:50px; height:50px; line-height:50px; padding-top:0px; background:rgba(250,250,250,0.8); box-shadow:0px 1px 3px rgba(0,0,0,0.2);}
#quick img{ width:25px; height:auto;}
#quick p{ display:none;}*/

	#gobtn {
		right: 10px;
		bottom: 20px;
	}
}

@media (max-width:768px) {
	#hd {
		height: 70px;
	}

	#logo {
		top: 12px;
	}

	#logo a img {
		height: 45px;
	}

	#hd .nav_open {
		top: 25px;
	}

	#sub_title {
		margin-bottom: 15px;
	}

	.container_title {
		padding: 15px 0;
		font-size: 25px;
	}

	.ft_cs {
		padding: 0 0 20px;
	}

	.foot_menu {
		padding: 0 0 30px;
		display: inline-block;
		width: 100%;
		position: relative;
		top: inherit;
		right: inherit;
	}

	address {
		padding: 30px 0 0;
	}

	#btn_top {
		bottom: unset;
		top: -40px;
		right: -3.2%;
	}

	#btn_top a {
		width: 45px;
		height: 45px;
	}
}

@media (max-width:650px) {
	address br {
		display: none;
	}
}

@media (max-width:575px) {
	.container_title {
		text-align: center;
	}
}

@media (max-width:550px) {
	#hd {
		height: 60px;
	}

	#logo a img {
		height: 38px;
	}

	#hd .nav_open {
		top: 20px;
	}

	.inr {
		width: 96%;
	}

	.container_title {
		font-size: 22px;
	}

	.area_ft .inr {
		width: 94%;
	}

	address span {
		padding: 0 5px 5px 0;
	}

	address p.co {
		font-size: 13px;
	}

	.foot_menu li {
		margin-right: 6px;
	}

	.foot_menu li a {
		padding: 2px 5px;
	}

	#nav_logo img {
		height: 50px;
	}

	#navtoggle .scroll {
		padding: 4% 0;
		margin: 0 4%;
	}

	#navtoggle #left_menu {
		top: 20px;
	}

	.ft_cs h2 a {
		font-size: 30px;
	}

	.ft_cs h2.last {
		padding: 0 0 5px !important;
	}

	address > div {
		margin: 0 0 15px;
		width: 100%;
	}

	address > div.ft_right {
		margin: 0;
	}
}

@media (max-width:450px) {
	#footer .area_ft {
		padding: 30px 0;
	}

	.foot_menu {
		padding: 0 0 20px;
	}

	address {
		padding: 20px 0 0;
	}

	#btn_top {
		top: -30px;
	}
}

@media (max-height:680px) {
	#navtoggle .scroll {}
}

.nav_close {
	display: none
}

/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
	float: right;
	color: #ff3061
}

.copymove_currentbg {
	background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.msg_sound_only,
.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
}

/* 본문 바로가기 */
#skip_to_container a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
	width: 100%;
	height: 75px;
	background: #21272e;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
	width: 100%;
	height: auto
}

/* ckeditor 단축키 */
.cke_sc {
	margin: 0 0 5px;
	text-align: right
}

.btn_cke_sc {
	display: inline-block;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	line-height: 1.9em;
	vertical-align: middle;
	cursor: pointer
}

.cke_sc_def {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center
}

.cke_sc_def dl {
	margin: 0 0 5px;
	text-align: left;
	zoom: 1
}

.cke_sc_def dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
	width: 20%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 30%
}

.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 사이드뷰 */
.sv_wrap {
	display: inline-block;
	position: relative;
	font-weight: normal
}

.sv_wrap .sv {
	z-index: 1000;
	display: none;
	margin: 5px 0 0;
	border: 1px solid #283646
}

.sv_wrap .sv a {
	display: inline-block;
	margin: 0;
	padding: 3px;
	width: 94px;
	border-bottom: 1px solid #283646;
	background: #111;
	color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
	text-decoration: none
}

.sv_on {
	display: block !important;
	position: absolute;
	top: 10px;
	left: 20px;
	width: auto;
	height: auto
}

.sv_nojs .sv {
	display: block
}

/* 페이징 */
.pg_wrap {
	clear: both;
	margin: 0 0 20px;
	padding: 20px 0 0;
	text-align: center
}

.pg {}

.pg_page,
.pg_current {
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	color: #000;
	letter-spacing: 0;
	line-height: 2.2em;
	vertical-align: middle
}

.pg a:focus,
.pg a:hover {
	text-decoration: none
}

.pg_page {
	background: #e4eaec;
	text-decoration: none
}

.pg_start,
.pg_prev {
	/* 이전 */
}

.pg_end,
.pg_next {
	/* 다음 */
}

.pg_current {
	display: inline-block;
	margin: 0 4px 0 0;
	background: #333;
	color: #fff;
	font-weight: normal
}

/* Mobile화면으로 */
#device_change {
	display: block;
	margin: 0.3em;
	padding: 0.5em 0;
	border: 1px solid #eee;
	border-radius: 2em;
	background: #fff;
	color: #000;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}

/*메일인증*/
.rg_em {
	margin-top: 5px
}

.rg_em caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio {
	display: block;
	margin: 5px 0 10px;
}

#captcha.m_captcha #captcha_key {
	margin-left: 3px
}

#captcha.m_captcha #captcha_reload span {
	background: none;
	display: inline
}

#captcha.m_captcha #captcha_reload {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 10px;
	height: 43px;
	border: 0;
	background: #e4eaec;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}

/* 화이트 표 */
.bo_edu {
	margin: 50px 0 0;
}

.bo_edu label {
	margin-bottom: 0;
}

.bo_edu table {
	width: 100%;
	border-top: 2px solid #3a3936;
	font-size: 1em;
	line-height: 1.8em;
}

.bo_edu td,
.bo_edu th {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	padding: 18px 15px;
	text-align: center;
}

.bo_edu td {
	width: 80%;
	text-align: left;
	font-size: 1.1em;
}

.bo_edu td i {
	display: inline-block;
	padding: 0 6px 0 4px;
}

.bo_edu tbody th {
	width: 20%;
	background: #fbfaf7;
	border-bottom: 1px solid #ddd;
	font-size: 1.12em;
	font-weight: bold;
	border-right: 1px solid #ddd;
}

.bo_edu table.td_left td {
	text-align: left;
}

.btn_confirm {
	margin: 40px 0;
}

.btn_confirm a {
	display: inline-block;
	min-width: 170px;
	border: none;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	padding: 15px;
	border-radius: 0 !important;
	box-sizing: border-box;
	letter-spacing: 0;
	transition: all 0.3s ease;
}

.btn_confirm .btn_submit {
	min-width: 170px;
	background: #017956;
	color: #fff;
	margin: 0 10px 0 0;
	padding: 15px;
	border-radius: 0 !important;
	border: none;
	box-sizing: border-box;
	letter-spacing: 0;
}

.btn_confirm .btn_submit:hover {
	border: none !important;
	background: #054834 !important;
}

.btn_confirm .btn_cancel {
	min-width: 170px;
	background: #666 !important;
	color: #fff !important;
	padding: 15px;
	border: none;
	border-radius: 0 !important;
}

.btn_confirm .btn_cancel:hover {
	border: none !important;
	background: #222 !important;
}

.bo_edu.wr h3 {
	position: relative;
	padding: 0 0 20px 20px;
	display: block;
	font-size: 23px;
	font-weight: 500;
	color: #333;
	word-break: keep-all;
	line-height: 1.5em;
}

.bo_edu.wr h3:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 13px;
	height: 14px;
	background: url(../img/sub/icon_title.png)no-repeat center;
	word-break: keep-all;
}

.bo_edu.wr th {
	width: 22%;
}

.bo_edu.wr td {
	width: 78%;
}

.bo_edu.wr .frm_input {
	padding: 10px;
	height: 43px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	background: none !important;
	background-color: #fff;
}

.bo_edu.wr tr td {
	width: 100%;
	background: none !important;
	background-color: #fff;
}

.bo_edu td textarea {
	border: 1px solid #ddd;
}

.bo_edu td select {
	margin: 0 0 0 5px;
	width: 25%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 40px 10px 10px;
	height: 43px !important;
	border: 1px solid #ddd;
	background: #fff url(../img/sub/icon_arrow.svg) no-repeat center right 10px !important;
	background-size: 14px 9px !important;
}

.bo_edu.wr td select {
	margin: 0;
	width: 230px;
	height: 45px !important;
	border: 1px solid #ddd;
}

#bo_sch select,
select#ca_name {
	border: 1px solid #ddd !important;
	;
}

.bo_edu td .head {
	width: 20%;
}

.bo_edu td .tail {
	width: 25%;
}

.bo_edu.wr .apply_data input {
	width: 230px;
}

@media (max-width:768px) {
	.bo_edu tr.wr_data input {
		width: 47.4%;
	}

	.bo_edu td i {
		display: inline-block;
		padding: 0 1.3% 0 1%;
	}

	.bo_edu .frm_input {
		width: 100%;
	}

	.bo_edu.wr .apply_data input {
		width: 48%;
	}
}

@media (max-width:660px) {
	.bo_edu tr.wr_data input {
		width: 47.1%;
	}
}

@media (max-width:600px) {
	.bo_edu tr.wr_data input {
		width: 46.9%;
	}
}

@media (max-width:550px) {
	.bo_edu {
		margin: 25px 0 0;
	}

	.bo_edu tbody th {
		font-size: 1.04em;
	}

	.bo_edu td {
		font-size: 1.01em;
	}

	.bo_edu td,
	.bo_edu th {
		padding: 12px 10px;
	}

	.btn_confirm {
		margin: 30px 0 10px;
	}

	.btn_confirm,
	.btn_confirm .btn_cancel {
		font-size: 16px;
		min-width: 150px;
	}

	.btn_confirm .btn_submit {
		margin: 0 5px 0 0;
		font-size: 16px;
		min-width: 150px;
	}

	.bo_edu.wr h3 {
		font-size: 18px;
	}

	.bo_edu.wr h3:after {
		top: 5px;
	}

	.bo_edu.wr td select {
		width: 100%;
	}

	.bo_edu.wr .apply_data input {
		width: 47.5%;
	}
}

@media (max-width:500px) {
	.bo_edu td i {
		padding: 0 1.4% 0 0.4%;
	}
}

@media (max-width:430px) {
	.bo_edu td i {
		padding: 0 1.3% 0 0.4%;
	}

	.bo_edu tr.wr_data input {
		width: 46.7%;
	}
}

@media (max-width:400px) {

	.btn_confirm,
	.btn_confirm .btn_cancel,
	.btn_confirm .btn_submit {
		font-size: 15px;
		min-width: 130px;
	}

	.bo_edu tr.wr_data input {
		width: 46.5%;
	}

	.bo_edu.wr .apply_data input {
		width: 47%;
	}
}

@media (max-width:370px) {
	.bo_edu tr.wr_data input {
		width: 46.2%;
	}

	.bo_edu.wr th {
		width: 25%;
	}

	.bo_edu.wr td {
		width: 75%;
	}

	.bo_edu.wr .apply_data input {
		width: 46.5%;
	}
}

@media (max-width:345px) {
	.bo_edu tr.wr_data input {
		width: 46%;
	}
}

/* 마이페이지 */
.user_info {
	position: relative;
	margin: 50px 0;
	padding: 40px;
	width: 100%;
	box-sizing: border-box;
	background: #027c58;
}

.user_info .icon_user {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/sub/icon_user.svg)no-repeat center;
}

.user_info .txt_user {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0 0 10px;
	display: inline-block;
	color: #fff;
	vertical-align: top;
}

.user_info .txt_user h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.user_info .txt_user span {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
}

.user_info .txt_user ol {
	margin: 5px 0 0;
	box-sizing: border-box;
}

.user_info .txt_user ol li {
	display: block;
}

.user_info .txt_user ol li span,
.user_info .txt_user ol li em {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5em;
	letter-spacing: 0;
}

.user_info .txt_user ol li span.no {
	color: yellow;
}

.user_info ul {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.user_info ul > li {
	box-shadow: 0px 3px 15.36px 1px rgba(20, 90, 70, 0.5);
}

.user_info ul > li > a {
	display: block;
	padding: 4px 12px;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 14px;
	background: #fff;
	color: #333;
}

.area_apply {
	margin: 0 0 50px;
}

.area_apply .title {
	position: relative;
}

.area_apply .title h3 {
	position: relative;
	padding: 0 0 20px 20px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	word-break: keep-all;
	line-height: 1.5em;
}

.area_apply .title h3:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 13px;
	height: 14px;
	background: url(../img/sub/icon_title.png)no-repeat center;
	word-break: keep-all;
}

.area_apply .title h3 em {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 15px;
	font-weight: 400;
	color: #777;
}

.area_apply .title .btn_more {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 15px;
	font-weight: 400;
	color: #555;
}

.area_apply .area_table table {
	width: 100%;
	text-align: center;
}

.area_apply .area_table thead tr th,
.area_apply .area_table tbody tr td {
	padding: 15px 10px;
	text-align: center;
	font-size: 15px;
}

.area_apply .area_table thead tr th {
	border-top: 2px solid #222;
	border-bottom: 1px solid #eee;
	background: #fbfaf7;
}

.area_apply .area_table tbody tr td {
	width: 12%;
	border-bottom: 1px dashed #ddd;
}

.area_apply .area_table tbody tr td.td_number {
	width: 5%;
}

.area_apply .area_table tbody tr td.td_subject {
	width: 35%;
	text-align: left;
}

.area_apply.v2 .area_table tbody tr td.td_subject {
	text-align: center;
	width: auto;
}

.area_apply .area_table tbody tr td .m_data {
	display: none;
}

.area_apply .area_table tbody tr td.td_certify > a {
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #ddd;
}

.area_apply .area_table tbody tr td.td_certify > a em {
	position: relative;
	display: inline-block;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.area_apply .area_table tbody tr td.td_certify > a em:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 16px;
	background: url(../img/sub/icon_downloads.svg)no-repeat center;
}

.area_apply .area_table tbody tr td.td_certify > a em .m_txt {
	display: none;
}

.area_apply .area_table tbody tr td .pass {
	color: #00772a;
	font-weight: 500;
}

.area_apply .area_table tbody tr td .npass {
	color: #555;
	font-weight: 500;
}

.area_apply .area_table tbody tr td .cancle {
	color: #cc0c0c;
	font-weight: 500;
}
	.area_apply .area_table tbody tr .td_data01 > a{
		font-weight: bold;
		color: #222;
	}

@media (max-width:1024px) {
	.area_apply .area_table tbody tr td.td_certify {
		width: 15%;
	}

	.area_apply .area_table tbody tr td.td_subject {
		width: 32%;
	}
}

@media (max-width:850px) {
	.area_apply .area_table thead tr th {
		display: none;
	}

	.area_apply .area_table tbody tr td {
		display: block;
		width: 100% !important;
	}

	.area_apply .area_table tbody tr td.td_subject {
		width: 100% !important;
	}

	.area_apply .area_table tbody tr td.td_number {
		display: none;
	}

	.area_apply .area_table thead tr th,
	.area_apply .area_table tbody tr td {
		padding: 0;
	}

	.area_apply .area_table tbody tr {
		position: relative;
		display: block;
		box-sizing: border-box;
		padding: 15px 0 0;
		margin: 0 0 10px;
		border: 1px solid #ddd;
	}

	.area_apply.v2 .area_table tbody tr {
		padding: 15px 0;
	}

	.area_apply.v2 .area_table tbody tr td.td_subject {
		font-weight: bold;
		font-size: 1.1em;
		text-align: left;
	}

	.area_apply .area_table tbody tr td {
		padding: 0 15px;
		text-align: left;
		border: none;
	}
	
	.area_apply .area_table tbody tr td.td_detail {
		margin: 10px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
		border: none;
	}
	.area_apply .area_table tbody tr td.td_detail > a{
		display: block;
    border: none;
    border-top: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
	}
	
	.area_apply .area_table tbody tr td.nodata {
		text-align: center;
		padding: 15px 15px;
	}

	.area_apply .area_table tbody tr td br {
		display: none;
	}

	.area_apply .area_table tbody tr td .m_data {
		min-width: 60px;
		text-align: center;
		display: inline-block;
		margin: 0 5px 0 0;
		font-size: 13px;
		font-weight: 500;
		background: #f9f9f9;
		border: 1px solid #eee;
		padding: 0px 5px;
		box-sizing: border-box;
	}

	.area_apply .area_table tbody tr td.td_subject {
		margin: 0 0 8px;
	}

	.area_apply .area_table tbody tr td.td_subject a {
		display: block;
		margin: 0 60px 0 0;
		font-size: 1.1em;
		font-weight: bold;
		color: #222;
	}

	.area_apply .area_table tbody tr .td_data01,
	.area_apply .area_table tbody tr .td_data02 {
		margin: 0 0 5px;
		font-size: 1.05em;
	}

	.area_apply .area_table tbody tr:hover td {
		background: none;
	}

	.area_apply .area_table tbody tr .td_status {
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: auto !important;
		min-width: 60px;
		text-align: center;
	}

	.area_apply .area_table tbody tr .td_status span {
		display: block;
		padding: 3px 10px;
		background: #333;
		font-size: 14px;
		color: #fff !important;
	}

	.area_apply .area_table tbody tr td .pass {
		background: #00772a;
	}

	.area_apply .area_table tbody tr td .npass {
		background: #555;
	}

	.area_apply .area_table tbody tr td .cancle {
		background: #cc0c0c;
	}
	
	.area_apply .area_table tbody tr .td_status{
		color: #fff !important;
		background: #555 !important;
	}

	.area_apply .area_table tbody tr .td_certify {
		margin: 10px 0 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.area_apply .area_table tbody tr td.td_certify > a {
		display: block;
		border: none;
		border-top: 1px solid #ddd;
		padding: 10px;
		background: #f9f9f9;
	}

	.area_apply .area_table tbody tr td.td_certify > a em .m_txt {
		display: inline-block;
	}

	.area_apply .area_table tbody tr td.td_price {
		margin: 10px 0 0;
		font-size: 1.07em;
		font-weight: 500;
		color: #555;
	}
	
	
}

@media (max-width:768px) {
	.user_info {
		padding: 30px;
	}

	.user_info ul {
		right: 30px;
	}
}

@media (max-width:550px) {
	.user_info {
		margin: 30px 0;
		padding: 30px 20px;
	}

	.user_info ul {
		right: 20px;
	}

	.area_apply {
		margin: 0 0 30px;
	}

	.area_apply .title h3 {
		padding: 0 0 15px 20px;
		font-size: 18px;
	}

	.area_apply .title h3:after {
		top: 7px;
	}

	.area_apply .area_table tbody tr td.td_subject a {
		font-size: 1.05em;
	}

	.user_info .txt_user ol li {
		line-height: 0.7em;
	}

	.user_info .txt_user ol li span,
	.user_info .txt_user ol li em {
		margin: 2px 0 0;
		font-size: 13px;
		line-height: 1.2em;
	}

	.area_apply .title h3 em {
		display: block;
		margin: 0;
		font-size: 14px;
		line-height: 1em;
	}
}

@media (max-width:450px) {
	.user_info {
		padding: 20px 12px;
	}

	.user_info ul {
		right: 12px;
	}

	.user_info .icon_user {
		width: 50px;
		height: 50px;
	}

	.user_info .txt_user {
		padding: 0 0 0 5px;
	}

	.user_info .txt_user ol {
		margin: 0;
	}

	.user_info .txt_user h3 {
		font-size: 17px;
	}

	.user_info .txt_user span {
		font-size: 14px;
	}

	.user_info ul > li > a {
		padding: 3px 5px;
		font-size: 13px;
	}
}

#smart_editor2 {
	min-width: 100% !important;
}
